2018-08-20 06:47:59,520 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-226 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 06:47:59,525 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.36,192.30.9.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.36:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FNhvaKzgxNQGYMj9wBxxxq77v export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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_PROJECT_ID=dfd90f76052e46538c70a213a6ed6a0e export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.8 export SDN_CONTROLLER_PASSWORD=rEwr9DwzXq8D7vzcc4guAZZMm export OS_REGION_NAME=regionOne 2018-08-20 06:47:59,525 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-20 06:47:59,526 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-20 06:47:59,561 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-20 06:48:02,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:48:02,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:48:02,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:48:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:48:02,779 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-20 06:48:02,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-20 06:48:02,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:48:02,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a2ab9b-5c24-4f63-a855-66cd7ba5db18 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:48:02,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-10a2ab9b-5c24-4f63-a855-66cd7ba5db18 2018-08-20 06:48:02,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:48:03,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:48:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["PrdjLfAMSP2vmMHB4MLzUg"], "issued_at": "2018-08-20T06:48:03.000000Z"}} 2018-08-20 06:48:03,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:04,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-846d5a42-4d41-42f8-88ea-2802da9cbb5e x-compute-request-id: req-846d5a42-4d41-42f8-88ea-2802da9cbb5e Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-20 06:48:04,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-aggregates used request id req-846d5a42-4d41-42f8-88ea-2802da9cbb5e 2018-08-20 06:48:04,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.24037098885s 2018-08-20 06:48:04,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-aggregates used request id req-846d5a42-4d41-42f8-88ea-2802da9cbb5e 2018-08-20 06:48:04,021 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-20 06:48:04,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:48:04,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:48:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:48:04,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:48:04,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:04,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba97ca67-cb2a-4a9e-9f92-02bf6aa9d71c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 06:48:04,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-ba97ca67-cb2a-4a9e-9f92-02bf6aa9d71c 2018-08-20 06:48:04,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.156382083893s 2018-08-20 06:48:04,187 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-ba97ca67-cb2a-4a9e-9f92-02bf6aa9d71c 2018-08-20 06:48:04,188 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'a8df9ad125c349708a6fa763238b87ce', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-20 06:48:04,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 06:48:04,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:04,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4bb78b7-8cc6-454f-8cbf-149ea6baf7b3 Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0825db0964b4432b95422e441dda5b71"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "0825db0964b4432b95422e441dda5b71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0dbd7bc50cee414f9b7df590899d21e1"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/1cccf2deebb54e73891db1cf2ef1c1e0"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/313109edbc174ba6a2c789d475ccc48d"}, "url": "http://172.30.9.36:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3526011556054a4e9616f9c97c73fadf"}, "url": "http://172.30.9.36:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "3526011556054a4e9616f9c97c73fadf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/370b2e933b034911989ed806b3aab511"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "370b2e933b034911989ed806b3aab511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/39e46e78c5574bb2b5f97c9290a3fa63"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3ad58338289d406f825ac84ef8ddf364"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/418af50ab5fc4c5da0cb318036e7df19"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4b9704c398d64aa38b16c1216001a7db"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4bd7f84c38854900908f90d4aafb26ab"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "4bd7f84c38854900908f90d4aafb26ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/51a89d51bb5c487a898705d258cf3c3c"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/59ae6559265c44c289b4637f29a4a653"}, "url": "http://172.30.9.36:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "59ae6559265c44c289b4637f29a4a653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5d5a102334ed454ba86c9b77d34ef674"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5ec19dd0ec204484b96aa3ffdd71013d"}, "url": "http://172.30.9.36:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6250b70078f14ce58094d2580cf0802c"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "6250b70078f14ce58094d2580cf0802c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/676b33dbd2ea461bab45334445f29593"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "676b33dbd2ea461bab45334445f29593"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/68a733345e7e4816afbb600b2fd58778"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5592bc28c898431080bea2676267935c", "id": "68a733345e7e4816afbb600b2fd58778"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6bf1f00fdd99442ba9838f12ff5832f4"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5592bc28c898431080bea2676267935c", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/78c2379118c144a79dfcff4f181578f2"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "78c2379118c144a79dfcff4f181578f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/7dbdcea68d0044b7b409bb27dd812b44"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/817dd90bc2464382be63027b891ec771"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "817dd90bc2464382be63027b891ec771"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/83342bdccb5944d5b411a5a87b28f315"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "83342bdccb5944d5b411a5a87b28f315"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/91534d6ca19d48368ab445a6f443f05d"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/928dad2ccbb14cfcb078b9d8ae98475f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d31669f894e246138ba51775d305f903", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9a6b42352bbf4915b540899ba417fea7"}, "url": "http://172.30.9.36:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "9a6b42352bbf4915b540899ba417fea7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9c0515123d9747a4ac9a3eda27bb9ac8"}, "url": "http://172.30.9.36:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/a547d05c8f6644b2830c2e92d39a7287"}, "url": "http://172.30.9.36:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "a547d05c8f6644b2830c2e92d39a7287"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/b42d84afaf064e46b08584acd385cac2"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "b42d84afaf064e46b08584acd385cac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3840824a2743dfbcb8c1a69783e7ba"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "be3840824a2743dfbcb8c1a69783e7ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3c8f75258a4f8f9bb1082bce9882af"}, "url": "http://172.30.9.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/c98edb5e7e454cf794988da0a3be1bb5"}, "url": "http://172.30.9.36:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5592bc28c898431080bea2676267935c", "id": "c98edb5e7e454cf794988da0a3be1bb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ceeb03e98aed46d5936f152c3ffabab2"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d31669f894e246138ba51775d305f903", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d107f507e7b64d16985917cc523d5c09"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d107f507e7b64d16985917cc523d5c09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d5600b2618d54bb6b30ac4943c03add5"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d8fecdd40e8f4cf1a6ed15224cac2fea"}, "url": "http://172.30.9.36:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ddcd46064e32423a9a3f7e7aed575794"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "ddcd46064e32423a9a3f7e7aed575794"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e09ff417f55b4746abb394849eec0390"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e09ff417f55b4746abb394849eec0390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e0fe612f406b44a9b595d6741caf7c65"}, "url": "http://172.30.9.36:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "e0fe612f406b44a9b595d6741caf7c65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e293a88ddda94418bd035d779b87f9c3"}, "url": "http://172.30.9.36:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e293a88ddda94418bd035d779b87f9c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/eeb4ff75e1b647c48484384777360c5e"}, "url": "http://172.30.9.36:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d31669f894e246138ba51775d305f903", "id": "eeb4ff75e1b647c48484384777360c5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/fd6c08c016ad492199cad08a830a5469"}, "url": "http://172.30.9.36:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "fd6c08c016ad492199cad08a830a5469"}], "links": {"self": "http://172.30.9.36:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 06:48:04,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-e4bb78b7-8cc6-454f-8cbf-149ea6baf7b3 2018-08-20 06:48:04,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.186200857162s 2018-08-20 06:48:04,378 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-e4bb78b7-8cc6-454f-8cbf-149ea6baf7b3 2018-08-20 06:48:04,384 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/0825db0964b4432b95422e441dda5b71'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7c215d4a291c4866b90c1d525d7e366d', u'id': u'0825db0964b4432b95422e441dda5b71'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/0dbd7bc50cee414f9b7df590899d21e1'}, u'url': u'http://192.30.9.8:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c79032d0c5ed4e18b41161b911d32cb9', u'id': u'0dbd7bc50cee414f9b7df590899d21e1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/1cccf2deebb54e73891db1cf2ef1c1e0'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ff82f31c5d56409ca7e100830c744249', u'id': u'1cccf2deebb54e73891db1cf2ef1c1e0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/313109edbc174ba6a2c789d475ccc48d'}, u'url': u'http://172.30.9.36:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e08ef898f6eb4685a44824b6d219bfff', u'id': u'313109edbc174ba6a2c789d475ccc48d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/3526011556054a4e9616f9c97c73fadf'}, u'url': u'http://172.30.9.36:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7164e46168fe49f898ad2c038f7f3746', u'id': u'3526011556054a4e9616f9c97c73fadf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/370b2e933b034911989ed806b3aab511'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'852c9059bcfe479b935edd1838aab5f2', u'id': u'370b2e933b034911989ed806b3aab511'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/39e46e78c5574bb2b5f97c9290a3fa63'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7164e46168fe49f898ad2c038f7f3746', u'id': u'39e46e78c5574bb2b5f97c9290a3fa63'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/3ad58338289d406f825ac84ef8ddf364'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7c215d4a291c4866b90c1d525d7e366d', u'id': u'3ad58338289d406f825ac84ef8ddf364'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/418af50ab5fc4c5da0cb318036e7df19'}, u'url': u'http://12.0.0.31:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6799ed79c4ae4ca2b0e427613b1a8e09', u'id': u'418af50ab5fc4c5da0cb318036e7df19'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/4b9704c398d64aa38b16c1216001a7db'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4ea12df9e7c24697bcf8b8f6290c170a', u'id': u'4b9704c398d64aa38b16c1216001a7db'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/4bd7f84c38854900908f90d4aafb26ab'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7164e46168fe49f898ad2c038f7f3746', u'id': u'4bd7f84c38854900908f90d4aafb26ab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/51a89d51bb5c487a898705d258cf3c3c'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'852c9059bcfe479b935edd1838aab5f2', u'id': u'51a89d51bb5c487a898705d258cf3c3c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/59ae6559265c44c289b4637f29a4a653'}, u'url': u'http://172.30.9.36:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ff82f31c5d56409ca7e100830c744249', u'id': u'59ae6559265c44c289b4637f29a4a653'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/5d5a102334ed454ba86c9b77d34ef674'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'26b4eff88bbc43f280b3e5a8e0131b38', u'id': u'5d5a102334ed454ba86c9b77d34ef674'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/5ec19dd0ec204484b96aa3ffdd71013d'}, u'url': u'http://172.30.9.36:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c79032d0c5ed4e18b41161b911d32cb9', u'id': u'5ec19dd0ec204484b96aa3ffdd71013d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/6250b70078f14ce58094d2580cf0802c'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'066af2358fb3468b9f13d02553da9e85', u'id': u'6250b70078f14ce58094d2580cf0802c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/676b33dbd2ea461bab45334445f29593'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e08ef898f6eb4685a44824b6d219bfff', u'id': u'676b33dbd2ea461bab45334445f29593'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/68a733345e7e4816afbb600b2fd58778'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5592bc28c898431080bea2676267935c', u'id': u'68a733345e7e4816afbb600b2fd58778'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/6bf1f00fdd99442ba9838f12ff5832f4'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5592bc28c898431080bea2676267935c', u'id': u'6bf1f00fdd99442ba9838f12ff5832f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/78c2379118c144a79dfcff4f181578f2'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'066af2358fb3468b9f13d02553da9e85', u'id': u'78c2379118c144a79dfcff4f181578f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/7dbdcea68d0044b7b409bb27dd812b44'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd731d6cc6b1e4878b11dccdb7194e58a', u'id': u'7dbdcea68d0044b7b409bb27dd812b44'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/817dd90bc2464382be63027b891ec771'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a16b56e9ff5540ccacbb431795c7a13a', u'id': u'817dd90bc2464382be63027b891ec771'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/83342bdccb5944d5b411a5a87b28f315'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ff82f31c5d56409ca7e100830c744249', u'id': u'83342bdccb5944d5b411a5a87b28f315'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/91534d6ca19d48368ab445a6f443f05d'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a16b56e9ff5540ccacbb431795c7a13a', u'id': u'91534d6ca19d48368ab445a6f443f05d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/928dad2ccbb14cfcb078b9d8ae98475f'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd31669f894e246138ba51775d305f903', u'id': u'928dad2ccbb14cfcb078b9d8ae98475f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/9a6b42352bbf4915b540899ba417fea7'}, u'url': u'http://172.30.9.36:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a16b56e9ff5540ccacbb431795c7a13a', u'id': u'9a6b42352bbf4915b540899ba417fea7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/9c0515123d9747a4ac9a3eda27bb9ac8'}, u'url': u'http://172.30.9.36:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'852c9059bcfe479b935edd1838aab5f2', u'id': u'9c0515123d9747a4ac9a3eda27bb9ac8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/a547d05c8f6644b2830c2e92d39a7287'}, u'url': u'http://172.30.9.36:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7c215d4a291c4866b90c1d525d7e366d', u'id': u'a547d05c8f6644b2830c2e92d39a7287'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/b42d84afaf064e46b08584acd385cac2'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e08ef898f6eb4685a44824b6d219bfff', u'id': u'b42d84afaf064e46b08584acd385cac2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/be3840824a2743dfbcb8c1a69783e7ba'}, u'url': u'http://192.30.9.8:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c79032d0c5ed4e18b41161b911d32cb9', u'id': u'be3840824a2743dfbcb8c1a69783e7ba'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/be3c8f75258a4f8f9bb1082bce9882af'}, u'url': u'http://172.30.9.36:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6799ed79c4ae4ca2b0e427613b1a8e09', u'id': u'be3c8f75258a4f8f9bb1082bce9882af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/c98edb5e7e454cf794988da0a3be1bb5'}, u'url': u'http://172.30.9.36:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5592bc28c898431080bea2676267935c', u'id': u'c98edb5e7e454cf794988da0a3be1bb5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/ceeb03e98aed46d5936f152c3ffabab2'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd31669f894e246138ba51775d305f903', u'id': u'ceeb03e98aed46d5936f152c3ffabab2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/d107f507e7b64d16985917cc523d5c09'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd731d6cc6b1e4878b11dccdb7194e58a', u'id': u'd107f507e7b64d16985917cc523d5c09'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/d5600b2618d54bb6b30ac4943c03add5'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'26b4eff88bbc43f280b3e5a8e0131b38', u'id': u'd5600b2618d54bb6b30ac4943c03add5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/d8fecdd40e8f4cf1a6ed15224cac2fea'}, u'url': u'http://172.30.9.36:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd731d6cc6b1e4878b11dccdb7194e58a', u'id': u'd8fecdd40e8f4cf1a6ed15224cac2fea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/ddcd46064e32423a9a3f7e7aed575794'}, u'url': u'http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6799ed79c4ae4ca2b0e427613b1a8e09', u'id': u'ddcd46064e32423a9a3f7e7aed575794'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/e09ff417f55b4746abb394849eec0390'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4ea12df9e7c24697bcf8b8f6290c170a', u'id': u'e09ff417f55b4746abb394849eec0390'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/e0fe612f406b44a9b595d6741caf7c65'}, u'url': u'http://172.30.9.36:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'26b4eff88bbc43f280b3e5a8e0131b38', u'id': u'e0fe612f406b44a9b595d6741caf7c65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/e293a88ddda94418bd035d779b87f9c3'}, u'url': u'http://172.30.9.36:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4ea12df9e7c24697bcf8b8f6290c170a', u'id': u'e293a88ddda94418bd035d779b87f9c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/eeb4ff75e1b647c48484384777360c5e'}, u'url': u'http://172.30.9.36:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd31669f894e246138ba51775d305f903', u'id': u'eeb4ff75e1b647c48484384777360c5e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.36:5000/v3/endpoints/fd6c08c016ad492199cad08a830a5469'}, u'url': u'http://172.30.9.36:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'066af2358fb3468b9f13d02553da9e85', u'id': u'fd6c08c016ad492199cad08a830a5469'})] 2018-08-20 06:48:04,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-20 06:48:04,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:04,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42d106fc-81bc-46d2-8e7c-c0245a7aaaa8 x-compute-request-id: req-42d106fc-81bc-46d2-8e7c-c0245a7aaaa8 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-20 06:48:04,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/extensions used request id req-42d106fc-81bc-46d2-8e7c-c0245a7aaaa8 2018-08-20 06:48:04,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.111222982407s 2018-08-20 06:48:04,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/extensions used request id req-42d106fc-81bc-46d2-8e7c-c0245a7aaaa8 2018-08-20 06:48:04,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-20 06:48:04,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:06,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c13a98e-342e-445b-a33e-52769cc081a6 x-compute-request-id: req-7c13a98e-342e-445b-a33e-52769cc081a6 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-20 06:48:06,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-floating-ip-pools used request id req-7c13a98e-342e-445b-a33e-52769cc081a6 2018-08-20 06:48:06,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.78135299683s 2018-08-20 06:48:06,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-floating-ip-pools used request id req-7c13a98e-342e-445b-a33e-52769cc081a6 2018-08-20 06:48:06,296 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-20 06:48:06,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:48:06,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:07,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ef695211-d10a-45b7-97fd-0b52d609d273 Date: Mon, 20 Aug 2018 06:48:07 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:48:07,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-ef695211-d10a-45b7-97fd-0b52d609d273 2018-08-20 06:48:07,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.933791875839s 2018-08-20 06:48:07,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-ef695211-d10a-45b7-97fd-0b52d609d273 2018-08-20 06:48:07,235 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-20 06:48:07,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 06:48:07,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:07,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48: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-b885cb8b-7e3d-4b74-a004-b3d8e158c770 x-compute-request-id: req-b885cb8b-7e3d-4b74-a004-b3d8e158c770 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 14}, "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.4", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 06:48:07,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-b885cb8b-7e3d-4b74-a004-b3d8e158c770 2018-08-20 06:48:07,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.169153213501s 2018-08-20 06:48:07,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-b885cb8b-7e3d-4b74-a004-b3d8e158c770 2018-08-20 06:48:07,406 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.9', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"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}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 5}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"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}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 14}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-20 06:48:07,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-20 06:48:07,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:07,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48: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-7f3d1e45-75e2-4da1-9f1a-af1734c21677 x-compute-request-id: req-7f3d1e45-75e2-4da1-9f1a-af1734c21677 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 06:48:07,544 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-7f3d1e45-75e2-4da1-9f1a-af1734c21677 2018-08-20 06:48:07,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.137079954147s 2018-08-20 06:48:07,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-7f3d1e45-75e2-4da1-9f1a-af1734c21677 2018-08-20 06:48:07,544 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-20 06:48:07,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:07,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:07,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3fda5f54-93b8-4fde-bb01-347a0f9d4eb1 Date: Mon, 20 Aug 2018 06:48:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:48:07,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-3fda5f54-93b8-4fde-bb01-347a0f9d4eb1 2018-08-20 06:48:07,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34748506546s 2018-08-20 06:48:07,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-3fda5f54-93b8-4fde-bb01-347a0f9d4eb1 2018-08-20 06:48:07,893 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-20T06:44:34Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'a6080755-5724-465a-b182-14c24f0c1811', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'3c4aed65191b4dba89fd510567c6ae9c', u'created_at': u'2018-08-20T06:44:26Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3c4aed65191b4dba89fd510567c6ae9c'})] 2018-08-20 06:48:07,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:48:07,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:08,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c7c12459-19ec-4b2b-8b33-59601ea37ad0 Date: Mon, 20 Aug 2018 06:48:08 GMT RESP BODY: {"ports":[]} 2018-08-20 06:48:08,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json used request id req-c7c12459-19ec-4b2b-8b33-59601ea37ad0 2018-08-20 06:48:08,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.05105090141s 2018-08-20 06:48:08,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json used request id req-c7c12459-19ec-4b2b-8b33-59601ea37ad0 2018-08-20 06:48:08,945 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-20 06:48:08,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 06:48:08,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:09,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02a4e0a5-1f4a-4144-a7e1-f0b37b1fbd8b Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "2c90652c5f714d928f80c3e19782a3b2"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/2c90652c5f714d928f80c3e19782a3b2/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "3816a125afc6417980387f3b282fde34"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/3816a125afc6417980387f3b282fde34/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "607b53cda2b943b78b05fca79fbd4173"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/607b53cda2b943b78b05fca79fbd4173/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "dfd90f76052e46538c70a213a6ed6a0e"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e/users/63e9b6fbace64bb08d03ce9c9389b4c1/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "65cb4b3109b9421cb377edc7d6b29634"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/65cb4b3109b9421cb377edc7d6b29634/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "68e87bf6eba44f91acbef7173592c4e8"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/68e87bf6eba44f91acbef7173592c4e8/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "73a2ff45283c4f839c48950796abdc64"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/73a2ff45283c4f839c48950796abdc64/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "754bbcdaf8fc4a35bc09f4a16a35aea3"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/754bbcdaf8fc4a35bc09f4a16a35aea3/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "922e788650b34d6bb59eef0b376dc6c3"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/922e788650b34d6bb59eef0b376dc6c3/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "a5d353f313da4c52a91947c53747d0ae"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/a5d353f313da4c52a91947c53747d0ae/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "731e5f67b1b745e3b28929b2e769b502"}, "user": {"id": "b59ee3f465af40d6b622679d3fe8dea0"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/b59ee3f465af40d6b622679d3fe8dea0/roles/731e5f67b1b745e3b28929b2e769b502"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "b59ee3f465af40d6b622679d3fe8dea0"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/b59ee3f465af40d6b622679d3fe8dea0/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "d59aa7e0c016485a890d5515014c8a19"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/d59aa7e0c016485a890d5515014c8a19/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"project": {"id": "3c4aed65191b4dba89fd510567c6ae9c"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "f2ad3e1e29c4491a8549fbdfd659e9f8"}, "links": {"assignment": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c/users/f2ad3e1e29c4491a8549fbdfd659e9f8/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"domain": {"id": "a8df9ad125c349708a6fa763238b87ce"}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "248f66fa0c464447a8cddae71da2fb01"}, "links": {"assignment": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce/users/248f66fa0c464447a8cddae71da2fb01/roles/b3efb973439c483da0b5bf17b7531ce0"}}, {"scope": {"system": {"all": true}}, "role": {"id": "b3efb973439c483da0b5bf17b7531ce0"}, "user": {"id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "links": {"assignment": "http://172.30.9.36:5000/v3/system/users/63e9b6fbace64bb08d03ce9c9389b4c1/roles/b3efb973439c483da0b5bf17b7531ce0"}}], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-20 06:48:09,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments used request id req-02a4e0a5-1f4a-4144-a7e1-f0b37b1fbd8b 2018-08-20 06:48:09,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0942399501801s 2018-08-20 06:48:09,044 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments used request id req-02a4e0a5-1f4a-4144-a7e1-f0b37b1fbd8b 2018-08-20 06:48:09,047 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'2c90652c5f714d928f80c3e19782a3b2'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'3816a125afc6417980387f3b282fde34'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'607b53cda2b943b78b05fca79fbd4173'}), Munch({'project': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'63e9b6fbace64bb08d03ce9c9389b4c1'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'65cb4b3109b9421cb377edc7d6b29634'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'68e87bf6eba44f91acbef7173592c4e8'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'73a2ff45283c4f839c48950796abdc64'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'754bbcdaf8fc4a35bc09f4a16a35aea3'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'922e788650b34d6bb59eef0b376dc6c3'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'a5d353f313da4c52a91947c53747d0ae'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'731e5f67b1b745e3b28929b2e769b502', 'user': u'b59ee3f465af40d6b622679d3fe8dea0'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'b59ee3f465af40d6b622679d3fe8dea0'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'd59aa7e0c016485a890d5515014c8a19'}), Munch({'project': u'3c4aed65191b4dba89fd510567c6ae9c', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'f2ad3e1e29c4491a8549fbdfd659e9f8'}), Munch({'domain': u'a8df9ad125c349708a6fa763238b87ce', 'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'248f66fa0c464447a8cddae71da2fb01'}), Munch({'id': u'b3efb973439c483da0b5bf17b7531ce0', 'user': u'63e9b6fbace64bb08d03ce9c9389b4c1'})] 2018-08-20 06:48:09,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:48:09,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:09,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa7d0474-1fe0-424b-b155-0ff92e4578eb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:48:09,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fa7d0474-1fe0-424b-b155-0ff92e4578eb 2018-08-20 06:48:09,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0897521972656s 2018-08-20 06:48:09,141 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fa7d0474-1fe0-424b-b155-0ff92e4578eb 2018-08-20 06:48:09,142 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'10038bcb3d034dfa858f7debbfbf528c'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'731e5f67b1b745e3b28929b2e769b502'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'b3efb973439c483da0b5bf17b7531ce0'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'e3b33d4342a545c0a6f0ad61fbc6fdd3'})] 2018-08-20 06:48:09,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:48:09,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:10,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-38bf535a-665c-4d02-865e-5d3afd58a25d Date: Mon, 20 Aug 2018 06:48:10 GMT RESP BODY: {"routers": []} 2018-08-20 06:48:10,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-38bf535a-665c-4d02-865e-5d3afd58a25d 2018-08-20 06:48:10,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.88246512413s 2018-08-20 06:48:10,025 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-38bf535a-665c-4d02-865e-5d3afd58a25d 2018-08-20 06:48:10,025 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-20 06:48:10,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:48:10,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:10,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3049e078-2d7c-4f59-b60b-59bf49f5d8f3 x-compute-request-id: req-3049e078-2d7c-4f59-b60b-59bf49f5d8f3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 06:48:10,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3049e078-2d7c-4f59-b60b-59bf49f5d8f3 2018-08-20 06:48:10,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.131216049194s 2018-08-20 06:48:10,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3049e078-2d7c-4f59-b60b-59bf49f5d8f3 2018-08-20 06:48:10,158 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-20 06:48:10,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 06:48:10,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:48:10,170 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:48:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:48:10,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:10,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7289cfa6-a5b2-4c3a-a771-955a10c47a1f Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/066af2358fb3468b9f13d02553da9e85"}, "enabled": true, "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/26b4eff88bbc43f280b3e5a8e0131b38"}, "enabled": true, "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/479c301a4b134996817712aba271c597"}, "enabled": true, "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/4ea12df9e7c24697bcf8b8f6290c170a"}, "enabled": true, "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5592bc28c898431080bea2676267935c"}, "enabled": true, "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6799ed79c4ae4ca2b0e427613b1a8e09"}, "enabled": true, "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7164e46168fe49f898ad2c038f7f3746"}, "enabled": true, "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7c215d4a291c4866b90c1d525d7e366d"}, "enabled": true, "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/852c9059bcfe479b935edd1838aab5f2"}, "enabled": true, "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a16b56e9ff5540ccacbb431795c7a13a"}, "enabled": true, "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c79032d0c5ed4e18b41161b911d32cb9"}, "enabled": true, "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/d31669f894e246138ba51775d305f903"}, "enabled": true, "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d731d6cc6b1e4878b11dccdb7194e58a"}, "enabled": true, "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e08ef898f6eb4685a44824b6d219bfff"}, "enabled": true, "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ff82f31c5d56409ca7e100830c744249"}, "enabled": true, "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-20 06:48:10,268 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-7289cfa6-a5b2-4c3a-a771-955a10c47a1f 2018-08-20 06:48:10,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.106928110123s 2018-08-20 06:48:10,268 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-7289cfa6-a5b2-4c3a-a771-955a10c47a1f 2018-08-20 06:48:10,273 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'066af2358fb3468b9f13d02553da9e85', 'name': u'cinderv2'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'26b4eff88bbc43f280b3e5a8e0131b38', 'name': u'heat'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'479c301a4b134996817712aba271c597', 'name': u'ceilometer'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'4ea12df9e7c24697bcf8b8f6290c170a', 'name': u'placement'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'5592bc28c898431080bea2676267935c', 'name': u'gnocchi'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'6799ed79c4ae4ca2b0e427613b1a8e09', 'name': u'swift'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'7164e46168fe49f898ad2c038f7f3746', 'name': u'glance'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'7c215d4a291c4866b90c1d525d7e366d', 'name': u'neutron'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'852c9059bcfe479b935edd1838aab5f2', 'name': u'aodh'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'a16b56e9ff5540ccacbb431795c7a13a', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'c79032d0c5ed4e18b41161b911d32cb9', 'name': u'keystone'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'd31669f894e246138ba51775d305f903', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'd731d6cc6b1e4878b11dccdb7194e58a', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'e08ef898f6eb4685a44824b6d219bfff', 'name': u'cinder'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'ff82f31c5d56409ca7e100830c744249', 'name': u'nova'})] 2018-08-20 06:48:10,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:48:10,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2042b624a9b4145ce08c0170ce45dd4c910a1373" 2018-08-20 06:48:11,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-591d3b2d-9485-4e90-9df1-5fd9d7feda1f Date: Mon, 20 Aug 2018 06:48:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 06:48:11,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-591d3b2d-9485-4e90-9df1-5fd9d7feda1f 2018-08-20 06:48:11,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.02419281006s 2018-08-20 06:48:11,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-591d3b2d-9485-4e90-9df1-5fd9d7feda1f 2018-08-20 06:48:11,299 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:44:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'tenant_id': u'3c4aed65191b4dba89fd510567c6ae9c', u'created_at': u'2018-08-20T06:44:34Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'3c4aed65191b4dba89fd510567c6ae9c'})] 2018-08-20 06:48:11,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:48:11,422 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-20 06:48:11,479 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-20 06:48:11,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:48:11,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:48:11,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:48:11,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:48:11,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:48:11,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb715054-e27f-4c05-b8ab-73bb120e9d6b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:48:11,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-eb715054-e27f-4c05-b8ab-73bb120e9d6b 2018-08-20 06:48:11,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:48:12,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["cp-7QAC5Ts-HngVjqeJHvw"], "issued_at": "2018-08-20T06:48:12.000000Z"}} 2018-08-20 06:48:12,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:12,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" 2018-08-20 06:48:13,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-eee55476-0094-4d2c-9328-9bda12eb8660 Date: Mon, 20 Aug 2018 06:48:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:48:13,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eee55476-0094-4d2c-9328-9bda12eb8660 2018-08-20 06:48:13,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.962887048721s 2018-08-20 06:48:13,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eee55476-0094-4d2c-9328-9bda12eb8660 2018-08-20 06:48:13,071 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-20 06:48:13,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:48:13,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" -d '{"network": {"name": "tenantnetwork1-net_c5921a89-6d7a-47eb-a80c-b336fc897d9a", "admin_state_up": true}}' 2018-08-20 06:48:14,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-95b989d6-1f9b-4cff-981d-260c15d5d929 Date: Mon, 20 Aug 2018 06:48:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"285ad25a-60a4-47aa-b377-7b6a1409b0b0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:48:14Z","is_default":false,"provider:segmentation_id":21,"name":"tenantnetwork1-net_c5921a89-6d7a-47eb-a80c-b336fc897d9a","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:14Z","mtu":1450}} 2018-08-20 06:48:14,557 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-95b989d6-1f9b-4cff-981d-260c15d5d929 2018-08-20 06:48:14,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.48541212082s 2018-08-20 06:48:14,557 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-95b989d6-1f9b-4cff-981d-260c15d5d929 2018-08-20 06:48:14,558 - 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-08-20T06:48:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'285ad25a-60a4-47aa-b377-7b6a1409b0b0', u'provider:segmentation_id': 21, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_c5921a89-6d7a-47eb-a80c-b336fc897d9a', u'admin_state_up': True, u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:48:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 06:48:14,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:14,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" 2018-08-20 06:48:15,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-27ec4579-317f-475e-954c-f0f2ef8523a7 Date: Mon, 20 Aug 2018 06:48:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"285ad25a-60a4-47aa-b377-7b6a1409b0b0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:48:14Z","provider:segmentation_id":21,"name":"tenantnetwork1-net_c5921a89-6d7a-47eb-a80c-b336fc897d9a","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:48:15,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-27ec4579-317f-475e-954c-f0f2ef8523a7 2018-08-20 06:48:15,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08504986763s 2018-08-20 06:48:15,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-27ec4579-317f-475e-954c-f0f2ef8523a7 2018-08-20 06:48:15,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:48:15,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" -d '{"subnet": {"name": "tenantnetwork1-subnet_c5921a89-6d7a-47eb-a80c-b336fc897d9a", "enable_dhcp": true, "network_id": "285ad25a-60a4-47aa-b377-7b6a1409b0b0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:48:16,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-869746d9-95e0-4052-a67b-a7fbb2bbf0b9 Date: Mon, 20 Aug 2018 06:48:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"285ad25a-60a4-47aa-b377-7b6a1409b0b0","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:48:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"81e8ca73-9747-404f-af76-be9478883cc8","subnetpool_id":null,"name":"tenantnetwork1-subnet_c5921a89-6d7a-47eb-a80c-b336fc897d9a"}} 2018-08-20 06:48:16,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-869746d9-95e0-4052-a67b-a7fbb2bbf0b9 2018-08-20 06:48:16,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.713747024536s 2018-08-20 06:48:16,360 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-869746d9-95e0-4052-a67b-a7fbb2bbf0b9 2018-08-20 06:48:16,360 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:48:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'81e8ca73-9747-404f-af76-be9478883cc8', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_c5921a89-6d7a-47eb-a80c-b336fc897d9a', u'enable_dhcp': True, u'network_id': u'285ad25a-60a4-47aa-b377-7b6a1409b0b0', u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:48:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 06:48:16,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:48:16,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "tenantnetwork1-router_c5921a89-6d7a-47eb-a80c-b336fc897d9a", "admin_state_up": true}}' 2018-08-20 06:48:18,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-487dfc6d-0d7a-44d3-8c60-4f0e130b13c1 Date: Mon, 20 Aug 2018 06:48:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:48:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T06:48:18Z", "revision_number": 2, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "fba40c2b-8ae0-48b3-a1c7-63211506d358", "name": "tenantnetwork1-router_c5921a89-6d7a-47eb-a80c-b336fc897d9a"}} 2018-08-20 06:48:18,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-487dfc6d-0d7a-44d3-8c60-4f0e130b13c1 2018-08-20 06:48:18,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.46235394478s 2018-08-20 06:48:18,823 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-487dfc6d-0d7a-44d3-8c60-4f0e130b13c1 2018-08-20 06:48:18,824 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:48:17Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T06:48:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'id': u'fba40c2b-8ae0-48b3-a1c7-63211506d358', u'name': u'tenantnetwork1-router_c5921a89-6d7a-47eb-a80c-b336fc897d9a'}) 2018-08-20 06:48:18,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:48:18,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" -d '{"subnet_id": "81e8ca73-9747-404f-af76-be9478883cc8"}' 2018-08-20 06:48:21,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ea4b657a-70e0-4f02-9f60-47f2332957f0 Date: Mon, 20 Aug 2018 06:48:21 GMT RESP BODY: {"network_id": "285ad25a-60a4-47aa-b377-7b6a1409b0b0", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "81e8ca73-9747-404f-af76-be9478883cc8", "subnet_ids": ["81e8ca73-9747-404f-af76-be9478883cc8"], "port_id": "dd73e821-835b-4f33-a0a8-d2e20c7ac35e", "id": "fba40c2b-8ae0-48b3-a1c7-63211506d358"} 2018-08-20 06:48:21,360 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358/add_router_interface.json used request id req-ea4b657a-70e0-4f02-9f60-47f2332957f0 2018-08-20 06:48:21,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.53573107719s 2018-08-20 06:48:21,360 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358/add_router_interface.json used request id req-ea4b657a-70e0-4f02-9f60-47f2332957f0 returning object fba40c2b-8ae0-48b3-a1c7-63211506d358 2018-08-20 06:48:21,473 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:48:21,474 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-20 06:48:21,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:48:21,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" -d '{"subnet_id": "81e8ca73-9747-404f-af76-be9478883cc8"}' 2018-08-20 06:48:22,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f07f00e-c0aa-455c-ac2d-25fbf8de72a9 Date: Mon, 20 Aug 2018 06:48:22 GMT RESP BODY: {"network_id": "285ad25a-60a4-47aa-b377-7b6a1409b0b0", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "81e8ca73-9747-404f-af76-be9478883cc8", "subnet_ids": ["81e8ca73-9747-404f-af76-be9478883cc8"], "port_id": "dd73e821-835b-4f33-a0a8-d2e20c7ac35e", "id": "fba40c2b-8ae0-48b3-a1c7-63211506d358"} 2018-08-20 06:48:22,973 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358/remove_router_interface.json used request id req-8f07f00e-c0aa-455c-ac2d-25fbf8de72a9 2018-08-20 06:48:22,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.49363303185s 2018-08-20 06:48:22,974 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358/remove_router_interface.json used request id req-8f07f00e-c0aa-455c-ac2d-25fbf8de72a9 returning object fba40c2b-8ae0-48b3-a1c7-63211506d358 2018-08-20 06:48:22,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:48:22,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" 2018-08-20 06:48:24,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-8be6e255-163a-4037-8240-5c8d0574d4ad Date: Mon, 20 Aug 2018 06:48:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:48:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T06:48:22Z", "revision_number": 4, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "fba40c2b-8ae0-48b3-a1c7-63211506d358", "name": "tenantnetwork1-router_c5921a89-6d7a-47eb-a80c-b336fc897d9a"}]} 2018-08-20 06:48:24,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-8be6e255-163a-4037-8240-5c8d0574d4ad 2018-08-20 06:48:24,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.12088608742s 2018-08-20 06:48:24,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-8be6e255-163a-4037-8240-5c8d0574d4ad 2018-08-20 06:48:24,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:48:24,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" 2018-08-20 06:48:26,175 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e98a08c-f3c5-478d-a922-51a1f47840e4 Content-Length: 0 Date: Mon, 20 Aug 2018 06:48:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:48:26,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358.json used request id req-3e98a08c-f3c5-478d-a922-51a1f47840e4 2018-08-20 06:48:26,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.07822203636s 2018-08-20 06:48:26,175 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/fba40c2b-8ae0-48b3-a1c7-63211506d358.json used request id req-3e98a08c-f3c5-478d-a922-51a1f47840e4 2018-08-20 06:48:26,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:48:26,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" 2018-08-20 06:48:27,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-48e25906-f2f7-466d-8a49-97e993eb1f0a Date: Mon, 20 Aug 2018 06:48:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"285ad25a-60a4-47aa-b377-7b6a1409b0b0","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:48:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"81e8ca73-9747-404f-af76-be9478883cc8","subnetpool_id":null,"name":"tenantnetwork1-subnet_c5921a89-6d7a-47eb-a80c-b336fc897d9a"}]} 2018-08-20 06:48:27,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-48e25906-f2f7-466d-8a49-97e993eb1f0a 2018-08-20 06:48:27,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.89614200592s 2018-08-20 06:48:27,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-48e25906-f2f7-466d-8a49-97e993eb1f0a 2018-08-20 06:48:27,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:48:27,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/81e8ca73-9747-404f-af76-be9478883cc8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" 2018-08-20 06:48:30,433 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34526527-a427-431b-9803-ae6dfbf06f62 Date: Mon, 20 Aug 2018 06:48:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:48:30,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/81e8ca73-9747-404f-af76-be9478883cc8.json used request id req-34526527-a427-431b-9803-ae6dfbf06f62 2018-08-20 06:48:30,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.35932993889s 2018-08-20 06:48:30,434 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/81e8ca73-9747-404f-af76-be9478883cc8.json used request id req-34526527-a427-431b-9803-ae6dfbf06f62 2018-08-20 06:48:30,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:30,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" 2018-08-20 06:48:30,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-fda64c4a-2803-4b17-bd73-43480bd9536c Date: Mon, 20 Aug 2018 06:48:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"285ad25a-60a4-47aa-b377-7b6a1409b0b0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:48:30Z","provider:segmentation_id":21,"name":"tenantnetwork1-net_c5921a89-6d7a-47eb-a80c-b336fc897d9a","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:48:30,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-fda64c4a-2803-4b17-bd73-43480bd9536c 2018-08-20 06:48:30,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356801986694s 2018-08-20 06:48:30,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-fda64c4a-2803-4b17-bd73-43480bd9536c 2018-08-20 06:48:30,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:48:30,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/285ad25a-60a4-47aa-b377-7b6a1409b0b0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2766e4088ad47673ba8520c8b942477ba8b769a3" 2018-08-20 06:48:32,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1975ad19-a1c3-491c-a670-85c274296406 Date: Mon, 20 Aug 2018 06:48:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:48:32,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/285ad25a-60a4-47aa-b377-7b6a1409b0b0.json used request id req-1975ad19-a1c3-491c-a670-85c274296406 2018-08-20 06:48:32,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.66631293297s 2018-08-20 06:48:32,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/285ad25a-60a4-47aa-b377-7b6a1409b0b0.json used request id req-1975ad19-a1c3-491c-a670-85c274296406 2018-08-20 06:48:32,512 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-20 06:48:32,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:48:32,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:48:32,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:48:32,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:48:32,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:48:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:48:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:48:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:48:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:48:32,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:48:32,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8496f04f-0b1a-4be4-b7b4-fea3e28cbf8b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:48:32,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8496f04f-0b1a-4be4-b7b4-fea3e28cbf8b 2018-08-20 06:48:32,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:48:32,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:48:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["OVqTR1I6RcWFKrj_uKEuIg"], "issued_at": "2018-08-20T06:48:32.000000Z"}} 2018-08-20 06:48:32,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:32,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:33,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ad5daeeb-4f5b-4a75-849e-c5d5c9a06ff0 Date: Mon, 20 Aug 2018 06:48:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:48:33,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ad5daeeb-4f5b-4a75-849e-c5d5c9a06ff0 2018-08-20 06:48:33,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.291045188904s 2018-08-20 06:48:33,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ad5daeeb-4f5b-4a75-849e-c5d5c9a06ff0 2018-08-20 06:48:33,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:48:33,269 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:48:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:48:33,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:48:33,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:33,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2408e523-a94e-49bc-8f0a-dfbf7213d03c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 06:48:33,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-2408e523-a94e-49bc-8f0a-dfbf7213d03c 2018-08-20 06:48:33,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.170898914337s 2018-08-20 06:48:33,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-2408e523-a94e-49bc-8f0a-dfbf7213d03c 2018-08-20 06:48:33,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 06:48:33,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}}' 2018-08-20 06:48:33,726 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:48:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ad2e783-476d-4284-b78a-05927645d1c4 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666"}, "tags": [], "enabled": true, "id": "87b11a9714a34c04818ddc7d58f5f666", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}} 2018-08-20 06:48:33,726 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-4ad2e783-476d-4284-b78a-05927645d1c4 2018-08-20 06:48:33,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.277715206146s 2018-08-20 06:48:33,727 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-4ad2e783-476d-4284-b78a-05927645d1c4 2018-08-20 06:48:33,727 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tenantnetwork2', u'tags': [], 'enabled': True, 'id': u'87b11a9714a34c04818ddc7d58f5f666', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tenantnetwork2-project_3698d1c2-c0c5-4878-8820-c7c63ece1a55'}) 2018-08-20 06:48:33,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 06:48:33,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "611f9497-cf68-417e-af03-9888a132cb9d", "email": null, "name": "tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}}' 2018-08-20 06:48:34,240 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:48:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0414aa38-81c0-484f-8a1b-09864e84bf2a Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55", "links": {"self": "http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c6a119df88124272994b75907926c28c", "domain_id": "default", "password_expires_at": null}} 2018-08-20 06:48:34,240 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-0414aa38-81c0-484f-8a1b-09864e84bf2a 2018-08-20 06:48:34,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.506330966949s 2018-08-20 06:48:34,240 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-0414aa38-81c0-484f-8a1b-09864e84bf2a 2018-08-20 06:48:34,241 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c6a119df88124272994b75907926c28c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55'}) 2018-08-20 06:48:34,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:48:34,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:34,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81aef1af-4b63-4903-ba56-12d5f422931d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:48:34,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-81aef1af-4b63-4903-ba56-12d5f422931d 2018-08-20 06:48:34,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.153929948807s 2018-08-20 06:48:34,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-81aef1af-4b63-4903-ba56-12d5f422931d 2018-08-20 06:48:34,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:48:34,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:34,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50c90d7-ebd7-4188-b277-a099376188ae Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:48:34,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b50c90d7-ebd7-4188-b277-a099376188ae 2018-08-20 06:48:34,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976910591125s 2018-08-20 06:48:34,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b50c90d7-ebd7-4188-b277-a099376188ae 2018-08-20 06:48:34,503 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 06:48:34,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 06:48:34,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" -d '{"role": {"name": "Member"}}' 2018-08-20 06:48:34,715 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:48:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1d00802-3a40-49cc-a075-bc41d226445b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4d96a5770fb34fd3b7ed1b732116f5d2", "links": {"self": "http://172.30.9.36:5000/v3/roles/4d96a5770fb34fd3b7ed1b732116f5d2"}, "name": "Member"}} 2018-08-20 06:48:34,715 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-c1d00802-3a40-49cc-a075-bc41d226445b 2018-08-20 06:48:34,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.208472013474s 2018-08-20 06:48:34,715 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-c1d00802-3a40-49cc-a075-bc41d226445b 2018-08-20 06:48:34,716 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'4d96a5770fb34fd3b7ed1b732116f5d2'}) 2018-08-20 06:48:34,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:48:34,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:34,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08de2504-fa24-405d-b040-2e300d7be19c Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4d96a5770fb34fd3b7ed1b732116f5d2", "links": {"self": "http://172.30.9.36:5000/v3/roles/4d96a5770fb34fd3b7ed1b732116f5d2"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:48:34,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-08de2504-fa24-405d-b040-2e300d7be19c 2018-08-20 06:48:34,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179100036621s 2018-08-20 06:48:34,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-08de2504-fa24-405d-b040-2e300d7be19c 2018-08-20 06:48:34,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:48:34,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:35,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a6efd7d-6064-4124-8d7c-695480c1acd4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 06:48:35,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-8a6efd7d-6064-4124-8d7c-695480c1acd4 2018-08-20 06:48:35,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0999341011047s 2018-08-20 06:48:35,003 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-8a6efd7d-6064-4124-8d7c-695480c1acd4 2018-08-20 06:48:35,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:48:35,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:35,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53741329-5c20-406d-8ba8-3adc6220f27a Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55", "links": {"self": "http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c6a119df88124272994b75907926c28c", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:48:35,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-53741329-5c20-406d-8ba8-3adc6220f27a 2018-08-20 06:48:35,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107262134552s 2018-08-20 06:48:35,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-53741329-5c20-406d-8ba8-3adc6220f27a 2018-08-20 06:48:35,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:48:35,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:35,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00482912-389e-46b9-b10d-e312324cc21e Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666"}, "tags": [], "enabled": true, "id": "87b11a9714a34c04818ddc7d58f5f666", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:48:35,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-00482912-389e-46b9-b10d-e312324cc21e 2018-08-20 06:48:35,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100980043411s 2018-08-20 06:48:35,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-00482912-389e-46b9-b10d-e312324cc21e 2018-08-20 06:48:35,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 06:48:35,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=c6a119df88124272994b75907926c28c&role.id=4d96a5770fb34fd3b7ed1b732116f5d2&scope.project.id=87b11a9714a34c04818ddc7d58f5f666" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:35,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a884adfd-b516-4c22-bb1f-65c9820d0624 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=c6a119df88124272994b75907926c28c&role.id=4d96a5770fb34fd3b7ed1b732116f5d2&scope.project.id=87b11a9714a34c04818ddc7d58f5f666", "previous": null, "next": null}} 2018-08-20 06:48:35,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=c6a119df88124272994b75907926c28c&role.id=4d96a5770fb34fd3b7ed1b732116f5d2&scope.project.id=87b11a9714a34c04818ddc7d58f5f666 used request id req-a884adfd-b516-4c22-bb1f-65c9820d0624 2018-08-20 06:48:35,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108850002289s 2018-08-20 06:48:35,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=c6a119df88124272994b75907926c28c&role.id=4d96a5770fb34fd3b7ed1b732116f5d2&scope.project.id=87b11a9714a34c04818ddc7d58f5f666 used request id req-a884adfd-b516-4c22-bb1f-65c9820d0624 2018-08-20 06:48:35,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 06:48:35,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666/users/c6a119df88124272994b75907926c28c/roles/4d96a5770fb34fd3b7ed1b732116f5d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:35,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:48:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69e34dc0-2286-4fd1-8876-dec1b33f7d80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:48:35,589 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666/users/c6a119df88124272994b75907926c28c/roles/4d96a5770fb34fd3b7ed1b732116f5d2 used request id req-69e34dc0-2286-4fd1-8876-dec1b33f7d80 2018-08-20 06:48:35,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.243062973022s 2018-08-20 06:48:35,589 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666/users/c6a119df88124272994b75907926c28c/roles/4d96a5770fb34fd3b7ed1b732116f5d2 used request id req-69e34dc0-2286-4fd1-8876-dec1b33f7d80 2018-08-20 06:48:35,590 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_3698d1c2-c0c5-4878-8820-c7c63ece1a55', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'87b11a9714a34c04818ddc7d58f5f666', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '611f9497-cf68-417e-af03-9888a132cb9d', 'username': u'tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 06:48:35,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:48:35,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:48:35,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:48:35,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:48:35,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:48:35,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:48:35,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:48:35,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:48:35,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:48:35,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:48:35,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:48:35,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:48:35,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:48:35,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:48:35,595 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55', 'password': '611f9497-cf68-417e-af03-9888a132cb9d', 'project_name': 'tenantnetwork2-project_3698d1c2-c0c5-4878-8820-c7c63ece1a55', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': '87b11a9714a34c04818ddc7d58f5f666', 'project_domain_name': 'Default'} 2018-08-20 06:48:35,596 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-20 06:48:35,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:48:35,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1efe6f63-def8-4c80-b263-81abb111e8fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:48:35,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1efe6f63-def8-4c80-b263-81abb111e8fd 2018-08-20 06:48:35,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:48:36,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d96a5770fb34fd3b7ed1b732116f5d2", "name": "Member"}], "expires_at": "2018-08-20T07:48:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87b11a9714a34c04818ddc7d58f5f666", "name": "tenantnetwork2-project_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/87b11a9714a34c04818ddc7d58f5f666", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/87b11a9714a34c04818ddc7d58f5f666", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/87b11a9714a34c04818ddc7d58f5f666", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/87b11a9714a34c04818ddc7d58f5f666", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/87b11a9714a34c04818ddc7d58f5f666", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/87b11a9714a34c04818ddc7d58f5f666", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_87b11a9714a34c04818ddc7d58f5f666", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_87b11a9714a34c04818ddc7d58f5f666", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/87b11a9714a34c04818ddc7d58f5f666", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/87b11a9714a34c04818ddc7d58f5f666", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/87b11a9714a34c04818ddc7d58f5f666", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/87b11a9714a34c04818ddc7d58f5f666", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/87b11a9714a34c04818ddc7d58f5f666", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/87b11a9714a34c04818ddc7d58f5f666", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55", "id": "c6a119df88124272994b75907926c28c"}, "audit_ids": ["Qx-nGqx0QManPeSBPT7jyA"], "issued_at": "2018-08-20T06:48:36.000000Z"}} 2018-08-20 06:48:36,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:48:36,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" -d '{"network": {"name": "tenantnetwork2-net_3698d1c2-c0c5-4878-8820-c7c63ece1a55", "admin_state_up": true}}' 2018-08-20 06:48:37,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-b8d962bd-d59e-4842-9164-600bac4f3a4d Date: Mon, 20 Aug 2018 06:48:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"87b11a9714a34c04818ddc7d58f5f666","created_at":"2018-08-20T06:48:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T06:48:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"87b11a9714a34c04818ddc7d58f5f666","id":"d7afcb76-aec0-4da5-b2fd-71ea4ccea077","name":"tenantnetwork2-net_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}} 2018-08-20 06:48:37,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-b8d962bd-d59e-4842-9164-600bac4f3a4d 2018-08-20 06:48:37,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.41463804245s 2018-08-20 06:48:37,510 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-b8d962bd-d59e-4842-9164-600bac4f3a4d 2018-08-20 06:48:37,510 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:48:37Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'd7afcb76-aec0-4da5-b2fd-71ea4ccea077', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_3698d1c2-c0c5-4878-8820-c7c63ece1a55', u'admin_state_up': True, u'tenant_id': u'87b11a9714a34c04818ddc7d58f5f666', u'created_at': u'2018-08-20T06:48:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'87b11a9714a34c04818ddc7d58f5f666'}) 2018-08-20 06:48:37,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:37,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" 2018-08-20 06:48:37,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-21303c41-673f-46bf-a672-2c2efac8b8e1 Date: Mon, 20 Aug 2018 06:48:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:48:37Z","tenant_id":"87b11a9714a34c04818ddc7d58f5f666","created_at":"2018-08-20T06:48:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"87b11a9714a34c04818ddc7d58f5f666","id":"d7afcb76-aec0-4da5-b2fd-71ea4ccea077","name":"tenantnetwork2-net_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}]} 2018-08-20 06:48:37,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-21303c41-673f-46bf-a672-2c2efac8b8e1 2018-08-20 06:48:37,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356042146683s 2018-08-20 06:48:37,867 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-21303c41-673f-46bf-a672-2c2efac8b8e1 2018-08-20 06:48:37,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:48:37,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" -d '{"subnet": {"name": "tenantnetwork2-subnet_3698d1c2-c0c5-4878-8820-c7c63ece1a55", "enable_dhcp": true, "network_id": "d7afcb76-aec0-4da5-b2fd-71ea4ccea077", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:48:38,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0fec9d8b-fa64-4a14-92b3-1a93ccbf8cf5 Date: Mon, 20 Aug 2018 06:48:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7afcb76-aec0-4da5-b2fd-71ea4ccea077","tenant_id":"87b11a9714a34c04818ddc7d58f5f666","created_at":"2018-08-20T06:48:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:48:38Z","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":"87b11a9714a34c04818ddc7d58f5f666","id":"49083f98-9374-40fd-9975-7e050ed7d2a2","subnetpool_id":null,"name":"tenantnetwork2-subnet_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}} 2018-08-20 06:48:38,779 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0fec9d8b-fa64-4a14-92b3-1a93ccbf8cf5 2018-08-20 06:48:38,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.910572052002s 2018-08-20 06:48:38,779 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0fec9d8b-fa64-4a14-92b3-1a93ccbf8cf5 2018-08-20 06:48:38,780 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:48:38Z', 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'49083f98-9374-40fd-9975-7e050ed7d2a2', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_3698d1c2-c0c5-4878-8820-c7c63ece1a55', u'enable_dhcp': True, u'network_id': u'd7afcb76-aec0-4da5-b2fd-71ea4ccea077', u'tenant_id': u'87b11a9714a34c04818ddc7d58f5f666', u'created_at': u'2018-08-20T06:48:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'87b11a9714a34c04818ddc7d58f5f666'}) 2018-08-20 06:48:38,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:48:38,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "tenantnetwork2-router_3698d1c2-c0c5-4878-8820-c7c63ece1a55", "admin_state_up": true}}' 2018-08-20 06:48:40,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-89b8499d-6112-4176-9546-24ba8696eb75 Date: Mon, 20 Aug 2018 06:48:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:39Z", "admin_state_up": true, "updated_at": "2018-08-20T06:48:40Z", "revision_number": 2, "routes": [], "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "0da302ba-cbf2-4898-85a9-19e84d93b3b6", "name": "tenantnetwork2-router_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}} 2018-08-20 06:48:40,949 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-89b8499d-6112-4176-9546-24ba8696eb75 2018-08-20 06:48:40,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.16871809959s 2018-08-20 06:48:40,950 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-89b8499d-6112-4176-9546-24ba8696eb75 2018-08-20 06:48:40,950 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'87b11a9714a34c04818ddc7d58f5f666', u'created_at': u'2018-08-20T06:48:39Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T06:48:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'87b11a9714a34c04818ddc7d58f5f666', u'id': u'0da302ba-cbf2-4898-85a9-19e84d93b3b6', u'name': u'tenantnetwork2-router_3698d1c2-c0c5-4878-8820-c7c63ece1a55'}) 2018-08-20 06:48:40,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:48:40,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" -d '{"subnet_id": "49083f98-9374-40fd-9975-7e050ed7d2a2"}' 2018-08-20 06:48:43,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6f8e94f9-e62d-4b87-aa2e-955853f1550a Date: Mon, 20 Aug 2018 06:48:43 GMT RESP BODY: {"network_id": "d7afcb76-aec0-4da5-b2fd-71ea4ccea077", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "subnet_id": "49083f98-9374-40fd-9975-7e050ed7d2a2", "subnet_ids": ["49083f98-9374-40fd-9975-7e050ed7d2a2"], "port_id": "fba3903b-945a-4af2-839e-15011b8f2757", "id": "0da302ba-cbf2-4898-85a9-19e84d93b3b6"} 2018-08-20 06:48:43,178 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6/add_router_interface.json used request id req-6f8e94f9-e62d-4b87-aa2e-955853f1550a 2018-08-20 06:48:43,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.22703504562s 2018-08-20 06:48:43,178 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6/add_router_interface.json used request id req-6f8e94f9-e62d-4b87-aa2e-955853f1550a returning object 0da302ba-cbf2-4898-85a9-19e84d93b3b6 2018-08-20 06:48:43,292 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:48:43,293 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-20 06:48:43,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:48:43,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" -d '{"subnet_id": "49083f98-9374-40fd-9975-7e050ed7d2a2"}' 2018-08-20 06:48:44,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5c881ee6-0baa-4437-8db2-b625d73837ca Date: Mon, 20 Aug 2018 06:48:44 GMT RESP BODY: {"network_id": "d7afcb76-aec0-4da5-b2fd-71ea4ccea077", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "subnet_id": "49083f98-9374-40fd-9975-7e050ed7d2a2", "subnet_ids": ["49083f98-9374-40fd-9975-7e050ed7d2a2"], "port_id": "fba3903b-945a-4af2-839e-15011b8f2757", "id": "0da302ba-cbf2-4898-85a9-19e84d93b3b6"} 2018-08-20 06:48:44,917 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6/remove_router_interface.json used request id req-5c881ee6-0baa-4437-8db2-b625d73837ca 2018-08-20 06:48:44,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6192510128s 2018-08-20 06:48:44,918 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6/remove_router_interface.json used request id req-5c881ee6-0baa-4437-8db2-b625d73837ca returning object 0da302ba-cbf2-4898-85a9-19e84d93b3b6 2018-08-20 06:48:44,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:48:44,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" 2018-08-20 06:48:45,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-99e1c062-db3c-43d6-9082-221b6f162d1a Date: Mon, 20 Aug 2018 06:48:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:39Z", "admin_state_up": true, "updated_at": "2018-08-20T06:48:44Z", "revision_number": 4, "routes": [], "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "0da302ba-cbf2-4898-85a9-19e84d93b3b6", "name": "tenantnetwork2-router_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}]} 2018-08-20 06:48:45,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-99e1c062-db3c-43d6-9082-221b6f162d1a 2018-08-20 06:48:45,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.298645973206s 2018-08-20 06:48:45,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-99e1c062-db3c-43d6-9082-221b6f162d1a 2018-08-20 06:48:45,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:48:45,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" 2018-08-20 06:48:47,416 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86ab3a9c-f0b2-42ba-a9a4-229cf53d0968 Content-Length: 0 Date: Mon, 20 Aug 2018 06:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:48:47,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6.json used request id req-86ab3a9c-f0b2-42ba-a9a4-229cf53d0968 2018-08-20 06:48:47,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.19759988785s 2018-08-20 06:48:47,416 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/0da302ba-cbf2-4898-85a9-19e84d93b3b6.json used request id req-86ab3a9c-f0b2-42ba-a9a4-229cf53d0968 2018-08-20 06:48:47,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:48:47,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" 2018-08-20 06:48:47,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2130207c-6c4d-4505-979d-a08102c065d4 Date: Mon, 20 Aug 2018 06:48:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7afcb76-aec0-4da5-b2fd-71ea4ccea077","tenant_id":"87b11a9714a34c04818ddc7d58f5f666","created_at":"2018-08-20T06:48:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:48:38Z","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":"87b11a9714a34c04818ddc7d58f5f666","id":"49083f98-9374-40fd-9975-7e050ed7d2a2","subnetpool_id":null,"name":"tenantnetwork2-subnet_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}]} 2018-08-20 06:48:47,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-2130207c-6c4d-4505-979d-a08102c065d4 2018-08-20 06:48:47,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.227097034454s 2018-08-20 06:48:47,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-2130207c-6c4d-4505-979d-a08102c065d4 2018-08-20 06:48:47,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:48:47,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/49083f98-9374-40fd-9975-7e050ed7d2a2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" 2018-08-20 06:48:51,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42ed39ee-deda-4259-bdd4-8482c5c9cfd5 Date: Mon, 20 Aug 2018 06:48:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:48:51,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/49083f98-9374-40fd-9975-7e050ed7d2a2.json used request id req-42ed39ee-deda-4259-bdd4-8482c5c9cfd5 2018-08-20 06:48:51,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.41094994545s 2018-08-20 06:48:51,057 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/49083f98-9374-40fd-9975-7e050ed7d2a2.json used request id req-42ed39ee-deda-4259-bdd4-8482c5c9cfd5 2018-08-20 06:48:51,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:51,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" 2018-08-20 06:48:52,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-81791492-c7fc-4846-8ca5-c668a850e724 Date: Mon, 20 Aug 2018 06:48:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:48:50Z","tenant_id":"87b11a9714a34c04818ddc7d58f5f666","created_at":"2018-08-20T06:48:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87b11a9714a34c04818ddc7d58f5f666","id":"d7afcb76-aec0-4da5-b2fd-71ea4ccea077","name":"tenantnetwork2-net_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}]} 2018-08-20 06:48:52,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-81791492-c7fc-4846-8ca5-c668a850e724 2018-08-20 06:48:52,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09520483017s 2018-08-20 06:48:52,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-81791492-c7fc-4846-8ca5-c668a850e724 2018-08-20 06:48:52,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:48:52,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/d7afcb76-aec0-4da5-b2fd-71ea4ccea077.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}220b0eef56f0e9a8089fa95bce4ddad5882b7dda" 2018-08-20 06:48:53,995 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68e1e8f2-fae1-44b3-b156-b3564f3acc40 Date: Mon, 20 Aug 2018 06:48:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:48:53,995 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/d7afcb76-aec0-4da5-b2fd-71ea4ccea077.json used request id req-68e1e8f2-fae1-44b3-b156-b3564f3acc40 2018-08-20 06:48:53,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.84069609642s 2018-08-20 06:48:53,995 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/d7afcb76-aec0-4da5-b2fd-71ea4ccea077.json used request id req-68e1e8f2-fae1-44b3-b156-b3564f3acc40 2018-08-20 06:48:53,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:48:53,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:54,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fce2408-d0f7-4048-8088-6ccdb4758017 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55", "links": {"self": "http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c6a119df88124272994b75907926c28c", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:48:54,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-2fce2408-d0f7-4048-8088-6ccdb4758017 2018-08-20 06:48:54,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118369102478s 2018-08-20 06:48:54,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-2fce2408-d0f7-4048-8088-6ccdb4758017 2018-08-20 06:48:54,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:48:54,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:54,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3a86c0-00de-472f-be6a-3f2b0b6adb2c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_3698d1c2-c0c5-4878-8820-c7c63ece1a55", "links": {"self": "http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c6a119df88124272994b75907926c28c", "description": null}} 2018-08-20 06:48:54,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c used request id req-2b3a86c0-00de-472f-be6a-3f2b0b6adb2c 2018-08-20 06:48:54,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104516983032s 2018-08-20 06:48:54,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c used request id req-2b3a86c0-00de-472f-be6a-3f2b0b6adb2c 2018-08-20 06:48:54,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 06:48:54,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:54,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:48:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f40a2224-2c07-4d8c-8fb0-71d574035064 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:48:54,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c used request id req-f40a2224-2c07-4d8c-8fb0-71d574035064 2018-08-20 06:48:54,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.262855052948s 2018-08-20 06:48:54,489 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/c6a119df88124272994b75907926c28c used request id req-f40a2224-2c07-4d8c-8fb0-71d574035064 2018-08-20 06:48:54,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:48:54,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:54,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82ae84d2-a19f-46a4-8b56-0e87a08bc229 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666"}, "tags": [], "enabled": true, "id": "87b11a9714a34c04818ddc7d58f5f666", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3698d1c2-c0c5-4878-8820-c7c63ece1a55"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:48:54,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-82ae84d2-a19f-46a4-8b56-0e87a08bc229 2018-08-20 06:48:54,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0950288772583s 2018-08-20 06:48:54,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-82ae84d2-a19f-46a4-8b56-0e87a08bc229 2018-08-20 06:48:54,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 06:48:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:54,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:48:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe97fc84-75a9-4574-8648-25925bc09756 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:48:54,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-fe97fc84-75a9-4574-8648-25925bc09756 2018-08-20 06:48:54,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.303495168686s 2018-08-20 06:48:54,899 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-fe97fc84-75a9-4574-8648-25925bc09756 2018-08-20 06:48:54,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:48:54,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:55,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab38424-8335-4ae0-b45f-78944fec0191 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4d96a5770fb34fd3b7ed1b732116f5d2", "links": {"self": "http://172.30.9.36:5000/v3/roles/4d96a5770fb34fd3b7ed1b732116f5d2"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:48:55,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5ab38424-8335-4ae0-b45f-78944fec0191 2018-08-20 06:48:55,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104406833649s 2018-08-20 06:48:55,007 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5ab38424-8335-4ae0-b45f-78944fec0191 2018-08-20 06:48:55,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 06:48:55,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/4d96a5770fb34fd3b7ed1b732116f5d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8093c658c942599e87eb2003c99c9597cdf9b2d" 2018-08-20 06:48:55,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:48:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af18d250-2c58-43a5-b06f-38ddf93ed696 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:48:55,223 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4d96a5770fb34fd3b7ed1b732116f5d2 used request id req-af18d250-2c58-43a5-b06f-38ddf93ed696 2018-08-20 06:48:55,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.210623025894s 2018-08-20 06:48:55,224 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4d96a5770fb34fd3b7ed1b732116f5d2 used request id req-af18d250-2c58-43a5-b06f-38ddf93ed696 2018-08-20 06:48:55,274 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-20 06:48:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:48:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:48:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:48:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:48:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:48:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:48:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:48:55,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:48:55,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:48:55,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:48:55,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:48:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:48:55,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a4ad742-8fec-4570-9f88-d60a7c699eb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:48:55,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3a4ad742-8fec-4570-9f88-d60a7c699eb1 2018-08-20 06:48:55,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:48:55,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:48:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["z0awp7ihQ2S8-xu3pw-oMQ"], "issued_at": "2018-08-20T06:48:55.000000Z"}} 2018-08-20 06:48:55,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:55,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:48:56,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-439d9558-bc0e-4d0f-b3b4-928f88a85501 Date: Mon, 20 Aug 2018 06:48:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:48:56,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-439d9558-bc0e-4d0f-b3b4-928f88a85501 2018-08-20 06:48:56,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.315793991089s 2018-08-20 06:48:56,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-439d9558-bc0e-4d0f-b3b4-928f88a85501 2018-08-20 06:48:56,132 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-20 06:48:56,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:48:56,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '{"network": {"name": "vmready1-net_8c129f88-6cb6-47b1-8286-0060e079538f", "admin_state_up": true}}' 2018-08-20 06:48:56,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-56a1d14c-d976-4568-b817-e1eff25d0ff3 Date: Mon, 20 Aug 2018 06:48:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"def15309-1e3a-4a27-9dc0-31d2d92c0fd3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:48:56Z","is_default":false,"provider:segmentation_id":32,"name":"vmready1-net_8c129f88-6cb6-47b1-8286-0060e079538f","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:56Z","mtu":1450}} 2018-08-20 06:48:56,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-56a1d14c-d976-4568-b817-e1eff25d0ff3 2018-08-20 06:48:56,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.562427997589s 2018-08-20 06:48:56,695 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-56a1d14c-d976-4568-b817-e1eff25d0ff3 2018-08-20 06:48:56,696 - 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-08-20T06:48:56Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'def15309-1e3a-4a27-9dc0-31d2d92c0fd3', u'provider:segmentation_id': 32, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_8c129f88-6cb6-47b1-8286-0060e079538f', u'admin_state_up': True, u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:48:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 06:48:56,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:48:56,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:48:56,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-6a4f9030-a830-4a31-8231-4c3c72a6b24c Date: Mon, 20 Aug 2018 06:48:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"def15309-1e3a-4a27-9dc0-31d2d92c0fd3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:48:56Z","provider:segmentation_id":32,"name":"vmready1-net_8c129f88-6cb6-47b1-8286-0060e079538f","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:56Z","provider:network_type":"vxlan"}]} 2018-08-20 06:48:56,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-6a4f9030-a830-4a31-8231-4c3c72a6b24c 2018-08-20 06:48:56,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260758876801s 2018-08-20 06:48:56,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-6a4f9030-a830-4a31-8231-4c3c72a6b24c 2018-08-20 06:48:56,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:48:56,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '{"subnet": {"name": "vmready1-subnet_8c129f88-6cb6-47b1-8286-0060e079538f", "enable_dhcp": true, "network_id": "def15309-1e3a-4a27-9dc0-31d2d92c0fd3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:48:57,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1e6d69a1-5c76-41b7-a39b-049cff2f4187 Date: Mon, 20 Aug 2018 06:48:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"def15309-1e3a-4a27-9dc0-31d2d92c0fd3","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:48:57Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"4950e737-ee61-4093-b726-8ef1c31121f7","subnetpool_id":null,"name":"vmready1-subnet_8c129f88-6cb6-47b1-8286-0060e079538f"}} 2018-08-20 06:48:57,994 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-1e6d69a1-5c76-41b7-a39b-049cff2f4187 2018-08-20 06:48:57,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03505206108s 2018-08-20 06:48:57,995 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-1e6d69a1-5c76-41b7-a39b-049cff2f4187 2018-08-20 06:48:57,995 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:48:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'4950e737-ee61-4093-b726-8ef1c31121f7', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_8c129f88-6cb6-47b1-8286-0060e079538f', u'enable_dhcp': True, u'network_id': u'def15309-1e3a-4a27-9dc0-31d2d92c0fd3', u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:48:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 06:48:57,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:48:57,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "vmready1-router_8c129f88-6cb6-47b1-8286-0060e079538f", "admin_state_up": true}}' 2018-08-20 06:48:59,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-6f3049c9-ae4b-44f3-b57b-2a1a8009c53b Date: Mon, 20 Aug 2018 06:48:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:48:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T06:48:59Z", "revision_number": 2, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "22d21de1-daa8-46cb-a484-5774a7332473", "name": "vmready1-router_8c129f88-6cb6-47b1-8286-0060e079538f"}} 2018-08-20 06:48:59,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-6f3049c9-ae4b-44f3-b57b-2a1a8009c53b 2018-08-20 06:48:59,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.427298069s 2018-08-20 06:48:59,424 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-6f3049c9-ae4b-44f3-b57b-2a1a8009c53b 2018-08-20 06:48:59,424 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:48:58Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T06:48:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'id': u'22d21de1-daa8-46cb-a484-5774a7332473', u'name': u'vmready1-router_8c129f88-6cb6-47b1-8286-0060e079538f'}) 2018-08-20 06:48:59,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:48:59,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '{"subnet_id": "4950e737-ee61-4093-b726-8ef1c31121f7"}' 2018-08-20 06:49:01,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6a958c3f-2a82-4c44-bd49-2df04487f67b Date: Mon, 20 Aug 2018 06:49:01 GMT RESP BODY: {"network_id": "def15309-1e3a-4a27-9dc0-31d2d92c0fd3", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "4950e737-ee61-4093-b726-8ef1c31121f7", "subnet_ids": ["4950e737-ee61-4093-b726-8ef1c31121f7"], "port_id": "e4aa8aee-531e-4602-8bed-9b873181bb5d", "id": "22d21de1-daa8-46cb-a484-5774a7332473"} 2018-08-20 06:49:01,602 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473/add_router_interface.json used request id req-6a958c3f-2a82-4c44-bd49-2df04487f67b 2018-08-20 06:49:01,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.17770719528s 2018-08-20 06:49:01,603 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473/add_router_interface.json used request id req-6a958c3f-2a82-4c44-bd49-2df04487f67b returning object 22d21de1-daa8-46cb-a484-5774a7332473 2018-08-20 06:49:01,603 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 06:49:01,743 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 06:49:01,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:49:01,750 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 06:49:01 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 06:49:01,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:01,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:02,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ba276416-ac50-429a-ab7e-03e9ca8d7459 Date: Mon, 20 Aug 2018 06:49:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:02,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ba276416-ac50-429a-ab7e-03e9ca8d7459 2018-08-20 06:49:02,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.744894981384s 2018-08-20 06:49:02,499 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ba276416-ac50-429a-ab7e-03e9ca8d7459 2018-08-20 06:49:02,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 06:49:02,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f"}' 2018-08-20 06:49:03,306 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-02ee5917-1c31-457d-a473-c91dd34e8d38 Date: Mon, 20 Aug 2018 06:49:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "b178fb35-621a-4f52-9797-06ba63d4f6d8", "size": null, "self": "/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:03Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f", "checksum": null, "created_at": "2018-08-20T06:49:03Z", "protected": false} 2018-08-20 06:49:03,306 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-02ee5917-1c31-457d-a473-c91dd34e8d38 2018-08-20 06:49:03,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.799582004547s 2018-08-20 06:49:03,307 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-02ee5917-1c31-457d-a473-c91dd34e8d38 returning object b178fb35-621a-4f52-9797-06ba63d4f6d8 2018-08-20 06:49:03,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 06:49:03,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '' 2018-08-20 06:49:06,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2674e9c-df12-42e6-8e81-8ce46126b6d9 Date: Mon, 20 Aug 2018 06:49:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:49:06,560 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/file used request id req-a2674e9c-df12-42e6-8e81-8ce46126b6d9 2018-08-20 06:49:06,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.25267410278s 2018-08-20 06:49:06,561 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/file used request id req-a2674e9c-df12-42e6-8e81-8ce46126b6d9 2018-08-20 06:49:06,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:06,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:07,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-76c5788c-03b3-4580-95de-19d98db56f77 Date: Mon, 20 Aug 2018 06:49:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/snap", "metadata": {}}], "file": "/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "b178fb35-621a-4f52-9797-06ba63d4f6d8", "size": 12716032, "self": "/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:06Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:49:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:07,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-76c5788c-03b3-4580-95de-19d98db56f77 2018-08-20 06:49:07,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.67348408699s 2018-08-20 06:49:07,239 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-76c5788c-03b3-4580-95de-19d98db56f77 2018-08-20 06:49:07,240 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'b178fb35-621a-4f52-9797-06ba63d4f6d8', 'size': 12716032, u'self': u'/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T06:49:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T06:49:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f', 'created': u'2018-08-20T06:49:03Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T06:49:03Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 06:49:07,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 06:49:07,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_8c129f88-6cb6-47b1-8286-0060e079538f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 06:49:08,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-357e15c3-596d-48ee-bf13-4cd9111a8162 x-compute-request-id: req-357e15c3-596d-48ee-bf13-4cd9111a8162 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_8c129f88-6cb6-47b1-8286-0060e079538f", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0f581dcb-b88e-48b4-aa1c-594d33d45425"}} 2018-08-20 06:49:08,033 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-357e15c3-596d-48ee-bf13-4cd9111a8162 2018-08-20 06:49:08,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.791422128677s 2018-08-20 06:49:08,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-357e15c3-596d-48ee-bf13-4cd9111a8162 2018-08-20 06:49:08,034 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_8c129f88-6cb6-47b1-8286-0060e079538f', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'0f581dcb-b88e-48b4-aa1c-594d33d45425', 'swap': 0}) 2018-08-20 06:49:08,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 06:49:08,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '{"extra_specs": {}}' 2018-08-20 06:49:08,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8041586f-6329-4491-800a-8ceeaf644173 x-compute-request-id: req-8041586f-6329-4491-800a-8ceeaf644173 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 06:49:08,067 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425/os-extra_specs used request id req-8041586f-6329-4491-800a-8ceeaf644173 2018-08-20 06:49:08,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0324561595917s 2018-08-20 06:49:08,067 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425/os-extra_specs used request id req-8041586f-6329-4491-800a-8ceeaf644173 2018-08-20 06:49:08,181 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:49:08,181 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 06:49:08,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:49:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" -d '{"subnet_id": "4950e737-ee61-4093-b726-8ef1c31121f7"}' 2018-08-20 06:49:09,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-952f27a0-c906-466d-a62b-192c51131daa Date: Mon, 20 Aug 2018 06:49:09 GMT RESP BODY: {"network_id": "def15309-1e3a-4a27-9dc0-31d2d92c0fd3", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "4950e737-ee61-4093-b726-8ef1c31121f7", "subnet_ids": ["4950e737-ee61-4093-b726-8ef1c31121f7"], "port_id": "e4aa8aee-531e-4602-8bed-9b873181bb5d", "id": "22d21de1-daa8-46cb-a484-5774a7332473"} 2018-08-20 06:49:09,500 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473/remove_router_interface.json used request id req-952f27a0-c906-466d-a62b-192c51131daa 2018-08-20 06:49:09,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.31277394295s 2018-08-20 06:49:09,500 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473/remove_router_interface.json used request id req-952f27a0-c906-466d-a62b-192c51131daa returning object 22d21de1-daa8-46cb-a484-5774a7332473 2018-08-20 06:49:09,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:49:09,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:09,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-b068b865-2102-43e5-ac22-a881f6e9b740 Date: Mon, 20 Aug 2018 06:49:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:48:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T06:49:08Z", "revision_number": 4, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "22d21de1-daa8-46cb-a484-5774a7332473", "name": "vmready1-router_8c129f88-6cb6-47b1-8286-0060e079538f"}]} 2018-08-20 06:49:09,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-b068b865-2102-43e5-ac22-a881f6e9b740 2018-08-20 06:49:09,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.460658073425s 2018-08-20 06:49:09,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-b068b865-2102-43e5-ac22-a881f6e9b740 2018-08-20 06:49:09,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:49:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:11,594 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc144e8e-b52e-4bcb-ad4d-11eb38e8b936 Content-Length: 0 Date: Mon, 20 Aug 2018 06:49:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:49:11,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473.json used request id req-dc144e8e-b52e-4bcb-ad4d-11eb38e8b936 2018-08-20 06:49:11,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63127303123s 2018-08-20 06:49:11,595 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/22d21de1-daa8-46cb-a484-5774a7332473.json used request id req-dc144e8e-b52e-4bcb-ad4d-11eb38e8b936 2018-08-20 06:49:11,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:49:11,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:11,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-2ee66137-0119-4b6c-9308-6fda18b27531 Date: Mon, 20 Aug 2018 06:49:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"def15309-1e3a-4a27-9dc0-31d2d92c0fd3","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:48:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"4950e737-ee61-4093-b726-8ef1c31121f7","subnetpool_id":null,"name":"vmready1-subnet_8c129f88-6cb6-47b1-8286-0060e079538f"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 06:49:11,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-2ee66137-0119-4b6c-9308-6fda18b27531 2018-08-20 06:49:11,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0456929206848s 2018-08-20 06:49:11,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-2ee66137-0119-4b6c-9308-6fda18b27531 2018-08-20 06:49:11,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:49:11,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/4950e737-ee61-4093-b726-8ef1c31121f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:14,791 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c7a477e2-01fc-48b6-bdd0-ece61eac62c5 Date: Mon, 20 Aug 2018 06:49:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:49:14,791 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/4950e737-ee61-4093-b726-8ef1c31121f7.json used request id req-c7a477e2-01fc-48b6-bdd0-ece61eac62c5 2018-08-20 06:49:14,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.14825391769s 2018-08-20 06:49:14,792 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/4950e737-ee61-4093-b726-8ef1c31121f7.json used request id req-c7a477e2-01fc-48b6-bdd0-ece61eac62c5 2018-08-20 06:49:14,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:49:14,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:15,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-290b0656-3f98-440c-8b48-60f61aa881bc Date: Mon, 20 Aug 2018 06:49:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"def15309-1e3a-4a27-9dc0-31d2d92c0fd3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:49:14Z","provider:segmentation_id":32,"name":"vmready1-net_8c129f88-6cb6-47b1-8286-0060e079538f","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:48:56Z","provider:network_type":"vxlan"}]} 2018-08-20 06:49:15,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-290b0656-3f98-440c-8b48-60f61aa881bc 2018-08-20 06:49:15,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.392762184143s 2018-08-20 06:49:15,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-290b0656-3f98-440c-8b48-60f61aa881bc 2018-08-20 06:49:15,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:49:15,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/def15309-1e3a-4a27-9dc0-31d2d92c0fd3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:16,330 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7480fbd7-bfb9-40e3-b484-3490680d0291 Date: Mon, 20 Aug 2018 06:49:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:49:16,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/def15309-1e3a-4a27-9dc0-31d2d92c0fd3.json used request id req-7480fbd7-bfb9-40e3-b484-3490680d0291 2018-08-20 06:49:16,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14371299744s 2018-08-20 06:49:16,331 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/def15309-1e3a-4a27-9dc0-31d2d92c0fd3.json used request id req-7480fbd7-bfb9-40e3-b484-3490680d0291 2018-08-20 06:49:16,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:16,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:17,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-39786779-efb5-4e6c-9cde-5b77d56235e1 Date: Mon, 20 Aug 2018 06:49:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/snap", "metadata": {}}], "file": "/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "b178fb35-621a-4f52-9797-06ba63d4f6d8", "size": 12716032, "self": "/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b178fb35-621a-4f52-9797-06ba63d4f6d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:06Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_8c129f88-6cb6-47b1-8286-0060e079538f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:49:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:17,011 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-39786779-efb5-4e6c-9cde-5b77d56235e1 2018-08-20 06:49:17,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.676609992981s 2018-08-20 06:49:17,011 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-39786779-efb5-4e6c-9cde-5b77d56235e1 2018-08-20 06:49:17,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 06:49:17,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:18,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed11a12a-1beb-4861-bd27-3a30066c7e58 Date: Mon, 20 Aug 2018 06:49:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:49:18,110 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8 used request id req-ed11a12a-1beb-4861-bd27-3a30066c7e58 2018-08-20 06:49:18,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0964782238s 2018-08-20 06:49:18,110 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/b178fb35-621a-4f52-9797-06ba63d4f6d8 used request id req-ed11a12a-1beb-4861-bd27-3a30066c7e58 2018-08-20 06:49:18,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:49:18,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:18,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49: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-322f8092-8fcd-479e-a4cc-ae778c3e0321 x-compute-request-id: req-322f8092-8fcd-479e-a4cc-ae778c3e0321 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_8c129f88-6cb6-47b1-8286-0060e079538f", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0f581dcb-b88e-48b4-aa1c-594d33d45425"}]} 2018-08-20 06:49:18,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-322f8092-8fcd-479e-a4cc-ae778c3e0321 2018-08-20 06:49:18,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.138102054596s 2018-08-20 06:49:18,249 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-322f8092-8fcd-479e-a4cc-ae778c3e0321 2018-08-20 06:49:18,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 06:49:18,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15cdc0fe1623022bd1b37d5c68df2e568a1c90de" 2018-08-20 06:49:18,306 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:49: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-46eb29f9-d272-481e-bbcd-058e8dcd55d2 x-compute-request-id: req-46eb29f9-d272-481e-bbcd-058e8dcd55d2 Content-Length: 0 Content-Type: application/json 2018-08-20 06:49:18,306 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425 used request id req-46eb29f9-d272-481e-bbcd-058e8dcd55d2 2018-08-20 06:49:18,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0554249286652s 2018-08-20 06:49:18,306 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/0f581dcb-b88e-48b4-aa1c-594d33d45425 used request id req-46eb29f9-d272-481e-bbcd-058e8dcd55d2 2018-08-20 06:49:18,361 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:49:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:49:18,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:49:18,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:49:18,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f538d96-e2f8-49a4-b312-3ebd02ec498f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:49:18,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5f538d96-e2f8-49a4-b312-3ebd02ec498f 2018-08-20 06:49:18,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:49:18,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:49:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["DMBypiVTTcW7gwO93sOybw"], "issued_at": "2018-08-20T06:49:18.000000Z"}} 2018-08-20 06:49:18,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:49:18,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:19,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cef96ce8-4071-483c-9f00-1b9a982a32cb Date: Mon, 20 Aug 2018 06:49:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:49:19,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cef96ce8-4071-483c-9f00-1b9a982a32cb 2018-08-20 06:49:19,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252008914948s 2018-08-20 06:49:19,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cef96ce8-4071-483c-9f00-1b9a982a32cb 2018-08-20 06:49:19,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:49:19,066 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:49:19,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:49:19,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:19,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac62cde5-6452-4a62-be94-05684459bf15 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 06:49:19,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-ac62cde5-6452-4a62-be94-05684459bf15 2018-08-20 06:49:19,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.097060918808s 2018-08-20 06:49:19,164 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-ac62cde5-6452-4a62-be94-05684459bf15 2018-08-20 06:49:19,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 06:49:19,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7"}}' 2018-08-20 06:49:19,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf285e0f-f8f1-414b-b7e4-41b1bf2df671 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd"}, "tags": [], "enabled": true, "id": "2acbffc4918840cf85c381ea7eb027bd", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7"}} 2018-08-20 06:49:19,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-bf285e0f-f8f1-414b-b7e4-41b1bf2df671 2018-08-20 06:49:19,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.2484998703s 2018-08-20 06:49:19,419 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-bf285e0f-f8f1-414b-b7e4-41b1bf2df671 2018-08-20 06:49:19,420 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmready2', u'tags': [], 'enabled': True, 'id': u'2acbffc4918840cf85c381ea7eb027bd', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7'}) 2018-08-20 06:49:19,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 06:49:19,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2805c0f5-a8e1-41ef-8286-85e9622f3d5d", "email": null, "name": "vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7"}}' 2018-08-20 06:49:19,889 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d19607a-d77a-4566-ac1a-8b26f0e5746d Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7", "links": {"self": "http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5b5e78e26c7c47898b0c3509ebf49815", "domain_id": "default", "password_expires_at": null}} 2018-08-20 06:49:19,889 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-6d19607a-d77a-4566-ac1a-8b26f0e5746d 2018-08-20 06:49:19,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.463132858276s 2018-08-20 06:49:19,889 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-6d19607a-d77a-4566-ac1a-8b26f0e5746d 2018-08-20 06:49:19,890 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5b5e78e26c7c47898b0c3509ebf49815', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7'}) 2018-08-20 06:49:19,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:49:19,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:19,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43da6e74-569c-46b9-a28d-128d69048503 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:49:19,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-43da6e74-569c-46b9-a28d-128d69048503 2018-08-20 06:49:19,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101031064987s 2018-08-20 06:49:19,995 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-43da6e74-569c-46b9-a28d-128d69048503 2018-08-20 06:49:19,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:49:20,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:20,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2973c0a9-ecb6-4364-8753-258801c85ce6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:49:20,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2973c0a9-ecb6-4364-8753-258801c85ce6 2018-08-20 06:49:20,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189103126526s 2018-08-20 06:49:20,189 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2973c0a9-ecb6-4364-8753-258801c85ce6 2018-08-20 06:49:20,190 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 06:49:20,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 06:49:20,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" -d '{"role": {"name": "Member"}}' 2018-08-20 06:49:20,370 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-385acd18-f0a3-42c8-88c1-0a84fb7197dd Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "80a664a9e741418ab6d44c5e9ad20b47", "links": {"self": "http://172.30.9.36:5000/v3/roles/80a664a9e741418ab6d44c5e9ad20b47"}, "name": "Member"}} 2018-08-20 06:49:20,370 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-385acd18-f0a3-42c8-88c1-0a84fb7197dd 2018-08-20 06:49:20,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.176805019379s 2018-08-20 06:49:20,371 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-385acd18-f0a3-42c8-88c1-0a84fb7197dd 2018-08-20 06:49:20,371 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'80a664a9e741418ab6d44c5e9ad20b47'}) 2018-08-20 06:49:20,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:49:20,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:20,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3b5dea-5c2b-47b1-8bcd-713acece0216 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "80a664a9e741418ab6d44c5e9ad20b47", "links": {"self": "http://172.30.9.36:5000/v3/roles/80a664a9e741418ab6d44c5e9ad20b47"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:49:20,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9c3b5dea-5c2b-47b1-8bcd-713acece0216 2018-08-20 06:49:20,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0939610004425s 2018-08-20 06:49:20,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9c3b5dea-5c2b-47b1-8bcd-713acece0216 2018-08-20 06:49:20,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:49:20,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:20,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8647c652-de89-482a-9aa0-77073ac6436c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 06:49:20,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-8647c652-de89-482a-9aa0-77073ac6436c 2018-08-20 06:49:20,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0998539924622s 2018-08-20 06:49:20,574 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-8647c652-de89-482a-9aa0-77073ac6436c 2018-08-20 06:49:20,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:49:20,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:20,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e14190-e557-4c55-85c3-44794c50cb14 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7", "links": {"self": "http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5b5e78e26c7c47898b0c3509ebf49815", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:49:20,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-a2e14190-e557-4c55-85c3-44794c50cb14 2018-08-20 06:49:20,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118264198303s 2018-08-20 06:49:20,694 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-a2e14190-e557-4c55-85c3-44794c50cb14 2018-08-20 06:49:20,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:49:20,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:20,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6764e782-98a0-49e7-9ed5-7f73842ec2b3 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd"}, "tags": [], "enabled": true, "id": "2acbffc4918840cf85c381ea7eb027bd", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:49:20,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-6764e782-98a0-49e7-9ed5-7f73842ec2b3 2018-08-20 06:49:20,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10461807251s 2018-08-20 06:49:20,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-6764e782-98a0-49e7-9ed5-7f73842ec2b3 2018-08-20 06:49:20,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 06:49:20,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=5b5e78e26c7c47898b0c3509ebf49815&role.id=80a664a9e741418ab6d44c5e9ad20b47&scope.project.id=2acbffc4918840cf85c381ea7eb027bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:20,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c30abcb-1cb5-4b37-b93b-85cae02ba0f4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=5b5e78e26c7c47898b0c3509ebf49815&role.id=80a664a9e741418ab6d44c5e9ad20b47&scope.project.id=2acbffc4918840cf85c381ea7eb027bd", "previous": null, "next": null}} 2018-08-20 06:49:20,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=5b5e78e26c7c47898b0c3509ebf49815&role.id=80a664a9e741418ab6d44c5e9ad20b47&scope.project.id=2acbffc4918840cf85c381ea7eb027bd used request id req-1c30abcb-1cb5-4b37-b93b-85cae02ba0f4 2018-08-20 06:49:20,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0983378887177s 2018-08-20 06:49:20,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=5b5e78e26c7c47898b0c3509ebf49815&role.id=80a664a9e741418ab6d44c5e9ad20b47&scope.project.id=2acbffc4918840cf85c381ea7eb027bd used request id req-1c30abcb-1cb5-4b37-b93b-85cae02ba0f4 2018-08-20 06:49:20,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 06:49:20,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd/users/5b5e78e26c7c47898b0c3509ebf49815/roles/80a664a9e741418ab6d44c5e9ad20b47 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:21,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-125de19e-0733-45fa-930b-37f8c00e4d7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:49:21,083 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd/users/5b5e78e26c7c47898b0c3509ebf49815/roles/80a664a9e741418ab6d44c5e9ad20b47 used request id req-125de19e-0733-45fa-930b-37f8c00e4d7c 2018-08-20 06:49:21,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.16360783577s 2018-08-20 06:49:21,084 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd/users/5b5e78e26c7c47898b0c3509ebf49815/roles/80a664a9e741418ab6d44c5e9ad20b47 used request id req-125de19e-0733-45fa-930b-37f8c00e4d7c 2018-08-20 06:49:21,084 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'2acbffc4918840cf85c381ea7eb027bd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '2805c0f5-a8e1-41ef-8286-85e9622f3d5d', 'username': u'vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 06:49:21,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:49:21,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:49:21,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:49:21,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:49:21,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:49:21,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:49:21,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:49:21,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:49:21,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:49:21,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:49:21,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:49:21,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:49:21,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:49:21,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:49:21,090 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7', 'password': '2805c0f5-a8e1-41ef-8286-85e9622f3d5d', 'project_name': 'vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': '2acbffc4918840cf85c381ea7eb027bd', 'project_domain_name': 'Default'} 2018-08-20 06:49:21,090 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-20 06:49:21,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:49:21,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d78ef425-b36f-4369-bdc6-164435522dd0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:49:21,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d78ef425-b36f-4369-bdc6-164435522dd0 2018-08-20 06:49:21,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:49:21,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "80a664a9e741418ab6d44c5e9ad20b47", "name": "Member"}], "expires_at": "2018-08-20T07:49:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2acbffc4918840cf85c381ea7eb027bd", "name": "vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/2acbffc4918840cf85c381ea7eb027bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/2acbffc4918840cf85c381ea7eb027bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/2acbffc4918840cf85c381ea7eb027bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2acbffc4918840cf85c381ea7eb027bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/2acbffc4918840cf85c381ea7eb027bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/2acbffc4918840cf85c381ea7eb027bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_2acbffc4918840cf85c381ea7eb027bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_2acbffc4918840cf85c381ea7eb027bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/2acbffc4918840cf85c381ea7eb027bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/2acbffc4918840cf85c381ea7eb027bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/2acbffc4918840cf85c381ea7eb027bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/2acbffc4918840cf85c381ea7eb027bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/2acbffc4918840cf85c381ea7eb027bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/2acbffc4918840cf85c381ea7eb027bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7", "id": "5b5e78e26c7c47898b0c3509ebf49815"}, "audit_ids": ["TRDjvzQWS1iHK_PzgSFU4Q"], "issued_at": "2018-08-20T06:49:21.000000Z"}} 2018-08-20 06:49:21,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:49:21,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" -d '{"network": {"name": "vmready2-net_7e5ff000-eee8-4483-9919-377fc01092d7", "admin_state_up": true}}' 2018-08-20 06:49:23,126 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-b6c9dd0e-6a3a-4e7c-8f2f-db1da325df7f Date: Mon, 20 Aug 2018 06:49:23 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2acbffc4918840cf85c381ea7eb027bd","created_at":"2018-08-20T06:49:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T06:49:22Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2acbffc4918840cf85c381ea7eb027bd","id":"97bf0a7e-a8c0-4b4b-8612-d29f05b5305c","name":"vmready2-net_7e5ff000-eee8-4483-9919-377fc01092d7"}} 2018-08-20 06:49:23,126 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-b6c9dd0e-6a3a-4e7c-8f2f-db1da325df7f 2018-08-20 06:49:23,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.5204000473s 2018-08-20 06:49:23,127 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-b6c9dd0e-6a3a-4e7c-8f2f-db1da325df7f 2018-08-20 06:49:23,127 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:49:22Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'97bf0a7e-a8c0-4b4b-8612-d29f05b5305c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_7e5ff000-eee8-4483-9919-377fc01092d7', u'admin_state_up': True, u'tenant_id': u'2acbffc4918840cf85c381ea7eb027bd', u'created_at': u'2018-08-20T06:49:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2acbffc4918840cf85c381ea7eb027bd'}) 2018-08-20 06:49:23,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:49:23,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:23,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-cb13216f-fc69-4089-8ad3-7236c7d55d7a Date: Mon, 20 Aug 2018 06:49:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:49:22Z","tenant_id":"2acbffc4918840cf85c381ea7eb027bd","created_at":"2018-08-20T06:49:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2acbffc4918840cf85c381ea7eb027bd","id":"97bf0a7e-a8c0-4b4b-8612-d29f05b5305c","name":"vmready2-net_7e5ff000-eee8-4483-9919-377fc01092d7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:49:23,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-cb13216f-fc69-4089-8ad3-7236c7d55d7a 2018-08-20 06:49:23,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272265911102s 2018-08-20 06:49:23,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-cb13216f-fc69-4089-8ad3-7236c7d55d7a 2018-08-20 06:49:23,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:49:23,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" -d '{"subnet": {"name": "vmready2-subnet_7e5ff000-eee8-4483-9919-377fc01092d7", "enable_dhcp": true, "network_id": "97bf0a7e-a8c0-4b4b-8612-d29f05b5305c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:49:24,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f9b1013a-c422-4a0c-b947-0bce95e206e9 Date: Mon, 20 Aug 2018 06:49:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97bf0a7e-a8c0-4b4b-8612-d29f05b5305c","tenant_id":"2acbffc4918840cf85c381ea7eb027bd","created_at":"2018-08-20T06:49:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:49:23Z","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":"2acbffc4918840cf85c381ea7eb027bd","id":"3d8bf4da-38a1-47cd-a813-3a06b97f9d0b","subnetpool_id":null,"name":"vmready2-subnet_7e5ff000-eee8-4483-9919-377fc01092d7"}} 2018-08-20 06:49:24,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-f9b1013a-c422-4a0c-b947-0bce95e206e9 2018-08-20 06:49:24,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.939954996109s 2018-08-20 06:49:24,342 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-f9b1013a-c422-4a0c-b947-0bce95e206e9 2018-08-20 06:49:24,343 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:49:23Z', 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'3d8bf4da-38a1-47cd-a813-3a06b97f9d0b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_7e5ff000-eee8-4483-9919-377fc01092d7', u'enable_dhcp': True, u'network_id': u'97bf0a7e-a8c0-4b4b-8612-d29f05b5305c', u'tenant_id': u'2acbffc4918840cf85c381ea7eb027bd', u'created_at': u'2018-08-20T06:49:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2acbffc4918840cf85c381ea7eb027bd'}) 2018-08-20 06:49:24,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:49:24,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "vmready2-router_7e5ff000-eee8-4483-9919-377fc01092d7", "admin_state_up": true}}' 2018-08-20 06:49:25,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-417a8cf3-8512-40ef-9a8a-c13d4b14a5c0 Date: Mon, 20 Aug 2018 06:49:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:24Z", "admin_state_up": true, "updated_at": "2018-08-20T06:49:25Z", "revision_number": 2, "routes": [], "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b", "name": "vmready2-router_7e5ff000-eee8-4483-9919-377fc01092d7"}} 2018-08-20 06:49:25,949 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-417a8cf3-8512-40ef-9a8a-c13d4b14a5c0 2018-08-20 06:49:25,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.60546994209s 2018-08-20 06:49:25,949 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-417a8cf3-8512-40ef-9a8a-c13d4b14a5c0 2018-08-20 06:49:25,949 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2acbffc4918840cf85c381ea7eb027bd', u'created_at': u'2018-08-20T06:49:24Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T06:49:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'2acbffc4918840cf85c381ea7eb027bd', u'id': u'3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b', u'name': u'vmready2-router_7e5ff000-eee8-4483-9919-377fc01092d7'}) 2018-08-20 06:49:25,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:49:25,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" -d '{"subnet_id": "3d8bf4da-38a1-47cd-a813-3a06b97f9d0b"}' 2018-08-20 06:49:28,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-44c6bd09-7b0f-419e-ae5b-37afe8f8c6b1 Date: Mon, 20 Aug 2018 06:49:28 GMT RESP BODY: {"network_id": "97bf0a7e-a8c0-4b4b-8612-d29f05b5305c", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "subnet_id": "3d8bf4da-38a1-47cd-a813-3a06b97f9d0b", "subnet_ids": ["3d8bf4da-38a1-47cd-a813-3a06b97f9d0b"], "port_id": "b0bf3044-e874-4fc4-8d87-3ce14586b345", "id": "3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b"} 2018-08-20 06:49:28,851 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b/add_router_interface.json used request id req-44c6bd09-7b0f-419e-ae5b-37afe8f8c6b1 2018-08-20 06:49:28,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.90061807632s 2018-08-20 06:49:28,851 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b/add_router_interface.json used request id req-44c6bd09-7b0f-419e-ae5b-37afe8f8c6b1 returning object 3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b 2018-08-20 06:49:28,851 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 06:49:28,984 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 06:49:28,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:49:28,991 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 06:49:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 06:49:28,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:28,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:29,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b636be79-b1e8-4cee-a482-35351105f768 Date: Mon, 20 Aug 2018 06:49:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:29,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b636be79-b1e8-4cee-a482-35351105f768 2018-08-20 06:49:29,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.664369106293s 2018-08-20 06:49:29,658 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b636be79-b1e8-4cee-a482-35351105f768 2018-08-20 06:49:29,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 06:49:29,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7"}' 2018-08-20 06:49:30,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-147c3054-4eb4-47d6-812b-02c54cce9a32 Date: Mon, 20 Aug 2018 06:49:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc/file", "owner": "2acbffc4918840cf85c381ea7eb027bd", "id": "948116f0-952b-43b6-949d-ee3098fcacfc", "size": null, "self": "/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:30Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7", "checksum": null, "created_at": "2018-08-20T06:49:30Z", "protected": false} 2018-08-20 06:49:30,515 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-147c3054-4eb4-47d6-812b-02c54cce9a32 2018-08-20 06:49:30,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.848140954971s 2018-08-20 06:49:30,515 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-147c3054-4eb4-47d6-812b-02c54cce9a32 returning object 948116f0-952b-43b6-949d-ee3098fcacfc 2018-08-20 06:49:30,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 06:49:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" -d '' 2018-08-20 06:49:32,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b2cdb25-5b8f-4184-829e-644b4aa45dd9 Date: Mon, 20 Aug 2018 06:49:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:49:32,246 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc/file used request id req-8b2cdb25-5b8f-4184-829e-644b4aa45dd9 2018-08-20 06:49:32,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.73001503944s 2018-08-20 06:49:32,246 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc/file used request id req-8b2cdb25-5b8f-4184-829e-644b4aa45dd9 2018-08-20 06:49:32,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:32,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:33,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-34a8e5e7-ea82-4384-86a3-e3256a6ab01e Date: Mon, 20 Aug 2018 06:49:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/948116f0-952b-43b6-949d-ee3098fcacfc/snap", "metadata": {}}], "file": "/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc/file", "owner": "2acbffc4918840cf85c381ea7eb027bd", "id": "948116f0-952b-43b6-949d-ee3098fcacfc", "size": 12716032, "self": "/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/948116f0-952b-43b6-949d-ee3098fcacfc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:32Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:49:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:33,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-34a8e5e7-ea82-4384-86a3-e3256a6ab01e 2018-08-20 06:49:33,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.77110004425s 2018-08-20 06:49:33,022 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-34a8e5e7-ea82-4384-86a3-e3256a6ab01e 2018-08-20 06:49:33,024 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/948116f0-952b-43b6-949d-ee3098fcacfc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc/file', 'owner': u'2acbffc4918840cf85c381ea7eb027bd', 'id': u'948116f0-952b-43b6-949d-ee3098fcacfc', 'size': 12716032, u'self': u'/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2acbffc4918840cf85c381ea7eb027bd', 'name': 'vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/948116f0-952b-43b6-949d-ee3098fcacfc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T06:49:32Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T06:49:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7', 'created': u'2018-08-20T06:49:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T06:49:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 06:49:33,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 06:49:33,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_7e5ff000-eee8-4483-9919-377fc01092d7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 06:49:33,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49: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-97f77c1b-06b8-4812-936c-eced96a26177 x-compute-request-id: req-97f77c1b-06b8-4812-936c-eced96a26177 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_7e5ff000-eee8-4483-9919-377fc01092d7", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "770ca79f-6afb-411d-a9b7-9a52d2048023"}} 2018-08-20 06:49:33,785 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-97f77c1b-06b8-4812-936c-eced96a26177 2018-08-20 06:49:33,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.759938001633s 2018-08-20 06:49:33,785 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-97f77c1b-06b8-4812-936c-eced96a26177 2018-08-20 06:49:33,786 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_7e5ff000-eee8-4483-9919-377fc01092d7', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'770ca79f-6afb-411d-a9b7-9a52d2048023', 'swap': 0}) 2018-08-20 06:49:33,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 06:49:33,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" -d '{"extra_specs": {}}' 2018-08-20 06:49:33,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49: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-1c56c783-e89b-4a17-9588-e53d3e41f504 x-compute-request-id: req-1c56c783-e89b-4a17-9588-e53d3e41f504 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 06:49:33,921 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023/os-extra_specs used request id req-1c56c783-e89b-4a17-9588-e53d3e41f504 2018-08-20 06:49:33,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.134068965912s 2018-08-20 06:49:33,921 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023/os-extra_specs used request id req-1c56c783-e89b-4a17-9588-e53d3e41f504 2018-08-20 06:49:34,031 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:49:34,031 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 06:49:34,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:49:34,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" -d '{"subnet_id": "3d8bf4da-38a1-47cd-a813-3a06b97f9d0b"}' 2018-08-20 06:49:35,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1cc15e4c-fd2b-45b1-bdfc-76e310a9c241 Date: Mon, 20 Aug 2018 06:49:35 GMT RESP BODY: {"network_id": "97bf0a7e-a8c0-4b4b-8612-d29f05b5305c", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "subnet_id": "3d8bf4da-38a1-47cd-a813-3a06b97f9d0b", "subnet_ids": ["3d8bf4da-38a1-47cd-a813-3a06b97f9d0b"], "port_id": "b0bf3044-e874-4fc4-8d87-3ce14586b345", "id": "3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b"} 2018-08-20 06:49:35,811 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b/remove_router_interface.json used request id req-1cc15e4c-fd2b-45b1-bdfc-76e310a9c241 2018-08-20 06:49:35,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77489805222s 2018-08-20 06:49:35,812 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b/remove_router_interface.json used request id req-1cc15e4c-fd2b-45b1-bdfc-76e310a9c241 returning object 3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b 2018-08-20 06:49:35,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:49:35,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:36,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-810da5fd-43a8-4eba-a165-74cb57927b91 Date: Mon, 20 Aug 2018 06:49:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:24Z", "admin_state_up": true, "updated_at": "2018-08-20T06:49:35Z", "revision_number": 4, "routes": [], "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b", "name": "vmready2-router_7e5ff000-eee8-4483-9919-377fc01092d7"}]} 2018-08-20 06:49:36,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-810da5fd-43a8-4eba-a165-74cb57927b91 2018-08-20 06:49:36,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.264696121216s 2018-08-20 06:49:36,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-810da5fd-43a8-4eba-a165-74cb57927b91 2018-08-20 06:49:36,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:49:36,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:37,278 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6205a741-7eb1-45d3-9fb1-cafd148ceebe Content-Length: 0 Date: Mon, 20 Aug 2018 06:49:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:49:37,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b.json used request id req-6205a741-7eb1-45d3-9fb1-cafd148ceebe 2018-08-20 06:49:37,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19949913025s 2018-08-20 06:49:37,278 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/3dc7cbcf-e375-40e4-8f19-0ee5e24a9b0b.json used request id req-6205a741-7eb1-45d3-9fb1-cafd148ceebe 2018-08-20 06:49:37,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:49:37,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:37,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-0d2a6452-b3a7-407e-96ac-e10e3e3eaefe Date: Mon, 20 Aug 2018 06:49:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97bf0a7e-a8c0-4b4b-8612-d29f05b5305c","tenant_id":"2acbffc4918840cf85c381ea7eb027bd","created_at":"2018-08-20T06:49:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:49:23Z","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":"2acbffc4918840cf85c381ea7eb027bd","id":"3d8bf4da-38a1-47cd-a813-3a06b97f9d0b","subnetpool_id":null,"name":"vmready2-subnet_7e5ff000-eee8-4483-9919-377fc01092d7"}]} 2018-08-20 06:49:37,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0d2a6452-b3a7-407e-96ac-e10e3e3eaefe 2018-08-20 06:49:37,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.304879903793s 2018-08-20 06:49:37,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0d2a6452-b3a7-407e-96ac-e10e3e3eaefe 2018-08-20 06:49:37,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:49:37,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/3d8bf4da-38a1-47cd-a813-3a06b97f9d0b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:40,138 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-342ea4bc-8ffb-45c1-ab92-8385b7546bb1 Date: Mon, 20 Aug 2018 06:49:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:49:40,138 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/3d8bf4da-38a1-47cd-a813-3a06b97f9d0b.json used request id req-342ea4bc-8ffb-45c1-ab92-8385b7546bb1 2018-08-20 06:49:40,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.55291295052s 2018-08-20 06:49:40,139 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/3d8bf4da-38a1-47cd-a813-3a06b97f9d0b.json used request id req-342ea4bc-8ffb-45c1-ab92-8385b7546bb1 2018-08-20 06:49:40,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:49:40,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:40,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-36e44201-99b2-402d-9fcc-54da3770e273 Date: Mon, 20 Aug 2018 06:49: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":[],"updated_at":"2018-08-20T06:49:39Z","tenant_id":"2acbffc4918840cf85c381ea7eb027bd","created_at":"2018-08-20T06:49:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2acbffc4918840cf85c381ea7eb027bd","id":"97bf0a7e-a8c0-4b4b-8612-d29f05b5305c","name":"vmready2-net_7e5ff000-eee8-4483-9919-377fc01092d7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:49:40,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-36e44201-99b2-402d-9fcc-54da3770e273 2018-08-20 06:49:40,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.387339830399s 2018-08-20 06:49:40,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-36e44201-99b2-402d-9fcc-54da3770e273 2018-08-20 06:49:40,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:49:40,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/97bf0a7e-a8c0-4b4b-8612-d29f05b5305c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:42,073 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99038002-4633-4bd3-907a-440cbfe6be10 Date: Mon, 20 Aug 2018 06:49:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:49:42,073 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/97bf0a7e-a8c0-4b4b-8612-d29f05b5305c.json used request id req-99038002-4633-4bd3-907a-440cbfe6be10 2018-08-20 06:49:42,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.54529619217s 2018-08-20 06:49:42,074 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/97bf0a7e-a8c0-4b4b-8612-d29f05b5305c.json used request id req-99038002-4633-4bd3-907a-440cbfe6be10 2018-08-20 06:49:42,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:42,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:42,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-35d67232-8292-4c3b-887e-89b507ea64c8 Date: Mon, 20 Aug 2018 06:49:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/948116f0-952b-43b6-949d-ee3098fcacfc/snap", "metadata": {}}], "file": "/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc/file", "owner": "2acbffc4918840cf85c381ea7eb027bd", "id": "948116f0-952b-43b6-949d-ee3098fcacfc", "size": 12716032, "self": "/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/948116f0-952b-43b6-949d-ee3098fcacfc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:32Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_7e5ff000-eee8-4483-9919-377fc01092d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:49:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:42,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-35d67232-8292-4c3b-887e-89b507ea64c8 2018-08-20 06:49:42,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.684196949005s 2018-08-20 06:49:42,762 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-35d67232-8292-4c3b-887e-89b507ea64c8 2018-08-20 06:49:42,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 06:49:42,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76f8117963cb00cf569fbcde6fe12639d5838ad1" 2018-08-20 06:49:44,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f22385ba-5848-4fad-b64a-f47b1f250d69 Date: Mon, 20 Aug 2018 06:49:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:49:44,070 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc used request id req-f22385ba-5848-4fad-b64a-f47b1f250d69 2018-08-20 06:49:44,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.30609083176s 2018-08-20 06:49:44,070 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/948116f0-952b-43b6-949d-ee3098fcacfc used request id req-f22385ba-5848-4fad-b64a-f47b1f250d69 2018-08-20 06:49:44,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:49:44,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:44,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-457b7bfb-c58f-4126-86e1-5ef5e4cb173c x-compute-request-id: req-457b7bfb-c58f-4126-86e1-5ef5e4cb173c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_7e5ff000-eee8-4483-9919-377fc01092d7", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "770ca79f-6afb-411d-a9b7-9a52d2048023"}]} 2018-08-20 06:49:44,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-457b7bfb-c58f-4126-86e1-5ef5e4cb173c 2018-08-20 06:49:44,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.134322881699s 2018-08-20 06:49:44,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-457b7bfb-c58f-4126-86e1-5ef5e4cb173c 2018-08-20 06:49:44,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 06:49:44,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:44,354 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:49:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c09464c9-6975-4e3f-ae09-28ca2f92ccae x-compute-request-id: req-c09464c9-6975-4e3f-ae09-28ca2f92ccae Content-Length: 0 Content-Type: application/json 2018-08-20 06:49:44,354 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023 used request id req-c09464c9-6975-4e3f-ae09-28ca2f92ccae 2018-08-20 06:49:44,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.146898984909s 2018-08-20 06:49:44,355 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/770ca79f-6afb-411d-a9b7-9a52d2048023 used request id req-c09464c9-6975-4e3f-ae09-28ca2f92ccae 2018-08-20 06:49:44,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:49:44,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:44,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc43a3c-8293-458c-9af7-e68a58c91639 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7", "links": {"self": "http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5b5e78e26c7c47898b0c3509ebf49815", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:49:44,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-bdc43a3c-8293-458c-9af7-e68a58c91639 2018-08-20 06:49:44,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123811006546s 2018-08-20 06:49:44,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-bdc43a3c-8293-458c-9af7-e68a58c91639 2018-08-20 06:49:44,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:49:44,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:44,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c90afd97-c7a5-4730-b855-137dcc2cf40a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_7e5ff000-eee8-4483-9919-377fc01092d7", "links": {"self": "http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5b5e78e26c7c47898b0c3509ebf49815", "description": null}} 2018-08-20 06:49:44,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815 used request id req-c90afd97-c7a5-4730-b855-137dcc2cf40a 2018-08-20 06:49:44,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102964878082s 2018-08-20 06:49:44,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815 used request id req-c90afd97-c7a5-4730-b855-137dcc2cf40a 2018-08-20 06:49:44,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 06:49:44,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:44,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:49:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-331f9b13-8ebe-464b-98f6-f6d38b1d368b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:49:44,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815 used request id req-331f9b13-8ebe-464b-98f6-f6d38b1d368b 2018-08-20 06:49:44,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.314022064209s 2018-08-20 06:49:44,904 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/5b5e78e26c7c47898b0c3509ebf49815 used request id req-331f9b13-8ebe-464b-98f6-f6d38b1d368b 2018-08-20 06:49:44,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:49:44,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:45,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa627dc4-8ae8-4137-8d8f-6b52ec8ba4cd Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd"}, "tags": [], "enabled": true, "id": "2acbffc4918840cf85c381ea7eb027bd", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_7e5ff000-eee8-4483-9919-377fc01092d7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:49:45,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-aa627dc4-8ae8-4137-8d8f-6b52ec8ba4cd 2018-08-20 06:49:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0991189479828s 2018-08-20 06:49:45,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-aa627dc4-8ae8-4137-8d8f-6b52ec8ba4cd 2018-08-20 06:49:45,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 06:49:45,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:45,283 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:49:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94f34961-1e7b-4df3-afda-0d24da3cf6e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:49:45,283 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-94f34961-1e7b-4df3-afda-0d24da3cf6e8 2018-08-20 06:49:45,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268998146057s 2018-08-20 06:49:45,284 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-94f34961-1e7b-4df3-afda-0d24da3cf6e8 2018-08-20 06:49:45,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:49:45,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:45,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c9f3561-bd67-45c5-b9a7-944958f46353 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "80a664a9e741418ab6d44c5e9ad20b47", "links": {"self": "http://172.30.9.36:5000/v3/roles/80a664a9e741418ab6d44c5e9ad20b47"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:49:45,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4c9f3561-bd67-45c5-b9a7-944958f46353 2018-08-20 06:49:45,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0963549613953s 2018-08-20 06:49:45,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4c9f3561-bd67-45c5-b9a7-944958f46353 2018-08-20 06:49:45,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 06:49:45,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/80a664a9e741418ab6d44c5e9ad20b47 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbe044f7f2b71ec168b9d7bed4f30718708ec47" 2018-08-20 06:49:45,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:49:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f02493e-dc33-4f59-885f-08173b9f28c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:49:45,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/80a664a9e741418ab6d44c5e9ad20b47 used request id req-5f02493e-dc33-4f59-885f-08173b9f28c6 2018-08-20 06:49:45,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.129206895828s 2018-08-20 06:49:45,518 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/80a664a9e741418ab6d44c5e9ad20b47 used request id req-5f02493e-dc33-4f59-885f-08173b9f28c6 2018-08-20 06:49:45,571 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-20 06:49:45,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:49:45,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:49:45,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:49:45,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:49:45,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:49:45,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:49:45,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:49:45,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:49:45,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:49:45,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:49:45,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:49:45,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dd39360-bfd0-4e16-a006-fcfffd89a57c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:49:45,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2dd39360-bfd0-4e16-a006-fcfffd89a57c 2018-08-20 06:49:45,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:49:46,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:49:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["gAcIVnQ_SDOveZOvllhHGw"], "issued_at": "2018-08-20T06:49:46.000000Z"}} 2018-08-20 06:49:46,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:49:46,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:46,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4dcd7e2b-bdb8-42ca-927d-f016abeeb13d Date: Mon, 20 Aug 2018 06:49:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:49:46,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4dcd7e2b-bdb8-42ca-927d-f016abeeb13d 2018-08-20 06:49:46,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257970809937s 2018-08-20 06:49:46,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4dcd7e2b-bdb8-42ca-927d-f016abeeb13d 2018-08-20 06:49:46,278 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-20 06:49:46,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:49:46,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"network": {"name": "singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "admin_state_up": true}}' 2018-08-20 06:49:46,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-713a458a-6b83-49f9-9f97-55a0df9b590f Date: Mon, 20 Aug 2018 06:49:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"70e053c2-0694-43e5-ab86-95a8a471fd19","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:49:46Z","is_default":false,"provider:segmentation_id":85,"name":"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:46Z","mtu":1450}} 2018-08-20 06:49:46,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-713a458a-6b83-49f9-9f97-55a0df9b590f 2018-08-20 06:49:46,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.466403007507s 2018-08-20 06:49:46,745 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-713a458a-6b83-49f9-9f97-55a0df9b590f 2018-08-20 06:49:46,745 - 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-08-20T06:49:46Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'70e053c2-0694-43e5-ab86-95a8a471fd19', u'provider:segmentation_id': 85, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', u'admin_state_up': True, u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:49:46Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 06:49:46,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:49:46,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:47,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-8915c708-8a78-4e4c-bb0d-01076eed56b5 Date: Mon, 20 Aug 2018 06:49:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"70e053c2-0694-43e5-ab86-95a8a471fd19","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:49:46Z","provider:segmentation_id":85,"name":"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:49:47,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-8915c708-8a78-4e4c-bb0d-01076eed56b5 2018-08-20 06:49:47,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.303841114044s 2018-08-20 06:49:47,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-8915c708-8a78-4e4c-bb0d-01076eed56b5 2018-08-20 06:49:47,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:49:47,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"subnet": {"name": "singlevm1-subnet_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "enable_dhcp": true, "network_id": "70e053c2-0694-43e5-ab86-95a8a471fd19", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:49:47,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-05a35619-17ab-4891-98fe-47c1862ea94f Date: Mon, 20 Aug 2018 06:49:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"70e053c2-0694-43e5-ab86-95a8a471fd19","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:49:47Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"13b3111d-85f4-4340-b456-3bfb85ae3078","subnetpool_id":null,"name":"singlevm1-subnet_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}} 2018-08-20 06:49:47,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-05a35619-17ab-4891-98fe-47c1862ea94f 2018-08-20 06:49:47,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.732820034027s 2018-08-20 06:49:47,785 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-05a35619-17ab-4891-98fe-47c1862ea94f 2018-08-20 06:49:47,785 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:49:47Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'13b3111d-85f4-4340-b456-3bfb85ae3078', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', u'enable_dhcp': True, u'network_id': u'70e053c2-0694-43e5-ab86-95a8a471fd19', u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:49:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 06:49:47,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:49:47,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "singlevm1-router_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "admin_state_up": true}}' 2018-08-20 06:49:49,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-df96588e-f5c4-4adc-9489-ea2ad5fd458b Date: Mon, 20 Aug 2018 06:49:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:49:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T06:49:49Z", "revision_number": 2, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "b4218379-3cc1-4a3d-91ea-025be56e2bda", "name": "singlevm1-router_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}} 2018-08-20 06:49:49,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-df96588e-f5c4-4adc-9489-ea2ad5fd458b 2018-08-20 06:49:49,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.03719997406s 2018-08-20 06:49:49,824 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-df96588e-f5c4-4adc-9489-ea2ad5fd458b 2018-08-20 06:49:49,824 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T06:49:48Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T06:49:49Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'id': u'b4218379-3cc1-4a3d-91ea-025be56e2bda', u'name': u'singlevm1-router_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7'}) 2018-08-20 06:49:49,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:49:49,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"subnet_id": "13b3111d-85f4-4340-b456-3bfb85ae3078"}' 2018-08-20 06:49:52,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c24e1166-c776-44b6-8459-3158c38a0189 Date: Mon, 20 Aug 2018 06:49:52 GMT RESP BODY: {"network_id": "70e053c2-0694-43e5-ab86-95a8a471fd19", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "13b3111d-85f4-4340-b456-3bfb85ae3078", "subnet_ids": ["13b3111d-85f4-4340-b456-3bfb85ae3078"], "port_id": "710f0bd0-2174-4088-8654-57bfe0abbe95", "id": "b4218379-3cc1-4a3d-91ea-025be56e2bda"} 2018-08-20 06:49:52,249 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda/add_router_interface.json used request id req-c24e1166-c776-44b6-8459-3158c38a0189 2018-08-20 06:49:52,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.42397594452s 2018-08-20 06:49:52,249 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda/add_router_interface.json used request id req-c24e1166-c776-44b6-8459-3158c38a0189 returning object b4218379-3cc1-4a3d-91ea-025be56e2bda 2018-08-20 06:49:52,249 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 06:49:52,381 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 06:49:52,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:49:52,387 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 06:49:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 06:49:52,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:52,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:53,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-69681d51-f559-4b3b-98ed-5145ba7b9b79 Date: Mon, 20 Aug 2018 06:49:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:53,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-69681d51-f559-4b3b-98ed-5145ba7b9b79 2018-08-20 06:49:53,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.678157091141s 2018-08-20 06:49:53,068 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-69681d51-f559-4b3b-98ed-5145ba7b9b79 2018-08-20 06:49:53,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 06:49:53,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}' 2018-08-20 06:49:53,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-557492a8-8eb7-476d-b047-fdd9a94f3d32 Date: Mon, 20 Aug 2018 06:49:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "size": null, "self": "/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:53Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "checksum": null, "created_at": "2018-08-20T06:49:53Z", "protected": false} 2018-08-20 06:49:53,802 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-557492a8-8eb7-476d-b047-fdd9a94f3d32 2018-08-20 06:49:53,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.72572183609s 2018-08-20 06:49:53,802 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-557492a8-8eb7-476d-b047-fdd9a94f3d32 returning object 89575b62-d6a7-4d1f-a42d-03294d60c739 2018-08-20 06:49:53,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 06:49:53,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '' 2018-08-20 06:49:55,116 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ebc1e95-54ae-4a04-9c33-830a040416f2 Date: Mon, 20 Aug 2018 06:49:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:49:55,116 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739/file used request id req-8ebc1e95-54ae-4a04-9c33-830a040416f2 2018-08-20 06:49:55,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.31316018105s 2018-08-20 06:49:55,116 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739/file used request id req-8ebc1e95-54ae-4a04-9c33-830a040416f2 2018-08-20 06:49:55,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:55,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:55,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5c364e2c-c736-4e26-a224-c40880b232e3 Date: Mon, 20 Aug 2018 06:49:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/89575b62-d6a7-4d1f-a42d-03294d60c739/snap", "metadata": {}}], "file": "/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "size": 12716032, "self": "/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/89575b62-d6a7-4d1f-a42d-03294d60c739/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:55Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:49:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:55,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-5c364e2c-c736-4e26-a224-c40880b232e3 2018-08-20 06:49:55,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.681374073029s 2018-08-20 06:49:55,802 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-5c364e2c-c736-4e26-a224-c40880b232e3 2018-08-20 06:49:55,804 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/89575b62-d6a7-4d1f-a42d-03294d60c739/snap', u'metadata': Munch({})})], 'file': u'/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'89575b62-d6a7-4d1f-a42d-03294d60c739', 'size': 12716032, u'self': u'/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/89575b62-d6a7-4d1f-a42d-03294d60c739/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T06:49:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T06:49:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', 'created': u'2018-08-20T06:49:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T06:49:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 06:49:55,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 06:49:55,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 06:49:56,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac1d05a2-f2f6-4e34-b9cc-96940b51ea6d x-compute-request-id: req-ac1d05a2-f2f6-4e34-b9cc-96940b51ea6d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "67e87a09-5ddb-499e-a70c-52e009da1696"}} 2018-08-20 06:49:56,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-ac1d05a2-f2f6-4e34-b9cc-96940b51ea6d 2018-08-20 06:49:56,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.247272968292s 2018-08-20 06:49:56,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-ac1d05a2-f2f6-4e34-b9cc-96940b51ea6d 2018-08-20 06:49:56,053 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'67e87a09-5ddb-499e-a70c-52e009da1696', 'swap': 0}) 2018-08-20 06:49:56,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 06:49:56,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"extra_specs": {}}' 2018-08-20 06:49:56,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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 x-openstack-request-id: req-977adb36-244e-4604-b2db-c31871972805 x-compute-request-id: req-977adb36-244e-4604-b2db-c31871972805 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 06:49:56,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696/os-extra_specs used request id req-977adb36-244e-4604-b2db-c31871972805 2018-08-20 06:49:56,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0286121368408s 2018-08-20 06:49:56,083 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696/os-extra_specs used request id req-977adb36-244e-4604-b2db-c31871972805 2018-08-20 06:49:56,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 06:49:56,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"keypair": {"name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}}' 2018-08-20 06:49:56,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-0728067c-79ef-4df8-bc19-90940b36d7a4 x-compute-request-id: req-0728067c-79ef-4df8-bc19-90940b36d7a4 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDE84xI2J5hJ2kVsgmtkMsOivyecQJAM9KTbBvemri9wErOY+kxuOVLptQZFNPSFgnFTCv96+YOtPxKf9m2Dee/Cpoas3Wnku1CGNI+bD0bQBH1w4/1A9brs5JmQuontveBcCIqonzC5VxX9T+Xae33d9QD36KoMac2RrwK1NoFe+RAXNgNS2Nu/04fXv63kYsmEXNSOeEmKH2fQ7u8K1R2pGCXCUj4jweLrs3Q1tQsmCx6/1ZQ24HKLT1LYTmBsnGZUQJJ75o6itXr31pYaFh1hVIzHfCJb/OVaoi6DQ9sqngJxhB4tfXntXXQn8da4a1XRRZFB+kQ6qRiBqKInm1D Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxPOMSNieYSdpFbIJrZDLDor8nnECQDPSk2wb3pq4vcBKzmPp\nMbjlS6bUGRTT0hYJxUwr/evmDrT8Sn/Ztg3nvwqaGrN1p5LtQhjSPmw9G0AR9cOP\n9QPW67OSZkLqJ7b3gXAiKqJ8wuVcV/U/l2nt93fUA9+iqDGnNka8CtTaBXvkQFzY\nDUtjbv9OH17+t5GLJhFzUjnhJih9n0O7vCtUdqRglwlI+I8Hi67N0NbULJgsev9W\nUNuByi09S2E5gbJxmVECSe+aOorV699aWGhYdYVSMx3wiW/zlWqIug0PbKp4CcYQ\neLX157V10J/HWuGtV0UWRQfpEOqkYgaiiJ5tQwIDAQABAoIBAHmFYJiN9+MwQvmc\n+bW7Ml8NyOMmDWJ510MZIHUQeE60ODPyl68TS3+LNzEmla/54xt2bWpmRHPsngKF\nslpPaB+LNhylgEHeOUBgOlFDzcxjkvFWMhvWu6SBDyLDxOCuVzbpbltqGJrUlE69\nRvhw5uCbchjVwvIOeQLXUC1Kuh9JBet57/KPeMaa9TFCnNq6+1toQKZNoO5DtCwH\nesJWZNBq6/wezpbiQ+kyDDeVX/5Qb+2NpNJUYL5hK/FwCCn5XCf4LEmzrshHTFzx\nNF7M49tiu+vpGJt1Z4+u0vS0BHA+/RyxqaCqlCUCpXYM93MSpPrVG2MXnNdW9Xq4\nBQ6azEECgYEA6kvcdbnnImAbudJrf8HtBUEVbcpVzDINfCDQz/hEt3jJfepEpeut\nqOw3/2MnE+ZMRaF9Blay+Trd/gDMQpkd0FoB9CVjXThJ8Rd1e4seGqtUUR9iDVNV\np9LmAX6R2WDSY/mOSwJfGT2/Aj2gX5ZZyI3OCet4woC+clbJcF2z7mMCgYEA1zIV\nGvr8NGieGyIjDwwUhxHNi+yzj5N/zxiJjhbKHGHDe/AUMSkZCbeXVoF6s4uVsuLe\nZFzV91nYn9OOVrAMms6Hevh6orHm6nzslMNEQsoXvGPH6bDLUzESFOnBt3wgA22M\nZ/+Ae2mHXh1WHZoJpNLSSw41puvRr0a1L4rvy6ECgYAluit4xYOjdGhihrCKtPZu\npylFMZSZOeIT/9C//FFMXeXMIcIGGaowDkGCHTw4pxfXCobwU1ukaEdA1G4Pt0om\nt6ei4bZbV2oIqWdgimlBkB8WpQAL90ROrtYcnX3sy/t038V67JnVnay5NqUxXyt7\n8OGhlUovv71q+fCb6GrF0wKBgQCH1pReAJqdFoDfDdBlmjGHBWTjc5nxAqGF/64s\n5BPWkJvOK0EDuzaT3LEKKRdkKLNpRS4u2i8yQSOt1+QcsmpyefYpWJpJAtWJpSvN\nx+jZ5CnRgIbb6/6c1/fa/aeLhC3NHCSqLS1UOcv6S7hlXSvDQFUAjcquQGOPKaoL\nhb9SoQKBgQDqAZkhUEIgYKcCqXU/RNvqMiqV61KteI4OFBV/Bxabvzbu0wI0u+aS\neYHpwLfPfiaSey8aKyf+DRNvhQPIl3EcSFn49M+LhrsUeKNaniChawi7EWBjTZOr\n33fIGap6o+NSX0sqDUhm1CQjRfcBEFX/btjlFRye3qkejshXSi/sag==\n-----END RSA PRIVATE KEY-----\n", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "fingerprint": "5b:59:4d:cb:78:f2:fe:fa:02:d1:ec:9b:d2:ce:fe:1d"}} 2018-08-20 06:49:56,409 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-0728067c-79ef-4df8-bc19-90940b36d7a4 2018-08-20 06:49:56,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.32523393631s 2018-08-20 06:49:56,409 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-0728067c-79ef-4df8-bc19-90940b36d7a4 2018-08-20 06:49:56,410 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDE84xI2J5hJ2kVsgmtkMsOivyecQJAM9KTbBvemri9wErOY+kxuOVLptQZFNPSFgnFTCv96+YOtPxKf9m2Dee/Cpoas3Wnku1CGNI+bD0bQBH1w4/1A9brs5JmQuontveBcCIqonzC5VxX9T+Xae33d9QD36KoMac2RrwK1NoFe+RAXNgNS2Nu/04fXv63kYsmEXNSOeEmKH2fQ7u8K1R2pGCXCUj4jweLrs3Q1tQsmCx6/1ZQ24HKLT1LYTmBsnGZUQJJ75o6itXr31pYaFh1hVIzHfCJb/OVaoi6DQ9sqngJxhB4tfXntXXQn8da4a1XRRZFB+kQ6qRiBqKInm1D Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxPOMSNieYSdpFbIJrZDLDor8nnECQDPSk2wb3pq4vcBKzmPp\nMbjlS6bUGRTT0hYJxUwr/evmDrT8Sn/Ztg3nvwqaGrN1p5LtQhjSPmw9G0AR9cOP\n9QPW67OSZkLqJ7b3gXAiKqJ8wuVcV/U/l2nt93fUA9+iqDGnNka8CtTaBXvkQFzY\nDUtjbv9OH17+t5GLJhFzUjnhJih9n0O7vCtUdqRglwlI+I8Hi67N0NbULJgsev9W\nUNuByi09S2E5gbJxmVECSe+aOorV699aWGhYdYVSMx3wiW/zlWqIug0PbKp4CcYQ\neLX157V10J/HWuGtV0UWRQfpEOqkYgaiiJ5tQwIDAQABAoIBAHmFYJiN9+MwQvmc\n+bW7Ml8NyOMmDWJ510MZIHUQeE60ODPyl68TS3+LNzEmla/54xt2bWpmRHPsngKF\nslpPaB+LNhylgEHeOUBgOlFDzcxjkvFWMhvWu6SBDyLDxOCuVzbpbltqGJrUlE69\nRvhw5uCbchjVwvIOeQLXUC1Kuh9JBet57/KPeMaa9TFCnNq6+1toQKZNoO5DtCwH\nesJWZNBq6/wezpbiQ+kyDDeVX/5Qb+2NpNJUYL5hK/FwCCn5XCf4LEmzrshHTFzx\nNF7M49tiu+vpGJt1Z4+u0vS0BHA+/RyxqaCqlCUCpXYM93MSpPrVG2MXnNdW9Xq4\nBQ6azEECgYEA6kvcdbnnImAbudJrf8HtBUEVbcpVzDINfCDQz/hEt3jJfepEpeut\nqOw3/2MnE+ZMRaF9Blay+Trd/gDMQpkd0FoB9CVjXThJ8Rd1e4seGqtUUR9iDVNV\np9LmAX6R2WDSY/mOSwJfGT2/Aj2gX5ZZyI3OCet4woC+clbJcF2z7mMCgYEA1zIV\nGvr8NGieGyIjDwwUhxHNi+yzj5N/zxiJjhbKHGHDe/AUMSkZCbeXVoF6s4uVsuLe\nZFzV91nYn9OOVrAMms6Hevh6orHm6nzslMNEQsoXvGPH6bDLUzESFOnBt3wgA22M\nZ/+Ae2mHXh1WHZoJpNLSSw41puvRr0a1L4rvy6ECgYAluit4xYOjdGhihrCKtPZu\npylFMZSZOeIT/9C//FFMXeXMIcIGGaowDkGCHTw4pxfXCobwU1ukaEdA1G4Pt0om\nt6ei4bZbV2oIqWdgimlBkB8WpQAL90ROrtYcnX3sy/t038V67JnVnay5NqUxXyt7\n8OGhlUovv71q+fCb6GrF0wKBgQCH1pReAJqdFoDfDdBlmjGHBWTjc5nxAqGF/64s\n5BPWkJvOK0EDuzaT3LEKKRdkKLNpRS4u2i8yQSOt1+QcsmpyefYpWJpJAtWJpSvN\nx+jZ5CnRgIbb6/6c1/fa/aeLhC3NHCSqLS1UOcv6S7hlXSvDQFUAjcquQGOPKaoL\nhb9SoQKBgQDqAZkhUEIgYKcCqXU/RNvqMiqV61KteI4OFBV/Bxabvzbu0wI0u+aS\neYHpwLfPfiaSey8aKyf+DRNvhQPIl3EcSFn49M+LhrsUeKNaniChawi7EWBjTZOr\n33fIGap6o+NSX0sqDUhm1CQjRfcBEFX/btjlFRye3qkejshXSi/sag==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'63e9b6fbace64bb08d03ce9c9389b4c1', 'name': u'singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', 'created_at': '2018-08-20T06:49:56.410225', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'5b:59:4d:cb:78:f2:fe:fa:02:d1:ec:9b:d2:ce:fe:1d', 'type': 'ssh', 'id': u'singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7'}) 2018-08-20 06:49:56,410 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAxPOMSNieYSdpFbIJrZDLDor8nnECQDPSk2wb3pq4vcBKzmPp MbjlS6bUGRTT0hYJxUwr/evmDrT8Sn/Ztg3nvwqaGrN1p5LtQhjSPmw9G0AR9cOP 9QPW67OSZkLqJ7b3gXAiKqJ8wuVcV/U/l2nt93fUA9+iqDGnNka8CtTaBXvkQFzY DUtjbv9OH17+t5GLJhFzUjnhJih9n0O7vCtUdqRglwlI+I8Hi67N0NbULJgsev9W UNuByi09S2E5gbJxmVECSe+aOorV699aWGhYdYVSMx3wiW/zlWqIug0PbKp4CcYQ eLX157V10J/HWuGtV0UWRQfpEOqkYgaiiJ5tQwIDAQABAoIBAHmFYJiN9+MwQvmc +bW7Ml8NyOMmDWJ510MZIHUQeE60ODPyl68TS3+LNzEmla/54xt2bWpmRHPsngKF slpPaB+LNhylgEHeOUBgOlFDzcxjkvFWMhvWu6SBDyLDxOCuVzbpbltqGJrUlE69 Rvhw5uCbchjVwvIOeQLXUC1Kuh9JBet57/KPeMaa9TFCnNq6+1toQKZNoO5DtCwH esJWZNBq6/wezpbiQ+kyDDeVX/5Qb+2NpNJUYL5hK/FwCCn5XCf4LEmzrshHTFzx NF7M49tiu+vpGJt1Z4+u0vS0BHA+/RyxqaCqlCUCpXYM93MSpPrVG2MXnNdW9Xq4 BQ6azEECgYEA6kvcdbnnImAbudJrf8HtBUEVbcpVzDINfCDQz/hEt3jJfepEpeut qOw3/2MnE+ZMRaF9Blay+Trd/gDMQpkd0FoB9CVjXThJ8Rd1e4seGqtUUR9iDVNV p9LmAX6R2WDSY/mOSwJfGT2/Aj2gX5ZZyI3OCet4woC+clbJcF2z7mMCgYEA1zIV Gvr8NGieGyIjDwwUhxHNi+yzj5N/zxiJjhbKHGHDe/AUMSkZCbeXVoF6s4uVsuLe ZFzV91nYn9OOVrAMms6Hevh6orHm6nzslMNEQsoXvGPH6bDLUzESFOnBt3wgA22M Z/+Ae2mHXh1WHZoJpNLSSw41puvRr0a1L4rvy6ECgYAluit4xYOjdGhihrCKtPZu pylFMZSZOeIT/9C//FFMXeXMIcIGGaowDkGCHTw4pxfXCobwU1ukaEdA1G4Pt0om t6ei4bZbV2oIqWdgimlBkB8WpQAL90ROrtYcnX3sy/t038V67JnVnay5NqUxXyt7 8OGhlUovv71q+fCb6GrF0wKBgQCH1pReAJqdFoDfDdBlmjGHBWTjc5nxAqGF/64s 5BPWkJvOK0EDuzaT3LEKKRdkKLNpRS4u2i8yQSOt1+QcsmpyefYpWJpJAtWJpSvN x+jZ5CnRgIbb6/6c1/fa/aeLhC3NHCSqLS1UOcv6S7hlXSvDQFUAjcquQGOPKaoL hb9SoQKBgQDqAZkhUEIgYKcCqXU/RNvqMiqV61KteI4OFBV/Bxabvzbu0wI0u+aS eYHpwLfPfiaSey8aKyf+DRNvhQPIl3EcSFn49M+LhrsUeKNaniChawi7EWBjTZOr 33fIGap6o+NSX0sqDUhm1CQjRfcBEFX/btjlFRye3qkejshXSi/sag== -----END RSA PRIVATE KEY----- 2018-08-20 06:49:56,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 06:49:56,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"security_group": {"name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-20 06:49:56,822 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-0cc6f746-12f8-480a-8a70-98e8f5650c4e Date: Mon, 20 Aug 2018 06:49:56 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:49:56Z", "updated_at": "2018-08-20T06:49:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:56Z", "revision_number": 0, "id": "b0595e18-27f9-4c22-a784-1a76805c369a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:56Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:56Z", "revision_number": 0, "id": "b0e61c0f-5e6b-42ff-a175-a48e8c6e0889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:56Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 2, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}} 2018-08-20 06:49:56,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-0cc6f746-12f8-480a-8a70-98e8f5650c4e 2018-08-20 06:49:56,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.409341096878s 2018-08-20 06:49:56,823 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-0cc6f746-12f8-480a-8a70-98e8f5650c4e 2018-08-20 06:49:56,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:49:56,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:57,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-c54917ca-e300-4609-b4cd-42e9904696f0 Date: Mon, 20 Aug 2018 06:49:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:49:56Z", "updated_at": "2018-08-20T06:49:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:56Z", "revision_number": 0, "id": "b0595e18-27f9-4c22-a784-1a76805c369a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:56Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:56Z", "revision_number": 0, "id": "b0e61c0f-5e6b-42ff-a175-a48e8c6e0889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:56Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 2, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:48:14Z", "updated_at": "2018-08-20T06:48:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "1470e2f1-1bb2-48e6-b886-0a37b1625970", "remote_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "73c57e37-c02a-4f7b-87bc-4a06c00c647f", "remote_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "75edb7de-5401-4a51-9268-13255a74340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "ebd29695-0e40-470d-8563-f4469e1097b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "9b351352-0f04-411b-adef-884b854a5a52", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}]} 2018-08-20 06:49:57,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-c54917ca-e300-4609-b4cd-42e9904696f0 2018-08-20 06:49:57,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.245244979858s 2018-08-20 06:49:57,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-c54917ca-e300-4609-b4cd-42e9904696f0 2018-08-20 06:49:57,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 06:49:57,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -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": "476888be-ac03-408f-b8ba-2a15eb75d84c"}}' 2018-08-20 06:49:57,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4a9fe567-4287-4033-8a40-ea278c3c42f3 Date: Mon, 20 Aug 2018 06:49: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-08-20T06:49:57Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "port_range_min": 22, "revision_number": 0, "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:49:57Z", "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "909644f5-f59a-4bef-9e0b-532297bf5642"}} 2018-08-20 06:49:57,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-4a9fe567-4287-4033-8a40-ea278c3c42f3 2018-08-20 06:49:57,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.217193126678s 2018-08-20 06:49:57,296 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-4a9fe567-4287-4033-8a40-ea278c3c42f3 2018-08-20 06:49:57,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:49:57,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:57,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-f523c8b6-6381-418a-9e66-160559c4236d Date: Mon, 20 Aug 2018 06:49:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:49:56Z", "updated_at": "2018-08-20T06:49:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T06:49:57Z", "revision_number": 0, "id": "909644f5-f59a-4bef-9e0b-532297bf5642", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:57Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:56Z", "revision_number": 0, "id": "b0595e18-27f9-4c22-a784-1a76805c369a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:56Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:56Z", "revision_number": 0, "id": "b0e61c0f-5e6b-42ff-a175-a48e8c6e0889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:56Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 3, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:48:14Z", "updated_at": "2018-08-20T06:48:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "1470e2f1-1bb2-48e6-b886-0a37b1625970", "remote_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "73c57e37-c02a-4f7b-87bc-4a06c00c647f", "remote_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "75edb7de-5401-4a51-9268-13255a74340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "ebd29695-0e40-470d-8563-f4469e1097b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "9b351352-0f04-411b-adef-884b854a5a52", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}]} 2018-08-20 06:49:57,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-f523c8b6-6381-418a-9e66-160559c4236d 2018-08-20 06:49:57,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0654039382935s 2018-08-20 06:49:57,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-f523c8b6-6381-418a-9e66-160559c4236d 2018-08-20 06:49:57,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 06:49:57,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -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": "476888be-ac03-408f-b8ba-2a15eb75d84c"}}' 2018-08-20 06:49:57,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e38f2dbb-ec8e-4da2-a3fc-0958051789ab Date: Mon, 20 Aug 2018 06:49: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-08-20T06:49:57Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "port_range_min": null, "revision_number": 0, "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:49:57Z", "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "61e119ae-9fcd-4067-baf6-a6dfdc88faa3"}} 2018-08-20 06:49:57,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e38f2dbb-ec8e-4da2-a3fc-0958051789ab 2018-08-20 06:49:57,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.189295053482s 2018-08-20 06:49:57,559 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e38f2dbb-ec8e-4da2-a3fc-0958051789ab 2018-08-20 06:49:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:49:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:57,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7522a594-3050-4459-a703-bd99a5d59904 Date: Mon, 20 Aug 2018 06:49:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"70e053c2-0694-43e5-ab86-95a8a471fd19","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["13b3111d-85f4-4340-b456-3bfb85ae3078"],"description":"","tags":[],"updated_at":"2018-08-20T06:49:47Z","provider:segmentation_id":85,"name":"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:49:57,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7522a594-3050-4459-a703-bd99a5d59904 2018-08-20 06:49:57,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245778799057s 2018-08-20 06:49:57,807 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7522a594-3050-4459-a703-bd99a5d59904 2018-08-20 06:49:57,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:49:57,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:58,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d7b6fe92-1c84-49ba-afc5-e1bc60b32400 Date: Mon, 20 Aug 2018 06:49:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/89575b62-d6a7-4d1f-a42d-03294d60c739/snap", "metadata": {}}], "file": "/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "size": 12716032, "self": "/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/89575b62-d6a7-4d1f-a42d-03294d60c739/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:55Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:49:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:49:58,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-d7b6fe92-1c84-49ba-afc5-e1bc60b32400 2018-08-20 06:49:58,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.673851013184s 2018-08-20 06:49:58,485 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-d7b6fe92-1c84-49ba-afc5-e1bc60b32400 2018-08-20 06:49:58,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:49:58,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:49:58,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2fa2c631-a130-4493-bbad-8893dfd70739 x-compute-request-id: req-2fa2c631-a130-4493-bbad-8893dfd70739 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "67e87a09-5ddb-499e-a70c-52e009da1696"}]} 2018-08-20 06:49:58,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-2fa2c631-a130-4493-bbad-8893dfd70739 2018-08-20 06:49:58,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289580821991s 2018-08-20 06:49:58,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-2fa2c631-a130-4493-bbad-8893dfd70739 2018-08-20 06:49:58,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 06:49:58,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"server": {"name": "singlevm1-vm_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "imageRef": "89575b62-d6a7-4d1f-a42d-03294d60c739", "key_name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "flavorRef": "67e87a09-5ddb-499e-a70c-52e009da1696", "max_count": 1, "min_count": 1, "networks": [{"uuid": "70e053c2-0694-43e5-ab86-95a8a471fd19"}], "security_groups": [{"name": "476888be-ac03-408f-b8ba-2a15eb75d84c"}]}}' 2018-08-20 06:50:03,090 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f23f77bd-3980-48fe-ab90-32fdd17d8080 x-compute-request-id: req-f23f77bd-3980-48fe-ab90-32fdd17d8080 Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "476888be-ac03-408f-b8ba-2a15eb75d84c"}], "OS-DCF:diskConfig": "MANUAL", "id": "e5680f32-0fbf-410d-b6fa-f46bcf874d06", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "bookmark"}], "adminPass": "Ku5txeU6dBsk"}} 2018-08-20 06:50:03,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-f23f77bd-3980-48fe-ab90-32fdd17d8080 2018-08-20 06:50:03,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.57195901871s 2018-08-20 06:50:03,090 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-f23f77bd-3980-48fe-ab90-32fdd17d8080 2018-08-20 06:50:03,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:50:03,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:04,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eba43950-5066-40a4-ba28-a4148382a7d8 x-compute-request-id: req-eba43950-5066-40a4-ba28-a4148382a7d8 Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "bookmark"}], "image": {"id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "links": [{"href": "http://172.30.9.36:8774/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "67e87a09-5ddb-499e-a70c-52e009da1696", "links": [{"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}]}, "id": "e5680f32-0fbf-410d-b6fa-f46bcf874d06", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:50:03Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "created": "2018-08-20T06:50:03Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:50:04,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eba43950-5066-40a4-ba28-a4148382a7d8 2018-08-20 06:50:04,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03775501251s 2018-08-20 06:50:04,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eba43950-5066-40a4-ba28-a4148382a7d8 2018-08-20 06:50:04,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:50:04,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:04,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-aa45928b-0160-454b-8435-e0196cfdb1c2 Date: Mon, 20 Aug 2018 06:50:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"70e053c2-0694-43e5-ab86-95a8a471fd19","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["13b3111d-85f4-4340-b456-3bfb85ae3078"],"description":"","tags":[],"updated_at":"2018-08-20T06:49:47Z","provider:segmentation_id":85,"name":"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:50:04,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-aa45928b-0160-454b-8435-e0196cfdb1c2 2018-08-20 06:50:04,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0880539417267s 2018-08-20 06:50:04,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-aa45928b-0160-454b-8435-e0196cfdb1c2 2018-08-20 06:50:04,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:50:04,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:04,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-7d0718f8-c3ee-4db1-870f-dd5efc83668b Date: Mon, 20 Aug 2018 06:50:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"70e053c2-0694-43e5-ab86-95a8a471fd19","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:49:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"13b3111d-85f4-4340-b456-3bfb85ae3078","subnetpool_id":null,"name":"singlevm1-subnet_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 06:50:04,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-7d0718f8-c3ee-4db1-870f-dd5efc83668b 2018-08-20 06:50:04,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.219033956528s 2018-08-20 06:50:04,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-7d0718f8-c3ee-4db1-870f-dd5efc83668b 2018-08-20 06:50:04,446 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:50:06,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:50:06,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:07,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-68ce7229-37f9-4db8-82e8-4a5605eaf38e x-compute-request-id: req-68ce7229-37f9-4db8-82e8-4a5605eaf38e Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "bookmark"}], "image": {"id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "links": [{"href": "http://172.30.9.36:8774/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "67e87a09-5ddb-499e-a70c-52e009da1696", "links": [{"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}]}, "id": "e5680f32-0fbf-410d-b6fa-f46bcf874d06", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:50:06Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "created": "2018-08-20T06:50:03Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:50:07,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-68ce7229-37f9-4db8-82e8-4a5605eaf38e 2018-08-20 06:50:07,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.782103061676s 2018-08-20 06:50:07,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-68ce7229-37f9-4db8-82e8-4a5605eaf38e 2018-08-20 06:50:07,234 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:50:09,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:50:09,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:10,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50: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-9a1db41e-7dc1-4df3-9eca-646ec716a116 x-compute-request-id: req-9a1db41e-7dc1-4df3-9eca-646ec716a116 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "bookmark"}], "image": {"id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "links": [{"href": "http://172.30.9.36:8774/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "67e87a09-5ddb-499e-a70c-52e009da1696", "links": [{"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}]}, "id": "e5680f32-0fbf-410d-b6fa-f46bcf874d06", "security_groups": [{"name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:50:07Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "created": "2018-08-20T06:50:03Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:50:10,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9a1db41e-7dc1-4df3-9eca-646ec716a116 2018-08-20 06:50:10,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21736907959s 2018-08-20 06:50:10,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9a1db41e-7dc1-4df3-9eca-646ec716a116 2018-08-20 06:50:10,458 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:50:12,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:50:12,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:13,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4669ce4-53c9-49f0-b7f1-e7df6e2463c3 x-compute-request-id: req-f4669ce4-53c9-49f0-b7f1-e7df6e2463c3 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:36", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "bookmark"}], "image": {"id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "links": [{"href": "http://172.30.9.36:8774/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "67e87a09-5ddb-499e-a70c-52e009da1696", "links": [{"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}]}, "id": "e5680f32-0fbf-410d-b6fa-f46bcf874d06", "security_groups": [{"name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:50:07Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "created": "2018-08-20T06:50:03Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:50:13,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f4669ce4-53c9-49f0-b7f1-e7df6e2463c3 2018-08-20 06:50:13,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.956516981125s 2018-08-20 06:50:13,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f4669ce4-53c9-49f0-b7f1-e7df6e2463c3 2018-08-20 06:50:13,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:50:15,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:50:15,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:16,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50: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-99056b92-70d9-488c-a1be-d699ad4e4ca3 x-compute-request-id: req-99056b92-70d9-488c-a1be-d699ad4e4ca3 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:36", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "bookmark"}], "image": {"id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "links": [{"href": "http://172.30.9.36:8774/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-20T06:50:15.000000", "flavor": {"id": "67e87a09-5ddb-499e-a70c-52e009da1696", "links": [{"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}]}, "id": "e5680f32-0fbf-410d-b6fa-f46bcf874d06", "security_groups": [{"name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:50:15Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "created": "2018-08-20T06:50:03Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:50:16,104 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-99056b92-70d9-488c-a1be-d699ad4e4ca3 2018-08-20 06:50:16,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678768157959s 2018-08-20 06:50:16,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-99056b92-70d9-488c-a1be-d699ad4e4ca3 2018-08-20 06:50:16,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:50:16,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=e5680f32-0fbf-410d-b6fa-f46bcf874d06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:16,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-34c29f4f-3174-4890-8b44-0c269156ef37 Date: Mon, 20 Aug 2018 06:50:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T06:50:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13b3111d-85f4-4340-b456-3bfb85ae3078","ip_address":"192.168.120.5"}],"id":"ca30b53d-ad6d-435c-84d1-b803c3161ab8","security_groups":["476888be-ac03-408f-b8ba-2a15eb75d84c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:73:36","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e5680f32-0fbf-410d-b6fa-f46bcf874d06","name":"","admin_state_up":true,"network_id":"70e053c2-0694-43e5-ab86-95a8a471fd19","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:50:07Z","binding:vnic_type":"normal"}]} 2018-08-20 06:50:16,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=e5680f32-0fbf-410d-b6fa-f46bcf874d06 used request id req-34c29f4f-3174-4890-8b44-0c269156ef37 2018-08-20 06:50:16,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585899353027s 2018-08-20 06:50:16,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=e5680f32-0fbf-410d-b6fa-f46bcf874d06 used request id req-34c29f4f-3174-4890-8b44-0c269156ef37 2018-08-20 06:50:16,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:50:16,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=ca30b53d-ad6d-435c-84d1-b803c3161ab8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:16,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4deb2f09-8aef-487a-9983-e4e0ef6d3afc Date: Mon, 20 Aug 2018 06:50:16 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:50:16,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=ca30b53d-ad6d-435c-84d1-b803c3161ab8 used request id req-4deb2f09-8aef-487a-9983-e4e0ef6d3afc 2018-08-20 06:50:16,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0206551551819s 2018-08-20 06:50:16,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=ca30b53d-ad6d-435c-84d1-b803c3161ab8 used request id req-4deb2f09-8aef-487a-9983-e4e0ef6d3afc 2018-08-20 06:50:16,194 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:90:73:36', 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'89575b62-d6a7-4d1f-a42d-03294d60c739'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-20T06:50:15.000000', 'flavor': Munch({u'id': u'67e87a09-5ddb-499e-a70c-52e009da1696'}), 'az': u'nova', 'id': u'e5680f32-0fbf-410d-b6fa-f46bcf874d06', 'security_groups': [Munch({u'name': u'singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'63e9b6fbace64bb08d03ce9c9389b4c1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', '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-08-20T06:50:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T06:50:15Z', 'hostId': u'c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', 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-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-20T06:50:15.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7', 'adminPass': u'Ku5txeU6dBsk', 'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', 'created_at': u'2018-08-20T06:50:03Z', 'created': u'2018-08-20T06:50:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 06:50:16,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:50:16,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:16,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-578f2f0d-cd2f-4f9d-9377-8f7be11a4921 Date: Mon, 20 Aug 2018 06:50:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"70e053c2-0694-43e5-ab86-95a8a471fd19","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["13b3111d-85f4-4340-b456-3bfb85ae3078"],"description":"","tags":[],"updated_at":"2018-08-20T06:49:47Z","provider:segmentation_id":85,"name":"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:50:16,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-578f2f0d-cd2f-4f9d-9377-8f7be11a4921 2018-08-20 06:50:16,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259959936142s 2018-08-20 06:50:16,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-578f2f0d-cd2f-4f9d-9377-8f7be11a4921 2018-08-20 06:50:16,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:50:16,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=e5680f32-0fbf-410d-b6fa-f46bcf874d06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:16,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-e1952ddf-1d39-470b-8f3d-fa10e7a1473a Date: Mon, 20 Aug 2018 06:50:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T06:50:13Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"13b3111d-85f4-4340-b456-3bfb85ae3078","ip_address":"192.168.120.5"}],"id":"ca30b53d-ad6d-435c-84d1-b803c3161ab8","security_groups":["476888be-ac03-408f-b8ba-2a15eb75d84c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:73:36","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e5680f32-0fbf-410d-b6fa-f46bcf874d06","name":"","admin_state_up":true,"network_id":"70e053c2-0694-43e5-ab86-95a8a471fd19","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:50:07Z","binding:vnic_type":"normal"}]} 2018-08-20 06:50:16,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=e5680f32-0fbf-410d-b6fa-f46bcf874d06 used request id req-e1952ddf-1d39-470b-8f3d-fa10e7a1473a 2018-08-20 06:50:16,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.04714012146s 2018-08-20 06:50:16,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=e5680f32-0fbf-410d-b6fa-f46bcf874d06 used request id req-e1952ddf-1d39-470b-8f3d-fa10e7a1473a 2018-08-20 06:50:16,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 06:50:16,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.5", "port_id": "ca30b53d-ad6d-435c-84d1-b803c3161ab8"}}' 2018-08-20 06:50:18,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-16779c60-a6b0-4eff-b0f1-b2c5328b0d0c Date: Mon, 20 Aug 2018 06:50:18 GMT RESP BODY: {"floatingip": {"router_id": "b4218379-3cc1-4a3d-91ea-025be56e2bda", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:50:17Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "ca30b53d-ad6d-435c-84d1-b803c3161ab8", "id": "812c9d2a-f0dc-48ee-8c3d-003958fc0fae", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:50:17Z", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}} 2018-08-20 06:50:18,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-16779c60-a6b0-4eff-b0f1-b2c5328b0d0c 2018-08-20 06:50:18,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.09554314613s 2018-08-20 06:50:18,603 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-16779c60-a6b0-4eff-b0f1-b2c5328b0d0c 2018-08-20 06:50:18,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:50:18,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:18,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-b9ce9101-1e1f-4f17-8a79-02016d8f7d74 Date: Mon, 20 Aug 2018 06:50:18 GMT RESP BODY: {"floatingips": [{"router_id": "b4218379-3cc1-4a3d-91ea-025be56e2bda", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:50:17Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "ca30b53d-ad6d-435c-84d1-b803c3161ab8", "id": "812c9d2a-f0dc-48ee-8c3d-003958fc0fae", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:50:17Z", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}]} 2018-08-20 06:50:18,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-b9ce9101-1e1f-4f17-8a79-02016d8f7d74 2018-08-20 06:50:18,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.200070858002s 2018-08-20 06:50:18,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-b9ce9101-1e1f-4f17-8a79-02016d8f7d74 2018-08-20 06:50:18,815 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'b4218379-3cc1-4a3d-91ea-025be56e2bda', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', 'created_at': u'2018-08-20T06:50:17Z', 'attached': True, 'updated_at': u'2018-08-20T06:50:17Z', 'id': u'812c9d2a-f0dc-48ee-8c3d-003958fc0fae', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'b4218379-3cc1-4a3d-91ea-025be56e2bda', 'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', 'port_id': u'ca30b53d-ad6d-435c-84d1-b803c3161ab8', 'port': u'ca30b53d-ad6d-435c-84d1-b803c3161ab8', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 06:50:18,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:50:18,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:50:19,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50: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-7299098f-7776-4eac-be87-d2ca13a20935 x-compute-request-id: req-7299098f-7776-4eac-be87-d2ca13a20935 Content-Encoding: gzip Content-Length: 9175 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 475769882 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152579] pid_max: default: 32768 minimum: 301\n[ 0.153569] ACPI: Core revision 20150930\n[ 0.155061] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156507] Security Framework initialized\n[ 0.157406] Yama: becoming mindful.\n[ 0.158261] AppArmor: AppArmor initialized\n[ 0.159235] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162233] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163584] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165146] Initializing cgroup subsys io\n[ 0.166092] Initializing cgroup subsys memory\n[ 0.167054] Initializing cgroup subsys devices\n[ 0.168024] Initializing cgroup subsys freezer\n[ 0.168994] Initializing cgroup subsys net_cls\n[ 0.170022] Initializing cgroup subsys perf_event\n[ 0.171050] Initializing cgroup subsys net_prio\n[ 0.172048] Initializing cgroup subsys hugetlb\n[ 0.173038] Initializing cgroup subsys pids\n[ 0.174042] CPU: Physical Processor ID: 0\n[ 0.175637] mce: CPU supports 10 MCE banks\n[ 0.176583] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177724] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199758] ftrace: allocating 31920 entries in 125 pages\n[ 0.224415] smpboot: Max logical packages: 1\n[ 0.225413] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226934] x2apic enabled\n[ 0.227785] Switched APIC routing to physical x2apic.\n[ 0.229603] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233116] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235151] KVM setup paravirtual spinlock\n[ 0.236518] x86: Booted up 1 node, 1 CPUs\n[ 0.237411] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238939] devtmpfs: initialized\n[ 0.240719] evm: security.selinux\n[ 0.241521] evm: security.SMACK64\n[ 0.242291] evm: security.SMACK64EXEC\n[ 0.243111] evm: security.SMACK64TRANSMUTE\n[ 0.244007] evm: security.SMACK64MMAP\n[ 0.244828] evm: security.ima\n[ 0.245525] evm: security.capability\n[ 0.246410] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248467] pinctrl core: initialized pinctrl subsystem\n[ 0.249674] RTC time: 6:50:15, date: 08/20/18\n[ 0.250765] NET: Registered protocol family 16\n[ 0.251884] cpuidle: using governor ladder\n[ 0.252794] cpuidle: using governor menu\n[ 0.253670] PCCT header not found.\n[ 0.254501] ACPI: bus type PCI registered\n[ 0.255392] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256780] PCI: Using configuration type 1 for base access\n[ 0.258675] ACPI: Added _OSI(Module Device)\n[ 0.259607] ACPI: Added _OSI(Processor Device)\n[ 0.260590] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261617] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263474] ACPI: Interpreter enabled\n[ 0.264352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270693] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272798] ACPI: (supports S0 S5)\n[ 0.273623] ACPI: Using IOAPIC for interrupt routing\n[ 0.274717] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278053] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280711] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.284569] acpiphp: Slot [3] registered\n[ 0.285492] acpiphp: Slot [4] registered\n[ 0.286412] acpiphp: Slot [5] registered\n[ 0.287345] acpiphp: Slot [6] registered\n[ 0.288344] acpiphp: Slot [7] registered\n[ 0.289291] acpiphp: Slot [8] registered\n[ 0.290219] acpiphp: Slot [9] registered\n[ 0.291143] acpiphp: Slot [10] registered\n[ 0.292061] acpiphp: Slot [11] registered\n[ 0.292981] acpiphp: Slot [12] registered\n[ 0.293902] acpiphp: Slot [13] registered\n[ 0.294799] acpiphp: Slot [14] registered\n[ 0.295716] acpiphp: Slot [15] registered\n[ 0.306355] acpiphp: Slot [16] registered\n[ 0.307210] acpiphp: Slot [17] registered\n[ 0.308031] acpiphp: Slot [18] registered\n[ 0.308853] acpiphp: Slot [19] registered\n[ 0.309691] acpiphp: Slot [20] registered\n[ 0.310519] acpiphp: Slot [21] registered\n[ 0.311482] acpiphp: Slot [22] registered\n[ 0.312476] acpiphp: Slot [23] registered\n[ 0.313476] acpiphp: Slot [24] registered\n[ 0.314501] acpiphp: Slot [25] registered\n[ 0.315495] acpiphp: Slot [26] registered\n[ 0.316488] acpiphp: Slot [27] registered\n[ 0.317482] acpiphp: Slot [28] registered\n[ 0.318479] acpiphp: Slot [29] registered\n[ 0.319471] acpiphp: Slot [30] registered\n[ 0.320468] acpiphp: Slot [31] registered\n[ 0.321459] PCI host bridge to bus 0000:00\n[ 0.322469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.323986] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325523] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327333] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329126] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.330937] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334430] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337450] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339001] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342741] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344683] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365552] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367222] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370583] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372095] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374971] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376882] vgaarb: loaded\n[ 0.377602] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379084] SCSI subsystem initialized\n[ 0.380177] ACPI: bus type USB registered\n[ 0.381207] usbcore: registered new interface driver usbfs\n[ 0.382500] usbcore: registered new interface driver hub\n[ 0.383747] usbcore: registered new device driver usb\n[ 0.385076] PCI: Using ACPI for IRQ routing\n[ 0.386385] NetLabel: Initializing\n[ 0.387295] NetLabel: domain hash size = 128\n[ 0.388347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389532] NetLabel: unlabeled traffic allowed by default\n[ 0.390951] clocksource: Switched to clocksource kvm-clock\n[ 0.399286] AppArmor: AppArmor Filesystem Enabled\n[ 0.400453] pnp: PnP ACPI init\n[ 0.401514] pnp: PnP ACPI: found 5 devices\n[ 0.408082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410084] NET: Registered protocol family 2\n[ 0.411152] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412481] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413709] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414919] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416009] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417212] NET: Registered protocol family 1\n[ 0.418099] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419210] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434414] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448605] Trying to unpack rootfs image as initramfs...\n[ 0.505719] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507398] Scanning for low memory corruption every 60 seconds\n[ 0.508752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509920] audit: initializing netlink subsys (disabled)\n[ 0.510944] audit: type=2000 audit(1534747815.812:1): initialized\n[ 0.512312] Initialise system trusted keyring\n[ 0.513256] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514454] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516599] zbud: loaded\n[ 0.517340] VFS: Disk quotas dquot_6.6.0\n[ 0.518166] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519770] fuse init (API version 7.23)\n[ 0.520682] Key type big_key registered\n[ 0.521495] Allocating IMA MOK and blacklist keyrings.\n[ 0.522733] Key type asymmetric registered\n[ 0.523596] Asymmetric key parser 'x509' registered\n[ 0.524574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526059] io scheduler noop registered\n[ 0.526858] io scheduler deadline registered (default)\n[ 0.527866] io scheduler cfq registered\n[ 0.528717] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531067] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532514] ACPI: Power Button [PWRF]\n[ 0.533361] GHES: HEST is not enabled!\n[ 0.547120] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575048] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577188] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602771] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605537] Linux agpgart interface v0.103\n[ 0.608416] brd: module loaded\n[ 0.610105] loop: module loaded\n[ 0.614156] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615661] GPT:90111 != 2097151\n[ 0.616348] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617449] GPT:90111 != 2097151\n[ 0.618129] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619109] vda: vda1 vda15\n[ 0.620448] scsi host0: ata_piix\n[ 0.621238] scsi host1: ata_piix\n[ 0.621966] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.623195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.624724] libphy: Fixed MDIO Bus: probed\n[ 0.625557] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626516] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628837] PPP generic driver version 2.4.2\n[ 0.629874] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631104] ehci-pci: EHCI PCI platform driver\n[ 0.632006] ehci-platform: EHCI generic platform driver\n[ 0.633009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634270] ohci-pci: OHCI PCI platform driver\n[ 0.635231] ohci-platform: OHCI generic platform driver\n[ 0.636266] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650524] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653036] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654052] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.655266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657981] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660094] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661107] hub 1-0:1.0: USB hub found\n[ 0.661905] hub 1-0:1.0: 2 ports detected\n[ 0.662874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665079] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666064] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667135] mousedev: PS/2 mouse device common for all mice\n[ 0.668434] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671546] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672773] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673990] i2c /dev entries driver\n[ 0.674782] device-mapper: uevent: version 1.0.3\n[ 0.675812] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677477] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678936] NET: Registered protocol family 10\n[ 0.680097] NET: Registered protocol family 17\n[ 0.681018] Key type dns_resolver registered\n[ 0.682047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685032] registered taskstats version 1\n[ 0.685919] Loading compiled-in X.509 certificates\n[ 0.687430] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689327] zswap: loaded using pool lzo/zbud\n[ 0.691001] Key type trusted registered\n[ 0.692775] Key type encrypted registered\n[ 0.693612] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694653] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695759] evm: HMAC attrs: 0x1\n[ 0.696734] Magic number: 14:935:822\n[ 0.697617] rtc_cmos 00:00: setting system clock to 2018-08-20 06:50:16 UTC (1534747816)\n[ 0.699279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700408] EDD information not available.\n[ 0.784275] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795969] Write protecting the kernel read-only data: 14336k\n[ 0.798161] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800035] 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 0.73\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... [ 0.946756] 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 192.168.120.5...\nLease of 192.168.120.5 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 0.82. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmqshLdHXbPxRCe407qDS/hgtUzWm1S6nxrHDIKf3oD7Zg0GJ34/6IbRkmkJNhCvXYfSC7Qkxk0qWGQcCN+zrIP4sbUsm29+nuRpErRW6w/z1mLceSZyvTawwO3Io8iLqlKooTxkWhbfWfHJUApEzIF+yiEDNr4s/vGHEOT/kISmnf9gXW6OSNIcMHDstPT6VJG/Q3OpCUsYpZGZES2qt45Bdj+wrq1uGSl7qBvRiBidrh8WJUDtRpbK5p1NCG8O+H3ufxWSrWpBjcAn09OoG/e7WTSeH848kCkIZzgufDTR2jv2atItvF6CrqcQdVxQWwHUDd56ugY/VrNkZzLySJ root@singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7\nssh-dss AAAAB3NzaC1kc3MAAACBAP28xtlZfcgBRELQKR4o3Q1tWjditf16UxhqN5vmejzFkXAbthFbUvSIC6Rj/QEau0d4FJMY3LBtmzOZm/gWPgbneSvJRrG4+CHKWUMM6mNUXMsfec6437y/OE6v9THKtD03u9JvYRzz0i6vPvLP/4xyOxA51ysGEWbA+NNXKeHHAAAAFQDq057ToxaJg4nxj0xuc9/sQ29UkwAAAIBqgWcSeLkcaslXUO80E++zFAaQPu6QlHHDHVwK3Xs6+GxbqC/YXHVbbVPgYeXVlhPHajzGQKqyi1lsh3P5+Qpf1U2wJE7KRFRnaskWJJnWMpC6x46AiimKj1vVBhb8WCyBdq6+RO5otFFkpSuN4s0KNJuOXtD6QfM/FR+f1B/AbgAAAIBgUx1VQfpAeKocqz2aZP5BDGQcAxm5KyfFMfgxQaG+Bn4iMPohA12SmRf9Q2U7pn6t4gYWZL6mqa7obSKGva9ECZVlK0NKxraD9E77c+KVF+gvUO5G5Hvwl7mfaF90VCoqYxLuDvM9cF+go1BMcUFp2DloIqjdR+Buys0Hm7aJWg== root@singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n"} 2018-08-20 06:50:19,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06/action used request id req-7299098f-7776-4eac-be87-d2ca13a20935 2018-08-20 06:50:19,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.861361026764s 2018-08-20 06:50:19,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06/action used request id req-7299098f-7776-4eac-be87-d2ca13a20935 2018-08-20 06:50:19,679 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 475769882 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.150732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.152579] pid_max: default: 32768 minimum: 301 [ 0.153569] ACPI: Core revision 20150930 [ 0.155061] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.156507] Security Framework initialized [ 0.157406] Yama: becoming mindful. [ 0.158261] AppArmor: AppArmor initialized [ 0.159235] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.160750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.162233] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163584] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165146] Initializing cgroup subsys io [ 0.166092] Initializing cgroup subsys memory [ 0.167054] Initializing cgroup subsys devices [ 0.168024] Initializing cgroup subsys freezer [ 0.168994] Initializing cgroup subsys net_cls [ 0.170022] Initializing cgroup subsys perf_event [ 0.171050] Initializing cgroup subsys net_prio [ 0.172048] Initializing cgroup subsys hugetlb [ 0.173038] Initializing cgroup subsys pids [ 0.174042] CPU: Physical Processor ID: 0 [ 0.175637] mce: CPU supports 10 MCE banks [ 0.176583] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177724] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.193514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.199758] ftrace: allocating 31920 entries in 125 pages [ 0.224415] smpboot: Max logical packages: 1 [ 0.225413] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226934] x2apic enabled [ 0.227785] Switched APIC routing to physical x2apic. [ 0.229603] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.230897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233116] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235151] KVM setup paravirtual spinlock [ 0.236518] x86: Booted up 1 node, 1 CPUs [ 0.237411] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238939] devtmpfs: initialized [ 0.240719] evm: security.selinux [ 0.241521] evm: security.SMACK64 [ 0.242291] evm: security.SMACK64EXEC [ 0.243111] evm: security.SMACK64TRANSMUTE [ 0.244007] evm: security.SMACK64MMAP [ 0.244828] evm: security.ima [ 0.245525] evm: security.capability [ 0.246410] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248467] pinctrl core: initialized pinctrl subsystem [ 0.249674] RTC time: 6:50:15, date: 08/20/18 [ 0.250765] NET: Registered protocol family 16 [ 0.251884] cpuidle: using governor ladder [ 0.252794] cpuidle: using governor menu [ 0.253670] PCCT header not found. [ 0.254501] ACPI: bus type PCI registered [ 0.255392] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256780] PCI: Using configuration type 1 for base access [ 0.258675] ACPI: Added _OSI(Module Device) [ 0.259607] ACPI: Added _OSI(Processor Device) [ 0.260590] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261617] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263474] ACPI: Interpreter enabled [ 0.264352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270693] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272798] ACPI: (supports S0 S5) [ 0.273623] ACPI: Using IOAPIC for interrupt routing [ 0.274717] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278053] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.280711] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.284569] acpiphp: Slot [3] registered [ 0.285492] acpiphp: Slot [4] registered [ 0.286412] acpiphp: Slot [5] registered [ 0.287345] acpiphp: Slot [6] registered [ 0.288344] acpiphp: Slot [7] registered [ 0.289291] acpiphp: Slot [8] registered [ 0.290219] acpiphp: Slot [9] registered [ 0.291143] acpiphp: Slot [10] registered [ 0.292061] acpiphp: Slot [11] registered [ 0.292981] acpiphp: Slot [12] registered [ 0.293902] acpiphp: Slot [13] registered [ 0.294799] acpiphp: Slot [14] registered [ 0.295716] acpiphp: Slot [15] registered [ 0.306355] acpiphp: Slot [16] registered [ 0.307210] acpiphp: Slot [17] registered [ 0.308031] acpiphp: Slot [18] registered [ 0.308853] acpiphp: Slot [19] registered [ 0.309691] acpiphp: Slot [20] registered [ 0.310519] acpiphp: Slot [21] registered [ 0.311482] acpiphp: Slot [22] registered [ 0.312476] acpiphp: Slot [23] registered [ 0.313476] acpiphp: Slot [24] registered [ 0.314501] acpiphp: Slot [25] registered [ 0.315495] acpiphp: Slot [26] registered [ 0.316488] acpiphp: Slot [27] registered [ 0.317482] acpiphp: Slot [28] registered [ 0.318479] acpiphp: Slot [29] registered [ 0.319471] acpiphp: Slot [30] registered [ 0.320468] acpiphp: Slot [31] registered [ 0.321459] PCI host bridge to bus 0000:00 [ 0.322469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.323986] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.325523] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.327333] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.329126] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.330937] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.334430] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.336024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.337450] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.339001] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.342741] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.344683] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365552] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367222] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370583] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372095] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374971] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376882] vgaarb: loaded [ 0.377602] vgaarb: bridge control possible 0000:00:02.0 [ 0.379084] SCSI subsystem initialized [ 0.380177] ACPI: bus type USB registered [ 0.381207] usbcore: registered new interface driver usbfs [ 0.382500] usbcore: registered new interface driver hub [ 0.383747] usbcore: registered new device driver usb [ 0.385076] PCI: Using ACPI for IRQ routing [ 0.386385] NetLabel: Initializing [ 0.387295] NetLabel: domain hash size = 128 [ 0.388347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.389532] NetLabel: unlabeled traffic allowed by default [ 0.390951] clocksource: Switched to clocksource kvm-clock [ 0.399286] AppArmor: AppArmor Filesystem Enabled [ 0.400453] pnp: PnP ACPI init [ 0.401514] pnp: PnP ACPI: found 5 devices [ 0.408082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410084] NET: Registered protocol family 2 [ 0.411152] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412481] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413709] TCP: Hash tables configured (established 4096 bind 4096) [ 0.414919] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416009] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417212] NET: Registered protocol family 1 [ 0.418099] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419210] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434414] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448605] Trying to unpack rootfs image as initramfs... [ 0.505719] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.507398] Scanning for low memory corruption every 60 seconds [ 0.508752] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.509920] audit: initializing netlink subsys (disabled) [ 0.510944] audit: type=2000 audit(1534747815.812:1): initialized [ 0.512312] Initialise system trusted keyring [ 0.513256] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.514454] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.516599] zbud: loaded [ 0.517340] VFS: Disk quotas dquot_6.6.0 [ 0.518166] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.519770] fuse init (API version 7.23) [ 0.520682] Key type big_key registered [ 0.521495] Allocating IMA MOK and blacklist keyrings. [ 0.522733] Key type asymmetric registered [ 0.523596] Asymmetric key parser 'x509' registered [ 0.524574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.526059] io scheduler noop registered [ 0.526858] io scheduler deadline registered (default) [ 0.527866] io scheduler cfq registered [ 0.528717] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.529769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531067] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.532514] ACPI: Power Button [PWRF] [ 0.533361] GHES: HEST is not enabled! [ 0.547120] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575048] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.577188] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.602771] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605537] Linux agpgart interface v0.103 [ 0.608416] brd: module loaded [ 0.610105] loop: module loaded [ 0.614156] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.615661] GPT:90111 != 2097151 [ 0.616348] GPT:Alternate GPT header not at the end of the disk. [ 0.617449] GPT:90111 != 2097151 [ 0.618129] GPT: Use GNU Parted to correct GPT errors. [ 0.619109] vda: vda1 vda15 [ 0.620448] scsi host0: ata_piix [ 0.621238] scsi host1: ata_piix [ 0.621966] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.623195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.624724] libphy: Fixed MDIO Bus: probed [ 0.625557] tun: Universal TUN/TAP device driver, 1.6 [ 0.626516] tun: (C) 1999-2004 Max Krasnyansky [ 0.628837] PPP generic driver version 2.4.2 [ 0.629874] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.631104] ehci-pci: EHCI PCI platform driver [ 0.632006] ehci-platform: EHCI generic platform driver [ 0.633009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.634270] ohci-pci: OHCI PCI platform driver [ 0.635231] ohci-platform: OHCI generic platform driver [ 0.636266] uhci_hcd: USB Universal Host Controller Interface driver [ 0.650524] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.651549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.653036] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.654052] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.655266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.656531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.657981] usb usb1: Product: UHCI Host Controller [ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.660094] usb usb1: SerialNumber: 0000:00:01.2 [ 0.661107] hub 1-0:1.0: USB hub found [ 0.661905] hub 1-0:1.0: 2 ports detected [ 0.662874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665079] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666064] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667135] mousedev: PS/2 mouse device common for all mice [ 0.668434] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670337] rtc_cmos 00:00: RTC can wake from S4 [ 0.671546] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.672773] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.673990] i2c /dev entries driver [ 0.674782] device-mapper: uevent: version 1.0.3 [ 0.675812] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677477] ledtrig-cpu: registered to indicate activity on CPUs [ 0.678936] NET: Registered protocol family 10 [ 0.680097] NET: Registered protocol family 17 [ 0.681018] Key type dns_resolver registered [ 0.682047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.683192] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.685032] registered taskstats version 1 [ 0.685919] Loading compiled-in X.509 certificates [ 0.687430] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.689327] zswap: loaded using pool lzo/zbud [ 0.691001] Key type trusted registered [ 0.692775] Key type encrypted registered [ 0.693612] AppArmor: AppArmor sha1 policy hashing enabled [ 0.694653] ima: No TPM chip found, activating TPM-bypass! [ 0.695759] evm: HMAC attrs: 0x1 [ 0.696734] Magic number: 14:935:822 [ 0.697617] rtc_cmos 00:00: setting system clock to 2018-08-20 06:50:16 UTC (1534747816) [ 0.699279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.700408] EDD information not available. [ 0.784275] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.795969] Write protecting the kernel read-only data: 14336k [ 0.798161] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800035] 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 0.73 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... [ 0.946756] 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 192.168.120.5... Lease of 192.168.120.5 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 0.82. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmqshLdHXbPxRCe407qDS/hgtUzWm1S6nxrHDIKf3oD7Zg0GJ34/6IbRkmkJNhCvXYfSC7Qkxk0qWGQcCN+zrIP4sbUsm29+nuRpErRW6w/z1mLceSZyvTawwO3Io8iLqlKooTxkWhbfWfHJUApEzIF+yiEDNr4s/vGHEOT/kISmnf9gXW6OSNIcMHDstPT6VJG/Q3OpCUsYpZGZES2qt45Bdj+wrq1uGSl7qBvRiBidrh8WJUDtRpbK5p1NCG8O+H3ufxWSrWpBjcAn09OoG/e7WTSeH848kCkIZzgufDTR2jv2atItvF6CrqcQdVxQWwHUDd56ugY/VrNkZzLySJ root@singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 ssh-dss AAAAB3NzaC1kc3MAAACBAP28xtlZfcgBRELQKR4o3Q1tWjditf16UxhqN5vmejzFkXAbthFbUvSIC6Rj/QEau0d4FJMY3LBtmzOZm/gWPgbneSvJRrG4+CHKWUMM6mNUXMsfec6437y/OE6v9THKtD03u9JvYRzz0i6vPvLP/4xyOxA51ysGEWbA+NNXKeHHAAAAFQDq057ToxaJg4nxj0xuc9/sQ29UkwAAAIBqgWcSeLkcaslXUO80E++zFAaQPu6QlHHDHVwK3Xs6+GxbqC/YXHVbbVPgYeXVlhPHajzGQKqyi1lsh3P5+Qpf1U2wJE7KRFRnaskWJJnWMpC6x46AiimKj1vVBhb8WCyBdq6+RO5otFFkpSuN4s0KNJuOXtD6QfM/FR+f1B/AbgAAAIBgUx1VQfpAeKocqz2aZP5BDGQcAxm5KyfFMfgxQaG+Bn4iMPohA12SmRf9Q2U7pn6t4gYWZL6mqa7obSKGva9ECZVlK0NKxraD9E77c+KVF+gvUO5G5Hvwl7mfaF90VCoqYxLuDvM9cF+go1BMcUFp2DloIqjdR+Buys0Hm7aJWg== root@singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 -----END SSH HOST KEY KEYS----- === network info === 2018-08-20 06:50:20,681 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-20 06:50:29,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:50:29,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:50:29,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06: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-4ba9de79-4393-4ae3-b5e0-d5eabb417263 x-compute-request-id: req-4ba9de79-4393-4ae3-b5e0-d5eabb417263 Content-Encoding: gzip Content-Length: 9579 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 475769882 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152579] pid_max: default: 32768 minimum: 301\n[ 0.153569] ACPI: Core revision 20150930\n[ 0.155061] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156507] Security Framework initialized\n[ 0.157406] Yama: becoming mindful.\n[ 0.158261] AppArmor: AppArmor initialized\n[ 0.159235] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162233] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163584] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165146] Initializing cgroup subsys io\n[ 0.166092] Initializing cgroup subsys memory\n[ 0.167054] Initializing cgroup subsys devices\n[ 0.168024] Initializing cgroup subsys freezer\n[ 0.168994] Initializing cgroup subsys net_cls\n[ 0.170022] Initializing cgroup subsys perf_event\n[ 0.171050] Initializing cgroup subsys net_prio\n[ 0.172048] Initializing cgroup subsys hugetlb\n[ 0.173038] Initializing cgroup subsys pids\n[ 0.174042] CPU: Physical Processor ID: 0\n[ 0.175637] mce: CPU supports 10 MCE banks\n[ 0.176583] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177724] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199758] ftrace: allocating 31920 entries in 125 pages\n[ 0.224415] smpboot: Max logical packages: 1\n[ 0.225413] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226934] x2apic enabled\n[ 0.227785] Switched APIC routing to physical x2apic.\n[ 0.229603] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233116] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235151] KVM setup paravirtual spinlock\n[ 0.236518] x86: Booted up 1 node, 1 CPUs\n[ 0.237411] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238939] devtmpfs: initialized\n[ 0.240719] evm: security.selinux\n[ 0.241521] evm: security.SMACK64\n[ 0.242291] evm: security.SMACK64EXEC\n[ 0.243111] evm: security.SMACK64TRANSMUTE\n[ 0.244007] evm: security.SMACK64MMAP\n[ 0.244828] evm: security.ima\n[ 0.245525] evm: security.capability\n[ 0.246410] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248467] pinctrl core: initialized pinctrl subsystem\n[ 0.249674] RTC time: 6:50:15, date: 08/20/18\n[ 0.250765] NET: Registered protocol family 16\n[ 0.251884] cpuidle: using governor ladder\n[ 0.252794] cpuidle: using governor menu\n[ 0.253670] PCCT header not found.\n[ 0.254501] ACPI: bus type PCI registered\n[ 0.255392] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256780] PCI: Using configuration type 1 for base access\n[ 0.258675] ACPI: Added _OSI(Module Device)\n[ 0.259607] ACPI: Added _OSI(Processor Device)\n[ 0.260590] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261617] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263474] ACPI: Interpreter enabled\n[ 0.264352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270693] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272798] ACPI: (supports S0 S5)\n[ 0.273623] ACPI: Using IOAPIC for interrupt routing\n[ 0.274717] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278053] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280711] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.284569] acpiphp: Slot [3] registered\n[ 0.285492] acpiphp: Slot [4] registered\n[ 0.286412] acpiphp: Slot [5] registered\n[ 0.287345] acpiphp: Slot [6] registered\n[ 0.288344] acpiphp: Slot [7] registered\n[ 0.289291] acpiphp: Slot [8] registered\n[ 0.290219] acpiphp: Slot [9] registered\n[ 0.291143] acpiphp: Slot [10] registered\n[ 0.292061] acpiphp: Slot [11] registered\n[ 0.292981] acpiphp: Slot [12] registered\n[ 0.293902] acpiphp: Slot [13] registered\n[ 0.294799] acpiphp: Slot [14] registered\n[ 0.295716] acpiphp: Slot [15] registered\n[ 0.306355] acpiphp: Slot [16] registered\n[ 0.307210] acpiphp: Slot [17] registered\n[ 0.308031] acpiphp: Slot [18] registered\n[ 0.308853] acpiphp: Slot [19] registered\n[ 0.309691] acpiphp: Slot [20] registered\n[ 0.310519] acpiphp: Slot [21] registered\n[ 0.311482] acpiphp: Slot [22] registered\n[ 0.312476] acpiphp: Slot [23] registered\n[ 0.313476] acpiphp: Slot [24] registered\n[ 0.314501] acpiphp: Slot [25] registered\n[ 0.315495] acpiphp: Slot [26] registered\n[ 0.316488] acpiphp: Slot [27] registered\n[ 0.317482] acpiphp: Slot [28] registered\n[ 0.318479] acpiphp: Slot [29] registered\n[ 0.319471] acpiphp: Slot [30] registered\n[ 0.320468] acpiphp: Slot [31] registered\n[ 0.321459] PCI host bridge to bus 0000:00\n[ 0.322469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.323986] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325523] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327333] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329126] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.330937] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334430] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337450] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339001] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342741] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344683] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365552] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367222] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370583] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372095] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374971] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376882] vgaarb: loaded\n[ 0.377602] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379084] SCSI subsystem initialized\n[ 0.380177] ACPI: bus type USB registered\n[ 0.381207] usbcore: registered new interface driver usbfs\n[ 0.382500] usbcore: registered new interface driver hub\n[ 0.383747] usbcore: registered new device driver usb\n[ 0.385076] PCI: Using ACPI for IRQ routing\n[ 0.386385] NetLabel: Initializing\n[ 0.387295] NetLabel: domain hash size = 128\n[ 0.388347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389532] NetLabel: unlabeled traffic allowed by default\n[ 0.390951] clocksource: Switched to clocksource kvm-clock\n[ 0.399286] AppArmor: AppArmor Filesystem Enabled\n[ 0.400453] pnp: PnP ACPI init\n[ 0.401514] pnp: PnP ACPI: found 5 devices\n[ 0.408082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410084] NET: Registered protocol family 2\n[ 0.411152] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412481] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413709] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414919] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416009] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417212] NET: Registered protocol family 1\n[ 0.418099] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419210] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434414] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.448605] Trying to unpack rootfs image as initramfs...\n[ 0.505719] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507398] Scanning for low memory corruption every 60 seconds\n[ 0.508752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509920] audit: initializing netlink subsys (disabled)\n[ 0.510944] audit: type=2000 audit(1534747815.812:1): initialized\n[ 0.512312] Initialise system trusted keyring\n[ 0.513256] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514454] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516599] zbud: loaded\n[ 0.517340] VFS: Disk quotas dquot_6.6.0\n[ 0.518166] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519770] fuse init (API version 7.23)\n[ 0.520682] Key type big_key registered\n[ 0.521495] Allocating IMA MOK and blacklist keyrings.\n[ 0.522733] Key type asymmetric registered\n[ 0.523596] Asymmetric key parser 'x509' registered\n[ 0.524574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526059] io scheduler noop registered\n[ 0.526858] io scheduler deadline registered (default)\n[ 0.527866] io scheduler cfq registered\n[ 0.528717] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531067] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532514] ACPI: Power Button [PWRF]\n[ 0.533361] GHES: HEST is not enabled!\n[ 0.547120] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575048] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577188] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602771] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605537] Linux agpgart interface v0.103\n[ 0.608416] brd: module loaded\n[ 0.610105] loop: module loaded\n[ 0.614156] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615661] GPT:90111 != 2097151\n[ 0.616348] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617449] GPT:90111 != 2097151\n[ 0.618129] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619109] vda: vda1 vda15\n[ 0.620448] scsi host0: ata_piix\n[ 0.621238] scsi host1: ata_piix\n[ 0.621966] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.623195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.624724] libphy: Fixed MDIO Bus: probed\n[ 0.625557] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626516] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628837] PPP generic driver version 2.4.2\n[ 0.629874] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631104] ehci-pci: EHCI PCI platform driver\n[ 0.632006] ehci-platform: EHCI generic platform driver\n[ 0.633009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634270] ohci-pci: OHCI PCI platform driver\n[ 0.635231] ohci-platform: OHCI generic platform driver\n[ 0.636266] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650524] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653036] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654052] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.655266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657981] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660094] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661107] hub 1-0:1.0: USB hub found\n[ 0.661905] hub 1-0:1.0: 2 ports detected\n[ 0.662874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665079] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666064] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667135] mousedev: PS/2 mouse device common for all mice\n[ 0.668434] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670337] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671546] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672773] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673990] i2c /dev entries driver\n[ 0.674782] device-mapper: uevent: version 1.0.3\n[ 0.675812] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677477] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678936] NET: Registered protocol family 10\n[ 0.680097] NET: Registered protocol family 17\n[ 0.681018] Key type dns_resolver registered\n[ 0.682047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685032] registered taskstats version 1\n[ 0.685919] Loading compiled-in X.509 certificates\n[ 0.687430] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689327] zswap: loaded using pool lzo/zbud\n[ 0.691001] Key type trusted registered\n[ 0.692775] Key type encrypted registered\n[ 0.693612] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694653] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695759] evm: HMAC attrs: 0x1\n[ 0.696734] Magic number: 14:935:822\n[ 0.697617] rtc_cmos 00:00: setting system clock to 2018-08-20 06:50:16 UTC (1534747816)\n[ 0.699279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700408] EDD information not available.\n[ 0.784275] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795969] Write protecting the kernel read-only data: 14336k\n[ 0.798161] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800035] 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 0.73\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... [ 0.946756] 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 192.168.120.5...\nLease of 192.168.120.5 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 0.82. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmqshLdHXbPxRCe407qDS/hgtUzWm1S6nxrHDIKf3oD7Zg0GJ34/6IbRkmkJNhCvXYfSC7Qkxk0qWGQcCN+zrIP4sbUsm29+nuRpErRW6w/z1mLceSZyvTawwO3Io8iLqlKooTxkWhbfWfHJUApEzIF+yiEDNr4s/vGHEOT/kISmnf9gXW6OSNIcMHDstPT6VJG/Q3OpCUsYpZGZES2qt45Bdj+wrq1uGSl7qBvRiBidrh8WJUDtRpbK5p1NCG8O+H3ufxWSrWpBjcAn09OoG/e7WTSeH848kCkIZzgufDTR2jv2atItvF6CrqcQdVxQWwHUDd56ugY/VrNkZzLySJ root@singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7\nssh-dss AAAAB3NzaC1kc3MAAACBAP28xtlZfcgBRELQKR4o3Q1tWjditf16UxhqN5vmejzFkXAbthFbUvSIC6Rj/QEau0d4FJMY3LBtmzOZm/gWPgbneSvJRrG4+CHKWUMM6mNUXMsfec6437y/OE6v9THKtD03u9JvYRzz0i6vPvLP/4xyOxA51ysGEWbA+NNXKeHHAAAAFQDq057ToxaJg4nxj0xuc9/sQ29UkwAAAIBqgWcSeLkcaslXUO80E++zFAaQPu6QlHHDHVwK3Xs6+GxbqC/YXHVbbVPgYeXVlhPHajzGQKqyi1lsh3P5+Qpf1U2wJE7KRFRnaskWJJnWMpC6x46AiimKj1vVBhb8WCyBdq6+RO5otFFkpSuN4s0KNJuOXtD6QfM/FR+f1B/AbgAAAIBgUx1VQfpAeKocqz2aZP5BDGQcAxm5KyfFMfgxQaG+Bn4iMPohA12SmRf9Q2U7pn6t4gYWZL6mqa7obSKGva9ECZVlK0NKxraD9E77c+KVF+gvUO5G5Hvwl7mfaF90VCoqYxLuDvM9cF+go1BMcUFp2DloIqjdR+Buys0Hm7aJWg== root@singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.19s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe90:7336/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.99 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 login: "} 2018-08-20 06:50:29,811 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06/action used request id req-4ba9de79-4393-4ae3-b5e0-d5eabb417263 2018-08-20 06:50:29,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.12366604805s 2018-08-20 06:50:29,812 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06/action used request id req-4ba9de79-4393-4ae3-b5e0-d5eabb417263 2018-08-20 06:50:29,812 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 475769882 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.150732] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.152579] pid_max: default: 32768 minimum: 301 [ 0.153569] ACPI: Core revision 20150930 [ 0.155061] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.156507] Security Framework initialized [ 0.157406] Yama: becoming mindful. [ 0.158261] AppArmor: AppArmor initialized [ 0.159235] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.160750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.162233] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163584] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165146] Initializing cgroup subsys io [ 0.166092] Initializing cgroup subsys memory [ 0.167054] Initializing cgroup subsys devices [ 0.168024] Initializing cgroup subsys freezer [ 0.168994] Initializing cgroup subsys net_cls [ 0.170022] Initializing cgroup subsys perf_event [ 0.171050] Initializing cgroup subsys net_prio [ 0.172048] Initializing cgroup subsys hugetlb [ 0.173038] Initializing cgroup subsys pids [ 0.174042] CPU: Physical Processor ID: 0 [ 0.175637] mce: CPU supports 10 MCE banks [ 0.176583] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177724] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.193514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.199758] ftrace: allocating 31920 entries in 125 pages [ 0.224415] smpboot: Max logical packages: 1 [ 0.225413] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226934] x2apic enabled [ 0.227785] Switched APIC routing to physical x2apic. [ 0.229603] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.230897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233116] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235151] KVM setup paravirtual spinlock [ 0.236518] x86: Booted up 1 node, 1 CPUs [ 0.237411] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238939] devtmpfs: initialized [ 0.240719] evm: security.selinux [ 0.241521] evm: security.SMACK64 [ 0.242291] evm: security.SMACK64EXEC [ 0.243111] evm: security.SMACK64TRANSMUTE [ 0.244007] evm: security.SMACK64MMAP [ 0.244828] evm: security.ima [ 0.245525] evm: security.capability [ 0.246410] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248467] pinctrl core: initialized pinctrl subsystem [ 0.249674] RTC time: 6:50:15, date: 08/20/18 [ 0.250765] NET: Registered protocol family 16 [ 0.251884] cpuidle: using governor ladder [ 0.252794] cpuidle: using governor menu [ 0.253670] PCCT header not found. [ 0.254501] ACPI: bus type PCI registered [ 0.255392] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256780] PCI: Using configuration type 1 for base access [ 0.258675] ACPI: Added _OSI(Module Device) [ 0.259607] ACPI: Added _OSI(Processor Device) [ 0.260590] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261617] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263474] ACPI: Interpreter enabled [ 0.264352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270693] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272798] ACPI: (supports S0 S5) [ 0.273623] ACPI: Using IOAPIC for interrupt routing [ 0.274717] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.278053] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.279328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.280711] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.284569] acpiphp: Slot [3] registered [ 0.285492] acpiphp: Slot [4] registered [ 0.286412] acpiphp: Slot [5] registered [ 0.287345] acpiphp: Slot [6] registered [ 0.288344] acpiphp: Slot [7] registered [ 0.289291] acpiphp: Slot [8] registered [ 0.290219] acpiphp: Slot [9] registered [ 0.291143] acpiphp: Slot [10] registered [ 0.292061] acpiphp: Slot [11] registered [ 0.292981] acpiphp: Slot [12] registered [ 0.293902] acpiphp: Slot [13] registered [ 0.294799] acpiphp: Slot [14] registered [ 0.295716] acpiphp: Slot [15] registered [ 0.306355] acpiphp: Slot [16] registered [ 0.307210] acpiphp: Slot [17] registered [ 0.308031] acpiphp: Slot [18] registered [ 0.308853] acpiphp: Slot [19] registered [ 0.309691] acpiphp: Slot [20] registered [ 0.310519] acpiphp: Slot [21] registered [ 0.311482] acpiphp: Slot [22] registered [ 0.312476] acpiphp: Slot [23] registered [ 0.313476] acpiphp: Slot [24] registered [ 0.314501] acpiphp: Slot [25] registered [ 0.315495] acpiphp: Slot [26] registered [ 0.316488] acpiphp: Slot [27] registered [ 0.317482] acpiphp: Slot [28] registered [ 0.318479] acpiphp: Slot [29] registered [ 0.319471] acpiphp: Slot [30] registered [ 0.320468] acpiphp: Slot [31] registered [ 0.321459] PCI host bridge to bus 0000:00 [ 0.322469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.323986] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.325523] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.327333] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.329126] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.330937] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.334430] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.336024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.337450] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.339001] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.342741] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.344683] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365552] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367222] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370583] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372095] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374971] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376882] vgaarb: loaded [ 0.377602] vgaarb: bridge control possible 0000:00:02.0 [ 0.379084] SCSI subsystem initialized [ 0.380177] ACPI: bus type USB registered [ 0.381207] usbcore: registered new interface driver usbfs [ 0.382500] usbcore: registered new interface driver hub [ 0.383747] usbcore: registered new device driver usb [ 0.385076] PCI: Using ACPI for IRQ routing [ 0.386385] NetLabel: Initializing [ 0.387295] NetLabel: domain hash size = 128 [ 0.388347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.389532] NetLabel: unlabeled traffic allowed by default [ 0.390951] clocksource: Switched to clocksource kvm-clock [ 0.399286] AppArmor: AppArmor Filesystem Enabled [ 0.400453] pnp: PnP ACPI init [ 0.401514] pnp: PnP ACPI: found 5 devices [ 0.408082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410084] NET: Registered protocol family 2 [ 0.411152] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412481] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413709] TCP: Hash tables configured (established 4096 bind 4096) [ 0.414919] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416009] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417212] NET: Registered protocol family 1 [ 0.418099] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419210] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434414] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448605] Trying to unpack rootfs image as initramfs... [ 0.505719] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.507398] Scanning for low memory corruption every 60 seconds [ 0.508752] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.509920] audit: initializing netlink subsys (disabled) [ 0.510944] audit: type=2000 audit(1534747815.812:1): initialized [ 0.512312] Initialise system trusted keyring [ 0.513256] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.514454] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.516599] zbud: loaded [ 0.517340] VFS: Disk quotas dquot_6.6.0 [ 0.518166] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.519770] fuse init (API version 7.23) [ 0.520682] Key type big_key registered [ 0.521495] Allocating IMA MOK and blacklist keyrings. [ 0.522733] Key type asymmetric registered [ 0.523596] Asymmetric key parser 'x509' registered [ 0.524574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.526059] io scheduler noop registered [ 0.526858] io scheduler deadline registered (default) [ 0.527866] io scheduler cfq registered [ 0.528717] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.529769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531067] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.532514] ACPI: Power Button [PWRF] [ 0.533361] GHES: HEST is not enabled! [ 0.547120] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575048] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.577188] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.602771] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.605537] Linux agpgart interface v0.103 [ 0.608416] brd: module loaded [ 0.610105] loop: module loaded [ 0.614156] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.615661] GPT:90111 != 2097151 [ 0.616348] GPT:Alternate GPT header not at the end of the disk. [ 0.617449] GPT:90111 != 2097151 [ 0.618129] GPT: Use GNU Parted to correct GPT errors. [ 0.619109] vda: vda1 vda15 [ 0.620448] scsi host0: ata_piix [ 0.621238] scsi host1: ata_piix [ 0.621966] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.623195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.624724] libphy: Fixed MDIO Bus: probed [ 0.625557] tun: Universal TUN/TAP device driver, 1.6 [ 0.626516] tun: (C) 1999-2004 Max Krasnyansky [ 0.628837] PPP generic driver version 2.4.2 [ 0.629874] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.631104] ehci-pci: EHCI PCI platform driver [ 0.632006] ehci-platform: EHCI generic platform driver [ 0.633009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.634270] ohci-pci: OHCI PCI platform driver [ 0.635231] ohci-platform: OHCI generic platform driver [ 0.636266] uhci_hcd: USB Universal Host Controller Interface driver [ 0.650524] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.651549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.653036] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.654052] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.655266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.656531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.657981] usb usb1: Product: UHCI Host Controller [ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.660094] usb usb1: SerialNumber: 0000:00:01.2 [ 0.661107] hub 1-0:1.0: USB hub found [ 0.661905] hub 1-0:1.0: 2 ports detected [ 0.662874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665079] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666064] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667135] mousedev: PS/2 mouse device common for all mice [ 0.668434] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670337] rtc_cmos 00:00: RTC can wake from S4 [ 0.671546] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.672773] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.673990] i2c /dev entries driver [ 0.674782] device-mapper: uevent: version 1.0.3 [ 0.675812] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677477] ledtrig-cpu: registered to indicate activity on CPUs [ 0.678936] NET: Registered protocol family 10 [ 0.680097] NET: Registered protocol family 17 [ 0.681018] Key type dns_resolver registered [ 0.682047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.683192] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.685032] registered taskstats version 1 [ 0.685919] Loading compiled-in X.509 certificates [ 0.687430] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.689327] zswap: loaded using pool lzo/zbud [ 0.691001] Key type trusted registered [ 0.692775] Key type encrypted registered [ 0.693612] AppArmor: AppArmor sha1 policy hashing enabled [ 0.694653] ima: No TPM chip found, activating TPM-bypass! [ 0.695759] evm: HMAC attrs: 0x1 [ 0.696734] Magic number: 14:935:822 [ 0.697617] rtc_cmos 00:00: setting system clock to 2018-08-20 06:50:16 UTC (1534747816) [ 0.699279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.700408] EDD information not available. [ 0.784275] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.795969] Write protecting the kernel read-only data: 14336k [ 0.798161] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800035] 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 0.73 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... [ 0.946756] 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 192.168.120.5... Lease of 192.168.120.5 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 0.82. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmqshLdHXbPxRCe407qDS/hgtUzWm1S6nxrHDIKf3oD7Zg0GJ34/6IbRkmkJNhCvXYfSC7Qkxk0qWGQcCN+zrIP4sbUsm29+nuRpErRW6w/z1mLceSZyvTawwO3Io8iLqlKooTxkWhbfWfHJUApEzIF+yiEDNr4s/vGHEOT/kISmnf9gXW6OSNIcMHDstPT6VJG/Q3OpCUsYpZGZES2qt45Bdj+wrq1uGSl7qBvRiBidrh8WJUDtRpbK5p1NCG8O+H3ufxWSrWpBjcAn09OoG/e7WTSeH848kCkIZzgufDTR2jv2atItvF6CrqcQdVxQWwHUDd56ugY/VrNkZzLySJ root@singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 ssh-dss AAAAB3NzaC1kc3MAAACBAP28xtlZfcgBRELQKR4o3Q1tWjditf16UxhqN5vmejzFkXAbthFbUvSIC6Rj/QEau0d4FJMY3LBtmzOZm/gWPgbneSvJRrG4+CHKWUMM6mNUXMsfec6437y/OE6v9THKtD03u9JvYRzz0i6vPvLP/4xyOxA51ysGEWbA+NNXKeHHAAAAFQDq057ToxaJg4nxj0xuc9/sQ29UkwAAAIBqgWcSeLkcaslXUO80E++zFAaQPu6QlHHDHVwK3Xs6+GxbqC/YXHVbbVPgYeXVlhPHajzGQKqyi1lsh3P5+Qpf1U2wJE7KRFRnaskWJJnWMpC6x46AiimKj1vVBhb8WCyBdq6+RO5otFFkpSuN4s0KNJuOXtD6QfM/FR+f1B/AbgAAAIBgUx1VQfpAeKocqz2aZP5BDGQcAxm5KyfFMfgxQaG+Bn4iMPohA12SmRf9Q2U7pn6t4gYWZL6mqa7obSKGva9ECZVlK0NKxraD9E77c+KVF+gvUO5G5Hvwl7mfaF90VCoqYxLuDvM9cF+go1BMcUFp2DloIqjdR+Buys0Hm7aJWg== root@singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.19s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe90:7336/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 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-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.99 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 login: 2018-08-20 06:50:29,815 - paramiko.transport - DEBUG - starting thread (client mode): 0x1d1e1350L 2018-08-20 06:50:29,816 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 06:50:29,816 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 06:50:29,816 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 06:50:29,818 - 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-08-20 06:50:29,818 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 06:50:29,818 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 06:50:29,819 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 06:50:29,819 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 06:50:29,819 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 06:50:29,866 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 06:50:29,868 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 06:50:29,880 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: f4ac8c9b78d521b0049d9a82e4b16c06 2018-08-20 06:50:29,881 - paramiko.transport - DEBUG - Trying discovered key 5b594dcb78f2fefa02d1ec9bd2cefe1d in /tmp/tmpAcmg5V 2018-08-20 06:50:29,906 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 06:50:29,911 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 06:50:29,914 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 06:50:29,915 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 06:50:29,915 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 06:50:29,916 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 06:50:29,917 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 06:50:29,917 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-20 06:50:29,918 - functest.core.singlevm - DEBUG - error: 2018-08-20 06:50:29,922 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 06:50:30,027 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:50:30,028 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 06:50:30,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 06:50:30,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/812c9d2a-f0dc-48ee-8c3d-003958fc0fae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:30,624 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5402d56c-9983-454a-bff9-fcae13e053bf Content-Length: 0 Date: Mon, 20 Aug 2018 06:50:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:50:30,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/812c9d2a-f0dc-48ee-8c3d-003958fc0fae.json used request id req-5402d56c-9983-454a-bff9-fcae13e053bf 2018-08-20 06:50:30,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.589616060257s 2018-08-20 06:50:30,625 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/812c9d2a-f0dc-48ee-8c3d-003958fc0fae.json used request id req-5402d56c-9983-454a-bff9-fcae13e053bf 2018-08-20 06:50:30,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:50:30,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:30,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9e6deeaa-7c7e-41e3-bdb0-d4fea1439fb5 Date: Mon, 20 Aug 2018 06:50:30 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:50:30,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-9e6deeaa-7c7e-41e3-bdb0-d4fea1439fb5 2018-08-20 06:50:30,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0186769962311s 2018-08-20 06:50:30,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-9e6deeaa-7c7e-41e3-bdb0-d4fea1439fb5 2018-08-20 06:50:30,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 06:50:30,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:31,064 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06: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-22a411ab-79b3-4c07-9d62-14781041d54c x-compute-request-id: req-22a411ab-79b3-4c07-9d62-14781041d54c Content-Type: application/json 2018-08-20 06:50:31,064 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06 used request id req-22a411ab-79b3-4c07-9d62-14781041d54c 2018-08-20 06:50:31,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.414661884308s 2018-08-20 06:50:31,065 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06 used request id req-22a411ab-79b3-4c07-9d62-14781041d54c 2018-08-20 06:50:31,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:50:31,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:31,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdb87bb5-f4ea-4840-bc88-24390238bfc8 x-compute-request-id: req-cdb87bb5-f4ea-4840-bc88-24390238bfc8 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:36", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:36", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/e5680f32-0fbf-410d-b6fa-f46bcf874d06", "rel": "bookmark"}], "image": {"id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "links": [{"href": "http://172.30.9.36:8774/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-20T06:50:15.000000", "flavor": {"id": "67e87a09-5ddb-499e-a70c-52e009da1696", "links": [{"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}]}, "id": "e5680f32-0fbf-410d-b6fa-f46bcf874d06", "security_groups": [{"name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:50:30Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "created": "2018-08-20T06:50:03Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:50:31,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cdb87bb5-f4ea-4840-bc88-24390238bfc8 2018-08-20 06:50:31,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.626550197601s 2018-08-20 06:50:31,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cdb87bb5-f4ea-4840-bc88-24390238bfc8 2018-08-20 06:50:31,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:50:33,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:50:33,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:33,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b479e507-2dbe-4af1-b588-73ee7adb043e x-compute-request-id: req-b479e507-2dbe-4af1-b588-73ee7adb043e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 06:50:33,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b479e507-2dbe-4af1-b588-73ee7adb043e 2018-08-20 06:50:33,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.22297000885s 2018-08-20 06:50:33,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b479e507-2dbe-4af1-b588-73ee7adb043e 2018-08-20 06:50:33,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:50:33,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:34,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-1a179381-0224-498e-8b10-1acec43a583a Date: Mon, 20 Aug 2018 06:50:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:49:56Z", "updated_at": "2018-08-20T06:49:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:57Z", "revision_number": 0, "id": "61e119ae-9fcd-4067-baf6-a6dfdc88faa3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:57Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T06:49:57Z", "revision_number": 0, "id": "909644f5-f59a-4bef-9e0b-532297bf5642", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:57Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:56Z", "revision_number": 0, "id": "b0595e18-27f9-4c22-a784-1a76805c369a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:56Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:56Z", "revision_number": 0, "id": "b0e61c0f-5e6b-42ff-a175-a48e8c6e0889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:56Z", "security_group_id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "476888be-ac03-408f-b8ba-2a15eb75d84c", "name": "singlevm1-sg_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:48:14Z", "updated_at": "2018-08-20T06:48:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "1470e2f1-1bb2-48e6-b886-0a37b1625970", "remote_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "73c57e37-c02a-4f7b-87bc-4a06c00c647f", "remote_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "75edb7de-5401-4a51-9268-13255a74340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:14Z", "revision_number": 0, "id": "ebd29695-0e40-470d-8563-f4469e1097b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:14Z", "security_group_id": "9b351352-0f04-411b-adef-884b854a5a52", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "9b351352-0f04-411b-adef-884b854a5a52", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}]} 2018-08-20 06:50:34,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-1a179381-0224-498e-8b10-1acec43a583a 2018-08-20 06:50:34,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.244740009308s 2018-08-20 06:50:34,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-1a179381-0224-498e-8b10-1acec43a583a 2018-08-20 06:50:34,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 06:50:34,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/security-groups/476888be-ac03-408f-b8ba-2a15eb75d84c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:34,368 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c1ea49f-5e71-40b7-a31d-bcee7356e8fc Content-Length: 0 Date: Mon, 20 Aug 2018 06:50:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:50:34,369 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/476888be-ac03-408f-b8ba-2a15eb75d84c.json used request id req-0c1ea49f-5e71-40b7-a31d-bcee7356e8fc 2018-08-20 06:50:34,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.196269035339s 2018-08-20 06:50:34,369 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/476888be-ac03-408f-b8ba-2a15eb75d84c.json used request id req-0c1ea49f-5e71-40b7-a31d-bcee7356e8fc 2018-08-20 06:50:34,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 06:50:34,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:34,434 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07e228ad-7aa0-4b15-8379-60027a60e3e2 x-compute-request-id: req-07e228ad-7aa0-4b15-8379-60027a60e3e2 Content-Length: 0 Content-Type: application/json 2018-08-20 06:50:34,434 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 used request id req-07e228ad-7aa0-4b15-8379-60027a60e3e2 2018-08-20 06:50:34,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0644850730896s 2018-08-20 06:50:34,434 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/singlevm1-kp_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7 used request id req-07e228ad-7aa0-4b15-8379-60027a60e3e2 2018-08-20 06:50:34,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:50:34,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" -d '{"subnet_id": "13b3111d-85f4-4340-b456-3bfb85ae3078"}' 2018-08-20 06:50:35,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f956b719-e95e-4d23-8837-e29e2c1394db Date: Mon, 20 Aug 2018 06:50:35 GMT RESP BODY: {"network_id": "70e053c2-0694-43e5-ab86-95a8a471fd19", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "13b3111d-85f4-4340-b456-3bfb85ae3078", "subnet_ids": ["13b3111d-85f4-4340-b456-3bfb85ae3078"], "port_id": "710f0bd0-2174-4088-8654-57bfe0abbe95", "id": "b4218379-3cc1-4a3d-91ea-025be56e2bda"} 2018-08-20 06:50:35,816 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda/remove_router_interface.json used request id req-f956b719-e95e-4d23-8837-e29e2c1394db 2018-08-20 06:50:35,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.38123512268s 2018-08-20 06:50:35,816 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda/remove_router_interface.json used request id req-f956b719-e95e-4d23-8837-e29e2c1394db returning object b4218379-3cc1-4a3d-91ea-025be56e2bda 2018-08-20 06:50:35,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:50:35,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:36,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d518d2fe-1d43-4890-adc5-50235cfb8fc5 Date: Mon, 20 Aug 2018 06:50:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:49:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T06:50:35Z", "revision_number": 4, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "b4218379-3cc1-4a3d-91ea-025be56e2bda", "name": "singlevm1-router_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"}]} 2018-08-20 06:50:36,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-d518d2fe-1d43-4890-adc5-50235cfb8fc5 2018-08-20 06:50:36,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.295658826828s 2018-08-20 06:50:36,113 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-d518d2fe-1d43-4890-adc5-50235cfb8fc5 2018-08-20 06:50:36,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:50:36,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:37,575 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4cef5f57-2ef6-49c7-bb4d-c8880590390c Content-Length: 0 Date: Mon, 20 Aug 2018 06:50:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:50:37,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda.json used request id req-4cef5f57-2ef6-49c7-bb4d-c8880590390c 2018-08-20 06:50:37,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46100783348s 2018-08-20 06:50:37,575 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/b4218379-3cc1-4a3d-91ea-025be56e2bda.json used request id req-4cef5f57-2ef6-49c7-bb4d-c8880590390c 2018-08-20 06:50:37,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:50:37,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:37,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-89cd6eb6-a345-44cb-86e1-2b6057453489 Date: Mon, 20 Aug 2018 06:50:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"70e053c2-0694-43e5-ab86-95a8a471fd19","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:49:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"13b3111d-85f4-4340-b456-3bfb85ae3078","subnetpool_id":null,"name":"singlevm1-subnet_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 06:50:37,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-89cd6eb6-a345-44cb-86e1-2b6057453489 2018-08-20 06:50:37,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0468530654907s 2018-08-20 06:50:37,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-89cd6eb6-a345-44cb-86e1-2b6057453489 2018-08-20 06:50:37,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:50:37,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/13b3111d-85f4-4340-b456-3bfb85ae3078.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:39,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-37d0973e-3ec5-4255-916a-42701927cf64 Date: Mon, 20 Aug 2018 06:50:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:50:39,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/13b3111d-85f4-4340-b456-3bfb85ae3078.json used request id req-37d0973e-3ec5-4255-916a-42701927cf64 2018-08-20 06:50:39,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29530215263s 2018-08-20 06:50:39,920 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/13b3111d-85f4-4340-b456-3bfb85ae3078.json used request id req-37d0973e-3ec5-4255-916a-42701927cf64 2018-08-20 06:50:39,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:50:39,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:40,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-0b0d5053-7986-46d1-bc0b-812bd7f9868f Date: Mon, 20 Aug 2018 06:50:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"70e053c2-0694-43e5-ab86-95a8a471fd19","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T06:50:39Z","provider:segmentation_id":85,"name":"singlevm1-net_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T06:49:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:50:40,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-0b0d5053-7986-46d1-bc0b-812bd7f9868f 2018-08-20 06:50:40,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103795051575s 2018-08-20 06:50:40,025 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-0b0d5053-7986-46d1-bc0b-812bd7f9868f 2018-08-20 06:50:40,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:50:40,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/70e053c2-0694-43e5-ab86-95a8a471fd19.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:41,561 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0bc24e8b-d330-4ae7-8b4f-2bdf73100b08 Date: Mon, 20 Aug 2018 06:50:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:50:41,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/70e053c2-0694-43e5-ab86-95a8a471fd19.json used request id req-0bc24e8b-d330-4ae7-8b4f-2bdf73100b08 2018-08-20 06:50:41,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.53516817093s 2018-08-20 06:50:41,562 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/70e053c2-0694-43e5-ab86-95a8a471fd19.json used request id req-0bc24e8b-d330-4ae7-8b4f-2bdf73100b08 2018-08-20 06:50:41,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:50:41,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:42,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-b7a99710-1988-4223-9bfe-ace261b9e064 Date: Mon, 20 Aug 2018 06:50:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/89575b62-d6a7-4d1f-a42d-03294d60c739/snap", "metadata": {}}], "file": "/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "89575b62-d6a7-4d1f-a42d-03294d60c739", "size": 12716032, "self": "/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/89575b62-d6a7-4d1f-a42d-03294d60c739/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:49:55Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:49:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:50:42,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b7a99710-1988-4223-9bfe-ace261b9e064 2018-08-20 06:50:42,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.676176071167s 2018-08-20 06:50:42,242 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b7a99710-1988-4223-9bfe-ace261b9e064 2018-08-20 06:50:42,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 06:50:42,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:44,188 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2cf2704-f776-4b64-98d2-7d81b1780665 Date: Mon, 20 Aug 2018 06:50:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:50:44,188 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739 used request id req-d2cf2704-f776-4b64-98d2-7d81b1780665 2018-08-20 06:50:44,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.94408607483s 2018-08-20 06:50:44,188 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/89575b62-d6a7-4d1f-a42d-03294d60c739 used request id req-d2cf2704-f776-4b64-98d2-7d81b1780665 2018-08-20 06:50:44,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:50:44,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:44,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a474ad3-5494-44e6-ba3e-f02575e811c4 x-compute-request-id: req-3a474ad3-5494-44e6-ba3e-f02575e811c4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_e3447cc5-bc3a-4e73-95e4-57b4cbc76ed7", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/67e87a09-5ddb-499e-a70c-52e009da1696", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "67e87a09-5ddb-499e-a70c-52e009da1696"}]} 2018-08-20 06:50:44,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-3a474ad3-5494-44e6-ba3e-f02575e811c4 2018-08-20 06:50:44,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0342578887939s 2018-08-20 06:50:44,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-3a474ad3-5494-44e6-ba3e-f02575e811c4 2018-08-20 06:50:44,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 06:50:44,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c1153ba5dee385fcaaf82f64bbfbc1726141694" 2018-08-20 06:50:44,384 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:50:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea50043c-79d4-43a6-a090-4ebb78082971 x-compute-request-id: req-ea50043c-79d4-43a6-a090-4ebb78082971 Content-Length: 0 Content-Type: application/json 2018-08-20 06:50:44,385 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696 used request id req-ea50043c-79d4-43a6-a090-4ebb78082971 2018-08-20 06:50:44,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.159727096558s 2018-08-20 06:50:44,385 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/67e87a09-5ddb-499e-a70c-52e009da1696 used request id req-ea50043c-79d4-43a6-a090-4ebb78082971 2018-08-20 06:50:44,435 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-20 06:50:44,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:50:44,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:50:44,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:50:44,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:50:44,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:50:44,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:50:44,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:50:44,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:50:44,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:50:44,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:50:44,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48768477-4966-41b3-b28a-00192586eb9f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:50:44,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-48768477-4966-41b3-b28a-00192586eb9f 2018-08-20 06:50:44,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:50:44,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:50:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["CbLmLdcPQyePykJI8UafDQ"], "issued_at": "2018-08-20T06:50:44.000000Z"}} 2018-08-20 06:50:44,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:50:44,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:45,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d67c3ad1-f004-4812-9590-9ec0adee913f Date: Mon, 20 Aug 2018 06:50:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:50:45,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d67c3ad1-f004-4812-9590-9ec0adee913f 2018-08-20 06:50:45,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269415855408s 2018-08-20 06:50:45,142 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d67c3ad1-f004-4812-9590-9ec0adee913f 2018-08-20 06:50:45,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:50:45,150 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:50:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:50:45,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:50:45,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:45,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e643ccc-9a44-415e-899a-48d6294ba605 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 06:50:45,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-4e643ccc-9a44-415e-899a-48d6294ba605 2018-08-20 06:50:45,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107479095459s 2018-08-20 06:50:45,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-4e643ccc-9a44-415e-899a-48d6294ba605 2018-08-20 06:50:45,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 06:50:45,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855"}}' 2018-08-20 06:50:45,441 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:50:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46094788-0158-4ae4-94ed-3f3b920b8257 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd"}, "tags": [], "enabled": true, "id": "6c5e1252106a4fbd831fdf475bd981fd", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855"}} 2018-08-20 06:50:45,441 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-46094788-0158-4ae4-94ed-3f3b920b8257 2018-08-20 06:50:45,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.174112081528s 2018-08-20 06:50:45,441 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-46094788-0158-4ae4-94ed-3f3b920b8257 2018-08-20 06:50:45,442 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: singlevm2', u'tags': [], 'enabled': True, 'id': u'6c5e1252106a4fbd831fdf475bd981fd', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855'}) 2018-08-20 06:50:45,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 06:50:45,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "88abf5d5-2f58-44cd-8415-b3757b4a9e60", "email": null, "name": "singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855"}}' 2018-08-20 06:50:45,816 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:50:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69e7e7bb-dc77-47d3-b0ee-8cd3dde4283d Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855", "links": {"self": "http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "673fc63fe5634904b0b559701df6539d", "domain_id": "default", "password_expires_at": null}} 2018-08-20 06:50:45,817 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-69e7e7bb-dc77-47d3-b0ee-8cd3dde4283d 2018-08-20 06:50:45,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.368793964386s 2018-08-20 06:50:45,817 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-69e7e7bb-dc77-47d3-b0ee-8cd3dde4283d 2018-08-20 06:50:45,818 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'673fc63fe5634904b0b559701df6539d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855'}) 2018-08-20 06:50:45,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:50:45,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:45,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15fcfa7d-1822-4299-8be7-ad6a630a9b6d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:50:45,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-15fcfa7d-1822-4299-8be7-ad6a630a9b6d 2018-08-20 06:50:45,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100185871124s 2018-08-20 06:50:45,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-15fcfa7d-1822-4299-8be7-ad6a630a9b6d 2018-08-20 06:50:45,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:50:45,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:46,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f724fd1-1cd9-43e9-9b41-fdd2d4d92cd2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:50:46,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6f724fd1-1cd9-43e9-9b41-fdd2d4d92cd2 2018-08-20 06:50:46,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.092766046524s 2018-08-20 06:50:46,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6f724fd1-1cd9-43e9-9b41-fdd2d4d92cd2 2018-08-20 06:50:46,020 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 06:50:46,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 06:50:46,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" -d '{"role": {"name": "Member"}}' 2018-08-20 06:50:46,152 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:50:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a824bbac-3ada-47e8-a501-4c73c4ac80b2 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2ecb4b5ee607403eb143829b4c07bfe3", "links": {"self": "http://172.30.9.36:5000/v3/roles/2ecb4b5ee607403eb143829b4c07bfe3"}, "name": "Member"}} 2018-08-20 06:50:46,152 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-a824bbac-3ada-47e8-a501-4c73c4ac80b2 2018-08-20 06:50:46,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.128232955933s 2018-08-20 06:50:46,152 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-a824bbac-3ada-47e8-a501-4c73c4ac80b2 2018-08-20 06:50:46,153 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'2ecb4b5ee607403eb143829b4c07bfe3'}) 2018-08-20 06:50:46,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:50:46,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:46,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271d8c2a-711b-4749-8cd3-c54660e2f104 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2ecb4b5ee607403eb143829b4c07bfe3", "links": {"self": "http://172.30.9.36:5000/v3/roles/2ecb4b5ee607403eb143829b4c07bfe3"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:50:46,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-271d8c2a-711b-4749-8cd3-c54660e2f104 2018-08-20 06:50:46,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0942890644073s 2018-08-20 06:50:46,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-271d8c2a-711b-4749-8cd3-c54660e2f104 2018-08-20 06:50:46,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:50:46,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:46,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef66a442-eab4-4584-95cd-ddd1e27ed966 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 06:50:46,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-ef66a442-eab4-4584-95cd-ddd1e27ed966 2018-08-20 06:50:46,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107353210449s 2018-08-20 06:50:46,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-ef66a442-eab4-4584-95cd-ddd1e27ed966 2018-08-20 06:50:46,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:50:46,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:46,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab437125-733d-4452-a756-8f243856f0b5 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855", "links": {"self": "http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "673fc63fe5634904b0b559701df6539d", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:50:46,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-ab437125-733d-4452-a756-8f243856f0b5 2018-08-20 06:50:46,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115636110306s 2018-08-20 06:50:46,481 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-ab437125-733d-4452-a756-8f243856f0b5 2018-08-20 06:50:46,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:50:46,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:46,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f870e574-9028-4f72-a9ef-c83f6cc34749 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd"}, "tags": [], "enabled": true, "id": "6c5e1252106a4fbd831fdf475bd981fd", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:50:46,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-f870e574-9028-4f72-a9ef-c83f6cc34749 2018-08-20 06:50:46,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0984921455383s 2018-08-20 06:50:46,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-f870e574-9028-4f72-a9ef-c83f6cc34749 2018-08-20 06:50:46,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 06:50:46,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=673fc63fe5634904b0b559701df6539d&role.id=2ecb4b5ee607403eb143829b4c07bfe3&scope.project.id=6c5e1252106a4fbd831fdf475bd981fd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:46,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2068affa-3a08-44ba-a83d-7f19480dc3c9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=673fc63fe5634904b0b559701df6539d&role.id=2ecb4b5ee607403eb143829b4c07bfe3&scope.project.id=6c5e1252106a4fbd831fdf475bd981fd", "previous": null, "next": null}} 2018-08-20 06:50:46,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=673fc63fe5634904b0b559701df6539d&role.id=2ecb4b5ee607403eb143829b4c07bfe3&scope.project.id=6c5e1252106a4fbd831fdf475bd981fd used request id req-2068affa-3a08-44ba-a83d-7f19480dc3c9 2018-08-20 06:50:46,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0931639671326s 2018-08-20 06:50:46,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=673fc63fe5634904b0b559701df6539d&role.id=2ecb4b5ee607403eb143829b4c07bfe3&scope.project.id=6c5e1252106a4fbd831fdf475bd981fd used request id req-2068affa-3a08-44ba-a83d-7f19480dc3c9 2018-08-20 06:50:46,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 06:50:46,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd/users/673fc63fe5634904b0b559701df6539d/roles/2ecb4b5ee607403eb143829b4c07bfe3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:50:46,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:50:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f798d918-2af5-40d5-ad4e-ca04f4e4c89d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:50:46,907 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd/users/673fc63fe5634904b0b559701df6539d/roles/2ecb4b5ee607403eb143829b4c07bfe3 used request id req-f798d918-2af5-40d5-ad4e-ca04f4e4c89d 2018-08-20 06:50:46,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.21079492569s 2018-08-20 06:50:46,907 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd/users/673fc63fe5634904b0b559701df6539d/roles/2ecb4b5ee607403eb143829b4c07bfe3 used request id req-f798d918-2af5-40d5-ad4e-ca04f4e4c89d 2018-08-20 06:50:46,908 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'6c5e1252106a4fbd831fdf475bd981fd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '88abf5d5-2f58-44cd-8415-b3757b4a9e60', 'username': u'singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 06:50:46,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:50:46,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:50:46,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:50:46,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:50:46,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:50:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:50:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:50:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:50:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:50:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:50:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:50:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:50:46,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:50:46,913 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855', 'password': '88abf5d5-2f58-44cd-8415-b3757b4a9e60', 'project_name': 'singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': '6c5e1252106a4fbd831fdf475bd981fd', 'project_domain_name': 'Default'} 2018-08-20 06:50:46,913 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-20 06:50:46,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:50:46,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57775246-1a9c-4000-8161-9a9a2e38226e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:50:46,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-57775246-1a9c-4000-8161-9a9a2e38226e 2018-08-20 06:50:46,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:50:47,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ecb4b5ee607403eb143829b4c07bfe3", "name": "Member"}], "expires_at": "2018-08-20T07:50:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6c5e1252106a4fbd831fdf475bd981fd", "name": "singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6c5e1252106a4fbd831fdf475bd981fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6c5e1252106a4fbd831fdf475bd981fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6c5e1252106a4fbd831fdf475bd981fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6c5e1252106a4fbd831fdf475bd981fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6c5e1252106a4fbd831fdf475bd981fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6c5e1252106a4fbd831fdf475bd981fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6c5e1252106a4fbd831fdf475bd981fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6c5e1252106a4fbd831fdf475bd981fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6c5e1252106a4fbd831fdf475bd981fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6c5e1252106a4fbd831fdf475bd981fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6c5e1252106a4fbd831fdf475bd981fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6c5e1252106a4fbd831fdf475bd981fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6c5e1252106a4fbd831fdf475bd981fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6c5e1252106a4fbd831fdf475bd981fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855", "id": "673fc63fe5634904b0b559701df6539d"}, "audit_ids": ["j5f5TtERRwaxXPp-7KmqhA"], "issued_at": "2018-08-20T06:50:47.000000Z"}} 2018-08-20 06:50:47,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:50:47,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"network": {"name": "singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855", "admin_state_up": true}}' 2018-08-20 06:50:48,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-e07c2df1-b191-4dac-ace2-da0fc0d99129 Date: Mon, 20 Aug 2018 06:50:48 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T06:50:47Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6c5e1252106a4fbd831fdf475bd981fd","id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","name":"singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855"}} 2018-08-20 06:50:48,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e07c2df1-b191-4dac-ace2-da0fc0d99129 2018-08-20 06:50:48,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.771881103516s 2018-08-20 06:50:48,091 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e07c2df1-b191-4dac-ace2-da0fc0d99129 2018-08-20 06:50:48,091 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:50:47Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'14854d1f-0a5a-4932-b294-7ef8a9cc33be', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855', u'admin_state_up': True, u'tenant_id': u'6c5e1252106a4fbd831fdf475bd981fd', u'created_at': u'2018-08-20T06:50:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6c5e1252106a4fbd831fdf475bd981fd'}) 2018-08-20 06:50:48,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:50:48,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:50:48,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-a82cd5ef-a606-4add-afc5-554d6018852c Date: Mon, 20 Aug 2018 06:50:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:50:47Z","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6c5e1252106a4fbd831fdf475bd981fd","id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","name":"singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:50:48,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a82cd5ef-a606-4add-afc5-554d6018852c 2018-08-20 06:50:48,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299278974533s 2018-08-20 06:50:48,391 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a82cd5ef-a606-4add-afc5-554d6018852c 2018-08-20 06:50:48,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:50:48,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"subnet": {"name": "singlevm2-subnet_74446901-ab82-4986-b4bb-33f1ad849855", "enable_dhcp": true, "network_id": "14854d1f-0a5a-4932-b294-7ef8a9cc33be", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:50:49,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2c3d9614-a6ed-47a2-a7c2-b1b3087d5458 Date: Mon, 20 Aug 2018 06:50:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:50:48Z","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":"6c5e1252106a4fbd831fdf475bd981fd","id":"272108e8-375e-440d-8842-9f153a08da64","subnetpool_id":null,"name":"singlevm2-subnet_74446901-ab82-4986-b4bb-33f1ad849855"}} 2018-08-20 06:50:49,348 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-2c3d9614-a6ed-47a2-a7c2-b1b3087d5458 2018-08-20 06:50:49,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.954670906067s 2018-08-20 06:50:49,348 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-2c3d9614-a6ed-47a2-a7c2-b1b3087d5458 2018-08-20 06:50:49,348 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:50:48Z', 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'272108e8-375e-440d-8842-9f153a08da64', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_74446901-ab82-4986-b4bb-33f1ad849855', u'enable_dhcp': True, u'network_id': u'14854d1f-0a5a-4932-b294-7ef8a9cc33be', u'tenant_id': u'6c5e1252106a4fbd831fdf475bd981fd', u'created_at': u'2018-08-20T06:50:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6c5e1252106a4fbd831fdf475bd981fd'}) 2018-08-20 06:50:49,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:50:49,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "singlevm2-router_74446901-ab82-4986-b4bb-33f1ad849855", "admin_state_up": true}}' 2018-08-20 06:50:50,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-465ca90d-8328-4b75-924e-684d62573ad6 Date: Mon, 20 Aug 2018 06:50:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:49Z", "admin_state_up": true, "updated_at": "2018-08-20T06:50:50Z", "revision_number": 2, "routes": [], "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "4e2ab932-5e26-4e6b-88ad-294f04d8fe55", "name": "singlevm2-router_74446901-ab82-4986-b4bb-33f1ad849855"}} 2018-08-20 06:50:50,835 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-465ca90d-8328-4b75-924e-684d62573ad6 2018-08-20 06:50:50,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48608207703s 2018-08-20 06:50:50,835 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-465ca90d-8328-4b75-924e-684d62573ad6 2018-08-20 06:50:50,836 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6c5e1252106a4fbd831fdf475bd981fd', u'created_at': u'2018-08-20T06:50:49Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T06:50:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'6c5e1252106a4fbd831fdf475bd981fd', u'id': u'4e2ab932-5e26-4e6b-88ad-294f04d8fe55', u'name': u'singlevm2-router_74446901-ab82-4986-b4bb-33f1ad849855'}) 2018-08-20 06:50:50,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:50:50,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"subnet_id": "272108e8-375e-440d-8842-9f153a08da64"}' 2018-08-20 06:50:53,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c4c4b112-5832-447d-80f3-0c038476d59d Date: Mon, 20 Aug 2018 06:50:53 GMT RESP BODY: {"network_id": "14854d1f-0a5a-4932-b294-7ef8a9cc33be", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "subnet_id": "272108e8-375e-440d-8842-9f153a08da64", "subnet_ids": ["272108e8-375e-440d-8842-9f153a08da64"], "port_id": "28678a7c-9496-4fc2-9500-65f60f80754e", "id": "4e2ab932-5e26-4e6b-88ad-294f04d8fe55"} 2018-08-20 06:50:53,034 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55/add_router_interface.json used request id req-c4c4b112-5832-447d-80f3-0c038476d59d 2018-08-20 06:50:53,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.19758987427s 2018-08-20 06:50:53,034 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55/add_router_interface.json used request id req-c4c4b112-5832-447d-80f3-0c038476d59d returning object 4e2ab932-5e26-4e6b-88ad-294f04d8fe55 2018-08-20 06:50:53,035 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 06:50:53,164 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 06:50:53,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:50:53,170 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 06:50:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 06:50:53,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:50:53,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:50:53,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-73efbde0-d988-453a-adeb-4e98b8dd58f6 Date: Mon, 20 Aug 2018 06:50:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:50:53,901 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-73efbde0-d988-453a-adeb-4e98b8dd58f6 2018-08-20 06:50:53,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.726106882095s 2018-08-20 06:50:53,902 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-73efbde0-d988-453a-adeb-4e98b8dd58f6 2018-08-20 06:50:53,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 06:50:53,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855"}' 2018-08-20 06:50:54,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d6bf06a8-1662-4f65-86dd-3ca16c06dc78 Date: Mon, 20 Aug 2018 06:50:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434/file", "owner": "6c5e1252106a4fbd831fdf475bd981fd", "id": "e761d393-f26a-425c-8b98-1eb42bc92434", "size": null, "self": "/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:50:54Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "checksum": null, "created_at": "2018-08-20T06:50:54Z", "protected": false} 2018-08-20 06:50:54,169 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d6bf06a8-1662-4f65-86dd-3ca16c06dc78 2018-08-20 06:50:54,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.259199142456s 2018-08-20 06:50:54,169 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d6bf06a8-1662-4f65-86dd-3ca16c06dc78 returning object e761d393-f26a-425c-8b98-1eb42bc92434 2018-08-20 06:50:54,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 06:50:54,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '' 2018-08-20 06:50:54,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-89049c3e-fadb-462c-a824-e580f82a5fb8 Date: Mon, 20 Aug 2018 06:50:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:50:54,815 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434/file used request id req-89049c3e-fadb-462c-a824-e580f82a5fb8 2018-08-20 06:50:54,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.645617961884s 2018-08-20 06:50:54,816 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434/file used request id req-89049c3e-fadb-462c-a824-e580f82a5fb8 2018-08-20 06:50:54,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:50:54,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:50:55,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-93426fb6-e458-48bd-9b11-1941218c9bc9 Date: Mon, 20 Aug 2018 06:50:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/e761d393-f26a-425c-8b98-1eb42bc92434/snap", "metadata": {}}], "file": "/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434/file", "owner": "6c5e1252106a4fbd831fdf475bd981fd", "id": "e761d393-f26a-425c-8b98-1eb42bc92434", "size": 12716032, "self": "/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/e761d393-f26a-425c-8b98-1eb42bc92434/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:50:54Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:50:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:50:55,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-93426fb6-e458-48bd-9b11-1941218c9bc9 2018-08-20 06:50:55,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193082094193s 2018-08-20 06:50:55,013 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-93426fb6-e458-48bd-9b11-1941218c9bc9 2018-08-20 06:50:55,015 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/e761d393-f26a-425c-8b98-1eb42bc92434/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434/file', 'owner': u'6c5e1252106a4fbd831fdf475bd981fd', 'id': u'e761d393-f26a-425c-8b98-1eb42bc92434', 'size': 12716032, u'self': u'/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6c5e1252106a4fbd831fdf475bd981fd', 'name': 'singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/e761d393-f26a-425c-8b98-1eb42bc92434/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T06:50:54Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T06:50:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855', 'created': u'2018-08-20T06:50:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T06:50:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 06:50:55,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 06:50:55,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_74446901-ab82-4986-b4bb-33f1ad849855", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 06:50:55,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf509f04-4d0d-4b7a-8322-40351bfec1ef x-compute-request-id: req-cf509f04-4d0d-4b7a-8322-40351bfec1ef Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_74446901-ab82-4986-b4bb-33f1ad849855", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2aa935e4-3173-48bf-9695-b1c86cce35cf"}} 2018-08-20 06:50:55,779 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-cf509f04-4d0d-4b7a-8322-40351bfec1ef 2018-08-20 06:50:55,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.763089895248s 2018-08-20 06:50:55,780 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-cf509f04-4d0d-4b7a-8322-40351bfec1ef 2018-08-20 06:50:55,781 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_74446901-ab82-4986-b4bb-33f1ad849855', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'2aa935e4-3173-48bf-9695-b1c86cce35cf', 'swap': 0}) 2018-08-20 06:50:55,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 06:50:55,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" -d '{"extra_specs": {}}' 2018-08-20 06:50:55,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04aee823-7157-41f5-9e47-a3bdc3c6ad97 x-compute-request-id: req-04aee823-7157-41f5-9e47-a3bdc3c6ad97 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 06:50:55,934 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf/os-extra_specs used request id req-04aee823-7157-41f5-9e47-a3bdc3c6ad97 2018-08-20 06:50:55,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.153238773346s 2018-08-20 06:50:55,935 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf/os-extra_specs used request id req-04aee823-7157-41f5-9e47-a3bdc3c6ad97 2018-08-20 06:50:55,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 06:50:55,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"keypair": {"name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855"}}' 2018-08-20 06:50:56,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2743fe68-be68-4ab7-8c8e-ce0806e95853 x-compute-request-id: req-2743fe68-be68-4ab7-8c8e-ce0806e95853 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDX/WrZ9JRcUl6UwmiRrdpstN90/g7W5kS/+uUfmzlHy+1HocBRIMeOZXV5r89zi9KN7dAAU6pgXn5Y1HOwbrYpepxYcLTXZRCM28zxvq5tWC8Pqu5Xz8nd9eSzhEp2psn83Zp+imGAJnYHRLNLnIpkj+nRAAdxgGw8vu05/NH/PXNhd7SoYnOen0dsl2moGi1GL5042vjlpsO1pq/wPUaZBW02epzY3D+gihLLofBEJC5p9q7qrcQGeu+hCxBCUZZ9Oxb7vEp6MPcdDSpYp0Q3Wa7eUT8UhZmVJ4mmj1/1AQ+2UdIkKkZXNHZrBvashyeCTyzCajmgASb+YNyOPcpt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1/1q2fSUXFJelMJoka3abLTfdP4O1uZEv/rlH5s5R8vtR6HA\nUSDHjmV1ea/Pc4vSje3QAFOqYF5+WNRzsG62KXqcWHC012UQjNvM8b6ubVgvD6ru\nV8/J3fXks4RKdqbJ/N2afophgCZ2B0SzS5yKZI/p0QAHcYBsPL7tOfzR/z1zYXe0\nqGJznp9HbJdpqBotRi+dONr45abDtaav8D1GmQVtNnqc2Nw/oIoSy6HwRCQuafau\n6q3EBnrvoQsQQlGWfTsW+7xKejD3HQ0qWKdEN1mu3lE/FIWZlSeJpo9f9QEPtlHS\nJCpGVzR2awb2rIcngk8swmo5oAEm/mDcjj3KbQIDAQABAoIBADHD1ea6D6Tl5Zzo\n3icSo40Ab6wJDWo+TADf0gLiRORh/B3RCvqmTtRkVBjhhS7ePHkvHgm1PUBPBVV6\nPd2c5KPR+Ev4S/KE+rc5vZLFmHLhKpa1j4zz91MI4NTr2ixUaZ21gW8+exCHzBII\npjb5rnlVH05kb1KbgFTOuOHveoMQPSxHMy7FeqmXgprcfx3xd0fsN3YFK4DUQ9AI\nnYrjoxh0AM1Izi7rIfj2Zzg3rPZK64ZI+KQBhRTa2czxst6Uxsz6zIBScWFdUIXP\nRCP1YdtTkpOA8VJoftYEcGFtQhaMp6C9xG73Yu4RZRx2oByqcEK2CuzIk+JYxHn7\nDvqG8ZECgYEA8VIJZp0ZWFE5/d3XLr/OlBqzGxJ94yGnMCUf+zWNrtBt3WxjeSdv\neTia+5lRoY+v2u2lzbOzvDoaxfZmBCF0NOv//e30nmgFQboEM16gFxnhvyJbZ1tw\naw1+3I+/nDDlh0iynAFg/yNIJ23ih98ea2vlVKQg5jnsMO7a30Udk8MCgYEA5SDr\ntAD3bwBSS8FbFcV/HdwEJeJVvDdsNFkL71RVbwaFoymdJmkLYNFyccCbfmm5iLMa\nCTVyuNJpi0FWUVzAQ+cOlh5plaCr2JjzgJXobOqmsj34EQmMPjhlXQlJ6C+MEXUx\niQ+Hq1cdA2lyV43S2UvP8fm+KLGdw1tHuCfdNg8CgYAcN3pv7Cidggnk3D6f8b+G\n48RTgwsDNtkksQKXTgC+ExL1lAnhjbHkG7FLf/bijDmEwMrlTYDTnnuo8BGno/3B\nfmLVXzB+IS2ULNr24raXXOhff/XuFOwFKHPP+GLwMWt1MRPpV+PukUKLkbauKnGV\nH+2VwwcxxE4Qvq0K9DrsHwKBgQDORxIMDuazxw1P6DZRZmknf6E4Xgijlx3SDuzA\nvSLg/nUnTFqPbvhwZH9sy2Lxrsr6t4tUCQtMOxoL5XmJbEAnoYevPJf/vhOXvzNR\nayRBkgsa4tFGvVrF1U3kMW2ZG901BlXfN90DMz0Kik8HZcYSHL+L8DPzPNx0OORb\ndYAgnwKBgHLRvTvCcC32X0TvroRxQK2gyY1qYDFTL+q4UHqr+lYiGvrlwXrfAjcp\nzspHrCJQ0o6WQevxeh7/sn8U4utUXg19AgAm+7QvLKrSRF8AZ7PsfbtBbNgrvmvM\nHzmB/i3aj2F+0nNsIaFGsUTYgp1ENxT5Pv9B9sx7UR3ZYxBjlgHM\n-----END RSA PRIVATE KEY-----\n", "user_id": "673fc63fe5634904b0b559701df6539d", "name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855", "fingerprint": "38:3a:0e:ee:78:62:80:ec:41:e3:cf:53:f3:29:38:32"}} 2018-08-20 06:50:56,244 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-2743fe68-be68-4ab7-8c8e-ce0806e95853 2018-08-20 06:50:56,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.308966159821s 2018-08-20 06:50:56,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-2743fe68-be68-4ab7-8c8e-ce0806e95853 2018-08-20 06:50:56,246 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDX/WrZ9JRcUl6UwmiRrdpstN90/g7W5kS/+uUfmzlHy+1HocBRIMeOZXV5r89zi9KN7dAAU6pgXn5Y1HOwbrYpepxYcLTXZRCM28zxvq5tWC8Pqu5Xz8nd9eSzhEp2psn83Zp+imGAJnYHRLNLnIpkj+nRAAdxgGw8vu05/NH/PXNhd7SoYnOen0dsl2moGi1GL5042vjlpsO1pq/wPUaZBW02epzY3D+gihLLofBEJC5p9q7qrcQGeu+hCxBCUZZ9Oxb7vEp6MPcdDSpYp0Q3Wa7eUT8UhZmVJ4mmj1/1AQ+2UdIkKkZXNHZrBvashyeCTyzCajmgASb+YNyOPcpt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1/1q2fSUXFJelMJoka3abLTfdP4O1uZEv/rlH5s5R8vtR6HA\nUSDHjmV1ea/Pc4vSje3QAFOqYF5+WNRzsG62KXqcWHC012UQjNvM8b6ubVgvD6ru\nV8/J3fXks4RKdqbJ/N2afophgCZ2B0SzS5yKZI/p0QAHcYBsPL7tOfzR/z1zYXe0\nqGJznp9HbJdpqBotRi+dONr45abDtaav8D1GmQVtNnqc2Nw/oIoSy6HwRCQuafau\n6q3EBnrvoQsQQlGWfTsW+7xKejD3HQ0qWKdEN1mu3lE/FIWZlSeJpo9f9QEPtlHS\nJCpGVzR2awb2rIcngk8swmo5oAEm/mDcjj3KbQIDAQABAoIBADHD1ea6D6Tl5Zzo\n3icSo40Ab6wJDWo+TADf0gLiRORh/B3RCvqmTtRkVBjhhS7ePHkvHgm1PUBPBVV6\nPd2c5KPR+Ev4S/KE+rc5vZLFmHLhKpa1j4zz91MI4NTr2ixUaZ21gW8+exCHzBII\npjb5rnlVH05kb1KbgFTOuOHveoMQPSxHMy7FeqmXgprcfx3xd0fsN3YFK4DUQ9AI\nnYrjoxh0AM1Izi7rIfj2Zzg3rPZK64ZI+KQBhRTa2czxst6Uxsz6zIBScWFdUIXP\nRCP1YdtTkpOA8VJoftYEcGFtQhaMp6C9xG73Yu4RZRx2oByqcEK2CuzIk+JYxHn7\nDvqG8ZECgYEA8VIJZp0ZWFE5/d3XLr/OlBqzGxJ94yGnMCUf+zWNrtBt3WxjeSdv\neTia+5lRoY+v2u2lzbOzvDoaxfZmBCF0NOv//e30nmgFQboEM16gFxnhvyJbZ1tw\naw1+3I+/nDDlh0iynAFg/yNIJ23ih98ea2vlVKQg5jnsMO7a30Udk8MCgYEA5SDr\ntAD3bwBSS8FbFcV/HdwEJeJVvDdsNFkL71RVbwaFoymdJmkLYNFyccCbfmm5iLMa\nCTVyuNJpi0FWUVzAQ+cOlh5plaCr2JjzgJXobOqmsj34EQmMPjhlXQlJ6C+MEXUx\niQ+Hq1cdA2lyV43S2UvP8fm+KLGdw1tHuCfdNg8CgYAcN3pv7Cidggnk3D6f8b+G\n48RTgwsDNtkksQKXTgC+ExL1lAnhjbHkG7FLf/bijDmEwMrlTYDTnnuo8BGno/3B\nfmLVXzB+IS2ULNr24raXXOhff/XuFOwFKHPP+GLwMWt1MRPpV+PukUKLkbauKnGV\nH+2VwwcxxE4Qvq0K9DrsHwKBgQDORxIMDuazxw1P6DZRZmknf6E4Xgijlx3SDuzA\nvSLg/nUnTFqPbvhwZH9sy2Lxrsr6t4tUCQtMOxoL5XmJbEAnoYevPJf/vhOXvzNR\nayRBkgsa4tFGvVrF1U3kMW2ZG901BlXfN90DMz0Kik8HZcYSHL+L8DPzPNx0OORb\ndYAgnwKBgHLRvTvCcC32X0TvroRxQK2gyY1qYDFTL+q4UHqr+lYiGvrlwXrfAjcp\nzspHrCJQ0o6WQevxeh7/sn8U4utUXg19AgAm+7QvLKrSRF8AZ7PsfbtBbNgrvmvM\nHzmB/i3aj2F+0nNsIaFGsUTYgp1ENxT5Pv9B9sx7UR3ZYxBjlgHM\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'673fc63fe5634904b0b559701df6539d', 'name': u'singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855', 'created_at': '2018-08-20T06:50:56.246054', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6c5e1252106a4fbd831fdf475bd981fd', 'name': 'singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'38:3a:0e:ee:78:62:80:ec:41:e3:cf:53:f3:29:38:32', 'type': 'ssh', 'id': u'singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855'}) 2018-08-20 06:50:56,246 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA1/1q2fSUXFJelMJoka3abLTfdP4O1uZEv/rlH5s5R8vtR6HA USDHjmV1ea/Pc4vSje3QAFOqYF5+WNRzsG62KXqcWHC012UQjNvM8b6ubVgvD6ru V8/J3fXks4RKdqbJ/N2afophgCZ2B0SzS5yKZI/p0QAHcYBsPL7tOfzR/z1zYXe0 qGJznp9HbJdpqBotRi+dONr45abDtaav8D1GmQVtNnqc2Nw/oIoSy6HwRCQuafau 6q3EBnrvoQsQQlGWfTsW+7xKejD3HQ0qWKdEN1mu3lE/FIWZlSeJpo9f9QEPtlHS JCpGVzR2awb2rIcngk8swmo5oAEm/mDcjj3KbQIDAQABAoIBADHD1ea6D6Tl5Zzo 3icSo40Ab6wJDWo+TADf0gLiRORh/B3RCvqmTtRkVBjhhS7ePHkvHgm1PUBPBVV6 Pd2c5KPR+Ev4S/KE+rc5vZLFmHLhKpa1j4zz91MI4NTr2ixUaZ21gW8+exCHzBII pjb5rnlVH05kb1KbgFTOuOHveoMQPSxHMy7FeqmXgprcfx3xd0fsN3YFK4DUQ9AI nYrjoxh0AM1Izi7rIfj2Zzg3rPZK64ZI+KQBhRTa2czxst6Uxsz6zIBScWFdUIXP RCP1YdtTkpOA8VJoftYEcGFtQhaMp6C9xG73Yu4RZRx2oByqcEK2CuzIk+JYxHn7 DvqG8ZECgYEA8VIJZp0ZWFE5/d3XLr/OlBqzGxJ94yGnMCUf+zWNrtBt3WxjeSdv eTia+5lRoY+v2u2lzbOzvDoaxfZmBCF0NOv//e30nmgFQboEM16gFxnhvyJbZ1tw aw1+3I+/nDDlh0iynAFg/yNIJ23ih98ea2vlVKQg5jnsMO7a30Udk8MCgYEA5SDr tAD3bwBSS8FbFcV/HdwEJeJVvDdsNFkL71RVbwaFoymdJmkLYNFyccCbfmm5iLMa CTVyuNJpi0FWUVzAQ+cOlh5plaCr2JjzgJXobOqmsj34EQmMPjhlXQlJ6C+MEXUx iQ+Hq1cdA2lyV43S2UvP8fm+KLGdw1tHuCfdNg8CgYAcN3pv7Cidggnk3D6f8b+G 48RTgwsDNtkksQKXTgC+ExL1lAnhjbHkG7FLf/bijDmEwMrlTYDTnnuo8BGno/3B fmLVXzB+IS2ULNr24raXXOhff/XuFOwFKHPP+GLwMWt1MRPpV+PukUKLkbauKnGV H+2VwwcxxE4Qvq0K9DrsHwKBgQDORxIMDuazxw1P6DZRZmknf6E4Xgijlx3SDuzA vSLg/nUnTFqPbvhwZH9sy2Lxrsr6t4tUCQtMOxoL5XmJbEAnoYevPJf/vhOXvzNR ayRBkgsa4tFGvVrF1U3kMW2ZG901BlXfN90DMz0Kik8HZcYSHL+L8DPzPNx0OORb dYAgnwKBgHLRvTvCcC32X0TvroRxQK2gyY1qYDFTL+q4UHqr+lYiGvrlwXrfAjcp zspHrCJQ0o6WQevxeh7/sn8U4utUXg19AgAm+7QvLKrSRF8AZ7PsfbtBbNgrvmvM HzmB/i3aj2F+0nNsIaFGsUTYgp1ENxT5Pv9B9sx7UR3ZYxBjlgHM -----END RSA PRIVATE KEY----- 2018-08-20 06:50:56,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 06:50:56,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"security_group": {"name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-20 06:50:57,448 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5dda3cd8-0c8e-469f-817e-cc73ea37bada Date: Mon, 20 Aug 2018 06:50:57 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:57Z", "updated_at": "2018-08-20T06:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "7b0841b6-4359-45d5-8323-7722aff3854b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "e45cba13-4ff7-4d27-8b70-3b312dd188d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 2, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855"}} 2018-08-20 06:50:57,448 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-5dda3cd8-0c8e-469f-817e-cc73ea37bada 2018-08-20 06:50:57,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 1.19887495041s 2018-08-20 06:50:57,448 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-5dda3cd8-0c8e-469f-817e-cc73ea37bada 2018-08-20 06:50:57,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:50:57,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:50:57,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-7a853bfd-345a-4793-974d-27c3fef029e3 Date: Mon, 20 Aug 2018 06:50:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:57Z", "updated_at": "2018-08-20T06:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "7b0841b6-4359-45d5-8323-7722aff3854b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "e45cba13-4ff7-4d27-8b70-3b312dd188d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 2, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855"}]} 2018-08-20 06:50:57,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-7a853bfd-345a-4793-974d-27c3fef029e3 2018-08-20 06:50:57,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.224313020706s 2018-08-20 06:50:57,678 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-7a853bfd-345a-4793-974d-27c3fef029e3 2018-08-20 06:50:57,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 06:50:57,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -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": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d"}}' 2018-08-20 06:50:58,094 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-db677f32-1761-4c00-9fb1-76d69951251a Date: Mon, 20 Aug 2018 06:50:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "port_range_min": 22, "revision_number": 0, "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:57Z", "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3408802c-d337-44ae-b694-3a896cf9676e"}} 2018-08-20 06:50:58,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-db677f32-1761-4c00-9fb1-76d69951251a 2018-08-20 06:50:58,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.412607908249s 2018-08-20 06:50:58,095 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-db677f32-1761-4c00-9fb1-76d69951251a 2018-08-20 06:50:58,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:50:58,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:50:58,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-fb4a8ca9-553b-47de-bf8f-5d93406ec21f Date: Mon, 20 Aug 2018 06:50:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:57Z", "updated_at": "2018-08-20T06:50:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "3408802c-d337-44ae-b694-3a896cf9676e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "7b0841b6-4359-45d5-8323-7722aff3854b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "e45cba13-4ff7-4d27-8b70-3b312dd188d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 3, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855"}]} 2018-08-20 06:50:58,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-fb4a8ca9-553b-47de-bf8f-5d93406ec21f 2018-08-20 06:50:58,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.229938983917s 2018-08-20 06:50:58,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-fb4a8ca9-553b-47de-bf8f-5d93406ec21f 2018-08-20 06:50:58,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 06:50:58,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -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": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d"}}' 2018-08-20 06:50:58,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b111a009-c803-4221-9039-b061d6060896 Date: Mon, 20 Aug 2018 06:50:58 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-08-20T06:50:58Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "port_range_min": null, "revision_number": 0, "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:58Z", "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "a7962beb-3fde-488b-86cd-636338fe0d1d"}} 2018-08-20 06:50:58,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-b111a009-c803-4221-9039-b061d6060896 2018-08-20 06:50:58,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.197201967239s 2018-08-20 06:50:58,530 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-b111a009-c803-4221-9039-b061d6060896 2018-08-20 06:50:58,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:50:58,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:50:58,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-11942895-a735-45b5-85d8-39cba840ebba Date: Mon, 20 Aug 2018 06:50:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["272108e8-375e-440d-8842-9f153a08da64"],"updated_at":"2018-08-20T06:50:48Z","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6c5e1252106a4fbd831fdf475bd981fd","id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","name":"singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:50:58,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-11942895-a735-45b5-85d8-39cba840ebba 2018-08-20 06:50:58,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280174970627s 2018-08-20 06:50:58,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-11942895-a735-45b5-85d8-39cba840ebba 2018-08-20 06:50:58,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:50:58,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:50:59,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-3b321a94-8074-4d7a-91dd-82418e9b3fdb Date: Mon, 20 Aug 2018 06:50:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/e761d393-f26a-425c-8b98-1eb42bc92434/snap", "metadata": {}}], "file": "/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434/file", "owner": "6c5e1252106a4fbd831fdf475bd981fd", "id": "e761d393-f26a-425c-8b98-1eb42bc92434", "size": 12716032, "self": "/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/e761d393-f26a-425c-8b98-1eb42bc92434/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:50:54Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:50:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:50:59,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-3b321a94-8074-4d7a-91dd-82418e9b3fdb 2018-08-20 06:50:59,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187052965164s 2018-08-20 06:50:59,003 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-3b321a94-8074-4d7a-91dd-82418e9b3fdb 2018-08-20 06:50:59,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:50:59,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:50:59,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:50:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18821b2e-f122-4889-b14d-05635c9a3758 x-compute-request-id: req-18821b2e-f122-4889-b14d-05635c9a3758 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_74446901-ab82-4986-b4bb-33f1ad849855", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2aa935e4-3173-48bf-9695-b1c86cce35cf"}]} 2018-08-20 06:50:59,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-18821b2e-f122-4889-b14d-05635c9a3758 2018-08-20 06:50:59,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0370049476624s 2018-08-20 06:50:59,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-18821b2e-f122-4889-b14d-05635c9a3758 2018-08-20 06:50:59,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 06:50:59,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"server": {"name": "singlevm2-vm_74446901-ab82-4986-b4bb-33f1ad849855", "imageRef": "e761d393-f26a-425c-8b98-1eb42bc92434", "key_name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855", "flavorRef": "2aa935e4-3173-48bf-9695-b1c86cce35cf", "max_count": 1, "min_count": 1, "networks": [{"uuid": "14854d1f-0a5a-4932-b294-7ef8a9cc33be"}], "security_groups": [{"name": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d"}]}}' 2018-08-20 06:51:02,545 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:50:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eaaea7a6-c64d-4941-a4a2-12ba8c9cdeaf x-compute-request-id: req-eaaea7a6-c64d-4941-a4a2-12ba8c9cdeaf Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d"}], "OS-DCF:diskConfig": "MANUAL", "id": "dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "bookmark"}], "adminPass": "qVjjsFxoy33x"}} 2018-08-20 06:51:02,545 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-eaaea7a6-c64d-4941-a4a2-12ba8c9cdeaf 2018-08-20 06:51:02,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.50120997429s 2018-08-20 06:51:02,546 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-eaaea7a6-c64d-4941-a4a2-12ba8c9cdeaf 2018-08-20 06:51:02,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:51:02,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:03,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-646d7d6e-e1bf-436d-80b5-65241b7210ea x-compute-request-id: req-646d7d6e-e1bf-436d-80b5-65241b7210ea 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.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "bookmark"}], "image": {"id": "e761d393-f26a-425c-8b98-1eb42bc92434", "links": [{"href": "http://172.30.9.36:8774/images/e761d393-f26a-425c-8b98-1eb42bc92434", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2aa935e4-3173-48bf-9695-b1c86cce35cf", "links": [{"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}]}, "id": "dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "user_id": "673fc63fe5634904b0b559701df6539d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:51:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855", "name": "singlevm2-vm_74446901-ab82-4986-b4bb-33f1ad849855", "created": "2018-08-20T06:51:02Z", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:51:03,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-646d7d6e-e1bf-436d-80b5-65241b7210ea 2018-08-20 06:51:03,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813812017441s 2018-08-20 06:51:03,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-646d7d6e-e1bf-436d-80b5-65241b7210ea 2018-08-20 06:51:03,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:51:03,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:03,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-bbe8fbd0-5f87-4a45-9d91-d0f5648959bd Date: Mon, 20 Aug 2018 06:51: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":["272108e8-375e-440d-8842-9f153a08da64"],"updated_at":"2018-08-20T06:50:48Z","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6c5e1252106a4fbd831fdf475bd981fd","id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","name":"singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:51:03,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bbe8fbd0-5f87-4a45-9d91-d0f5648959bd 2018-08-20 06:51:03,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29144692421s 2018-08-20 06:51:03,659 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bbe8fbd0-5f87-4a45-9d91-d0f5648959bd 2018-08-20 06:51:03,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:51:03,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:03,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e2e37b27-99b4-4008-865f-0f969cfafc20 Date: Mon, 20 Aug 2018 06:51:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:50:48Z","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":"6c5e1252106a4fbd831fdf475bd981fd","id":"272108e8-375e-440d-8842-9f153a08da64","subnetpool_id":null,"name":"singlevm2-subnet_74446901-ab82-4986-b4bb-33f1ad849855"}]} 2018-08-20 06:51:03,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-e2e37b27-99b4-4008-865f-0f969cfafc20 2018-08-20 06:51:03,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0498149394989s 2018-08-20 06:51:03,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-e2e37b27-99b4-4008-865f-0f969cfafc20 2018-08-20 06:51:03,711 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:51:05,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:51:05,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:06,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-500fea39-5950-4d33-b806-7519ea49217f x-compute-request-id: req-500fea39-5950-4d33-b806-7519ea49217f Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "bookmark"}], "image": {"id": "e761d393-f26a-425c-8b98-1eb42bc92434", "links": [{"href": "http://172.30.9.36:8774/images/e761d393-f26a-425c-8b98-1eb42bc92434", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2aa935e4-3173-48bf-9695-b1c86cce35cf", "links": [{"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}]}, "id": "dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "user_id": "673fc63fe5634904b0b559701df6539d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:51:05Z", "hostId": "13e65e796e62517509cd41094fa23734135ebaefa6c509e398047509", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855", "name": "singlevm2-vm_74446901-ab82-4986-b4bb-33f1ad849855", "created": "2018-08-20T06:51:02Z", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:51:06,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-500fea39-5950-4d33-b806-7519ea49217f 2018-08-20 06:51:06,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532967090607s 2018-08-20 06:51:06,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-500fea39-5950-4d33-b806-7519ea49217f 2018-08-20 06:51:06,250 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:51:08,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:51:08,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:08,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-02bb4050-625c-4a31-a87e-0000490193b7 x-compute-request-id: req-02bb4050-625c-4a31-a87e-0000490193b7 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "bookmark"}], "image": {"id": "e761d393-f26a-425c-8b98-1eb42bc92434", "links": [{"href": "http://172.30.9.36:8774/images/e761d393-f26a-425c-8b98-1eb42bc92434", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2aa935e4-3173-48bf-9695-b1c86cce35cf", "links": [{"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}]}, "id": "dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "security_groups": [{"name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855"}], "user_id": "673fc63fe5634904b0b559701df6539d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:51:05Z", "hostId": "13e65e796e62517509cd41094fa23734135ebaefa6c509e398047509", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855", "name": "singlevm2-vm_74446901-ab82-4986-b4bb-33f1ad849855", "created": "2018-08-20T06:51:02Z", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:51:08,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-02bb4050-625c-4a31-a87e-0000490193b7 2018-08-20 06:51:08,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576118946075s 2018-08-20 06:51:08,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-02bb4050-625c-4a31-a87e-0000490193b7 2018-08-20 06:51:08,833 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:51:10,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:51:10,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:12,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-6c0b4baf-10e3-49fe-9095-e77a372d3c3e x-compute-request-id: req-6c0b4baf-10e3-49fe-9095-e77a372d3c3e Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "bookmark"}], "image": {"id": "e761d393-f26a-425c-8b98-1eb42bc92434", "links": [{"href": "http://172.30.9.36:8774/images/e761d393-f26a-425c-8b98-1eb42bc92434", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2aa935e4-3173-48bf-9695-b1c86cce35cf", "links": [{"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}]}, "id": "dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "security_groups": [{"name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855"}], "user_id": "673fc63fe5634904b0b559701df6539d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:51:05Z", "hostId": "13e65e796e62517509cd41094fa23734135ebaefa6c509e398047509", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855", "name": "singlevm2-vm_74446901-ab82-4986-b4bb-33f1ad849855", "created": "2018-08-20T06:51:02Z", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:51:12,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6c0b4baf-10e3-49fe-9095-e77a372d3c3e 2018-08-20 06:51:12,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.50927710533s 2018-08-20 06:51:12,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6c0b4baf-10e3-49fe-9095-e77a372d3c3e 2018-08-20 06:51:12,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:51:14,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:51:14,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:15,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06: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-6a875e31-2acd-4ee6-a2a5-2645199dfe65 x-compute-request-id: req-6a875e31-2acd-4ee6-a2a5-2645199dfe65 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:44", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "bookmark"}], "image": {"id": "e761d393-f26a-425c-8b98-1eb42bc92434", "links": [{"href": "http://172.30.9.36:8774/images/e761d393-f26a-425c-8b98-1eb42bc92434", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:51:11.000000", "flavor": {"id": "2aa935e4-3173-48bf-9695-b1c86cce35cf", "links": [{"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}]}, "id": "dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "security_groups": [{"name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855"}], "user_id": "673fc63fe5634904b0b559701df6539d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:51:11Z", "hostId": "13e65e796e62517509cd41094fa23734135ebaefa6c509e398047509", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855", "name": "singlevm2-vm_74446901-ab82-4986-b4bb-33f1ad849855", "created": "2018-08-20T06:51:02Z", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:51:15,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6a875e31-2acd-4ee6-a2a5-2645199dfe65 2018-08-20 06:51:15,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685660123825s 2018-08-20 06:51:15,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6a875e31-2acd-4ee6-a2a5-2645199dfe65 2018-08-20 06:51:15,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:51:15,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:15,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-90a4d015-1f87-4618-bf6e-ddedc4cd0a89 Date: Mon, 20 Aug 2018 06:51:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:51:05Z","admin_state_up":true,"updated_at":"2018-08-20T06:51:10Z","binding:vnic_type":"normal","device_id":"dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:e5:5f:44","id":"d44ec85e-1fa3-42a6-8eab-693fdd34d936","port_security_enabled":true,"project_id":"6c5e1252106a4fbd831fdf475bd981fd","fixed_ips":[{"subnet_id":"272108e8-375e-440d-8842-9f153a08da64","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["63f9dfb7-594b-4546-b52d-2ce00aaecb1d"],"name":""}]} 2018-08-20 06:51:15,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd used request id req-90a4d015-1f87-4618-bf6e-ddedc4cd0a89 2018-08-20 06:51:15,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0598819255829s 2018-08-20 06:51:15,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd used request id req-90a4d015-1f87-4618-bf6e-ddedc4cd0a89 2018-08-20 06:51:15,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:51:15,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=d44ec85e-1fa3-42a6-8eab-693fdd34d936" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:15,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-20642048-a9a4-46f0-9359-da4c577f5409 Date: Mon, 20 Aug 2018 06:51:15 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:51:15,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=d44ec85e-1fa3-42a6-8eab-693fdd34d936 used request id req-20642048-a9a4-46f0-9359-da4c577f5409 2018-08-20 06:51:15,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0202698707581s 2018-08-20 06:51:15,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=d44ec85e-1fa3-42a6-8eab-693fdd34d936 used request id req-20642048-a9a4-46f0-9359-da4c577f5409 2018-08-20 06:51:15,129 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e5:5f:44', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e761d393-f26a-425c-8b98-1eb42bc92434'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T06:51:11.000000', 'flavor': Munch({u'id': u'2aa935e4-3173-48bf-9695-b1c86cce35cf'}), 'az': u'nova', 'id': u'dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd', 'security_groups': [Munch({u'name': u'singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'673fc63fe5634904b0b559701df6539d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6c5e1252106a4fbd831fdf475bd981fd', 'name': 'singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855', '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-08-20T06:51:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T06:51:11Z', 'hostId': u'13e65e796e62517509cd41094fa23734135ebaefa6c509e398047509', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'13e65e796e62517509cd41094fa23734135ebaefa6c509e398047509', '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-08-20T06:51:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6c5e1252106a4fbd831fdf475bd981fd', 'name': u'singlevm2-vm_74446901-ab82-4986-b4bb-33f1ad849855', 'adminPass': u'qVjjsFxoy33x', 'tenant_id': u'6c5e1252106a4fbd831fdf475bd981fd', 'created_at': u'2018-08-20T06:51:02Z', 'created': u'2018-08-20T06:51:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 06:51:15,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:51:15,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:15,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a3f5cdf0-dd24-44fe-9ba2-f7c0dc439c0a Date: Mon, 20 Aug 2018 06:51: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":["272108e8-375e-440d-8842-9f153a08da64"],"updated_at":"2018-08-20T06:50:48Z","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6c5e1252106a4fbd831fdf475bd981fd","id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","name":"singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:51:15,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a3f5cdf0-dd24-44fe-9ba2-f7c0dc439c0a 2018-08-20 06:51:15,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.273473978043s 2018-08-20 06:51:15,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a3f5cdf0-dd24-44fe-9ba2-f7c0dc439c0a 2018-08-20 06:51:15,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:51:15,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:15,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5c6ad63d-4cd1-46fb-91bc-205663635aae Date: Mon, 20 Aug 2018 06:51:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:51:05Z","admin_state_up":true,"updated_at":"2018-08-20T06:51:10Z","binding:vnic_type":"normal","device_id":"dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:e5:5f:44","id":"d44ec85e-1fa3-42a6-8eab-693fdd34d936","port_security_enabled":true,"project_id":"6c5e1252106a4fbd831fdf475bd981fd","fixed_ips":[{"subnet_id":"272108e8-375e-440d-8842-9f153a08da64","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["63f9dfb7-594b-4546-b52d-2ce00aaecb1d"],"name":""}]} 2018-08-20 06:51:15,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd used request id req-5c6ad63d-4cd1-46fb-91bc-205663635aae 2018-08-20 06:51:15,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.178901910782s 2018-08-20 06:51:15,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd used request id req-5c6ad63d-4cd1-46fb-91bc-205663635aae 2018-08-20 06:51:15,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 06:51:15,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.13", "port_id": "d44ec85e-1fa3-42a6-8eab-693fdd34d936"}}' 2018-08-20 06:51:17,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c73b0951-6204-4602-9f51-2c813043a32e Date: Mon, 20 Aug 2018 06:51:17 GMT RESP BODY: {"floatingip": {"router_id": "4e2ab932-5e26-4e6b-88ad-294f04d8fe55", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:51:16Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "d44ec85e-1fa3-42a6-8eab-693fdd34d936", "id": "0e071d9f-49ed-4d98-a999-cdeca2d6826a", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:51:16Z", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}} 2018-08-20 06:51:17,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-c73b0951-6204-4602-9f51-2c813043a32e 2018-08-20 06:51:17,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.65379810333s 2018-08-20 06:51:17,241 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-c73b0951-6204-4602-9f51-2c813043a32e 2018-08-20 06:51:17,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:51:17,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:17,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ed7d547c-c4d8-4c89-8836-b83a4a9ebcf8 Date: Mon, 20 Aug 2018 06:51:17 GMT RESP BODY: {"floatingips": [{"router_id": "4e2ab932-5e26-4e6b-88ad-294f04d8fe55", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:51:16Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "d44ec85e-1fa3-42a6-8eab-693fdd34d936", "id": "0e071d9f-49ed-4d98-a999-cdeca2d6826a", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:51:16Z", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}]} 2018-08-20 06:51:17,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-ed7d547c-c4d8-4c89-8836-b83a4a9ebcf8 2018-08-20 06:51:17,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0244472026825s 2018-08-20 06:51:17,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-ed7d547c-c4d8-4c89-8836-b83a4a9ebcf8 2018-08-20 06:51:17,278 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'4e2ab932-5e26-4e6b-88ad-294f04d8fe55', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6c5e1252106a4fbd831fdf475bd981fd', 'created_at': u'2018-08-20T06:51:16Z', 'attached': True, 'updated_at': u'2018-08-20T06:51:16Z', 'id': u'0e071d9f-49ed-4d98-a999-cdeca2d6826a', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6c5e1252106a4fbd831fdf475bd981fd', 'name': 'singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'4e2ab932-5e26-4e6b-88ad-294f04d8fe55', 'project_id': u'6c5e1252106a4fbd831fdf475bd981fd', 'port_id': u'd44ec85e-1fa3-42a6-8eab-693fdd34d936', 'port': u'd44ec85e-1fa3-42a6-8eab-693fdd34d936', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 06:51:17,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:51:17,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:51:17,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51: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-3789c089-a972-43e4-b5f3-f0de81b85f36 x-compute-request-id: req-3789c089-a972-43e4-b5f3-f0de81b85f36 Content-Encoding: gzip Content-Length: 9571 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 477312394 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138461] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140139] pid_max: default: 32768 minimum: 301\n[ 0.141047] ACPI: Core revision 20150930\n[ 0.142448] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143788] Security Framework initialized\n[ 0.144723] Yama: becoming mindful.\n[ 0.145552] AppArmor: AppArmor initialized\n[ 0.146499] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147989] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150771] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152285] Initializing cgroup subsys io\n[ 0.153170] Initializing cgroup subsys memory\n[ 0.154119] Initializing cgroup subsys devices\n[ 0.155072] Initializing cgroup subsys freezer\n[ 0.156009] Initializing cgroup subsys net_cls\n[ 0.156942] Initializing cgroup subsys perf_event\n[ 0.157950] Initializing cgroup subsys net_prio\n[ 0.158907] Initializing cgroup subsys hugetlb\n[ 0.159844] Initializing cgroup subsys pids\n[ 0.160758] CPU: Physical Processor ID: 0\n[ 0.162319] mce: CPU supports 10 MCE banks\n[ 0.163245] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178707] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184804] ftrace: allocating 31920 entries in 125 pages\n[ 0.209598] smpboot: Max logical packages: 1\n[ 0.210516] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211949] x2apic enabled\n[ 0.212863] Switched APIC routing to physical x2apic.\n[ 0.214693] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220690] KVM setup paravirtual spinlock\n[ 0.222158] x86: Booted up 1 node, 1 CPUs\n[ 0.223118] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224817] devtmpfs: initialized\n[ 0.226658] evm: security.selinux\n[ 0.227486] evm: security.SMACK64\n[ 0.228320] evm: security.SMACK64EXEC\n[ 0.229221] evm: security.SMACK64TRANSMUTE\n[ 0.230202] evm: security.SMACK64MMAP\n[ 0.231097] evm: security.ima\n[ 0.231864] evm: security.capability\n[ 0.232820] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235093] pinctrl core: initialized pinctrl subsystem\n[ 0.236410] RTC time: 6:51:11, date: 08/20/18\n[ 0.237589] NET: Registered protocol family 16\n[ 0.238791] cpuidle: using governor ladder\n[ 0.239812] cpuidle: using governor menu\n[ 0.240840] PCCT header not found.\n[ 0.241736] ACPI: bus type PCI registered\n[ 0.242706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244220] PCI: Using configuration type 1 for base access\n[ 0.246179] ACPI: Added _OSI(Module Device)\n[ 0.247175] ACPI: Added _OSI(Processor Device)\n[ 0.248199] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251224] ACPI: Interpreter enabled\n[ 0.252124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260755] ACPI: (supports S0 S5)\n[ 0.261601] ACPI: Using IOAPIC for interrupt routing\n[ 0.262753] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267657] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269166] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270589] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273227] acpiphp: Slot [3] registered\n[ 0.274193] acpiphp: Slot [4] registered\n[ 0.275133] acpiphp: Slot [5] registered\n[ 0.276072] acpiphp: Slot [6] registered\n[ 0.277003] acpiphp: Slot [7] registered\n[ 0.277936] acpiphp: Slot [8] registered\n[ 0.278869] acpiphp: Slot [9] registered\n[ 0.279806] acpiphp: Slot [10] registered\n[ 0.280762] acpiphp: Slot [11] registered\n[ 0.281713] acpiphp: Slot [12] registered\n[ 0.282665] acpiphp: Slot [13] registered\n[ 0.283616] acpiphp: Slot [14] registered\n[ 0.284573] acpiphp: Slot [15] registered\n[ 0.295823] acpiphp: Slot [16] registered\n[ 0.296742] acpiphp: Slot [17] registered\n[ 0.297545] acpiphp: Slot [18] registered\n[ 0.298447] acpiphp: Slot [19] registered\n[ 0.299257] acpiphp: Slot [20] registered\n[ 0.300072] acpiphp: Slot [21] registered\n[ 0.300881] acpiphp: Slot [22] registered\n[ 0.301704] acpiphp: Slot [23] registered\n[ 0.302507] acpiphp: Slot [24] registered\n[ 0.303306] acpiphp: Slot [25] registered\n[ 0.304115] acpiphp: Slot [26] registered\n[ 0.304928] acpiphp: Slot [27] registered\n[ 0.305747] acpiphp: Slot [28] registered\n[ 0.306624] acpiphp: Slot [29] registered\n[ 0.307424] acpiphp: Slot [30] registered\n[ 0.308234] acpiphp: Slot [31] registered\n[ 0.309103] PCI host bridge to bus 0000:00\n[ 0.310298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311713] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313083] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314631] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316105] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.317619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.323522] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324818] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353099] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354541] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357256] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358609] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359703] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361302] vgaarb: loaded\n[ 0.361918] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363165] SCSI subsystem initialized\n[ 0.364101] ACPI: bus type USB registered\n[ 0.364960] usbcore: registered new interface driver usbfs\n[ 0.366020] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368185] PCI: Using ACPI for IRQ routing\n[ 0.369326] NetLabel: Initializing\n[ 0.370070] NetLabel: domain hash size = 128\n[ 0.370942] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371921] NetLabel: unlabeled traffic allowed by default\n[ 0.373105] clocksource: Switched to clocksource kvm-clock\n[ 0.381223] AppArmor: AppArmor Filesystem Enabled\n[ 0.382220] pnp: PnP ACPI init\n[ 0.383173] pnp: PnP ACPI: found 5 devices\n[ 0.389517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391275] NET: Registered protocol family 2\n[ 0.392351] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397252] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398451] NET: Registered protocol family 1\n[ 0.399351] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400470] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401577] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415646] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429795] Trying to unpack rootfs image as initramfs...\n[ 0.486771] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488434] Scanning for low memory corruption every 60 seconds\n[ 0.489795] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490955] audit: initializing netlink subsys (disabled)\n[ 0.491969] audit: type=2000 audit(1534747872.169:1): initialized\n[ 0.493322] Initialise system trusted keyring\n[ 0.494274] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495446] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497565] zbud: loaded\n[ 0.498296] VFS: Disk quotas dquot_6.6.0\n[ 0.499114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500713] fuse init (API version 7.23)\n[ 0.501659] Key type big_key registered\n[ 0.502470] Allocating IMA MOK and blacklist keyrings.\n[ 0.503711] Key type asymmetric registered\n[ 0.504525] Asymmetric key parser 'x509' registered\n[ 0.505496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506972] io scheduler noop registered\n[ 0.507768] io scheduler deadline registered (default)\n[ 0.508753] io scheduler cfq registered\n[ 0.509607] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510645] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511909] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513374] ACPI: Power Button [PWRF]\n[ 0.514218] GHES: HEST is not enabled!\n[ 0.527635] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554912] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.580915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585441] Linux agpgart interface v0.103\n[ 0.588604] brd: module loaded\n[ 0.590318] loop: module loaded\n[ 0.595284] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596757] GPT:90111 != 2097151\n[ 0.597444] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598559] GPT:90111 != 2097151\n[ 0.599233] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600213] vda: vda1 vda15\n[ 0.601730] scsi host0: ata_piix\n[ 0.602545] scsi host1: ata_piix\n[ 0.603269] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606000] libphy: Fixed MDIO Bus: probed\n[ 0.606833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607788] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610309] PPP generic driver version 2.4.2\n[ 0.611257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612475] ehci-pci: EHCI PCI platform driver\n[ 0.613376] ehci-platform: EHCI generic platform driver\n[ 0.614382] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615658] ohci-pci: OHCI PCI platform driver\n[ 0.616548] ohci-platform: OHCI generic platform driver\n[ 0.617616] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634436] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.636619] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639291] usb usb1: Product: UHCI Host Controller\n[ 0.640228] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641375] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642375] hub 1-0:1.0: USB hub found\n[ 0.643183] hub 1-0:1.0: 2 ports detected\n[ 0.644157] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648364] mousedev: PS/2 mouse device common for all mice\n[ 0.649686] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651566] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652876] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654105] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655318] i2c /dev entries driver\n[ 0.656112] device-mapper: uevent: version 1.0.3\n[ 0.657116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658769] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660229] NET: Registered protocol family 10\n[ 0.661403] NET: Registered protocol family 17\n[ 0.662327] Key type dns_resolver registered\n[ 0.663349] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664478] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666311] registered taskstats version 1\n[ 0.667181] Loading compiled-in X.509 certificates\n[ 0.668682] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670593] zswap: loaded using pool lzo/zbud\n[ 0.672249] Key type trusted registered\n[ 0.674064] Key type encrypted registered\n[ 0.674919] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677008] evm: HMAC attrs: 0x1\n[ 0.678002] Magic number: 14:488:873\n[ 0.678874] rtc_cmos 00:00: setting system clock to 2018-08-20 06:51:12 UTC (1534747872)\n[ 0.680515] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681647] EDD information not available.\n[ 0.766425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777863] Write protecting the kernel read-only data: 14336k\n[ 0.780021] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781878] 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 0.73\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... [ 0.932440] 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 192.168.120.13...\nLease of 192.168.120.13 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 0.82. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvPzBC5v4SB60J4PnLT2w3H4XymTwNSB3y2lwmR4BMhQuU6SI++TQ9mVINb9F6sNVGq02Weot3hVW1bVd0JZ3+9s40U3pEfjH7vwfuQqfLG4ks0I0b44H8pVt8rcCjSt+j36ATlD89CkMjlyaoGa05MmZn6ILS4fbx9ZYUc44av1cBxfRYO8T2sc+xPTuTDnn5en1QXwnjyrb5CYnQlhUBs4i/tS8DPuCdNGM8ExNzwlkOf9YRx2oFiBMn12ksWJoltxFDW469vnBuZnlcApmk7gHKZumHhNfAV0XjvMBFNjJTMmuaphF9IQUWA4cDY4WojIH+ueArIwJXF6cYnrcN root@singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855\nssh-dss AAAAB3NzaC1kc3MAAACBAMHmY6XKx3906W/AEiZHGTd7bSjBOXPP+9kREzrI4W1DkXzOT3eWio0pF80M+C4PkpZp9ma/OKFl46MTXKJlvMxnhLe8jQRJ/+L7Vs1j50wm3gLw5JsCxr55z0a0aUA5TucuYennhSTf7Ax6x29m2VIo0JyiabATpnwxTMcK69qRAAAAFQCf0mwbarDNQlhRdXb+83vbtHHb9wAAAIAXIOvLsDXZpYE3IxqrdwsgldJ42s2p0USkn8o3rCK1LmBP/hfUuoZrSok5QIlKZuniZbm/sdgnmo6mzjLKHaCwQqjwLI/CJYdIaNsyirAqOMCjcHDRUb9Di6AfZKUs7qzcuUX9zxR2xDmakrCuKnZiVNsiSQ05E1jllhQqmZBe4gAAAIEAtlfWce5AtkK34lX+nZegEc9D5SPTdB0RJQzC8tAUHknffs8P+Z5GSLO2GtuoEzpjnv4yORjsKA7k5D00eadm5qX2Bttz72B5BUXJGhL4uIEIMBHhJ7LYiENhYvNSiMGTZxns37obkganXVW6ImP7g6dWfko5lL65aQqw6FFjLlk= root@singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855\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.13,24,fe80::f816:3eff:fee5:5f44/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.13 \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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=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.\nsinglevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 login: /dev/root resized successfully [took 0.36s]\n"} 2018-08-20 06:51:17,351 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd/action used request id req-3789c089-a972-43e4-b5f3-f0de81b85f36 2018-08-20 06:51:17,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.072420835495s 2018-08-20 06:51:17,352 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd/action used request id req-3789c089-a972-43e4-b5f3-f0de81b85f36 2018-08-20 06:51:17,352 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 477312394 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.138461] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140139] pid_max: default: 32768 minimum: 301 [ 0.141047] ACPI: Core revision 20150930 [ 0.142448] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143788] Security Framework initialized [ 0.144723] Yama: becoming mindful. [ 0.145552] AppArmor: AppArmor initialized [ 0.146499] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147989] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150771] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152285] Initializing cgroup subsys io [ 0.153170] Initializing cgroup subsys memory [ 0.154119] Initializing cgroup subsys devices [ 0.155072] Initializing cgroup subsys freezer [ 0.156009] Initializing cgroup subsys net_cls [ 0.156942] Initializing cgroup subsys perf_event [ 0.157950] Initializing cgroup subsys net_prio [ 0.158907] Initializing cgroup subsys hugetlb [ 0.159844] Initializing cgroup subsys pids [ 0.160758] CPU: Physical Processor ID: 0 [ 0.162319] mce: CPU supports 10 MCE banks [ 0.163245] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178707] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184804] ftrace: allocating 31920 entries in 125 pages [ 0.209598] smpboot: Max logical packages: 1 [ 0.210516] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211949] x2apic enabled [ 0.212863] Switched APIC routing to physical x2apic. [ 0.214693] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220690] KVM setup paravirtual spinlock [ 0.222158] x86: Booted up 1 node, 1 CPUs [ 0.223118] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224817] devtmpfs: initialized [ 0.226658] evm: security.selinux [ 0.227486] evm: security.SMACK64 [ 0.228320] evm: security.SMACK64EXEC [ 0.229221] evm: security.SMACK64TRANSMUTE [ 0.230202] evm: security.SMACK64MMAP [ 0.231097] evm: security.ima [ 0.231864] evm: security.capability [ 0.232820] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235093] pinctrl core: initialized pinctrl subsystem [ 0.236410] RTC time: 6:51:11, date: 08/20/18 [ 0.237589] NET: Registered protocol family 16 [ 0.238791] cpuidle: using governor ladder [ 0.239812] cpuidle: using governor menu [ 0.240840] PCCT header not found. [ 0.241736] ACPI: bus type PCI registered [ 0.242706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244220] PCI: Using configuration type 1 for base access [ 0.246179] ACPI: Added _OSI(Module Device) [ 0.247175] ACPI: Added _OSI(Processor Device) [ 0.248199] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249267] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251224] ACPI: Interpreter enabled [ 0.252124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260755] ACPI: (supports S0 S5) [ 0.261601] ACPI: Using IOAPIC for interrupt routing [ 0.262753] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.266230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.267657] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.269166] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.270589] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.273227] acpiphp: Slot [3] registered [ 0.274193] acpiphp: Slot [4] registered [ 0.275133] acpiphp: Slot [5] registered [ 0.276072] acpiphp: Slot [6] registered [ 0.277003] acpiphp: Slot [7] registered [ 0.277936] acpiphp: Slot [8] registered [ 0.278869] acpiphp: Slot [9] registered [ 0.279806] acpiphp: Slot [10] registered [ 0.280762] acpiphp: Slot [11] registered [ 0.281713] acpiphp: Slot [12] registered [ 0.282665] acpiphp: Slot [13] registered [ 0.283616] acpiphp: Slot [14] registered [ 0.284573] acpiphp: Slot [15] registered [ 0.295823] acpiphp: Slot [16] registered [ 0.296742] acpiphp: Slot [17] registered [ 0.297545] acpiphp: Slot [18] registered [ 0.298447] acpiphp: Slot [19] registered [ 0.299257] acpiphp: Slot [20] registered [ 0.300072] acpiphp: Slot [21] registered [ 0.300881] acpiphp: Slot [22] registered [ 0.301704] acpiphp: Slot [23] registered [ 0.302507] acpiphp: Slot [24] registered [ 0.303306] acpiphp: Slot [25] registered [ 0.304115] acpiphp: Slot [26] registered [ 0.304928] acpiphp: Slot [27] registered [ 0.305747] acpiphp: Slot [28] registered [ 0.306624] acpiphp: Slot [29] registered [ 0.307424] acpiphp: Slot [30] registered [ 0.308234] acpiphp: Slot [31] registered [ 0.309103] PCI host bridge to bus 0000:00 [ 0.310298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311713] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313083] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.314631] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.316105] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.317619] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.321005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.322316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.323522] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324818] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.328364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.330041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.350884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353099] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354541] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.355972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357256] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358609] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359703] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361302] vgaarb: loaded [ 0.361918] vgaarb: bridge control possible 0000:00:02.0 [ 0.363165] SCSI subsystem initialized [ 0.364101] ACPI: bus type USB registered [ 0.364960] usbcore: registered new interface driver usbfs [ 0.366020] usbcore: registered new interface driver hub [ 0.367050] usbcore: registered new device driver usb [ 0.368185] PCI: Using ACPI for IRQ routing [ 0.369326] NetLabel: Initializing [ 0.370070] NetLabel: domain hash size = 128 [ 0.370942] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371921] NetLabel: unlabeled traffic allowed by default [ 0.373105] clocksource: Switched to clocksource kvm-clock [ 0.381223] AppArmor: AppArmor Filesystem Enabled [ 0.382220] pnp: PnP ACPI init [ 0.383173] pnp: PnP ACPI: found 5 devices [ 0.389517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391275] NET: Registered protocol family 2 [ 0.392351] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.393689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397252] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398451] NET: Registered protocol family 1 [ 0.399351] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400470] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401577] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415646] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429795] Trying to unpack rootfs image as initramfs... [ 0.486771] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488434] Scanning for low memory corruption every 60 seconds [ 0.489795] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490955] audit: initializing netlink subsys (disabled) [ 0.491969] audit: type=2000 audit(1534747872.169:1): initialized [ 0.493322] Initialise system trusted keyring [ 0.494274] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495446] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497565] zbud: loaded [ 0.498296] VFS: Disk quotas dquot_6.6.0 [ 0.499114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500713] fuse init (API version 7.23) [ 0.501659] Key type big_key registered [ 0.502470] Allocating IMA MOK and blacklist keyrings. [ 0.503711] Key type asymmetric registered [ 0.504525] Asymmetric key parser 'x509' registered [ 0.505496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.506972] io scheduler noop registered [ 0.507768] io scheduler deadline registered (default) [ 0.508753] io scheduler cfq registered [ 0.509607] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510645] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.511909] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513374] ACPI: Power Button [PWRF] [ 0.514218] GHES: HEST is not enabled! [ 0.527635] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554912] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.580915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585441] Linux agpgart interface v0.103 [ 0.588604] brd: module loaded [ 0.590318] loop: module loaded [ 0.595284] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596757] GPT:90111 != 2097151 [ 0.597444] GPT:Alternate GPT header not at the end of the disk. [ 0.598559] GPT:90111 != 2097151 [ 0.599233] GPT: Use GNU Parted to correct GPT errors. [ 0.600213] vda: vda1 vda15 [ 0.601730] scsi host0: ata_piix [ 0.602545] scsi host1: ata_piix [ 0.603269] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.604500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.606000] libphy: Fixed MDIO Bus: probed [ 0.606833] tun: Universal TUN/TAP device driver, 1.6 [ 0.607788] tun: (C) 1999-2004 Max Krasnyansky [ 0.610309] PPP generic driver version 2.4.2 [ 0.611257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.612475] ehci-pci: EHCI PCI platform driver [ 0.613376] ehci-platform: EHCI generic platform driver [ 0.614382] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.615658] ohci-pci: OHCI PCI platform driver [ 0.616548] ohci-platform: OHCI generic platform driver [ 0.617616] uhci_hcd: USB Universal Host Controller Interface driver [ 0.631909] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.632976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.634436] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.635463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.636619] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.637860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.639291] usb usb1: Product: UHCI Host Controller [ 0.640228] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.641375] usb usb1: SerialNumber: 0000:00:01.2 [ 0.642375] hub 1-0:1.0: USB hub found [ 0.643183] hub 1-0:1.0: 2 ports detected [ 0.644157] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.646317] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.647301] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.648364] mousedev: PS/2 mouse device common for all mice [ 0.649686] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.651566] rtc_cmos 00:00: RTC can wake from S4 [ 0.652876] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.654105] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.655318] i2c /dev entries driver [ 0.656112] device-mapper: uevent: version 1.0.3 [ 0.657116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.658769] ledtrig-cpu: registered to indicate activity on CPUs [ 0.660229] NET: Registered protocol family 10 [ 0.661403] NET: Registered protocol family 17 [ 0.662327] Key type dns_resolver registered [ 0.663349] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.664478] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.666311] registered taskstats version 1 [ 0.667181] Loading compiled-in X.509 certificates [ 0.668682] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.670593] zswap: loaded using pool lzo/zbud [ 0.672249] Key type trusted registered [ 0.674064] Key type encrypted registered [ 0.674919] AppArmor: AppArmor sha1 policy hashing enabled [ 0.675960] ima: No TPM chip found, activating TPM-bypass! [ 0.677008] evm: HMAC attrs: 0x1 [ 0.678002] Magic number: 14:488:873 [ 0.678874] rtc_cmos 00:00: setting system clock to 2018-08-20 06:51:12 UTC (1534747872) [ 0.680515] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.681647] EDD information not available. [ 0.766425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.777863] Write protecting the kernel read-only data: 14336k [ 0.780021] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.781878] 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 0.73 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... [ 0.932440] 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 192.168.120.13... Lease of 192.168.120.13 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 0.82. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvPzBC5v4SB60J4PnLT2w3H4XymTwNSB3y2lwmR4BMhQuU6SI++TQ9mVINb9F6sNVGq02Weot3hVW1bVd0JZ3+9s40U3pEfjH7vwfuQqfLG4ks0I0b44H8pVt8rcCjSt+j36ATlD89CkMjlyaoGa05MmZn6ILS4fbx9ZYUc44av1cBxfRYO8T2sc+xPTuTDnn5en1QXwnjyrb5CYnQlhUBs4i/tS8DPuCdNGM8ExNzwlkOf9YRx2oFiBMn12ksWJoltxFDW469vnBuZnlcApmk7gHKZumHhNfAV0XjvMBFNjJTMmuaphF9IQUWA4cDY4WojIH+ueArIwJXF6cYnrcN root@singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 ssh-dss AAAAB3NzaC1kc3MAAACBAMHmY6XKx3906W/AEiZHGTd7bSjBOXPP+9kREzrI4W1DkXzOT3eWio0pF80M+C4PkpZp9ma/OKFl46MTXKJlvMxnhLe8jQRJ/+L7Vs1j50wm3gLw5JsCxr55z0a0aUA5TucuYennhSTf7Ax6x29m2VIo0JyiabATpnwxTMcK69qRAAAAFQCf0mwbarDNQlhRdXb+83vbtHHb9wAAAIAXIOvLsDXZpYE3IxqrdwsgldJ42s2p0USkn8o3rCK1LmBP/hfUuoZrSok5QIlKZuniZbm/sdgnmo6mzjLKHaCwQqjwLI/CJYdIaNsyirAqOMCjcHDRUb9Di6AfZKUs7qzcuUX9zxR2xDmakrCuKnZiVNsiSQ05E1jllhQqmZBe4gAAAIEAtlfWce5AtkK34lX+nZegEc9D5SPTdB0RJQzC8tAUHknffs8P+Z5GSLO2GtuoEzpjnv4yORjsKA7k5D00eadm5qX2Bttz72B5BUXJGhL4uIEIMBHhJ7LYiENhYvNSiMGTZxns37obkganXVW6ImP7g6dWfko5lL65aQqw6FFjLlk= root@singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fee5:5f44/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.13 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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 login: /dev/root resized successfully [took 0.36s] 2018-08-20 06:51:18,354 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-20 06:51:27,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:51:27,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:51:27,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-a8f6e5c2-dfe5-4ff1-a7a4-15d4e2943712 x-compute-request-id: req-a8f6e5c2-dfe5-4ff1-a7a4-15d4e2943712 Content-Encoding: gzip Content-Length: 9571 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 477312394 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138461] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140139] pid_max: default: 32768 minimum: 301\n[ 0.141047] ACPI: Core revision 20150930\n[ 0.142448] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143788] Security Framework initialized\n[ 0.144723] Yama: becoming mindful.\n[ 0.145552] AppArmor: AppArmor initialized\n[ 0.146499] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147989] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150771] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152285] Initializing cgroup subsys io\n[ 0.153170] Initializing cgroup subsys memory\n[ 0.154119] Initializing cgroup subsys devices\n[ 0.155072] Initializing cgroup subsys freezer\n[ 0.156009] Initializing cgroup subsys net_cls\n[ 0.156942] Initializing cgroup subsys perf_event\n[ 0.157950] Initializing cgroup subsys net_prio\n[ 0.158907] Initializing cgroup subsys hugetlb\n[ 0.159844] Initializing cgroup subsys pids\n[ 0.160758] CPU: Physical Processor ID: 0\n[ 0.162319] mce: CPU supports 10 MCE banks\n[ 0.163245] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178707] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184804] ftrace: allocating 31920 entries in 125 pages\n[ 0.209598] smpboot: Max logical packages: 1\n[ 0.210516] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211949] x2apic enabled\n[ 0.212863] Switched APIC routing to physical x2apic.\n[ 0.214693] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220690] KVM setup paravirtual spinlock\n[ 0.222158] x86: Booted up 1 node, 1 CPUs\n[ 0.223118] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224817] devtmpfs: initialized\n[ 0.226658] evm: security.selinux\n[ 0.227486] evm: security.SMACK64\n[ 0.228320] evm: security.SMACK64EXEC\n[ 0.229221] evm: security.SMACK64TRANSMUTE\n[ 0.230202] evm: security.SMACK64MMAP\n[ 0.231097] evm: security.ima\n[ 0.231864] evm: security.capability\n[ 0.232820] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235093] pinctrl core: initialized pinctrl subsystem\n[ 0.236410] RTC time: 6:51:11, date: 08/20/18\n[ 0.237589] NET: Registered protocol family 16\n[ 0.238791] cpuidle: using governor ladder\n[ 0.239812] cpuidle: using governor menu\n[ 0.240840] PCCT header not found.\n[ 0.241736] ACPI: bus type PCI registered\n[ 0.242706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244220] PCI: Using configuration type 1 for base access\n[ 0.246179] ACPI: Added _OSI(Module Device)\n[ 0.247175] ACPI: Added _OSI(Processor Device)\n[ 0.248199] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251224] ACPI: Interpreter enabled\n[ 0.252124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260755] ACPI: (supports S0 S5)\n[ 0.261601] ACPI: Using IOAPIC for interrupt routing\n[ 0.262753] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267657] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269166] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270589] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273227] acpiphp: Slot [3] registered\n[ 0.274193] acpiphp: Slot [4] registered\n[ 0.275133] acpiphp: Slot [5] registered\n[ 0.276072] acpiphp: Slot [6] registered\n[ 0.277003] acpiphp: Slot [7] registered\n[ 0.277936] acpiphp: Slot [8] registered\n[ 0.278869] acpiphp: Slot [9] registered\n[ 0.279806] acpiphp: Slot [10] registered\n[ 0.280762] acpiphp: Slot [11] registered\n[ 0.281713] acpiphp: Slot [12] registered\n[ 0.282665] acpiphp: Slot [13] registered\n[ 0.283616] acpiphp: Slot [14] registered\n[ 0.284573] acpiphp: Slot [15] registered\n[ 0.295823] acpiphp: Slot [16] registered\n[ 0.296742] acpiphp: Slot [17] registered\n[ 0.297545] acpiphp: Slot [18] registered\n[ 0.298447] acpiphp: Slot [19] registered\n[ 0.299257] acpiphp: Slot [20] registered\n[ 0.300072] acpiphp: Slot [21] registered\n[ 0.300881] acpiphp: Slot [22] registered\n[ 0.301704] acpiphp: Slot [23] registered\n[ 0.302507] acpiphp: Slot [24] registered\n[ 0.303306] acpiphp: Slot [25] registered\n[ 0.304115] acpiphp: Slot [26] registered\n[ 0.304928] acpiphp: Slot [27] registered\n[ 0.305747] acpiphp: Slot [28] registered\n[ 0.306624] acpiphp: Slot [29] registered\n[ 0.307424] acpiphp: Slot [30] registered\n[ 0.308234] acpiphp: Slot [31] registered\n[ 0.309103] PCI host bridge to bus 0000:00\n[ 0.310298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311713] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313083] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314631] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316105] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.317619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.323522] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324818] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353099] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354541] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357256] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358609] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359703] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361302] vgaarb: loaded\n[ 0.361918] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363165] SCSI subsystem initialized\n[ 0.364101] ACPI: bus type USB registered\n[ 0.364960] usbcore: registered new interface driver usbfs\n[ 0.366020] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368185] PCI: Using ACPI for IRQ routing\n[ 0.369326] NetLabel: Initializing\n[ 0.370070] NetLabel: domain hash size = 128\n[ 0.370942] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371921] NetLabel: unlabeled traffic allowed by default\n[ 0.373105] clocksource: Switched to clocksource kvm-clock\n[ 0.381223] AppArmor: AppArmor Filesystem Enabled\n[ 0.382220] pnp: PnP ACPI init\n[ 0.383173] pnp: PnP ACPI: found 5 devices\n[ 0.389517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391275] NET: Registered protocol family 2\n[ 0.392351] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397252] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398451] NET: Registered protocol family 1\n[ 0.399351] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400470] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401577] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415646] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429795] Trying to unpack rootfs image as initramfs...\n[ 0.486771] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488434] Scanning for low memory corruption every 60 seconds\n[ 0.489795] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490955] audit: initializing netlink subsys (disabled)\n[ 0.491969] audit: type=2000 audit(1534747872.169:1): initialized\n[ 0.493322] Initialise system trusted keyring\n[ 0.494274] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495446] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497565] zbud: loaded\n[ 0.498296] VFS: Disk quotas dquot_6.6.0\n[ 0.499114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500713] fuse init (API version 7.23)\n[ 0.501659] Key type big_key registered\n[ 0.502470] Allocating IMA MOK and blacklist keyrings.\n[ 0.503711] Key type asymmetric registered\n[ 0.504525] Asymmetric key parser 'x509' registered\n[ 0.505496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506972] io scheduler noop registered\n[ 0.507768] io scheduler deadline registered (default)\n[ 0.508753] io scheduler cfq registered\n[ 0.509607] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510645] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511909] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513374] ACPI: Power Button [PWRF]\n[ 0.514218] GHES: HEST is not enabled!\n[ 0.527635] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554912] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.580915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585441] Linux agpgart interface v0.103\n[ 0.588604] brd: module loaded\n[ 0.590318] loop: module loaded\n[ 0.595284] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596757] GPT:90111 != 2097151\n[ 0.597444] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598559] GPT:90111 != 2097151\n[ 0.599233] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600213] vda: vda1 vda15\n[ 0.601730] scsi host0: ata_piix\n[ 0.602545] scsi host1: ata_piix\n[ 0.603269] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606000] libphy: Fixed MDIO Bus: probed\n[ 0.606833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607788] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610309] PPP generic driver version 2.4.2\n[ 0.611257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612475] ehci-pci: EHCI PCI platform driver\n[ 0.613376] ehci-platform: EHCI generic platform driver\n[ 0.614382] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615658] ohci-pci: OHCI PCI platform driver\n[ 0.616548] ohci-platform: OHCI generic platform driver\n[ 0.617616] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634436] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.636619] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639291] usb usb1: Product: UHCI Host Controller\n[ 0.640228] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641375] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642375] hub 1-0:1.0: USB hub found\n[ 0.643183] hub 1-0:1.0: 2 ports detected\n[ 0.644157] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646317] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648364] mousedev: PS/2 mouse device common for all mice\n[ 0.649686] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651566] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652876] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654105] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655318] i2c /dev entries driver\n[ 0.656112] device-mapper: uevent: version 1.0.3\n[ 0.657116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658769] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660229] NET: Registered protocol family 10\n[ 0.661403] NET: Registered protocol family 17\n[ 0.662327] Key type dns_resolver registered\n[ 0.663349] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664478] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666311] registered taskstats version 1\n[ 0.667181] Loading compiled-in X.509 certificates\n[ 0.668682] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670593] zswap: loaded using pool lzo/zbud\n[ 0.672249] Key type trusted registered\n[ 0.674064] Key type encrypted registered\n[ 0.674919] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677008] evm: HMAC attrs: 0x1\n[ 0.678002] Magic number: 14:488:873\n[ 0.678874] rtc_cmos 00:00: setting system clock to 2018-08-20 06:51:12 UTC (1534747872)\n[ 0.680515] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681647] EDD information not available.\n[ 0.766425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777863] Write protecting the kernel read-only data: 14336k\n[ 0.780021] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781878] 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 0.73\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... [ 0.932440] 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 192.168.120.13...\nLease of 192.168.120.13 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 0.82. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvPzBC5v4SB60J4PnLT2w3H4XymTwNSB3y2lwmR4BMhQuU6SI++TQ9mVINb9F6sNVGq02Weot3hVW1bVd0JZ3+9s40U3pEfjH7vwfuQqfLG4ks0I0b44H8pVt8rcCjSt+j36ATlD89CkMjlyaoGa05MmZn6ILS4fbx9ZYUc44av1cBxfRYO8T2sc+xPTuTDnn5en1QXwnjyrb5CYnQlhUBs4i/tS8DPuCdNGM8ExNzwlkOf9YRx2oFiBMn12ksWJoltxFDW469vnBuZnlcApmk7gHKZumHhNfAV0XjvMBFNjJTMmuaphF9IQUWA4cDY4WojIH+ueArIwJXF6cYnrcN root@singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855\nssh-dss AAAAB3NzaC1kc3MAAACBAMHmY6XKx3906W/AEiZHGTd7bSjBOXPP+9kREzrI4W1DkXzOT3eWio0pF80M+C4PkpZp9ma/OKFl46MTXKJlvMxnhLe8jQRJ/+L7Vs1j50wm3gLw5JsCxr55z0a0aUA5TucuYennhSTf7Ax6x29m2VIo0JyiabATpnwxTMcK69qRAAAAFQCf0mwbarDNQlhRdXb+83vbtHHb9wAAAIAXIOvLsDXZpYE3IxqrdwsgldJ42s2p0USkn8o3rCK1LmBP/hfUuoZrSok5QIlKZuniZbm/sdgnmo6mzjLKHaCwQqjwLI/CJYdIaNsyirAqOMCjcHDRUb9Di6AfZKUs7qzcuUX9zxR2xDmakrCuKnZiVNsiSQ05E1jllhQqmZBe4gAAAIEAtlfWce5AtkK34lX+nZegEc9D5SPTdB0RJQzC8tAUHknffs8P+Z5GSLO2GtuoEzpjnv4yORjsKA7k5D00eadm5qX2Bttz72B5BUXJGhL4uIEIMBHhJ7LYiENhYvNSiMGTZxns37obkganXVW6ImP7g6dWfko5lL65aQqw6FFjLlk= root@singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855\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.13,24,fe80::f816:3eff:fee5:5f44/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.13 \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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=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.\nsinglevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 login: /dev/root resized successfully [took 0.36s]\n"} 2018-08-20 06:51:27,440 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd/action used request id req-a8f6e5c2-dfe5-4ff1-a7a4-15d4e2943712 2018-08-20 06:51:27,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075756072998s 2018-08-20 06:51:27,441 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd/action used request id req-a8f6e5c2-dfe5-4ff1-a7a4-15d4e2943712 2018-08-20 06:51:27,441 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 477312394 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.138461] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140139] pid_max: default: 32768 minimum: 301 [ 0.141047] ACPI: Core revision 20150930 [ 0.142448] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143788] Security Framework initialized [ 0.144723] Yama: becoming mindful. [ 0.145552] AppArmor: AppArmor initialized [ 0.146499] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147989] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150771] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152285] Initializing cgroup subsys io [ 0.153170] Initializing cgroup subsys memory [ 0.154119] Initializing cgroup subsys devices [ 0.155072] Initializing cgroup subsys freezer [ 0.156009] Initializing cgroup subsys net_cls [ 0.156942] Initializing cgroup subsys perf_event [ 0.157950] Initializing cgroup subsys net_prio [ 0.158907] Initializing cgroup subsys hugetlb [ 0.159844] Initializing cgroup subsys pids [ 0.160758] CPU: Physical Processor ID: 0 [ 0.162319] mce: CPU supports 10 MCE banks [ 0.163245] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178707] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184804] ftrace: allocating 31920 entries in 125 pages [ 0.209598] smpboot: Max logical packages: 1 [ 0.210516] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211949] x2apic enabled [ 0.212863] Switched APIC routing to physical x2apic. [ 0.214693] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220690] KVM setup paravirtual spinlock [ 0.222158] x86: Booted up 1 node, 1 CPUs [ 0.223118] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224817] devtmpfs: initialized [ 0.226658] evm: security.selinux [ 0.227486] evm: security.SMACK64 [ 0.228320] evm: security.SMACK64EXEC [ 0.229221] evm: security.SMACK64TRANSMUTE [ 0.230202] evm: security.SMACK64MMAP [ 0.231097] evm: security.ima [ 0.231864] evm: security.capability [ 0.232820] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235093] pinctrl core: initialized pinctrl subsystem [ 0.236410] RTC time: 6:51:11, date: 08/20/18 [ 0.237589] NET: Registered protocol family 16 [ 0.238791] cpuidle: using governor ladder [ 0.239812] cpuidle: using governor menu [ 0.240840] PCCT header not found. [ 0.241736] ACPI: bus type PCI registered [ 0.242706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244220] PCI: Using configuration type 1 for base access [ 0.246179] ACPI: Added _OSI(Module Device) [ 0.247175] ACPI: Added _OSI(Processor Device) [ 0.248199] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249267] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251224] ACPI: Interpreter enabled [ 0.252124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256427] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260755] ACPI: (supports S0 S5) [ 0.261601] ACPI: Using IOAPIC for interrupt routing [ 0.262753] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.266230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.267657] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.269166] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.270589] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.273227] acpiphp: Slot [3] registered [ 0.274193] acpiphp: Slot [4] registered [ 0.275133] acpiphp: Slot [5] registered [ 0.276072] acpiphp: Slot [6] registered [ 0.277003] acpiphp: Slot [7] registered [ 0.277936] acpiphp: Slot [8] registered [ 0.278869] acpiphp: Slot [9] registered [ 0.279806] acpiphp: Slot [10] registered [ 0.280762] acpiphp: Slot [11] registered [ 0.281713] acpiphp: Slot [12] registered [ 0.282665] acpiphp: Slot [13] registered [ 0.283616] acpiphp: Slot [14] registered [ 0.284573] acpiphp: Slot [15] registered [ 0.295823] acpiphp: Slot [16] registered [ 0.296742] acpiphp: Slot [17] registered [ 0.297545] acpiphp: Slot [18] registered [ 0.298447] acpiphp: Slot [19] registered [ 0.299257] acpiphp: Slot [20] registered [ 0.300072] acpiphp: Slot [21] registered [ 0.300881] acpiphp: Slot [22] registered [ 0.301704] acpiphp: Slot [23] registered [ 0.302507] acpiphp: Slot [24] registered [ 0.303306] acpiphp: Slot [25] registered [ 0.304115] acpiphp: Slot [26] registered [ 0.304928] acpiphp: Slot [27] registered [ 0.305747] acpiphp: Slot [28] registered [ 0.306624] acpiphp: Slot [29] registered [ 0.307424] acpiphp: Slot [30] registered [ 0.308234] acpiphp: Slot [31] registered [ 0.309103] PCI host bridge to bus 0000:00 [ 0.310298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311713] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.313083] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.314631] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.316105] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.317619] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.321005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.322316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.323522] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324818] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.328364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.330041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349355] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.350884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353099] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354541] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.355972] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357256] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358609] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359703] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361302] vgaarb: loaded [ 0.361918] vgaarb: bridge control possible 0000:00:02.0 [ 0.363165] SCSI subsystem initialized [ 0.364101] ACPI: bus type USB registered [ 0.364960] usbcore: registered new interface driver usbfs [ 0.366020] usbcore: registered new interface driver hub [ 0.367050] usbcore: registered new device driver usb [ 0.368185] PCI: Using ACPI for IRQ routing [ 0.369326] NetLabel: Initializing [ 0.370070] NetLabel: domain hash size = 128 [ 0.370942] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371921] NetLabel: unlabeled traffic allowed by default [ 0.373105] clocksource: Switched to clocksource kvm-clock [ 0.381223] AppArmor: AppArmor Filesystem Enabled [ 0.382220] pnp: PnP ACPI init [ 0.383173] pnp: PnP ACPI: found 5 devices [ 0.389517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391275] NET: Registered protocol family 2 [ 0.392351] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.393689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397252] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398451] NET: Registered protocol family 1 [ 0.399351] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400470] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401577] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415646] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429795] Trying to unpack rootfs image as initramfs... [ 0.486771] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488434] Scanning for low memory corruption every 60 seconds [ 0.489795] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490955] audit: initializing netlink subsys (disabled) [ 0.491969] audit: type=2000 audit(1534747872.169:1): initialized [ 0.493322] Initialise system trusted keyring [ 0.494274] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495446] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497565] zbud: loaded [ 0.498296] VFS: Disk quotas dquot_6.6.0 [ 0.499114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500713] fuse init (API version 7.23) [ 0.501659] Key type big_key registered [ 0.502470] Allocating IMA MOK and blacklist keyrings. [ 0.503711] Key type asymmetric registered [ 0.504525] Asymmetric key parser 'x509' registered [ 0.505496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.506972] io scheduler noop registered [ 0.507768] io scheduler deadline registered (default) [ 0.508753] io scheduler cfq registered [ 0.509607] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510645] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.511909] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513374] ACPI: Power Button [PWRF] [ 0.514218] GHES: HEST is not enabled! [ 0.527635] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554912] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.580915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585441] Linux agpgart interface v0.103 [ 0.588604] brd: module loaded [ 0.590318] loop: module loaded [ 0.595284] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596757] GPT:90111 != 2097151 [ 0.597444] GPT:Alternate GPT header not at the end of the disk. [ 0.598559] GPT:90111 != 2097151 [ 0.599233] GPT: Use GNU Parted to correct GPT errors. [ 0.600213] vda: vda1 vda15 [ 0.601730] scsi host0: ata_piix [ 0.602545] scsi host1: ata_piix [ 0.603269] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.604500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.606000] libphy: Fixed MDIO Bus: probed [ 0.606833] tun: Universal TUN/TAP device driver, 1.6 [ 0.607788] tun: (C) 1999-2004 Max Krasnyansky [ 0.610309] PPP generic driver version 2.4.2 [ 0.611257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.612475] ehci-pci: EHCI PCI platform driver [ 0.613376] ehci-platform: EHCI generic platform driver [ 0.614382] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.615658] ohci-pci: OHCI PCI platform driver [ 0.616548] ohci-platform: OHCI generic platform driver [ 0.617616] uhci_hcd: USB Universal Host Controller Interface driver [ 0.631909] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.632976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.634436] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.635463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.636619] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.637860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.639291] usb usb1: Product: UHCI Host Controller [ 0.640228] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.641375] usb usb1: SerialNumber: 0000:00:01.2 [ 0.642375] hub 1-0:1.0: USB hub found [ 0.643183] hub 1-0:1.0: 2 ports detected [ 0.644157] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.646317] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.647301] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.648364] mousedev: PS/2 mouse device common for all mice [ 0.649686] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.651566] rtc_cmos 00:00: RTC can wake from S4 [ 0.652876] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.654105] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.655318] i2c /dev entries driver [ 0.656112] device-mapper: uevent: version 1.0.3 [ 0.657116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.658769] ledtrig-cpu: registered to indicate activity on CPUs [ 0.660229] NET: Registered protocol family 10 [ 0.661403] NET: Registered protocol family 17 [ 0.662327] Key type dns_resolver registered [ 0.663349] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.664478] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.666311] registered taskstats version 1 [ 0.667181] Loading compiled-in X.509 certificates [ 0.668682] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.670593] zswap: loaded using pool lzo/zbud [ 0.672249] Key type trusted registered [ 0.674064] Key type encrypted registered [ 0.674919] AppArmor: AppArmor sha1 policy hashing enabled [ 0.675960] ima: No TPM chip found, activating TPM-bypass! [ 0.677008] evm: HMAC attrs: 0x1 [ 0.678002] Magic number: 14:488:873 [ 0.678874] rtc_cmos 00:00: setting system clock to 2018-08-20 06:51:12 UTC (1534747872) [ 0.680515] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.681647] EDD information not available. [ 0.766425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.777863] Write protecting the kernel read-only data: 14336k [ 0.780021] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.781878] 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 0.73 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... [ 0.932440] 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 192.168.120.13... Lease of 192.168.120.13 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 0.82. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvPzBC5v4SB60J4PnLT2w3H4XymTwNSB3y2lwmR4BMhQuU6SI++TQ9mVINb9F6sNVGq02Weot3hVW1bVd0JZ3+9s40U3pEfjH7vwfuQqfLG4ks0I0b44H8pVt8rcCjSt+j36ATlD89CkMjlyaoGa05MmZn6ILS4fbx9ZYUc44av1cBxfRYO8T2sc+xPTuTDnn5en1QXwnjyrb5CYnQlhUBs4i/tS8DPuCdNGM8ExNzwlkOf9YRx2oFiBMn12ksWJoltxFDW469vnBuZnlcApmk7gHKZumHhNfAV0XjvMBFNjJTMmuaphF9IQUWA4cDY4WojIH+ueArIwJXF6cYnrcN root@singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 ssh-dss AAAAB3NzaC1kc3MAAACBAMHmY6XKx3906W/AEiZHGTd7bSjBOXPP+9kREzrI4W1DkXzOT3eWio0pF80M+C4PkpZp9ma/OKFl46MTXKJlvMxnhLe8jQRJ/+L7Vs1j50wm3gLw5JsCxr55z0a0aUA5TucuYennhSTf7Ax6x29m2VIo0JyiabATpnwxTMcK69qRAAAAFQCf0mwbarDNQlhRdXb+83vbtHHb9wAAAIAXIOvLsDXZpYE3IxqrdwsgldJ42s2p0USkn8o3rCK1LmBP/hfUuoZrSok5QIlKZuniZbm/sdgnmo6mzjLKHaCwQqjwLI/CJYdIaNsyirAqOMCjcHDRUb9Di6AfZKUs7qzcuUX9zxR2xDmakrCuKnZiVNsiSQ05E1jllhQqmZBe4gAAAIEAtlfWce5AtkK34lX+nZegEc9D5SPTdB0RJQzC8tAUHknffs8P+Z5GSLO2GtuoEzpjnv4yORjsKA7k5D00eadm5qX2Bttz72B5BUXJGhL4uIEIMBHhJ7LYiENhYvNSiMGTZxns37obkganXVW6ImP7g6dWfko5lL65aQqw6FFjLlk= root@singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fee5:5f44/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.13 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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-74446901-ab82-4986-b4bb-33f1ad849855 login: /dev/root resized successfully [took 0.36s] 2018-08-20 06:51:27,444 - paramiko.transport - DEBUG - starting thread (client mode): 0x1d023c90L 2018-08-20 06:51:27,445 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 06:51:27,445 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 06:51:27,445 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 06:51:27,446 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 06:51:27,447 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 06:51:27,447 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 06:51:27,447 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 06:51:27,447 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 06:51:27,447 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 06:51:27,464 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 06:51:27,464 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 06:51:27,477 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 301f80864d7c969ce331d1e62c996705 2018-08-20 06:51:27,477 - paramiko.transport - DEBUG - Trying discovered key 383a0eee786280ec41e3cf53f3293832 in /tmp/tmpl5GNzD 2018-08-20 06:51:27,503 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 06:51:27,508 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 06:51:27,510 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 06:51:27,510 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 06:51:27,511 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 06:51:27,512 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 06:51:27,513 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 06:51:27,513 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-20 06:51:27,513 - functest.core.singlevm - DEBUG - error: 2018-08-20 06:51:27,518 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 06:51:27,624 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:51:27,624 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 06:51:27,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 06:51:27,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/0e071d9f-49ed-4d98-a999-cdeca2d6826a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:28,483 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88aff300-25a5-4f14-8b6c-a06ef2ebe38f Content-Length: 0 Date: Mon, 20 Aug 2018 06:51:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:51:28,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/0e071d9f-49ed-4d98-a999-cdeca2d6826a.json used request id req-88aff300-25a5-4f14-8b6c-a06ef2ebe38f 2018-08-20 06:51:28,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.852192878723s 2018-08-20 06:51:28,483 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/0e071d9f-49ed-4d98-a999-cdeca2d6826a.json used request id req-88aff300-25a5-4f14-8b6c-a06ef2ebe38f 2018-08-20 06:51:28,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:51:28,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:28,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-58d48385-e85d-4329-baea-764b98e556be Date: Mon, 20 Aug 2018 06:51:28 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:51:28,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-58d48385-e85d-4329-baea-764b98e556be 2018-08-20 06:51:28,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0422220230103s 2018-08-20 06:51:28,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-58d48385-e85d-4329-baea-764b98e556be 2018-08-20 06:51:28,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 06:51:28,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:28,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 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 x-openstack-request-id: req-214b2616-5ae2-4ff2-b006-acd0b9e96173 x-compute-request-id: req-214b2616-5ae2-4ff2-b006-acd0b9e96173 Content-Type: application/json 2018-08-20 06:51:28,758 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd used request id req-214b2616-5ae2-4ff2-b006-acd0b9e96173 2018-08-20 06:51:28,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.226551055908s 2018-08-20 06:51:28,758 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd used request id req-214b2616-5ae2-4ff2-b006-acd0b9e96173 2018-08-20 06:51:28,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:51:28,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:29,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-bb47ae4f-252b-4520-81c6-26dc126efc5b x-compute-request-id: req-bb47ae4f-252b-4520-81c6-26dc126efc5b Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:44", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:44", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "rel": "bookmark"}], "image": {"id": "e761d393-f26a-425c-8b98-1eb42bc92434", "links": [{"href": "http://172.30.9.36:8774/images/e761d393-f26a-425c-8b98-1eb42bc92434", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:51:11.000000", "flavor": {"id": "2aa935e4-3173-48bf-9695-b1c86cce35cf", "links": [{"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}]}, "id": "dbc52bab-1ba2-4da6-89d1-0a66f9bb0fcd", "security_groups": [{"name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855"}], "user_id": "673fc63fe5634904b0b559701df6539d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:51:28Z", "hostId": "13e65e796e62517509cd41094fa23734135ebaefa6c509e398047509", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855", "name": "singlevm2-vm_74446901-ab82-4986-b4bb-33f1ad849855", "created": "2018-08-20T06:51:02Z", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:51:29,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bb47ae4f-252b-4520-81c6-26dc126efc5b 2018-08-20 06:51:29,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585069894791s 2018-08-20 06:51:29,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bb47ae4f-252b-4520-81c6-26dc126efc5b 2018-08-20 06:51:29,346 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:51:31,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:51:31,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:31,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06: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-a193fee6-c3c8-4fcb-bacd-7eadc9aa78fb x-compute-request-id: req-a193fee6-c3c8-4fcb-bacd-7eadc9aa78fb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 06:51:31,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a193fee6-c3c8-4fcb-bacd-7eadc9aa78fb 2018-08-20 06:51:31,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0807249546051s 2018-08-20 06:51:31,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a193fee6-c3c8-4fcb-bacd-7eadc9aa78fb 2018-08-20 06:51:31,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:51:31,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:31,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-f716447e-a3fd-4e16-acfd-45abd06ede10 Date: Mon, 20 Aug 2018 06:51:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:57Z", "updated_at": "2018-08-20T06:50:58Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "3408802c-d337-44ae-b694-3a896cf9676e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "7b0841b6-4359-45d5-8323-7722aff3854b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:58Z", "revision_number": 0, "id": "a7962beb-3fde-488b-86cd-636338fe0d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:58Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:57Z", "revision_number": 0, "id": "e45cba13-4ff7-4d27-8b70-3b312dd188d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:57Z", "security_group_id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "63f9dfb7-594b-4546-b52d-2ce00aaecb1d", "name": "singlevm2-sg_74446901-ab82-4986-b4bb-33f1ad849855"}]} 2018-08-20 06:51:31,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-f716447e-a3fd-4e16-acfd-45abd06ede10 2018-08-20 06:51:31,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0616931915283s 2018-08-20 06:51:31,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-f716447e-a3fd-4e16-acfd-45abd06ede10 2018-08-20 06:51:31,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 06:51:31,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/security-groups/63f9dfb7-594b-4546-b52d-2ce00aaecb1d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:31,765 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be8ee69a-794f-4536-9850-8229dea2f704 Content-Length: 0 Date: Mon, 20 Aug 2018 06:51:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:51:31,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/63f9dfb7-594b-4546-b52d-2ce00aaecb1d.json used request id req-be8ee69a-794f-4536-9850-8229dea2f704 2018-08-20 06:51:31,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.267091035843s 2018-08-20 06:51:31,765 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/63f9dfb7-594b-4546-b52d-2ce00aaecb1d.json used request id req-be8ee69a-794f-4536-9850-8229dea2f704 2018-08-20 06:51:31,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 06:51:31,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:31,835 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06: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-32b2ee6e-9d3c-4e82-9b74-6151ccd17750 x-compute-request-id: req-32b2ee6e-9d3c-4e82-9b74-6151ccd17750 Content-Length: 0 Content-Type: application/json 2018-08-20 06:51:31,836 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855 used request id req-32b2ee6e-9d3c-4e82-9b74-6151ccd17750 2018-08-20 06:51:31,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0697848796844s 2018-08-20 06:51:31,836 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/singlevm2-kp_74446901-ab82-4986-b4bb-33f1ad849855 used request id req-32b2ee6e-9d3c-4e82-9b74-6151ccd17750 2018-08-20 06:51:31,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:51:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" -d '{"subnet_id": "272108e8-375e-440d-8842-9f153a08da64"}' 2018-08-20 06:51:33,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1962a0ef-3b2f-40d9-b191-80042d4df169 Date: Mon, 20 Aug 2018 06:51:33 GMT RESP BODY: {"network_id": "14854d1f-0a5a-4932-b294-7ef8a9cc33be", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "subnet_id": "272108e8-375e-440d-8842-9f153a08da64", "subnet_ids": ["272108e8-375e-440d-8842-9f153a08da64"], "port_id": "28678a7c-9496-4fc2-9500-65f60f80754e", "id": "4e2ab932-5e26-4e6b-88ad-294f04d8fe55"} 2018-08-20 06:51:33,160 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55/remove_router_interface.json used request id req-1962a0ef-3b2f-40d9-b191-80042d4df169 2018-08-20 06:51:33,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.32330417633s 2018-08-20 06:51:33,160 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55/remove_router_interface.json used request id req-1962a0ef-3b2f-40d9-b191-80042d4df169 returning object 4e2ab932-5e26-4e6b-88ad-294f04d8fe55 2018-08-20 06:51:33,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:51:33,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:33,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-fc183b9e-d84f-4df0-8912-8f1a1b3ed391 Date: Mon, 20 Aug 2018 06:51:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:49Z", "admin_state_up": true, "updated_at": "2018-08-20T06:51:32Z", "revision_number": 4, "routes": [], "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "4e2ab932-5e26-4e6b-88ad-294f04d8fe55", "name": "singlevm2-router_74446901-ab82-4986-b4bb-33f1ad849855"}]} 2018-08-20 06:51:33,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-fc183b9e-d84f-4df0-8912-8f1a1b3ed391 2018-08-20 06:51:33,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.125263214111s 2018-08-20 06:51:33,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-fc183b9e-d84f-4df0-8912-8f1a1b3ed391 2018-08-20 06:51:33,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:51:33,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:34,980 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39843f86-ff45-4977-9dc2-baa1f733f837 Content-Length: 0 Date: Mon, 20 Aug 2018 06:51:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:51:34,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55.json used request id req-39843f86-ff45-4977-9dc2-baa1f733f837 2018-08-20 06:51:34,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.69306397438s 2018-08-20 06:51:34,981 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/4e2ab932-5e26-4e6b-88ad-294f04d8fe55.json used request id req-39843f86-ff45-4977-9dc2-baa1f733f837 2018-08-20 06:51:34,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:51:34,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:35,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e3feb6ab-dc99-4cbe-ae7a-d3d4342f17b6 Date: Mon, 20 Aug 2018 06:51:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:50:48Z","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":"6c5e1252106a4fbd831fdf475bd981fd","id":"272108e8-375e-440d-8842-9f153a08da64","subnetpool_id":null,"name":"singlevm2-subnet_74446901-ab82-4986-b4bb-33f1ad849855"}]} 2018-08-20 06:51:35,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-e3feb6ab-dc99-4cbe-ae7a-d3d4342f17b6 2018-08-20 06:51:35,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0609600543976s 2018-08-20 06:51:35,043 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-e3feb6ab-dc99-4cbe-ae7a-d3d4342f17b6 2018-08-20 06:51:35,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:51:35,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/272108e8-375e-440d-8842-9f153a08da64.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:37,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fb0d235-c57e-4818-a929-b3aedfeab7d2 Date: Mon, 20 Aug 2018 06:51:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:51:37,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/272108e8-375e-440d-8842-9f153a08da64.json used request id req-7fb0d235-c57e-4818-a929-b3aedfeab7d2 2018-08-20 06:51:37,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.4970099926s 2018-08-20 06:51:37,541 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/272108e8-375e-440d-8842-9f153a08da64.json used request id req-7fb0d235-c57e-4818-a929-b3aedfeab7d2 2018-08-20 06:51:37,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:51:37,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:37,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-e46462da-69c1-4175-8f91-0f2d6c19b7ad Date: Mon, 20 Aug 2018 06:51:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:51:37Z","tenant_id":"6c5e1252106a4fbd831fdf475bd981fd","created_at":"2018-08-20T06:50:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6c5e1252106a4fbd831fdf475bd981fd","id":"14854d1f-0a5a-4932-b294-7ef8a9cc33be","name":"singlevm2-net_74446901-ab82-4986-b4bb-33f1ad849855"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:51:37,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e46462da-69c1-4175-8f91-0f2d6c19b7ad 2018-08-20 06:51:37,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127871990204s 2018-08-20 06:51:37,670 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e46462da-69c1-4175-8f91-0f2d6c19b7ad 2018-08-20 06:51:37,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:51:37,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/14854d1f-0a5a-4932-b294-7ef8a9cc33be.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:39,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5ed5d35-7bd3-4adb-9b49-29bfb2e5d154 Date: Mon, 20 Aug 2018 06:51:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:51:39,184 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/14854d1f-0a5a-4932-b294-7ef8a9cc33be.json used request id req-a5ed5d35-7bd3-4adb-9b49-29bfb2e5d154 2018-08-20 06:51:39,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.51317286491s 2018-08-20 06:51:39,185 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/14854d1f-0a5a-4932-b294-7ef8a9cc33be.json used request id req-a5ed5d35-7bd3-4adb-9b49-29bfb2e5d154 2018-08-20 06:51:39,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:51:39,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:39,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-797b4756-47bd-41cd-9641-c000a598c961 Date: Mon, 20 Aug 2018 06:51:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/e761d393-f26a-425c-8b98-1eb42bc92434/snap", "metadata": {}}], "file": "/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434/file", "owner": "6c5e1252106a4fbd831fdf475bd981fd", "id": "e761d393-f26a-425c-8b98-1eb42bc92434", "size": 12716032, "self": "/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/e761d393-f26a-425c-8b98-1eb42bc92434/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:50:54Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_74446901-ab82-4986-b4bb-33f1ad849855", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:50:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:51:39,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-797b4756-47bd-41cd-9641-c000a598c961 2018-08-20 06:51:39,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.671580076218s 2018-08-20 06:51:39,861 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-797b4756-47bd-41cd-9641-c000a598c961 2018-08-20 06:51:39,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 06:51:39,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f5d5f566d7ca4b4abb14775c487c79ede71cc27" 2018-08-20 06:51:40,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bcd2eed2-f15a-4b70-9b9e-74082f95ab62 Date: Mon, 20 Aug 2018 06:51:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:51:40,979 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434 used request id req-bcd2eed2-f15a-4b70-9b9e-74082f95ab62 2018-08-20 06:51:40,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11616396904s 2018-08-20 06:51:40,980 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/e761d393-f26a-425c-8b98-1eb42bc92434 used request id req-bcd2eed2-f15a-4b70-9b9e-74082f95ab62 2018-08-20 06:51:40,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:51:40,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:41,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51: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-128677c0-f3df-457b-bd9c-e904f8aa711a x-compute-request-id: req-128677c0-f3df-457b-bd9c-e904f8aa711a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_74446901-ab82-4986-b4bb-33f1ad849855", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2aa935e4-3173-48bf-9695-b1c86cce35cf"}]} 2018-08-20 06:51:41,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-128677c0-f3df-457b-bd9c-e904f8aa711a 2018-08-20 06:51:41,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025496006012s 2018-08-20 06:51:41,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-128677c0-f3df-457b-bd9c-e904f8aa711a 2018-08-20 06:51:41,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 06:51:41,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:41,050 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:51:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a9865e7-13be-4fb7-bb19-62b738158018 x-compute-request-id: req-3a9865e7-13be-4fb7-bb19-62b738158018 Content-Length: 0 Content-Type: application/json 2018-08-20 06:51:41,050 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf used request id req-3a9865e7-13be-4fb7-bb19-62b738158018 2018-08-20 06:51:41,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0432469844818s 2018-08-20 06:51:41,051 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/2aa935e4-3173-48bf-9695-b1c86cce35cf used request id req-3a9865e7-13be-4fb7-bb19-62b738158018 2018-08-20 06:51:41,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:51:41,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:41,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731a788d-6da0-49b2-a299-9c6189a21b08 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855", "links": {"self": "http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "673fc63fe5634904b0b559701df6539d", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:51:41,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-731a788d-6da0-49b2-a299-9c6189a21b08 2018-08-20 06:51:41,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120544910431s 2018-08-20 06:51:41,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-731a788d-6da0-49b2-a299-9c6189a21b08 2018-08-20 06:51:41,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:51:41,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:41,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6f74c1-d8fb-49a6-801c-d92a4abc15c9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_74446901-ab82-4986-b4bb-33f1ad849855", "links": {"self": "http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "673fc63fe5634904b0b559701df6539d", "description": null}} 2018-08-20 06:51:41,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d used request id req-fc6f74c1-d8fb-49a6-801c-d92a4abc15c9 2018-08-20 06:51:41,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117655038834s 2018-08-20 06:51:41,296 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d used request id req-fc6f74c1-d8fb-49a6-801c-d92a4abc15c9 2018-08-20 06:51:41,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 06:51:41,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:41,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aee5ace9-4ccb-442e-b7a5-74da0a502b71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:51:41,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d used request id req-aee5ace9-4ccb-442e-b7a5-74da0a502b71 2018-08-20 06:51:41,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.251544952393s 2018-08-20 06:51:41,549 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/673fc63fe5634904b0b559701df6539d used request id req-aee5ace9-4ccb-442e-b7a5-74da0a502b71 2018-08-20 06:51:41,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:51:41,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:41,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71de0aa6-b4f5-47b7-a8ee-0587a600cb27 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd"}, "tags": [], "enabled": true, "id": "6c5e1252106a4fbd831fdf475bd981fd", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_74446901-ab82-4986-b4bb-33f1ad849855"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:51:41,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-71de0aa6-b4f5-47b7-a8ee-0587a600cb27 2018-08-20 06:51:41,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0950870513916s 2018-08-20 06:51:41,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-71de0aa6-b4f5-47b7-a8ee-0587a600cb27 2018-08-20 06:51:41,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 06:51:41,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:41,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2c55202-e37b-48c0-baa5-b3ec5a41a34d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:51:41,893 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-f2c55202-e37b-48c0-baa5-b3ec5a41a34d 2018-08-20 06:51:41,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.239240884781s 2018-08-20 06:51:41,893 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-f2c55202-e37b-48c0-baa5-b3ec5a41a34d 2018-08-20 06:51:41,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:51:41,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:41,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b9c9fb9-410a-4b5b-9d48-ae466b4ee394 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2ecb4b5ee607403eb143829b4c07bfe3", "links": {"self": "http://172.30.9.36:5000/v3/roles/2ecb4b5ee607403eb143829b4c07bfe3"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:51:41,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6b9c9fb9-410a-4b5b-9d48-ae466b4ee394 2018-08-20 06:51:41,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.093563079834s 2018-08-20 06:51:41,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6b9c9fb9-410a-4b5b-9d48-ae466b4ee394 2018-08-20 06:51:41,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 06:51:41,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/2ecb4b5ee607403eb143829b4c07bfe3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cb861e0d067316ec64146e4dc029333a4ee19e36" 2018-08-20 06:51:42,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52aa950c-504f-4337-96eb-36472988ada6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:51:42,182 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2ecb4b5ee607403eb143829b4c07bfe3 used request id req-52aa950c-504f-4337-96eb-36472988ada6 2018-08-20 06:51:42,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.186518907547s 2018-08-20 06:51:42,182 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2ecb4b5ee607403eb143829b4c07bfe3 used request id req-52aa950c-504f-4337-96eb-36472988ada6 2018-08-20 06:51:42,235 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-20 06:51:42,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:51:42,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:51:42,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:51:42,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:51:42,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:51:42,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:51:42,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:51:42,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:51:42,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:51:42,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93aa5159-75af-4115-862c-1264caca2b93 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:51:42,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-93aa5159-75af-4115-862c-1264caca2b93 2018-08-20 06:51:42,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:51:42,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["qzEchyLkS5mxYScZ9hT73w"], "issued_at": "2018-08-20T06:51:42.000000Z"}} 2018-08-20 06:51:42,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:51:42,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:42,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e81eec23-cb5f-41e2-a446-fa684e57868b Date: Mon, 20 Aug 2018 06:51:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:51:42,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e81eec23-cb5f-41e2-a446-fa684e57868b 2018-08-20 06:51:42,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26171207428s 2018-08-20 06:51:42,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e81eec23-cb5f-41e2-a446-fa684e57868b 2018-08-20 06:51:42,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:51:42,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:51:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:51:42,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:51:42,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:43,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5566716f-94a3-43f5-b4a3-cef3fe7650d0 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 06:51:43,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-5566716f-94a3-43f5-b4a3-cef3fe7650d0 2018-08-20 06:51:43,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0939040184021s 2018-08-20 06:51:43,037 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-5566716f-94a3-43f5-b4a3-cef3fe7650d0 2018-08-20 06:51:43,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 06:51:43,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}}' 2018-08-20 06:51:43,171 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9504b898-3167-4baa-a544-0cb7706b304f Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5"}, "tags": [], "enabled": true, "id": "6482edba13a74403b4b5e7b5092074e5", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}} 2018-08-20 06:51:43,171 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-9504b898-3167-4baa-a544-0cb7706b304f 2018-08-20 06:51:43,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.126452922821s 2018-08-20 06:51:43,171 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-9504b898-3167-4baa-a544-0cb7706b304f 2018-08-20 06:51:43,172 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'6482edba13a74403b4b5e7b5092074e5', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff'}) 2018-08-20 06:51:43,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 06:51:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "589cb460-6f3d-4c87-922a-05b9c10d8cd8", "email": null, "name": "vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}}' 2018-08-20 06:51:43,547 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-181afa2f-b7c5-4706-bbb7-f03dd77da963 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "links": {"self": "http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2369eb9ba5da4116b3333bf1c8afa721", "domain_id": "default", "password_expires_at": null}} 2018-08-20 06:51:43,547 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-181afa2f-b7c5-4706-bbb7-f03dd77da963 2018-08-20 06:51:43,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.368829965591s 2018-08-20 06:51:43,547 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-181afa2f-b7c5-4706-bbb7-f03dd77da963 2018-08-20 06:51:43,548 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2369eb9ba5da4116b3333bf1c8afa721', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff'}) 2018-08-20 06:51:43,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:51:43,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:43,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ebde030-9797-46b2-a950-1bcc5d24d542 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:51:43,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2ebde030-9797-46b2-a950-1bcc5d24d542 2018-08-20 06:51:43,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0945599079132s 2018-08-20 06:51:43,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2ebde030-9797-46b2-a950-1bcc5d24d542 2018-08-20 06:51:43,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:51:43,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:43,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474fb773-dcd2-4b71-be1f-737ba5cd3451 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:51:43,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-474fb773-dcd2-4b71-be1f-737ba5cd3451 2018-08-20 06:51:43,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0806629657745s 2018-08-20 06:51:43,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-474fb773-dcd2-4b71-be1f-737ba5cd3451 2018-08-20 06:51:43,731 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 06:51:43,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 06:51:43,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" -d '{"role": {"name": "Member"}}' 2018-08-20 06:51:43,904 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0a6f8fb-a9d2-4337-97d0-d77aa257e026 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a335e31b7c4c4915a4b7ebb4b6f2f0d7", "links": {"self": "http://172.30.9.36:5000/v3/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7"}, "name": "Member"}} 2018-08-20 06:51:43,904 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-a0a6f8fb-a9d2-4337-97d0-d77aa257e026 2018-08-20 06:51:43,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.17031621933s 2018-08-20 06:51:43,904 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-a0a6f8fb-a9d2-4337-97d0-d77aa257e026 2018-08-20 06:51:43,905 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'a335e31b7c4c4915a4b7ebb4b6f2f0d7'}) 2018-08-20 06:51:43,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:51:43,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:44,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52acd05b-6df8-4d8f-91cd-0d5172d76e94 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a335e31b7c4c4915a4b7ebb4b6f2f0d7", "links": {"self": "http://172.30.9.36:5000/v3/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7"}, "name": "Member"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:51:44,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-52acd05b-6df8-4d8f-91cd-0d5172d76e94 2018-08-20 06:51:44,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109534978867s 2018-08-20 06:51:44,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-52acd05b-6df8-4d8f-91cd-0d5172d76e94 2018-08-20 06:51:44,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:51:44,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:44,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d311de3d-392b-48f3-9b42-ae226ca6ee8d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 06:51:44,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-d311de3d-392b-48f3-9b42-ae226ca6ee8d 2018-08-20 06:51:44,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0940048694611s 2018-08-20 06:51:44,117 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-d311de3d-392b-48f3-9b42-ae226ca6ee8d 2018-08-20 06:51:44,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:51:44,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:44,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfa949f9-afae-43bf-bd4b-57e6686b75fa Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "links": {"self": "http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2369eb9ba5da4116b3333bf1c8afa721", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:51:44,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-dfa949f9-afae-43bf-bd4b-57e6686b75fa 2018-08-20 06:51:44,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114530801773s 2018-08-20 06:51:44,233 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-dfa949f9-afae-43bf-bd4b-57e6686b75fa 2018-08-20 06:51:44,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:51:44,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:44,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12c69319-4aa8-411a-ab57-7cc05f50c732 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5"}, "tags": [], "enabled": true, "id": "6482edba13a74403b4b5e7b5092074e5", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:51:44,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-12c69319-4aa8-411a-ab57-7cc05f50c732 2018-08-20 06:51:44,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0961909294128s 2018-08-20 06:51:44,340 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-12c69319-4aa8-411a-ab57-7cc05f50c732 2018-08-20 06:51:44,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 06:51:44,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=2369eb9ba5da4116b3333bf1c8afa721&role.id=a335e31b7c4c4915a4b7ebb4b6f2f0d7&scope.project.id=6482edba13a74403b4b5e7b5092074e5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:44,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8725f2a-7c2a-4b52-835f-125a5016262b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=2369eb9ba5da4116b3333bf1c8afa721&role.id=a335e31b7c4c4915a4b7ebb4b6f2f0d7&scope.project.id=6482edba13a74403b4b5e7b5092074e5", "previous": null, "next": null}} 2018-08-20 06:51:44,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=2369eb9ba5da4116b3333bf1c8afa721&role.id=a335e31b7c4c4915a4b7ebb4b6f2f0d7&scope.project.id=6482edba13a74403b4b5e7b5092074e5 used request id req-c8725f2a-7c2a-4b52-835f-125a5016262b 2018-08-20 06:51:44,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107028007507s 2018-08-20 06:51:44,452 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=2369eb9ba5da4116b3333bf1c8afa721&role.id=a335e31b7c4c4915a4b7ebb4b6f2f0d7&scope.project.id=6482edba13a74403b4b5e7b5092074e5 used request id req-c8725f2a-7c2a-4b52-835f-125a5016262b 2018-08-20 06:51:44,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 06:51:44,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5/users/2369eb9ba5da4116b3333bf1c8afa721/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:51:44,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a6bc340-6a41-4f01-ac71-2914d7bc5fff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:51:44,598 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5/users/2369eb9ba5da4116b3333bf1c8afa721/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7 used request id req-2a6bc340-6a41-4f01-ac71-2914d7bc5fff 2018-08-20 06:51:44,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143270015717s 2018-08-20 06:51:44,598 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5/users/2369eb9ba5da4116b3333bf1c8afa721/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7 used request id req-2a6bc340-6a41-4f01-ac71-2914d7bc5fff 2018-08-20 06:51:44,599 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'6482edba13a74403b4b5e7b5092074e5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '589cb460-6f3d-4c87-922a-05b9c10d8cd8', 'username': u'vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 06:51:44,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:51:44,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:51:44,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:51:44,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:51:44,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:51:44,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:51:44,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:51:44,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:51:44,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:51:44,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:51:44,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:51:44,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:51:44,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:51:44,603 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'password': '589cb460-6f3d-4c87-922a-05b9c10d8cd8', 'project_name': 'vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': '6482edba13a74403b4b5e7b5092074e5', 'project_domain_name': 'Default'} 2018-08-20 06:51:44,604 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-20 06:51:44,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:51:44,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2964360-846c-42f0-b88b-f0cfd04d4fd3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:51:44,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c2964360-846c-42f0-b88b-f0cfd04d4fd3 2018-08-20 06:51:44,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:51:44,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a335e31b7c4c4915a4b7ebb4b6f2f0d7", "name": "Member"}], "expires_at": "2018-08-20T07:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6482edba13a74403b4b5e7b5092074e5", "name": "vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6482edba13a74403b4b5e7b5092074e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6482edba13a74403b4b5e7b5092074e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6482edba13a74403b4b5e7b5092074e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6482edba13a74403b4b5e7b5092074e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6482edba13a74403b4b5e7b5092074e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6482edba13a74403b4b5e7b5092074e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6482edba13a74403b4b5e7b5092074e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6482edba13a74403b4b5e7b5092074e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6482edba13a74403b4b5e7b5092074e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6482edba13a74403b4b5e7b5092074e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6482edba13a74403b4b5e7b5092074e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6482edba13a74403b4b5e7b5092074e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6482edba13a74403b4b5e7b5092074e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6482edba13a74403b4b5e7b5092074e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "id": "2369eb9ba5da4116b3333bf1c8afa721"}, "audit_ids": ["eoQ_GERHR8mGigeGSdbMPw"], "issued_at": "2018-08-20T06:51:44.000000Z"}} 2018-08-20 06:51:44,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:51:44,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"network": {"name": "vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "admin_state_up": true}}' 2018-08-20 06:51:45,774 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-32968cd0-dae2-4962-804c-2c42c0836a8e Date: Mon, 20 Aug 2018 06:51:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T06:51:45Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6482edba13a74403b4b5e7b5092074e5","id":"e87aa1c0-0914-484d-9cfc-922a700b674b","name":"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}} 2018-08-20 06:51:45,774 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-32968cd0-dae2-4962-804c-2c42c0836a8e 2018-08-20 06:51:45,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.782011032104s 2018-08-20 06:51:45,775 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-32968cd0-dae2-4962-804c-2c42c0836a8e 2018-08-20 06:51:45,775 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:51:45Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'e87aa1c0-0914-484d-9cfc-922a700b674b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', u'admin_state_up': True, u'tenant_id': u'6482edba13a74403b4b5e7b5092074e5', u'created_at': u'2018-08-20T06:51:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6482edba13a74403b4b5e7b5092074e5'}) 2018-08-20 06:51:45,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:51:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:46,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-cbccb661-dfb6-4eba-b985-168755c13a63 Date: Mon, 20 Aug 2018 06:51:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:51:45Z","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6482edba13a74403b4b5e7b5092074e5","id":"e87aa1c0-0914-484d-9cfc-922a700b674b","name":"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:51:46,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-cbccb661-dfb6-4eba-b985-168755c13a63 2018-08-20 06:51:46,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.273701906204s 2018-08-20 06:51:46,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-cbccb661-dfb6-4eba-b985-168755c13a63 2018-08-20 06:51:46,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:51:46,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"subnet": {"name": "vping_ssh-subnet_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "enable_dhcp": true, "network_id": "e87aa1c0-0914-484d-9cfc-922a700b674b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:51:47,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-54a1f8e3-0b1b-4c8e-81a2-7bd1ce0944b3 Date: Mon, 20 Aug 2018 06:51:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e87aa1c0-0914-484d-9cfc-922a700b674b","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:51:46Z","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":"6482edba13a74403b4b5e7b5092074e5","id":"249e10dc-3a8e-4731-859a-601b80994eb5","subnetpool_id":null,"name":"vping_ssh-subnet_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}} 2018-08-20 06:51:47,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-54a1f8e3-0b1b-4c8e-81a2-7bd1ce0944b3 2018-08-20 06:51:47,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.00327801704s 2018-08-20 06:51:47,056 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-54a1f8e3-0b1b-4c8e-81a2-7bd1ce0944b3 2018-08-20 06:51:47,056 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:51:46Z', 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'249e10dc-3a8e-4731-859a-601b80994eb5', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', u'enable_dhcp': True, u'network_id': u'e87aa1c0-0914-484d-9cfc-922a700b674b', u'tenant_id': u'6482edba13a74403b4b5e7b5092074e5', u'created_at': u'2018-08-20T06:51:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6482edba13a74403b4b5e7b5092074e5'}) 2018-08-20 06:51:47,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:51:47,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "vping_ssh-router_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "admin_state_up": true}}' 2018-08-20 06:51:48,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-2e7ed885-a283-4619-acfa-09bb662d7976 Date: Mon, 20 Aug 2018 06:51:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:47Z", "admin_state_up": true, "updated_at": "2018-08-20T06:51:48Z", "revision_number": 2, "routes": [], "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "384b3a22-2eff-488a-8c7a-842e392d3a05", "name": "vping_ssh-router_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}} 2018-08-20 06:51:48,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-2e7ed885-a283-4619-acfa-09bb662d7976 2018-08-20 06:51:48,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40086889267s 2018-08-20 06:51:48,458 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-2e7ed885-a283-4619-acfa-09bb662d7976 2018-08-20 06:51:48,459 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6482edba13a74403b4b5e7b5092074e5', u'created_at': u'2018-08-20T06:51:47Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T06:51:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'6482edba13a74403b4b5e7b5092074e5', u'id': u'384b3a22-2eff-488a-8c7a-842e392d3a05', u'name': u'vping_ssh-router_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff'}) 2018-08-20 06:51:48,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:51:48,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"subnet_id": "249e10dc-3a8e-4731-859a-601b80994eb5"}' 2018-08-20 06:51:50,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-379c97ea-183b-4351-a176-469545e1010a Date: Mon, 20 Aug 2018 06:51:50 GMT RESP BODY: {"network_id": "e87aa1c0-0914-484d-9cfc-922a700b674b", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "subnet_id": "249e10dc-3a8e-4731-859a-601b80994eb5", "subnet_ids": ["249e10dc-3a8e-4731-859a-601b80994eb5"], "port_id": "02a61309-996d-4d58-8f9f-589e0a7dca87", "id": "384b3a22-2eff-488a-8c7a-842e392d3a05"} 2018-08-20 06:51:50,548 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05/add_router_interface.json used request id req-379c97ea-183b-4351-a176-469545e1010a 2018-08-20 06:51:50,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08814406395s 2018-08-20 06:51:50,548 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05/add_router_interface.json used request id req-379c97ea-183b-4351-a176-469545e1010a returning object 384b3a22-2eff-488a-8c7a-842e392d3a05 2018-08-20 06:51:50,548 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 06:51:50,681 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 06:51:50,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:51:50,687 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 06:51:50 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 06:51:50,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:51:50,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:51,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9b422b35-1406-4264-8628-5392a4210d30 Date: Mon, 20 Aug 2018 06:51:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:51:51,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-9b422b35-1406-4264-8628-5392a4210d30 2018-08-20 06:51:51,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.699333906174s 2018-08-20 06:51:51,392 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-9b422b35-1406-4264-8628-5392a4210d30 2018-08-20 06:51:51,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 06:51:51,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}' 2018-08-20 06:51:51,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-16e5ede9-038c-448b-a6b4-6d8a1b6b15bc Date: Mon, 20 Aug 2018 06:51:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file", "owner": "6482edba13a74403b4b5e7b5092074e5", "id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "size": null, "self": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:51:51Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "checksum": null, "created_at": "2018-08-20T06:51:51Z", "protected": false} 2018-08-20 06:51:51,660 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-16e5ede9-038c-448b-a6b4-6d8a1b6b15bc 2018-08-20 06:51:51,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.259968996048s 2018-08-20 06:51:51,660 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-16e5ede9-038c-448b-a6b4-6d8a1b6b15bc returning object 1ca2d212-7bf9-44ed-b9fc-4180117d1bf0 2018-08-20 06:51:51,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 06:51:51,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '' 2018-08-20 06:51:52,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c22eb974-d9b2-4e22-a261-e16aafa70fd4 Date: Mon, 20 Aug 2018 06:51:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:51:52,379 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file used request id req-c22eb974-d9b2-4e22-a261-e16aafa70fd4 2018-08-20 06:51:52,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.718580007553s 2018-08-20 06:51:52,380 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file used request id req-c22eb974-d9b2-4e22-a261-e16aafa70fd4 2018-08-20 06:51:52,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:51:52,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:52,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c18db94a-3127-4609-b30a-3007547ecb03 Date: Mon, 20 Aug 2018 06:51:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap", "metadata": {}}], "file": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file", "owner": "6482edba13a74403b4b5e7b5092074e5", "id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "size": 12716032, "self": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:51:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:51:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:51:52,620 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c18db94a-3127-4609-b30a-3007547ecb03 2018-08-20 06:51:52,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.236178874969s 2018-08-20 06:51:52,620 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c18db94a-3127-4609-b30a-3007547ecb03 2018-08-20 06:51:52,622 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file', 'owner': u'6482edba13a74403b4b5e7b5092074e5', 'id': u'1ca2d212-7bf9-44ed-b9fc-4180117d1bf0', 'size': 12716032, u'self': u'/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6482edba13a74403b4b5e7b5092074e5', 'name': 'vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T06:51:52Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T06:51:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'created': u'2018-08-20T06:51:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T06:51:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 06:51:52,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 06:51:52,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 06:51:53,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6a209f0-9aa0-4e7f-b7e4-cfeefaa806ab x-compute-request-id: req-f6a209f0-9aa0-4e7f-b7e4-cfeefaa806ab Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "da71f799-e59e-4c31-b5e1-52231facc173"}} 2018-08-20 06:51:53,380 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f6a209f0-9aa0-4e7f-b7e4-cfeefaa806ab 2018-08-20 06:51:53,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.757327079773s 2018-08-20 06:51:53,381 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f6a209f0-9aa0-4e7f-b7e4-cfeefaa806ab 2018-08-20 06:51:53,382 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'da71f799-e59e-4c31-b5e1-52231facc173', 'swap': 0}) 2018-08-20 06:51:53,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 06:51:53,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" -d '{"extra_specs": {}}' 2018-08-20 06:51:53,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51: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-c5384e98-e04a-498e-bdc4-564213f4bb2f x-compute-request-id: req-c5384e98-e04a-498e-bdc4-564213f4bb2f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 06:51:53,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173/os-extra_specs used request id req-c5384e98-e04a-498e-bdc4-564213f4bb2f 2018-08-20 06:51:53,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0238039493561s 2018-08-20 06:51:53,407 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173/os-extra_specs used request id req-c5384e98-e04a-498e-bdc4-564213f4bb2f 2018-08-20 06:51:53,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 06:51:53,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"keypair": {"name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}}' 2018-08-20 06:51:54,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51: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-a4bf7e56-e037-4c2a-b2de-0c8358c52469 x-compute-request-id: req-a4bf7e56-e037-4c2a-b2de-0c8358c52469 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCaI9Y0ndwzvVzXd97Q1t+2KWwxVxSF7dUCfWEAZURWLBfbkdYCifykUGf8GXDJ9JpDDBOcZfntSEdns69mbXvGXcZCa8mXoIOvDk5zQf2Ilsg2ow06z46V9A/uSOkutynUev8Z1D3nlMCnKHZh7iQjPj0hm21nirkCFhehJHPkzP/EWnISa3RMpIhN5XL2HkwqCY0X5frAS0h+sZfpuNP5usbc/HcYXq9xGEM7Se8Y4vSf/WTCCdW1wO17q3NPD/fx6yARBTVlSM2ZvO1cjJ1s6wvkGcFso/GtVthf0T2//T3XSLa56vU06ywns7qIkwkb5+cBWEsx8ox/k/K1gQ8p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAmiPWNJ3cM71c13fe0NbftilsMVcUhe3VAn1hAGVEViwX25HW\nAon8pFBn/BlwyfSaQwwTnGX57UhHZ7OvZm17xl3GQmvJl6CDrw5Oc0H9iJbINqMN\nOs+OlfQP7kjpLrcp1Hr/GdQ955TApyh2Ye4kIz49IZttZ4q5AhYXoSRz5Mz/xFpy\nEmt0TKSITeVy9h5MKgmNF+X6wEtIfrGX6bjT+brG3Px3GF6vcRhDO0nvGOL0n/1k\nwgnVtcDte6tzTw/38esgEQU1ZUjNmbztXIydbOsL5BnBbKPxrVbYX9E9v/0910i2\nuer1NOssJ7O6iJMJG+fnAVhLMfKMf5PytYEPKQIDAQABAoIBAQCPs7dhSIbhqboj\nmzqcwqbAInAes8uLbQZ4ksFbaA3EtMjtSFIX/eMOoXPAYUt4zNUAiwLBfYT7Bbak\nZK2ytYF+lzBd/jVsahY6nwDejXg73i78WRjdamHJRUeQ5GKYzeRulti7kNbBzzmo\n3Z04gZcpUD4X1dqyfG8tFcGj1uNBO7cC8jrXIFgJVmzOh/O5d+Dzl8E2zks816aB\nYRCr+XhmHFnf2Exz0ct2NgXHxy+LqkzLc0F4QvOgVvMZhgwwrbqd984mfpTXjP0E\nNySb76q0L/AMI4Au13oy4QDrId3JQhgwMYQSgHMdddLfHanToTpvXOeNE7mij8dF\nGrKwWysxAoGBAMrNMdkjCBC5TzHdOhyMOqfkp1cZa36vrXWzMuS/+GiyeDTJAkBI\np7d6I+i7dv+BkGGcBjQYHX7NfTmil5Qtqz/wUjuH308sISuirOdhuUlCvv1AJvHq\nxRjSRI0SkQWGnwp/mbNFRauvv2EQ/iilFoG+vDVTfkh0+Bs3X/m2zn09AoGBAMKS\n2uRbPG0b4piXPQ/bl8CHsuFZ4jbeJ09emLK28FZuWmHK5WSk+fslERaJEj6Ho+yC\nUiH2njGYRbMEMPjIRAlBF/5U8mqVEvLnttiG9eBNLAkGjlSqbz6Cl5BWqY35eOA7\n9c4n1GNAOeY+bFwQTCObmnAvwCXDxcnZXf6FbNBdAoGAbUPtLZ5wRAJzptwY6TSs\njbTmbEkn35Prk1S/gPvlbRNrLJV4fwYmRvapzkTisnsuPUkBFqQ/kAhLBfiSTqXk\ndIiY5bYpHNEb9hSpr+i5Gb26hVxBH2psUxlHEfME68NCgTeKqkoSZZRFOpkbNu7r\nl3Aam2imy4cp/g/xx+s0ickCgYB9j69Z9daEwp3zwoVRGnBPekJhUlO8/Jd5jJ4V\nliB6ZjRFL13hGOWIwF7KoCH54CZUlbTS3gcwEgfIgkfoA7SEFFGbes4FIbZcslM4\nX7+Dw8lK+cQXtvSa7kNIjeRVDkyGx6rUIrfYZLX4cwgSUSIRSHTdOLNSq4eTvoX9\nnbSesQKBgFuP2HiSLs+0sU4FH8Hh1B6JzvEDDAiIkImCRYre4dzCweDXFKLOjfw6\nJ0IpIkrqBGH9FipKRqlb2qGNJzM8wOgdwB3hMPZVBfoLikMcWVXJGNvS+YGL1SMl\ns3Cg0jPqU3jNZwjV5O6kc3Z0hw6WD5kvs+Q2I2VmDJaYcD8zYCUI\n-----END RSA PRIVATE KEY-----\n", "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "fingerprint": "d2:6f:ff:e0:c6:56:58:3e:11:f2:e9:c9:fe:1b:43:f3"}} 2018-08-20 06:51:54,239 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-a4bf7e56-e037-4c2a-b2de-0c8358c52469 2018-08-20 06:51:54,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.831609010696s 2018-08-20 06:51:54,239 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-a4bf7e56-e037-4c2a-b2de-0c8358c52469 2018-08-20 06:51:54,240 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCaI9Y0ndwzvVzXd97Q1t+2KWwxVxSF7dUCfWEAZURWLBfbkdYCifykUGf8GXDJ9JpDDBOcZfntSEdns69mbXvGXcZCa8mXoIOvDk5zQf2Ilsg2ow06z46V9A/uSOkutynUev8Z1D3nlMCnKHZh7iQjPj0hm21nirkCFhehJHPkzP/EWnISa3RMpIhN5XL2HkwqCY0X5frAS0h+sZfpuNP5usbc/HcYXq9xGEM7Se8Y4vSf/WTCCdW1wO17q3NPD/fx6yARBTVlSM2ZvO1cjJ1s6wvkGcFso/GtVthf0T2//T3XSLa56vU06ywns7qIkwkb5+cBWEsx8ox/k/K1gQ8p Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAmiPWNJ3cM71c13fe0NbftilsMVcUhe3VAn1hAGVEViwX25HW\nAon8pFBn/BlwyfSaQwwTnGX57UhHZ7OvZm17xl3GQmvJl6CDrw5Oc0H9iJbINqMN\nOs+OlfQP7kjpLrcp1Hr/GdQ955TApyh2Ye4kIz49IZttZ4q5AhYXoSRz5Mz/xFpy\nEmt0TKSITeVy9h5MKgmNF+X6wEtIfrGX6bjT+brG3Px3GF6vcRhDO0nvGOL0n/1k\nwgnVtcDte6tzTw/38esgEQU1ZUjNmbztXIydbOsL5BnBbKPxrVbYX9E9v/0910i2\nuer1NOssJ7O6iJMJG+fnAVhLMfKMf5PytYEPKQIDAQABAoIBAQCPs7dhSIbhqboj\nmzqcwqbAInAes8uLbQZ4ksFbaA3EtMjtSFIX/eMOoXPAYUt4zNUAiwLBfYT7Bbak\nZK2ytYF+lzBd/jVsahY6nwDejXg73i78WRjdamHJRUeQ5GKYzeRulti7kNbBzzmo\n3Z04gZcpUD4X1dqyfG8tFcGj1uNBO7cC8jrXIFgJVmzOh/O5d+Dzl8E2zks816aB\nYRCr+XhmHFnf2Exz0ct2NgXHxy+LqkzLc0F4QvOgVvMZhgwwrbqd984mfpTXjP0E\nNySb76q0L/AMI4Au13oy4QDrId3JQhgwMYQSgHMdddLfHanToTpvXOeNE7mij8dF\nGrKwWysxAoGBAMrNMdkjCBC5TzHdOhyMOqfkp1cZa36vrXWzMuS/+GiyeDTJAkBI\np7d6I+i7dv+BkGGcBjQYHX7NfTmil5Qtqz/wUjuH308sISuirOdhuUlCvv1AJvHq\nxRjSRI0SkQWGnwp/mbNFRauvv2EQ/iilFoG+vDVTfkh0+Bs3X/m2zn09AoGBAMKS\n2uRbPG0b4piXPQ/bl8CHsuFZ4jbeJ09emLK28FZuWmHK5WSk+fslERaJEj6Ho+yC\nUiH2njGYRbMEMPjIRAlBF/5U8mqVEvLnttiG9eBNLAkGjlSqbz6Cl5BWqY35eOA7\n9c4n1GNAOeY+bFwQTCObmnAvwCXDxcnZXf6FbNBdAoGAbUPtLZ5wRAJzptwY6TSs\njbTmbEkn35Prk1S/gPvlbRNrLJV4fwYmRvapzkTisnsuPUkBFqQ/kAhLBfiSTqXk\ndIiY5bYpHNEb9hSpr+i5Gb26hVxBH2psUxlHEfME68NCgTeKqkoSZZRFOpkbNu7r\nl3Aam2imy4cp/g/xx+s0ickCgYB9j69Z9daEwp3zwoVRGnBPekJhUlO8/Jd5jJ4V\nliB6ZjRFL13hGOWIwF7KoCH54CZUlbTS3gcwEgfIgkfoA7SEFFGbes4FIbZcslM4\nX7+Dw8lK+cQXtvSa7kNIjeRVDkyGx6rUIrfYZLX4cwgSUSIRSHTdOLNSq4eTvoX9\nnbSesQKBgFuP2HiSLs+0sU4FH8Hh1B6JzvEDDAiIkImCRYre4dzCweDXFKLOjfw6\nJ0IpIkrqBGH9FipKRqlb2qGNJzM8wOgdwB3hMPZVBfoLikMcWVXJGNvS+YGL1SMl\ns3Cg0jPqU3jNZwjV5O6kc3Z0hw6WD5kvs+Q2I2VmDJaYcD8zYCUI\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2369eb9ba5da4116b3333bf1c8afa721', 'name': u'vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'created_at': '2018-08-20T06:51:54.240305', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6482edba13a74403b4b5e7b5092074e5', 'name': 'vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd2:6f:ff:e0:c6:56:58:3e:11:f2:e9:c9:fe:1b:43:f3', 'type': 'ssh', 'id': u'vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff'}) 2018-08-20 06:51:54,240 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAmiPWNJ3cM71c13fe0NbftilsMVcUhe3VAn1hAGVEViwX25HW Aon8pFBn/BlwyfSaQwwTnGX57UhHZ7OvZm17xl3GQmvJl6CDrw5Oc0H9iJbINqMN Os+OlfQP7kjpLrcp1Hr/GdQ955TApyh2Ye4kIz49IZttZ4q5AhYXoSRz5Mz/xFpy Emt0TKSITeVy9h5MKgmNF+X6wEtIfrGX6bjT+brG3Px3GF6vcRhDO0nvGOL0n/1k wgnVtcDte6tzTw/38esgEQU1ZUjNmbztXIydbOsL5BnBbKPxrVbYX9E9v/0910i2 uer1NOssJ7O6iJMJG+fnAVhLMfKMf5PytYEPKQIDAQABAoIBAQCPs7dhSIbhqboj mzqcwqbAInAes8uLbQZ4ksFbaA3EtMjtSFIX/eMOoXPAYUt4zNUAiwLBfYT7Bbak ZK2ytYF+lzBd/jVsahY6nwDejXg73i78WRjdamHJRUeQ5GKYzeRulti7kNbBzzmo 3Z04gZcpUD4X1dqyfG8tFcGj1uNBO7cC8jrXIFgJVmzOh/O5d+Dzl8E2zks816aB YRCr+XhmHFnf2Exz0ct2NgXHxy+LqkzLc0F4QvOgVvMZhgwwrbqd984mfpTXjP0E NySb76q0L/AMI4Au13oy4QDrId3JQhgwMYQSgHMdddLfHanToTpvXOeNE7mij8dF GrKwWysxAoGBAMrNMdkjCBC5TzHdOhyMOqfkp1cZa36vrXWzMuS/+GiyeDTJAkBI p7d6I+i7dv+BkGGcBjQYHX7NfTmil5Qtqz/wUjuH308sISuirOdhuUlCvv1AJvHq xRjSRI0SkQWGnwp/mbNFRauvv2EQ/iilFoG+vDVTfkh0+Bs3X/m2zn09AoGBAMKS 2uRbPG0b4piXPQ/bl8CHsuFZ4jbeJ09emLK28FZuWmHK5WSk+fslERaJEj6Ho+yC UiH2njGYRbMEMPjIRAlBF/5U8mqVEvLnttiG9eBNLAkGjlSqbz6Cl5BWqY35eOA7 9c4n1GNAOeY+bFwQTCObmnAvwCXDxcnZXf6FbNBdAoGAbUPtLZ5wRAJzptwY6TSs jbTmbEkn35Prk1S/gPvlbRNrLJV4fwYmRvapzkTisnsuPUkBFqQ/kAhLBfiSTqXk dIiY5bYpHNEb9hSpr+i5Gb26hVxBH2psUxlHEfME68NCgTeKqkoSZZRFOpkbNu7r l3Aam2imy4cp/g/xx+s0ickCgYB9j69Z9daEwp3zwoVRGnBPekJhUlO8/Jd5jJ4V liB6ZjRFL13hGOWIwF7KoCH54CZUlbTS3gcwEgfIgkfoA7SEFFGbes4FIbZcslM4 X7+Dw8lK+cQXtvSa7kNIjeRVDkyGx6rUIrfYZLX4cwgSUSIRSHTdOLNSq4eTvoX9 nbSesQKBgFuP2HiSLs+0sU4FH8Hh1B6JzvEDDAiIkImCRYre4dzCweDXFKLOjfw6 J0IpIkrqBGH9FipKRqlb2qGNJzM8wOgdwB3hMPZVBfoLikMcWVXJGNvS+YGL1SMl s3Cg0jPqU3jNZwjV5O6kc3Z0hw6WD5kvs+Q2I2VmDJaYcD8zYCUI -----END RSA PRIVATE KEY----- 2018-08-20 06:51:54,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 06:51:54,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"security_group": {"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-20 06:51:54,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-77f1f3e9-9021-497d-b62d-31d5a0cc5506 Date: Mon, 20 Aug 2018 06:51:54 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:54Z", "updated_at": "2018-08-20T06:51:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:54Z", "revision_number": 0, "id": "88659ef4-a8ec-41ff-8790-c65dade761b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:54Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:54Z", "revision_number": 0, "id": "b7bbcb69-2328-4ab0-a28c-35ece2b963db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:54Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 2, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}} 2018-08-20 06:51:54,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-77f1f3e9-9021-497d-b62d-31d5a0cc5506 2018-08-20 06:51:54,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.447950124741s 2018-08-20 06:51:54,691 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-77f1f3e9-9021-497d-b62d-31d5a0cc5506 2018-08-20 06:51:54,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:51:54,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:54,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-84859e2b-3622-4259-a31a-97c2a1c96d80 Date: Mon, 20 Aug 2018 06:51:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:54Z", "updated_at": "2018-08-20T06:51:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:54Z", "revision_number": 0, "id": "88659ef4-a8ec-41ff-8790-c65dade761b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:54Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:54Z", "revision_number": 0, "id": "b7bbcb69-2328-4ab0-a28c-35ece2b963db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:54Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 2, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:51:54,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-84859e2b-3622-4259-a31a-97c2a1c96d80 2018-08-20 06:51:54,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.235126972198s 2018-08-20 06:51:54,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-84859e2b-3622-4259-a31a-97c2a1c96d80 2018-08-20 06:51:54,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 06:51:54,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -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": "d379ccdf-a9c9-4f7d-87f4-47898762f389"}}' 2018-08-20 06:51:55,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-02db74e5-c6f9-4cce-a545-59f633ba5cda Date: Mon, 20 Aug 2018 06:51:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T06:51:55Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "port_range_min": 22, "revision_number": 0, "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:55Z", "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "f681a720-b493-42a1-8862-4c50f32ca276"}} 2018-08-20 06:51:55,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-02db74e5-c6f9-4cce-a545-59f633ba5cda 2018-08-20 06:51:55,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.369134187698s 2018-08-20 06:51:55,303 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-02db74e5-c6f9-4cce-a545-59f633ba5cda 2018-08-20 06:51:55,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:51:55,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:55,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-f3a87813-7831-4389-a8ea-fe33521dc526 Date: Mon, 20 Aug 2018 06:51:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:54Z", "updated_at": "2018-08-20T06:51:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:54Z", "revision_number": 0, "id": "88659ef4-a8ec-41ff-8790-c65dade761b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:54Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:54Z", "revision_number": 0, "id": "b7bbcb69-2328-4ab0-a28c-35ece2b963db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:54Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T06:51:55Z", "revision_number": 0, "id": "f681a720-b493-42a1-8862-4c50f32ca276", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:55Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 3, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:51:55,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-f3a87813-7831-4389-a8ea-fe33521dc526 2018-08-20 06:51:55,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.236915111542s 2018-08-20 06:51:55,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-f3a87813-7831-4389-a8ea-fe33521dc526 2018-08-20 06:51:55,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 06:51:55,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -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": "d379ccdf-a9c9-4f7d-87f4-47898762f389"}}' 2018-08-20 06:51:55,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-69870c80-c3a7-48fd-a6d3-8e550f8cd776 Date: Mon, 20 Aug 2018 06:51:55 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-08-20T06:51:55Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "port_range_min": null, "revision_number": 0, "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:55Z", "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "471bb14d-4e13-4128-a570-1d55eac6d280"}} 2018-08-20 06:51:55,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-69870c80-c3a7-48fd-a6d3-8e550f8cd776 2018-08-20 06:51:55,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.329998970032s 2018-08-20 06:51:55,878 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-69870c80-c3a7-48fd-a6d3-8e550f8cd776 2018-08-20 06:51:55,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:51:55,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:56,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9d6828e2-94fa-4b4c-8f95-879b73f22ca8 Date: Mon, 20 Aug 2018 06:51:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["249e10dc-3a8e-4731-859a-601b80994eb5"],"updated_at":"2018-08-20T06:51:46Z","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6482edba13a74403b4b5e7b5092074e5","id":"e87aa1c0-0914-484d-9cfc-922a700b674b","name":"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:51:56,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-9d6828e2-94fa-4b4c-8f95-879b73f22ca8 2018-08-20 06:51:56,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.313563108444s 2018-08-20 06:51:56,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-9d6828e2-94fa-4b4c-8f95-879b73f22ca8 2018-08-20 06:51:56,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:51:56,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:56,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-20056dcd-50c3-499b-8591-f49406d27136 Date: Mon, 20 Aug 2018 06:51:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap", "metadata": {}}], "file": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file", "owner": "6482edba13a74403b4b5e7b5092074e5", "id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "size": 12716032, "self": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:51:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:51:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:51:56,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-20056dcd-50c3-499b-8591-f49406d27136 2018-08-20 06:51:56,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.218794107437s 2018-08-20 06:51:56,417 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-20056dcd-50c3-499b-8591-f49406d27136 2018-08-20 06:51:56,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:51:56,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:56,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2680b050-c0ee-4a8d-8558-d92fa46c6495 x-compute-request-id: req-2680b050-c0ee-4a8d-8558-d92fa46c6495 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "da71f799-e59e-4c31-b5e1-52231facc173"}]} 2018-08-20 06:51:56,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-2680b050-c0ee-4a8d-8558-d92fa46c6495 2018-08-20 06:51:56,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0395939350128s 2018-08-20 06:51:56,458 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-2680b050-c0ee-4a8d-8558-d92fa46c6495 2018-08-20 06:51:56,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 06:51:56,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"server": {"name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "imageRef": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "flavorRef": "da71f799-e59e-4c31-b5e1-52231facc173", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e87aa1c0-0914-484d-9cfc-922a700b674b"}], "security_groups": [{"name": "d379ccdf-a9c9-4f7d-87f4-47898762f389"}]}}' 2018-08-20 06:51:59,462 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:51:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e8464a6-9b4e-41a3-809a-45f8cb80ec88 x-compute-request-id: req-4e8464a6-9b4e-41a3-809a-45f8cb80ec88 Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d379ccdf-a9c9-4f7d-87f4-47898762f389"}], "OS-DCF:diskConfig": "MANUAL", "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "adminPass": "o5nF69NEqynm"}} 2018-08-20 06:51:59,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-4e8464a6-9b4e-41a3-809a-45f8cb80ec88 2018-08-20 06:51:59,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.00203919411s 2018-08-20 06:51:59,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-4e8464a6-9b4e-41a3-809a-45f8cb80ec88 2018-08-20 06:51:59,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:51:59,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:51:59,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ffbcc0a-9f6d-4aa5-8bbc-6de74a874bdc x-compute-request-id: req-7ffbcc0a-9f6d-4aa5-8bbc-6de74a874bdc Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:51:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:51:59,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7ffbcc0a-9f6d-4aa5-8bbc-6de74a874bdc 2018-08-20 06:51:59,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.286024808884s 2018-08-20 06:51:59,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7ffbcc0a-9f6d-4aa5-8bbc-6de74a874bdc 2018-08-20 06:51:59,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:51:59,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:00,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8fbd1b1f-2607-49a4-988a-308cc1186ca7 Date: Mon, 20 Aug 2018 06:52:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["249e10dc-3a8e-4731-859a-601b80994eb5"],"updated_at":"2018-08-20T06:51:46Z","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6482edba13a74403b4b5e7b5092074e5","id":"e87aa1c0-0914-484d-9cfc-922a700b674b","name":"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:52:00,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-8fbd1b1f-2607-49a4-988a-308cc1186ca7 2018-08-20 06:52:00,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29598402977s 2018-08-20 06:52:00,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-8fbd1b1f-2607-49a4-988a-308cc1186ca7 2018-08-20 06:52:00,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:52:00,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:00,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0df6615e-9932-4746-8ea1-69e3e6410e0f Date: Mon, 20 Aug 2018 06:52:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e87aa1c0-0914-484d-9cfc-922a700b674b","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:51:46Z","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":"6482edba13a74403b4b5e7b5092074e5","id":"249e10dc-3a8e-4731-859a-601b80994eb5","subnetpool_id":null,"name":"vping_ssh-subnet_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:52:00,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0df6615e-9932-4746-8ea1-69e3e6410e0f 2018-08-20 06:52:00,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0666859149933s 2018-08-20 06:52:00,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0df6615e-9932-4746-8ea1-69e3e6410e0f 2018-08-20 06:52:00,121 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:02,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:02,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:03,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06: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-3b6214c7-26e3-487d-ba33-dbeee4bfa038 x-compute-request-id: req-3b6214c7-26e3-487d-ba33-dbeee4bfa038 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:52:02Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:03,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3b6214c7-26e3-487d-ba33-dbeee4bfa038 2018-08-20 06:52:03,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.912046909332s 2018-08-20 06:52:03,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3b6214c7-26e3-487d-ba33-dbeee4bfa038 2018-08-20 06:52:03,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:05,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:05,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:05,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52: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-32d0bf8e-a57d-4a44-837e-5760407f2ae4 x-compute-request-id: req-32d0bf8e-a57d-4a44-837e-5760407f2ae4 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:52:02Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:05,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-32d0bf8e-a57d-4a44-837e-5760407f2ae4 2018-08-20 06:52:05,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640113830566s 2018-08-20 06:52:05,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-32d0bf8e-a57d-4a44-837e-5760407f2ae4 2018-08-20 06:52:05,686 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:07,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:07,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:08,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff96253d-1853-4901-b531-4070322b3b75 x-compute-request-id: req-ff96253d-1853-4901-b531-4070322b3b75 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:52:02Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:08,876 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ff96253d-1853-4901-b531-4070322b3b75 2018-08-20 06:52:08,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18880391121s 2018-08-20 06:52:08,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ff96253d-1853-4901-b531-4070322b3b75 2018-08-20 06:52:08,881 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:10,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:10,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:11,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-9d28830d-2eaf-40a7-b771-cb486bd938e2 x-compute-request-id: req-9d28830d-2eaf-40a7-b771-cb486bd938e2 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:28:cf", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:08.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:08Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:11,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9d28830d-2eaf-40a7-b771-cb486bd938e2 2018-08-20 06:52:11,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.844418048859s 2018-08-20 06:52:11,728 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9d28830d-2eaf-40a7-b771-cb486bd938e2 2018-08-20 06:52:11,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:52:11,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=3ce3cb69-d6c4-479c-8436-7992822a5db3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:11,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c7594789-e373-4ccd-93b6-cffa3ce57e34 Date: Mon, 20 Aug 2018 06:52:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e87aa1c0-0914-484d-9cfc-922a700b674b","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:52:02Z","admin_state_up":true,"updated_at":"2018-08-20T06:52:08Z","binding:vnic_type":"normal","device_id":"3ce3cb69-d6c4-479c-8436-7992822a5db3","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ac:28:cf","id":"44b2ddfc-50e4-4f04-8322-c48b65938c79","port_security_enabled":true,"project_id":"6482edba13a74403b4b5e7b5092074e5","fixed_ips":[{"subnet_id":"249e10dc-3a8e-4731-859a-601b80994eb5","ip_address":"192.168.120.15"}],"extra_dhcp_opts":[],"security_groups":["d379ccdf-a9c9-4f7d-87f4-47898762f389"],"name":""}]} 2018-08-20 06:52:11,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=3ce3cb69-d6c4-479c-8436-7992822a5db3 used request id req-c7594789-e373-4ccd-93b6-cffa3ce57e34 2018-08-20 06:52:11,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0888390541077s 2018-08-20 06:52:11,821 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=3ce3cb69-d6c4-479c-8436-7992822a5db3 used request id req-c7594789-e373-4ccd-93b6-cffa3ce57e34 2018-08-20 06:52:11,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:52:11,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=44b2ddfc-50e4-4f04-8322-c48b65938c79" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:12,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ea4e2330-074c-4c6f-8c09-9641b701405f Date: Mon, 20 Aug 2018 06:52:12 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:52:12,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=44b2ddfc-50e4-4f04-8322-c48b65938c79 used request id req-ea4e2330-074c-4c6f-8c09-9641b701405f 2018-08-20 06:52:12,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.198158025742s 2018-08-20 06:52:12,025 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=44b2ddfc-50e4-4f04-8322-c48b65938c79 used request id req-ea4e2330-074c-4c6f-8c09-9641b701405f 2018-08-20 06:52:12,026 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ac:28:cf', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1ca2d212-7bf9-44ed-b9fc-4180117d1bf0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T06:52:08.000000', 'flavor': Munch({u'id': u'da71f799-e59e-4c31-b5e1-52231facc173'}), 'az': u'nova', 'id': u'3ce3cb69-d6c4-479c-8436-7992822a5db3', 'security_groups': [Munch({u'name': u'vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2369eb9ba5da4116b3333bf1c8afa721', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6482edba13a74403b4b5e7b5092074e5', 'name': 'vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', '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-08-20T06:52:08.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T06:52:08Z', 'hostId': u'153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28', '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-08-20T06:52:08.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6482edba13a74403b4b5e7b5092074e5', 'name': u'vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'adminPass': u'o5nF69NEqynm', 'tenant_id': u'6482edba13a74403b4b5e7b5092074e5', 'created_at': u'2018-08-20T06:51:59Z', 'created': u'2018-08-20T06:51:59Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 06:52:12,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:52:12,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:12,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-7a4f4e5c-a997-4eaa-95e0-11de64cd48ad Date: Mon, 20 Aug 2018 06:52:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["249e10dc-3a8e-4731-859a-601b80994eb5"],"updated_at":"2018-08-20T06:51:46Z","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6482edba13a74403b4b5e7b5092074e5","id":"e87aa1c0-0914-484d-9cfc-922a700b674b","name":"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:52:12,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7a4f4e5c-a997-4eaa-95e0-11de64cd48ad 2018-08-20 06:52:12,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121514797211s 2018-08-20 06:52:12,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7a4f4e5c-a997-4eaa-95e0-11de64cd48ad 2018-08-20 06:52:12,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:52:12,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:12,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-91736e64-d714-4c47-8487-7d556394cec4 Date: Mon, 20 Aug 2018 06:52:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap", "metadata": {}}], "file": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file", "owner": "6482edba13a74403b4b5e7b5092074e5", "id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "size": 12716032, "self": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:51:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:51:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:52:12,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-91736e64-d714-4c47-8487-7d556394cec4 2018-08-20 06:52:12,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197454929352s 2018-08-20 06:52:12,351 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-91736e64-d714-4c47-8487-7d556394cec4 2018-08-20 06:52:12,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:52:12,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:12,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52: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-d48e2070-ff98-4423-baec-2b425c6252ff x-compute-request-id: req-d48e2070-ff98-4423-baec-2b425c6252ff Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "da71f799-e59e-4c31-b5e1-52231facc173"}]} 2018-08-20 06:52:12,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-d48e2070-ff98-4423-baec-2b425c6252ff 2018-08-20 06:52:12,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.141285896301s 2018-08-20 06:52:12,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-d48e2070-ff98-4423-baec-2b425c6252ff 2018-08-20 06:52:12,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 06:52:12,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"server": {"name": "vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "imageRef": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "key_name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "flavorRef": "da71f799-e59e-4c31-b5e1-52231facc173", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e87aa1c0-0914-484d-9cfc-922a700b674b"}], "security_groups": [{"name": "d379ccdf-a9c9-4f7d-87f4-47898762f389"}]}}' 2018-08-20 06:52:15,174 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:52: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-af1996c0-4db1-4c42-831e-fbeea144c69a x-compute-request-id: req-af1996c0-4db1-4c42-831e-fbeea144c69a Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d379ccdf-a9c9-4f7d-87f4-47898762f389"}], "OS-DCF:diskConfig": "MANUAL", "id": "2054f962-b344-4520-b15d-9d953ff5aaa0", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "bookmark"}], "adminPass": "XMwS9BB8gZBd"}} 2018-08-20 06:52:15,174 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-af1996c0-4db1-4c42-831e-fbeea144c69a 2018-08-20 06:52:15,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.67911982536s 2018-08-20 06:52:15,175 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-af1996c0-4db1-4c42-831e-fbeea144c69a 2018-08-20 06:52:15,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:15,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:15,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-842f7635-284d-4b6c-b16c-714b8cd0d18b x-compute-request-id: req-842f7635-284d-4b6c-b16c-714b8cd0d18b Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "2054f962-b344-4520-b15d-9d953ff5aaa0", "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:52:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "name": "vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:52:15Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:28:cf", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:08.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:08Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:15,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-842f7635-284d-4b6c-b16c-714b8cd0d18b 2018-08-20 06:52:15,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712559938431s 2018-08-20 06:52:15,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-842f7635-284d-4b6c-b16c-714b8cd0d18b 2018-08-20 06:52:15,894 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:17,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:17,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:18,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-706596e3-0f01-4d48-9402-de0339e8a407 x-compute-request-id: req-706596e3-0f01-4d48-9402-de0339e8a407 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "2054f962-b344-4520-b15d-9d953ff5aaa0", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:52:16Z", "hostId": "3636bcba660af95f90e5f2710950347157382ed70568647cdd6bd54c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "name": "vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:52:15Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:28:cf", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:08.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:08Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:18,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-706596e3-0f01-4d48-9402-de0339e8a407 2018-08-20 06:52:18,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.940126895905s 2018-08-20 06:52:18,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-706596e3-0f01-4d48-9402-de0339e8a407 2018-08-20 06:52:18,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:20,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:20,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:21,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-76105480-5d18-41db-8fdd-bcbd9ff3e1ef x-compute-request-id: req-76105480-5d18-41db-8fdd-bcbd9ff3e1ef Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "2054f962-b344-4520-b15d-9d953ff5aaa0", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:52:16Z", "hostId": "3636bcba660af95f90e5f2710950347157382ed70568647cdd6bd54c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "name": "vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:52:15Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:28:cf", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:08.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:08Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:21,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-76105480-5d18-41db-8fdd-bcbd9ff3e1ef 2018-08-20 06:52:21,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378202915192s 2018-08-20 06:52:21,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-76105480-5d18-41db-8fdd-bcbd9ff3e1ef 2018-08-20 06:52:21,228 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:23,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:23,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:23,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52: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-9c2b4a47-5445-482c-8703-ff2ff0bb2b26 x-compute-request-id: req-9c2b4a47-5445-482c-8703-ff2ff0bb2b26 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bc:8f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:21.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "2054f962-b344-4520-b15d-9d953ff5aaa0", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:22Z", "hostId": "3636bcba660af95f90e5f2710950347157382ed70568647cdd6bd54c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "name": "vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:52:15Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:28:cf", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:08.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:08Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:23,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9c2b4a47-5445-482c-8703-ff2ff0bb2b26 2018-08-20 06:52:23,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.697433948517s 2018-08-20 06:52:23,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9c2b4a47-5445-482c-8703-ff2ff0bb2b26 2018-08-20 06:52:23,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:52:23,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=2054f962-b344-4520-b15d-9d953ff5aaa0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:23,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a399b417-b808-4644-8592-cd0c53214764 Date: Mon, 20 Aug 2018 06:52:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e87aa1c0-0914-484d-9cfc-922a700b674b","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:52:16Z","admin_state_up":true,"updated_at":"2018-08-20T06:52:21Z","binding:vnic_type":"normal","device_id":"2054f962-b344-4520-b15d-9d953ff5aaa0","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d3:bc:8f","id":"09c8ee53-49d8-4805-8795-c3d44c0e1edd","port_security_enabled":true,"project_id":"6482edba13a74403b4b5e7b5092074e5","fixed_ips":[{"subnet_id":"249e10dc-3a8e-4731-859a-601b80994eb5","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["d379ccdf-a9c9-4f7d-87f4-47898762f389"],"name":""}]} 2018-08-20 06:52:23,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=2054f962-b344-4520-b15d-9d953ff5aaa0 used request id req-a399b417-b808-4644-8592-cd0c53214764 2018-08-20 06:52:23,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0568869113922s 2018-08-20 06:52:23,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=2054f962-b344-4520-b15d-9d953ff5aaa0 used request id req-a399b417-b808-4644-8592-cd0c53214764 2018-08-20 06:52:23,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:52:23,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=09c8ee53-49d8-4805-8795-c3d44c0e1edd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:24,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3d697d7b-c2dd-45a0-8cbd-a8c2884ddc33 Date: Mon, 20 Aug 2018 06:52:24 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:52:24,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=09c8ee53-49d8-4805-8795-c3d44c0e1edd used request id req-3d697d7b-c2dd-45a0-8cbd-a8c2884ddc33 2018-08-20 06:52:24,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.180159091949s 2018-08-20 06:52:24,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=09c8ee53-49d8-4805-8795-c3d44c0e1edd used request id req-3d697d7b-c2dd-45a0-8cbd-a8c2884ddc33 2018-08-20 06:52:24,177 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d3:bc:8f', u'version': 4, u'addr': u'192.168.120.20', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1ca2d212-7bf9-44ed-b9fc-4180117d1bf0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T06:52:21.000000', 'flavor': Munch({u'id': u'da71f799-e59e-4c31-b5e1-52231facc173'}), 'az': u'nova', 'id': u'2054f962-b344-4520-b15d-9d953ff5aaa0', 'security_groups': [Munch({u'name': u'vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2369eb9ba5da4116b3333bf1c8afa721', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6482edba13a74403b4b5e7b5092074e5', 'name': 'vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', '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-08-20T06:52:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T06:52:22Z', 'hostId': u'3636bcba660af95f90e5f2710950347157382ed70568647cdd6bd54c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'public_v6': '', 'private_v4': u'192.168.120.20', 'cloud': 'envvars', 'host_id': u'3636bcba660af95f90e5f2710950347157382ed70568647cdd6bd54c', '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-08-20T06:52:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6482edba13a74403b4b5e7b5092074e5', 'name': u'vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'adminPass': u'XMwS9BB8gZBd', 'tenant_id': u'6482edba13a74403b4b5e7b5092074e5', 'created_at': u'2018-08-20T06:52:15Z', 'created': u'2018-08-20T06:52:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 06:52:24,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:52:24,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:24,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c25d9a05-d5d4-4e61-a797-afdacc07cf55 Date: Mon, 20 Aug 2018 06:52:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["249e10dc-3a8e-4731-859a-601b80994eb5"],"updated_at":"2018-08-20T06:51:46Z","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6482edba13a74403b4b5e7b5092074e5","id":"e87aa1c0-0914-484d-9cfc-922a700b674b","name":"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:52:24,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-c25d9a05-d5d4-4e61-a797-afdacc07cf55 2018-08-20 06:52:24,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.168380022049s 2018-08-20 06:52:24,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-c25d9a05-d5d4-4e61-a797-afdacc07cf55 2018-08-20 06:52:24,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:52:24,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=2054f962-b344-4520-b15d-9d953ff5aaa0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:24,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-90e91821-e2eb-44e1-ba2b-8cd645fc0daa Date: Mon, 20 Aug 2018 06:52:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e87aa1c0-0914-484d-9cfc-922a700b674b","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:52:16Z","admin_state_up":true,"updated_at":"2018-08-20T06:52:21Z","binding:vnic_type":"normal","device_id":"2054f962-b344-4520-b15d-9d953ff5aaa0","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d3:bc:8f","id":"09c8ee53-49d8-4805-8795-c3d44c0e1edd","port_security_enabled":true,"project_id":"6482edba13a74403b4b5e7b5092074e5","fixed_ips":[{"subnet_id":"249e10dc-3a8e-4731-859a-601b80994eb5","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["d379ccdf-a9c9-4f7d-87f4-47898762f389"],"name":""}]} 2018-08-20 06:52:24,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=2054f962-b344-4520-b15d-9d953ff5aaa0 used request id req-90e91821-e2eb-44e1-ba2b-8cd645fc0daa 2018-08-20 06:52:24,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0810101032257s 2018-08-20 06:52:24,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=2054f962-b344-4520-b15d-9d953ff5aaa0 used request id req-90e91821-e2eb-44e1-ba2b-8cd645fc0daa 2018-08-20 06:52:24,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 06:52:24,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.20", "port_id": "09c8ee53-49d8-4805-8795-c3d44c0e1edd"}}' 2018-08-20 06:52:25,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-452102f0-0385-47af-b5ca-21bc29f03610 Date: Mon, 20 Aug 2018 06:52:25 GMT RESP BODY: {"floatingip": {"router_id": "384b3a22-2eff-488a-8c7a-842e392d3a05", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:52:25Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "09c8ee53-49d8-4805-8795-c3d44c0e1edd", "id": "e9424929-eda8-44c2-ae36-dfabc0c44d12", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:52:25Z", "project_id": "6482edba13a74403b4b5e7b5092074e5"}} 2018-08-20 06:52:25,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-452102f0-0385-47af-b5ca-21bc29f03610 2018-08-20 06:52:25,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.56456685066s 2018-08-20 06:52:25,997 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-452102f0-0385-47af-b5ca-21bc29f03610 2018-08-20 06:52:26,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:52:26,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:26,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-8deb36ae-9f4d-415e-a498-0fd3eec8592a Date: Mon, 20 Aug 2018 06:52:26 GMT RESP BODY: {"floatingips": [{"router_id": "384b3a22-2eff-488a-8c7a-842e392d3a05", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:52:25Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "09c8ee53-49d8-4805-8795-c3d44c0e1edd", "id": "e9424929-eda8-44c2-ae36-dfabc0c44d12", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:52:25Z", "project_id": "6482edba13a74403b4b5e7b5092074e5"}]} 2018-08-20 06:52:26,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-8deb36ae-9f4d-415e-a498-0fd3eec8592a 2018-08-20 06:52:26,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.2003698349s 2018-08-20 06:52:26,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-8deb36ae-9f4d-415e-a498-0fd3eec8592a 2018-08-20 06:52:26,209 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'384b3a22-2eff-488a-8c7a-842e392d3a05', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6482edba13a74403b4b5e7b5092074e5', 'created_at': u'2018-08-20T06:52:25Z', 'attached': True, 'updated_at': u'2018-08-20T06:52:25Z', 'id': u'e9424929-eda8-44c2-ae36-dfabc0c44d12', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.20', 'floating_ip_address': u'172.30.9.212', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6482edba13a74403b4b5e7b5092074e5', 'name': 'vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'384b3a22-2eff-488a-8c7a-842e392d3a05', 'project_id': u'6482edba13a74403b4b5e7b5092074e5', 'port_id': u'09c8ee53-49d8-4805-8795-c3d44c0e1edd', 'port': u'09c8ee53-49d8-4805-8795-c3d44c0e1edd', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 06:52:26,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:52:26,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:52:26,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52: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-de8655f4-7bdf-4329-9ce4-827b3445ff22 x-compute-request-id: req-de8655f4-7bdf-4329-9ce4-827b3445ff22 Content-Encoding: gzip Content-Length: 9556 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 494806576 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136472] pid_max: default: 32768 minimum: 301\n[ 0.137366] ACPI: Core revision 20150930\n[ 0.138748] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140068] Security Framework initialized\n[ 0.140886] Yama: becoming mindful.\n[ 0.141619] AppArmor: AppArmor initialized\n[ 0.142488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145094] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146307] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147720] Initializing cgroup subsys io\n[ 0.148545] Initializing cgroup subsys memory\n[ 0.149405] Initializing cgroup subsys devices\n[ 0.150290] Initializing cgroup subsys freezer\n[ 0.151162] Initializing cgroup subsys net_cls\n[ 0.152028] Initializing cgroup subsys perf_event\n[ 0.152942] Initializing cgroup subsys net_prio\n[ 0.153829] Initializing cgroup subsys hugetlb\n[ 0.154706] Initializing cgroup subsys pids\n[ 0.155583] CPU: Physical Processor ID: 0\n[ 0.157067] mce: CPU supports 10 MCE banks\n[ 0.157930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179374] ftrace: allocating 31920 entries in 125 pages\n[ 0.204270] smpboot: Max logical packages: 1\n[ 0.205127] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206496] x2apic enabled\n[ 0.207307] Switched APIC routing to physical x2apic.\n[ 0.209037] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210159] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213964] KVM setup paravirtual spinlock\n[ 0.215271] x86: Booted up 1 node, 1 CPUs\n[ 0.216081] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217485] devtmpfs: initialized\n[ 0.219217] evm: security.selinux\n[ 0.219935] evm: security.SMACK64\n[ 0.220612] evm: security.SMACK64EXEC\n[ 0.221384] evm: security.SMACK64TRANSMUTE\n[ 0.222228] evm: security.SMACK64MMAP\n[ 0.222992] evm: security.ima\n[ 0.223648] evm: security.capability\n[ 0.224475] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226389] pinctrl core: initialized pinctrl subsystem\n[ 0.227501] RTC time: 6:52:21, date: 08/20/18\n[ 0.228478] NET: Registered protocol family 16\n[ 0.229468] cpuidle: using governor ladder\n[ 0.230295] cpuidle: using governor menu\n[ 0.231105] PCCT header not found.\n[ 0.231882] ACPI: bus type PCI registered\n[ 0.232691] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233940] PCI: Using configuration type 1 for base access\n[ 0.235743] ACPI: Added _OSI(Module Device)\n[ 0.236625] ACPI: Added _OSI(Processor Device)\n[ 0.237526] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238420] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240166] ACPI: Interpreter enabled\n[ 0.240935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248345] ACPI: (supports S0 S5)\n[ 0.249049] ACPI: Using IOAPIC for interrupt routing\n[ 0.250018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253126] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258951] acpiphp: Slot [3] registered\n[ 0.259763] acpiphp: Slot [4] registered\n[ 0.260569] acpiphp: Slot [5] registered\n[ 0.261372] acpiphp: Slot [6] registered\n[ 0.262172] acpiphp: Slot [7] registered\n[ 0.262977] acpiphp: Slot [8] registered\n[ 0.263786] acpiphp: Slot [9] registered\n[ 0.264589] acpiphp: Slot [10] registered\n[ 0.265408] acpiphp: Slot [11] registered\n[ 0.266231] acpiphp: Slot [12] registered\n[ 0.267050] acpiphp: Slot [13] registered\n[ 0.267875] acpiphp: Slot [14] registered\n[ 0.268690] acpiphp: Slot [15] registered\n[ 0.279358] acpiphp: Slot [16] registered\n[ 0.280199] acpiphp: Slot [17] registered\n[ 0.281008] acpiphp: Slot [18] registered\n[ 0.281823] acpiphp: Slot [19] registered\n[ 0.282633] acpiphp: Slot [20] registered\n[ 0.283456] acpiphp: Slot [21] registered\n[ 0.284271] acpiphp: Slot [22] registered\n[ 0.285081] acpiphp: Slot [23] registered\n[ 0.285913] acpiphp: Slot [24] registered\n[ 0.286724] acpiphp: Slot [25] registered\n[ 0.287551] acpiphp: Slot [26] registered\n[ 0.288364] acpiphp: Slot [27] registered\n[ 0.289175] acpiphp: Slot [28] registered\n[ 0.289986] acpiphp: Slot [29] registered\n[ 0.290825] acpiphp: Slot [30] registered\n[ 0.291655] acpiphp: Slot [31] registered\n[ 0.292473] PCI host bridge to bus 0000:00\n[ 0.293281] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294492] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295706] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297158] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298600] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.300080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303393] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304674] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305861] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307130] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310617] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312198] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.330302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.331776] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.333547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.334964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.336364] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.337634] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.338938] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.339996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.341539] vgaarb: loaded\n[ 0.342142] vgaarb: bridge control possible 0000:00:02.0\n[ 0.343375] SCSI subsystem initialized\n[ 0.344292] ACPI: bus type USB registered\n[ 0.345122] usbcore: registered new interface driver usbfs\n[ 0.346173] usbcore: registered new interface driver hub\n[ 0.347183] usbcore: registered new device driver usb\n[ 0.348293] PCI: Using ACPI for IRQ routing\n[ 0.349405] NetLabel: Initializing\n[ 0.350120] NetLabel: domain hash size = 128\n[ 0.350973] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.351941] NetLabel: unlabeled traffic allowed by default\n[ 0.353097] clocksource: Switched to clocksource kvm-clock\n[ 0.361191] AppArmor: AppArmor Filesystem Enabled\n[ 0.362168] pnp: PnP ACPI init\n[ 0.363100] pnp: PnP ACPI: found 5 devices\n[ 0.369416] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.371150] NET: Registered protocol family 2\n[ 0.372199] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.373503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.374720] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.375925] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.377012] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.378198] NET: Registered protocol family 1\n[ 0.379082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.380187] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.381269] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.395321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.409400] Trying to unpack rootfs image as initramfs...\n[ 0.465199] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.466897] Scanning for low memory corruption every 60 seconds\n[ 0.468275] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.469453] audit: initializing netlink subsys (disabled)\n[ 0.470487] audit: type=2000 audit(1534747942.625:1): initialized\n[ 0.471828] Initialise system trusted keyring\n[ 0.472795] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.473961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.476083] zbud: loaded\n[ 0.476817] VFS: Disk quotas dquot_6.6.0\n[ 0.477655] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.479267] fuse init (API version 7.23)\n[ 0.480181] Key type big_key registered\n[ 0.480985] Allocating IMA MOK and blacklist keyrings.\n[ 0.482211] Key type asymmetric registered\n[ 0.483038] Asymmetric key parser 'x509' registered\n[ 0.484006] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.485501] io scheduler noop registered\n[ 0.486299] io scheduler deadline registered (default)\n[ 0.487302] io scheduler cfq registered\n[ 0.488155] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.489211] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.490485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.491941] ACPI: Power Button [PWRF]\n[ 0.492813] GHES: HEST is not enabled!\n[ 0.506479] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534028] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.536119] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.560069] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.562429] Linux agpgart interface v0.103\n[ 0.567343] brd: module loaded\n[ 0.569116] loop: module loaded\n[ 0.573303] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.574767] GPT:90111 != 2097151\n[ 0.575451] GPT:Alternate GPT header not at the end of the disk.\n[ 0.576548] GPT:90111 != 2097151\n[ 0.577237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.578222] vda: vda1 vda15\n[ 0.579597] scsi host0: ata_piix\n[ 0.580390] scsi host1: ata_piix\n[ 0.581126] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.582349] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.583843] libphy: Fixed MDIO Bus: probed\n[ 0.584682] tun: Universal TUN/TAP device driver, 1.6\n[ 0.585652] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.587942] PPP generic driver version 2.4.2\n[ 0.588875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.590098] ehci-pci: EHCI PCI platform driver\n[ 0.591004] ehci-platform: EHCI generic platform driver\n[ 0.592009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.593175] ohci-pci: OHCI PCI platform driver\n[ 0.594057] ohci-platform: OHCI generic platform driver\n[ 0.595058] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.609257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.610270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.611744] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.612754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.613928] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.615175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.616601] usb usb1: Product: UHCI Host Controller\n[ 0.617542] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.618698] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.619700] hub 1-0:1.0: USB hub found\n[ 0.620493] hub 1-0:1.0: 2 ports detected\n[ 0.621456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.623610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.624587] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.625652] mousedev: PS/2 mouse device common for all mice\n[ 0.626940] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.628810] rtc_cmos 00:00: RTC can wake from S4\n[ 0.629944] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.631146] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.632351] i2c /dev entries driver\n[ 0.633149] device-mapper: uevent: version 1.0.3\n[ 0.634114] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.635773] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.637234] NET: Registered protocol family 10\n[ 0.638386] NET: Registered protocol family 17\n[ 0.639300] Key type dns_resolver registered\n[ 0.640310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.641432] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.643246] registered taskstats version 1\n[ 0.644099] Loading compiled-in X.509 certificates\n[ 0.645611] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.647493] zswap: loaded using pool lzo/zbud\n[ 0.649168] Key type trusted registered\n[ 0.650924] Key type encrypted registered\n[ 0.651776] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.652829] ima: No TPM chip found, activating TPM-bypass!\n[ 0.653904] evm: HMAC attrs: 0x1\n[ 0.654874] Magic number: 14:488:873\n[ 0.655754] rtc_cmos 00:00: setting system clock to 2018-08-20 06:52:22 UTC (1534747942)\n[ 0.657409] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.658538] EDD information not available.\n[ 0.742442] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.753976] Write protecting the kernel read-only data: 14336k\n[ 0.756126] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.757989] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.802041] 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.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.20...\nLease of 192.168.120.20 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 0.80. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.11s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGAepzKEJWUDIG9KHLdPIXnR4v5lqSz7zQH53xMv8LChNLKmA/55x3t55B0rIrfNR1CprnXQjtsJpKw2YmcOng3qwZt9Qbl5qg9xoe/5F4zw98ZH8gRDd4c6k8CWrWYMImN+Y0y5gT0eGaipPuc3GltxibnljUBEhymHv+Zhxa7AEGaJYKys/pcuBMs6FzC22CvFJ7h8EWj+EFAdsy1xySiCiuCgHyf4y7D7GR81oxdsLIlJEzCkcvUw1FXoiVMS9Vr8xNfIatcr6go6L21Aenrb3QcgB8RqNWnLd1rKAe2r29L+PUU+0ksAcaplSswyg78mQemqbfPfwna+jaPWnJ root@vping-ssh-vm-fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff\nssh-dss AAAAB3NzaC1kc3MAAACBAILWC6Y8Q1wDLFy2mFiBPpQQ0lMz9RH9WXGejb++3ElujsdvNdPL/VTbHGo5Ueesa/c9VrpQDe7LhCX5QkU+4CvTe5glV9Fr/IwrqQQHDRMMoqTqD8sXSPSUOJgTT8qoMuFgeYBSg7LO6iEg1mvCMo91HRJEoSt8w4MjXe8UiNcnAAAAFQDCUc5QLgfEiY5z1PmkA4e4wqvcNQAAAIBx8y0hd4I/rBHbSIbgHbfL6EQE23crx1Lo0t9yxEUjxB8IeMiJygwdtmmSKxy0IgEh250JG6HsbPcPB2iG1rFv3/uu13gk5GYdlqso7NiBow443e0WkyXp43TItZ4o9ODgwbLfVvKlNdq8LI/36iZmFg0LTOi5mQKyj20weHBjDgAAAIBdEfFIa+eQJL4POtA8OFAHDrLG/YkEmSUrEUzjDEa0D5xbE8RpopTi0qDvif3GkkMQeniN3CgELQoaenHhaHsx7LNfnBtqcyF/VLwEXIqQj1H6leVfLlhPWwt6WSSHFYi0YafXSd8cNhCXYpdYydlgubgEXcXAQai3zBiDZBNkrQ== root@vping-ssh-vm-fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff\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.20,24,fe80::f816:3eff:fed3:bc8f/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.20 \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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.10 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff login: "} 2018-08-20 06:52:26,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0/action used request id req-de8655f4-7bdf-4329-9ce4-827b3445ff22 2018-08-20 06:52:26,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.714472770691s 2018-08-20 06:52:26,925 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0/action used request id req-de8655f4-7bdf-4329-9ce4-827b3445ff22 2018-08-20 06:52:26,925 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 494806576 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.134814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136472] pid_max: default: 32768 minimum: 301 [ 0.137366] ACPI: Core revision 20150930 [ 0.138748] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140068] Security Framework initialized [ 0.140886] Yama: becoming mindful. [ 0.141619] AppArmor: AppArmor initialized [ 0.142488] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143819] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145094] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146307] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147720] Initializing cgroup subsys io [ 0.148545] Initializing cgroup subsys memory [ 0.149405] Initializing cgroup subsys devices [ 0.150290] Initializing cgroup subsys freezer [ 0.151162] Initializing cgroup subsys net_cls [ 0.152028] Initializing cgroup subsys perf_event [ 0.152942] Initializing cgroup subsys net_prio [ 0.153829] Initializing cgroup subsys hugetlb [ 0.154706] Initializing cgroup subsys pids [ 0.155583] CPU: Physical Processor ID: 0 [ 0.157067] mce: CPU supports 10 MCE banks [ 0.157930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.173331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179374] ftrace: allocating 31920 entries in 125 pages [ 0.204270] smpboot: Max logical packages: 1 [ 0.205127] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.206496] x2apic enabled [ 0.207307] Switched APIC routing to physical x2apic. [ 0.209037] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.210159] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.212169] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.213964] KVM setup paravirtual spinlock [ 0.215271] x86: Booted up 1 node, 1 CPUs [ 0.216081] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.217485] devtmpfs: initialized [ 0.219217] evm: security.selinux [ 0.219935] evm: security.SMACK64 [ 0.220612] evm: security.SMACK64EXEC [ 0.221384] evm: security.SMACK64TRANSMUTE [ 0.222228] evm: security.SMACK64MMAP [ 0.222992] evm: security.ima [ 0.223648] evm: security.capability [ 0.224475] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.226389] pinctrl core: initialized pinctrl subsystem [ 0.227501] RTC time: 6:52:21, date: 08/20/18 [ 0.228478] NET: Registered protocol family 16 [ 0.229468] cpuidle: using governor ladder [ 0.230295] cpuidle: using governor menu [ 0.231105] PCCT header not found. [ 0.231882] ACPI: bus type PCI registered [ 0.232691] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.233940] PCI: Using configuration type 1 for base access [ 0.235743] ACPI: Added _OSI(Module Device) [ 0.236625] ACPI: Added _OSI(Processor Device) [ 0.237526] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.238420] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240166] ACPI: Interpreter enabled [ 0.240935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.242795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.244650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.246502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.248345] ACPI: (supports S0 S5) [ 0.249049] ACPI: Using IOAPIC for interrupt routing [ 0.250018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.253126] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.254280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.255524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.256725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.258951] acpiphp: Slot [3] registered [ 0.259763] acpiphp: Slot [4] registered [ 0.260569] acpiphp: Slot [5] registered [ 0.261372] acpiphp: Slot [6] registered [ 0.262172] acpiphp: Slot [7] registered [ 0.262977] acpiphp: Slot [8] registered [ 0.263786] acpiphp: Slot [9] registered [ 0.264589] acpiphp: Slot [10] registered [ 0.265408] acpiphp: Slot [11] registered [ 0.266231] acpiphp: Slot [12] registered [ 0.267050] acpiphp: Slot [13] registered [ 0.267875] acpiphp: Slot [14] registered [ 0.268690] acpiphp: Slot [15] registered [ 0.279358] acpiphp: Slot [16] registered [ 0.280199] acpiphp: Slot [17] registered [ 0.281008] acpiphp: Slot [18] registered [ 0.281823] acpiphp: Slot [19] registered [ 0.282633] acpiphp: Slot [20] registered [ 0.283456] acpiphp: Slot [21] registered [ 0.284271] acpiphp: Slot [22] registered [ 0.285081] acpiphp: Slot [23] registered [ 0.285913] acpiphp: Slot [24] registered [ 0.286724] acpiphp: Slot [25] registered [ 0.287551] acpiphp: Slot [26] registered [ 0.288364] acpiphp: Slot [27] registered [ 0.289175] acpiphp: Slot [28] registered [ 0.289986] acpiphp: Slot [29] registered [ 0.290825] acpiphp: Slot [30] registered [ 0.291655] acpiphp: Slot [31] registered [ 0.292473] PCI host bridge to bus 0000:00 [ 0.293281] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.294492] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.295706] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297158] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.298600] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.300080] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303393] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304674] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305861] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.307130] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310617] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312198] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.330302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.331776] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.333547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.334964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.336364] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.337634] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.338938] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.339996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.341539] vgaarb: loaded [ 0.342142] vgaarb: bridge control possible 0000:00:02.0 [ 0.343375] SCSI subsystem initialized [ 0.344292] ACPI: bus type USB registered [ 0.345122] usbcore: registered new interface driver usbfs [ 0.346173] usbcore: registered new interface driver hub [ 0.347183] usbcore: registered new device driver usb [ 0.348293] PCI: Using ACPI for IRQ routing [ 0.349405] NetLabel: Initializing [ 0.350120] NetLabel: domain hash size = 128 [ 0.350973] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.351941] NetLabel: unlabeled traffic allowed by default [ 0.353097] clocksource: Switched to clocksource kvm-clock [ 0.361191] AppArmor: AppArmor Filesystem Enabled [ 0.362168] pnp: PnP ACPI init [ 0.363100] pnp: PnP ACPI: found 5 devices [ 0.369416] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.371150] NET: Registered protocol family 2 [ 0.372199] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.373503] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.374720] TCP: Hash tables configured (established 4096 bind 4096) [ 0.375925] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.377012] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.378198] NET: Registered protocol family 1 [ 0.379082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.380187] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.381269] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.395321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.409400] Trying to unpack rootfs image as initramfs... [ 0.465199] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.466897] Scanning for low memory corruption every 60 seconds [ 0.468275] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.469453] audit: initializing netlink subsys (disabled) [ 0.470487] audit: type=2000 audit(1534747942.625:1): initialized [ 0.471828] Initialise system trusted keyring [ 0.472795] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.473961] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.476083] zbud: loaded [ 0.476817] VFS: Disk quotas dquot_6.6.0 [ 0.477655] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.479267] fuse init (API version 7.23) [ 0.480181] Key type big_key registered [ 0.480985] Allocating IMA MOK and blacklist keyrings. [ 0.482211] Key type asymmetric registered [ 0.483038] Asymmetric key parser 'x509' registered [ 0.484006] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.485501] io scheduler noop registered [ 0.486299] io scheduler deadline registered (default) [ 0.487302] io scheduler cfq registered [ 0.488155] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.489211] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.490485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.491941] ACPI: Power Button [PWRF] [ 0.492813] GHES: HEST is not enabled! [ 0.506479] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534028] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.536119] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.560069] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.562429] Linux agpgart interface v0.103 [ 0.567343] brd: module loaded [ 0.569116] loop: module loaded [ 0.573303] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.574767] GPT:90111 != 2097151 [ 0.575451] GPT:Alternate GPT header not at the end of the disk. [ 0.576548] GPT:90111 != 2097151 [ 0.577237] GPT: Use GNU Parted to correct GPT errors. [ 0.578222] vda: vda1 vda15 [ 0.579597] scsi host0: ata_piix [ 0.580390] scsi host1: ata_piix [ 0.581126] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.582349] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.583843] libphy: Fixed MDIO Bus: probed [ 0.584682] tun: Universal TUN/TAP device driver, 1.6 [ 0.585652] tun: (C) 1999-2004 Max Krasnyansky [ 0.587942] PPP generic driver version 2.4.2 [ 0.588875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.590098] ehci-pci: EHCI PCI platform driver [ 0.591004] ehci-platform: EHCI generic platform driver [ 0.592009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.593175] ohci-pci: OHCI PCI platform driver [ 0.594057] ohci-platform: OHCI generic platform driver [ 0.595058] uhci_hcd: USB Universal Host Controller Interface driver [ 0.609257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.610270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.611744] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.612754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.613928] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.615175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.616601] usb usb1: Product: UHCI Host Controller [ 0.617542] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.618698] usb usb1: SerialNumber: 0000:00:01.2 [ 0.619700] hub 1-0:1.0: USB hub found [ 0.620493] hub 1-0:1.0: 2 ports detected [ 0.621456] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.623610] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.624587] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.625652] mousedev: PS/2 mouse device common for all mice [ 0.626940] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.628810] rtc_cmos 00:00: RTC can wake from S4 [ 0.629944] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.631146] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.632351] i2c /dev entries driver [ 0.633149] device-mapper: uevent: version 1.0.3 [ 0.634114] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.635773] ledtrig-cpu: registered to indicate activity on CPUs [ 0.637234] NET: Registered protocol family 10 [ 0.638386] NET: Registered protocol family 17 [ 0.639300] Key type dns_resolver registered [ 0.640310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.641432] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.643246] registered taskstats version 1 [ 0.644099] Loading compiled-in X.509 certificates [ 0.645611] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.647493] zswap: loaded using pool lzo/zbud [ 0.649168] Key type trusted registered [ 0.650924] Key type encrypted registered [ 0.651776] AppArmor: AppArmor sha1 policy hashing enabled [ 0.652829] ima: No TPM chip found, activating TPM-bypass! [ 0.653904] evm: HMAC attrs: 0x1 [ 0.654874] Magic number: 14:488:873 [ 0.655754] rtc_cmos 00:00: setting system clock to 2018-08-20 06:52:22 UTC (1534747942) [ 0.657409] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.658538] EDD information not available. [ 0.742442] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.753976] Write protecting the kernel read-only data: 14336k [ 0.756126] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.757989] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.802041] 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.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.20... Lease of 192.168.120.20 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 0.80. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.11s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGAepzKEJWUDIG9KHLdPIXnR4v5lqSz7zQH53xMv8LChNLKmA/55x3t55B0rIrfNR1CprnXQjtsJpKw2YmcOng3qwZt9Qbl5qg9xoe/5F4zw98ZH8gRDd4c6k8CWrWYMImN+Y0y5gT0eGaipPuc3GltxibnljUBEhymHv+Zhxa7AEGaJYKys/pcuBMs6FzC22CvFJ7h8EWj+EFAdsy1xySiCiuCgHyf4y7D7GR81oxdsLIlJEzCkcvUw1FXoiVMS9Vr8xNfIatcr6go6L21Aenrb3QcgB8RqNWnLd1rKAe2r29L+PUU+0ksAcaplSswyg78mQemqbfPfwna+jaPWnJ root@vping-ssh-vm-fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff ssh-dss AAAAB3NzaC1kc3MAAACBAILWC6Y8Q1wDLFy2mFiBPpQQ0lMz9RH9WXGejb++3ElujsdvNdPL/VTbHGo5Ueesa/c9VrpQDe7LhCX5QkU+4CvTe5glV9Fr/IwrqQQHDRMMoqTqD8sXSPSUOJgTT8qoMuFgeYBSg7LO6iEg1mvCMo91HRJEoSt8w4MjXe8UiNcnAAAAFQDCUc5QLgfEiY5z1PmkA4e4wqvcNQAAAIBx8y0hd4I/rBHbSIbgHbfL6EQE23crx1Lo0t9yxEUjxB8IeMiJygwdtmmSKxy0IgEh250JG6HsbPcPB2iG1rFv3/uu13gk5GYdlqso7NiBow443e0WkyXp43TItZ4o9ODgwbLfVvKlNdq8LI/36iZmFg0LTOi5mQKyj20weHBjDgAAAIBdEfFIa+eQJL4POtA8OFAHDrLG/YkEmSUrEUzjDEa0D5xbE8RpopTi0qDvif3GkkMQeniN3CgELQoaenHhaHsx7LNfnBtqcyF/VLwEXIqQj1H6leVfLlhPWwt6WSSHFYi0YafXSd8cNhCXYpdYydlgubgEXcXAQai3zBiDZBNkrQ== root@vping-ssh-vm-fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.20,24,fe80::f816:3eff:fed3:bc8f/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.20 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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.10 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff login: 2018-08-20 06:52:27,925 - paramiko.transport - DEBUG - starting thread (client mode): 0x1ce808d0L 2018-08-20 06:52:27,926 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 06:52:27,926 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 06:52:27,926 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 06:52:27,927 - 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-08-20 06:52:27,928 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 06:52:27,928 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 06:52:27,928 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 06:52:27,928 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 06:52:27,928 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 06:52:27,946 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 06:52:27,947 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 06:52:27,957 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.212: 02520334fc74e94fab79d48d86ee44a6 2018-08-20 06:52:27,958 - paramiko.transport - DEBUG - Trying discovered key d26fffe0c656583e11f2e9c9fe1b43f3 in /tmp/tmp_ffRty 2018-08-20 06:52:27,984 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 06:52:27,990 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 06:52:27,991 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 06:52:27,992 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 06:52:27,992 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 06:52:27,994 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 06:52:27,997 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 06:52:27,997 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.15 (192.168.120.15): 56 data bytes 64 bytes from 192.168.120.15: seq=0 ttl=64 time=1.361 ms --- 192.168.120.15 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.361/1.361/1.361 ms 2018-08-20 06:52:27,998 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-20 06:52:28,002 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 06:52:28,104 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:52:28,104 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 06:52:28,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 06:52:28,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:28,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:52: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-83a1dbde-8f2b-4ed0-a559-275543df0ee3 x-compute-request-id: req-83a1dbde-8f2b-4ed0-a559-275543df0ee3 Content-Type: application/json 2018-08-20 06:52:28,295 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3 used request id req-83a1dbde-8f2b-4ed0-a559-275543df0ee3 2018-08-20 06:52:28,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.186245203018s 2018-08-20 06:52:28,296 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3 used request id req-83a1dbde-8f2b-4ed0-a559-275543df0ee3 2018-08-20 06:52:28,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:28,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:28,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52: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-99d76a57-b9ef-4c7a-9f46-bb0e54aaa909 x-compute-request-id: req-99d76a57-b9ef-4c7a-9f46-bb0e54aaa909 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bc:8f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bc:8f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:21.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "2054f962-b344-4520-b15d-9d953ff5aaa0", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:22Z", "hostId": "3636bcba660af95f90e5f2710950347157382ed70568647cdd6bd54c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "name": "vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:52:15Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:28:cf", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3ce3cb69-d6c4-479c-8436-7992822a5db3", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:08.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "3ce3cb69-d6c4-479c-8436-7992822a5db3", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:28Z", "hostId": "153ba549e7f6dfd53920317a1887c8d43730c7324ad5787fa10fef28", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:51:59Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:28,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-99d76a57-b9ef-4c7a-9f46-bb0e54aaa909 2018-08-20 06:52:28,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622894048691s 2018-08-20 06:52:28,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-99d76a57-b9ef-4c7a-9f46-bb0e54aaa909 2018-08-20 06:52:28,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:30,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:30,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:32,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60b04bad-0222-4c6e-849e-50b528be31d3 x-compute-request-id: req-60b04bad-0222-4c6e-849e-50b528be31d3 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bc:8f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bc:8f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:21.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "2054f962-b344-4520-b15d-9d953ff5aaa0", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:22Z", "hostId": "3636bcba660af95f90e5f2710950347157382ed70568647cdd6bd54c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "name": "vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:52:15Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:32,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-60b04bad-0222-4c6e-849e-50b528be31d3 2018-08-20 06:52:32,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10455608368s 2018-08-20 06:52:32,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-60b04bad-0222-4c6e-849e-50b528be31d3 2018-08-20 06:52:32,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 06:52:32,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/e9424929-eda8-44c2-ae36-dfabc0c44d12.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:32,783 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc6f7a37-4991-4cd8-a2e6-d7f96b55eaa1 Content-Length: 0 Date: Mon, 20 Aug 2018 06:52:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:52:32,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/e9424929-eda8-44c2-ae36-dfabc0c44d12.json used request id req-fc6f7a37-4991-4cd8-a2e6-d7f96b55eaa1 2018-08-20 06:52:32,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.749410867691s 2018-08-20 06:52:32,784 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/e9424929-eda8-44c2-ae36-dfabc0c44d12.json used request id req-fc6f7a37-4991-4cd8-a2e6-d7f96b55eaa1 2018-08-20 06:52:32,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:52:32,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:32,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c791235f-96e9-4f79-be1b-dafea09c5e77 Date: Mon, 20 Aug 2018 06:52:32 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:52:32,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-c791235f-96e9-4f79-be1b-dafea09c5e77 2018-08-20 06:52:32,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0216660499573s 2018-08-20 06:52:32,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-c791235f-96e9-4f79-be1b-dafea09c5e77 2018-08-20 06:52:32,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 06:52:32,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:33,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 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 x-openstack-request-id: req-c3c08d0e-1a27-4c96-ac9b-68d3537ed379 x-compute-request-id: req-c3c08d0e-1a27-4c96-ac9b-68d3537ed379 Content-Type: application/json 2018-08-20 06:52:33,088 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0 used request id req-c3c08d0e-1a27-4c96-ac9b-68d3537ed379 2018-08-20 06:52:33,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.277046918869s 2018-08-20 06:52:33,089 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0 used request id req-c3c08d0e-1a27-4c96-ac9b-68d3537ed379 2018-08-20 06:52:33,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:33,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:33,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-124bf5be-6188-4721-89fc-e69d63658248 x-compute-request-id: req-124bf5be-6188-4721-89fc-e69d63658248 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bc:8f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bc:8f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2054f962-b344-4520-b15d-9d953ff5aaa0", "rel": "bookmark"}], "image": {"id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "links": [{"href": "http://172.30.9.36:8774/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:52:21.000000", "flavor": {"id": "da71f799-e59e-4c31-b5e1-52231facc173", "links": [{"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}]}, "id": "2054f962-b344-4520-b15d-9d953ff5aaa0", "security_groups": [{"name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}], "user_id": "2369eb9ba5da4116b3333bf1c8afa721", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:52:33Z", "hostId": "3636bcba660af95f90e5f2710950347157382ed70568647cdd6bd54c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "name": "vping_ssh-vm_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "created": "2018-08-20T06:52:15Z", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:52:33,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-124bf5be-6188-4721-89fc-e69d63658248 2018-08-20 06:52:33,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728476047516s 2018-08-20 06:52:33,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-124bf5be-6188-4721-89fc-e69d63658248 2018-08-20 06:52:33,820 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:52:35,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:52:35,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:36,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a15ac0a7-28a2-4e19-be15-40a967cb4484 x-compute-request-id: req-a15ac0a7-28a2-4e19-be15-40a967cb4484 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 06:52:36,045 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a15ac0a7-28a2-4e19-be15-40a967cb4484 2018-08-20 06:52:36,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.222692012787s 2018-08-20 06:52:36,046 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a15ac0a7-28a2-4e19-be15-40a967cb4484 2018-08-20 06:52:36,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:52:36,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:36,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-bba29285-d917-45e3-8f2d-972a87ed85c4 Date: Mon, 20 Aug 2018 06:52:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:54Z", "updated_at": "2018-08-20T06:51:55Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:55Z", "revision_number": 0, "id": "471bb14d-4e13-4128-a570-1d55eac6d280", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:55Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:54Z", "revision_number": 0, "id": "88659ef4-a8ec-41ff-8790-c65dade761b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:54Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:54Z", "revision_number": 0, "id": "b7bbcb69-2328-4ab0-a28c-35ece2b963db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:54Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T06:51:55Z", "revision_number": 0, "id": "f681a720-b493-42a1-8862-4c50f32ca276", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:55Z", "security_group_id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "d379ccdf-a9c9-4f7d-87f4-47898762f389", "name": "vping_ssh-sg_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:52:36,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-bba29285-d917-45e3-8f2d-972a87ed85c4 2018-08-20 06:52:36,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.162944078445s 2018-08-20 06:52:36,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-bba29285-d917-45e3-8f2d-972a87ed85c4 2018-08-20 06:52:36,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 06:52:36,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/security-groups/d379ccdf-a9c9-4f7d-87f4-47898762f389.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:36,619 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aac72c59-e95e-43ce-a2b0-9af6547d75a3 Content-Length: 0 Date: Mon, 20 Aug 2018 06:52:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:52:36,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/d379ccdf-a9c9-4f7d-87f4-47898762f389.json used request id req-aac72c59-e95e-43ce-a2b0-9af6547d75a3 2018-08-20 06:52:36,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.405514955521s 2018-08-20 06:52:36,620 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/d379ccdf-a9c9-4f7d-87f4-47898762f389.json used request id req-aac72c59-e95e-43ce-a2b0-9af6547d75a3 2018-08-20 06:52:36,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 06:52:36,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:36,697 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 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 x-openstack-request-id: req-a69954a7-c1d8-4f3a-886c-bbab0f6a6617 x-compute-request-id: req-a69954a7-c1d8-4f3a-886c-bbab0f6a6617 Content-Length: 0 Content-Type: application/json 2018-08-20 06:52:36,698 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff used request id req-a69954a7-c1d8-4f3a-886c-bbab0f6a6617 2018-08-20 06:52:36,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.077064037323s 2018-08-20 06:52:36,698 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/vping_ssh-kp_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff used request id req-a69954a7-c1d8-4f3a-886c-bbab0f6a6617 2018-08-20 06:52:36,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:52:36,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" -d '{"subnet_id": "249e10dc-3a8e-4731-859a-601b80994eb5"}' 2018-08-20 06:52:38,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-915c6789-1a10-4c88-825a-9cfbc161ddc9 Date: Mon, 20 Aug 2018 06:52:38 GMT RESP BODY: {"network_id": "e87aa1c0-0914-484d-9cfc-922a700b674b", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "subnet_id": "249e10dc-3a8e-4731-859a-601b80994eb5", "subnet_ids": ["249e10dc-3a8e-4731-859a-601b80994eb5"], "port_id": "02a61309-996d-4d58-8f9f-589e0a7dca87", "id": "384b3a22-2eff-488a-8c7a-842e392d3a05"} 2018-08-20 06:52:38,157 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05/remove_router_interface.json used request id req-915c6789-1a10-4c88-825a-9cfbc161ddc9 2018-08-20 06:52:38,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.45830917358s 2018-08-20 06:52:38,157 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05/remove_router_interface.json used request id req-915c6789-1a10-4c88-825a-9cfbc161ddc9 returning object 384b3a22-2eff-488a-8c7a-842e392d3a05 2018-08-20 06:52:38,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:52:38,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:38,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-dd2ca2a7-4d83-4dbe-8c3a-0a3678f14e50 Date: Mon, 20 Aug 2018 06:52:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:47Z", "admin_state_up": true, "updated_at": "2018-08-20T06:52:37Z", "revision_number": 4, "routes": [], "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "384b3a22-2eff-488a-8c7a-842e392d3a05", "name": "vping_ssh-router_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:52:38,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-dd2ca2a7-4d83-4dbe-8c3a-0a3678f14e50 2018-08-20 06:52:38,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119382143021s 2018-08-20 06:52:38,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-dd2ca2a7-4d83-4dbe-8c3a-0a3678f14e50 2018-08-20 06:52:38,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:52:38,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:39,471 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a6721bb-5673-44b1-a693-0d5f17355556 Content-Length: 0 Date: Mon, 20 Aug 2018 06:52:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:52:39,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05.json used request id req-0a6721bb-5673-44b1-a693-0d5f17355556 2018-08-20 06:52:39,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.1922018528s 2018-08-20 06:52:39,471 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/384b3a22-2eff-488a-8c7a-842e392d3a05.json used request id req-0a6721bb-5673-44b1-a693-0d5f17355556 2018-08-20 06:52:39,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:52:39,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:39,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-62fc3021-0ee7-4d85-9089-c39762f51be0 Date: Mon, 20 Aug 2018 06:52:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e87aa1c0-0914-484d-9cfc-922a700b674b","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:51:46Z","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":"6482edba13a74403b4b5e7b5092074e5","id":"249e10dc-3a8e-4731-859a-601b80994eb5","subnetpool_id":null,"name":"vping_ssh-subnet_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:52:39,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-62fc3021-0ee7-4d85-9089-c39762f51be0 2018-08-20 06:52:39,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.241322040558s 2018-08-20 06:52:39,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-62fc3021-0ee7-4d85-9089-c39762f51be0 2018-08-20 06:52:39,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:52:39,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/249e10dc-3a8e-4731-859a-601b80994eb5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:42,229 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-720541c4-e2ff-49cc-8253-fb37addeb0d4 Date: Mon, 20 Aug 2018 06:52:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:52:42,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/249e10dc-3a8e-4731-859a-601b80994eb5.json used request id req-720541c4-e2ff-49cc-8253-fb37addeb0d4 2018-08-20 06:52:42,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.51434493065s 2018-08-20 06:52:42,229 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/249e10dc-3a8e-4731-859a-601b80994eb5.json used request id req-720541c4-e2ff-49cc-8253-fb37addeb0d4 2018-08-20 06:52:42,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:52:42,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:42,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-fb4fa217-7254-48e0-a465-61f8ee36aeff Date: Mon, 20 Aug 2018 06:52:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:52:42Z","tenant_id":"6482edba13a74403b4b5e7b5092074e5","created_at":"2018-08-20T06:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6482edba13a74403b4b5e7b5092074e5","id":"e87aa1c0-0914-484d-9cfc-922a700b674b","name":"vping_ssh-net_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}]} 2018-08-20 06:52:42,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-fb4fa217-7254-48e0-a465-61f8ee36aeff 2018-08-20 06:52:42,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109833955765s 2018-08-20 06:52:42,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-fb4fa217-7254-48e0-a465-61f8ee36aeff 2018-08-20 06:52:42,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:52:42,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/e87aa1c0-0914-484d-9cfc-922a700b674b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:44,324 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-86922f95-224d-4423-8c9a-b161ac81e55b Date: Mon, 20 Aug 2018 06:52:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:52:44,324 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/e87aa1c0-0914-484d-9cfc-922a700b674b.json used request id req-86922f95-224d-4423-8c9a-b161ac81e55b 2018-08-20 06:52:44,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.98289608955s 2018-08-20 06:52:44,325 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/e87aa1c0-0914-484d-9cfc-922a700b674b.json used request id req-86922f95-224d-4423-8c9a-b161ac81e55b 2018-08-20 06:52:44,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:52:44,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:44,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-2f80bbf4-9cda-433d-8642-adf717e29ff7 Date: Mon, 20 Aug 2018 06:52:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap", "metadata": {}}], "file": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/file", "owner": "6482edba13a74403b4b5e7b5092074e5", "id": "1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "size": 12716032, "self": "/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:51:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:51:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:52:44,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-2f80bbf4-9cda-433d-8642-adf717e29ff7 2018-08-20 06:52:44,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.669797897339s 2018-08-20 06:52:44,998 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-2f80bbf4-9cda-433d-8642-adf717e29ff7 2018-08-20 06:52:45,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 06:52:45,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e10c77cc98f01dc460e2987a153ce952be6cdc3" 2018-08-20 06:52:46,187 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4aec0f3b-3903-48db-bdd1-35321ce6dfdf Date: Mon, 20 Aug 2018 06:52:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:52:46,187 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0 used request id req-4aec0f3b-3903-48db-bdd1-35321ce6dfdf 2018-08-20 06:52:46,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18771100044s 2018-08-20 06:52:46,188 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/1ca2d212-7bf9-44ed-b9fc-4180117d1bf0 used request id req-4aec0f3b-3903-48db-bdd1-35321ce6dfdf 2018-08-20 06:52:46,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:52:46,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:46,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9f3a2c9-70b7-463c-ae81-5243c2907ad5 x-compute-request-id: req-b9f3a2c9-70b7-463c-ae81-5243c2907ad5 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/da71f799-e59e-4c31-b5e1-52231facc173", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "da71f799-e59e-4c31-b5e1-52231facc173"}]} 2018-08-20 06:52:46,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-b9f3a2c9-70b7-463c-ae81-5243c2907ad5 2018-08-20 06:52:46,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0285210609436s 2018-08-20 06:52:46,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-b9f3a2c9-70b7-463c-ae81-5243c2907ad5 2018-08-20 06:52:46,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 06:52:46,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:46,259 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:52:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c2b78b4-23fe-4598-96d9-0dceedfbf244 x-compute-request-id: req-1c2b78b4-23fe-4598-96d9-0dceedfbf244 Content-Length: 0 Content-Type: application/json 2018-08-20 06:52:46,259 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173 used request id req-1c2b78b4-23fe-4598-96d9-0dceedfbf244 2018-08-20 06:52:46,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0406379699707s 2018-08-20 06:52:46,259 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/da71f799-e59e-4c31-b5e1-52231facc173 used request id req-1c2b78b4-23fe-4598-96d9-0dceedfbf244 2018-08-20 06:52:46,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:52:46,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:46,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c819899-09a5-4a2f-9822-e726634f9e09 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "links": {"self": "http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2369eb9ba5da4116b3333bf1c8afa721", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:52:46,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-8c819899-09a5-4a2f-9822-e726634f9e09 2018-08-20 06:52:46,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115377902985s 2018-08-20 06:52:46,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-8c819899-09a5-4a2f-9822-e726634f9e09 2018-08-20 06:52:46,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:52:46,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:46,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f74dd58-a6dd-4ea7-96ae-9c929d46c703 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff", "links": {"self": "http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2369eb9ba5da4116b3333bf1c8afa721", "description": null}} 2018-08-20 06:52:46,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721 used request id req-8f74dd58-a6dd-4ea7-96ae-9c929d46c703 2018-08-20 06:52:46,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108800888062s 2018-08-20 06:52:46,491 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721 used request id req-8f74dd58-a6dd-4ea7-96ae-9c929d46c703 2018-08-20 06:52:46,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 06:52:46,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:46,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:52:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-714fd6b6-ab82-4e73-96a4-28ead6034709 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:52:46,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721 used request id req-714fd6b6-ab82-4e73-96a4-28ead6034709 2018-08-20 06:52:46,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.194859981537s 2018-08-20 06:52:46,687 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/2369eb9ba5da4116b3333bf1c8afa721 used request id req-714fd6b6-ab82-4e73-96a4-28ead6034709 2018-08-20 06:52:46,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:52:46,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:46,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4d8926f-28d2-459f-9c1c-b9b035fe9f4c Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5"}, "tags": [], "enabled": true, "id": "6482edba13a74403b4b5e7b5092074e5", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_fdfcfdd2-5aa0-49b9-bad8-3f4eaae05cff"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:52:46,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-a4d8926f-28d2-459f-9c1c-b9b035fe9f4c 2018-08-20 06:52:46,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0963139533997s 2018-08-20 06:52:46,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-a4d8926f-28d2-459f-9c1c-b9b035fe9f4c 2018-08-20 06:52:46,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 06:52:46,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:46,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:52:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-922339a0-6e0e-4a91-b974-aa3a697f9f0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:52:46,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-922339a0-6e0e-4a91-b974-aa3a697f9f0f 2018-08-20 06:52:46,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.192154884338s 2018-08-20 06:52:46,986 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-922339a0-6e0e-4a91-b974-aa3a697f9f0f 2018-08-20 06:52:46,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:52:46,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:47,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c19adc45-6ebc-49c1-b760-2ac1b96b5870 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a335e31b7c4c4915a4b7ebb4b6f2f0d7", "links": {"self": "http://172.30.9.36:5000/v3/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7"}, "name": "Member"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:52:47,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c19adc45-6ebc-49c1-b760-2ac1b96b5870 2018-08-20 06:52:47,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0910770893097s 2018-08-20 06:52:47,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c19adc45-6ebc-49c1-b760-2ac1b96b5870 2018-08-20 06:52:47,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 06:52:47,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae4ecbe06a16f44dfdedca28cbfc7884d316849a" 2018-08-20 06:52:47,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:52:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cca85d44-ca0f-4aa1-a93c-612915a71926 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:52:47,206 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7 used request id req-cca85d44-ca0f-4aa1-a93c-612915a71926 2018-08-20 06:52:47,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.120306015015s 2018-08-20 06:52:47,206 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/a335e31b7c4c4915a4b7ebb4b6f2f0d7 used request id req-cca85d44-ca0f-4aa1-a93c-612915a71926 2018-08-20 06:52:47,273 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-20 06:52:47,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:52:47,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:52:47,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:52:47,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:52:47,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:52:47,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:52:47,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:52:47,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:52:47,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:52:47,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:52:47,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:52:47,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfc93e57-31a9-442a-b5bf-63acb4577506 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:52:47,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bfc93e57-31a9-442a-b5bf-63acb4577506 2018-08-20 06:52:47,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:52:47,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:52:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mXj87PLNSbiVCkFQQDcVNA"], "issued_at": "2018-08-20T06:52:47.000000Z"}} 2018-08-20 06:52:47,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:52:47,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:48,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1e7a74a5-77d2-4230-b870-48713dbbe12d Date: Mon, 20 Aug 2018 06:52:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:52:48,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e7a74a5-77d2-4230-b870-48713dbbe12d 2018-08-20 06:52:48,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279616117477s 2018-08-20 06:52:48,003 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e7a74a5-77d2-4230-b870-48713dbbe12d 2018-08-20 06:52:48,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:52:48,011 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:52:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:52:48,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:52:48,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:48,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7636c0ed-4432-4af0-951b-9a29fa42ee2e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 06:52:48,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-7636c0ed-4432-4af0-951b-9a29fa42ee2e 2018-08-20 06:52:48,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.098876953125s 2018-08-20 06:52:48,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-7636c0ed-4432-4af0-951b-9a29fa42ee2e 2018-08-20 06:52:48,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 06:52:48,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}}' 2018-08-20 06:52:48,248 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:52:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-148523a6-e7f2-4fc3-b565-3e2cc07082ef Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f"}, "tags": [], "enabled": true, "id": "cdca7d5571664f3a937d5cbda3b1c98f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}} 2018-08-20 06:52:48,248 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-148523a6-e7f2-4fc3-b565-3e2cc07082ef 2018-08-20 06:52:48,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.129635095596s 2018-08-20 06:52:48,249 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-148523a6-e7f2-4fc3-b565-3e2cc07082ef 2018-08-20 06:52:48,249 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'cdca7d5571664f3a937d5cbda3b1c98f', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f'}) 2018-08-20 06:52:48,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 06:52:48,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "056e9f76-fc66-4a96-a778-03a2f9cddffb", "email": null, "name": "vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}}' 2018-08-20 06:52:48,662 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:52:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-027bd1bf-1831-4598-a788-a78f1b1d060e Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "links": {"self": "http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d3aacfd8a7c5433fa05f76341446f9b7", "domain_id": "default", "password_expires_at": null}} 2018-08-20 06:52:48,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-027bd1bf-1831-4598-a788-a78f1b1d060e 2018-08-20 06:52:48,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.406605005264s 2018-08-20 06:52:48,663 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-027bd1bf-1831-4598-a788-a78f1b1d060e 2018-08-20 06:52:48,663 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd3aacfd8a7c5433fa05f76341446f9b7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f'}) 2018-08-20 06:52:48,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:52:48,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:48,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68a273a9-a163-473a-8160-d63b19e1c2fe Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:52:48,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-68a273a9-a163-473a-8160-d63b19e1c2fe 2018-08-20 06:52:48,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102242231369s 2018-08-20 06:52:48,769 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-68a273a9-a163-473a-8160-d63b19e1c2fe 2018-08-20 06:52:48,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:52:48,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:48,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85bc3aa6-a123-4765-bc6d-e121f0a97dd8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:52:48,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-85bc3aa6-a123-4765-bc6d-e121f0a97dd8 2018-08-20 06:52:48,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0889539718628s 2018-08-20 06:52:48,863 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-85bc3aa6-a123-4765-bc6d-e121f0a97dd8 2018-08-20 06:52:48,864 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 06:52:48,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 06:52:48,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" -d '{"role": {"name": "Member"}}' 2018-08-20 06:52:48,984 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:52:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ace58f67-7ab7-4144-9982-bf4906178e42 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d384fb0edb0943f79d082c9b0be24743", "links": {"self": "http://172.30.9.36:5000/v3/roles/d384fb0edb0943f79d082c9b0be24743"}, "name": "Member"}} 2018-08-20 06:52:48,985 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ace58f67-7ab7-4144-9982-bf4906178e42 2018-08-20 06:52:48,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.116984844208s 2018-08-20 06:52:48,985 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ace58f67-7ab7-4144-9982-bf4906178e42 2018-08-20 06:52:48,985 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'd384fb0edb0943f79d082c9b0be24743'}) 2018-08-20 06:52:48,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:52:48,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:49,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c0356ff-a90a-42c5-9eb0-b9e2570604a9 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "d384fb0edb0943f79d082c9b0be24743", "links": {"self": "http://172.30.9.36:5000/v3/roles/d384fb0edb0943f79d082c9b0be24743"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:52:49,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7c0356ff-a90a-42c5-9eb0-b9e2570604a9 2018-08-20 06:52:49,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0958170890808s 2018-08-20 06:52:49,085 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7c0356ff-a90a-42c5-9eb0-b9e2570604a9 2018-08-20 06:52:49,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:52:49,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:49,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3975ea66-1ba6-4220-9f1f-065392bb3100 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 06:52:49,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-3975ea66-1ba6-4220-9f1f-065392bb3100 2018-08-20 06:52:49,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0945899486542s 2018-08-20 06:52:49,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-3975ea66-1ba6-4220-9f1f-065392bb3100 2018-08-20 06:52:49,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:52:49,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:49,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35c47968-7166-420e-94cb-89a51b931d6a Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "links": {"self": "http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d3aacfd8a7c5433fa05f76341446f9b7", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:52:49,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-35c47968-7166-420e-94cb-89a51b931d6a 2018-08-20 06:52:49,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113492965698s 2018-08-20 06:52:49,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-35c47968-7166-420e-94cb-89a51b931d6a 2018-08-20 06:52:49,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:52:49,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:49,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0121a57-ad02-4e8f-9c33-b2dcd9abb42c Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f"}, "tags": [], "enabled": true, "id": "cdca7d5571664f3a937d5cbda3b1c98f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:52:49,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-c0121a57-ad02-4e8f-9c33-b2dcd9abb42c 2018-08-20 06:52:49,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101249933243s 2018-08-20 06:52:49,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-c0121a57-ad02-4e8f-9c33-b2dcd9abb42c 2018-08-20 06:52:49,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 06:52:49,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=d3aacfd8a7c5433fa05f76341446f9b7&role.id=d384fb0edb0943f79d082c9b0be24743&scope.project.id=cdca7d5571664f3a937d5cbda3b1c98f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:49,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56da4e9a-b343-48e6-a500-b72da5f0d103 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=d3aacfd8a7c5433fa05f76341446f9b7&role.id=d384fb0edb0943f79d082c9b0be24743&scope.project.id=cdca7d5571664f3a937d5cbda3b1c98f", "previous": null, "next": null}} 2018-08-20 06:52:49,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=d3aacfd8a7c5433fa05f76341446f9b7&role.id=d384fb0edb0943f79d082c9b0be24743&scope.project.id=cdca7d5571664f3a937d5cbda3b1c98f used request id req-56da4e9a-b343-48e6-a500-b72da5f0d103 2018-08-20 06:52:49,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0984270572662s 2018-08-20 06:52:49,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=d3aacfd8a7c5433fa05f76341446f9b7&role.id=d384fb0edb0943f79d082c9b0be24743&scope.project.id=cdca7d5571664f3a937d5cbda3b1c98f used request id req-56da4e9a-b343-48e6-a500-b72da5f0d103 2018-08-20 06:52:49,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 06:52:49,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f/users/d3aacfd8a7c5433fa05f76341446f9b7/roles/d384fb0edb0943f79d082c9b0be24743 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:52:49,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:52:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2b154f8-2c39-4910-8d5f-9225423f3e77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:52:49,665 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f/users/d3aacfd8a7c5433fa05f76341446f9b7/roles/d384fb0edb0943f79d082c9b0be24743 used request id req-c2b154f8-2c39-4910-8d5f-9225423f3e77 2018-08-20 06:52:49,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.14195394516s 2018-08-20 06:52:49,665 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f/users/d3aacfd8a7c5433fa05f76341446f9b7/roles/d384fb0edb0943f79d082c9b0be24743 used request id req-c2b154f8-2c39-4910-8d5f-9225423f3e77 2018-08-20 06:52:49,666 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'cdca7d5571664f3a937d5cbda3b1c98f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '056e9f76-fc66-4a96-a778-03a2f9cddffb', 'username': u'vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 06:52:49,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:52:49,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:52:49,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:52:49,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:52:49,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:52:49,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:52:49,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:52:49,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:52:49,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:52:49,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:52:49,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:52:49,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:52:49,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:52:49,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:52:49,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:52:49,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:52:49,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:52:49,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:52:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:52:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:52:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:52:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:52:49,671 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', 'password': '056e9f76-fc66-4a96-a778-03a2f9cddffb', 'project_name': 'vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': 'cdca7d5571664f3a937d5cbda3b1c98f', 'project_domain_name': 'Default'} 2018-08-20 06:52:49,672 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-20 06:52:49,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:52:49,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd9be132-7a4e-49ec-b7bc-d5b4c431a776 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:52:49,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cd9be132-7a4e-49ec-b7bc-d5b4c431a776 2018-08-20 06:52:49,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:52:50,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d384fb0edb0943f79d082c9b0be24743", "name": "Member"}], "expires_at": "2018-08-20T07:52:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cdca7d5571664f3a937d5cbda3b1c98f", "name": "vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cdca7d5571664f3a937d5cbda3b1c98f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cdca7d5571664f3a937d5cbda3b1c98f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cdca7d5571664f3a937d5cbda3b1c98f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "id": "d3aacfd8a7c5433fa05f76341446f9b7"}, "audit_ids": ["BnYfM3fySFK7NzepuQQnhA"], "issued_at": "2018-08-20T06:52:50.000000Z"}} 2018-08-20 06:52:50,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:52:50,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"network": {"name": "vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "admin_state_up": true}}' 2018-08-20 06:52:50,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-5edad61a-08c7-4f59-ba0c-5a887e7f6a3a Date: Mon, 20 Aug 2018 06:52:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T06:52:50Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"79e5b8d0-ac4c-463b-b597-800a242943bd","name":"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}} 2018-08-20 06:52:50,678 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-5edad61a-08c7-4f59-ba0c-5a887e7f6a3a 2018-08-20 06:52:50,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.608438014984s 2018-08-20 06:52:50,678 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-5edad61a-08c7-4f59-ba0c-5a887e7f6a3a 2018-08-20 06:52:50,678 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:52:50Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'79e5b8d0-ac4c-463b-b597-800a242943bd', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', u'admin_state_up': True, u'tenant_id': u'cdca7d5571664f3a937d5cbda3b1c98f', u'created_at': u'2018-08-20T06:52:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cdca7d5571664f3a937d5cbda3b1c98f'}) 2018-08-20 06:52:50,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:52:50,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:52:50,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-0bf9070a-fd78-4128-aa35-b04f0cfe67c2 Date: Mon, 20 Aug 2018 06:52:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:52:50Z","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"79e5b8d0-ac4c-463b-b597-800a242943bd","name":"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:52:50,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-0bf9070a-fd78-4128-aa35-b04f0cfe67c2 2018-08-20 06:52:50,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294565916061s 2018-08-20 06:52:50,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-0bf9070a-fd78-4128-aa35-b04f0cfe67c2 2018-08-20 06:52:50,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:52:50,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"subnet": {"name": "vping_userdata-subnet_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "enable_dhcp": true, "network_id": "79e5b8d0-ac4c-463b-b597-800a242943bd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:52:51,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b333e650-a85e-46b1-bc04-66433988bd5f Date: Mon, 20 Aug 2018 06:52:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e5b8d0-ac4c-463b-b597-800a242943bd","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:52:51Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"d6f3b669-c76a-4d0c-86f2-c1fa85ec1587","subnetpool_id":null,"name":"vping_userdata-subnet_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}} 2018-08-20 06:52:51,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-b333e650-a85e-46b1-bc04-66433988bd5f 2018-08-20 06:52:51,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.899405002594s 2018-08-20 06:52:51,875 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-b333e650-a85e-46b1-bc04-66433988bd5f 2018-08-20 06:52:51,876 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:52:51Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd6f3b669-c76a-4d0c-86f2-c1fa85ec1587', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', u'enable_dhcp': True, u'network_id': u'79e5b8d0-ac4c-463b-b597-800a242943bd', u'tenant_id': u'cdca7d5571664f3a937d5cbda3b1c98f', u'created_at': u'2018-08-20T06:52:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cdca7d5571664f3a937d5cbda3b1c98f'}) 2018-08-20 06:52:51,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:52:51,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "vping_userdata-router_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "admin_state_up": true}}' 2018-08-20 06:52:53,267 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-edcfb124-9cd4-4813-9654-3e98c98a2ced Date: Mon, 20 Aug 2018 06:52:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:52Z", "admin_state_up": true, "updated_at": "2018-08-20T06:52:53Z", "revision_number": 2, "routes": [], "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "5789dd98-f718-4ae6-a16f-6f0c2732ba70", "name": "vping_userdata-router_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}} 2018-08-20 06:52:53,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-edcfb124-9cd4-4813-9654-3e98c98a2ced 2018-08-20 06:52:53,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.3909368515s 2018-08-20 06:52:53,268 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-edcfb124-9cd4-4813-9654-3e98c98a2ced 2018-08-20 06:52:53,268 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cdca7d5571664f3a937d5cbda3b1c98f', u'created_at': u'2018-08-20T06:52:52Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T06:52:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'cdca7d5571664f3a937d5cbda3b1c98f', u'id': u'5789dd98-f718-4ae6-a16f-6f0c2732ba70', u'name': u'vping_userdata-router_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f'}) 2018-08-20 06:52:53,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:52:53,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"subnet_id": "d6f3b669-c76a-4d0c-86f2-c1fa85ec1587"}' 2018-08-20 06:52:55,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2274c508-967b-4026-8f4c-fdc5430f3386 Date: Mon, 20 Aug 2018 06:52:55 GMT RESP BODY: {"network_id": "79e5b8d0-ac4c-463b-b597-800a242943bd", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "subnet_id": "d6f3b669-c76a-4d0c-86f2-c1fa85ec1587", "subnet_ids": ["d6f3b669-c76a-4d0c-86f2-c1fa85ec1587"], "port_id": "9e05533e-ab35-4d1f-8c9f-f67065379c00", "id": "5789dd98-f718-4ae6-a16f-6f0c2732ba70"} 2018-08-20 06:52:55,420 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70/add_router_interface.json used request id req-2274c508-967b-4026-8f4c-fdc5430f3386 2018-08-20 06:52:55,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.15144109726s 2018-08-20 06:52:55,420 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70/add_router_interface.json used request id req-2274c508-967b-4026-8f4c-fdc5430f3386 returning object 5789dd98-f718-4ae6-a16f-6f0c2732ba70 2018-08-20 06:52:55,421 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 06:52:55,553 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 06:52:55,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:52:55,559 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 06:52:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 06:52:55,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:52:55,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:52:55,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1787428e-a058-48b3-9618-5dfac0dc590e Date: Mon, 20 Aug 2018 06:52:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:52:55,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1787428e-a058-48b3-9618-5dfac0dc590e 2018-08-20 06:52:55,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2003428936s 2018-08-20 06:52:55,764 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1787428e-a058-48b3-9618-5dfac0dc590e 2018-08-20 06:52:55,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 06:52:55,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}' 2018-08-20 06:52:56,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0e859ee5-c992-432c-abba-0239aecf9e0c Date: Mon, 20 Aug 2018 06:52:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file", "owner": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "size": null, "self": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:52:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "checksum": null, "created_at": "2018-08-20T06:52:55Z", "protected": false} 2018-08-20 06:52:56,016 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-0e859ee5-c992-432c-abba-0239aecf9e0c 2018-08-20 06:52:56,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.2436439991s 2018-08-20 06:52:56,016 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-0e859ee5-c992-432c-abba-0239aecf9e0c returning object 8a3b9e01-13f8-4186-a6e5-1a028f063ed8 2018-08-20 06:52:56,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 06:52:56,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '' 2018-08-20 06:52:56,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74b06ced-1c23-4d42-bf86-e219aa4e6003 Date: Mon, 20 Aug 2018 06:52:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:52:56,698 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file used request id req-74b06ced-1c23-4d42-bf86-e219aa4e6003 2018-08-20 06:52:56,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.681185007095s 2018-08-20 06:52:56,699 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file used request id req-74b06ced-1c23-4d42-bf86-e219aa4e6003 2018-08-20 06:52:56,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:52:56,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:52:56,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-27207ee0-b981-4a91-90ec-8b14b97c0fd3 Date: Mon, 20 Aug 2018 06:52:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap", "metadata": {}}], "file": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file", "owner": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "size": 12716032, "self": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:52:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:52:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:52:56,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-27207ee0-b981-4a91-90ec-8b14b97c0fd3 2018-08-20 06:52:56,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.237180948257s 2018-08-20 06:52:56,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-27207ee0-b981-4a91-90ec-8b14b97c0fd3 2018-08-20 06:52:56,941 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file', 'owner': u'cdca7d5571664f3a937d5cbda3b1c98f', 'id': u'8a3b9e01-13f8-4186-a6e5-1a028f063ed8', 'size': 12716032, u'self': u'/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cdca7d5571664f3a937d5cbda3b1c98f', 'name': 'vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T06:52:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T06:52:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', 'created': u'2018-08-20T06:52:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T06:52:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 06:52:56,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 06:52:56,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 06:52:57,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-025a5ab1-06b5-421d-b70e-0229e2bb4082 x-compute-request-id: req-025a5ab1-06b5-421d-b70e-0229e2bb4082 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e"}} 2018-08-20 06:52:57,703 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-025a5ab1-06b5-421d-b70e-0229e2bb4082 2018-08-20 06:52:57,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.76038312912s 2018-08-20 06:52:57,703 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-025a5ab1-06b5-421d-b70e-0229e2bb4082 2018-08-20 06:52:57,704 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'eae1baa3-80bf-48fe-b4ee-9ad3f262d54e', 'swap': 0}) 2018-08-20 06:52:57,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 06:52:57,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" -d '{"extra_specs": {}}' 2018-08-20 06:52:57,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:52: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-cf188a6b-8d81-41f7-a9e2-60e4108d82fe x-compute-request-id: req-cf188a6b-8d81-41f7-a9e2-60e4108d82fe Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 06:52:57,729 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e/os-extra_specs used request id req-cf188a6b-8d81-41f7-a9e2-60e4108d82fe 2018-08-20 06:52:57,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249831676483s 2018-08-20 06:52:57,730 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e/os-extra_specs used request id req-cf188a6b-8d81-41f7-a9e2-60e4108d82fe 2018-08-20 06:52:57,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:52:57,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:52:58,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-bbb2fbff-9780-404c-8156-f70f9b005800 Date: Mon, 20 Aug 2018 06:52:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6f3b669-c76a-4d0c-86f2-c1fa85ec1587"],"updated_at":"2018-08-20T06:52:51Z","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"79e5b8d0-ac4c-463b-b597-800a242943bd","name":"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:52:58,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bbb2fbff-9780-404c-8156-f70f9b005800 2018-08-20 06:52:58,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.288557052612s 2018-08-20 06:52:58,019 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bbb2fbff-9780-404c-8156-f70f9b005800 2018-08-20 06:52:58,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:52:58,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:52:58,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a78c359f-6955-4438-a238-db1531f6a0a8 Date: Mon, 20 Aug 2018 06:52:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap", "metadata": {}}], "file": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file", "owner": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "size": 12716032, "self": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:52:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:52:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:52:58,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-a78c359f-6955-4438-a238-db1531f6a0a8 2018-08-20 06:52:58,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209555149078s 2018-08-20 06:52:58,233 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-a78c359f-6955-4438-a238-db1531f6a0a8 2018-08-20 06:52:58,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:52:58,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:52:58,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-eebf11b6-0e8e-403e-95fb-6881653a7653 x-compute-request-id: req-eebf11b6-0e8e-403e-95fb-6881653a7653 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e"}]} 2018-08-20 06:52:58,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-eebf11b6-0e8e-403e-95fb-6881653a7653 2018-08-20 06:52:58,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.182593107224s 2018-08-20 06:52:58,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-eebf11b6-0e8e-403e-95fb-6881653a7653 2018-08-20 06:52:58,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 06:52:58,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"server": {"name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "imageRef": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "flavorRef": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "79e5b8d0-ac4c-463b-b597-800a242943bd"}]}}' 2018-08-20 06:53:01,001 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 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 x-openstack-request-id: req-fcf6d5d8-7415-411f-b964-3ae1b58046dc x-compute-request-id: req-fcf6d5d8-7415-411f-b964-3ae1b58046dc Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "adminPass": "3M8pyXsRokrB"}} 2018-08-20 06:53:01,001 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-fcf6d5d8-7415-411f-b964-3ae1b58046dc 2018-08-20 06:53:01,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.58207201958s 2018-08-20 06:53:01,002 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-fcf6d5d8-7415-411f-b964-3ae1b58046dc 2018-08-20 06:53:01,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:01,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:01,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8332fff-98ac-4bf9-82d8-ad41749ce5c9 x-compute-request-id: req-c8332fff-98ac-4bf9-82d8-ad41749ce5c9 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:01,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c8332fff-98ac-4bf9-82d8-ad41749ce5c9 2018-08-20 06:53:01,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.485682964325s 2018-08-20 06:53:01,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c8332fff-98ac-4bf9-82d8-ad41749ce5c9 2018-08-20 06:53:01,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:53:01,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:01,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-3998001d-2d64-4d11-9674-db791280cd4e Date: Mon, 20 Aug 2018 06:53: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":["d6f3b669-c76a-4d0c-86f2-c1fa85ec1587"],"updated_at":"2018-08-20T06:52:51Z","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"79e5b8d0-ac4c-463b-b597-800a242943bd","name":"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:53:01,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-3998001d-2d64-4d11-9674-db791280cd4e 2018-08-20 06:53:01,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.415693998337s 2018-08-20 06:53:01,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-3998001d-2d64-4d11-9674-db791280cd4e 2018-08-20 06:53:01,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:53:01,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:02,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-db0e48ea-eb45-4cca-a2ec-32ec1649fdcb Date: Mon, 20 Aug 2018 06:53:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e5b8d0-ac4c-463b-b597-800a242943bd","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:52:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"d6f3b669-c76a-4d0c-86f2-c1fa85ec1587","subnetpool_id":null,"name":"vping_userdata-subnet_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}]} 2018-08-20 06:53:02,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-db0e48ea-eb45-4cca-a2ec-32ec1649fdcb 2018-08-20 06:53:02,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.213306903839s 2018-08-20 06:53:02,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-db0e48ea-eb45-4cca-a2ec-32ec1649fdcb 2018-08-20 06:53:02,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:53:04,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:04,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:04,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53: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-6cbad987-3dde-4248-b221-dcd1a3b3528d x-compute-request-id: req-6cbad987-3dde-4248-b221-dcd1a3b3528d 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.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:02Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:04,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6cbad987-3dde-4248-b221-dcd1a3b3528d 2018-08-20 06:53:04,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741595029831s 2018-08-20 06:53:04,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6cbad987-3dde-4248-b221-dcd1a3b3528d 2018-08-20 06:53:04,873 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:53:06,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:06,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:08,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-785f3131-43b2-40b9-9bd7-79c366cf73ee x-compute-request-id: req-785f3131-43b2-40b9-9bd7-79c366cf73ee 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.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:02Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:08,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-785f3131-43b2-40b9-9bd7-79c366cf73ee 2018-08-20 06:53:08,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33458185196s 2018-08-20 06:53:08,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-785f3131-43b2-40b9-9bd7-79c366cf73ee 2018-08-20 06:53:08,214 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:53:10,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:10,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:11,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0c826e7-3f94-4016-a06c-274e1b7e3c00 x-compute-request-id: req-d0c826e7-3f94-4016-a06c-274e1b7e3c00 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:13:f5", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:07.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:07Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:11,013 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d0c826e7-3f94-4016-a06c-274e1b7e3c00 2018-08-20 06:53:11,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.796363830566s 2018-08-20 06:53:11,014 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d0c826e7-3f94-4016-a06c-274e1b7e3c00 2018-08-20 06:53:11,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:53:11,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=cb797d12-e4c4-494a-9898-4a4d24be5249" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:11,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b1da5bed-7045-4c94-b9d4-bb1537f66591 Date: Mon, 20 Aug 2018 06:53:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"79e5b8d0-ac4c-463b-b597-800a242943bd","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:53:03Z","admin_state_up":true,"updated_at":"2018-08-20T06:53:06Z","binding:vnic_type":"normal","device_id":"cb797d12-e4c4-494a-9898-4a4d24be5249","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b9:13:f5","id":"50e00f5f-6b9c-4492-a0f1-41a22a248c19","port_security_enabled":true,"project_id":"cdca7d5571664f3a937d5cbda3b1c98f","fixed_ips":[{"subnet_id":"d6f3b669-c76a-4d0c-86f2-c1fa85ec1587","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["639082b8-1a5e-46ba-a6f5-490229fad84a"],"name":""}]} 2018-08-20 06:53:11,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=cb797d12-e4c4-494a-9898-4a4d24be5249 used request id req-b1da5bed-7045-4c94-b9d4-bb1537f66591 2018-08-20 06:53:11,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0710778236389s 2018-08-20 06:53:11,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=cb797d12-e4c4-494a-9898-4a4d24be5249 used request id req-b1da5bed-7045-4c94-b9d4-bb1537f66591 2018-08-20 06:53:11,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:53:11,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=50e00f5f-6b9c-4492-a0f1-41a22a248c19" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:11,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ccc36b0e-06a1-497e-9362-fc4b2bcfaddf Date: Mon, 20 Aug 2018 06:53:11 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:53:11,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=50e00f5f-6b9c-4492-a0f1-41a22a248c19 used request id req-ccc36b0e-06a1-497e-9362-fc4b2bcfaddf 2018-08-20 06:53:11,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0302197933197s 2018-08-20 06:53:11,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=50e00f5f-6b9c-4492-a0f1-41a22a248c19 used request id req-ccc36b0e-06a1-497e-9362-fc4b2bcfaddf 2018-08-20 06:53:11,126 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b9:13:f5', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8a3b9e01-13f8-4186-a6e5-1a028f063ed8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T06:53:07.000000', 'flavor': Munch({u'id': u'eae1baa3-80bf-48fe-b4ee-9ad3f262d54e'}), 'az': u'nova', 'id': u'cb797d12-e4c4-494a-9898-4a4d24be5249', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd3aacfd8a7c5433fa05f76341446f9b7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cdca7d5571664f3a937d5cbda3b1c98f', 'name': 'vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', '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-08-20T06:53:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T06:53:07Z', 'hostId': u'4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88', '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-08-20T06:53:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cdca7d5571664f3a937d5cbda3b1c98f', 'name': u'vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', 'adminPass': u'3M8pyXsRokrB', 'tenant_id': u'cdca7d5571664f3a937d5cbda3b1c98f', 'created_at': u'2018-08-20T06:53:00Z', 'created': u'2018-08-20T06:53:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 06:53:11,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:53:11,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:11,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-a99917a9-ecd3-48bc-828c-dca88ce07e6e Date: Mon, 20 Aug 2018 06:53:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d6f3b669-c76a-4d0c-86f2-c1fa85ec1587"],"updated_at":"2018-08-20T06:52:51Z","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"79e5b8d0-ac4c-463b-b597-800a242943bd","name":"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:53:11,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a99917a9-ecd3-48bc-828c-dca88ce07e6e 2018-08-20 06:53:11,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290693044662s 2018-08-20 06:53:11,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a99917a9-ecd3-48bc-828c-dca88ce07e6e 2018-08-20 06:53:11,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:53:11,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:11,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b6b74e6a-77df-46fc-bce6-461eb601cc2f Date: Mon, 20 Aug 2018 06:53:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap", "metadata": {}}], "file": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file", "owner": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "size": 12716032, "self": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:52:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:52:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:53:11,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b6b74e6a-77df-46fc-bce6-461eb601cc2f 2018-08-20 06:53:11,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0369560718536s 2018-08-20 06:53:11,460 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b6b74e6a-77df-46fc-bce6-461eb601cc2f 2018-08-20 06:53:11,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:53:11,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:11,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06: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-f03b6d58-3edf-43da-8aa1-6d95acd8d5a9 x-compute-request-id: req-f03b6d58-3edf-43da-8aa1-6d95acd8d5a9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e"}]} 2018-08-20 06:53:11,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-f03b6d58-3edf-43da-8aa1-6d95acd8d5a9 2018-08-20 06:53:11,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247828960419s 2018-08-20 06:53:11,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-f03b6d58-3edf-43da-8aa1-6d95acd8d5a9 2018-08-20 06:53:11,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 06:53:11,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"server": {"name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "imageRef": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "flavorRef": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEzIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "79e5b8d0-ac4c-463b-b597-800a242943bd"}]}}' 2018-08-20 06:53:13,534 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06: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 x-openstack-request-id: req-c8c4f2ab-1a9e-40d0-a356-65ed8620cce0 x-compute-request-id: req-c8c4f2ab-1a9e-40d0-a356-65ed8620cce0 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "adminPass": "F52qnHjPZv2L"}} 2018-08-20 06:53:13,534 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-c8c4f2ab-1a9e-40d0-a356-65ed8620cce0 2018-08-20 06:53:13,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.04587697983s 2018-08-20 06:53:13,534 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-c8c4f2ab-1a9e-40d0-a356-65ed8620cce0 2018-08-20 06:53:13,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:13,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:14,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-b267439e-9324-4a0e-aabb-b13d59c3c0d3 x-compute-request-id: req-b267439e-9324-4a0e-aabb-b13d59c3c0d3 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:13Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:13:f5", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:07.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:07Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:14,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b267439e-9324-4a0e-aabb-b13d59c3c0d3 2018-08-20 06:53:14,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.797137022018s 2018-08-20 06:53:14,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b267439e-9324-4a0e-aabb-b13d59c3c0d3 2018-08-20 06:53:14,338 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:53:16,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:16,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:17,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fdc9685-df4d-4309-b243-20d0d4ddf591 x-compute-request-id: req-8fdc9685-df4d-4309-b243-20d0d4ddf591 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:14Z", "hostId": "9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:13Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:13:f5", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:07.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:07Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:17,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8fdc9685-df4d-4309-b243-20d0d4ddf591 2018-08-20 06:53:17,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738591909409s 2018-08-20 06:53:17,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8fdc9685-df4d-4309-b243-20d0d4ddf591 2018-08-20 06:53:17,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:53:19,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:19,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98fde512-1847-4b6b-8d96-d40e28c151d0 x-compute-request-id: req-98fde512-1847-4b6b-8d96-d40e28c151d0 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:14Z", "hostId": "9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:13Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:13:f5", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:07.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:07Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:19,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-98fde512-1847-4b6b-8d96-d40e28c151d0 2018-08-20 06:53:19,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773258924484s 2018-08-20 06:53:19,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-98fde512-1847-4b6b-8d96-d40e28c151d0 2018-08-20 06:53:19,865 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:53:21,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:21,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:22,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83d20ae6-3b21-47fc-8855-ef8f2c7943bc x-compute-request-id: req-83d20ae6-3b21-47fc-8855-ef8f2c7943bc Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:63:30", "version": 4, "addr": "192.168.120.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:19.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:19Z", "hostId": "9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:13Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:13:f5", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:07.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:07Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:22,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-83d20ae6-3b21-47fc-8855-ef8f2c7943bc 2018-08-20 06:53:22,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564233064651s 2018-08-20 06:53:22,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-83d20ae6-3b21-47fc-8855-ef8f2c7943bc 2018-08-20 06:53:22,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:53:22,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:22,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-03638194-e1de-4423-9353-5cc016394a32 Date: Mon, 20 Aug 2018 06:53:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"79e5b8d0-ac4c-463b-b597-800a242943bd","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:53:15Z","admin_state_up":true,"updated_at":"2018-08-20T06:53:19Z","binding:vnic_type":"normal","device_id":"6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:2b:63:30","id":"a214674e-e2eb-4ac5-8718-978f1d43e2e5","port_security_enabled":true,"project_id":"cdca7d5571664f3a937d5cbda3b1c98f","fixed_ips":[{"subnet_id":"d6f3b669-c76a-4d0c-86f2-c1fa85ec1587","ip_address":"192.168.120.25"}],"extra_dhcp_opts":[],"security_groups":["639082b8-1a5e-46ba-a6f5-490229fad84a"],"name":""}]} 2018-08-20 06:53:22,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f used request id req-03638194-e1de-4423-9353-5cc016394a32 2018-08-20 06:53:22,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.254307031631s 2018-08-20 06:53:22,692 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f used request id req-03638194-e1de-4423-9353-5cc016394a32 2018-08-20 06:53:22,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:53:22,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=a214674e-e2eb-4ac5-8718-978f1d43e2e5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:22,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e5140a7a-3569-4a82-a097-a879bba4b014 Date: Mon, 20 Aug 2018 06:53:22 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:53:22,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=a214674e-e2eb-4ac5-8718-978f1d43e2e5 used request id req-e5140a7a-3569-4a82-a097-a879bba4b014 2018-08-20 06:53:22,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0192649364471s 2018-08-20 06:53:22,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=a214674e-e2eb-4ac5-8718-978f1d43e2e5 used request id req-e5140a7a-3569-4a82-a097-a879bba4b014 2018-08-20 06:53:22,717 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2b:63:30', u'version': 4, u'addr': u'192.168.120.25', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8a3b9e01-13f8-4186-a6e5-1a028f063ed8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T06:53:19.000000', 'flavor': Munch({u'id': u'eae1baa3-80bf-48fe-b4ee-9ad3f262d54e'}), 'az': u'nova', 'id': u'6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd3aacfd8a7c5433fa05f76341446f9b7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cdca7d5571664f3a937d5cbda3b1c98f', 'name': 'vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', '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-08-20T06:53:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T06:53:19Z', 'hostId': u'9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.25', 'cloud': 'envvars', 'host_id': u'9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab', '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-08-20T06:53:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cdca7d5571664f3a937d5cbda3b1c98f', 'name': u'vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f', 'adminPass': u'F52qnHjPZv2L', 'tenant_id': u'cdca7d5571664f3a937d5cbda3b1c98f', 'created_at': u'2018-08-20T06:53:13Z', 'created': u'2018-08-20T06:53:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 06:53:22,718 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-20 06:53:23,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:23,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:24,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-964a1056-4db9-4fe4-ba40-fa4de6433dff x-compute-request-id: req-964a1056-4db9-4fe4-ba40-fa4de6433dff Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:63:30", "version": 4, "addr": "192.168.120.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:19.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:19Z", "hostId": "9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:13Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:13:f5", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:07.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:07Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:24,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-964a1056-4db9-4fe4-ba40-fa4de6433dff 2018-08-20 06:53:24,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17984294891s 2018-08-20 06:53:24,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-964a1056-4db9-4fe4-ba40-fa4de6433dff 2018-08-20 06:53:24,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:53:24,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:53:25,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-11cd0247-4a0b-42bc-a433-90f7d7fa0069 x-compute-request-id: req-11cd0247-4a0b-42bc-a433-90f7d7fa0069 Content-Encoding: gzip Content-Length: 9548 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 484804188 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143932] pid_max: default: 32768 minimum: 301\n[ 0.144832] ACPI: Core revision 20150930\n[ 0.146211] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147521] Security Framework initialized\n[ 0.148337] Yama: becoming mindful.\n[ 0.149069] AppArmor: AppArmor initialized\n[ 0.149934] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151278] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153771] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155189] Initializing cgroup subsys io\n[ 0.156004] Initializing cgroup subsys memory\n[ 0.156864] Initializing cgroup subsys devices\n[ 0.157756] Initializing cgroup subsys freezer\n[ 0.158625] Initializing cgroup subsys net_cls\n[ 0.159502] Initializing cgroup subsys perf_event\n[ 0.160415] Initializing cgroup subsys net_prio\n[ 0.161303] Initializing cgroup subsys hugetlb\n[ 0.162173] Initializing cgroup subsys pids\n[ 0.163046] CPU: Physical Processor ID: 0\n[ 0.164532] mce: CPU supports 10 MCE banks\n[ 0.165392] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166394] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186706] ftrace: allocating 31920 entries in 125 pages\n[ 0.211464] smpboot: Max logical packages: 1\n[ 0.212333] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213692] x2apic enabled\n[ 0.214492] Switched APIC routing to physical x2apic.\n[ 0.216223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217348] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219349] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221136] KVM setup paravirtual spinlock\n[ 0.222430] x86: Booted up 1 node, 1 CPUs\n[ 0.223243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224631] devtmpfs: initialized\n[ 0.226346] evm: security.selinux\n[ 0.227047] evm: security.SMACK64\n[ 0.227737] evm: security.SMACK64EXEC\n[ 0.228483] evm: security.SMACK64TRANSMUTE\n[ 0.229292] evm: security.SMACK64MMAP\n[ 0.230037] evm: security.ima\n[ 0.230679] evm: security.capability\n[ 0.231481] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233342] pinctrl core: initialized pinctrl subsystem\n[ 0.234490] RTC time: 6:53:19, date: 08/20/18\n[ 0.235469] NET: Registered protocol family 16\n[ 0.236472] cpuidle: using governor ladder\n[ 0.237309] cpuidle: using governor menu\n[ 0.238098] PCCT header not found.\n[ 0.238868] ACPI: bus type PCI registered\n[ 0.239676] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240924] PCI: Using configuration type 1 for base access\n[ 0.242692] ACPI: Added _OSI(Module Device)\n[ 0.243534] ACPI: Added _OSI(Processor Device)\n[ 0.244406] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245314] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247066] ACPI: Interpreter enabled\n[ 0.247850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251577] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255200] ACPI: (supports S0 S5)\n[ 0.255895] ACPI: Using IOAPIC for interrupt routing\n[ 0.256841] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262468] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263675] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265914] acpiphp: Slot [3] registered\n[ 0.266716] acpiphp: Slot [4] registered\n[ 0.267521] acpiphp: Slot [5] registered\n[ 0.268366] acpiphp: Slot [6] registered\n[ 0.269197] acpiphp: Slot [7] registered\n[ 0.270044] acpiphp: Slot [8] registered\n[ 0.270825] acpiphp: Slot [9] registered\n[ 0.271603] acpiphp: Slot [10] registered\n[ 0.272469] acpiphp: Slot [11] registered\n[ 0.273316] acpiphp: Slot [12] registered\n[ 0.274122] acpiphp: Slot [13] registered\n[ 0.274930] acpiphp: Slot [14] registered\n[ 0.275719] acpiphp: Slot [15] registered\n[ 0.286398] acpiphp: Slot [16] registered\n[ 0.287217] acpiphp: Slot [17] registered\n[ 0.288060] acpiphp: Slot [18] registered\n[ 0.288869] acpiphp: Slot [19] registered\n[ 0.289669] acpiphp: Slot [20] registered\n[ 0.290466] acpiphp: Slot [21] registered\n[ 0.291280] acpiphp: Slot [22] registered\n[ 0.292112] acpiphp: Slot [23] registered\n[ 0.292950] acpiphp: Slot [24] registered\n[ 0.293742] acpiphp: Slot [25] registered\n[ 0.294539] acpiphp: Slot [26] registered\n[ 0.295364] acpiphp: Slot [27] registered\n[ 0.296207] acpiphp: Slot [28] registered\n[ 0.297006] acpiphp: Slot [29] registered\n[ 0.297867] acpiphp: Slot [30] registered\n[ 0.298687] acpiphp: Slot [31] registered\n[ 0.299498] PCI host bridge to bus 0000:00\n[ 0.300321] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301564] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302764] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304183] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305606] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.307077] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310343] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312775] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314020] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317472] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338251] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340015] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341476] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342844] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345358] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347911] vgaarb: loaded\n[ 0.348500] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349745] SCSI subsystem initialized\n[ 0.350696] ACPI: bus type USB registered\n[ 0.351524] usbcore: registered new interface driver usbfs\n[ 0.352532] usbcore: registered new interface driver hub\n[ 0.353523] usbcore: registered new device driver usb\n[ 0.354607] PCI: Using ACPI for IRQ routing\n[ 0.355748] NetLabel: Initializing\n[ 0.356466] NetLabel: domain hash size = 128\n[ 0.357306] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358263] NetLabel: unlabeled traffic allowed by default\n[ 0.359410] clocksource: Switched to clocksource kvm-clock\n[ 0.367381] AppArmor: AppArmor Filesystem Enabled\n[ 0.368354] pnp: PnP ACPI init\n[ 0.369280] pnp: PnP ACPI: found 5 devices\n[ 0.375590] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377281] NET: Registered protocol family 2\n[ 0.378307] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379595] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380806] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381980] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383048] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384237] NET: Registered protocol family 1\n[ 0.385142] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386215] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401067] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415040] Trying to unpack rootfs image as initramfs...\n[ 0.470648] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472353] Scanning for low memory corruption every 60 seconds\n[ 0.473685] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.474821] audit: initializing netlink subsys (disabled)\n[ 0.475857] audit: type=2000 audit(1534748000.284:1): initialized\n[ 0.477179] Initialise system trusted keyring\n[ 0.478118] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479259] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481374] zbud: loaded\n[ 0.482126] VFS: Disk quotas dquot_6.6.0\n[ 0.482940] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.484552] fuse init (API version 7.23)\n[ 0.485480] Key type big_key registered\n[ 0.486286] Allocating IMA MOK and blacklist keyrings.\n[ 0.487505] Key type asymmetric registered\n[ 0.488326] Asymmetric key parser 'x509' registered\n[ 0.489268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.490741] io scheduler noop registered\n[ 0.491551] io scheduler deadline registered (default)\n[ 0.492570] io scheduler cfq registered\n[ 0.493405] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.494438] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.495748] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497206] ACPI: Power Button [PWRF]\n[ 0.498048] GHES: HEST is not enabled!\n[ 0.511535] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539072] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541092] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564986] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567208] Linux agpgart interface v0.103\n[ 0.569781] brd: module loaded\n[ 0.571394] loop: module loaded\n[ 0.575313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.578592] GPT:90111 != 2097151\n[ 0.579405] GPT:Alternate GPT header not at the end of the disk.\n[ 0.580537] GPT:90111 != 2097151\n[ 0.581236] GPT: Use GNU Parted to correct GPT errors.\n[ 0.582254] vda: vda1 vda15\n[ 0.584224] scsi host0: ata_piix\n[ 0.585037] scsi host1: ata_piix\n[ 0.585792] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587067] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588619] libphy: Fixed MDIO Bus: probed\n[ 0.589469] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590451] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592885] PPP generic driver version 2.4.2\n[ 0.593849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595099] ehci-pci: EHCI PCI platform driver\n[ 0.596050] ehci-platform: EHCI generic platform driver\n[ 0.597093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.598276] ohci-pci: OHCI PCI platform driver\n[ 0.599180] ohci-platform: OHCI generic platform driver\n[ 0.600213] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614464] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.618090] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.619278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.620570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.622044] usb usb1: Product: UHCI Host Controller\n[ 0.623008] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.624209] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.625240] hub 1-0:1.0: USB hub found\n[ 0.626058] hub 1-0:1.0: 2 ports detected\n[ 0.627046] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.629254] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.630267] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.631357] mousedev: PS/2 mouse device common for all mice\n[ 0.632677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.634621] rtc_cmos 00:00: RTC can wake from S4\n[ 0.635794] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.637047] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.638296] i2c /dev entries driver\n[ 0.639113] device-mapper: uevent: version 1.0.3\n[ 0.640123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.641835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.643323] NET: Registered protocol family 10\n[ 0.644528] NET: Registered protocol family 17\n[ 0.645471] Key type dns_resolver registered\n[ 0.646514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.647708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.649596] registered taskstats version 1\n[ 0.650475] Loading compiled-in X.509 certificates\n[ 0.652020] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.653986] zswap: loaded using pool lzo/zbud\n[ 0.655725] Key type trusted registered\n[ 0.657551] Key type encrypted registered\n[ 0.658414] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659514] ima: No TPM chip found, activating TPM-bypass!\n[ 0.660604] evm: HMAC attrs: 0x1\n[ 0.661599] Magic number: 14:488:873\n[ 0.662495] rtc_cmos 00:00: setting system clock to 2018-08-20 06:53:19 UTC (1534747999)\n[ 0.664196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665358] EDD information not available.\n[ 0.748712] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.760326] Write protecting the kernel read-only data: 14336k\n[ 0.762483] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764391] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.811829] 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.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.25...\nLease of 192.168.120.25 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 0.81. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNvsXaSlHQCtadYqchqQ3UwOg5ovhYsnATp5X+eDUgKMJujOC5ZY8LFaACkCQLzv3w4jMmyVc4kts78FFXtDzVmK2s7S9znxv8HNcCxSD3C18jROk6jZVtLGMDDpvwaR3WTm+tms60/Q+m0aC+ZLXWfhDgxCpU8NNW6yMlUXucM1VkEPnkNKWHKQboBLIJCvW7mVOyTX8I9gtqJbnWVZeVg3NjgfFCpRGYIRT0/GQYbr4bij6Xqx9s7xlbA/iHsZoUXkHYb0a/Q11sgzoUeOKMz3UTN0UmxHFNP6VLPA7FKnPEkV7fiham/2J1XA84TY2QloLd3bG8XJkXpAkNl3v/ root@vping-userdata-vm2-9b3cf4ee-bd67-4c2c-b134-68c40807ea8f\nssh-dss AAAAB3NzaC1kc3MAAACBAOmIs3VojG1y5vMytAznpz1t1WY7kyVNRRd+2eweDY1XWPCjx21MF/5jKbz5nEzyLKPmc9HOdhaulbx6NaKuLIx3yjpKr+1dPp4ZHM+E3t+oRiXjodPZDiMgjEPoZNCnAWQC7oKL7xFvpMRSHuCEqJevZxEnjWJ868STDSLnNe4bAAAAFQDZ0eJEbT688gJNrUqYFsgIUNMSHwAAAIBM52lPu/t7XHH99MmnqIL9EbqkUD2upfNz0ppIr2QRFxOEyFzUtsavtyx9kUFjx9XNfcPM+U+i2yNzwuINQxslVG6Wzcl8yT/QR9DTLshIi9B7WKhpSlRa8wz6CJY5UhcVlFWXf68HDpYXSv83zrMXma/T6McQM1tLfPwuvCfEcwAAAIBGldidf1Qs4X/GAv2EzSHHCVUvW825t7j1Jqu+JLj7Nj5XQqvh2oZOPANP5ruaTjSEoRQtUf6mTQSW6hSTOC5ifPkE7jC3dBJnxb0SXLuxFQ1PwHjYWy4Nld5B8gRpTh0u+YukIUS46kk/HnKGyUHjFwnQbFI0pVkzImPbI7eHAw== root@vping-userdata-vm2-9b3cf4ee-bd67-4c2c-b134-68c40807ea8f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.25,24,fe80::f816:3eff:fe2b:6330/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.25 \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-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-9b3cf4ee-bd67-4c2c-b134-68c40807ea8f\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.41 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-9b3cf4ee-bd67-4c2c-b134-68c40807ea8f login: "} 2018-08-20 06:53:25,212 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f/action used request id req-11cd0247-4a0b-42bc-a433-90f7d7fa0069 2018-08-20 06:53:25,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.309731006622s 2018-08-20 06:53:25,213 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f/action used request id req-11cd0247-4a0b-42bc-a433-90f7d7fa0069 2018-08-20 06:53:25,213 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 484804188 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.142277] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143932] pid_max: default: 32768 minimum: 301 [ 0.144832] ACPI: Core revision 20150930 [ 0.146211] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147521] Security Framework initialized [ 0.148337] Yama: becoming mindful. [ 0.149069] AppArmor: AppArmor initialized [ 0.149934] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151278] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152552] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153771] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155189] Initializing cgroup subsys io [ 0.156004] Initializing cgroup subsys memory [ 0.156864] Initializing cgroup subsys devices [ 0.157756] Initializing cgroup subsys freezer [ 0.158625] Initializing cgroup subsys net_cls [ 0.159502] Initializing cgroup subsys perf_event [ 0.160415] Initializing cgroup subsys net_prio [ 0.161303] Initializing cgroup subsys hugetlb [ 0.162173] Initializing cgroup subsys pids [ 0.163046] CPU: Physical Processor ID: 0 [ 0.164532] mce: CPU supports 10 MCE banks [ 0.165392] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166394] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186706] ftrace: allocating 31920 entries in 125 pages [ 0.211464] smpboot: Max logical packages: 1 [ 0.212333] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213692] x2apic enabled [ 0.214492] Switched APIC routing to physical x2apic. [ 0.216223] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217348] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219349] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221136] KVM setup paravirtual spinlock [ 0.222430] x86: Booted up 1 node, 1 CPUs [ 0.223243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224631] devtmpfs: initialized [ 0.226346] evm: security.selinux [ 0.227047] evm: security.SMACK64 [ 0.227737] evm: security.SMACK64EXEC [ 0.228483] evm: security.SMACK64TRANSMUTE [ 0.229292] evm: security.SMACK64MMAP [ 0.230037] evm: security.ima [ 0.230679] evm: security.capability [ 0.231481] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233342] pinctrl core: initialized pinctrl subsystem [ 0.234490] RTC time: 6:53:19, date: 08/20/18 [ 0.235469] NET: Registered protocol family 16 [ 0.236472] cpuidle: using governor ladder [ 0.237309] cpuidle: using governor menu [ 0.238098] PCCT header not found. [ 0.238868] ACPI: bus type PCI registered [ 0.239676] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240924] PCI: Using configuration type 1 for base access [ 0.242692] ACPI: Added _OSI(Module Device) [ 0.243534] ACPI: Added _OSI(Processor Device) [ 0.244406] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245314] ACPI: Added _OSI(Processor Aggregator Device) [ 0.247066] ACPI: Interpreter enabled [ 0.247850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.249730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.251577] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.255200] ACPI: (supports S0 S5) [ 0.255895] ACPI: Using IOAPIC for interrupt routing [ 0.256841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.262468] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.263675] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.265914] acpiphp: Slot [3] registered [ 0.266716] acpiphp: Slot [4] registered [ 0.267521] acpiphp: Slot [5] registered [ 0.268366] acpiphp: Slot [6] registered [ 0.269197] acpiphp: Slot [7] registered [ 0.270044] acpiphp: Slot [8] registered [ 0.270825] acpiphp: Slot [9] registered [ 0.271603] acpiphp: Slot [10] registered [ 0.272469] acpiphp: Slot [11] registered [ 0.273316] acpiphp: Slot [12] registered [ 0.274122] acpiphp: Slot [13] registered [ 0.274930] acpiphp: Slot [14] registered [ 0.275719] acpiphp: Slot [15] registered [ 0.286398] acpiphp: Slot [16] registered [ 0.287217] acpiphp: Slot [17] registered [ 0.288060] acpiphp: Slot [18] registered [ 0.288869] acpiphp: Slot [19] registered [ 0.289669] acpiphp: Slot [20] registered [ 0.290466] acpiphp: Slot [21] registered [ 0.291280] acpiphp: Slot [22] registered [ 0.292112] acpiphp: Slot [23] registered [ 0.292950] acpiphp: Slot [24] registered [ 0.293742] acpiphp: Slot [25] registered [ 0.294539] acpiphp: Slot [26] registered [ 0.295364] acpiphp: Slot [27] registered [ 0.296207] acpiphp: Slot [28] registered [ 0.297006] acpiphp: Slot [29] registered [ 0.297867] acpiphp: Slot [30] registered [ 0.298687] acpiphp: Slot [31] registered [ 0.299498] PCI host bridge to bus 0000:00 [ 0.300321] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301564] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302764] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.304183] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305606] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.307077] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310343] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311607] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312775] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314020] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317472] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338251] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340015] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.341476] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.342844] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344081] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.345358] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347911] vgaarb: loaded [ 0.348500] vgaarb: bridge control possible 0000:00:02.0 [ 0.349745] SCSI subsystem initialized [ 0.350696] ACPI: bus type USB registered [ 0.351524] usbcore: registered new interface driver usbfs [ 0.352532] usbcore: registered new interface driver hub [ 0.353523] usbcore: registered new device driver usb [ 0.354607] PCI: Using ACPI for IRQ routing [ 0.355748] NetLabel: Initializing [ 0.356466] NetLabel: domain hash size = 128 [ 0.357306] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358263] NetLabel: unlabeled traffic allowed by default [ 0.359410] clocksource: Switched to clocksource kvm-clock [ 0.367381] AppArmor: AppArmor Filesystem Enabled [ 0.368354] pnp: PnP ACPI init [ 0.369280] pnp: PnP ACPI: found 5 devices [ 0.375590] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.377281] NET: Registered protocol family 2 [ 0.378307] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.379595] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.380806] TCP: Hash tables configured (established 4096 bind 4096) [ 0.381980] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383048] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.384237] NET: Registered protocol family 1 [ 0.385142] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.386215] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.387267] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.401067] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.415040] Trying to unpack rootfs image as initramfs... [ 0.470648] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.472353] Scanning for low memory corruption every 60 seconds [ 0.473685] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.474821] audit: initializing netlink subsys (disabled) [ 0.475857] audit: type=2000 audit(1534748000.284:1): initialized [ 0.477179] Initialise system trusted keyring [ 0.478118] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.479259] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.481374] zbud: loaded [ 0.482126] VFS: Disk quotas dquot_6.6.0 [ 0.482940] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.484552] fuse init (API version 7.23) [ 0.485480] Key type big_key registered [ 0.486286] Allocating IMA MOK and blacklist keyrings. [ 0.487505] Key type asymmetric registered [ 0.488326] Asymmetric key parser 'x509' registered [ 0.489268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.490741] io scheduler noop registered [ 0.491551] io scheduler deadline registered (default) [ 0.492570] io scheduler cfq registered [ 0.493405] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.494438] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.495748] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.497206] ACPI: Power Button [PWRF] [ 0.498048] GHES: HEST is not enabled! [ 0.511535] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.539072] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541092] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564986] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567208] Linux agpgart interface v0.103 [ 0.569781] brd: module loaded [ 0.571394] loop: module loaded [ 0.575313] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.578592] GPT:90111 != 2097151 [ 0.579405] GPT:Alternate GPT header not at the end of the disk. [ 0.580537] GPT:90111 != 2097151 [ 0.581236] GPT: Use GNU Parted to correct GPT errors. [ 0.582254] vda: vda1 vda15 [ 0.584224] scsi host0: ata_piix [ 0.585037] scsi host1: ata_piix [ 0.585792] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.587067] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.588619] libphy: Fixed MDIO Bus: probed [ 0.589469] tun: Universal TUN/TAP device driver, 1.6 [ 0.590451] tun: (C) 1999-2004 Max Krasnyansky [ 0.592885] PPP generic driver version 2.4.2 [ 0.593849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.595099] ehci-pci: EHCI PCI platform driver [ 0.596050] ehci-platform: EHCI generic platform driver [ 0.597093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.598276] ohci-pci: OHCI PCI platform driver [ 0.599180] ohci-platform: OHCI generic platform driver [ 0.600213] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614464] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617057] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.618090] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.619278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.620570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.622044] usb usb1: Product: UHCI Host Controller [ 0.623008] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.624209] usb usb1: SerialNumber: 0000:00:01.2 [ 0.625240] hub 1-0:1.0: USB hub found [ 0.626058] hub 1-0:1.0: 2 ports detected [ 0.627046] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.629254] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.630267] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.631357] mousedev: PS/2 mouse device common for all mice [ 0.632677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.634621] rtc_cmos 00:00: RTC can wake from S4 [ 0.635794] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.637047] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.638296] i2c /dev entries driver [ 0.639113] device-mapper: uevent: version 1.0.3 [ 0.640123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.641835] ledtrig-cpu: registered to indicate activity on CPUs [ 0.643323] NET: Registered protocol family 10 [ 0.644528] NET: Registered protocol family 17 [ 0.645471] Key type dns_resolver registered [ 0.646514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.647708] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.649596] registered taskstats version 1 [ 0.650475] Loading compiled-in X.509 certificates [ 0.652020] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.653986] zswap: loaded using pool lzo/zbud [ 0.655725] Key type trusted registered [ 0.657551] Key type encrypted registered [ 0.658414] AppArmor: AppArmor sha1 policy hashing enabled [ 0.659514] ima: No TPM chip found, activating TPM-bypass! [ 0.660604] evm: HMAC attrs: 0x1 [ 0.661599] Magic number: 14:488:873 [ 0.662495] rtc_cmos 00:00: setting system clock to 2018-08-20 06:53:19 UTC (1534747999) [ 0.664196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665358] EDD information not available. [ 0.748712] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.760326] Write protecting the kernel read-only data: 14336k [ 0.762483] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.764391] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.811829] 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.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.25... Lease of 192.168.120.25 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 0.81. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNvsXaSlHQCtadYqchqQ3UwOg5ovhYsnATp5X+eDUgKMJujOC5ZY8LFaACkCQLzv3w4jMmyVc4kts78FFXtDzVmK2s7S9znxv8HNcCxSD3C18jROk6jZVtLGMDDpvwaR3WTm+tms60/Q+m0aC+ZLXWfhDgxCpU8NNW6yMlUXucM1VkEPnkNKWHKQboBLIJCvW7mVOyTX8I9gtqJbnWVZeVg3NjgfFCpRGYIRT0/GQYbr4bij6Xqx9s7xlbA/iHsZoUXkHYb0a/Q11sgzoUeOKMz3UTN0UmxHFNP6VLPA7FKnPEkV7fiham/2J1XA84TY2QloLd3bG8XJkXpAkNl3v/ root@vping-userdata-vm2-9b3cf4ee-bd67-4c2c-b134-68c40807ea8f ssh-dss AAAAB3NzaC1kc3MAAACBAOmIs3VojG1y5vMytAznpz1t1WY7kyVNRRd+2eweDY1XWPCjx21MF/5jKbz5nEzyLKPmc9HOdhaulbx6NaKuLIx3yjpKr+1dPp4ZHM+E3t+oRiXjodPZDiMgjEPoZNCnAWQC7oKL7xFvpMRSHuCEqJevZxEnjWJ868STDSLnNe4bAAAAFQDZ0eJEbT688gJNrUqYFsgIUNMSHwAAAIBM52lPu/t7XHH99MmnqIL9EbqkUD2upfNz0ppIr2QRFxOEyFzUtsavtyx9kUFjx9XNfcPM+U+i2yNzwuINQxslVG6Wzcl8yT/QR9DTLshIi9B7WKhpSlRa8wz6CJY5UhcVlFWXf68HDpYXSv83zrMXma/T6McQM1tLfPwuvCfEcwAAAIBGldidf1Qs4X/GAv2EzSHHCVUvW825t7j1Jqu+JLj7Nj5XQqvh2oZOPANP5ruaTjSEoRQtUf6mTQSW6hSTOC5ifPkE7jC3dBJnxb0SXLuxFQ1PwHjYWy4Nld5B8gRpTh0u+YukIUS46kk/HnKGyUHjFwnQbFI0pVkzImPbI7eHAw== root@vping-userdata-vm2-9b3cf4ee-bd67-4c2c-b134-68c40807ea8f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.25,24,fe80::f816:3eff:fe2b:6330/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.25 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-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-9b3cf4ee-bd67-4c2c-b134-68c40807ea8f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.41 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-9b3cf4ee-bd67-4c2c-b134-68c40807ea8f login: 2018-08-20 06:53:25,214 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-20 06:53:25,338 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:53:25,338 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:36 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-20 06:53:25,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 06:53:25,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:25,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:53: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-c55bc302-977b-4cf8-990b-24723664d8de x-compute-request-id: req-c55bc302-977b-4cf8-990b-24723664d8de Content-Type: application/json 2018-08-20 06:53:25,680 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249 used request id req-c55bc302-977b-4cf8-990b-24723664d8de 2018-08-20 06:53:25,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.336807012558s 2018-08-20 06:53:25,681 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249 used request id req-c55bc302-977b-4cf8-990b-24723664d8de 2018-08-20 06:53:25,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:25,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:26,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53: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-cbd75b34-9f18-4a29-a149-8f0d8f6e9d51 x-compute-request-id: req-cbd75b34-9f18-4a29-a149-8f0d8f6e9d51 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:63:30", "version": 4, "addr": "192.168.120.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:19.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:19Z", "hostId": "9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:13Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:13:f5", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/cb797d12-e4c4-494a-9898-4a4d24be5249", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:07.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "cb797d12-e4c4-494a-9898-4a4d24be5249", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:25Z", "hostId": "4edcf294b2525229b86f939048285d527e7a57d2646c9258cb67de88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:00Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:26,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cbd75b34-9f18-4a29-a149-8f0d8f6e9d51 2018-08-20 06:53:26,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554000139236s 2018-08-20 06:53:26,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cbd75b34-9f18-4a29-a149-8f0d8f6e9d51 2018-08-20 06:53:26,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:53:28,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:28,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:28,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-002e746e-a429-42e6-9aac-e480b81cd1f2 x-compute-request-id: req-002e746e-a429-42e6-9aac-e480b81cd1f2 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:63:30", "version": 4, "addr": "192.168.120.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:19.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:19Z", "hostId": "9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:13Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:28,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-002e746e-a429-42e6-9aac-e480b81cd1f2 2018-08-20 06:53:28,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397618055344s 2018-08-20 06:53:28,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-002e746e-a429-42e6-9aac-e480b81cd1f2 2018-08-20 06:53:28,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 06:53:28,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:28,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e49a2e7-f16a-44d3-a438-74d492fb8f9d x-compute-request-id: req-1e49a2e7-f16a-44d3-a438-74d492fb8f9d Content-Type: application/json 2018-08-20 06:53:28,783 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f used request id req-1e49a2e7-f16a-44d3-a438-74d492fb8f9d 2018-08-20 06:53:28,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.142641782761s 2018-08-20 06:53:28,784 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f used request id req-1e49a2e7-f16a-44d3-a438-74d492fb8f9d 2018-08-20 06:53:28,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:28,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:29,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bb1e852-aa4c-4031-8fdb-d4bd6318e147 x-compute-request-id: req-3bb1e852-aa4c-4031-8fdb-d4bd6318e147 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:63:30", "version": 4, "addr": "192.168.120.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "rel": "bookmark"}], "image": {"id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "links": [{"href": "http://172.30.9.36:8774/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:53:19.000000", "flavor": {"id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "links": [{"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}]}, "id": "6dd5ccb1-b13a-4fda-9ba4-8cdeed43b94f", "security_groups": [{"name": "default"}], "user_id": "d3aacfd8a7c5433fa05f76341446f9b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:53:28Z", "hostId": "9c960930f0b2a8d67364c57d450a617af76e0c1f92f189601caffaab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "created": "2018-08-20T06:53:13Z", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:29,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3bb1e852-aa4c-4031-8fdb-d4bd6318e147 2018-08-20 06:53:29,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528064012527s 2018-08-20 06:53:29,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3bb1e852-aa4c-4031-8fdb-d4bd6318e147 2018-08-20 06:53:29,314 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:53:31,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:31,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:31,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6d11f14-10e0-4908-ae43-c2a3b68fb551 x-compute-request-id: req-b6d11f14-10e0-4908-ae43-c2a3b68fb551 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 06:53:31,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b6d11f14-10e0-4908-ae43-c2a3b68fb551 2018-08-20 06:53:31,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0814468860626s 2018-08-20 06:53:31,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b6d11f14-10e0-4908-ae43-c2a3b68fb551 2018-08-20 06:53:31,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:53:31,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" -d '{"subnet_id": "d6f3b669-c76a-4d0c-86f2-c1fa85ec1587"}' 2018-08-20 06:53:33,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4033ea65-cdc3-42a2-81aa-760ab090bb76 Date: Mon, 20 Aug 2018 06:53:33 GMT RESP BODY: {"network_id": "79e5b8d0-ac4c-463b-b597-800a242943bd", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "subnet_id": "d6f3b669-c76a-4d0c-86f2-c1fa85ec1587", "subnet_ids": ["d6f3b669-c76a-4d0c-86f2-c1fa85ec1587"], "port_id": "9e05533e-ab35-4d1f-8c9f-f67065379c00", "id": "5789dd98-f718-4ae6-a16f-6f0c2732ba70"} 2018-08-20 06:53:33,124 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70/remove_router_interface.json used request id req-4033ea65-cdc3-42a2-81aa-760ab090bb76 2018-08-20 06:53:33,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72524690628s 2018-08-20 06:53:33,125 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70/remove_router_interface.json used request id req-4033ea65-cdc3-42a2-81aa-760ab090bb76 returning object 5789dd98-f718-4ae6-a16f-6f0c2732ba70 2018-08-20 06:53:33,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:53:33,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:33,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d197e158-a1e5-4bf1-8aa8-2dfdb5ed9071 Date: Mon, 20 Aug 2018 06:53:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:52Z", "admin_state_up": true, "updated_at": "2018-08-20T06:53:32Z", "revision_number": 4, "routes": [], "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "5789dd98-f718-4ae6-a16f-6f0c2732ba70", "name": "vping_userdata-router_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}]} 2018-08-20 06:53:33,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-d197e158-a1e5-4bf1-8aa8-2dfdb5ed9071 2018-08-20 06:53:33,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.305139064789s 2018-08-20 06:53:33,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-d197e158-a1e5-4bf1-8aa8-2dfdb5ed9071 2018-08-20 06:53:33,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:53:33,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:34,824 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d85ebd02-66ee-4f37-ba96-dc470ce27068 Content-Length: 0 Date: Mon, 20 Aug 2018 06:53:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:53:34,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70.json used request id req-d85ebd02-66ee-4f37-ba96-dc470ce27068 2018-08-20 06:53:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39248585701s 2018-08-20 06:53:34,825 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/5789dd98-f718-4ae6-a16f-6f0c2732ba70.json used request id req-d85ebd02-66ee-4f37-ba96-dc470ce27068 2018-08-20 06:53:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:53:34,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:34,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7f8e70b4-b60d-4941-8282-f5508a930047 Date: Mon, 20 Aug 2018 06:53:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e5b8d0-ac4c-463b-b597-800a242943bd","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:52:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"d6f3b669-c76a-4d0c-86f2-c1fa85ec1587","subnetpool_id":null,"name":"vping_userdata-subnet_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}]} 2018-08-20 06:53:34,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-7f8e70b4-b60d-4941-8282-f5508a930047 2018-08-20 06:53:34,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0492219924927s 2018-08-20 06:53:34,875 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-7f8e70b4-b60d-4941-8282-f5508a930047 2018-08-20 06:53:34,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:53:34,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/d6f3b669-c76a-4d0c-86f2-c1fa85ec1587.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:37,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8be51d93-9fcd-48d3-b547-73aec2413a85 Date: Mon, 20 Aug 2018 06:53:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:53:37,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/d6f3b669-c76a-4d0c-86f2-c1fa85ec1587.json used request id req-8be51d93-9fcd-48d3-b547-73aec2413a85 2018-08-20 06:53:37,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.57498598099s 2018-08-20 06:53:37,451 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/d6f3b669-c76a-4d0c-86f2-c1fa85ec1587.json used request id req-8be51d93-9fcd-48d3-b547-73aec2413a85 2018-08-20 06:53:37,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:53:37,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:37,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-ad339d6c-c2cc-4195-8126-a44624e9e08e Date: Mon, 20 Aug 2018 06:53: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":[],"updated_at":"2018-08-20T06:53:37Z","tenant_id":"cdca7d5571664f3a937d5cbda3b1c98f","created_at":"2018-08-20T06:52:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cdca7d5571664f3a937d5cbda3b1c98f","id":"79e5b8d0-ac4c-463b-b597-800a242943bd","name":"vping_userdata-net_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 06:53:37,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-ad339d6c-c2cc-4195-8126-a44624e9e08e 2018-08-20 06:53:37,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.124826908112s 2018-08-20 06:53:37,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-ad339d6c-c2cc-4195-8126-a44624e9e08e 2018-08-20 06:53:37,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:53:37,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/79e5b8d0-ac4c-463b-b597-800a242943bd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:39,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36231f3c-5e85-4d90-9456-28e325c31603 Date: Mon, 20 Aug 2018 06:53:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:53:39,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/79e5b8d0-ac4c-463b-b597-800a242943bd.json used request id req-36231f3c-5e85-4d90-9456-28e325c31603 2018-08-20 06:53:39,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.23009896278s 2018-08-20 06:53:39,809 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/79e5b8d0-ac4c-463b-b597-800a242943bd.json used request id req-36231f3c-5e85-4d90-9456-28e325c31603 2018-08-20 06:53:39,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:53:39,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:40,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b89a1450-e9d4-42a7-8c78-ea8f2811f00d Date: Mon, 20 Aug 2018 06:53:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap", "metadata": {}}], "file": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/file", "owner": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "size": 12716032, "self": "/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:52:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:52:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:53:40,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b89a1450-e9d4-42a7-8c78-ea8f2811f00d 2018-08-20 06:53:40,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.249490022659s 2018-08-20 06:53:40,062 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b89a1450-e9d4-42a7-8c78-ea8f2811f00d 2018-08-20 06:53:40,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 06:53:40,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5cedb8ed50a515ce876d94c74a9c09048f1ea163" 2018-08-20 06:53:40,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c8d527a9-4c7c-43b5-93ca-92f6785924b1 Date: Mon, 20 Aug 2018 06:53:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:53:40,614 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8 used request id req-c8d527a9-4c7c-43b5-93ca-92f6785924b1 2018-08-20 06:53:40,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.549902915955s 2018-08-20 06:53:40,614 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/8a3b9e01-13f8-4186-a6e5-1a028f063ed8 used request id req-c8d527a9-4c7c-43b5-93ca-92f6785924b1 2018-08-20 06:53:40,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:53:40,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:40,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6600fad6-5d5f-4bf5-8f44-10ee57d6d2ab x-compute-request-id: req-6600fad6-5d5f-4bf5-8f44-10ee57d6d2ab Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eae1baa3-80bf-48fe-b4ee-9ad3f262d54e"}]} 2018-08-20 06:53:40,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-6600fad6-5d5f-4bf5-8f44-10ee57d6d2ab 2018-08-20 06:53:40,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275340080261s 2018-08-20 06:53:40,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-6600fad6-5d5f-4bf5-8f44-10ee57d6d2ab 2018-08-20 06:53:40,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 06:53:40,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:40,672 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:53:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31ad62ae-4840-4552-b744-0e2369170de3 x-compute-request-id: req-31ad62ae-4840-4552-b744-0e2369170de3 Content-Length: 0 Content-Type: application/json 2018-08-20 06:53:40,672 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e used request id req-31ad62ae-4840-4552-b744-0e2369170de3 2018-08-20 06:53:40,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0284879207611s 2018-08-20 06:53:40,673 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/eae1baa3-80bf-48fe-b4ee-9ad3f262d54e used request id req-31ad62ae-4840-4552-b744-0e2369170de3 2018-08-20 06:53:40,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:53:40,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:40,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f389548-ecfa-4b0c-a129-ab8735bcb91b Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "links": {"self": "http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d3aacfd8a7c5433fa05f76341446f9b7", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:53:40,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-2f389548-ecfa-4b0c-a129-ab8735bcb91b 2018-08-20 06:53:40,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107074975967s 2018-08-20 06:53:40,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-2f389548-ecfa-4b0c-a129-ab8735bcb91b 2018-08-20 06:53:40,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:53:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:40,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb29f12-b21a-4b00-85c4-8715a2977493 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f", "links": {"self": "http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d3aacfd8a7c5433fa05f76341446f9b7", "description": null}} 2018-08-20 06:53:40,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7 used request id req-9cb29f12-b21a-4b00-85c4-8715a2977493 2018-08-20 06:53:40,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111954927444s 2018-08-20 06:53:40,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7 used request id req-9cb29f12-b21a-4b00-85c4-8715a2977493 2018-08-20 06:53:40,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 06:53:40,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:41,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:53:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1a5dd3a-11cb-4e02-82c4-534a16ba094e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:53:41,238 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7 used request id req-d1a5dd3a-11cb-4e02-82c4-534a16ba094e 2018-08-20 06:53:41,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.338093996048s 2018-08-20 06:53:41,238 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/d3aacfd8a7c5433fa05f76341446f9b7 used request id req-d1a5dd3a-11cb-4e02-82c4-534a16ba094e 2018-08-20 06:53:41,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:53:41,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:41,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6ede36b-a8df-405e-9fff-066fab973fe6 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f"}, "tags": [], "enabled": true, "id": "cdca7d5571664f3a937d5cbda3b1c98f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9b3cf4ee-bd67-4c2c-b134-68c40807ea8f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:53:41,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-a6ede36b-a8df-405e-9fff-066fab973fe6 2018-08-20 06:53:41,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100623846054s 2018-08-20 06:53:41,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-a6ede36b-a8df-405e-9fff-066fab973fe6 2018-08-20 06:53:41,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 06:53:41,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:41,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:53:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02b96d6d-7878-42c8-925c-a60173c219f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:53:41,594 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-02b96d6d-7878-42c8-925c-a60173c219f3 2018-08-20 06:53:41,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.244099855423s 2018-08-20 06:53:41,594 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-02b96d6d-7878-42c8-925c-a60173c219f3 2018-08-20 06:53:41,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:53:41,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:41,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b267cd9-cd2a-4478-8e21-680804801ac4 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "d384fb0edb0943f79d082c9b0be24743", "links": {"self": "http://172.30.9.36:5000/v3/roles/d384fb0edb0943f79d082c9b0be24743"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:53:41,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7b267cd9-cd2a-4478-8e21-680804801ac4 2018-08-20 06:53:41,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0986919403076s 2018-08-20 06:53:41,697 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7b267cd9-cd2a-4478-8e21-680804801ac4 2018-08-20 06:53:41,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 06:53:41,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/d384fb0edb0943f79d082c9b0be24743 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72b6b5544b571968c3d06a15383dfbbbe0238f94" 2018-08-20 06:53:41,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:53:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01862094-ba8c-44bb-842d-ee678a87496b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:53:41,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/d384fb0edb0943f79d082c9b0be24743 used request id req-01862094-ba8c-44bb-842d-ee678a87496b 2018-08-20 06:53:41,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.121206045151s 2018-08-20 06:53:41,823 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/d384fb0edb0943f79d082c9b0be24743 used request id req-01862094-ba8c-44bb-842d-ee678a87496b 2018-08-20 06:53:41,867 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-20 06:53:41,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:53:41,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:53:41,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:53:41,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:53:41,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:53:41,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:53:41,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:53:41,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:53:41,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:53:41,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:53:41,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:53:41,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:53:41,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:53:41,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:53:41,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:53:41,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03040b8a-7b5d-45d4-b40a-a27176f6df1e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:53:41,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-03040b8a-7b5d-45d4-b40a-a27176f6df1e 2018-08-20 06:53:41,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:53:42,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:53:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["1GB_n4MtQUuv6PmCpKzRyg"], "issued_at": "2018-08-20T06:53:42.000000Z"}} 2018-08-20 06:53:42,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:53:42,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:42,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b439c316-8529-473c-a20a-1d5e54c5e5be Date: Mon, 20 Aug 2018 06:53:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 06:53:42,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b439c316-8529-473c-a20a-1d5e54c5e5be 2018-08-20 06:53:42,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25941491127s 2018-08-20 06:53:42,602 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b439c316-8529-473c-a20a-1d5e54c5e5be 2018-08-20 06:53:42,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:53:42,611 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:53:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:53:42,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:53:42,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:42,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679e2b1c-c39a-4a8c-a897-82178d610f53 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 06:53:42,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-679e2b1c-c39a-4a8c-a897-82178d610f53 2018-08-20 06:53:42,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0992679595947s 2018-08-20 06:53:42,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-679e2b1c-c39a-4a8c-a897-82178d610f53 2018-08-20 06:53:42,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 06:53:42,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0"}}' 2018-08-20 06:53:42,854 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2183eb3e-eb9e-495e-b2f1-a78258fe3fcf Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd"}, "tags": [], "enabled": true, "id": "16592438d8f4416fa68d2f673f80b9dd", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0"}} 2018-08-20 06:53:42,854 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2183eb3e-eb9e-495e-b2f1-a78258fe3fcf 2018-08-20 06:53:42,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.135266065598s 2018-08-20 06:53:42,854 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2183eb3e-eb9e-495e-b2f1-a78258fe3fcf 2018-08-20 06:53:42,855 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'16592438d8f4416fa68d2f673f80b9dd', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0'}) 2018-08-20 06:53:42,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 06:53:42,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4cab292f-ae35-4079-b38c-8671b50c4042", "email": null, "name": "cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0"}}' 2018-08-20 06:53:43,270 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df1ecb0d-8c35-4b3c-9c20-7152ffd2f6d0 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0", "links": {"self": "http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cb74e2c862564159897d8314226d501e", "domain_id": "default", "password_expires_at": null}} 2018-08-20 06:53:43,270 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-df1ecb0d-8c35-4b3c-9c20-7152ffd2f6d0 2018-08-20 06:53:43,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.407971143723s 2018-08-20 06:53:43,270 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-df1ecb0d-8c35-4b3c-9c20-7152ffd2f6d0 2018-08-20 06:53:43,271 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cb74e2c862564159897d8314226d501e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0'}) 2018-08-20 06:53:43,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:53:43,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:43,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257b1f90-c5f6-4d69-88f5-8ff0307802e3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:53:43,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-257b1f90-c5f6-4d69-88f5-8ff0307802e3 2018-08-20 06:53:43,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100032091141s 2018-08-20 06:53:43,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-257b1f90-c5f6-4d69-88f5-8ff0307802e3 2018-08-20 06:53:43,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:53:43,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:43,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6684bb-e084-432d-bc15-75cd1c082825 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:53:43,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fc6684bb-e084-432d-bc15-75cd1c082825 2018-08-20 06:53:43,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0985860824585s 2018-08-20 06:53:43,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fc6684bb-e084-432d-bc15-75cd1c082825 2018-08-20 06:53:43,480 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 06:53:43,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 06:53:43,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" -d '{"role": {"name": "Member"}}' 2018-08-20 06:53:43,679 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 06:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-819eceba-9d82-491e-9cd9-1c64b992be05 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dce88739e9944e4cba7b643614c15917", "links": {"self": "http://172.30.9.36:5000/v3/roles/dce88739e9944e4cba7b643614c15917"}, "name": "Member"}} 2018-08-20 06:53:43,680 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-819eceba-9d82-491e-9cd9-1c64b992be05 2018-08-20 06:53:43,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.196269035339s 2018-08-20 06:53:43,680 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-819eceba-9d82-491e-9cd9-1c64b992be05 2018-08-20 06:53:43,680 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'dce88739e9944e4cba7b643614c15917'}) 2018-08-20 06:53:43,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:53:43,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:43,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ca6d280-8325-4d89-83d8-2091e69868c0 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "dce88739e9944e4cba7b643614c15917", "links": {"self": "http://172.30.9.36:5000/v3/roles/dce88739e9944e4cba7b643614c15917"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:53:43,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2ca6d280-8325-4d89-83d8-2091e69868c0 2018-08-20 06:53:43,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100300073624s 2018-08-20 06:53:43,784 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2ca6d280-8325-4d89-83d8-2091e69868c0 2018-08-20 06:53:43,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 06:53:43,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:43,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e974f0-18af-4a69-9226-374b41c7935c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 06:53:43,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-21e974f0-18af-4a69-9226-374b41c7935c 2018-08-20 06:53:43,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0944430828094s 2018-08-20 06:53:43,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-21e974f0-18af-4a69-9226-374b41c7935c 2018-08-20 06:53:43,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:53:43,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:44,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3dd3d3-bc59-46a8-b82c-cfa0e085214b Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0", "links": {"self": "http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cb74e2c862564159897d8314226d501e", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:53:44,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-1e3dd3d3-bc59-46a8-b82c-cfa0e085214b 2018-08-20 06:53:44,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119830131531s 2018-08-20 06:53:44,004 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-1e3dd3d3-bc59-46a8-b82c-cfa0e085214b 2018-08-20 06:53:44,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:53:44,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:44,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe68ca7-c854-4d63-afb0-512dce5347f8 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd"}, "tags": [], "enabled": true, "id": "16592438d8f4416fa68d2f673f80b9dd", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:53:44,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-6fe68ca7-c854-4d63-afb0-512dce5347f8 2018-08-20 06:53:44,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101323127747s 2018-08-20 06:53:44,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-6fe68ca7-c854-4d63-afb0-512dce5347f8 2018-08-20 06:53:44,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 06:53:44,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=cb74e2c862564159897d8314226d501e&role.id=dce88739e9944e4cba7b643614c15917&scope.project.id=16592438d8f4416fa68d2f673f80b9dd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:44,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ceb6fa0-7262-4ca9-a023-0f10ffa247df Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=cb74e2c862564159897d8314226d501e&role.id=dce88739e9944e4cba7b643614c15917&scope.project.id=16592438d8f4416fa68d2f673f80b9dd", "previous": null, "next": null}} 2018-08-20 06:53:44,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=cb74e2c862564159897d8314226d501e&role.id=dce88739e9944e4cba7b643614c15917&scope.project.id=16592438d8f4416fa68d2f673f80b9dd used request id req-4ceb6fa0-7262-4ca9-a023-0f10ffa247df 2018-08-20 06:53:44,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0870461463928s 2018-08-20 06:53:44,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=cb74e2c862564159897d8314226d501e&role.id=dce88739e9944e4cba7b643614c15917&scope.project.id=16592438d8f4416fa68d2f673f80b9dd used request id req-4ceb6fa0-7262-4ca9-a023-0f10ffa247df 2018-08-20 06:53:44,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 06:53:44,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd/users/cb74e2c862564159897d8314226d501e/roles/dce88739e9944e4cba7b643614c15917 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:53:44,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47ee7aa5-9527-430a-b351-c2a809c372ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:53:44,391 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd/users/cb74e2c862564159897d8314226d501e/roles/dce88739e9944e4cba7b643614c15917 used request id req-47ee7aa5-9527-430a-b351-c2a809c372ec 2018-08-20 06:53:44,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.175031900406s 2018-08-20 06:53:44,392 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd/users/cb74e2c862564159897d8314226d501e/roles/dce88739e9944e4cba7b643614c15917 used request id req-47ee7aa5-9527-430a-b351-c2a809c372ec 2018-08-20 06:53:44,392 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'16592438d8f4416fa68d2f673f80b9dd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '4cab292f-ae35-4079-b38c-8671b50c4042', 'username': u'cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 06:53:44,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:53:44,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:53:44,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:53:44,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:53:44,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:53:44,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:53:44,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:53:44,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:53:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:53:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:53:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:53:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:53:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:53:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:53:44,397 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'password': '4cab292f-ae35-4079-b38c-8671b50c4042', 'project_name': 'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': '16592438d8f4416fa68d2f673f80b9dd', 'project_domain_name': 'Default'} 2018-08-20 06:53:44,398 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-20 06:53:44,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:53:44,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05665e08-560d-47b6-9c50-65b2cb24871b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:53:44,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-05665e08-560d-47b6-9c50-65b2cb24871b 2018-08-20 06:53:44,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:53:44,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dce88739e9944e4cba7b643614c15917", "name": "Member"}], "expires_at": "2018-08-20T07:53:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16592438d8f4416fa68d2f673f80b9dd", "name": "cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/16592438d8f4416fa68d2f673f80b9dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/16592438d8f4416fa68d2f673f80b9dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/16592438d8f4416fa68d2f673f80b9dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/16592438d8f4416fa68d2f673f80b9dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/16592438d8f4416fa68d2f673f80b9dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/16592438d8f4416fa68d2f673f80b9dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_16592438d8f4416fa68d2f673f80b9dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_16592438d8f4416fa68d2f673f80b9dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/16592438d8f4416fa68d2f673f80b9dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/16592438d8f4416fa68d2f673f80b9dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/16592438d8f4416fa68d2f673f80b9dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/16592438d8f4416fa68d2f673f80b9dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/16592438d8f4416fa68d2f673f80b9dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0", "id": "cb74e2c862564159897d8314226d501e"}, "audit_ids": ["yjJ3kXxfTvaKzNPHlwWfHg"], "issued_at": "2018-08-20T06:53:44.000000Z"}} 2018-08-20 06:53:44,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 06:53:44,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"network": {"name": "cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0", "admin_state_up": true}}' 2018-08-20 06:53:45,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-e9c07901-47ab-4df8-97d6-3f61ec5cf2f6 Date: Mon, 20 Aug 2018 06:53:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T06:53:45Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"16592438d8f4416fa68d2f673f80b9dd","id":"b57b6c96-221e-455e-877f-9419da54bf69","name":"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0"}} 2018-08-20 06:53:45,642 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e9c07901-47ab-4df8-97d6-3f61ec5cf2f6 2018-08-20 06:53:45,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.845160007477s 2018-08-20 06:53:45,642 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e9c07901-47ab-4df8-97d6-3f61ec5cf2f6 2018-08-20 06:53:45,643 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:53:45Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'b57b6c96-221e-455e-877f-9419da54bf69', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0', u'admin_state_up': True, u'tenant_id': u'16592438d8f4416fa68d2f673f80b9dd', u'created_at': u'2018-08-20T06:53:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'16592438d8f4416fa68d2f673f80b9dd'}) 2018-08-20 06:53:45,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:53:45,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:45,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-618d7e92-b7a6-49d0-a6a8-d7c5b9a7359f Date: Mon, 20 Aug 2018 06:53:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:53:45Z","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"16592438d8f4416fa68d2f673f80b9dd","id":"b57b6c96-221e-455e-877f-9419da54bf69","name":"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:53:45,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-618d7e92-b7a6-49d0-a6a8-d7c5b9a7359f 2018-08-20 06:53:45,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276870012283s 2018-08-20 06:53:45,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-618d7e92-b7a6-49d0-a6a8-d7c5b9a7359f 2018-08-20 06:53:45,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 06:53:45,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"subnet": {"name": "cinder_test-subnet_f7a1f653-906f-4d5f-a482-1977854d3ea0", "enable_dhcp": true, "network_id": "b57b6c96-221e-455e-877f-9419da54bf69", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 06:53:46,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9b0f2fa1-9ab3-45a3-b96b-573e28aa7918 Date: Mon, 20 Aug 2018 06:53:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57b6c96-221e-455e-877f-9419da54bf69","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:53:46Z","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":"16592438d8f4416fa68d2f673f80b9dd","id":"ad3024cf-48c0-4550-ad84-4c859176757e","subnetpool_id":null,"name":"cinder_test-subnet_f7a1f653-906f-4d5f-a482-1977854d3ea0"}} 2018-08-20 06:53:46,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-9b0f2fa1-9ab3-45a3-b96b-573e28aa7918 2018-08-20 06:53:46,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.893570899963s 2018-08-20 06:53:46,816 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-9b0f2fa1-9ab3-45a3-b96b-573e28aa7918 2018-08-20 06:53:46,817 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T06:53:46Z', 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'ad3024cf-48c0-4550-ad84-4c859176757e', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_f7a1f653-906f-4d5f-a482-1977854d3ea0', u'enable_dhcp': True, u'network_id': u'b57b6c96-221e-455e-877f-9419da54bf69', u'tenant_id': u'16592438d8f4416fa68d2f673f80b9dd', u'created_at': u'2018-08-20T06:53:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'16592438d8f4416fa68d2f673f80b9dd'}) 2018-08-20 06:53:46,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 06:53:46,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "cinder_test-router_f7a1f653-906f-4d5f-a482-1977854d3ea0", "admin_state_up": true}}' 2018-08-20 06:53:48,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-5aff0bf6-c246-4b83-a800-6056d812ead1 Date: Mon, 20 Aug 2018 06:53:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:47Z", "admin_state_up": true, "updated_at": "2018-08-20T06:53:48Z", "revision_number": 2, "routes": [], "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "9e8bd602-0c01-4717-97b7-23e073d84fd7", "name": "cinder_test-router_f7a1f653-906f-4d5f-a482-1977854d3ea0"}} 2018-08-20 06:53:48,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-5aff0bf6-c246-4b83-a800-6056d812ead1 2018-08-20 06:53:48,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.33524608612s 2018-08-20 06:53:48,153 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-5aff0bf6-c246-4b83-a800-6056d812ead1 2018-08-20 06:53:48,153 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'16592438d8f4416fa68d2f673f80b9dd', u'created_at': u'2018-08-20T06:53:47Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T06:53:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'16592438d8f4416fa68d2f673f80b9dd', u'id': u'9e8bd602-0c01-4717-97b7-23e073d84fd7', u'name': u'cinder_test-router_f7a1f653-906f-4d5f-a482-1977854d3ea0'}) 2018-08-20 06:53:48,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 06:53:48,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"subnet_id": "ad3024cf-48c0-4550-ad84-4c859176757e"}' 2018-08-20 06:53:50,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5b35fb6b-6e86-40fe-8c06-8fc0aa31c40c Date: Mon, 20 Aug 2018 06:53:50 GMT RESP BODY: {"network_id": "b57b6c96-221e-455e-877f-9419da54bf69", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "subnet_id": "ad3024cf-48c0-4550-ad84-4c859176757e", "subnet_ids": ["ad3024cf-48c0-4550-ad84-4c859176757e"], "port_id": "80f64cf3-524c-42ac-a36b-131daa1e0502", "id": "9e8bd602-0c01-4717-97b7-23e073d84fd7"} 2018-08-20 06:53:50,797 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7/add_router_interface.json used request id req-5b35fb6b-6e86-40fe-8c06-8fc0aa31c40c 2018-08-20 06:53:50,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.64323091507s 2018-08-20 06:53:50,797 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7/add_router_interface.json used request id req-5b35fb6b-6e86-40fe-8c06-8fc0aa31c40c returning object 9e8bd602-0c01-4717-97b7-23e073d84fd7 2018-08-20 06:53:50,798 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 06:53:50,942 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 06:53:50,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:53:50,948 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 06:53:50 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 06:53:50,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:53:50,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:51,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-41190d0f-1268-4490-926d-1e1ed6d09b9c Date: Mon, 20 Aug 2018 06:53:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:53:51,179 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-41190d0f-1268-4490-926d-1e1ed6d09b9c 2018-08-20 06:53:51,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.228447914124s 2018-08-20 06:53:51,180 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-41190d0f-1268-4490-926d-1e1ed6d09b9c 2018-08-20 06:53:51,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 06:53:51,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0"}' 2018-08-20 06:53:51,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d9b740a9-5bde-404a-945a-e6e6b9c29701 Date: Mon, 20 Aug 2018 06:53:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file", "owner": "16592438d8f4416fa68d2f673f80b9dd", "id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "size": null, "self": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:53:51Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "checksum": null, "created_at": "2018-08-20T06:53:51Z", "protected": false} 2018-08-20 06:53:51,481 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d9b740a9-5bde-404a-945a-e6e6b9c29701 2018-08-20 06:53:51,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.296947002411s 2018-08-20 06:53:51,481 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d9b740a9-5bde-404a-945a-e6e6b9c29701 returning object ed6ffa25-e04f-44ff-89a7-604094d82db0 2018-08-20 06:53:51,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 06:53:51,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '' 2018-08-20 06:53:52,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c4acbb3-8afb-4d65-82fb-39216aa540c1 Date: Mon, 20 Aug 2018 06:53:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:53:52,153 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file used request id req-9c4acbb3-8afb-4d65-82fb-39216aa540c1 2018-08-20 06:53:52,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.670763015747s 2018-08-20 06:53:52,153 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file used request id req-9c4acbb3-8afb-4d65-82fb-39216aa540c1 2018-08-20 06:53:52,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:53:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:52,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-878f46b9-77ad-4524-9aa8-231a27ca8393 Date: Mon, 20 Aug 2018 06:53:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap", "metadata": {}}], "file": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file", "owner": "16592438d8f4416fa68d2f673f80b9dd", "id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "size": 12716032, "self": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:53:52Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:53:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:53:52,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-878f46b9-77ad-4524-9aa8-231a27ca8393 2018-08-20 06:53:52,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.217059135437s 2018-08-20 06:53:52,375 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-878f46b9-77ad-4524-9aa8-231a27ca8393 2018-08-20 06:53:52,377 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file', 'owner': u'16592438d8f4416fa68d2f673f80b9dd', 'id': u'ed6ffa25-e04f-44ff-89a7-604094d82db0', 'size': 12716032, u'self': u'/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16592438d8f4416fa68d2f673f80b9dd', 'name': 'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T06:53:52Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T06:53:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'created': u'2018-08-20T06:53:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T06:53:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 06:53:52,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 06:53:52,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_f7a1f653-906f-4d5f-a482-1977854d3ea0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 06:53:52,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53: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-e4ff8ce2-ba69-428d-9240-5703b32b14ee x-compute-request-id: req-e4ff8ce2-ba69-428d-9240-5703b32b14ee Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_f7a1f653-906f-4d5f-a482-1977854d3ea0", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd"}} 2018-08-20 06:53:52,617 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-e4ff8ce2-ba69-428d-9240-5703b32b14ee 2018-08-20 06:53:52,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.239714860916s 2018-08-20 06:53:52,618 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-e4ff8ce2-ba69-428d-9240-5703b32b14ee 2018-08-20 06:53:52,618 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_f7a1f653-906f-4d5f-a482-1977854d3ea0', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'567c5b77-91dc-4fde-8864-b28ef47c8cfd', 'swap': 0}) 2018-08-20 06:53:52,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 06:53:52,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" -d '{"extra_specs": {}}' 2018-08-20 06:53:52,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53: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-62167fc0-563b-4752-8fa5-c9aebc6eec7a x-compute-request-id: req-62167fc0-563b-4752-8fa5-c9aebc6eec7a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 06:53:52,642 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd/os-extra_specs used request id req-62167fc0-563b-4752-8fa5-c9aebc6eec7a 2018-08-20 06:53:52,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234160423279s 2018-08-20 06:53:52,643 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd/os-extra_specs used request id req-62167fc0-563b-4752-8fa5-c9aebc6eec7a 2018-08-20 06:53:52,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 06:53:52,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"keypair": {"name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0"}}' 2018-08-20 06:53:53,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53: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-aa0cf31c-292b-420e-99de-0f4a14421ce8 x-compute-request-id: req-aa0cf31c-292b-420e-99de-0f4a14421ce8 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEssRL1Fnqzgs1l5PgMcwMeP0PqJySLqgBPJ3/8EK/6NYZmQOwqcr8ubqrG7UgVT6TTqyX5u5DvW/UXYa7edKqbGSNNyG2Yy7eEDs1E0Qnd9Xy+EMle4jkVg1og1wjlsNTHXJbGp9GQNxa7NShr4IN5H2CmlTIZI+QcXG6sK3xQKzWy8dgt/qIuY8T+4yRkqBxOtYCmn7vj4rrnuw3PD8RtjSBSU98NpPcqtJBG2TOMehbq/jcZl/yDLaFdpwCtU8y37fEhddniDPLetVzDMLJ0gqByc+S0LCu/sHnWx3WRkIxraXs1abIKNZjwlT9WpMwsTZIxfIzuATcb4cAOD+P Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxLLES9RZ6s4LNZeT4DHMDHj9D6icki6oATyd//BCv+jWGZkD\nsKnK/Lm6qxu1IFU+k06sl+buQ71v1F2Gu3nSqmxkjTchtmMu3hA7NRNEJ3fV8vhD\nJXuI5FYNaINcI5bDUx1yWxqfRkDcWuzUoa+CDeR9gppUyGSPkHFxurCt8UCs1svH\nYLf6iLmPE/uMkZKgcTrWApp+74+K657sNzw/EbY0gUlPfDaT3KrSQRtkzjHoW6v4\n3GZf8gy2hXacArVPMt+3xIXXZ4gzy3rVcwzCydIKgcnPktCwrv7B51sd1kZCMa2l\n7NWmyCjWY8JU/VqTMLE2SMXyM7gE3G+HADg/jwIDAQABAoIBAESVXHJgOXXwn+Hw\n1yPN2SrkKMCD9wvVbsj3nNO3r16Azd4hBzNbEKbsD5VH1PDQKEBupylT4PIHpG10\nqtzFjlnT7395oKyaiqXtHOfVrubgFt5gB/GS0FllU8mEO+VA1Rwu4Ue40Z5KUUr2\n1vEFZCB58fVO4I762T/w/kms/wll+Z95IrhychaxzMnqomXRJhq4crfM98BYdoD7\nzbtIing1DHvuB6ToMQrDFgPvmWyO/6L4IN6AxsxCa1t5z1zPTOcWGeXYjEP37VsT\n+zE0xTXdMX+16lsFgVXhTS50ROddqRGpGjSxvqTyrsc1f8r1mmkTMWU98Hn43NKs\nw9rMVHkCgYEA8zjvNerrKg9sYcSbSp8wpAoTMqQ1Vonb86EQxCIKdRDav3OdKXDQ\nhgCzsCPes17nHMCoLfApVv52x1x+rT5aYIssrb2ng9iar9M/oF2hUAqOm2r24Qj0\nKv+t46MQ73oBshXhSvYf+FMqkHvXK1Ueu8mpbM4HM0zGmH9Drbw41TMCgYEAzwgi\n1NE8txjyFHQpdczsyslJekA6nSEO62u8NEJt36OhlgBvmeJlwJH30bLhSKD5CJhX\nBYqEvfgncXajGBaFmLZi8BTMzbuJOPcm6mnbc4Yzs2raZGrUpHpDMyp5FYcF/T6m\nHvZw/fT+xOHPUr6ipbWim3x6UiTvzRiOtZbDdDUCgYAWQZZ6G5YLUj/7rk77hBei\nWx2om6gZ1CGhaJKtL+Q/FBzAOicefKlIKdZHfvDI/x0s32BEW96cjEp4MbmRxsvk\nW7fp6hnjEbYN8sm2tfql5WFpTV9r9jLJoH3b/7b0AvkWv7PO9Ti1s36InBxzZaWb\nT3fGcg/snNDrcXHS+w9ESwKBgF/kQdXW0EtyV3YX07hHYYoPr2PbagqrbDCopvSB\nrEiAjvBeZVKeZUjLk0BinSw5uv87KFtdrFwdG4/XRnV6wQhZufu/dpj3+vgSqci7\nnTSl/T5mCJ+oR7OjGYsSaiEJeEGzCdifhvhpyLNCb/fAaq9cMOPZxQJVL2kMrdT3\n7rHdAoGBAPHJrmuZxdhacCt9ca9tjOc6/bsgxMNJrVM0HJl70P+mL8ba5lwvESEM\nh5c7dBvFE6wFo+oaOnUtuDb9C6QY4J+TLBT0G36IzqrikpYZRNPcb+2pjobgTs+K\nh4RK44mm2nczfJ+zn8QzwXXvtwLnc2j3aPA+LesGTS/NsYXn6Cmf\n-----END RSA PRIVATE KEY-----\n", "user_id": "cb74e2c862564159897d8314226d501e", "name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "fingerprint": "2d:8f:d4:2a:0f:bc:04:56:3d:ab:0c:fe:db:fe:20:f5"}} 2018-08-20 06:53:53,067 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-aa0cf31c-292b-420e-99de-0f4a14421ce8 2018-08-20 06:53:53,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.423652887344s 2018-08-20 06:53:53,067 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-aa0cf31c-292b-420e-99de-0f4a14421ce8 2018-08-20 06:53:53,068 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEssRL1Fnqzgs1l5PgMcwMeP0PqJySLqgBPJ3/8EK/6NYZmQOwqcr8ubqrG7UgVT6TTqyX5u5DvW/UXYa7edKqbGSNNyG2Yy7eEDs1E0Qnd9Xy+EMle4jkVg1og1wjlsNTHXJbGp9GQNxa7NShr4IN5H2CmlTIZI+QcXG6sK3xQKzWy8dgt/qIuY8T+4yRkqBxOtYCmn7vj4rrnuw3PD8RtjSBSU98NpPcqtJBG2TOMehbq/jcZl/yDLaFdpwCtU8y37fEhddniDPLetVzDMLJ0gqByc+S0LCu/sHnWx3WRkIxraXs1abIKNZjwlT9WpMwsTZIxfIzuATcb4cAOD+P Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxLLES9RZ6s4LNZeT4DHMDHj9D6icki6oATyd//BCv+jWGZkD\nsKnK/Lm6qxu1IFU+k06sl+buQ71v1F2Gu3nSqmxkjTchtmMu3hA7NRNEJ3fV8vhD\nJXuI5FYNaINcI5bDUx1yWxqfRkDcWuzUoa+CDeR9gppUyGSPkHFxurCt8UCs1svH\nYLf6iLmPE/uMkZKgcTrWApp+74+K657sNzw/EbY0gUlPfDaT3KrSQRtkzjHoW6v4\n3GZf8gy2hXacArVPMt+3xIXXZ4gzy3rVcwzCydIKgcnPktCwrv7B51sd1kZCMa2l\n7NWmyCjWY8JU/VqTMLE2SMXyM7gE3G+HADg/jwIDAQABAoIBAESVXHJgOXXwn+Hw\n1yPN2SrkKMCD9wvVbsj3nNO3r16Azd4hBzNbEKbsD5VH1PDQKEBupylT4PIHpG10\nqtzFjlnT7395oKyaiqXtHOfVrubgFt5gB/GS0FllU8mEO+VA1Rwu4Ue40Z5KUUr2\n1vEFZCB58fVO4I762T/w/kms/wll+Z95IrhychaxzMnqomXRJhq4crfM98BYdoD7\nzbtIing1DHvuB6ToMQrDFgPvmWyO/6L4IN6AxsxCa1t5z1zPTOcWGeXYjEP37VsT\n+zE0xTXdMX+16lsFgVXhTS50ROddqRGpGjSxvqTyrsc1f8r1mmkTMWU98Hn43NKs\nw9rMVHkCgYEA8zjvNerrKg9sYcSbSp8wpAoTMqQ1Vonb86EQxCIKdRDav3OdKXDQ\nhgCzsCPes17nHMCoLfApVv52x1x+rT5aYIssrb2ng9iar9M/oF2hUAqOm2r24Qj0\nKv+t46MQ73oBshXhSvYf+FMqkHvXK1Ueu8mpbM4HM0zGmH9Drbw41TMCgYEAzwgi\n1NE8txjyFHQpdczsyslJekA6nSEO62u8NEJt36OhlgBvmeJlwJH30bLhSKD5CJhX\nBYqEvfgncXajGBaFmLZi8BTMzbuJOPcm6mnbc4Yzs2raZGrUpHpDMyp5FYcF/T6m\nHvZw/fT+xOHPUr6ipbWim3x6UiTvzRiOtZbDdDUCgYAWQZZ6G5YLUj/7rk77hBei\nWx2om6gZ1CGhaJKtL+Q/FBzAOicefKlIKdZHfvDI/x0s32BEW96cjEp4MbmRxsvk\nW7fp6hnjEbYN8sm2tfql5WFpTV9r9jLJoH3b/7b0AvkWv7PO9Ti1s36InBxzZaWb\nT3fGcg/snNDrcXHS+w9ESwKBgF/kQdXW0EtyV3YX07hHYYoPr2PbagqrbDCopvSB\nrEiAjvBeZVKeZUjLk0BinSw5uv87KFtdrFwdG4/XRnV6wQhZufu/dpj3+vgSqci7\nnTSl/T5mCJ+oR7OjGYsSaiEJeEGzCdifhvhpyLNCb/fAaq9cMOPZxQJVL2kMrdT3\n7rHdAoGBAPHJrmuZxdhacCt9ca9tjOc6/bsgxMNJrVM0HJl70P+mL8ba5lwvESEM\nh5c7dBvFE6wFo+oaOnUtuDb9C6QY4J+TLBT0G36IzqrikpYZRNPcb+2pjobgTs+K\nh4RK44mm2nczfJ+zn8QzwXXvtwLnc2j3aPA+LesGTS/NsYXn6Cmf\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'cb74e2c862564159897d8314226d501e', 'name': u'cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'created_at': '2018-08-20T06:53:53.068403', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16592438d8f4416fa68d2f673f80b9dd', 'name': 'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2d:8f:d4:2a:0f:bc:04:56:3d:ab:0c:fe:db:fe:20:f5', 'type': 'ssh', 'id': u'cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0'}) 2018-08-20 06:53:53,068 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAxLLES9RZ6s4LNZeT4DHMDHj9D6icki6oATyd//BCv+jWGZkD sKnK/Lm6qxu1IFU+k06sl+buQ71v1F2Gu3nSqmxkjTchtmMu3hA7NRNEJ3fV8vhD JXuI5FYNaINcI5bDUx1yWxqfRkDcWuzUoa+CDeR9gppUyGSPkHFxurCt8UCs1svH YLf6iLmPE/uMkZKgcTrWApp+74+K657sNzw/EbY0gUlPfDaT3KrSQRtkzjHoW6v4 3GZf8gy2hXacArVPMt+3xIXXZ4gzy3rVcwzCydIKgcnPktCwrv7B51sd1kZCMa2l 7NWmyCjWY8JU/VqTMLE2SMXyM7gE3G+HADg/jwIDAQABAoIBAESVXHJgOXXwn+Hw 1yPN2SrkKMCD9wvVbsj3nNO3r16Azd4hBzNbEKbsD5VH1PDQKEBupylT4PIHpG10 qtzFjlnT7395oKyaiqXtHOfVrubgFt5gB/GS0FllU8mEO+VA1Rwu4Ue40Z5KUUr2 1vEFZCB58fVO4I762T/w/kms/wll+Z95IrhychaxzMnqomXRJhq4crfM98BYdoD7 zbtIing1DHvuB6ToMQrDFgPvmWyO/6L4IN6AxsxCa1t5z1zPTOcWGeXYjEP37VsT +zE0xTXdMX+16lsFgVXhTS50ROddqRGpGjSxvqTyrsc1f8r1mmkTMWU98Hn43NKs w9rMVHkCgYEA8zjvNerrKg9sYcSbSp8wpAoTMqQ1Vonb86EQxCIKdRDav3OdKXDQ hgCzsCPes17nHMCoLfApVv52x1x+rT5aYIssrb2ng9iar9M/oF2hUAqOm2r24Qj0 Kv+t46MQ73oBshXhSvYf+FMqkHvXK1Ueu8mpbM4HM0zGmH9Drbw41TMCgYEAzwgi 1NE8txjyFHQpdczsyslJekA6nSEO62u8NEJt36OhlgBvmeJlwJH30bLhSKD5CJhX BYqEvfgncXajGBaFmLZi8BTMzbuJOPcm6mnbc4Yzs2raZGrUpHpDMyp5FYcF/T6m HvZw/fT+xOHPUr6ipbWim3x6UiTvzRiOtZbDdDUCgYAWQZZ6G5YLUj/7rk77hBei Wx2om6gZ1CGhaJKtL+Q/FBzAOicefKlIKdZHfvDI/x0s32BEW96cjEp4MbmRxsvk W7fp6hnjEbYN8sm2tfql5WFpTV9r9jLJoH3b/7b0AvkWv7PO9Ti1s36InBxzZaWb T3fGcg/snNDrcXHS+w9ESwKBgF/kQdXW0EtyV3YX07hHYYoPr2PbagqrbDCopvSB rEiAjvBeZVKeZUjLk0BinSw5uv87KFtdrFwdG4/XRnV6wQhZufu/dpj3+vgSqci7 nTSl/T5mCJ+oR7OjGYsSaiEJeEGzCdifhvhpyLNCb/fAaq9cMOPZxQJVL2kMrdT3 7rHdAoGBAPHJrmuZxdhacCt9ca9tjOc6/bsgxMNJrVM0HJl70P+mL8ba5lwvESEM h5c7dBvFE6wFo+oaOnUtuDb9C6QY4J+TLBT0G36IzqrikpYZRNPcb+2pjobgTs+K h4RK44mm2nczfJ+zn8QzwXXvtwLnc2j3aPA+LesGTS/NsYXn6Cmf -----END RSA PRIVATE KEY----- 2018-08-20 06:53:53,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 06:53:53,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"security_group": {"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-20 06:53:53,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-abefc161-e13b-4628-a58e-40bc7f292a49 Date: Mon, 20 Aug 2018 06:53:53 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:53Z", "updated_at": "2018-08-20T06:53:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "3252e2ef-6a10-4d39-b72b-fe262e2152c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "dfc98c09-9406-4a4c-894b-bf4b629f0ade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 2, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}} 2018-08-20 06:53:53,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-abefc161-e13b-4628-a58e-40bc7f292a49 2018-08-20 06:53:53,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.465074777603s 2018-08-20 06:53:53,537 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-abefc161-e13b-4628-a58e-40bc7f292a49 2018-08-20 06:53:53,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:53:53,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:53,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-93847e24-251a-4881-9444-a42c0d96f797 Date: Mon, 20 Aug 2018 06:53:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:53Z", "updated_at": "2018-08-20T06:53:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "3252e2ef-6a10-4d39-b72b-fe262e2152c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "dfc98c09-9406-4a4c-894b-bf4b629f0ade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 2, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:53:53,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-93847e24-251a-4881-9444-a42c0d96f797 2018-08-20 06:53:53,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.225302219391s 2018-08-20 06:53:53,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-93847e24-251a-4881-9444-a42c0d96f797 2018-08-20 06:53:53,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 06:53:53,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -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": "c936eb4f-4fb2-4305-89eb-985e57f840ab"}}' 2018-08-20 06:53:53,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e7562452-7070-4997-b886-15965e2b0979 Date: Mon, 20 Aug 2018 06:53:53 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-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "port_range_min": 22, "revision_number": 0, "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:53Z", "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "4a339875-23ae-4061-85c4-ba8c8f3cfde4"}} 2018-08-20 06:53:53,985 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e7562452-7070-4997-b886-15965e2b0979 2018-08-20 06:53:53,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.214312076569s 2018-08-20 06:53:53,985 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e7562452-7070-4997-b886-15965e2b0979 2018-08-20 06:53:53,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:53:53,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:54,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-b44e0c60-104e-40c2-87a6-552146c76120 Date: Mon, 20 Aug 2018 06:53:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:53Z", "updated_at": "2018-08-20T06:53:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "3252e2ef-6a10-4d39-b72b-fe262e2152c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "4a339875-23ae-4061-85c4-ba8c8f3cfde4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "dfc98c09-9406-4a4c-894b-bf4b629f0ade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 3, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:53:54,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-b44e0c60-104e-40c2-87a6-552146c76120 2018-08-20 06:53:54,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.225947141647s 2018-08-20 06:53:54,216 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-b44e0c60-104e-40c2-87a6-552146c76120 2018-08-20 06:53:54,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 06:53:54,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -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": "c936eb4f-4fb2-4305-89eb-985e57f840ab"}}' 2018-08-20 06:53:54,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-cd036a29-15d6-49ec-9584-816b21fd32fb Date: Mon, 20 Aug 2018 06:53:54 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-08-20T06:53:54Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "port_range_min": null, "revision_number": 0, "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:54Z", "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "9a9fae8a-f4f5-4298-a371-e6619f4ac6b9"}} 2018-08-20 06:53:54,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-cd036a29-15d6-49ec-9584-816b21fd32fb 2018-08-20 06:53:54,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.347964048386s 2018-08-20 06:53:54,568 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-cd036a29-15d6-49ec-9584-816b21fd32fb 2018-08-20 06:53:54,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:53:54,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:54,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-e1139e6d-073a-4fea-b9bb-28ef737fd972 Date: Mon, 20 Aug 2018 06:53:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad3024cf-48c0-4550-ad84-4c859176757e"],"updated_at":"2018-08-20T06:53:46Z","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"16592438d8f4416fa68d2f673f80b9dd","id":"b57b6c96-221e-455e-877f-9419da54bf69","name":"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:53:54,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e1139e6d-073a-4fea-b9bb-28ef737fd972 2018-08-20 06:53:54,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271084070206s 2018-08-20 06:53:54,841 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e1139e6d-073a-4fea-b9bb-28ef737fd972 2018-08-20 06:53:54,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:53:54,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:54,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-d71fd7e8-1c8f-426e-9d82-8a9d93258ffa Date: Mon, 20 Aug 2018 06:53:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap", "metadata": {}}], "file": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file", "owner": "16592438d8f4416fa68d2f673f80b9dd", "id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "size": 12716032, "self": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:53:52Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:53:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:53:54,881 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-d71fd7e8-1c8f-426e-9d82-8a9d93258ffa 2018-08-20 06:53:54,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0365769863129s 2018-08-20 06:53:54,882 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-d71fd7e8-1c8f-426e-9d82-8a9d93258ffa 2018-08-20 06:53:54,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:53:54,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:54,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:53:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b015f89b-7198-4067-866a-2b702a1d5c4f x-compute-request-id: req-b015f89b-7198-4067-866a-2b702a1d5c4f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f7a1f653-906f-4d5f-a482-1977854d3ea0", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd"}]} 2018-08-20 06:53:54,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-b015f89b-7198-4067-866a-2b702a1d5c4f 2018-08-20 06:53:54,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258898735046s 2018-08-20 06:53:54,910 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-b015f89b-7198-4067-866a-2b702a1d5c4f 2018-08-20 06:53:54,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 06:53:54,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"server": {"name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "imageRef": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "flavorRef": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b57b6c96-221e-455e-877f-9419da54bf69"}], "security_groups": [{"name": "c936eb4f-4fb2-4305-89eb-985e57f840ab"}]}}' 2018-08-20 06:53:57,370 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:53:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09979b98-0185-456f-afde-e4325bc18d23 x-compute-request-id: req-09979b98-0185-456f-afde-e4325bc18d23 Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c936eb4f-4fb2-4305-89eb-985e57f840ab"}], "OS-DCF:diskConfig": "MANUAL", "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "adminPass": "iGVu3c3GuLfP"}} 2018-08-20 06:53:57,370 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-09979b98-0185-456f-afde-e4325bc18d23 2018-08-20 06:53:57,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.4581489563s 2018-08-20 06:53:57,370 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-09979b98-0185-456f-afde-e4325bc18d23 2018-08-20 06:53:57,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:53:57,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:57,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-cff622e7-f73e-4502-8c0c-4958da52c140 x-compute-request-id: req-cff622e7-f73e-4502-8c0c-4958da52c140 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:53:57,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cff622e7-f73e-4502-8c0c-4958da52c140 2018-08-20 06:53:57,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.479580879211s 2018-08-20 06:53:57,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cff622e7-f73e-4502-8c0c-4958da52c140 2018-08-20 06:53:57,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:53:57,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:57,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-fabb71a5-7664-4af1-945d-27318d014bc6 Date: Mon, 20 Aug 2018 06:53:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad3024cf-48c0-4550-ad84-4c859176757e"],"updated_at":"2018-08-20T06:53:46Z","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"16592438d8f4416fa68d2f673f80b9dd","id":"b57b6c96-221e-455e-877f-9419da54bf69","name":"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:53:57,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-fabb71a5-7664-4af1-945d-27318d014bc6 2018-08-20 06:53:57,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118463993073s 2018-08-20 06:53:57,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-fabb71a5-7664-4af1-945d-27318d014bc6 2018-08-20 06:53:57,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:53:57,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:53:58,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d49c5fcd-f133-4d2a-b048-ee3fe919c5e4 Date: Mon, 20 Aug 2018 06:53:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57b6c96-221e-455e-877f-9419da54bf69","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:53:46Z","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":"16592438d8f4416fa68d2f673f80b9dd","id":"ad3024cf-48c0-4550-ad84-4c859176757e","subnetpool_id":null,"name":"cinder_test-subnet_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:53:58,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-d49c5fcd-f133-4d2a-b048-ee3fe919c5e4 2018-08-20 06:53:58,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.047000169754s 2018-08-20 06:53:58,025 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-d49c5fcd-f133-4d2a-b048-ee3fe919c5e4 2018-08-20 06:53:58,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:00,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:54:00,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:00,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-f963f9b0-f1ed-4776-9032-2119195c0966 x-compute-request-id: req-f963f9b0-f1ed-4776-9032-2119195c0966 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.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:58Z", "hostId": "efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:54:00,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f963f9b0-f1ed-4776-9032-2119195c0966 2018-08-20 06:54:00,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.877841949463s 2018-08-20 06:54:00,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f963f9b0-f1ed-4776-9032-2119195c0966 2018-08-20 06:54:00,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:02,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:54:02,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:03,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0e0d244-bcf1-4903-86b2-b975f0f8669b x-compute-request-id: req-b0e0d244-bcf1-4903-86b2-b975f0f8669b 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.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:53:58Z", "hostId": "efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:54:03,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b0e0d244-bcf1-4903-86b2-b975f0f8669b 2018-08-20 06:54:03,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.91920208931s 2018-08-20 06:54:03,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b0e0d244-bcf1-4903-86b2-b975f0f8669b 2018-08-20 06:54:03,836 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:05,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:54:05,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:06,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06: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-8a00011f-f8f6-413c-a5dc-1b5c6b400634 x-compute-request-id: req-8a00011f-f8f6-413c-a5dc-1b5c6b400634 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:02.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:54:03Z", "hostId": "efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:54:06,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8a00011f-f8f6-413c-a5dc-1b5c6b400634 2018-08-20 06:54:06,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.96318602562s 2018-08-20 06:54:06,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8a00011f-f8f6-413c-a5dc-1b5c6b400634 2018-08-20 06:54:06,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:54:06,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=ff89ab51-1de3-4eb0-af62-42f8fd328d92" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:06,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-51e92dfe-8d09-4cda-97e4-506859d2da35 Date: Mon, 20 Aug 2018 06:54:06 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b57b6c96-221e-455e-877f-9419da54bf69","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:59Z","admin_state_up":true,"updated_at":"2018-08-20T06:54:02Z","binding:vnic_type":"normal","device_id":"ff89ab51-1de3-4eb0-af62-42f8fd328d92","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:6e:36:71","id":"101f1c07-9bac-47c5-9e28-66f3b59673b1","port_security_enabled":true,"project_id":"16592438d8f4416fa68d2f673f80b9dd","fixed_ips":[{"subnet_id":"ad3024cf-48c0-4550-ad84-4c859176757e","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["c936eb4f-4fb2-4305-89eb-985e57f840ab"],"name":""}]} 2018-08-20 06:54:06,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=ff89ab51-1de3-4eb0-af62-42f8fd328d92 used request id req-51e92dfe-8d09-4cda-97e4-506859d2da35 2018-08-20 06:54:06,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0576479434967s 2018-08-20 06:54:06,865 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=ff89ab51-1de3-4eb0-af62-42f8fd328d92 used request id req-51e92dfe-8d09-4cda-97e4-506859d2da35 2018-08-20 06:54:06,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:54:06,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=101f1c07-9bac-47c5-9e28-66f3b59673b1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:07,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-78473736-dd89-4783-8c95-67905d59c993 Date: Mon, 20 Aug 2018 06:54:07 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:54:07,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=101f1c07-9bac-47c5-9e28-66f3b59673b1 used request id req-78473736-dd89-4783-8c95-67905d59c993 2018-08-20 06:54:07,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.211987018585s 2018-08-20 06:54:07,082 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=101f1c07-9bac-47c5-9e28-66f3b59673b1 used request id req-78473736-dd89-4783-8c95-67905d59c993 2018-08-20 06:54:07,083 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6e:36:71', 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'ed6ffa25-e04f-44ff-89a7-604094d82db0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T06:54:02.000000', 'flavor': Munch({u'id': u'567c5b77-91dc-4fde-8864-b28ef47c8cfd'}), 'az': u'nova', 'id': u'ff89ab51-1de3-4eb0-af62-42f8fd328d92', 'security_groups': [Munch({u'name': u'cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cb74e2c862564159897d8314226d501e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16592438d8f4416fa68d2f673f80b9dd', 'name': 'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0', '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-08-20T06:54:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T06:54:03Z', 'hostId': u'efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6', '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-08-20T06:54:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'16592438d8f4416fa68d2f673f80b9dd', 'name': u'cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'adminPass': u'iGVu3c3GuLfP', 'tenant_id': u'16592438d8f4416fa68d2f673f80b9dd', 'created_at': u'2018-08-20T06:53:57Z', 'created': u'2018-08-20T06:53:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 06:54:07,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:54:07,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:07,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-a61fcc98-4de1-4678-b6e8-b438665d8398 Date: Mon, 20 Aug 2018 06:54:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad3024cf-48c0-4550-ad84-4c859176757e"],"updated_at":"2018-08-20T06:53:46Z","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"16592438d8f4416fa68d2f673f80b9dd","id":"b57b6c96-221e-455e-877f-9419da54bf69","name":"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:54:07,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a61fcc98-4de1-4678-b6e8-b438665d8398 2018-08-20 06:54:07,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119477033615s 2018-08-20 06:54:07,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a61fcc98-4de1-4678-b6e8-b438665d8398 2018-08-20 06:54:07,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:54:07,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=ff89ab51-1de3-4eb0-af62-42f8fd328d92" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:07,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-85b9c26e-c61d-48ea-ae8c-64b3cf5da501 Date: Mon, 20 Aug 2018 06:54:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b57b6c96-221e-455e-877f-9419da54bf69","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:59Z","admin_state_up":true,"updated_at":"2018-08-20T06:54:02Z","binding:vnic_type":"normal","device_id":"ff89ab51-1de3-4eb0-af62-42f8fd328d92","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:6e:36:71","id":"101f1c07-9bac-47c5-9e28-66f3b59673b1","port_security_enabled":true,"project_id":"16592438d8f4416fa68d2f673f80b9dd","fixed_ips":[{"subnet_id":"ad3024cf-48c0-4550-ad84-4c859176757e","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["c936eb4f-4fb2-4305-89eb-985e57f840ab"],"name":""}]} 2018-08-20 06:54:07,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=ff89ab51-1de3-4eb0-af62-42f8fd328d92 used request id req-85b9c26e-c61d-48ea-ae8c-64b3cf5da501 2018-08-20 06:54:07,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0740900039673s 2018-08-20 06:54:07,282 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=ff89ab51-1de3-4eb0-af62-42f8fd328d92 used request id req-85b9c26e-c61d-48ea-ae8c-64b3cf5da501 2018-08-20 06:54:07,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 06:54:07,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.9", "port_id": "101f1c07-9bac-47c5-9e28-66f3b59673b1"}}' 2018-08-20 06:54:08,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-cc359b52-c879-4a94-8cf8-7a1bbf9970fb Date: Mon, 20 Aug 2018 06:54:08 GMT RESP BODY: {"floatingip": {"router_id": "9e8bd602-0c01-4717-97b7-23e073d84fd7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:54:08Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "101f1c07-9bac-47c5-9e28-66f3b59673b1", "id": "3807a7ca-4673-48f4-934f-f3cdb465dfbd", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:54:08Z", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}} 2018-08-20 06:54:08,849 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-cc359b52-c879-4a94-8cf8-7a1bbf9970fb 2018-08-20 06:54:08,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.56673002243s 2018-08-20 06:54:08,850 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-cc359b52-c879-4a94-8cf8-7a1bbf9970fb 2018-08-20 06:54:08,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:54:08,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:08,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-bd925436-f113-4af7-ab0e-74b04039ae0b Date: Mon, 20 Aug 2018 06:54:08 GMT RESP BODY: {"floatingips": [{"router_id": "9e8bd602-0c01-4717-97b7-23e073d84fd7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:54:08Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "101f1c07-9bac-47c5-9e28-66f3b59673b1", "id": "3807a7ca-4673-48f4-934f-f3cdb465dfbd", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:54:08Z", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}]} 2018-08-20 06:54:08,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-bd925436-f113-4af7-ab0e-74b04039ae0b 2018-08-20 06:54:08,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0258159637451s 2018-08-20 06:54:08,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-bd925436-f113-4af7-ab0e-74b04039ae0b 2018-08-20 06:54:08,888 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9e8bd602-0c01-4717-97b7-23e073d84fd7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'16592438d8f4416fa68d2f673f80b9dd', 'created_at': u'2018-08-20T06:54:08Z', 'attached': True, 'updated_at': u'2018-08-20T06:54:08Z', 'id': u'3807a7ca-4673-48f4-934f-f3cdb465dfbd', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16592438d8f4416fa68d2f673f80b9dd', 'name': 'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9e8bd602-0c01-4717-97b7-23e073d84fd7', 'project_id': u'16592438d8f4416fa68d2f673f80b9dd', 'port_id': u'101f1c07-9bac-47c5-9e28-66f3b59673b1', 'port': u'101f1c07-9bac-47c5-9e28-66f3b59673b1', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 06:54:08,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:54:08,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:54:08,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-b76bdc95-fbf9-4629-afe0-9dff835c44e2 x-compute-request-id: req-b76bdc95-fbf9-4629-afe0-9dff835c44e2 Content-Encoding: gzip Content-Length: 9584 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 477538385 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.160991] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.163193] pid_max: default: 32768 minimum: 301\n[ 0.164442] ACPI: Core revision 20150930\n[ 0.166064] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.167829] Security Framework initialized\n[ 0.168959] Yama: becoming mindful.\n[ 0.169911] AppArmor: AppArmor initialized\n[ 0.171063] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.172938] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.174723] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178289] Initializing cgroup subsys io\n[ 0.179367] Initializing cgroup subsys memory\n[ 0.180580] Initializing cgroup subsys devices\n[ 0.181749] Initializing cgroup subsys freezer\n[ 0.182920] Initializing cgroup subsys net_cls\n[ 0.184108] Initializing cgroup subsys perf_event\n[ 0.185345] Initializing cgroup subsys net_prio\n[ 0.186518] Initializing cgroup subsys hugetlb\n[ 0.187676] Initializing cgroup subsys pids\n[ 0.188874] CPU: Physical Processor ID: 0\n[ 0.190634] mce: CPU supports 10 MCE banks\n[ 0.191784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209870] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.216629] ftrace: allocating 31920 entries in 125 pages\n[ 0.241963] smpboot: Max logical packages: 1\n[ 0.243152] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.245015] x2apic enabled\n[ 0.246019] Switched APIC routing to physical x2apic.\n[ 0.248096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.249652] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.252268] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.254624] KVM setup paravirtual spinlock\n[ 0.256235] x86: Booted up 1 node, 1 CPUs\n[ 0.257316] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.259141] devtmpfs: initialized\n[ 0.261038] evm: security.selinux\n[ 0.261962] evm: security.SMACK64\n[ 0.262867] evm: security.SMACK64EXEC\n[ 0.263851] evm: security.SMACK64TRANSMUTE\n[ 0.264933] evm: security.SMACK64MMAP\n[ 0.265946] evm: security.ima\n[ 0.266773] evm: security.capability\n[ 0.267805] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270268] pinctrl core: initialized pinctrl subsystem\n[ 0.271775] RTC time: 6:54:02, date: 08/20/18\n[ 0.273021] NET: Registered protocol family 16\n[ 0.274318] cpuidle: using governor ladder\n[ 0.275431] cpuidle: using governor menu\n[ 0.276502] PCCT header not found.\n[ 0.277485] ACPI: bus type PCI registered\n[ 0.278550] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280209] PCI: Using configuration type 1 for base access\n[ 0.282344] ACPI: Added _OSI(Module Device)\n[ 0.283453] ACPI: Added _OSI(Processor Device)\n[ 0.284601] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285828] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287972] ACPI: Interpreter enabled\n[ 0.289018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296362] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298852] ACPI: (supports S0 S5)\n[ 0.299781] ACPI: Using IOAPIC for interrupt routing\n[ 0.301044] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308105] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309763] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312710] acpiphp: Slot [3] registered\n[ 0.313772] acpiphp: Slot [4] registered\n[ 0.314824] acpiphp: Slot [5] registered\n[ 0.315912] acpiphp: Slot [6] registered\n[ 0.316996] acpiphp: Slot [7] registered\n[ 0.318317] acpiphp: Slot [8] registered\n[ 0.319255] acpiphp: Slot [9] registered\n[ 0.320202] acpiphp: Slot [10] registered\n[ 0.321143] acpiphp: Slot [11] registered\n[ 0.322073] acpiphp: Slot [12] registered\n[ 0.322969] acpiphp: Slot [13] registered\n[ 0.323869] acpiphp: Slot [14] registered\n[ 0.324787] acpiphp: Slot [15] registered\n[ 0.335244] acpiphp: Slot [16] registered\n[ 0.336197] acpiphp: Slot [17] registered\n[ 0.337180] acpiphp: Slot [18] registered\n[ 0.338108] acpiphp: Slot [19] registered\n[ 0.339082] acpiphp: Slot [20] registered\n[ 0.340014] acpiphp: Slot [21] registered\n[ 0.340927] acpiphp: Slot [22] registered\n[ 0.341835] acpiphp: Slot [23] registered\n[ 0.342756] acpiphp: Slot [24] registered\n[ 0.343666] acpiphp: Slot [25] registered\n[ 0.344614] acpiphp: Slot [26] registered\n[ 0.345513] acpiphp: Slot [27] registered\n[ 0.346467] acpiphp: Slot [28] registered\n[ 0.347383] acpiphp: Slot [29] registered\n[ 0.348288] acpiphp: Slot [30] registered\n[ 0.349230] acpiphp: Slot [31] registered\n[ 0.350185] PCI host bridge to bus 0000:00\n[ 0.351107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.352499] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.353908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.355620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.357350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.359093] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362497] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.363965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.366906] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370589] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372531] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.391887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.394254] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.395842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.397413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.398955] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.400351] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.401827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.404910] vgaarb: loaded\n[ 0.405584] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407006] SCSI subsystem initialized\n[ 0.408025] ACPI: bus type USB registered\n[ 0.408958] usbcore: registered new interface driver usbfs\n[ 0.410133] usbcore: registered new interface driver hub\n[ 0.411257] usbcore: registered new device driver usb\n[ 0.412511] PCI: Using ACPI for IRQ routing\n[ 0.413706] NetLabel: Initializing\n[ 0.414498] NetLabel: domain hash size = 128\n[ 0.415440] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.416512] NetLabel: unlabeled traffic allowed by default\n[ 0.417870] clocksource: Switched to clocksource kvm-clock\n[ 0.426283] AppArmor: AppArmor Filesystem Enabled\n[ 0.427406] pnp: PnP ACPI init\n[ 0.428433] pnp: PnP ACPI: found 5 devices\n[ 0.434847] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436822] NET: Registered protocol family 2\n[ 0.438007] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.439452] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.440837] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.442156] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.443394] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444703] NET: Registered protocol family 1\n[ 0.445674] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446908] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448171] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462462] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476731] Trying to unpack rootfs image as initramfs...\n[ 0.534258] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536097] Scanning for low memory corruption every 60 seconds\n[ 0.537596] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538987] audit: initializing netlink subsys (disabled)\n[ 0.540123] audit: type=2000 audit(1534748043.760:1): initialized\n[ 0.541612] Initialise system trusted keyring\n[ 0.542635] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543882] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546153] zbud: loaded\n[ 0.546928] VFS: Disk quotas dquot_6.6.0\n[ 0.547849] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.549710] fuse init (API version 7.23)\n[ 0.550748] Key type big_key registered\n[ 0.551632] Allocating IMA MOK and blacklist keyrings.\n[ 0.552971] Key type asymmetric registered\n[ 0.553880] Asymmetric key parser 'x509' registered\n[ 0.554961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556620] io scheduler noop registered\n[ 0.557493] io scheduler deadline registered (default)\n[ 0.558669] io scheduler cfq registered\n[ 0.559594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560772] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562201] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563819] ACPI: Power Button [PWRF]\n[ 0.564734] GHES: HEST is not enabled!\n[ 0.578501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641368] Linux agpgart interface v0.103\n[ 0.645107] brd: module loaded\n[ 0.647177] loop: module loaded\n[ 0.651885] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653520] GPT:90111 != 2097151\n[ 0.654266] GPT:Alternate GPT header not at the end of the disk.\n[ 0.655478] GPT:90111 != 2097151\n[ 0.656230] GPT: Use GNU Parted to correct GPT errors.\n[ 0.657348] vda: vda1 vda15\n[ 0.658984] scsi host0: ata_piix\n[ 0.659879] scsi host1: ata_piix\n[ 0.660663] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.662047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.663731] libphy: Fixed MDIO Bus: probed\n[ 0.664630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665679] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668496] PPP generic driver version 2.4.2\n[ 0.669507] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670810] ehci-pci: EHCI PCI platform driver\n[ 0.671769] ehci-platform: EHCI generic platform driver\n[ 0.672921] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674190] ohci-pci: OHCI PCI platform driver\n[ 0.675147] ohci-platform: OHCI generic platform driver\n[ 0.676225] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690599] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691686] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694347] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.695580] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696903] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698419] usb usb1: Product: UHCI Host Controller\n[ 0.699415] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.700631] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.701704] hub 1-0:1.0: USB hub found\n[ 0.702543] hub 1-0:1.0: 2 ports detected\n[ 0.703572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.705884] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706915] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708034] mousedev: PS/2 mouse device common for all mice\n[ 0.709424] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711403] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712588] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713880] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715157] i2c /dev entries driver\n[ 0.715993] device-mapper: uevent: version 1.0.3\n[ 0.717034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718796] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720376] NET: Registered protocol family 10\n[ 0.721609] NET: Registered protocol family 17\n[ 0.722597] Key type dns_resolver registered\n[ 0.723677] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.724866] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726791] registered taskstats version 1\n[ 0.727702] Loading compiled-in X.509 certificates\n[ 0.729259] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731304] zswap: loaded using pool lzo/zbud\n[ 0.733084] Key type trusted registered\n[ 0.734981] Key type encrypted registered\n[ 0.735869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.736986] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738129] evm: HMAC attrs: 0x1\n[ 0.739165] Magic number: 14:41:924\n[ 0.740087] rtc_cmos 00:00: setting system clock to 2018-08-20 06:54:03 UTC (1534748043)\n[ 0.741843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743047] EDD information not available.\n[ 0.823169] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835003] Write protecting the kernel read-only data: 14336k\n[ 0.837258] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839243] 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\n[ 0.885244] 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.78\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.96. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDISWrkHjuoIIjuVaEFAJCuT9hSl4zmjGDCYFy21jRI++SMyCRsGLcMd3OhPrTeMM8TiJl4etozXKoUmXoM7YRm2Yjjo4IIaCLYWkHvevK1O+frQBpDo3eyd1B+vr4XyMMlv+SlO/DKSVx+veWC296re2U2xxFe5TCkTqbPhgvdnwlip/O1/O6kWJM30MbRMFeKB7l2cGGYr+QrqtUDRE0MZlON01tZGhUPmo/lDZjykSvlcN7j1KkuAybaEotr4xwbWVKVj2i/InajhiWV2BOYrlCENDTRI2/ubTQxANW+uqBmeOuips4YLOxusoUsr0SuyOL6yYvw5ftpP6PxrhJv root@cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0\nssh-dss AAAAB3NzaC1kc3MAAACBAJScrutS3/D4jjMcFNvNdrnFcfZe7Iu4+2oSryV0N82KwW8xPogwiuJK+J8+k7PdBwoCyy6IW6Pp+js3LNoVgmXV1eoOHZ3qobbxYZzKZJBMVDb5moD9tPwld9oCMzyMMdC4mwydeCUE9++8B7LolzI6jDja6+vUJmErNl9vy+xzAAAAFQC7msudO5MP2zCC4aJP4D2lQJN1LQAAAIACr/GFa6+FSnXUY30d7Dn4I5AtMrWJ1QpKxKoWIpTs0nt50ViLlwRqZH0Mhhqk24aG4ednnmIjf7wMTGyer0jl5AHdo9uFtQ/dDFTlMZ1SSPOurxojR1ofUh3W9gSzO01bdqwJSoAX+h/Kn6e1llFRyoPfTH6SEVZuetOhxjBkTgAAAIASzOGuspTkOEUu5kvBbAnhrkYL0eucrCmYfW7UjJ+fkmu8XriTKPJ8mVVKLay95pv/9krE4w2HjwaahFGTQBQpSexCLWAy3dws7MMjNqLABgyTiaVcwrkTqpuwbV/NwnlQ9sveqExbN0GkokJ2MyQ1zqwPHuiv5IQN+PIpg7Hd4w== root@cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.30s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe6e:3671/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.60 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 login: "} 2018-08-20 06:54:08,963 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/action used request id req-b76bdc95-fbf9-4629-afe0-9dff835c44e2 2018-08-20 06:54:08,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0751819610596s 2018-08-20 06:54:08,964 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/action used request id req-b76bdc95-fbf9-4629-afe0-9dff835c44e2 2018-08-20 06:54:08,965 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 477538385 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.160991] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.163193] pid_max: default: 32768 minimum: 301 [ 0.164442] ACPI: Core revision 20150930 [ 0.166064] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.167829] Security Framework initialized [ 0.168959] Yama: becoming mindful. [ 0.169911] AppArmor: AppArmor initialized [ 0.171063] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.172938] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.174723] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.176405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.178289] Initializing cgroup subsys io [ 0.179367] Initializing cgroup subsys memory [ 0.180580] Initializing cgroup subsys devices [ 0.181749] Initializing cgroup subsys freezer [ 0.182920] Initializing cgroup subsys net_cls [ 0.184108] Initializing cgroup subsys perf_event [ 0.185345] Initializing cgroup subsys net_prio [ 0.186518] Initializing cgroup subsys hugetlb [ 0.187676] Initializing cgroup subsys pids [ 0.188874] CPU: Physical Processor ID: 0 [ 0.190634] mce: CPU supports 10 MCE banks [ 0.191784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.193171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209870] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.216629] ftrace: allocating 31920 entries in 125 pages [ 0.241963] smpboot: Max logical packages: 1 [ 0.243152] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.245015] x2apic enabled [ 0.246019] Switched APIC routing to physical x2apic. [ 0.248096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.249652] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.252268] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.254624] KVM setup paravirtual spinlock [ 0.256235] x86: Booted up 1 node, 1 CPUs [ 0.257316] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.259141] devtmpfs: initialized [ 0.261038] evm: security.selinux [ 0.261962] evm: security.SMACK64 [ 0.262867] evm: security.SMACK64EXEC [ 0.263851] evm: security.SMACK64TRANSMUTE [ 0.264933] evm: security.SMACK64MMAP [ 0.265946] evm: security.ima [ 0.266773] evm: security.capability [ 0.267805] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.270268] pinctrl core: initialized pinctrl subsystem [ 0.271775] RTC time: 6:54:02, date: 08/20/18 [ 0.273021] NET: Registered protocol family 16 [ 0.274318] cpuidle: using governor ladder [ 0.275431] cpuidle: using governor menu [ 0.276502] PCCT header not found. [ 0.277485] ACPI: bus type PCI registered [ 0.278550] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.280209] PCI: Using configuration type 1 for base access [ 0.282344] ACPI: Added _OSI(Module Device) [ 0.283453] ACPI: Added _OSI(Processor Device) [ 0.284601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.285828] ACPI: Added _OSI(Processor Aggregator Device) [ 0.287972] ACPI: Interpreter enabled [ 0.289018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.296362] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.298852] ACPI: (supports S0 S5) [ 0.299781] ACPI: Using IOAPIC for interrupt routing [ 0.301044] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.304816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.306412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.308105] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.309763] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312710] acpiphp: Slot [3] registered [ 0.313772] acpiphp: Slot [4] registered [ 0.314824] acpiphp: Slot [5] registered [ 0.315912] acpiphp: Slot [6] registered [ 0.316996] acpiphp: Slot [7] registered [ 0.318317] acpiphp: Slot [8] registered [ 0.319255] acpiphp: Slot [9] registered [ 0.320202] acpiphp: Slot [10] registered [ 0.321143] acpiphp: Slot [11] registered [ 0.322073] acpiphp: Slot [12] registered [ 0.322969] acpiphp: Slot [13] registered [ 0.323869] acpiphp: Slot [14] registered [ 0.324787] acpiphp: Slot [15] registered [ 0.335244] acpiphp: Slot [16] registered [ 0.336197] acpiphp: Slot [17] registered [ 0.337180] acpiphp: Slot [18] registered [ 0.338108] acpiphp: Slot [19] registered [ 0.339082] acpiphp: Slot [20] registered [ 0.340014] acpiphp: Slot [21] registered [ 0.340927] acpiphp: Slot [22] registered [ 0.341835] acpiphp: Slot [23] registered [ 0.342756] acpiphp: Slot [24] registered [ 0.343666] acpiphp: Slot [25] registered [ 0.344614] acpiphp: Slot [26] registered [ 0.345513] acpiphp: Slot [27] registered [ 0.346467] acpiphp: Slot [28] registered [ 0.347383] acpiphp: Slot [29] registered [ 0.348288] acpiphp: Slot [30] registered [ 0.349230] acpiphp: Slot [31] registered [ 0.350185] PCI host bridge to bus 0000:00 [ 0.351107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.352499] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.353908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.355620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.357350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.359093] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.362497] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.363965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.365399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.366906] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370589] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372531] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.391887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.394254] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.395842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.397413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.398955] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.400351] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.401827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.403065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.404910] vgaarb: loaded [ 0.405584] vgaarb: bridge control possible 0000:00:02.0 [ 0.407006] SCSI subsystem initialized [ 0.408025] ACPI: bus type USB registered [ 0.408958] usbcore: registered new interface driver usbfs [ 0.410133] usbcore: registered new interface driver hub [ 0.411257] usbcore: registered new device driver usb [ 0.412511] PCI: Using ACPI for IRQ routing [ 0.413706] NetLabel: Initializing [ 0.414498] NetLabel: domain hash size = 128 [ 0.415440] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.416512] NetLabel: unlabeled traffic allowed by default [ 0.417870] clocksource: Switched to clocksource kvm-clock [ 0.426283] AppArmor: AppArmor Filesystem Enabled [ 0.427406] pnp: PnP ACPI init [ 0.428433] pnp: PnP ACPI: found 5 devices [ 0.434847] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.436822] NET: Registered protocol family 2 [ 0.438007] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.439452] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.440837] TCP: Hash tables configured (established 4096 bind 4096) [ 0.442156] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.443394] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.444703] NET: Registered protocol family 1 [ 0.445674] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.446908] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.448171] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.462462] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.476731] Trying to unpack rootfs image as initramfs... [ 0.534258] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536097] Scanning for low memory corruption every 60 seconds [ 0.537596] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.538987] audit: initializing netlink subsys (disabled) [ 0.540123] audit: type=2000 audit(1534748043.760:1): initialized [ 0.541612] Initialise system trusted keyring [ 0.542635] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543882] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.546153] zbud: loaded [ 0.546928] VFS: Disk quotas dquot_6.6.0 [ 0.547849] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.549710] fuse init (API version 7.23) [ 0.550748] Key type big_key registered [ 0.551632] Allocating IMA MOK and blacklist keyrings. [ 0.552971] Key type asymmetric registered [ 0.553880] Asymmetric key parser 'x509' registered [ 0.554961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.556620] io scheduler noop registered [ 0.557493] io scheduler deadline registered (default) [ 0.558669] io scheduler cfq registered [ 0.559594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.560772] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.562201] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563819] ACPI: Power Button [PWRF] [ 0.564734] GHES: HEST is not enabled! [ 0.578501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.614436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.638007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.641368] Linux agpgart interface v0.103 [ 0.645107] brd: module loaded [ 0.647177] loop: module loaded [ 0.651885] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.653520] GPT:90111 != 2097151 [ 0.654266] GPT:Alternate GPT header not at the end of the disk. [ 0.655478] GPT:90111 != 2097151 [ 0.656230] GPT: Use GNU Parted to correct GPT errors. [ 0.657348] vda: vda1 vda15 [ 0.658984] scsi host0: ata_piix [ 0.659879] scsi host1: ata_piix [ 0.660663] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.662047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.663731] libphy: Fixed MDIO Bus: probed [ 0.664630] tun: Universal TUN/TAP device driver, 1.6 [ 0.665679] tun: (C) 1999-2004 Max Krasnyansky [ 0.668496] PPP generic driver version 2.4.2 [ 0.669507] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670810] ehci-pci: EHCI PCI platform driver [ 0.671769] ehci-platform: EHCI generic platform driver [ 0.672921] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674190] ohci-pci: OHCI PCI platform driver [ 0.675147] ohci-platform: OHCI generic platform driver [ 0.676225] uhci_hcd: USB Universal Host Controller Interface driver [ 0.690599] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691686] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693252] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.694347] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.695580] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696903] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698419] usb usb1: Product: UHCI Host Controller [ 0.699415] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.700631] usb usb1: SerialNumber: 0000:00:01.2 [ 0.701704] hub 1-0:1.0: USB hub found [ 0.702543] hub 1-0:1.0: 2 ports detected [ 0.703572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.705884] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.706915] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.708034] mousedev: PS/2 mouse device common for all mice [ 0.709424] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.711403] rtc_cmos 00:00: RTC can wake from S4 [ 0.712588] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.713880] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.715157] i2c /dev entries driver [ 0.715993] device-mapper: uevent: version 1.0.3 [ 0.717034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.718796] ledtrig-cpu: registered to indicate activity on CPUs [ 0.720376] NET: Registered protocol family 10 [ 0.721609] NET: Registered protocol family 17 [ 0.722597] Key type dns_resolver registered [ 0.723677] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.724866] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.726791] registered taskstats version 1 [ 0.727702] Loading compiled-in X.509 certificates [ 0.729259] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.731304] zswap: loaded using pool lzo/zbud [ 0.733084] Key type trusted registered [ 0.734981] Key type encrypted registered [ 0.735869] AppArmor: AppArmor sha1 policy hashing enabled [ 0.736986] ima: No TPM chip found, activating TPM-bypass! [ 0.738129] evm: HMAC attrs: 0x1 [ 0.739165] Magic number: 14:41:924 [ 0.740087] rtc_cmos 00:00: setting system clock to 2018-08-20 06:54:03 UTC (1534748043) [ 0.741843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.743047] EDD information not available. [ 0.823169] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.835003] Write protecting the kernel read-only data: 14336k [ 0.837258] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.839243] 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 [ 0.885244] 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.78 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.96. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDISWrkHjuoIIjuVaEFAJCuT9hSl4zmjGDCYFy21jRI++SMyCRsGLcMd3OhPrTeMM8TiJl4etozXKoUmXoM7YRm2Yjjo4IIaCLYWkHvevK1O+frQBpDo3eyd1B+vr4XyMMlv+SlO/DKSVx+veWC296re2U2xxFe5TCkTqbPhgvdnwlip/O1/O6kWJM30MbRMFeKB7l2cGGYr+QrqtUDRE0MZlON01tZGhUPmo/lDZjykSvlcN7j1KkuAybaEotr4xwbWVKVj2i/InajhiWV2BOYrlCENDTRI2/ubTQxANW+uqBmeOuips4YLOxusoUsr0SuyOL6yYvw5ftpP6PxrhJv root@cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 ssh-dss AAAAB3NzaC1kc3MAAACBAJScrutS3/D4jjMcFNvNdrnFcfZe7Iu4+2oSryV0N82KwW8xPogwiuJK+J8+k7PdBwoCyy6IW6Pp+js3LNoVgmXV1eoOHZ3qobbxYZzKZJBMVDb5moD9tPwld9oCMzyMMdC4mwydeCUE9++8B7LolzI6jDja6+vUJmErNl9vy+xzAAAAFQC7msudO5MP2zCC4aJP4D2lQJN1LQAAAIACr/GFa6+FSnXUY30d7Dn4I5AtMrWJ1QpKxKoWIpTs0nt50ViLlwRqZH0Mhhqk24aG4ednnmIjf7wMTGyer0jl5AHdo9uFtQ/dDFTlMZ1SSPOurxojR1ofUh3W9gSzO01bdqwJSoAX+h/Kn6e1llFRyoPfTH6SEVZuetOhxjBkTgAAAIASzOGuspTkOEUu5kvBbAnhrkYL0eucrCmYfW7UjJ+fkmu8XriTKPJ8mVVKLay95pv/9krE4w2HjwaahFGTQBQpSexCLWAy3dws7MMjNqLABgyTiaVcwrkTqpuwbV/NwnlQ9sveqExbN0GkokJ2MyQ1zqwPHuiv5IQN+PIpg7Hd4w== root@cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.30s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe6e:3671/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.60 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 login: 2018-08-20 06:54:09,967 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: timed out 2018-08-20 06:54:18,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:54:18,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:54:19,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-27f357e6-f2ab-4837-abae-6b9bc083786f x-compute-request-id: req-27f357e6-f2ab-4837-abae-6b9bc083786f Content-Encoding: gzip Content-Length: 9584 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 477538385 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.160991] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.163193] pid_max: default: 32768 minimum: 301\n[ 0.164442] ACPI: Core revision 20150930\n[ 0.166064] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.167829] Security Framework initialized\n[ 0.168959] Yama: becoming mindful.\n[ 0.169911] AppArmor: AppArmor initialized\n[ 0.171063] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.172938] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.174723] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178289] Initializing cgroup subsys io\n[ 0.179367] Initializing cgroup subsys memory\n[ 0.180580] Initializing cgroup subsys devices\n[ 0.181749] Initializing cgroup subsys freezer\n[ 0.182920] Initializing cgroup subsys net_cls\n[ 0.184108] Initializing cgroup subsys perf_event\n[ 0.185345] Initializing cgroup subsys net_prio\n[ 0.186518] Initializing cgroup subsys hugetlb\n[ 0.187676] Initializing cgroup subsys pids\n[ 0.188874] CPU: Physical Processor ID: 0\n[ 0.190634] mce: CPU supports 10 MCE banks\n[ 0.191784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209870] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.216629] ftrace: allocating 31920 entries in 125 pages\n[ 0.241963] smpboot: Max logical packages: 1\n[ 0.243152] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.245015] x2apic enabled\n[ 0.246019] Switched APIC routing to physical x2apic.\n[ 0.248096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.249652] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.252268] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.254624] KVM setup paravirtual spinlock\n[ 0.256235] x86: Booted up 1 node, 1 CPUs\n[ 0.257316] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.259141] devtmpfs: initialized\n[ 0.261038] evm: security.selinux\n[ 0.261962] evm: security.SMACK64\n[ 0.262867] evm: security.SMACK64EXEC\n[ 0.263851] evm: security.SMACK64TRANSMUTE\n[ 0.264933] evm: security.SMACK64MMAP\n[ 0.265946] evm: security.ima\n[ 0.266773] evm: security.capability\n[ 0.267805] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.270268] pinctrl core: initialized pinctrl subsystem\n[ 0.271775] RTC time: 6:54:02, date: 08/20/18\n[ 0.273021] NET: Registered protocol family 16\n[ 0.274318] cpuidle: using governor ladder\n[ 0.275431] cpuidle: using governor menu\n[ 0.276502] PCCT header not found.\n[ 0.277485] ACPI: bus type PCI registered\n[ 0.278550] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.280209] PCI: Using configuration type 1 for base access\n[ 0.282344] ACPI: Added _OSI(Module Device)\n[ 0.283453] ACPI: Added _OSI(Processor Device)\n[ 0.284601] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285828] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287972] ACPI: Interpreter enabled\n[ 0.289018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296362] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298852] ACPI: (supports S0 S5)\n[ 0.299781] ACPI: Using IOAPIC for interrupt routing\n[ 0.301044] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308105] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309763] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312710] acpiphp: Slot [3] registered\n[ 0.313772] acpiphp: Slot [4] registered\n[ 0.314824] acpiphp: Slot [5] registered\n[ 0.315912] acpiphp: Slot [6] registered\n[ 0.316996] acpiphp: Slot [7] registered\n[ 0.318317] acpiphp: Slot [8] registered\n[ 0.319255] acpiphp: Slot [9] registered\n[ 0.320202] acpiphp: Slot [10] registered\n[ 0.321143] acpiphp: Slot [11] registered\n[ 0.322073] acpiphp: Slot [12] registered\n[ 0.322969] acpiphp: Slot [13] registered\n[ 0.323869] acpiphp: Slot [14] registered\n[ 0.324787] acpiphp: Slot [15] registered\n[ 0.335244] acpiphp: Slot [16] registered\n[ 0.336197] acpiphp: Slot [17] registered\n[ 0.337180] acpiphp: Slot [18] registered\n[ 0.338108] acpiphp: Slot [19] registered\n[ 0.339082] acpiphp: Slot [20] registered\n[ 0.340014] acpiphp: Slot [21] registered\n[ 0.340927] acpiphp: Slot [22] registered\n[ 0.341835] acpiphp: Slot [23] registered\n[ 0.342756] acpiphp: Slot [24] registered\n[ 0.343666] acpiphp: Slot [25] registered\n[ 0.344614] acpiphp: Slot [26] registered\n[ 0.345513] acpiphp: Slot [27] registered\n[ 0.346467] acpiphp: Slot [28] registered\n[ 0.347383] acpiphp: Slot [29] registered\n[ 0.348288] acpiphp: Slot [30] registered\n[ 0.349230] acpiphp: Slot [31] registered\n[ 0.350185] PCI host bridge to bus 0000:00\n[ 0.351107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.352499] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.353908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.355620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.357350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.359093] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.362497] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.363965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.366906] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.370589] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.372531] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.391887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.394254] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.395842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.397413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.398955] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.400351] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.401827] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.404910] vgaarb: loaded\n[ 0.405584] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407006] SCSI subsystem initialized\n[ 0.408025] ACPI: bus type USB registered\n[ 0.408958] usbcore: registered new interface driver usbfs\n[ 0.410133] usbcore: registered new interface driver hub\n[ 0.411257] usbcore: registered new device driver usb\n[ 0.412511] PCI: Using ACPI for IRQ routing\n[ 0.413706] NetLabel: Initializing\n[ 0.414498] NetLabel: domain hash size = 128\n[ 0.415440] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.416512] NetLabel: unlabeled traffic allowed by default\n[ 0.417870] clocksource: Switched to clocksource kvm-clock\n[ 0.426283] AppArmor: AppArmor Filesystem Enabled\n[ 0.427406] pnp: PnP ACPI init\n[ 0.428433] pnp: PnP ACPI: found 5 devices\n[ 0.434847] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436822] NET: Registered protocol family 2\n[ 0.438007] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.439452] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.440837] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.442156] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.443394] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444703] NET: Registered protocol family 1\n[ 0.445674] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446908] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448171] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462462] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476731] Trying to unpack rootfs image as initramfs...\n[ 0.534258] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536097] Scanning for low memory corruption every 60 seconds\n[ 0.537596] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538987] audit: initializing netlink subsys (disabled)\n[ 0.540123] audit: type=2000 audit(1534748043.760:1): initialized\n[ 0.541612] Initialise system trusted keyring\n[ 0.542635] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.543882] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546153] zbud: loaded\n[ 0.546928] VFS: Disk quotas dquot_6.6.0\n[ 0.547849] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.549710] fuse init (API version 7.23)\n[ 0.550748] Key type big_key registered\n[ 0.551632] Allocating IMA MOK and blacklist keyrings.\n[ 0.552971] Key type asymmetric registered\n[ 0.553880] Asymmetric key parser 'x509' registered\n[ 0.554961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.556620] io scheduler noop registered\n[ 0.557493] io scheduler deadline registered (default)\n[ 0.558669] io scheduler cfq registered\n[ 0.559594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.560772] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562201] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563819] ACPI: Power Button [PWRF]\n[ 0.564734] GHES: HEST is not enabled!\n[ 0.578501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641368] Linux agpgart interface v0.103\n[ 0.645107] brd: module loaded\n[ 0.647177] loop: module loaded\n[ 0.651885] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653520] GPT:90111 != 2097151\n[ 0.654266] GPT:Alternate GPT header not at the end of the disk.\n[ 0.655478] GPT:90111 != 2097151\n[ 0.656230] GPT: Use GNU Parted to correct GPT errors.\n[ 0.657348] vda: vda1 vda15\n[ 0.658984] scsi host0: ata_piix\n[ 0.659879] scsi host1: ata_piix\n[ 0.660663] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.662047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.663731] libphy: Fixed MDIO Bus: probed\n[ 0.664630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665679] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668496] PPP generic driver version 2.4.2\n[ 0.669507] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670810] ehci-pci: EHCI PCI platform driver\n[ 0.671769] ehci-platform: EHCI generic platform driver\n[ 0.672921] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674190] ohci-pci: OHCI PCI platform driver\n[ 0.675147] ohci-platform: OHCI generic platform driver\n[ 0.676225] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690599] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691686] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.693252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.694347] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.695580] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696903] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.698419] usb usb1: Product: UHCI Host Controller\n[ 0.699415] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.700631] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.701704] hub 1-0:1.0: USB hub found\n[ 0.702543] hub 1-0:1.0: 2 ports detected\n[ 0.703572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.705884] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706915] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708034] mousedev: PS/2 mouse device common for all mice\n[ 0.709424] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711403] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712588] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713880] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.715157] i2c /dev entries driver\n[ 0.715993] device-mapper: uevent: version 1.0.3\n[ 0.717034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718796] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720376] NET: Registered protocol family 10\n[ 0.721609] NET: Registered protocol family 17\n[ 0.722597] Key type dns_resolver registered\n[ 0.723677] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.724866] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726791] registered taskstats version 1\n[ 0.727702] Loading compiled-in X.509 certificates\n[ 0.729259] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.731304] zswap: loaded using pool lzo/zbud\n[ 0.733084] Key type trusted registered\n[ 0.734981] Key type encrypted registered\n[ 0.735869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.736986] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738129] evm: HMAC attrs: 0x1\n[ 0.739165] Magic number: 14:41:924\n[ 0.740087] rtc_cmos 00:00: setting system clock to 2018-08-20 06:54:03 UTC (1534748043)\n[ 0.741843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743047] EDD information not available.\n[ 0.823169] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835003] Write protecting the kernel read-only data: 14336k\n[ 0.837258] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839243] 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\n[ 0.885244] 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.78\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.96. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDISWrkHjuoIIjuVaEFAJCuT9hSl4zmjGDCYFy21jRI++SMyCRsGLcMd3OhPrTeMM8TiJl4etozXKoUmXoM7YRm2Yjjo4IIaCLYWkHvevK1O+frQBpDo3eyd1B+vr4XyMMlv+SlO/DKSVx+veWC296re2U2xxFe5TCkTqbPhgvdnwlip/O1/O6kWJM30MbRMFeKB7l2cGGYr+QrqtUDRE0MZlON01tZGhUPmo/lDZjykSvlcN7j1KkuAybaEotr4xwbWVKVj2i/InajhiWV2BOYrlCENDTRI2/ubTQxANW+uqBmeOuips4YLOxusoUsr0SuyOL6yYvw5ftpP6PxrhJv root@cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0\nssh-dss AAAAB3NzaC1kc3MAAACBAJScrutS3/D4jjMcFNvNdrnFcfZe7Iu4+2oSryV0N82KwW8xPogwiuJK+J8+k7PdBwoCyy6IW6Pp+js3LNoVgmXV1eoOHZ3qobbxYZzKZJBMVDb5moD9tPwld9oCMzyMMdC4mwydeCUE9++8B7LolzI6jDja6+vUJmErNl9vy+xzAAAAFQC7msudO5MP2zCC4aJP4D2lQJN1LQAAAIACr/GFa6+FSnXUY30d7Dn4I5AtMrWJ1QpKxKoWIpTs0nt50ViLlwRqZH0Mhhqk24aG4ednnmIjf7wMTGyer0jl5AHdo9uFtQ/dDFTlMZ1SSPOurxojR1ofUh3W9gSzO01bdqwJSoAX+h/Kn6e1llFRyoPfTH6SEVZuetOhxjBkTgAAAIASzOGuspTkOEUu5kvBbAnhrkYL0eucrCmYfW7UjJ+fkmu8XriTKPJ8mVVKLay95pv/9krE4w2HjwaahFGTQBQpSexCLWAy3dws7MMjNqLABgyTiaVcwrkTqpuwbV/NwnlQ9sveqExbN0GkokJ2MyQ1zqwPHuiv5IQN+PIpg7Hd4w== root@cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.30s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe6e:3671/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.60 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 login: "} 2018-08-20 06:54:19,082 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/action used request id req-27f357e6-f2ab-4837-abae-6b9bc083786f 2018-08-20 06:54:19,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.104809045792s 2018-08-20 06:54:19,083 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/action used request id req-27f357e6-f2ab-4837-abae-6b9bc083786f 2018-08-20 06:54:19,083 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 477538385 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.160991] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.163193] pid_max: default: 32768 minimum: 301 [ 0.164442] ACPI: Core revision 20150930 [ 0.166064] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.167829] Security Framework initialized [ 0.168959] Yama: becoming mindful. [ 0.169911] AppArmor: AppArmor initialized [ 0.171063] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.172938] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.174723] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.176405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.178289] Initializing cgroup subsys io [ 0.179367] Initializing cgroup subsys memory [ 0.180580] Initializing cgroup subsys devices [ 0.181749] Initializing cgroup subsys freezer [ 0.182920] Initializing cgroup subsys net_cls [ 0.184108] Initializing cgroup subsys perf_event [ 0.185345] Initializing cgroup subsys net_prio [ 0.186518] Initializing cgroup subsys hugetlb [ 0.187676] Initializing cgroup subsys pids [ 0.188874] CPU: Physical Processor ID: 0 [ 0.190634] mce: CPU supports 10 MCE banks [ 0.191784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.193171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209870] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.216629] ftrace: allocating 31920 entries in 125 pages [ 0.241963] smpboot: Max logical packages: 1 [ 0.243152] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.245015] x2apic enabled [ 0.246019] Switched APIC routing to physical x2apic. [ 0.248096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.249652] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.252268] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.254624] KVM setup paravirtual spinlock [ 0.256235] x86: Booted up 1 node, 1 CPUs [ 0.257316] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.259141] devtmpfs: initialized [ 0.261038] evm: security.selinux [ 0.261962] evm: security.SMACK64 [ 0.262867] evm: security.SMACK64EXEC [ 0.263851] evm: security.SMACK64TRANSMUTE [ 0.264933] evm: security.SMACK64MMAP [ 0.265946] evm: security.ima [ 0.266773] evm: security.capability [ 0.267805] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.270268] pinctrl core: initialized pinctrl subsystem [ 0.271775] RTC time: 6:54:02, date: 08/20/18 [ 0.273021] NET: Registered protocol family 16 [ 0.274318] cpuidle: using governor ladder [ 0.275431] cpuidle: using governor menu [ 0.276502] PCCT header not found. [ 0.277485] ACPI: bus type PCI registered [ 0.278550] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.280209] PCI: Using configuration type 1 for base access [ 0.282344] ACPI: Added _OSI(Module Device) [ 0.283453] ACPI: Added _OSI(Processor Device) [ 0.284601] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.285828] ACPI: Added _OSI(Processor Aggregator Device) [ 0.287972] ACPI: Interpreter enabled [ 0.289018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.296362] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.298852] ACPI: (supports S0 S5) [ 0.299781] ACPI: Using IOAPIC for interrupt routing [ 0.301044] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.304816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.306412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.308105] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.309763] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312710] acpiphp: Slot [3] registered [ 0.313772] acpiphp: Slot [4] registered [ 0.314824] acpiphp: Slot [5] registered [ 0.315912] acpiphp: Slot [6] registered [ 0.316996] acpiphp: Slot [7] registered [ 0.318317] acpiphp: Slot [8] registered [ 0.319255] acpiphp: Slot [9] registered [ 0.320202] acpiphp: Slot [10] registered [ 0.321143] acpiphp: Slot [11] registered [ 0.322073] acpiphp: Slot [12] registered [ 0.322969] acpiphp: Slot [13] registered [ 0.323869] acpiphp: Slot [14] registered [ 0.324787] acpiphp: Slot [15] registered [ 0.335244] acpiphp: Slot [16] registered [ 0.336197] acpiphp: Slot [17] registered [ 0.337180] acpiphp: Slot [18] registered [ 0.338108] acpiphp: Slot [19] registered [ 0.339082] acpiphp: Slot [20] registered [ 0.340014] acpiphp: Slot [21] registered [ 0.340927] acpiphp: Slot [22] registered [ 0.341835] acpiphp: Slot [23] registered [ 0.342756] acpiphp: Slot [24] registered [ 0.343666] acpiphp: Slot [25] registered [ 0.344614] acpiphp: Slot [26] registered [ 0.345513] acpiphp: Slot [27] registered [ 0.346467] acpiphp: Slot [28] registered [ 0.347383] acpiphp: Slot [29] registered [ 0.348288] acpiphp: Slot [30] registered [ 0.349230] acpiphp: Slot [31] registered [ 0.350185] PCI host bridge to bus 0000:00 [ 0.351107] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.352499] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.353908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.355620] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.357350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.359093] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.362497] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.363965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.365399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.366906] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.370589] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.372531] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.391887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.394254] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.395842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.397413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.398955] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.400351] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.401827] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.403065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.404910] vgaarb: loaded [ 0.405584] vgaarb: bridge control possible 0000:00:02.0 [ 0.407006] SCSI subsystem initialized [ 0.408025] ACPI: bus type USB registered [ 0.408958] usbcore: registered new interface driver usbfs [ 0.410133] usbcore: registered new interface driver hub [ 0.411257] usbcore: registered new device driver usb [ 0.412511] PCI: Using ACPI for IRQ routing [ 0.413706] NetLabel: Initializing [ 0.414498] NetLabel: domain hash size = 128 [ 0.415440] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.416512] NetLabel: unlabeled traffic allowed by default [ 0.417870] clocksource: Switched to clocksource kvm-clock [ 0.426283] AppArmor: AppArmor Filesystem Enabled [ 0.427406] pnp: PnP ACPI init [ 0.428433] pnp: PnP ACPI: found 5 devices [ 0.434847] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.436822] NET: Registered protocol family 2 [ 0.438007] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.439452] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.440837] TCP: Hash tables configured (established 4096 bind 4096) [ 0.442156] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.443394] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.444703] NET: Registered protocol family 1 [ 0.445674] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.446908] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.448171] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.462462] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.476731] Trying to unpack rootfs image as initramfs... [ 0.534258] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.536097] Scanning for low memory corruption every 60 seconds [ 0.537596] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.538987] audit: initializing netlink subsys (disabled) [ 0.540123] audit: type=2000 audit(1534748043.760:1): initialized [ 0.541612] Initialise system trusted keyring [ 0.542635] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.543882] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.546153] zbud: loaded [ 0.546928] VFS: Disk quotas dquot_6.6.0 [ 0.547849] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.549710] fuse init (API version 7.23) [ 0.550748] Key type big_key registered [ 0.551632] Allocating IMA MOK and blacklist keyrings. [ 0.552971] Key type asymmetric registered [ 0.553880] Asymmetric key parser 'x509' registered [ 0.554961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.556620] io scheduler noop registered [ 0.557493] io scheduler deadline registered (default) [ 0.558669] io scheduler cfq registered [ 0.559594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.560772] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.562201] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563819] ACPI: Power Button [PWRF] [ 0.564734] GHES: HEST is not enabled! [ 0.578501] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.614436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.638007] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.641368] Linux agpgart interface v0.103 [ 0.645107] brd: module loaded [ 0.647177] loop: module loaded [ 0.651885] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.653520] GPT:90111 != 2097151 [ 0.654266] GPT:Alternate GPT header not at the end of the disk. [ 0.655478] GPT:90111 != 2097151 [ 0.656230] GPT: Use GNU Parted to correct GPT errors. [ 0.657348] vda: vda1 vda15 [ 0.658984] scsi host0: ata_piix [ 0.659879] scsi host1: ata_piix [ 0.660663] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.662047] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.663731] libphy: Fixed MDIO Bus: probed [ 0.664630] tun: Universal TUN/TAP device driver, 1.6 [ 0.665679] tun: (C) 1999-2004 Max Krasnyansky [ 0.668496] PPP generic driver version 2.4.2 [ 0.669507] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670810] ehci-pci: EHCI PCI platform driver [ 0.671769] ehci-platform: EHCI generic platform driver [ 0.672921] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674190] ohci-pci: OHCI PCI platform driver [ 0.675147] ohci-platform: OHCI generic platform driver [ 0.676225] uhci_hcd: USB Universal Host Controller Interface driver [ 0.690599] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.691686] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.693252] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.694347] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.695580] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.696903] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.698419] usb usb1: Product: UHCI Host Controller [ 0.699415] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.700631] usb usb1: SerialNumber: 0000:00:01.2 [ 0.701704] hub 1-0:1.0: USB hub found [ 0.702543] hub 1-0:1.0: 2 ports detected [ 0.703572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.705884] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.706915] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.708034] mousedev: PS/2 mouse device common for all mice [ 0.709424] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.711403] rtc_cmos 00:00: RTC can wake from S4 [ 0.712588] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.713880] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.715157] i2c /dev entries driver [ 0.715993] device-mapper: uevent: version 1.0.3 [ 0.717034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.718796] ledtrig-cpu: registered to indicate activity on CPUs [ 0.720376] NET: Registered protocol family 10 [ 0.721609] NET: Registered protocol family 17 [ 0.722597] Key type dns_resolver registered [ 0.723677] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.724866] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.726791] registered taskstats version 1 [ 0.727702] Loading compiled-in X.509 certificates [ 0.729259] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.731304] zswap: loaded using pool lzo/zbud [ 0.733084] Key type trusted registered [ 0.734981] Key type encrypted registered [ 0.735869] AppArmor: AppArmor sha1 policy hashing enabled [ 0.736986] ima: No TPM chip found, activating TPM-bypass! [ 0.738129] evm: HMAC attrs: 0x1 [ 0.739165] Magic number: 14:41:924 [ 0.740087] rtc_cmos 00:00: setting system clock to 2018-08-20 06:54:03 UTC (1534748043) [ 0.741843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.743047] EDD information not available. [ 0.823169] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.835003] Write protecting the kernel read-only data: 14336k [ 0.837258] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.839243] 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 [ 0.885244] 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.78 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.96. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDISWrkHjuoIIjuVaEFAJCuT9hSl4zmjGDCYFy21jRI++SMyCRsGLcMd3OhPrTeMM8TiJl4etozXKoUmXoM7YRm2Yjjo4IIaCLYWkHvevK1O+frQBpDo3eyd1B+vr4XyMMlv+SlO/DKSVx+veWC296re2U2xxFe5TCkTqbPhgvdnwlip/O1/O6kWJM30MbRMFeKB7l2cGGYr+QrqtUDRE0MZlON01tZGhUPmo/lDZjykSvlcN7j1KkuAybaEotr4xwbWVKVj2i/InajhiWV2BOYrlCENDTRI2/ubTQxANW+uqBmeOuips4YLOxusoUsr0SuyOL6yYvw5ftpP6PxrhJv root@cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 ssh-dss AAAAB3NzaC1kc3MAAACBAJScrutS3/D4jjMcFNvNdrnFcfZe7Iu4+2oSryV0N82KwW8xPogwiuJK+J8+k7PdBwoCyy6IW6Pp+js3LNoVgmXV1eoOHZ3qobbxYZzKZJBMVDb5moD9tPwld9oCMzyMMdC4mwydeCUE9++8B7LolzI6jDja6+vUJmErNl9vy+xzAAAAFQC7msudO5MP2zCC4aJP4D2lQJN1LQAAAIACr/GFa6+FSnXUY30d7Dn4I5AtMrWJ1QpKxKoWIpTs0nt50ViLlwRqZH0Mhhqk24aG4ednnmIjf7wMTGyer0jl5AHdo9uFtQ/dDFTlMZ1SSPOurxojR1ofUh3W9gSzO01bdqwJSoAX+h/Kn6e1llFRyoPfTH6SEVZuetOhxjBkTgAAAIASzOGuspTkOEUu5kvBbAnhrkYL0eucrCmYfW7UjJ+fkmu8XriTKPJ8mVVKLay95pv/9krE4w2HjwaahFGTQBQpSexCLWAy3dws7MMjNqLABgyTiaVcwrkTqpuwbV/NwnlQ9sveqExbN0GkokJ2MyQ1zqwPHuiv5IQN+PIpg7Hd4w== root@cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.30s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe6e:3671/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.60 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-f7a1f653-906f-4d5f-a482-1977854d3ea0 login: 2018-08-20 06:54:19,086 - paramiko.transport - DEBUG - starting thread (client mode): 0x1ceb4a50L 2018-08-20 06:54:19,087 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 06:54:19,087 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 06:54:19,087 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 06:54:19,089 - 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-08-20 06:54:19,089 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 06:54:19,089 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 06:54:19,089 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 06:54:19,089 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 06:54:19,089 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 06:54:19,107 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 06:54:19,108 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 06:54:19,118 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: 5fea06d9de5d4e2dcb18206187045583 2018-08-20 06:54:19,119 - paramiko.transport - DEBUG - Trying discovered key 2d8fd42a0fbc04563dab0cfedbfe20f5 in /tmp/tmpVAU8kR 2018-08-20 06:54:19,147 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 06:54:19,154 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 06:54:19,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-20 06:54:19,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"volume": {"display_name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "size": "2"}}' 2018-08-20 06:54:20,364 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:54:19 GMT Server: Apache x-compute-request-id: req-3a9967e5-be41-4f97-863a-b1dd2eb78d0b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3a9967e5-be41-4f97-863a-b1dd2eb78d0b Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}} 2018-08-20 06:54:20,364 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes used request id req-3a9967e5-be41-4f97-863a-b1dd2eb78d0b 2018-08-20 06:54:20,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.17787408829s 2018-08-20 06:54:20,364 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes used request id req-3a9967e5-be41-4f97-863a-b1dd2eb78d0b 2018-08-20 06:54:20,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:54:20,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:21,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:20 GMT Server: Apache x-compute-request-id: req-5f0d26f9-35bb-4a29-91aa-e0747572dca4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f0d26f9-35bb-4a29-91aa-e0747572dca4 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:54:20.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:54:21,315 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-5f0d26f9-35bb-4a29-91aa-e0747572dca4 2018-08-20 06:54:21,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.950077056885s 2018-08-20 06:54:21,315 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-5f0d26f9-35bb-4a29-91aa-e0747572dca4 2018-08-20 06:54:21,317 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:23,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:54:23,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:24,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:23 GMT Server: Apache x-compute-request-id: req-d651113d-8df9-4de2-ad29-5e28bf5dcfdc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d651113d-8df9-4de2-ad29-5e28bf5dcfdc Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:54:22.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:54:24,216 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-d651113d-8df9-4de2-ad29-5e28bf5dcfdc 2018-08-20 06:54:24,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.895742893219s 2018-08-20 06:54:24,216 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-d651113d-8df9-4de2-ad29-5e28bf5dcfdc 2018-08-20 06:54:24,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:54:24,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:24,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-a8ca9f11-d862-45e6-8165-e92ebce7cad5 Date: Mon, 20 Aug 2018 06:54:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad3024cf-48c0-4550-ad84-4c859176757e"],"updated_at":"2018-08-20T06:53:46Z","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"16592438d8f4416fa68d2f673f80b9dd","id":"b57b6c96-221e-455e-877f-9419da54bf69","name":"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:54:24,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a8ca9f11-d862-45e6-8165-e92ebce7cad5 2018-08-20 06:54:24,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126017093658s 2018-08-20 06:54:24,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a8ca9f11-d862-45e6-8165-e92ebce7cad5 2018-08-20 06:54:24,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:54:24,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:24,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-dc02e6a2-5897-41c0-85c0-faeaa4e68eb8 Date: Mon, 20 Aug 2018 06:54:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap", "metadata": {}}], "file": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file", "owner": "16592438d8f4416fa68d2f673f80b9dd", "id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "size": 12716032, "self": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:53:52Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:53:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:54:24,624 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-dc02e6a2-5897-41c0-85c0-faeaa4e68eb8 2018-08-20 06:54:24,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274100065231s 2018-08-20 06:54:24,624 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-dc02e6a2-5897-41c0-85c0-faeaa4e68eb8 2018-08-20 06:54:24,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:54:24,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:24,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f356c9d1-b1c5-4d24-a5cc-129e381ec2c2 x-compute-request-id: req-f356c9d1-b1c5-4d24-a5cc-129e381ec2c2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f7a1f653-906f-4d5f-a482-1977854d3ea0", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd"}]} 2018-08-20 06:54:24,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-f356c9d1-b1c5-4d24-a5cc-129e381ec2c2 2018-08-20 06:54:24,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0354380607605s 2018-08-20 06:54:24,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-f356c9d1-b1c5-4d24-a5cc-129e381ec2c2 2018-08-20 06:54:24,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 06:54:24,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"server": {"name": "cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0", "imageRef": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "flavorRef": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b57b6c96-221e-455e-877f-9419da54bf69"}], "security_groups": [{"name": "c936eb4f-4fb2-4305-89eb-985e57f840ab"}]}}' 2018-08-20 06:54:26,758 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76467c6d-0b98-462a-8c57-ad74bda27863 x-compute-request-id: req-76467c6d-0b98-462a-8c57-ad74bda27863 Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c936eb4f-4fb2-4305-89eb-985e57f840ab"}], "OS-DCF:diskConfig": "MANUAL", "id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "bookmark"}], "adminPass": "iSq4hKEZ9wRx"}} 2018-08-20 06:54:26,758 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-76467c6d-0b98-462a-8c57-ad74bda27863 2018-08-20 06:54:26,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.09521198273s 2018-08-20 06:54:26,759 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-76467c6d-0b98-462a-8c57-ad74bda27863 2018-08-20 06:54:26,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:54:26,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:28,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ed79bd1-bebc-4267-9a7f-5cc1791be67c x-compute-request-id: req-9ed79bd1-bebc-4267-9a7f-5cc1791be67c Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:54:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:54:26Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:02.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:54:03Z", "hostId": "efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:54:28,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9ed79bd1-bebc-4267-9a7f-5cc1791be67c 2018-08-20 06:54:28,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40883207321s 2018-08-20 06:54:28,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9ed79bd1-bebc-4267-9a7f-5cc1791be67c 2018-08-20 06:54:28,174 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:30,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:54:30,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:30,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05890f78-e143-40c7-bd92-c8bb7ec7ab93 x-compute-request-id: req-05890f78-e143-40c7-bd92-c8bb7ec7ab93 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:54:27Z", "hostId": "edbd466426c327d06f8fc13e6d5d3d2516c3c97d6e329629a2e95a6d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:54:26Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:02.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:54:03Z", "hostId": "efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:54:30,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-05890f78-e143-40c7-bd92-c8bb7ec7ab93 2018-08-20 06:54:30,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730136871338s 2018-08-20 06:54:30,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-05890f78-e143-40c7-bd92-c8bb7ec7ab93 2018-08-20 06:54:30,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:32,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:54:32,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:33,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8544388c-4a31-46bc-90e2-c5d734d4090c x-compute-request-id: req-8544388c-4a31-46bc-90e2-c5d734d4090c Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T06:54:27Z", "hostId": "edbd466426c327d06f8fc13e6d5d3d2516c3c97d6e329629a2e95a6d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:54:26Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:02.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:54:03Z", "hostId": "efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:54:33,396 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8544388c-4a31-46bc-90e2-c5d734d4090c 2018-08-20 06:54:33,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.481200933456s 2018-08-20 06:54:33,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8544388c-4a31-46bc-90e2-c5d734d4090c 2018-08-20 06:54:33,401 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:35,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:54:35,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:36,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d787420-d54f-4d30-8df8-6b30910b4cde x-compute-request-id: req-4d787420-d54f-4d30-8df8-6b30910b4cde Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:cf:30", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:33.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:54:33Z", "hostId": "edbd466426c327d06f8fc13e6d5d3d2516c3c97d6e329629a2e95a6d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:54:26Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:02.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:54:03Z", "hostId": "efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:54:36,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4d787420-d54f-4d30-8df8-6b30910b4cde 2018-08-20 06:54:36,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.954540967941s 2018-08-20 06:54:36,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4d787420-d54f-4d30-8df8-6b30910b4cde 2018-08-20 06:54:36,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:54:36,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=41eff1a8-218b-4c5f-9a4a-0c3617c763f5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:36,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d52fd3c2-016f-4326-acea-dc3a0c81e946 Date: Mon, 20 Aug 2018 06:54:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b57b6c96-221e-455e-877f-9419da54bf69","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:54:28Z","admin_state_up":true,"updated_at":"2018-08-20T06:54:33Z","binding:vnic_type":"normal","device_id":"41eff1a8-218b-4c5f-9a4a-0c3617c763f5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:56:cf:30","id":"aeab1578-47fe-42d6-9216-8f13b550fcd4","port_security_enabled":true,"project_id":"16592438d8f4416fa68d2f673f80b9dd","fixed_ips":[{"subnet_id":"ad3024cf-48c0-4550-ad84-4c859176757e","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["c936eb4f-4fb2-4305-89eb-985e57f840ab"],"name":""}]} 2018-08-20 06:54:36,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=41eff1a8-218b-4c5f-9a4a-0c3617c763f5 used request id req-d52fd3c2-016f-4326-acea-dc3a0c81e946 2018-08-20 06:54:36,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0637650489807s 2018-08-20 06:54:36,428 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=41eff1a8-218b-4c5f-9a4a-0c3617c763f5 used request id req-d52fd3c2-016f-4326-acea-dc3a0c81e946 2018-08-20 06:54:36,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:54:36,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=aeab1578-47fe-42d6-9216-8f13b550fcd4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:36,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-af4a25a7-48bf-4d26-813b-7cb8fae42bb3 Date: Mon, 20 Aug 2018 06:54:36 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:54:36,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=aeab1578-47fe-42d6-9216-8f13b550fcd4 used request id req-af4a25a7-48bf-4d26-813b-7cb8fae42bb3 2018-08-20 06:54:36,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0250442028046s 2018-08-20 06:54:36,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=aeab1578-47fe-42d6-9216-8f13b550fcd4 used request id req-af4a25a7-48bf-4d26-813b-7cb8fae42bb3 2018-08-20 06:54:36,459 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:56:cf:30', 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'ed6ffa25-e04f-44ff-89a7-604094d82db0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T06:54:33.000000', 'flavor': Munch({u'id': u'567c5b77-91dc-4fde-8864-b28ef47c8cfd'}), 'az': u'nova', 'id': u'41eff1a8-218b-4c5f-9a4a-0c3617c763f5', 'security_groups': [Munch({u'name': u'cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cb74e2c862564159897d8314226d501e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16592438d8f4416fa68d2f673f80b9dd', 'name': 'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0', '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-08-20T06:54:33.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T06:54:33Z', 'hostId': u'edbd466426c327d06f8fc13e6d5d3d2516c3c97d6e329629a2e95a6d', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'edbd466426c327d06f8fc13e6d5d3d2516c3c97d6e329629a2e95a6d', '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-08-20T06:54:33.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'16592438d8f4416fa68d2f673f80b9dd', 'name': u'cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'adminPass': u'iSq4hKEZ9wRx', 'tenant_id': u'16592438d8f4416fa68d2f673f80b9dd', 'created_at': u'2018-08-20T06:54:26Z', 'created': u'2018-08-20T06:54:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 06:54:36,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:54:36,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:36,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-15a6f29e-4bd8-4f71-a71d-71c6419959a5 Date: Mon, 20 Aug 2018 06:54:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad3024cf-48c0-4550-ad84-4c859176757e"],"updated_at":"2018-08-20T06:53:46Z","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"16592438d8f4416fa68d2f673f80b9dd","id":"b57b6c96-221e-455e-877f-9419da54bf69","name":"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:54:36,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-15a6f29e-4bd8-4f71-a71d-71c6419959a5 2018-08-20 06:54:36,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.275288105011s 2018-08-20 06:54:36,738 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-15a6f29e-4bd8-4f71-a71d-71c6419959a5 2018-08-20 06:54:36,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 06:54:36,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=41eff1a8-218b-4c5f-9a4a-0c3617c763f5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:36,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4147237a-cad8-4d75-825e-93c581858ee2 Date: Mon, 20 Aug 2018 06:54:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b57b6c96-221e-455e-877f-9419da54bf69","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:54:28Z","admin_state_up":true,"updated_at":"2018-08-20T06:54:33Z","binding:vnic_type":"normal","device_id":"41eff1a8-218b-4c5f-9a4a-0c3617c763f5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:56:cf:30","id":"aeab1578-47fe-42d6-9216-8f13b550fcd4","port_security_enabled":true,"project_id":"16592438d8f4416fa68d2f673f80b9dd","fixed_ips":[{"subnet_id":"ad3024cf-48c0-4550-ad84-4c859176757e","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["c936eb4f-4fb2-4305-89eb-985e57f840ab"],"name":""}]} 2018-08-20 06:54:36,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=41eff1a8-218b-4c5f-9a4a-0c3617c763f5 used request id req-4147237a-cad8-4d75-825e-93c581858ee2 2018-08-20 06:54:36,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0575549602509s 2018-08-20 06:54:36,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=41eff1a8-218b-4c5f-9a4a-0c3617c763f5 used request id req-4147237a-cad8-4d75-825e-93c581858ee2 2018-08-20 06:54:36,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 06:54:36,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.12", "port_id": "aeab1578-47fe-42d6-9216-8f13b550fcd4"}}' 2018-08-20 06:54:38,267 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-e95c0a3f-bfd4-4f5e-8e78-0fca6cb13f98 Date: Mon, 20 Aug 2018 06:54:38 GMT RESP BODY: {"floatingip": {"router_id": "9e8bd602-0c01-4717-97b7-23e073d84fd7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:54:37Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "aeab1578-47fe-42d6-9216-8f13b550fcd4", "id": "8e9fb147-a1b3-4eff-a7fd-20adf04c8638", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:54:37Z", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}} 2018-08-20 06:54:38,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-e95c0a3f-bfd4-4f5e-8e78-0fca6cb13f98 2018-08-20 06:54:38,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.46926593781s 2018-08-20 06:54:38,267 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-e95c0a3f-bfd4-4f5e-8e78-0fca6cb13f98 2018-08-20 06:54:38,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:54:38,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:38,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-233e7420-917a-4fb7-ae58-40bf3f0ff33d Date: Mon, 20 Aug 2018 06:54:38 GMT RESP BODY: {"floatingips": [{"router_id": "9e8bd602-0c01-4717-97b7-23e073d84fd7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:54:08Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "101f1c07-9bac-47c5-9e28-66f3b59673b1", "id": "3807a7ca-4673-48f4-934f-f3cdb465dfbd", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:54:08Z", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"router_id": "9e8bd602-0c01-4717-97b7-23e073d84fd7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:54:37Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "aeab1578-47fe-42d6-9216-8f13b550fcd4", "id": "8e9fb147-a1b3-4eff-a7fd-20adf04c8638", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:54:37Z", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}]} 2018-08-20 06:54:38,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-233e7420-917a-4fb7-ae58-40bf3f0ff33d 2018-08-20 06:54:38,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.207401990891s 2018-08-20 06:54:38,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-233e7420-917a-4fb7-ae58-40bf3f0ff33d 2018-08-20 06:54:38,491 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9e8bd602-0c01-4717-97b7-23e073d84fd7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'16592438d8f4416fa68d2f673f80b9dd', 'created_at': u'2018-08-20T06:54:37Z', 'attached': True, 'updated_at': u'2018-08-20T06:54:37Z', 'id': u'8e9fb147-a1b3-4eff-a7fd-20adf04c8638', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'16592438d8f4416fa68d2f673f80b9dd', 'name': 'cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9e8bd602-0c01-4717-97b7-23e073d84fd7', 'project_id': u'16592438d8f4416fa68d2f673f80b9dd', 'port_id': u'aeab1578-47fe-42d6-9216-8f13b550fcd4', 'port': u'aeab1578-47fe-42d6-9216-8f13b550fcd4', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 06:54:38,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:54:38,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:54:38,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92e6a4e4-32fb-4b1c-8b6a-66cc8a5e9f94 x-compute-request-id: req-92e6a4e4-32fb-4b1c-8b6a-66cc8a5e9f94 Content-Encoding: gzip Content-Length: 9557 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 457222181 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146087] pid_max: default: 32768 minimum: 301\n[ 0.147007] ACPI: Core revision 20150930\n[ 0.148407] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149743] Security Framework initialized\n[ 0.150576] Yama: becoming mindful.\n[ 0.151317] AppArmor: AppArmor initialized\n[ 0.152198] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154861] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156089] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157527] Initializing cgroup subsys io\n[ 0.158354] Initializing cgroup subsys memory\n[ 0.159227] Initializing cgroup subsys devices\n[ 0.160124] Initializing cgroup subsys freezer\n[ 0.161010] Initializing cgroup subsys net_cls\n[ 0.161891] Initializing cgroup subsys perf_event\n[ 0.162812] Initializing cgroup subsys net_prio\n[ 0.163718] Initializing cgroup subsys hugetlb\n[ 0.164600] Initializing cgroup subsys pids\n[ 0.165481] CPU: Physical Processor ID: 0\n[ 0.166988] mce: CPU supports 10 MCE banks\n[ 0.167883] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183369] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189472] ftrace: allocating 31920 entries in 125 pages\n[ 0.214569] smpboot: Max logical packages: 1\n[ 0.215451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216824] x2apic enabled\n[ 0.217640] Switched APIC routing to physical x2apic.\n[ 0.219385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224369] KVM setup paravirtual spinlock\n[ 0.225697] x86: Booted up 1 node, 1 CPUs\n[ 0.226519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227935] devtmpfs: initialized\n[ 0.229668] evm: security.selinux\n[ 0.230382] evm: security.SMACK64\n[ 0.231086] evm: security.SMACK64EXEC\n[ 0.231845] evm: security.SMACK64TRANSMUTE\n[ 0.232667] evm: security.SMACK64MMAP\n[ 0.233425] evm: security.ima\n[ 0.234080] evm: security.capability\n[ 0.234901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236801] pinctrl core: initialized pinctrl subsystem\n[ 0.237931] RTC time: 6:54:33, date: 08/20/18\n[ 0.238911] NET: Registered protocol family 16\n[ 0.239914] cpuidle: using governor ladder\n[ 0.240750] cpuidle: using governor menu\n[ 0.241552] PCCT header not found.\n[ 0.242322] ACPI: bus type PCI registered\n[ 0.243140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244408] PCI: Using configuration type 1 for base access\n[ 0.246203] ACPI: Added _OSI(Module Device)\n[ 0.247067] ACPI: Added _OSI(Processor Device)\n[ 0.247948] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248864] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250633] ACPI: Interpreter enabled\n[ 0.251413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253292] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257037] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258908] ACPI: (supports S0 S5)\n[ 0.259623] ACPI: Using IOAPIC for interrupt routing\n[ 0.260584] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269632] acpiphp: Slot [3] registered\n[ 0.270447] acpiphp: Slot [4] registered\n[ 0.271265] acpiphp: Slot [5] registered\n[ 0.272079] acpiphp: Slot [6] registered\n[ 0.272891] acpiphp: Slot [7] registered\n[ 0.273709] acpiphp: Slot [8] registered\n[ 0.274521] acpiphp: Slot [9] registered\n[ 0.275332] acpiphp: Slot [10] registered\n[ 0.276165] acpiphp: Slot [11] registered\n[ 0.276994] acpiphp: Slot [12] registered\n[ 0.277820] acpiphp: Slot [13] registered\n[ 0.278645] acpiphp: Slot [14] registered\n[ 0.279467] acpiphp: Slot [15] registered\n[ 0.290195] acpiphp: Slot [16] registered\n[ 0.291030] acpiphp: Slot [17] registered\n[ 0.291871] acpiphp: Slot [18] registered\n[ 0.292694] acpiphp: Slot [19] registered\n[ 0.293516] acpiphp: Slot [20] registered\n[ 0.294348] acpiphp: Slot [21] registered\n[ 0.295175] acpiphp: Slot [22] registered\n[ 0.296001] acpiphp: Slot [23] registered\n[ 0.296825] acpiphp: Slot [24] registered\n[ 0.297650] acpiphp: Slot [25] registered\n[ 0.298475] acpiphp: Slot [26] registered\n[ 0.299303] acpiphp: Slot [27] registered\n[ 0.300132] acpiphp: Slot [28] registered\n[ 0.300952] acpiphp: Slot [29] registered\n[ 0.301777] acpiphp: Slot [30] registered\n[ 0.302609] acpiphp: Slot [31] registered\n[ 0.303431] PCI host bridge to bus 0000:00\n[ 0.304260] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305496] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306739] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308216] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309690] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.311191] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314604] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315922] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317125] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318435] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342054] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343535] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345341] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346785] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348211] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349495] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350841] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351928] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353500] vgaarb: loaded\n[ 0.354116] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355363] SCSI subsystem initialized\n[ 0.356291] ACPI: bus type USB registered\n[ 0.357135] usbcore: registered new interface driver usbfs\n[ 0.358186] usbcore: registered new interface driver hub\n[ 0.359215] usbcore: registered new device driver usb\n[ 0.360342] PCI: Using ACPI for IRQ routing\n[ 0.361470] NetLabel: Initializing\n[ 0.362198] NetLabel: domain hash size = 128\n[ 0.363058] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.364032] NetLabel: unlabeled traffic allowed by default\n[ 0.365210] clocksource: Switched to clocksource kvm-clock\n[ 0.373309] AppArmor: AppArmor Filesystem Enabled\n[ 0.374290] pnp: PnP ACPI init\n[ 0.375235] pnp: PnP ACPI: found 5 devices\n[ 0.381561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383308] NET: Registered protocol family 2\n[ 0.384368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.385691] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.386930] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388159] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389274] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390483] NET: Registered protocol family 1\n[ 0.391382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392504] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.393609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.407684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.421893] Trying to unpack rootfs image as initramfs...\n[ 0.477588] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479314] Scanning for low memory corruption every 60 seconds\n[ 0.480692] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481893] audit: initializing netlink subsys (disabled)\n[ 0.482946] audit: type=2000 audit(1534748073.777:1): initialized\n[ 0.484306] Initialise system trusted keyring\n[ 0.485294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486484] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.488637] zbud: loaded\n[ 0.489386] VFS: Disk quotas dquot_6.6.0\n[ 0.490227] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.491850] fuse init (API version 7.23)\n[ 0.492777] Key type big_key registered\n[ 0.493611] Allocating IMA MOK and blacklist keyrings.\n[ 0.494871] Key type asymmetric registered\n[ 0.495719] Asymmetric key parser 'x509' registered\n[ 0.496703] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.498220] io scheduler noop registered\n[ 0.499033] io scheduler deadline registered (default)\n[ 0.500050] io scheduler cfq registered\n[ 0.500913] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.501983] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.503279] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504758] ACPI: Power Button [PWRF]\n[ 0.505635] GHES: HEST is not enabled!\n[ 0.519311] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547527] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.549660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573556] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.575889] Linux agpgart interface v0.103\n[ 0.578510] brd: module loaded\n[ 0.580184] loop: module loaded\n[ 0.584029] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.585524] GPT:90111 != 2097151\n[ 0.586220] GPT:Alternate GPT header not at the end of the disk.\n[ 0.587339] GPT:90111 != 2097151\n[ 0.588028] GPT: Use GNU Parted to correct GPT errors.\n[ 0.589015] vda: vda1 vda15\n[ 0.590239] scsi host0: ata_piix\n[ 0.591046] scsi host1: ata_piix\n[ 0.591785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.593037] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.594571] libphy: Fixed MDIO Bus: probed\n[ 0.595420] tun: Universal TUN/TAP device driver, 1.6\n[ 0.596406] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.598650] PPP generic driver version 2.4.2\n[ 0.599750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.601449] ehci-pci: EHCI PCI platform driver\n[ 0.604549] ehci-platform: EHCI generic platform driver\n[ 0.606259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.607889] ohci-pci: OHCI PCI platform driver\n[ 0.609093] ohci-platform: OHCI generic platform driver\n[ 0.610486] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.625603] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626983] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628983] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630390] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.631975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635699] usb usb1: Product: UHCI Host Controller\n[ 0.637005] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640003] hub 1-0:1.0: USB hub found\n[ 0.641267] hub 1-0:1.0: 2 ports detected\n[ 0.642553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645364] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646703] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648154] mousedev: PS/2 mouse device common for all mice\n[ 0.649880] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652406] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653913] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657299] i2c /dev entries driver\n[ 0.658359] device-mapper: uevent: version 1.0.3\n[ 0.659656] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661926] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663895] NET: Registered protocol family 10\n[ 0.665424] NET: Registered protocol family 17\n[ 0.666646] Key type dns_resolver registered\n[ 0.667964] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669518] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672008] registered taskstats version 1\n[ 0.673174] Loading compiled-in X.509 certificates\n[ 0.675019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677621] zswap: loaded using pool lzo/zbud\n[ 0.679592] Key type trusted registered\n[ 0.681638] Key type encrypted registered\n[ 0.682749] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685670] evm: HMAC attrs: 0x1\n[ 0.686903] Magic number: 14:41:924\n[ 0.688031] rtc_cmos 00:00: setting system clock to 2018-08-20 06:54:33 UTC (1534748073)\n[ 0.690255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691793] EDD information not available.\n[ 0.754835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766798] Write protecting the kernel read-only data: 14336k\n[ 0.769361] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.771777] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.819368] 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.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.85. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCh2szJQv4xc02dMnhU9TXwbwPTYk/tot+fRGHLy3Q299eJeVvYfSkIqCbuYZleweHkVOdfkhnCtAd1jwrxyze8VExENYLvjSgfvz3vfLij2XTxKkhDfW3Gssf++x0acy1kfaGu+jNqz13brvKUeDn5CrGoF52S3zs1GYuK0WnXVtulweSMJR3Z5snco0mHQS8vk7abLTPp/dmpKhvZByN42wAWKconpXuEwR+YxEPYUs0sYVs9Sv+78xqX0txSogWgrP3iSbbNiefcFvZuTez5Mr72hjjNQ31Ph6DeVG94SaIX+vP6hER7dxmiUxaUmDyY8jIzoPUK+9bVzBfpMhhl root@cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0\nssh-dss AAAAB3NzaC1kc3MAAACBAPkiOi/AB9yL+9Yoq/KXBCnyiW8U7nu+Gp9lPEofxFgIpEjtGwrR41owSCx+fd2K16fcIgjhox9hvMgZ/EhlSdsQ7k93Dmxr9nO0F1Kphf5ea1yzmVM9+J6Utyo9dvD1v06Gh2EZgBY+ljPdmf/D1Knq0JsgqGq5zl2PpyWdgPOdAAAAFQC/G2nvaywoPaczXFWQF5HU5tREDwAAAIAbVfksAvt53UtRdr8G0GBXil8X2Aqf15f7Zr5qb/uyc37KekwvCzxzsTqmCWgn2MoRj7i3Mv5SPRnFt28Pa+bgyzDUwYU3bOJOqIRYnTDU1v9BfltObUKnxfUiqTPFGGrv6gaQxWudfn9SwG8vQYpGEO6aAgOm5AIEI6QMz9UVoQAAAIEAnfgmyxcQnnVKoMFBLLsOvcp4EVdGlRU3p1/UVYWHSNEcNQ28QQPDTYQ4f0Xt49XVrevG+EKcWt3RjOqY6yEbEuAZt6FwtILVUaGr51sHiFKhdwEOHtRHb5xAStp68PbGbJvaSA/f8CfR8oDH6vZfR5bl/fdZ2YnLWZ4z+KHIEuQ= root@cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe56:cf30/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.12 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.19 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 login: "} 2018-08-20 06:54:38,597 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/action used request id req-92e6a4e4-32fb-4b1c-8b6a-66cc8a5e9f94 2018-08-20 06:54:38,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105095863342s 2018-08-20 06:54:38,598 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/action used request id req-92e6a4e4-32fb-4b1c-8b6a-66cc8a5e9f94 2018-08-20 06:54:38,599 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 457222181 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.144397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.146087] pid_max: default: 32768 minimum: 301 [ 0.147007] ACPI: Core revision 20150930 [ 0.148407] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149743] Security Framework initialized [ 0.150576] Yama: becoming mindful. [ 0.151317] AppArmor: AppArmor initialized [ 0.152198] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.154861] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156089] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157527] Initializing cgroup subsys io [ 0.158354] Initializing cgroup subsys memory [ 0.159227] Initializing cgroup subsys devices [ 0.160124] Initializing cgroup subsys freezer [ 0.161010] Initializing cgroup subsys net_cls [ 0.161891] Initializing cgroup subsys perf_event [ 0.162812] Initializing cgroup subsys net_prio [ 0.163718] Initializing cgroup subsys hugetlb [ 0.164600] Initializing cgroup subsys pids [ 0.165481] CPU: Physical Processor ID: 0 [ 0.166988] mce: CPU supports 10 MCE banks [ 0.167883] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.168907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183369] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189472] ftrace: allocating 31920 entries in 125 pages [ 0.214569] smpboot: Max logical packages: 1 [ 0.215451] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216824] x2apic enabled [ 0.217640] Switched APIC routing to physical x2apic. [ 0.219385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224369] KVM setup paravirtual spinlock [ 0.225697] x86: Booted up 1 node, 1 CPUs [ 0.226519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227935] devtmpfs: initialized [ 0.229668] evm: security.selinux [ 0.230382] evm: security.SMACK64 [ 0.231086] evm: security.SMACK64EXEC [ 0.231845] evm: security.SMACK64TRANSMUTE [ 0.232667] evm: security.SMACK64MMAP [ 0.233425] evm: security.ima [ 0.234080] evm: security.capability [ 0.234901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236801] pinctrl core: initialized pinctrl subsystem [ 0.237931] RTC time: 6:54:33, date: 08/20/18 [ 0.238911] NET: Registered protocol family 16 [ 0.239914] cpuidle: using governor ladder [ 0.240750] cpuidle: using governor menu [ 0.241552] PCCT header not found. [ 0.242322] ACPI: bus type PCI registered [ 0.243140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244408] PCI: Using configuration type 1 for base access [ 0.246203] ACPI: Added _OSI(Module Device) [ 0.247067] ACPI: Added _OSI(Processor Device) [ 0.247948] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.248864] ACPI: Added _OSI(Processor Aggregator Device) [ 0.250633] ACPI: Interpreter enabled [ 0.251413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253292] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257037] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.258908] ACPI: (supports S0 S5) [ 0.259623] ACPI: Using IOAPIC for interrupt routing [ 0.260584] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.263720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.269632] acpiphp: Slot [3] registered [ 0.270447] acpiphp: Slot [4] registered [ 0.271265] acpiphp: Slot [5] registered [ 0.272079] acpiphp: Slot [6] registered [ 0.272891] acpiphp: Slot [7] registered [ 0.273709] acpiphp: Slot [8] registered [ 0.274521] acpiphp: Slot [9] registered [ 0.275332] acpiphp: Slot [10] registered [ 0.276165] acpiphp: Slot [11] registered [ 0.276994] acpiphp: Slot [12] registered [ 0.277820] acpiphp: Slot [13] registered [ 0.278645] acpiphp: Slot [14] registered [ 0.279467] acpiphp: Slot [15] registered [ 0.290195] acpiphp: Slot [16] registered [ 0.291030] acpiphp: Slot [17] registered [ 0.291871] acpiphp: Slot [18] registered [ 0.292694] acpiphp: Slot [19] registered [ 0.293516] acpiphp: Slot [20] registered [ 0.294348] acpiphp: Slot [21] registered [ 0.295175] acpiphp: Slot [22] registered [ 0.296001] acpiphp: Slot [23] registered [ 0.296825] acpiphp: Slot [24] registered [ 0.297650] acpiphp: Slot [25] registered [ 0.298475] acpiphp: Slot [26] registered [ 0.299303] acpiphp: Slot [27] registered [ 0.300132] acpiphp: Slot [28] registered [ 0.300952] acpiphp: Slot [29] registered [ 0.301777] acpiphp: Slot [30] registered [ 0.302609] acpiphp: Slot [31] registered [ 0.303431] PCI host bridge to bus 0000:00 [ 0.304260] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.305496] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.306739] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.308216] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.309690] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.311191] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.314604] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.315922] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.317125] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.318435] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.342054] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.343535] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.345341] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346785] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.348211] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.349495] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350841] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351928] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.353500] vgaarb: loaded [ 0.354116] vgaarb: bridge control possible 0000:00:02.0 [ 0.355363] SCSI subsystem initialized [ 0.356291] ACPI: bus type USB registered [ 0.357135] usbcore: registered new interface driver usbfs [ 0.358186] usbcore: registered new interface driver hub [ 0.359215] usbcore: registered new device driver usb [ 0.360342] PCI: Using ACPI for IRQ routing [ 0.361470] NetLabel: Initializing [ 0.362198] NetLabel: domain hash size = 128 [ 0.363058] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.364032] NetLabel: unlabeled traffic allowed by default [ 0.365210] clocksource: Switched to clocksource kvm-clock [ 0.373309] AppArmor: AppArmor Filesystem Enabled [ 0.374290] pnp: PnP ACPI init [ 0.375235] pnp: PnP ACPI: found 5 devices [ 0.381561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.383308] NET: Registered protocol family 2 [ 0.384368] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385691] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.386930] TCP: Hash tables configured (established 4096 bind 4096) [ 0.388159] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389274] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390483] NET: Registered protocol family 1 [ 0.391382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392504] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421893] Trying to unpack rootfs image as initramfs... [ 0.477588] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.479314] Scanning for low memory corruption every 60 seconds [ 0.480692] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.481893] audit: initializing netlink subsys (disabled) [ 0.482946] audit: type=2000 audit(1534748073.777:1): initialized [ 0.484306] Initialise system trusted keyring [ 0.485294] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.486484] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.488637] zbud: loaded [ 0.489386] VFS: Disk quotas dquot_6.6.0 [ 0.490227] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.491850] fuse init (API version 7.23) [ 0.492777] Key type big_key registered [ 0.493611] Allocating IMA MOK and blacklist keyrings. [ 0.494871] Key type asymmetric registered [ 0.495719] Asymmetric key parser 'x509' registered [ 0.496703] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.498220] io scheduler noop registered [ 0.499033] io scheduler deadline registered (default) [ 0.500050] io scheduler cfq registered [ 0.500913] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.501983] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.503279] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.504758] ACPI: Power Button [PWRF] [ 0.505635] GHES: HEST is not enabled! [ 0.519311] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.547527] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.549660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.573556] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.575889] Linux agpgart interface v0.103 [ 0.578510] brd: module loaded [ 0.580184] loop: module loaded [ 0.584029] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.585524] GPT:90111 != 2097151 [ 0.586220] GPT:Alternate GPT header not at the end of the disk. [ 0.587339] GPT:90111 != 2097151 [ 0.588028] GPT: Use GNU Parted to correct GPT errors. [ 0.589015] vda: vda1 vda15 [ 0.590239] scsi host0: ata_piix [ 0.591046] scsi host1: ata_piix [ 0.591785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.593037] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.594571] libphy: Fixed MDIO Bus: probed [ 0.595420] tun: Universal TUN/TAP device driver, 1.6 [ 0.596406] tun: (C) 1999-2004 Max Krasnyansky [ 0.598650] PPP generic driver version 2.4.2 [ 0.599750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.601449] ehci-pci: EHCI PCI platform driver [ 0.604549] ehci-platform: EHCI generic platform driver [ 0.606259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.607889] ohci-pci: OHCI PCI platform driver [ 0.609093] ohci-platform: OHCI generic platform driver [ 0.610486] uhci_hcd: USB Universal Host Controller Interface driver [ 0.625603] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.626983] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.628983] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.630390] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.631975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635699] usb usb1: Product: UHCI Host Controller [ 0.637005] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.638608] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640003] hub 1-0:1.0: USB hub found [ 0.641267] hub 1-0:1.0: 2 ports detected [ 0.642553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.645364] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.646703] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.648154] mousedev: PS/2 mouse device common for all mice [ 0.649880] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.652406] rtc_cmos 00:00: RTC can wake from S4 [ 0.653913] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.655596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657299] i2c /dev entries driver [ 0.658359] device-mapper: uevent: version 1.0.3 [ 0.659656] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661926] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663895] NET: Registered protocol family 10 [ 0.665424] NET: Registered protocol family 17 [ 0.666646] Key type dns_resolver registered [ 0.667964] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.669518] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672008] registered taskstats version 1 [ 0.673174] Loading compiled-in X.509 certificates [ 0.675019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677621] zswap: loaded using pool lzo/zbud [ 0.679592] Key type trusted registered [ 0.681638] Key type encrypted registered [ 0.682749] AppArmor: AppArmor sha1 policy hashing enabled [ 0.684192] ima: No TPM chip found, activating TPM-bypass! [ 0.685670] evm: HMAC attrs: 0x1 [ 0.686903] Magic number: 14:41:924 [ 0.688031] rtc_cmos 00:00: setting system clock to 2018-08-20 06:54:33 UTC (1534748073) [ 0.690255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691793] EDD information not available. [ 0.754835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.766798] Write protecting the kernel read-only data: 14336k [ 0.769361] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.771777] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.819368] 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.76 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.85. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCh2szJQv4xc02dMnhU9TXwbwPTYk/tot+fRGHLy3Q299eJeVvYfSkIqCbuYZleweHkVOdfkhnCtAd1jwrxyze8VExENYLvjSgfvz3vfLij2XTxKkhDfW3Gssf++x0acy1kfaGu+jNqz13brvKUeDn5CrGoF52S3zs1GYuK0WnXVtulweSMJR3Z5snco0mHQS8vk7abLTPp/dmpKhvZByN42wAWKconpXuEwR+YxEPYUs0sYVs9Sv+78xqX0txSogWgrP3iSbbNiefcFvZuTez5Mr72hjjNQ31Ph6DeVG94SaIX+vP6hER7dxmiUxaUmDyY8jIzoPUK+9bVzBfpMhhl root@cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 ssh-dss AAAAB3NzaC1kc3MAAACBAPkiOi/AB9yL+9Yoq/KXBCnyiW8U7nu+Gp9lPEofxFgIpEjtGwrR41owSCx+fd2K16fcIgjhox9hvMgZ/EhlSdsQ7k93Dmxr9nO0F1Kphf5ea1yzmVM9+J6Utyo9dvD1v06Gh2EZgBY+ljPdmf/D1Knq0JsgqGq5zl2PpyWdgPOdAAAAFQC/G2nvaywoPaczXFWQF5HU5tREDwAAAIAbVfksAvt53UtRdr8G0GBXil8X2Aqf15f7Zr5qb/uyc37KekwvCzxzsTqmCWgn2MoRj7i3Mv5SPRnFt28Pa+bgyzDUwYU3bOJOqIRYnTDU1v9BfltObUKnxfUiqTPFGGrv6gaQxWudfn9SwG8vQYpGEO6aAgOm5AIEI6QMz9UVoQAAAIEAnfgmyxcQnnVKoMFBLLsOvcp4EVdGlRU3p1/UVYWHSNEcNQ28QQPDTYQ4f0Xt49XVrevG+EKcWt3RjOqY6yEbEuAZt6FwtILVUaGr51sHiFKhdwEOHtRHb5xAStp68PbGbJvaSA/f8CfR8oDH6vZfR5bl/fdZ2YnLWZ4z+KHIEuQ= root@cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe56:cf30/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 login: 2018-08-20 06:54:39,601 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-08-20 06:54:48,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 06:54:48,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 06:54:48,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a9e2194-8ac3-4932-9cdb-2e39a20bc13f x-compute-request-id: req-8a9e2194-8ac3-4932-9cdb-2e39a20bc13f Content-Encoding: gzip Content-Length: 9557 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 457222181 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146087] pid_max: default: 32768 minimum: 301\n[ 0.147007] ACPI: Core revision 20150930\n[ 0.148407] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149743] Security Framework initialized\n[ 0.150576] Yama: becoming mindful.\n[ 0.151317] AppArmor: AppArmor initialized\n[ 0.152198] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154861] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156089] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157527] Initializing cgroup subsys io\n[ 0.158354] Initializing cgroup subsys memory\n[ 0.159227] Initializing cgroup subsys devices\n[ 0.160124] Initializing cgroup subsys freezer\n[ 0.161010] Initializing cgroup subsys net_cls\n[ 0.161891] Initializing cgroup subsys perf_event\n[ 0.162812] Initializing cgroup subsys net_prio\n[ 0.163718] Initializing cgroup subsys hugetlb\n[ 0.164600] Initializing cgroup subsys pids\n[ 0.165481] CPU: Physical Processor ID: 0\n[ 0.166988] mce: CPU supports 10 MCE banks\n[ 0.167883] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183369] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189472] ftrace: allocating 31920 entries in 125 pages\n[ 0.214569] smpboot: Max logical packages: 1\n[ 0.215451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216824] x2apic enabled\n[ 0.217640] Switched APIC routing to physical x2apic.\n[ 0.219385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224369] KVM setup paravirtual spinlock\n[ 0.225697] x86: Booted up 1 node, 1 CPUs\n[ 0.226519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227935] devtmpfs: initialized\n[ 0.229668] evm: security.selinux\n[ 0.230382] evm: security.SMACK64\n[ 0.231086] evm: security.SMACK64EXEC\n[ 0.231845] evm: security.SMACK64TRANSMUTE\n[ 0.232667] evm: security.SMACK64MMAP\n[ 0.233425] evm: security.ima\n[ 0.234080] evm: security.capability\n[ 0.234901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236801] pinctrl core: initialized pinctrl subsystem\n[ 0.237931] RTC time: 6:54:33, date: 08/20/18\n[ 0.238911] NET: Registered protocol family 16\n[ 0.239914] cpuidle: using governor ladder\n[ 0.240750] cpuidle: using governor menu\n[ 0.241552] PCCT header not found.\n[ 0.242322] ACPI: bus type PCI registered\n[ 0.243140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244408] PCI: Using configuration type 1 for base access\n[ 0.246203] ACPI: Added _OSI(Module Device)\n[ 0.247067] ACPI: Added _OSI(Processor Device)\n[ 0.247948] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248864] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250633] ACPI: Interpreter enabled\n[ 0.251413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253292] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257037] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258908] ACPI: (supports S0 S5)\n[ 0.259623] ACPI: Using IOAPIC for interrupt routing\n[ 0.260584] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269632] acpiphp: Slot [3] registered\n[ 0.270447] acpiphp: Slot [4] registered\n[ 0.271265] acpiphp: Slot [5] registered\n[ 0.272079] acpiphp: Slot [6] registered\n[ 0.272891] acpiphp: Slot [7] registered\n[ 0.273709] acpiphp: Slot [8] registered\n[ 0.274521] acpiphp: Slot [9] registered\n[ 0.275332] acpiphp: Slot [10] registered\n[ 0.276165] acpiphp: Slot [11] registered\n[ 0.276994] acpiphp: Slot [12] registered\n[ 0.277820] acpiphp: Slot [13] registered\n[ 0.278645] acpiphp: Slot [14] registered\n[ 0.279467] acpiphp: Slot [15] registered\n[ 0.290195] acpiphp: Slot [16] registered\n[ 0.291030] acpiphp: Slot [17] registered\n[ 0.291871] acpiphp: Slot [18] registered\n[ 0.292694] acpiphp: Slot [19] registered\n[ 0.293516] acpiphp: Slot [20] registered\n[ 0.294348] acpiphp: Slot [21] registered\n[ 0.295175] acpiphp: Slot [22] registered\n[ 0.296001] acpiphp: Slot [23] registered\n[ 0.296825] acpiphp: Slot [24] registered\n[ 0.297650] acpiphp: Slot [25] registered\n[ 0.298475] acpiphp: Slot [26] registered\n[ 0.299303] acpiphp: Slot [27] registered\n[ 0.300132] acpiphp: Slot [28] registered\n[ 0.300952] acpiphp: Slot [29] registered\n[ 0.301777] acpiphp: Slot [30] registered\n[ 0.302609] acpiphp: Slot [31] registered\n[ 0.303431] PCI host bridge to bus 0000:00\n[ 0.304260] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305496] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306739] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308216] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309690] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.311191] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314604] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315922] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317125] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318435] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342054] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343535] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345341] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346785] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348211] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349495] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350841] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351928] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353500] vgaarb: loaded\n[ 0.354116] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355363] SCSI subsystem initialized\n[ 0.356291] ACPI: bus type USB registered\n[ 0.357135] usbcore: registered new interface driver usbfs\n[ 0.358186] usbcore: registered new interface driver hub\n[ 0.359215] usbcore: registered new device driver usb\n[ 0.360342] PCI: Using ACPI for IRQ routing\n[ 0.361470] NetLabel: Initializing\n[ 0.362198] NetLabel: domain hash size = 128\n[ 0.363058] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.364032] NetLabel: unlabeled traffic allowed by default\n[ 0.365210] clocksource: Switched to clocksource kvm-clock\n[ 0.373309] AppArmor: AppArmor Filesystem Enabled\n[ 0.374290] pnp: PnP ACPI init\n[ 0.375235] pnp: PnP ACPI: found 5 devices\n[ 0.381561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383308] NET: Registered protocol family 2\n[ 0.384368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.385691] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.386930] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388159] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389274] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390483] NET: Registered protocol family 1\n[ 0.391382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392504] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.393609] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.407684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.421893] Trying to unpack rootfs image as initramfs...\n[ 0.477588] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479314] Scanning for low memory corruption every 60 seconds\n[ 0.480692] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481893] audit: initializing netlink subsys (disabled)\n[ 0.482946] audit: type=2000 audit(1534748073.777:1): initialized\n[ 0.484306] Initialise system trusted keyring\n[ 0.485294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486484] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.488637] zbud: loaded\n[ 0.489386] VFS: Disk quotas dquot_6.6.0\n[ 0.490227] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.491850] fuse init (API version 7.23)\n[ 0.492777] Key type big_key registered\n[ 0.493611] Allocating IMA MOK and blacklist keyrings.\n[ 0.494871] Key type asymmetric registered\n[ 0.495719] Asymmetric key parser 'x509' registered\n[ 0.496703] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.498220] io scheduler noop registered\n[ 0.499033] io scheduler deadline registered (default)\n[ 0.500050] io scheduler cfq registered\n[ 0.500913] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.501983] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.503279] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504758] ACPI: Power Button [PWRF]\n[ 0.505635] GHES: HEST is not enabled!\n[ 0.519311] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547527] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.549660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573556] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.575889] Linux agpgart interface v0.103\n[ 0.578510] brd: module loaded\n[ 0.580184] loop: module loaded\n[ 0.584029] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.585524] GPT:90111 != 2097151\n[ 0.586220] GPT:Alternate GPT header not at the end of the disk.\n[ 0.587339] GPT:90111 != 2097151\n[ 0.588028] GPT: Use GNU Parted to correct GPT errors.\n[ 0.589015] vda: vda1 vda15\n[ 0.590239] scsi host0: ata_piix\n[ 0.591046] scsi host1: ata_piix\n[ 0.591785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.593037] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.594571] libphy: Fixed MDIO Bus: probed\n[ 0.595420] tun: Universal TUN/TAP device driver, 1.6\n[ 0.596406] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.598650] PPP generic driver version 2.4.2\n[ 0.599750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.601449] ehci-pci: EHCI PCI platform driver\n[ 0.604549] ehci-platform: EHCI generic platform driver\n[ 0.606259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.607889] ohci-pci: OHCI PCI platform driver\n[ 0.609093] ohci-platform: OHCI generic platform driver\n[ 0.610486] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.625603] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626983] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628983] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630390] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.631975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635699] usb usb1: Product: UHCI Host Controller\n[ 0.637005] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640003] hub 1-0:1.0: USB hub found\n[ 0.641267] hub 1-0:1.0: 2 ports detected\n[ 0.642553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645364] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646703] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648154] mousedev: PS/2 mouse device common for all mice\n[ 0.649880] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652406] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653913] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657299] i2c /dev entries driver\n[ 0.658359] device-mapper: uevent: version 1.0.3\n[ 0.659656] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661926] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663895] NET: Registered protocol family 10\n[ 0.665424] NET: Registered protocol family 17\n[ 0.666646] Key type dns_resolver registered\n[ 0.667964] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669518] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672008] registered taskstats version 1\n[ 0.673174] Loading compiled-in X.509 certificates\n[ 0.675019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677621] zswap: loaded using pool lzo/zbud\n[ 0.679592] Key type trusted registered\n[ 0.681638] Key type encrypted registered\n[ 0.682749] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685670] evm: HMAC attrs: 0x1\n[ 0.686903] Magic number: 14:41:924\n[ 0.688031] rtc_cmos 00:00: setting system clock to 2018-08-20 06:54:33 UTC (1534748073)\n[ 0.690255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691793] EDD information not available.\n[ 0.754835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766798] Write protecting the kernel read-only data: 14336k\n[ 0.769361] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.771777] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.819368] 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.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.85. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCh2szJQv4xc02dMnhU9TXwbwPTYk/tot+fRGHLy3Q299eJeVvYfSkIqCbuYZleweHkVOdfkhnCtAd1jwrxyze8VExENYLvjSgfvz3vfLij2XTxKkhDfW3Gssf++x0acy1kfaGu+jNqz13brvKUeDn5CrGoF52S3zs1GYuK0WnXVtulweSMJR3Z5snco0mHQS8vk7abLTPp/dmpKhvZByN42wAWKconpXuEwR+YxEPYUs0sYVs9Sv+78xqX0txSogWgrP3iSbbNiefcFvZuTez5Mr72hjjNQ31Ph6DeVG94SaIX+vP6hER7dxmiUxaUmDyY8jIzoPUK+9bVzBfpMhhl root@cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0\nssh-dss AAAAB3NzaC1kc3MAAACBAPkiOi/AB9yL+9Yoq/KXBCnyiW8U7nu+Gp9lPEofxFgIpEjtGwrR41owSCx+fd2K16fcIgjhox9hvMgZ/EhlSdsQ7k93Dmxr9nO0F1Kphf5ea1yzmVM9+J6Utyo9dvD1v06Gh2EZgBY+ljPdmf/D1Knq0JsgqGq5zl2PpyWdgPOdAAAAFQC/G2nvaywoPaczXFWQF5HU5tREDwAAAIAbVfksAvt53UtRdr8G0GBXil8X2Aqf15f7Zr5qb/uyc37KekwvCzxzsTqmCWgn2MoRj7i3Mv5SPRnFt28Pa+bgyzDUwYU3bOJOqIRYnTDU1v9BfltObUKnxfUiqTPFGGrv6gaQxWudfn9SwG8vQYpGEO6aAgOm5AIEI6QMz9UVoQAAAIEAnfgmyxcQnnVKoMFBLLsOvcp4EVdGlRU3p1/UVYWHSNEcNQ28QQPDTYQ4f0Xt49XVrevG+EKcWt3RjOqY6yEbEuAZt6FwtILVUaGr51sHiFKhdwEOHtRHb5xAStp68PbGbJvaSA/f8CfR8oDH6vZfR5bl/fdZ2YnLWZ4z+KHIEuQ= root@cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe56:cf30/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.12 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.19 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 login: "} 2018-08-20 06:54:48,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/action used request id req-8a9e2194-8ac3-4932-9cdb-2e39a20bc13f 2018-08-20 06:54:48,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0923919677734s 2018-08-20 06:54:48,699 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/action used request id req-8a9e2194-8ac3-4932-9cdb-2e39a20bc13f 2018-08-20 06:54:48,699 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 457222181 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.144397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.146087] pid_max: default: 32768 minimum: 301 [ 0.147007] ACPI: Core revision 20150930 [ 0.148407] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149743] Security Framework initialized [ 0.150576] Yama: becoming mindful. [ 0.151317] AppArmor: AppArmor initialized [ 0.152198] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153562] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.154861] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156089] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157527] Initializing cgroup subsys io [ 0.158354] Initializing cgroup subsys memory [ 0.159227] Initializing cgroup subsys devices [ 0.160124] Initializing cgroup subsys freezer [ 0.161010] Initializing cgroup subsys net_cls [ 0.161891] Initializing cgroup subsys perf_event [ 0.162812] Initializing cgroup subsys net_prio [ 0.163718] Initializing cgroup subsys hugetlb [ 0.164600] Initializing cgroup subsys pids [ 0.165481] CPU: Physical Processor ID: 0 [ 0.166988] mce: CPU supports 10 MCE banks [ 0.167883] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.168907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183369] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189472] ftrace: allocating 31920 entries in 125 pages [ 0.214569] smpboot: Max logical packages: 1 [ 0.215451] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216824] x2apic enabled [ 0.217640] Switched APIC routing to physical x2apic. [ 0.219385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220526] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224369] KVM setup paravirtual spinlock [ 0.225697] x86: Booted up 1 node, 1 CPUs [ 0.226519] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227935] devtmpfs: initialized [ 0.229668] evm: security.selinux [ 0.230382] evm: security.SMACK64 [ 0.231086] evm: security.SMACK64EXEC [ 0.231845] evm: security.SMACK64TRANSMUTE [ 0.232667] evm: security.SMACK64MMAP [ 0.233425] evm: security.ima [ 0.234080] evm: security.capability [ 0.234901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236801] pinctrl core: initialized pinctrl subsystem [ 0.237931] RTC time: 6:54:33, date: 08/20/18 [ 0.238911] NET: Registered protocol family 16 [ 0.239914] cpuidle: using governor ladder [ 0.240750] cpuidle: using governor menu [ 0.241552] PCCT header not found. [ 0.242322] ACPI: bus type PCI registered [ 0.243140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244408] PCI: Using configuration type 1 for base access [ 0.246203] ACPI: Added _OSI(Module Device) [ 0.247067] ACPI: Added _OSI(Processor Device) [ 0.247948] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.248864] ACPI: Added _OSI(Processor Aggregator Device) [ 0.250633] ACPI: Interpreter enabled [ 0.251413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253292] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257037] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.258908] ACPI: (supports S0 S5) [ 0.259623] ACPI: Using IOAPIC for interrupt routing [ 0.260584] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.263720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.269632] acpiphp: Slot [3] registered [ 0.270447] acpiphp: Slot [4] registered [ 0.271265] acpiphp: Slot [5] registered [ 0.272079] acpiphp: Slot [6] registered [ 0.272891] acpiphp: Slot [7] registered [ 0.273709] acpiphp: Slot [8] registered [ 0.274521] acpiphp: Slot [9] registered [ 0.275332] acpiphp: Slot [10] registered [ 0.276165] acpiphp: Slot [11] registered [ 0.276994] acpiphp: Slot [12] registered [ 0.277820] acpiphp: Slot [13] registered [ 0.278645] acpiphp: Slot [14] registered [ 0.279467] acpiphp: Slot [15] registered [ 0.290195] acpiphp: Slot [16] registered [ 0.291030] acpiphp: Slot [17] registered [ 0.291871] acpiphp: Slot [18] registered [ 0.292694] acpiphp: Slot [19] registered [ 0.293516] acpiphp: Slot [20] registered [ 0.294348] acpiphp: Slot [21] registered [ 0.295175] acpiphp: Slot [22] registered [ 0.296001] acpiphp: Slot [23] registered [ 0.296825] acpiphp: Slot [24] registered [ 0.297650] acpiphp: Slot [25] registered [ 0.298475] acpiphp: Slot [26] registered [ 0.299303] acpiphp: Slot [27] registered [ 0.300132] acpiphp: Slot [28] registered [ 0.300952] acpiphp: Slot [29] registered [ 0.301777] acpiphp: Slot [30] registered [ 0.302609] acpiphp: Slot [31] registered [ 0.303431] PCI host bridge to bus 0000:00 [ 0.304260] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.305496] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.306739] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.308216] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.309690] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.311191] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.314604] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.315922] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.317125] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.318435] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.342054] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.343535] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.345341] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346785] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.348211] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.349495] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350841] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351928] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.353500] vgaarb: loaded [ 0.354116] vgaarb: bridge control possible 0000:00:02.0 [ 0.355363] SCSI subsystem initialized [ 0.356291] ACPI: bus type USB registered [ 0.357135] usbcore: registered new interface driver usbfs [ 0.358186] usbcore: registered new interface driver hub [ 0.359215] usbcore: registered new device driver usb [ 0.360342] PCI: Using ACPI for IRQ routing [ 0.361470] NetLabel: Initializing [ 0.362198] NetLabel: domain hash size = 128 [ 0.363058] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.364032] NetLabel: unlabeled traffic allowed by default [ 0.365210] clocksource: Switched to clocksource kvm-clock [ 0.373309] AppArmor: AppArmor Filesystem Enabled [ 0.374290] pnp: PnP ACPI init [ 0.375235] pnp: PnP ACPI: found 5 devices [ 0.381561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.383308] NET: Registered protocol family 2 [ 0.384368] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385691] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.386930] TCP: Hash tables configured (established 4096 bind 4096) [ 0.388159] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389274] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390483] NET: Registered protocol family 1 [ 0.391382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392504] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393609] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421893] Trying to unpack rootfs image as initramfs... [ 0.477588] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.479314] Scanning for low memory corruption every 60 seconds [ 0.480692] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.481893] audit: initializing netlink subsys (disabled) [ 0.482946] audit: type=2000 audit(1534748073.777:1): initialized [ 0.484306] Initialise system trusted keyring [ 0.485294] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.486484] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.488637] zbud: loaded [ 0.489386] VFS: Disk quotas dquot_6.6.0 [ 0.490227] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.491850] fuse init (API version 7.23) [ 0.492777] Key type big_key registered [ 0.493611] Allocating IMA MOK and blacklist keyrings. [ 0.494871] Key type asymmetric registered [ 0.495719] Asymmetric key parser 'x509' registered [ 0.496703] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.498220] io scheduler noop registered [ 0.499033] io scheduler deadline registered (default) [ 0.500050] io scheduler cfq registered [ 0.500913] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.501983] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.503279] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.504758] ACPI: Power Button [PWRF] [ 0.505635] GHES: HEST is not enabled! [ 0.519311] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.547527] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.549660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.573556] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.575889] Linux agpgart interface v0.103 [ 0.578510] brd: module loaded [ 0.580184] loop: module loaded [ 0.584029] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.585524] GPT:90111 != 2097151 [ 0.586220] GPT:Alternate GPT header not at the end of the disk. [ 0.587339] GPT:90111 != 2097151 [ 0.588028] GPT: Use GNU Parted to correct GPT errors. [ 0.589015] vda: vda1 vda15 [ 0.590239] scsi host0: ata_piix [ 0.591046] scsi host1: ata_piix [ 0.591785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.593037] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.594571] libphy: Fixed MDIO Bus: probed [ 0.595420] tun: Universal TUN/TAP device driver, 1.6 [ 0.596406] tun: (C) 1999-2004 Max Krasnyansky [ 0.598650] PPP generic driver version 2.4.2 [ 0.599750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.601449] ehci-pci: EHCI PCI platform driver [ 0.604549] ehci-platform: EHCI generic platform driver [ 0.606259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.607889] ohci-pci: OHCI PCI platform driver [ 0.609093] ohci-platform: OHCI generic platform driver [ 0.610486] uhci_hcd: USB Universal Host Controller Interface driver [ 0.625603] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.626983] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.628983] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.630390] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.631975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635699] usb usb1: Product: UHCI Host Controller [ 0.637005] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.638608] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640003] hub 1-0:1.0: USB hub found [ 0.641267] hub 1-0:1.0: 2 ports detected [ 0.642553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.645364] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.646703] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.648154] mousedev: PS/2 mouse device common for all mice [ 0.649880] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.652406] rtc_cmos 00:00: RTC can wake from S4 [ 0.653913] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.655596] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657299] i2c /dev entries driver [ 0.658359] device-mapper: uevent: version 1.0.3 [ 0.659656] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661926] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663895] NET: Registered protocol family 10 [ 0.665424] NET: Registered protocol family 17 [ 0.666646] Key type dns_resolver registered [ 0.667964] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.669518] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672008] registered taskstats version 1 [ 0.673174] Loading compiled-in X.509 certificates [ 0.675019] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677621] zswap: loaded using pool lzo/zbud [ 0.679592] Key type trusted registered [ 0.681638] Key type encrypted registered [ 0.682749] AppArmor: AppArmor sha1 policy hashing enabled [ 0.684192] ima: No TPM chip found, activating TPM-bypass! [ 0.685670] evm: HMAC attrs: 0x1 [ 0.686903] Magic number: 14:41:924 [ 0.688031] rtc_cmos 00:00: setting system clock to 2018-08-20 06:54:33 UTC (1534748073) [ 0.690255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691793] EDD information not available. [ 0.754835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.766798] Write protecting the kernel read-only data: 14336k [ 0.769361] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.771777] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.819368] 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.76 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.85. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCh2szJQv4xc02dMnhU9TXwbwPTYk/tot+fRGHLy3Q299eJeVvYfSkIqCbuYZleweHkVOdfkhnCtAd1jwrxyze8VExENYLvjSgfvz3vfLij2XTxKkhDfW3Gssf++x0acy1kfaGu+jNqz13brvKUeDn5CrGoF52S3zs1GYuK0WnXVtulweSMJR3Z5snco0mHQS8vk7abLTPp/dmpKhvZByN42wAWKconpXuEwR+YxEPYUs0sYVs9Sv+78xqX0txSogWgrP3iSbbNiefcFvZuTez5Mr72hjjNQ31Ph6DeVG94SaIX+vP6hER7dxmiUxaUmDyY8jIzoPUK+9bVzBfpMhhl root@cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 ssh-dss AAAAB3NzaC1kc3MAAACBAPkiOi/AB9yL+9Yoq/KXBCnyiW8U7nu+Gp9lPEofxFgIpEjtGwrR41owSCx+fd2K16fcIgjhox9hvMgZ/EhlSdsQ7k93Dmxr9nO0F1Kphf5ea1yzmVM9+J6Utyo9dvD1v06Gh2EZgBY+ljPdmf/D1Knq0JsgqGq5zl2PpyWdgPOdAAAAFQC/G2nvaywoPaczXFWQF5HU5tREDwAAAIAbVfksAvt53UtRdr8G0GBXil8X2Aqf15f7Zr5qb/uyc37KekwvCzxzsTqmCWgn2MoRj7i3Mv5SPRnFt28Pa+bgyzDUwYU3bOJOqIRYnTDU1v9BfltObUKnxfUiqTPFGGrv6gaQxWudfn9SwG8vQYpGEO6aAgOm5AIEI6QMz9UVoQAAAIEAnfgmyxcQnnVKoMFBLLsOvcp4EVdGlRU3p1/UVYWHSNEcNQ28QQPDTYQ4f0Xt49XVrevG+EKcWt3RjOqY6yEbEuAZt6FwtILVUaGr51sHiFKhdwEOHtRHb5xAStp68PbGbJvaSA/f8CfR8oDH6vZfR5bl/fdZ2YnLWZ4z+KHIEuQ= root@cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe56:cf30/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.12 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-f7a1f653-906f-4d5f-a482-1977854d3ea0 login: 2018-08-20 06:54:48,703 - paramiko.transport - DEBUG - starting thread (client mode): 0x1cd67ad0L 2018-08-20 06:54:48,703 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 06:54:48,704 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 06:54:48,704 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 06:54:48,705 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-20 06:54:48,705 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 06:54:48,705 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 06:54:48,706 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 06:54:48,706 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 06:54:48,706 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 06:54:48,723 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 06:54:48,723 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 06:54:48,735 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 3b60f4813e81b42ebba908af67942650 2018-08-20 06:54:48,736 - paramiko.transport - DEBUG - Trying discovered key 2d8fd42a0fbc04563dab0cfedbfe20f5 in /tmp/tmpVAU8kR 2018-08-20 06:54:48,761 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 06:54:48,768 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 06:54:48,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-20 06:54:48,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"volumeAttachment": {"volumeId": "5b776155-a78e-4b94-ae24-32b574760f3c"}}' 2018-08-20 06:54:51,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac404da4-8cb5-4e9f-bc0e-0aa28f055107 x-compute-request-id: req-ac404da4-8cb5-4e9f-bc0e-0aa28f055107 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "volumeId": "5b776155-a78e-4b94-ae24-32b574760f3c"}} 2018-08-20 06:54:51,533 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/os-volume_attachments used request id req-ac404da4-8cb5-4e9f-bc0e-0aa28f055107 2018-08-20 06:54:51,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.73145794868s 2018-08-20 06:54:51,533 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/os-volume_attachments used request id req-ac404da4-8cb5-4e9f-bc0e-0aa28f055107 2018-08-20 06:54:51,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:54:51,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:52,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:51 GMT Server: Apache x-compute-request-id: req-192f3b8f-7a2a-4a51-96ad-5a05696b5e6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-192f3b8f-7a2a-4a51-96ad-5a05696b5e6a Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:54:51.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:54:52,427 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-192f3b8f-7a2a-4a51-96ad-5a05696b5e6a 2018-08-20 06:54:52,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.8938601017s 2018-08-20 06:54:52,428 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-192f3b8f-7a2a-4a51-96ad-5a05696b5e6a 2018-08-20 06:54:52,429 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:54,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:54:54,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:55,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:54 GMT Server: Apache x-compute-request-id: req-b97584bf-2a6f-4eb5-87d1-fe83f72fae9c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b97584bf-2a6f-4eb5-87d1-fe83f72fae9c Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:54:54.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:54:55,488 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-b97584bf-2a6f-4eb5-87d1-fe83f72fae9c 2018-08-20 06:54:55,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.05623412132s 2018-08-20 06:54:55,488 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-b97584bf-2a6f-4eb5-87d1-fe83f72fae9c 2018-08-20 06:54:55,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:54:57,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:54:57,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:54:58,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:54:57 GMT Server: Apache x-compute-request-id: req-315fe388-916f-40e4-92e4-1d17591728f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-315fe388-916f-40e4-92e4-1d17591728f3 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [{"server_id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "attachment_id": "aab421f6-7b5b-4596-b2e1-6c57f817769c", "attached_at": "2018-08-20T06:54:54.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "5b776155-a78e-4b94-ae24-32b574760f3c", "device": "/dev/vdb", "id": "5b776155-a78e-4b94-ae24-32b574760f3c"}], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:54:56.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:54:58,377 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-315fe388-916f-40e4-92e4-1d17591728f3 2018-08-20 06:54:58,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.885021924973s 2018-08-20 06:54:58,378 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-315fe388-916f-40e4-92e4-1d17591728f3 2018-08-20 06:54:58,380 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 06:54:58,381 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 06:54:58,381 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 06:54:58,382 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 06:54:58,460 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 06:54:58,460 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-20 06:54:58,461 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 06:54:58,462 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 06:54:58,501 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-20 06:54:58,501 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 06:54:58,527 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 06:54:58,909 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 06:54:58,909 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 09bdb28d-37b4-4ae4-ba4d-f4d7cd51e8d0 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-08-20 06:54:58,910 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-20 06:54:58,910 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-20 06:54:58,911 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 06:54:58,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-20 06:54:58,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/os-volume_attachments/5b776155-a78e-4b94-ae24-32b574760f3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:00,454 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:54: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-eb282cbe-50f0-4ad8-aa17-8e8292c4b29f x-compute-request-id: req-eb282cbe-50f0-4ad8-aa17-8e8292c4b29f Content-Length: 0 Content-Type: application/json 2018-08-20 06:55:00,454 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/os-volume_attachments/5b776155-a78e-4b94-ae24-32b574760f3c used request id req-eb282cbe-50f0-4ad8-aa17-8e8292c4b29f 2018-08-20 06:55:00,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.542760849s 2018-08-20 06:55:00,455 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5/os-volume_attachments/5b776155-a78e-4b94-ae24-32b574760f3c used request id req-eb282cbe-50f0-4ad8-aa17-8e8292c4b29f 2018-08-20 06:55:00,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:00,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:00,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:00 GMT Server: Apache x-compute-request-id: req-23db01bc-4d51-4243-b940-23ef8c8a0004 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-23db01bc-4d51-4243-b940-23ef8c8a0004 Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [{"server_id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "attachment_id": "aab421f6-7b5b-4596-b2e1-6c57f817769c", "attached_at": "2018-08-20T06:54:54.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "5b776155-a78e-4b94-ae24-32b574760f3c", "device": "/dev/vdb", "id": "5b776155-a78e-4b94-ae24-32b574760f3c"}], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:00.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:00,538 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-23db01bc-4d51-4243-b940-23ef8c8a0004 2018-08-20 06:55:00,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0832049846649s 2018-08-20 06:55:00,539 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-23db01bc-4d51-4243-b940-23ef8c8a0004 2018-08-20 06:55:00,540 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:55:02,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:02,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:02,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:02 GMT Server: Apache x-compute-request-id: req-ca5e908e-9bc6-4c37-85b8-fe9910512b94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ca5e908e-9bc6-4c37-85b8-fe9910512b94 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:00.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:02,609 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-ca5e908e-9bc6-4c37-85b8-fe9910512b94 2018-08-20 06:55:02,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0680220127106s 2018-08-20 06:55:02,610 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-ca5e908e-9bc6-4c37-85b8-fe9910512b94 2018-08-20 06:55:02,611 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-20 06:55:02,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-20 06:55:02,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"volumeAttachment": {"volumeId": "5b776155-a78e-4b94-ae24-32b574760f3c"}}' 2018-08-20 06:55:05,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a374bbfc-a8fa-40e4-a76f-86144a093bb9 x-compute-request-id: req-a374bbfc-a8fa-40e4-a76f-86144a093bb9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "volumeId": "5b776155-a78e-4b94-ae24-32b574760f3c"}} 2018-08-20 06:55:05,275 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/os-volume_attachments used request id req-a374bbfc-a8fa-40e4-a76f-86144a093bb9 2018-08-20 06:55:05,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.66361808777s 2018-08-20 06:55:05,276 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/os-volume_attachments used request id req-a374bbfc-a8fa-40e4-a76f-86144a093bb9 2018-08-20 06:55:05,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:05,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:05,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:05 GMT Server: Apache x-compute-request-id: req-e2f5cc58-c5e9-4b8b-ab7d-5e5944e10488 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2f5cc58-c5e9-4b8b-ab7d-5e5944e10488 Content-Encoding: gzip Content-Length: 456 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:05.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:05,337 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-e2f5cc58-c5e9-4b8b-ab7d-5e5944e10488 2018-08-20 06:55:05,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0607299804688s 2018-08-20 06:55:05,337 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-e2f5cc58-c5e9-4b8b-ab7d-5e5944e10488 2018-08-20 06:55:05,339 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:55:07,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:07,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:08,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:07 GMT Server: Apache x-compute-request-id: req-d9735b98-9bc8-4067-bc1e-1ee0ce7a101f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d9735b98-9bc8-4067-bc1e-1ee0ce7a101f Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:07.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:08,294 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-d9735b98-9bc8-4067-bc1e-1ee0ce7a101f 2018-08-20 06:55:08,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.952392816544s 2018-08-20 06:55:08,294 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-d9735b98-9bc8-4067-bc1e-1ee0ce7a101f 2018-08-20 06:55:08,295 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:55:10,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:10,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:10,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:10 GMT Server: Apache x-compute-request-id: req-1ac34e4e-bef2-440a-b814-92c0a6b1de19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ac34e4e-bef2-440a-b814-92c0a6b1de19 Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [{"server_id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "attachment_id": "8f8bf16d-6454-42b7-b770-1cf91b96bc98", "attached_at": "2018-08-20T06:55:07.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "5b776155-a78e-4b94-ae24-32b574760f3c", "device": "/dev/vdb", "id": "5b776155-a78e-4b94-ae24-32b574760f3c"}], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:08.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:10,363 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-1ac34e4e-bef2-440a-b814-92c0a6b1de19 2018-08-20 06:55:10,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.065071105957s 2018-08-20 06:55:10,364 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-1ac34e4e-bef2-440a-b814-92c0a6b1de19 2018-08-20 06:55:10,366 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 06:55:10,368 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 06:55:10,368 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 06:55:10,371 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 06:55:10,448 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 06:55:10,448 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-20 06:55:10,449 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 06:55:10,450 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 06:55:10,487 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-20 06:55:10,487 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 06:55:10,514 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 06:55:10,535 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 06:55:10,535 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-20 06:55:10,535 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-20 06:55:10,536 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-20 06:55:10,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-20 06:55:10,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/os-volume_attachments/5b776155-a78e-4b94-ae24-32b574760f3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:10,542 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 06:55:11,891 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 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-3b069de4-fbd6-4ebf-bfc9-ebb98db72b84 x-compute-request-id: req-3b069de4-fbd6-4ebf-bfc9-ebb98db72b84 Content-Length: 0 Content-Type: application/json 2018-08-20 06:55:11,892 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/os-volume_attachments/5b776155-a78e-4b94-ae24-32b574760f3c used request id req-3b069de4-fbd6-4ebf-bfc9-ebb98db72b84 2018-08-20 06:55:11,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.35509705544s 2018-08-20 06:55:11,892 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92/os-volume_attachments/5b776155-a78e-4b94-ae24-32b574760f3c used request id req-3b069de4-fbd6-4ebf-bfc9-ebb98db72b84 2018-08-20 06:55:11,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:11,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:12,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:11 GMT Server: Apache x-compute-request-id: req-dbf46523-e82d-4bdf-ad15-8d2807c27e1c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dbf46523-e82d-4bdf-ad15-8d2807c27e1c Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [{"server_id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "attachment_id": "8f8bf16d-6454-42b7-b770-1cf91b96bc98", "attached_at": "2018-08-20T06:55:07.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "5b776155-a78e-4b94-ae24-32b574760f3c", "device": "/dev/vdb", "id": "5b776155-a78e-4b94-ae24-32b574760f3c"}], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:11.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:12,845 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-dbf46523-e82d-4bdf-ad15-8d2807c27e1c 2018-08-20 06:55:12,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.952678918839s 2018-08-20 06:55:12,845 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-dbf46523-e82d-4bdf-ad15-8d2807c27e1c 2018-08-20 06:55:12,847 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:55:14,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:14,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:14,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:14 GMT Server: Apache x-compute-request-id: req-e0b054c5-81b7-4864-90ce-e24e69431ed3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0b054c5-81b7-4864-90ce-e24e69431ed3 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:13.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:14,927 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-e0b054c5-81b7-4864-90ce-e24e69431ed3 2018-08-20 06:55:14,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0778088569641s 2018-08-20 06:55:14,928 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-e0b054c5-81b7-4864-90ce-e24e69431ed3 2018-08-20 06:55:15,046 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:55:15,046 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:31 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-20 06:55:15,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 06:55:15,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:15,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:55:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5df26bec-b81c-4d34-ac18-26d69a758019 x-compute-request-id: req-5df26bec-b81c-4d34-ac18-26d69a758019 Content-Type: application/json 2018-08-20 06:55:15,221 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92 used request id req-5df26bec-b81c-4d34-ac18-26d69a758019 2018-08-20 06:55:15,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.169477939606s 2018-08-20 06:55:15,222 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92 used request id req-5df26bec-b81c-4d34-ac18-26d69a758019 2018-08-20 06:55:15,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:55:15,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:15,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdc0a814-392a-493c-b201-fc4be9f6fc5d x-compute-request-id: req-bdc0a814-392a-493c-b201-fc4be9f6fc5d Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:cf:30", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:cf:30", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:33.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:54:33Z", "hostId": "edbd466426c327d06f8fc13e6d5d3d2516c3c97d6e329629a2e95a6d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:54:26Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:36:71", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ff89ab51-1de3-4eb0-af62-42f8fd328d92", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:02.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "ff89ab51-1de3-4eb0-af62-42f8fd328d92", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:55:15Z", "hostId": "efcdc90f97373a9a2a9a197239c2de78b071fd6c93a96d21f64cb2d6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm2_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:53:57Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:55:15,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bdc0a814-392a-493c-b201-fc4be9f6fc5d 2018-08-20 06:55:15,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570688962936s 2018-08-20 06:55:15,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bdc0a814-392a-493c-b201-fc4be9f6fc5d 2018-08-20 06:55:15,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:55:17,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:55:17,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:18,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7587533c-1f78-4d3c-a575-792f8506f8ed x-compute-request-id: req-7587533c-1f78-4d3c-a575-792f8506f8ed Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:cf:30", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:cf:30", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:33.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:54:33Z", "hostId": "edbd466426c327d06f8fc13e6d5d3d2516c3c97d6e329629a2e95a6d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:54:26Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:55:18,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7587533c-1f78-4d3c-a575-792f8506f8ed 2018-08-20 06:55:18,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510185003281s 2018-08-20 06:55:18,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7587533c-1f78-4d3c-a575-792f8506f8ed 2018-08-20 06:55:18,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 06:55:18,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/3807a7ca-4673-48f4-934f-f3cdb465dfbd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:18,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73bec522-50d0-4636-afa9-b6a6022a9405 Content-Length: 0 Date: Mon, 20 Aug 2018 06:55:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:55:18,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/3807a7ca-4673-48f4-934f-f3cdb465dfbd.json used request id req-73bec522-50d0-4636-afa9-b6a6022a9405 2018-08-20 06:55:18,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.612231969833s 2018-08-20 06:55:18,926 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/3807a7ca-4673-48f4-934f-f3cdb465dfbd.json used request id req-73bec522-50d0-4636-afa9-b6a6022a9405 2018-08-20 06:55:18,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:55:18,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:18,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-605a6aaf-bf1e-4dd0-9853-9422f51801ff Date: Mon, 20 Aug 2018 06:55:18 GMT RESP BODY: {"floatingips": [{"router_id": "9e8bd602-0c01-4717-97b7-23e073d84fd7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T06:54:37Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "aeab1578-47fe-42d6-9216-8f13b550fcd4", "id": "8e9fb147-a1b3-4eff-a7fd-20adf04c8638", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:54:37Z", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}]} 2018-08-20 06:55:18,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-605a6aaf-bf1e-4dd0-9853-9422f51801ff 2018-08-20 06:55:18,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0312440395355s 2018-08-20 06:55:18,963 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-605a6aaf-bf1e-4dd0-9853-9422f51801ff 2018-08-20 06:55:18,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:18,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:19,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:18 GMT Server: Apache x-compute-request-id: req-fea2015f-7829-49c7-bfeb-722334c039b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fea2015f-7829-49c7-bfeb-722334c039b1 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:13.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:19,875 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-fea2015f-7829-49c7-bfeb-722334c039b1 2018-08-20 06:55:19,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.908571958542s 2018-08-20 06:55:19,876 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-fea2015f-7829-49c7-bfeb-722334c039b1 2018-08-20 06:55:19,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-20 06:55:19,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:19,974 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:55:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-40bc0301-70f7-4493-81fb-1b5a11706a93 Content-Length: 0 Content-Type: text/html; 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-08-20 06:55:19,974 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c used request id req-40bc0301-70f7-4493-81fb-1b5a11706a93 2018-08-20 06:55:19,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0968668460846s 2018-08-20 06:55:19,975 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c used request id req-40bc0301-70f7-4493-81fb-1b5a11706a93 2018-08-20 06:55:19,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:19,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:20,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:19 GMT Server: Apache x-compute-request-id: req-aee1a8f2-f327-4433-a0d5-d22680de0fc1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aee1a8f2-f327-4433-a0d5-d22680de0fc1 Content-Encoding: gzip Content-Length: 457 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "cb74e2c862564159897d8314226d501e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "self"}, {"href": "http://172.30.9.36:8776/16592438d8f4416fa68d2f673f80b9dd/volumes/5b776155-a78e-4b94-ae24-32b574760f3c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T06:54:20.000000", "description": null, "os-vol-tenant-attr:tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "updated_at": "2018-08-20T06:55:19.000000", "volume_type": null, "name": "cinder_test-volume_f7a1f653-906f-4d5f-a482-1977854d3ea0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5b776155-a78e-4b94-ae24-32b574760f3c", "size": 2}]} 2018-08-20 06:55:20,044 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-aee1a8f2-f327-4433-a0d5-d22680de0fc1 2018-08-20 06:55:20,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0688600540161s 2018-08-20 06:55:20,044 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-aee1a8f2-f327-4433-a0d5-d22680de0fc1 2018-08-20 06:55:20,046 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:55:22,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 06:55:22,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:23,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:22 GMT Server: Apache x-compute-request-id: req-ee4190f8-90bd-47d8-b517-1a521b694ea6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ee4190f8-90bd-47d8-b517-1a521b694ea6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 06:55:23,028 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-ee4190f8-90bd-47d8-b517-1a521b694ea6 2018-08-20 06:55:23,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.980028867722s 2018-08-20 06:55:23,029 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/16592438d8f4416fa68d2f673f80b9dd/volumes/detail used request id req-ee4190f8-90bd-47d8-b517-1a521b694ea6 2018-08-20 06:55:23,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 06:55:23,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/8e9fb147-a1b3-4eff-a7fd-20adf04c8638.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:23,814 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f417cdc-77bc-45fc-a8da-29adbba3ad26 Content-Length: 0 Date: Mon, 20 Aug 2018 06:55:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:55:23,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/8e9fb147-a1b3-4eff-a7fd-20adf04c8638.json used request id req-4f417cdc-77bc-45fc-a8da-29adbba3ad26 2018-08-20 06:55:23,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.782096147537s 2018-08-20 06:55:23,814 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/8e9fb147-a1b3-4eff-a7fd-20adf04c8638.json used request id req-4f417cdc-77bc-45fc-a8da-29adbba3ad26 2018-08-20 06:55:23,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 06:55:23,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:23,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-08fd91fb-b460-4750-8815-de30422ce3b9 Date: Mon, 20 Aug 2018 06:55:23 GMT RESP BODY: {"floatingips": []} 2018-08-20 06:55:23,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-08fd91fb-b460-4750-8815-de30422ce3b9 2018-08-20 06:55:23,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0225410461426s 2018-08-20 06:55:23,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-08fd91fb-b460-4750-8815-de30422ce3b9 2018-08-20 06:55:23,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 06:55:23,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:24,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:55:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8b37a3f-1e62-4200-8b44-0d8309e51991 x-compute-request-id: req-b8b37a3f-1e62-4200-8b44-0d8309e51991 Content-Type: application/json 2018-08-20 06:55:24,173 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5 used request id req-b8b37a3f-1e62-4200-8b44-0d8309e51991 2018-08-20 06:55:24,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.329252004623s 2018-08-20 06:55:24,173 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5 used request id req-b8b37a3f-1e62-4200-8b44-0d8309e51991 2018-08-20 06:55:24,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:55:24,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:25,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55: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-eddd1bd6-97b9-4dac-aa48-66afa0d14de3 x-compute-request-id: req-eddd1bd6-97b9-4dac-aa48-66afa0d14de3 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:cf:30", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "rel": "bookmark"}], "image": {"id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "links": [{"href": "http://172.30.9.36:8774/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T06:54:33.000000", "flavor": {"id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd", "links": [{"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}]}, "id": "41eff1a8-218b-4c5f-9a4a-0c3617c763f5", "security_groups": [{"name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}], "user_id": "cb74e2c862564159897d8314226d501e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T06:55:23Z", "hostId": "edbd466426c327d06f8fc13e6d5d3d2516c3c97d6e329629a2e95a6d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0", "name": "cinder_test-vm_f7a1f653-906f-4d5f-a482-1977854d3ea0", "created": "2018-08-20T06:54:26Z", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 06:55:25,062 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eddd1bd6-97b9-4dac-aa48-66afa0d14de3 2018-08-20 06:55:25,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.889091968536s 2018-08-20 06:55:25,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eddd1bd6-97b9-4dac-aa48-66afa0d14de3 2018-08-20 06:55:25,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 06:55:27,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 06:55:27,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:27,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55: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-794254bc-3020-41d2-b8d0-8e93aa0f0cc5 x-compute-request-id: req-794254bc-3020-41d2-b8d0-8e93aa0f0cc5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 06:55:27,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-794254bc-3020-41d2-b8d0-8e93aa0f0cc5 2018-08-20 06:55:27,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0790050029755s 2018-08-20 06:55:27,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-794254bc-3020-41d2-b8d0-8e93aa0f0cc5 2018-08-20 06:55:27,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 06:55:27,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:27,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-b1ff89c9-4d7c-4190-beca-f2fc313059ba Date: Mon, 20 Aug 2018 06:55:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:53Z", "updated_at": "2018-08-20T06:53:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "3252e2ef-6a10-4d39-b72b-fe262e2152c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "4a339875-23ae-4061-85c4-ba8c8f3cfde4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:54Z", "revision_number": 0, "id": "9a9fae8a-f4f5-4298-a371-e6619f4ac6b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:54Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:53Z", "revision_number": 0, "id": "dfc98c09-9406-4a4c-894b-bf4b629f0ade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:53Z", "security_group_id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "c936eb4f-4fb2-4305-89eb-985e57f840ab", "name": "cinder_test-sg_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:55:27,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-b1ff89c9-4d7c-4190-beca-f2fc313059ba 2018-08-20 06:55:27,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.215062141418s 2018-08-20 06:55:27,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-b1ff89c9-4d7c-4190-beca-f2fc313059ba 2018-08-20 06:55:27,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 06:55:27,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/security-groups/c936eb4f-4fb2-4305-89eb-985e57f840ab.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:27,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-083ca269-7371-4e00-b56b-3832fadcfd29 Content-Length: 0 Date: Mon, 20 Aug 2018 06:55:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:55:27,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/c936eb4f-4fb2-4305-89eb-985e57f840ab.json used request id req-083ca269-7371-4e00-b56b-3832fadcfd29 2018-08-20 06:55:27,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.183289051056s 2018-08-20 06:55:27,552 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/c936eb4f-4fb2-4305-89eb-985e57f840ab.json used request id req-083ca269-7371-4e00-b56b-3832fadcfd29 2018-08-20 06:55:27,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 06:55:27,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:27,646 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 06:55: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-ca5e282a-c6fe-42f3-8f08-38754f252589 x-compute-request-id: req-ca5e282a-c6fe-42f3-8f08-38754f252589 Content-Length: 0 Content-Type: application/json 2018-08-20 06:55:27,646 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0 used request id req-ca5e282a-c6fe-42f3-8f08-38754f252589 2018-08-20 06:55:27,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0931720733643s 2018-08-20 06:55:27,646 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/cinder_test-kp_f7a1f653-906f-4d5f-a482-1977854d3ea0 used request id req-ca5e282a-c6fe-42f3-8f08-38754f252589 2018-08-20 06:55:27,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 06:55:27,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" -d '{"subnet_id": "ad3024cf-48c0-4550-ad84-4c859176757e"}' 2018-08-20 06:55:29,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e69be67e-f9ef-481b-a77d-5123762c12b2 Date: Mon, 20 Aug 2018 06:55:29 GMT RESP BODY: {"network_id": "b57b6c96-221e-455e-877f-9419da54bf69", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "subnet_id": "ad3024cf-48c0-4550-ad84-4c859176757e", "subnet_ids": ["ad3024cf-48c0-4550-ad84-4c859176757e"], "port_id": "80f64cf3-524c-42ac-a36b-131daa1e0502", "id": "9e8bd602-0c01-4717-97b7-23e073d84fd7"} 2018-08-20 06:55:29,263 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7/remove_router_interface.json used request id req-e69be67e-f9ef-481b-a77d-5123762c12b2 2018-08-20 06:55:29,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61595606804s 2018-08-20 06:55:29,263 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7/remove_router_interface.json used request id req-e69be67e-f9ef-481b-a77d-5123762c12b2 returning object 9e8bd602-0c01-4717-97b7-23e073d84fd7 2018-08-20 06:55:29,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 06:55:29,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:29,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-a168bc99-0040-4631-930f-1cd5b427d5b0 Date: Mon, 20 Aug 2018 06:55:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:47Z", "admin_state_up": true, "updated_at": "2018-08-20T06:55:28Z", "revision_number": 4, "routes": [], "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "9e8bd602-0c01-4717-97b7-23e073d84fd7", "name": "cinder_test-router_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:55:29,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-a168bc99-0040-4631-930f-1cd5b427d5b0 2018-08-20 06:55:29,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11327791214s 2018-08-20 06:55:29,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-a168bc99-0040-4631-930f-1cd5b427d5b0 2018-08-20 06:55:29,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 06:55:29,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:30,865 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e582f9d-d316-4f56-92dc-15adbec5fd11 Content-Length: 0 Date: Mon, 20 Aug 2018 06:55:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:55:30,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7.json used request id req-7e582f9d-d316-4f56-92dc-15adbec5fd11 2018-08-20 06:55:30,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.48696088791s 2018-08-20 06:55:30,866 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/9e8bd602-0c01-4717-97b7-23e073d84fd7.json used request id req-7e582f9d-d316-4f56-92dc-15adbec5fd11 2018-08-20 06:55:30,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 06:55:30,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:30,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fcd03594-d27f-4f55-99c3-e885ab8ff896 Date: Mon, 20 Aug 2018 06:55:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57b6c96-221e-455e-877f-9419da54bf69","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T06:53:46Z","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":"16592438d8f4416fa68d2f673f80b9dd","id":"ad3024cf-48c0-4550-ad84-4c859176757e","subnetpool_id":null,"name":"cinder_test-subnet_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:55:30,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-fcd03594-d27f-4f55-99c3-e885ab8ff896 2018-08-20 06:55:30,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0517559051514s 2018-08-20 06:55:30,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-fcd03594-d27f-4f55-99c3-e885ab8ff896 2018-08-20 06:55:30,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 06:55:30,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/ad3024cf-48c0-4550-ad84-4c859176757e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:33,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e9ccab0e-1acf-43f9-a616-2614b55d50f9 Date: Mon, 20 Aug 2018 06:55:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:55:33,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/ad3024cf-48c0-4550-ad84-4c859176757e.json used request id req-e9ccab0e-1acf-43f9-a616-2614b55d50f9 2018-08-20 06:55:33,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33069086075s 2018-08-20 06:55:33,251 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/ad3024cf-48c0-4550-ad84-4c859176757e.json used request id req-e9ccab0e-1acf-43f9-a616-2614b55d50f9 2018-08-20 06:55:33,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 06:55:33,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:33,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-cb07487b-d518-41c7-bdf8-c67f35d765b1 Date: Mon, 20 Aug 2018 06:55:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T06:44:34Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T06:55:33Z","tenant_id":"16592438d8f4416fa68d2f673f80b9dd","created_at":"2018-08-20T06:53:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16592438d8f4416fa68d2f673f80b9dd","id":"b57b6c96-221e-455e-877f-9419da54bf69","name":"cinder_test-net_f7a1f653-906f-4d5f-a482-1977854d3ea0"}]} 2018-08-20 06:55:33,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-cb07487b-d518-41c7-bdf8-c67f35d765b1 2018-08-20 06:55:33,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110533952713s 2018-08-20 06:55:33,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-cb07487b-d518-41c7-bdf8-c67f35d765b1 2018-08-20 06:55:33,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 06:55:33,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/b57b6c96-221e-455e-877f-9419da54bf69.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:35,258 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e90e9be3-b411-4dea-9b52-79098510d5fa Date: Mon, 20 Aug 2018 06:55:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 06:55:35,258 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/b57b6c96-221e-455e-877f-9419da54bf69.json used request id req-e90e9be3-b411-4dea-9b52-79098510d5fa 2018-08-20 06:55:35,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.89501690865s 2018-08-20 06:55:35,259 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/b57b6c96-221e-455e-877f-9419da54bf69.json used request id req-e90e9be3-b411-4dea-9b52-79098510d5fa 2018-08-20 06:55:35,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 06:55:35,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:35,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-7e8af163-2e35-4b59-a521-7fb30dbe5e90 Date: Mon, 20 Aug 2018 06:55:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap", "metadata": {}}], "file": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/file", "owner": "16592438d8f4416fa68d2f673f80b9dd", "id": "ed6ffa25-e04f-44ff-89a7-604094d82db0", "size": 12716032, "self": "/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ed6ffa25-e04f-44ff-89a7-604094d82db0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T06:53:52Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f7a1f653-906f-4d5f-a482-1977854d3ea0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T06:53:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 06:55:35,300 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-7e8af163-2e35-4b59-a521-7fb30dbe5e90 2018-08-20 06:55:35,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.037369966507s 2018-08-20 06:55:35,301 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-7e8af163-2e35-4b59-a521-7fb30dbe5e90 2018-08-20 06:55:35,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 06:55:35,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bef8f4e5c85f9eb6ecee86d1b6d2a1394c48a473" 2018-08-20 06:55:36,229 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8396b342-19b8-4abb-aeca-7e0904f04fca Date: Mon, 20 Aug 2018 06:55:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 06:55:36,229 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0 used request id req-8396b342-19b8-4abb-aeca-7e0904f04fca 2018-08-20 06:55:36,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.926713943481s 2018-08-20 06:55:36,229 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/ed6ffa25-e04f-44ff-89a7-604094d82db0 used request id req-8396b342-19b8-4abb-aeca-7e0904f04fca 2018-08-20 06:55:36,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 06:55:36,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:36,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 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-c6612bae-8235-46ba-b21a-225ad3f78bad x-compute-request-id: req-c6612bae-8235-46ba-b21a-225ad3f78bad Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f7a1f653-906f-4d5f-a482-1977854d3ea0", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "567c5b77-91dc-4fde-8864-b28ef47c8cfd"}]} 2018-08-20 06:55:36,255 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-c6612bae-8235-46ba-b21a-225ad3f78bad 2018-08-20 06:55:36,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258040428162s 2018-08-20 06:55:36,256 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-c6612bae-8235-46ba-b21a-225ad3f78bad 2018-08-20 06:55:36,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 06:55:36,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:36,290 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 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 x-openstack-request-id: req-5bb1c521-e28f-4bad-8738-183628b7f253 x-compute-request-id: req-5bb1c521-e28f-4bad-8738-183628b7f253 Content-Length: 0 Content-Type: application/json 2018-08-20 06:55:36,290 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd used request id req-5bb1c521-e28f-4bad-8738-183628b7f253 2018-08-20 06:55:36,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0327742099762s 2018-08-20 06:55:36,290 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/567c5b77-91dc-4fde-8864-b28ef47c8cfd used request id req-5bb1c521-e28f-4bad-8738-183628b7f253 2018-08-20 06:55:36,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:55:36,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:36,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5dd9367-be3b-48ef-bd0d-d9542e6b4615 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0", "links": {"self": "http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cb74e2c862564159897d8314226d501e", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 06:55:36,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-b5dd9367-be3b-48ef-bd0d-d9542e6b4615 2018-08-20 06:55:36,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116160869598s 2018-08-20 06:55:36,408 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-b5dd9367-be3b-48ef-bd0d-d9542e6b4615 2018-08-20 06:55:36,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 06:55:36,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:36,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0d6498-d341-4a39-bd8a-f7ada13383d0 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_f7a1f653-906f-4d5f-a482-1977854d3ea0", "links": {"self": "http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "cb74e2c862564159897d8314226d501e", "description": null}} 2018-08-20 06:55:36,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e used request id req-9d0d6498-d341-4a39-bd8a-f7ada13383d0 2018-08-20 06:55:36,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110680103302s 2018-08-20 06:55:36,525 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e used request id req-9d0d6498-d341-4a39-bd8a-f7ada13383d0 2018-08-20 06:55:36,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 06:55:36,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:36,705 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7b06591-f678-4106-812b-9ceb7ffb41a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:55:36,705 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e used request id req-e7b06591-f678-4106-812b-9ceb7ffb41a6 2018-08-20 06:55:36,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.17937207222s 2018-08-20 06:55:36,705 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/cb74e2c862564159897d8314226d501e used request id req-e7b06591-f678-4106-812b-9ceb7ffb41a6 2018-08-20 06:55:36,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 06:55:36,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:36,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55dd1901-e8bf-4016-86ce-ce0452c0a8e0 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd"}, "tags": [], "enabled": true, "id": "16592438d8f4416fa68d2f673f80b9dd", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f7a1f653-906f-4d5f-a482-1977854d3ea0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 06:55:36,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-55dd1901-e8bf-4016-86ce-ce0452c0a8e0 2018-08-20 06:55:36,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101553916931s 2018-08-20 06:55:36,813 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-55dd1901-e8bf-4016-86ce-ce0452c0a8e0 2018-08-20 06:55:36,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 06:55:36,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:37,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd394099-bcf9-4caa-a36b-22d8984817fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:55:37,004 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-cd394099-bcf9-4caa-a36b-22d8984817fd 2018-08-20 06:55:37,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.185896873474s 2018-08-20 06:55:37,005 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-cd394099-bcf9-4caa-a36b-22d8984817fd 2018-08-20 06:55:37,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 06:55:37,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:37,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-435ea2e7-22c3-4257-93b3-adaec5f1e792 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "dce88739e9944e4cba7b643614c15917", "links": {"self": "http://172.30.9.36:5000/v3/roles/dce88739e9944e4cba7b643614c15917"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 06:55:37,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-435ea2e7-22c3-4257-93b3-adaec5f1e792 2018-08-20 06:55:37,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0984508991241s 2018-08-20 06:55:37,107 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-435ea2e7-22c3-4257-93b3-adaec5f1e792 2018-08-20 06:55:37,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 06:55:37,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/dce88739e9944e4cba7b643614c15917 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7db73297a638b527ab1220a01685f94f7c1d37b" 2018-08-20 06:55:37,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 06:55:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3be73ec-1c62-4d81-8001-33e4c60138dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 06:55:37,231 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/dce88739e9944e4cba7b643614c15917 used request id req-d3be73ec-1c62-4d81-8001-33e4c60138dd 2018-08-20 06:55:37,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.118367910385s 2018-08-20 06:55:37,231 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/dce88739e9944e4cba7b643614c15917 used request id req-d3be73ec-1c62-4d81-8001-33e4c60138dd 2018-08-20 06:55:37,287 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-20 06:55:37,991 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-20 06:55:37,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 06:55:37,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 06:55:37,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 06:55:37,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 06:55:37,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 06:55:37,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 06:55:37,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 06:55:37,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 06:55:37,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 06:55:37,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 06:55:37,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 06:55:37,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 06:55:37,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:55:38,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d0c0098-770e-46c5-a28d-8d44953916d6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 06:55:38,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0d0c0098-770e-46c5-a28d-8d44953916d6 2018-08-20 06:55:38,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 06:55:38,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T07:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["0ka02IwTTOiLHVjpLAG1Nw"], "issued_at": "2018-08-20T06:55:38.000000Z"}} 2018-08-20 06:55:38,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:55:38,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:55:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:55:38,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 06:55:38,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 06:55:38,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 06:55:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 06:55:38,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}361c65433f7bc709b9fa184ef9ed0780050b469e" 2018-08-20 06:55:38,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-455d5de2-a2c7-4168-9f29-ed41f47ed0f6 Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/066af2358fb3468b9f13d02553da9e85"}, "enabled": true, "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/26b4eff88bbc43f280b3e5a8e0131b38"}, "enabled": true, "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/479c301a4b134996817712aba271c597"}, "enabled": true, "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/4ea12df9e7c24697bcf8b8f6290c170a"}, "enabled": true, "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5592bc28c898431080bea2676267935c"}, "enabled": true, "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6799ed79c4ae4ca2b0e427613b1a8e09"}, "enabled": true, "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7164e46168fe49f898ad2c038f7f3746"}, "enabled": true, "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7c215d4a291c4866b90c1d525d7e366d"}, "enabled": true, "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/852c9059bcfe479b935edd1838aab5f2"}, "enabled": true, "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a16b56e9ff5540ccacbb431795c7a13a"}, "enabled": true, "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c79032d0c5ed4e18b41161b911d32cb9"}, "enabled": true, "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/d31669f894e246138ba51775d305f903"}, "enabled": true, "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d731d6cc6b1e4878b11dccdb7194e58a"}, "enabled": true, "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e08ef898f6eb4685a44824b6d219bfff"}, "enabled": true, "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ff82f31c5d56409ca7e100830c744249"}, "enabled": true, "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-20 06:55:38,509 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-455d5de2-a2c7-4168-9f29-ed41f47ed0f6 2018-08-20 06:55:38,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.10830783844s 2018-08-20 06:55:38,510 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-455d5de2-a2c7-4168-9f29-ed41f47ed0f6 2018-08-20 06:55:38,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 06:55:38,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}361c65433f7bc709b9fa184ef9ed0780050b469e" 2018-08-20 06:55:38,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 06:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93637fb7-98ec-4582-994d-018e06c8d14d Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0825db0964b4432b95422e441dda5b71"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "0825db0964b4432b95422e441dda5b71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0dbd7bc50cee414f9b7df590899d21e1"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/1cccf2deebb54e73891db1cf2ef1c1e0"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/313109edbc174ba6a2c789d475ccc48d"}, "url": "http://172.30.9.36:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3526011556054a4e9616f9c97c73fadf"}, "url": "http://172.30.9.36:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "3526011556054a4e9616f9c97c73fadf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/370b2e933b034911989ed806b3aab511"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "370b2e933b034911989ed806b3aab511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/39e46e78c5574bb2b5f97c9290a3fa63"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3ad58338289d406f825ac84ef8ddf364"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/418af50ab5fc4c5da0cb318036e7df19"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4b9704c398d64aa38b16c1216001a7db"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4bd7f84c38854900908f90d4aafb26ab"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "4bd7f84c38854900908f90d4aafb26ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/51a89d51bb5c487a898705d258cf3c3c"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/59ae6559265c44c289b4637f29a4a653"}, "url": "http://172.30.9.36:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "59ae6559265c44c289b4637f29a4a653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5d5a102334ed454ba86c9b77d34ef674"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5ec19dd0ec204484b96aa3ffdd71013d"}, "url": "http://172.30.9.36:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6250b70078f14ce58094d2580cf0802c"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "6250b70078f14ce58094d2580cf0802c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/676b33dbd2ea461bab45334445f29593"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "676b33dbd2ea461bab45334445f29593"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/68a733345e7e4816afbb600b2fd58778"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5592bc28c898431080bea2676267935c", "id": "68a733345e7e4816afbb600b2fd58778"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6bf1f00fdd99442ba9838f12ff5832f4"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5592bc28c898431080bea2676267935c", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/78c2379118c144a79dfcff4f181578f2"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "78c2379118c144a79dfcff4f181578f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/7dbdcea68d0044b7b409bb27dd812b44"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/817dd90bc2464382be63027b891ec771"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "817dd90bc2464382be63027b891ec771"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/83342bdccb5944d5b411a5a87b28f315"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "83342bdccb5944d5b411a5a87b28f315"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/91534d6ca19d48368ab445a6f443f05d"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/928dad2ccbb14cfcb078b9d8ae98475f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d31669f894e246138ba51775d305f903", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9a6b42352bbf4915b540899ba417fea7"}, "url": "http://172.30.9.36:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "9a6b42352bbf4915b540899ba417fea7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9c0515123d9747a4ac9a3eda27bb9ac8"}, "url": "http://172.30.9.36:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/a547d05c8f6644b2830c2e92d39a7287"}, "url": "http://172.30.9.36:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "a547d05c8f6644b2830c2e92d39a7287"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/b42d84afaf064e46b08584acd385cac2"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "b42d84afaf064e46b08584acd385cac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3840824a2743dfbcb8c1a69783e7ba"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "be3840824a2743dfbcb8c1a69783e7ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3c8f75258a4f8f9bb1082bce9882af"}, "url": "http://172.30.9.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/c98edb5e7e454cf794988da0a3be1bb5"}, "url": "http://172.30.9.36:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5592bc28c898431080bea2676267935c", "id": "c98edb5e7e454cf794988da0a3be1bb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ceeb03e98aed46d5936f152c3ffabab2"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d31669f894e246138ba51775d305f903", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d107f507e7b64d16985917cc523d5c09"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d107f507e7b64d16985917cc523d5c09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d5600b2618d54bb6b30ac4943c03add5"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d8fecdd40e8f4cf1a6ed15224cac2fea"}, "url": "http://172.30.9.36:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ddcd46064e32423a9a3f7e7aed575794"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "ddcd46064e32423a9a3f7e7aed575794"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e09ff417f55b4746abb394849eec0390"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e09ff417f55b4746abb394849eec0390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e0fe612f406b44a9b595d6741caf7c65"}, "url": "http://172.30.9.36:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "e0fe612f406b44a9b595d6741caf7c65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e293a88ddda94418bd035d779b87f9c3"}, "url": "http://172.30.9.36:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e293a88ddda94418bd035d779b87f9c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/eeb4ff75e1b647c48484384777360c5e"}, "url": "http://172.30.9.36:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d31669f894e246138ba51775d305f903", "id": "eeb4ff75e1b647c48484384777360c5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/fd6c08c016ad492199cad08a830a5469"}, "url": "http://172.30.9.36:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "fd6c08c016ad492199cad08a830a5469"}], "links": {"self": "http://172.30.9.36:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 06:55:38,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-93637fb7-98ec-4582-994d-018e06c8d14d 2018-08-20 06:55:38,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.106215953827s 2018-08-20 06:55:38,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-93637fb7-98ec-4582-994d-018e06c8d14d 2018-08-20 06:55:58,938 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-08-20 06:55:58,974 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-20 06:55:59,208 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-20 06:55:59,323 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 06:55:59,324 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 06:55:59,380 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-20 06:56:01,902 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-20 06:56:01,904 - openstack_tests - INFO - OS Credentials = > 2018-08-20 06:56:02,834 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-20 06:56:03,396 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-08-20 06:56:11,131 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-fa25bfc5-7ed0-4af8-884e-c2b8c8f54188-projName 2018-08-20 06:56:12,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b351352-0f04-411b-adef-884b854a5a52 2018-08-20 06:56:12,230 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 06:56:12,575 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-fa25bfc5-7ed0-4af8-884e-c2b8c8f54188-projName 2018-08-20 06:56:13,694 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-0524efd6-8d86-45c5-b051-006e8dbd374d-username 2018-08-20 06:56:13,803 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-0524efd6-8d86-45c5-b051-006e8dbd374d-username 2018-08-20 06:56:19,042 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-0595b39d-a68b-4f34-9240-8a31b4444b6d-username 2018-08-20 06:56:19,267 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-0595b39d-a68b-4f34-9240-8a31b4444b6d-projName 2018-08-20 06:56:19,382 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-0595b39d-a68b-4f34-9240-8a31b4444b6d-role 2018-08-20 06:56:19,476 - keystone_utils - INFO - Granting role KeystoneUtilsTests-0595b39d-a68b-4f34-9240-8a31b4444b6d-role to project KeystoneUtilsTests-0595b39d-a68b-4f34-9240-8a31b4444b6d-projName 2018-08-20 06:56:20,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 404fcb5f-1bca-474f-bf67-248d3e1e734f 2018-08-20 06:56:20,466 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 06:56:20,824 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-0595b39d-a68b-4f34-9240-8a31b4444b6d-projName 2018-08-20 06:56:21,047 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-0595b39d-a68b-4f34-9240-8a31b4444b6d-username 2018-08-20 06:56:21,276 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-0595b39d-a68b-4f34-9240-8a31b4444b6d-role 2018-08-20 06:56:23,422 - keystone_utils - INFO - Granting role admin to project admin 2018-08-20 06:56:23,762 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-0ecde106-de15-4fd-name 2018-08-20 06:56:24,116 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-0ecde106-de15-4fd-name 2018-08-20 06:56:26,491 - keystone_utils - INFO - Granting role admin to project admin 2018-08-20 06:56:26,749 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-0be63350-9cd4-4f8-name 2018-08-20 06:56:26,750 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-0be63350-9cd4-4f8-name 2018-08-20 06:56:26,970 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-0be63350-9cd4-4f8-name 2018-08-20 06:56:29,003 - keystone_utils - INFO - Granting role admin to project admin 2018-08-20 06:56:29,353 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-0aa0f5c0-9f6c-45b-name 2018-08-20 06:56:29,466 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-0aa0f5c0-9f6c-45b-name 2018-08-20 06:56:31,703 - keystone_utils - INFO - Granting role admin to project admin 2018-08-20 06:56:32,037 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-ef4cf06c-945f-492-name 2018-08-20 06:56:32,779 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-ef4cf06c-945f-492-name 2018-08-20 06:56:34,396 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-e4b19dab-2496-471-name 2018-08-20 06:56:34,396 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e4b19dab-2496-471-name 2018-08-20 06:56:35,794 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e4b19dab-2496-471-name 2018-08-20 06:56:37,399 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-7cb9669f-b09c-41d-name 2018-08-20 06:56:38,526 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-7cb9669f-b09c-41d-name 2018-08-20 06:56:40,073 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-102640ed-af28-45a-name 2018-08-20 06:56:41,772 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-102640ed-af28-45a-name 2018-08-20 06:56:44,615 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ee5df5fa-6071-4e3-name 2018-08-20 06:56:47,396 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ee5df5fa-6071-4e3-name 2018-08-20 06:56:49,022 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-5efd74c6-4958-478-name 2018-08-20 06:56:52,174 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-5efd74c6-4958-478-name 2018-08-20 06:56:53,782 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-8bb00b2e-3f4f-434-name 2018-08-20 06:56:55,420 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-8bb00b2e-3f4f-434-name 2018-08-20 06:56:55,569 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-8bb00b2e-3f4f-434-user 2018-08-20 06:56:55,745 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-8bb00b2e-3f4f-434-name-role 2018-08-20 06:56:55,834 - keystone_utils - INFO - Granting role CreateProjectUserTests-8bb00b2e-3f4f-434-name-role to project CreateProjectUserTests-8bb00b2e-3f4f-434-name 2018-08-20 06:56:56,864 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-8bb00b2e-3f4f-434-name... 2018-08-20 06:56:56,864 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-8bb00b2e-3f4f-434-name 2018-08-20 06:56:57,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5179d452-7471-4648-8b6a-f1d22b7dc3e4 2018-08-20 06:56:57,583 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5179d452-7471-4648-8b6a-f1d22b7dc3e4 2018-08-20 06:56:57,804 - neutron_utils - INFO - Retrieving security group with ID - 5179d452-7471-4648-8b6a-f1d22b7dc3e4 2018-08-20 06:56:58,040 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5179d452-7471-4648-8b6a-f1d22b7dc3e4 2018-08-20 06:56:58,064 - neutron_utils - INFO - Retrieving security group with ID - 5179d452-7471-4648-8b6a-f1d22b7dc3e4 2018-08-20 06:56:58,300 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5179d452-7471-4648-8b6a-f1d22b7dc3e4 2018-08-20 06:56:58,326 - neutron_utils - INFO - Retrieving security group with ID - 5179d452-7471-4648-8b6a-f1d22b7dc3e4 2018-08-20 06:56:58,550 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5179d452-7471-4648-8b6a-f1d22b7dc3e4 2018-08-20 06:56:58,576 - neutron_utils - INFO - Deleting security group rule with ID - 65b0b608-9dd8-49aa-b596-ec6f91f8d7bd 2018-08-20 06:56:58,680 - neutron_utils - INFO - Deleting security group rule with ID - 6fd4f598-83f0-44d3-90f6-2b886489fd00 2018-08-20 06:56:58,801 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-8bb00b2e-3f4f-434-name 2018-08-20 06:56:59,095 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-8bb00b2e-3f4f-434-user 2018-08-20 06:56:59,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59a22766-a27c-4f7c-9255-deef59b8ce7b 2018-08-20 06:57:00,019 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 06:57:00,375 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-8bb00b2e-3f4f-434-name 2018-08-20 06:57:00,567 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-8bb00b2e-3f4f-434-name-role 2018-08-20 06:57:02,309 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:03,881 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:04,012 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-user1 2018-08-20 06:57:04,213 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-name-role 2018-08-20 06:57:04,308 - keystone_utils - INFO - Granting role CreateProjectUserTests-7f7ad4a7-eef3-4c8-name-role to project CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:06,053 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:06,186 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-user2 2018-08-20 06:57:06,277 - keystone_utils - INFO - Granting role CreateProjectUserTests-7f7ad4a7-eef3-4c8-name-role to project CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:07,289 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-7f7ad4a7-eef3-4c8-name... 2018-08-20 06:57:07,289 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:07,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:08,020 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:08,226 - neutron_utils - INFO - Retrieving security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:08,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:08,333 - neutron_utils - INFO - Retrieving security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:08,556 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:08,750 - neutron_utils - INFO - Retrieving security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:08,970 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:09,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:10,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:10,199 - neutron_utils - INFO - Retrieving security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:10,247 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 2018-08-20 06:57:10,449 - neutron_utils - INFO - Deleting security group rule with ID - ca3ea98a-73fc-4eff-a5ad-8597a17ede8d 2018-08-20 06:57:10,621 - neutron_utils - INFO - Deleting security group rule with ID - 66b4e18f-7c1a-49fb-8944-7d7224d43799 2018-08-20 06:57:10,902 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:11,264 - neutron_utils - INFO - Deleting security group rule with ID - ca3ea98a-73fc-4eff-a5ad-8597a17ede8d 2018-08-20 06:57:11,470 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule ca3ea98a-73fc-4eff-a5ad-8597a17ede8d does not exist Neutron server returns request_ids: ['req-27d98cb9-bbe4-4374-a2cc-85ea9f05a0ad'] 2018-08-20 06:57:11,470 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:11,685 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 59e7834c-0b17-4d1b-b6de-0d6b272dc5f0 does not exist Neutron server returns request_ids: ['req-8c49a05c-3428-43c6-8b7e-03c9e67a29a2'] 2018-08-20 06:57:11,686 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-user1 2018-08-20 06:57:11,899 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-user2 2018-08-20 06:57:13,199 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dea1566f-28a3-42cf-9ad4-71898d09f108 2018-08-20 06:57:13,399 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 06:57:13,738 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-name 2018-08-20 06:57:13,934 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-7f7ad4a7-eef3-4c8-name-role 2018-08-20 06:57:16,777 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-3ec89dea-c131-4cda-9b23-4a98cd615533 2018-08-20 06:57:17,389 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-20 06:57:17,883 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-b4bfe86b-9f83-4d76-8c64-4eb1e4a3a6d4-pub-net 2018-08-20 06:57:20,037 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-b4bfe86b-9f83-4d76-8c64-4eb1e4a3a6d4-pub-net 2018-08-20 06:57:22,595 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d5b9c1ab-69d2-4ac8-875c-e375b8325f64-pub-net 2018-08-20 06:57:23,847 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d5b9c1ab-69d2-4ac8-875c-e375b8325f64-pub-subnet 2018-08-20 06:57:26,700 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d5b9c1ab-69d2-4ac8-875c-e375b8325f64-pub-subnet 2018-08-20 06:57:26,700 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d5b9c1ab-69d2-4ac8-875c-e375b8325f64-pub-subnet 2018-08-20 06:57:29,165 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d5b9c1ab-69d2-4ac8-875c-e375b8325f64-pub-net 2018-08-20 06:57:31,183 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-36bf1149-0f9b-4fe9-9a52-14c7f957df8b-pub-net 2018-08-20 06:57:32,206 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-36bf1149-0f9b-4fe9-9a52-14c7f957df8b-pub-subnet 2018-08-20 06:57:32,392 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-36bf1149-0f9b-4fe9-9a52-14c7f957df8b-pub-subnet] for network [NeutronUtilsSubnetTests-36bf1149-0f9b-4fe9-9a52-14c7f957df8b-pub-net] 2018-08-20 06:57:32,392 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-36bf1149-0f9b-4fe9-9a52-14c7f957df8b-pub-net 2018-08-20 06:57:33,891 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-60abd761-af14-4c04-9e37-740a0dd9c164-pub-net 2018-08-20 06:57:34,782 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-60abd761-af14-4c04-9e37-740a0dd9c164-pub-subnet 2018-08-20 06:57:37,533 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-60abd761-af14-4c04-9e37-740a0dd9c164-pub-subnet 2018-08-20 06:57:37,533 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-60abd761-af14-4c04-9e37-740a0dd9c164-pub-subnet 2018-08-20 06:57:39,864 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-60abd761-af14-4c04-9e37-740a0dd9c164-pub-net 2018-08-20 06:57:41,916 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-0f9aac70-8a0e-4175-a147-835baf1e29a7-pub-net 2018-08-20 06:57:42,915 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-0f9aac70-8a0e-4175-a147-835baf1e29a7-pub-subnet 2018-08-20 06:57:43,175 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-0f9aac70-8a0e-4175-a147-835baf1e29a7-pub-subnet] for network [NeutronUtilsSubnetTests-0f9aac70-8a0e-4175-a147-835baf1e29a7-pub-net] 2018-08-20 06:57:43,176 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-0f9aac70-8a0e-4175-a147-835baf1e29a7-pub-net 2018-08-20 06:57:44,442 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-414a22c9-b714-49a7-ad25-6f5e1548eb41-pub-net 2018-08-20 06:57:45,319 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-414a22c9-b714-49a7-ad25-6f5e1548eb41-pub-subnet 2018-08-20 06:57:47,005 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-414a22c9-b714-49a7-ad25-6f5e1548eb41-pub-subnet 2018-08-20 06:57:47,006 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-414a22c9-b714-49a7-ad25-6f5e1548eb41-pub-subnet 2018-08-20 06:57:49,253 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-414a22c9-b714-49a7-ad25-6f5e1548eb41-pub-net 2018-08-20 06:57:51,693 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-net 2018-08-20 06:57:52,631 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-subnet 2018-08-20 06:57:56,302 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-router 2018-08-20 06:57:58,728 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-router 2018-08-20 06:58:00,399 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-router 2018-08-20 06:58:01,777 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-router 2018-08-20 06:58:03,321 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-subnet 2018-08-20 06:58:03,321 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-subnet 2018-08-20 06:58:05,930 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6ec07476-8c9e-42c0-b623-2edfa19e58a3-pub-net 2018-08-20 06:58:07,848 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-net 2018-08-20 06:58:08,707 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-subnet 2018-08-20 06:58:11,137 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-router 2018-08-20 06:58:14,124 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-subnet 2018-08-20 06:58:16,428 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-router 2018-08-20 06:58:16,919 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-router 2018-08-20 06:58:18,492 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-subnet 2018-08-20 06:58:18,492 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-subnet 2018-08-20 06:58:18,527 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-aa635be4-5a64-4e8c-b3b8-2cd4bf2854c0-pub-net 2018-08-20 06:58:19,793 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-bf7ed189-be03-4ec7-9205-e26824d053f5-pub-net 2018-08-20 06:58:20,759 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-bf7ed189-be03-4ec7-9205-e26824d053f5-pub-subnet 2018-08-20 06:58:22,352 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-bf7ed189-be03-4ec7-9205-e26824d053f5-pub-subnet 2018-08-20 06:58:22,352 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-bf7ed189-be03-4ec7-9205-e26824d053f5-pub-subnet 2018-08-20 06:58:24,574 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-bf7ed189-be03-4ec7-9205-e26824d053f5-pub-net 2018-08-20 06:58:26,630 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fd7b2781-2001-44f7-9839-26c282f02aa6-pub-net 2018-08-20 06:58:27,626 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fd7b2781-2001-44f7-9839-26c282f02aa6-pub-subnet 2018-08-20 06:58:30,111 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-fd7b2781-2001-44f7-9839-26c282f02aa6-pub-router 2018-08-20 06:58:33,204 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-fd7b2781-2001-44f7-9839-26c282f02aa6-pub-router 2018-08-20 06:58:33,205 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-fd7b2781-2001-44f7-9839-26c282f02aa6-pub-router 2018-08-20 06:58:34,587 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd7b2781-2001-44f7-9839-26c282f02aa6-pub-subnet 2018-08-20 06:58:34,587 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd7b2781-2001-44f7-9839-26c282f02aa6-pub-subnet 2018-08-20 06:58:36,774 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fd7b2781-2001-44f7-9839-26c282f02aa6-pub-net 2018-08-20 06:58:38,800 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f52268b0-c580-49d6-affd-a96dddd13ba2-pub-net 2018-08-20 06:58:39,974 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f52268b0-c580-49d6-affd-a96dddd13ba2-pub-subnet 2018-08-20 06:58:43,073 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f52268b0-c580-49d6-affd-a96dddd13ba2-pub-net 2018-08-20 06:58:43,957 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-f52268b0-c580-49d6-affd-a96dddd13ba2-port 2018-08-20 06:58:44,577 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f52268b0-c580-49d6-affd-a96dddd13ba2-pub-subnet 2018-08-20 06:58:44,578 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f52268b0-c580-49d6-affd-a96dddd13ba2-pub-subnet 2018-08-20 06:58:46,990 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f52268b0-c580-49d6-affd-a96dddd13ba2-pub-net 2018-08-20 06:58:48,912 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5856a8b5-f048-42c5-ae5b-e0ddf13f12d3-pub-net 2018-08-20 06:58:49,792 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5856a8b5-f048-42c5-ae5b-e0ddf13f12d3-pub-subnet 2018-08-20 06:58:53,354 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5856a8b5-f048-42c5-ae5b-e0ddf13f12d3-pub-net 2018-08-20 06:58:54,158 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-5856a8b5-f048-42c5-ae5b-e0ddf13f12d3-port 2018-08-20 06:58:54,686 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5856a8b5-f048-42c5-ae5b-e0ddf13f12d3-pub-subnet 2018-08-20 06:58:54,687 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5856a8b5-f048-42c5-ae5b-e0ddf13f12d3-pub-subnet 2018-08-20 06:58:57,127 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5856a8b5-f048-42c5-ae5b-e0ddf13f12d3-pub-net 2018-08-20 06:58:58,981 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-33228bc3-7291-4560-9c5a-427d91d106a5-pub-net 2018-08-20 06:59:00,091 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-33228bc3-7291-4560-9c5a-427d91d106a5-pub-subnet 2018-08-20 06:59:03,547 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-33228bc3-7291-4560-9c5a-427d91d106a5-pub-net 2018-08-20 06:59:03,565 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-33228bc3-7291-4560-9c5a-427d91d106a5-pub-subnet 2018-08-20 06:59:03,566 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-33228bc3-7291-4560-9c5a-427d91d106a5-pub-subnet 2018-08-20 06:59:06,703 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-33228bc3-7291-4560-9c5a-427d91d106a5-pub-net 2018-08-20 06:59:08,693 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d574cdf9-4576-46b9-ad69-6fb0ad132678-pub-net 2018-08-20 06:59:09,795 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d574cdf9-4576-46b9-ad69-6fb0ad132678-pub-subnet 2018-08-20 06:59:13,428 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-d574cdf9-4576-46b9-ad69-6fb0ad132678-pub-net 2018-08-20 06:59:13,691 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d574cdf9-4576-46b9-ad69-6fb0ad132678-pub-subnet 2018-08-20 06:59:13,691 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d574cdf9-4576-46b9-ad69-6fb0ad132678-pub-subnet 2018-08-20 06:59:16,655 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d574cdf9-4576-46b9-ad69-6fb0ad132678-pub-net 2018-08-20 06:59:18,976 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ce55475b-693f-423e-81cc-70f313772268-pub-net 2018-08-20 06:59:19,966 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ce55475b-693f-423e-81cc-70f313772268-pub-subnet 2018-08-20 06:59:23,674 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ce55475b-693f-423e-81cc-70f313772268-pub-net 2018-08-20 06:59:23,862 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ce55475b-693f-423e-81cc-70f313772268-pub-subnet 2018-08-20 06:59:23,862 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ce55475b-693f-423e-81cc-70f313772268-pub-subnet 2018-08-20 06:59:26,392 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ce55475b-693f-423e-81cc-70f313772268-pub-net 2018-08-20 06:59:28,377 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f0105873-73c6-405d-8044-0a4795d30f1c-pub-net 2018-08-20 06:59:29,311 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f0105873-73c6-405d-8044-0a4795d30f1c-pub-subnet 2018-08-20 06:59:32,743 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f0105873-73c6-405d-8044-0a4795d30f1c-pub-net 2018-08-20 06:59:33,832 - neutron_utils - INFO - Deleting port with name 2018-08-20 06:59:34,442 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f0105873-73c6-405d-8044-0a4795d30f1c-pub-subnet 2018-08-20 06:59:34,443 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f0105873-73c6-405d-8044-0a4795d30f1c-pub-subnet 2018-08-20 06:59:36,769 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f0105873-73c6-405d-8044-0a4795d30f1c-pub-net 2018-08-20 06:59:41,148 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-bd9bf684-618c-4ad7-9541-5f1192724d47-pub-router 2018-08-20 06:59:43,496 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-bd9bf684-618c-4ad7-9541-5f1192724d47-pub-router 2018-08-20 06:59:46,786 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-18cbef74-8388-4391-a6ff-95f4daf43f7d-pub-router 2018-08-20 06:59:50,026 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-18cbef74-8388-4391-a6ff-95f4daf43f7d-pub-router 2018-08-20 06:59:52,166 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-7a39b67a-6950-476a-8677-c26b374c672ename 2018-08-20 06:59:52,622 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39a95769-b725-4f66-8d74-6c593466eea6 2018-08-20 06:59:53,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39a95769-b725-4f66-8d74-6c593466eea6 2018-08-20 06:59:53,482 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-7a39b67a-6950-476a-8677-c26b374c672ename 2018-08-20 06:59:54,193 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-6760bfbe-1fba-4aca-af1f-a4871465eb27name-1 2018-08-20 06:59:54,658 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 401771d2-a131-47c5-957e-bee2a6b500b2 2018-08-20 06:59:54,892 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-6760bfbe-1fba-4aca-af1f-a4871465eb27name-2 2018-08-20 06:59:55,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e75572e-d8ee-4ff1-801b-9d2e2eea3090 2018-08-20 06:59:55,666 - neutron_utils - INFO - Listing the available security groups 2018-08-20 06:59:55,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01c94576-7f33-42b7-bb7e-d1582a820af6 2018-08-20 06:59:55,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3acb678c-52e8-44e0-9c40-25643f3defb3 2018-08-20 06:59:56,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 401771d2-a131-47c5-957e-bee2a6b500b2 2018-08-20 06:59:56,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e75572e-d8ee-4ff1-801b-9d2e2eea3090 2018-08-20 06:59:56,504 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d4570be-9ec0-4da3-86e5-858a583cb684 2018-08-20 06:59:56,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 639082b8-1a5e-46ba-a6f5-490229fad84a 2018-08-20 06:59:56,739 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 793d7efa-560a-449e-8804-6cbb202d0fe2 2018-08-20 06:59:56,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d2be960-5646-4432-a30e-8823f9beb677 2018-08-20 06:59:57,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5722b3e-154b-4290-9917-3016a92e5e7e 2018-08-20 06:59:57,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b4007e43-4257-4510-9ee7-293e31eaa3e6 2018-08-20 06:59:57,391 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f207b512-5aa7-460e-a000-b2ac6a917fb8 2018-08-20 06:59:57,567 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-6760bfbe-1fba-4aca-af1f-a4871465eb27name-1 2018-08-20 06:59:57,915 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-6760bfbe-1fba-4aca-af1f-a4871465eb27name-2 2018-08-20 06:59:59,371 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-344e7da9-dbb8-4095-97a6-ecefd8d8198aname 2018-08-20 06:59:59,803 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3005c35-6255-45b9-a92c-657c545b281a 2018-08-20 07:00:00,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3005c35-6255-45b9-a92c-657c545b281a 2018-08-20 07:00:00,408 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-344e7da9-dbb8-4095-97a6-ecefd8d8198aname 2018-08-20 07:00:01,081 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-5abc511b-b933-47d6-bb5a-dfbaf8afac78name 2018-08-20 07:00:01,519 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7edcabdb-38cf-4fe0-a8b2-c8bff873cd18 2018-08-20 07:00:01,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7edcabdb-38cf-4fe0-a8b2-c8bff873cd18 2018-08-20 07:00:02,006 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-5abc511b-b933-47d6-bb5a-dfbaf8afac78name 2018-08-20 07:00:02,351 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7edcabdb-38cf-4fe0-a8b2-c8bff873cd18 2018-08-20 07:00:03,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7edcabdb-38cf-4fe0-a8b2-c8bff873cd18 2018-08-20 07:00:03,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7edcabdb-38cf-4fe0-a8b2-c8bff873cd18 2018-08-20 07:00:03,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7edcabdb-38cf-4fe0-a8b2-c8bff873cd18 2018-08-20 07:00:03,940 - neutron_utils - INFO - Deleting security group rule with ID - 10cc976e-266e-4958-ac74-16582c450f0d 2018-08-20 07:00:04,232 - neutron_utils - INFO - Deleting security group rule with ID - 1144461b-2b4c-4e0f-b322-446c63ede63e 2018-08-20 07:00:04,506 - neutron_utils - INFO - Deleting security group rule with ID - 76ee8c07-a26c-4ea8-9545-7e2dd48d0f5c 2018-08-20 07:00:04,789 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-5abc511b-b933-47d6-bb5a-dfbaf8afac78name 2018-08-20 07:00:05,740 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-8fc8f1c3-2163-4339-8b12-01e3897fa4f4name-1 2018-08-20 07:00:06,208 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f27ab5c-8588-4e45-a84e-8a7ad31d75e6 2018-08-20 07:00:06,435 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-8fc8f1c3-2163-4339-8b12-01e3897fa4f4name-2 2018-08-20 07:00:06,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c51971f-ee8d-4d7c-ad2f-eeac9777009f 2018-08-20 07:00:07,081 - neutron_utils - INFO - Retrieving security group with ID - 5f27ab5c-8588-4e45-a84e-8a7ad31d75e6 2018-08-20 07:00:07,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f27ab5c-8588-4e45-a84e-8a7ad31d75e6 2018-08-20 07:00:07,485 - neutron_utils - INFO - Retrieving security group with ID - 2c51971f-ee8d-4d7c-ad2f-eeac9777009f 2018-08-20 07:00:07,701 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c51971f-ee8d-4d7c-ad2f-eeac9777009f 2018-08-20 07:00:07,726 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-8fc8f1c3-2163-4339-8b12-01e3897fa4f4name-1 2018-08-20 07:00:07,910 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-8fc8f1c3-2163-4339-8b12-01e3897fa4f4name-2 2018-08-20 07:00:08,943 - neutron_utils - INFO - Creating floating ip to external network - external 2018-08-20 07:00:12,028 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-425229e1-d5d5-49d2-a5a5-a80d36fecdeb 2018-08-20 07:00:12,923 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-8ca374ce-01df-4649-8b6c-0cca2eafd38c.pub 2018-08-20 07:00:12,949 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-8ca374ce-01df-4649-8b6c-0cca2eafd38c 2018-08-20 07:00:12,949 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-8ca374ce-01df-4649-8b6c-0cca2eafd38c.pub 2018-08-20 07:00:12,950 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-8ca374ce-01df-4649-8b6c-0cca2eafd38c 2018-08-20 07:00:13,781 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-59cf3aef-a03f-4f3d-89f6-1cf64bea81bc 2018-08-20 07:00:18,644 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-image 2018-08-20 07:00:18,834 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-image 2018-08-20 07:00:19,539 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-net 2018-08-20 07:00:20,462 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-subnet 2018-08-20 07:00:24,255 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-net 2018-08-20 07:00:26,134 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-vm_inst 2018-08-20 07:00:38,462 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-port 2018-08-20 07:00:39,316 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-subnet 2018-08-20 07:00:39,316 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-subnet 2018-08-20 07:00:41,559 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-net 2018-08-20 07:00:43,003 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-b97a6b09-6859-45b3-b818-057e6c11ebb7-image 2018-08-20 07:00:47,515 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-image 2018-08-20 07:00:47,702 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-image 2018-08-20 07:00:48,384 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-net 2018-08-20 07:00:49,346 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-subnet 2018-08-20 07:00:53,769 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a 2018-08-20 07:00:54,709 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a 2018-08-20 07:00:59,338 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-net 2018-08-20 07:01:01,041 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-vm_inst 2018-08-20 07:01:03,771 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-vm_inst 2018-08-20 07:01:11,004 - create_instance - INFO - VM is - ACTIVE 2018-08-20 07:01:35,595 - create_instance - INFO - Deleting Port with ID - cae93c90-d8bf-40bc-b275-2739cb4061eb 2018-08-20 07:01:35,595 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-port 2018-08-20 07:01:36,057 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-vm_inst 2018-08-20 07:01:36,250 - create_instance - INFO - Checking deletion status 2018-08-20 07:01:39,750 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-vm_inst 2018-08-20 07:01:39,969 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a 2018-08-20 07:01:43,670 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a 2018-08-20 07:01:43,717 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-subnet 2018-08-20 07:01:43,717 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-subnet 2018-08-20 07:01:46,141 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-net 2018-08-20 07:01:47,686 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-fae6b026-10eb-47b1-817f-3c4ea05dff0a-image 2018-08-20 07:01:50,728 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-image 2018-08-20 07:01:50,941 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-image 2018-08-20 07:01:51,662 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-net 2018-08-20 07:01:52,642 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-subnet 2018-08-20 07:01:56,734 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4 2018-08-20 07:01:56,965 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4 2018-08-20 07:02:01,689 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-net 2018-08-20 07:02:03,534 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-vm_inst 2018-08-20 07:02:06,323 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-vm_inst 2018-08-20 07:02:14,555 - create_instance - INFO - VM is - ACTIVE 2018-08-20 07:02:18,169 - create_instance - INFO - Deleting Port with ID - 371f7790-74ee-4ba6-8a42-7813b83b25a2 2018-08-20 07:02:18,170 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-port 2018-08-20 07:02:19,134 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-vm_inst 2018-08-20 07:02:19,470 - create_instance - INFO - Checking deletion status 2018-08-20 07:02:26,243 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-vm_inst 2018-08-20 07:02:26,310 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4 2018-08-20 07:02:27,501 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4 2018-08-20 07:02:27,561 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-subnet 2018-08-20 07:02:27,562 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-subnet 2018-08-20 07:02:30,213 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-net 2018-08-20 07:02:32,315 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-13f7d003-b482-4f0f-8bbc-5f257cba69b4-image 2018-08-20 07:02:35,219 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-image 2018-08-20 07:02:35,399 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-image 2018-08-20 07:02:36,123 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-net 2018-08-20 07:02:37,020 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-subnet 2018-08-20 07:02:40,486 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b 2018-08-20 07:02:40,728 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b 2018-08-20 07:02:45,592 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-net 2018-08-20 07:02:48,407 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-vm_inst 2018-08-20 07:02:50,864 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-vm_inst 2018-08-20 07:02:58,459 - create_instance - INFO - VM is - ACTIVE 2018-08-20 07:03:09,462 - create_instance - INFO - Deleting Port with ID - 3c66304a-c667-4b58-b843-62aed2bc131f 2018-08-20 07:03:09,462 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-port 2018-08-20 07:03:09,913 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-vm_inst 2018-08-20 07:03:10,073 - create_instance - INFO - Checking deletion status 2018-08-20 07:03:13,417 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-vm_inst 2018-08-20 07:03:13,652 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b 2018-08-20 07:03:13,954 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b 2018-08-20 07:03:13,998 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-subnet 2018-08-20 07:03:13,999 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-subnet 2018-08-20 07:03:16,345 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-net 2018-08-20 07:03:18,274 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-70ee52c9-26a1-4b54-a7d9-4ef2873c526b-image 2018-08-20 07:03:26,926 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-5bc10193-9641-4704-ab6a-656f6f55c512name 2018-08-20 07:03:29,811 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-256dd943-f3b4-4a17-87c9-beca3804d439-image 2018-08-20 07:03:29,987 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-256dd943-f3b4-4a17-87c9-beca3804d439-image 2018-08-20 07:04:00,119 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-256dd943-f3b4-4a17-87c9-beca3804d439-image 2018-08-20 07:04:04,879 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-dd2afe2b-2b78-4cf5-a9df-39273d930509-image 2018-08-20 07:04:05,085 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-dd2afe2b-2b78-4cf5-a9df-39273d930509-image 2018-08-20 07:04:51,437 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-dd2afe2b-2b78-4cf5-a9df-39273d930509-image 2018-08-20 07:04:56,824 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-fd55a3e4-3db5-4f58-a27c-67a6a66f1028-image1 2018-08-20 07:04:57,025 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-fd55a3e4-3db5-4f58-a27c-67a6a66f1028-image1 2018-08-20 07:04:59,102 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-fd55a3e4-3db5-4f58-a27c-67a6a66f1028-image2 2018-08-20 07:04:59,296 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-fd55a3e4-3db5-4f58-a27c-67a6a66f1028-image2 2018-08-20 07:05:45,005 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-fd55a3e4-3db5-4f58-a27c-67a6a66f1028-image1 2018-08-20 07:05:46,469 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-fd55a3e4-3db5-4f58-a27c-67a6a66f1028-image2 2018-08-20 07:06:02,889 - neutron_utils - INFO - Retrieving security group with ID - 088d20aa-5c90-4876-a848-b3c65485a65b 2018-08-20 07:06:03,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 088d20aa-5c90-4876-a848-b3c65485a65b 2018-08-20 07:06:04,245 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-cb7a5398-bc88-4cd7-b204-d28fda617b53 2018-08-20 07:06:04,673 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-cb7a5398-bc88-4cd7-b204-d28fda617b53 2018-08-20 07:06:05,910 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3f1ca00a-2326-45ad-971f-09cf042ffe8e 2018-08-20 07:06:07,155 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-07ca3236-e741-4883-a3f2-93df817efb7e 2018-08-20 07:06:08,403 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9b4d2465-4f8c-474f-8610-c9eece9bfe91 2018-08-20 07:06:10,548 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-89e42963-e62c-4b96-a809-112c9c43ffff 2018-08-20 07:06:11,268 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-89e42963-e62c-4b96-a809-112c9c43ffff 2018-08-20 07:06:14,109 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-a62e8ac3-f44c-4228-b3aa-7139156a4356 2018-08-20 07:06:15,931 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-8a7c2378-d64e-44bf-8d48-66fba93abf7d 2018-08-20 07:06:16,372 - cinder_utils - INFO - Volume with ID [2c58e3e7-57a3-44df-bb43-8f9469f45484] does not exist 2018-08-20 07:06:16,372 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-8a7c2378-d64e-44bf-8d48-66fba93abf7d 2018-08-20 07:06:18,462 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-bdf9d0dc-11b9-4bc5-a6bd-e794f49b201c 2018-08-20 07:06:19,643 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-5f85d5f1-5a25-46d9-b132-81abba2c06a2-type 2018-08-20 07:06:21,276 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-3015f558-0501-4e0b-95f8-cb5dbc4ebe6c-type 2018-08-20 07:06:22,080 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-3015f558-0501-4e0b-95f8-cb5dbc4ebe6c-type 2018-08-20 07:06:22,429 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-3015f558-0501-4e0b-95f8-cb5dbc4ebe6c-type 2018-08-20 07:06:23,979 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-16b7e7e5-f7f9-4639-88ab-2c0266a63e22-type 2018-08-20 07:06:24,417 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-16b7e7e5-f7f9-4639-88ab-2c0266a63e22-type 2018-08-20 07:06:25,899 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-046db86f-8695-4e17-8dc8-df7eb93f9b3d-type 2018-08-20 07:06:26,328 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-046db86f-8695-4e17-8dc8-df7eb93f9b3d-type 2018-08-20 07:06:28,112 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-75f56a82-4e53-4e41-98c3-8d840910b64d 2018-08-20 07:06:28,501 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-75f56a82-4e53-4e41-98c3-8d840910b64d 2018-08-20 07:06:28,557 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-75f56a82-4e53-4e41-98c3-8d840910b64d-qos 2018-08-20 07:06:30,052 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-ab10853e-875c-408a-b899-37a7cfa9eab9) 2018-08-20 07:06:30,052 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-eabe3210-a12e-4088-b91b-d0dbc1ba3f39 2018-08-20 07:06:30,288 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-eabe3210-a12e-4088-b91b-d0dbc1ba3f39-qos 2018-08-20 07:06:31,839 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-d436b7d5-d510-4094-b850-0e0713e4a3eb 2018-08-20 07:06:32,066 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-d436b7d5-d510-4094-b850-0e0713e4a3eb-qos 2018-08-20 07:06:34,369 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-45921700-bb11-46c9-9c26-b5176b25e90d 2018-08-20 07:06:34,831 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-45921700-bb11-46c9-9c26-b5176b25e90d 2018-08-20 07:06:35,066 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-45921700-bb11-46c9-9c26-b5176b25e90d-qos 2018-08-20 07:06:35,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 07:06:35,422 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 10:32 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 07:06:35,477 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-20 07:06:35,526 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-20 07:06:35,526 - openstack_tests - INFO - OS Credentials = > 2018-08-20 07:06:36,417 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-20 07:06:36,998 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-08-20 07:06:38,377 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-0be0385a-c897-494-proj 2018-08-20 07:06:39,510 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-0be0385a-c897-494-user 2018-08-20 07:06:39,764 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-0be0385a-c897-494-proj-role 2018-08-20 07:06:39,861 - keystone_utils - INFO - Granting role SimpleHealthCheck-0be0385a-c897-494-proj-role to project SimpleHealthCheck-0be0385a-c897-494-proj 2018-08-20 07:06:42,804 - create_image - INFO - Created image with name - SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-image 2018-08-20 07:06:43,004 - create_image - INFO - Image is now active with name - SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-image 2018-08-20 07:06:43,705 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-priv-net 2018-08-20 07:06:44,872 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-priv-subnet 2018-08-20 07:06:51,888 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-priv-net 2018-08-20 07:06:53,993 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-inst 2018-08-20 07:06:56,592 - create_instance - INFO - Created instance with name - SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-inst 2018-08-20 07:07:04,085 - create_instance - INFO - VM is - ACTIVE 2018-08-20 07:07:05,574 - create_instance_tests - INFO - Looking for IP 10.55.0.5 in the console log 2018-08-20 07:07:06,013 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-20 07:07:06,013 - create_instance - INFO - Deleting Port with ID - bfaf913f-47fe-4538-83f1-3fb438588309 2018-08-20 07:07:06,013 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851bport-1 2018-08-20 07:07:06,811 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-inst 2018-08-20 07:07:06,997 - create_instance - INFO - Checking deletion status 2018-08-20 07:07:10,736 - create_instance - INFO - VM is - DELETED 2018-08-20 07:07:10,736 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-inst 2018-08-20 07:07:10,737 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-priv-subnet 2018-08-20 07:07:10,737 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-priv-subnet 2018-08-20 07:07:13,071 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-priv-net 2018-08-20 07:07:15,288 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-16e867b0-aac0-427d-9de6-796d0f99851b-image 2018-08-20 07:07:17,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7f92cb2-3bc8-4b4e-b3ef-8eac1110b975 2018-08-20 07:07:17,777 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 07:07:18,195 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-0be0385a-c897-494-proj 2018-08-20 07:07:18,533 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-0be0385a-c897-494-proj-role 2018-08-20 07:07:18,756 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-0be0385a-c897-494-user 2018-08-20 07:07:19,048 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 07:07:19,048 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-08-20 07:07:19,053 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:12 | PASS | | vmready2 | functest | healthcheck | 00:13 | PASS | | singlevm1 | functest | healthcheck | 00:44 | PASS | | singlevm2 | functest | healthcheck | 00:41 | PASS | | vping_ssh | functest | healthcheck | 00:43 | PASS | | vping_userdata | functest | healthcheck | 00:36 | PASS | | cinder_test | functest | healthcheck | 01:31 | PASS | | odl | functest | healthcheck | 00:20 | PASS | | api_check | functest | healthcheck | 10:32 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-20 07:07:19,065 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-20 07:07:31,746 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-226 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 07:07:31,749 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.36,192.30.9.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.36:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FNhvaKzgxNQGYMj9wBxxxq77v export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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_PROJECT_ID=dfd90f76052e46538c70a213a6ed6a0e export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.8 export SDN_CONTROLLER_PASSWORD=rEwr9DwzXq8D7vzcc4guAZZMm export OS_REGION_NAME=regionOne 2018-08-20 07:07:31,749 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-20 07:07:31,750 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | vmtp shaker snaps_smoke neutron_trunk | | | | | networking-bgpvpn networking-sfc | | | | | barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-20 07:07:31,776 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 07:07:33,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 07:07:33,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 07:07:33,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 07:07:33,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 07:07:33,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 07:07:33,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:07:33,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fcf7e81-771d-4bbd-ab02-5fb7fbbc5b62 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 07:07:33,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6fcf7e81-771d-4bbd-ab02-5fb7fbbc5b62 2018-08-20 07:07:33,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 07:07:33,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T08:07:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["DXf0ZzDHTBeiL1cqDexSnw"], "issued_at": "2018-08-20T07:07:33.000000Z"}} 2018-08-20 07:07:33,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:07:33,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:07:34,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2e2a17b9-fee2-49a0-9997-2a0f3f8788a6 Date: Mon, 20 Aug 2018 07:07:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 07:07:34,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2e2a17b9-fee2-49a0-9997-2a0f3f8788a6 2018-08-20 07:07:34,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260517120361s 2018-08-20 07:07:34,019 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2e2a17b9-fee2-49a0-9997-2a0f3f8788a6 2018-08-20 07:07:34,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 07:07:48,230 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 3c3056de-a35a-420f-85ac-30969124220b | 2018-08-20T07:07:47.866809 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 3c3056de-a35a-420f-85ac-30969124220b ~/.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-08-20 07:07:52,213 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 07:07:52,213 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 07:08:02,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=219227c7-736b-4c67-af0b-123986223ffa) as the default verifier for the future CLI operations. 2018-08-20 07:08:05,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 07:08:05,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:05,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-aaf1a936-8b96-4100-93ba-1d030db1ffad Date: Mon, 20 Aug 2018 07:08:05 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 07:08:05,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-aaf1a936-8b96-4100-93ba-1d030db1ffad 2018-08-20 07:08:05,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.206234931946s 2018-08-20 07:08:05,526 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-aaf1a936-8b96-4100-93ba-1d030db1ffad 2018-08-20 07:08:05,533 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-20 07:08:05,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 07:08:05,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"network": {"name": "tempest_smoke-net_17c8b4d2-acdd-4232-a5ee-78529d674421", "admin_state_up": true}}' 2018-08-20 07:08:06,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-64fe874c-5295-4249-957c-91b28846aa2b Date: Mon, 20 Aug 2018 07:08:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"51a67ce8-dbbc-4df1-ba58-5c61aee57885","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:08:05Z","is_default":false,"provider:segmentation_id":27,"name":"tempest_smoke-net_17c8b4d2-acdd-4232-a5ee-78529d674421","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:08:05Z","mtu":1450}} 2018-08-20 07:08:06,017 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-64fe874c-5295-4249-957c-91b28846aa2b 2018-08-20 07:08:06,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.483779907227s 2018-08-20 07:08:06,018 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-64fe874c-5295-4249-957c-91b28846aa2b 2018-08-20 07:08:06,018 - 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-08-20T07:08:05Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'51a67ce8-dbbc-4df1-ba58-5c61aee57885', u'provider:segmentation_id': 27, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_17c8b4d2-acdd-4232-a5ee-78529d674421', u'admin_state_up': True, u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T07:08:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 07:08:06,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:08:06,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:06,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-34c3e985-b327-4d20-a3b2-00b216a6226d Date: Mon, 20 Aug 2018 07:08:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"51a67ce8-dbbc-4df1-ba58-5c61aee57885","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:08:05Z","provider:segmentation_id":27,"name":"tempest_smoke-net_17c8b4d2-acdd-4232-a5ee-78529d674421","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:08:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 07:08:06,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-34c3e985-b327-4d20-a3b2-00b216a6226d 2018-08-20 07:08:06,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0836358070374s 2018-08-20 07:08:06,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-34c3e985-b327-4d20-a3b2-00b216a6226d 2018-08-20 07:08:06,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 07:08:06,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"subnet": {"name": "tempest_smoke-subnet_17c8b4d2-acdd-4232-a5ee-78529d674421", "enable_dhcp": true, "network_id": "51a67ce8-dbbc-4df1-ba58-5c61aee57885", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 07:08:06,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-114df2d3-e362-4dc8-ac64-46e3b1fc9d8f Date: Mon, 20 Aug 2018 07:08:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51a67ce8-dbbc-4df1-ba58-5c61aee57885","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:08:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T07:08:06Z","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":"dfd90f76052e46538c70a213a6ed6a0e","id":"09421a26-8467-4fed-8867-f88a5e394454","subnetpool_id":null,"name":"tempest_smoke-subnet_17c8b4d2-acdd-4232-a5ee-78529d674421"}} 2018-08-20 07:08:06,796 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-114df2d3-e362-4dc8-ac64-46e3b1fc9d8f 2018-08-20 07:08:06,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.691493034363s 2018-08-20 07:08:06,797 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-114df2d3-e362-4dc8-ac64-46e3b1fc9d8f 2018-08-20 07:08:06,797 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T07:08:06Z', 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'09421a26-8467-4fed-8867-f88a5e394454', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_17c8b4d2-acdd-4232-a5ee-78529d674421', u'enable_dhcp': True, u'network_id': u'51a67ce8-dbbc-4df1-ba58-5c61aee57885', u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T07:08:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 07:08:06,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 07:08:06,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "tempest_smoke-router_17c8b4d2-acdd-4232-a5ee-78529d674421", "admin_state_up": true}}' 2018-08-20 07:08:08,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-e69766c3-3dbb-449f-b600-d5636bfbbe43 Date: Mon, 20 Aug 2018 07:08:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T07:08:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T07:08:08Z", "revision_number": 2, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "cb7cd259-e821-49a8-b7cb-6b2e72e8606d", "name": "tempest_smoke-router_17c8b4d2-acdd-4232-a5ee-78529d674421"}} 2018-08-20 07:08:08,288 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-e69766c3-3dbb-449f-b600-d5636bfbbe43 2018-08-20 07:08:08,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.49064302444s 2018-08-20 07:08:08,289 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-e69766c3-3dbb-449f-b600-d5636bfbbe43 2018-08-20 07:08:08,289 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T07:08:07Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T07:08:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'id': u'cb7cd259-e821-49a8-b7cb-6b2e72e8606d', u'name': u'tempest_smoke-router_17c8b4d2-acdd-4232-a5ee-78529d674421'}) 2018-08-20 07:08:08,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 07:08:08,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"subnet_id": "09421a26-8467-4fed-8867-f88a5e394454"}' 2018-08-20 07:08:10,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ec9f7ac4-6842-42e7-86a7-db1fdd9fe311 Date: Mon, 20 Aug 2018 07:08:10 GMT RESP BODY: {"network_id": "51a67ce8-dbbc-4df1-ba58-5c61aee57885", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "09421a26-8467-4fed-8867-f88a5e394454", "subnet_ids": ["09421a26-8467-4fed-8867-f88a5e394454"], "port_id": "08de103f-2de7-401a-8a24-8c379d8975c6", "id": "cb7cd259-e821-49a8-b7cb-6b2e72e8606d"} 2018-08-20 07:08:10,237 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d/add_router_interface.json used request id req-ec9f7ac4-6842-42e7-86a7-db1fdd9fe311 2018-08-20 07:08:10,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94650816917s 2018-08-20 07:08:10,237 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d/add_router_interface.json used request id req-ec9f7ac4-6842-42e7-86a7-db1fdd9fe311 returning object cb7cd259-e821-49a8-b7cb-6b2e72e8606d 2018-08-20 07:08:10,237 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 07:08:10,370 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 07:08:10,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:08:10,376 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 07:08:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 07:08:10,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:08:10,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:10,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c4491491-57cd-4983-93fb-45c5f6fc93b4 Date: Mon, 20 Aug 2018 07:08:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:08:10,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c4491491-57cd-4983-93fb-45c5f6fc93b4 2018-08-20 07:08:10,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196474075317s 2018-08-20 07:08:10,576 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c4491491-57cd-4983-93fb-45c5f6fc93b4 2018-08-20 07:08:10,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 07:08:10,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421"}' 2018-08-20 07:08:10,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d5feb987-06db-4b85-a83c-fc5eaa846758 Date: Mon, 20 Aug 2018 07:08:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "092a4384-d5d9-4d6a-bb76-3c29106b6131", "size": null, "self": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:08:10Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "checksum": null, "created_at": "2018-08-20T07:08:10Z", "protected": false} 2018-08-20 07:08:10,879 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d5feb987-06db-4b85-a83c-fc5eaa846758 2018-08-20 07:08:10,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.295498132706s 2018-08-20 07:08:10,879 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d5feb987-06db-4b85-a83c-fc5eaa846758 returning object 092a4384-d5d9-4d6a-bb76-3c29106b6131 2018-08-20 07:08:10,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 07:08:10,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '' 2018-08-20 07:08:12,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3d16b30-8a34-44e0-a17a-c69d199891d2 Date: Mon, 20 Aug 2018 07:08:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 07:08:12,477 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file used request id req-f3d16b30-8a34-44e0-a17a-c69d199891d2 2018-08-20 07:08:12,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.59663105011s 2018-08-20 07:08:12,477 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file used request id req-f3d16b30-8a34-44e0-a17a-c69d199891d2 2018-08-20 07:08:12,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:08:12,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:12,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-b4383db6-52d0-4458-9ad2-8182b73c0129 Date: Mon, 20 Aug 2018 07:08:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap", "metadata": {}}], "file": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "092a4384-d5d9-4d6a-bb76-3c29106b6131", "size": 12716032, "self": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:08:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:08:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:08:12,683 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b4383db6-52d0-4458-9ad2-8182b73c0129 2018-08-20 07:08:12,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202087163925s 2018-08-20 07:08:12,684 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b4383db6-52d0-4458-9ad2-8182b73c0129 2018-08-20 07:08:12,686 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap', u'metadata': Munch({})})], 'file': u'/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'092a4384-d5d9-4d6a-bb76-3c29106b6131', 'size': 12716032, u'self': u'/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T07:08:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T07:08:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421', 'created': u'2018-08-20T07:08:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T07:08:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 07:08:12,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 07:08:12,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_17c8b4d2-acdd-4232-a5ee-78529d674421", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 07:08:12,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:08:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a12bc956-d2b6-4952-8012-1c58c71508d5 x-compute-request-id: req-a12bc956-d2b6-4952-8012-1c58c71508d5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_17c8b4d2-acdd-4232-a5ee-78529d674421", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/4ceed974-e218-45ea-8247-b71908d2bed2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "4ceed974-e218-45ea-8247-b71908d2bed2"}} 2018-08-20 07:08:12,901 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-a12bc956-d2b6-4952-8012-1c58c71508d5 2018-08-20 07:08:12,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.214642047882s 2018-08-20 07:08:12,902 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-a12bc956-d2b6-4952-8012-1c58c71508d5 2018-08-20 07:08:12,903 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_17c8b4d2-acdd-4232-a5ee-78529d674421', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'4ceed974-e218-45ea-8247-b71908d2bed2', 'swap': 0}) 2018-08-20 07:08:12,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 07:08:12,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"extra_specs": {}}' 2018-08-20 07:08:12,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:08:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fad824d8-3962-4d21-84c5-85e75dcc9bd8 x-compute-request-id: req-fad824d8-3962-4d21-84c5-85e75dcc9bd8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 07:08:12,925 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2/os-extra_specs used request id req-fad824d8-3962-4d21-84c5-85e75dcc9bd8 2018-08-20 07:08:12,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220699310303s 2018-08-20 07:08:12,926 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2/os-extra_specs used request id req-fad824d8-3962-4d21-84c5-85e75dcc9bd8 2018-08-20 07:08:12,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:08:12,935 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 07:08:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 07:08:12,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:08:12,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:13,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b087dcc4-e389-4726-8f53-1cc8e100fb95 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:08:13,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b087dcc4-e389-4726-8f53-1cc8e100fb95 2018-08-20 07:08:13,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0953650474548s 2018-08-20 07:08:13,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b087dcc4-e389-4726-8f53-1cc8e100fb95 2018-08-20 07:08:13,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:08:13,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:13,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe869e7c-8a83-402b-bbc7-8451ea3928ab Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:08:13,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fe869e7c-8a83-402b-bbc7-8451ea3928ab 2018-08-20 07:08:13,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0970501899719s 2018-08-20 07:08:13,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fe869e7c-8a83-402b-bbc7-8451ea3928ab 2018-08-20 07:08:13,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 07:08:13,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:13,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07: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-ec6fadbe-8b51-40d3-9ce5-b732ced37a48 x-compute-request-id: req-ec6fadbe-8b51-40d3-9ce5-b732ced37a48 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 14}, "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.4", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 07:08:13,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-ec6fadbe-8b51-40d3-9ce5-b732ced37a48 2018-08-20 07:08:13,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0427680015564s 2018-08-20 07:08:13,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-ec6fadbe-8b51-40d3-9ce5-b732ced37a48 2018-08-20 07:08:13,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:08:13,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:13,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-8e6baa87-7ed9-49e9-97e3-80eec6dd8967 Date: Mon, 20 Aug 2018 07:08:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap", "metadata": {}}], "file": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "092a4384-d5d9-4d6a-bb76-3c29106b6131", "size": 12716032, "self": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:08:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:08:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:08:13,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-8e6baa87-7ed9-49e9-97e3-80eec6dd8967 2018-08-20 07:08:13,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.192085027695s 2018-08-20 07:08:13,380 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-8e6baa87-7ed9-49e9-97e3-80eec6dd8967 2018-08-20 07:08:13,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 07:08:13,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421"}' 2018-08-20 07:08:13,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-817bca4c-d8bc-4d7d-826a-939742656359 Date: Mon, 20 Aug 2018 07:08:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f37d2ca4-3b35-42f3-b245-fd70829c005f", "size": null, "self": "/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:08:13Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421", "checksum": null, "created_at": "2018-08-20T07:08:13Z", "protected": false} 2018-08-20 07:08:13,610 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-817bca4c-d8bc-4d7d-826a-939742656359 2018-08-20 07:08:13,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.212413072586s 2018-08-20 07:08:13,611 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-817bca4c-d8bc-4d7d-826a-939742656359 returning object f37d2ca4-3b35-42f3-b245-fd70829c005f 2018-08-20 07:08:13,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 07:08:13,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '' 2018-08-20 07:08:14,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b981c02d-d775-435e-96e5-3e13a3052e4d Date: Mon, 20 Aug 2018 07:08:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 07:08:14,692 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/file used request id req-b981c02d-d775-435e-96e5-3e13a3052e4d 2018-08-20 07:08:14,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.07978606224s 2018-08-20 07:08:14,692 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/file used request id req-b981c02d-d775-435e-96e5-3e13a3052e4d 2018-08-20 07:08:14,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:08:14,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:08:14,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-c816980c-9815-47e5-8b17-7cec59df5274 Date: Mon, 20 Aug 2018 07:08:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/snap", "metadata": {}}], "file": "/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f37d2ca4-3b35-42f3-b245-fd70829c005f", "size": 12716032, "self": "/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:08:14Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:08:13Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap", "metadata": {}}], "file": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "092a4384-d5d9-4d6a-bb76-3c29106b6131", "size": 12716032, "self": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:08:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:08:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:08:14,889 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c816980c-9815-47e5-8b17-7cec59df5274 2018-08-20 07:08:14,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.192331075668s 2018-08-20 07:08:14,889 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c816980c-9815-47e5-8b17-7cec59df5274 2018-08-20 07:08:14,892 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'f37d2ca4-3b35-42f3-b245-fd70829c005f', 'size': 12716032, u'self': u'/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f37d2ca4-3b35-42f3-b245-fd70829c005f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T07:08:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T07:08:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421', 'created': u'2018-08-20T07:08:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T07:08:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_17c8b4d2-acdd-4232-a5ee-78529d674421', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 07:08:14,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 07:08:14,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_17c8b4d2-acdd-4232-a5ee-78529d674421", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 07:08:14,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:08: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-d3c58428-f545-4aa8-84eb-c40648b0c8ba x-compute-request-id: req-d3c58428-f545-4aa8-84eb-c40648b0c8ba Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_17c8b4d2-acdd-4232-a5ee-78529d674421", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e791013e-ea0b-4cd0-9503-3d1768376a0f"}} 2018-08-20 07:08:14,932 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-d3c58428-f545-4aa8-84eb-c40648b0c8ba 2018-08-20 07:08:14,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.038969039917s 2018-08-20 07:08:14,933 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-d3c58428-f545-4aa8-84eb-c40648b0c8ba 2018-08-20 07:08:14,934 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_17c8b4d2-acdd-4232-a5ee-78529d674421', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'e791013e-ea0b-4cd0-9503-3d1768376a0f', 'swap': 0}) 2018-08-20 07:08:14,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 07:08:14,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"extra_specs": {}}' 2018-08-20 07:08:14,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:08: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-539b23c3-38bf-49f6-8b65-76d0caf4f3be x-compute-request-id: req-539b23c3-38bf-49f6-8b65-76d0caf4f3be Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 07:08:14,956 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f/os-extra_specs used request id req-539b23c3-38bf-49f6-8b65-76d0caf4f3be 2018-08-20 07:08:14,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021378993988s 2018-08-20 07:08:14,956 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f/os-extra_specs used request id req-539b23c3-38bf-49f6-8b65-76d0caf4f3be 2018-08-20 07:08:14,956 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_17c8b4d2-acdd-4232-a5ee-78529d674421', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'e791013e-ea0b-4cd0-9503-3d1768376a0f', 'swap': 0}) 2018-08-20 07:08:18,593 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 07:08:18,594 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 07:08:18,594 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 07:08:18,597 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 07:08:18,610 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 07:08:22,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-219227c7-736b-4c67-af0b-123986223ffa/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-20 07:08:22,608 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 07:08:22,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 07:08:22,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt', '--concurrency=4']'. 2018-08-20 07:08:30,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:30.874 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-20 07:08:33,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:33.229 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.193s] 2018-08-20 07:08:33,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:33.286 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-08-20 07:08:35,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:35.650 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.609s] 2018-08-20 07:08:41,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:41.378 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.786s] 2018-08-20 07:08:44,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:43.999 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.055s] 2018-08-20 07:08:44,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:44.744 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.365s] 2018-08-20 07:08:45,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:45.265 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.763s] 2018-08-20 07:08:49,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:49.077 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.981s] 2018-08-20 07:08:58,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:58.124 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.056s] 2018-08-20 07:08:58,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:58.895 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.705s] 2018-08-20 07:08:58,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:08:58.904 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-20 07:09:05,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:05.323 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.681s] 2018-08-20 07:09:06,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:06.995 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.254s] 2018-08-20 07:09:14,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:14.628 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.700s] 2018-08-20 07:09:14,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:14.846 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.564s] 2018-08-20 07:09:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:15.210 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.077s] 2018-08-20 07:09:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:15.211 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-20 07:09:21,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:21.874 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.862s] 2018-08-20 07:09:23,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:23.033 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.158s] 2018-08-20 07:09:25,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:25.395 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.362s] 2018-08-20 07:09:26,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:26.888 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-08-20 07:09:26,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:26.890 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-20 07:09:27,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:27.602 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.601s] 2018-08-20 07:09:33,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:33.768 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-08-20 07:09:35,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:35.921 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.800s] 2018-08-20 07:09:41,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:41.590 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.669s] 2018-08-20 07:09:51,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:51.983 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [10.392s] 2018-08-20 07:09:53,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:53.527 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.091s] 2018-08-20 07:09:53,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:53.985 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.457s] 2018-08-20 07:09:54,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:54.103 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.118s] 2018-08-20 07:09:54,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:54.160 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.057s] 2018-08-20 07:09:54,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:54.443 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.282s] 2018-08-20 07:09:54,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:09:54.663 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.220s] 2018-08-20 07:10:05,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:05.275 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.432s] 2018-08-20 07:10:09,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:09.146 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.869s] 2018-08-20 07:10:09,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:09.164 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-08-20 07:10:09,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:09.165 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-20 07:10:09,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:09.353 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.210s] 2018-08-20 07:10:14,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:14.716 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.562s] 2018-08-20 07:10:15,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:15.202 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.487s] 2018-08-20 07:10:15,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:15.480 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.277s] 2018-08-20 07:10:15,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:15.690 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.209s] 2018-08-20 07:10:15,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:15.964 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.273s] 2018-08-20 07:10:16,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:16.039 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.075s] 2018-08-20 07:10:16,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:16.390 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.293s] 2018-08-20 07:10:16,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:16.410 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.020s] 2018-08-20 07:10:22,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:22.089 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-20 07:10:24,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:24.306 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.088s] 2018-08-20 07:10:24,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:24.390 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.084s] 2018-08-20 07:10:24,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:24.479 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.088s] 2018-08-20 07:10:24,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:24.486 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-20 07:10:33,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:33.393 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [5.099s] 2018-08-20 07:10:36,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:36.824 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.148s] 2018-08-20 07:10:36,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:36.916 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.091s] 2018-08-20 07:10:37,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:37.000 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.083s] 2018-08-20 07:10:37,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:37.116 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.116s] 2018-08-20 07:10:38,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:38.512 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [13.795s] 2018-08-20 07:10:46,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:46.169 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.656s] 2018-08-20 07:10:49,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:49.849 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.924s] 2018-08-20 07:10:52,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:52.877 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-08-20 07:10:53,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:53.228 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.058s] 2018-08-20 07:10:54,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:54.195 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.346s] 2018-08-20 07:10:57,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:10:57.504 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.276s] 2018-08-20 07:11:07,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:07.793 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.658s] 2018-08-20 07:11:11,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:11.742 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.948s] 2018-08-20 07:11:19,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:19.290 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.480s] 2018-08-20 07:11:21,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:21.049 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.307s] 2018-08-20 07:11:27,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:27.183 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.642s] 2018-08-20 07:11:30,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:30.128 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.943s] 2018-08-20 07:11:32,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:32.700 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.572s] 2018-08-20 07:11:37,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:37.224 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-20 07:11:38,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:38.694 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.929s] 2018-08-20 07:11:45,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:45.919 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.225s] 2018-08-20 07:11:47,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:47.943 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.024s] 2018-08-20 07:11:48,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:48.023 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.080s] 2018-08-20 07:11:48,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:11:48.092 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.069s] 2018-08-20 07:12:06,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:06.517 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.261s] 2018-08-20 07:12:14,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:14.186 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.669s] 2018-08-20 07:12:20,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:20.517 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.330s] 2018-08-20 07:12:24,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:24.569 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.052s] 2018-08-20 07:12:30,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:30.174 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [132.272s] 2018-08-20 07:12:45,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:45.274 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-20 07:12:52,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:52.578 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.929s] 2018-08-20 07:12:52,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:52.752 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.174s] 2018-08-20 07:12:59,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:59.311 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-08-20 07:12:59,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:12:59.416 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-08-20 07:13:03,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:03.400 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.335s] 2018-08-20 07:13:03,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:03.830 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-20 07:13:05,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:05.874 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.473s] 2018-08-20 07:13:07,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:07.354 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.092s] 2018-08-20 07:13:08,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:08.255 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.382s] 2018-08-20 07:13:14,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:14.050 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.672s] 2018-08-20 07:13:27,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:27.281 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.420s] 2018-08-20 07:13:34,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:34.456 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.174s] 2018-08-20 07:13:36,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:36.816 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.359s] 2018-08-20 07:13:37,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:37.064 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.248s] 2018-08-20 07:13:37,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:37.147 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.083s] 2018-08-20 07:13:45,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:45.133 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.389s] 2018-08-20 07:13:48,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:48.196 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.061s] 2018-08-20 07:13:48,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:13:48.242 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-08-20 07:14:03,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:14:03.626 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.159s] 2018-08-20 07:14:15,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:14:15.945 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.478s] 2018-08-20 07:14:30,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 07:14:30.310 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.362s] 2018-08-20 07:14:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 16274aab-eb83-402c-b417-a6e0c821ee2d 2018-08-20 07:14:33,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '16274aab-eb83-402c-b417-a6e0c821ee2d']'. 2018-08-20 07:14:34,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 07:14:34,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 07:14:34,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 07:14:34,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 16274aab-eb83-402c-b417-a6e0c821ee2d | 2018-08-20 07:14:34,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-20 07:14:34,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 07:08:25 | 2018-08-20 07:14:34,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 07:14:33 | 2018-08-20 07:14:34,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:08 | 2018-08-20 07:14:34,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-20 07:14:34,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 07:14:34,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 07:14:34,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 219227c7-736b-4c67-af0b-123986223ffa) | 2018-08-20 07:14:34,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 07:14:34,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3c3056de-a35a-420f-85ac-30969124220b) | 2018-08-20 07:14:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-20 07:14:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 359.445 | 2018-08-20 07:14:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-20 07:14:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-20 07:14:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 07:14:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 07:14:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-20 07:14:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 07:14:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 07:14:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 07:14:34,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-20 07:14:35,068 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 07:14:35,069 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:29 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-20 07:14:35,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 07:14:35,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:35,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66be74a2-42cf-456e-9ebb-e77ae773df7e Date: Mon, 20 Aug 2018 07:14:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 07:14:35,669 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f used request id req-66be74a2-42cf-456e-9ebb-e77ae773df7e 2018-08-20 07:14:35,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.593106985092s 2018-08-20 07:14:35,669 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/f37d2ca4-3b35-42f3-b245-fd70829c005f used request id req-66be74a2-42cf-456e-9ebb-e77ae773df7e 2018-08-20 07:14:35,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 07:14:35,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:35,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07: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-7b08d7ff-2e6c-4d11-9095-66e5f369b4c5 x-compute-request-id: req-7b08d7ff-2e6c-4d11-9095-66e5f369b4c5 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_17c8b4d2-acdd-4232-a5ee-78529d674421", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/4ceed974-e218-45ea-8247-b71908d2bed2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "4ceed974-e218-45ea-8247-b71908d2bed2"}, {"name": "tempest_smoke-flavor_alt_17c8b4d2-acdd-4232-a5ee-78529d674421", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e791013e-ea0b-4cd0-9503-3d1768376a0f"}]} 2018-08-20 07:14:35,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-7b08d7ff-2e6c-4d11-9095-66e5f369b4c5 2018-08-20 07:14:35,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.190477848053s 2018-08-20 07:14:35,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-7b08d7ff-2e6c-4d11-9095-66e5f369b4c5 2018-08-20 07:14:35,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 07:14:35,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:35,905 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 07: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-11b80588-ccd1-4ce2-82c2-31a0b8bb6a52 x-compute-request-id: req-11b80588-ccd1-4ce2-82c2-31a0b8bb6a52 Content-Length: 0 Content-Type: application/json 2018-08-20 07:14:35,905 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f used request id req-11b80588-ccd1-4ce2-82c2-31a0b8bb6a52 2018-08-20 07:14:35,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416889190674s 2018-08-20 07:14:35,905 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/e791013e-ea0b-4cd0-9503-3d1768376a0f used request id req-11b80588-ccd1-4ce2-82c2-31a0b8bb6a52 2018-08-20 07:14:35,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 07:14:35,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" -d '{"subnet_id": "09421a26-8467-4fed-8867-f88a5e394454"}' 2018-08-20 07:14:37,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-55a4ea0c-78e7-4199-8550-87c70633c783 Date: Mon, 20 Aug 2018 07:14:37 GMT RESP BODY: {"network_id": "51a67ce8-dbbc-4df1-ba58-5c61aee57885", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "09421a26-8467-4fed-8867-f88a5e394454", "subnet_ids": ["09421a26-8467-4fed-8867-f88a5e394454"], "port_id": "08de103f-2de7-401a-8a24-8c379d8975c6", "id": "cb7cd259-e821-49a8-b7cb-6b2e72e8606d"} 2018-08-20 07:14:37,410 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d/remove_router_interface.json used request id req-55a4ea0c-78e7-4199-8550-87c70633c783 2018-08-20 07:14:37,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.50436902046s 2018-08-20 07:14:37,410 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d/remove_router_interface.json used request id req-55a4ea0c-78e7-4199-8550-87c70633c783 returning object cb7cd259-e821-49a8-b7cb-6b2e72e8606d 2018-08-20 07:14:37,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 07:14:37,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:37,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-7e9c9ea7-e3e7-4bd8-9fb6-11d469a0cff5 Date: Mon, 20 Aug 2018 07:14:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T07:08:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T07:14:36Z", "revision_number": 4, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "cb7cd259-e821-49a8-b7cb-6b2e72e8606d", "name": "tempest_smoke-router_17c8b4d2-acdd-4232-a5ee-78529d674421"}]} 2018-08-20 07:14:37,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-7e9c9ea7-e3e7-4bd8-9fb6-11d469a0cff5 2018-08-20 07:14:37,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.274128198624s 2018-08-20 07:14:37,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-7e9c9ea7-e3e7-4bd8-9fb6-11d469a0cff5 2018-08-20 07:14:37,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 07:14:37,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:39,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67178563-29f0-43e5-93a1-b021cdb9a73b Content-Length: 0 Date: Mon, 20 Aug 2018 07:14:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:14:39,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d.json used request id req-67178563-29f0-43e5-93a1-b021cdb9a73b 2018-08-20 07:14:39,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.86425900459s 2018-08-20 07:14:39,552 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/cb7cd259-e821-49a8-b7cb-6b2e72e8606d.json used request id req-67178563-29f0-43e5-93a1-b021cdb9a73b 2018-08-20 07:14:39,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 07:14:39,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:39,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-d480f3d9-e4ed-40bd-a9a7-d1185c8e502b Date: Mon, 20 Aug 2018 07:14:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51a67ce8-dbbc-4df1-ba58-5c61aee57885","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:08:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T07:08:06Z","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":"dfd90f76052e46538c70a213a6ed6a0e","id":"09421a26-8467-4fed-8867-f88a5e394454","subnetpool_id":null,"name":"tempest_smoke-subnet_17c8b4d2-acdd-4232-a5ee-78529d674421"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 07:14:39,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-d480f3d9-e4ed-40bd-a9a7-d1185c8e502b 2018-08-20 07:14:39,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.22970199585s 2018-08-20 07:14:39,783 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-d480f3d9-e4ed-40bd-a9a7-d1185c8e502b 2018-08-20 07:14:39,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 07:14:39,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/09421a26-8467-4fed-8867-f88a5e394454.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:41,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53a61e34-140b-410e-b10b-21efb087f6e9 Date: Mon, 20 Aug 2018 07:14:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:14:41,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/09421a26-8467-4fed-8867-f88a5e394454.json used request id req-53a61e34-140b-410e-b10b-21efb087f6e9 2018-08-20 07:14:41,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.19167590141s 2018-08-20 07:14:41,976 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/09421a26-8467-4fed-8867-f88a5e394454.json used request id req-53a61e34-140b-410e-b10b-21efb087f6e9 2018-08-20 07:14:41,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:14:41,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:42,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-1f678e01-9681-407b-a02d-22ed5597676e Date: Mon, 20 Aug 2018 07:14:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"51a67ce8-dbbc-4df1-ba58-5c61aee57885","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:14:41Z","provider:segmentation_id":27,"name":"tempest_smoke-net_17c8b4d2-acdd-4232-a5ee-78529d674421","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:08:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 07:14:42,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-1f678e01-9681-407b-a02d-22ed5597676e 2018-08-20 07:14:42,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.284747123718s 2018-08-20 07:14:42,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-1f678e01-9681-407b-a02d-22ed5597676e 2018-08-20 07:14:42,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 07:14:42,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/51a67ce8-dbbc-4df1-ba58-5c61aee57885.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:43,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ed8fd0a-ad78-4fe6-b1cc-21f42110baf2 Date: Mon, 20 Aug 2018 07:14:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:14:43,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/51a67ce8-dbbc-4df1-ba58-5c61aee57885.json used request id req-8ed8fd0a-ad78-4fe6-b1cc-21f42110baf2 2018-08-20 07:14:43,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24606108665s 2018-08-20 07:14:43,510 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/51a67ce8-dbbc-4df1-ba58-5c61aee57885.json used request id req-8ed8fd0a-ad78-4fe6-b1cc-21f42110baf2 2018-08-20 07:14:43,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:14:43,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:43,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-db649c92-01b4-4711-9ed1-7794e57b58da Date: Mon, 20 Aug 2018 07:14:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap", "metadata": {}}], "file": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "092a4384-d5d9-4d6a-bb76-3c29106b6131", "size": 12716032, "self": "/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/092a4384-d5d9-4d6a-bb76-3c29106b6131/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:08:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_17c8b4d2-acdd-4232-a5ee-78529d674421", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:08:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:14:43,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-db649c92-01b4-4711-9ed1-7794e57b58da 2018-08-20 07:14:43,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186540126801s 2018-08-20 07:14:43,701 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-db649c92-01b4-4711-9ed1-7794e57b58da 2018-08-20 07:14:43,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 07:14:43,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:44,703 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0acdc28d-a172-41ad-9962-dd17d2211d89 Date: Mon, 20 Aug 2018 07:14:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 07:14:44,703 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131 used request id req-0acdc28d-a172-41ad-9962-dd17d2211d89 2018-08-20 07:14:44,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00064992905s 2018-08-20 07:14:44,703 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/092a4384-d5d9-4d6a-bb76-3c29106b6131 used request id req-0acdc28d-a172-41ad-9962-dd17d2211d89 2018-08-20 07:14:44,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 07:14:44,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:44,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07: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-099fe047-712a-42a6-9011-d4884df416eb x-compute-request-id: req-099fe047-712a-42a6-9011-d4884df416eb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_17c8b4d2-acdd-4232-a5ee-78529d674421", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/4ceed974-e218-45ea-8247-b71908d2bed2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "4ceed974-e218-45ea-8247-b71908d2bed2"}]} 2018-08-20 07:14:44,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-099fe047-712a-42a6-9011-d4884df416eb 2018-08-20 07:14:44,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0264790058136s 2018-08-20 07:14:44,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-099fe047-712a-42a6-9011-d4884df416eb 2018-08-20 07:14:44,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 07:14:44,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51dae84618428e4601875fbe46c251f9bd77567b" 2018-08-20 07:14:44,761 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 07: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 x-openstack-request-id: req-a68bc7da-8a4f-4aee-84fd-169c69f15c0f x-compute-request-id: req-a68bc7da-8a4f-4aee-84fd-169c69f15c0f Content-Length: 0 Content-Type: application/json 2018-08-20 07:14:44,761 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2 used request id req-a68bc7da-8a4f-4aee-84fd-169c69f15c0f 2018-08-20 07:14:44,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.028528213501s 2018-08-20 07:14:44,762 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/4ceed974-e218-45ea-8247-b71908d2bed2 used request id req-a68bc7da-8a4f-4aee-84fd-169c69f15c0f 2018-08-20 07:14:44,820 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-20 07:14:44,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 07:14:44,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 07:14:44,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 07:14:44,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 07:14:44,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 07:14:44,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 07:14:44,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 07:14:44,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 07:14:44,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 07:14:44,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 07:14:44,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 07:14:44,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:14:44,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45a38c85-190a-4cc7-86d3-6b0b64eb9087 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 07:14:44,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-45a38c85-190a-4cc7-86d3-6b0b64eb9087 2018-08-20 07:14:44,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 07:14:45,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T08:14:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["HMLHSmgnSyu-omjBo8B7ZQ"], "issued_at": "2018-08-20T07:14:45.000000Z"}} 2018-08-20 07:14:45,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:14:45,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:14:45,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cbdd3562-d450-4c2b-8b76-b3241c612561 Date: Mon, 20 Aug 2018 07:14:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 07:14:45,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cbdd3562-d450-4c2b-8b76-b3241c612561 2018-08-20 07:14:45,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.486054182053s 2018-08-20 07:14:45,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cbdd3562-d450-4c2b-8b76-b3241c612561 2018-08-20 07:14:45,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 07:14:48,745 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 07:14:51,481 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 83ba9b59-9fde-4679-bc0d-476a92cc2caf | 2018-08-20T07:14:51.111263 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 83ba9b59-9fde-4679-bc0d-476a92cc2caf ~/.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-08-20 07:14:55,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 07:14:55,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 07:14:58,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 07:15:01,827 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=fa85d5c9-ffde-4c84-888b-8196e7735df1) as the default verifier for the future CLI operations. 2018-08-20 07:15:05,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 07:15:05,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:05,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-c335b72e-4d08-48dc-bbd8-48342415c004 Date: Mon, 20 Aug 2018 07:15:05 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 07:15:05,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-c335b72e-4d08-48dc-bbd8-48342415c004 2018-08-20 07:15:05,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.17887711525s 2018-08-20 07:15:05,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-c335b72e-4d08-48dc-bbd8-48342415c004 2018-08-20 07:15:05,304 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-20 07:15:05,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 07:15:05,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"network": {"name": "neutron-tempest-plugin-api-net_015bdad0-2a4f-4401-80c9-25353f5305d1", "admin_state_up": true}}' 2018-08-20 07:15:05,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-193a6b6f-3a7a-41bf-9b09-16ce8333e5cc Date: Mon, 20 Aug 2018 07:15:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"66f58b8a-84fb-4ac7-a703-4e3dc5f16896","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:15:05Z","is_default":false,"provider:segmentation_id":12,"name":"neutron-tempest-plugin-api-net_015bdad0-2a4f-4401-80c9-25353f5305d1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:15:05Z","mtu":1450}} 2018-08-20 07:15:05,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-193a6b6f-3a7a-41bf-9b09-16ce8333e5cc 2018-08-20 07:15:05,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.492104053497s 2018-08-20 07:15:05,798 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-193a6b6f-3a7a-41bf-9b09-16ce8333e5cc 2018-08-20 07:15:05,798 - 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-08-20T07:15:05Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'66f58b8a-84fb-4ac7-a703-4e3dc5f16896', u'provider:segmentation_id': 12, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_015bdad0-2a4f-4401-80c9-25353f5305d1', u'admin_state_up': True, u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T07:15:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 07:15:05,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:15:05,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:06,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-31750355-13cd-4d4e-b36d-074e12a88a84 Date: Mon, 20 Aug 2018 07:15:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"66f58b8a-84fb-4ac7-a703-4e3dc5f16896","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:15:05Z","provider:segmentation_id":12,"name":"neutron-tempest-plugin-api-net_015bdad0-2a4f-4401-80c9-25353f5305d1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:15:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T06:44:34Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 07:15:06,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-31750355-13cd-4d4e-b36d-074e12a88a84 2018-08-20 07:15:06,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258822917938s 2018-08-20 07:15:06,058 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-31750355-13cd-4d4e-b36d-074e12a88a84 2018-08-20 07:15:06,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 07:15:06,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_015bdad0-2a4f-4401-80c9-25353f5305d1", "enable_dhcp": true, "network_id": "66f58b8a-84fb-4ac7-a703-4e3dc5f16896", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 07:15:06,851 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-9198fd1d-19c0-4044-8356-95b698d187a0 Date: Mon, 20 Aug 2018 07:15:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66f58b8a-84fb-4ac7-a703-4e3dc5f16896","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:15:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T07:15:06Z","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":"dfd90f76052e46538c70a213a6ed6a0e","id":"86080206-6e5a-4864-a795-46aa6526af53","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_015bdad0-2a4f-4401-80c9-25353f5305d1"}} 2018-08-20 07:15:06,851 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-9198fd1d-19c0-4044-8356-95b698d187a0 2018-08-20 07:15:06,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.790437936783s 2018-08-20 07:15:06,851 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-9198fd1d-19c0-4044-8356-95b698d187a0 2018-08-20 07:15:06,852 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T07:15:06Z', 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'86080206-6e5a-4864-a795-46aa6526af53', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_015bdad0-2a4f-4401-80c9-25353f5305d1', u'enable_dhcp': True, u'network_id': u'66f58b8a-84fb-4ac7-a703-4e3dc5f16896', u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T07:15:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 07:15:06,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 07:15:06,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "neutron-tempest-plugin-api-router_015bdad0-2a4f-4401-80c9-25353f5305d1", "admin_state_up": true}}' 2018-08-20 07:15:08,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-0bb73561-cb6f-46cc-a53f-34578443b452 Date: Mon, 20 Aug 2018 07:15:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T07:15:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T07:15:08Z", "revision_number": 2, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "5a9db737-ca0b-4893-98ce-5c041540ffb8", "name": "neutron-tempest-plugin-api-router_015bdad0-2a4f-4401-80c9-25353f5305d1"}} 2018-08-20 07:15:08,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-0bb73561-cb6f-46cc-a53f-34578443b452 2018-08-20 07:15:08,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.4509499073s 2018-08-20 07:15:08,303 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-0bb73561-cb6f-46cc-a53f-34578443b452 2018-08-20 07:15:08,304 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T07:15:07Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T07:15:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'id': u'5a9db737-ca0b-4893-98ce-5c041540ffb8', u'name': u'neutron-tempest-plugin-api-router_015bdad0-2a4f-4401-80c9-25353f5305d1'}) 2018-08-20 07:15:08,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 07:15:08,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"subnet_id": "86080206-6e5a-4864-a795-46aa6526af53"}' 2018-08-20 07:15:10,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-56c18dda-c9eb-4d37-9f8b-ed31eecb3620 Date: Mon, 20 Aug 2018 07:15:10 GMT RESP BODY: {"network_id": "66f58b8a-84fb-4ac7-a703-4e3dc5f16896", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "86080206-6e5a-4864-a795-46aa6526af53", "subnet_ids": ["86080206-6e5a-4864-a795-46aa6526af53"], "port_id": "fb7ad4d1-0ca8-4f6b-a739-dee4dc0e09a0", "id": "5a9db737-ca0b-4893-98ce-5c041540ffb8"} 2018-08-20 07:15:10,338 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8/add_router_interface.json used request id req-56c18dda-c9eb-4d37-9f8b-ed31eecb3620 2018-08-20 07:15:10,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.03345513344s 2018-08-20 07:15:10,338 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8/add_router_interface.json used request id req-56c18dda-c9eb-4d37-9f8b-ed31eecb3620 returning object 5a9db737-ca0b-4893-98ce-5c041540ffb8 2018-08-20 07:15:10,339 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 07:15:10,471 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 07:15:10,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:15:10,477 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 07:15:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 07:15:10,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:15:10,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:10,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b42445d2-2e94-4d6a-a09e-17d35fc6a424 Date: Mon, 20 Aug 2018 07:15:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:15:10,668 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b42445d2-2e94-4d6a-a09e-17d35fc6a424 2018-08-20 07:15:10,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188987970352s 2018-08-20 07:15:10,668 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b42445d2-2e94-4d6a-a09e-17d35fc6a424 2018-08-20 07:15:10,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 07:15:10,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1"}' 2018-08-20 07:15:10,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 903 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4f2772c1-9d30-424d-bfc2-688dc517d4b5 Date: Mon, 20 Aug 2018 07:15:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f34345aa-7f84-475c-adc6-7bfc3d15a72a", "size": null, "self": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:15:10Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "checksum": null, "created_at": "2018-08-20T07:15:10Z", "protected": false} 2018-08-20 07:15:10,910 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-4f2772c1-9d30-424d-bfc2-688dc517d4b5 2018-08-20 07:15:10,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.233856916428s 2018-08-20 07:15:10,911 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-4f2772c1-9d30-424d-bfc2-688dc517d4b5 returning object f34345aa-7f84-475c-adc6-7bfc3d15a72a 2018-08-20 07:15:10,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 07:15:10,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '' 2018-08-20 07:15:11,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6bfc4280-d27f-4404-8ef7-22e0093d57d6 Date: Mon, 20 Aug 2018 07:15:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 07:15:11,669 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file used request id req-6bfc4280-d27f-4404-8ef7-22e0093d57d6 2018-08-20 07:15:11,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.757308006287s 2018-08-20 07:15:11,669 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file used request id req-6bfc4280-d27f-4404-8ef7-22e0093d57d6 2018-08-20 07:15:11,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:15:11,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:11,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1233 Content-Type: application/json X-Openstack-Request-Id: req-5b3eb2e7-2208-4f63-8ab0-1f50004e85a1 Date: Mon, 20 Aug 2018 07:15:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap", "metadata": {}}], "file": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f34345aa-7f84-475c-adc6-7bfc3d15a72a", "size": 12716032, "self": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:15:11Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:15:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:15:11,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-5b3eb2e7-2208-4f63-8ab0-1f50004e85a1 2018-08-20 07:15:11,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.239560127258s 2018-08-20 07:15:11,913 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-5b3eb2e7-2208-4f63-8ab0-1f50004e85a1 2018-08-20 07:15:11,915 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'f34345aa-7f84-475c-adc6-7bfc3d15a72a', 'size': 12716032, u'self': u'/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T07:15:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T07:15:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1', 'created': u'2018-08-20T07:15:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T07:15:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 07:15:11,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 07:15:11,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_015bdad0-2a4f-4401-80c9-25353f5305d1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 07:15:12,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:15:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16f4c81b-a7bb-4e11-88d8-7deb62e19f07 x-compute-request-id: req-16f4c81b-a7bb-4e11-88d8-7deb62e19f07 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_015bdad0-2a4f-4401-80c9-25353f5305d1", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0d5e01e7-f3b3-430d-b61b-41c952dd3b5d"}} 2018-08-20 07:15:12,155 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-16f4c81b-a7bb-4e11-88d8-7deb62e19f07 2018-08-20 07:15:12,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.239171028137s 2018-08-20 07:15:12,155 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-16f4c81b-a7bb-4e11-88d8-7deb62e19f07 2018-08-20 07:15:12,156 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_015bdad0-2a4f-4401-80c9-25353f5305d1', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'0d5e01e7-f3b3-430d-b61b-41c952dd3b5d', 'swap': 0}) 2018-08-20 07:15:12,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 07:15:12,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"extra_specs": {}}' 2018-08-20 07:15:12,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:15:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-46852679-d0c8-40e6-b925-48a3a68002ee x-compute-request-id: req-46852679-d0c8-40e6-b925-48a3a68002ee Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 07:15:12,182 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d/os-extra_specs used request id req-46852679-d0c8-40e6-b925-48a3a68002ee 2018-08-20 07:15:12,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0256469249725s 2018-08-20 07:15:12,183 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d/os-extra_specs used request id req-46852679-d0c8-40e6-b925-48a3a68002ee 2018-08-20 07:15:12,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:15:12,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 07:15:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 07:15:12,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:15:12,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:12,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed8b12f1-4845-4e18-95d5-8c39e070c2db Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:15:12,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ed8b12f1-4845-4e18-95d5-8c39e070c2db 2018-08-20 07:15:12,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0926358699799s 2018-08-20 07:15:12,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ed8b12f1-4845-4e18-95d5-8c39e070c2db 2018-08-20 07:15:12,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:15:12,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:12,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c903a19-1566-40dd-851e-7ad730caa35e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:15:12,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0c903a19-1566-40dd-851e-7ad730caa35e 2018-08-20 07:15:12,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0986649990082s 2018-08-20 07:15:12,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0c903a19-1566-40dd-851e-7ad730caa35e 2018-08-20 07:15:12,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 07:15:12,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:12,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:15:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ededf1be-2cb1-4774-8b1c-45745a04286f x-compute-request-id: req-ededf1be-2cb1-4774-8b1c-45745a04286f Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 14}, "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.4", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 07:15:12,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-ededf1be-2cb1-4774-8b1c-45745a04286f 2018-08-20 07:15:12,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.071191072464s 2018-08-20 07:15:12,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-ededf1be-2cb1-4774-8b1c-45745a04286f 2018-08-20 07:15:12,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:15:12,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:12,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1233 Content-Type: application/json X-Openstack-Request-Id: req-cfb586b6-7cf1-4d11-a5bb-f3891da4f1ba Date: Mon, 20 Aug 2018 07:15:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap", "metadata": {}}], "file": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f34345aa-7f84-475c-adc6-7bfc3d15a72a", "size": 12716032, "self": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:15:11Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:15:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:15:12,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-cfb586b6-7cf1-4d11-a5bb-f3891da4f1ba 2018-08-20 07:15:12,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197488069534s 2018-08-20 07:15:12,670 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-cfb586b6-7cf1-4d11-a5bb-f3891da4f1ba 2018-08-20 07:15:12,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 07:15:12,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1"}' 2018-08-20 07:15:12,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 911 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b15acc09-f5e5-4055-8e7d-e7102fac7dde Date: Mon, 20 Aug 2018 07:15:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "66195977-55c6-45b3-a7b0-42468a4e39a6", "size": null, "self": "/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:15:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1", "checksum": null, "created_at": "2018-08-20T07:15:12Z", "protected": false} 2018-08-20 07:15:12,911 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-b15acc09-f5e5-4055-8e7d-e7102fac7dde 2018-08-20 07:15:12,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.231860160828s 2018-08-20 07:15:12,911 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-b15acc09-f5e5-4055-8e7d-e7102fac7dde returning object 66195977-55c6-45b3-a7b0-42468a4e39a6 2018-08-20 07:15:12,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 07:15:12,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '' 2018-08-20 07:15:13,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6da7f8f-5420-4d40-9cc7-7de0e5b4a120 Date: Mon, 20 Aug 2018 07: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-08-20 07:15:13,771 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6/file used request id req-d6da7f8f-5420-4d40-9cc7-7de0e5b4a120 2018-08-20 07:15:13,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.859704971313s 2018-08-20 07:15:13,772 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6/file used request id req-d6da7f8f-5420-4d40-9cc7-7de0e5b4a120 2018-08-20 07:15:13,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:15:13,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:15:13,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2407 Content-Type: application/json X-Openstack-Request-Id: req-267fa168-85bb-4e7f-9a6a-89c0ef2326bd Date: Mon, 20 Aug 2018 07:15:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/66195977-55c6-45b3-a7b0-42468a4e39a6/snap", "metadata": {}}], "file": "/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "66195977-55c6-45b3-a7b0-42468a4e39a6", "size": 12716032, "self": "/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/66195977-55c6-45b3-a7b0-42468a4e39a6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:15:13Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:15:12Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap", "metadata": {}}], "file": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f34345aa-7f84-475c-adc6-7bfc3d15a72a", "size": 12716032, "self": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:15:11Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:15:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:15:13,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-267fa168-85bb-4e7f-9a6a-89c0ef2326bd 2018-08-20 07:15:13,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186207056046s 2018-08-20 07:15:13,962 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-267fa168-85bb-4e7f-9a6a-89c0ef2326bd 2018-08-20 07:15:13,965 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/66195977-55c6-45b3-a7b0-42468a4e39a6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'66195977-55c6-45b3-a7b0-42468a4e39a6', 'size': 12716032, u'self': u'/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/66195977-55c6-45b3-a7b0-42468a4e39a6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T07:15:13Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T07:15:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1', 'created': u'2018-08-20T07:15:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T07:15:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_015bdad0-2a4f-4401-80c9-25353f5305d1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 07:15:13,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 07:15:13,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_015bdad0-2a4f-4401-80c9-25353f5305d1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 07:15:14,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:15: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-35146f4f-9f89-4b26-806e-7a21a9d07698 x-compute-request-id: req-35146f4f-9f89-4b26-806e-7a21a9d07698 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_015bdad0-2a4f-4401-80c9-25353f5305d1", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "3e17b5f5-7951-4498-b7e2-1bc7c0bd055b"}} 2018-08-20 07:15:14,012 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-35146f4f-9f89-4b26-806e-7a21a9d07698 2018-08-20 07:15:14,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0467081069946s 2018-08-20 07:15:14,013 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-35146f4f-9f89-4b26-806e-7a21a9d07698 2018-08-20 07:15:14,013 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_015bdad0-2a4f-4401-80c9-25353f5305d1', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'3e17b5f5-7951-4498-b7e2-1bc7c0bd055b', 'swap': 0}) 2018-08-20 07:15:14,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 07:15:14,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"extra_specs": {}}' 2018-08-20 07:15:14,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:15:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f51e2743-4634-4f23-a6b3-c6cca7e15dc9 x-compute-request-id: req-f51e2743-4634-4f23-a6b3-c6cca7e15dc9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 07:15:14,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b/os-extra_specs used request id req-f51e2743-4634-4f23-a6b3-c6cca7e15dc9 2018-08-20 07:15:14,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0245540142059s 2018-08-20 07:15:14,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b/os-extra_specs used request id req-f51e2743-4634-4f23-a6b3-c6cca7e15dc9 2018-08-20 07:15:14,039 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_015bdad0-2a4f-4401-80c9-25353f5305d1', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'3e17b5f5-7951-4498-b7e2-1bc7c0bd055b', 'swap': 0}) 2018-08-20 07:15:17,671 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 07:15:17,672 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 07:15:17,672 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 07:15:17,675 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 07:15:17,678 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 07:15:21,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fa85d5c9-ffde-4c84-888b-8196e7735df1/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-20 07:15:21,153 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 07:15:21,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 07:15:21,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt', u'--concurrency=4']'. 2018-08-20 07:29:52,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2f68fad7-8227-4c95-88d6-d6b7cc9701d2 2018-08-20 07:29:52,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2f68fad7-8227-4c95-88d6-d6b7cc9701d2']'. 2018-08-20 07:29:53,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 07:29:53,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 07:29:53,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 07:29:53,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2f68fad7-8227-4c95-88d6-d6b7cc9701d2 | 2018-08-20 07:29:53,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-20 07:29:53,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 07:15:23 | 2018-08-20 07:29:53,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 07:29:52 | 2018-08-20 07:29:53,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:29 | 2018-08-20 07:29:53,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-20 07:29:53,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 07:29:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 07:29:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fa85d5c9-ffde-4c84-888b-8196e7735df1) | 2018-08-20 07:29:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 07:29:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 83ba9b59-9fde-4679-bc0d-476a92cc2caf) | 2018-08-20 07:29:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-20 07:29:53,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 856.938 | 2018-08-20 07:29:53,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 387 | 2018-08-20 07:29:53,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 157 | 2018-08-20 07:29:53,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 07:29:53,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 07:29:53,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-20 07:29:53,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 07:29:53,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 07:29:53,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 07:29:53,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.2307692308% 2018-08-20 07:29:54,135 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 07:29:54,135 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 14:49 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-20 07:29:54,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 07:29:54,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:29:55,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9fabf149-c5cd-4b1b-a22a-930113ba044e Date: Mon, 20 Aug 2018 07:29:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 07:29:55,157 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6 used request id req-9fabf149-c5cd-4b1b-a22a-930113ba044e 2018-08-20 07:29:55,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01655101776s 2018-08-20 07:29:55,157 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/66195977-55c6-45b3-a7b0-42468a4e39a6 used request id req-9fabf149-c5cd-4b1b-a22a-930113ba044e 2018-08-20 07:29:55,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 07:29:55,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:29:55,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:29:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfc2815a-dedf-4c6f-9f06-347b9e0a4d77 x-compute-request-id: req-dfc2815a-dedf-4c6f-9f06-347b9e0a4d77 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_015bdad0-2a4f-4401-80c9-25353f5305d1", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0d5e01e7-f3b3-430d-b61b-41c952dd3b5d"}, {"name": "neutron-tempest-plugin-api-flavor_alt_015bdad0-2a4f-4401-80c9-25353f5305d1", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "3e17b5f5-7951-4498-b7e2-1bc7c0bd055b"}]} 2018-08-20 07:29:55,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-dfc2815a-dedf-4c6f-9f06-347b9e0a4d77 2018-08-20 07:29:55,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.202158927917s 2018-08-20 07:29:55,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-dfc2815a-dedf-4c6f-9f06-347b9e0a4d77 2018-08-20 07:29:55,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 07:29:55,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:29:55,394 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 07:29:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-141ad515-c397-4d24-9138-5c9d2e927f95 x-compute-request-id: req-141ad515-c397-4d24-9138-5c9d2e927f95 Content-Length: 0 Content-Type: application/json 2018-08-20 07:29:55,394 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b used request id req-141ad515-c397-4d24-9138-5c9d2e927f95 2018-08-20 07:29:55,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.031368970871s 2018-08-20 07:29:55,394 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/3e17b5f5-7951-4498-b7e2-1bc7c0bd055b used request id req-141ad515-c397-4d24-9138-5c9d2e927f95 2018-08-20 07:29:55,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 07:29:55,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" -d '{"subnet_id": "86080206-6e5a-4864-a795-46aa6526af53"}' 2018-08-20 07:29:56,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5da48ffb-19af-49bb-9c45-05a0e4994825 Date: Mon, 20 Aug 2018 07:29:56 GMT RESP BODY: {"network_id": "66f58b8a-84fb-4ac7-a703-4e3dc5f16896", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "86080206-6e5a-4864-a795-46aa6526af53", "subnet_ids": ["86080206-6e5a-4864-a795-46aa6526af53"], "port_id": "fb7ad4d1-0ca8-4f6b-a739-dee4dc0e09a0", "id": "5a9db737-ca0b-4893-98ce-5c041540ffb8"} 2018-08-20 07:29:56,989 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8/remove_router_interface.json used request id req-5da48ffb-19af-49bb-9c45-05a0e4994825 2018-08-20 07:29:56,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.59403300285s 2018-08-20 07:29:56,989 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8/remove_router_interface.json used request id req-5da48ffb-19af-49bb-9c45-05a0e4994825 returning object 5a9db737-ca0b-4893-98ce-5c041540ffb8 2018-08-20 07:29:56,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 07:29:56,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:29:57,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-0b5e4c3f-59ef-432e-be64-b0a2d93fe841 Date: Mon, 20 Aug 2018 07:29:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T07:15:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T07:29:56Z", "revision_number": 4, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "5a9db737-ca0b-4893-98ce-5c041540ffb8", "name": "neutron-tempest-plugin-api-router_015bdad0-2a4f-4401-80c9-25353f5305d1"}]} 2018-08-20 07:29:57,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-0b5e4c3f-59ef-432e-be64-b0a2d93fe841 2018-08-20 07:29:57,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.282711029053s 2018-08-20 07:29:57,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-0b5e4c3f-59ef-432e-be64-b0a2d93fe841 2018-08-20 07:29:57,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 07:29:57,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:29:58,903 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0267d74-09f6-4b7d-8b4f-5d68f177ae9f Content-Length: 0 Date: Mon, 20 Aug 2018 07:29:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:29:58,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8.json used request id req-d0267d74-09f6-4b7d-8b4f-5d68f177ae9f 2018-08-20 07:29:58,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62888598442s 2018-08-20 07:29:58,903 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/5a9db737-ca0b-4893-98ce-5c041540ffb8.json used request id req-d0267d74-09f6-4b7d-8b4f-5d68f177ae9f 2018-08-20 07:29:58,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 07:29:58,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:29:59,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-a61ae81e-7161-4203-9083-fffdba78ce04 Date: Mon, 20 Aug 2018 07:29:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66f58b8a-84fb-4ac7-a703-4e3dc5f16896","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:15:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T07:15:06Z","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":"dfd90f76052e46538c70a213a6ed6a0e","id":"86080206-6e5a-4864-a795-46aa6526af53","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_015bdad0-2a4f-4401-80c9-25353f5305d1"}]} 2018-08-20 07:29:59,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-a61ae81e-7161-4203-9083-fffdba78ce04 2018-08-20 07:29:59,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.205769062042s 2018-08-20 07:29:59,110 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-a61ae81e-7161-4203-9083-fffdba78ce04 2018-08-20 07:29:59,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 07:29:59,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/86080206-6e5a-4864-a795-46aa6526af53.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:30:01,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df516d77-a5cd-435b-8bd3-034e7d6f5501 Date: Mon, 20 Aug 2018 07:30:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:30:01,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/86080206-6e5a-4864-a795-46aa6526af53.json used request id req-df516d77-a5cd-435b-8bd3-034e7d6f5501 2018-08-20 07:30:01,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34751200676s 2018-08-20 07:30:01,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/86080206-6e5a-4864-a795-46aa6526af53.json used request id req-df516d77-a5cd-435b-8bd3-034e7d6f5501 2018-08-20 07:30:01,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:30:01,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:30:01,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-c326e289-0b8e-4362-9043-081b3e707b69 Date: Mon, 20 Aug 2018 07:30:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"66f58b8a-84fb-4ac7-a703-4e3dc5f16896","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:30:01Z","provider:segmentation_id":12,"name":"neutron-tempest-plugin-api-net_015bdad0-2a4f-4401-80c9-25353f5305d1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T07:15:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 07:30:01,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-c326e289-0b8e-4362-9043-081b3e707b69 2018-08-20 07:30:01,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259382009506s 2018-08-20 07:30:01,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-c326e289-0b8e-4362-9043-081b3e707b69 2018-08-20 07:30:01,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 07:30:01,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/66f58b8a-84fb-4ac7-a703-4e3dc5f16896.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:30:03,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25867a98-ed47-4a6b-a3c6-32c2acf70fcd Date: Mon, 20 Aug 2018 07:30:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:30:03,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/66f58b8a-84fb-4ac7-a703-4e3dc5f16896.json used request id req-25867a98-ed47-4a6b-a3c6-32c2acf70fcd 2018-08-20 07:30:03,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.5947971344s 2018-08-20 07:30:03,316 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/66f58b8a-84fb-4ac7-a703-4e3dc5f16896.json used request id req-25867a98-ed47-4a6b-a3c6-32c2acf70fcd 2018-08-20 07:30:03,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:30:03,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:30:03,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1233 Content-Type: application/json X-Openstack-Request-Id: req-64febe1d-c801-4139-816b-ebc404549834 Date: Mon, 20 Aug 2018 07:30:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap", "metadata": {}}], "file": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f34345aa-7f84-475c-adc6-7bfc3d15a72a", "size": 12716032, "self": "/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:15:11Z", "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_015bdad0-2a4f-4401-80c9-25353f5305d1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:15:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:30:03,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-64febe1d-c801-4139-816b-ebc404549834 2018-08-20 07:30:03,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.215823173523s 2018-08-20 07:30:03,536 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-64febe1d-c801-4139-816b-ebc404549834 2018-08-20 07:30:03,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 07:30:03,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:30:04,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c6ba120f-c540-4aa0-9b60-e784374f77a6 Date: Mon, 20 Aug 2018 07:30:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 07:30:04,126 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a used request id req-c6ba120f-c540-4aa0-9b60-e784374f77a6 2018-08-20 07:30:04,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.588591098785s 2018-08-20 07:30:04,126 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/f34345aa-7f84-475c-adc6-7bfc3d15a72a used request id req-c6ba120f-c540-4aa0-9b60-e784374f77a6 2018-08-20 07:30:04,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 07:30:04,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:30:04,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83f6058c-dfd4-45a9-bb54-200a1a3ad621 x-compute-request-id: req-83f6058c-dfd4-45a9-bb54-200a1a3ad621 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_015bdad0-2a4f-4401-80c9-25353f5305d1", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0d5e01e7-f3b3-430d-b61b-41c952dd3b5d"}]} 2018-08-20 07:30:04,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-83f6058c-dfd4-45a9-bb54-200a1a3ad621 2018-08-20 07:30:04,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0326569080353s 2018-08-20 07:30:04,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-83f6058c-dfd4-45a9-bb54-200a1a3ad621 2018-08-20 07:30:04,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 07:30:04,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f411f4742fb238bf65fd7edc244c78fb284c8160" 2018-08-20 07:30:04,196 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 07:30:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4c3f7ef-b0f4-4dd5-bfbd-f63ebe2f9850 x-compute-request-id: req-a4c3f7ef-b0f4-4dd5-bfbd-f63ebe2f9850 Content-Length: 0 Content-Type: application/json 2018-08-20 07:30:04,196 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d used request id req-a4c3f7ef-b0f4-4dd5-bfbd-f63ebe2f9850 2018-08-20 07:30:04,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0348269939423s 2018-08-20 07:30:04,197 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/0d5e01e7-f3b3-430d-b61b-41c952dd3b5d used request id req-a4c3f7ef-b0f4-4dd5-bfbd-f63ebe2f9850 2018-08-20 07:30:04,197 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-20 07:30:04,252 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-20 07:30:04,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 07:30:04,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 07:30:04,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 07:30:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 07:30:04,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:30:04,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ba4915-1519-4a3a-8d07-8b9ee4b1cf2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 07:30:04,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-48ba4915-1519-4a3a-8d07-8b9ee4b1cf2a 2018-08-20 07:30:04,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 07:30:04,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T08:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Z9d3GM5bSKqTXWy1smKacQ"], "issued_at": "2018-08-20T07:30:04.000000Z"}} 2018-08-20 07:30:04,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:30:04,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:05,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-85664f43-e6a9-4833-9a45-dec7e17d0334 Date: Mon, 20 Aug 2018 07:30:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 07:30:05,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-85664f43-e6a9-4833-9a45-dec7e17d0334 2018-08-20 07:30:05,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296269178391s 2018-08-20 07:30:05,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-85664f43-e6a9-4833-9a45-dec7e17d0334 2018-08-20 07:30:05,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:30:05,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 07:30:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 07:30:05,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 07:30:05,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:05,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f284ec8-d63c-4709-a713-0fa8a8802102 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 07:30:05,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-4f284ec8-d63c-4709-a713-0fa8a8802102 2018-08-20 07:30:05,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0929698944092s 2018-08-20 07:30:05,162 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-4f284ec8-d63c-4709-a713-0fa8a8802102 2018-08-20 07:30:05,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 07:30:05,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}}' 2018-08-20 07:30:05,299 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 07:30:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c00b363-0e2a-4f10-a3ce-b7d921fa9b29 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b"}, "tags": [], "enabled": true, "id": "cc7d2d3fc6144d3aadd933a5be6b450b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}} 2018-08-20 07:30:05,299 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-0c00b363-0e2a-4f10-a3ce-b7d921fa9b29 2018-08-20 07:30:05,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.130029916763s 2018-08-20 07:30:05,300 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-0c00b363-0e2a-4f10-a3ce-b7d921fa9b29 2018-08-20 07:30:05,300 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: rally_sanity', u'tags': [], 'enabled': True, 'id': u'cc7d2d3fc6144d3aadd933a5be6b450b', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23'}) 2018-08-20 07:30:05,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 07:30:05,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1b224a0b-ca49-4ea2-aff9-a32d635b291d", "email": null, "name": "rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}}' 2018-08-20 07:30:05,743 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 07:30:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc873de2-8d73-4dc0-bed9-3b0f2134e35e Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": {"self": "http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "605b9aea630448d099378e4071b25a7b", "domain_id": "default", "password_expires_at": null}} 2018-08-20 07:30:05,743 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-bc873de2-8d73-4dc0-bed9-3b0f2134e35e 2018-08-20 07:30:05,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.436182022095s 2018-08-20 07:30:05,743 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-bc873de2-8d73-4dc0-bed9-3b0f2134e35e 2018-08-20 07:30:05,744 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'605b9aea630448d099378e4071b25a7b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23'}) 2018-08-20 07:30:05,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:30:05,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:05,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-677c37ab-65cf-48a2-a71c-e6ddbab1a9c7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:30:05,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-677c37ab-65cf-48a2-a71c-e6ddbab1a9c7 2018-08-20 07:30:05,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.118402004242s 2018-08-20 07:30:05,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-677c37ab-65cf-48a2-a71c-e6ddbab1a9c7 2018-08-20 07:30:05,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:30:05,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:05,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f50c53-6628-4dea-9ad5-5cf32e5039d7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:30:05,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-11f50c53-6628-4dea-9ad5-5cf32e5039d7 2018-08-20 07:30:05,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0937039852142s 2018-08-20 07:30:05,965 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-11f50c53-6628-4dea-9ad5-5cf32e5039d7 2018-08-20 07:30:05,966 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 07:30:05,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 07:30:05,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" -d '{"role": {"name": "Member"}}' 2018-08-20 07:30:06,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 07:30:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5dea6fb-4454-4317-98ca-92ddca0ae4d7 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b9b3b5cdffa44f8a8f9ab07742c6a6a0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0"}, "name": "Member"}} 2018-08-20 07:30:06,096 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e5dea6fb-4454-4317-98ca-92ddca0ae4d7 2018-08-20 07:30:06,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.125926017761s 2018-08-20 07:30:06,096 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e5dea6fb-4454-4317-98ca-92ddca0ae4d7 2018-08-20 07:30:06,097 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'b9b3b5cdffa44f8a8f9ab07742c6a6a0'}) 2018-08-20 07:30:06,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:30:06,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:06,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d3b8a69-8047-42e1-a5e5-acd532c5bf85 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "b9b3b5cdffa44f8a8f9ab07742c6a6a0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:30:06,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2d3b8a69-8047-42e1-a5e5-acd532c5bf85 2018-08-20 07:30:06,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0910711288452s 2018-08-20 07:30:06,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2d3b8a69-8047-42e1-a5e5-acd532c5bf85 2018-08-20 07:30:06,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 07:30:06,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:06,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e2e1853-6c73-492f-8c38-0e25b3508d13 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 07:30:06,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-5e2e1853-6c73-492f-8c38-0e25b3508d13 2018-08-20 07:30:06,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.097286939621s 2018-08-20 07:30:06,295 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-5e2e1853-6c73-492f-8c38-0e25b3508d13 2018-08-20 07:30:06,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 07:30:06,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:06,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-738de4d7-64bc-4a72-8957-e922d8044cb1 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": {"self": "http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "605b9aea630448d099378e4071b25a7b", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 07:30:06,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-738de4d7-64bc-4a72-8957-e922d8044cb1 2018-08-20 07:30:06,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117125034332s 2018-08-20 07:30:06,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-738de4d7-64bc-4a72-8957-e922d8044cb1 2018-08-20 07:30:06,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 07:30:06,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:06,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e72f35db-c6fe-452a-9714-eb40066a5cc8 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b"}, "tags": [], "enabled": true, "id": "cc7d2d3fc6144d3aadd933a5be6b450b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 07:30:06,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-e72f35db-c6fe-452a-9714-eb40066a5cc8 2018-08-20 07:30:06,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0953080654144s 2018-08-20 07:30:06,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-e72f35db-c6fe-452a-9714-eb40066a5cc8 2018-08-20 07:30:06,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 07:30:06,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=605b9aea630448d099378e4071b25a7b&role.id=b9b3b5cdffa44f8a8f9ab07742c6a6a0&scope.project.id=cc7d2d3fc6144d3aadd933a5be6b450b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:06,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba6fe75-3695-4e31-ac27-1fcf5f5b605d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=605b9aea630448d099378e4071b25a7b&role.id=b9b3b5cdffa44f8a8f9ab07742c6a6a0&scope.project.id=cc7d2d3fc6144d3aadd933a5be6b450b", "previous": null, "next": null}} 2018-08-20 07:30:06,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=605b9aea630448d099378e4071b25a7b&role.id=b9b3b5cdffa44f8a8f9ab07742c6a6a0&scope.project.id=cc7d2d3fc6144d3aadd933a5be6b450b used request id req-8ba6fe75-3695-4e31-ac27-1fcf5f5b605d 2018-08-20 07:30:06,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0956089496613s 2018-08-20 07:30:06,624 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=605b9aea630448d099378e4071b25a7b&role.id=b9b3b5cdffa44f8a8f9ab07742c6a6a0&scope.project.id=cc7d2d3fc6144d3aadd933a5be6b450b used request id req-8ba6fe75-3695-4e31-ac27-1fcf5f5b605d 2018-08-20 07:30:06,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 07:30:06,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b/users/605b9aea630448d099378e4071b25a7b/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:06,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-738d3b86-a3ef-44ba-b7a5-5e1b6896b09f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 07:30:06,788 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b/users/605b9aea630448d099378e4071b25a7b/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0 used request id req-738d3b86-a3ef-44ba-b7a5-5e1b6896b09f 2018-08-20 07:30:06,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.160805940628s 2018-08-20 07:30:06,788 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b/users/605b9aea630448d099378e4071b25a7b/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0 used request id req-738d3b86-a3ef-44ba-b7a5-5e1b6896b09f 2018-08-20 07:30:06,789 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'cc7d2d3fc6144d3aadd933a5be6b450b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '1b224a0b-ca49-4ea2-aff9-a32d635b291d', 'username': u'rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 07:30:06,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 07:30:06,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 07:30:06,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 07:30:06,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 07:30:06,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 07:30:06,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 07:30:06,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 07:30:06,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 07:30:06,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 07:30:06,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 07:30:06,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 07:30:06,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 07:30:06,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 07:30:06,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 07:30:06,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 07:30:06,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 07:30:06,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 07:30:06,795 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'password': '1b224a0b-ca49-4ea2-aff9-a32d635b291d', 'project_name': 'rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': 'cc7d2d3fc6144d3aadd933a5be6b450b', 'project_domain_name': 'Default'} 2018-08-20 07:30:06,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:30:06,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:06,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af9ece8-2fe7-4f01-9936-1f03ff8392c6 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "b9b3b5cdffa44f8a8f9ab07742c6a6a0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:30:06,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6af9ece8-2fe7-4f01-9936-1f03ff8392c6 2018-08-20 07:30:06,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106608867645s 2018-08-20 07:30:06,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6af9ece8-2fe7-4f01-9936-1f03ff8392c6 2018-08-20 07:30:06,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:30:06,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:06,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b583f0-fd74-4043-a3f1-ea1ef7fb4aec Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "b9b3b5cdffa44f8a8f9ab07742c6a6a0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:30:06,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-35b583f0-fd74-4043-a3f1-ea1ef7fb4aec 2018-08-20 07:30:06,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0223529338837s 2018-08-20 07:30:06,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-35b583f0-fd74-4043-a3f1-ea1ef7fb4aec 2018-08-20 07:30:06,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 07:30:06,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:07,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15656f05-81cb-49d5-8aa9-b048c0d06f3f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 07:30:07,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-15656f05-81cb-49d5-8aa9-b048c0d06f3f 2018-08-20 07:30:07,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.123697042465s 2018-08-20 07:30:07,061 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-15656f05-81cb-49d5-8aa9-b048c0d06f3f 2018-08-20 07:30:07,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 07:30:07,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:07,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd8787e8-f1ce-49cd-9482-ae5f17cdc2a0 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": {"self": "http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "605b9aea630448d099378e4071b25a7b", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 07:30:07,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-bd8787e8-f1ce-49cd-9482-ae5f17cdc2a0 2018-08-20 07:30:07,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.293281078339s 2018-08-20 07:30:07,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-bd8787e8-f1ce-49cd-9482-ae5f17cdc2a0 2018-08-20 07:30:07,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 07:30:07,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:07,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3beba4a9-59ac-4fa9-844f-73758baca278 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b"}, "tags": [], "enabled": true, "id": "cc7d2d3fc6144d3aadd933a5be6b450b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 07:30:07,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-3beba4a9-59ac-4fa9-844f-73758baca278 2018-08-20 07:30:07,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.120806217194s 2018-08-20 07:30:07,488 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-3beba4a9-59ac-4fa9-844f-73758baca278 2018-08-20 07:30:07,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 07:30:07,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=605b9aea630448d099378e4071b25a7b&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=cc7d2d3fc6144d3aadd933a5be6b450b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:07,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88aa97dc-a10c-46e0-a72c-3ecac8243717 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=605b9aea630448d099378e4071b25a7b&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=cc7d2d3fc6144d3aadd933a5be6b450b", "previous": null, "next": null}} 2018-08-20 07:30:07,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=605b9aea630448d099378e4071b25a7b&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=cc7d2d3fc6144d3aadd933a5be6b450b used request id req-88aa97dc-a10c-46e0-a72c-3ecac8243717 2018-08-20 07:30:07,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.123566150665s 2018-08-20 07:30:07,620 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=605b9aea630448d099378e4071b25a7b&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=cc7d2d3fc6144d3aadd933a5be6b450b used request id req-88aa97dc-a10c-46e0-a72c-3ecac8243717 2018-08-20 07:30:07,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 07:30:07,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b/users/605b9aea630448d099378e4071b25a7b/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:30:07,759 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 07:30:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54aba2b9-82c7-44b5-8479-e57119d2718c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 07:30:07,760 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b/users/605b9aea630448d099378e4071b25a7b/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-54aba2b9-82c7-44b5-8479-e57119d2718c 2018-08-20 07:30:07,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136350154877s 2018-08-20 07:30:07,760 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b/users/605b9aea630448d099378e4071b25a7b/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-54aba2b9-82c7-44b5-8479-e57119d2718c 2018-08-20 07:30:07,760 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-20 07:30:09,912 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-08-20 07:30:09,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:30:09,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-450e0b32-0441-4ac1-9d49-e9375e1aa5cc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 07:30:09,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-450e0b32-0441-4ac1-9d49-e9375e1aa5cc 2018-08-20 07:30:09,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 07:30:10,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "b9b3b5cdffa44f8a8f9ab07742c6a6a0", "name": "Member"}], "expires_at": "2018-08-20T08:30:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc7d2d3fc6144d3aadd933a5be6b450b", "name": "rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cc7d2d3fc6144d3aadd933a5be6b450b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "id": "605b9aea630448d099378e4071b25a7b"}, "audit_ids": ["8VBQrdOuR_eFn5fjbGBkXA"], "issued_at": "2018-08-20T07:30:10.000000Z"}} 2018-08-20 07:30:10,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 07:30:10,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" -d '{"network": {"shared": true, "name": "rally_sanity-net_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "admin_state_up": true}}' 2018-08-20 07:30:11,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4426910c-0327-4130-b096-8d3276dba3f3 Date: Mon, 20 Aug 2018 07:30:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ce567524-362a-47a9-8733-e800ff352fa0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"cc7d2d3fc6144d3aadd933a5be6b450b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:30:10Z","is_default":false,"provider:segmentation_id":83,"name":"rally_sanity-net_3e30e7ea-4035-4b9d-9d64-aaf037bede23","admin_state_up":true,"tenant_id":"cc7d2d3fc6144d3aadd933a5be6b450b","created_at":"2018-08-20T07:30:10Z","mtu":1450}} 2018-08-20 07:30:11,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-4426910c-0327-4130-b096-8d3276dba3f3 2018-08-20 07:30:11,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.873935222626s 2018-08-20 07:30:11,196 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-4426910c-0327-4130-b096-8d3276dba3f3 2018-08-20 07:30:11,197 - 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-08-20T07:30:10Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ce567524-362a-47a9-8733-e800ff352fa0', u'provider:segmentation_id': 83, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_3e30e7ea-4035-4b9d-9d64-aaf037bede23', u'admin_state_up': True, u'tenant_id': u'cc7d2d3fc6144d3aadd933a5be6b450b', u'created_at': u'2018-08-20T07:30:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'cc7d2d3fc6144d3aadd933a5be6b450b'}) 2018-08-20 07:30:11,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:30:11,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:30:11,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-1d51c797-62dc-4d79-97b0-25e2d21161b6 Date: Mon, 20 Aug 2018 07:30:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ce567524-362a-47a9-8733-e800ff352fa0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"cc7d2d3fc6144d3aadd933a5be6b450b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:30:10Z","provider:segmentation_id":83,"name":"rally_sanity-net_3e30e7ea-4035-4b9d-9d64-aaf037bede23","admin_state_up":true,"tenant_id":"cc7d2d3fc6144d3aadd933a5be6b450b","created_at":"2018-08-20T07:30:10Z","provider:network_type":"vxlan"}]} 2018-08-20 07:30:11,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-1d51c797-62dc-4d79-97b0-25e2d21161b6 2018-08-20 07:30:11,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253714084625s 2018-08-20 07:30:11,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-1d51c797-62dc-4d79-97b0-25e2d21161b6 2018-08-20 07:30:11,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 07:30:11,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" -d '{"subnet": {"name": "rally_sanity-subnet_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "enable_dhcp": true, "network_id": "ce567524-362a-47a9-8733-e800ff352fa0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 07:30:12,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-4fd4312e-9f88-4578-9041-9ed9e612a01a Date: Mon, 20 Aug 2018 07:30:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce567524-362a-47a9-8733-e800ff352fa0","tenant_id":"cc7d2d3fc6144d3aadd933a5be6b450b","created_at":"2018-08-20T07:30:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T07:30: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":"cc7d2d3fc6144d3aadd933a5be6b450b","id":"f857dc65-b322-4dbb-a764-895da39e2dae","subnetpool_id":null,"name":"rally_sanity-subnet_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}} 2018-08-20 07:30:12,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-4fd4312e-9f88-4578-9041-9ed9e612a01a 2018-08-20 07:30:12,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.784600973129s 2018-08-20 07:30:12,238 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-4fd4312e-9f88-4578-9041-9ed9e612a01a 2018-08-20 07:30:12,238 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T07:30: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'f857dc65-b322-4dbb-a764-895da39e2dae', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_3e30e7ea-4035-4b9d-9d64-aaf037bede23', u'enable_dhcp': True, u'network_id': u'ce567524-362a-47a9-8733-e800ff352fa0', u'tenant_id': u'cc7d2d3fc6144d3aadd933a5be6b450b', u'created_at': u'2018-08-20T07:30: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'cc7d2d3fc6144d3aadd933a5be6b450b'}) 2018-08-20 07:30:12,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 07:30:12,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "rally_sanity-router_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "admin_state_up": true}}' 2018-08-20 07:30:13,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-85bd08ea-f439-4cf7-b162-9128ef98a72c Date: Mon, 20 Aug 2018 07:30:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T07:30:13Z", "revision_number": 2, "routes": [], "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "39aa5442-f6a1-4e85-bb0e-a8294d98e761", "name": "rally_sanity-router_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}} 2018-08-20 07:30:13,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-85bd08ea-f439-4cf7-b162-9128ef98a72c 2018-08-20 07:30:13,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46840000153s 2018-08-20 07:30:13,708 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-85bd08ea-f439-4cf7-b162-9128ef98a72c 2018-08-20 07:30:13,708 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cc7d2d3fc6144d3aadd933a5be6b450b', u'created_at': u'2018-08-20T07:30:12Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T07:30:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'cc7d2d3fc6144d3aadd933a5be6b450b', u'id': u'39aa5442-f6a1-4e85-bb0e-a8294d98e761', u'name': u'rally_sanity-router_3e30e7ea-4035-4b9d-9d64-aaf037bede23'}) 2018-08-20 07:30:13,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 07:30:13,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" -d '{"subnet_id": "f857dc65-b322-4dbb-a764-895da39e2dae"}' 2018-08-20 07:30:15,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1d78419a-8003-4f8d-b48a-d661023c0456 Date: Mon, 20 Aug 2018 07:30:15 GMT RESP BODY: {"network_id": "ce567524-362a-47a9-8733-e800ff352fa0", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "subnet_id": "f857dc65-b322-4dbb-a764-895da39e2dae", "subnet_ids": ["f857dc65-b322-4dbb-a764-895da39e2dae"], "port_id": "b1364f56-572d-4ec2-9e2f-ccef1a673daf", "id": "39aa5442-f6a1-4e85-bb0e-a8294d98e761"} 2018-08-20 07:30:15,783 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761/add_router_interface.json used request id req-1d78419a-8003-4f8d-b48a-d661023c0456 2018-08-20 07:30:15,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.07400608063s 2018-08-20 07:30:15,783 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761/add_router_interface.json used request id req-1d78419a-8003-4f8d-b48a-d661023c0456 returning object 39aa5442-f6a1-4e85-bb0e-a8294d98e761 2018-08-20 07:30:15,784 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 07:30:15,916 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 07:30:15,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:30:15,922 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 07:30:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 07:30:15,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:30:15,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:30:16,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ab137ae5-e49e-4ce4-aee7-90783940df9f Date: Mon, 20 Aug 2018 07:30:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:30:16,140 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ab137ae5-e49e-4ce4-aee7-90783940df9f 2018-08-20 07:30:16,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.21635389328s 2018-08-20 07:30:16,141 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ab137ae5-e49e-4ce4-aee7-90783940df9f 2018-08-20 07:30:16,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 07:30:16,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}' 2018-08-20 07:30:16,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0e7e7e48-c589-46bd-8a32-f02021ad7d5d Date: Mon, 20 Aug 2018 07:30:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/file", "owner": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "bc0b4377-8d2e-4aea-adc5-2a4321a690aa", "size": null, "self": "/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:30:16Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "checksum": null, "created_at": "2018-08-20T07:30:16Z", "protected": false} 2018-08-20 07:30:16,436 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-0e7e7e48-c589-46bd-8a32-f02021ad7d5d 2018-08-20 07:30:16,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.287548065186s 2018-08-20 07:30:16,437 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-0e7e7e48-c589-46bd-8a32-f02021ad7d5d returning object bc0b4377-8d2e-4aea-adc5-2a4321a690aa 2018-08-20 07:30:16,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 07:30:16,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" -d '' 2018-08-20 07:30:17,200 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab6fd46e-9e38-493b-b254-955108f6ff99 Date: Mon, 20 Aug 2018 07: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-08-20 07:30:17,200 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/file used request id req-ab6fd46e-9e38-493b-b254-955108f6ff99 2018-08-20 07:30:17,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.762557029724s 2018-08-20 07:30:17,200 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/file used request id req-ab6fd46e-9e38-493b-b254-955108f6ff99 2018-08-20 07:30:17,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:30:17,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:30:17,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-ee42602e-8edc-4171-ae02-0d43ca10228c Date: Mon, 20 Aug 2018 07:30:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/snap", "metadata": {}}], "file": "/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/file", "owner": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "bc0b4377-8d2e-4aea-adc5-2a4321a690aa", "size": 12716032, "self": "/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:30:17Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:30:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:30:17,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ee42602e-8edc-4171-ae02-0d43ca10228c 2018-08-20 07:30:17,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.212933063507s 2018-08-20 07:30:17,417 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ee42602e-8edc-4171-ae02-0d43ca10228c 2018-08-20 07:30:17,419 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/file', 'owner': u'cc7d2d3fc6144d3aadd933a5be6b450b', 'id': u'bc0b4377-8d2e-4aea-adc5-2a4321a690aa', 'size': 12716032, u'self': u'/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cc7d2d3fc6144d3aadd933a5be6b450b', 'name': 'rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T07:30:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T07:30:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'created': u'2018-08-20T07:30:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T07:30:16Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 07:30:17,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 07:30:17,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 07:30:17,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-379a1f50-4eed-4836-ae30-1fe54c441abb x-compute-request-id: req-379a1f50-4eed-4836-ae30-1fe54c441abb Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7738c5d5-1ec3-40cd-901b-054e2a95ef3b"}} 2018-08-20 07:30:17,627 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-379a1f50-4eed-4836-ae30-1fe54c441abb 2018-08-20 07:30:17,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206652879715s 2018-08-20 07:30:17,627 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-379a1f50-4eed-4836-ae30-1fe54c441abb 2018-08-20 07:30:17,628 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'7738c5d5-1ec3-40cd-901b-054e2a95ef3b', 'swap': 0}) 2018-08-20 07:30:17,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 07:30:17,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" -d '{"extra_specs": {}}' 2018-08-20 07:30:17,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-938fad9b-b8d1-40b1-83ad-ef10eadcf902 x-compute-request-id: req-938fad9b-b8d1-40b1-83ad-ef10eadcf902 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 07:30:17,653 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b/os-extra_specs used request id req-938fad9b-b8d1-40b1-83ad-ef10eadcf902 2018-08-20 07:30:17,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0242018699646s 2018-08-20 07:30:17,653 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b/os-extra_specs used request id req-938fad9b-b8d1-40b1-83ad-ef10eadcf902 2018-08-20 07:30:17,654 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 07:30:20,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 07:30:23,308 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 198f1a7b-11a1-4fe5-b0b5-61cf00a7acbd | 2018-08-20T07:30:22.955435 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 198f1a7b-11a1-4fe5-b0b5-61cf00a7acbd ~/.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-08-20 07:30:27,109 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 07:30:27,109 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-20 07:30:27,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 07:30:27,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:30:27,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78fdad5c-812a-4bf0-81cf-58d533086d0f x-compute-request-id: req-78fdad5c-812a-4bf0-81cf-58d533086d0f Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 14}, "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.4", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 07:30:27,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-78fdad5c-812a-4bf0-81cf-58d533086d0f 2018-08-20 07:30:27,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.20682311058s 2018-08-20 07:30:27,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-78fdad5c-812a-4bf0-81cf-58d533086d0f 2018-08-20 07:30:27,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 07:30:27,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 07:30:27,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b8fc76d-ca75-4621-853b-c24978dc6543 x-compute-request-id: req-5b8fc76d-ca75-4621-853b-c24978dc6543 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "22dfbc84-4b5f-42b3-8322-7fcdd46d3183"}} 2018-08-20 07:30:27,369 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-5b8fc76d-ca75-4621-853b-c24978dc6543 2018-08-20 07:30:27,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0505170822144s 2018-08-20 07:30:27,370 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-5b8fc76d-ca75-4621-853b-c24978dc6543 2018-08-20 07:30:27,371 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'22dfbc84-4b5f-42b3-8322-7fcdd46d3183', 'swap': 0}) 2018-08-20 07:30:27,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 07:30:27,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" -d '{"extra_specs": {}}' 2018-08-20 07:30:27,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:30:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67c8b6a4-c40d-4d54-a1da-81329394f6ef x-compute-request-id: req-67c8b6a4-c40d-4d54-a1da-81329394f6ef Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 07:30:27,401 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183/os-extra_specs used request id req-67c8b6a4-c40d-4d54-a1da-81329394f6ef 2018-08-20 07:30:27,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0301308631897s 2018-08-20 07:30:27,402 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183/os-extra_specs used request id req-67c8b6a4-c40d-4d54-a1da-81329394f6ef 2018-08-20 07:30:27,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'22dfbc84-4b5f-42b3-8322-7fcdd46d3183', 'swap': 0}) 2018-08-20 07:30:27,402 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-20 07:30:27,403 - 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-08-20 07:30:27,404 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:30:27,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:30:27,428 - 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': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:31:40,726 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 66144836-2123-4f23-b4fa-80254c03f7a4 2018-08-20 07:31:40,727 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-20 07:31:40,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '66144836-2123-4f23-b4fa-80254c03f7a4'] 2018-08-20 07:31:41,738 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 66144836-2123-4f23-b4fa-80254c03f7a4 -------------------------------------------------------------------------------- Task 66144836-2123-4f23-b4fa-80254c03f7a4: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 66144836-2123-4f23-b4fa-80254c03f7a4 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.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | total | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> duration | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.571956 Full duration: 8.383712 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 66144836-2123-4f23-b4fa-80254c03f7a4 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.395 | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 100.0% | 1 | | total | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> duration | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 0.855 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.855437 Full duration: 8.345222 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 66144836-2123-4f23-b4fa-80254c03f7a4 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.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | total | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 100.0% | 1 | | -> duration | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.248428 Full duration: 8.671328 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 66144836-2123-4f23-b4fa-80254c03f7a4 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.395 | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936743 Full duration: 8.548935 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 66144836-2123-4f23-b4fa-80254c03f7a4 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.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | total | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 100.0% | 1 | | -> duration | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.020803 Full duration: 8.428081 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 66144836-2123-4f23-b4fa-80254c03f7a4 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> duration | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.760323 Full duration: 8.119661 HINTS: * To plot HTML graphics with this data, run: rally task report 66144836-2123-4f23-b4fa-80254c03f7a4 --out output.html * To generate a JUnit report, run: rally task export 66144836-2123-4f23-b4fa-80254c03f7a4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 66144836-2123-4f23-b4fa-80254c03f7a4 --json --out output.json 2018-08-20 07:31:41,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '66144836-2123-4f23-b4fa-80254c03f7a4', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-20 07:31:44,282 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 66144836-2123-4f23-b4fa-80254c03f7a4 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-20 07:31:44.178 766 INFO rally.api [-] Building 'json' report for the following task(s): '66144836-2123-4f23-b4fa-80254c03f7a4'. 2018-08-20 07:31:44.183 766 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:31:44,283 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '66144836-2123-4f23-b4fa-80254c03f7a4', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-20 07:31:46,833 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 66144836-2123-4f23-b4fa-80254c03f7a4 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-20 07:31:46.707 769 INFO rally.api [-] Building 'html' report for the following task(s): '66144836-2123-4f23-b4fa-80254c03f7a4'. 2018-08-20 07:31:46.739 769 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:31:46,840 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-20 07:31:46,841 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-20 07:31:46,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-08-20 07:31:46,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:31:46,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:31:46,864 - 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': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:33:26,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 75420640-bd43-4675-bbb8-69937416f00c 2018-08-20 07:33:26,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '75420640-bd43-4675-bbb8-69937416f00c'] 2018-08-20 07:33:27,144 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 75420640-bd43-4675-bbb8-69937416f00c -------------------------------------------------------------------------------- Task 75420640-bd43-4675-bbb8-69937416f00c: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75420640-bd43-4675-bbb8-69937416f00c 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.797 | 4.797 | 4.797 | 4.797 | 4.797 | 4.797 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> glance_v2.upload_data | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | glance_v2.delete_image | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | total | 5.696 | 5.696 | 5.696 | 5.696 | 5.696 | 5.696 | 100.0% | 1 | | -> duration | 5.696 | 5.696 | 5.696 | 5.696 | 5.696 | 5.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.695986 Full duration: 14.879937 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75420640-bd43-4675-bbb8-69937416f00c 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.396 | 4.396 | 4.396 | 4.396 | 4.396 | 4.396 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> glance_v2.upload_data | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 100.0% | 1 | | glance_v2.list_images | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | total | 4.7 | 4.7 | 4.7 | 4.7 | 4.7 | 4.7 | 100.0% | 1 | | -> duration | 4.7 | 4.7 | 4.7 | 4.7 | 4.7 | 4.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.699587 Full duration: 16.556369 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75420640-bd43-4675-bbb8-69937416f00c 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.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | total | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | -> duration | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.392443 Full duration: 8.652521 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "ce567524-362a-47a9-8733-e800ff352fa0" } ], "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75420640-bd43-4675-bbb8-69937416f00c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.964 | 3.964 | 3.964 | 3.964 | 3.964 | 3.964 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> glance_v2.upload_data | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | nova.boot_servers | 14.741 | 14.741 | 14.741 | 14.741 | 14.741 | 14.741 | 100.0% | 1 | | total | 18.706 | 18.706 | 18.706 | 18.706 | 18.706 | 18.706 | 100.0% | 1 | | -> duration | 17.706 | 17.706 | 17.706 | 17.706 | 17.706 | 17.706 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.706457 Full duration: 39.970195 HINTS: * To plot HTML graphics with this data, run: rally task report 75420640-bd43-4675-bbb8-69937416f00c --out output.html * To generate a JUnit report, run: rally task export 75420640-bd43-4675-bbb8-69937416f00c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 75420640-bd43-4675-bbb8-69937416f00c --json --out output.json 2018-08-20 07:33:27,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '75420640-bd43-4675-bbb8-69937416f00c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-20 07:33:29,620 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 75420640-bd43-4675-bbb8-69937416f00c --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-20 07:33:29.519 1322 INFO rally.api [-] Building 'json' report for the following task(s): '75420640-bd43-4675-bbb8-69937416f00c'. 2018-08-20 07:33:29.524 1322 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:33:29,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '75420640-bd43-4675-bbb8-69937416f00c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-20 07:33:32,122 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 75420640-bd43-4675-bbb8-69937416f00c --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-20 07:33:32.009 1325 INFO rally.api [-] Building 'html' report for the following task(s): '75420640-bd43-4675-bbb8-69937416f00c'. 2018-08-20 07:33:32.030 1325 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:33:32,128 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-20 07:33:32,128 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-20 07:33:32,129 - 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-08-20 07:33:32,129 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:33:32,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:33:32,153 - 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': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:36:57,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3938d8ac-9c2e-4654-bfcc-bac7c230325e 2018-08-20 07:36:57,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3938d8ac-9c2e-4654-bfcc-bac7c230325e'] 2018-08-20 07:36:58,237 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3938d8ac-9c2e-4654-bfcc-bac7c230325e -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.791 | 3.791 | 3.791 | 3.791 | 3.791 | 3.791 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 2.487 | 100.0% | 1 | | total | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 100.0% | 1 | | -> duration | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.278643 Full duration: 23.886023 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.327 | 3.327 | 3.327 | 3.327 | 3.327 | 3.327 | 100.0% | 1 | | cinder_v2.delete_volume | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 2.815 | 100.0% | 1 | | total | 6.142 | 6.142 | 6.142 | 6.142 | 6.142 | 6.142 | 100.0% | 1 | | -> duration | 6.142 | 6.142 | 6.142 | 6.142 | 6.142 | 6.142 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.141899 Full duration: 17.05421 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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 | 7.055 | 7.055 | 7.055 | 7.055 | 7.055 | 7.055 | 100.0% | 1 | | cinder_v2.delete_volume | 2.714 | 2.714 | 2.714 | 2.714 | 2.714 | 2.714 | 100.0% | 1 | | total | 9.769 | 9.769 | 9.769 | 9.769 | 9.769 | 9.769 | 100.0% | 1 | | -> duration | 9.769 | 9.769 | 9.769 | 9.769 | 9.769 | 9.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.769001 Full duration: 21.417696 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.395 | 3.395 | 3.395 | 3.395 | 3.395 | 3.395 | 100.0% | 1 | | cinder_v2.delete_volume | 2.708 | 2.708 | 2.708 | 2.708 | 2.708 | 2.708 | 100.0% | 1 | | total | 6.103 | 6.103 | 6.103 | 6.103 | 6.103 | 6.103 | 100.0% | 1 | | -> duration | 6.103 | 6.103 | 6.103 | 6.103 | 6.103 | 6.103 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.102907 Full duration: 17.178353 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.335 | 3.335 | 3.335 | 3.335 | 3.335 | 3.335 | 100.0% | 1 | | cinder_v2.extend_volume | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | cinder_v2.delete_volume | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | total | 6.587 | 6.587 | 6.587 | 6.587 | 6.587 | 6.587 | 100.0% | 1 | | -> duration | 6.587 | 6.587 | 6.587 | 6.587 | 6.587 | 6.587 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.586982 Full duration: 18.157115 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.37 | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 100.0% | 1 | | cinder_v2.delete_volume | 2.728 | 2.728 | 2.728 | 2.728 | 2.728 | 2.728 | 100.0% | 1 | | total | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 100.0% | 1 | | -> duration | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.098928 Full duration: 24.572036 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | cinder_v2.list_qos | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | -> duration | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.840434 Full duration: 13.540647 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | cinder_v2.set_qos | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | -> duration | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.98507 Full duration: 13.723621 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | cinder_v2.list_types | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> duration | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.893765 Full duration: 13.821113 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3938d8ac-9c2e-4654-bfcc-bac7c230325e 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> duration | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958739 Full duration: 13.599897 HINTS: * To plot HTML graphics with this data, run: rally task report 3938d8ac-9c2e-4654-bfcc-bac7c230325e --out output.html * To generate a JUnit report, run: rally task export 3938d8ac-9c2e-4654-bfcc-bac7c230325e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3938d8ac-9c2e-4654-bfcc-bac7c230325e --json --out output.json 2018-08-20 07:36:58,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3938d8ac-9c2e-4654-bfcc-bac7c230325e', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-20 07:37:00,821 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3938d8ac-9c2e-4654-bfcc-bac7c230325e --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-20 07:37:00.714 3114 INFO rally.api [-] Building 'json' report for the following task(s): '3938d8ac-9c2e-4654-bfcc-bac7c230325e'. 2018-08-20 07:37:00.724 3114 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:37:00,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3938d8ac-9c2e-4654-bfcc-bac7c230325e', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-20 07:37:03,471 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3938d8ac-9c2e-4654-bfcc-bac7c230325e --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-20 07:37:03.347 3117 INFO rally.api [-] Building 'html' report for the following task(s): '3938d8ac-9c2e-4654-bfcc-bac7c230325e'. 2018-08-20 07:37:03.374 3117 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:37:03,485 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-20 07:37:03,485 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-20 07:37:03,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-08-20 07:37:03,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:37:03,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:37:03,507 - 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': ['gnocchi'], 'concurrency': 4, 'netid': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:39:10,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 345b09d9-c036-454e-a63f-66572eebfb80 2018-08-20 07:39:10,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '345b09d9-c036-454e-a63f-66572eebfb80'] 2018-08-20 07:39:11,793 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 345b09d9-c036-454e-a63f-66572eebfb80 -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | total | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> duration | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.893332 Full duration: 8.058018 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | total | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> duration | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.619639 Full duration: 8.040366 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.627895 Full duration: 8.178663 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> duration | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.89523 Full duration: 8.994713 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613016 Full duration: 7.801517 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> duration | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.836048 Full duration: 8.7954 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | total | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> duration | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.620419 Full duration: 8.66122 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 0.425 | 100.0% | 1 | | total | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | -> duration | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.695326 Full duration: 9.735552 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610252 Full duration: 8.152471 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | gnocchi.delete_metric | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 100.0% | 1 | | -> duration | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.04385 Full duration: 9.418311 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 345b09d9-c036-454e-a63f-66572eebfb80 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | gnocchi.delete_resource | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> duration | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.84917 Full duration: 9.17925 HINTS: * To plot HTML graphics with this data, run: rally task report 345b09d9-c036-454e-a63f-66572eebfb80 --out output.html * To generate a JUnit report, run: rally task export 345b09d9-c036-454e-a63f-66572eebfb80 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 345b09d9-c036-454e-a63f-66572eebfb80 --json --out output.json 2018-08-20 07:39:11,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '345b09d9-c036-454e-a63f-66572eebfb80', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-20 07:39:14,349 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 345b09d9-c036-454e-a63f-66572eebfb80 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-20 07:39:14.243 4252 INFO rally.api [-] Building 'json' report for the following task(s): '345b09d9-c036-454e-a63f-66572eebfb80'. 2018-08-20 07:39:14.252 4252 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:39:14,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '345b09d9-c036-454e-a63f-66572eebfb80', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-20 07:39:16,908 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 345b09d9-c036-454e-a63f-66572eebfb80 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-20 07:39:16.783 4255 INFO rally.api [-] Building 'html' report for the following task(s): '345b09d9-c036-454e-a63f-66572eebfb80'. 2018-08-20 07:39:16.810 4255 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:39:16,914 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-20 07:39:16,914 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-20 07:39:16,914 - 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-08-20 07:39:16,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:39:16,919 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:39:16,930 - 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': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:40:44,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4e439697-43ec-47be-9b31-48c42e6a0f07 2018-08-20 07:40:44,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4e439697-43ec-47be-9b31-48c42e6a0f07'] 2018-08-20 07:40:45,377 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4e439697-43ec-47be-9b31-48c42e6a0f07 -------------------------------------------------------------------------------- Task 4e439697-43ec-47be-9b31-48c42e6a0f07: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4e439697-43ec-47be-9b31-48c42e6a0f07 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.942 | 4.942 | 4.942 | 4.942 | 4.942 | 4.942 | 100.0% | 1 | | heat.update_stack | 2.845 | 2.845 | 2.845 | 2.845 | 2.845 | 2.845 | 100.0% | 1 | | heat.delete_stack | 3.448 | 3.448 | 3.448 | 3.448 | 3.448 | 3.448 | 100.0% | 1 | | total | 11.235 | 11.235 | 11.235 | 11.235 | 11.235 | 11.235 | 100.0% | 1 | | -> duration | 7.235 | 7.235 | 7.235 | 7.235 | 7.235 | 7.235 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.234669 Full duration: 20.550321 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4e439697-43ec-47be-9b31-48c42e6a0f07 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.884 | 4.884 | 4.884 | 4.884 | 4.884 | 4.884 | 100.0% | 1 | | heat.check_stack | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | heat.delete_stack | 2.007 | 2.007 | 2.007 | 2.007 | 2.007 | 2.007 | 100.0% | 1 | | total | 7.758 | 7.758 | 7.758 | 7.758 | 7.758 | 7.758 | 100.0% | 1 | | -> duration | 5.758 | 5.758 | 5.758 | 5.758 | 5.758 | 5.758 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.757956 Full duration: 16.892869 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4e439697-43ec-47be-9b31-48c42e6a0f07 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.067 | 5.067 | 5.067 | 5.067 | 5.067 | 5.067 | 100.0% | 1 | | heat.suspend_stack | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | heat.resume_stack | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | heat.delete_stack | 1.938 | 1.938 | 1.938 | 1.938 | 1.938 | 1.938 | 100.0% | 1 | | total | 8.607 | 8.607 | 8.607 | 8.607 | 8.607 | 8.607 | 100.0% | 1 | | -> duration | 6.607 | 6.607 | 6.607 | 6.607 | 6.607 | 6.607 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.606514 Full duration: 18.041922 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4e439697-43ec-47be-9b31-48c42e6a0f07 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | total | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> duration | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.716556 Full duration: 9.447234 HINTS: * To plot HTML graphics with this data, run: rally task report 4e439697-43ec-47be-9b31-48c42e6a0f07 --out output.html * To generate a JUnit report, run: rally task export 4e439697-43ec-47be-9b31-48c42e6a0f07 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4e439697-43ec-47be-9b31-48c42e6a0f07 --json --out output.json 2018-08-20 07:40:45,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4e439697-43ec-47be-9b31-48c42e6a0f07', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-20 07:40:47,894 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4e439697-43ec-47be-9b31-48c42e6a0f07 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-20 07:40:47.798 5168 INFO rally.api [-] Building 'json' report for the following task(s): '4e439697-43ec-47be-9b31-48c42e6a0f07'. 2018-08-20 07:40:47.802 5168 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:40:47,895 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4e439697-43ec-47be-9b31-48c42e6a0f07', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-20 07:40:50,495 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4e439697-43ec-47be-9b31-48c42e6a0f07 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-20 07:40:50.382 5171 INFO rally.api [-] Building 'html' report for the following task(s): '4e439697-43ec-47be-9b31-48c42e6a0f07'. 2018-08-20 07:40:50.402 5171 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:40:50,501 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-20 07:40:50,501 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-20 07:40:50,502 - 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-08-20 07:40:50,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:40:50,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:40:50,525 - 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': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:44:14,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f6d7e96f-8498-4cd8-b7b0-efca939bf059 2018-08-20 07:44:14,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f6d7e96f-8498-4cd8-b7b0-efca939bf059'] 2018-08-20 07:44:15,256 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f6d7e96f-8498-4cd8-b7b0-efca939bf059 -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.revoke_role | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.874486 Full duration: 15.707485 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.551 | 0.551 | 0.551 | 0.551 | 0.551 | 0.551 | 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.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 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.821869 Full duration: 15.470452 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.836 | 0.836 | 0.836 | 0.836 | 0.836 | 0.836 | 100.0% | 1 | | keystone_v3.list_projects | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> duration | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.942584 Full duration: 15.726264 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | keystone_v3.delete_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> duration | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.67312 Full duration: 13.34018 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | keystone_v3.delete_service | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> duration | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.652728 Full duration: 13.335385 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | keystone_v3.create_user | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | -> keystone_v3.add_role | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | keystone_v3.create_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | keystone_v3.get_project | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_user | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | keystone_v3.get_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.list_services | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_services | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 2.119 | 2.119 | 2.119 | 2.119 | 2.119 | 2.119 | 100.0% | 1 | | -> duration | 2.119 | 2.119 | 2.119 | 2.119 | 2.119 | 2.119 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.118896 Full duration: 21.12057 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | keystone_v3.update_project | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.delete_project | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | -> duration | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.049446 Full duration: 14.429117 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | total | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> duration | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.891362 Full duration: 15.671389 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | total | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> duration | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.877108 Full duration: 15.931117 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | keystone_v3.list_users | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | -> duration | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.99492 Full duration: 16.017703 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f6d7e96f-8498-4cd8-b7b0-efca939bf059 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.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | keystone_v3.create_users | 5.876 | 5.876 | 5.876 | 5.876 | 5.876 | 5.876 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.876 | 5.876 | 5.876 | 5.876 | 5.876 | 5.876 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 1.507 | 100.0% | 1 | | total | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 100.0% | 1 | | -> duration | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.764529 Full duration: 25.306182 HINTS: * To plot HTML graphics with this data, run: rally task report f6d7e96f-8498-4cd8-b7b0-efca939bf059 --out output.html * To generate a JUnit report, run: rally task export f6d7e96f-8498-4cd8-b7b0-efca939bf059 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f6d7e96f-8498-4cd8-b7b0-efca939bf059 --json --out output.json 2018-08-20 07:44:15,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f6d7e96f-8498-4cd8-b7b0-efca939bf059', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-20 07:44:17,877 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f6d7e96f-8498-4cd8-b7b0-efca939bf059 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-20 07:44:17.771 7086 INFO rally.api [-] Building 'json' report for the following task(s): 'f6d7e96f-8498-4cd8-b7b0-efca939bf059'. 2018-08-20 07:44:17.782 7086 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:44:17,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f6d7e96f-8498-4cd8-b7b0-efca939bf059', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-20 07:44:20,427 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f6d7e96f-8498-4cd8-b7b0-efca939bf059 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-20 07:44:20.302 7089 INFO rally.api [-] Building 'html' report for the following task(s): 'f6d7e96f-8498-4cd8-b7b0-efca939bf059'. 2018-08-20 07:44:20.332 7089 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:44:20,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-20 07:44:20,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-20 07:44:20,445 - 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-08-20 07:44:20,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:44:20,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:44:20,470 - 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': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:50:32,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 504df536-3fd5-4b86-84c8-3bbb10cbca3c 2018-08-20 07:50:32,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '504df536-3fd5-4b86-84c8-3bbb10cbca3c'] 2018-08-20 07:50:33,896 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 504df536-3fd5-4b86-84c8-3bbb10cbca3c -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | neutron.delete_network | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | total | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 100.0% | 1 | | -> duration | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 1.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.978023 Full duration: 16.555914 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.499 | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 100.0% | 1 | | neutron.delete_port | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | total | 2.441 | 2.441 | 2.441 | 2.441 | 2.441 | 2.441 | 100.0% | 1 | | -> duration | 2.441 | 2.441 | 2.441 | 2.441 | 2.441 | 2.441 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.440739 Full duration: 34.167396 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.057 | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 100.0% | 1 | | neutron.create_subnet | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_interface_router | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 100.0% | 1 | | neutron.remove_interface_router | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 1.56 | 100.0% | 1 | | neutron.delete_router | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | total | 6.873 | 6.873 | 6.873 | 6.873 | 6.873 | 6.873 | 100.0% | 1 | | -> duration | 6.873 | 6.873 | 6.873 | 6.873 | 6.873 | 6.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.87326 Full duration: 42.775306 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | | neutron.delete_subnet | 2.068 | 2.068 | 2.068 | 2.068 | 2.068 | 2.068 | 100.0% | 1 | | total | 4.068 | 4.068 | 4.068 | 4.068 | 4.068 | 4.068 | 100.0% | 1 | | -> duration | 4.068 | 4.068 | 4.068 | 4.068 | 4.068 | 4.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.068016 Full duration: 40.263559 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | neutron.list_networks | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | total | 1.828 | 1.828 | 1.828 | 1.828 | 1.828 | 1.828 | 100.0% | 1 | | -> duration | 1.828 | 1.828 | 1.828 | 1.828 | 1.828 | 1.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.828382 Full duration: 20.099736 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.656 | 1.656 | 1.656 | 1.656 | 1.656 | 1.656 | 100.0% | 1 | | neutron.list_ports | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 100.0% | 1 | | -> duration | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.920494 Full duration: 36.016701 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | neutron.create_subnet | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | neutron.create_router | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | neutron.add_interface_router | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 2.591 | 100.0% | 1 | | neutron.list_routers | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | total | 5.407 | 5.407 | 5.407 | 5.407 | 5.407 | 5.407 | 100.0% | 1 | | -> duration | 5.407 | 5.407 | 5.407 | 5.407 | 5.407 | 5.407 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.407144 Full duration: 50.006082 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | neutron.create_subnet | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | neutron.list_subnets | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 2.323 | 2.323 | 2.323 | 2.323 | 2.323 | 2.323 | 100.0% | 1 | | -> duration | 2.323 | 2.323 | 2.323 | 2.323 | 2.323 | 2.323 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.323121 Full duration: 38.379671 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | neutron.delete_security_group | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | total | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | -> duration | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.647995 Full duration: 16.264025 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 100.0% | 1 | | neutron.create_security_group_rule | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | neutron.delete_security_group | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | total | 2.051 | 2.051 | 2.051 | 2.051 | 2.051 | 2.051 | 100.0% | 1 | | -> duration | 2.051 | 2.051 | 2.051 | 2.051 | 2.051 | 2.051 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.051291 Full duration: 16.308629 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 504df536-3fd5-4b86-84c8-3bbb10cbca3c 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.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | neutron.create_router | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | neutron.add_gateway_router | 1.688 | 1.688 | 1.688 | 1.688 | 1.688 | 1.688 | 100.0% | 1 | | neutron.remove_gateway_router | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | total | 4.507 | 4.507 | 4.507 | 4.507 | 4.507 | 4.507 | 100.0% | 1 | | -> duration | 4.507 | 4.507 | 4.507 | 4.507 | 4.507 | 4.507 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.506818 Full duration: 28.063904 HINTS: * To plot HTML graphics with this data, run: rally task report 504df536-3fd5-4b86-84c8-3bbb10cbca3c --out output.html * To generate a JUnit report, run: rally task export 504df536-3fd5-4b86-84c8-3bbb10cbca3c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 504df536-3fd5-4b86-84c8-3bbb10cbca3c --json --out output.json 2018-08-20 07:50:33,897 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '504df536-3fd5-4b86-84c8-3bbb10cbca3c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-20 07:50:36,582 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 504df536-3fd5-4b86-84c8-3bbb10cbca3c --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-20 07:50:36.473 10384 INFO rally.api [-] Building 'json' report for the following task(s): '504df536-3fd5-4b86-84c8-3bbb10cbca3c'. 2018-08-20 07:50:36.484 10384 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:50:36,582 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '504df536-3fd5-4b86-84c8-3bbb10cbca3c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-20 07:50:39,120 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 504df536-3fd5-4b86-84c8-3bbb10cbca3c --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-20 07:50:38.995 10387 INFO rally.api [-] Building 'html' report for the following task(s): '504df536-3fd5-4b86-84c8-3bbb10cbca3c'. 2018-08-20 07:50:39.025 10387 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:50:39,137 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-20 07:50:39,138 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-20 07:50:39,138 - 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-08-20 07:50:39,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:50:39,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:50:39,160 - 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': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:58:25,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 45e874b0-38c2-4152-b625-9f59cd2046b4 2018-08-20 07:58:25,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '45e874b0-38c2-4152-b625-9f59cd2046b4'] 2018-08-20 07:58:26,791 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 45e874b0-38c2-4152-b625-9f59cd2046b4 -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "nics": [ { "net-id": "ce567524-362a-47a9-8733-e800ff352fa0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 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 | 17.787 | 17.787 | 17.787 | 17.787 | 17.787 | 17.787 | 100.0% | 1 | | nova.live_migrate | 18.551 | 18.551 | 18.551 | 18.551 | 18.551 | 18.551 | 100.0% | 1 | | nova.delete_server | 2.893 | 2.893 | 2.893 | 2.893 | 2.893 | 2.893 | 100.0% | 1 | | total | 39.231 | 39.231 | 39.231 | 39.231 | 39.231 | 39.231 | 100.0% | 1 | | -> duration | 38.231 | 38.231 | 38.231 | 38.231 | 38.231 | 38.231 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.231444 Full duration: 50.243616 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "boot_server_kwargs": { "nics": [ { "net-id": "ce567524-362a-47a9-8733-e800ff352fa0" } ] }, "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "size": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 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 | 13.012 | 13.012 | 13.012 | 13.012 | 13.012 | 13.012 | 100.0% | 1 | | cinder_v2.create_volume | 2.959 | 2.959 | 2.959 | 2.959 | 2.959 | 2.959 | 100.0% | 1 | | nova.attach_volume | 4.455 | 4.455 | 4.455 | 4.455 | 4.455 | 4.455 | 100.0% | 1 | | nova.live_migrate | 15.366 | 15.366 | 15.366 | 15.366 | 15.366 | 15.366 | 100.0% | 1 | | nova.detach_volume | 2.109 | 2.109 | 2.109 | 2.109 | 2.109 | 2.109 | 100.0% | 1 | | cinder_v2.delete_volume | 2.731 | 2.731 | 2.731 | 2.731 | 2.731 | 2.731 | 100.0% | 1 | | nova.delete_server | 3.091 | 3.091 | 3.091 | 3.091 | 3.091 | 3.091 | 100.0% | 1 | | total | 43.724 | 43.724 | 43.724 | 43.724 | 43.724 | 43.724 | 100.0% | 1 | | -> duration | 42.724 | 42.724 | 42.724 | 42.724 | 42.724 | 42.724 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.72448 Full duration: 57.671327 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "volume_size": 10, "nics": [ { "net-id": "ce567524-362a-47a9-8733-e800ff352fa0" } ], "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "block_migration": false, "force_delete": false, "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 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.845 | 9.845 | 9.845 | 9.845 | 9.845 | 9.845 | 100.0% | 1 | | nova.boot_server | 13.823 | 13.823 | 13.823 | 13.823 | 13.823 | 13.823 | 100.0% | 1 | | nova.live_migrate | 18.649 | 18.649 | 18.649 | 18.649 | 18.649 | 18.649 | 100.0% | 1 | | nova.delete_server | 5.258 | 5.258 | 5.258 | 5.258 | 5.258 | 5.258 | 100.0% | 1 | | total | 47.576 | 47.576 | 47.576 | 47.576 | 47.576 | 47.576 | 100.0% | 1 | | -> duration | 46.576 | 46.576 | 46.576 | 46.576 | 46.576 | 46.576 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.576131 Full duration: 60.926913 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "key_pairs": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "server_kwargs": { "nics": [ { "net-id": "ce567524-362a-47a9-8733-e800ff352fa0" } ] }, "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 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.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | nova.boot_server | 10.555 | 10.555 | 10.555 | 10.555 | 10.555 | 10.555 | 100.0% | 1 | | nova.delete_server | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 100.0% | 1 | | nova.delete_keypair | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | total | 14.358 | 14.358 | 14.358 | 14.358 | 14.358 | 14.358 | 100.0% | 1 | | -> duration | 13.358 | 13.358 | 13.358 | 13.358 | 13.358 | 13.358 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.357775 Full duration: 42.176254 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 }, "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "volume_size": 5, "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "nics": [ { "net-id": "ce567524-362a-47a9-8733-e800ff352fa0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 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 | 7.863 | 7.863 | 7.863 | 7.863 | 7.863 | 7.863 | 100.0% | 1 | | nova.boot_server | 10.161 | 10.161 | 10.161 | 10.161 | 10.161 | 10.161 | 100.0% | 1 | | nova.delete_server | 2.909 | 2.909 | 2.909 | 2.909 | 2.909 | 2.909 | 100.0% | 1 | | total | 20.934 | 20.934 | 20.934 | 20.934 | 20.934 | 20.934 | 100.0% | 1 | | -> duration | 19.934 | 19.934 | 19.934 | 19.934 | 19.934 | 19.934 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.933953 Full duration: 53.041591 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "force_delete": false, "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "nics": [ { "net-id": "ce567524-362a-47a9-8733-e800ff352fa0" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 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.192 | 10.192 | 10.192 | 10.192 | 10.192 | 10.192 | 100.0% | 1 | | nova.pause_server | 2.988 | 2.988 | 2.988 | 2.988 | 2.988 | 2.988 | 100.0% | 1 | | nova.unpause_server | 2.784 | 2.784 | 2.784 | 2.784 | 2.784 | 2.784 | 100.0% | 1 | | nova.delete_server | 2.903 | 2.903 | 2.903 | 2.903 | 2.903 | 2.903 | 100.0% | 1 | | total | 18.867 | 18.867 | 18.867 | 18.867 | 18.867 | 18.867 | 100.0% | 1 | | -> duration | 13.867 | 13.867 | 13.867 | 13.867 | 13.867 | 13.867 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.866617 Full duration: 46.140181 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "nics": [ { "net-id": "ce567524-362a-47a9-8733-e800ff352fa0" } ], "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 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 | 13.677 | 13.677 | 13.677 | 13.677 | 13.677 | 13.677 | 100.0% | 1 | | nova.migrate | 13.124 | 13.124 | 13.124 | 13.124 | 13.124 | 13.124 | 100.0% | 1 | | nova.resize_confirm | 3.162 | 3.162 | 3.162 | 3.162 | 3.162 | 3.162 | 100.0% | 1 | | nova.delete_server | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 100.0% | 1 | | total | 32.497 | 32.497 | 32.497 | 32.497 | 32.497 | 32.497 | 100.0% | 1 | | -> duration | 31.497 | 31.497 | 31.497 | 31.497 | 31.497 | 31.497 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.496976 Full duration: 43.017522 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "flavor": { "name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23" }, "auto_assign_nic": true, "image": { "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 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.543 | 10.543 | 10.543 | 10.543 | 10.543 | 10.543 | 100.0% | 1 | | nova.list_interfaces | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | total | 11.161 | 11.161 | 11.161 | 11.161 | 11.161 | 11.161 | 100.0% | 1 | | -> duration | 10.161 | 10.161 | 10.161 | 10.161 | 10.161 | 10.161 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.161299 Full duration: 43.127083 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 45e874b0-38c2-4152-b625-9f59cd2046b4 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | nova.delete_server_group | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> duration | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.815424 Full duration: 10.58391 HINTS: * To plot HTML graphics with this data, run: rally task report 45e874b0-38c2-4152-b625-9f59cd2046b4 --out output.html * To generate a JUnit report, run: rally task export 45e874b0-38c2-4152-b625-9f59cd2046b4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 45e874b0-38c2-4152-b625-9f59cd2046b4 --json --out output.json 2018-08-20 07:58:26,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '45e874b0-38c2-4152-b625-9f59cd2046b4', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-20 07:58:29,379 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 45e874b0-38c2-4152-b625-9f59cd2046b4 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-20 07:58:29.275 12030 INFO rally.api [-] Building 'json' report for the following task(s): '45e874b0-38c2-4152-b625-9f59cd2046b4'. 2018-08-20 07:58:29.285 12030 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:58:29,380 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '45e874b0-38c2-4152-b625-9f59cd2046b4', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-20 07:58:32,024 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 45e874b0-38c2-4152-b625-9f59cd2046b4 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-20 07:58:31.903 12033 INFO rally.api [-] Building 'html' report for the following task(s): '45e874b0-38c2-4152-b625-9f59cd2046b4'. 2018-08-20 07:58:31.931 12033 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:58:32,040 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-08-20 07:58:32,040 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-20 07:58:32,041 - 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-08-20 07:58:32,041 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-20 07:58:32,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-20 07:58:32,061 - 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': 'ce567524-362a-47a9-8733-e800ff352fa0', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23', 'flavor_name': 'rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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_3e30e7ea-4035-4b9d-9d64-aaf037bede23', '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-08-20 07:59:26,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dd90e6e7-96c5-4108-bac9-f6649d56bcc6 2018-08-20 07:59:26,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dd90e6e7-96c5-4108-bac9-f6649d56bcc6'] 2018-08-20 07:59:27,113 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dd90e6e7-96c5-4108-bac9-f6649d56bcc6 -------------------------------------------------------------------------------- Task dd90e6e7-96c5-4108-bac9-f6649d56bcc6: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd90e6e7-96c5-4108-bac9-f6649d56bcc6 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.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | quotas.delete_quotas | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 100.0% | 1 | | -> duration | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.099192 Full duration: 9.543879 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd90e6e7-96c5-4108-bac9-f6649d56bcc6 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.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | total | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> duration | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804879 Full duration: 9.467641 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd90e6e7-96c5-4108-bac9-f6649d56bcc6 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.462 | 0.462 | 0.462 | 0.462 | 0.462 | 0.462 | 100.0% | 1 | | total | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> duration | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.892138 Full duration: 9.392098 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd90e6e7-96c5-4108-bac9-f6649d56bcc6 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.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | total | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> duration | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.991635 Full duration: 9.291374 HINTS: * To plot HTML graphics with this data, run: rally task report dd90e6e7-96c5-4108-bac9-f6649d56bcc6 --out output.html * To generate a JUnit report, run: rally task export dd90e6e7-96c5-4108-bac9-f6649d56bcc6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dd90e6e7-96c5-4108-bac9-f6649d56bcc6 --json --out output.json 2018-08-20 07:59:27,113 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dd90e6e7-96c5-4108-bac9-f6649d56bcc6', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-20 07:59:29,837 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dd90e6e7-96c5-4108-bac9-f6649d56bcc6 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-20 07:59:29.707 12546 INFO rally.api [-] Building 'json' report for the following task(s): 'dd90e6e7-96c5-4108-bac9-f6649d56bcc6'. 2018-08-20 07:59:29.711 12546 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:59:29,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dd90e6e7-96c5-4108-bac9-f6649d56bcc6', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-20 07:59:32,365 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dd90e6e7-96c5-4108-bac9-f6649d56bcc6 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-20 07:59:32.249 12549 INFO rally.api [-] Building 'html' report for the following task(s): 'dd90e6e7-96c5-4108-bac9-f6649d56bcc6'. 2018-08-20 07:59:32.269 12549 INFO rally.api [-] The report has been successfully built. 2018-08-20 07:59:32,368 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-20 07:59:32,370 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:50 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:56 | 10 | 100.00% | | gnocchi | 01:35 | 11 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 03:02 | 11 | 100.00% | | neutron | 05:38 | 11 | 100.00% | | nova | 06:46 | 9 | 100.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:23:53 | 70 | 100.00% | +----------------+------------+----------------+-----------+ 2018-08-20 07:59:32,370 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 9/9 modules 2018-08-20 07:59:32,494 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 07:59:32,494 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 29:22 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-20 07:59:32,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 07:59:32,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:32,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f9f093a-1860-418e-bca8-0a778f3b01e8 x-compute-request-id: req-8f9f093a-1860-418e-bca8-0a778f3b01e8 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "22dfbc84-4b5f-42b3-8322-7fcdd46d3183"}, {"name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7738c5d5-1ec3-40cd-901b-054e2a95ef3b"}]} 2018-08-20 07:59:32,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-8f9f093a-1860-418e-bca8-0a778f3b01e8 2018-08-20 07:59:32,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.19531416893s 2018-08-20 07:59:32,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-8f9f093a-1860-418e-bca8-0a778f3b01e8 2018-08-20 07:59:32,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 07:59:32,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:32,748 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 07:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5b8ed9ba-ebff-43cf-bf69-cd1e5fcd17c3 x-compute-request-id: req-5b8ed9ba-ebff-43cf-bf69-cd1e5fcd17c3 Content-Length: 0 Content-Type: application/json 2018-08-20 07:59:32,748 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183 used request id req-5b8ed9ba-ebff-43cf-bf69-cd1e5fcd17c3 2018-08-20 07:59:32,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0499939918518s 2018-08-20 07:59:32,749 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/22dfbc84-4b5f-42b3-8322-7fcdd46d3183 used request id req-5b8ed9ba-ebff-43cf-bf69-cd1e5fcd17c3 2018-08-20 07:59:32,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 07:59:32,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" -d '{"subnet_id": "f857dc65-b322-4dbb-a764-895da39e2dae"}' 2018-08-20 07:59:34,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ed244013-d0a2-4876-9d86-bc93efae733d Date: Mon, 20 Aug 2018 07:59:34 GMT RESP BODY: {"network_id": "ce567524-362a-47a9-8733-e800ff352fa0", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "subnet_id": "f857dc65-b322-4dbb-a764-895da39e2dae", "subnet_ids": ["f857dc65-b322-4dbb-a764-895da39e2dae"], "port_id": "b1364f56-572d-4ec2-9e2f-ccef1a673daf", "id": "39aa5442-f6a1-4e85-bb0e-a8294d98e761"} 2018-08-20 07:59:34,280 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761/remove_router_interface.json used request id req-ed244013-d0a2-4876-9d86-bc93efae733d 2018-08-20 07:59:34,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.53038907051s 2018-08-20 07:59:34,280 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761/remove_router_interface.json used request id req-ed244013-d0a2-4876-9d86-bc93efae733d returning object 39aa5442-f6a1-4e85-bb0e-a8294d98e761 2018-08-20 07:59:34,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 07:59:34,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:59:34,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-acfdaee9-e162-422a-9ad0-d10ad43944d2 Date: Mon, 20 Aug 2018 07:59:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T07:59:33Z", "revision_number": 4, "routes": [], "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "39aa5442-f6a1-4e85-bb0e-a8294d98e761", "name": "rally_sanity-router_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}]} 2018-08-20 07:59:34,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-acfdaee9-e162-422a-9ad0-d10ad43944d2 2018-08-20 07:59:34,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.303810119629s 2018-08-20 07:59:34,585 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-acfdaee9-e162-422a-9ad0-d10ad43944d2 2018-08-20 07:59:34,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 07:59:34,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:59:36,094 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-039ccb82-53d6-465d-a541-16df37f79200 Content-Length: 0 Date: Mon, 20 Aug 2018 07:59:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:59:36,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761.json used request id req-039ccb82-53d6-465d-a541-16df37f79200 2018-08-20 07:59:36,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.50812697411s 2018-08-20 07:59:36,095 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/39aa5442-f6a1-4e85-bb0e-a8294d98e761.json used request id req-039ccb82-53d6-465d-a541-16df37f79200 2018-08-20 07:59:36,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 07:59:36,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:59:36,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-df8607e4-01e6-44c3-9e1a-34d51b805f00 Date: Mon, 20 Aug 2018 07:59:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce567524-362a-47a9-8733-e800ff352fa0","tenant_id":"cc7d2d3fc6144d3aadd933a5be6b450b","created_at":"2018-08-20T07:30:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T07:30: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":"cc7d2d3fc6144d3aadd933a5be6b450b","id":"f857dc65-b322-4dbb-a764-895da39e2dae","subnetpool_id":null,"name":"rally_sanity-subnet_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}]} 2018-08-20 07:59:36,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-df8607e4-01e6-44c3-9e1a-34d51b805f00 2018-08-20 07:59:36,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.233130931854s 2018-08-20 07:59:36,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-df8607e4-01e6-44c3-9e1a-34d51b805f00 2018-08-20 07:59:36,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 07:59:36,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/f857dc65-b322-4dbb-a764-895da39e2dae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:59:38,723 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c44f8a3e-2bac-4134-a757-0db3b8704188 Date: Mon, 20 Aug 2018 07:59:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:59:38,723 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/f857dc65-b322-4dbb-a764-895da39e2dae.json used request id req-c44f8a3e-2bac-4134-a757-0db3b8704188 2018-08-20 07:59:38,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39283704758s 2018-08-20 07:59:38,724 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/f857dc65-b322-4dbb-a764-895da39e2dae.json used request id req-c44f8a3e-2bac-4134-a757-0db3b8704188 2018-08-20 07:59:38,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:59:38,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:59:39,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-03fb5b97-abde-4b85-9c9a-65910d4fa4c9 Date: Mon, 20 Aug 2018 07:59:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ce567524-362a-47a9-8733-e800ff352fa0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"cc7d2d3fc6144d3aadd933a5be6b450b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T07:59:38Z","provider:segmentation_id":83,"name":"rally_sanity-net_3e30e7ea-4035-4b9d-9d64-aaf037bede23","admin_state_up":true,"tenant_id":"cc7d2d3fc6144d3aadd933a5be6b450b","created_at":"2018-08-20T07:30:10Z","provider:network_type":"vxlan"}]} 2018-08-20 07:59:39,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-03fb5b97-abde-4b85-9c9a-65910d4fa4c9 2018-08-20 07:59:39,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.285254001617s 2018-08-20 07:59:39,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-03fb5b97-abde-4b85-9c9a-65910d4fa4c9 2018-08-20 07:59:39,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 07:59:39,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/ce567524-362a-47a9-8733-e800ff352fa0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:59:40,546 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbdbdfe9-8585-42c0-950d-385f39a7d040 Date: Mon, 20 Aug 2018 07:59:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 07:59:40,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/ce567524-362a-47a9-8733-e800ff352fa0.json used request id req-bbdbdfe9-8585-42c0-950d-385f39a7d040 2018-08-20 07:59:40,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.5354309082s 2018-08-20 07:59:40,547 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/ce567524-362a-47a9-8733-e800ff352fa0.json used request id req-bbdbdfe9-8585-42c0-950d-385f39a7d040 2018-08-20 07:59:40,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 07:59:40,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:59:40,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-c1c915b5-cd21-4215-bc29-a03abad2b3ad Date: Mon, 20 Aug 2018 07:59:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/snap", "metadata": {}}], "file": "/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/file", "owner": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "bc0b4377-8d2e-4aea-adc5-2a4321a690aa", "size": 12716032, "self": "/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T07:30:17Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T07:30:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 07:59:40,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c1c915b5-cd21-4215-bc29-a03abad2b3ad 2018-08-20 07:59:40,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.297134876251s 2018-08-20 07:59:40,849 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c1c915b5-cd21-4215-bc29-a03abad2b3ad 2018-08-20 07:59:40,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 07:59:40,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a03ce9fad0da6cd10a1c5363492bfc62185985c" 2018-08-20 07:59:42,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f0bae14-7ebc-4f5e-9165-899de9a298b5 Date: Mon, 20 Aug 2018 07:59:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 07:59:42,462 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa used request id req-5f0bae14-7ebc-4f5e-9165-899de9a298b5 2018-08-20 07:59:42,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.61203503609s 2018-08-20 07:59:42,463 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/bc0b4377-8d2e-4aea-adc5-2a4321a690aa used request id req-5f0bae14-7ebc-4f5e-9165-899de9a298b5 2018-08-20 07:59:42,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 07:59:42,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:42,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:59: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-bc269ef4-e4e1-4d55-93eb-b31dc38a8630 x-compute-request-id: req-bc269ef4-e4e1-4d55-93eb-b31dc38a8630 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7738c5d5-1ec3-40cd-901b-054e2a95ef3b"}]} 2018-08-20 07:59:42,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-bc269ef4-e4e1-4d55-93eb-b31dc38a8630 2018-08-20 07:59:42,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0267498493195s 2018-08-20 07:59:42,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-bc269ef4-e4e1-4d55-93eb-b31dc38a8630 2018-08-20 07:59:42,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 07:59:42,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:42,532 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 07:59: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-d6e9a9a4-3728-464c-9e35-25b4620c8f53 x-compute-request-id: req-d6e9a9a4-3728-464c-9e35-25b4620c8f53 Content-Length: 0 Content-Type: application/json 2018-08-20 07:59:42,533 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b used request id req-d6e9a9a4-3728-464c-9e35-25b4620c8f53 2018-08-20 07:59:42,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0407810211182s 2018-08-20 07:59:42,533 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/7738c5d5-1ec3-40cd-901b-054e2a95ef3b used request id req-d6e9a9a4-3728-464c-9e35-25b4620c8f53 2018-08-20 07:59:42,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 07:59:42,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:42,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b2720f-4f7f-4964-8441-5a929af8b250 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": {"self": "http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "605b9aea630448d099378e4071b25a7b", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 07:59:42,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-53b2720f-4f7f-4964-8441-5a929af8b250 2018-08-20 07:59:42,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117722034454s 2018-08-20 07:59:42,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-53b2720f-4f7f-4964-8441-5a929af8b250 2018-08-20 07:59:42,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 07:59:42,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:42,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba821cd-e26a-4b57-9f05-0445a0b50e51 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_3e30e7ea-4035-4b9d-9d64-aaf037bede23", "links": {"self": "http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "605b9aea630448d099378e4071b25a7b", "description": null}} 2018-08-20 07:59:42,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b used request id req-eba821cd-e26a-4b57-9f05-0445a0b50e51 2018-08-20 07:59:42,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102854013443s 2018-08-20 07:59:42,761 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b used request id req-eba821cd-e26a-4b57-9f05-0445a0b50e51 2018-08-20 07:59:42,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 07:59:42,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:42,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 07:59:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ea8932e-63de-4cf9-ae0d-e0a8cb2d8cba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 07:59:42,976 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b used request id req-3ea8932e-63de-4cf9-ae0d-e0a8cb2d8cba 2018-08-20 07:59:42,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.214231014252s 2018-08-20 07:59:42,977 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/605b9aea630448d099378e4071b25a7b used request id req-3ea8932e-63de-4cf9-ae0d-e0a8cb2d8cba 2018-08-20 07:59:42,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 07:59:42,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:43,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49959dcf-9382-46d0-87ea-f46e86a9aef8 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b"}, "tags": [], "enabled": true, "id": "cc7d2d3fc6144d3aadd933a5be6b450b", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_3e30e7ea-4035-4b9d-9d64-aaf037bede23"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 07:59:43,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-49959dcf-9382-46d0-87ea-f46e86a9aef8 2018-08-20 07:59:43,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100778102875s 2018-08-20 07:59:43,084 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-49959dcf-9382-46d0-87ea-f46e86a9aef8 2018-08-20 07:59:43,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 07:59:43,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:43,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 07:59:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06c3ff62-53a0-4eb0-9678-49b82bd5ca66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 07:59:43,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-06c3ff62-53a0-4eb0-9678-49b82bd5ca66 2018-08-20 07:59:43,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.187319040298s 2018-08-20 07:59:43,276 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-06c3ff62-53a0-4eb0-9678-49b82bd5ca66 2018-08-20 07:59:43,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 07:59:43,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:43,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba5b205-87b6-4cb1-aff2-ce1ef9ca14e9 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "b9b3b5cdffa44f8a8f9ab07742c6a6a0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 07:59:43,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-eba5b205-87b6-4cb1-aff2-ce1ef9ca14e9 2018-08-20 07:59:43,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100936174393s 2018-08-20 07:59:43,381 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-eba5b205-87b6-4cb1-aff2-ce1ef9ca14e9 2018-08-20 07:59:43,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 07:59:43,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c012b5c797bf1325ea7aa13ac752f59cb5a61aa8" 2018-08-20 07:59:43,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 07:59:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fa1830c-d0ed-42df-adeb-135258834d9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 07:59:43,534 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0 used request id req-6fa1830c-d0ed-42df-adeb-135258834d9a 2018-08-20 07:59:43,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.14737200737s 2018-08-20 07:59:43,534 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b9b3b5cdffa44f8a8f9ab07742c6a6a0 used request id req-6fa1830c-d0ed-42df-adeb-135258834d9a 2018-08-20 07:59:43,593 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-20 07:59:43,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 07:59:43,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 07:59:43,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 07:59:43,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 07:59:43,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 07:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-973410aa-36cc-41f8-824e-3db9e1493326 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 07:59:43,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-973410aa-36cc-41f8-824e-3db9e1493326 2018-08-20 07:59:43,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 07:59:44,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T08:59:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["sj35Rl8cReWfjJb4kXUF_w"], "issued_at": "2018-08-20T07:59:44.000000Z"}} 2018-08-20 07:59:44,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 07:59:44,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 07:59:44,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-80c4c17c-f5a9-4f20-ad50-e6a727c6cdf1 Date: Mon, 20 Aug 2018 07:59:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 07:59:44,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-80c4c17c-f5a9-4f20-ad50-e6a727c6cdf1 2018-08-20 07:59:44,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.266404151917s 2018-08-20 07:59:44,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-80c4c17c-f5a9-4f20-ad50-e6a727c6cdf1 2018-08-20 07:59:44,347 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 07:59:47,128 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 07:59:49,944 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2cdd4c15-212c-47df-b3dc-5c61d1926730 | 2018-08-20T07:59:49.603843 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2cdd4c15-212c-47df-b3dc-5c61d1926730 ~/.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-08-20 07:59:53,569 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 07:59:53,570 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 07:59:56,133 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 07:59:59,485 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=9ca5b393-f9cd-41bb-95ea-7c7f13320647) as the default verifier for the future CLI operations. 2018-08-20 08:00:02,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 08:00:02,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:02,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-67279ab5-6a30-48e3-96a9-0628a149a8f9 Date: Mon, 20 Aug 2018 08:00:02 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 08:00:02,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-67279ab5-6a30-48e3-96a9-0628a149a8f9 2018-08-20 08:00:02,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.189741134644s 2018-08-20 08:00:02,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-67279ab5-6a30-48e3-96a9-0628a149a8f9 2018-08-20 08:00:02,900 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-20 08:00:02,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 08:00:02,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"network": {"name": "refstack_defcore-net_13823ed7-fce1-4447-9562-9f5e0547c3de", "admin_state_up": true}}' 2018-08-20 08:00:03,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-1c484840-2a49-4c90-90a8-352c940392c3 Date: Mon, 20 Aug 2018 08:00:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fb256b39-de3a-4250-81b2-204fe473c3cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T08:00:03Z","is_default":false,"provider:segmentation_id":43,"name":"refstack_defcore-net_13823ed7-fce1-4447-9562-9f5e0547c3de","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:00:03Z","mtu":1450}} 2018-08-20 08:00:03,335 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-1c484840-2a49-4c90-90a8-352c940392c3 2018-08-20 08:00:03,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.434644937515s 2018-08-20 08:00:03,335 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-1c484840-2a49-4c90-90a8-352c940392c3 2018-08-20 08:00:03,336 - 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-08-20T08:00:03Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'fb256b39-de3a-4250-81b2-204fe473c3cc', u'provider:segmentation_id': 43, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_13823ed7-fce1-4447-9562-9f5e0547c3de', u'admin_state_up': True, u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T08:00:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 08:00:03,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 08:00:03,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:03,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-bd2a0597-3313-4c93-b58b-cd580b0c3eb6 Date: Mon, 20 Aug 2018 08:00:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fb256b39-de3a-4250-81b2-204fe473c3cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T08:00:03Z","provider:segmentation_id":43,"name":"refstack_defcore-net_13823ed7-fce1-4447-9562-9f5e0547c3de","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:00:03Z","provider:network_type":"vxlan"}]} 2018-08-20 08:00:03,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bd2a0597-3313-4c93-b58b-cd580b0c3eb6 2018-08-20 08:00:03,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.288954973221s 2018-08-20 08:00:03,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bd2a0597-3313-4c93-b58b-cd580b0c3eb6 2018-08-20 08:00:03,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 08:00:03,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"subnet": {"name": "refstack_defcore-subnet_13823ed7-fce1-4447-9562-9f5e0547c3de", "enable_dhcp": true, "network_id": "fb256b39-de3a-4250-81b2-204fe473c3cc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 08:00:04,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1ff2c4b8-699f-4ab7-a4e4-dee0dc53b447 Date: Mon, 20 Aug 2018 08:00:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb256b39-de3a-4250-81b2-204fe473c3cc","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:00:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T08:00:03Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"b2f93f77-ce19-4e0d-9551-994eba849782","subnetpool_id":null,"name":"refstack_defcore-subnet_13823ed7-fce1-4447-9562-9f5e0547c3de"}} 2018-08-20 08:00:04,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-1ff2c4b8-699f-4ab7-a4e4-dee0dc53b447 2018-08-20 08:00:04,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.65283203125s 2018-08-20 08:00:04,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-1ff2c4b8-699f-4ab7-a4e4-dee0dc53b447 2018-08-20 08:00:04,282 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T08:00:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b2f93f77-ce19-4e0d-9551-994eba849782', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_13823ed7-fce1-4447-9562-9f5e0547c3de', u'enable_dhcp': True, u'network_id': u'fb256b39-de3a-4250-81b2-204fe473c3cc', u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T08:00:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 08:00:04,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 08:00:04,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "refstack_defcore-router_13823ed7-fce1-4447-9562-9f5e0547c3de", "admin_state_up": true}}' 2018-08-20 08:00:05,648 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-fc1aacb6-ad2e-409d-9a62-a79045d9d7f9 Date: Mon, 20 Aug 2018 08:00:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T08:00:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T08:00:05Z", "revision_number": 2, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "40f90127-dc6b-47b6-b750-8544c8fb3285", "name": "refstack_defcore-router_13823ed7-fce1-4447-9562-9f5e0547c3de"}} 2018-08-20 08:00:05,648 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-fc1aacb6-ad2e-409d-9a62-a79045d9d7f9 2018-08-20 08:00:05,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36599087715s 2018-08-20 08:00:05,649 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-fc1aacb6-ad2e-409d-9a62-a79045d9d7f9 2018-08-20 08:00:05,649 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T08:00:04Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T08:00:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'id': u'40f90127-dc6b-47b6-b750-8544c8fb3285', u'name': u'refstack_defcore-router_13823ed7-fce1-4447-9562-9f5e0547c3de'}) 2018-08-20 08:00:05,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 08:00:05,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"subnet_id": "b2f93f77-ce19-4e0d-9551-994eba849782"}' 2018-08-20 08:00:07,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3fee4212-298b-48b0-a633-e11995c75d3e Date: Mon, 20 Aug 2018 08:00:07 GMT RESP BODY: {"network_id": "fb256b39-de3a-4250-81b2-204fe473c3cc", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "b2f93f77-ce19-4e0d-9551-994eba849782", "subnet_ids": ["b2f93f77-ce19-4e0d-9551-994eba849782"], "port_id": "1451e611-62c1-46f4-a933-f0405e35b574", "id": "40f90127-dc6b-47b6-b750-8544c8fb3285"} 2018-08-20 08:00:07,297 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285/add_router_interface.json used request id req-3fee4212-298b-48b0-a633-e11995c75d3e 2018-08-20 08:00:07,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.64690113068s 2018-08-20 08:00:07,297 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285/add_router_interface.json used request id req-3fee4212-298b-48b0-a633-e11995c75d3e returning object 40f90127-dc6b-47b6-b750-8544c8fb3285 2018-08-20 08:00:07,297 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 08:00:07,429 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 08:00:07,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:00:07,438 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 08:00:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 08:00:07,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:00:07,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:07,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fba20545-5fb2-44ca-b38b-5520d93e7db3 Date: Mon, 20 Aug 2018 08:00:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:00:07,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-fba20545-5fb2-44ca-b38b-5520d93e7db3 2018-08-20 08:00:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205270051956s 2018-08-20 08:00:07,648 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-fba20545-5fb2-44ca-b38b-5520d93e7db3 2018-08-20 08:00:07,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 08:00:07,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de"}' 2018-08-20 08:00:08,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6bedbfd4-1e33-4cad-88ba-8d659fb291eb Date: Mon, 20 Aug 2018 08:00:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "size": null, "self": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:00:08Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "checksum": null, "created_at": "2018-08-20T08:00:08Z", "protected": false} 2018-08-20 08:00:08,060 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-6bedbfd4-1e33-4cad-88ba-8d659fb291eb 2018-08-20 08:00:08,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.403225898743s 2018-08-20 08:00:08,060 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-6bedbfd4-1e33-4cad-88ba-8d659fb291eb returning object ccf58263-cf3a-465f-ac7f-f677ddfb4a16 2018-08-20 08:00:08,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 08:00:08,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '' 2018-08-20 08:00:08,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39d107ce-de62-4583-b2b3-6f728f45a7ef Date: Mon, 20 Aug 2018 08:00:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:00:08,865 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file used request id req-39d107ce-de62-4583-b2b3-6f728f45a7ef 2018-08-20 08:00:08,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.804230928421s 2018-08-20 08:00:08,866 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file used request id req-39d107ce-de62-4583-b2b3-6f728f45a7ef 2018-08-20 08:00:08,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:00:08,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:09,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-01ffd91d-286c-43ac-a76f-0ac9adec57df Date: Mon, 20 Aug 2018 08:00:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap", "metadata": {}}], "file": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "size": 12716032, "self": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:00:08Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:00:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:00:09,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-01ffd91d-286c-43ac-a76f-0ac9adec57df 2018-08-20 08:00:09,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193051815033s 2018-08-20 08:00:09,063 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-01ffd91d-286c-43ac-a76f-0ac9adec57df 2018-08-20 08:00:09,065 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'ccf58263-cf3a-465f-ac7f-f677ddfb4a16', 'size': 12716032, u'self': u'/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T08:00:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T08:00:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de', 'created': u'2018-08-20T08:00:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T08:00:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 08:00:09,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 08:00:09,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_13823ed7-fce1-4447-9562-9f5e0547c3de", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 08:00:09,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:00: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-2bf81a15-7a21-47ad-aa15-602fb4d065d5 x-compute-request-id: req-2bf81a15-7a21-47ad-aa15-602fb4d065d5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_13823ed7-fce1-4447-9562-9f5e0547c3de", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "914a6465-bbb3-4593-9ce5-43245f2447ea"}} 2018-08-20 08:00:09,286 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-2bf81a15-7a21-47ad-aa15-602fb4d065d5 2018-08-20 08:00:09,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.219436883926s 2018-08-20 08:00:09,286 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-2bf81a15-7a21-47ad-aa15-602fb4d065d5 2018-08-20 08:00:09,287 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_13823ed7-fce1-4447-9562-9f5e0547c3de', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'914a6465-bbb3-4593-9ce5-43245f2447ea', 'swap': 0}) 2018-08-20 08:00:09,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 08:00:09,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"extra_specs": {}}' 2018-08-20 08:00:09,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:00: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-6b912135-8b78-4a23-81fd-2f758a489ace x-compute-request-id: req-6b912135-8b78-4a23-81fd-2f758a489ace Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 08:00:09,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea/os-extra_specs used request id req-6b912135-8b78-4a23-81fd-2f758a489ace 2018-08-20 08:00:09,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224299430847s 2018-08-20 08:00:09,310 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea/os-extra_specs used request id req-6b912135-8b78-4a23-81fd-2f758a489ace 2018-08-20 08:00:09,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:00:09,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 08:00:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 08:00:09,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:00:09,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:09,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18d3e659-f065-44dd-9438-d09e455d9a1b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:00:09,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-18d3e659-f065-44dd-9438-d09e455d9a1b 2018-08-20 08:00:09,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102100133896s 2018-08-20 08:00:09,425 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-18d3e659-f065-44dd-9438-d09e455d9a1b 2018-08-20 08:00:09,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:00:09,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:09,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b65aaf6e-45ce-4fb6-8bcc-5aebce6a9c40 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:00:09,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b65aaf6e-45ce-4fb6-8bcc-5aebce6a9c40 2018-08-20 08:00:09,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.11111497879s 2018-08-20 08:00:09,540 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b65aaf6e-45ce-4fb6-8bcc-5aebce6a9c40 2018-08-20 08:00:09,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 08:00:09,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:09,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:00: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-4344a937-79a8-4c79-81cc-d497b1df2c30 x-compute-request-id: req-4344a937-79a8-4c79-81cc-d497b1df2c30 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 14}, "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.4", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 08:00:09,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-4344a937-79a8-4c79-81cc-d497b1df2c30 2018-08-20 08:00:09,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0408799648285s 2018-08-20 08:00:09,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-4344a937-79a8-4c79-81cc-d497b1df2c30 2018-08-20 08:00:09,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:00:09,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:09,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-d8e12783-1f8d-42ef-9ca9-b14e72880bb6 Date: Mon, 20 Aug 2018 08:00:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap", "metadata": {}}], "file": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "size": 12716032, "self": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:00:08Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:00:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:00:09,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-d8e12783-1f8d-42ef-9ca9-b14e72880bb6 2018-08-20 08:00:09,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196453094482s 2018-08-20 08:00:09,786 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-d8e12783-1f8d-42ef-9ca9-b14e72880bb6 2018-08-20 08:00:09,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 08:00:09,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de"}' 2018-08-20 08:00:10,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fa3ff1d1-6a5a-4623-8b4a-6e4e20917660 Date: Mon, 20 Aug 2018 08:00:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "cbbd29af-a649-467f-a690-3f6277bb0e11", "size": null, "self": "/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:00:10Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de", "checksum": null, "created_at": "2018-08-20T08:00:10Z", "protected": false} 2018-08-20 08:00:10,093 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-fa3ff1d1-6a5a-4623-8b4a-6e4e20917660 2018-08-20 08:00:10,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.298408031464s 2018-08-20 08:00:10,093 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-fa3ff1d1-6a5a-4623-8b4a-6e4e20917660 returning object cbbd29af-a649-467f-a690-3f6277bb0e11 2018-08-20 08:00:10,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 08:00:10,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '' 2018-08-20 08:00:10,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-361184bf-8091-4e48-9760-bd5e656e2f34 Date: Mon, 20 Aug 2018 08:00:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:00:10,973 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11/file used request id req-361184bf-8091-4e48-9760-bd5e656e2f34 2018-08-20 08:00:10,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.879396915436s 2018-08-20 08:00:10,974 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11/file used request id req-361184bf-8091-4e48-9760-bd5e656e2f34 2018-08-20 08:00:10,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:00:10,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:00:11,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-6e279d8c-df99-4ca1-aaf9-737760f5ef6d Date: Mon, 20 Aug 2018 08:00:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/cbbd29af-a649-467f-a690-3f6277bb0e11/snap", "metadata": {}}], "file": "/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "cbbd29af-a649-467f-a690-3f6277bb0e11", "size": 12716032, "self": "/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/cbbd29af-a649-467f-a690-3f6277bb0e11/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:00:10Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:00:10Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap", "metadata": {}}], "file": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "size": 12716032, "self": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:00:08Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:00:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:00:11,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6e279d8c-df99-4ca1-aaf9-737760f5ef6d 2018-08-20 08:00:11,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290301084518s 2018-08-20 08:00:11,269 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6e279d8c-df99-4ca1-aaf9-737760f5ef6d 2018-08-20 08:00:11,271 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/cbbd29af-a649-467f-a690-3f6277bb0e11/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'cbbd29af-a649-467f-a690-3f6277bb0e11', 'size': 12716032, u'self': u'/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/cbbd29af-a649-467f-a690-3f6277bb0e11/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T08:00:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T08:00:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de', 'created': u'2018-08-20T08:00:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T08:00:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_13823ed7-fce1-4447-9562-9f5e0547c3de', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 08:00:11,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 08:00:11,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_13823ed7-fce1-4447-9562-9f5e0547c3de", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 08:00:11,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:00:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ee790c9-b3fb-4970-9ce7-5a33cacff52f x-compute-request-id: req-8ee790c9-b3fb-4970-9ce7-5a33cacff52f Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_13823ed7-fce1-4447-9562-9f5e0547c3de", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/7905984f-919e-4cef-81d6-91b41c610b8a", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/7905984f-919e-4cef-81d6-91b41c610b8a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7905984f-919e-4cef-81d6-91b41c610b8a"}} 2018-08-20 08:00:11,317 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-8ee790c9-b3fb-4970-9ce7-5a33cacff52f 2018-08-20 08:00:11,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0449299812317s 2018-08-20 08:00:11,317 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-8ee790c9-b3fb-4970-9ce7-5a33cacff52f 2018-08-20 08:00:11,318 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_13823ed7-fce1-4447-9562-9f5e0547c3de', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'7905984f-919e-4cef-81d6-91b41c610b8a', 'swap': 0}) 2018-08-20 08:00:11,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 08:00:11,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/7905984f-919e-4cef-81d6-91b41c610b8a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"extra_specs": {}}' 2018-08-20 08:00:11,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:00:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-289124cc-b331-4447-b8b2-5d4ec446ed05 x-compute-request-id: req-289124cc-b331-4447-b8b2-5d4ec446ed05 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 08:00:11,342 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/7905984f-919e-4cef-81d6-91b41c610b8a/os-extra_specs used request id req-289124cc-b331-4447-b8b2-5d4ec446ed05 2018-08-20 08:00:11,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232489109039s 2018-08-20 08:00:11,342 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/7905984f-919e-4cef-81d6-91b41c610b8a/os-extra_specs used request id req-289124cc-b331-4447-b8b2-5d4ec446ed05 2018-08-20 08:00:11,342 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_13823ed7-fce1-4447-9562-9f5e0547c3de', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'7905984f-919e-4cef-81d6-91b41c610b8a', 'swap': 0}) 2018-08-20 08:00:14,901 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 08:00:14,902 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 08:00:14,902 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 08:00:14,904 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 08:00:19,496 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id: not found. skipping it 2018-08-20 08:00:19,497 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type: not found. skipping it 2018-08-20 08:00:19,498 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata: ids differ. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-20 08:00:19,499 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-20 08:00:19,500 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format: not found. skipping it 2018-08-20 08:00:19,501 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_versions.VersionsTest.test_list_versions: ids differ. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination: not found. skipping it 2018-08-20 08:00:19,502 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-08-20 08:00:19,503 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-08-20 08:00:19,504 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-08-20 08:00:19,504 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-08-20 08:00:19,504 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status: not found. skipping it 2018-08-20 08:00:19,504 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 08:00:19,520 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 08:00:19,521 - 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']'. 2018-08-20 08:00:30,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:30.833 12591 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-08-20 08:00:31,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:31.848 12591 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.345s] 2018-08-20 08:00:31,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:31.850 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.230s] 2018-08-20 08:00:31,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:31.851 12591 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.339s] 2018-08-20 08:00:31,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:31.904 12591 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.057s] 2018-08-20 08:00:36,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:36.435 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.584s] 2018-08-20 08:00:37,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:37.306 12591 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.415s] 2018-08-20 08:00:39,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:39.738 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.302s] 2018-08-20 08:00:40,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:40.212 12591 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.193s] 2018-08-20 08:00:40,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:40.413 12591 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.200s] 2018-08-20 08:00:43,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:43.474 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.735s] 2018-08-20 08:00:44,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:44.064 12591 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [3.649s] 2018-08-20 08:00:44,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:44.072 12591 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-08-20 08:00:44,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:44.519 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [5.944s] 2018-08-20 08:00:44,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:44.668 12591 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.595s] 2018-08-20 08:00:47,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:47.130 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.655s] 2018-08-20 08:00:47,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:47.962 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [3.442s] 2018-08-20 08:00:49,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:49.035 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.204s] 2018-08-20 08:00:49,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:49.043 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-08-20 08:00:49,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:49.250 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.206s] 2018-08-20 08:00:49,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:49.281 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.031s] 2018-08-20 08:00:49,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:49.503 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.221s] 2018-08-20 08:00:49,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:49.746 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.242s] 2018-08-20 08:00:50,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:50.144 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.398s] 2018-08-20 08:00:50,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:50.203 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.058s] 2018-08-20 08:00:50,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:50.246 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.043s] 2018-08-20 08:00:50,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:50.289 12591 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-08-20 08:00:54,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:54.078 12591 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.253s] 2018-08-20 08:00:54,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:54.627 12591 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.923s] 2018-08-20 08:00:55,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:55.293 12591 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.665s] 2018-08-20 08:00:56,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:56.058 12591 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.764s] 2018-08-20 08:00:56,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:56.257 12591 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.853s] 2018-08-20 08:00:56,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:56.510 12591 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.251s] 2018-08-20 08:00:56,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:56.884 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [9.752s] 2018-08-20 08:00:56,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:56.994 12591 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [25.888s] 2018-08-20 08:00:57,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:57.086 12591 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.028s] 2018-08-20 08:00:58,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:58.379 12591 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.291s] 2018-08-20 08:00:58,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:00:58.646 12591 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [12.395s] 2018-08-20 08:01:00,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:00.145 12591 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.766s] 2018-08-20 08:01:01,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:01.454 12591 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.375s] 2018-08-20 08:01:01,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:01.735 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.852s] 2018-08-20 08:01:03,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:03.682 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [1.947s] 2018-08-20 08:01:03,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:03.817 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.135s] 2018-08-20 08:01:03,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:03.838 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.021s] 2018-08-20 08:01:03,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:03.857 12591 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-08-20 08:01:05,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:05.357 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.312s] 2018-08-20 08:01:06,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.470 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.068s] 2018-08-20 08:01:06,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.486 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2018-08-20 08:01:06,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.663 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.175s] 2018-08-20 08:01:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.679 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.016s] 2018-08-20 08:01:06,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.695 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.016s] 2018-08-20 08:01:06,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.721 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.025s] 2018-08-20 08:01:06,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.798 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.077s] 2018-08-20 08:01:06,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.822 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.465s] 2018-08-20 08:01:06,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:06.902 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.104s] 2018-08-20 08:01:07,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:07.428 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.525s] 2018-08-20 08:01:07,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:07.444 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-08-20 08:01:07,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:07.522 12591 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.078s] 2018-08-20 08:01:08,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:08.021 12591 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [30.708s] 2018-08-20 08:01:08,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:08.687 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.863s] 2018-08-20 08:01:09,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:09.376 12591 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.970s] 2018-08-20 08:01:09,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:09.798 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.257s] 2018-08-20 08:01:10,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:10.430 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.743s] 2018-08-20 08:01:11,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:11.553 12591 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [19.889s] 2018-08-20 08:01:11,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:11.661 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.230s] 2018-08-20 08:01:12,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:12.919 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.257s] 2018-08-20 08:01:13,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:13.390 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.471s] 2018-08-20 08:01:14,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:14.050 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.660s] 2018-08-20 08:01:14,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:14.228 12591 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.678s] 2018-08-20 08:01:14,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:14.878 12591 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [16.231s] 2018-08-20 08:01:14,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:14.933 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.883s] 2018-08-20 08:01:15,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:15.954 12591 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.907s] 2018-08-20 08:01:16,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:16.321 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.386s] 2018-08-20 08:01:17,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:17.171 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.850s] 2018-08-20 08:01:17,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:17.630 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.458s] 2018-08-20 08:01:18,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:18.272 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.642s] 2018-08-20 08:01:18,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:18.511 12591 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.335s] 2018-08-20 08:01:19,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:19.017 12591 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.063s] 2018-08-20 08:01:19,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:19.463 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.189s] 2018-08-20 08:01:19,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:19.888 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.425s] 2018-08-20 08:01:20,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:20.050 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.192s] 2018-08-20 08:01:20,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:20.277 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.227s] 2018-08-20 08:01:20,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:20.496 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.218s] 2018-08-20 08:01:20,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:20.599 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.711s] 2018-08-20 08:01:20,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:20.726 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.230s] 2018-08-20 08:01:20,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:20.965 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.238s] 2018-08-20 08:01:21,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:21.159 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.193s] 2018-08-20 08:01:21,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:21.242 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.083s] 2018-08-20 08:01:21,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:21.377 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.778s] 2018-08-20 08:01:21,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:21.497 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.255s] 2018-08-20 08:01:21,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:21.698 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.201s] 2018-08-20 08:01:21,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:21.815 12591 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.437s] 2018-08-20 08:01:21,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:21.916 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.217s] 2018-08-20 08:01:22,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:22.109 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.193s] 2018-08-20 08:01:22,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:22.401 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.291s] 2018-08-20 08:01:22,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:22.471 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.071s] 2018-08-20 08:01:22,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:22.677 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.205s] 2018-08-20 08:01:23,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:23.016 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.338s] 2018-08-20 08:01:23,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:23.217 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.201s] 2018-08-20 08:01:23,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:23.435 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.217s] 2018-08-20 08:01:23,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:23.476 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.041s] 2018-08-20 08:01:23,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:23.509 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-08-20 08:01:23,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:23.546 12591 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.037s] 2018-08-20 08:01:25,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:25.903 12591 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.443s] 2018-08-20 08:01:26,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:26.548 12591 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.645s] 2018-08-20 08:01:26,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:26.832 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.276s] 2018-08-20 08:01:27,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:27.273 12591 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.195s] 2018-08-20 08:01:28,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:28.230 12591 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.401s] 2018-08-20 08:01:28,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:28.714 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-08-20 08:01:29,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:29.042 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.328s] 2018-08-20 08:01:29,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:29.406 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.363s] 2018-08-20 08:01:30,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:30.264 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.857s] 2018-08-20 08:01:30,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:30.858 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.593s] 2018-08-20 08:01:31,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:31.525 12591 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.294s] 2018-08-20 08:01:31,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:31.720 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.862s] 2018-08-20 08:01:31,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:31.939 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.220s] 2018-08-20 08:01:32,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:32.010 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.070s] 2018-08-20 08:01:32,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:32.276 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.266s] 2018-08-20 08:01:32,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:32.350 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.074s] 2018-08-20 08:01:32,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:32.407 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.056s] 2018-08-20 08:01:32,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:32.941 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.532s] 2018-08-20 08:01:33,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:33.269 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.329s] 2018-08-20 08:01:33,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:33.516 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.247s] 2018-08-20 08:01:33,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:33.855 12591 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.338s] 2018-08-20 08:01:34,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:34.038 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.206s] 2018-08-20 08:01:35,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:35.813 12591 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.423s] 2018-08-20 08:01:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:36.359 12591 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.333s] 2018-08-20 08:01:37,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:37.269 12591 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.455s] 2018-08-20 08:01:38,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:38.555 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.765s] 2018-08-20 08:01:38,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:38.806 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.251s] 2018-08-20 08:01:39,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:39.477 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.670s] 2018-08-20 08:01:40,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:40.042 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.564s] 2018-08-20 08:01:40,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:40.657 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.616s] 2018-08-20 08:01:40,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:40.729 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-08-20 08:01:40,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:40.802 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.072s] 2018-08-20 08:01:40,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:40.867 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.065s] 2018-08-20 08:01:40,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:40.933 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.065s] 2018-08-20 08:01:40,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:40.998 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.065s] 2018-08-20 08:01:41,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:41.157 12591 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.158s] 2018-08-20 08:01:41,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:41.425 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [7.386s] 2018-08-20 08:01:41,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:41.565 12591 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [10.036s] 2018-08-20 08:01:44,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:44.214 12591 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.652s] 2018-08-20 08:01:47,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:47.892 12591 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.676s] 2018-08-20 08:01:48,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:48.000 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.575s] 2018-08-20 08:01:51,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:51.963 12591 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [4.071s] 2018-08-20 08:01:53,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:53.271 12591 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.913s] 2018-08-20 08:01:59,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:59.093 12591 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [7.126s] 2018-08-20 08:01:59,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:59.397 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [11.396s] 2018-08-20 08:01:59,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:01:59.482 12591 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.392s] 2018-08-20 08:02:06,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:06.324 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.926s] 2018-08-20 08:02:07,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:07.710 12591 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [14.716s] 2018-08-20 08:02:08,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:08.813 12591 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [31.540s] 2018-08-20 08:02:13,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:13.032 12591 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.277s] 2018-08-20 08:02:13,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:13.736 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.411s] 2018-08-20 08:02:21,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:21.721 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.985s] 2018-08-20 08:02:26,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:26.018 12591 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.564s] 2018-08-20 08:02:27,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:27.723 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.000s] 2018-08-20 08:02:28,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:28.325 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.603s] 2018-08-20 08:02:28,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:28.634 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.308s] 2018-08-20 08:02:28,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:28.914 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.280s] 2018-08-20 08:02:29,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:29.142 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.228s] 2018-08-20 08:02:29,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:29.376 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.233s] 2018-08-20 08:02:29,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:29.680 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.304s] 2018-08-20 08:02:29,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:29.970 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.290s] 2018-08-20 08:02:30,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:30.043 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.072s] 2018-08-20 08:02:30,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:30.264 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.220s] 2018-08-20 08:02:33,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:33.471 12591 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.087s] 2018-08-20 08:02:36,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:36.538 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.273s] 2018-08-20 08:02:36,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:36.772 12591 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [35.196s] 2018-08-20 08:02:36,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:36.840 12591 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-08-20 08:02:37,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:37.235 12591 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.394s] 2018-08-20 08:02:37,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:37.334 12591 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.098s] 2018-08-20 08:02:37,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:37.335 12591 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-20 08:02:38,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:38.531 12591 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.514s] 2018-08-20 08:02:44,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:44.753 12591 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.283s] 2018-08-20 08:02:51,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:51.418 12591 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.664s] 2018-08-20 08:02:55,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:55.018 12591 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [16.483s] 2018-08-20 08:02:55,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:55.621 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.059s] 2018-08-20 08:02:57,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:57.137 12591 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.719s] 2018-08-20 08:02:57,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:57.173 12591 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [63.887s] 2018-08-20 08:02:58,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:58.026 12591 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.399s] 2018-08-20 08:02:58,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:02:58.622 12591 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.597s] 2018-08-20 08:03:02,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:02.632 12591 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-20 08:03:03,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:03.047 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.426s] 2018-08-20 08:03:03,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:03.678 12591 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.092s] 2018-08-20 08:03:03,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:03.894 12591 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.215s] 2018-08-20 08:03:03,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:03.978 12591 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.083s] 2018-08-20 08:03:06,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:06.369 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.321s] 2018-08-20 08:03:06,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:06.634 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.265s] 2018-08-20 08:03:06,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:06.696 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.062s] 2018-08-20 08:03:08,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:08.052 12591 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.320s] 2018-08-20 08:03:08,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:08.264 12591 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.212s] 2018-08-20 08:03:21,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:21.804 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [15.106s] 2018-08-20 08:03:21,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:21.856 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.053s] 2018-08-20 08:03:21,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:21.899 12591 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.043s] 2018-08-20 08:03:27,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:27.825 12591 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [30.682s] 2018-08-20 08:03:29,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:29.503 12591 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.682s] 2018-08-20 08:03:45,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:45.694 12591 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [62.622s] 2018-08-20 08:03:45,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:45.763 12591 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-08-20 08:03:46,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:46.559 12591 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.794s] 2018-08-20 08:03:46,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:46.658 12591 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.099s] 2018-08-20 08:03:46,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:03:46.659 12591 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-20 08:04:01,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:04:01.073 12591 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.188s] 2018-08-20 08:04:56,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:04:56.830 12591 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [243.045s] 2018-08-20 08:05:28,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:05:28.138 12591 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.298s] 2018-08-20 08:06:43,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:06:43.303 12591 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [275.581s] 2018-08-20 08:07:06,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:06.398 12591 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.094s] 2018-08-20 08:07:25,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:25.282 12591 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.882s] 2018-08-20 08:07:48,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:48.534 12591 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.719s] 2018-08-20 08:07:48,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:48.759 12591 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.227s] 2018-08-20 08:07:49,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:49.490 12591 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.730s] 2018-08-20 08:07:51,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:51.488 12591 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.998s] 2018-08-20 08:07:55,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:55.269 12591 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.780s] 2018-08-20 08:07:55,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:55.473 12591 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.204s] 2018-08-20 08:07:55,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-20 08:07:55.520 12591 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.047s] 2018-08-20 08:08:14,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 3e2b36c9-a836-4b54-83e0-859efd3cdd16 2018-08-20 08:08:14,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3e2b36c9-a836-4b54-83e0-859efd3cdd16']'. 2018-08-20 08:08:15,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 08:08:15,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 08:08:15,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 08:08:15,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3e2b36c9-a836-4b54-83e0-859efd3cdd16 | 2018-08-20 08:08:15,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-20 08:08:15,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 08:00:21 | 2018-08-20 08:08:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 08:08:14 | 2018-08-20 08:08:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:53 | 2018-08-20 08:08:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 08:08:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 08:08:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9ca5b393-f9cd-41bb-95ea-7c7f13320647) | 2018-08-20 08:08:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 08:08:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2cdd4c15-212c-47df-b3dc-5c61d1926730) | 2018-08-20 08:08:15,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 215 | 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 446.925 | 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 214 | 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 08:08:15,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 08:08:15,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.5348837209% 2018-08-20 08:08:15,729 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 08:08:15,730 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:13 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-20 08:08:15,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 08:08:15,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:16,279 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71b3614f-9f47-4fa8-b002-c1c601146162 Date: Mon, 20 Aug 2018 08:08:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:08:16,279 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11 used request id req-71b3614f-9f47-4fa8-b002-c1c601146162 2018-08-20 08:08:16,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.543788194656s 2018-08-20 08:08:16,279 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/cbbd29af-a649-467f-a690-3f6277bb0e11 used request id req-71b3614f-9f47-4fa8-b002-c1c601146162 2018-08-20 08:08:16,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 08:08:16,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:16,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08: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-9c5b01e6-dc3a-4f9c-ae72-285634bbca1b x-compute-request-id: req-9c5b01e6-dc3a-4f9c-ae72-285634bbca1b Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_alt_13823ed7-fce1-4447-9562-9f5e0547c3de", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/7905984f-919e-4cef-81d6-91b41c610b8a", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/7905984f-919e-4cef-81d6-91b41c610b8a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7905984f-919e-4cef-81d6-91b41c610b8a"}, {"name": "refstack_defcore-flavor_13823ed7-fce1-4447-9562-9f5e0547c3de", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "914a6465-bbb3-4593-9ce5-43245f2447ea"}]} 2018-08-20 08:08:16,471 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-9c5b01e6-dc3a-4f9c-ae72-285634bbca1b 2018-08-20 08:08:16,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.190800189972s 2018-08-20 08:08:16,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-9c5b01e6-dc3a-4f9c-ae72-285634bbca1b 2018-08-20 08:08:16,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 08:08:16,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/7905984f-919e-4cef-81d6-91b41c610b8a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:16,510 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 08: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 x-openstack-request-id: req-30d1d2dd-7f9a-47f4-bf21-2f02560af9cb x-compute-request-id: req-30d1d2dd-7f9a-47f4-bf21-2f02560af9cb Content-Length: 0 Content-Type: application/json 2018-08-20 08:08:16,511 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/7905984f-919e-4cef-81d6-91b41c610b8a used request id req-30d1d2dd-7f9a-47f4-bf21-2f02560af9cb 2018-08-20 08:08:16,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0368850231171s 2018-08-20 08:08:16,511 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/7905984f-919e-4cef-81d6-91b41c610b8a used request id req-30d1d2dd-7f9a-47f4-bf21-2f02560af9cb 2018-08-20 08:08:16,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 08:08:16,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" -d '{"subnet_id": "b2f93f77-ce19-4e0d-9551-994eba849782"}' 2018-08-20 08:08:18,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cb788146-4d4f-481a-8c65-2ddb47eb30f8 Date: Mon, 20 Aug 2018 08:08:18 GMT RESP BODY: {"network_id": "fb256b39-de3a-4250-81b2-204fe473c3cc", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "b2f93f77-ce19-4e0d-9551-994eba849782", "subnet_ids": ["b2f93f77-ce19-4e0d-9551-994eba849782"], "port_id": "1451e611-62c1-46f4-a933-f0405e35b574", "id": "40f90127-dc6b-47b6-b750-8544c8fb3285"} 2018-08-20 08:08:18,078 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285/remove_router_interface.json used request id req-cb788146-4d4f-481a-8c65-2ddb47eb30f8 2018-08-20 08:08:18,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.56693196297s 2018-08-20 08:08:18,079 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285/remove_router_interface.json used request id req-cb788146-4d4f-481a-8c65-2ddb47eb30f8 returning object 40f90127-dc6b-47b6-b750-8544c8fb3285 2018-08-20 08:08:18,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 08:08:18,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:18,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 652 X-Openstack-Request-Id: req-77734769-fcc5-4710-adb2-7c8721b2eb99 Date: Mon, 20 Aug 2018 08:08:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T08:00:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T08:08:17Z", "revision_number": 4, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "40f90127-dc6b-47b6-b750-8544c8fb3285", "name": "refstack_defcore-router_13823ed7-fce1-4447-9562-9f5e0547c3de"}]} 2018-08-20 08:08:18,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-77734769-fcc5-4710-adb2-7c8721b2eb99 2018-08-20 08:08:18,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.277092933655s 2018-08-20 08:08:18,357 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-77734769-fcc5-4710-adb2-7c8721b2eb99 2018-08-20 08:08:18,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 08:08:18,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:20,002 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c185a821-16ff-4edb-b879-4080d254a3c8 Content-Length: 0 Date: Mon, 20 Aug 2018 08:08:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 08:08:20,002 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285.json used request id req-c185a821-16ff-4edb-b879-4080d254a3c8 2018-08-20 08:08:20,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.64355897903s 2018-08-20 08:08:20,002 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/40f90127-dc6b-47b6-b750-8544c8fb3285.json used request id req-c185a821-16ff-4edb-b879-4080d254a3c8 2018-08-20 08:08:20,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 08:08:20,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:20,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-d0fe73bc-9d90-460d-b2c2-90628155c8b0 Date: Mon, 20 Aug 2018 08:08:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb256b39-de3a-4250-81b2-204fe473c3cc","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:00:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T08:00:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"b2f93f77-ce19-4e0d-9551-994eba849782","subnetpool_id":null,"name":"refstack_defcore-subnet_13823ed7-fce1-4447-9562-9f5e0547c3de"}]} 2018-08-20 08:08:20,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-d0fe73bc-9d90-460d-b2c2-90628155c8b0 2018-08-20 08:08:20,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.251534938812s 2018-08-20 08:08:20,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-d0fe73bc-9d90-460d-b2c2-90628155c8b0 2018-08-20 08:08:20,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 08:08:20,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/b2f93f77-ce19-4e0d-9551-994eba849782.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:22,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-470530d9-99e2-479d-a339-d117e38e7d32 Date: Mon, 20 Aug 2018 08:08:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 08:08:22,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/b2f93f77-ce19-4e0d-9551-994eba849782.json used request id req-470530d9-99e2-479d-a339-d117e38e7d32 2018-08-20 08:08:22,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26498985291s 2018-08-20 08:08:22,522 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/b2f93f77-ce19-4e0d-9551-994eba849782.json used request id req-470530d9-99e2-479d-a339-d117e38e7d32 2018-08-20 08:08:22,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 08:08:22,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:22,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1359 X-Openstack-Request-Id: req-bfc653da-9656-459b-9d7e-0e8872a315c1 Date: Mon, 20 Aug 2018 08:08:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fb256b39-de3a-4250-81b2-204fe473c3cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T08:08:22Z","provider:segmentation_id":43,"name":"refstack_defcore-net_13823ed7-fce1-4447-9562-9f5e0547c3de","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:00:03Z","provider:network_type":"vxlan"}]} 2018-08-20 08:08:22,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bfc653da-9656-459b-9d7e-0e8872a315c1 2018-08-20 08:08:22,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.317473888397s 2018-08-20 08:08:22,840 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bfc653da-9656-459b-9d7e-0e8872a315c1 2018-08-20 08:08:22,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 08:08:22,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/fb256b39-de3a-4250-81b2-204fe473c3cc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:24,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-130a0e95-ad0b-4f25-a5e9-a49918ba8aa5 Date: Mon, 20 Aug 2018 08:08:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 08:08:24,109 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/fb256b39-de3a-4250-81b2-204fe473c3cc.json used request id req-130a0e95-ad0b-4f25-a5e9-a49918ba8aa5 2018-08-20 08:08:24,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26771521568s 2018-08-20 08:08:24,109 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/fb256b39-de3a-4250-81b2-204fe473c3cc.json used request id req-130a0e95-ad0b-4f25-a5e9-a49918ba8aa5 2018-08-20 08:08:24,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:08:24,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:24,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-485a9966-b501-4a69-8078-f040a244596c Date: Mon, 20 Aug 2018 08:08:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap", "metadata": {}}], "file": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "size": 12716032, "self": "/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:00:08Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_13823ed7-fce1-4447-9562-9f5e0547c3de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:00:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:08:24,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-485a9966-b501-4a69-8078-f040a244596c 2018-08-20 08:08:24,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188637971878s 2018-08-20 08:08:24,302 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-485a9966-b501-4a69-8078-f040a244596c 2018-08-20 08:08:24,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 08:08:24,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:24,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9353fb4b-4ba9-4c3f-b03c-10bff8e03c7e Date: Mon, 20 Aug 2018 08:08:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:08:24,788 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16 used request id req-9353fb4b-4ba9-4c3f-b03c-10bff8e03c7e 2018-08-20 08:08:24,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.48430109024s 2018-08-20 08:08:24,788 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/ccf58263-cf3a-465f-ac7f-f677ddfb4a16 used request id req-9353fb4b-4ba9-4c3f-b03c-10bff8e03c7e 2018-08-20 08:08:24,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 08:08:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:24,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:08: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-299a5d54-9e92-4102-a653-594e3bb0ec75 x-compute-request-id: req-299a5d54-9e92-4102-a653-594e3bb0ec75 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_13823ed7-fce1-4447-9562-9f5e0547c3de", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "914a6465-bbb3-4593-9ce5-43245f2447ea"}]} 2018-08-20 08:08:24,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-299a5d54-9e92-4102-a653-594e3bb0ec75 2018-08-20 08:08:24,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266749858856s 2018-08-20 08:08:24,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-299a5d54-9e92-4102-a653-594e3bb0ec75 2018-08-20 08:08:24,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 08:08:24,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bcccf4c740c3609eef7c4dd2fbe9c255fe31d98" 2018-08-20 08:08:24,858 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 08:08: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-9f33d369-0026-4986-acce-f06a10b91b71 x-compute-request-id: req-9f33d369-0026-4986-acce-f06a10b91b71 Content-Length: 0 Content-Type: application/json 2018-08-20 08:08:24,858 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea used request id req-9f33d369-0026-4986-acce-f06a10b91b71 2018-08-20 08:08:24,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0406720638275s 2018-08-20 08:08:24,859 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/914a6465-bbb3-4593-9ce5-43245f2447ea used request id req-9f33d369-0026-4986-acce-f06a10b91b71 2018-08-20 08:08:24,859 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-20 08:08:24,916 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-20 08:08:24,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 08:08:24,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 08:08:24,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 08:08:24,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 08:08:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 08:08:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 08:08:24,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:08:24,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:08:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369fcc27-8490-48c5-a22a-e982e98de3e6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 08:08:24,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-369fcc27-8490-48c5-a22a-e982e98de3e6 2018-08-20 08:08:24,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 08:08:25,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T09:08:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["OQy_2k2BTyy5lL7OXQpF9g"], "issued_at": "2018-08-20T08:08:25.000000Z"}} 2018-08-20 08:08:25,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 08:08:25,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:25,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4e7e1a47-a0a3-468d-9841-f4db08a514f8 Date: Mon, 20 Aug 2018 08:08:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 08:08:25,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e7e1a47-a0a3-468d-9841-f4db08a514f8 2018-08-20 08:08:25,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.307765007019s 2018-08-20 08:08:25,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4e7e1a47-a0a3-468d-9841-f4db08a514f8 2018-08-20 08:08:25,709 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 08:08:28,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 08:08:31,384 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 8dcfc781-a2aa-45ca-a9b8-91e040cea06e | 2018-08-20T08:08:31.028302 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 8dcfc781-a2aa-45ca-a9b8-91e040cea06e ~/.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-08-20 08:08:35,162 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 08:08:35,162 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 08:08:37,830 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 08:08:41,150 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=4068e113-e887-4080-91fe-9ef29f6705bf) as the default verifier for the future CLI operations. 2018-08-20 08:08:44,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 08:08:44,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:44,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-84cfd49e-543f-4547-9ca9-1a0d9b92adf9 Date: Mon, 20 Aug 2018 08:08:44 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 08:08:44,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-84cfd49e-543f-4547-9ca9-1a0d9b92adf9 2018-08-20 08:08:44,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.193526983261s 2018-08-20 08:08:44,608 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-84cfd49e-543f-4547-9ca9-1a0d9b92adf9 2018-08-20 08:08:44,610 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-20 08:08:44,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 08:08:44,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"network": {"name": "patrole-net_21d33db9-5229-4412-8c1d-4075a1d93716", "admin_state_up": true}}' 2018-08-20 08:08:45,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d0898ae0-257e-4314-a87e-49c1987fac53 Date: Mon, 20 Aug 2018 08:08:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dadf751d-9638-4d39-88bc-5ff0a1558eed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T08:08:44Z","is_default":false,"provider:segmentation_id":91,"name":"patrole-net_21d33db9-5229-4412-8c1d-4075a1d93716","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:08:44Z","mtu":1450}} 2018-08-20 08:08:45,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-d0898ae0-257e-4314-a87e-49c1987fac53 2018-08-20 08:08:45,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.420667171478s 2018-08-20 08:08:45,031 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-d0898ae0-257e-4314-a87e-49c1987fac53 2018-08-20 08:08:45,032 - 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-08-20T08:08:44Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'dadf751d-9638-4d39-88bc-5ff0a1558eed', u'provider:segmentation_id': 91, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_21d33db9-5229-4412-8c1d-4075a1d93716', u'admin_state_up': True, u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T08:08:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 08:08:45,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 08:08:45,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:45,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-c9ebcb1a-462d-4b20-98e0-e0a755f9dd1d Date: Mon, 20 Aug 2018 08:08:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dadf751d-9638-4d39-88bc-5ff0a1558eed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T08:08:44Z","provider:segmentation_id":91,"name":"patrole-net_21d33db9-5229-4412-8c1d-4075a1d93716","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:08:44Z","provider:network_type":"vxlan"}]} 2018-08-20 08:08:45,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-c9ebcb1a-462d-4b20-98e0-e0a755f9dd1d 2018-08-20 08:08:45,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.461007833481s 2018-08-20 08:08:45,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-c9ebcb1a-462d-4b20-98e0-e0a755f9dd1d 2018-08-20 08:08:45,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 08:08:45,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"subnet": {"name": "patrole-subnet_21d33db9-5229-4412-8c1d-4075a1d93716", "enable_dhcp": true, "network_id": "dadf751d-9638-4d39-88bc-5ff0a1558eed", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 08:08:46,316 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-74213c00-7ab4-4f37-be21-de3115e7a272 Date: Mon, 20 Aug 2018 08:08:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dadf751d-9638-4d39-88bc-5ff0a1558eed","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:08:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T08:08:45Z","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":"dfd90f76052e46538c70a213a6ed6a0e","id":"c6584667-a609-46b6-8c77-582fa9897855","subnetpool_id":null,"name":"patrole-subnet_21d33db9-5229-4412-8c1d-4075a1d93716"}} 2018-08-20 08:08:46,316 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-74213c00-7ab4-4f37-be21-de3115e7a272 2018-08-20 08:08:46,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.821593999863s 2018-08-20 08:08:46,317 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-74213c00-7ab4-4f37-be21-de3115e7a272 2018-08-20 08:08:46,317 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T08:08:45Z', 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'c6584667-a609-46b6-8c77-582fa9897855', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_21d33db9-5229-4412-8c1d-4075a1d93716', u'enable_dhcp': True, u'network_id': u'dadf751d-9638-4d39-88bc-5ff0a1558eed', u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T08:08:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 08:08:46,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 08:08:46,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "patrole-router_21d33db9-5229-4412-8c1d-4075a1d93716", "admin_state_up": true}}' 2018-08-20 08:08:47,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-ba6a76be-acb3-4b7b-8471-c0e762fe2f22 Date: Mon, 20 Aug 2018 08:08:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T08:08:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T08:08:47Z", "revision_number": 2, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "96a06b4f-b331-4671-aa6c-a6693d7c33a7", "name": "patrole-router_21d33db9-5229-4412-8c1d-4075a1d93716"}} 2018-08-20 08:08:47,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-ba6a76be-acb3-4b7b-8471-c0e762fe2f22 2018-08-20 08:08:47,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55448698997s 2018-08-20 08:08:47,873 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-ba6a76be-acb3-4b7b-8471-c0e762fe2f22 2018-08-20 08:08:47,873 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T08:08:46Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T08:08:47Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'id': u'96a06b4f-b331-4671-aa6c-a6693d7c33a7', u'name': u'patrole-router_21d33db9-5229-4412-8c1d-4075a1d93716'}) 2018-08-20 08:08:47,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 08:08:47,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"subnet_id": "c6584667-a609-46b6-8c77-582fa9897855"}' 2018-08-20 08:08:49,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7ce4f2b3-787e-4967-aa9d-8bcd0b3bd425 Date: Mon, 20 Aug 2018 08:08:49 GMT RESP BODY: {"network_id": "dadf751d-9638-4d39-88bc-5ff0a1558eed", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "c6584667-a609-46b6-8c77-582fa9897855", "subnet_ids": ["c6584667-a609-46b6-8c77-582fa9897855"], "port_id": "9080b502-69fc-4335-9e7b-037f9f6e0e3e", "id": "96a06b4f-b331-4671-aa6c-a6693d7c33a7"} 2018-08-20 08:08:49,489 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7/add_router_interface.json used request id req-7ce4f2b3-787e-4967-aa9d-8bcd0b3bd425 2018-08-20 08:08:49,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.61539006233s 2018-08-20 08:08:49,489 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7/add_router_interface.json used request id req-7ce4f2b3-787e-4967-aa9d-8bcd0b3bd425 returning object 96a06b4f-b331-4671-aa6c-a6693d7c33a7 2018-08-20 08:08:49,490 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 08:08:49,617 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 08:08:49,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:08:49,624 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 08:08:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 08:08:49,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:08:49,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:49,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1064e69e-0200-417b-ba15-5f7e5f6a9d92 Date: Mon, 20 Aug 2018 08:08:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:08:49,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1064e69e-0200-417b-ba15-5f7e5f6a9d92 2018-08-20 08:08:49,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195934057236s 2018-08-20 08:08:49,825 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1064e69e-0200-417b-ba15-5f7e5f6a9d92 2018-08-20 08:08:49,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 08:08:49,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716"}' 2018-08-20 08:08:50,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b60e3b61-e7b6-4cf1-aa73-8aab2a16331e Date: Mon, 20 Aug 2018 08:08:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "5108cbc6-b478-4d03-9049-3abe6b9f1043", "size": null, "self": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:08:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "checksum": null, "created_at": "2018-08-20T08:08:50Z", "protected": false} 2018-08-20 08:08:50,078 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-b60e3b61-e7b6-4cf1-aa73-8aab2a16331e 2018-08-20 08:08:50,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.245614051819s 2018-08-20 08:08:50,079 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-b60e3b61-e7b6-4cf1-aa73-8aab2a16331e returning object 5108cbc6-b478-4d03-9049-3abe6b9f1043 2018-08-20 08:08:50,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 08:08:50,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '' 2018-08-20 08:08:50,765 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c7cf7776-59ab-42f0-9c40-ef47993365d8 Date: Mon, 20 Aug 2018 08:08:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:08:50,765 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file used request id req-c7cf7776-59ab-42f0-9c40-ef47993365d8 2018-08-20 08:08:50,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.685698986053s 2018-08-20 08:08:50,766 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file used request id req-c7cf7776-59ab-42f0-9c40-ef47993365d8 2018-08-20 08:08:50,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:08:50,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:50,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-611544d4-40ab-46c1-b3c8-0dccf42748b6 Date: Mon, 20 Aug 2018 08:08:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap", "metadata": {}}], "file": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "5108cbc6-b478-4d03-9049-3abe6b9f1043", "size": 12716032, "self": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:08:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:08:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:08:50,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-611544d4-40ab-46c1-b3c8-0dccf42748b6 2018-08-20 08:08:50,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244131088257s 2018-08-20 08:08:50,794 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-611544d4-40ab-46c1-b3c8-0dccf42748b6 2018-08-20 08:08:50,796 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'5108cbc6-b478-4d03-9049-3abe6b9f1043', 'size': 12716032, u'self': u'/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T08:08:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T08:08:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716', 'created': u'2018-08-20T08:08:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T08:08:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 08:08:50,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 08:08:50,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_21d33db9-5229-4412-8c1d-4075a1d93716", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 08:08:51,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08: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-9474af60-3daf-4c63-bf05-9c2f92d104c7 x-compute-request-id: req-9474af60-3daf-4c63-bf05-9c2f92d104c7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_21d33db9-5229-4412-8c1d-4075a1d93716", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/aa7f5114-9071-421f-be18-cb8da319da0e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "aa7f5114-9071-421f-be18-cb8da319da0e"}} 2018-08-20 08:08:51,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-9474af60-3daf-4c63-bf05-9c2f92d104c7 2018-08-20 08:08:51,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.24082493782s 2018-08-20 08:08:51,038 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-9474af60-3daf-4c63-bf05-9c2f92d104c7 2018-08-20 08:08:51,039 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_21d33db9-5229-4412-8c1d-4075a1d93716', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'aa7f5114-9071-421f-be18-cb8da319da0e', 'swap': 0}) 2018-08-20 08:08:51,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 08:08:51,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"extra_specs": {}}' 2018-08-20 08:08:51,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:08:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c4116df-02a9-4818-b891-e53cab471dac x-compute-request-id: req-8c4116df-02a9-4818-b891-e53cab471dac Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 08:08:51,062 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e/os-extra_specs used request id req-8c4116df-02a9-4818-b891-e53cab471dac 2018-08-20 08:08:51,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226340293884s 2018-08-20 08:08:51,063 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e/os-extra_specs used request id req-8c4116df-02a9-4818-b891-e53cab471dac 2018-08-20 08:08:51,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:08:51,072 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 08:08:51,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:08:51,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:51,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e6d7234-94e5-40f6-80b6-fedadb017eb7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:08:51,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8e6d7234-94e5-40f6-80b6-fedadb017eb7 2018-08-20 08:08:51,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0905261039734s 2018-08-20 08:08:51,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8e6d7234-94e5-40f6-80b6-fedadb017eb7 2018-08-20 08:08:51,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:08:51,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:51,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70a8ed1c-078f-4de3-86c1-ccaa968931c8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:08:51,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-70a8ed1c-078f-4de3-86c1-ccaa968931c8 2018-08-20 08:08:51,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0950977802277s 2018-08-20 08:08:51,267 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-70a8ed1c-078f-4de3-86c1-ccaa968931c8 2018-08-20 08:08:51,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 08:08:51,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:51,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:08:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d6fa24d-668e-4145-ad24-dc79b4b321f3 x-compute-request-id: req-1d6fa24d-668e-4145-ad24-dc79b4b321f3 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 14}, "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.4", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 08:08:51,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-1d6fa24d-668e-4145-ad24-dc79b4b321f3 2018-08-20 08:08:51,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0393040180206s 2018-08-20 08:08:51,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-1d6fa24d-668e-4145-ad24-dc79b4b321f3 2018-08-20 08:08:51,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:08:51,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:51,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-ef53b674-5d23-4207-b2b3-dab94cdb29cf Date: Mon, 20 Aug 2018 08:08:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap", "metadata": {}}], "file": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "5108cbc6-b478-4d03-9049-3abe6b9f1043", "size": 12716032, "self": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:08:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:08:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:08:51,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ef53b674-5d23-4207-b2b3-dab94cdb29cf 2018-08-20 08:08:51,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.200901031494s 2018-08-20 08:08:51,515 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ef53b674-5d23-4207-b2b3-dab94cdb29cf 2018-08-20 08:08:51,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 08:08:51,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716"}' 2018-08-20 08:08:51,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/373d0367-0909-49de-b795-07ee693d1907 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d44cc7e1-00aa-4ee3-8524-1dc2505367e5 Date: Mon, 20 Aug 2018 08:08:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/373d0367-0909-49de-b795-07ee693d1907/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "373d0367-0909-49de-b795-07ee693d1907", "size": null, "self": "/v2/images/373d0367-0909-49de-b795-07ee693d1907", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:08:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716", "checksum": null, "created_at": "2018-08-20T08:08:51Z", "protected": false} 2018-08-20 08:08:51,747 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d44cc7e1-00aa-4ee3-8524-1dc2505367e5 2018-08-20 08:08:51,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.223541975021s 2018-08-20 08:08:51,747 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d44cc7e1-00aa-4ee3-8524-1dc2505367e5 returning object 373d0367-0909-49de-b795-07ee693d1907 2018-08-20 08:08:51,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 08:08:51,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/373d0367-0909-49de-b795-07ee693d1907/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '' 2018-08-20 08:08:53,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85074aad-516e-4e95-9a36-cfa21913df33 Date: Mon, 20 Aug 2018 08:08:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:08:53,036 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/373d0367-0909-49de-b795-07ee693d1907/file used request id req-85074aad-516e-4e95-9a36-cfa21913df33 2018-08-20 08:08:53,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28774690628s 2018-08-20 08:08:53,036 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/373d0367-0909-49de-b795-07ee693d1907/file used request id req-85074aad-516e-4e95-9a36-cfa21913df33 2018-08-20 08:08:53,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:08:53,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:08:53,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-2044d43e-bfc8-4969-b4c3-bff537543c35 Date: Mon, 20 Aug 2018 08:08:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/373d0367-0909-49de-b795-07ee693d1907/snap", "metadata": {}}], "file": "/v2/images/373d0367-0909-49de-b795-07ee693d1907/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "373d0367-0909-49de-b795-07ee693d1907", "size": 12716032, "self": "/v2/images/373d0367-0909-49de-b795-07ee693d1907", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/373d0367-0909-49de-b795-07ee693d1907/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:08:52Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:08:51Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap", "metadata": {}}], "file": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "5108cbc6-b478-4d03-9049-3abe6b9f1043", "size": 12716032, "self": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:08:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:08:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:08:53,235 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-2044d43e-bfc8-4969-b4c3-bff537543c35 2018-08-20 08:08:53,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195055961609s 2018-08-20 08:08:53,235 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-2044d43e-bfc8-4969-b4c3-bff537543c35 2018-08-20 08:08:53,238 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/373d0367-0909-49de-b795-07ee693d1907/snap', u'metadata': Munch({})})], 'file': u'/v2/images/373d0367-0909-49de-b795-07ee693d1907/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'373d0367-0909-49de-b795-07ee693d1907', 'size': 12716032, u'self': u'/v2/images/373d0367-0909-49de-b795-07ee693d1907', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/373d0367-0909-49de-b795-07ee693d1907/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T08:08:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T08:08:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/373d0367-0909-49de-b795-07ee693d1907', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716', 'created': u'2018-08-20T08:08:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T08:08:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/373d0367-0909-49de-b795-07ee693d1907', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_21d33db9-5229-4412-8c1d-4075a1d93716', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 08:08:53,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 08:08:53,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_21d33db9-5229-4412-8c1d-4075a1d93716", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 08:08:53,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:08:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93e4ffdd-a1c0-4a57-be6e-fffb4c3e23e8 x-compute-request-id: req-93e4ffdd-a1c0-4a57-be6e-fffb4c3e23e8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_21d33db9-5229-4412-8c1d-4075a1d93716", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e8740923-956f-44f3-991b-9ea1e69e8170", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e8740923-956f-44f3-991b-9ea1e69e8170", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e8740923-956f-44f3-991b-9ea1e69e8170"}} 2018-08-20 08:08:53,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-93e4ffdd-a1c0-4a57-be6e-fffb4c3e23e8 2018-08-20 08:08:53,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0486059188843s 2018-08-20 08:08:53,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-93e4ffdd-a1c0-4a57-be6e-fffb4c3e23e8 2018-08-20 08:08:53,289 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_21d33db9-5229-4412-8c1d-4075a1d93716', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'e8740923-956f-44f3-991b-9ea1e69e8170', 'swap': 0}) 2018-08-20 08:08:53,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 08:08:53,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/e8740923-956f-44f3-991b-9ea1e69e8170/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"extra_specs": {}}' 2018-08-20 08:08:53,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:08:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-58cbb0b0-f154-4d5d-897e-95597fc680ec x-compute-request-id: req-58cbb0b0-f154-4d5d-897e-95597fc680ec Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 08:08:53,311 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/e8740923-956f-44f3-991b-9ea1e69e8170/os-extra_specs used request id req-58cbb0b0-f154-4d5d-897e-95597fc680ec 2018-08-20 08:08:53,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216009616852s 2018-08-20 08:08:53,311 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/e8740923-956f-44f3-991b-9ea1e69e8170/os-extra_specs used request id req-58cbb0b0-f154-4d5d-897e-95597fc680ec 2018-08-20 08:08:53,311 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_21d33db9-5229-4412-8c1d-4075a1d93716', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'e8740923-956f-44f3-991b-9ea1e69e8170', 'swap': 0}) 2018-08-20 08:08:56,883 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 08:08:56,883 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 08:08:56,884 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 08:08:56,887 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 08:08:56,896 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 08:09:00,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4068e113-e887-4080-91fe-9ef29f6705bf/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-08-20 08:09:00,557 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 08:09:00,558 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 08:09:00,559 - 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-08-20 08:10:42,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 046f1861-d189-4be7-a268-ca4165b34aa5 2018-08-20 08:10:42,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '046f1861-d189-4be7-a268-ca4165b34aa5']'. 2018-08-20 08:10:43,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 08:10:43,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 08:10:43,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 08:10:43,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 046f1861-d189-4be7-a268-ca4165b34aa5 | 2018-08-20 08:10:43,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-20 08:10:43,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 08:09:03 | 2018-08-20 08:10:43,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 08:10:42 | 2018-08-20 08:10:43,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:39 | 2018-08-20 08:10:43,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 08:10:43,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 08:10:43,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4068e113-e887-4080-91fe-9ef29f6705bf) | 2018-08-20 08:10:43,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 08:10:43,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8dcfc781-a2aa-45ca-a9b8-91e040cea06e) | 2018-08-20 08:10:43,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-20 08:10:43,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 75.063 | 2018-08-20 08:10:43,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-20 08:10:43,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-20 08:10:43,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 08:10:43,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 08:10:43,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-20 08:10:43,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 08:10:43,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 08:10:43,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 08:10:43,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-20 08:10:43,881 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 08:10:43,882 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 01:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 08:10:43,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 08:10:43,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/373d0367-0909-49de-b795-07ee693d1907 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:44,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9947967d-04ac-4900-aa7f-098d9b7a775c Date: Mon, 20 Aug 2018 08:10:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:10:44,381 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/373d0367-0909-49de-b795-07ee693d1907 used request id req-9947967d-04ac-4900-aa7f-098d9b7a775c 2018-08-20 08:10:44,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.490746974945s 2018-08-20 08:10:44,382 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/373d0367-0909-49de-b795-07ee693d1907 used request id req-9947967d-04ac-4900-aa7f-098d9b7a775c 2018-08-20 08:10:44,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 08:10:44,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:44,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10: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-e8c2a42d-6b62-42a5-8f8b-4dbcea5595c2 x-compute-request-id: req-e8c2a42d-6b62-42a5-8f8b-4dbcea5595c2 Content-Encoding: gzip Content-Length: 360 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_21d33db9-5229-4412-8c1d-4075a1d93716", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/aa7f5114-9071-421f-be18-cb8da319da0e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "aa7f5114-9071-421f-be18-cb8da319da0e"}, {"name": "patrole-flavor_alt_21d33db9-5229-4412-8c1d-4075a1d93716", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e8740923-956f-44f3-991b-9ea1e69e8170", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e8740923-956f-44f3-991b-9ea1e69e8170", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e8740923-956f-44f3-991b-9ea1e69e8170"}]} 2018-08-20 08:10:44,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-e8c2a42d-6b62-42a5-8f8b-4dbcea5595c2 2018-08-20 08:10:44,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276629924774s 2018-08-20 08:10:44,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-e8c2a42d-6b62-42a5-8f8b-4dbcea5595c2 2018-08-20 08:10:44,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 08:10:44,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/e8740923-956f-44f3-991b-9ea1e69e8170 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:44,451 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 08:10: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-f55f4899-b350-4cf1-b645-e96bda23d8b3 x-compute-request-id: req-f55f4899-b350-4cf1-b645-e96bda23d8b3 Content-Length: 0 Content-Type: application/json 2018-08-20 08:10:44,451 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/e8740923-956f-44f3-991b-9ea1e69e8170 used request id req-f55f4899-b350-4cf1-b645-e96bda23d8b3 2018-08-20 08:10:44,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0398101806641s 2018-08-20 08:10:44,451 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/e8740923-956f-44f3-991b-9ea1e69e8170 used request id req-f55f4899-b350-4cf1-b645-e96bda23d8b3 2018-08-20 08:10:44,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 08:10:44,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" -d '{"subnet_id": "c6584667-a609-46b6-8c77-582fa9897855"}' 2018-08-20 08:10:45,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a238b35a-8db3-4d0b-a05d-ad5ecf4fc8c9 Date: Mon, 20 Aug 2018 08:10:45 GMT RESP BODY: {"network_id": "dadf751d-9638-4d39-88bc-5ff0a1558eed", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "c6584667-a609-46b6-8c77-582fa9897855", "subnet_ids": ["c6584667-a609-46b6-8c77-582fa9897855"], "port_id": "9080b502-69fc-4335-9e7b-037f9f6e0e3e", "id": "96a06b4f-b331-4671-aa6c-a6693d7c33a7"} 2018-08-20 08:10:45,842 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7/remove_router_interface.json used request id req-a238b35a-8db3-4d0b-a05d-ad5ecf4fc8c9 2018-08-20 08:10:45,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.39116406441s 2018-08-20 08:10:45,843 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7/remove_router_interface.json used request id req-a238b35a-8db3-4d0b-a05d-ad5ecf4fc8c9 returning object 96a06b4f-b331-4671-aa6c-a6693d7c33a7 2018-08-20 08:10:45,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 08:10:45,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:46,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-11a1df31-4da9-415d-af6d-52808fe5312b Date: Mon, 20 Aug 2018 08:10:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T08:08:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T08:10:45Z", "revision_number": 4, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "96a06b4f-b331-4671-aa6c-a6693d7c33a7", "name": "patrole-router_21d33db9-5229-4412-8c1d-4075a1d93716"}]} 2018-08-20 08:10:46,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-11a1df31-4da9-415d-af6d-52808fe5312b 2018-08-20 08:10:46,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.27164888382s 2018-08-20 08:10:46,115 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-11a1df31-4da9-415d-af6d-52808fe5312b 2018-08-20 08:10:46,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 08:10:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:47,308 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b208f464-454e-4f62-85c4-e7015b4f8532 Content-Length: 0 Date: Mon, 20 Aug 2018 08:10:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 08:10:47,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7.json used request id req-b208f464-454e-4f62-85c4-e7015b4f8532 2018-08-20 08:10:47,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19127202034s 2018-08-20 08:10:47,308 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/96a06b4f-b331-4671-aa6c-a6693d7c33a7.json used request id req-b208f464-454e-4f62-85c4-e7015b4f8532 2018-08-20 08:10:47,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 08:10:47,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:47,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-94c08d12-c95b-430d-9f08-9c98f4c904e3 Date: Mon, 20 Aug 2018 08:10:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dadf751d-9638-4d39-88bc-5ff0a1558eed","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:08:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T08:08:45Z","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":"dfd90f76052e46538c70a213a6ed6a0e","id":"c6584667-a609-46b6-8c77-582fa9897855","subnetpool_id":null,"name":"patrole-subnet_21d33db9-5229-4412-8c1d-4075a1d93716"}]} 2018-08-20 08:10:47,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-94c08d12-c95b-430d-9f08-9c98f4c904e3 2018-08-20 08:10:47,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.228888988495s 2018-08-20 08:10:47,538 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-94c08d12-c95b-430d-9f08-9c98f4c904e3 2018-08-20 08:10:47,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 08:10:47,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/c6584667-a609-46b6-8c77-582fa9897855.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:49,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b79bcf17-8a26-46af-bb3e-78149ef21ab7 Date: Mon, 20 Aug 2018 08:10:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 08:10:49,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/c6584667-a609-46b6-8c77-582fa9897855.json used request id req-b79bcf17-8a26-46af-bb3e-78149ef21ab7 2018-08-20 08:10:49,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34197616577s 2018-08-20 08:10:49,882 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/c6584667-a609-46b6-8c77-582fa9897855.json used request id req-b79bcf17-8a26-46af-bb3e-78149ef21ab7 2018-08-20 08:10:49,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 08:10:49,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:50,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-53c91488-6da9-4ce2-a531-f8278059804a Date: Mon, 20 Aug 2018 08:10:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dadf751d-9638-4d39-88bc-5ff0a1558eed","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T08:10:49Z","provider:segmentation_id":91,"name":"patrole-net_21d33db9-5229-4412-8c1d-4075a1d93716","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T08:08:44Z","provider:network_type":"vxlan"}]} 2018-08-20 08:10:50,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-53c91488-6da9-4ce2-a531-f8278059804a 2018-08-20 08:10:50,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3366959095s 2018-08-20 08:10:50,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-53c91488-6da9-4ce2-a531-f8278059804a 2018-08-20 08:10:50,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 08:10:50,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/dadf751d-9638-4d39-88bc-5ff0a1558eed.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:51,414 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-848682f0-4ddc-4a94-a5ef-c041277af190 Date: Mon, 20 Aug 2018 08:10:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 08:10:51,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/dadf751d-9638-4d39-88bc-5ff0a1558eed.json used request id req-848682f0-4ddc-4a94-a5ef-c041277af190 2018-08-20 08:10:51,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19390392303s 2018-08-20 08:10:51,415 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/dadf751d-9638-4d39-88bc-5ff0a1558eed.json used request id req-848682f0-4ddc-4a94-a5ef-c041277af190 2018-08-20 08:10:51,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:10:51,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:51,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-4ed70e82-98ae-420a-878a-437d15ddcfae Date: Mon, 20 Aug 2018 08:10:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap", "metadata": {}}], "file": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "5108cbc6-b478-4d03-9049-3abe6b9f1043", "size": 12716032, "self": "/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5108cbc6-b478-4d03-9049-3abe6b9f1043/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T08:08:50Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_21d33db9-5229-4412-8c1d-4075a1d93716", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T08:08:50Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:10:51,609 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-4ed70e82-98ae-420a-878a-437d15ddcfae 2018-08-20 08:10:51,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190064907074s 2018-08-20 08:10:51,609 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-4ed70e82-98ae-420a-878a-437d15ddcfae 2018-08-20 08:10:51,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 08:10:51,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:52,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6dec96b1-6974-40f3-a41f-dbd03a03661b Date: Mon, 20 Aug 2018 08:10:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:10:52,303 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043 used request id req-6dec96b1-6974-40f3-a41f-dbd03a03661b 2018-08-20 08:10:52,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.692036151886s 2018-08-20 08:10:52,303 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/5108cbc6-b478-4d03-9049-3abe6b9f1043 used request id req-6dec96b1-6974-40f3-a41f-dbd03a03661b 2018-08-20 08:10:52,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 08:10:52,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:52,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10: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-873fc487-fdd9-4eef-866d-fc984862111f x-compute-request-id: req-873fc487-fdd9-4eef-866d-fc984862111f Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_21d33db9-5229-4412-8c1d-4075a1d93716", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/aa7f5114-9071-421f-be18-cb8da319da0e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "aa7f5114-9071-421f-be18-cb8da319da0e"}]} 2018-08-20 08:10:52,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-873fc487-fdd9-4eef-866d-fc984862111f 2018-08-20 08:10:52,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250248908997s 2018-08-20 08:10:52,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-873fc487-fdd9-4eef-866d-fc984862111f 2018-08-20 08:10:52,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 08:10:52,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bed1bcb067081245fc5a19e78f06ad5dc007886b" 2018-08-20 08:10:52,374 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 08:10: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-e4c5cb2f-41ec-4de9-9614-53bd4a3abfb6 x-compute-request-id: req-e4c5cb2f-41ec-4de9-9614-53bd4a3abfb6 Content-Length: 0 Content-Type: application/json 2018-08-20 08:10:52,374 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e used request id req-e4c5cb2f-41ec-4de9-9614-53bd4a3abfb6 2018-08-20 08:10:52,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0430591106415s 2018-08-20 08:10:52,374 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/aa7f5114-9071-421f-be18-cb8da319da0e used request id req-e4c5cb2f-41ec-4de9-9614-53bd4a3abfb6 2018-08-20 08:10:52,434 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-20 08:10:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 08:10:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 08:10:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 08:10:52,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 08:10:52,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 08:10:52,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 08:10:52,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:10:52,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a2d276-f161-4bc2-ae07-f96d7257fc7d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 08:10:52,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-26a2d276-f161-4bc2-ae07-f96d7257fc7d 2018-08-20 08:10:52,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 08:10:52,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T09:10:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["peOU2MgqTre82OTWVe1p6Q"], "issued_at": "2018-08-20T08:10:52.000000Z"}} 2018-08-20 08:10:52,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 08:10:52,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:53,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c01d4c23-4108-470d-a3eb-dc71d71fab75 Date: Mon, 20 Aug 2018 08:10:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 08:10:53,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c01d4c23-4108-470d-a3eb-dc71d71fab75 2018-08-20 08:10:53,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255983829498s 2018-08-20 08:10:53,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c01d4c23-4108-470d-a3eb-dc71d71fab75 2018-08-20 08:10:53,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:10:53,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 08:10:53,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 08:10:53,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:53,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-696ef064-8022-4226-bbf0-d888e6fe0380 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 08:10:53,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-696ef064-8022-4226-bbf0-d888e6fe0380 2018-08-20 08:10:53,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0955078601837s 2018-08-20 08:10:53,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-696ef064-8022-4226-bbf0-d888e6fe0380 2018-08-20 08:10:53,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 08:10:53,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}}' 2018-08-20 08:10:53,425 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1af35cda-d706-4cf0-b24a-dfc28aa16143 Content-Length: 354 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3"}, "tags": [], "enabled": true, "id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}} 2018-08-20 08:10:53,425 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-1af35cda-d706-4cf0-b24a-dfc28aa16143 2018-08-20 08:10:53,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.13850903511s 2018-08-20 08:10:53,426 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-1af35cda-d706-4cf0-b24a-dfc28aa16143 2018-08-20 08:10:53,426 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmtp', u'tags': [], 'enabled': True, 'id': u'1d20c3aa4b3b4abf8a1bd9786d33efb3', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3'}) 2018-08-20 08:10:53,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 08:10:53,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "dc43fa68-91b1-4343-ab9a-0ba4fa1cb52e", "email": null, "name": "vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}}' 2018-08-20 08:10:53,806 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5a8a48d-831b-4c91-96e2-4db645234100 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "links": {"self": "http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b568ddc6bad945cbb46318ecf8aea8fe", "domain_id": "default", "password_expires_at": null}} 2018-08-20 08:10:53,806 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-a5a8a48d-831b-4c91-96e2-4db645234100 2018-08-20 08:10:53,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.373147010803s 2018-08-20 08:10:53,806 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-a5a8a48d-831b-4c91-96e2-4db645234100 2018-08-20 08:10:53,807 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b568ddc6bad945cbb46318ecf8aea8fe', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3'}) 2018-08-20 08:10:53,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:10:53,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:53,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58409a5c-112a-420a-9499-184f81a2ce7c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:10:53,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-58409a5c-112a-420a-9499-184f81a2ce7c 2018-08-20 08:10:53,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.122162103653s 2018-08-20 08:10:53,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-58409a5c-112a-420a-9499-184f81a2ce7c 2018-08-20 08:10:53,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:10:53,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:54,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177ce39f-7b38-459a-b50c-14cdbb219051 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:10:54,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-177ce39f-7b38-459a-b50c-14cdbb219051 2018-08-20 08:10:54,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0880789756775s 2018-08-20 08:10:54,026 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-177ce39f-7b38-459a-b50c-14cdbb219051 2018-08-20 08:10:54,028 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 08:10:54,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 08:10:54,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" -d '{"role": {"name": "Member"}}' 2018-08-20 08:10:54,165 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f355eac-d7e6-4c41-a16c-25fdfb111671 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6f84d296adb54099a14c1e757c4f6290", "links": {"self": "http://172.30.9.36:5000/v3/roles/6f84d296adb54099a14c1e757c4f6290"}, "name": "Member"}} 2018-08-20 08:10:54,165 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-9f355eac-d7e6-4c41-a16c-25fdfb111671 2018-08-20 08:10:54,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.133052825928s 2018-08-20 08:10:54,165 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-9f355eac-d7e6-4c41-a16c-25fdfb111671 2018-08-20 08:10:54,166 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'6f84d296adb54099a14c1e757c4f6290'}) 2018-08-20 08:10:54,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:10:54,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:54,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e68eb59-646a-409f-b8ce-50ce2d9791a9 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f84d296adb54099a14c1e757c4f6290", "links": {"self": "http://172.30.9.36:5000/v3/roles/6f84d296adb54099a14c1e757c4f6290"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:10:54,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8e68eb59-646a-409f-b8ce-50ce2d9791a9 2018-08-20 08:10:54,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0988390445709s 2018-08-20 08:10:54,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8e68eb59-646a-409f-b8ce-50ce2d9791a9 2018-08-20 08:10:54,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 08:10:54,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:54,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daadbd44-f139-4b4c-927b-098cbcd7e548 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 08:10:54,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-daadbd44-f139-4b4c-927b-098cbcd7e548 2018-08-20 08:10:54,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0935590267181s 2018-08-20 08:10:54,367 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-daadbd44-f139-4b4c-927b-098cbcd7e548 2018-08-20 08:10:54,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 08:10:54,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:54,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03a0fe33-a5e8-4dee-b654-063e354f8575 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "links": {"self": "http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b568ddc6bad945cbb46318ecf8aea8fe", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 08:10:54,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-03a0fe33-a5e8-4dee-b654-063e354f8575 2018-08-20 08:10:54,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11353802681s 2018-08-20 08:10:54,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-03a0fe33-a5e8-4dee-b654-063e354f8575 2018-08-20 08:10:54,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 08:10:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:54,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b873b43-035f-4458-9192-eaf379bcbc61 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3"}, "tags": [], "enabled": true, "id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 08:10:54,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-9b873b43-035f-4458-9192-eaf379bcbc61 2018-08-20 08:10:54,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.127202987671s 2018-08-20 08:10:54,622 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-9b873b43-035f-4458-9192-eaf379bcbc61 2018-08-20 08:10:54,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 08:10:54,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=b568ddc6bad945cbb46318ecf8aea8fe&role.id=6f84d296adb54099a14c1e757c4f6290&scope.project.id=1d20c3aa4b3b4abf8a1bd9786d33efb3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:54,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5001f00f-a782-4ec2-8bb1-d249514ecb0a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=b568ddc6bad945cbb46318ecf8aea8fe&role.id=6f84d296adb54099a14c1e757c4f6290&scope.project.id=1d20c3aa4b3b4abf8a1bd9786d33efb3", "previous": null, "next": null}} 2018-08-20 08:10:54,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=b568ddc6bad945cbb46318ecf8aea8fe&role.id=6f84d296adb54099a14c1e757c4f6290&scope.project.id=1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-5001f00f-a782-4ec2-8bb1-d249514ecb0a 2018-08-20 08:10:54,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0941250324249s 2018-08-20 08:10:54,724 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=b568ddc6bad945cbb46318ecf8aea8fe&role.id=6f84d296adb54099a14c1e757c4f6290&scope.project.id=1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-5001f00f-a782-4ec2-8bb1-d249514ecb0a 2018-08-20 08:10:54,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 08:10:54,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3/users/b568ddc6bad945cbb46318ecf8aea8fe/roles/6f84d296adb54099a14c1e757c4f6290 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:10:54,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-925969cf-4834-4d9d-9b93-00ba06b6fbdf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 08:10:54,863 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3/users/b568ddc6bad945cbb46318ecf8aea8fe/roles/6f84d296adb54099a14c1e757c4f6290 used request id req-925969cf-4834-4d9d-9b93-00ba06b6fbdf 2018-08-20 08:10:54,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.135336875916s 2018-08-20 08:10:54,864 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3/users/b568ddc6bad945cbb46318ecf8aea8fe/roles/6f84d296adb54099a14c1e757c4f6290 used request id req-925969cf-4834-4d9d-9b93-00ba06b6fbdf 2018-08-20 08:10:54,865 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'1d20c3aa4b3b4abf8a1bd9786d33efb3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'dc43fa68-91b1-4343-ab9a-0ba4fa1cb52e', 'username': u'vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 08:10:54,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 08:10:54,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 08:10:54,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 08:10:54,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 08:10:54,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 08:10:54,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 08:10:54,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 08:10:54,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 08:10:54,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 08:10:54,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 08:10:54,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 08:10:54,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 08:10:54,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 08:10:54,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 08:10:54,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 08:10:54,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 08:10:54,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 08:10:54,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 08:10:54,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 08:10:54,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 08:10:54,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 08:10:54,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 08:10:54,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 08:10:54,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 08:10:54,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 08:10:54,873 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3', 'password': 'dc43fa68-91b1-4343-ab9a-0ba4fa1cb52e', 'project_name': 'vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': '1d20c3aa4b3b4abf8a1bd9786d33efb3', 'project_domain_name': 'Default'} 2018-08-20 08:10:54,878 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-20 08:10:54,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:10:54,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88a6959c-1b70-4627-8a15-73886f8f160a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 08:10:54,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-88a6959c-1b70-4627-8a15-73886f8f160a 2018-08-20 08:10:54,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 08:10:55,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6f84d296adb54099a14c1e757c4f6290", "name": "Member"}], "expires_at": "2018-08-20T09:10:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "name": "vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "id": "b568ddc6bad945cbb46318ecf8aea8fe"}, "audit_ids": ["2Wp-d8d2TS6U7c1RYlmf6w"], "issued_at": "2018-08-20T08:10:55.000000Z"}} 2018-08-20 08:10:55,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 08:10:55,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}435e54fd3ae4008e70fbda2c387ae18b397d67a2" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "vmtp-router_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "admin_state_up": true}}' 2018-08-20 08:10:56,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-92014ef7-f421-4c2b-9d9f-5ed9b08c1f14 Date: Mon, 20 Aug 2018 08:10:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:10:55Z", "admin_state_up": true, "updated_at": "2018-08-20T08:10:56Z", "revision_number": 2, "routes": [], "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "66130b77-b2a5-47aa-964b-8d07646766bc", "name": "vmtp-router_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}} 2018-08-20 08:10:56,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-92014ef7-f421-4c2b-9d9f-5ed9b08c1f14 2018-08-20 08:10:56,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.05916404724s 2018-08-20 08:10:56,346 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-92014ef7-f421-4c2b-9d9f-5ed9b08c1f14 2018-08-20 08:10:56,346 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1d20c3aa4b3b4abf8a1bd9786d33efb3', u'created_at': u'2018-08-20T08:10:55Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T08:10:56Z', u'revision_number': 2, u'routes': [], u'project_id': u'1d20c3aa4b3b4abf8a1bd9786d33efb3', u'id': u'66130b77-b2a5-47aa-964b-8d07646766bc', u'name': u'vmtp-router_65ce423e-3c79-45c1-b1d2-c7da11b011e3'}) 2018-08-20 08:10:56,346 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-20 08:10:57,833 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-20 08:10:57,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 08:10:57,838 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 08:10:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 08:10:57,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:10:57,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}435e54fd3ae4008e70fbda2c387ae18b397d67a2" 2018-08-20 08:10:58,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9b1181f9-0787-4bbc-ad2f-8bf634a6e6f2 Date: Mon, 20 Aug 2018 08:10:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:10:58,044 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-9b1181f9-0787-4bbc-ad2f-8bf634a6e6f2 2018-08-20 08:10:58,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201706171036s 2018-08-20 08:10:58,045 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-9b1181f9-0787-4bbc-ad2f-8bf634a6e6f2 2018-08-20 08:10:58,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 08:10:58,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}435e54fd3ae4008e70fbda2c387ae18b397d67a2" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}' 2018-08-20 08:10:58,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-24223e51-bf09-409c-9d5b-55fa21a3767d Date: Mon, 20 Aug 2018 08:10:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/file", "owner": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "a44ea665-58a4-417e-8e46-77bda4f3a87f", "size": null, "self": "/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T08:10:58Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "checksum": null, "created_at": "2018-08-20T08:10:58Z", "protected": false} 2018-08-20 08:10:58,331 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-24223e51-bf09-409c-9d5b-55fa21a3767d 2018-08-20 08:10:58,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.276571989059s 2018-08-20 08:10:58,331 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-24223e51-bf09-409c-9d5b-55fa21a3767d returning object a44ea665-58a4-417e-8e46-77bda4f3a87f 2018-08-20 08:10:58,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 08:10:58,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}435e54fd3ae4008e70fbda2c387ae18b397d67a2" -d '' 2018-08-20 08:11:02,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16994a0a-5392-4c98-af5b-b2bd694b408b Date: Mon, 20 Aug 2018 08:11:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 08:11:02,452 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/file used request id req-16994a0a-5392-4c98-af5b-b2bd694b408b 2018-08-20 08:11:02,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.12021303177s 2018-08-20 08:11:02,453 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/file used request id req-16994a0a-5392-4c98-af5b-b2bd694b408b 2018-08-20 08:11:02,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 08:11:02,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}435e54fd3ae4008e70fbda2c387ae18b397d67a2" 2018-08-20 08:11:02,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1191 Content-Type: application/json X-Openstack-Request-Id: req-bc3d7efa-07f7-411e-a1e6-838132d21277 Date: Mon, 20 Aug 2018 08:11:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/snap", "metadata": {}}], "file": "/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/file", "owner": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "a44ea665-58a4-417e-8e46-77bda4f3a87f", "size": 263193088, "self": "/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T08:11:02Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T08:10:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 08:11:02,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-bc3d7efa-07f7-411e-a1e6-838132d21277 2018-08-20 08:11:02,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202899932861s 2018-08-20 08:11:02,660 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-bc3d7efa-07f7-411e-a1e6-838132d21277 2018-08-20 08:11:02,662 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/file', 'owner': u'1d20c3aa4b3b4abf8a1bd9786d33efb3', 'id': u'a44ea665-58a4-417e-8e46-77bda4f3a87f', 'size': 263193088, u'self': u'/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1d20c3aa4b3b4abf8a1bd9786d33efb3', 'name': 'vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T08:11:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T08:11:02Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'self': u'/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3', 'created': u'2018-08-20T08:10:58Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-20T08:10:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}}) 2018-08-20 08:11:02,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 08:11:02,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-20 08:11:02,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3272165-2980-4ced-9f20-7d474ff2aa25 x-compute-request-id: req-f3272165-2980-4ced-9f20-7d474ff2aa25 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f"}} 2018-08-20 08:11:02,882 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f3272165-2980-4ced-9f20-7d474ff2aa25 2018-08-20 08:11:02,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.219353914261s 2018-08-20 08:11:02,883 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f3272165-2980-4ced-9f20-7d474ff2aa25 2018-08-20 08:11:02,883 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_65ce423e-3c79-45c1-b1d2-c7da11b011e3', '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'dfd90f76052e46538c70a213a6ed6a0e', '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': 0, 'id': u'fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f', 'swap': 0}) 2018-08-20 08:11:02,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 08:11:02,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" -d '{"extra_specs": {}}' 2018-08-20 08:11:02,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e4b4fa3d-2e03-40ee-bdf8-89bb92cf0b5c x-compute-request-id: req-e4b4fa3d-2e03-40ee-bdf8-89bb92cf0b5c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 08:11:02,909 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f/os-extra_specs used request id req-e4b4fa3d-2e03-40ee-bdf8-89bb92cf0b5c 2018-08-20 08:11:02,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243830680847s 2018-08-20 08:11:02,909 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f/os-extra_specs used request id req-e4b4fa3d-2e03-40ee-bdf8-89bb92cf0b5c 2018-08-20 08:11:02,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:11:02,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:11:03,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f9f2128-5c99-443a-a03a-66d22fad755b Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f84d296adb54099a14c1e757c4f6290", "links": {"self": "http://172.30.9.36:5000/v3/roles/6f84d296adb54099a14c1e757c4f6290"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:11:03,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-3f9f2128-5c99-443a-a03a-66d22fad755b 2018-08-20 08:11:03,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105709075928s 2018-08-20 08:11:03,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-3f9f2128-5c99-443a-a03a-66d22fad755b 2018-08-20 08:11:03,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 08:11:03,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:11:03,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ea491e-08b6-4c08-b905-53a76916cddc Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f84d296adb54099a14c1e757c4f6290", "links": {"self": "http://172.30.9.36:5000/v3/roles/6f84d296adb54099a14c1e757c4f6290"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 08:11:03,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-05ea491e-08b6-4c08-b905-53a76916cddc 2018-08-20 08:11:03,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198262929916s 2018-08-20 08:11:03,222 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-05ea491e-08b6-4c08-b905-53a76916cddc 2018-08-20 08:11:03,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 08:11:03,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:11:03,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18e974eb-4820-4739-aa95-0c6659036b37 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 08:11:03,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-18e974eb-4820-4739-aa95-0c6659036b37 2018-08-20 08:11:03,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0957429409027s 2018-08-20 08:11:03,323 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-18e974eb-4820-4739-aa95-0c6659036b37 2018-08-20 08:11:03,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 08:11:03,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:11:03,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb5d64f-115f-4969-90be-c3141c7d0a1a Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "links": {"self": "http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b568ddc6bad945cbb46318ecf8aea8fe", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 08:11:03,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7cb5d64f-115f-4969-90be-c3141c7d0a1a 2018-08-20 08:11:03,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114484071732s 2018-08-20 08:11:03,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7cb5d64f-115f-4969-90be-c3141c7d0a1a 2018-08-20 08:11:03,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 08:11:03,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:11:03,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bdf3e85-4f98-4073-8dde-61bbf54a4c82 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3"}, "tags": [], "enabled": true, "id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 08:11:03,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-2bdf3e85-4f98-4073-8dde-61bbf54a4c82 2018-08-20 08:11:03,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100774049759s 2018-08-20 08:11:03,551 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-2bdf3e85-4f98-4073-8dde-61bbf54a4c82 2018-08-20 08:11:03,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 08:11:03,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=b568ddc6bad945cbb46318ecf8aea8fe&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=1d20c3aa4b3b4abf8a1bd9786d33efb3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:11:03,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3041258-900f-4e24-bffd-9e155ab8c02b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=b568ddc6bad945cbb46318ecf8aea8fe&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=1d20c3aa4b3b4abf8a1bd9786d33efb3", "previous": null, "next": null}} 2018-08-20 08:11:03,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=b568ddc6bad945cbb46318ecf8aea8fe&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-d3041258-900f-4e24-bffd-9e155ab8c02b 2018-08-20 08:11:03,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0923230648041s 2018-08-20 08:11:03,651 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=b568ddc6bad945cbb46318ecf8aea8fe&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-d3041258-900f-4e24-bffd-9e155ab8c02b 2018-08-20 08:11:03,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 08:11:03,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3/users/b568ddc6bad945cbb46318ecf8aea8fe/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}751c8af49f72cb2440f1a454d8f37229e10b23f6" 2018-08-20 08:11:03,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 08:11:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a111a44-64d5-466f-8530-9d2279dca72a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 08:11:03,797 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3/users/b568ddc6bad945cbb46318ecf8aea8fe/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-6a111a44-64d5-466f-8530-9d2279dca72a 2018-08-20 08:11:03,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.142225027084s 2018-08-20 08:11:03,797 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3/users/b568ddc6bad945cbb46318ecf8aea8fe/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-6a111a44-64d5-466f-8530-9d2279dca72a 2018-08-20 08:11:03,797 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_65ce423e-3c79-45c1-b1d2-c7da11b011e3' 2018-08-20 08:11:03,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 08:11:03,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}435e54fd3ae4008e70fbda2c387ae18b397d67a2" -d '{"keypair": {"name": "vmtp_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}}' 2018-08-20 08:11:04,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 08:11: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-7579afa2-791b-47aa-8c4c-ce64cafb3ff9 x-compute-request-id: req-7579afa2-791b-47aa-8c4c-ce64cafb3ff9 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC32vY2C/R5gNObQXMUtaH3sx/3Xze9cDRcwS8ekN7OH7MfktjNp9Yn5MdpqmPeLUPWl/VvoMQB7wsKsWbITguW0QHJK5eZ0gV199Trh3LY1+r/hss8AjKK/7sxDYBxPiI6pULy2f3N3AyQaTNAXqpjChPRpcN7ptxn1aHKRIePtoFO4B9eoFt77zaoWzUGW8yOi97kbrEwfXpEWpsL//FpS+X91OLfNpAPLjuOgb6p34AGL1O1+1h/gQHA8jIKPomsEiOmQaV30YH5xLNpMee/9670ueg594t2Jy266m0yE30940BDkHv3/oKArFAxnaR+SGEZLPU/bjIlwWrCn2Ef Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAt9r2Ngv0eYDTm0FzFLWh97Mf9183vXA0XMEvHpDezh+zH5LY\nzafWJ+THaapj3i1D1pf1b6DEAe8LCrFmyE4LltEBySuXmdIFdffU64dy2Nfq/4bL\nPAIyiv+7MQ2AcT4iOqVC8tn9zdwMkGkzQF6qYwoT0aXDe6bcZ9WhykSHj7aBTuAf\nXqBbe+82qFs1BlvMjove5G6xMH16RFqbC//xaUvl/dTi3zaQDy47joG+qd+ABi9T\ntftYf4EBwPIyCj6JrBIjpkGld9GB+cSzaTHnv/eu9LnoOfeLdictuuptMhN9PeNA\nQ5B79/6CgKxQMZ2kfkhhGSz1P24yJcFqwp9hHwIDAQABAoIBADzYeS0vzau8Z8t0\n4JoU9lJcdJLQb0kBbkLYKDjsZuA+e3BSj++XwPcY7qnYmw53WoEVb0OPJ+8f5j6W\nsVZPBeTWrMmf5J8ic240I8IC5I5A/uOr/2yPqZx4v8GfH0fa8UcJVFu8qxNK5NmS\nB0UhTzBRsHdsbYJpmX2/pLik71wu0YhPrfQ61owXPsyRw71lXGL4YSbT0o1J52Ct\nqp/B9lPN7tL7BHCy9kaHQyH86sDr4gTF7vTV7nWvfqA922lunjhG5YtNzBE/jnl4\n3B0b57WBjeewMIFxyaHV5MZ+5Px2Dggt3sB6Ky6Fn+Thxvo6YjfzUPUZPIpKPDcS\n9WWgtRkCgYEA2q+2Cvy87Va+MtEMpF+vvGKTrHw6Px/ryFos51+ImD4+6Y6eh4Lm\nWZu6N3jUBSQEpkzrTyroj5W4C/SY84pPPknDlT7hlyb1ay2Ur/Vu4B7swVWu4g76\nSS6EfeQk4CpWC6p4aH3/TfEhOXy7n/1Z3N+XBPXEsyLodMQrq7O9issCgYEA1znR\nxtAM372DsqYdwU1SEPJlbCVdEVkMHC8e35mrJtGCKTeDyvaftSogEExNpkkYoRWI\nMkKFM6R3GeVFdEiZ1Nt6MeNICDB/7svRVTywE3N3pI51W2Q4OhS+4KcIFHfMneTo\nbg7arrWK4c1UoLfg0PnUuTOocsshTNuCmI+YVH0CgYBpquuopXTYrchbn52fM0kk\nGvHGL4SpidARUFlQN142SiV2D17UldCeTdwN/8la7ot8m8A70bzr3GlBBaB+VT9z\nFot16xtwQPfnIPAukcZQb0DxLmjBfIE9qUeF2R5kXrCTFHz36KHbVH88WuQCK5Yn\nXraHRAYWlPCDs2JypfgZPwKBgEIbjmXEzc+DhIpBH+6Z81UlPyXirB2B/ohBqPgB\nWWLJA3Ppi1+yNQgOcl7PMSKcXSZNWNInQIbGQ5b+p0C6dBW/fF8KcruhOgp9LEVE\nKMkwtFUlNMLnm6WrbZ3PcFnpGj59ay8y/NShCpGk4hOjpzhJJJ/mUB1Ca24SFqEJ\nqj55AoGAJ73ALobNhGfjbwc455O1Ud+Su1jHUEWZQYSIv3koK+nJbMj78QVeZhoU\nPMW4zG2pFINFHJyNtjnAsV/m7Kobn+cBfJR8+Tqb38tLGrcHBz7gtv+gta+XuYxl\nZ42pw/BIzZi16r/uxdX1D6dPKPWCy8rNYJaeSPqTPJkTznh/l1w=\n-----END RSA PRIVATE KEY-----\n", "user_id": "b568ddc6bad945cbb46318ecf8aea8fe", "name": "vmtp_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "fingerprint": "54:05:47:f6:8d:a2:4d:bd:ea:c0:1a:ed:8e:ab:41:ce"}} 2018-08-20 08:11:04,105 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-7579afa2-791b-47aa-8c4c-ce64cafb3ff9 2018-08-20 08:11:04,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.306962013245s 2018-08-20 08:11:04,105 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-7579afa2-791b-47aa-8c4c-ce64cafb3ff9 2018-08-20 08:11:04,106 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC32vY2C/R5gNObQXMUtaH3sx/3Xze9cDRcwS8ekN7OH7MfktjNp9Yn5MdpqmPeLUPWl/VvoMQB7wsKsWbITguW0QHJK5eZ0gV199Trh3LY1+r/hss8AjKK/7sxDYBxPiI6pULy2f3N3AyQaTNAXqpjChPRpcN7ptxn1aHKRIePtoFO4B9eoFt77zaoWzUGW8yOi97kbrEwfXpEWpsL//FpS+X91OLfNpAPLjuOgb6p34AGL1O1+1h/gQHA8jIKPomsEiOmQaV30YH5xLNpMee/9670ueg594t2Jy266m0yE30940BDkHv3/oKArFAxnaR+SGEZLPU/bjIlwWrCn2Ef Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAt9r2Ngv0eYDTm0FzFLWh97Mf9183vXA0XMEvHpDezh+zH5LY\nzafWJ+THaapj3i1D1pf1b6DEAe8LCrFmyE4LltEBySuXmdIFdffU64dy2Nfq/4bL\nPAIyiv+7MQ2AcT4iOqVC8tn9zdwMkGkzQF6qYwoT0aXDe6bcZ9WhykSHj7aBTuAf\nXqBbe+82qFs1BlvMjove5G6xMH16RFqbC//xaUvl/dTi3zaQDy47joG+qd+ABi9T\ntftYf4EBwPIyCj6JrBIjpkGld9GB+cSzaTHnv/eu9LnoOfeLdictuuptMhN9PeNA\nQ5B79/6CgKxQMZ2kfkhhGSz1P24yJcFqwp9hHwIDAQABAoIBADzYeS0vzau8Z8t0\n4JoU9lJcdJLQb0kBbkLYKDjsZuA+e3BSj++XwPcY7qnYmw53WoEVb0OPJ+8f5j6W\nsVZPBeTWrMmf5J8ic240I8IC5I5A/uOr/2yPqZx4v8GfH0fa8UcJVFu8qxNK5NmS\nB0UhTzBRsHdsbYJpmX2/pLik71wu0YhPrfQ61owXPsyRw71lXGL4YSbT0o1J52Ct\nqp/B9lPN7tL7BHCy9kaHQyH86sDr4gTF7vTV7nWvfqA922lunjhG5YtNzBE/jnl4\n3B0b57WBjeewMIFxyaHV5MZ+5Px2Dggt3sB6Ky6Fn+Thxvo6YjfzUPUZPIpKPDcS\n9WWgtRkCgYEA2q+2Cvy87Va+MtEMpF+vvGKTrHw6Px/ryFos51+ImD4+6Y6eh4Lm\nWZu6N3jUBSQEpkzrTyroj5W4C/SY84pPPknDlT7hlyb1ay2Ur/Vu4B7swVWu4g76\nSS6EfeQk4CpWC6p4aH3/TfEhOXy7n/1Z3N+XBPXEsyLodMQrq7O9issCgYEA1znR\nxtAM372DsqYdwU1SEPJlbCVdEVkMHC8e35mrJtGCKTeDyvaftSogEExNpkkYoRWI\nMkKFM6R3GeVFdEiZ1Nt6MeNICDB/7svRVTywE3N3pI51W2Q4OhS+4KcIFHfMneTo\nbg7arrWK4c1UoLfg0PnUuTOocsshTNuCmI+YVH0CgYBpquuopXTYrchbn52fM0kk\nGvHGL4SpidARUFlQN142SiV2D17UldCeTdwN/8la7ot8m8A70bzr3GlBBaB+VT9z\nFot16xtwQPfnIPAukcZQb0DxLmjBfIE9qUeF2R5kXrCTFHz36KHbVH88WuQCK5Yn\nXraHRAYWlPCDs2JypfgZPwKBgEIbjmXEzc+DhIpBH+6Z81UlPyXirB2B/ohBqPgB\nWWLJA3Ppi1+yNQgOcl7PMSKcXSZNWNInQIbGQ5b+p0C6dBW/fF8KcruhOgp9LEVE\nKMkwtFUlNMLnm6WrbZ3PcFnpGj59ay8y/NShCpGk4hOjpzhJJJ/mUB1Ca24SFqEJ\nqj55AoGAJ73ALobNhGfjbwc455O1Ud+Su1jHUEWZQYSIv3koK+nJbMj78QVeZhoU\nPMW4zG2pFINFHJyNtjnAsV/m7Kobn+cBfJR8+Tqb38tLGrcHBz7gtv+gta+XuYxl\nZ42pw/BIzZi16r/uxdX1D6dPKPWCy8rNYJaeSPqTPJkTznh/l1w=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b568ddc6bad945cbb46318ecf8aea8fe', 'name': u'vmtp_65ce423e-3c79-45c1-b1d2-c7da11b011e3', 'created_at': '2018-08-20T08:11:04.106695', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1d20c3aa4b3b4abf8a1bd9786d33efb3', 'name': 'vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'54:05:47:f6:8d:a2:4d:bd:ea:c0:1a:ed:8e:ab:41:ce', 'type': 'ssh', 'id': u'vmtp_65ce423e-3c79-45c1-b1d2-c7da11b011e3'}) 2018-08-20 08:11:04,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 08:11:04,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/vmtp_65ce423e-3c79-45c1-b1d2-c7da11b011e3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}435e54fd3ae4008e70fbda2c387ae18b397d67a2" 2018-08-20 08:11:04,142 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 08:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fe267355-c790-4d06-a4e3-12389f066f5e x-compute-request-id: req-fe267355-c790-4d06-a4e3-12389f066f5e Content-Length: 0 Content-Type: application/json 2018-08-20 08:11:04,142 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/vmtp_65ce423e-3c79-45c1-b1d2-c7da11b011e3 used request id req-fe267355-c790-4d06-a4e3-12389f066f5e 2018-08-20 08:11:04,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0344998836517s 2018-08-20 08:11:04,142 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/vmtp_65ce423e-3c79-45c1-b1d2-c7da11b011e3 used request id req-fe267355-c790-4d06-a4e3-12389f066f5e 2018-08-20 08:11:05,217 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2018-08-20 09:10:09,737 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp', '-d', '--json', '/home/opnfv/functest/results/vmtp/vmtp.json', '-c', '/home/opnfv/functest/results/vmtp/vmtp.conf'] 2018-08-20 08:11:06,059 INFO Using http://172.30.9.36:5000//v3 2018-08-20 08:11:06,059 INFO VM public key: /tmp/tmplD8usl 2018-08-20 08:11:06,060 INFO VM private key: /tmp/tmp68gkEL 2018-08-20 08:11:07,829 INFO Found image vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3 to launch VM, will continue 2018-08-20 08:11:08,713 INFO Using external router: vmtp-router_65ce423e-3c79-45c1-b1d2-c7da11b011e3 2018-08-20 08:11:08,714 INFO Using external network: external. 2018-08-20 08:11:10,286 INFO Created internal network: pns-internal-net_65ce423e-3c79-45c1-b1d2-c7da11b011e3. 2018-08-20 08:11:11,432 INFO Created internal network: pns-internal-net2_65ce423e-3c79-45c1-b1d2-c7da11b011e3. 2018-08-20 08:11:13,589 DEBUG Ext router associated to pns-internal-net_65ce423e-3c79-45c1-b1d2-c7da11b011e3 2018-08-20 08:11:15,926 DEBUG Ext router associated to pns-internal-net2_65ce423e-3c79-45c1-b1d2-c7da11b011e3 2018-08-20 08:11:16,156 INFO OpenStack agent: Unknown agent 2018-08-20 08:11:16,156 INFO OpenStack network type: vxlan 2018-08-20 08:11:18,088 INFO [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Creating server VM... 2018-08-20 08:11:18,088 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 08:11:21,797 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 1 of 90... 2018-08-20 08:11:24,436 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 2 of 90... 2018-08-20 08:11:26,976 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 3 of 90... 2018-08-20 08:11:29,682 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 4 of 90... 2018-08-20 08:11:32,194 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 5 of 90... 2018-08-20 08:11:34,665 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 6 of 90... 2018-08-20 08:11:37,441 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 7 of 90... 2018-08-20 08:11:40,293 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 8 of 90... 2018-08-20 08:11:42,995 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 9 of 90... 2018-08-20 08:11:45,547 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 10 of 90... 2018-08-20 08:11:48,054 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 11 of 90... 2018-08-20 08:11:50,538 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 12 of 90... 2018-08-20 08:11:53,223 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 13 of 90... 2018-08-20 08:11:55,647 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 14 of 90... 2018-08-20 08:11:58,532 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 15 of 90... 2018-08-20 08:12:01,066 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 16 of 90... 2018-08-20 08:12:03,583 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 17 of 90... 2018-08-20 08:12:06,281 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 18 of 90... 2018-08-20 08:12:08,873 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 19 of 90... 2018-08-20 08:12:11,461 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 20 of 90... 2018-08-20 08:12:13,977 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 21 of 90... 2018-08-20 08:12:16,529 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 22 of 90... 2018-08-20 08:12:19,031 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 23 of 90... 2018-08-20 08:12:21,563 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 24 of 90... 2018-08-20 08:12:24,082 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 25 of 90... 2018-08-20 08:12:26,761 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 26 of 90... 2018-08-20 08:12:29,289 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 27 of 90... 2018-08-20 08:12:31,783 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 28 of 90... 2018-08-20 08:12:34,291 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 29 of 90... 2018-08-20 08:12:36,809 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 30 of 90... 2018-08-20 08:12:39,332 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 31 of 90... 2018-08-20 08:12:42,023 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 32 of 90... 2018-08-20 08:12:44,356 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 33 of 90... 2018-08-20 08:12:47,216 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 34 of 90... 2018-08-20 08:12:49,742 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 35 of 90... 2018-08-20 08:12:52,306 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 36 of 90... 2018-08-20 08:12:54,857 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 37 of 90... 2018-08-20 08:12:57,370 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 38 of 90... 2018-08-20 08:13:01,771 INFO [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Internal network IP: 192.168.1.16 2018-08-20 08:13:01,771 INFO [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] SSH IP: 172.30.9.206 2018-08-20 08:13:01,771 INFO [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Setup SSH for ubuntu@172.30.9.206 2018-08-20 08:14:39,242 INFO [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Installing nuttcp-8.1.4... 2018-08-20 08:14:39,283 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Copying nuttcp-8.1.4 to target... 2018-08-20 08:14:39,498 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Starting nuttcp-8.1.4 server... 2018-08-20 08:14:39,539 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] 2018-08-20 08:14:39,585 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Creating client VM... 2018-08-20 08:14:39,586 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 08:14:41,876 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 1 of 90... 2018-08-20 08:14:44,166 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 2 of 90... 2018-08-20 08:14:46,565 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 3 of 90... 2018-08-20 08:14:49,328 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 4 of 90... 2018-08-20 08:14:52,293 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] VM status=BUILD, retrying 5 of 90... 2018-08-20 08:14:56,994 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Internal network IP: 192.168.1.9 2018-08-20 08:14:56,995 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] SSH IP: 172.30.9.209 2018-08-20 08:14:56,995 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Setup SSH for ubuntu@172.30.9.209 2018-08-20 08:15:52,402 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Installing nuttcp-8.1.4... 2018-08-20 08:15:52,446 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Copying nuttcp-8.1.4 to target... 2018-08-20 08:15:52,550 INFO ============================================================ 2018-08-20 08:15:52,551 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-20 08:16:01,597 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=1.13 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.436 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.331 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.127 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.115 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.302 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.281 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.267 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.394 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.181 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.115/0.356/1.134/0.278 ms 2018-08-20 08:16:10,666 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.133 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.165 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.131 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.259 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.202 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.114 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.335 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.416 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.252 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.400 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.114/0.240/0.416/0.107 ms 2018-08-20 08:16:19,710 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.512 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.282 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.274 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.523 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.159 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.322 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.379 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.180 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.108 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.138 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.108/0.287/0.523/0.142 ms 2018-08-20 08:16:19,710 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Measuring TCP Throughput (packet size=65536)... 2018-08-20 08:16:19,711 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:16:29,810 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=19599.3218 real_seconds=10.00 rate_Mbps=16437.6640 tx_cpu=35 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.22 2018-08-20 08:16:29,812 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:16:39,910 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=19576.7514 real_seconds=10.00 rate_Mbps=16418.8199 tx_cpu=34 rx_cpu=48 retrans=0 cwnd=3137 rtt_ms=0.41 2018-08-20 08:16:39,911 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:16:50,011 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=19460.5027 real_seconds=10.00 rate_Mbps=16321.0378 tx_cpu=36 rx_cpu=48 retrans=0 cwnd=3137 rtt_ms=0.34 2018-08-20 08:16:50,011 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Measuring UDP Throughput (packet size=128)... 2018-08-20 08:16:50,012 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:16:53,364 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=32.2029 real_seconds=1.00 rate_Mbps=270.0318 tx_cpu=20 rx_cpu=37 drop=0 pkt=263806 data_loss=0.00000 2018-08-20 08:16:53,366 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=128 throughput=1<276512/5000000<10000000 Kbps loss-rate=0 2018-08-20 08:16:53,366 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R829536K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:16:56,719 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=28.8021 real_seconds=1.00 rate_Mbps=241.2893 tx_cpu=19 rx_cpu=36 drop=0 pkt=235947 data_loss=0.00000 2018-08-20 08:16:56,719 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=128 throughput=1<247080/829536<829536 Kbps loss-rate=0 2018-08-20 08:16:56,719 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R538308K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:00,070 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=29.7097 real_seconds=1.00 rate_Mbps=248.9799 tx_cpu=19 rx_cpu=37 drop=0 pkt=243382 data_loss=0.00000 2018-08-20 08:17:00,071 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=128 throughput=1<254955/538308<538308 Kbps loss-rate=0 2018-08-20 08:17:00,071 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R396631K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:03,400 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=29.5175 real_seconds=1.00 rate_Mbps=247.3655 tx_cpu=21 rx_cpu=40 drop=25 pkt=241833 data_loss=0.01050 2018-08-20 08:17:03,400 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=128 throughput=1<253302/396631<396631 Kbps loss-rate=0 2018-08-20 08:17:03,400 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R324966K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:06,727 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=28.7861 real_seconds=1.00 rate_Mbps=241.0328 tx_cpu=19 rx_cpu=38 drop=0 pkt=235816 data_loss=0.00000 2018-08-20 08:17:06,728 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=128 throughput=1<246817/324966<324966 Kbps loss-rate=0 2018-08-20 08:17:06,728 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R285891K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:10,054 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=29.7441 real_seconds=1.00 rate_Mbps=249.1417 tx_cpu=24 rx_cpu=39 drop=0 pkt=243664 data_loss=0.00000 2018-08-20 08:17:10,054 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=128 throughput=1<255121/285891<285891 Kbps loss-rate=0 2018-08-20 08:17:10,054 DEBUG undershot, min=255121 kbps=270506 max=285891 2018-08-20 08:17:10,055 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R270506K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:13,406 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=28.5779 real_seconds=1.00 rate_Mbps=239.4188 tx_cpu=20 rx_cpu=39 drop=0 pkt=234110 data_loss=0.00000 2018-08-20 08:17:13,406 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=128 throughput=255121<245164/270506<285891 Kbps loss-rate=0 2018-08-20 08:17:13,406 DEBUG undershot, min=270506 kbps=278198 max=285891 2018-08-20 08:17:13,407 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R278198K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:16,730 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=27.6282 real_seconds=1.00 rate_Mbps=231.3559 tx_cpu=20 rx_cpu=35 drop=111 pkt=226442 data_loss=0.04920 2018-08-20 08:17:16,730 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=128 throughput=270506<236908/278198<285891 Kbps loss-rate=0 2018-08-20 08:17:16,730 DEBUG undershot, min=278198 kbps=282044 max=285891 2018-08-20 08:17:16,731 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Measuring UDP Throughput (packet size=1024)... 2018-08-20 08:17:16,731 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:20,082 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=221.0566 real_seconds=1.00 rate_Mbps=1853.4011 tx_cpu=29 rx_cpu=35 drop=0 pkt=226362 data_loss=0.00000 2018-08-20 08:17:20,082 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=1024 throughput=1<1897882/5000000<10000000 Kbps loss-rate=0 2018-08-20 08:17:20,082 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3448941K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:23,408 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=223.5127 real_seconds=1.00 rate_Mbps=1874.2126 tx_cpu=29 rx_cpu=40 drop=50 pkt=228927 data_loss=0.02183 2018-08-20 08:17:23,408 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=1024 throughput=1<1919193/3448941<3448941 Kbps loss-rate=0 2018-08-20 08:17:23,409 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2684067K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:26,737 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=203.7266 real_seconds=1.00 rate_Mbps=1706.9595 tx_cpu=37 rx_cpu=33 drop=0 pkt=208616 data_loss=0.00000 2018-08-20 08:17:26,737 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=1024 throughput=1<1747926/2684067<2684067 Kbps loss-rate=0 2018-08-20 08:17:26,738 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2215996K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:30,089 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=220.0410 real_seconds=1.00 rate_Mbps=1843.7157 tx_cpu=36 rx_cpu=35 drop=0 pkt=225322 data_loss=0.00000 2018-08-20 08:17:30,089 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=1024 throughput=1<1887964/2215996<2215996 Kbps loss-rate=0 2018-08-20 08:17:30,090 DEBUG undershot, min=1887964 kbps=2051980 max=2215996 2018-08-20 08:17:30,090 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2051980K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:33,441 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=226.3857 real_seconds=1.00 rate_Mbps=1897.0409 tx_cpu=36 rx_cpu=35 drop=131 pkt=231950 data_loss=0.05651 2018-08-20 08:17:33,442 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=1024 throughput=1887964<1942569/2051980<2215996 Kbps loss-rate=0 2018-08-20 08:17:33,442 DEBUG undershot, min=1942569 kbps=2079282 max=2215996 2018-08-20 08:17:33,442 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2079282K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:36,766 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=222.6953 real_seconds=1.00 rate_Mbps=1866.9574 tx_cpu=43 rx_cpu=36 drop=0 pkt=228040 data_loss=0.00000 2018-08-20 08:17:36,767 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=1024 throughput=1942569<1911764/2079282<2215996 Kbps loss-rate=0 2018-08-20 08:17:36,767 DEBUG undershot, min=2079282 kbps=2147639 max=2215996 2018-08-20 08:17:36,767 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2147639K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:40,094 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=235.4346 real_seconds=1.00 rate_Mbps=1972.9953 tx_cpu=40 rx_cpu=39 drop=0 pkt=241085 data_loss=0.00000 2018-08-20 08:17:40,095 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=1024 throughput=2079282<2020347/2147639<2215996 Kbps loss-rate=0 2018-08-20 08:17:40,095 DEBUG undershot, min=2147639 kbps=2181817 max=2215996 2018-08-20 08:17:40,095 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Measuring UDP Throughput (packet size=8192)... 2018-08-20 08:17:40,096 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:43,446 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=596.0469 real_seconds=1.00 rate_Mbps=5000.4736 tx_cpu=99 rx_cpu=22 drop=0 pkt=76294 data_loss=0.00000 2018-08-20 08:17:43,447 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=8192 throughput=1<5120484/5000000<10000000 Kbps loss-rate=0 2018-08-20 08:17:43,447 DEBUG undershot, min=5120484 kbps=7560242 max=10000000 2018-08-20 08:17:43,447 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7560242K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:46,799 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=900.4922 real_seconds=1.00 rate_Mbps=7553.9817 tx_cpu=99 rx_cpu=30 drop=98 pkt=115361 data_loss=0.08495 2018-08-20 08:17:46,799 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=8192 throughput=5120484<7735277/7560242<10000000 Kbps loss-rate=0 2018-08-20 08:17:46,800 DEBUG undershot, min=7735277 kbps=8867638 max=10000000 2018-08-20 08:17:46,800 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8867638K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:50,151 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=1053.5312 real_seconds=1.00 rate_Mbps=8835.7168 tx_cpu=95 rx_cpu=35 drop=461 pkt=135313 data_loss=0.34070 2018-08-20 08:17:50,151 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=8192 throughput=7735277<9047774/8867638<10000000 Kbps loss-rate=0 2018-08-20 08:17:50,151 DEBUG undershot, min=9047774 kbps=9523887 max=10000000 2018-08-20 08:17:50,152 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9523887K -p5001 -P5002 -fparse 192.168.1.16 2018-08-20 08:17:53,503 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] megabytes=1116.4922 real_seconds=1.00 rate_Mbps=9361.8084 tx_cpu=60 rx_cpu=33 drop=55 pkt=142966 data_loss=0.03847 2018-08-20 08:17:53,503 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] pkt-size=8192 throughput=9047774<9586491/9523887<10000000 Kbps loss-rate=0 2018-08-20 08:17:53,504 DEBUG undershot, min=9586491 kbps=9793245 max=10000000 2018-08-20 08:17:53,514 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.9', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.22, 'throughput_kbps': 16832167, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.41, 'throughput_kbps': 16812871, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.34, 'throughput_kbps': 16712742, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 236908, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2020347, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.04, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9586491, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.356', 'rtt_max_ms': '1.134', 'rtt_min_ms': '0.115', 'rtt_stddev': '0.278', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.240', 'rtt_max_ms': '0.416', 'rtt_min_ms': '0.114', 'rtt_stddev': '0.107', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.287', 'rtt_max_ms': '0.523', 'rtt_min_ms': '0.108', 'rtt_stddev': '0.142', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-20 08:17:53,516 INFO Deleting floating ip 039aa8f6-f4c1-4c75-ae10-1d1381699aab 2018-08-20 08:17:54,402 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Floating IP 172.30.9.209 deleted 2018-08-20 08:17:54,726 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Instance deleted 2018-08-20 08:17:54,840 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] Creating client VM... 2018-08-20 08:17:54,841 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 08:17:58,082 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] VM status=BUILD, retrying 1 of 90... 2018-08-20 08:18:00,775 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] VM status=BUILD, retrying 2 of 90... 2018-08-20 08:18:03,473 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] VM status=BUILD, retrying 3 of 90... 2018-08-20 08:18:06,170 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] VM status=BUILD, retrying 4 of 90... 2018-08-20 08:18:08,958 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] VM status=BUILD, retrying 5 of 90... 2018-08-20 08:18:13,870 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] Internal network IP: 192.168.2.8 2018-08-20 08:18:13,870 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] SSH IP: 172.30.9.203 2018-08-20 08:18:13,870 INFO [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] Setup SSH for ubuntu@172.30.9.203 2018-08-20 09:09:55,982 ERROR Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 476, in run self.measure_vm_flows() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 418, in measure_vm_flows self.create_flow_client(client_az, self.net.vm_int_net[1]) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 360, in create_flow_client self.create_instance(self.client, client_az, int_net) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 169, in create_instance init_file_name=user_data_file)) File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 47, in create init_file_name) File "/usr/lib/python2.7/site-packages/vmtp/instance.py", line 197, in create if not self.setup_ssh(self.ssh_access): File "/usr/lib/python2.7/site-packages/vmtp/instance.py", line 71, in setup_ssh connect_retry_count=self.config.ssh_retry_count) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 173, in __init__ self.__get_distro() File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 360, in __get_distro (status, distro_out, _) = self.execute(distro_cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 234, in run client = self._get_client() File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 214, in _get_client raise SSHError(msg) SSHError: [172.30.9.203] SSH Connection failed after 50 attempts 2018-08-20 09:09:55,982 INFO Cleaning up... 2018-08-20 09:09:55,983 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Terminating nuttcp-8.1.4 2018-08-20 09:09:55,995 INFO Deleting floating ip e487f4b3-df8c-4a04-a2ef-4b726dbf6d41 2018-08-20 09:09:57,161 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Floating IP 172.30.9.206 deleted 2018-08-20 09:09:57,883 DEBUG [TestServer_65ce423e-3c79-45c1-b1d2-c7da11b011e31] Instance deleted 2018-08-20 09:09:57,914 INFO Deleting floating ip 64712fe4-2970-4c3e-ba0c-fb387d55a3f2 2018-08-20 09:09:58,779 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] Floating IP 172.30.9.203 deleted 2018-08-20 09:09:58,961 DEBUG [TestClient_65ce423e-3c79-45c1-b1d2-c7da11b011e32] Instance deleted 2018-08-20 09:10:05,697 INFO Network pns-internal-net_65ce423e-3c79-45c1-b1d2-c7da11b011e3 deleted. 2018-08-20 09:10:09,327 INFO Network pns-internal-net2_65ce423e-3c79-45c1-b1d2-c7da11b011e3 deleted. 2018-08-20 09:10:09,437 INFO Removed public key pns_public_key 2018-08-20 09:10:09,437 INFO Deleting security group 2018-08-20 09:10:09,647 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 2 [100.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 27 +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '16785926', 'rtt_ms': '0.323333'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 236908, 'loss_rate': 0.05}, 1024: {'tp_kbps': 2020347, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 9586491, 'loss_rate': 0.04}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.240/0.114/0.416/0.107', | | | | | '64-byte': '0.356/0.115/1.134/0.278', '1500-byte': '0.287/0.108/0.523/0.142'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | SKIPPED | {} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | SKIPPED | {} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | SKIPPED | {} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | SKIPPED | {} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | SKIPPED | {} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | SKIPPED | {} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2018-08-20 09:10:09,648 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-20 09:10:09,861 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 09:10:09,862 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 59:15 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-20 09:10:09,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 09:10:09,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 09:10:10,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6f84d296adb54099a14c1e757c4f6290", "name": "Member"}, {"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T10:10:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "name": "vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/1d20c3aa4b3b4abf8a1bd9786d33efb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "id": "b568ddc6bad945cbb46318ecf8aea8fe"}, "audit_ids": ["IrRPDHyuSTORA3yCtLERzQ"], "issued_at": "2018-08-20T09:10:10.000000Z"}} 2018-08-20 09:10:10,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f3706f27e1754bf4afed6ab2e9aa4b6dd339839" 2018-08-20 09:10:10,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-0be87e99-a9e6-4cee-871b-2157e5e3c9ee Date: Mon, 20 Aug 2018 09:10:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:10:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T09:10:01Z", "revision_number": 6, "routes": [], "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "66130b77-b2a5-47aa-964b-8d07646766bc", "name": "vmtp-router_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}]} 2018-08-20 09:10:10,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-0be87e99-a9e6-4cee-871b-2157e5e3c9ee 2018-08-20 09:10:10,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.686287879944s 2018-08-20 09:10:10,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-0be87e99-a9e6-4cee-871b-2157e5e3c9ee 2018-08-20 09:10:10,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 09:10:10,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/66130b77-b2a5-47aa-964b-8d07646766bc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f3706f27e1754bf4afed6ab2e9aa4b6dd339839" 2018-08-20 09:10:12,107 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fd8b8ecd-fd89-4609-93dc-19706a38aca6 Content-Length: 0 Date: Mon, 20 Aug 2018 09:10:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 09:10:12,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/66130b77-b2a5-47aa-964b-8d07646766bc.json used request id req-fd8b8ecd-fd89-4609-93dc-19706a38aca6 2018-08-20 09:10:12,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.54986286163s 2018-08-20 09:10:12,107 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/66130b77-b2a5-47aa-964b-8d07646766bc.json used request id req-fd8b8ecd-fd89-4609-93dc-19706a38aca6 2018-08-20 09:10:12,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 09:10:12,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f3706f27e1754bf4afed6ab2e9aa4b6dd339839" 2018-08-20 09:10:12,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1191 Content-Type: application/json X-Openstack-Request-Id: req-6304daf7-9337-4e4d-bcbb-afb2cc27a130 Date: Mon, 20 Aug 2018 09:10:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/snap", "metadata": {}}], "file": "/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/file", "owner": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "a44ea665-58a4-417e-8e46-77bda4f3a87f", "size": 263193088, "self": "/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a44ea665-58a4-417e-8e46-77bda4f3a87f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T08:11:02Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T08:10:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 09:10:12,705 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6304daf7-9337-4e4d-bcbb-afb2cc27a130 2018-08-20 09:10:12,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.594121932983s 2018-08-20 09:10:12,706 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6304daf7-9337-4e4d-bcbb-afb2cc27a130 2018-08-20 09:10:12,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 09:10:12,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f3706f27e1754bf4afed6ab2e9aa4b6dd339839" 2018-08-20 09:10:14,420 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a4e9b9b6-b467-4684-98f1-9396164c0504 Date: Mon, 20 Aug 2018 09:10:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 09:10:14,420 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f used request id req-a4e9b9b6-b467-4684-98f1-9396164c0504 2018-08-20 09:10:14,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.712236166s 2018-08-20 09:10:14,420 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/a44ea665-58a4-417e-8e46-77bda4f3a87f used request id req-a4e9b9b6-b467-4684-98f1-9396164c0504 2018-08-20 09:10:14,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 09:10:14,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 09:10:14,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T10:10:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Kq884BaZQgOh6C2UKRIHUQ"], "issued_at": "2018-08-20T09:10:14.000000Z"}} 2018-08-20 09:10:14,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:15,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4a15829-dc94-4eb5-9116-fff90aa31c11 x-compute-request-id: req-f4a15829-dc94-4eb5-9116-fff90aa31c11 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f"}]} 2018-08-20 09:10:15,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-f4a15829-dc94-4eb5-9116-fff90aa31c11 2018-08-20 09:10:15,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.03187513351s 2018-08-20 09:10:15,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-f4a15829-dc94-4eb5-9116-fff90aa31c11 2018-08-20 09:10:15,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 09:10:15,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:15,489 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 09:10: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-4e3794e3-96ee-4189-ba30-43a5ae9e7475 x-compute-request-id: req-4e3794e3-96ee-4189-ba30-43a5ae9e7475 Content-Length: 0 Content-Type: application/json 2018-08-20 09:10:15,490 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f used request id req-4e3794e3-96ee-4189-ba30-43a5ae9e7475 2018-08-20 09:10:15,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0349149703979s 2018-08-20 09:10:15,490 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/fb8a4c50-10af-47cc-9fd4-c0f233b9bc8f used request id req-4e3794e3-96ee-4189-ba30-43a5ae9e7475 2018-08-20 09:10:15,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 09:10:15,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:15,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57361afd-bc71-40a4-ad82-2e2350730433 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "links": {"self": "http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b568ddc6bad945cbb46318ecf8aea8fe", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 09:10:15,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-57361afd-bc71-40a4-ad82-2e2350730433 2018-08-20 09:10:15,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112743854523s 2018-08-20 09:10:15,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-57361afd-bc71-40a4-ad82-2e2350730433 2018-08-20 09:10:15,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 09:10:15,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:15,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a45d38-ba6b-423e-bfad-0f9f32b58fd5 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_65ce423e-3c79-45c1-b1d2-c7da11b011e3", "links": {"self": "http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b568ddc6bad945cbb46318ecf8aea8fe", "description": null}} 2018-08-20 09:10:15,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe used request id req-66a45d38-ba6b-423e-bfad-0f9f32b58fd5 2018-08-20 09:10:15,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111993789673s 2018-08-20 09:10:15,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe used request id req-66a45d38-ba6b-423e-bfad-0f9f32b58fd5 2018-08-20 09:10:15,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 09:10:15,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:15,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 09:10:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f33c9c2-4c8a-4bf0-83de-6f3c1708adc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 09:10:15,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe used request id req-2f33c9c2-4c8a-4bf0-83de-6f3c1708adc1 2018-08-20 09:10:15,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.23167014122s 2018-08-20 09:10:15,955 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/b568ddc6bad945cbb46318ecf8aea8fe used request id req-2f33c9c2-4c8a-4bf0-83de-6f3c1708adc1 2018-08-20 09:10:15,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 09:10:15,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:16,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5620292-7aff-4272-aba6-c45483c4bf0b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3"}, "tags": [], "enabled": true, "id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_65ce423e-3c79-45c1-b1d2-c7da11b011e3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 09:10:16,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-c5620292-7aff-4272-aba6-c45483c4bf0b 2018-08-20 09:10:16,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101337194443s 2018-08-20 09:10:16,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-c5620292-7aff-4272-aba6-c45483c4bf0b 2018-08-20 09:10:16,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 09:10:16,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:16,257 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 09:10:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0fbaab3-4ade-4987-af3c-545c947b9ec3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 09:10:16,257 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-e0fbaab3-4ade-4987-af3c-545c947b9ec3 2018-08-20 09:10:16,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.190478086472s 2018-08-20 09:10:16,257 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-e0fbaab3-4ade-4987-af3c-545c947b9ec3 2018-08-20 09:10:16,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 09:10:16,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:16,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-975124ca-5f6d-4916-95ba-58639be555c2 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f84d296adb54099a14c1e757c4f6290", "links": {"self": "http://172.30.9.36:5000/v3/roles/6f84d296adb54099a14c1e757c4f6290"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 09:10:16,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-975124ca-5f6d-4916-95ba-58639be555c2 2018-08-20 09:10:16,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0199580192566s 2018-08-20 09:10:16,281 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-975124ca-5f6d-4916-95ba-58639be555c2 2018-08-20 09:10:16,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 09:10:16,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/6f84d296adb54099a14c1e757c4f6290 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}742d88d66bca2f8c803508a33d679d7aac966bb2" 2018-08-20 09:10:16,406 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 09:10:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f1e85ce-0863-4460-baa4-881467a9ee35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 09:10:16,407 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/6f84d296adb54099a14c1e757c4f6290 used request id req-8f1e85ce-0863-4460-baa4-881467a9ee35 2018-08-20 09:10:16,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.121254920959s 2018-08-20 09:10:16,407 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/6f84d296adb54099a14c1e757c4f6290 used request id req-8f1e85ce-0863-4460-baa4-881467a9ee35 2018-08-20 09:10:16,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 09:10:16,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2f3706f27e1754bf4afed6ab2e9aa4b6dd339839" 2018-08-20 09:10:16,507 - keystoneauth.session - DEBUG - RESP: [401] Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri='http://192.30.9.8:5000' X-Openstack-Request-Id: req-7cf00e0e-5d6a-4f8f-9159-caacf1cb6f02 Date: Mon, 20 Aug 2018 09:10:16 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-08-20 09:10:16,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7cf00e0e-5d6a-4f8f-9159-caacf1cb6f02 2018-08-20 09:10:16,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 09:10:16,520 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-20 09:10:16,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112843990326s 2018-08-20 09:10:16,521 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-20 09:10:16,579 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-20 09:10:16,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 09:10:16,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 09:10:16,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 09:10:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 09:10:16,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 09:10:16,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 09:10:16,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2c14a7f-c6f0-4e38-85a9-2f4583242825 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 09:10:16,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a2c14a7f-c6f0-4e38-85a9-2f4583242825 2018-08-20 09:10:16,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 09:10:17,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T10:10:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["tHCDqIPuRB2yMsLBfPIpZQ"], "issued_at": "2018-08-20T09:10:17.000000Z"}} 2018-08-20 09:10:17,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 09:10:17,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:17,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4cceaae3-a1cb-4420-ad17-d75537d7302a Date: Mon, 20 Aug 2018 09:10:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 09:10:17,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4cceaae3-a1cb-4420-ad17-d75537d7302a 2018-08-20 09:10:17,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251945018768s 2018-08-20 09:10:17,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4cceaae3-a1cb-4420-ad17-d75537d7302a 2018-08-20 09:10:17,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 09:10:17,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 09:10:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 09:10:17,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 09:10:17,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:17,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e870e1-f220-4a45-843a-37158cb96ee1 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 09:10:17,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-88e870e1-f220-4a45-843a-37158cb96ee1 2018-08-20 09:10:17,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106894016266s 2018-08-20 09:10:17,422 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-88e870e1-f220-4a45-843a-37158cb96ee1 2018-08-20 09:10:17,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 09:10:17,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_654317a8-2614-4da1-8d55-52997b07a338"}}' 2018-08-20 09:10:17,551 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 09:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0fd3dff-42b4-46ef-999a-fae6095c62dc Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952"}, "tags": [], "enabled": true, "id": "9ae439e78faa4f3db8355f0689853952", "parent_id": "default", "domain_id": "default", "name": "shaker-project_654317a8-2614-4da1-8d55-52997b07a338"}} 2018-08-20 09:10:17,551 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-f0fd3dff-42b4-46ef-999a-fae6095c62dc 2018-08-20 09:10:17,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.122024059296s 2018-08-20 09:10:17,552 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-f0fd3dff-42b4-46ef-999a-fae6095c62dc 2018-08-20 09:10:17,552 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: shaker', u'tags': [], 'enabled': True, 'id': u'9ae439e78faa4f3db8355f0689853952', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'shaker-project_654317a8-2614-4da1-8d55-52997b07a338'}) 2018-08-20 09:10:17,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 09:10:17,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6a345322-f40a-4a83-86cc-484105a942e4", "email": null, "name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338"}}' 2018-08-20 09:10:17,946 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 09:10:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c220386-3144-455b-90a3-1ddcfa356d86 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338", "links": {"self": "http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9401877e6f484b8991ce1561d153577c", "domain_id": "default", "password_expires_at": null}} 2018-08-20 09:10:17,946 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-8c220386-3144-455b-90a3-1ddcfa356d86 2018-08-20 09:10:17,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.387378931046s 2018-08-20 09:10:17,947 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-8c220386-3144-455b-90a3-1ddcfa356d86 2018-08-20 09:10:17,947 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9401877e6f484b8991ce1561d153577c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_654317a8-2614-4da1-8d55-52997b07a338'}) 2018-08-20 09:10:17,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 09:10:17,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:18,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f36c60da-423e-4bd6-b644-ec7a820f1646 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 09:10:18,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f36c60da-423e-4bd6-b644-ec7a820f1646 2018-08-20 09:10:18,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101213932037s 2018-08-20 09:10:18,052 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f36c60da-423e-4bd6-b644-ec7a820f1646 2018-08-20 09:10:18,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 09:10:18,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:18,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-033e0e64-50bc-47ef-938c-8a8dbbd3f2f4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 09:10:18,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-033e0e64-50bc-47ef-938c-8a8dbbd3f2f4 2018-08-20 09:10:18,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100476980209s 2018-08-20 09:10:18,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-033e0e64-50bc-47ef-938c-8a8dbbd3f2f4 2018-08-20 09:10:18,159 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 09:10:18,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 09:10:18,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" -d '{"role": {"name": "Member"}}' 2018-08-20 09:10:18,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e320f8ed-4e69-4664-8722-ae24a340ae0d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f6c43d2e42d4e1392834307e9c373f7", "links": {"self": "http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7"}, "name": "Member"}} 2018-08-20 09:10:18,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e320f8ed-4e69-4664-8722-ae24a340ae0d 2018-08-20 09:10:18,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.130691051483s 2018-08-20 09:10:18,294 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e320f8ed-4e69-4664-8722-ae24a340ae0d 2018-08-20 09:10:18,295 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'2f6c43d2e42d4e1392834307e9c373f7'}) 2018-08-20 09:10:18,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 09:10:18,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:18,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5e4d67-dae0-4ef7-bec7-528848b47e79 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2f6c43d2e42d4e1392834307e9c373f7", "links": {"self": "http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 09:10:18,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8d5e4d67-dae0-4ef7-bec7-528848b47e79 2018-08-20 09:10:18,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104579925537s 2018-08-20 09:10:18,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8d5e4d67-dae0-4ef7-bec7-528848b47e79 2018-08-20 09:10:18,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 09:10:18,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:18,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28852815-3b38-44ed-b331-c9cc666c24b1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 09:10:18,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-28852815-3b38-44ed-b331-c9cc666c24b1 2018-08-20 09:10:18,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100584030151s 2018-08-20 09:10:18,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-28852815-3b38-44ed-b331-c9cc666c24b1 2018-08-20 09:10:18,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 09:10:18,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:18,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9734b7cd-9a5b-46e2-9a4b-b55ccebc7d16 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338", "links": {"self": "http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9401877e6f484b8991ce1561d153577c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 09:10:18,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-9734b7cd-9a5b-46e2-9a4b-b55ccebc7d16 2018-08-20 09:10:18,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118158817291s 2018-08-20 09:10:18,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-9734b7cd-9a5b-46e2-9a4b-b55ccebc7d16 2018-08-20 09:10:18,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 09:10:18,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:18,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-180c719c-69d8-4920-a3b9-d2e6ffd8a508 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952"}, "tags": [], "enabled": true, "id": "9ae439e78faa4f3db8355f0689853952", "parent_id": "default", "domain_id": "default", "name": "shaker-project_654317a8-2614-4da1-8d55-52997b07a338"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 09:10:18,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-180c719c-69d8-4920-a3b9-d2e6ffd8a508 2018-08-20 09:10:18,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100442886353s 2018-08-20 09:10:18,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-180c719c-69d8-4920-a3b9-d2e6ffd8a508 2018-08-20 09:10:18,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 09:10:18,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=2f6c43d2e42d4e1392834307e9c373f7&scope.project.id=9ae439e78faa4f3db8355f0689853952" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:18,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5773b4a-f84c-4d0b-8e92-b8336c883b5e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=2f6c43d2e42d4e1392834307e9c373f7&scope.project.id=9ae439e78faa4f3db8355f0689853952", "previous": null, "next": null}} 2018-08-20 09:10:18,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=2f6c43d2e42d4e1392834307e9c373f7&scope.project.id=9ae439e78faa4f3db8355f0689853952 used request id req-e5773b4a-f84c-4d0b-8e92-b8336c883b5e 2018-08-20 09:10:18,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0951321125031s 2018-08-20 09:10:18,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=2f6c43d2e42d4e1392834307e9c373f7&scope.project.id=9ae439e78faa4f3db8355f0689853952 used request id req-e5773b4a-f84c-4d0b-8e92-b8336c883b5e 2018-08-20 09:10:18,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 09:10:18,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/2f6c43d2e42d4e1392834307e9c373f7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:10:18,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bdf48a5-9b0d-41d6-b200-2f37e17a149b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 09:10:18,997 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/2f6c43d2e42d4e1392834307e9c373f7 used request id req-4bdf48a5-9b0d-41d6-b200-2f37e17a149b 2018-08-20 09:10:18,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.150343894958s 2018-08-20 09:10:18,998 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/2f6c43d2e42d4e1392834307e9c373f7 used request id req-4bdf48a5-9b0d-41d6-b200-2f37e17a149b 2018-08-20 09:10:18,999 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_654317a8-2614-4da1-8d55-52997b07a338', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'9ae439e78faa4f3db8355f0689853952', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '6a345322-f40a-4a83-86cc-484105a942e4', 'username': u'shaker-user_654317a8-2614-4da1-8d55-52997b07a338', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 09:10:19,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 09:10:19,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 09:10:19,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 09:10:19,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 09:10:19,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 09:10:19,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 09:10:19,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 09:10:19,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 09:10:19,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 09:10:19,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 09:10:19,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 09:10:19,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 09:10:19,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 09:10:19,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 09:10:19,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 09:10:19,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 09:10:19,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 09:10:19,004 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_654317a8-2614-4da1-8d55-52997b07a338', 'password': '6a345322-f40a-4a83-86cc-484105a942e4', 'project_name': 'shaker-project_654317a8-2614-4da1-8d55-52997b07a338', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': '9ae439e78faa4f3db8355f0689853952', 'project_domain_name': 'Default'} 2018-08-20 09:10:19,004 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-20 09:10:19,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 09:10:19,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd6146a-f00a-4102-8fd2-8c4a36579af1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 09:10:19,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7dd6146a-f00a-4102-8fd2-8c4a36579af1 2018-08-20 09:10:19,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 09:10:19,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f6c43d2e42d4e1392834307e9c373f7", "name": "Member"}], "expires_at": "2018-08-20T10:10:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9ae439e78faa4f3db8355f0689853952", "name": "shaker-project_654317a8-2614-4da1-8d55-52997b07a338"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/9ae439e78faa4f3db8355f0689853952", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9ae439e78faa4f3db8355f0689853952", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/9ae439e78faa4f3db8355f0689853952", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/9ae439e78faa4f3db8355f0689853952", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338", "id": "9401877e6f484b8991ce1561d153577c"}, "audit_ids": ["ZDopO3LbRMKM-fURz5U4zg"], "issued_at": "2018-08-20T09:10:19.000000Z"}} 2018-08-20 09:10:19,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 09:10:19,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"network": {"name": "shaker-net_654317a8-2614-4da1-8d55-52997b07a338", "admin_state_up": true}}' 2018-08-20 09:10:20,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-8449d784-d0e2-402d-8587-f0eea3e6f8ee Date: Mon, 20 Aug 2018 09:10:20 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T09:10:19Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"9ae439e78faa4f3db8355f0689853952","id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","name":"shaker-net_654317a8-2614-4da1-8d55-52997b07a338"}} 2018-08-20 09:10:20,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-8449d784-d0e2-402d-8587-f0eea3e6f8ee 2018-08-20 09:10:20,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.652353048325s 2018-08-20 09:10:20,053 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-8449d784-d0e2-402d-8587-f0eea3e6f8ee 2018-08-20 09:10:20,053 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T09:10:19Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'9e135a04-1c38-4fcd-ab26-80e0c464d936', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_654317a8-2614-4da1-8d55-52997b07a338', u'admin_state_up': True, u'tenant_id': u'9ae439e78faa4f3db8355f0689853952', u'created_at': u'2018-08-20T09:10:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9ae439e78faa4f3db8355f0689853952'}) 2018-08-20 09:10:20,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 09:10:20,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:20,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-5272bd62-199c-4c14-9ce0-63f5233f0093 Date: Mon, 20 Aug 2018 09:10:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T09:10:19Z","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9ae439e78faa4f3db8355f0689853952","id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","name":"shaker-net_654317a8-2614-4da1-8d55-52997b07a338"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 09:10:20,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-5272bd62-199c-4c14-9ce0-63f5233f0093 2018-08-20 09:10:20,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.324555158615s 2018-08-20 09:10:20,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-5272bd62-199c-4c14-9ce0-63f5233f0093 2018-08-20 09:10:20,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 09:10:20,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"subnet": {"name": "shaker-subnet_654317a8-2614-4da1-8d55-52997b07a338", "enable_dhcp": true, "network_id": "9e135a04-1c38-4fcd-ab26-80e0c464d936", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 09:10:21,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-45f928e4-257c-4b37-a11c-816a633c3f06 Date: Mon, 20 Aug 2018 09:10:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T09:10:20Z","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":"9ae439e78faa4f3db8355f0689853952","id":"f849f005-fd61-4a87-a188-879f0f33b429","subnetpool_id":null,"name":"shaker-subnet_654317a8-2614-4da1-8d55-52997b07a338"}} 2018-08-20 09:10:21,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-45f928e4-257c-4b37-a11c-816a633c3f06 2018-08-20 09:10:21,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.798945903778s 2018-08-20 09:10:21,179 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-45f928e4-257c-4b37-a11c-816a633c3f06 2018-08-20 09:10:21,180 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T09:10:20Z', 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'f849f005-fd61-4a87-a188-879f0f33b429', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_654317a8-2614-4da1-8d55-52997b07a338', u'enable_dhcp': True, u'network_id': u'9e135a04-1c38-4fcd-ab26-80e0c464d936', u'tenant_id': u'9ae439e78faa4f3db8355f0689853952', u'created_at': u'2018-08-20T09:10:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9ae439e78faa4f3db8355f0689853952'}) 2018-08-20 09:10:21,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 09:10:21,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "shaker-router_654317a8-2614-4da1-8d55-52997b07a338", "admin_state_up": true}}' 2018-08-20 09:10:23,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-42f2dc30-ff22-47f2-91c8-5d16a8788317 Date: Mon, 20 Aug 2018 09:10:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:21Z", "admin_state_up": true, "updated_at": "2018-08-20T09:10:22Z", "revision_number": 2, "routes": [], "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "fe8f950a-e451-40f5-bbf3-2bfef1866015", "name": "shaker-router_654317a8-2614-4da1-8d55-52997b07a338"}} 2018-08-20 09:10:23,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-42f2dc30-ff22-47f2-91c8-5d16a8788317 2018-08-20 09:10:23,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.33688807487s 2018-08-20 09:10:23,518 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-42f2dc30-ff22-47f2-91c8-5d16a8788317 2018-08-20 09:10:23,518 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9ae439e78faa4f3db8355f0689853952', u'created_at': u'2018-08-20T09:10:21Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T09:10:22Z', u'revision_number': 2, u'routes': [], u'project_id': u'9ae439e78faa4f3db8355f0689853952', u'id': u'fe8f950a-e451-40f5-bbf3-2bfef1866015', u'name': u'shaker-router_654317a8-2614-4da1-8d55-52997b07a338'}) 2018-08-20 09:10:23,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 09:10:23,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"subnet_id": "f849f005-fd61-4a87-a188-879f0f33b429"}' 2018-08-20 09:10:26,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1594afb8-4a46-4a2e-a295-63166ee4a597 Date: Mon, 20 Aug 2018 09:10:26 GMT RESP BODY: {"network_id": "9e135a04-1c38-4fcd-ab26-80e0c464d936", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "subnet_id": "f849f005-fd61-4a87-a188-879f0f33b429", "subnet_ids": ["f849f005-fd61-4a87-a188-879f0f33b429"], "port_id": "d3796c49-c236-46d8-81b2-13f326c9c7e3", "id": "fe8f950a-e451-40f5-bbf3-2bfef1866015"} 2018-08-20 09:10:26,480 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015/add_router_interface.json used request id req-1594afb8-4a46-4a2e-a295-63166ee4a597 2018-08-20 09:10:26,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.96145606041s 2018-08-20 09:10:26,481 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015/add_router_interface.json used request id req-1594afb8-4a46-4a2e-a295-63166ee4a597 returning object fe8f950a-e451-40f5-bbf3-2bfef1866015 2018-08-20 09:10:26,482 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-20 09:10:31,802 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-20 09:10:31,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 09:10:31,809 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 09:10:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 09:10:31,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 09:10:31,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:32,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2903f480-b33e-4248-a9cc-10cddbb9748e Date: Mon, 20 Aug 2018 09:10:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 09:10:32,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-2903f480-b33e-4248-a9cc-10cddbb9748e 2018-08-20 09:10:32,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.58611702919s 2018-08-20 09:10:32,401 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-2903f480-b33e-4248-a9cc-10cddbb9748e 2018-08-20 09:10:32,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 09:10:32,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_654317a8-2614-4da1-8d55-52997b07a338"}' 2018-08-20 09:10:33,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 864 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9807f725-651b-443d-8ba2-1c34a013774c Date: Mon, 20 Aug 2018 09:10:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/file", "owner": "9ae439e78faa4f3db8355f0689853952", "id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "size": null, "self": "/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-20T09:10:33Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "checksum": null, "created_at": "2018-08-20T09:10:33Z", "protected": false} 2018-08-20 09:10:33,085 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-9807f725-651b-443d-8ba2-1c34a013774c 2018-08-20 09:10:33,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.675922870636s 2018-08-20 09:10:33,085 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-9807f725-651b-443d-8ba2-1c34a013774c returning object c81fd6a8-9ee6-489b-861a-bf0d4d6237b5 2018-08-20 09:10:33,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 09:10:33,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '' 2018-08-20 09:10:43,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7486c400-b85a-4126-9611-ee50de01ac7b Date: Mon, 20 Aug 2018 09:10:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 09:10:43,381 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/file used request id req-7486c400-b85a-4126-9611-ee50de01ac7b 2018-08-20 09:10:43,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 10.2955620289s 2018-08-20 09:10:43,382 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/file used request id req-7486c400-b85a-4126-9611-ee50de01ac7b 2018-08-20 09:10:43,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 09:10:43,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:43,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-5ceee305-6fb1-4347-87fe-02073303a21b Date: Mon, 20 Aug 2018 09:10:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/snap", "metadata": {}}], "file": "/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/file", "owner": "9ae439e78faa4f3db8355f0689853952", "id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "size": 666173440, "self": "/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-20T09:10:43Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-20T09:10:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 09:10:43,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-5ceee305-6fb1-4347-87fe-02073303a21b 2018-08-20 09:10:43,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.61344408989s 2018-08-20 09:10:44,000 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-5ceee305-6fb1-4347-87fe-02073303a21b 2018-08-20 09:10:44,002 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/file', 'owner': u'9ae439e78faa4f3db8355f0689853952', 'id': u'c81fd6a8-9ee6-489b-861a-bf0d4d6237b5', 'size': 666173440, u'self': u'/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9ae439e78faa4f3db8355f0689853952', 'name': 'shaker-project_654317a8-2614-4da1-8d55-52997b07a338', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T09:10:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T09:10:43Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_654317a8-2614-4da1-8d55-52997b07a338', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'self': u'/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'owner_specified.shade.object': u'images/shaker-img_654317a8-2614-4da1-8d55-52997b07a338', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_654317a8-2614-4da1-8d55-52997b07a338', 'created': u'2018-08-20T09:10:33Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-20T09:10:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'owner_specified.shade.object': u'images/shaker-img_654317a8-2614-4da1-8d55-52997b07a338', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'schema': u'/v2/schemas/image'}}) 2018-08-20 09:10:44,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 09:10:44,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_654317a8-2614-4da1-8d55-52997b07a338", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-20 09:10:44,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10: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-af72a371-8772-4834-a17d-f314b655855a x-compute-request-id: req-af72a371-8772-4834-a17d-f314b655855a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_654317a8-2614-4da1-8d55-52997b07a338", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "d320cebb-8743-4e45-88ca-d2df766d5cfb"}} 2018-08-20 09:10:44,213 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-af72a371-8772-4834-a17d-f314b655855a 2018-08-20 09:10:44,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.210517883301s 2018-08-20 09:10:44,214 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-af72a371-8772-4834-a17d-f314b655855a 2018-08-20 09:10:44,215 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_654317a8-2614-4da1-8d55-52997b07a338', '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'dfd90f76052e46538c70a213a6ed6a0e', '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': 3, 'id': u'd320cebb-8743-4e45-88ca-d2df766d5cfb', 'swap': 0}) 2018-08-20 09:10:44,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 09:10:44,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" -d '{"extra_specs": {}}' 2018-08-20 09:10:44,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10: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-5490b461-1fc9-4ec7-a4a9-bdd1dd2c979a x-compute-request-id: req-5490b461-1fc9-4ec7-a4a9-bdd1dd2c979a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 09:10:44,245 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb/os-extra_specs used request id req-5490b461-1fc9-4ec7-a4a9-bdd1dd2c979a 2018-08-20 09:10:44,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0299441814423s 2018-08-20 09:10:44,246 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb/os-extra_specs used request id req-5490b461-1fc9-4ec7-a4a9-bdd1dd2c979a 2018-08-20 09:10:44,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 09:10:44,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"keypair": {"name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338"}}' 2018-08-20 09:10:44,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10: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-6ae0cfb3-1d25-4a1b-b254-f65a1a67aebe x-compute-request-id: req-6ae0cfb3-1d25-4a1b-b254-f65a1a67aebe Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ8uGzkFtBVlPQeP1dHoMlMqB8PrT9DmAlig5FkAeuNnQiV3VGAuhvD6VpVADAkue7BIPU5lyExtAlKau0fYTiHpbuQmq5q3lCRpeWaxDxvlCdnjn0dCicg8yUTSp5Y/7UtjastM9TH6isJPPv5U7m3erbVS338TVk7cTr+SPHFMIxN/dVCQwDmkM+AzbLCmUm/9JxBnKGCfO87ejJNMl1XziAjOqs7FbgUr/VFNSNHpcysPR0dCzWiTIp7x9uMSu15fdwnhfL7GgK4ggHtp3hbBU0Fr12i/RbwrJz3ElAX+uXkkKaB/Rk4OV0P7JTO60w2kxOgc53T8JgkNjc95YD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2fLhs5BbQVZT0Hj9XR6DJTKgfD60/Q5gJYoORZAHrjZ0Ild1\nRgLobw+laVQAwJLnuwSD1OZchMbQJSmrtH2E4h6W7kJquat5QkaXlmsQ8b5QnZ45\n9HQonIPMlE0qeWP+1LY2rLTPUx+orCTz7+VO5t3q21Ut9/E1ZO3E6/kjxxTCMTf3\nVQkMA5pDPgM2ywplJv/ScQZyhgnzvO3oyTTJdV84gIzqrOxW4FK/1RTUjR6XMrD0\ndHQs1okyKe8fbjErteX3cJ4Xy+xoCuIIB7ad4WwVNBa9dov0W8Kyc9xJQF/rl5JC\nmgf0ZODldD+yUzutMNpMToHOd0/CYJDY3PeWAwIDAQABAoIBACRr+lvPm/BnRMpp\n7a1KFBB7TWZ19Dj11gtv7sKhNydd4jp68xYoFj+5FaNsblPAOQl/z6gcdwmZT99l\n/1PCRhqjkgVvA/bTOQhiU6LHcaV0cHRmpLi9UKwXOnDuFFME6ukRKkHiVWNGvyFF\na56Da5QZMc5FhdERdiLPuUDV+ayi9HyX2y6rmGWgbo2WyOATdSY/XpvBs2d9xXWC\npMoa1NnNAJAusBRaAPo7omOCxfywScdARIGs+mY2qP9xFw5iAwuMNiywt7H3tzXV\nOP9Q092oCRYNl19tLzfQFbKvNhlcLXOL8eDvzvzBErO7h7BKR0gON/lTGujaThQs\n3EDg2UECgYEA7yyjFKXAljD+eB73/OLCVNpyJfCjKnGfqkCDFkyvzVZnWTaQmH3t\nVAQB0h+xVy0R6OLkTbJ0BbZoiFTiSl5+6r726EciFQS84ZjNSx9+JI5OMLEOmPky\nmbvsDCWSQ57+qV9+k0iGdyWd/ry0Sb89hOJAfbmJ+nHTtsoiPAm4mC8CgYEA6Uf8\nfM4qj/lMOL+M2gENCYb6ZJ8MWOG2F6r6Mh5IDEgQgCxFPnpOvBOPRx0NP62xphg2\nl2Dp/elP/gaORRXXnrUgwqirOAJ6S/j9Y/ohNjpXhHCMyL5RWEN6VLXFbBeCYpN8\ndrsewZTnqLVXh7ep1Nn4/PfRZQoJoKkQKy7xVm0CgYEAwuJzS8q3v2nSn9xUI1o+\nENgidOm8ekQ1XovMhKoeAcnq0lXUwnyxmmjddvLeFPOjiUj/0JOdWF5GlPfdn82Z\nyvupwqDbk5bVtVlFxnW12mGeMqzDAUDky0HF2CvxH2p5hVdLkwVgk8syDzSCDylm\nHlYhSJCbble7tFDGTnd5U38CgYA+l0H3epmQ56K71ylDlOSamcy1EreNYYIp94YJ\nzHYoVW2X9kjd6pMVg2n9+p2DaGcx2W1MUIR3zBHaZofloWao/pA7qmXGMWP+3l+e\nY45lrmGs90XO1sGcnP5FnD/MMMKbEFdkw/AMoJdHfOBvWagHpDRaK2PTaE4M/U+J\nRp8aQQKBgQCUkQaQjJ4KMu84HBmSgQ43aeCi0CiaSY8RjxFtVA8H/OnjR3fPYh3l\nrFR2MQKWoSBK7vQOaYkG2eAnZWQM2ZiRRsE8faXJFSGZCG61wCo3pfpmyvNZJ8mS\n06jJF/vxFmasfwI5vmeJ7ywMnxKAEmlzu4eYx1vyzeWLpUTG2o/XyA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9401877e6f484b8991ce1561d153577c", "name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "fingerprint": "b5:e6:1c:e0:5a:39:1e:09:66:63:0a:24:e0:0a:a5:10"}} 2018-08-20 09:10:44,607 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-6ae0cfb3-1d25-4a1b-b254-f65a1a67aebe 2018-08-20 09:10:44,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.36082983017s 2018-08-20 09:10:44,607 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-6ae0cfb3-1d25-4a1b-b254-f65a1a67aebe 2018-08-20 09:10:44,608 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ8uGzkFtBVlPQeP1dHoMlMqB8PrT9DmAlig5FkAeuNnQiV3VGAuhvD6VpVADAkue7BIPU5lyExtAlKau0fYTiHpbuQmq5q3lCRpeWaxDxvlCdnjn0dCicg8yUTSp5Y/7UtjastM9TH6isJPPv5U7m3erbVS338TVk7cTr+SPHFMIxN/dVCQwDmkM+AzbLCmUm/9JxBnKGCfO87ejJNMl1XziAjOqs7FbgUr/VFNSNHpcysPR0dCzWiTIp7x9uMSu15fdwnhfL7GgK4ggHtp3hbBU0Fr12i/RbwrJz3ElAX+uXkkKaB/Rk4OV0P7JTO60w2kxOgc53T8JgkNjc95YD Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2fLhs5BbQVZT0Hj9XR6DJTKgfD60/Q5gJYoORZAHrjZ0Ild1\nRgLobw+laVQAwJLnuwSD1OZchMbQJSmrtH2E4h6W7kJquat5QkaXlmsQ8b5QnZ45\n9HQonIPMlE0qeWP+1LY2rLTPUx+orCTz7+VO5t3q21Ut9/E1ZO3E6/kjxxTCMTf3\nVQkMA5pDPgM2ywplJv/ScQZyhgnzvO3oyTTJdV84gIzqrOxW4FK/1RTUjR6XMrD0\ndHQs1okyKe8fbjErteX3cJ4Xy+xoCuIIB7ad4WwVNBa9dov0W8Kyc9xJQF/rl5JC\nmgf0ZODldD+yUzutMNpMToHOd0/CYJDY3PeWAwIDAQABAoIBACRr+lvPm/BnRMpp\n7a1KFBB7TWZ19Dj11gtv7sKhNydd4jp68xYoFj+5FaNsblPAOQl/z6gcdwmZT99l\n/1PCRhqjkgVvA/bTOQhiU6LHcaV0cHRmpLi9UKwXOnDuFFME6ukRKkHiVWNGvyFF\na56Da5QZMc5FhdERdiLPuUDV+ayi9HyX2y6rmGWgbo2WyOATdSY/XpvBs2d9xXWC\npMoa1NnNAJAusBRaAPo7omOCxfywScdARIGs+mY2qP9xFw5iAwuMNiywt7H3tzXV\nOP9Q092oCRYNl19tLzfQFbKvNhlcLXOL8eDvzvzBErO7h7BKR0gON/lTGujaThQs\n3EDg2UECgYEA7yyjFKXAljD+eB73/OLCVNpyJfCjKnGfqkCDFkyvzVZnWTaQmH3t\nVAQB0h+xVy0R6OLkTbJ0BbZoiFTiSl5+6r726EciFQS84ZjNSx9+JI5OMLEOmPky\nmbvsDCWSQ57+qV9+k0iGdyWd/ry0Sb89hOJAfbmJ+nHTtsoiPAm4mC8CgYEA6Uf8\nfM4qj/lMOL+M2gENCYb6ZJ8MWOG2F6r6Mh5IDEgQgCxFPnpOvBOPRx0NP62xphg2\nl2Dp/elP/gaORRXXnrUgwqirOAJ6S/j9Y/ohNjpXhHCMyL5RWEN6VLXFbBeCYpN8\ndrsewZTnqLVXh7ep1Nn4/PfRZQoJoKkQKy7xVm0CgYEAwuJzS8q3v2nSn9xUI1o+\nENgidOm8ekQ1XovMhKoeAcnq0lXUwnyxmmjddvLeFPOjiUj/0JOdWF5GlPfdn82Z\nyvupwqDbk5bVtVlFxnW12mGeMqzDAUDky0HF2CvxH2p5hVdLkwVgk8syDzSCDylm\nHlYhSJCbble7tFDGTnd5U38CgYA+l0H3epmQ56K71ylDlOSamcy1EreNYYIp94YJ\nzHYoVW2X9kjd6pMVg2n9+p2DaGcx2W1MUIR3zBHaZofloWao/pA7qmXGMWP+3l+e\nY45lrmGs90XO1sGcnP5FnD/MMMKbEFdkw/AMoJdHfOBvWagHpDRaK2PTaE4M/U+J\nRp8aQQKBgQCUkQaQjJ4KMu84HBmSgQ43aeCi0CiaSY8RjxFtVA8H/OnjR3fPYh3l\nrFR2MQKWoSBK7vQOaYkG2eAnZWQM2ZiRRsE8faXJFSGZCG61wCo3pfpmyvNZJ8mS\n06jJF/vxFmasfwI5vmeJ7ywMnxKAEmlzu4eYx1vyzeWLpUTG2o/XyA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'9401877e6f484b8991ce1561d153577c', 'name': u'shaker-kp_654317a8-2614-4da1-8d55-52997b07a338', 'created_at': '2018-08-20T09:10:44.608723', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9ae439e78faa4f3db8355f0689853952', 'name': 'shaker-project_654317a8-2614-4da1-8d55-52997b07a338', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b5:e6:1c:e0:5a:39:1e:09:66:63:0a:24:e0:0a:a5:10', 'type': 'ssh', 'id': u'shaker-kp_654317a8-2614-4da1-8d55-52997b07a338'}) 2018-08-20 09:10:44,609 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA2fLhs5BbQVZT0Hj9XR6DJTKgfD60/Q5gJYoORZAHrjZ0Ild1 RgLobw+laVQAwJLnuwSD1OZchMbQJSmrtH2E4h6W7kJquat5QkaXlmsQ8b5QnZ45 9HQonIPMlE0qeWP+1LY2rLTPUx+orCTz7+VO5t3q21Ut9/E1ZO3E6/kjxxTCMTf3 VQkMA5pDPgM2ywplJv/ScQZyhgnzvO3oyTTJdV84gIzqrOxW4FK/1RTUjR6XMrD0 dHQs1okyKe8fbjErteX3cJ4Xy+xoCuIIB7ad4WwVNBa9dov0W8Kyc9xJQF/rl5JC mgf0ZODldD+yUzutMNpMToHOd0/CYJDY3PeWAwIDAQABAoIBACRr+lvPm/BnRMpp 7a1KFBB7TWZ19Dj11gtv7sKhNydd4jp68xYoFj+5FaNsblPAOQl/z6gcdwmZT99l /1PCRhqjkgVvA/bTOQhiU6LHcaV0cHRmpLi9UKwXOnDuFFME6ukRKkHiVWNGvyFF a56Da5QZMc5FhdERdiLPuUDV+ayi9HyX2y6rmGWgbo2WyOATdSY/XpvBs2d9xXWC pMoa1NnNAJAusBRaAPo7omOCxfywScdARIGs+mY2qP9xFw5iAwuMNiywt7H3tzXV OP9Q092oCRYNl19tLzfQFbKvNhlcLXOL8eDvzvzBErO7h7BKR0gON/lTGujaThQs 3EDg2UECgYEA7yyjFKXAljD+eB73/OLCVNpyJfCjKnGfqkCDFkyvzVZnWTaQmH3t VAQB0h+xVy0R6OLkTbJ0BbZoiFTiSl5+6r726EciFQS84ZjNSx9+JI5OMLEOmPky mbvsDCWSQ57+qV9+k0iGdyWd/ry0Sb89hOJAfbmJ+nHTtsoiPAm4mC8CgYEA6Uf8 fM4qj/lMOL+M2gENCYb6ZJ8MWOG2F6r6Mh5IDEgQgCxFPnpOvBOPRx0NP62xphg2 l2Dp/elP/gaORRXXnrUgwqirOAJ6S/j9Y/ohNjpXhHCMyL5RWEN6VLXFbBeCYpN8 drsewZTnqLVXh7ep1Nn4/PfRZQoJoKkQKy7xVm0CgYEAwuJzS8q3v2nSn9xUI1o+ ENgidOm8ekQ1XovMhKoeAcnq0lXUwnyxmmjddvLeFPOjiUj/0JOdWF5GlPfdn82Z yvupwqDbk5bVtVlFxnW12mGeMqzDAUDky0HF2CvxH2p5hVdLkwVgk8syDzSCDylm HlYhSJCbble7tFDGTnd5U38CgYA+l0H3epmQ56K71ylDlOSamcy1EreNYYIp94YJ zHYoVW2X9kjd6pMVg2n9+p2DaGcx2W1MUIR3zBHaZofloWao/pA7qmXGMWP+3l+e Y45lrmGs90XO1sGcnP5FnD/MMMKbEFdkw/AMoJdHfOBvWagHpDRaK2PTaE4M/U+J Rp8aQQKBgQCUkQaQjJ4KMu84HBmSgQ43aeCi0CiaSY8RjxFtVA8H/OnjR3fPYh3l rFR2MQKWoSBK7vQOaYkG2eAnZWQM2ZiRRsE8faXJFSGZCG61wCo3pfpmyvNZJ8mS 06jJF/vxFmasfwI5vmeJ7ywMnxKAEmlzu4eYx1vyzeWLpUTG2o/XyA== -----END RSA PRIVATE KEY----- 2018-08-20 09:10:44,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 09:10:44,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"security_group": {"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-20 09:10:45,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-e26d542f-d7e4-480a-8656-7ce5138a20d5 Date: Mon, 20 Aug 2018 09:10:45 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:44Z", "updated_at": "2018-08-20T09:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "17c33b77-4094-4d56-b8d1-a799741b2ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "33dab84c-8bb4-499e-8f6a-e5bc354213b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 2, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}} 2018-08-20 09:10:45,174 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-e26d542f-d7e4-480a-8656-7ce5138a20d5 2018-08-20 09:10:45,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.562880992889s 2018-08-20 09:10:45,175 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-e26d542f-d7e4-480a-8656-7ce5138a20d5 2018-08-20 09:10:45,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 09:10:45,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:45,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-b8fbfaed-5a89-4259-b6a5-84ac835d337e Date: Mon, 20 Aug 2018 09:10:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:44Z", "updated_at": "2018-08-20T09:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "17c33b77-4094-4d56-b8d1-a799741b2ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "33dab84c-8bb4-499e-8f6a-e5bc354213b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 2, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}]} 2018-08-20 09:10:45,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-b8fbfaed-5a89-4259-b6a5-84ac835d337e 2018-08-20 09:10:45,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.221676111221s 2018-08-20 09:10:45,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-b8fbfaed-5a89-4259-b6a5-84ac835d337e 2018-08-20 09:10:45,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 09:10:45,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -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": "786ae143-034c-4fb6-aa74-acc1c76f1d74"}}' 2018-08-20 09:10:45,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ddfd116c-6848-46ea-997e-c082c96a8e2f Date: Mon, 20 Aug 2018 09:10:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T09:10:45Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "port_range_min": 22, "revision_number": 0, "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:45Z", "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "a9d6578d-092a-43bb-a136-b6422b0f6336"}} 2018-08-20 09:10:45,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-ddfd116c-6848-46ea-997e-c082c96a8e2f 2018-08-20 09:10:45,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.553180932999s 2018-08-20 09:10:45,959 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-ddfd116c-6848-46ea-997e-c082c96a8e2f 2018-08-20 09:10:45,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 09:10:45,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:46,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-57b2bc8b-f3f1-445b-acdf-b99f906f85d8 Date: Mon, 20 Aug 2018 09:10:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:44Z", "updated_at": "2018-08-20T09:10:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "17c33b77-4094-4d56-b8d1-a799741b2ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "33dab84c-8bb4-499e-8f6a-e5bc354213b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T09:10:45Z", "revision_number": 0, "id": "a9d6578d-092a-43bb-a136-b6422b0f6336", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:45Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 3, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}]} 2018-08-20 09:10:46,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-57b2bc8b-f3f1-445b-acdf-b99f906f85d8 2018-08-20 09:10:46,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.226067066193s 2018-08-20 09:10:46,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-57b2bc8b-f3f1-445b-acdf-b99f906f85d8 2018-08-20 09:10:46,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 09:10:46,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -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": "786ae143-034c-4fb6-aa74-acc1c76f1d74"}}' 2018-08-20 09:10:46,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-fe5f68bf-bf56-454b-8eec-419d8e3ac798 Date: Mon, 20 Aug 2018 09:10:46 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-08-20T09:10:46Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "port_range_min": null, "revision_number": 0, "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:46Z", "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "c162a73e-3c2f-44e9-a773-e4d213933f69"}} 2018-08-20 09:10:46,748 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-fe5f68bf-bf56-454b-8eec-419d8e3ac798 2018-08-20 09:10:46,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.555490970612s 2018-08-20 09:10:46,749 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-fe5f68bf-bf56-454b-8eec-419d8e3ac798 2018-08-20 09:10:46,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 09:10:46,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:46,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-9b9fcf33-93c3-469e-b6f9-e55f711f0574 Date: Mon, 20 Aug 2018 09:10:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:44Z", "updated_at": "2018-08-20T09:10:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "17c33b77-4094-4d56-b8d1-a799741b2ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "33dab84c-8bb4-499e-8f6a-e5bc354213b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T09:10:45Z", "revision_number": 0, "id": "a9d6578d-092a-43bb-a136-b6422b0f6336", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:45Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:46Z", "revision_number": 0, "id": "c162a73e-3c2f-44e9-a773-e4d213933f69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:46Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}]} 2018-08-20 09:10:46,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-9b9fcf33-93c3-469e-b6f9-e55f711f0574 2018-08-20 09:10:46,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.215789079666s 2018-08-20 09:10:46,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-9b9fcf33-93c3-469e-b6f9-e55f711f0574 2018-08-20 09:10:46,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 09:10:46,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 9000, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 9000, "ethertype": "IPv4", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74"}}' 2018-08-20 09:10:47,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-bd487a82-1128-4e39-bf68-82af78c8748d Date: Mon, 20 Aug 2018 09:10:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-08-20T09:10:47Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "port_range_min": 9000, "revision_number": 0, "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:47Z", "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "bc3c2355-0dbf-43b3-9b67-df9f95c8d45c"}} 2018-08-20 09:10:47,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-bd487a82-1128-4e39-bf68-82af78c8748d 2018-08-20 09:10:47,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.237102031708s 2018-08-20 09:10:47,210 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-bd487a82-1128-4e39-bf68-82af78c8748d 2018-08-20 09:10:47,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 09:10:47,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:47,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-7bb9a3ab-9a68-4976-9bc0-19f3c5dcdf40 Date: Mon, 20 Aug 2018 09:10: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":["f849f005-fd61-4a87-a188-879f0f33b429"],"updated_at":"2018-08-20T09:10:20Z","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9ae439e78faa4f3db8355f0689853952","id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","name":"shaker-net_654317a8-2614-4da1-8d55-52997b07a338"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 09:10:47,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7bb9a3ab-9a68-4976-9bc0-19f3c5dcdf40 2018-08-20 09:10:47,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290489912033s 2018-08-20 09:10:47,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7bb9a3ab-9a68-4976-9bc0-19f3c5dcdf40 2018-08-20 09:10:47,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 09:10:47,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:48,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-616e2c5f-42d4-4d11-8f4a-52d819fb57b2 Date: Mon, 20 Aug 2018 09:10:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/snap", "metadata": {}}], "file": "/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/file", "owner": "9ae439e78faa4f3db8355f0689853952", "id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "size": 666173440, "self": "/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-20T09:10:43Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-20T09:10:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 09:10:48,125 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-616e2c5f-42d4-4d11-8f4a-52d819fb57b2 2018-08-20 09:10:48,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.617995023727s 2018-08-20 09:10:48,125 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-616e2c5f-42d4-4d11-8f4a-52d819fb57b2 2018-08-20 09:10:48,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 09:10:48,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:48,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13f0019d-86c9-4c17-a747-17f15ce26d40 x-compute-request-id: req-13f0019d-86c9-4c17-a747-17f15ce26d40 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_654317a8-2614-4da1-8d55-52997b07a338", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "d320cebb-8743-4e45-88ca-d2df766d5cfb"}]} 2018-08-20 09:10:48,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-13f0019d-86c9-4c17-a747-17f15ce26d40 2018-08-20 09:10:48,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0337798595428s 2018-08-20 09:10:48,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-13f0019d-86c9-4c17-a747-17f15ce26d40 2018-08-20 09:10:48,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 09:10:48,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"server": {"name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "imageRef": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "flavorRef": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9e135a04-1c38-4fcd-ab26-80e0c464d936"}], "security_groups": [{"name": "786ae143-034c-4fb6-aa74-acc1c76f1d74"}]}}' 2018-08-20 09:10:51,081 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 09:10:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc205f9b-3c4c-4d82-b565-a34afde8e10b x-compute-request-id: req-fc205f9b-3c4c-4d82-b565-a34afde8e10b Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "786ae143-034c-4fb6-aa74-acc1c76f1d74"}], "OS-DCF:diskConfig": "MANUAL", "id": "683bae71-6b11-4081-802a-74efab379e50", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "adminPass": "hrMhKWJC6G3d"}} 2018-08-20 09:10:51,082 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-fc205f9b-3c4c-4d82-b565-a34afde8e10b 2018-08-20 09:10:51,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.91888213158s 2018-08-20 09:10:51,082 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-fc205f9b-3c4c-4d82-b565-a34afde8e10b 2018-08-20 09:10:51,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:10:51,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:51,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b667228b-5e26-4707-ae1a-2cf52cf5e965 x-compute-request-id: req-b667228b-5e26-4707-ae1a-2cf52cf5e965 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:10:51,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b667228b-5e26-4707-ae1a-2cf52cf5e965 2018-08-20 09:10:51,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635788917542s 2018-08-20 09:10:51,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b667228b-5e26-4707-ae1a-2cf52cf5e965 2018-08-20 09:10:51,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 09:10:51,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:51,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-67aeca4b-6102-489f-b2ba-a89f2946a9c6 Date: Mon, 20 Aug 2018 09:10: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":["f849f005-fd61-4a87-a188-879f0f33b429"],"updated_at":"2018-08-20T09:10:20Z","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9ae439e78faa4f3db8355f0689853952","id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","name":"shaker-net_654317a8-2614-4da1-8d55-52997b07a338"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 09:10:51,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-67aeca4b-6102-489f-b2ba-a89f2946a9c6 2018-08-20 09:10:51,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112385034561s 2018-08-20 09:10:51,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-67aeca4b-6102-489f-b2ba-a89f2946a9c6 2018-08-20 09:10:51,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 09:10:51,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:52,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-62b57e23-4ecd-4cb5-aa5b-3fb9b3522b6e Date: Mon, 20 Aug 2018 09:10:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T09:10:20Z","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":"9ae439e78faa4f3db8355f0689853952","id":"f849f005-fd61-4a87-a188-879f0f33b429","subnetpool_id":null,"name":"shaker-subnet_654317a8-2614-4da1-8d55-52997b07a338"}]} 2018-08-20 09:10:52,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-62b57e23-4ecd-4cb5-aa5b-3fb9b3522b6e 2018-08-20 09:10:52,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.293354988098s 2018-08-20 09:10:52,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-62b57e23-4ecd-4cb5-aa5b-3fb9b3522b6e 2018-08-20 09:10:52,134 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:10:54,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:10:54,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:54,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d70beede-4cec-4e87-84e2-2e8a70f06d42 x-compute-request-id: req-d70beede-4cec-4e87-84e2-2e8a70f06d42 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:53Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:10:54,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d70beede-4cec-4e87-84e2-2e8a70f06d42 2018-08-20 09:10:54,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565809011459s 2018-08-20 09:10:54,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d70beede-4cec-4e87-84e2-2e8a70f06d42 2018-08-20 09:10:54,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:10:56,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:10:56,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:10:57,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10: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-b32d060f-29b4-4994-adf5-f78e2aab097d x-compute-request-id: req-b32d060f-29b4-4994-adf5-f78e2aab097d 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:10:57,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b32d060f-29b4-4994-adf5-f78e2aab097d 2018-08-20 09:10:57,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21876096725s 2018-08-20 09:10:57,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b32d060f-29b4-4994-adf5-f78e2aab097d 2018-08-20 09:10:57,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:10:59,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:10:59,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:01,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:10: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-84822b93-4a06-46e3-96bd-c024dd003642 x-compute-request-id: req-84822b93-4a06-46e3-96bd-c024dd003642 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:01,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-84822b93-4a06-46e3-96bd-c024dd003642 2018-08-20 09:11:01,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22020316124s 2018-08-20 09:11:01,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-84822b93-4a06-46e3-96bd-c024dd003642 2018-08-20 09:11:01,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:03,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:03,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:04,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-78003897-b15d-459a-be2f-aab2d3e8b8b5 x-compute-request-id: req-78003897-b15d-459a-be2f-aab2d3e8b8b5 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:04,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-78003897-b15d-459a-be2f-aab2d3e8b8b5 2018-08-20 09:11:04,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.984268903732s 2018-08-20 09:11:04,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-78003897-b15d-459a-be2f-aab2d3e8b8b5 2018-08-20 09:11:04,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:06,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:06,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:07,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-37bc9b9e-1de9-4f84-a003-032f97a83fc3 x-compute-request-id: req-37bc9b9e-1de9-4f84-a003-032f97a83fc3 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:07,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-37bc9b9e-1de9-4f84-a003-032f97a83fc3 2018-08-20 09:11:07,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3618619442s 2018-08-20 09:11:07,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-37bc9b9e-1de9-4f84-a003-032f97a83fc3 2018-08-20 09:11:07,520 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:09,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:09,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:10,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5a6d357-0d06-42e9-b553-7c12a9c22eb6 x-compute-request-id: req-d5a6d357-0d06-42e9-b553-7c12a9c22eb6 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:10,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d5a6d357-0d06-42e9-b553-7c12a9c22eb6 2018-08-20 09:11:10,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.986789941788s 2018-08-20 09:11:10,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d5a6d357-0d06-42e9-b553-7c12a9c22eb6 2018-08-20 09:11:10,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:12,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:12,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:13,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9086f895-637e-45b6-8cfc-be5b6fda905a x-compute-request-id: req-9086f895-637e-45b6-8cfc-be5b6fda905a 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:13,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9086f895-637e-45b6-8cfc-be5b6fda905a 2018-08-20 09:11:13,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726462841034s 2018-08-20 09:11:13,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9086f895-637e-45b6-8cfc-be5b6fda905a 2018-08-20 09:11:13,248 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:15,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:15,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:15,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45909058-4b6c-4013-81ff-9bb098c967e6 x-compute-request-id: req-45909058-4b6c-4013-81ff-9bb098c967e6 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:15,820 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-45909058-4b6c-4013-81ff-9bb098c967e6 2018-08-20 09:11:15,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568310976028s 2018-08-20 09:11:15,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-45909058-4b6c-4013-81ff-9bb098c967e6 2018-08-20 09:11:15,824 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:17,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:17,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:18,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71122f0b-ed39-481a-a24e-230a779d31f3 x-compute-request-id: req-71122f0b-ed39-481a-a24e-230a779d31f3 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:18,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-71122f0b-ed39-481a-a24e-230a779d31f3 2018-08-20 09:11:18,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.789445877075s 2018-08-20 09:11:18,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-71122f0b-ed39-481a-a24e-230a779d31f3 2018-08-20 09:11:18,618 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:20,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:20,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:21,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92d07f05-6ba7-49d7-9595-331f79638eaf x-compute-request-id: req-92d07f05-6ba7-49d7-9595-331f79638eaf 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:21,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-92d07f05-6ba7-49d7-9595-331f79638eaf 2018-08-20 09:11:21,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710837125778s 2018-08-20 09:11:21,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-92d07f05-6ba7-49d7-9595-331f79638eaf 2018-08-20 09:11:21,334 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:23,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:23,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:24,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bfb46ff-cce8-4812-9094-5b27e1e7e820 x-compute-request-id: req-5bfb46ff-cce8-4812-9094-5b27e1e7e820 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:24,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5bfb46ff-cce8-4812-9094-5b27e1e7e820 2018-08-20 09:11:24,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14250898361s 2018-08-20 09:11:24,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5bfb46ff-cce8-4812-9094-5b27e1e7e820 2018-08-20 09:11:24,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:26,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:26,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:27,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dc04343-5eb6-48ee-9fe8-004f14c3f420 x-compute-request-id: req-6dc04343-5eb6-48ee-9fe8-004f14c3f420 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:27,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6dc04343-5eb6-48ee-9fe8-004f14c3f420 2018-08-20 09:11:27,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1398370266s 2018-08-20 09:11:27,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6dc04343-5eb6-48ee-9fe8-004f14c3f420 2018-08-20 09:11:27,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:29,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:29,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:30,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-eaef4e0f-a4b2-4714-9ee0-db2b85ac160a x-compute-request-id: req-eaef4e0f-a4b2-4714-9ee0-db2b85ac160a 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:30,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eaef4e0f-a4b2-4714-9ee0-db2b85ac160a 2018-08-20 09:11:30,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.968738079071s 2018-08-20 09:11:30,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eaef4e0f-a4b2-4714-9ee0-db2b85ac160a 2018-08-20 09:11:30,607 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:32,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:33,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-743016aa-e497-44e0-9f18-0f14c033ca87 x-compute-request-id: req-743016aa-e497-44e0-9f18-0f14c033ca87 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:33,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-743016aa-e497-44e0-9f18-0f14c033ca87 2018-08-20 09:11:33,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09288692474s 2018-08-20 09:11:33,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-743016aa-e497-44e0-9f18-0f14c033ca87 2018-08-20 09:11:33,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:35,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:35,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:36,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c38dc088-a7ae-4f8f-9623-801994b0eaa7 x-compute-request-id: req-c38dc088-a7ae-4f8f-9623-801994b0eaa7 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:36,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c38dc088-a7ae-4f8f-9623-801994b0eaa7 2018-08-20 09:11:36,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550204992294s 2018-08-20 09:11:36,261 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c38dc088-a7ae-4f8f-9623-801994b0eaa7 2018-08-20 09:11:36,265 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:38,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:38,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:38,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-2ab2d1cd-a4aa-4154-b60f-3e9df055f791 x-compute-request-id: req-2ab2d1cd-a4aa-4154-b60f-3e9df055f791 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:38,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2ab2d1cd-a4aa-4154-b60f-3e9df055f791 2018-08-20 09:11:38,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534644126892s 2018-08-20 09:11:38,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2ab2d1cd-a4aa-4154-b60f-3e9df055f791 2018-08-20 09:11:38,806 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:40,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:40,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:41,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-e9b17e9d-52f1-4fa8-9781-91848303e1ea x-compute-request-id: req-e9b17e9d-52f1-4fa8-9781-91848303e1ea 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:41,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e9b17e9d-52f1-4fa8-9781-91848303e1ea 2018-08-20 09:11:41,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372698068619s 2018-08-20 09:11:41,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e9b17e9d-52f1-4fa8-9781-91848303e1ea 2018-08-20 09:11:41,186 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:43,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:43,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:43,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-65458c4f-7e52-4e84-b6ef-480b7e4fcb2d x-compute-request-id: req-65458c4f-7e52-4e84-b6ef-480b7e4fcb2d 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:43,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-65458c4f-7e52-4e84-b6ef-480b7e4fcb2d 2018-08-20 09:11:43,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.799061059952s 2018-08-20 09:11:43,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-65458c4f-7e52-4e84-b6ef-480b7e4fcb2d 2018-08-20 09:11:43,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:45,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:45,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:46,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e546076-5867-4bd3-9fd0-c9ec6b7015f9 x-compute-request-id: req-9e546076-5867-4bd3-9fd0-c9ec6b7015f9 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:46,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9e546076-5867-4bd3-9fd0-c9ec6b7015f9 2018-08-20 09:11:46,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54799580574s 2018-08-20 09:11:46,542 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9e546076-5867-4bd3-9fd0-c9ec6b7015f9 2018-08-20 09:11:46,546 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:48,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:48,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:49,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-e0686926-60eb-458e-868b-5d921c6392b2 x-compute-request-id: req-e0686926-60eb-458e-868b-5d921c6392b2 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:49,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e0686926-60eb-458e-868b-5d921c6392b2 2018-08-20 09:11:49,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22958612442s 2018-08-20 09:11:49,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e0686926-60eb-458e-868b-5d921c6392b2 2018-08-20 09:11:49,783 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:51,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:51,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:52,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-8f65e300-452b-4886-9f2b-d0385ffb6383 x-compute-request-id: req-8f65e300-452b-4886-9f2b-d0385ffb6383 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:52,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8f65e300-452b-4886-9f2b-d0385ffb6383 2018-08-20 09:11:52,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591035842896s 2018-08-20 09:11:52,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8f65e300-452b-4886-9f2b-d0385ffb6383 2018-08-20 09:11:52,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:54,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:54,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:55,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d45571d-cf68-4fc3-bf35-02b6cdd4b456 x-compute-request-id: req-7d45571d-cf68-4fc3-bf35-02b6cdd4b456 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:55,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7d45571d-cf68-4fc3-bf35-02b6cdd4b456 2018-08-20 09:11:55,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656311035156s 2018-08-20 09:11:55,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7d45571d-cf68-4fc3-bf35-02b6cdd4b456 2018-08-20 09:11:55,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:11:57,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:11:57,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:11:58,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:11: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-ac101785-7b42-4ac3-82bd-986183131bcc x-compute-request-id: req-ac101785-7b42-4ac3-82bd-986183131bcc 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:11:58,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ac101785-7b42-4ac3-82bd-986183131bcc 2018-08-20 09:11:58,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.979537010193s 2018-08-20 09:11:58,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ac101785-7b42-4ac3-82bd-986183131bcc 2018-08-20 09:11:58,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:00,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:00,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:00,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-e161f76b-b150-4fe8-9683-85a7e5c39041 x-compute-request-id: req-e161f76b-b150-4fe8-9683-85a7e5c39041 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:00,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e161f76b-b150-4fe8-9683-85a7e5c39041 2018-08-20 09:12:00,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370631217957s 2018-08-20 09:12:00,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e161f76b-b150-4fe8-9683-85a7e5c39041 2018-08-20 09:12:00,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:02,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:02,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:03,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-ad6d3245-3d84-4adb-a855-c509d66fc77b x-compute-request-id: req-ad6d3245-3d84-4adb-a855-c509d66fc77b 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:03,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ad6d3245-3d84-4adb-a855-c509d66fc77b 2018-08-20 09:12:03,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643507003784s 2018-08-20 09:12:03,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ad6d3245-3d84-4adb-a855-c509d66fc77b 2018-08-20 09:12:03,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:05,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:06,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2504d9fd-4038-439d-b123-8382cee099af x-compute-request-id: req-2504d9fd-4038-439d-b123-8382cee099af 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:06,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2504d9fd-4038-439d-b123-8382cee099af 2018-08-20 09:12:06,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.34848594666s 2018-08-20 09:12:06,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2504d9fd-4038-439d-b123-8382cee099af 2018-08-20 09:12:06,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:08,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:08,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:08,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59f87b91-5cc2-493e-949e-4966a47f6c4e x-compute-request-id: req-59f87b91-5cc2-493e-949e-4966a47f6c4e 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:08,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-59f87b91-5cc2-493e-949e-4966a47f6c4e 2018-08-20 09:12:08,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359989881516s 2018-08-20 09:12:08,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-59f87b91-5cc2-493e-949e-4966a47f6c4e 2018-08-20 09:12:08,781 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:10,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:10,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:11,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-7ba24c46-49bd-4867-8d76-548cd228439a x-compute-request-id: req-7ba24c46-49bd-4867-8d76-548cd228439a 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:11,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7ba24c46-49bd-4867-8d76-548cd228439a 2018-08-20 09:12:11,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71932888031s 2018-08-20 09:12:11,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7ba24c46-49bd-4867-8d76-548cd228439a 2018-08-20 09:12:11,507 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:13,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:13,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:14,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-f6cbe11f-8aa8-49be-937f-d7a9c7507e3c x-compute-request-id: req-f6cbe11f-8aa8-49be-937f-d7a9c7507e3c 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:14,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f6cbe11f-8aa8-49be-937f-d7a9c7507e3c 2018-08-20 09:12:14,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04944896698s 2018-08-20 09:12:14,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f6cbe11f-8aa8-49be-937f-d7a9c7507e3c 2018-08-20 09:12:14,564 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:16,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:16,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:17,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7566f3d4-fd16-48b3-913a-48212954fc92 x-compute-request-id: req-7566f3d4-fd16-48b3-913a-48212954fc92 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:17,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7566f3d4-fd16-48b3-913a-48212954fc92 2018-08-20 09:12:17,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54098200798s 2018-08-20 09:12:17,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7566f3d4-fd16-48b3-913a-48212954fc92 2018-08-20 09:12:17,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:19,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:19,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:19,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46331092-dd57-43bb-b391-fe6de07fc9ea x-compute-request-id: req-46331092-dd57-43bb-b391-fe6de07fc9ea 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:19,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-46331092-dd57-43bb-b391-fe6de07fc9ea 2018-08-20 09:12:19,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560001134872s 2018-08-20 09:12:19,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-46331092-dd57-43bb-b391-fe6de07fc9ea 2018-08-20 09:12:19,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:21,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:21,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:22,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-b4d7a9ff-65c0-4ced-a745-23c412a4484f x-compute-request-id: req-b4d7a9ff-65c0-4ced-a745-23c412a4484f 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:22,434 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b4d7a9ff-65c0-4ced-a745-23c412a4484f 2018-08-20 09:12:22,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.753093004227s 2018-08-20 09:12:22,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b4d7a9ff-65c0-4ced-a745-23c412a4484f 2018-08-20 09:12:22,439 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:24,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:24,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:25,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-629aadb3-c39b-4c46-8514-af69ae284a41 x-compute-request-id: req-629aadb3-c39b-4c46-8514-af69ae284a41 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:25,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-629aadb3-c39b-4c46-8514-af69ae284a41 2018-08-20 09:12:25,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.96612906456s 2018-08-20 09:12:25,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-629aadb3-c39b-4c46-8514-af69ae284a41 2018-08-20 09:12:25,411 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:27,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:27,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:27,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c090de6-bb33-4fc9-bc40-1042921d8d27 x-compute-request-id: req-2c090de6-bb33-4fc9-bc40-1042921d8d27 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:27,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2c090de6-bb33-4fc9-bc40-1042921d8d27 2018-08-20 09:12:27,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525721788406s 2018-08-20 09:12:27,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2c090de6-bb33-4fc9-bc40-1042921d8d27 2018-08-20 09:12:27,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:29,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:29,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:30,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-139bf7dc-a400-4424-989a-2875967ffa06 x-compute-request-id: req-139bf7dc-a400-4424-989a-2875967ffa06 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:30,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-139bf7dc-a400-4424-989a-2875967ffa06 2018-08-20 09:12:30,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551110982895s 2018-08-20 09:12:30,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-139bf7dc-a400-4424-989a-2875967ffa06 2018-08-20 09:12:30,502 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:32,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:32,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:33,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-167ec8e5-acdb-4906-8bf2-7071804a8186 x-compute-request-id: req-167ec8e5-acdb-4906-8bf2-7071804a8186 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:33,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-167ec8e5-acdb-4906-8bf2-7071804a8186 2018-08-20 09:12:33,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.996637821198s 2018-08-20 09:12:33,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-167ec8e5-acdb-4906-8bf2-7071804a8186 2018-08-20 09:12:33,505 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:35,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:35,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:36,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c74f8167-b198-4fd6-8b20-2a6dbdbf6fa7 x-compute-request-id: req-c74f8167-b198-4fd6-8b20-2a6dbdbf6fa7 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:36,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c74f8167-b198-4fd6-8b20-2a6dbdbf6fa7 2018-08-20 09:12:36,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.945045948029s 2018-08-20 09:12:36,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c74f8167-b198-4fd6-8b20-2a6dbdbf6fa7 2018-08-20 09:12:36,457 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:38,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:38,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:38,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0e220ac-0126-4d0b-877e-97959f1d6dcd x-compute-request-id: req-c0e220ac-0126-4d0b-877e-97959f1d6dcd 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:38,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c0e220ac-0126-4d0b-877e-97959f1d6dcd 2018-08-20 09:12:38,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376113891602s 2018-08-20 09:12:38,836 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c0e220ac-0126-4d0b-877e-97959f1d6dcd 2018-08-20 09:12:38,840 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:40,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:40,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:41,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a4b9a7a-e3ac-4914-8e14-75b83414edab x-compute-request-id: req-9a4b9a7a-e3ac-4914-8e14-75b83414edab 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:41,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9a4b9a7a-e3ac-4914-8e14-75b83414edab 2018-08-20 09:12:41,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534517049789s 2018-08-20 09:12:41,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9a4b9a7a-e3ac-4914-8e14-75b83414edab 2018-08-20 09:12:41,382 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:43,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:43,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:43,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d60597d1-63b7-4bfd-ba83-aa5599c8f843 x-compute-request-id: req-d60597d1-63b7-4bfd-ba83-aa5599c8f843 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:43,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d60597d1-63b7-4bfd-ba83-aa5599c8f843 2018-08-20 09:12:43,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522468805313s 2018-08-20 09:12:43,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d60597d1-63b7-4bfd-ba83-aa5599c8f843 2018-08-20 09:12:43,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:45,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:45,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:46,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4667a40-a73f-4a00-982a-9a07edd7b365 x-compute-request-id: req-f4667a40-a73f-4a00-982a-9a07edd7b365 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:46,549 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f4667a40-a73f-4a00-982a-9a07edd7b365 2018-08-20 09:12:46,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636590957642s 2018-08-20 09:12:46,549 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f4667a40-a73f-4a00-982a-9a07edd7b365 2018-08-20 09:12:46,553 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:48,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:48,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:49,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c09e9604-7015-41fe-a6bd-ab7c24eacce7 x-compute-request-id: req-c09e9604-7015-41fe-a6bd-ab7c24eacce7 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:49,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c09e9604-7015-41fe-a6bd-ab7c24eacce7 2018-08-20 09:12:49,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.459200143814s 2018-08-20 09:12:49,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c09e9604-7015-41fe-a6bd-ab7c24eacce7 2018-08-20 09:12:49,018 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:51,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:51,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:51,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-764185f8-9924-477f-a5a5-f8abac3462bd x-compute-request-id: req-764185f8-9924-477f-a5a5-f8abac3462bd 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:51,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-764185f8-9924-477f-a5a5-f8abac3462bd 2018-08-20 09:12:51,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584455966949s 2018-08-20 09:12:51,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-764185f8-9924-477f-a5a5-f8abac3462bd 2018-08-20 09:12:51,610 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:53,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:53,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:54,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-1f0e1192-118a-4778-bcbe-7b08f6a6cc94 x-compute-request-id: req-1f0e1192-118a-4778-bcbe-7b08f6a6cc94 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:54,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1f0e1192-118a-4778-bcbe-7b08f6a6cc94 2018-08-20 09:12:54,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70198392868s 2018-08-20 09:12:54,315 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1f0e1192-118a-4778-bcbe-7b08f6a6cc94 2018-08-20 09:12:54,319 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:56,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:56,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:57,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-e69c0ee7-2473-44e0-a313-ae9ecc0cadca x-compute-request-id: req-e69c0ee7-2473-44e0-a313-ae9ecc0cadca 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:57,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e69c0ee7-2473-44e0-a313-ae9ecc0cadca 2018-08-20 09:12:57,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.941041946411s 2018-08-20 09:12:57,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e69c0ee7-2473-44e0-a313-ae9ecc0cadca 2018-08-20 09:12:57,263 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:12:59,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:12:59,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:12:59,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:12: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-c654a473-c02a-4c31-a857-fe5a69e01a9b x-compute-request-id: req-c654a473-c02a-4c31-a857-fe5a69e01a9b 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:12:59,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c654a473-c02a-4c31-a857-fe5a69e01a9b 2018-08-20 09:12:59,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702961206436s 2018-08-20 09:12:59,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c654a473-c02a-4c31-a857-fe5a69e01a9b 2018-08-20 09:12:59,972 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:01,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:01,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:02,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-8906cf56-6202-475f-b5ef-1aa3fd071660 x-compute-request-id: req-8906cf56-6202-475f-b5ef-1aa3fd071660 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:02,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8906cf56-6202-475f-b5ef-1aa3fd071660 2018-08-20 09:13:02,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.891974925995s 2018-08-20 09:13:02,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8906cf56-6202-475f-b5ef-1aa3fd071660 2018-08-20 09:13:02,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:04,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:05,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-a77cefd9-7dfe-4861-b57c-507771d6a60d x-compute-request-id: req-a77cefd9-7dfe-4861-b57c-507771d6a60d 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:05,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a77cefd9-7dfe-4861-b57c-507771d6a60d 2018-08-20 09:13:05,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382157802582s 2018-08-20 09:13:05,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a77cefd9-7dfe-4861-b57c-507771d6a60d 2018-08-20 09:13:05,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:07,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:07,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:07,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-6291dac6-5a7a-469e-8fe5-562910ac4561 x-compute-request-id: req-6291dac6-5a7a-469e-8fe5-562910ac4561 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:07,844 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6291dac6-5a7a-469e-8fe5-562910ac4561 2018-08-20 09:13:07,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580301046371s 2018-08-20 09:13:07,844 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6291dac6-5a7a-469e-8fe5-562910ac4561 2018-08-20 09:13:07,848 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:09,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:09,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:10,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-0d6b4b6c-275b-4556-a608-50646550b73d x-compute-request-id: req-0d6b4b6c-275b-4556-a608-50646550b73d 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:10,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0d6b4b6c-275b-4556-a608-50646550b73d 2018-08-20 09:13:10,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555485963821s 2018-08-20 09:13:10,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0d6b4b6c-275b-4556-a608-50646550b73d 2018-08-20 09:13:10,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:12,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:12,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:13,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-878ccf87-88df-4974-a3fd-07253e015aee x-compute-request-id: req-878ccf87-88df-4974-a3fd-07253e015aee 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:13,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-878ccf87-88df-4974-a3fd-07253e015aee 2018-08-20 09:13:13,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72536611557s 2018-08-20 09:13:13,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-878ccf87-88df-4974-a3fd-07253e015aee 2018-08-20 09:13:13,142 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:15,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:15,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:15,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-23ac33e1-7598-4566-bc00-1c18d832455c x-compute-request-id: req-23ac33e1-7598-4566-bc00-1c18d832455c 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:15,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-23ac33e1-7598-4566-bc00-1c18d832455c 2018-08-20 09:13:15,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203042030334s 2018-08-20 09:13:15,348 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-23ac33e1-7598-4566-bc00-1c18d832455c 2018-08-20 09:13:15,352 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:17,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:17,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:17,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-979392af-4f0b-4625-97d5-d767ae02eca8 x-compute-request-id: req-979392af-4f0b-4625-97d5-d767ae02eca8 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:17,915 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-979392af-4f0b-4625-97d5-d767ae02eca8 2018-08-20 09:13:17,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560286045074s 2018-08-20 09:13:17,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-979392af-4f0b-4625-97d5-d767ae02eca8 2018-08-20 09:13:17,919 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:19,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:19,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:20,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-6d13e037-2dcf-4d39-9dbc-7a1095d4b3ae x-compute-request-id: req-6d13e037-2dcf-4d39-9dbc-7a1095d4b3ae 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:20,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6d13e037-2dcf-4d39-9dbc-7a1095d4b3ae 2018-08-20 09:13:20,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558439016342s 2018-08-20 09:13:20,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6d13e037-2dcf-4d39-9dbc-7a1095d4b3ae 2018-08-20 09:13:20,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:22,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:22,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:23,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4a891b2-a120-4c76-8d50-9789ed61aedb x-compute-request-id: req-b4a891b2-a120-4c76-8d50-9789ed61aedb 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:23,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b4a891b2-a120-4c76-8d50-9789ed61aedb 2018-08-20 09:13:23,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545047998428s 2018-08-20 09:13:23,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b4a891b2-a120-4c76-8d50-9789ed61aedb 2018-08-20 09:13:23,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:25,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:25,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:25,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-674b2006-db06-451a-aefd-d405d7283eab x-compute-request-id: req-674b2006-db06-451a-aefd-d405d7283eab 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:25,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-674b2006-db06-451a-aefd-d405d7283eab 2018-08-20 09:13:25,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794066905975s 2018-08-20 09:13:25,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-674b2006-db06-451a-aefd-d405d7283eab 2018-08-20 09:13:25,838 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:27,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:27,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:28,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e080eb1a-e2e2-4a04-b0bb-16c86abf7667 x-compute-request-id: req-e080eb1a-e2e2-4a04-b0bb-16c86abf7667 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:28,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e080eb1a-e2e2-4a04-b0bb-16c86abf7667 2018-08-20 09:13:28,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.23611497879s 2018-08-20 09:13:28,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e080eb1a-e2e2-4a04-b0bb-16c86abf7667 2018-08-20 09:13:28,080 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:30,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:30,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:31,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cee77e3-1ea8-4ba2-9830-8c384a44469b x-compute-request-id: req-0cee77e3-1ea8-4ba2-9830-8c384a44469b 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:31,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0cee77e3-1ea8-4ba2-9830-8c384a44469b 2018-08-20 09:13:31,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.956647872925s 2018-08-20 09:13:31,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0cee77e3-1ea8-4ba2-9830-8c384a44469b 2018-08-20 09:13:31,044 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:33,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:33,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:33,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-b6d0e722-612c-4d74-850c-9984f5ad53bc x-compute-request-id: req-b6d0e722-612c-4d74-850c-9984f5ad53bc 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:33,586 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b6d0e722-612c-4d74-850c-9984f5ad53bc 2018-08-20 09:13:33,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539427042007s 2018-08-20 09:13:33,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b6d0e722-612c-4d74-850c-9984f5ad53bc 2018-08-20 09:13:33,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:35,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:35,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:36,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-3ce620ad-89f0-4e0e-aab9-416a52032c30 x-compute-request-id: req-3ce620ad-89f0-4e0e-aab9-416a52032c30 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:36,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3ce620ad-89f0-4e0e-aab9-416a52032c30 2018-08-20 09:13:36,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12870383263s 2018-08-20 09:13:36,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3ce620ad-89f0-4e0e-aab9-416a52032c30 2018-08-20 09:13:36,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:38,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:38,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:39,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-a6ad4f9d-b175-4336-8f30-f4599f447e96 x-compute-request-id: req-a6ad4f9d-b175-4336-8f30-f4599f447e96 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:39,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a6ad4f9d-b175-4336-8f30-f4599f447e96 2018-08-20 09:13:39,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.475368022919s 2018-08-20 09:13:39,205 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a6ad4f9d-b175-4336-8f30-f4599f447e96 2018-08-20 09:13:39,209 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:41,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:41,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:41,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5585404-ef30-47ef-ab55-af1657f77f59 x-compute-request-id: req-f5585404-ef30-47ef-ab55-af1657f77f59 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:41,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f5585404-ef30-47ef-ab55-af1657f77f59 2018-08-20 09:13:41,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397793054581s 2018-08-20 09:13:41,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f5585404-ef30-47ef-ab55-af1657f77f59 2018-08-20 09:13:41,614 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:43,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:43,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:44,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-a2940693-8651-44d5-b6b8-70d75bbadca5 x-compute-request-id: req-a2940693-8651-44d5-b6b8-70d75bbadca5 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:44,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a2940693-8651-44d5-b6b8-70d75bbadca5 2018-08-20 09:13:44,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555790185928s 2018-08-20 09:13:44,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a2940693-8651-44d5-b6b8-70d75bbadca5 2018-08-20 09:13:44,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:46,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:46,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:46,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-2996c4ee-55f8-4070-bcc3-93b1ba66c509 x-compute-request-id: req-2996c4ee-55f8-4070-bcc3-93b1ba66c509 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:46,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2996c4ee-55f8-4070-bcc3-93b1ba66c509 2018-08-20 09:13:46,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480404138565s 2018-08-20 09:13:46,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2996c4ee-55f8-4070-bcc3-93b1ba66c509 2018-08-20 09:13:46,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:48,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:48,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:48,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-3d1fc772-1483-43e5-b6ad-125c2ba61ecd x-compute-request-id: req-3d1fc772-1483-43e5-b6ad-125c2ba61ecd 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:48,879 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3d1fc772-1483-43e5-b6ad-125c2ba61ecd 2018-08-20 09:13:48,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212265968323s 2018-08-20 09:13:48,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3d1fc772-1483-43e5-b6ad-125c2ba61ecd 2018-08-20 09:13:48,883 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:50,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:50,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:51,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5233395-9861-44eb-851c-43a996d4cdb5 x-compute-request-id: req-d5233395-9861-44eb-851c-43a996d4cdb5 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:51,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d5233395-9861-44eb-851c-43a996d4cdb5 2018-08-20 09:13:51,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.751976966858s 2018-08-20 09:13:51,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d5233395-9861-44eb-851c-43a996d4cdb5 2018-08-20 09:13:51,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:53,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:53,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:54,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0dc578b-74fe-4651-b6b2-0a69029c971d x-compute-request-id: req-d0dc578b-74fe-4651-b6b2-0a69029c971d 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:54,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d0dc578b-74fe-4651-b6b2-0a69029c971d 2018-08-20 09:13:54,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653727054596s 2018-08-20 09:13:54,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d0dc578b-74fe-4651-b6b2-0a69029c971d 2018-08-20 09:13:54,302 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:56,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:56,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:56,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13: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-b738dc0a-2faf-4e8a-b82b-99b3ec1b4761 x-compute-request-id: req-b738dc0a-2faf-4e8a-b82b-99b3ec1b4761 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:56,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b738dc0a-2faf-4e8a-b82b-99b3ec1b4761 2018-08-20 09:13:56,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404044151306s 2018-08-20 09:13:56,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b738dc0a-2faf-4e8a-b82b-99b3ec1b4761 2018-08-20 09:13:56,713 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:13:58,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:13:58,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:13:59,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:13:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53d43490-740d-4857-8ee4-d6d912eff59f x-compute-request-id: req-53d43490-740d-4857-8ee4-d6d912eff59f 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:13:59,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-53d43490-740d-4857-8ee4-d6d912eff59f 2018-08-20 09:13:59,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570912122726s 2018-08-20 09:13:59,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-53d43490-740d-4857-8ee4-d6d912eff59f 2018-08-20 09:13:59,291 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:14:01,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:14:01,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:01,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89dbdea1-87b2-496b-84d1-84855e9237a3 x-compute-request-id: req-89dbdea1-87b2-496b-84d1-84855e9237a3 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:14:01,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-89dbdea1-87b2-496b-84d1-84855e9237a3 2018-08-20 09:14:01,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549462795258s 2018-08-20 09:14:01,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-89dbdea1-87b2-496b-84d1-84855e9237a3 2018-08-20 09:14:01,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:14:03,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:14:03,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:04,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74a0dc66-04ea-474a-90eb-289e154116f6 x-compute-request-id: req-74a0dc66-04ea-474a-90eb-289e154116f6 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:14:04,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-74a0dc66-04ea-474a-90eb-289e154116f6 2018-08-20 09:14:04,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55243396759s 2018-08-20 09:14:04,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-74a0dc66-04ea-474a-90eb-289e154116f6 2018-08-20 09:14:04,406 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:14:06,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:14:06,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:06,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14: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-0281fdb6-0fb2-4a15-bf73-19ff2e96e8bb x-compute-request-id: req-0281fdb6-0fb2-4a15-bf73-19ff2e96e8bb 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:14:06,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0281fdb6-0fb2-4a15-bf73-19ff2e96e8bb 2018-08-20 09:14:06,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375268936157s 2018-08-20 09:14:06,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0281fdb6-0fb2-4a15-bf73-19ff2e96e8bb 2018-08-20 09:14:06,787 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:14:08,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:14:08,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:09,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50890891-ece7-4b29-bcd9-e8d557d7b46d x-compute-request-id: req-50890891-ece7-4b29-bcd9-e8d557d7b46d 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.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T09:10:55Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:14:09,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-50890891-ece7-4b29-bcd9-e8d557d7b46d 2018-08-20 09:14:09,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539860010147s 2018-08-20 09:14:09,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-50890891-ece7-4b29-bcd9-e8d557d7b46d 2018-08-20 09:14:09,333 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 09:14:11,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 09:14:11,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:11,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52696e61-6d3e-4647-b1ca-3b113fe65040 x-compute-request-id: req-52696e61-6d3e-4647-b1ca-3b113fe65040 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_654317a8-2614-4da1-8d55-52997b07a338": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:01:4b", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T09:14:09.000000", "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T09:14:09Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 09:14:11,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-52696e61-6d3e-4647-b1ca-3b113fe65040 2018-08-20 09:14:11,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371990919113s 2018-08-20 09:14:11,708 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-52696e61-6d3e-4647-b1ca-3b113fe65040 2018-08-20 09:14:11,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 09:14:11,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=683bae71-6b11-4081-802a-74efab379e50" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:11,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-830f1904-79ba-4a78-b8dc-c47573564fec Date: Mon, 20 Aug 2018 09:14:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:54Z","admin_state_up":true,"updated_at":"2018-08-20T09:14:08Z","binding:vnic_type":"normal","device_id":"683bae71-6b11-4081-802a-74efab379e50","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:75:01:4b","id":"50e97374-6159-4e44-add4-cf4788ea1c69","port_security_enabled":true,"project_id":"9ae439e78faa4f3db8355f0689853952","fixed_ips":[{"subnet_id":"f849f005-fd61-4a87-a188-879f0f33b429","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["786ae143-034c-4fb6-aa74-acc1c76f1d74"],"name":""}]} 2018-08-20 09:14:11,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=683bae71-6b11-4081-802a-74efab379e50 used request id req-830f1904-79ba-4a78-b8dc-c47573564fec 2018-08-20 09:14:11,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0588622093201s 2018-08-20 09:14:11,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=683bae71-6b11-4081-802a-74efab379e50 used request id req-830f1904-79ba-4a78-b8dc-c47573564fec 2018-08-20 09:14:11,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 09:14:11,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=50e97374-6159-4e44-add4-cf4788ea1c69" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:11,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-abb91633-761c-4bff-9210-6a330ef5919b Date: Mon, 20 Aug 2018 09:14:11 GMT RESP BODY: {"floatingips": []} 2018-08-20 09:14:11,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=50e97374-6159-4e44-add4-cf4788ea1c69 used request id req-abb91633-761c-4bff-9210-6a330ef5919b 2018-08-20 09:14:11,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0203850269318s 2018-08-20 09:14:11,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=50e97374-6159-4e44-add4-cf4788ea1c69 used request id req-abb91633-761c-4bff-9210-6a330ef5919b 2018-08-20 09:14:11,799 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_654317a8-2614-4da1-8d55-52997b07a338': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:75:01:4b', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c81fd6a8-9ee6-489b-861a-bf0d4d6237b5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T09:14:09.000000', 'flavor': Munch({u'id': u'd320cebb-8743-4e45-88ca-d2df766d5cfb'}), 'az': u'nova', 'id': u'683bae71-6b11-4081-802a-74efab379e50', 'security_groups': [Munch({u'name': u'shaker-sg_654317a8-2614-4da1-8d55-52997b07a338'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9401877e6f484b8991ce1561d153577c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9ae439e78faa4f3db8355f0689853952', 'name': 'shaker-project_654317a8-2614-4da1-8d55-52997b07a338', '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-08-20T09:14:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T09:14:09Z', 'hostId': u'e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_654317a8-2614-4da1-8d55-52997b07a338', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008', '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-08-20T09:14:09.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9ae439e78faa4f3db8355f0689853952', 'name': u'shaker-vm_654317a8-2614-4da1-8d55-52997b07a338', 'adminPass': u'hrMhKWJC6G3d', 'tenant_id': u'9ae439e78faa4f3db8355f0689853952', 'created_at': u'2018-08-20T09:10:51Z', 'created': u'2018-08-20T09:10:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 09:14:11,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 09:14:11,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:11,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-17decef6-46e2-484a-90be-da4448edfc40 Date: Mon, 20 Aug 2018 09:14: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":["f849f005-fd61-4a87-a188-879f0f33b429"],"updated_at":"2018-08-20T09:10:20Z","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9ae439e78faa4f3db8355f0689853952","id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","name":"shaker-net_654317a8-2614-4da1-8d55-52997b07a338"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 09:14:11,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-17decef6-46e2-484a-90be-da4448edfc40 2018-08-20 09:14:11,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117433786392s 2018-08-20 09:14:11,920 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-17decef6-46e2-484a-90be-da4448edfc40 2018-08-20 09:14:11,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 09:14:11,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=683bae71-6b11-4081-802a-74efab379e50" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:11,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a743661c-df12-4c35-89aa-d0410700ead2 Date: Mon, 20 Aug 2018 09:14:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:54Z","admin_state_up":true,"updated_at":"2018-08-20T09:14:08Z","binding:vnic_type":"normal","device_id":"683bae71-6b11-4081-802a-74efab379e50","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:75:01:4b","id":"50e97374-6159-4e44-add4-cf4788ea1c69","port_security_enabled":true,"project_id":"9ae439e78faa4f3db8355f0689853952","fixed_ips":[{"subnet_id":"f849f005-fd61-4a87-a188-879f0f33b429","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["786ae143-034c-4fb6-aa74-acc1c76f1d74"],"name":""}]} 2018-08-20 09:14:11,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=683bae71-6b11-4081-802a-74efab379e50 used request id req-a743661c-df12-4c35-89aa-d0410700ead2 2018-08-20 09:14:11,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0578231811523s 2018-08-20 09:14:11,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=683bae71-6b11-4081-802a-74efab379e50 used request id req-a743661c-df12-4c35-89aa-d0410700ead2 2018-08-20 09:14:11,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 09:14:11,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.7", "port_id": "50e97374-6159-4e44-add4-cf4788ea1c69"}}' 2018-08-20 09:14:13,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-f5a1e60d-4f13-4b87-a3a2-f90fb74d6493 Date: Mon, 20 Aug 2018 09:14:13 GMT RESP BODY: {"floatingip": {"router_id": "fe8f950a-e451-40f5-bbf3-2bfef1866015", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T09:14:12Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "50e97374-6159-4e44-add4-cf4788ea1c69", "id": "9240432b-2610-4298-9c6a-17ad4d41f179", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:14:12Z", "project_id": "9ae439e78faa4f3db8355f0689853952"}} 2018-08-20 09:14:13,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-f5a1e60d-4f13-4b87-a3a2-f90fb74d6493 2018-08-20 09:14:13,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.63373208046s 2018-08-20 09:14:13,615 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-f5a1e60d-4f13-4b87-a3a2-f90fb74d6493 2018-08-20 09:14:13,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 09:14:13,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" 2018-08-20 09:14:13,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-8c1a9318-76df-4ba6-9134-40a9f91e1a96 Date: Mon, 20 Aug 2018 09:14:13 GMT RESP BODY: {"floatingips": [{"router_id": "fe8f950a-e451-40f5-bbf3-2bfef1866015", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T09:14:12Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "50e97374-6159-4e44-add4-cf4788ea1c69", "id": "9240432b-2610-4298-9c6a-17ad4d41f179", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:14:12Z", "project_id": "9ae439e78faa4f3db8355f0689853952"}]} 2018-08-20 09:14:13,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-8c1a9318-76df-4ba6-9134-40a9f91e1a96 2018-08-20 09:14:13,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.024573802948s 2018-08-20 09:14:13,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-8c1a9318-76df-4ba6-9134-40a9f91e1a96 2018-08-20 09:14:13,651 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fe8f950a-e451-40f5-bbf3-2bfef1866015', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'9ae439e78faa4f3db8355f0689853952', 'created_at': u'2018-08-20T09:14:12Z', 'attached': True, 'updated_at': u'2018-08-20T09:14:12Z', 'id': u'9240432b-2610-4298-9c6a-17ad4d41f179', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9ae439e78faa4f3db8355f0689853952', 'name': 'shaker-project_654317a8-2614-4da1-8d55-52997b07a338', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fe8f950a-e451-40f5-bbf3-2bfef1866015', 'project_id': u'9ae439e78faa4f3db8355f0689853952', 'port_id': u'50e97374-6159-4e44-add4-cf4788ea1c69', 'port': u'50e97374-6159-4e44-add4-cf4788ea1c69', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 09:14:13,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:14:13,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:14:13,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14: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-8d0bbcae-562c-43e0-9a40-bb95d5efbe99 x-compute-request-id: req-8d0bbcae-562c-43e0-9a40-bb95d5efbe99 Content-Encoding: gzip Content-Length: 10415 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n"} 2018-08-20 09:14:13,760 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-8d0bbcae-562c-43e0-9a40-bb95d5efbe99 2018-08-20 09:14:13,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108678817749s 2018-08-20 09:14:13,761 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-8d0bbcae-562c-43e0-9a40-bb95d5efbe99 2018-08-20 09:14:13,761 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. 2018-08-20 09:14:14,763 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: timed out 2018-08-20 09:14:23,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:14:23,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:14:23,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81dba30e-64e1-4228-844f-2fa1c59a3181 x-compute-request-id: req-81dba30e-64e1-4228-844f-2fa1c59a3181 Content-Encoding: gzip Content-Length: 10545 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-20 09:14:23,887 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-81dba30e-64e1-4228-844f-2fa1c59a3181 2018-08-20 09:14:23,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.113172054291s 2018-08-20 09:14:23,888 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-81dba30e-64e1-4228-844f-2fa1c59a3181 2018-08-20 09:14:23,888 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-20 09:14:23,891 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.207: [Errno None] Unable to connect to port 22 on 172.30.9.207 2018-08-20 09:14:32,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:14:32,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:14:33,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14: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-74b57667-c5a7-49be-9c76-f2e0f4451ca8 x-compute-request-id: req-74b57667-c5a7-49be-9c76-f2e0f4451ca8 Content-Encoding: gzip Content-Length: 10545 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-20 09:14:33,029 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-74b57667-c5a7-49be-9c76-f2e0f4451ca8 2018-08-20 09:14:33,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.127536058426s 2018-08-20 09:14:33,030 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-74b57667-c5a7-49be-9c76-f2e0f4451ca8 2018-08-20 09:14:33,030 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-20 09:14:33,032 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.207: [Errno None] Unable to connect to port 22 on 172.30.9.207 2018-08-20 09:14:42,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:14:42,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:14:42,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14: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-29213529-334a-438a-a53d-b8a16c99e0b7 x-compute-request-id: req-29213529-334a-438a-a53d-b8a16c99e0b7 Content-Encoding: gzip Content-Length: 10545 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-20 09:14:42,139 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-29213529-334a-438a-a53d-b8a16c99e0b7 2018-08-20 09:14:42,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103110074997s 2018-08-20 09:14:42,140 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-29213529-334a-438a-a53d-b8a16c99e0b7 2018-08-20 09:14:42,140 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-20 09:14:42,143 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.207: [Errno None] Unable to connect to port 22 on 172.30.9.207 2018-08-20 09:14:51,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:14:51,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:14:51,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:14:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5c25bb8-9f3f-497d-b393-821e7c1ab207 x-compute-request-id: req-c5c25bb8-9f3f-497d-b393-821e7c1ab207 Content-Encoding: gzip Content-Length: 10545 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-20 09:14:51,276 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-c5c25bb8-9f3f-497d-b393-821e7c1ab207 2018-08-20 09:14:51,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.124556064606s 2018-08-20 09:14:51,277 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-c5c25bb8-9f3f-497d-b393-821e7c1ab207 2018-08-20 09:14:51,277 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-20 09:14:51,279 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.207: [Errno None] Unable to connect to port 22 on 172.30.9.207 2018-08-20 09:15:00,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:15:00,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:15:00,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c613cee0-82d6-4331-af16-1160d9fa65f1 x-compute-request-id: req-c613cee0-82d6-4331-af16-1160d9fa65f1 Content-Encoding: gzip Content-Length: 10545 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-20 09:15:00,400 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-c613cee0-82d6-4331-af16-1160d9fa65f1 2018-08-20 09:15:00,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.11124920845s 2018-08-20 09:15:00,401 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-c613cee0-82d6-4331-af16-1160d9fa65f1 2018-08-20 09:15:00,402 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-20 09:15:00,404 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.207: [Errno None] Unable to connect to port 22 on 172.30.9.207 2018-08-20 09:15:09,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:15:09,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:15:09,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82321b95-568d-4c55-8a81-2e21d22883ac x-compute-request-id: req-82321b95-568d-4c55-8a81-2e21d22883ac Content-Encoding: gzip Content-Length: 12895 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 57.942162] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 09:14:15 +0000. Up 5.48 seconds.\n[ 57.945126] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 57.952147] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.957290] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.964156] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.968127] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:75:01:4b |\n[ 57.970971] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:14b/64 | . | link | fa:16:3e:75:01:4b |\n[ 57.977912] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.984323] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.988117] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.992122] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.000120] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.002480] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.008312] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.012130] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.016121] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.020116] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.026618] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.029574] cloud-init[934]: 2018-08-20 09:15:07,524 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.350943] cloud-init[934]: Generating public/private rsa key pair.\n[ 58.352749] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.356117] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.360124] cloud-init[934]: The key fingerprint is:\n[ 58.364119] cloud-init[934]: SHA256:TTGCaYKPyLfpWiGRg1BeHyr3R9nIjjws2/kq4p6GL4M root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.368114] cloud-init[934]: The key's randomart image is:\n[ 58.372117] cloud-init[934]: +---[RSA 2048]----+\n[ 58.373473] cloud-init[934]: |..... .o. o |\n[ 58.376117] cloud-init[934]: |o.o..o+o = o |\n[ 58.380121] cloud-init[934]: |o=oooo. = o |\n[ 58.384139] cloud-init[934]: |..++.+ + o |\n[ 58.385512] cloud-init[934]: | ...+ * S . |\n[ 58.388116] cloud-init[934]: | .o.+ + |\n[ 58.392119] cloud-init[934]: |..... o |\n[ 58.393405] cloud-init[934]: |E +o. . |\n[ 58.396119] cloud-init[934]: | O*. .... |\n[ 58.397454] cloud-init[934]: +----[SHA256]-----+\n[ 58.404135] cloud-init[934]: Generating public/private dsa key pair.\n[ 58.405824] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.407810] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.413402] cloud-init[934]: The key fingerprint is:\n[ 58.414675] cloud-init[934]: SHA256:Y79SZAyJBbyXOB4Qd1gecfgfLIx5eKP3feQLfLKI+sQ root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.420303] cloud-init[934]: The key's randomart image is:\n[ 58.421803] cloud-init[934]: +---[DSA 1024]----+\n[ 58.426599] cloud-init[934]: | .oo**+. |\n[ 58.428098] cloud-init[934]: | ..+o+o |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.433508] cloud-init[934]: | . o.X . |\n Starting Socket activation for snappy daemon.\n[ 58.436109] cloud-init[934]: | = * @ o |\n[ 58.438183] cloud-init[934]: | . +S* + . |\n[ 58.439228] cloud-init[934]: | ..ooo o .|\n[ 58.440467] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.| E.. = + |\n[ 58.444851] cloud-init[934]: | o ..o * o|\n[ 58.445850] cloud-init[934]: | .o+.. . o.|\n[ 58.446804] cloud-init[934]: +----[SHA256]-----+\n[ 58.447788] \n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\ncloud-init[934]: Generating public/private ecdsa key pair. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[ 58.456200] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.457888] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.459359] cloud-init[934]: The key fingerprint is:\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.464323] cloud-init[934]: SHA256:DPoQ6kWbpF+aFPHQ918ORgyZ8lyZGpL5ag1hSA7y6Q4 root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.466373] cloud-init[934]: The key's randomart image is:\n[ 58.467469] cloud-init[934]: \n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.+---[ECDSA 256]---+\n[ 58.472752] cloud-init[934]: | . +o.. o.= o |\n[ 58.473728] cloud-init[934]: | o Bo O + * |\n[ 58.474683] cloud-init[934]: | B +o O = |\n[ 58.475640] cloud-init\n[934]: | * * o. * o . |\n[[0;32m OK [0m] Reached target Sockets.[ 58.480621] cloud-init[934]: | E O . S+ o + |\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 58.485501] cloud-init[934]: | . * * o . . . |\n[ 58.486520] cloud-init[934]: | . = .. |\n[ 58.487555] cloud-init[934]: \n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n| |\n[ 58.492712] cloud-init[934]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m| |\n[ 58.507136] cloud-init[934]: +----[SHA256]-----+] Started D-Bus System Message Bus.\n\n[ 58.512570] cloud-init[934]: Generating public/private ed25519 key pair.\n[ 58.521179] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.532302] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.537432] cloud-init[934]: The key fingerprint is:\n[ 58.541153] cloud-init[934]: SHA256:g3/68NZ9PJW9F4e7MFGh51zDdUsFlVUHLWThknT9suA root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 Starting Apply the settings specified in cloud-config...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n Starting Accounts Service...\n[ 58.553746] cloud-init[934]: The key's randomart image is:\n[ 58.554954] cloud-init[934]: +--[ED25519 256]--+\n[ 58.555972] \n[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf3 Service.\ncloud-init[934]: | ..OO&|[[0;32m OK [0m] Started iperf Service.\n\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.653777] cloud-init[934]: | . *+oB|\n[ 58.677511] cloud-init[934]: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started Login Service.\n| + +=o|\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 58.722072] cloud-init[934]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| . .*..o|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 58.742506] cloud-init[934]: | . S ...o+o|\n[ 58.749729] cloud-init[934]: | . . E.oo+|\n[ 58.758731] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[934]: | o ..o. o=|\n[ 58.769226] cloud-init[934]: | =. .ooo+|\n[ 58.774988] cloud-init[934]: | .oo .oo|\n[ 58.780284] cloud-init[934]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.170442] cloud-init[1060]: Generating locales (this might take a while)...\n"} 2018-08-20 09:15:09,520 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-82321b95-568d-4c55-8a81-2e21d22883ac 2018-08-20 09:15:09,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.10683298111s 2018-08-20 09:15:09,522 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-82321b95-568d-4c55-8a81-2e21d22883ac 2018-08-20 09:15:09,522 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.942162] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 09:14:15 +0000. Up 5.48 seconds. [ 57.945126] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 57.952147] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.957290] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.964156] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.968127] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:75:01:4b | [ 57.970971] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:14b/64 | . | link | fa:16:3e:75:01:4b | [ 57.977912] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.984323] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.988117] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.992122] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.000120] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.002480] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.008312] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.012130] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.016121] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.020116] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.026618] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.029574] cloud-init[934]: 2018-08-20 09:15:07,524 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.350943] cloud-init[934]: Generating public/private rsa key pair. [ 58.352749] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.356117] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.360124] cloud-init[934]: The key fingerprint is: [ 58.364119] cloud-init[934]: SHA256:TTGCaYKPyLfpWiGRg1BeHyr3R9nIjjws2/kq4p6GL4M root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.368114] cloud-init[934]: The key's randomart image is: [ 58.372117] cloud-init[934]: +---[RSA 2048]----+ [ 58.373473] cloud-init[934]: |..... .o. o | [ 58.376117] cloud-init[934]: |o.o..o+o = o | [ 58.380121] cloud-init[934]: |o=oooo. = o | [ 58.384139] cloud-init[934]: |..++.+ + o | [ 58.385512] cloud-init[934]: | ...+ * S . | [ 58.388116] cloud-init[934]: | .o.+ + | [ 58.392119] cloud-init[934]: |..... o | [ 58.393405] cloud-init[934]: |E +o. . | [ 58.396119] cloud-init[934]: | O*. .... | [ 58.397454] cloud-init[934]: +----[SHA256]-----+ [ 58.404135] cloud-init[934]: Generating public/private dsa key pair. [ 58.405824] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.407810] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.413402] cloud-init[934]: The key fingerprint is: [ 58.414675] cloud-init[934]: SHA256:Y79SZAyJBbyXOB4Qd1gecfgfLIx5eKP3feQLfLKI+sQ root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.420303] cloud-init[934]: The key's randomart image is: [ 58.421803] cloud-init[934]: +---[DSA 1024]----+ [ 58.426599] cloud-init[934]: | .oo**+. | [ 58.428098] cloud-init[934]: | ..+o+o | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.433508] cloud-init[934]: | . o.X . | Starting Socket activation for snappy daemon. [ 58.436109] cloud-init[934]: | = * @ o | [ 58.438183] cloud-init[934]: | . +S* + . | [ 58.439228] cloud-init[934]: | ..ooo o .| [ 58.440467] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on ACPID Listen Socket.| E.. = + | [ 58.444851] cloud-init[934]: | o ..o * o| [ 58.445850] cloud-init[934]: | .o+.. . o.| [ 58.446804] cloud-init[934]: +----[SHA256]-----+ [ 58.447788] [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. cloud-init[934]: Generating public/private ecdsa key pair. Starting LXD - unix socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [ 58.456200] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.457888] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.459359] cloud-init[934]: The key fingerprint is: [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. [ 58.464323] cloud-init[934]: SHA256:DPoQ6kWbpF+aFPHQ918ORgyZ8lyZGpL5ag1hSA7y6Q4 root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.466373] cloud-init[934]: The key's randomart image is: [ 58.467469] cloud-init[934]: Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket.+---[ECDSA 256]---+ [ 58.472752] cloud-init[934]: | . +o.. o.= o | [ 58.473728] cloud-init[934]: | o Bo O + * | [ 58.474683] cloud-init[934]: | B +o O = | [ 58.475640] cloud-init [934]: | * * o. * o . | [[0;32m OK [0m] Reached target Sockets.[ 58.480621] cloud-init[934]: | E O . S+ o + | [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 58.485501] cloud-init[934]: | . * * o . . . | [ 58.486520] cloud-init[934]: | . = .. | [ 58.487555] cloud-init[934]: Starting Login Service... Starting Pollinate to seed the pseudo random number generator... | | [ 58.492712] cloud-init[934]: [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m| | [ 58.507136] cloud-init[934]: +----[SHA256]-----+] Started D-Bus System Message Bus. [ 58.512570] cloud-init[934]: Generating public/private ed25519 key pair. [ 58.521179] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.532302] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.537432] cloud-init[934]: The key fingerprint is: [ 58.541153] cloud-init[934]: SHA256:g3/68NZ9PJW9F4e7MFGh51zDdUsFlVUHLWThknT9suA root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 Starting Apply the settings specified in cloud-config... Starting LXD - container startup/shutdown... Starting System Logging Service... Starting Accounts Service... [ 58.553746] cloud-init[934]: The key's randomart image is: [ 58.554954] cloud-init[934]: +--[ED25519 256]--+ [ 58.555972] [[0;32m OK [0m] Started ACPI event daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Regular background program processing daemon. Starting LSB: MD monitoring daemon... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf3 Service. cloud-init[934]: | ..OO&|[[0;32m OK [0m] Started iperf Service. Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.653777] cloud-init[934]: | . *+oB| [ 58.677511] cloud-init[934]: Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. | + +=o| [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 58.722072] cloud-init[934]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. | . .*..o|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 58.742506] cloud-init[934]: | . S ...o+o| [ 58.749729] cloud-init[934]: | . . E.oo+| [ 58.758731] [[0;32m OK [0m] Started LXD - container startup/shutdown. cloud-init[934]: | o ..o. o=| [ 58.769226] cloud-init[934]: | =. .ooo+| [ 58.774988] cloud-init[934]: | .oo .oo| [ 58.780284] cloud-init[934]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.170442] cloud-init[1060]: Generating locales (this might take a while)... 2018-08-20 09:15:09,525 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.207: [Errno None] Unable to connect to port 22 on 172.30.9.207 2018-08-20 09:15:18,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:15:18,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:15:18,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15: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-a6376c9b-f513-491b-bc44-2b611d3d5594 x-compute-request-id: req-a6376c9b-f513-491b-bc44-2b611d3d5594 Content-Encoding: gzip Content-Length: 12931 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 57.942162] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 09:14:15 +0000. Up 5.48 seconds.\n[ 57.945126] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 57.952147] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.957290] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.964156] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.968127] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:75:01:4b |\n[ 57.970971] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:14b/64 | . | link | fa:16:3e:75:01:4b |\n[ 57.977912] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.984323] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.988117] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.992122] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.000120] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.002480] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.008312] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.012130] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.016121] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.020116] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.026618] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.029574] cloud-init[934]: 2018-08-20 09:15:07,524 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.350943] cloud-init[934]: Generating public/private rsa key pair.\n[ 58.352749] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.356117] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.360124] cloud-init[934]: The key fingerprint is:\n[ 58.364119] cloud-init[934]: SHA256:TTGCaYKPyLfpWiGRg1BeHyr3R9nIjjws2/kq4p6GL4M root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.368114] cloud-init[934]: The key's randomart image is:\n[ 58.372117] cloud-init[934]: +---[RSA 2048]----+\n[ 58.373473] cloud-init[934]: |..... .o. o |\n[ 58.376117] cloud-init[934]: |o.o..o+o = o |\n[ 58.380121] cloud-init[934]: |o=oooo. = o |\n[ 58.384139] cloud-init[934]: |..++.+ + o |\n[ 58.385512] cloud-init[934]: | ...+ * S . |\n[ 58.388116] cloud-init[934]: | .o.+ + |\n[ 58.392119] cloud-init[934]: |..... o |\n[ 58.393405] cloud-init[934]: |E +o. . |\n[ 58.396119] cloud-init[934]: | O*. .... |\n[ 58.397454] cloud-init[934]: +----[SHA256]-----+\n[ 58.404135] cloud-init[934]: Generating public/private dsa key pair.\n[ 58.405824] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.407810] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.413402] cloud-init[934]: The key fingerprint is:\n[ 58.414675] cloud-init[934]: SHA256:Y79SZAyJBbyXOB4Qd1gecfgfLIx5eKP3feQLfLKI+sQ root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.420303] cloud-init[934]: The key's randomart image is:\n[ 58.421803] cloud-init[934]: +---[DSA 1024]----+\n[ 58.426599] cloud-init[934]: | .oo**+. |\n[ 58.428098] cloud-init[934]: | ..+o+o |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.433508] cloud-init[934]: | . o.X . |\n Starting Socket activation for snappy daemon.\n[ 58.436109] cloud-init[934]: | = * @ o |\n[ 58.438183] cloud-init[934]: | . +S* + . |\n[ 58.439228] cloud-init[934]: | ..ooo o .|\n[ 58.440467] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.| E.. = + |\n[ 58.444851] cloud-init[934]: | o ..o * o|\n[ 58.445850] cloud-init[934]: | .o+.. . o.|\n[ 58.446804] cloud-init[934]: +----[SHA256]-----+\n[ 58.447788] \n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\ncloud-init[934]: Generating public/private ecdsa key pair. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[ 58.456200] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.457888] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.459359] cloud-init[934]: The key fingerprint is:\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.464323] cloud-init[934]: SHA256:DPoQ6kWbpF+aFPHQ918ORgyZ8lyZGpL5ag1hSA7y6Q4 root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.466373] cloud-init[934]: The key's randomart image is:\n[ 58.467469] cloud-init[934]: \n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.+---[ECDSA 256]---+\n[ 58.472752] cloud-init[934]: | . +o.. o.= o |\n[ 58.473728] cloud-init[934]: | o Bo O + * |\n[ 58.474683] cloud-init[934]: | B +o O = |\n[ 58.475640] cloud-init\n[934]: | * * o. * o . |\n[[0;32m OK [0m] Reached target Sockets.[ 58.480621] cloud-init[934]: | E O . S+ o + |\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 58.485501] cloud-init[934]: | . * * o . . . |\n[ 58.486520] cloud-init[934]: | . = .. |\n[ 58.487555] cloud-init[934]: \n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n| |\n[ 58.492712] cloud-init[934]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m| |\n[ 58.507136] cloud-init[934]: +----[SHA256]-----+] Started D-Bus System Message Bus.\n\n[ 58.512570] cloud-init[934]: Generating public/private ed25519 key pair.\n[ 58.521179] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.532302] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.537432] cloud-init[934]: The key fingerprint is:\n[ 58.541153] cloud-init[934]: SHA256:g3/68NZ9PJW9F4e7MFGh51zDdUsFlVUHLWThknT9suA root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 Starting Apply the settings specified in cloud-config...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n Starting Accounts Service...\n[ 58.553746] cloud-init[934]: The key's randomart image is:\n[ 58.554954] cloud-init[934]: +--[ED25519 256]--+\n[ 58.555972] \n[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf3 Service.\ncloud-init[934]: | ..OO&|[[0;32m OK [0m] Started iperf Service.\n\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.653777] cloud-init[934]: | . *+oB|\n[ 58.677511] cloud-init[934]: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started Login Service.\n| + +=o|\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 58.722072] cloud-init[934]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| . .*..o|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 58.742506] cloud-init[934]: | . S ...o+o|\n[ 58.749729] cloud-init[934]: | . . E.oo+|\n[ 58.758731] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[934]: | o ..o. o=|\n[ 58.769226] cloud-init[934]: | =. .ooo+|\n[ 58.774988] cloud-init[934]: | .oo .oo|\n[ 58.780284] cloud-init[934]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.170442] cloud-init[1060]: Generating locales (this might take a while)...\n[ 59.871496] cloud-init[1060]: en_US.UTF-8... done\n[ 59.873893] cloud-init[1060]: Generation complete.\n"} 2018-08-20 09:15:18,614 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-a6376c9b-f513-491b-bc44-2b611d3d5594 2018-08-20 09:15:18,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0793628692627s 2018-08-20 09:15:18,615 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-a6376c9b-f513-491b-bc44-2b611d3d5594 2018-08-20 09:15:18,616 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.942162] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 09:14:15 +0000. Up 5.48 seconds. [ 57.945126] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 57.952147] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.957290] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.964156] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.968127] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:75:01:4b | [ 57.970971] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:14b/64 | . | link | fa:16:3e:75:01:4b | [ 57.977912] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.984323] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.988117] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.992122] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.000120] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.002480] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.008312] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.012130] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.016121] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.020116] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.026618] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.029574] cloud-init[934]: 2018-08-20 09:15:07,524 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.350943] cloud-init[934]: Generating public/private rsa key pair. [ 58.352749] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.356117] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.360124] cloud-init[934]: The key fingerprint is: [ 58.364119] cloud-init[934]: SHA256:TTGCaYKPyLfpWiGRg1BeHyr3R9nIjjws2/kq4p6GL4M root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.368114] cloud-init[934]: The key's randomart image is: [ 58.372117] cloud-init[934]: +---[RSA 2048]----+ [ 58.373473] cloud-init[934]: |..... .o. o | [ 58.376117] cloud-init[934]: |o.o..o+o = o | [ 58.380121] cloud-init[934]: |o=oooo. = o | [ 58.384139] cloud-init[934]: |..++.+ + o | [ 58.385512] cloud-init[934]: | ...+ * S . | [ 58.388116] cloud-init[934]: | .o.+ + | [ 58.392119] cloud-init[934]: |..... o | [ 58.393405] cloud-init[934]: |E +o. . | [ 58.396119] cloud-init[934]: | O*. .... | [ 58.397454] cloud-init[934]: +----[SHA256]-----+ [ 58.404135] cloud-init[934]: Generating public/private dsa key pair. [ 58.405824] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.407810] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.413402] cloud-init[934]: The key fingerprint is: [ 58.414675] cloud-init[934]: SHA256:Y79SZAyJBbyXOB4Qd1gecfgfLIx5eKP3feQLfLKI+sQ root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.420303] cloud-init[934]: The key's randomart image is: [ 58.421803] cloud-init[934]: +---[DSA 1024]----+ [ 58.426599] cloud-init[934]: | .oo**+. | [ 58.428098] cloud-init[934]: | ..+o+o | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.433508] cloud-init[934]: | . o.X . | Starting Socket activation for snappy daemon. [ 58.436109] cloud-init[934]: | = * @ o | [ 58.438183] cloud-init[934]: | . +S* + . | [ 58.439228] cloud-init[934]: | ..ooo o .| [ 58.440467] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on ACPID Listen Socket.| E.. = + | [ 58.444851] cloud-init[934]: | o ..o * o| [ 58.445850] cloud-init[934]: | .o+.. . o.| [ 58.446804] cloud-init[934]: +----[SHA256]-----+ [ 58.447788] [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. cloud-init[934]: Generating public/private ecdsa key pair. Starting LXD - unix socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [ 58.456200] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.457888] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.459359] cloud-init[934]: The key fingerprint is: [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. [ 58.464323] cloud-init[934]: SHA256:DPoQ6kWbpF+aFPHQ918ORgyZ8lyZGpL5ag1hSA7y6Q4 root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.466373] cloud-init[934]: The key's randomart image is: [ 58.467469] cloud-init[934]: Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket.+---[ECDSA 256]---+ [ 58.472752] cloud-init[934]: | . +o.. o.= o | [ 58.473728] cloud-init[934]: | o Bo O + * | [ 58.474683] cloud-init[934]: | B +o O = | [ 58.475640] cloud-init [934]: | * * o. * o . | [[0;32m OK [0m] Reached target Sockets.[ 58.480621] cloud-init[934]: | E O . S+ o + | [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 58.485501] cloud-init[934]: | . * * o . . . | [ 58.486520] cloud-init[934]: | . = .. | [ 58.487555] cloud-init[934]: Starting Login Service... Starting Pollinate to seed the pseudo random number generator... | | [ 58.492712] cloud-init[934]: [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m| | [ 58.507136] cloud-init[934]: +----[SHA256]-----+] Started D-Bus System Message Bus. [ 58.512570] cloud-init[934]: Generating public/private ed25519 key pair. [ 58.521179] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.532302] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.537432] cloud-init[934]: The key fingerprint is: [ 58.541153] cloud-init[934]: SHA256:g3/68NZ9PJW9F4e7MFGh51zDdUsFlVUHLWThknT9suA root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 Starting Apply the settings specified in cloud-config... Starting LXD - container startup/shutdown... Starting System Logging Service... Starting Accounts Service... [ 58.553746] cloud-init[934]: The key's randomart image is: [ 58.554954] cloud-init[934]: +--[ED25519 256]--+ [ 58.555972] [[0;32m OK [0m] Started ACPI event daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Regular background program processing daemon. Starting LSB: MD monitoring daemon... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf3 Service. cloud-init[934]: | ..OO&|[[0;32m OK [0m] Started iperf Service. Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.653777] cloud-init[934]: | . *+oB| [ 58.677511] cloud-init[934]: Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. | + +=o| [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 58.722072] cloud-init[934]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. | . .*..o|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 58.742506] cloud-init[934]: | . S ...o+o| [ 58.749729] cloud-init[934]: | . . E.oo+| [ 58.758731] [[0;32m OK [0m] Started LXD - container startup/shutdown. cloud-init[934]: | o ..o. o=| [ 58.769226] cloud-init[934]: | =. .ooo+| [ 58.774988] cloud-init[934]: | .oo .oo| [ 58.780284] cloud-init[934]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.170442] cloud-init[1060]: Generating locales (this might take a while)... [ 59.871496] cloud-init[1060]: en_US.UTF-8... done [ 59.873893] cloud-init[1060]: Generation complete. 2018-08-20 09:15:18,618 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.207: [Errno None] Unable to connect to port 22 on 172.30.9.207 2018-08-20 09:15:27,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:15:27,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:15:27,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89ac8a49-8a27-4ad7-877c-13f46565a4c7 x-compute-request-id: req-89ac8a49-8a27-4ad7-877c-13f46565a4c7 Content-Encoding: gzip Content-Length: 12963 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 57.942162] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 09:14:15 +0000. Up 5.48 seconds.\n[ 57.945126] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 57.952147] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.957290] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.964156] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.968127] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:75:01:4b |\n[ 57.970971] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:14b/64 | . | link | fa:16:3e:75:01:4b |\n[ 57.977912] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.984323] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.988117] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.992122] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.000120] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.002480] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.008312] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.012130] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.016121] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.020116] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.026618] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.029574] cloud-init[934]: 2018-08-20 09:15:07,524 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.350943] cloud-init[934]: Generating public/private rsa key pair.\n[ 58.352749] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.356117] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.360124] cloud-init[934]: The key fingerprint is:\n[ 58.364119] cloud-init[934]: SHA256:TTGCaYKPyLfpWiGRg1BeHyr3R9nIjjws2/kq4p6GL4M root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.368114] cloud-init[934]: The key's randomart image is:\n[ 58.372117] cloud-init[934]: +---[RSA 2048]----+\n[ 58.373473] cloud-init[934]: |..... .o. o |\n[ 58.376117] cloud-init[934]: |o.o..o+o = o |\n[ 58.380121] cloud-init[934]: |o=oooo. = o |\n[ 58.384139] cloud-init[934]: |..++.+ + o |\n[ 58.385512] cloud-init[934]: | ...+ * S . |\n[ 58.388116] cloud-init[934]: | .o.+ + |\n[ 58.392119] cloud-init[934]: |..... o |\n[ 58.393405] cloud-init[934]: |E +o. . |\n[ 58.396119] cloud-init[934]: | O*. .... |\n[ 58.397454] cloud-init[934]: +----[SHA256]-----+\n[ 58.404135] cloud-init[934]: Generating public/private dsa key pair.\n[ 58.405824] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.407810] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.413402] cloud-init[934]: The key fingerprint is:\n[ 58.414675] cloud-init[934]: SHA256:Y79SZAyJBbyXOB4Qd1gecfgfLIx5eKP3feQLfLKI+sQ root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.420303] cloud-init[934]: The key's randomart image is:\n[ 58.421803] cloud-init[934]: +---[DSA 1024]----+\n[ 58.426599] cloud-init[934]: | .oo**+. |\n[ 58.428098] cloud-init[934]: | ..+o+o |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.433508] cloud-init[934]: | . o.X . |\n Starting Socket activation for snappy daemon.\n[ 58.436109] cloud-init[934]: | = * @ o |\n[ 58.438183] cloud-init[934]: | . +S* + . |\n[ 58.439228] cloud-init[934]: | ..ooo o .|\n[ 58.440467] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.| E.. = + |\n[ 58.444851] cloud-init[934]: | o ..o * o|\n[ 58.445850] cloud-init[934]: | .o+.. . o.|\n[ 58.446804] cloud-init[934]: +----[SHA256]-----+\n[ 58.447788] \n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\ncloud-init[934]: Generating public/private ecdsa key pair. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[ 58.456200] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.457888] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.459359] cloud-init[934]: The key fingerprint is:\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.464323] cloud-init[934]: SHA256:DPoQ6kWbpF+aFPHQ918ORgyZ8lyZGpL5ag1hSA7y6Q4 root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.466373] cloud-init[934]: The key's randomart image is:\n[ 58.467469] cloud-init[934]: \n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.+---[ECDSA 256]---+\n[ 58.472752] cloud-init[934]: | . +o.. o.= o |\n[ 58.473728] cloud-init[934]: | o Bo O + * |\n[ 58.474683] cloud-init[934]: | B +o O = |\n[ 58.475640] cloud-init\n[934]: | * * o. * o . |\n[[0;32m OK [0m] Reached target Sockets.[ 58.480621] cloud-init[934]: | E O . S+ o + |\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 58.485501] cloud-init[934]: | . * * o . . . |\n[ 58.486520] cloud-init[934]: | . = .. |\n[ 58.487555] cloud-init[934]: \n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n| |\n[ 58.492712] cloud-init[934]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m| |\n[ 58.507136] cloud-init[934]: +----[SHA256]-----+] Started D-Bus System Message Bus.\n\n[ 58.512570] cloud-init[934]: Generating public/private ed25519 key pair.\n[ 58.521179] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.532302] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.537432] cloud-init[934]: The key fingerprint is:\n[ 58.541153] cloud-init[934]: SHA256:g3/68NZ9PJW9F4e7MFGh51zDdUsFlVUHLWThknT9suA root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 Starting Apply the settings specified in cloud-config...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n Starting Accounts Service...\n[ 58.553746] cloud-init[934]: The key's randomart image is:\n[ 58.554954] cloud-init[934]: +--[ED25519 256]--+\n[ 58.555972] \n[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf3 Service.\ncloud-init[934]: | ..OO&|[[0;32m OK [0m] Started iperf Service.\n\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.653777] cloud-init[934]: | . *+oB|\n[ 58.677511] cloud-init[934]: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started Login Service.\n| + +=o|\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 58.722072] cloud-init[934]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| . .*..o|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 58.742506] cloud-init[934]: | . S ...o+o|\n[ 58.749729] cloud-init[934]: | . . E.oo+|\n[ 58.758731] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[934]: | o ..o. o=|\n[ 58.769226] cloud-init[934]: | =. .ooo+|\n[ 58.774988] cloud-init[934]: | .oo .oo|\n[ 58.780284] cloud-init[934]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.170442] cloud-init[1060]: Generating locales (this might take a while)...\n[ 59.871496] cloud-init[1060]: en_US.UTF-8... done\n[ 59.873893] cloud-init[1060]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n"} 2018-08-20 09:15:27,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-89ac8a49-8a27-4ad7-877c-13f46565a4c7 2018-08-20 09:15:27,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.143923997879s 2018-08-20 09:15:27,773 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-89ac8a49-8a27-4ad7-877c-13f46565a4c7 2018-08-20 09:15:27,773 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.942162] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 09:14:15 +0000. Up 5.48 seconds. [ 57.945126] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 57.952147] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.957290] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.964156] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.968127] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:75:01:4b | [ 57.970971] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:14b/64 | . | link | fa:16:3e:75:01:4b | [ 57.977912] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.984323] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.988117] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.992122] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.000120] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.002480] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.008312] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.012130] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.016121] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.020116] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.026618] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.029574] cloud-init[934]: 2018-08-20 09:15:07,524 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.350943] cloud-init[934]: Generating public/private rsa key pair. [ 58.352749] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.356117] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.360124] cloud-init[934]: The key fingerprint is: [ 58.364119] cloud-init[934]: SHA256:TTGCaYKPyLfpWiGRg1BeHyr3R9nIjjws2/kq4p6GL4M root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.368114] cloud-init[934]: The key's randomart image is: [ 58.372117] cloud-init[934]: +---[RSA 2048]----+ [ 58.373473] cloud-init[934]: |..... .o. o | [ 58.376117] cloud-init[934]: |o.o..o+o = o | [ 58.380121] cloud-init[934]: |o=oooo. = o | [ 58.384139] cloud-init[934]: |..++.+ + o | [ 58.385512] cloud-init[934]: | ...+ * S . | [ 58.388116] cloud-init[934]: | .o.+ + | [ 58.392119] cloud-init[934]: |..... o | [ 58.393405] cloud-init[934]: |E +o. . | [ 58.396119] cloud-init[934]: | O*. .... | [ 58.397454] cloud-init[934]: +----[SHA256]-----+ [ 58.404135] cloud-init[934]: Generating public/private dsa key pair. [ 58.405824] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.407810] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.413402] cloud-init[934]: The key fingerprint is: [ 58.414675] cloud-init[934]: SHA256:Y79SZAyJBbyXOB4Qd1gecfgfLIx5eKP3feQLfLKI+sQ root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.420303] cloud-init[934]: The key's randomart image is: [ 58.421803] cloud-init[934]: +---[DSA 1024]----+ [ 58.426599] cloud-init[934]: | .oo**+. | [ 58.428098] cloud-init[934]: | ..+o+o | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.433508] cloud-init[934]: | . o.X . | Starting Socket activation for snappy daemon. [ 58.436109] cloud-init[934]: | = * @ o | [ 58.438183] cloud-init[934]: | . +S* + . | [ 58.439228] cloud-init[934]: | ..ooo o .| [ 58.440467] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on ACPID Listen Socket.| E.. = + | [ 58.444851] cloud-init[934]: | o ..o * o| [ 58.445850] cloud-init[934]: | .o+.. . o.| [ 58.446804] cloud-init[934]: +----[SHA256]-----+ [ 58.447788] [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. cloud-init[934]: Generating public/private ecdsa key pair. Starting LXD - unix socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [ 58.456200] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.457888] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.459359] cloud-init[934]: The key fingerprint is: [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. [ 58.464323] cloud-init[934]: SHA256:DPoQ6kWbpF+aFPHQ918ORgyZ8lyZGpL5ag1hSA7y6Q4 root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.466373] cloud-init[934]: The key's randomart image is: [ 58.467469] cloud-init[934]: Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket.+---[ECDSA 256]---+ [ 58.472752] cloud-init[934]: | . +o.. o.= o | [ 58.473728] cloud-init[934]: | o Bo O + * | [ 58.474683] cloud-init[934]: | B +o O = | [ 58.475640] cloud-init [934]: | * * o. * o . | [[0;32m OK [0m] Reached target Sockets.[ 58.480621] cloud-init[934]: | E O . S+ o + | [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 58.485501] cloud-init[934]: | . * * o . . . | [ 58.486520] cloud-init[934]: | . = .. | [ 58.487555] cloud-init[934]: Starting Login Service... Starting Pollinate to seed the pseudo random number generator... | | [ 58.492712] cloud-init[934]: [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m| | [ 58.507136] cloud-init[934]: +----[SHA256]-----+] Started D-Bus System Message Bus. [ 58.512570] cloud-init[934]: Generating public/private ed25519 key pair. [ 58.521179] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.532302] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.537432] cloud-init[934]: The key fingerprint is: [ 58.541153] cloud-init[934]: SHA256:g3/68NZ9PJW9F4e7MFGh51zDdUsFlVUHLWThknT9suA root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 Starting Apply the settings specified in cloud-config... Starting LXD - container startup/shutdown... Starting System Logging Service... Starting Accounts Service... [ 58.553746] cloud-init[934]: The key's randomart image is: [ 58.554954] cloud-init[934]: +--[ED25519 256]--+ [ 58.555972] [[0;32m OK [0m] Started ACPI event daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Regular background program processing daemon. Starting LSB: MD monitoring daemon... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf3 Service. cloud-init[934]: | ..OO&|[[0;32m OK [0m] Started iperf Service. Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.653777] cloud-init[934]: | . *+oB| [ 58.677511] cloud-init[934]: Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. | + +=o| [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 58.722072] cloud-init[934]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. | . .*..o|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 58.742506] cloud-init[934]: | . S ...o+o| [ 58.749729] cloud-init[934]: | . . E.oo+| [ 58.758731] [[0;32m OK [0m] Started LXD - container startup/shutdown. cloud-init[934]: | o ..o. o=| [ 58.769226] cloud-init[934]: | =. .ooo+| [ 58.774988] cloud-init[934]: | .oo .oo| [ 58.780284] cloud-init[934]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.170442] cloud-init[1060]: Generating locales (this might take a while)... [ 59.871496] cloud-init[1060]: en_US.UTF-8... done [ 59.873893] cloud-init[1060]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. 2018-08-20 09:15:27,777 - paramiko.transport - DEBUG - starting thread (client mode): 0xf33cba10L 2018-08-20 09:15:27,778 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 09:15:27,785 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-20 09:15:27,785 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-20 09:15:27,786 - 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-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[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-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[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-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] 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-08-20 09:15:27,786 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 09:15:27,787 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 09:15:27,787 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 09:15:27,787 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 09:15:27,787 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 09:15:27,829 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 09:15:27,830 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 09:15:27,842 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.207: 6fef3930fc892104ca9d96fc888b31ee 2018-08-20 09:15:27,843 - paramiko.transport - DEBUG - Trying discovered key b5e61ce05a391e0966630a24e00aa510 in /tmp/tmpQjiW4j 2018-08-20 09:15:27,868 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 09:15:27,890 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-20 09:15:27,891 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 09:15:27,910 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-20 09:15:27,910 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.207: No existing session 2018-08-20 09:15:36,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 09:15:36,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f223397233b40b5184fceb2a7d33c76ffb84a3aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 09:15:37,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09: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-130221fb-e0f0-4d08-8a6b-36dc836e8e75 x-compute-request-id: req-130221fb-e0f0-4d08-8a6b-36dc836e8e75 Content-Encoding: gzip Content-Length: 13254 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.160399] pid_max: default: 32768 minimum: 301\n[ 0.161325] ACPI: Core revision 20150930\n[ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164120] Security Framework initialized\n[ 0.164967] Yama: becoming mindful.\n[ 0.165736] AppArmor: AppArmor initialized\n[ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172037] Initializing cgroup subsys io\n[ 0.172889] Initializing cgroup subsys memory\n[ 0.173791] Initializing cgroup subsys devices\n[ 0.174692] Initializing cgroup subsys freezer\n[ 0.175589] Initializing cgroup subsys net_cls\n[ 0.176486] Initializing cgroup subsys perf_event\n[ 0.177427] Initializing cgroup subsys net_prio\n[ 0.178346] Initializing cgroup subsys hugetlb\n[ 0.179245] Initializing cgroup subsys pids\n[ 0.180139] CPU: Physical Processor ID: 0\n[ 0.181666] mce: CPU supports 10 MCE banks\n[ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184705] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.187147] Speculative Store Bypass: Vulnerable\n[ 0.204131] Freeing SMP alternatives memory: 32K\n[ 0.209815] ftrace: allocating 32237 entries in 126 pages\n[ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.246039] smpboot: Max logical packages: 1\n[ 0.247065] x2apic enabled\n[ 0.247915] Switched APIC routing to physical x2apic.\n[ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.256568] KVM setup paravirtual spinlock\n[ 0.258184] x86: Booted up 1 node, 1 CPUs\n[ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261202] devtmpfs: initialized\n[ 0.263189] evm: security.selinux\n[ 0.264156] evm: security.SMACK64\n[ 0.265119] evm: security.SMACK64EXEC\n[ 0.266155] evm: security.SMACK64TRANSMUTE\n[ 0.267261] evm: security.SMACK64MMAP\n[ 0.268269] evm: security.ima\n[ 0.269136] evm: security.capability\n[ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.274391] pinctrl core: initialized pinctrl subsystem\n[ 0.275897] RTC time: 9:14:09, date: 08/20/18\n[ 0.277194] NET: Registered protocol family 16\n[ 0.278524] cpuidle: using governor ladder\n[ 0.279659] cpuidle: using governor menu\n[ 0.280737] PCCT header not found.\n[ 0.281755] ACPI: bus type PCI registered\n[ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284609] PCI: Using configuration type 1 for base access\n[ 0.286884] ACPI: Added _OSI(Module Device)\n[ 0.288036] ACPI: Added _OSI(Processor Device)\n[ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292704] ACPI: Interpreter enabled\n[ 0.293758] ACPI: (supports S0 S5)\n[ 0.294717] ACPI: Using IOAPIC for interrupt routing\n[ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307817] acpiphp: Slot [3] registered\n[ 0.308882] acpiphp: Slot [4] registered\n[ 0.309973] acpiphp: Slot [5] registered\n[ 0.311062] acpiphp: Slot [6] registered\n[ 0.322174] acpiphp: Slot [7] registered\n[ 0.323272] acpiphp: Slot [8] registered\n[ 0.324369] acpiphp: Slot [9] registered\n[ 0.325451] acpiphp: Slot [10] registered\n[ 0.326533] acpiphp: Slot [11] registered\n[ 0.327624] acpiphp: Slot [12] registered\n[ 0.328707] acpiphp: Slot [13] registered\n[ 0.329791] acpiphp: Slot [14] registered\n[ 0.330905] acpiphp: Slot [15] registered\n[ 0.332020] acpiphp: Slot [16] registered\n[ 0.333125] acpiphp: Slot [17] registered\n[ 0.334238] acpiphp: Slot [18] registered\n[ 0.335354] acpiphp: Slot [19] registered\n[ 0.336464] acpiphp: Slot [20] registered\n[ 0.337538] acpiphp: Slot [21] registered\n[ 0.338620] acpiphp: Slot [22] registered\n[ 0.339701] acpiphp: Slot [23] registered\n[ 0.340784] acpiphp: Slot [24] registered\n[ 0.341916] acpiphp: Slot [25] registered\n[ 0.342786] acpiphp: Slot [26] registered\n[ 0.343668] acpiphp: Slot [27] registered\n[ 0.344512] acpiphp: Slot [28] registered\n[ 0.345359] acpiphp: Slot [29] registered\n[ 0.346204] acpiphp: Slot [30] registered\n[ 0.347053] acpiphp: Slot [31] registered\n[ 0.347892] PCI host bridge to bus 0000:00\n[ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398351] vgaarb: loaded\n[ 0.398978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400286] SCSI subsystem initialized\n[ 0.401227] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403220] usbcore: registered new interface driver hub\n[ 0.404269] usbcore: registered new device driver usb\n[ 0.405424] PCI: Using ACPI for IRQ routing\n[ 0.406581] NetLabel: Initializing\n[ 0.407329] NetLabel: domain hash size = 128\n[ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409209] NetLabel: unlabeled traffic allowed by default\n[ 0.410399] amd_nb: Cannot enumerate AMD northbridges\n[ 0.411426] clocksource: Switched to clocksource kvm-clock\n[ 0.419071] AppArmor: AppArmor Filesystem Enabled\n[ 0.422183] pnp: PnP ACPI init\n[ 0.423328] pnp: PnP ACPI: found 5 devices\n[ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431755] NET: Registered protocol family 2\n[ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.435553] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439140] NET: Registered protocol family 1\n[ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474519] Unpacking initramfs...\n[ 0.923074] Freeing initrd memory: 37084K\n[ 0.924374] Scanning for low memory corruption every 60 seconds\n[ 0.925875] audit: initializing netlink subsys (disabled)\n[ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized\n[ 0.928504] Initialise system trusted keyring\n[ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.933044] zbud: loaded\n[ 0.933933] VFS: Disk quotas dquot_6.6.0\n[ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.937742] fuse init (API version 7.23)\n[ 0.938692] Key type big_key registered\n[ 0.939543] Allocating IMA MOK and blacklist keyrings.\n[ 0.940850] Key type asymmetric registered\n[ 0.941714] Asymmetric key parser 'x509' registered\n[ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.944265] io scheduler noop registered\n[ 0.945095] io scheduler deadline registered (default)\n[ 0.946134] io scheduler cfq registered\n[ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.951039] ACPI: Power Button [PWRF]\n[ 0.951982] GHES: HEST is not enabled!\n[ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.028399] Linux agpgart interface v0.103\n[ 1.030643] loop: module loaded\n[ 1.033363] vda: vda1\n[ 1.034712] scsi host0: ata_piix\n[ 1.035520] scsi host1: ata_piix\n[ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.039135] libphy: Fixed MDIO Bus: probed\n[ 1.040008] tun: Universal TUN/TAP device driver, 1.6\n[ 1.041001] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.043842] PPP generic driver version 2.4.2\n[ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.046622] ehci-pci: EHCI PCI platform driver\n[ 1.047590] ehci-platform: EHCI generic platform driver\n[ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.049877] ohci-pci: OHCI PCI platform driver\n[ 1.050803] ohci-platform: OHCI generic platform driver\n[ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.075612] usb usb1: Product: UHCI Host Controller\n[ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.077813] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.078908] hub 1-0:1.0: USB hub found\n[ 1.079720] hub 1-0:1.0: 2 ports detected\n[ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.085356] mousedev: PS/2 mouse device common for all mice\n[ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.088732] rtc_cmos 00:00: RTC can wake from S4\n[ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.092491] i2c /dev entries driver\n[ 1.093339] device-mapper: uevent: version 1.0.3\n[ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.097667] NET: Registered protocol family 10\n[ 1.099005] NET: Registered protocol family 17\n[ 1.099996] Key type dns_resolver registered\n[ 1.101176] registered taskstats version 1\n[ 1.102094] Loading compiled-in X.509 certificates\n[ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.105659] zswap: loaded using pool lzo/zbud\n[ 1.108333] Key type trusted registered\n[ 1.111160] Key type encrypted registered\n[ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.113152] ima: No TPM chip found, activating TPM-bypass!\n[ 1.114253] evm: HMAC attrs: 0x1\n[ 1.115310] Magic number: 14:635:222\n[ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450)\n[ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.119180] EDD information not available.\n[ 1.197899] Freeing unused kernel memory: 1512K\n[ 1.198873] Write protecting the kernel read-only data: 14336k\n[ 1.212897] Freeing unused kernel memory: 1692K\n[ 1.214125] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.304779] virtio_net virtio0 ens3: renamed from eth0\n[ 1.311755] [drm] Initialized drm 1.1.0 20060810\n[ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.339749] FDC 0 is a S82078B\n[ 1.343154] AVX2 version of gcm_enc/dec engaged.\n[ 1.344193] AES CTR mode by8 optimization enabled\n[ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.555308] usb 1-1: Product: QEMU USB Tablet\n[ 1.556210] usb 1-1: Manufacturer: QEMU\n[ 1.557027] usb 1-1: SerialNumber: 42\n[ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.570972] usbcore: registered new interface driver usbhid\n[ 1.572134] usbhid: USB HID core driver\n[ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.577178] 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\nBegin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1\n[ 1.847414] md: multipath personality registered for level -4\n[ 1.850624] md: raid0 personality registered for level 0\n[ 1.854245] md: raid1 personality registered for level 1\n[ 1.923432] raid6: sse2x1 gen() 11473 MB/s\n[ 1.991426] raid6: sse2x1 xor() 9056 MB/s\n[ 2.059426] raid6: sse2x2 gen() 14543 MB/s\n[ 2.127428] raid6: sse2x2 xor() 9812 MB/s\n[ 2.195428] raid6: sse2x4 gen() 16708 MB/s\n[ 2.263439] raid6: sse2x4 xor() 10940 MB/s\n[ 2.331427] raid6: avx2x1 gen() 22021 MB/s\n[ 2.399450] raid6: avx2x2 gen() 25969 MB/s\n[ 2.467427] raid6: avx2x4 gen() 28516 MB/s\n[ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s\n[ 2.469386] raid6: using avx2x2 recovery algorithm\n[ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.474794] xor: automatically using best checksumming function:\n[ 2.515426] avx : 32547.000 MB/sec\n[ 2.517590] async_tx: api initialized (async)\n[ 2.527790] md: raid6 personality registered for level 6\n[ 2.528889] md: raid5 personality registered for level 5\n[ 2.529931] md: raid4 personality registered for level 4\n[ 2.535309] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.692954] systemd[1]: Detected virtualization kvm.\n[ 2.693966] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.697166] systemd[1]: Set hostname to .\n[ 2.699875] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.701046] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.828151] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.833875] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.838447] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.840572] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.847078] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.851947] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.858838] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.860955] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.865742] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.868120] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.870695] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.874613] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.879567] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.882495] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.899837] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.904379] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.911556] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.916051] 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[ 2.924928] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.945928] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870.\n\n[ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.961854] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.971324] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.975483] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.980101] iscsi: registered transport (tcp)\n[ 2.981962] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.989599] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.000231] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.011853] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.019693] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.047772] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.387998] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 57.942162] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 09:14:15 +0000. Up 5.48 seconds.\n[ 57.945126] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 57.952147] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.957290] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.964156] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.968127] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:75:01:4b |\n[ 57.970971] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:14b/64 | . | link | fa:16:3e:75:01:4b |\n[ 57.977912] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.984323] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.988117] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 57.992122] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.000120] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.002480] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.008312] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.012130] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.016121] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.020116] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.026618] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.029574] cloud-init[934]: 2018-08-20 09:15:07,524 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.350943] cloud-init[934]: Generating public/private rsa key pair.\n[ 58.352749] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.356117] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.360124] cloud-init[934]: The key fingerprint is:\n[ 58.364119] cloud-init[934]: SHA256:TTGCaYKPyLfpWiGRg1BeHyr3R9nIjjws2/kq4p6GL4M root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.368114] cloud-init[934]: The key's randomart image is:\n[ 58.372117] cloud-init[934]: +---[RSA 2048]----+\n[ 58.373473] cloud-init[934]: |..... .o. o |\n[ 58.376117] cloud-init[934]: |o.o..o+o = o |\n[ 58.380121] cloud-init[934]: |o=oooo. = o |\n[ 58.384139] cloud-init[934]: |..++.+ + o |\n[ 58.385512] cloud-init[934]: | ...+ * S . |\n[ 58.388116] cloud-init[934]: | .o.+ + |\n[ 58.392119] cloud-init[934]: |..... o |\n[ 58.393405] cloud-init[934]: |E +o. . |\n[ 58.396119] cloud-init[934]: | O*. .... |\n[ 58.397454] cloud-init[934]: +----[SHA256]-----+\n[ 58.404135] cloud-init[934]: Generating public/private dsa key pair.\n[ 58.405824] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.407810] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.413402] cloud-init[934]: The key fingerprint is:\n[ 58.414675] cloud-init[934]: SHA256:Y79SZAyJBbyXOB4Qd1gecfgfLIx5eKP3feQLfLKI+sQ root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.420303] cloud-init[934]: The key's randomart image is:\n[ 58.421803] cloud-init[934]: +---[DSA 1024]----+\n[ 58.426599] cloud-init[934]: | .oo**+. |\n[ 58.428098] cloud-init[934]: | ..+o+o |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.433508] cloud-init[934]: | . o.X . |\n Starting Socket activation for snappy daemon.\n[ 58.436109] cloud-init[934]: | = * @ o |\n[ 58.438183] cloud-init[934]: | . +S* + . |\n[ 58.439228] cloud-init[934]: | ..ooo o .|\n[ 58.440467] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.| E.. = + |\n[ 58.444851] cloud-init[934]: | o ..o * o|\n[ 58.445850] cloud-init[934]: | .o+.. . o.|\n[ 58.446804] cloud-init[934]: +----[SHA256]-----+\n[ 58.447788] \n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\ncloud-init[934]: Generating public/private ecdsa key pair. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[ 58.456200] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.457888] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.459359] cloud-init[934]: The key fingerprint is:\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.464323] cloud-init[934]: SHA256:DPoQ6kWbpF+aFPHQ918ORgyZ8lyZGpL5ag1hSA7y6Q4 root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338\n[ 58.466373] cloud-init[934]: The key's randomart image is:\n[ 58.467469] cloud-init[934]: \n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.+---[ECDSA 256]---+\n[ 58.472752] cloud-init[934]: | . +o.. o.= o |\n[ 58.473728] cloud-init[934]: | o Bo O + * |\n[ 58.474683] cloud-init[934]: | B +o O = |\n[ 58.475640] cloud-init\n[934]: | * * o. * o . |\n[[0;32m OK [0m] Reached target Sockets.[ 58.480621] cloud-init[934]: | E O . S+ o + |\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 58.485501] cloud-init[934]: | . * * o . . . |\n[ 58.486520] cloud-init[934]: | . = .. |\n[ 58.487555] cloud-init[934]: \n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n| |\n[ 58.492712] cloud-init[934]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m| |\n[ 58.507136] cloud-init[934]: +----[SHA256]-----+] Started D-Bus System Message Bus.\n\n[ 58.512570] cloud-init[934]: Generating public/private ed25519 key pair.\n[ 58.521179] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.532302] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.537432] cloud-init[934]: The key fingerprint is:\n[ 58.541153] cloud-init[934]: SHA256:g3/68NZ9PJW9F4e7MFGh51zDdUsFlVUHLWThknT9suA root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 Starting Apply the settings specified in cloud-config...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n Starting Accounts Service...\n[ 58.553746] cloud-init[934]: The key's randomart image is:\n[ 58.554954] cloud-init[934]: +--[ED25519 256]--+\n[ 58.555972] \n[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf3 Service.\ncloud-init[934]: | ..OO&|[[0;32m OK [0m] Started iperf Service.\n\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.653777] cloud-init[934]: | . *+oB|\n[ 58.677511] cloud-init[934]: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started Login Service.\n| + +=o|\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 58.722072] cloud-init[934]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| . .*..o|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 58.742506] cloud-init[934]: | . S ...o+o|\n[ 58.749729] cloud-init[934]: | . . E.oo+|\n[ 58.758731] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[934]: | o ..o. o=|\n[ 58.769226] cloud-init[934]: | =. .ooo+|\n[ 58.774988] cloud-init[934]: | .oo .oo|\n[ 58.780284] cloud-init[934]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.170442] cloud-init[1060]: Generating locales (this might take a while)...\n[ 59.871496] cloud-init[1060]: en_US.UTF-8... done\n[ 59.873893] cloud-init[1060]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: network benchmark...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started LSB: network benchmark.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 ttyS0\n\nshaker-vm-654317a8-2614-4da1-8d55-52997b07a338 login: "} 2018-08-20 09:15:37,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-130221fb-e0f0-4d08-8a6b-36dc836e8e75 2018-08-20 09:15:37,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115077018738s 2018-08-20 09:15:37,036 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50/action used request id req-130221fb-e0f0-4d08-8a6b-36dc836e8e75 2018-08-20 09:15:37,037 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 655317680 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.158699] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.160399] pid_max: default: 32768 minimum: 301 [ 0.161325] ACPI: Core revision 20150930 [ 0.162747] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164120] Security Framework initialized [ 0.164967] Yama: becoming mindful. [ 0.165736] AppArmor: AppArmor initialized [ 0.166622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168013] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169343] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172037] Initializing cgroup subsys io [ 0.172889] Initializing cgroup subsys memory [ 0.173791] Initializing cgroup subsys devices [ 0.174692] Initializing cgroup subsys freezer [ 0.175589] Initializing cgroup subsys net_cls [ 0.176486] Initializing cgroup subsys perf_event [ 0.177427] Initializing cgroup subsys net_prio [ 0.178346] Initializing cgroup subsys hugetlb [ 0.179245] Initializing cgroup subsys pids [ 0.180139] CPU: Physical Processor ID: 0 [ 0.181666] mce: CPU supports 10 MCE banks [ 0.182542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184705] Spectre V2 : Mitigation: Full generic retpoline [ 0.185788] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.187147] Speculative Store Bypass: Vulnerable [ 0.204131] Freeing SMP alternatives memory: 32K [ 0.209815] ftrace: allocating 32237 entries in 126 pages [ 0.244699] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.246039] smpboot: Max logical packages: 1 [ 0.247065] x2apic enabled [ 0.247915] Switched APIC routing to physical x2apic. [ 0.249855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251437] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.254118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.256568] KVM setup paravirtual spinlock [ 0.258184] x86: Booted up 1 node, 1 CPUs [ 0.259299] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.261202] devtmpfs: initialized [ 0.263189] evm: security.selinux [ 0.264156] evm: security.SMACK64 [ 0.265119] evm: security.SMACK64EXEC [ 0.266155] evm: security.SMACK64TRANSMUTE [ 0.267261] evm: security.SMACK64MMAP [ 0.268269] evm: security.ima [ 0.269136] evm: security.capability [ 0.270219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272733] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.274391] pinctrl core: initialized pinctrl subsystem [ 0.275897] RTC time: 9:14:09, date: 08/20/18 [ 0.277194] NET: Registered protocol family 16 [ 0.278524] cpuidle: using governor ladder [ 0.279659] cpuidle: using governor menu [ 0.280737] PCCT header not found. [ 0.281755] ACPI: bus type PCI registered [ 0.282850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284609] PCI: Using configuration type 1 for base access [ 0.286884] ACPI: Added _OSI(Module Device) [ 0.288036] ACPI: Added _OSI(Processor Device) [ 0.289223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.290465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.292704] ACPI: Interpreter enabled [ 0.293758] ACPI: (supports S0 S5) [ 0.294717] ACPI: Using IOAPIC for interrupt routing [ 0.296035] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299869] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301421] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303128] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307817] acpiphp: Slot [3] registered [ 0.308882] acpiphp: Slot [4] registered [ 0.309973] acpiphp: Slot [5] registered [ 0.311062] acpiphp: Slot [6] registered [ 0.322174] acpiphp: Slot [7] registered [ 0.323272] acpiphp: Slot [8] registered [ 0.324369] acpiphp: Slot [9] registered [ 0.325451] acpiphp: Slot [10] registered [ 0.326533] acpiphp: Slot [11] registered [ 0.327624] acpiphp: Slot [12] registered [ 0.328707] acpiphp: Slot [13] registered [ 0.329791] acpiphp: Slot [14] registered [ 0.330905] acpiphp: Slot [15] registered [ 0.332020] acpiphp: Slot [16] registered [ 0.333125] acpiphp: Slot [17] registered [ 0.334238] acpiphp: Slot [18] registered [ 0.335354] acpiphp: Slot [19] registered [ 0.336464] acpiphp: Slot [20] registered [ 0.337538] acpiphp: Slot [21] registered [ 0.338620] acpiphp: Slot [22] registered [ 0.339701] acpiphp: Slot [23] registered [ 0.340784] acpiphp: Slot [24] registered [ 0.341916] acpiphp: Slot [25] registered [ 0.342786] acpiphp: Slot [26] registered [ 0.343668] acpiphp: Slot [27] registered [ 0.344512] acpiphp: Slot [28] registered [ 0.345359] acpiphp: Slot [29] registered [ 0.346204] acpiphp: Slot [30] registered [ 0.347053] acpiphp: Slot [31] registered [ 0.347892] PCI host bridge to bus 0000:00 [ 0.348734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.352762] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.354259] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.355784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361645] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.362965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366403] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.386584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.388138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.390020] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.391493] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.392958] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.394264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.395659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.396756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.398351] vgaarb: loaded [ 0.398978] vgaarb: bridge control possible 0000:00:02.0 [ 0.400286] SCSI subsystem initialized [ 0.401227] ACPI: bus type USB registered [ 0.402090] usbcore: registered new interface driver usbfs [ 0.403220] usbcore: registered new interface driver hub [ 0.404269] usbcore: registered new device driver usb [ 0.405424] PCI: Using ACPI for IRQ routing [ 0.406581] NetLabel: Initializing [ 0.407329] NetLabel: domain hash size = 128 [ 0.408216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.409209] NetLabel: unlabeled traffic allowed by default [ 0.410399] amd_nb: Cannot enumerate AMD northbridges [ 0.411426] clocksource: Switched to clocksource kvm-clock [ 0.419071] AppArmor: AppArmor Filesystem Enabled [ 0.422183] pnp: PnP ACPI init [ 0.423328] pnp: PnP ACPI: found 5 devices [ 0.429924] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431755] NET: Registered protocol family 2 [ 0.432986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.434317] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.435553] TCP: Hash tables configured (established 4096 bind 4096) [ 0.436792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.439140] NET: Registered protocol family 1 [ 0.440072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.441224] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.442348] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458223] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.474519] Unpacking initramfs... [ 0.923074] Freeing initrd memory: 37084K [ 0.924374] Scanning for low memory corruption every 60 seconds [ 0.925875] audit: initializing netlink subsys (disabled) [ 0.926970] audit: type=2000 audit(1534756450.343:1): initialized [ 0.928504] Initialise system trusted keyring [ 0.929544] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.930750] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.933044] zbud: loaded [ 0.933933] VFS: Disk quotas dquot_6.6.0 [ 0.934797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.936379] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.937742] fuse init (API version 7.23) [ 0.938692] Key type big_key registered [ 0.939543] Allocating IMA MOK and blacklist keyrings. [ 0.940850] Key type asymmetric registered [ 0.941714] Asymmetric key parser 'x509' registered [ 0.942716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.944265] io scheduler noop registered [ 0.945095] io scheduler deadline registered (default) [ 0.946134] io scheduler cfq registered [ 0.947048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.948176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.949532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.951039] ACPI: Power Button [PWRF] [ 0.951982] GHES: HEST is not enabled! [ 0.967500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.999486] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.001928] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.025958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.028399] Linux agpgart interface v0.103 [ 1.030643] loop: module loaded [ 1.033363] vda: vda1 [ 1.034712] scsi host0: ata_piix [ 1.035520] scsi host1: ata_piix [ 1.036277] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.037553] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.039135] libphy: Fixed MDIO Bus: probed [ 1.040008] tun: Universal TUN/TAP device driver, 1.6 [ 1.041001] tun: (C) 1999-2004 Max Krasnyansky [ 1.043842] PPP generic driver version 2.4.2 [ 1.045241] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.046622] ehci-pci: EHCI PCI platform driver [ 1.047590] ehci-platform: EHCI generic platform driver [ 1.048650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.049877] ohci-pci: OHCI PCI platform driver [ 1.050803] ohci-platform: OHCI generic platform driver [ 1.051860] uhci_hcd: USB Universal Host Controller Interface driver [ 1.067820] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.068940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.070475] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.071546] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.072817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.074118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.075612] usb usb1: Product: UHCI Host Controller [ 1.076594] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.077813] usb usb1: SerialNumber: 0000:00:01.2 [ 1.078908] hub 1-0:1.0: USB hub found [ 1.079720] hub 1-0:1.0: 2 ports detected [ 1.080772] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.083105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.084130] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.085356] mousedev: PS/2 mouse device common for all mice [ 1.086742] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.088732] rtc_cmos 00:00: RTC can wake from S4 [ 1.089955] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.091221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.092491] i2c /dev entries driver [ 1.093339] device-mapper: uevent: version 1.0.3 [ 1.094357] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.096109] ledtrig-cpu: registered to indicate activity on CPUs [ 1.097667] NET: Registered protocol family 10 [ 1.099005] NET: Registered protocol family 17 [ 1.099996] Key type dns_resolver registered [ 1.101176] registered taskstats version 1 [ 1.102094] Loading compiled-in X.509 certificates [ 1.103689] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.105659] zswap: loaded using pool lzo/zbud [ 1.108333] Key type trusted registered [ 1.111160] Key type encrypted registered [ 1.112037] AppArmor: AppArmor sha1 policy hashing enabled [ 1.113152] ima: No TPM chip found, activating TPM-bypass! [ 1.114253] evm: HMAC attrs: 0x1 [ 1.115310] Magic number: 14:635:222 [ 1.116272] rtc_cmos 00:00: setting system clock to 2018-08-20 09:14:10 UTC (1534756450) [ 1.118012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.119180] EDD information not available. [ 1.197899] Freeing unused kernel memory: 1512K [ 1.198873] Write protecting the kernel read-only data: 14336k [ 1.212897] Freeing unused kernel memory: 1692K [ 1.214125] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.224912] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.226752] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.229014] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.230985] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.232882] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.234769] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.242350] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.244267] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.246141] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.249347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.304779] virtio_net virtio0 ens3: renamed from eth0 [ 1.311755] [drm] Initialized drm 1.1.0 20060810 [ 1.313602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.315508] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.339749] FDC 0 is a S82078B [ 1.343154] AVX2 version of gcm_enc/dec engaged. [ 1.344193] AES CTR mode by8 optimization enabled [ 1.391465] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.552588] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.553973] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.555308] usb 1-1: Product: QEMU USB Tablet [ 1.556210] usb 1-1: Manufacturer: QEMU [ 1.557027] usb 1-1: SerialNumber: 42 [ 1.564961] hidraw: raw HID events driver (C) Jiri Kosina [ 1.570972] usbcore: registered new interface driver usbhid [ 1.572134] usbhid: USB HID core driver [ 1.574822] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.577178] 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 Begin: Loading essential drivers ... [ 1.844232] md: linear personality registered for level -1 [ 1.847414] md: multipath personality registered for level -4 [ 1.850624] md: raid0 personality registered for level 0 [ 1.854245] md: raid1 personality registered for level 1 [ 1.923432] raid6: sse2x1 gen() 11473 MB/s [ 1.991426] raid6: sse2x1 xor() 9056 MB/s [ 2.059426] raid6: sse2x2 gen() 14543 MB/s [ 2.127428] raid6: sse2x2 xor() 9812 MB/s [ 2.195428] raid6: sse2x4 gen() 16708 MB/s [ 2.263439] raid6: sse2x4 xor() 10940 MB/s [ 2.331427] raid6: avx2x1 gen() 22021 MB/s [ 2.399450] raid6: avx2x2 gen() 25969 MB/s [ 2.467427] raid6: avx2x4 gen() 28516 MB/s [ 2.468329] raid6: using algorithm avx2x4 gen() 28516 MB/s [ 2.469386] raid6: using avx2x2 recovery algorithm [ 2.470366] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.471567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.474794] xor: automatically using best checksumming function: [ 2.515426] avx : 32547.000 MB/sec [ 2.517590] async_tx: api initialized (async) [ 2.527790] md: raid6 personality registered for level 6 [ 2.528889] md: raid5 personality registered for level 5 [ 2.529931] md: raid4 personality registered for level 4 [ 2.535309] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.564061] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.583527] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.689480] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.692954] systemd[1]: Detected virtualization kvm. [ 2.693966] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.697166] systemd[1]: Set hostname to . [ 2.699875] systemd[1]: Initializing machine ID from KVM UUID. [ 2.701046] systemd[1]: Installed transient /etc/machine-id file. [ 2.828151] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.830586] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.833875] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.836041] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.838447] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.840572] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.842373] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.844624] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.847078] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.849097] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.851947] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.854019] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.856237] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.858838] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.860955] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.863280] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.865742] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.868120] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.870695] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.874613] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.879567] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.882495] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.892240] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899837] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.904379] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.911556] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.916051] 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... [ 2.924928] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.945928] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.947886] Loading iSCSI transport class v2.0-870. [ 2.953036] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.961854] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.971324] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.975483] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.980101] iscsi: registered transport (tcp) [ 2.981962] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.989599] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.000231] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.004269] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.011853] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.019693] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.047772] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.387998] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.484472] cloud-init[505]: Cloud-init v. 18.2 running 'init-local' at Mon, 20 Aug 2018 09:14:13 +0000. Up 4.29 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.942162] cloud-init[934]: Cloud-init v. 18.2 running 'init' at Mon, 20 Aug 2018 09:14:15 +0000. Up 5.48 seconds. [ 57.945126] cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 57.952147] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.957290] cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.964156] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.968127] cloud-init[934]: ci-info: | ens3 | True | 192.168.120.7 | 255.255.255.0 | . | fa:16:3e:75:01:4b | [ 57.970971] cloud-init[934]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:14b/64 | . | link | fa:16:3e:75:01:4b | [ 57.977912] cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.984323] cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.988117] cloud-init[934]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 57.992122] cloud-init[934]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.000120] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.002480] cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.008312] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.012130] cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.016121] cloud-init[934]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.020116] cloud-init[934]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.026618] cloud-init[934]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.029574] cloud-init[934]: 2018-08-20 09:15:07,524 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.350943] cloud-init[934]: Generating public/private rsa key pair. [ 58.352749] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.356117] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.360124] cloud-init[934]: The key fingerprint is: [ 58.364119] cloud-init[934]: SHA256:TTGCaYKPyLfpWiGRg1BeHyr3R9nIjjws2/kq4p6GL4M root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.368114] cloud-init[934]: The key's randomart image is: [ 58.372117] cloud-init[934]: +---[RSA 2048]----+ [ 58.373473] cloud-init[934]: |..... .o. o | [ 58.376117] cloud-init[934]: |o.o..o+o = o | [ 58.380121] cloud-init[934]: |o=oooo. = o | [ 58.384139] cloud-init[934]: |..++.+ + o | [ 58.385512] cloud-init[934]: | ...+ * S . | [ 58.388116] cloud-init[934]: | .o.+ + | [ 58.392119] cloud-init[934]: |..... o | [ 58.393405] cloud-init[934]: |E +o. . | [ 58.396119] cloud-init[934]: | O*. .... | [ 58.397454] cloud-init[934]: +----[SHA256]-----+ [ 58.404135] cloud-init[934]: Generating public/private dsa key pair. [ 58.405824] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.407810] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.413402] cloud-init[934]: The key fingerprint is: [ 58.414675] cloud-init[934]: SHA256:Y79SZAyJBbyXOB4Qd1gecfgfLIx5eKP3feQLfLKI+sQ root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.420303] cloud-init[934]: The key's randomart image is: [ 58.421803] cloud-init[934]: +---[DSA 1024]----+ [ 58.426599] cloud-init[934]: | .oo**+. | [ 58.428098] cloud-init[934]: | ..+o+o | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.433508] cloud-init[934]: | . o.X . | Starting Socket activation for snappy daemon. [ 58.436109] cloud-init[934]: | = * @ o | [ 58.438183] cloud-init[934]: | . +S* + . | [ 58.439228] cloud-init[934]: | ..ooo o .| [ 58.440467] cloud-init[934]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on ACPID Listen Socket.| E.. = + | [ 58.444851] cloud-init[934]: | o ..o * o| [ 58.445850] cloud-init[934]: | .o+.. . o.| [ 58.446804] cloud-init[934]: +----[SHA256]-----+ [ 58.447788] [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. cloud-init[934]: Generating public/private ecdsa key pair. Starting LXD - unix socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [ 58.456200] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.457888] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.459359] cloud-init[934]: The key fingerprint is: [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. [ 58.464323] cloud-init[934]: SHA256:DPoQ6kWbpF+aFPHQ918ORgyZ8lyZGpL5ag1hSA7y6Q4 root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 [ 58.466373] cloud-init[934]: The key's randomart image is: [ 58.467469] cloud-init[934]: Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket.+---[ECDSA 256]---+ [ 58.472752] cloud-init[934]: | . +o.. o.= o | [ 58.473728] cloud-init[934]: | o Bo O + * | [ 58.474683] cloud-init[934]: | B +o O = | [ 58.475640] cloud-init [934]: | * * o. * o . | [[0;32m OK [0m] Reached target Sockets.[ 58.480621] cloud-init[934]: | E O . S+ o + | [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 58.485501] cloud-init[934]: | . * * o . . . | [ 58.486520] cloud-init[934]: | . = .. | [ 58.487555] cloud-init[934]: Starting Login Service... Starting Pollinate to seed the pseudo random number generator... | | [ 58.492712] cloud-init[934]: [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m| | [ 58.507136] cloud-init[934]: +----[SHA256]-----+] Started D-Bus System Message Bus. [ 58.512570] cloud-init[934]: Generating public/private ed25519 key pair. [ 58.521179] cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.532302] cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.537432] cloud-init[934]: The key fingerprint is: [ 58.541153] cloud-init[934]: SHA256:g3/68NZ9PJW9F4e7MFGh51zDdUsFlVUHLWThknT9suA root@shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 Starting Apply the settings specified in cloud-config... Starting LXD - container startup/shutdown... Starting System Logging Service... Starting Accounts Service... [ 58.553746] cloud-init[934]: The key's randomart image is: [ 58.554954] cloud-init[934]: +--[ED25519 256]--+ [ 58.555972] [[0;32m OK [0m] Started ACPI event daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Regular background program processing daemon. Starting LSB: MD monitoring daemon... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf3 Service. cloud-init[934]: | ..OO&|[[0;32m OK [0m] Started iperf Service. Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.653777] cloud-init[934]: | . *+oB| [ 58.677511] cloud-init[934]: Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. | + +=o| [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 58.722072] cloud-init[934]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. | . .*..o|[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 58.742506] cloud-init[934]: | . S ...o+o| [ 58.749729] cloud-init[934]: | . . E.oo+| [ 58.758731] [[0;32m OK [0m] Started LXD - container startup/shutdown. cloud-init[934]: | o ..o. o=| [ 58.769226] cloud-init[934]: | =. .ooo+| [ 58.774988] cloud-init[934]: | .oo .oo| [ 58.780284] cloud-init[934]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.170442] cloud-init[1060]: Generating locales (this might take a while)... [ 59.871496] cloud-init[1060]: en_US.UTF-8... done [ 59.873893] cloud-init[1060]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting Permit User Sessions... Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: network benchmark... Starting LSB: automatic crash report generation... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started LSB: network benchmark. Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. Starting Set console scheme... [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 ttyS0 shaker-vm-654317a8-2614-4da1-8d55-52997b07a338 login: 2018-08-20 09:15:37,040 - paramiko.transport - DEBUG - starting thread (client mode): 0xf3b3ead0L 2018-08-20 09:15:37,040 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 09:15:37,044 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-20 09:15:37,044 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-20 09:15:37,046 - 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-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[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-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[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-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] 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-08-20 09:15:37,046 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 09:15:37,046 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 09:15:37,046 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 09:15:37,046 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 09:15:37,046 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 09:15:37,088 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 09:15:37,088 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 09:15:37,105 - paramiko.transport - DEBUG - Trying discovered key b5e61ce05a391e0966630a24e00aa510 in /tmp/tmpQjiW4j 2018-08-20 09:15:37,128 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 09:15:37,136 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 09:15:37,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 09:15:37,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 09:15:37,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 09:15:37,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:37,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b3292a-8619-4d65-a109-f85bca4c6d7e Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/066af2358fb3468b9f13d02553da9e85"}, "enabled": true, "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/26b4eff88bbc43f280b3e5a8e0131b38"}, "enabled": true, "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/479c301a4b134996817712aba271c597"}, "enabled": true, "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/4ea12df9e7c24697bcf8b8f6290c170a"}, "enabled": true, "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5592bc28c898431080bea2676267935c"}, "enabled": true, "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6799ed79c4ae4ca2b0e427613b1a8e09"}, "enabled": true, "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7164e46168fe49f898ad2c038f7f3746"}, "enabled": true, "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7c215d4a291c4866b90c1d525d7e366d"}, "enabled": true, "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/852c9059bcfe479b935edd1838aab5f2"}, "enabled": true, "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a16b56e9ff5540ccacbb431795c7a13a"}, "enabled": true, "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c79032d0c5ed4e18b41161b911d32cb9"}, "enabled": true, "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/d31669f894e246138ba51775d305f903"}, "enabled": true, "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d731d6cc6b1e4878b11dccdb7194e58a"}, "enabled": true, "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e08ef898f6eb4685a44824b6d219bfff"}, "enabled": true, "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ff82f31c5d56409ca7e100830c744249"}, "enabled": true, "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-20 09:15:37,239 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-d8b3292a-8619-4d65-a109-f85bca4c6d7e 2018-08-20 09:15:37,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0985598564148s 2018-08-20 09:15:37,240 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-d8b3292a-8619-4d65-a109-f85bca4c6d7e 2018-08-20 09:15:37,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 09:15:37,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:37,278 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-20 09:15:37,278 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-20 09:15:37,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1d84711-9262-4152-babb-19091746057f Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0825db0964b4432b95422e441dda5b71"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "0825db0964b4432b95422e441dda5b71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0dbd7bc50cee414f9b7df590899d21e1"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/1cccf2deebb54e73891db1cf2ef1c1e0"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/313109edbc174ba6a2c789d475ccc48d"}, "url": "http://172.30.9.36:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3526011556054a4e9616f9c97c73fadf"}, "url": "http://172.30.9.36:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "3526011556054a4e9616f9c97c73fadf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/370b2e933b034911989ed806b3aab511"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "370b2e933b034911989ed806b3aab511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/39e46e78c5574bb2b5f97c9290a3fa63"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3ad58338289d406f825ac84ef8ddf364"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/418af50ab5fc4c5da0cb318036e7df19"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4b9704c398d64aa38b16c1216001a7db"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4bd7f84c38854900908f90d4aafb26ab"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "4bd7f84c38854900908f90d4aafb26ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/51a89d51bb5c487a898705d258cf3c3c"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/59ae6559265c44c289b4637f29a4a653"}, "url": "http://172.30.9.36:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "59ae6559265c44c289b4637f29a4a653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5d5a102334ed454ba86c9b77d34ef674"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5ec19dd0ec204484b96aa3ffdd71013d"}, "url": "http://172.30.9.36:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6250b70078f14ce58094d2580cf0802c"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "6250b70078f14ce58094d2580cf0802c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/676b33dbd2ea461bab45334445f29593"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "676b33dbd2ea461bab45334445f29593"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/68a733345e7e4816afbb600b2fd58778"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5592bc28c898431080bea2676267935c", "id": "68a733345e7e4816afbb600b2fd58778"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6bf1f00fdd99442ba9838f12ff5832f4"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5592bc28c898431080bea2676267935c", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/78c2379118c144a79dfcff4f181578f2"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "78c2379118c144a79dfcff4f181578f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/7dbdcea68d0044b7b409bb27dd812b44"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/817dd90bc2464382be63027b891ec771"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "817dd90bc2464382be63027b891ec771"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/83342bdccb5944d5b411a5a87b28f315"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "83342bdccb5944d5b411a5a87b28f315"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/91534d6ca19d48368ab445a6f443f05d"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/928dad2ccbb14cfcb078b9d8ae98475f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d31669f894e246138ba51775d305f903", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9a6b42352bbf4915b540899ba417fea7"}, "url": "http://172.30.9.36:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "9a6b42352bbf4915b540899ba417fea7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9c0515123d9747a4ac9a3eda27bb9ac8"}, "url": "http://172.30.9.36:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/a547d05c8f6644b2830c2e92d39a7287"}, "url": "http://172.30.9.36:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "a547d05c8f6644b2830c2e92d39a7287"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/b42d84afaf064e46b08584acd385cac2"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "b42d84afaf064e46b08584acd385cac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3840824a2743dfbcb8c1a69783e7ba"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "be3840824a2743dfbcb8c1a69783e7ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3c8f75258a4f8f9bb1082bce9882af"}, "url": "http://172.30.9.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/c98edb5e7e454cf794988da0a3be1bb5"}, "url": "http://172.30.9.36:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5592bc28c898431080bea2676267935c", "id": "c98edb5e7e454cf794988da0a3be1bb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ceeb03e98aed46d5936f152c3ffabab2"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d31669f894e246138ba51775d305f903", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d107f507e7b64d16985917cc523d5c09"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d107f507e7b64d16985917cc523d5c09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d5600b2618d54bb6b30ac4943c03add5"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d8fecdd40e8f4cf1a6ed15224cac2fea"}, "url": "http://172.30.9.36:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ddcd46064e32423a9a3f7e7aed575794"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "ddcd46064e32423a9a3f7e7aed575794"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e09ff417f55b4746abb394849eec0390"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e09ff417f55b4746abb394849eec0390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e0fe612f406b44a9b595d6741caf7c65"}, "url": "http://172.30.9.36:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "e0fe612f406b44a9b595d6741caf7c65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e293a88ddda94418bd035d779b87f9c3"}, "url": "http://172.30.9.36:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e293a88ddda94418bd035d779b87f9c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/eeb4ff75e1b647c48484384777360c5e"}, "url": "http://172.30.9.36:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d31669f894e246138ba51775d305f903", "id": "eeb4ff75e1b647c48484384777360c5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/fd6c08c016ad492199cad08a830a5469"}, "url": "http://172.30.9.36:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "fd6c08c016ad492199cad08a830a5469"}], "links": {"self": "http://172.30.9.36:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 09:15:37,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-b1d84711-9262-4152-babb-19091746057f 2018-08-20 09:15:37,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.108772039413s 2018-08-20 09:15:37,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-b1d84711-9262-4152-babb-19091746057f 2018-08-20 09:15:37,365 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.36:5000 2018-08-20 09:15:37,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 09:15:37,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:37,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d7d1592-a404-43f7-9ecb-a7541fe36429 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2f6c43d2e42d4e1392834307e9c373f7", "links": {"self": "http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 09:15:37,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8d7d1592-a404-43f7-9ecb-a7541fe36429 2018-08-20 09:15:37,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0991680622101s 2018-08-20 09:15:37,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8d7d1592-a404-43f7-9ecb-a7541fe36429 2018-08-20 09:15:37,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 09:15:37,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:37,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-089607d7-3cf3-4b6b-8344-00cfde6e9e57 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2f6c43d2e42d4e1392834307e9c373f7", "links": {"self": "http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 09:15:37,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-089607d7-3cf3-4b6b-8344-00cfde6e9e57 2018-08-20 09:15:37,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0894949436188s 2018-08-20 09:15:37,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-089607d7-3cf3-4b6b-8344-00cfde6e9e57 2018-08-20 09:15:37,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 09:15:37,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:37,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b6cdf9e-63ac-4ad0-8e38-ba0d09f5f734 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 09:15:37,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-4b6cdf9e-63ac-4ad0-8e38-ba0d09f5f734 2018-08-20 09:15:37,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0992460250854s 2018-08-20 09:15:37,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-4b6cdf9e-63ac-4ad0-8e38-ba0d09f5f734 2018-08-20 09:15:37,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 09:15:37,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:37,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86a65510-3857-46a7-b25f-49bfe11f595f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338", "links": {"self": "http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9401877e6f484b8991ce1561d153577c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 09:15:37,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-86a65510-3857-46a7-b25f-49bfe11f595f 2018-08-20 09:15:37,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117475032806s 2018-08-20 09:15:37,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-86a65510-3857-46a7-b25f-49bfe11f595f 2018-08-20 09:15:37,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 09:15:37,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:37,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dbaa00-ee2e-48e2-9e65-f6fdca8adce1 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952"}, "tags": [], "enabled": true, "id": "9ae439e78faa4f3db8355f0689853952", "parent_id": "default", "domain_id": "default", "name": "shaker-project_654317a8-2614-4da1-8d55-52997b07a338"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 09:15:37,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-98dbaa00-ee2e-48e2-9e65-f6fdca8adce1 2018-08-20 09:15:37,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105446100235s 2018-08-20 09:15:37,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-98dbaa00-ee2e-48e2-9e65-f6fdca8adce1 2018-08-20 09:15:37,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 09:15:37,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=9ae439e78faa4f3db8355f0689853952" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:38,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3efcffb-df3b-4159-97db-07c60fd77a13 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=9ae439e78faa4f3db8355f0689853952", "previous": null, "next": null}} 2018-08-20 09:15:38,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=9ae439e78faa4f3db8355f0689853952 used request id req-c3efcffb-df3b-4159-97db-07c60fd77a13 2018-08-20 09:15:38,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107385873795s 2018-08-20 09:15:38,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=b3efb973439c483da0b5bf17b7531ce0&scope.project.id=9ae439e78faa4f3db8355f0689853952 used request id req-c3efcffb-df3b-4159-97db-07c60fd77a13 2018-08-20 09:15:38,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 09:15:38,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:38,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bf0b886-b87d-4814-a19b-5e989279689b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 09:15:38,192 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-3bf0b886-b87d-4814-a19b-5e989279689b 2018-08-20 09:15:38,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.170065879822s 2018-08-20 09:15:38,192 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-3bf0b886-b87d-4814-a19b-5e989279689b 2018-08-20 09:15:38,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 09:15:38,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:38,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b824dd-a15d-4ed0-ac8b-b4e19f61494f Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2f6c43d2e42d4e1392834307e9c373f7", "links": {"self": "http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 09:15:38,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-62b824dd-a15d-4ed0-ac8b-b4e19f61494f 2018-08-20 09:15:38,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0975558757782s 2018-08-20 09:15:38,293 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-62b824dd-a15d-4ed0-ac8b-b4e19f61494f 2018-08-20 09:15:38,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 09:15:38,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-20 09:15:38,421 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58ffe55d-90a1-4141-9ecc-7e4184cb0436 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "decf1829bf2a4b25bab2561c971aa16c", "links": {"self": "http://172.30.9.36:5000/v3/roles/decf1829bf2a4b25bab2561c971aa16c"}, "name": "heat_stack_owner"}} 2018-08-20 09:15:38,421 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-58ffe55d-90a1-4141-9ecc-7e4184cb0436 2018-08-20 09:15:38,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.122862815857s 2018-08-20 09:15:38,422 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-58ffe55d-90a1-4141-9ecc-7e4184cb0436 2018-08-20 09:15:38,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 09:15:38,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:38,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aeb7a5c-099f-470a-b9bf-6eaa6ce282e2 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2f6c43d2e42d4e1392834307e9c373f7", "links": {"self": "http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "decf1829bf2a4b25bab2561c971aa16c", "links": {"self": "http://172.30.9.36:5000/v3/roles/decf1829bf2a4b25bab2561c971aa16c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 09:15:38,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9aeb7a5c-099f-470a-b9bf-6eaa6ce282e2 2018-08-20 09:15:38,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107302904129s 2018-08-20 09:15:38,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9aeb7a5c-099f-470a-b9bf-6eaa6ce282e2 2018-08-20 09:15:38,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 09:15:38,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:38,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b774d129-2ab9-454e-94f3-2c51f85ffa84 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 09:15:38,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-b774d129-2ab9-454e-94f3-2c51f85ffa84 2018-08-20 09:15:38,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0910210609436s 2018-08-20 09:15:38,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-b774d129-2ab9-454e-94f3-2c51f85ffa84 2018-08-20 09:15:38,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 09:15:38,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:38,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36adddf1-bfe0-4a4e-8432-5ea5865d8c3e Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338", "links": {"self": "http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9401877e6f484b8991ce1561d153577c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 09:15:38,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-36adddf1-bfe0-4a4e-8432-5ea5865d8c3e 2018-08-20 09:15:38,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121032953262s 2018-08-20 09:15:38,752 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-36adddf1-bfe0-4a4e-8432-5ea5865d8c3e 2018-08-20 09:15:38,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 09:15:38,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:38,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d666a75a-cc09-4e5b-8b62-76b253de8013 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952"}, "tags": [], "enabled": true, "id": "9ae439e78faa4f3db8355f0689853952", "parent_id": "default", "domain_id": "default", "name": "shaker-project_654317a8-2614-4da1-8d55-52997b07a338"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 09:15:38,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-d666a75a-cc09-4e5b-8b62-76b253de8013 2018-08-20 09:15:38,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100477933884s 2018-08-20 09:15:38,863 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-d666a75a-cc09-4e5b-8b62-76b253de8013 2018-08-20 09:15:38,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 09:15:38,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=decf1829bf2a4b25bab2561c971aa16c&scope.project.id=9ae439e78faa4f3db8355f0689853952" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:38,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b433bb94-423d-4762-8774-a7dd06a3fc50 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=decf1829bf2a4b25bab2561c971aa16c&scope.project.id=9ae439e78faa4f3db8355f0689853952", "previous": null, "next": null}} 2018-08-20 09:15:38,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=decf1829bf2a4b25bab2561c971aa16c&scope.project.id=9ae439e78faa4f3db8355f0689853952 used request id req-b433bb94-423d-4762-8774-a7dd06a3fc50 2018-08-20 09:15:38,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0881640911102s 2018-08-20 09:15:38,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=9401877e6f484b8991ce1561d153577c&role.id=decf1829bf2a4b25bab2561c971aa16c&scope.project.id=9ae439e78faa4f3db8355f0689853952 used request id req-b433bb94-423d-4762-8774-a7dd06a3fc50 2018-08-20 09:15:38,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 09:15:38,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/decf1829bf2a4b25bab2561c971aa16c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b1d878cef1846135438564e696cb558750ca851a" 2018-08-20 09:15:39,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 09:15:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0ca16a4-a574-45a6-9ea2-249490064ce4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 09:15:39,101 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/decf1829bf2a4b25bab2561c971aa16c used request id req-c0ca16a4-a574-45a6-9ea2-249490064ce4 2018-08-20 09:15:39,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.138407945633s 2018-08-20 09:15:39,101 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952/users/9401877e6f484b8991ce1561d153577c/roles/decf1829bf2a4b25bab2561c971aa16c used request id req-c0ca16a4-a574-45a6-9ea2-249490064ce4 2018-08-20 09:15:39,102 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 09:15:39,103 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 09:15:39,103 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 09:15:39,105 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 09:15:39,178 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 09:15:39,179 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 09:15:39,180 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 09:15:39,216 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 09:15:39,216 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 09:15:39,245 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 10:15:39,307 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 10:15:39,308 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=9ae439e78faa4f3db8355f0689853952 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 44044 22 OS_REGION_NAME=regionOne OS_USER_DOMAIN_NAME=Default OS_IMAGE_API_VERSION=2 USER=ubuntu PYTHONWARNINGS=ignore:Certificate has no, ignore:A true SSLContext object is not available OS_PROJECT_NAME=shaker-project_654317a8-2614-4da1-8d55-52997b07a338 CLOUDPROMPT_ENABLED=1 MAIL=/var/mail/ubuntu PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games OS_IDENTITY_API_VERSION=3 NOVA_VERSION=1.1 SDN_CONTROLLER_IP=192.30.9.8 PWD=/home/ubuntu OS_PASSWORD=6a345322-f40a-4a83-86cc-484105a942e4 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.36:5000 SDN_CONTROLLER_PASSWORD=rEwr9DwzXq8D7vzcc4guAZZMm OS_USERNAME=shaker-user_654317a8-2614-4da1-8d55-52997b07a338 SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.36,192.30.9.8 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 44044 192.168.120.7 22 OS_VOLUME_API_VERSION=3 COMPUTE_API_VERSION=1.1 OS_INTERFACE=public XDG_RUNTIME_DIR=/run/user/1000 OS_NO_CACHE=True OS_CLOUDNAME=overcloud OS_PROJECT_DOMAIN_NAME=Default _=/usr/bin/env 2018-08-20 09:15:40.141 1375 INFO shaker.engine.utils [-] Logging enabled 2018-08-20 09:15:40.144 1375 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-20 09:15:40.147 1375 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-20 09:15:40.153 1383 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-20 09:15:40.156 1383 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.207:9000 2018-08-20 09:15:40.156 1383 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-20 09:15:40.168 1375 INFO pykwalify.core [-] validation.valid 2018-08-20 09:15:52.325 1375 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-20 09:15:58.472 1375 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'f451c2e9-3711-4f9f-9ce8-916f9bd73ddc', u'links': [{u'href': u'http://172.30.9.36:8004/v1/9ae439e78faa4f3db8355f0689853952/stacks/shaker_mzdkro/f451c2e9-3711-4f9f-9ce8-916f9bd73ddc', u'rel': u'self'}]} 2018-08-20 09:19:41.596 1375 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_mzdkro_slave_0', 'shaker_mzdkro_master_0']) 2018-08-20 09:19:48.121 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-20 09:21:18.415 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-20 09:22:48.665 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-20 09:24:18.902 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-20 09:24:18.904 1375 INFO shaker.engine.server [-] Execution is done 2018-08-20 09:24:19.159 1375 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-20 10:15:39,309 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-20 10:15:39,309 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 10:15:39,311 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-20 10:15:39,349 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-20 10:15:39,350 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-20 10:15:39,377 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-20 10:15:39,381 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-20 10:15:39,382 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-20 10:15:39,385 - functest.opnfv_tests.openstack.shaker.shaker - ERROR - cannot get report files Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/shaker/shaker.py", line 112, in execute scpc.get('report.json', self.res_dir) File "/usr/lib/python2.7/site-packages/scp.py", line 198, in get self._recv_all() File "/usr/lib/python2.7/site-packages/scp.py", line 348, in _recv_all raise SCPException(asunicode(msg[1:])) SCPException: scp: report.json: No such file or directory 2018-08-20 10:15:39,533 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 10:15:39,533 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:20 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-20 10:15:39,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 10:15:39,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f6c43d2e42d4e1392834307e9c373f7", "name": "Member"}, {"id": "decf1829bf2a4b25bab2561c971aa16c", "name": "heat_stack_owner"}, {"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:15:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9ae439e78faa4f3db8355f0689853952", "name": "shaker-project_654317a8-2614-4da1-8d55-52997b07a338"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/9ae439e78faa4f3db8355f0689853952", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9ae439e78faa4f3db8355f0689853952", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/9ae439e78faa4f3db8355f0689853952", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/9ae439e78faa4f3db8355f0689853952", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/9ae439e78faa4f3db8355f0689853952", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/9ae439e78faa4f3db8355f0689853952", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338", "id": "9401877e6f484b8991ce1561d153577c"}, "audit_ids": ["vwIXpWIDSz6Ax4W9LNJ94A"], "issued_at": "2018-08-20T10:15:39.000000Z"}} 2018-08-20 10:15:39,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 10:15:39,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/9240432b-2610-4298-9c6a-17ad4d41f179.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:40,771 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1365c403-7add-4b4b-9b09-2309debe0c3c Content-Length: 0 Date: Mon, 20 Aug 2018 10:15:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:15:40,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/9240432b-2610-4298-9c6a-17ad4d41f179.json used request id req-1365c403-7add-4b4b-9b09-2309debe0c3c 2018-08-20 10:15:40,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.825438976288s 2018-08-20 10:15:40,772 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/9240432b-2610-4298-9c6a-17ad4d41f179.json used request id req-1365c403-7add-4b4b-9b09-2309debe0c3c 2018-08-20 10:15:40,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 10:15:40,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:40,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-aa9b99f2-1f84-4722-9246-a06168f9a566 Date: Mon, 20 Aug 2018 10:15:40 GMT RESP BODY: {"floatingips": []} 2018-08-20 10:15:40,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-aa9b99f2-1f84-4722-9246-a06168f9a566 2018-08-20 10:15:40,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.202329874039s 2018-08-20 10:15:40,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-aa9b99f2-1f84-4722-9246-a06168f9a566 2018-08-20 10:15:40,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 10:15:40,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:41,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10: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-1346548f-4b0b-4654-9767-c498e3f48e7c x-compute-request-id: req-1346548f-4b0b-4654-9767-c498e3f48e7c Content-Type: application/json 2018-08-20 10:15:41,694 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50 used request id req-1346548f-4b0b-4654-9767-c498e3f48e7c 2018-08-20 10:15:41,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.713226079941s 2018-08-20 10:15:41,694 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50 used request id req-1346548f-4b0b-4654-9767-c498e3f48e7c 2018-08-20 10:15:41,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 10:15:41,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:42,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb786bd0-fee8-4489-b5ab-fde12f400c8b x-compute-request-id: req-bb786bd0-fee8-4489-b5ab-fde12f400c8b Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_654317a8-2614-4da1-8d55-52997b07a338": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:01:4b", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:01:4b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/683bae71-6b11-4081-802a-74efab379e50", "rel": "bookmark"}], "image": {"id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "links": [{"href": "http://172.30.9.36:8774/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bf", "OS-SRV-USG:launched_at": "2018-08-20T09:14:09.000000", "flavor": {"id": "d320cebb-8743-4e45-88ca-d2df766d5cfb", "links": [{"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}]}, "id": "683bae71-6b11-4081-802a-74efab379e50", "security_groups": [{"name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}], "user_id": "9401877e6f484b8991ce1561d153577c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:15:41Z", "hostId": "e7cf4e24cae2a6a25a13b0463a9f3342377ff6b2e26104574c3b5008", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_654317a8-2614-4da1-8d55-52997b07a338", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_654317a8-2614-4da1-8d55-52997b07a338", "created": "2018-08-20T09:10:51Z", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:15:42,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bb786bd0-fee8-4489-b5ab-fde12f400c8b 2018-08-20 10:15:42,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01205396652s 2018-08-20 10:15:42,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bb786bd0-fee8-4489-b5ab-fde12f400c8b 2018-08-20 10:15:42,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 10:15:44,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 10:15:44,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:44,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4660e3e4-5c33-4bc3-bd92-25a4b1e51651 x-compute-request-id: req-4660e3e4-5c33-4bc3-bd92-25a4b1e51651 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:15:44,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4660e3e4-5c33-4bc3-bd92-25a4b1e51651 2018-08-20 10:15:44,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0884449481964s 2018-08-20 10:15:44,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4660e3e4-5c33-4bc3-bd92-25a4b1e51651 2018-08-20 10:15:44,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 10:15:44,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:45,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48439 X-Openstack-Request-Id: req-b7b5811e-ca7c-4daf-88f8-babf5db80e74 Date: Mon, 20 Aug 2018 10:15:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:44Z", "updated_at": "2018-08-20T09:10:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "17c33b77-4094-4d56-b8d1-a799741b2ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:44Z", "revision_number": 0, "id": "33dab84c-8bb4-499e-8f6a-e5bc354213b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:44Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T09:10:45Z", "revision_number": 0, "id": "a9d6578d-092a-43bb-a136-b6422b0f6336", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:45Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-20T09:10:47Z", "revision_number": 0, "id": "bc3c2355-0dbf-43b3-9b67-df9f95c8d45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:47Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:46Z", "revision_number": 0, "id": "c162a73e-3c2f-44e9-a773-e4d213933f69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:46Z", "security_group_id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 5, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "786ae143-034c-4fb6-aa74-acc1c76f1d74", "name": "shaker-sg_654317a8-2614-4da1-8d55-52997b07a338"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:15:45,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-b7b5811e-ca7c-4daf-88f8-babf5db80e74 2018-08-20 10:15:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205864906311s 2018-08-20 10:15:45,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-b7b5811e-ca7c-4daf-88f8-babf5db80e74 2018-08-20 10:15:45,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 10:15:45,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/security-groups/786ae143-034c-4fb6-aa74-acc1c76f1d74.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:45,193 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79198ba1-2467-4c7f-9210-239bacd95630 Content-Length: 0 Date: Mon, 20 Aug 2018 10:15:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:15:45,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/786ae143-034c-4fb6-aa74-acc1c76f1d74.json used request id req-79198ba1-2467-4c7f-9210-239bacd95630 2018-08-20 10:15:45,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.176587820053s 2018-08-20 10:15:45,194 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/786ae143-034c-4fb6-aa74-acc1c76f1d74.json used request id req-79198ba1-2467-4c7f-9210-239bacd95630 2018-08-20 10:15:45,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 10:15:45,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/shaker-kp_654317a8-2614-4da1-8d55-52997b07a338 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:45,268 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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-bf815681-716a-4745-8285-3b1b67bdf399 x-compute-request-id: req-bf815681-716a-4745-8285-3b1b67bdf399 Content-Length: 0 Content-Type: application/json 2018-08-20 10:15:45,268 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/shaker-kp_654317a8-2614-4da1-8d55-52997b07a338 used request id req-bf815681-716a-4745-8285-3b1b67bdf399 2018-08-20 10:15:45,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0734448432922s 2018-08-20 10:15:45,268 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/shaker-kp_654317a8-2614-4da1-8d55-52997b07a338 used request id req-bf815681-716a-4745-8285-3b1b67bdf399 2018-08-20 10:15:45,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 10:15:45,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" -d '{"subnet_id": "f849f005-fd61-4a87-a188-879f0f33b429"}' 2018-08-20 10:15:47,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de4a6ce2-cf2c-47e8-9a64-b20b041aba3d Date: Mon, 20 Aug 2018 10:15:47 GMT RESP BODY: {"network_id": "9e135a04-1c38-4fcd-ab26-80e0c464d936", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "subnet_id": "f849f005-fd61-4a87-a188-879f0f33b429", "subnet_ids": ["f849f005-fd61-4a87-a188-879f0f33b429"], "port_id": "d3796c49-c236-46d8-81b2-13f326c9c7e3", "id": "fe8f950a-e451-40f5-bbf3-2bfef1866015"} 2018-08-20 10:15:47,020 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015/remove_router_interface.json used request id req-de4a6ce2-cf2c-47e8-9a64-b20b041aba3d 2018-08-20 10:15:47,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75150990486s 2018-08-20 10:15:47,020 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015/remove_router_interface.json used request id req-de4a6ce2-cf2c-47e8-9a64-b20b041aba3d returning object fe8f950a-e451-40f5-bbf3-2bfef1866015 2018-08-20 10:15:47,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 10:15:47,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:47,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2050b3a7-9461-4253-acae-20cad93655b2 Date: Mon, 20 Aug 2018 10:15:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:15:46Z", "revision_number": 4, "routes": [], "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "fe8f950a-e451-40f5-bbf3-2bfef1866015", "name": "shaker-router_654317a8-2614-4da1-8d55-52997b07a338"}]} 2018-08-20 10:15:47,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-2050b3a7-9461-4253-acae-20cad93655b2 2018-08-20 10:15:47,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.298587799072s 2018-08-20 10:15:47,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-2050b3a7-9461-4253-acae-20cad93655b2 2018-08-20 10:15:47,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 10:15:47,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:48,800 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a561753c-44d7-4e59-a7c1-3a5fba23a696 Content-Length: 0 Date: Mon, 20 Aug 2018 10:15:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:15:48,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015.json used request id req-a561753c-44d7-4e59-a7c1-3a5fba23a696 2018-08-20 10:15:48,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.47928285599s 2018-08-20 10:15:48,801 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/fe8f950a-e451-40f5-bbf3-2bfef1866015.json used request id req-a561753c-44d7-4e59-a7c1-3a5fba23a696 2018-08-20 10:15:48,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 10:15:48,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:49,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-0b1ccdd9-1a98-4f8c-aedf-ef563feff63a Date: Mon, 20 Aug 2018 10:15:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T09:10:20Z","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":"9ae439e78faa4f3db8355f0689853952","id":"f849f005-fd61-4a87-a188-879f0f33b429","subnetpool_id":null,"name":"shaker-subnet_654317a8-2614-4da1-8d55-52997b07a338"}]} 2018-08-20 10:15:49,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0b1ccdd9-1a98-4f8c-aedf-ef563feff63a 2018-08-20 10:15:49,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.219183921814s 2018-08-20 10:15:49,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0b1ccdd9-1a98-4f8c-aedf-ef563feff63a 2018-08-20 10:15:49,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 10:15:49,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/f849f005-fd61-4a87-a188-879f0f33b429.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:51,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-999d4c8b-ed22-40fe-8397-2e57dbaf3af0 Date: Mon, 20 Aug 2018 10:15:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:15:51,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/f849f005-fd61-4a87-a188-879f0f33b429.json used request id req-999d4c8b-ed22-40fe-8397-2e57dbaf3af0 2018-08-20 10:15:51,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3036980629s 2018-08-20 10:15:51,327 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/f849f005-fd61-4a87-a188-879f0f33b429.json used request id req-999d4c8b-ed22-40fe-8397-2e57dbaf3af0 2018-08-20 10:15:51,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 10:15:51,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:51,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-bc4763ce-71ba-440b-aeb3-f66bfaa1a5a3 Date: Mon, 20 Aug 2018 10:15:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9e135a04-1c38-4fcd-ab26-80e0c464d936","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9ae439e78faa4f3db8355f0689853952","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:15:51Z","provider:segmentation_id":31,"name":"shaker-net_654317a8-2614-4da1-8d55-52997b07a338","admin_state_up":true,"tenant_id":"9ae439e78faa4f3db8355f0689853952","created_at":"2018-08-20T09:10:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:15:51,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bc4763ce-71ba-440b-aeb3-f66bfaa1a5a3 2018-08-20 10:15:51,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26836514473s 2018-08-20 10:15:51,596 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-bc4763ce-71ba-440b-aeb3-f66bfaa1a5a3 2018-08-20 10:15:51,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 10:15:51,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/9e135a04-1c38-4fcd-ab26-80e0c464d936.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:52,647 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-449a03b7-724f-4ced-a479-e814c9b16d2c Date: Mon, 20 Aug 2018 10:15:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:15:52,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/9e135a04-1c38-4fcd-ab26-80e0c464d936.json used request id req-449a03b7-724f-4ced-a479-e814c9b16d2c 2018-08-20 10:15:52,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.04992198944s 2018-08-20 10:15:52,647 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/9e135a04-1c38-4fcd-ab26-80e0c464d936.json used request id req-449a03b7-724f-4ced-a479-e814c9b16d2c 2018-08-20 10:15:52,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 10:15:52,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:53,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-e835e5bb-599e-4285-b415-95f5ab1cac7f Date: Mon, 20 Aug 2018 10:15:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/snap", "metadata": {}}], "file": "/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/file", "owner": "9ae439e78faa4f3db8355f0689853952", "id": "c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "size": 666173440, "self": "/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-20T09:10:43Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_654317a8-2614-4da1-8d55-52997b07a338", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-20T09:10:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 10:15:53,252 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-e835e5bb-599e-4285-b415-95f5ab1cac7f 2018-08-20 10:15:53,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.601529121399s 2018-08-20 10:15:53,252 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-e835e5bb-599e-4285-b415-95f5ab1cac7f 2018-08-20 10:15:53,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 10:15:53,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}00f511669fb50f47f86d6ed27ffd80e7c6e9d43e" 2018-08-20 10:15:54,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-097cce3f-a1ec-4941-b21d-fb7c2cb2707d Date: Mon, 20 Aug 2018 10:15:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:15:54,652 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5 used request id req-097cce3f-a1ec-4941-b21d-fb7c2cb2707d 2018-08-20 10:15:54,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.39886879921s 2018-08-20 10:15:54,652 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/c81fd6a8-9ee6-489b-861a-bf0d4d6237b5 used request id req-097cce3f-a1ec-4941-b21d-fb7c2cb2707d 2018-08-20 10:15:54,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 10:15:54,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 10:15:55,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["B_hVuU3YQbmWYQvjad_uiQ"], "issued_at": "2018-08-20T10:15:55.000000Z"}} 2018-08-20 10:15:55,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:55,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea1ee8cb-3dcf-4b5b-a032-4148ce56c902 x-compute-request-id: req-ea1ee8cb-3dcf-4b5b-a032-4148ce56c902 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_654317a8-2614-4da1-8d55-52997b07a338", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "d320cebb-8743-4e45-88ca-d2df766d5cfb"}]} 2018-08-20 10:15:55,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-ea1ee8cb-3dcf-4b5b-a032-4148ce56c902 2018-08-20 10:15:55,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.01463913918s 2018-08-20 10:15:55,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-ea1ee8cb-3dcf-4b5b-a032-4148ce56c902 2018-08-20 10:15:55,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 10:15:55,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:55,710 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:15:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8becddc-a16d-4f63-9806-3faa0e2a946a x-compute-request-id: req-f8becddc-a16d-4f63-9806-3faa0e2a946a Content-Length: 0 Content-Type: application/json 2018-08-20 10:15:55,710 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb used request id req-f8becddc-a16d-4f63-9806-3faa0e2a946a 2018-08-20 10:15:55,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0409851074219s 2018-08-20 10:15:55,710 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/d320cebb-8743-4e45-88ca-d2df766d5cfb used request id req-f8becddc-a16d-4f63-9806-3faa0e2a946a 2018-08-20 10:15:55,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 10:15:55,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:55,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3349bfe2-34f6-4592-8b2b-5d4d6836c9fe Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338", "links": {"self": "http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9401877e6f484b8991ce1561d153577c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:15:55,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-3349bfe2-34f6-4592-8b2b-5d4d6836c9fe 2018-08-20 10:15:55,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115864038467s 2018-08-20 10:15:55,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-3349bfe2-34f6-4592-8b2b-5d4d6836c9fe 2018-08-20 10:15:55,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 10:15:55,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:55,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f30cf386-4fbc-47cc-9672-9f6c48c75dac Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_654317a8-2614-4da1-8d55-52997b07a338", "links": {"self": "http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9401877e6f484b8991ce1561d153577c", "description": null}} 2018-08-20 10:15:55,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c used request id req-f30cf386-4fbc-47cc-9672-9f6c48c75dac 2018-08-20 10:15:55,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108938932419s 2018-08-20 10:15:55,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c used request id req-f30cf386-4fbc-47cc-9672-9f6c48c75dac 2018-08-20 10:15:55,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 10:15:55,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:56,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:15:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7764ac49-5b28-484f-bcce-d586083a7335 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:15:56,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c used request id req-7764ac49-5b28-484f-bcce-d586083a7335 2018-08-20 10:15:56,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.254664897919s 2018-08-20 10:15:56,198 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/9401877e6f484b8991ce1561d153577c used request id req-7764ac49-5b28-484f-bcce-d586083a7335 2018-08-20 10:15:56,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 10:15:56,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:56,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da56b79c-4f2e-4259-8203-0e0601729b3b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952"}, "tags": [], "enabled": true, "id": "9ae439e78faa4f3db8355f0689853952", "parent_id": "default", "domain_id": "default", "name": "shaker-project_654317a8-2614-4da1-8d55-52997b07a338"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 10:15:56,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-da56b79c-4f2e-4259-8203-0e0601729b3b 2018-08-20 10:15:56,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0963559150696s 2018-08-20 10:15:56,302 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-da56b79c-4f2e-4259-8203-0e0601729b3b 2018-08-20 10:15:56,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 10:15:56,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:56,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:15:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd24aa39-2575-4b33-a724-ec93deb40a43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:15:56,501 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-cd24aa39-2575-4b33-a724-ec93deb40a43 2018-08-20 10:15:56,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.194643974304s 2018-08-20 10:15:56,501 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-cd24aa39-2575-4b33-a724-ec93deb40a43 2018-08-20 10:15:56,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 10:15:56,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:56,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed61b767-d90c-4502-bcfc-08583d0f00e9 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2f6c43d2e42d4e1392834307e9c373f7", "links": {"self": "http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7"}, "name": "Member"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "decf1829bf2a4b25bab2561c971aa16c", "links": {"self": "http://172.30.9.36:5000/v3/roles/decf1829bf2a4b25bab2561c971aa16c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:15:56,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ed61b767-d90c-4502-bcfc-08583d0f00e9 2018-08-20 10:15:56,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101532936096s 2018-08-20 10:15:56,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ed61b767-d90c-4502-bcfc-08583d0f00e9 2018-08-20 10:15:56,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 10:15:56,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:56,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:15:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a49432d8-c442-4184-b185-bcf531d7acc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:15:56,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7 used request id req-a49432d8-c442-4184-b185-bcf531d7acc6 2018-08-20 10:15:56,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.145957946777s 2018-08-20 10:15:56,759 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2f6c43d2e42d4e1392834307e9c373f7 used request id req-a49432d8-c442-4184-b185-bcf531d7acc6 2018-08-20 10:15:56,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 10:15:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:56,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4903338b-dea8-4598-bb85-fe3b6c2acf7d Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "decf1829bf2a4b25bab2561c971aa16c", "links": {"self": "http://172.30.9.36:5000/v3/roles/decf1829bf2a4b25bab2561c971aa16c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:15:56,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4903338b-dea8-4598-bb85-fe3b6c2acf7d 2018-08-20 10:15:56,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0846910476685s 2018-08-20 10:15:56,847 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4903338b-dea8-4598-bb85-fe3b6c2acf7d 2018-08-20 10:15:56,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 10:15:56,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/decf1829bf2a4b25bab2561c971aa16c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f84b54d640fbba62d31ee0138f718a01c0d7f85b" 2018-08-20 10:15:56,986 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:15:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-092e6be4-cbd5-4078-9b71-a17757ccac68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:15:56,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/decf1829bf2a4b25bab2561c971aa16c used request id req-092e6be4-cbd5-4078-9b71-a17757ccac68 2018-08-20 10:15:56,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.133759021759s 2018-08-20 10:15:56,987 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/decf1829bf2a4b25bab2561c971aa16c used request id req-092e6be4-cbd5-4078-9b71-a17757ccac68 2018-08-20 10:15:56,987 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-20 10:15:57,045 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-20 10:15:57,451 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-20 10:15:57,451 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-20 10:15:57,452 - openstack_tests - INFO - OS Credentials = > 2018-08-20 10:15:57,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:57,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:15:57,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:15:57,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:15:57,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:15:57,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:15:57,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:15:57,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:15:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Lv-2juHfT3yTYs8TMeRg6g"], "issued_at": "2018-08-20T10:15:57.000000Z"}} 2018-08-20 10:15:57,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28be4871209e2039eb70dcf15489254651b26294" 2018-08-20 10:15:58,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-e4460374-cd4d-4a3c-8f4e-85d2f78ee85f Date: Mon, 20 Aug 2018 10:15:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:15:58,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?router%3Aexternal=True used request id req-e4460374-cd4d-4a3c-8f4e-85d2f78ee85f 2018-08-20 10:15:58,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28be4871209e2039eb70dcf15489254651b26294" 2018-08-20 10:15:58,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3828fdf4-6798-4e29-9f9a-57e5f7882882 Date: Mon, 20 Aug 2018 10:15:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 10:15:58,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-3828fdf4-6798-4e29-9f9a-57e5f7882882 2018-08-20 10:15:58,799 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-20 10:15:58,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 10:15:58,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 10:15:58,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 10:15:58,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 10:15:58,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 10:15:58,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 10:15:58,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 10:15:58,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 10:15:58,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 10:15:58,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 10:15:58,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 10:15:58,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 10:15:58,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 10:15:58,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 10:15:58,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 10:15:58,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 10:15:58,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 10:15:58,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-20 10:15:58,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:15:58,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d33bf6-3d08-404c-8780-aae0a545e26e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:15:58,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-01d33bf6-3d08-404c-8780-aae0a545e26e 2018-08-20 10:15:58,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 10:15:59,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:15:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["bLiPiVs4TriTMmzXVnJpAg"], "issued_at": "2018-08-20T10:15:59.000000Z"}} 2018-08-20 10:15:59,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b85dd9127d6f459e2e86b1a1e85dbc7b431e974" 2018-08-20 10:15:59,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-369871ee-3366-4975-bf4b-b83d784ee391 x-compute-request-id: req-369871ee-3366-4975-bf4b-b83d784ee391 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.36:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.60", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-08-20 10:15:59,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/ used request id req-369871ee-3366-4975-bf4b-b83d784ee391 2018-08-20 10:15:59,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 1.08625006676s 2018-08-20 10:15:59,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/ used request id req-369871ee-3366-4975-bf4b-b83d784ee391 2018-08-20 10:15:59,892 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.36:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.60', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-08-20 10:15:59,893 - functest.utils.functest_utils - DEBUG - nova version: (2, 60) 2018-08-20 10:15:59,893 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-08-20 10:15:59,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,927 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,943 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:15:59,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:00,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["1IHy2lYwQGWlee0Jg4eTTw"], "issued_at": "2018-08-20T10:16:00.000000Z"}} 2018-08-20 10:16:00,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e049051a8d2d50f0a3da45b89d10af65a1af2f3f" 2018-08-20 10:16:00,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2437d6a1-d95e-403a-8ded-c39dad3cb9a1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:00,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2437d6a1-d95e-403a-8ded-c39dad3cb9a1 2018-08-20 10:16:00,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:00,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:00,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Lck_oZ7IQomTLldT22McKQ"], "issued_at": "2018-08-20T10:16:00.000000Z"}} 2018-08-20 10:16:00,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:00,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ec00691-8288-4cce-9d9a-6d818b9c9794 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:00,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7ec00691-8288-4cce-9d9a-6d818b9c9794 2018-08-20 10:16:00,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:00,952 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:00,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ec869d27-3d5f-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:00,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59bc7a97-37ce-417f-82e3-cf2bebf977d1 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ec869d27-3d5f-436-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:16:00,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ec869d27-3d5f-436-proj used request id req-59bc7a97-37ce-417f-82e3-cf2bebf977d1 2018-08-20 10:16:00,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:00,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4de228c-b318-45a0-bac8-f4de7cf09427 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:00,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e4de228c-b318-45a0-bac8-f4de7cf09427 2018-08-20 10:16:01,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj"}}' 2018-08-20 10:16:01,130 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e44e8e1f-b539-4795-9679-6a802cb0e57e Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281"}, "tags": [], "enabled": true, "id": "ffdc0ea772dc44009e97beb394013281", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj"}} 2018-08-20 10:16:01,130 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-e44e8e1f-b539-4795-9679-6a802cb0e57e 2018-08-20 10:16:01,130 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ec869d27-3d5f-436-proj 2018-08-20 10:16:01,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:01,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:01,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["cWGjYDeiTM6j9pWXshAJ1A"], "issued_at": "2018-08-20T10:16:01.000000Z"}} 2018-08-20 10:16:01,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90b0c3de7617d88c677ae95f587cfcd731345675" 2018-08-20 10:16:01,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b840d5-a00c-461b-bb3d-cc4fb3694271 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:01,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c7b840d5-a00c-461b-bb3d-cc4fb3694271 2018-08-20 10:16:01,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:01,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:01,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90b0c3de7617d88c677ae95f587cfcd731345675" 2018-08-20 10:16:01,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b7cb36-43b2-4271-998a-8e5ff2ee2761 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:16:01,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-18b7cb36-43b2-4271-998a-8e5ff2ee2761 2018-08-20 10:16:01,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-ec869d27-3d5f-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90b0c3de7617d88c677ae95f587cfcd731345675" 2018-08-20 10:16:01,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb358c1a-9908-4d1d-a5f4-b77566c6899a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-ec869d27-3d5f-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281"}, "tags": [], "enabled": true, "id": "ffdc0ea772dc44009e97beb394013281", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj"}]} 2018-08-20 10:16:01,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-ec869d27-3d5f-436-proj used request id req-fb358c1a-9908-4d1d-a5f4-b77566c6899a 2018-08-20 10:16:01,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90b0c3de7617d88c677ae95f587cfcd731345675" 2018-08-20 10:16:01,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4032a784-6dab-4846-8700-ac5cb4831b95 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:01,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-4032a784-6dab-4846-8700-ac5cb4831b95 2018-08-20 10:16:02,393 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ec869d27-3d5f-436-user 2018-08-20 10:16:02,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:02,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:02,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee6045e-3609-474d-8262-a2c6c7d07feb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:02,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fee6045e-3609-474d-8262-a2c6c7d07feb 2018-08-20 10:16:02,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" -d '{"role": {"name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj-role"}}' 2018-08-20 10:16:02,602 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-842171d9-e3dd-439d-a39f-68cd245ef67a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0c2e96b482a84572ad3d4b891862f57f", "links": {"self": "http://172.30.9.36:5000/v3/roles/0c2e96b482a84572ad3d4b891862f57f"}, "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj-role"}} 2018-08-20 10:16:02,602 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-842171d9-e3dd-439d-a39f-68cd245ef67a 2018-08-20 10:16:02,603 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ec869d27-3d5f-436-proj-role 2018-08-20 10:16:02,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/0c2e96b482a84572ad3d4b891862f57f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:02,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659acdc6-ed69-4c18-8de0-6e2a93582a50 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0c2e96b482a84572ad3d4b891862f57f", "links": {"self": "http://172.30.9.36:5000/v3/roles/0c2e96b482a84572ad3d4b891862f57f"}, "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj-role"}} 2018-08-20 10:16:02,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/0c2e96b482a84572ad3d4b891862f57f used request id req-659acdc6-ed69-4c18-8de0-6e2a93582a50 2018-08-20 10:16:02,701 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ec869d27-3d5f-436-proj-role to project CreateSecurityGroupTests-ec869d27-3d5f-436-proj 2018-08-20 10:16:02,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281/users/eef5d8754553424198b58dd1988639b9/roles/0c2e96b482a84572ad3d4b891862f57f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:02,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b657690-3d0c-4ef2-80d7-0242013b4187 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:02,832 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281/users/eef5d8754553424198b58dd1988639b9/roles/0c2e96b482a84572ad3d4b891862f57f used request id req-2b657690-3d0c-4ef2-80d7-0242013b4187 2018-08-20 10:16:02,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:02,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:02,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:02,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:02,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:02,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:02,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:03,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c2e96b482a84572ad3d4b891862f57f", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj-role"}], "expires_at": "2018-08-20T11:16:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffdc0ea772dc44009e97beb394013281", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ffdc0ea772dc44009e97beb394013281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ffdc0ea772dc44009e97beb394013281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ffdc0ea772dc44009e97beb394013281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ffdc0ea772dc44009e97beb394013281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-user", "id": "eef5d8754553424198b58dd1988639b9"}, "audit_ids": ["_PR4CbONTguuJHzyclvmqw"], "issued_at": "2018-08-20T10:16:03.000000Z"}} 2018-08-20 10:16:03,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:03,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12357584-0cd4-433b-a9a4-b14c39cbed2d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:03,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-12357584-0cd4-433b-a9a4-b14c39cbed2d 2018-08-20 10:16:03,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:03,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:03,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:03,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:03,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:03,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:04,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4d4dde2f-c79f-428f-ba98-deebcc333feb Date: Mon, 20 Aug 2018 10:16:04 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:16:04,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname&description=hello+group used request id req-4d4dde2f-c79f-428f-ba98-deebcc333feb 2018-08-20 10:16:04,081 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname... 2018-08-20 10:16:04,081 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname 2018-08-20 10:16:04,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" -d '{"security_group": {"name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname", "description": "hello group"}}' 2018-08-20 10:16:04,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-1c3e4970-5cc6-4ed0-a6de-e8abcc142be7 Date: Mon, 20 Aug 2018 10:16:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 2, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}} 2018-08-20 10:16:04,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-1c3e4970-5cc6-4ed0-a6de-e8abcc142be7 2018-08-20 10:16:04,540 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:04,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:04,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c7882560-ce29-41a2-912e-aa793c3be9a4 Date: Mon, 20 Aug 2018 10:16:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}]} 2018-08-20 10:16:04,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-c7882560-ce29-41a2-912e-aa793c3be9a4 2018-08-20 10:16:04,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:04,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:04,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ff2a44a8-8409-4cc2-a46b-89cac6a47b7d Date: Mon, 20 Aug 2018 10:16:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}]} 2018-08-20 10:16:04,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-ff2a44a8-8409-4cc2-a46b-89cac6a47b7d 2018-08-20 10:16:04,981 - neutron_utils - INFO - Retrieving security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:04,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:05,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b10c6702-a1e7-47ee-a469-c44371bb9522 Date: Mon, 20 Aug 2018 10:16:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 2, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:05,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-b10c6702-a1e7-47ee-a469-c44371bb9522 2018-08-20 10:16:05,217 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:05,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:05,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d5ceef2-1fde-4711-948c-a79209844032 Date: Mon, 20 Aug 2018 10:16:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}]} 2018-08-20 10:16:05,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-7d5ceef2-1fde-4711-948c-a79209844032 2018-08-20 10:16:05,424 - neutron_utils - INFO - Retrieving security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:05,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:05,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1e545875-088f-4144-a902-d926735a0303 Date: Mon, 20 Aug 2018 10:16:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 2, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:05,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-1e545875-088f-4144-a902-d926735a0303 2018-08-20 10:16:05,481 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:05,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:05,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6fcc147d-4a16-4995-8128-5048c95c9ead Date: Mon, 20 Aug 2018 10:16:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}]} 2018-08-20 10:16:05,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-6fcc147d-4a16-4995-8128-5048c95c9ead 2018-08-20 10:16:05,674 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname 2018-08-20 10:16:05,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:05,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-bd3a3fa6-e116-457e-a5a8-eb7b03b8da38 Date: Mon, 20 Aug 2018 10:16:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 2, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:05,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname used request id req-bd3a3fa6-e116-457e-a5a8-eb7b03b8da38 2018-08-20 10:16:05,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:05,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:05,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:06,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-862c5f2e-ecd3-4fcd-8dff-4f28e7946f04 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ffdc0ea772dc44009e97beb394013281", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj"}} 2018-08-20 10:16:06,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281 used request id req-862c5f2e-ecd3-4fcd-8dff-4f28e7946f04 2018-08-20 10:16:06,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:06,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:06,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b92400a8-4b61-4272-9243-3df7e2f2ee01 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}]} 2018-08-20 10:16:06,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-b92400a8-4b61-4272-9243-3df7e2f2ee01 2018-08-20 10:16:06,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}b76041274e5cccc44daf462d188c14c96d661c11" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726"}}' 2018-08-20 10:16:06,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-9c8debfb-4f36-4557-89f0-5c7042a9e516 Date: Mon, 20 Aug 2018 10:16:06 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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}} 2018-08-20 10:16:06,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-9c8debfb-4f36-4557-89f0-5c7042a9e516 2018-08-20 10:16:06,831 - neutron_utils - INFO - Retrieving security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:06,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:07,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-6b1305d1-e344-47f2-acad-d2c618216520 Date: Mon, 20 Aug 2018 10:16:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:06Z", "revision_number": 0, "id": "a21cf887-718c-449e-96eb-6828adeca715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 3, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:07,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-6b1305d1-e344-47f2-acad-d2c618216520 2018-08-20 10:16:07,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:07,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:07,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9b2bfc80-7681-4d19-980a-fb5881c9cc1b Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:07,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-9b2bfc80-7681-4d19-980a-fb5881c9cc1b 2018-08-20 10:16:07,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:07,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c2e96b482a84572ad3d4b891862f57f", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj-role"}], "expires_at": "2018-08-20T11:16:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffdc0ea772dc44009e97beb394013281", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ffdc0ea772dc44009e97beb394013281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ffdc0ea772dc44009e97beb394013281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ffdc0ea772dc44009e97beb394013281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ffdc0ea772dc44009e97beb394013281", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ffdc0ea772dc44009e97beb394013281", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ffdc0ea772dc44009e97beb394013281", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-user", "id": "eef5d8754553424198b58dd1988639b9"}, "audit_ids": ["6C-epDHvSBWEYqsl9WPz9A"], "issued_at": "2018-08-20T10:16:07.000000Z"}} 2018-08-20 10:16:07,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:07,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-18166f35-b3f6-4db1-beb4-b4cbe78399f3 Date: Mon, 20 Aug 2018 10:16:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:06Z", "revision_number": 0, "id": "a21cf887-718c-449e-96eb-6828adeca715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 3, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:07,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname&description=hello+group used request id req-18166f35-b3f6-4db1-beb4-b4cbe78399f3 2018-08-20 10:16:07,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:07,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:08,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-98efac59-0f49-4d41-984f-a34e97ac3dad Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:08,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-98efac59-0f49-4d41-984f-a34e97ac3dad 2018-08-20 10:16:08,087 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:08,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:08,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-8dd0efce-086d-4eff-8b66-d7a3ab7da370 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:08,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-8dd0efce-086d-4eff-8b66-d7a3ab7da370 2018-08-20 10:16:08,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:08,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-2e3f97bb-4e7f-4037-84cf-d853cc65a3db Date: Mon, 20 Aug 2018 10:16:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:06Z", "revision_number": 0, "id": "a21cf887-718c-449e-96eb-6828adeca715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 3, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:08,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname used request id req-2e3f97bb-4e7f-4037-84cf-d853cc65a3db 2018-08-20 10:16:08,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:08,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:08,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0064e582-18f8-4754-b78e-4bbddf55121a Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:08,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-0064e582-18f8-4754-b78e-4bbddf55121a 2018-08-20 10:16:08,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:08,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-f5ef2743-1b5e-44cc-9f70-ab598b0bfe02 Date: Mon, 20 Aug 2018 10:16:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:06Z", "revision_number": 0, "id": "a21cf887-718c-449e-96eb-6828adeca715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 3, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:08,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname used request id req-f5ef2743-1b5e-44cc-9f70-ab598b0bfe02 2018-08-20 10:16:08,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:08,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:09,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0ba530ad-c686-4dca-978d-431cd83cb461 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:09,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-0ba530ad-c686-4dca-978d-431cd83cb461 2018-08-20 10:16:09,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:09,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-231fd7b7-7524-42ec-adba-16860f9d90c2 Date: Mon, 20 Aug 2018 10:16:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:06Z", "revision_number": 0, "id": "a21cf887-718c-449e-96eb-6828adeca715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 3, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:09,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname used request id req-231fd7b7-7524-42ec-adba-16860f9d90c2 2018-08-20 10:16:09,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:09,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:09,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9f53de5f-39b6-4970-b7fb-a7acc867ec17 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:09,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-9f53de5f-39b6-4970-b7fb-a7acc867ec17 2018-08-20 10:16:09,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:09,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:09,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9dceaf01-8132-4358-a01f-fba7b54fd9be Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:09,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-9dceaf01-8132-4358-a01f-fba7b54fd9be 2018-08-20 10:16:09,384 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname 2018-08-20 10:16:09,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:09,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-70e4293a-4d28-4a61-b2ce-880173d9f4aa Date: Mon, 20 Aug 2018 10:16:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "updated_at": "2018-08-20T10:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "revision_number": 0, "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:06Z", "revision_number": 0, "id": "a21cf887-718c-449e-96eb-6828adeca715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 3, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "name": "CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname"}]} 2018-08-20 10:16:09,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname used request id req-70e4293a-4d28-4a61-b2ce-880173d9f4aa 2018-08-20 10:16:09,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:09,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea91834e-042b-4261-aceb-d670c7e04421 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ffdc0ea772dc44009e97beb394013281", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj"}} 2018-08-20 10:16:09,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281 used request id req-ea91834e-042b-4261-aceb-d670c7e04421 2018-08-20 10:16:09,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:09,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:09,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-dea08722-dfcd-4f40-919d-e624fbea79e9 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:09,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-dea08722-dfcd-4f40-919d-e624fbea79e9 2018-08-20 10:16:09,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}b76041274e5cccc44daf462d188c14c96d661c11" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726"}}' 2018-08-20 10:16:10,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-fc2e2827-0b0e-4b5a-80dd-e5f0a89226ec Date: Mon, 20 Aug 2018 10:16:10 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-08-20T10:16:10Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:10Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "65b99dc3-fe1f-4a7a-9c72-a33eeaf6faa3"}} 2018-08-20 10:16:10,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-fc2e2827-0b0e-4b5a-80dd-e5f0a89226ec 2018-08-20 10:16:10,106 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56b47a64-fcb2-44ea-b85c-5f35c39aa726 2018-08-20 10:16:10,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9581ae0d9e5a9b838616b8a86c07ca00ddebd2e4" 2018-08-20 10:16:10,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-62f673dc-c059-434a-98a7-f93e5092e580 Date: Mon, 20 Aug 2018 10:16:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "128fba7f-79a7-45d0-ad46-ddc794ac7d03"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:04Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:04Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "326ba9ff-9caa-4b62-9b28-7c1a497c6a31"}, {"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-08-20T10:16:10Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:10Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "65b99dc3-fe1f-4a7a-9c72-a33eeaf6faa3"}, {"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-08-20T10:16:06Z", "security_group_id": "56b47a64-fcb2-44ea-b85c-5f35c39aa726", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:06Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "a21cf887-718c-449e-96eb-6828adeca715"}]} 2018-08-20 10:16:10,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-62f673dc-c059-434a-98a7-f93e5092e580 2018-08-20 10:16:10,307 - neutron_utils - INFO - Deleting security group rule with ID - 128fba7f-79a7-45d0-ad46-ddc794ac7d03 2018-08-20 10:16:10,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/128fba7f-79a7-45d0-ad46-ddc794ac7d03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:10,592 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1a13ac1-0f07-4c6e-a854-b4ca1f0528da Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:10,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/128fba7f-79a7-45d0-ad46-ddc794ac7d03 used request id req-d1a13ac1-0f07-4c6e-a854-b4ca1f0528da 2018-08-20 10:16:10,592 - neutron_utils - INFO - Deleting security group rule with ID - 326ba9ff-9caa-4b62-9b28-7c1a497c6a31 2018-08-20 10:16:10,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/326ba9ff-9caa-4b62-9b28-7c1a497c6a31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:10,733 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9714ba73-54b5-4a3f-8231-373616a943c9 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:10,733 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/326ba9ff-9caa-4b62-9b28-7c1a497c6a31 used request id req-9714ba73-54b5-4a3f-8231-373616a943c9 2018-08-20 10:16:10,734 - neutron_utils - INFO - Deleting security group rule with ID - 65b99dc3-fe1f-4a7a-9c72-a33eeaf6faa3 2018-08-20 10:16:10,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/65b99dc3-fe1f-4a7a-9c72-a33eeaf6faa3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:11,007 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aadac16b-c918-4ad9-b5dd-6eb90332bb0c Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:11,007 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/65b99dc3-fe1f-4a7a-9c72-a33eeaf6faa3 used request id req-aadac16b-c918-4ad9-b5dd-6eb90332bb0c 2018-08-20 10:16:11,007 - neutron_utils - INFO - Deleting security group rule with ID - a21cf887-718c-449e-96eb-6828adeca715 2018-08-20 10:16:11,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/a21cf887-718c-449e-96eb-6828adeca715 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:11,280 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab7bfc87-9a55-4650-aa0d-9be3221a71ad Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:11,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/a21cf887-718c-449e-96eb-6828adeca715 used request id req-ab7bfc87-9a55-4650-aa0d-9be3221a71ad 2018-08-20 10:16:11,281 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8a1997ab-904a-4138-bdbb-e08831886dccname 2018-08-20 10:16:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/56b47a64-fcb2-44ea-b85c-5f35c39aa726 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76041274e5cccc44daf462d188c14c96d661c11" 2018-08-20 10:16:11,975 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a434d6e-f50c-4b9f-bae1-0c69cdd76d4c Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:11,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/56b47a64-fcb2-44ea-b85c-5f35c39aa726 used request id req-6a434d6e-f50c-4b9f-bae1-0c69cdd76d4c 2018-08-20 10:16:11,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:11,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:11,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:11,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:11,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:11,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:12,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-2e921d52-dc38-4648-be1f-66b122d39417 Date: Mon, 20 Aug 2018 10:16:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:03Z", "updated_at": "2018-08-20T10:16:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:03Z", "revision_number": 0, "id": "32b74d4e-18d6-491c-b3a3-4aafee885312", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:03Z", "security_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:03Z", "revision_number": 0, "id": "343a8876-3469-40d1-b88a-453c03d4a27e", "remote_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:03Z", "security_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:03Z", "revision_number": 0, "id": "50bcf674-6ba1-4110-8588-ca4f409fc8ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:03Z", "security_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffdc0ea772dc44009e97beb394013281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:03Z", "revision_number": 0, "id": "990ede1c-e1d9-437c-a434-85ec92e78784", "remote_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:03Z", "security_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "tenant_id": "ffdc0ea772dc44009e97beb394013281", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffdc0ea772dc44009e97beb394013281"}], "revision_number": 4, "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "0b996e74-0229-4ffe-839f-697935be43e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:16:12,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-2e921d52-dc38-4648-be1f-66b122d39417 2018-08-20 10:16:12,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:12,369 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ef26b94-5104-4f92-923b-6569d52b813c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:12,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-0ef26b94-5104-4f92-923b-6569d52b813c 2018-08-20 10:16:12,369 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:12,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:12,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c32be8-8d50-4ecb-842b-b5095aa0f789 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ffdc0ea772dc44009e97beb394013281", "name": "CreateSecurityGroupTests-ec869d27-3d5f-436-proj"}} 2018-08-20 10:16:12,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281 used request id req-90c32be8-8d50-4ecb-842b-b5095aa0f789 2018-08-20 10:16:12,479 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b996e74-0229-4ffe-839f-697935be43e7 2018-08-20 10:16:12,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=0b996e74-0229-4ffe-839f-697935be43e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:12,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e6785f24-e316-42a5-a720-6751728aed35 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:03Z", "security_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:03Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "32b74d4e-18d6-491c-b3a3-4aafee885312"}, {"remote_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:03Z", "security_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:03Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "343a8876-3469-40d1-b88a-453c03d4a27e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:03Z", "security_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:03Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "50bcf674-6ba1-4110-8588-ca4f409fc8ad"}, {"remote_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:03Z", "security_group_id": "0b996e74-0229-4ffe-839f-697935be43e7", "port_range_min": null, "revision_number": 0, "tenant_id": "ffdc0ea772dc44009e97beb394013281", "created_at": "2018-08-20T10:16:03Z", "project_id": "ffdc0ea772dc44009e97beb394013281", "id": "990ede1c-e1d9-437c-a434-85ec92e78784"}]} 2018-08-20 10:16:12,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=0b996e74-0229-4ffe-839f-697935be43e7 used request id req-e6785f24-e316-42a5-a720-6751728aed35 2018-08-20 10:16:12,687 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:16:12,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/0b996e74-0229-4ffe-839f-697935be43e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:13,006 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c87b22e-aa75-4bc0-9fca-465499705a6b Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:13,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/0b996e74-0229-4ffe-839f-697935be43e7 used request id req-0c87b22e-aa75-4bc0-9fca-465499705a6b 2018-08-20 10:16:13,007 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ec869d27-3d5f-436-proj 2018-08-20 10:16:13,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:13,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d7c97df-baba-4687-831f-4ab8428b6c98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:13,261 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ffdc0ea772dc44009e97beb394013281 used request id req-4d7c97df-baba-4687-831f-4ab8428b6c98 2018-08-20 10:16:13,261 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ec869d27-3d5f-436-proj-role 2018-08-20 10:16:13,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/0c2e96b482a84572ad3d4b891862f57f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:13,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48b3aa76-4bf2-4f79-b122-75c5f9a067e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:13,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/0c2e96b482a84572ad3d4b891862f57f used request id req-48b3aa76-4bf2-4f79-b122-75c5f9a067e7 2018-08-20 10:16:13,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7346c35d85c24edb81cdb57cfdb8e79d62c36" 2018-08-20 10:16:13,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ecd9f2-1672-4c6d-9c5b-1eb57db218f1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:13,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a1ecd9f2-1672-4c6d-9c5b-1eb57db218f1 2018-08-20 10:16:13,488 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ec869d27-3d5f-436-user 2018-08-20 10:16:13,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/eef5d8754553424198b58dd1988639b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90b0c3de7617d88c677ae95f587cfcd731345675" 2018-08-20 10:16:13,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fec73ac-2ba2-47f4-a459-6678e737fbc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:13,682 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/eef5d8754553424198b58dd1988639b9 used request id req-6fec73ac-2ba2-47f4-a459-6678e737fbc6 2018-08-20 10:16:13,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:14,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ey_idMYHSIGEHlQWcuFHyQ"], "issued_at": "2018-08-20T10:16:14.000000Z"}} 2018-08-20 10:16:14,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67c2224ae41cf34a73f372436df1249e91a2431c" 2018-08-20 10:16:14,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-282ed71f-a851-47d2-9799-04a775f4c22a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:14,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-282ed71f-a851-47d2-9799-04a775f4c22a 2018-08-20 10:16:14,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:14,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:14,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["8MmKRcoeQQG63mMixN-S5A"], "issued_at": "2018-08-20T10:16:14.000000Z"}} 2018-08-20 10:16:14,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:14,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4407d416-c903-4cbd-8883-c8407a539652 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:14,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4407d416-c903-4cbd-8883-c8407a539652 2018-08-20 10:16:14,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:14,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:14,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0434495e-8c63-4cf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:14,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d3b5de-f185-41eb-9d90-c19aaf28ab71 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0434495e-8c63-4cf-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:16:14,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0434495e-8c63-4cf-proj used request id req-22d3b5de-f185-41eb-9d90-c19aaf28ab71 2018-08-20 10:16:14,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:14,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e0748d-79ae-40fc-afa3-d57ae54c399a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:14,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-c0e0748d-79ae-40fc-afa3-d57ae54c399a 2018-08-20 10:16:14,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj"}}' 2018-08-20 10:16:15,022 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-245e0939-36c9-47ef-b04c-0f51b70098d3 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50"}, "tags": [], "enabled": true, "id": "82035acc4e254d379c45bbe204e0ea50", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj"}} 2018-08-20 10:16:15,022 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-245e0939-36c9-47ef-b04c-0f51b70098d3 2018-08-20 10:16:15,023 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0434495e-8c63-4cf-proj 2018-08-20 10:16:15,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:15,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:15,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Oh4BQ_CtQ-mn6bFxmUadTw"], "issued_at": "2018-08-20T10:16:15.000000Z"}} 2018-08-20 10:16:15,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8548f276faa2b5399e9d613cf544cea70e631a86" 2018-08-20 10:16:15,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18251377-05f0-4185-bf49-dd9dc7f33b96 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:15,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-18251377-05f0-4185-bf49-dd9dc7f33b96 2018-08-20 10:16:15,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:15,540 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:15,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8548f276faa2b5399e9d613cf544cea70e631a86" 2018-08-20 10:16:15,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b17ae88d-4964-4211-8dd6-92d56b4253e1 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:16:15,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-b17ae88d-4964-4211-8dd6-92d56b4253e1 2018-08-20 10:16:15,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0434495e-8c63-4cf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8548f276faa2b5399e9d613cf544cea70e631a86" 2018-08-20 10:16:15,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03c86d47-f6ae-4ad8-8522-a932819f0985 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0434495e-8c63-4cf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50"}, "tags": [], "enabled": true, "id": "82035acc4e254d379c45bbe204e0ea50", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj"}]} 2018-08-20 10:16:15,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0434495e-8c63-4cf-proj used request id req-03c86d47-f6ae-4ad8-8522-a932819f0985 2018-08-20 10:16:15,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8548f276faa2b5399e9d613cf544cea70e631a86" 2018-08-20 10:16:15,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-886c0bc5-fed3-427b-a16c-edea40d7304b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:15,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-886c0bc5-fed3-427b-a16c-edea40d7304b 2018-08-20 10:16:16,177 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0434495e-8c63-4cf-user 2018-08-20 10:16:16,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:16,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:16,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931036cb-8a61-45a7-86b4-703aa2bb0a58 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:16,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-931036cb-8a61-45a7-86b4-703aa2bb0a58 2018-08-20 10:16:16,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" -d '{"role": {"name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj-role"}}' 2018-08-20 10:16:16,309 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3e37c4a-8b35-4b20-b99a-f0995b56db78 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cedf1f5b840b4155af6dbb78d9456574", "links": {"self": "http://172.30.9.36:5000/v3/roles/cedf1f5b840b4155af6dbb78d9456574"}, "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj-role"}} 2018-08-20 10:16:16,310 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e3e37c4a-8b35-4b20-b99a-f0995b56db78 2018-08-20 10:16:16,310 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0434495e-8c63-4cf-proj-role 2018-08-20 10:16:16,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/cedf1f5b840b4155af6dbb78d9456574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:16,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d13c86-cc9a-4011-bdac-eaef7e654fc4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cedf1f5b840b4155af6dbb78d9456574", "links": {"self": "http://172.30.9.36:5000/v3/roles/cedf1f5b840b4155af6dbb78d9456574"}, "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj-role"}} 2018-08-20 10:16:16,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/cedf1f5b840b4155af6dbb78d9456574 used request id req-82d13c86-cc9a-4011-bdac-eaef7e654fc4 2018-08-20 10:16:16,399 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0434495e-8c63-4cf-proj-role to project CreateSecurityGroupTests-0434495e-8c63-4cf-proj 2018-08-20 10:16:16,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50/users/3b6e80e406334c65b99fb838f3926743/roles/cedf1f5b840b4155af6dbb78d9456574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:16,540 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16c6caf6-d70a-4df0-a586-4a4e1935aaf3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:16,540 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50/users/3b6e80e406334c65b99fb838f3926743/roles/cedf1f5b840b4155af6dbb78d9456574 used request id req-16c6caf6-d70a-4df0-a586-4a4e1935aaf3 2018-08-20 10:16:16,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:16,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:16,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:16,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:16,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:16,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:16,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:16,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cedf1f5b840b4155af6dbb78d9456574", "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj-role"}], "expires_at": "2018-08-20T11:16:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82035acc4e254d379c45bbe204e0ea50", "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/82035acc4e254d379c45bbe204e0ea50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/82035acc4e254d379c45bbe204e0ea50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-user", "id": "3b6e80e406334c65b99fb838f3926743"}, "audit_ids": ["Tbnin35CQoOQ2KefzaEVUA"], "issued_at": "2018-08-20T10:16:16.000000Z"}} 2018-08-20 10:16:16,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:17,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c5742d8-1a57-4dba-9fc1-00609aab1ffb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:17,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2c5742d8-1a57-4dba-9fc1-00609aab1ffb 2018-08-20 10:16:17,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:17,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:17,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:17,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:17,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:17,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:17,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a88514cd-a562-479a-8d9d-c2bc120366d2 Date: Mon, 20 Aug 2018 10:16:17 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:16:17,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name&description=hello+group used request id req-a88514cd-a562-479a-8d9d-c2bc120366d2 2018-08-20 10:16:17,381 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name... 2018-08-20 10:16:17,381 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name 2018-08-20 10:16:17,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" -d '{"security_group": {"name": "CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name", "description": "hello group"}}' 2018-08-20 10:16:17,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4fdc894b-a624-40a5-898a-bc8ac3ff5d39 Date: Mon, 20 Aug 2018 10:16:17 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "updated_at": "2018-08-20T10:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv4", "project_id": "82035acc4e254d379c45bbe204e0ea50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "57374817-1f7b-4de9-8b42-beb6690043d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv6", "project_id": "82035acc4e254d379c45bbe204e0ea50"}], "revision_number": 2, "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "name": "CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name"}} 2018-08-20 10:16:17,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-4fdc894b-a624-40a5-898a-bc8ac3ff5d39 2018-08-20 10:16:17,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 73c0009a-db7b-4c1c-a94c-080956bdd9c0 2018-08-20 10:16:17,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:18,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a069e4ed-93fb-4f3b-9b47-5d63bd9f00e8 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "57374817-1f7b-4de9-8b42-beb6690043d2"}]} 2018-08-20 10:16:18,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-a069e4ed-93fb-4f3b-9b47-5d63bd9f00e8 2018-08-20 10:16:18,069 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 73c0009a-db7b-4c1c-a94c-080956bdd9c0 2018-08-20 10:16:18,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:18,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8982203a-1764-441d-8f4d-0d977a7d06ee Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "57374817-1f7b-4de9-8b42-beb6690043d2"}]} 2018-08-20 10:16:18,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-8982203a-1764-441d-8f4d-0d977a7d06ee 2018-08-20 10:16:18,282 - neutron_utils - INFO - Retrieving security group with ID - 73c0009a-db7b-4c1c-a94c-080956bdd9c0 2018-08-20 10:16:18,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:18,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-815708c5-6a5a-458b-8284-aa9f06a3c117 Date: Mon, 20 Aug 2018 10:16:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "updated_at": "2018-08-20T10:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv4", "project_id": "82035acc4e254d379c45bbe204e0ea50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "57374817-1f7b-4de9-8b42-beb6690043d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv6", "project_id": "82035acc4e254d379c45bbe204e0ea50"}], "revision_number": 2, "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "name": "CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name"}]} 2018-08-20 10:16:18,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-815708c5-6a5a-458b-8284-aa9f06a3c117 2018-08-20 10:16:18,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 73c0009a-db7b-4c1c-a94c-080956bdd9c0 2018-08-20 10:16:18,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:18,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5cf90214-a6f6-4af2-831c-f3ad5ab863f4 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "57374817-1f7b-4de9-8b42-beb6690043d2"}]} 2018-08-20 10:16:18,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-5cf90214-a6f6-4af2-831c-f3ad5ab863f4 2018-08-20 10:16:18,391 - neutron_utils - INFO - Retrieving security group with ID - 73c0009a-db7b-4c1c-a94c-080956bdd9c0 2018-08-20 10:16:18,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:18,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d4dab32e-fc53-449d-9528-968d93fafbc5 Date: Mon, 20 Aug 2018 10:16:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "updated_at": "2018-08-20T10:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv4", "project_id": "82035acc4e254d379c45bbe204e0ea50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "57374817-1f7b-4de9-8b42-beb6690043d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv6", "project_id": "82035acc4e254d379c45bbe204e0ea50"}], "revision_number": 2, "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "name": "CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name"}]} 2018-08-20 10:16:18,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-d4dab32e-fc53-449d-9528-968d93fafbc5 2018-08-20 10:16:18,444 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 73c0009a-db7b-4c1c-a94c-080956bdd9c0 2018-08-20 10:16:18,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:18,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd38ab08-574a-427f-8b6c-302f2d2e66bb Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "57374817-1f7b-4de9-8b42-beb6690043d2"}]} 2018-08-20 10:16:18,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-fd38ab08-574a-427f-8b6c-302f2d2e66bb 2018-08-20 10:16:18,506 - neutron_utils - INFO - Retrieving security group with ID - 73c0009a-db7b-4c1c-a94c-080956bdd9c0 2018-08-20 10:16:18,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:18,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-41f36dc5-4728-47de-8d08-76dd1d47bac5 Date: Mon, 20 Aug 2018 10:16:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "updated_at": "2018-08-20T10:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv4", "project_id": "82035acc4e254d379c45bbe204e0ea50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "57374817-1f7b-4de9-8b42-beb6690043d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv6", "project_id": "82035acc4e254d379c45bbe204e0ea50"}], "revision_number": 2, "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "name": "CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name"}]} 2018-08-20 10:16:18,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-41f36dc5-4728-47de-8d08-76dd1d47bac5 2018-08-20 10:16:18,556 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 73c0009a-db7b-4c1c-a94c-080956bdd9c0 2018-08-20 10:16:18,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:18,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2d620230-cb04-48ad-aead-461606b57cc7 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "0b42724d-7acc-4323-b1cb-0719e7d5b91f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "security_group_id": "73c0009a-db7b-4c1c-a94c-080956bdd9c0", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "57374817-1f7b-4de9-8b42-beb6690043d2"}]} 2018-08-20 10:16:18,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-2d620230-cb04-48ad-aead-461606b57cc7 2018-08-20 10:16:18,764 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name 2018-08-20 10:16:18,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:19,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cedf1f5b840b4155af6dbb78d9456574", "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj-role"}], "expires_at": "2018-08-20T11:16:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82035acc4e254d379c45bbe204e0ea50", "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/82035acc4e254d379c45bbe204e0ea50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/82035acc4e254d379c45bbe204e0ea50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/82035acc4e254d379c45bbe204e0ea50", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-user", "id": "3b6e80e406334c65b99fb838f3926743"}, "audit_ids": ["U9bWY5FXTOyUHpXg61b0Yg"], "issued_at": "2018-08-20T10:16:19.000000Z"}} 2018-08-20 10:16:19,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e47cc8cc45c9710275b4251fff3db806be6967" 2018-08-20 10:16:19,561 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7a1b090-ba19-4cad-b2af-a48905e821c2 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:19,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-b7a1b090-ba19-4cad-b2af-a48905e821c2 2018-08-20 10:16:19,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e47cc8cc45c9710275b4251fff3db806be6967" 2018-08-20 10:16:19,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ab94e311-93e5-4e54-b734-584260d1325a Date: Mon, 20 Aug 2018 10:16:19 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:16:19,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name&description=hello+group used request id req-ab94e311-93e5-4e54-b734-584260d1325a 2018-08-20 10:16:19,774 - neutron_utils - INFO - Deleting security group rule with ID - 0b42724d-7acc-4323-b1cb-0719e7d5b91f 2018-08-20 10:16:19,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/0b42724d-7acc-4323-b1cb-0719e7d5b91f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:19,801 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-0d653cf4-a159-455e-b22d-dd8fe66a0d8f Date: Mon, 20 Aug 2018 10:16:19 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 0b42724d-7acc-4323-b1cb-0719e7d5b91f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-20 10:16:19,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/0b42724d-7acc-4323-b1cb-0719e7d5b91f used request id req-0d653cf4-a159-455e-b22d-dd8fe66a0d8f 2018-08-20 10:16:19,801 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 0b42724d-7acc-4323-b1cb-0719e7d5b91f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-20 10:16:19,802 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 0b42724d-7acc-4323-b1cb-0719e7d5b91f does not exist Neutron server returns request_ids: ['req-0d653cf4-a159-455e-b22d-dd8fe66a0d8f'] 2018-08-20 10:16:19,802 - neutron_utils - INFO - Deleting security group rule with ID - 57374817-1f7b-4de9-8b42-beb6690043d2 2018-08-20 10:16:19,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/57374817-1f7b-4de9-8b42-beb6690043d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:19,987 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-2ea819c1-4841-4576-8117-6f3e796e4cee Date: Mon, 20 Aug 2018 10:16:19 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 57374817-1f7b-4de9-8b42-beb6690043d2 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-20 10:16:19,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/57374817-1f7b-4de9-8b42-beb6690043d2 used request id req-2ea819c1-4841-4576-8117-6f3e796e4cee 2018-08-20 10:16:19,987 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 57374817-1f7b-4de9-8b42-beb6690043d2 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-20 10:16:19,988 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 57374817-1f7b-4de9-8b42-beb6690043d2 does not exist Neutron server returns request_ids: ['req-2ea819c1-4841-4576-8117-6f3e796e4cee'] 2018-08-20 10:16:19,988 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ef5770de-5208-4184-8c02-ce54ae4171d3name 2018-08-20 10:16:19,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/73c0009a-db7b-4c1c-a94c-080956bdd9c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed07b42d0599816a57849c8666608775ab5075b" 2018-08-20 10:16:20,176 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-69f365d8-6c0f-4531-9cac-6f781d338f58 Date: Mon, 20 Aug 2018 10:16:20 GMT RESP BODY: {"NeutronError": {"message": "Security group 73c0009a-db7b-4c1c-a94c-080956bdd9c0 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-08-20 10:16:20,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/73c0009a-db7b-4c1c-a94c-080956bdd9c0 used request id req-69f365d8-6c0f-4531-9cac-6f781d338f58 2018-08-20 10:16:20,176 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 73c0009a-db7b-4c1c-a94c-080956bdd9c0 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-08-20 10:16:20,176 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 73c0009a-db7b-4c1c-a94c-080956bdd9c0 does not exist Neutron server returns request_ids: ['req-69f365d8-6c0f-4531-9cac-6f781d338f58'] 2018-08-20 10:16:20,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:20,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:20,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:20,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:20,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:20,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-68413fd2-321e-49ad-a228-d4f6836904cc Date: Mon, 20 Aug 2018 10:16:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "updated_at": "2018-08-20T10:16:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "3180ea8c-9e84-4819-988c-c900140673d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv4", "project_id": "82035acc4e254d379c45bbe204e0ea50"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "47934e14-0b06-4d54-963b-2d90b8b07677", "remote_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv4", "project_id": "82035acc4e254d379c45bbe204e0ea50"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "a5def4a4-a721-4222-833c-61bad5b687ac", "remote_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv6", "project_id": "82035acc4e254d379c45bbe204e0ea50"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "revision_number": 0, "id": "ed7f87b4-eda0-4983-8576-c83b0f622804", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:17Z", "security_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "port_range_min": null, "ethertype": "IPv6", "project_id": "82035acc4e254d379c45bbe204e0ea50"}], "revision_number": 4, "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:16:20,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-68413fd2-321e-49ad-a228-d4f6836904cc 2018-08-20 10:16:20,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:20,553 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0764dfbf-b783-4b40-ae95-a40a94db6c6e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:20,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-0764dfbf-b783-4b40-ae95-a40a94db6c6e 2018-08-20 10:16:20,553 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:20,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:20,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbca4c23-827a-4db8-8f62-e93c4e1f1cbb Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "82035acc4e254d379c45bbe204e0ea50", "name": "CreateSecurityGroupTests-0434495e-8c63-4cf-proj"}} 2018-08-20 10:16:20,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50 used request id req-dbca4c23-827a-4db8-8f62-e93c4e1f1cbb 2018-08-20 10:16:20,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b9b2601-a0a8-48db-b0c5-a2403c86f539 2018-08-20 10:16:20,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1b9b2601-a0a8-48db-b0c5-a2403c86f539 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:20,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bf699c77-a575-4163-8e37-cb8df4dd9100 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:17Z", "security_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "3180ea8c-9e84-4819-988c-c900140673d3"}, {"remote_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "security_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "47934e14-0b06-4d54-963b-2d90b8b07677"}, {"remote_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "security_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "a5def4a4-a721-4222-833c-61bad5b687ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:17Z", "security_group_id": "1b9b2601-a0a8-48db-b0c5-a2403c86f539", "port_range_min": null, "revision_number": 0, "tenant_id": "82035acc4e254d379c45bbe204e0ea50", "created_at": "2018-08-20T10:16:17Z", "project_id": "82035acc4e254d379c45bbe204e0ea50", "id": "ed7f87b4-eda0-4983-8576-c83b0f622804"}]} 2018-08-20 10:16:20,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1b9b2601-a0a8-48db-b0c5-a2403c86f539 used request id req-bf699c77-a575-4163-8e37-cb8df4dd9100 2018-08-20 10:16:20,861 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:16:20,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/1b9b2601-a0a8-48db-b0c5-a2403c86f539 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:21,212 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d5f82cb-2083-4e58-a69e-378fe5e11d28 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:21,213 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/1b9b2601-a0a8-48db-b0c5-a2403c86f539 used request id req-3d5f82cb-2083-4e58-a69e-378fe5e11d28 2018-08-20 10:16:21,213 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0434495e-8c63-4cf-proj 2018-08-20 10:16:21,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:21,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc57ee38-8ade-4ac0-a531-b1cc9eb30c23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:21,513 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/82035acc4e254d379c45bbe204e0ea50 used request id req-bc57ee38-8ade-4ac0-a531-b1cc9eb30c23 2018-08-20 10:16:21,513 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0434495e-8c63-4cf-proj-role 2018-08-20 10:16:21,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/cedf1f5b840b4155af6dbb78d9456574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:21,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce5a8c96-add0-47a1-9551-3790275d47e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:21,639 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/cedf1f5b840b4155af6dbb78d9456574 used request id req-ce5a8c96-add0-47a1-9551-3790275d47e7 2018-08-20 10:16:21,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc9ffbd796a85f08599d73badf5169bebaf304e5" 2018-08-20 10:16:21,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2b626a8-17e4-42e5-bbd5-90aed78477d3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:21,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c2b626a8-17e4-42e5-bbd5-90aed78477d3 2018-08-20 10:16:21,736 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0434495e-8c63-4cf-user 2018-08-20 10:16:21,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/3b6e80e406334c65b99fb838f3926743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8548f276faa2b5399e9d613cf544cea70e631a86" 2018-08-20 10:16:21,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d8edb22-3826-47aa-9e41-8f9273488620 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:21,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/3b6e80e406334c65b99fb838f3926743 used request id req-1d8edb22-3826-47aa-9e41-8f9273488620 2018-08-20 10:16:21,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:22,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["NjCtCmmESz2vHAxLQgTxGw"], "issued_at": "2018-08-20T10:16:22.000000Z"}} 2018-08-20 10:16:22,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ed2082b9cdf7e32af17157830a9a1d0c0089f5" 2018-08-20 10:16:22,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50dc77d7-d361-4e78-88c1-ba03fdea3a3b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:22,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-50dc77d7-d361-4e78-88c1-ba03fdea3a3b 2018-08-20 10:16:22,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:22,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:22,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["_JjZnkP8T-qNH8ytDqIwKg"], "issued_at": "2018-08-20T10:16:22.000000Z"}} 2018-08-20 10:16:22,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:22,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7785700-2a8e-4f60-bcfe-b1397eedbf12 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:22,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b7785700-2a8e-4f60-bcfe-b1397eedbf12 2018-08-20 10:16:22,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:22,968 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:22,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:23,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6cd370c-947b-46e5-a928-b1184eed4511 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:16:23,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj used request id req-c6cd370c-947b-46e5-a928-b1184eed4511 2018-08-20 10:16:23,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:23,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec4d585-322c-4cf3-a943-ed2afd2f3959 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:23,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-dec4d585-322c-4cf3-a943-ed2afd2f3959 2018-08-20 10:16:23,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}}' 2018-08-20 10:16:23,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b36a9111-f9da-453c-b76c-0c3d46f3b772 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a"}, "tags": [], "enabled": true, "id": "5b1bafff612249a2bb4b05cdb490221a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}} 2018-08-20 10:16:23,303 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-b36a9111-f9da-453c-b76c-0c3d46f3b772 2018-08-20 10:16:23,303 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj 2018-08-20 10:16:23,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:23,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:23,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["QFL8J5W7SVWwgnnHeAu6pw"], "issued_at": "2018-08-20T10:16:23.000000Z"}} 2018-08-20 10:16:23,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb6df736ba168935047ce9a1800351090054d480" 2018-08-20 10:16:23,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8470120-dd12-4fd8-99be-a2d4257cab51 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:23,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c8470120-dd12-4fd8-99be-a2d4257cab51 2018-08-20 10:16:23,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:23,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:23,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb6df736ba168935047ce9a1800351090054d480" 2018-08-20 10:16:23,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b5dd967-7b92-4cd2-98f1-504c43ae9c44 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:16:23,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-3b5dd967-7b92-4cd2-98f1-504c43ae9c44 2018-08-20 10:16:23,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb6df736ba168935047ce9a1800351090054d480" 2018-08-20 10:16:24,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54aad583-3be1-464a-b1fa-3d44c65e0aed Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a"}, "tags": [], "enabled": true, "id": "5b1bafff612249a2bb4b05cdb490221a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}]} 2018-08-20 10:16:24,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj used request id req-54aad583-3be1-464a-b1fa-3d44c65e0aed 2018-08-20 10:16:24,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb6df736ba168935047ce9a1800351090054d480" 2018-08-20 10:16:24,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e302eda2-4e35-4feb-b289-f0b866ffd365 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:24,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e302eda2-4e35-4feb-b289-f0b866ffd365 2018-08-20 10:16:24,484 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0efdb2ff-16ab-42e-user 2018-08-20 10:16:24,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:24,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:24,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7341be71-927c-4a1f-a61a-4bde5ca774b9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:24,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7341be71-927c-4a1f-a61a-4bde5ca774b9 2018-08-20 10:16:24,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" -d '{"role": {"name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj-role"}}' 2018-08-20 10:16:24,692 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f335a8d9-0ebb-4bb6-b2ec-2a811d3470ef Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ab286aa2a899418dbc02cebb199d37a9", "links": {"self": "http://172.30.9.36:5000/v3/roles/ab286aa2a899418dbc02cebb199d37a9"}, "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj-role"}} 2018-08-20 10:16:24,693 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-f335a8d9-0ebb-4bb6-b2ec-2a811d3470ef 2018-08-20 10:16:24,693 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj-role 2018-08-20 10:16:24,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/ab286aa2a899418dbc02cebb199d37a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:24,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1531f1-ac09-49a0-bba3-0a6f09830bb6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ab286aa2a899418dbc02cebb199d37a9", "links": {"self": "http://172.30.9.36:5000/v3/roles/ab286aa2a899418dbc02cebb199d37a9"}, "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj-role"}} 2018-08-20 10:16:24,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/ab286aa2a899418dbc02cebb199d37a9 used request id req-4c1531f1-ac09-49a0-bba3-0a6f09830bb6 2018-08-20 10:16:24,792 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj-role to project CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj 2018-08-20 10:16:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a/users/cac0e312b4c54ebd88e6d1673ad61ddc/roles/ab286aa2a899418dbc02cebb199d37a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:24,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c8c66cb-c029-4777-8155-98115720f3d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:24,928 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a/users/cac0e312b4c54ebd88e6d1673ad61ddc/roles/ab286aa2a899418dbc02cebb199d37a9 used request id req-8c8c66cb-c029-4777-8155-98115720f3d9 2018-08-20 10:16:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:24,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:24,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:24,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:24,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:25,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ARhqy5AkQHecZSauEKi9-Q"], "issued_at": "2018-08-20T10:16:25.000000Z"}} 2018-08-20 10:16:25,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:25,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e29f899-1d7d-46dc-b717-a3cf58fe1ca5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:25,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5e29f899-1d7d-46dc-b717-a3cf58fe1ca5 2018-08-20 10:16:25,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:25,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:25,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:25,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:25,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:25,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:25,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9bc4443b-d4a5-4d95-a5f7-ae3049e7de4b Date: Mon, 20 Aug 2018 10:16:25 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:16:25,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname&description=hello+group used request id req-9bc4443b-d4a5-4d95-a5f7-ae3049e7de4b 2018-08-20 10:16:25,629 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname... 2018-08-20 10:16:25,629 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname 2018-08-20 10:16:25,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:25,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:25,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:25,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e781c4f-05c4-438c-bf68-84ab141ca7f3 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a"}, "tags": [], "enabled": true, "id": "5b1bafff612249a2bb4b05cdb490221a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}]} 2018-08-20 10:16:25,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj used request id req-2e781c4f-05c4-438c-bf68-84ab141ca7f3 2018-08-20 10:16:25,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" -d '{"security_group": {"tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "name": "CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname", "description": "hello group"}}' 2018-08-20 10:16:26,375 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-2adad487-3904-4055-99f7-4c0c8e04e299 Date: Mon, 20 Aug 2018 10:16:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "updated_at": "2018-08-20T10:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "0ebdab95-1887-4565-901f-dfa09c778a2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "7e8cf549-6538-4345-ad5d-91fc5930adad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}], "revision_number": 2, "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "name": "CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname"}} 2018-08-20 10:16:26,375 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-2adad487-3904-4055-99f7-4c0c8e04e299 2018-08-20 10:16:26,376 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:26,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f4b872b1-2af0-482a-9794-71617500b73f Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:26,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-f4b872b1-2af0-482a-9794-71617500b73f 2018-08-20 10:16:26,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:26,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:26,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6c0a124c-f7f3-4023-9451-2f151b3d38ea Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:26,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-6c0a124c-f7f3-4023-9451-2f151b3d38ea 2018-08-20 10:16:26,785 - neutron_utils - INFO - Retrieving security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:26,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:27,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-37f19965-03ce-4e90-a480-78b3a076cf1e Date: Mon, 20 Aug 2018 10:16:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "updated_at": "2018-08-20T10:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "0ebdab95-1887-4565-901f-dfa09c778a2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "7e8cf549-6538-4345-ad5d-91fc5930adad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}], "revision_number": 2, "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "name": "CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname"}]} 2018-08-20 10:16:27,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-37f19965-03ce-4e90-a480-78b3a076cf1e 2018-08-20 10:16:27,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:27,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:27,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dcdf06f1-7a94-4bb8-a098-08bdfb9396d8 Date: Mon, 20 Aug 2018 10:16:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:27,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-dcdf06f1-7a94-4bb8-a098-08bdfb9396d8 2018-08-20 10:16:27,301 - neutron_utils - INFO - Retrieving security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:27,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:27,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-83bd55bd-9f8f-450c-9fb7-e07bde5107b0 Date: Mon, 20 Aug 2018 10:16:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "updated_at": "2018-08-20T10:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "0ebdab95-1887-4565-901f-dfa09c778a2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "7e8cf549-6538-4345-ad5d-91fc5930adad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}], "revision_number": 2, "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "name": "CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname"}]} 2018-08-20 10:16:27,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-83bd55bd-9f8f-450c-9fb7-e07bde5107b0 2018-08-20 10:16:27,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:27,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:27,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eb2b4b51-b736-43d9-b945-00dca698a012 Date: Mon, 20 Aug 2018 10:16:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:27,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-eb2b4b51-b736-43d9-b945-00dca698a012 2018-08-20 10:16:27,639 - neutron_utils - INFO - Retrieving security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:27,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:27,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3a389399-3073-48b3-bb93-87a6f0eb56d2 Date: Mon, 20 Aug 2018 10:16:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "updated_at": "2018-08-20T10:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "0ebdab95-1887-4565-901f-dfa09c778a2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "7e8cf549-6538-4345-ad5d-91fc5930adad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}], "revision_number": 2, "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "name": "CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname"}]} 2018-08-20 10:16:27,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-3a389399-3073-48b3-bb93-87a6f0eb56d2 2018-08-20 10:16:27,857 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:27,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:28,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d57c7a47-c1db-4ae1-8acf-2f7f654090f6 Date: Mon, 20 Aug 2018 10:16:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:28,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-d57c7a47-c1db-4ae1-8acf-2f7f654090f6 2018-08-20 10:16:28,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:28,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab286aa2a899418dbc02cebb199d37a9", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj-role"}], "expires_at": "2018-08-20T11:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b1bafff612249a2bb4b05cdb490221a", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/5b1bafff612249a2bb4b05cdb490221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/5b1bafff612249a2bb4b05cdb490221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-user", "id": "cac0e312b4c54ebd88e6d1673ad61ddc"}, "audit_ids": ["R4RxlPMtRFSFnhdCP-gTBg"], "issued_at": "2018-08-20T10:16:28.000000Z"}} 2018-08-20 10:16:28,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff78bb6d9ead2ac3a349fcc5a99ab96f32671a06" 2018-08-20 10:16:28,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d090e28e-408b-4e43-a8d9-fd5cb9ad7576 Date: Mon, 20 Aug 2018 10:16:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "updated_at": "2018-08-20T10:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "0ebdab95-1887-4565-901f-dfa09c778a2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "7e8cf549-6538-4345-ad5d-91fc5930adad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}], "revision_number": 2, "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "name": "CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname"}]} 2018-08-20 10:16:28,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname&description=hello+group used request id req-d090e28e-408b-4e43-a8d9-fd5cb9ad7576 2018-08-20 10:16:28,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:28,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:28,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5ed2082b9cdf7e32af17157830a9a1d0c0089f5" 2018-08-20 10:16:28,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea985cff-36a4-4cdd-b01e-4acad6b2ca98 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5b1bafff612249a2bb4b05cdb490221a", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}} 2018-08-20 10:16:28,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a used request id req-ea985cff-36a4-4cdd-b01e-4acad6b2ca98 2018-08-20 10:16:28,814 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:28,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff78bb6d9ead2ac3a349fcc5a99ab96f32671a06" 2018-08-20 10:16:29,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d9dc22e-503d-445c-8906-a98f62a68dca Date: Mon, 20 Aug 2018 10:16:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:29,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-6d9dc22e-503d-445c-8906-a98f62a68dca 2018-08-20 10:16:29,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:29,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff78bb6d9ead2ac3a349fcc5a99ab96f32671a06" 2018-08-20 10:16:29,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-78991801-e3d4-484d-844b-f79021797ac9 Date: Mon, 20 Aug 2018 10:16:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:29,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-78991801-e3d4-484d-844b-f79021797ac9 2018-08-20 10:16:29,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:29,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:29,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab286aa2a899418dbc02cebb199d37a9", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj-role"}], "expires_at": "2018-08-20T11:16:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b1bafff612249a2bb4b05cdb490221a", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/5b1bafff612249a2bb4b05cdb490221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/5b1bafff612249a2bb4b05cdb490221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/5b1bafff612249a2bb4b05cdb490221a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-user", "id": "cac0e312b4c54ebd88e6d1673ad61ddc"}, "audit_ids": ["ZPbH6Lo6S8u2F25J87NKbQ"], "issued_at": "2018-08-20T10:16:29.000000Z"}} 2018-08-20 10:16:29,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c28affe8e5ea083df3f5320da92fbd7f254b4ae" 2018-08-20 10:16:29,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47231da-f189-4852-aaa5-b23e39372fb8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:29,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c47231da-f189-4852-aaa5-b23e39372fb8 2018-08-20 10:16:29,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:29,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:29,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:29,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:29,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:29,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c28affe8e5ea083df3f5320da92fbd7f254b4ae" 2018-08-20 10:16:29,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e4e0a752-af70-4711-a974-9a67f37f5b08 Date: Mon, 20 Aug 2018 10:16:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "updated_at": "2018-08-20T10:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "0ebdab95-1887-4565-901f-dfa09c778a2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "7e8cf549-6538-4345-ad5d-91fc5930adad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}], "revision_number": 2, "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "name": "CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname"}]} 2018-08-20 10:16:29,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname used request id req-e4e0a752-af70-4711-a974-9a67f37f5b08 2018-08-20 10:16:29,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:29,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:29,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c28affe8e5ea083df3f5320da92fbd7f254b4ae" 2018-08-20 10:16:30,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91fdc51b-71db-4ae3-a920-6fdda1256054 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5b1bafff612249a2bb4b05cdb490221a", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}} 2018-08-20 10:16:30,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a used request id req-91fdc51b-71db-4ae3-a920-6fdda1256054 2018-08-20 10:16:30,033 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:30,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c28affe8e5ea083df3f5320da92fbd7f254b4ae" 2018-08-20 10:16:30,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3f3cbe5f-d3e5-408c-ab34-ea8dcc6b80d0 Date: Mon, 20 Aug 2018 10:16:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:30,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-3f3cbe5f-d3e5-408c-ab34-ea8dcc6b80d0 2018-08-20 10:16:30,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:30,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c28affe8e5ea083df3f5320da92fbd7f254b4ae" 2018-08-20 10:16:30,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f0d83d56-b34b-400b-aaff-f4174401a475 Date: Mon, 20 Aug 2018 10:16:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:30,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-f0d83d56-b34b-400b-aaff-f4174401a475 2018-08-20 10:16:30,448 - neutron_utils - INFO - Retrieving security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:30,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c28affe8e5ea083df3f5320da92fbd7f254b4ae" 2018-08-20 10:16:30,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-67fea511-d10e-4d68-904e-7a7c20109777 Date: Mon, 20 Aug 2018 10:16:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "updated_at": "2018-08-20T10:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "0ebdab95-1887-4565-901f-dfa09c778a2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "7e8cf549-6538-4345-ad5d-91fc5930adad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}], "revision_number": 2, "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "name": "CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname"}]} 2018-08-20 10:16:30,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-67fea511-d10e-4d68-904e-7a7c20109777 2018-08-20 10:16:30,677 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe1148b4-18be-46b0-ae41-0920c1a0afdf 2018-08-20 10:16:30,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c28affe8e5ea083df3f5320da92fbd7f254b4ae" 2018-08-20 10:16:30,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-56a90343-37c2-45e2-9997-68e64b1f4d96 Date: Mon, 20 Aug 2018 10:16:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "0ebdab95-1887-4565-901f-dfa09c778a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "fe1148b4-18be-46b0-ae41-0920c1a0afdf", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7e8cf549-6538-4345-ad5d-91fc5930adad"}]} 2018-08-20 10:16:30,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-56a90343-37c2-45e2-9997-68e64b1f4d96 2018-08-20 10:16:30,882 - neutron_utils - INFO - Deleting security group rule with ID - 7e8cf549-6538-4345-ad5d-91fc5930adad 2018-08-20 10:16:30,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/7e8cf549-6538-4345-ad5d-91fc5930adad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:31,006 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc862c89-a79c-4a0a-a2cc-a4e4190e3e70 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:31,007 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/7e8cf549-6538-4345-ad5d-91fc5930adad used request id req-fc862c89-a79c-4a0a-a2cc-a4e4190e3e70 2018-08-20 10:16:31,007 - neutron_utils - INFO - Deleting security group rule with ID - 0ebdab95-1887-4565-901f-dfa09c778a2a 2018-08-20 10:16:31,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/0ebdab95-1887-4565-901f-dfa09c778a2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:31,280 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-890b7258-8704-408e-b677-8f684cb76388 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:31,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/0ebdab95-1887-4565-901f-dfa09c778a2a used request id req-890b7258-8704-408e-b677-8f684cb76388 2018-08-20 10:16:31,280 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5f8b8b5c-035c-478c-a4a7-cfade86d980cname 2018-08-20 10:16:31,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/fe1148b4-18be-46b0-ae41-0920c1a0afdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5133a976f0fed85201ec8ecaba87b8b9bd531d" 2018-08-20 10:16:31,578 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b89efa80-e5a1-4fa6-8914-39c8dccc4ec7 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:31,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/fe1148b4-18be-46b0-ae41-0920c1a0afdf used request id req-b89efa80-e5a1-4fa6-8914-39c8dccc4ec7 2018-08-20 10:16:31,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:31,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:31,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:31,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:31,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:31,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:31,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-a5ecfac4-b782-485a-9e5f-24aa10ebdb9e Date: Mon, 20 Aug 2018 10:16:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:25Z", "updated_at": "2018-08-20T10:16:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "7bdb3efd-156a-4519-b0af-626a693ebcd4", "remote_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "976075c5-333c-42b9-a589-0814b3238f14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "b4af30a8-02da-419f-89a4-7c1533a0776e", "remote_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "revision_number": 0, "id": "d4a1ec53-639b-401c-806f-d5d7a096f605", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:26Z", "security_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b1bafff612249a2bb4b05cdb490221a"}], "revision_number": 4, "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:16:31,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-a5ecfac4-b782-485a-9e5f-24aa10ebdb9e 2018-08-20 10:16:31,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:31,975 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c75a08dc-3e59-4680-aefb-472060fed5f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:31,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-c75a08dc-3e59-4680-aefb-472060fed5f7 2018-08-20 10:16:31,976 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:31,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,067 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b9cdcb0-6209-4b88-abc4-ba23cd7f467a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:32,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-6b9cdcb0-6209-4b88-abc4-ba23cd7f467a 2018-08-20 10:16:32,068 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:32,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,158 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62e6ec1b-640b-4995-9cf4-8a92a2d105c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:32,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-62e6ec1b-640b-4995-9cf4-8a92a2d105c6 2018-08-20 10:16:32,158 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:32,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,253 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52ae5168-09d9-4c73-8271-057c33d6eaa9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:32,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-52ae5168-09d9-4c73-8271-057c33d6eaa9 2018-08-20 10:16:32,253 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:32,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,344 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae78d93e-3c10-4ae9-8ae1-7656b8ff0706 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:32,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-ae78d93e-3c10-4ae9-8ae1-7656b8ff0706 2018-08-20 10:16:32,345 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:32,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,440 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03f3aec9-1c8f-4877-80a3-e7f6ad642575 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:32,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-03f3aec9-1c8f-4877-80a3-e7f6ad642575 2018-08-20 10:16:32,441 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:32,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,538 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac5db33d-b5c9-46af-bf4f-57b658a3a6ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:32,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-ac5db33d-b5c9-46af-bf4f-57b658a3a6ca 2018-08-20 10:16:32,539 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:32,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,628 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-062e469d-46be-4b70-87af-17e05cf41fac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:32,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-062e469d-46be-4b70-87af-17e05cf41fac 2018-08-20 10:16:32,628 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:32,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8346544a-959c-450b-987a-bcf1044f7e7f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5b1bafff612249a2bb4b05cdb490221a", "name": "CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj"}} 2018-08-20 10:16:32,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a used request id req-8346544a-959c-450b-987a-bcf1044f7e7f 2018-08-20 10:16:32,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7baf3b67-d107-47d8-be14-9cbb06b87c06 2018-08-20 10:16:32,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=7baf3b67-d107-47d8-be14-9cbb06b87c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:32,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fa37ea99-6469-4915-bc49-a6d7c859e0ba Date: Mon, 20 Aug 2018 10:16:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "7bdb3efd-156a-4519-b0af-626a693ebcd4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "976075c5-333c-42b9-a589-0814b3238f14"}, {"remote_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "b4af30a8-02da-419f-89a4-7c1533a0776e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:26Z", "security_group_id": "7baf3b67-d107-47d8-be14-9cbb06b87c06", "port_range_min": null, "revision_number": 0, "tenant_id": "5b1bafff612249a2bb4b05cdb490221a", "created_at": "2018-08-20T10:16:26Z", "project_id": "5b1bafff612249a2bb4b05cdb490221a", "id": "d4a1ec53-639b-401c-806f-d5d7a096f605"}]} 2018-08-20 10:16:32,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=7baf3b67-d107-47d8-be14-9cbb06b87c06 used request id req-fa37ea99-6469-4915-bc49-a6d7c859e0ba 2018-08-20 10:16:32,924 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:16:32,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/7baf3b67-d107-47d8-be14-9cbb06b87c06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:33,270 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e3702c3-984f-4cc3-a895-44e5a45d966f Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:33,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/7baf3b67-d107-47d8-be14-9cbb06b87c06 used request id req-3e3702c3-984f-4cc3-a895-44e5a45d966f 2018-08-20 10:16:33,271 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj 2018-08-20 10:16:33,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:33,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db16f81a-8ce5-4358-8799-0a4bdc98b75e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:33,585 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/5b1bafff612249a2bb4b05cdb490221a used request id req-db16f81a-8ce5-4358-8799-0a4bdc98b75e 2018-08-20 10:16:33,585 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0efdb2ff-16ab-42e-proj-role 2018-08-20 10:16:33,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/ab286aa2a899418dbc02cebb199d37a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:33,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd87be0e-4972-4f06-a128-7e13b1f0b209 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:33,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ab286aa2a899418dbc02cebb199d37a9 used request id req-dd87be0e-4972-4f06-a128-7e13b1f0b209 2018-08-20 10:16:33,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1c49fd74c8cf20e4878ac3b4ba82da65987a260" 2018-08-20 10:16:33,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-000a3a43-ec70-4115-bbf6-b27bec64df21 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:33,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-000a3a43-ec70-4115-bbf6-b27bec64df21 2018-08-20 10:16:33,908 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0efdb2ff-16ab-42e-user 2018-08-20 10:16:33,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/cac0e312b4c54ebd88e6d1673ad61ddc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb6df736ba168935047ce9a1800351090054d480" 2018-08-20 10:16:34,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0cd9261-d0fe-4605-81fc-16e19742e50c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:34,108 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/cac0e312b4c54ebd88e6d1673ad61ddc used request id req-b0cd9261-d0fe-4605-81fc-16e19742e50c 2018-08-20 10:16:34,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:34,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["EjDVVTGAR--9Qoic1ya2cQ"], "issued_at": "2018-08-20T10:16:34.000000Z"}} 2018-08-20 10:16:34,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087b787fce81ec47ea9ef8a599d8a943c7a5157b" 2018-08-20 10:16:34,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3df983-7996-4e7f-aaee-732912e418d3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:34,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9c3df983-7996-4e7f-aaee-732912e418d3 2018-08-20 10:16:34,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:34,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:34,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Wqlgu6dBQC6A8tJQz_Ld3g"], "issued_at": "2018-08-20T10:16:34.000000Z"}} 2018-08-20 10:16:35,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:35,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a4c5b5-0949-4b77-928c-616070bac2f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:35,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f8a4c5b5-0949-4b77-928c-616070bac2f6 2018-08-20 10:16:35,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:35,097 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:35,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-27a26ce5-199a-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:35,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b494dfd4-451a-4cdd-a8ca-a68e42ee62c8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-27a26ce5-199a-446-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:16:35,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-27a26ce5-199a-446-proj used request id req-b494dfd4-451a-4cdd-a8ca-a68e42ee62c8 2018-08-20 10:16:35,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:35,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6347ce5-c9ca-4940-98c5-5b113f398a6c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:35,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e6347ce5-c9ca-4940-98c5-5b113f398a6c 2018-08-20 10:16:35,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj"}}' 2018-08-20 10:16:35,435 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1533e838-71e3-485e-ac4a-385feea368f1 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae"}, "tags": [], "enabled": true, "id": "5ad2cb849be6434eb53e5d535dfea0ae", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj"}} 2018-08-20 10:16:35,436 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-1533e838-71e3-485e-ac4a-385feea368f1 2018-08-20 10:16:35,436 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-27a26ce5-199a-446-proj 2018-08-20 10:16:35,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:35,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:35,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["-CPML46OR_SRNolehfbnFg"], "issued_at": "2018-08-20T10:16:35.000000Z"}} 2018-08-20 10:16:35,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12007cfff522d36eb9030447d4844ea6c25a768c" 2018-08-20 10:16:35,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4014559-0f41-4c02-b7c9-b6ec4a84258a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:35,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e4014559-0f41-4c02-b7c9-b6ec4a84258a 2018-08-20 10:16:35,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:35,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:35,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12007cfff522d36eb9030447d4844ea6c25a768c" 2018-08-20 10:16:36,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311da589-889e-4b5b-9a9f-bc06536282dc Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:16:36,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-311da589-889e-4b5b-9a9f-bc06536282dc 2018-08-20 10:16:36,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-27a26ce5-199a-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12007cfff522d36eb9030447d4844ea6c25a768c" 2018-08-20 10:16:36,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe61d291-4d15-4dd4-a626-580619e8be24 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-27a26ce5-199a-446-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae"}, "tags": [], "enabled": true, "id": "5ad2cb849be6434eb53e5d535dfea0ae", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj"}]} 2018-08-20 10:16:36,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-27a26ce5-199a-446-proj used request id req-fe61d291-4d15-4dd4-a626-580619e8be24 2018-08-20 10:16:36,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12007cfff522d36eb9030447d4844ea6c25a768c" 2018-08-20 10:16:36,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a3d1933-0139-4a35-9ef7-7fab628b12d0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:36,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-1a3d1933-0139-4a35-9ef7-7fab628b12d0 2018-08-20 10:16:36,608 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-27a26ce5-199a-446-user 2018-08-20 10:16:36,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:36,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:36,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e142b4f-9616-46ba-afd9-b557971294e8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:36,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7e142b4f-9616-46ba-afd9-b557971294e8 2018-08-20 10:16:36,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" -d '{"role": {"name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj-role"}}' 2018-08-20 10:16:36,812 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a526a76-3e13-4364-9b89-f2a39991b3aa Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5a768270f7f415b8f34575be0d61487", "links": {"self": "http://172.30.9.36:5000/v3/roles/c5a768270f7f415b8f34575be0d61487"}, "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj-role"}} 2018-08-20 10:16:36,812 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-6a526a76-3e13-4364-9b89-f2a39991b3aa 2018-08-20 10:16:36,813 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-27a26ce5-199a-446-proj-role 2018-08-20 10:16:36,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/c5a768270f7f415b8f34575be0d61487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:36,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dedf3b93-4030-42a6-ba9a-5e9a6ed29604 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5a768270f7f415b8f34575be0d61487", "links": {"self": "http://172.30.9.36:5000/v3/roles/c5a768270f7f415b8f34575be0d61487"}, "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj-role"}} 2018-08-20 10:16:36,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/c5a768270f7f415b8f34575be0d61487 used request id req-dedf3b93-4030-42a6-ba9a-5e9a6ed29604 2018-08-20 10:16:36,940 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-27a26ce5-199a-446-proj-role to project CreateSecurityGroupTests-27a26ce5-199a-446-proj 2018-08-20 10:16:36,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae/users/04c3ac4ef92944288fd4f3458d8fed39/roles/c5a768270f7f415b8f34575be0d61487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:37,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bc2f5c3-7388-4432-8e95-d613f1c92520 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:37,081 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae/users/04c3ac4ef92944288fd4f3458d8fed39/roles/c5a768270f7f415b8f34575be0d61487 used request id req-6bc2f5c3-7388-4432-8e95-d613f1c92520 2018-08-20 10:16:37,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:37,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:37,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:37,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:37,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:37,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:37,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:37,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["H7BBuaKEQ72ubrrSDGjHxg"], "issued_at": "2018-08-20T10:16:37.000000Z"}} 2018-08-20 10:16:37,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:37,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19202be0-b261-4ec5-b4bd-988f9281e63d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:37,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-19202be0-b261-4ec5-b4bd-988f9281e63d 2018-08-20 10:16:37,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:37,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:37,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:37,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:37,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:37,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:37,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-14bb26e4-d3cf-4151-923d-2847ea587627 Date: Mon, 20 Aug 2018 10:16:37 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:16:37,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname&description=hello+group used request id req-14bb26e4-d3cf-4151-923d-2847ea587627 2018-08-20 10:16:37,809 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname... 2018-08-20 10:16:37,810 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname 2018-08-20 10:16:37,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:37,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:37,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-27a26ce5-199a-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:37,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-788a3581-d452-4f67-8cd3-0a3c86201aa4 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-27a26ce5-199a-446-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae"}, "tags": [], "enabled": true, "id": "5ad2cb849be6434eb53e5d535dfea0ae", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj"}]} 2018-08-20 10:16:37,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-27a26ce5-199a-446-proj used request id req-788a3581-d452-4f67-8cd3-0a3c86201aa4 2018-08-20 10:16:37,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" -d '{"security_group": {"tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "name": "CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname", "description": "hello group"}}' 2018-08-20 10:16:38,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-28e7d803-1adc-40d2-ba38-d89a33e68abf Date: Mon, 20 Aug 2018 10:16:38 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "updated_at": "2018-08-20T10:16:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "346b8eeb-c863-43c6-b621-40c870a70f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "e919c3c3-ad09-4624-a2d1-93da7addca13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}], "revision_number": 2, "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "name": "CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname"}} 2018-08-20 10:16:38,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-28e7d803-1adc-40d2-ba38-d89a33e68abf 2018-08-20 10:16:38,687 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:38,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:38,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-581f884c-8b06-469a-9110-aabcdb121f59 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "346b8eeb-c863-43c6-b621-40c870a70f6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "e919c3c3-ad09-4624-a2d1-93da7addca13"}]} 2018-08-20 10:16:38,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-581f884c-8b06-469a-9110-aabcdb121f59 2018-08-20 10:16:38,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:38,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:39,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dbc39961-798d-4858-a068-8dc5eb623f1f Date: Mon, 20 Aug 2018 10:16:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "346b8eeb-c863-43c6-b621-40c870a70f6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "e919c3c3-ad09-4624-a2d1-93da7addca13"}]} 2018-08-20 10:16:39,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-dbc39961-798d-4858-a068-8dc5eb623f1f 2018-08-20 10:16:39,097 - neutron_utils - INFO - Retrieving security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:39,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:39,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-134edebe-c268-42c6-b7ec-0d6f611d1918 Date: Mon, 20 Aug 2018 10:16:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "updated_at": "2018-08-20T10:16:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "346b8eeb-c863-43c6-b621-40c870a70f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "e919c3c3-ad09-4624-a2d1-93da7addca13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}], "revision_number": 2, "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "name": "CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname"}]} 2018-08-20 10:16:39,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-134edebe-c268-42c6-b7ec-0d6f611d1918 2018-08-20 10:16:39,322 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:39,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:39,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e93eb226-1357-468d-9650-9a1a2c950b26 Date: Mon, 20 Aug 2018 10:16:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "346b8eeb-c863-43c6-b621-40c870a70f6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "e919c3c3-ad09-4624-a2d1-93da7addca13"}]} 2018-08-20 10:16:39,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-e93eb226-1357-468d-9650-9a1a2c950b26 2018-08-20 10:16:39,533 - neutron_utils - INFO - Retrieving security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:39,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:39,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e9611717-9ca0-41e1-afa1-a12cdb622136 Date: Mon, 20 Aug 2018 10:16:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "updated_at": "2018-08-20T10:16:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "346b8eeb-c863-43c6-b621-40c870a70f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "e919c3c3-ad09-4624-a2d1-93da7addca13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}], "revision_number": 2, "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "name": "CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname"}]} 2018-08-20 10:16:39,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-e9611717-9ca0-41e1-afa1-a12cdb622136 2018-08-20 10:16:39,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:39,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:40,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d07e584-081f-43ff-af68-6eab57aa5bf3 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "346b8eeb-c863-43c6-b621-40c870a70f6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "e919c3c3-ad09-4624-a2d1-93da7addca13"}]} 2018-08-20 10:16:40,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-7d07e584-081f-43ff-af68-6eab57aa5bf3 2018-08-20 10:16:40,013 - neutron_utils - INFO - Retrieving security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:40,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:40,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-77bfc447-38e1-4963-a69c-63a315c60f8f Date: Mon, 20 Aug 2018 10:16:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "updated_at": "2018-08-20T10:16:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "346b8eeb-c863-43c6-b621-40c870a70f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "e919c3c3-ad09-4624-a2d1-93da7addca13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}], "revision_number": 2, "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "name": "CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname"}]} 2018-08-20 10:16:40,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-77bfc447-38e1-4963-a69c-63a315c60f8f 2018-08-20 10:16:40,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:40,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:40,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-65261f5a-7304-4f04-afdb-7958295c5012 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "346b8eeb-c863-43c6-b621-40c870a70f6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "e919c3c3-ad09-4624-a2d1-93da7addca13"}]} 2018-08-20 10:16:40,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-65261f5a-7304-4f04-afdb-7958295c5012 2018-08-20 10:16:40,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:40,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5a768270f7f415b8f34575be0d61487", "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj-role"}], "expires_at": "2018-08-20T11:16:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ad2cb849be6434eb53e5d535dfea0ae", "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_5ad2cb849be6434eb53e5d535dfea0ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_5ad2cb849be6434eb53e5d535dfea0ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/5ad2cb849be6434eb53e5d535dfea0ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-27a26ce5-199a-446-user", "id": "04c3ac4ef92944288fd4f3458d8fed39"}, "audit_ids": ["8i832iY4S-SQgOoneJjFRw"], "issued_at": "2018-08-20T10:16:40.000000Z"}} 2018-08-20 10:16:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dd2f4175ad09cd58236adeb0878e1427e315fc" 2018-08-20 10:16:40,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-fdda6dec-595b-41ee-8056-a6e336e98a68 Date: Mon, 20 Aug 2018 10:16:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "updated_at": "2018-08-20T10:16:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "346b8eeb-c863-43c6-b621-40c870a70f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "e919c3c3-ad09-4624-a2d1-93da7addca13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}], "revision_number": 2, "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "name": "CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname"}]} 2018-08-20 10:16:40,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname&description=hello+group used request id req-fdda6dec-595b-41ee-8056-a6e336e98a68 2018-08-20 10:16:40,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:40,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:40,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087b787fce81ec47ea9ef8a599d8a943c7a5157b" 2018-08-20 10:16:41,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7074118-5540-4d21-a2a4-e0e6ef3bcc58 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5ad2cb849be6434eb53e5d535dfea0ae", "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj"}} 2018-08-20 10:16:41,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae used request id req-b7074118-5540-4d21-a2a4-e0e6ef3bcc58 2018-08-20 10:16:41,023 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:41,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dd2f4175ad09cd58236adeb0878e1427e315fc" 2018-08-20 10:16:41,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-53809932-0ea4-4e12-b006-c9003230d2d4 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "346b8eeb-c863-43c6-b621-40c870a70f6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "e919c3c3-ad09-4624-a2d1-93da7addca13"}]} 2018-08-20 10:16:41,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-53809932-0ea4-4e12-b006-c9003230d2d4 2018-08-20 10:16:41,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc 2018-08-20 10:16:41,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37dd2f4175ad09cd58236adeb0878e1427e315fc" 2018-08-20 10:16:41,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d084fafd-a67a-409f-b800-abd1a7027b13 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "346b8eeb-c863-43c6-b621-40c870a70f6e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "e919c3c3-ad09-4624-a2d1-93da7addca13"}]} 2018-08-20 10:16:41,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-d084fafd-a67a-409f-b800-abd1a7027b13 2018-08-20 10:16:41,421 - neutron_utils - INFO - Deleting security group rule with ID - 346b8eeb-c863-43c6-b621-40c870a70f6e 2018-08-20 10:16:41,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/346b8eeb-c863-43c6-b621-40c870a70f6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:41,682 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24f1fcd1-0131-4ed5-8ddb-aa4d2203e066 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:41,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/346b8eeb-c863-43c6-b621-40c870a70f6e used request id req-24f1fcd1-0131-4ed5-8ddb-aa4d2203e066 2018-08-20 10:16:41,682 - neutron_utils - INFO - Deleting security group rule with ID - e919c3c3-ad09-4624-a2d1-93da7addca13 2018-08-20 10:16:41,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/e919c3c3-ad09-4624-a2d1-93da7addca13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:41,938 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97ba747b-c12d-4669-9f45-8cf4cdeb0a77 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:41,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/e919c3c3-ad09-4624-a2d1-93da7addca13 used request id req-97ba747b-c12d-4669-9f45-8cf4cdeb0a77 2018-08-20 10:16:41,939 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-740b3c3e-c491-4f4b-890b-9d466f7e437fname 2018-08-20 10:16:41,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371381a1c2ffde759e8ea9e9c6124ae817743c62" 2018-08-20 10:16:42,068 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-279bb682-7583-4f4e-84b1-de3742eee686 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:42,068 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/9f19e7a4-e888-4dc6-9300-f6d3fa96fcdc used request id req-279bb682-7583-4f4e-84b1-de3742eee686 2018-08-20 10:16:42,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:42,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:42,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:42,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:42,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:42,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:42,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-7ad2fd11-9ec2-4cfa-81b2-76f83466f2c7 Date: Mon, 20 Aug 2018 10:16:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "updated_at": "2018-08-20T10:16:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "be5e6284-efa6-4491-99d6-22bc2d002024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "f098a28e-d644-4954-b2f0-02d623845e2b", "remote_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "f64e00b2-8ddd-4274-ad6e-b41a63bf7325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "revision_number": 0, "id": "fdefe39a-fbe8-4d82-931a-a61b7387813e", "remote_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:38Z", "security_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae"}], "revision_number": 4, "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:16:42,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-7ad2fd11-9ec2-4cfa-81b2-76f83466f2c7 2018-08-20 10:16:42,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:42,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-870c8748-b2c0-4811-8716-baa14da19b1d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:42,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-870c8748-b2c0-4811-8716-baa14da19b1d 2018-08-20 10:16:42,463 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:42,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:42,552 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08392d43-082f-459b-9474-4d12edc83eed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:42,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-08392d43-082f-459b-9474-4d12edc83eed 2018-08-20 10:16:42,552 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:42,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:42,647 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0c02672-8586-4e1c-9a3d-f65869d04328 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:42,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-c0c02672-8586-4e1c-9a3d-f65869d04328 2018-08-20 10:16:42,647 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:42,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:42,739 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db29dc80-8e59-4bf3-a0d4-8f8da7a35c57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:42,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-db29dc80-8e59-4bf3-a0d4-8f8da7a35c57 2018-08-20 10:16:42,739 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:42,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:42,832 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15a6f802-5c58-4951-8c75-1e4c97104189 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:42,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-15a6f802-5c58-4951-8c75-1e4c97104189 2018-08-20 10:16:42,832 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:42,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:42,926 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f3566f6-d836-420a-bd73-71b645b5c423 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:42,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-6f3566f6-d836-420a-bd73-71b645b5c423 2018-08-20 10:16:42,926 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:42,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,012 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ac9b48c-47b8-4414-a1ff-88430d616a92 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:43,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-3ac9b48c-47b8-4414-a1ff-88430d616a92 2018-08-20 10:16:43,012 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:43,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,106 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-200d8c97-69a5-4611-8df8-ecdf92d42384 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:43,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-200d8c97-69a5-4611-8df8-ecdf92d42384 2018-08-20 10:16:43,106 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:43,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,202 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-929c9d6f-1438-4525-9f61-f6329680de18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:43,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-929c9d6f-1438-4525-9f61-f6329680de18 2018-08-20 10:16:43,202 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:43,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c802ceed-c987-48b2-8037-13d1d441838e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:16:43,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-c802ceed-c987-48b2-8037-13d1d441838e 2018-08-20 10:16:43,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,396 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c43a46c-62a6-41a2-b72f-8a596ad2f170 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:43,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-2c43a46c-62a6-41a2-b72f-8a596ad2f170 2018-08-20 10:16:43,397 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:43,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,491 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00f56b06-21fe-4d6b-8cb6-29afe6715142 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:43,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-00f56b06-21fe-4d6b-8cb6-29afe6715142 2018-08-20 10:16:43,492 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:43,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,677 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8cbf93a-2f96-4682-9f6c-cb8bd5fced23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:43,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-f8cbf93a-2f96-4682-9f6c-cb8bd5fced23 2018-08-20 10:16:43,677 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:43,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,788 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-352105f7-f02b-456f-b7ab-9f2db2631e0f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:43,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-352105f7-f02b-456f-b7ab-9f2db2631e0f 2018-08-20 10:16:43,788 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:43,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a5d8b73-8f6c-4b4e-9b82-9009de6dc768 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:16:43,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-9a5d8b73-8f6c-4b4e-9b82-9009de6dc768 2018-08-20 10:16:43,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:43,992 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-470a00d1-c8bd-4d7a-b9dc-a02bde047b12 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:43,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-470a00d1-c8bd-4d7a-b9dc-a02bde047b12 2018-08-20 10:16:43,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:43,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:44,092 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90fd7c37-404f-4b3f-9e97-fd7c9fc7fd83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:44,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-90fd7c37-404f-4b3f-9e97-fd7c9fc7fd83 2018-08-20 10:16:44,093 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:44,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:44,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c70144-7ba6-4fff-8a9e-aec8735cf55f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5ad2cb849be6434eb53e5d535dfea0ae", "name": "CreateSecurityGroupTests-27a26ce5-199a-446-proj"}} 2018-08-20 10:16:44,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae used request id req-88c70144-7ba6-4fff-8a9e-aec8735cf55f 2018-08-20 10:16:44,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3 2018-08-20 10:16:44,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:44,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3e555a21-061f-4bb7-8e34-c7fd119936bc Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:38Z", "security_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "be5e6284-efa6-4491-99d6-22bc2d002024"}, {"remote_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "f098a28e-d644-4954-b2f0-02d623845e2b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "f64e00b2-8ddd-4274-ad6e-b41a63bf7325"}, {"remote_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:38Z", "security_group_id": "fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3", "port_range_min": null, "revision_number": 0, "tenant_id": "5ad2cb849be6434eb53e5d535dfea0ae", "created_at": "2018-08-20T10:16:38Z", "project_id": "5ad2cb849be6434eb53e5d535dfea0ae", "id": "fdefe39a-fbe8-4d82-931a-a61b7387813e"}]} 2018-08-20 10:16:44,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3 used request id req-3e555a21-061f-4bb7-8e34-c7fd119936bc 2018-08-20 10:16:44,368 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:16:44,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:44,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2cff2b9d-7172-4a47-a135-abc3868cd416 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:44,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/fcbf78f0-f9f9-40e4-bb45-b3e7269cdfb3 used request id req-2cff2b9d-7172-4a47-a135-abc3868cd416 2018-08-20 10:16:44,791 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-27a26ce5-199a-446-proj 2018-08-20 10:16:44,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:45,105 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f1e4e1d-6991-4684-9b93-280f1e4b99d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:45,106 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/5ad2cb849be6434eb53e5d535dfea0ae used request id req-3f1e4e1d-6991-4684-9b93-280f1e4b99d4 2018-08-20 10:16:45,106 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-27a26ce5-199a-446-proj-role 2018-08-20 10:16:45,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/c5a768270f7f415b8f34575be0d61487 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:45,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-733c2dcb-8090-4774-bd3b-b4144b7e2cde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:45,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/c5a768270f7f415b8f34575be0d61487 used request id req-733c2dcb-8090-4774-bd3b-b4144b7e2cde 2018-08-20 10:16:45,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f94b4e63a2c37248907ec8295db41339b27bf6c" 2018-08-20 10:16:45,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc6ce17-3881-4f7c-b082-53b82d14332b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:45,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fbc6ce17-3881-4f7c-b082-53b82d14332b 2018-08-20 10:16:45,323 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-27a26ce5-199a-446-user 2018-08-20 10:16:45,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/04c3ac4ef92944288fd4f3458d8fed39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12007cfff522d36eb9030447d4844ea6c25a768c" 2018-08-20 10:16:45,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca2c91a2-e281-4932-b460-b0a5d6f15d42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:45,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/04c3ac4ef92944288fd4f3458d8fed39 used request id req-ca2c91a2-e281-4932-b460-b0a5d6f15d42 2018-08-20 10:16:45,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:45,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JYutkgM6T1qIUzBZqKXlWw"], "issued_at": "2018-08-20T10:16:45.000000Z"}} 2018-08-20 10:16:45,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc896283413c8c82491af19034d29717de1a2a69" 2018-08-20 10:16:46,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb35f80-3d75-4c7c-b62f-0b6c19fdba60 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:46,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bcb35f80-3d75-4c7c-b62f-0b6c19fdba60 2018-08-20 10:16:46,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:46,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:46,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["iux9_l8iQ1q6GFfRz_uv2A"], "issued_at": "2018-08-20T10:16:46.000000Z"}} 2018-08-20 10:16:46,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:46,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe80462-bee4-4abc-96a0-b9614078aafd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:46,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2fe80462-bee4-4abc-96a0-b9614078aafd 2018-08-20 10:16:46,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:46,517 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:46,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-58609b42-4a76-4f7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:46,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc827ef-74ee-45d0-b139-de99ffbe24a4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-58609b42-4a76-4f7-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:16:46,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-58609b42-4a76-4f7-proj used request id req-0dc827ef-74ee-45d0-b139-de99ffbe24a4 2018-08-20 10:16:46,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:46,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00907167-ace8-40e6-ae40-73b79ce7dccd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:46,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-00907167-ace8-40e6-ae40-73b79ce7dccd 2018-08-20 10:16:46,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj"}}' 2018-08-20 10:16:46,848 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d79d18e-e8ba-4295-9d9d-98ec86e29ebd Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be"}, "tags": [], "enabled": true, "id": "cd3f1e3389af4cb1ad1cb996687678be", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj"}} 2018-08-20 10:16:46,848 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-7d79d18e-e8ba-4295-9d9d-98ec86e29ebd 2018-08-20 10:16:46,848 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-58609b42-4a76-4f7-proj 2018-08-20 10:16:46,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:46,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:47,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["qwgja1IZRVe_vbpgXpX00w"], "issued_at": "2018-08-20T10:16:47.000000Z"}} 2018-08-20 10:16:47,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e6acfce6d7326571da7e88075ecf43b163eb8f" 2018-08-20 10:16:47,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dff45b4-0a90-4dcf-ab3e-31db5a8b3b09 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:47,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3dff45b4-0a90-4dcf-ab3e-31db5a8b3b09 2018-08-20 10:16:47,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:47,352 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:47,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e6acfce6d7326571da7e88075ecf43b163eb8f" 2018-08-20 10:16:47,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca3c9b06-cd5e-4402-8e0a-8119f9260eb2 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:16:47,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-ca3c9b06-cd5e-4402-8e0a-8119f9260eb2 2018-08-20 10:16:47,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-58609b42-4a76-4f7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e6acfce6d7326571da7e88075ecf43b163eb8f" 2018-08-20 10:16:47,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f33c9ce-b063-412f-9c64-d13dcada0fa5 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-58609b42-4a76-4f7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be"}, "tags": [], "enabled": true, "id": "cd3f1e3389af4cb1ad1cb996687678be", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj"}]} 2018-08-20 10:16:47,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-58609b42-4a76-4f7-proj used request id req-5f33c9ce-b063-412f-9c64-d13dcada0fa5 2018-08-20 10:16:47,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e6acfce6d7326571da7e88075ecf43b163eb8f" 2018-08-20 10:16:47,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fb5558-7f76-4852-acf8-ff8a3b199a3e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:47,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-53fb5558-7f76-4852-acf8-ff8a3b199a3e 2018-08-20 10:16:48,052 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-58609b42-4a76-4f7-user 2018-08-20 10:16:48,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:48,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:48,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5751fc6-f6b7-452d-a5b6-4a9fe556581b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:48,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d5751fc6-f6b7-452d-a5b6-4a9fe556581b 2018-08-20 10:16:48,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" -d '{"role": {"name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj-role"}}' 2018-08-20 10:16:48,255 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a41afccc-dcf2-49e9-a9c1-3091c4947251 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1686304829824105a4b59db59125c801", "links": {"self": "http://172.30.9.36:5000/v3/roles/1686304829824105a4b59db59125c801"}, "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj-role"}} 2018-08-20 10:16:48,256 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-a41afccc-dcf2-49e9-a9c1-3091c4947251 2018-08-20 10:16:48,256 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-58609b42-4a76-4f7-proj-role 2018-08-20 10:16:48,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/1686304829824105a4b59db59125c801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:48,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f6a0f5a-8768-46a2-949e-8f814215e096 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1686304829824105a4b59db59125c801", "links": {"self": "http://172.30.9.36:5000/v3/roles/1686304829824105a4b59db59125c801"}, "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj-role"}} 2018-08-20 10:16:48,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/1686304829824105a4b59db59125c801 used request id req-6f6a0f5a-8768-46a2-949e-8f814215e096 2018-08-20 10:16:48,353 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-58609b42-4a76-4f7-proj-role to project CreateSecurityGroupTests-58609b42-4a76-4f7-proj 2018-08-20 10:16:48,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be/users/b80cdd396baa4e81a77df1efbe4c37d1/roles/1686304829824105a4b59db59125c801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:48,492 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e2c39c0-51d2-4444-b1fc-7455a95bdf57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:48,492 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be/users/b80cdd396baa4e81a77df1efbe4c37d1/roles/1686304829824105a4b59db59125c801 used request id req-0e2c39c0-51d2-4444-b1fc-7455a95bdf57 2018-08-20 10:16:48,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:48,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:48,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:48,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:48,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:48,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:48,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:48,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1686304829824105a4b59db59125c801", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj-role"}], "expires_at": "2018-08-20T11:16:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd3f1e3389af4cb1ad1cb996687678be", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cd3f1e3389af4cb1ad1cb996687678be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cd3f1e3389af4cb1ad1cb996687678be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-user", "id": "b80cdd396baa4e81a77df1efbe4c37d1"}, "audit_ids": ["TP8yfIq9QV6MY4kbrFon7w"], "issued_at": "2018-08-20T10:16:48.000000Z"}} 2018-08-20 10:16:48,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:48,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca23462-0142-41f1-968c-b6ef76447bea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:48,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1ca23462-0142-41f1-968c-b6ef76447bea 2018-08-20 10:16:48,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:48,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:48,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:48,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:48,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:48,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:49,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2e385402-ee09-49de-a3c5-461f68d530a5 Date: Mon, 20 Aug 2018 10:16:49 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:16:49,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name&description=hello+group used request id req-2e385402-ee09-49de-a3c5-461f68d530a5 2018-08-20 10:16:49,358 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name... 2018-08-20 10:16:49,358 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name 2018-08-20 10:16:49,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" -d '{"security_group": {"name": "CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name", "description": "hello group"}}' 2018-08-20 10:16:49,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-2090bc80-ce91-4a07-a3a5-f133125ca0c6 Date: Mon, 20 Aug 2018 10:16:49 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "updated_at": "2018-08-20T10:16:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}], "revision_number": 2, "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "678c18e5-a189-4c86-b81a-f135a8347247", "name": "CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name"}} 2018-08-20 10:16:49,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-2090bc80-ce91-4a07-a3a5-f133125ca0c6 2018-08-20 10:16:49,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:49,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:50,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d4ecc782-547d-44f6-af78-1d5514443276 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:50,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-d4ecc782-547d-44f6-af78-1d5514443276 2018-08-20 10:16:50,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:50,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:50,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0d53bb0d-1f90-4871-9208-ca88198e3374 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:50,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-0d53bb0d-1f90-4871-9208-ca88198e3374 2018-08-20 10:16:50,252 - neutron_utils - INFO - Retrieving security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:50,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:50,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-728f8f8c-2fed-4d42-b637-47dc6b5f83f8 Date: Mon, 20 Aug 2018 10:16:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "updated_at": "2018-08-20T10:16:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}], "revision_number": 2, "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "678c18e5-a189-4c86-b81a-f135a8347247", "name": "CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name"}]} 2018-08-20 10:16:50,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-728f8f8c-2fed-4d42-b637-47dc6b5f83f8 2018-08-20 10:16:50,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:50,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:50,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-947aae6b-2471-4b84-8a28-6ef82da0ce37 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:50,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-947aae6b-2471-4b84-8a28-6ef82da0ce37 2018-08-20 10:16:50,526 - neutron_utils - INFO - Retrieving security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:50,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:50,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9b9dc9ac-c7a3-49d0-bb65-ef9faac361fc Date: Mon, 20 Aug 2018 10:16:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "updated_at": "2018-08-20T10:16:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}], "revision_number": 2, "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "678c18e5-a189-4c86-b81a-f135a8347247", "name": "CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name"}]} 2018-08-20 10:16:50,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-9b9dc9ac-c7a3-49d0-bb65-ef9faac361fc 2018-08-20 10:16:50,752 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:50,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:50,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-37771e0d-012b-4d93-833b-e3e3d77e29b9 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:50,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-37771e0d-012b-4d93-833b-e3e3d77e29b9 2018-08-20 10:16:50,961 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name 2018-08-20 10:16:50,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:51,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f5fed9a2-1298-44e5-bc72-69f2e3528a4a Date: Mon, 20 Aug 2018 10:16:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "updated_at": "2018-08-20T10:16:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}], "revision_number": 2, "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "678c18e5-a189-4c86-b81a-f135a8347247", "name": "CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name"}]} 2018-08-20 10:16:51,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name used request id req-f5fed9a2-1298-44e5-bc72-69f2e3528a4a 2018-08-20 10:16:51,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:51,192 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:51,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:51,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5395b8c-5fff-4214-a5ce-325803924594 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd3f1e3389af4cb1ad1cb996687678be", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj"}} 2018-08-20 10:16:51,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be used request id req-b5395b8c-5fff-4214-a5ce-325803924594 2018-08-20 10:16:51,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:51,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:51,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-23b96064-c9cf-4e5e-a620-dfdfe54c6f79 Date: Mon, 20 Aug 2018 10:16:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:51,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-23b96064-c9cf-4e5e-a620-dfdfe54c6f79 2018-08-20 10:16:51,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}6cec664a35dc93faaf0bf8e400f4502cdc11368a" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": 10}}' 2018-08-20 10:16:51,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-4a0e69dc-30b4-45dc-9801-bf80d3ff7f79 Date: Mon, 20 Aug 2018 10:16:51 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-08-20T10:16:51Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": 10, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:51Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "73b58537-fea8-4c4f-a7b7-b96c25fe0baa"}} 2018-08-20 10:16:51,686 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-4a0e69dc-30b4-45dc-9801-bf80d3ff7f79 2018-08-20 10:16:51,687 - neutron_utils - INFO - Retrieving security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:51,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:51,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-dfee4ff8-d3cd-49f6-afc9-03a43f92c320 Date: Mon, 20 Aug 2018 10:16:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "updated_at": "2018-08-20T10:16:51Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:16:51Z", "revision_number": 0, "id": "73b58537-fea8-4c4f-a7b7-b96c25fe0baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:51Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}], "revision_number": 3, "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "678c18e5-a189-4c86-b81a-f135a8347247", "name": "CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name"}]} 2018-08-20 10:16:51,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-dfee4ff8-d3cd-49f6-afc9-03a43f92c320 2018-08-20 10:16:51,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:51,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:51,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-c01c8178-abc8-4b71-b78e-8b730cc74158 Date: Mon, 20 Aug 2018 10:16: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-08-20T10:16:51Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": 10, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:51Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "73b58537-fea8-4c4f-a7b7-b96c25fe0baa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:51,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-c01c8178-abc8-4b71-b78e-8b730cc74158 2018-08-20 10:16:51,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:52,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1686304829824105a4b59db59125c801", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj-role"}], "expires_at": "2018-08-20T11:16:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd3f1e3389af4cb1ad1cb996687678be", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cd3f1e3389af4cb1ad1cb996687678be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cd3f1e3389af4cb1ad1cb996687678be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cd3f1e3389af4cb1ad1cb996687678be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-user", "id": "b80cdd396baa4e81a77df1efbe4c37d1"}, "audit_ids": ["8xIC15keQp6AZJBjj8Ik0g"], "issued_at": "2018-08-20T10:16:52.000000Z"}} 2018-08-20 10:16:52,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c452d4cb996f86280dccda13d3104fd6cca64a" 2018-08-20 10:16:52,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-408ae96c-d8b2-4430-aa02-3631d17fd649 Date: Mon, 20 Aug 2018 10:16:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "updated_at": "2018-08-20T10:16:51Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:16:51Z", "revision_number": 0, "id": "73b58537-fea8-4c4f-a7b7-b96c25fe0baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:51Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}], "revision_number": 3, "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "678c18e5-a189-4c86-b81a-f135a8347247", "name": "CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name"}]} 2018-08-20 10:16:52,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name&description=hello+group used request id req-408ae96c-d8b2-4430-aa02-3631d17fd649 2018-08-20 10:16:52,407 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:52,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c452d4cb996f86280dccda13d3104fd6cca64a" 2018-08-20 10:16:52,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-37c0fd9a-cd8c-4b4b-b037-c092729dc876 Date: Mon, 20 Aug 2018 10:16:52 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-08-20T10:16:51Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": 10, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:51Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "73b58537-fea8-4c4f-a7b7-b96c25fe0baa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:52,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-37c0fd9a-cd8c-4b4b-b037-c092729dc876 2018-08-20 10:16:52,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c452d4cb996f86280dccda13d3104fd6cca64a" 2018-08-20 10:16:52,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-78f05e99-b741-46c2-bc5b-b3241176ecc8 Date: Mon, 20 Aug 2018 10:16:52 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-08-20T10:16:51Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": 10, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:51Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "73b58537-fea8-4c4f-a7b7-b96c25fe0baa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:52,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-78f05e99-b741-46c2-bc5b-b3241176ecc8 2018-08-20 10:16:52,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c452d4cb996f86280dccda13d3104fd6cca64a" 2018-08-20 10:16:53,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-f7c86a9e-54ab-44f4-ad38-7364db7c403b Date: Mon, 20 Aug 2018 10:16:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "updated_at": "2018-08-20T10:16:51Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:16:51Z", "revision_number": 0, "id": "73b58537-fea8-4c4f-a7b7-b96c25fe0baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:51Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}], "revision_number": 3, "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "678c18e5-a189-4c86-b81a-f135a8347247", "name": "CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name"}]} 2018-08-20 10:16:53,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name used request id req-f7c86a9e-54ab-44f4-ad38-7364db7c403b 2018-08-20 10:16:53,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 678c18e5-a189-4c86-b81a-f135a8347247 2018-08-20 10:16:53,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47c452d4cb996f86280dccda13d3104fd6cca64a" 2018-08-20 10:16:53,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-a3d7fc71-a7bc-475a-b978-98c6331e2f97 Date: Mon, 20 Aug 2018 10:16:53 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-08-20T10:16:51Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": 10, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:51Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "73b58537-fea8-4c4f-a7b7-b96c25fe0baa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "678c18e5-a189-4c86-b81a-f135a8347247", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "7b70ea54-eee0-4b35-9d1f-6d7bfb15755b"}]} 2018-08-20 10:16:53,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=678c18e5-a189-4c86-b81a-f135a8347247 used request id req-a3d7fc71-a7bc-475a-b978-98c6331e2f97 2018-08-20 10:16:53,246 - neutron_utils - INFO - Deleting security group rule with ID - 7b70ea54-eee0-4b35-9d1f-6d7bfb15755b 2018-08-20 10:16:53,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/7b70ea54-eee0-4b35-9d1f-6d7bfb15755b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:53,362 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44d943d5-b1ce-4bfb-a75e-b701e7963a31 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:53,362 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/7b70ea54-eee0-4b35-9d1f-6d7bfb15755b used request id req-44d943d5-b1ce-4bfb-a75e-b701e7963a31 2018-08-20 10:16:53,362 - neutron_utils - INFO - Deleting security group rule with ID - 77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed 2018-08-20 10:16:53,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:53,648 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-056a4202-a8ab-4759-a493-e22672942025 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:53,648 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/77d6e6e1-2569-4f1b-b7ba-4bae4946c8ed used request id req-056a4202-a8ab-4759-a493-e22672942025 2018-08-20 10:16:53,649 - neutron_utils - INFO - Deleting security group rule with ID - 73b58537-fea8-4c4f-a7b7-b96c25fe0baa 2018-08-20 10:16:53,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/73b58537-fea8-4c4f-a7b7-b96c25fe0baa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:53,763 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3075dd0-4434-4f35-b603-9e3de7aa88b8 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:53,763 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/73b58537-fea8-4c4f-a7b7-b96c25fe0baa used request id req-f3075dd0-4434-4f35-b603-9e3de7aa88b8 2018-08-20 10:16:53,763 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3d60e8b2-f108-41cc-9584-1ec24e0ecc37name 2018-08-20 10:16:53,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/678c18e5-a189-4c86-b81a-f135a8347247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cec664a35dc93faaf0bf8e400f4502cdc11368a" 2018-08-20 10:16:54,204 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2af3123e-1825-4df2-93ee-954dd89eb4a3 Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:54,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/678c18e5-a189-4c86-b81a-f135a8347247 used request id req-2af3123e-1825-4df2-93ee-954dd89eb4a3 2018-08-20 10:16:54,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:54,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:54,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:54,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:54,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:54,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:54,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-30c0eade-b2c5-4280-af2b-dc9d4ee4c159 Date: Mon, 20 Aug 2018 10:16:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "updated_at": "2018-08-20T10:16:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "623e788e-9f29-43f0-897c-1527a13f6dee", "remote_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "6a944b5d-bd27-4d7e-9dfd-bfc95be52295", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "922c7c5e-c925-4327-8ab6-2e63ab5a0756", "remote_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "revision_number": 0, "id": "dd3f226c-af31-4679-8b8d-d67cf0662707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:16:49Z", "security_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd3f1e3389af4cb1ad1cb996687678be"}], "revision_number": 4, "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:16:54,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-30c0eade-b2c5-4280-af2b-dc9d4ee4c159 2018-08-20 10:16:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:54,588 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a284e586-1ae7-4c96-902e-56dbd99c342b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:54,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-a284e586-1ae7-4c96-902e-56dbd99c342b 2018-08-20 10:16:54,588 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:54,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:54,682 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaf40852-5318-434b-a152-d0871a1aa7ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:54,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-aaf40852-5318-434b-a152-d0871a1aa7ac 2018-08-20 10:16:54,682 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:54,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:54,769 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3dfdbf0-a024-44d7-a308-efdfc8a80b5c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:54,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-f3dfdbf0-a024-44d7-a308-efdfc8a80b5c 2018-08-20 10:16:54,770 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:54,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:54,865 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bbded95-afdd-48a8-9a2b-73beb110141f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:54,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-5bbded95-afdd-48a8-9a2b-73beb110141f 2018-08-20 10:16:54,866 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:54,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:54,982 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e698ca37-b8bc-4dc1-bd85-9da6c5db8598 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:54,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-e698ca37-b8bc-4dc1-bd85-9da6c5db8598 2018-08-20 10:16:54,983 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:54,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:55,074 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed865d36-6658-4d0f-84d7-b7b20edbcd0c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:55,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-ed865d36-6658-4d0f-84d7-b7b20edbcd0c 2018-08-20 10:16:55,075 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:55,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:55,167 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-877b96a0-8789-4db0-8cd2-84fa2db7a5e5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:55,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-877b96a0-8789-4db0-8cd2-84fa2db7a5e5 2018-08-20 10:16:55,167 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:55,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:55,263 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d977eb88-ff4c-4779-acb8-022c3344cf40 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:55,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-d977eb88-ff4c-4779-acb8-022c3344cf40 2018-08-20 10:16:55,264 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:55,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:55,376 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38e68cd2-9788-4436-ab76-c810725f5cb1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:55,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-38e68cd2-9788-4436-ab76-c810725f5cb1 2018-08-20 10:16:55,377 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:55,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:55,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6218cdd5-b1f5-4622-a879-d1ff0e51ecbc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:16:55,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-6218cdd5-b1f5-4622-a879-d1ff0e51ecbc 2018-08-20 10:16:55,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:55,565 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65002df1-4217-4a21-b7dd-07a878674484 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:16:55,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-65002df1-4217-4a21-b7dd-07a878674484 2018-08-20 10:16:55,565 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:16:55,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:55,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fbcafab-8505-4e89-bcbb-000d62551358 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cd3f1e3389af4cb1ad1cb996687678be", "name": "CreateSecurityGroupTests-58609b42-4a76-4f7-proj"}} 2018-08-20 10:16:55,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be used request id req-1fbcafab-8505-4e89-bcbb-000d62551358 2018-08-20 10:16:55,666 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c0aa9443-ddfa-4307-9647-ad6146a239b8 2018-08-20 10:16:55,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c0aa9443-ddfa-4307-9647-ad6146a239b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:55,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6712e0c8-3e43-4c5f-a363-285d8223a2b1 Date: Mon, 20 Aug 2018 10:16:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "623e788e-9f29-43f0-897c-1527a13f6dee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "6a944b5d-bd27-4d7e-9dfd-bfc95be52295"}, {"remote_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "922c7c5e-c925-4327-8ab6-2e63ab5a0756"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:16:49Z", "security_group_id": "c0aa9443-ddfa-4307-9647-ad6146a239b8", "port_range_min": null, "revision_number": 0, "tenant_id": "cd3f1e3389af4cb1ad1cb996687678be", "created_at": "2018-08-20T10:16:49Z", "project_id": "cd3f1e3389af4cb1ad1cb996687678be", "id": "dd3f226c-af31-4679-8b8d-d67cf0662707"}]} 2018-08-20 10:16:55,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c0aa9443-ddfa-4307-9647-ad6146a239b8 used request id req-6712e0c8-3e43-4c5f-a363-285d8223a2b1 2018-08-20 10:16:55,875 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:16:55,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/c0aa9443-ddfa-4307-9647-ad6146a239b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:56,219 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39b25663-fe95-4293-b8a0-ccc12bc4bcdf Content-Length: 0 Date: Mon, 20 Aug 2018 10:16:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:16:56,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/c0aa9443-ddfa-4307-9647-ad6146a239b8 used request id req-39b25663-fe95-4293-b8a0-ccc12bc4bcdf 2018-08-20 10:16:56,220 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-58609b42-4a76-4f7-proj 2018-08-20 10:16:56,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:56,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62ad61bd-959c-48ea-b0cd-13757117e731 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:56,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cd3f1e3389af4cb1ad1cb996687678be used request id req-62ad61bd-959c-48ea-b0cd-13757117e731 2018-08-20 10:16:56,459 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-58609b42-4a76-4f7-proj-role 2018-08-20 10:16:56,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/1686304829824105a4b59db59125c801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:56,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06d9a340-cf30-4630-a15a-0529cd5ff940 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:56,572 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/1686304829824105a4b59db59125c801 used request id req-06d9a340-cf30-4630-a15a-0529cd5ff940 2018-08-20 10:16:56,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f65a1e0e588bb0cd8795c4a18a36771709f3cfb" 2018-08-20 10:16:56,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe29a9a-ae24-4cb5-9f5d-c6ad1c1dcab1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:56,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dfe29a9a-ae24-4cb5-9f5d-c6ad1c1dcab1 2018-08-20 10:16:56,667 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-58609b42-4a76-4f7-user 2018-08-20 10:16:56,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/b80cdd396baa4e81a77df1efbe4c37d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e6acfce6d7326571da7e88075ecf43b163eb8f" 2018-08-20 10:16:56,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d41a8e1f-1a87-43bb-b048-3a1b2d03b353 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:56,844 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/b80cdd396baa4e81a77df1efbe4c37d1 used request id req-d41a8e1f-1a87-43bb-b048-3a1b2d03b353 2018-08-20 10:16:56,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:57,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Q8dqQ2T6RQG7-w5qIhTVug"], "issued_at": "2018-08-20T10:16:57.000000Z"}} 2018-08-20 10:16:57,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3b365d07b575e19e656a6d574e6513af9ed82f0" 2018-08-20 10:16:57,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab76e673-68e5-4bc1-ad61-9d63768ab629 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:57,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ab76e673-68e5-4bc1-ad61-9d63768ab629 2018-08-20 10:16:57,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:57,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:57,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["KLIILb1GRzOrbNFZnJF8rQ"], "issued_at": "2018-08-20T10:16:57.000000Z"}} 2018-08-20 10:16:57,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:16:57,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3656c477-87c2-4fea-aad7-883388ab2193 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:57,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3656c477-87c2-4fea-aad7-883388ab2193 2018-08-20 10:16:57,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:57,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:57,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:16:57,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f622dcb-9771-49c1-bcae-68b23e879ade Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:16:57,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj used request id req-8f622dcb-9771-49c1-bcae-68b23e879ade 2018-08-20 10:16:57,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:16:58,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7136895-d6ce-4258-9a15-c9178cdbe5e1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:58,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a7136895-d6ce-4258-9a15-c9178cdbe5e1 2018-08-20 10:16:58,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj"}}' 2018-08-20 10:16:58,154 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58b8bed1-69fa-4405-b08a-c533e7b365e8 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997"}, "tags": [], "enabled": true, "id": "7cffa04306404ffbbacca2396c792997", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj"}} 2018-08-20 10:16:58,154 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-58b8bed1-69fa-4405-b08a-c533e7b365e8 2018-08-20 10:16:58,154 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj 2018-08-20 10:16:58,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:58,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:16:58,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Ls0UD0HpQee__JdGptoFDg"], "issued_at": "2018-08-20T10:16:58.000000Z"}} 2018-08-20 10:16:58,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dd114f9678c538f1206d4e8a744073bc28e052" 2018-08-20 10:16:58,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa140dcd-a38c-432c-8271-6e60d847b000 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:16:58,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fa140dcd-a38c-432c-8271-6e60d847b000 2018-08-20 10:16:58,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:16:58,655 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:16:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:16:58,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dd114f9678c538f1206d4e8a744073bc28e052" 2018-08-20 10:16:58,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81b172c9-f710-4d88-9418-412aa06135fd Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:16:58,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-81b172c9-f710-4d88-9418-412aa06135fd 2018-08-20 10:16:58,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dd114f9678c538f1206d4e8a744073bc28e052" 2018-08-20 10:16:58,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1d04ee-c89a-4188-acc6-33171ec1be29 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997"}, "tags": [], "enabled": true, "id": "7cffa04306404ffbbacca2396c792997", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj"}]} 2018-08-20 10:16:58,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj used request id req-4b1d04ee-c89a-4188-acc6-33171ec1be29 2018-08-20 10:16:58,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dd114f9678c538f1206d4e8a744073bc28e052" 2018-08-20 10:16:58,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f50e7b05-92b8-4d28-8a1b-be19f7150439 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:16:58,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f50e7b05-92b8-4d28-8a1b-be19f7150439 2018-08-20 10:16:59,328 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-48c2a75e-0c46-4a1-user 2018-08-20 10:16:59,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:59,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:16:59,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6732242f-77df-4c2a-87f4-251026870a9f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:16:59,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6732242f-77df-4c2a-87f4-251026870a9f 2018-08-20 10:16:59,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" -d '{"role": {"name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj-role"}}' 2018-08-20 10:16:59,549 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23950dd7-5546-4afb-bbd5-a430ba071993 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "80bc62f9969b4d64be941295407d466a", "links": {"self": "http://172.30.9.36:5000/v3/roles/80bc62f9969b4d64be941295407d466a"}, "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj-role"}} 2018-08-20 10:16:59,549 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-23950dd7-5546-4afb-bbd5-a430ba071993 2018-08-20 10:16:59,549 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj-role 2018-08-20 10:16:59,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/80bc62f9969b4d64be941295407d466a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:16:59,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f33d07-3518-4adc-83cc-9d1f38c18d05 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "80bc62f9969b4d64be941295407d466a", "links": {"self": "http://172.30.9.36:5000/v3/roles/80bc62f9969b4d64be941295407d466a"}, "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj-role"}} 2018-08-20 10:16:59,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/80bc62f9969b4d64be941295407d466a used request id req-70f33d07-3518-4adc-83cc-9d1f38c18d05 2018-08-20 10:16:59,645 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj-role to project CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj 2018-08-20 10:16:59,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997/users/81e2836eb054403198d0e00b1b2807be/roles/80bc62f9969b4d64be941295407d466a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:16:59,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc0f22cf-d07a-4965-816c-9712cdf51343 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:16:59,707 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997/users/81e2836eb054403198d0e00b1b2807be/roles/80bc62f9969b4d64be941295407d466a used request id req-bc0f22cf-d07a-4965-816c-9712cdf51343 2018-08-20 10:16:59,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:16:59,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:16:59,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:16:59,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:16:59,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:16:59,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:16:59,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:00,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "80bc62f9969b4d64be941295407d466a", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj-role"}], "expires_at": "2018-08-20T11:17:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cffa04306404ffbbacca2396c792997", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7cffa04306404ffbbacca2396c792997", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7cffa04306404ffbbacca2396c792997", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7cffa04306404ffbbacca2396c792997", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7cffa04306404ffbbacca2396c792997", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-user", "id": "81e2836eb054403198d0e00b1b2807be"}, "audit_ids": ["EDWBzSCSR2W9rSwVOM4POw"], "issued_at": "2018-08-20T10:17:00.000000Z"}} 2018-08-20 10:17:00,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:00,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35294a2f-05be-4c85-a78d-b454da5608ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:00,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-35294a2f-05be-4c85-a78d-b454da5608ce 2018-08-20 10:17:00,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:00,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:00,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:00,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:00,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:00,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:00,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-10dbb499-0820-4667-9926-6ba50520cd83 Date: Mon, 20 Aug 2018 10:17:00 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:17:00,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name&description=hello+group used request id req-10dbb499-0820-4667-9926-6ba50520cd83 2018-08-20 10:17:00,526 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name... 2018-08-20 10:17:00,526 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name 2018-08-20 10:17:00,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" -d '{"security_group": {"name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name", "description": "hello group"}}' 2018-08-20 10:17:01,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-c7e7452e-91e2-4b84-be51-2759318cfce7 Date: Mon, 20 Aug 2018 10:17:01 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "5375b916-38d4-43df-93df-6edc0c511e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 2, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name"}} 2018-08-20 10:17:01,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-c7e7452e-91e2-4b84-be51-2759318cfce7 2018-08-20 10:17:01,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:01,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:01,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8930baf4-2de4-4527-8ec4-92859bca556a Date: Mon, 20 Aug 2018 10:17:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:01,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-8930baf4-2de4-4527-8ec4-92859bca556a 2018-08-20 10:17:01,342 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:01,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:01,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-281f2b3e-b104-4472-a750-99c72264dfb5 Date: Mon, 20 Aug 2018 10:17:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:01,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-281f2b3e-b104-4472-a750-99c72264dfb5 2018-08-20 10:17:01,534 - neutron_utils - INFO - Retrieving security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:01,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:01,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-60549ee9-b2ef-4565-a029-5ef9dfb3519f Date: Mon, 20 Aug 2018 10:17:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "5375b916-38d4-43df-93df-6edc0c511e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 2, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name"}]} 2018-08-20 10:17:01,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-60549ee9-b2ef-4565-a029-5ef9dfb3519f 2018-08-20 10:17:01,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:01,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:01,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-77bfbaa3-d341-4511-b3df-536e7ad45175 Date: Mon, 20 Aug 2018 10:17:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:01,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-77bfbaa3-d341-4511-b3df-536e7ad45175 2018-08-20 10:17:01,970 - neutron_utils - INFO - Retrieving security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:01,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:02,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d09a7205-7acd-4e28-9cc9-689f5c4a87f6 Date: Mon, 20 Aug 2018 10:17:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "5375b916-38d4-43df-93df-6edc0c511e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 2, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name"}]} 2018-08-20 10:17:02,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-d09a7205-7acd-4e28-9cc9-689f5c4a87f6 2018-08-20 10:17:02,037 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:02,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:02,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cfbdc07-9212-4a4c-944c-d4c6288d7570 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:02,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-0cfbdc07-9212-4a4c-944c-d4c6288d7570 2018-08-20 10:17:02,237 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name 2018-08-20 10:17:02,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:02,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5ded7964-2bde-409a-9330-f89285031021 Date: Mon, 20 Aug 2018 10:17:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "5375b916-38d4-43df-93df-6edc0c511e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 2, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name"}]} 2018-08-20 10:17:02,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name used request id req-5ded7964-2bde-409a-9330-f89285031021 2018-08-20 10:17:02,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:02,470 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:02,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:02,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494686f0-c295-46f6-bd17-6643cd348a20 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7cffa04306404ffbbacca2396c792997", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj"}} 2018-08-20 10:17:02,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997 used request id req-494686f0-c295-46f6-bd17-6643cd348a20 2018-08-20 10:17:02,567 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:02,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:02,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-61d1b08c-02f5-4740-9d7c-13aa921d0891 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:02,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-61d1b08c-02f5-4740-9d7c-13aa921d0891 2018-08-20 10:17:02,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}02ad5022af4f62576e911fe565f3596c03152e22" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee"}}' 2018-08-20 10:17:03,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-85601e36-d470-4dfb-a53e-95df2a2a962e Date: Mon, 20 Aug 2018 10:17:03 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-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:03Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62"}} 2018-08-20 10:17:03,160 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-85601e36-d470-4dfb-a53e-95df2a2a962e 2018-08-20 10:17:03,160 - neutron_utils - INFO - Retrieving security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:03,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:03,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e5aea380-9e79-4a32-8ddd-e861e8162f03 Date: Mon, 20 Aug 2018 10:17:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "5375b916-38d4-43df-93df-6edc0c511e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:03Z", "revision_number": 0, "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 3, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name"}]} 2018-08-20 10:17:03,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-e5aea380-9e79-4a32-8ddd-e861e8162f03 2018-08-20 10:17:03,374 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:03,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:03,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-2577aff3-8626-48ce-ac66-187373864484 Date: Mon, 20 Aug 2018 10:17:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"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-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:03Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:03,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-2577aff3-8626-48ce-ac66-187373864484 2018-08-20 10:17:03,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:03,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "80bc62f9969b4d64be941295407d466a", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj-role"}], "expires_at": "2018-08-20T11:17:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cffa04306404ffbbacca2396c792997", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7cffa04306404ffbbacca2396c792997", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7cffa04306404ffbbacca2396c792997", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7cffa04306404ffbbacca2396c792997", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7cffa04306404ffbbacca2396c792997", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7cffa04306404ffbbacca2396c792997", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7cffa04306404ffbbacca2396c792997", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-user", "id": "81e2836eb054403198d0e00b1b2807be"}, "audit_ids": ["FRbhTLaMQSeY-7lyIJv6nA"], "issued_at": "2018-08-20T10:17:03.000000Z"}} 2018-08-20 10:17:03,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155bf6f541355ec28fc70f06f833a377539b4d96" 2018-08-20 10:17:04,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-59eff396-ac26-446c-800f-4605dc1ddc90 Date: Mon, 20 Aug 2018 10:17:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "5375b916-38d4-43df-93df-6edc0c511e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:03Z", "revision_number": 0, "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 3, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name"}]} 2018-08-20 10:17:04,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name&description=hello+group used request id req-59eff396-ac26-446c-800f-4605dc1ddc90 2018-08-20 10:17:04,183 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:04,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155bf6f541355ec28fc70f06f833a377539b4d96" 2018-08-20 10:17:04,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-8310a29d-e207-4a0f-b7c7-d252f6f556a6 Date: Mon, 20 Aug 2018 10:17:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"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-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:03Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:04,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-8310a29d-e207-4a0f-b7c7-d252f6f556a6 2018-08-20 10:17:04,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:04,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155bf6f541355ec28fc70f06f833a377539b4d96" 2018-08-20 10:17:04,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-ce6c6ccc-002e-4656-b3da-f468b8750b4a Date: Mon, 20 Aug 2018 10:17:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"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-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:03Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:04,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-ce6c6ccc-002e-4656-b3da-f468b8750b4a 2018-08-20 10:17:04,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155bf6f541355ec28fc70f06f833a377539b4d96" 2018-08-20 10:17:04,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-749dde4b-d13a-491e-ba1d-536b15e4f591 Date: Mon, 20 Aug 2018 10:17:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "5375b916-38d4-43df-93df-6edc0c511e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:03Z", "revision_number": 0, "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 3, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name"}]} 2018-08-20 10:17:04,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name used request id req-749dde4b-d13a-491e-ba1d-536b15e4f591 2018-08-20 10:17:04,643 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:04,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155bf6f541355ec28fc70f06f833a377539b4d96" 2018-08-20 10:17:04,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-7ef09a65-fb8d-469f-aef5-645a25aed474 Date: Mon, 20 Aug 2018 10:17:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"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-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:03Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:04,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-7ef09a65-fb8d-469f-aef5-645a25aed474 2018-08-20 10:17:04,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155bf6f541355ec28fc70f06f833a377539b4d96" 2018-08-20 10:17:05,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-d159e162-6a1a-41e9-8db2-0914d39bef70 Date: Mon, 20 Aug 2018 10:17:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "5375b916-38d4-43df-93df-6edc0c511e87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:03Z", "revision_number": 0, "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 3, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "name": "CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name"}]} 2018-08-20 10:17:05,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name used request id req-d159e162-6a1a-41e9-8db2-0914d39bef70 2018-08-20 10:17:05,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c339f0-c3c1-4c96-83e8-e3ce798aafee 2018-08-20 10:17:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}155bf6f541355ec28fc70f06f833a377539b4d96" 2018-08-20 10:17:05,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-533a2a9d-5d15-4ab4-8c2a-cd4535466b4b Date: Mon, 20 Aug 2018 10:17:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "5375b916-38d4-43df-93df-6edc0c511e87"}, {"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-08-20T10:17:03Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:03Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "8ef8c62b-20a6-480e-a3db-7f4309f55b62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "10c339f0-c3c1-4c96-83e8-e3ce798aafee", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "afc78b96-7f81-4218-bf47-13fbf3c290f8"}]} 2018-08-20 10:17:05,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-533a2a9d-5d15-4ab4-8c2a-cd4535466b4b 2018-08-20 10:17:05,280 - neutron_utils - INFO - Deleting security group rule with ID - afc78b96-7f81-4218-bf47-13fbf3c290f8 2018-08-20 10:17:05,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/afc78b96-7f81-4218-bf47-13fbf3c290f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:05,395 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d10e0ba-ff65-43d9-988f-f06fa548eb89 Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:05,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/afc78b96-7f81-4218-bf47-13fbf3c290f8 used request id req-8d10e0ba-ff65-43d9-988f-f06fa548eb89 2018-08-20 10:17:05,396 - neutron_utils - INFO - Deleting security group rule with ID - 8ef8c62b-20a6-480e-a3db-7f4309f55b62 2018-08-20 10:17:05,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/8ef8c62b-20a6-480e-a3db-7f4309f55b62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:05,562 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2cb4f5b7-229f-4c71-ae70-7ed249bccbcc Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:05,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/8ef8c62b-20a6-480e-a3db-7f4309f55b62 used request id req-2cb4f5b7-229f-4c71-ae70-7ed249bccbcc 2018-08-20 10:17:05,563 - neutron_utils - INFO - Deleting security group rule with ID - 5375b916-38d4-43df-93df-6edc0c511e87 2018-08-20 10:17:05,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/5375b916-38d4-43df-93df-6edc0c511e87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:05,838 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc717cab-bfe7-4e42-9d5c-46b845e52d2b Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:05,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/5375b916-38d4-43df-93df-6edc0c511e87 used request id req-dc717cab-bfe7-4e42-9d5c-46b845e52d2b 2018-08-20 10:17:05,838 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-679390cb-f191-49cb-9c93-f26e162909a8name 2018-08-20 10:17:05,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/10c339f0-c3c1-4c96-83e8-e3ce798aafee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ad5022af4f62576e911fe565f3596c03152e22" 2018-08-20 10:17:05,970 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78505d6e-dda0-416d-8026-f1801775e1ce Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:05,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/10c339f0-c3c1-4c96-83e8-e3ce798aafee used request id req-78505d6e-dda0-416d-8026-f1801775e1ce 2018-08-20 10:17:05,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:05,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:05,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:05,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:05,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:05,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:06,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-87e04ef3-5413-4418-b299-db2dcf84959b Date: Mon, 20 Aug 2018 10:17:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "updated_at": "2018-08-20T10:17:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "199d9280-08c1-45fc-82da-b6324c8bab4d", "remote_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "8f651fde-cf37-4615-ba0d-8a4d31225602", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "a8a5b873-b836-4a72-b252-a3c1710ed228", "remote_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cffa04306404ffbbacca2396c792997"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "revision_number": 0, "id": "ecbbf201-d1bf-49cd-9b45-1dda5d9162d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:00Z", "security_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "tenant_id": "7cffa04306404ffbbacca2396c792997", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cffa04306404ffbbacca2396c792997"}], "revision_number": 4, "project_id": "7cffa04306404ffbbacca2396c792997", "id": "e36d6c24-1492-49f2-8e22-55fa36409449", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:17:06,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-87e04ef3-5413-4418-b299-db2dcf84959b 2018-08-20 10:17:06,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:06,354 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbc8387a-6bda-4080-85ff-4e4886f9382c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:06,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-bbc8387a-6bda-4080-85ff-4e4886f9382c 2018-08-20 10:17:06,355 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:06,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:06,557 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d97e3af-c9fb-4571-b707-36d294ec3fa1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:06,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-4d97e3af-c9fb-4571-b707-36d294ec3fa1 2018-08-20 10:17:06,558 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:06,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:06,660 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a0a80b6-96da-43ba-96ad-1274c1d78144 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:06,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-9a0a80b6-96da-43ba-96ad-1274c1d78144 2018-08-20 10:17:06,661 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:06,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:06,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-191ad607-e167-4912-975b-be72ba7e34e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:06,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-191ad607-e167-4912-975b-be72ba7e34e2 2018-08-20 10:17:06,756 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:06,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:06,851 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd6bc5f1-bf12-4450-a42b-823e291dfeeb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:06,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-cd6bc5f1-bf12-4450-a42b-823e291dfeeb 2018-08-20 10:17:06,851 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:06,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:06,940 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3e6fd43-e95f-4aff-bdfc-7bf9c7ce1100 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:06,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-f3e6fd43-e95f-4aff-bdfc-7bf9c7ce1100 2018-08-20 10:17:06,940 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:06,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:07,036 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68b7d732-478b-46ab-ac81-864b4f85d216 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:07,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-68b7d732-478b-46ab-ac81-864b4f85d216 2018-08-20 10:17:07,037 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:07,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:07,132 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6510cb1f-56e6-43de-a7b8-c4dd57257bbf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:07,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-6510cb1f-56e6-43de-a7b8-c4dd57257bbf 2018-08-20 10:17:07,133 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:07,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:07,223 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07f7e1ee-774e-4eeb-ae38-c32223ae3330 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:07,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-07f7e1ee-774e-4eeb-ae38-c32223ae3330 2018-08-20 10:17:07,223 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:07,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:07,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49168f28-ba5d-40cb-823f-21ad267c8a21 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:17:07,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-49168f28-ba5d-40cb-823f-21ad267c8a21 2018-08-20 10:17:07,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:07,442 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5c1a8a5-ec7d-4f7b-ab97-8b4237755e3e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:07,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-d5c1a8a5-ec7d-4f7b-ab97-8b4237755e3e 2018-08-20 10:17:07,442 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:07,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:07,532 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-143a2067-1ca5-49e2-85bc-c27c06a09973 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:07,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-143a2067-1ca5-49e2-85bc-c27c06a09973 2018-08-20 10:17:07,532 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:07,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:07,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad4e8bc-8822-4d8e-8dec-376664abf28e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7cffa04306404ffbbacca2396c792997", "name": "CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj"}} 2018-08-20 10:17:07,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997 used request id req-cad4e8bc-8822-4d8e-8dec-376664abf28e 2018-08-20 10:17:07,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e36d6c24-1492-49f2-8e22-55fa36409449 2018-08-20 10:17:07,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e36d6c24-1492-49f2-8e22-55fa36409449 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:07,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bd491237-b5eb-4445-b4bb-015a221e565f Date: Mon, 20 Aug 2018 10:17:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "199d9280-08c1-45fc-82da-b6324c8bab4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "8f651fde-cf37-4615-ba0d-8a4d31225602"}, {"remote_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "a8a5b873-b836-4a72-b252-a3c1710ed228"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:00Z", "security_group_id": "e36d6c24-1492-49f2-8e22-55fa36409449", "port_range_min": null, "revision_number": 0, "tenant_id": "7cffa04306404ffbbacca2396c792997", "created_at": "2018-08-20T10:17:00Z", "project_id": "7cffa04306404ffbbacca2396c792997", "id": "ecbbf201-d1bf-49cd-9b45-1dda5d9162d8"}]} 2018-08-20 10:17:07,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e36d6c24-1492-49f2-8e22-55fa36409449 used request id req-bd491237-b5eb-4445-b4bb-015a221e565f 2018-08-20 10:17:07,853 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:17:07,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/e36d6c24-1492-49f2-8e22-55fa36409449 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:08,189 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f929a962-f7f7-4c35-b046-42ba5714e3a7 Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:08,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/e36d6c24-1492-49f2-8e22-55fa36409449 used request id req-f929a962-f7f7-4c35-b046-42ba5714e3a7 2018-08-20 10:17:08,189 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj 2018-08-20 10:17:08,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:08,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c82ccaa-b9f5-4e6e-bf30-edf7880f5699 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:08,531 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/7cffa04306404ffbbacca2396c792997 used request id req-9c82ccaa-b9f5-4e6e-bf30-edf7880f5699 2018-08-20 10:17:08,531 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-48c2a75e-0c46-4a1-proj-role 2018-08-20 10:17:08,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/80bc62f9969b4d64be941295407d466a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:08,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-089c32e9-7528-4e38-b432-ff5a051b74a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:08,650 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/80bc62f9969b4d64be941295407d466a used request id req-089c32e9-7528-4e38-b432-ff5a051b74a7 2018-08-20 10:17:08,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631623329b7413b5dc24c5d6ba8335d5f33fa74e" 2018-08-20 10:17:08,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98489667-e6e3-425e-8f2e-edd6b98be208 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:17:08,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-98489667-e6e3-425e-8f2e-edd6b98be208 2018-08-20 10:17:08,768 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-48c2a75e-0c46-4a1-user 2018-08-20 10:17:08,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/81e2836eb054403198d0e00b1b2807be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dd114f9678c538f1206d4e8a744073bc28e052" 2018-08-20 10:17:09,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1078c74-5efc-4a6d-bbd3-1189b3035cbd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:09,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/81e2836eb054403198d0e00b1b2807be used request id req-e1078c74-5efc-4a6d-bbd3-1189b3035cbd 2018-08-20 10:17:09,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:09,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["bZ0YeaQpQoORsO4bFx9QKw"], "issued_at": "2018-08-20T10:17:09.000000Z"}} 2018-08-20 10:17:09,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}281f8cf449fe2ce6d88131fa11adf8d5cde890f1" 2018-08-20 10:17:09,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c2bd456-423d-4fc6-b691-0e996aedaaa2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:09,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8c2bd456-423d-4fc6-b691-0e996aedaaa2 2018-08-20 10:17:09,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:09,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:09,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["YNrHuR6_RCatDtl3wjHDzw"], "issued_at": "2018-08-20T10:17:09.000000Z"}} 2018-08-20 10:17:09,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:10,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1bb993e-adbc-43ca-8c16-368589f3f69d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:10,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a1bb993e-adbc-43ca-8c16-368589f3f69d 2018-08-20 10:17:10,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:10,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:10,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-4045b180-e448-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:10,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5babae-3039-4109-a7db-3c2c7b20372b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-4045b180-e448-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:17:10,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-4045b180-e448-4cc-proj used request id req-bc5babae-3039-4109-a7db-3c2c7b20372b 2018-08-20 10:17:10,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:10,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e506ba-43bb-40f9-8e64-551bdabb655e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:17:10,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-81e506ba-43bb-40f9-8e64-551bdabb655e 2018-08-20 10:17:10,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}}' 2018-08-20 10:17:10,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fa2c6bf-d514-4625-8516-dbca762a1ffa Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff"}, "tags": [], "enabled": true, "id": "29369b0d68ac48b8b349aa6113accdff", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}} 2018-08-20 10:17:10,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-1fa2c6bf-d514-4625-8516-dbca762a1ffa 2018-08-20 10:17:10,358 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-4045b180-e448-4cc-proj 2018-08-20 10:17:10,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:10,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:10,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["GXra8TLDSbS4xSg5b93ZzQ"], "issued_at": "2018-08-20T10:17:10.000000Z"}} 2018-08-20 10:17:10,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8208cba5b4cecb2821ebeb60cadd30b91b8d103d" 2018-08-20 10:17:10,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f1e1cd-0cfa-4a02-bae7-464e3cf3b21f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:10,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c3f1e1cd-0cfa-4a02-bae7-464e3cf3b21f 2018-08-20 10:17:10,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:10,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:10,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8208cba5b4cecb2821ebeb60cadd30b91b8d103d" 2018-08-20 10:17:10,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e200872-361e-4e7b-9646-3e7ffde180f7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:17:10,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7e200872-361e-4e7b-9646-3e7ffde180f7 2018-08-20 10:17:10,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-4045b180-e448-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8208cba5b4cecb2821ebeb60cadd30b91b8d103d" 2018-08-20 10:17:11,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27605c5e-d4f5-4e5a-92ad-f794595127f8 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-4045b180-e448-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff"}, "tags": [], "enabled": true, "id": "29369b0d68ac48b8b349aa6113accdff", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}]} 2018-08-20 10:17:11,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-4045b180-e448-4cc-proj used request id req-27605c5e-d4f5-4e5a-92ad-f794595127f8 2018-08-20 10:17:11,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8208cba5b4cecb2821ebeb60cadd30b91b8d103d" 2018-08-20 10:17:11,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-830d69cf-ed80-4cf7-b1ac-71468d055fcd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:17:11,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-830d69cf-ed80-4cf7-b1ac-71468d055fcd 2018-08-20 10:17:11,555 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-4045b180-e448-4cc-user 2018-08-20 10:17:11,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:11,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af345a82-48cf-451b-9512-b92eb6d43eed Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:17:11,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-af345a82-48cf-451b-9512-b92eb6d43eed 2018-08-20 10:17:11,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" -d '{"role": {"name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj-role"}}' 2018-08-20 10:17:11,698 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:17:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f979d0d-88d3-46ed-8ba6-7950f4170ec9 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "031c0e98eab24f4d8fc8afae3f847d8c", "links": {"self": "http://172.30.9.36:5000/v3/roles/031c0e98eab24f4d8fc8afae3f847d8c"}, "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj-role"}} 2018-08-20 10:17:11,699 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-1f979d0d-88d3-46ed-8ba6-7950f4170ec9 2018-08-20 10:17:11,699 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-4045b180-e448-4cc-proj-role 2018-08-20 10:17:11,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/031c0e98eab24f4d8fc8afae3f847d8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:11,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea1def3-199d-409e-a886-cb45ded7c36c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "031c0e98eab24f4d8fc8afae3f847d8c", "links": {"self": "http://172.30.9.36:5000/v3/roles/031c0e98eab24f4d8fc8afae3f847d8c"}, "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj-role"}} 2018-08-20 10:17:11,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/031c0e98eab24f4d8fc8afae3f847d8c used request id req-fea1def3-199d-409e-a886-cb45ded7c36c 2018-08-20 10:17:11,799 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-4045b180-e448-4cc-proj-role to project CreateSecurityGroupTests-4045b180-e448-4cc-proj 2018-08-20 10:17:11,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff/users/d34b0810acbb432885cba9bcced39539/roles/031c0e98eab24f4d8fc8afae3f847d8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:11,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-800d3c65-6406-42a8-ba8b-0e5e9044d7c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:11,934 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff/users/d34b0810acbb432885cba9bcced39539/roles/031c0e98eab24f4d8fc8afae3f847d8c used request id req-800d3c65-6406-42a8-ba8b-0e5e9044d7c7 2018-08-20 10:17:11,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:11,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:11,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:11,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:11,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:11,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:11,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:12,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "031c0e98eab24f4d8fc8afae3f847d8c", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj-role"}], "expires_at": "2018-08-20T11:17:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29369b0d68ac48b8b349aa6113accdff", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/29369b0d68ac48b8b349aa6113accdff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/29369b0d68ac48b8b349aa6113accdff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-4045b180-e448-4cc-user", "id": "d34b0810acbb432885cba9bcced39539"}, "audit_ids": ["TCfkY_MnSiCuGrLlVJBMMQ"], "issued_at": "2018-08-20T10:17:12.000000Z"}} 2018-08-20 10:17:12,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:12,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f90631-21ea-4858-89c3-905e5ffa8775 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:12,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-92f90631-21ea-4858-89c3-905e5ffa8775 2018-08-20 10:17:12,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:12,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:12,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:12,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:12,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:12,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:12,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-bfffdb1c-5dbd-4af7-a4ff-f295e2c7147f Date: Mon, 20 Aug 2018 10:17:12 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:17:12,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name&description=hello+group used request id req-bfffdb1c-5dbd-4af7-a4ff-f295e2c7147f 2018-08-20 10:17:12,844 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name... 2018-08-20 10:17:12,844 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name 2018-08-20 10:17:12,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" -d '{"security_group": {"name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name", "description": "hello group"}}' 2018-08-20 10:17:13,375 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-a810fa9f-30c0-4d56-ad5c-a73e8bc68343 Date: Mon, 20 Aug 2018 10:17:13 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 2, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}} 2018-08-20 10:17:13,375 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-a810fa9f-30c0-4d56-ad5c-a73e8bc68343 2018-08-20 10:17:13,376 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:13,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:13,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2e09aada-aa23-44af-8200-2060021b15c7 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:13,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-2e09aada-aa23-44af-8200-2060021b15c7 2018-08-20 10:17:13,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:13,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:13,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cc0fb75-ec67-4da9-878c-0c958937f183 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:13,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-0cc0fb75-ec67-4da9-878c-0c958937f183 2018-08-20 10:17:13,782 - neutron_utils - INFO - Retrieving security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:13,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:14,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c7cecfaa-8af6-43b5-877d-679d35ab78db Date: Mon, 20 Aug 2018 10:17:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 2, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:14,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-c7cecfaa-8af6-43b5-877d-679d35ab78db 2018-08-20 10:17:14,020 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:14,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:14,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-718886c8-400e-4f21-9ce4-149b635e958f Date: Mon, 20 Aug 2018 10:17:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:14,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-718886c8-400e-4f21-9ce4-149b635e958f 2018-08-20 10:17:14,057 - neutron_utils - INFO - Retrieving security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:14,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:14,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9e6290f8-4417-4c3d-83c9-91c3c990ddca Date: Mon, 20 Aug 2018 10:17:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 2, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:14,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-9e6290f8-4417-4c3d-83c9-91c3c990ddca 2018-08-20 10:17:14,269 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:14,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:14,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e0701fa2-7754-446a-8226-2b1b7d44c377 Date: Mon, 20 Aug 2018 10:17:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:14,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-e0701fa2-7754-446a-8226-2b1b7d44c377 2018-08-20 10:17:14,326 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name 2018-08-20 10:17:14,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:14,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-33391752-a046-49f8-9540-1cfd27996579 Date: Mon, 20 Aug 2018 10:17:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 2, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:14,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-33391752-a046-49f8-9540-1cfd27996579 2018-08-20 10:17:14,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:14,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:14,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:14,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-558162e9-b5b5-42ea-ae84-1abe59dd5ee6 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "29369b0d68ac48b8b349aa6113accdff", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}} 2018-08-20 10:17:14,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff used request id req-558162e9-b5b5-42ea-ae84-1abe59dd5ee6 2018-08-20 10:17:14,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:14,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:14,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5119f0fd-28c7-465f-8a02-d3dd10c04ae7 Date: Mon, 20 Aug 2018 10:17:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:14,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-5119f0fd-28c7-465f-8a02-d3dd10c04ae7 2018-08-20 10:17:14,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb"}}' 2018-08-20 10:17:15,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-a960603d-cc5c-4a74-a03e-532e88c19982 Date: Mon, 20 Aug 2018 10:17:15 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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}} 2018-08-20 10:17:15,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-a960603d-cc5c-4a74-a03e-532e88c19982 2018-08-20 10:17:15,072 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name 2018-08-20 10:17:15,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:15,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-0e40aea5-ff06-49e0-98dd-1868829d5de4 Date: Mon, 20 Aug 2018 10:17:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 3, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:15,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-0e40aea5-ff06-49e0-98dd-1868829d5de4 2018-08-20 10:17:15,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:15,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab3c2adc-6f1e-42ee-905a-772ebbe72e27 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "29369b0d68ac48b8b349aa6113accdff", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}} 2018-08-20 10:17:15,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff used request id req-ab3c2adc-6f1e-42ee-905a-772ebbe72e27 2018-08-20 10:17:15,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:15,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:15,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-196e5191-5a66-4b96-84f3-c114383a8f2e Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:15,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-196e5191-5a66-4b96-84f3-c114383a8f2e 2018-08-20 10:17:15,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb"}}' 2018-08-20 10:17:15,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-914e2935-b90b-4cb7-9e03-e20c977e455c Date: Mon, 20 Aug 2018 10:17:15 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}} 2018-08-20 10:17:15,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-914e2935-b90b-4cb7-9e03-e20c977e455c 2018-08-20 10:17:15,831 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name 2018-08-20 10:17:15,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:16,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-a902a6c6-97ed-4e66-a9f2-26dd953147dd Date: Mon, 20 Aug 2018 10:17:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:15Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 4, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:16,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-a902a6c6-97ed-4e66-a9f2-26dd953147dd 2018-08-20 10:17:16,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:16,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e64ffba-4dc9-4f39-8064-7f922052774b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "29369b0d68ac48b8b349aa6113accdff", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}} 2018-08-20 10:17:16,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff used request id req-0e64ffba-4dc9-4f39-8064-7f922052774b 2018-08-20 10:17:16,157 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:16,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:16,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-df8f63f4-a81b-4e3c-b03f-ee85cb78dd28 Date: Mon, 20 Aug 2018 10:17:16 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:16,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-df8f63f4-a81b-4e3c-b03f-ee85cb78dd28 2018-08-20 10:17:16,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10}}' 2018-08-20 10:17:16,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-45231613-7b88-4ba6-92ee-a23e29ad1eb1 Date: Mon, 20 Aug 2018 10:17:16 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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}} 2018-08-20 10:17:16,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-45231613-7b88-4ba6-92ee-a23e29ad1eb1 2018-08-20 10:17:16,711 - neutron_utils - INFO - Retrieving security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:16,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:16,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-737ad43a-f4ab-44dd-8ddf-c44eb0b26eff Date: Mon, 20 Aug 2018 10:17:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:16Z", "revision_number": 0, "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": 10, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 5, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:16,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-737ad43a-f4ab-44dd-8ddf-c44eb0b26eff 2018-08-20 10:17:16,945 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:16,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:17,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f6a9c511-f62d-4cdf-baba-85c0935d4d4d Date: Mon, 20 Aug 2018 10:17:17 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:17,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-f6a9c511-f62d-4cdf-baba-85c0935d4d4d 2018-08-20 10:17:17,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:17,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "031c0e98eab24f4d8fc8afae3f847d8c", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj-role"}], "expires_at": "2018-08-20T11:17:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29369b0d68ac48b8b349aa6113accdff", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/29369b0d68ac48b8b349aa6113accdff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/29369b0d68ac48b8b349aa6113accdff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/29369b0d68ac48b8b349aa6113accdff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-4045b180-e448-4cc-user", "id": "d34b0810acbb432885cba9bcced39539"}, "audit_ids": ["MVarDgdfR7ac5aq_b9Q2iQ"], "issued_at": "2018-08-20T10:17:17.000000Z"}} 2018-08-20 10:17:17,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:17,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-98c05a74-1883-4056-ae81-918297953ed3 Date: Mon, 20 Aug 2018 10:17:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:16Z", "revision_number": 0, "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": 10, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 5, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:17,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name&description=hello+group used request id req-98c05a74-1883-4056-ae81-918297953ed3 2018-08-20 10:17:17,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:17,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:18,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-81afc93a-e27d-4fe2-aa2d-b382e7fcd3b7 Date: Mon, 20 Aug 2018 10:17:18 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:18,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-81afc93a-e27d-4fe2-aa2d-b382e7fcd3b7 2018-08-20 10:17:18,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:18,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:18,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9245974a-8677-4b31-a16c-f2f2690eb028 Date: Mon, 20 Aug 2018 10:17:18 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:18,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-9245974a-8677-4b31-a16c-f2f2690eb028 2018-08-20 10:17:18,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:18,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-db25a179-e8d3-4a36-8de9-d338353aec64 Date: Mon, 20 Aug 2018 10:17:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:16Z", "revision_number": 0, "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": 10, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 5, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:18,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-db25a179-e8d3-4a36-8de9-d338353aec64 2018-08-20 10:17:18,497 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:18,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:18,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-439293a3-faaf-4e3c-8718-b3bf9a87b0bf Date: Mon, 20 Aug 2018 10:17:18 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:18,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-439293a3-faaf-4e3c-8718-b3bf9a87b0bf 2018-08-20 10:17:18,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:18,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a28f96cb-74df-4885-a20b-14f130d11713 Date: Mon, 20 Aug 2018 10:17:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:16Z", "revision_number": 0, "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": 10, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 5, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:18,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-a28f96cb-74df-4885-a20b-14f130d11713 2018-08-20 10:17:18,751 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:18,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:18,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f6a87e57-8b73-48d3-a04a-93c682fec5db Date: Mon, 20 Aug 2018 10:17:18 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:18,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-f6a87e57-8b73-48d3-a04a-93c682fec5db 2018-08-20 10:17:18,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:19,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-78bd6169-6142-4796-9d5c-ec64fb2384a3 Date: Mon, 20 Aug 2018 10:17:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:16Z", "revision_number": 0, "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": 10, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 5, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:19,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-78bd6169-6142-4796-9d5c-ec64fb2384a3 2018-08-20 10:17:19,178 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:19,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:19,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b7a0138b-5b79-49af-acea-4fc8a974271b Date: Mon, 20 Aug 2018 10:17:19 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:19,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-b7a0138b-5b79-49af-acea-4fc8a974271b 2018-08-20 10:17:19,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:19,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-de20bb0b-6276-4bb6-9925-2207be374b1e Date: Mon, 20 Aug 2018 10:17:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:16Z", "revision_number": 0, "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": 10, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 5, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:19,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-de20bb0b-6276-4bb6-9925-2207be374b1e 2018-08-20 10:17:19,454 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:19,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:19,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-abaa0298-5ae6-4cbb-8e10-ac6c3fda79ac Date: Mon, 20 Aug 2018 10:17:19 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:19,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-abaa0298-5ae6-4cbb-8e10-ac6c3fda79ac 2018-08-20 10:17:19,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:19,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-05e13f87-9d45-4023-93b4-cfad493dae56 Date: Mon, 20 Aug 2018 10:17:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:16Z", "revision_number": 0, "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": 10, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 5, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:19,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-05e13f87-9d45-4023-93b4-cfad493dae56 2018-08-20 10:17:19,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:19,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:19,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d82e13e9-3279-41cc-bb20-89d4224e1835 Date: Mon, 20 Aug 2018 10:17:19 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:19,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-d82e13e9-3279-41cc-bb20-89d4224e1835 2018-08-20 10:17:19,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:20,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-69822ec1-62db-49c5-8a37-4df6ad36963e Date: Mon, 20 Aug 2018 10:17:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "updated_at": "2018-08-20T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:15Z", "revision_number": 0, "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:16Z", "revision_number": 0, "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": 10, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:14Z", "revision_number": 0, "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "revision_number": 0, "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 5, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "name": "CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name"}]} 2018-08-20 10:17:20,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name used request id req-69822ec1-62db-49c5-8a37-4df6ad36963e 2018-08-20 10:17:20,156 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b2027ca-e618-4426-ad5e-0a9df79d6cfb 2018-08-20 10:17:20,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a535d561fe7b0d10e8ea9e35d90d6d2e41180f7b" 2018-08-20 10:17:20,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-63886d55-fa0b-4bde-89ed-6daa65fa8a8e Date: Mon, 20 Aug 2018 10:17:20 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-08-20T10:17:15Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:15Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "0fe2a653-501d-4cec-a1ba-cbbbb276e4bb"}, {"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-08-20T10:17:16Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:16Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "3295a655-7c10-4b4f-ad95-df4ec6c23485"}, {"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-08-20T10:17:14Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:14Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "70eefd9c-757f-4318-b4f3-8bf076e43cde"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:13Z", "security_group_id": "3b2027ca-e618-4426-ad5e-0a9df79d6cfb", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:13Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009"}]} 2018-08-20 10:17:20,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-63886d55-fa0b-4bde-89ed-6daa65fa8a8e 2018-08-20 10:17:20,362 - neutron_utils - INFO - Deleting security group rule with ID - fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009 2018-08-20 10:17:20,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:20,654 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d102130-a986-4106-b64c-6ffe8d43c0e8 Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:20,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/fcc96d7c-c1e3-49e6-84f1-e5a3e3aa0009 used request id req-4d102130-a986-4106-b64c-6ffe8d43c0e8 2018-08-20 10:17:20,654 - neutron_utils - INFO - Deleting security group rule with ID - 0fe2a653-501d-4cec-a1ba-cbbbb276e4bb 2018-08-20 10:17:20,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/0fe2a653-501d-4cec-a1ba-cbbbb276e4bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:20,772 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49d044a6-565f-46ce-866a-1e6750a89fed Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:20,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/0fe2a653-501d-4cec-a1ba-cbbbb276e4bb used request id req-49d044a6-565f-46ce-866a-1e6750a89fed 2018-08-20 10:17:20,773 - neutron_utils - INFO - Deleting security group rule with ID - 70eefd9c-757f-4318-b4f3-8bf076e43cde 2018-08-20 10:17:20,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/70eefd9c-757f-4318-b4f3-8bf076e43cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:21,059 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf445342-fa7b-4747-a6eb-ec5c11d2d41c Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:21,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/70eefd9c-757f-4318-b4f3-8bf076e43cde used request id req-bf445342-fa7b-4747-a6eb-ec5c11d2d41c 2018-08-20 10:17:21,059 - neutron_utils - INFO - Deleting security group rule with ID - 3295a655-7c10-4b4f-ad95-df4ec6c23485 2018-08-20 10:17:21,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/3295a655-7c10-4b4f-ad95-df4ec6c23485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:21,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db12603d-c254-4e6a-b095-c79555f037f7 Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:21,337 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/3295a655-7c10-4b4f-ad95-df4ec6c23485 used request id req-db12603d-c254-4e6a-b095-c79555f037f7 2018-08-20 10:17:21,337 - neutron_utils - INFO - Deleting security group rule with ID - ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57 2018-08-20 10:17:21,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:21,635 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03ffb972-9517-4ae7-be8d-84e6fd89949f Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:21,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/ce3cf9d3-d0a7-4f65-ab6d-3e9303c92d57 used request id req-03ffb972-9517-4ae7-be8d-84e6fd89949f 2018-08-20 10:17:21,636 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6cf4576b-fc84-4d23-a587-054e27fb3473name 2018-08-20 10:17:21,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/3b2027ca-e618-4426-ad5e-0a9df79d6cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2373e327d6ea74bd0e329c82e3b5b66ecb547fe" 2018-08-20 10:17:21,769 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97796e9c-08de-4f84-99a5-8e02bfc88a37 Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:21,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/3b2027ca-e618-4426-ad5e-0a9df79d6cfb used request id req-97796e9c-08de-4f84-99a5-8e02bfc88a37 2018-08-20 10:17:21,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:21,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:21,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:21,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:21,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:21,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-8a4e687c-ca37-45a1-8d58-029f1454c19f Date: Mon, 20 Aug 2018 10:17:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:12Z", "updated_at": "2018-08-20T10:17:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:12Z", "revision_number": 0, "id": "143bf410-3250-4209-9610-13c93412c307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:12Z", "security_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:12Z", "revision_number": 0, "id": "227302f7-c3e6-4f04-b0d1-573e973c190a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:12Z", "security_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:12Z", "revision_number": 0, "id": "4ab345cf-abac-4555-90c8-7599d625406d", "remote_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:12Z", "security_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv4", "project_id": "29369b0d68ac48b8b349aa6113accdff"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:12Z", "revision_number": 0, "id": "62c21c63-0066-43eb-b63b-a9c77e044c88", "remote_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:12Z", "security_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "port_range_min": null, "ethertype": "IPv6", "project_id": "29369b0d68ac48b8b349aa6113accdff"}], "revision_number": 4, "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:17:22,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8a4e687c-ca37-45a1-8d58-029f1454c19f 2018-08-20 10:17:22,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,152 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a46fed7d-8cfd-4487-a53a-b4e07012e49a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-a46fed7d-8cfd-4487-a53a-b4e07012e49a 2018-08-20 10:17:22,153 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,242 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9fedd63-6f48-4533-a33a-ad5182730852 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e9fedd63-6f48-4533-a33a-ad5182730852 2018-08-20 10:17:22,242 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,345 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e1416be-305f-4773-b6c8-46b32df610f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-2e1416be-305f-4773-b6c8-46b32df610f0 2018-08-20 10:17:22,345 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,444 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24c9e527-2288-49fe-a3cd-c3718e5b5051 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-24c9e527-2288-49fe-a3cd-c3718e5b5051 2018-08-20 10:17:22,445 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,531 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea3b1c15-8b0d-4490-8218-de69c4f9641b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-ea3b1c15-8b0d-4490-8218-de69c4f9641b 2018-08-20 10:17:22,531 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,629 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b952e627-f3d6-425d-b732-1c22a9f924d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-b952e627-f3d6-425d-b732-1c22a9f924d6 2018-08-20 10:17:22,629 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,723 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea3ec845-5600-4065-bdd5-dcdd18d89ed6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-ea3ec845-5600-4065-bdd5-dcdd18d89ed6 2018-08-20 10:17:22,724 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,817 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88becfc5-e314-4809-ab83-927aa410c3a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-88becfc5-e314-4809-ab83-927aa410c3a4 2018-08-20 10:17:22,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:22,904 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e242387-0cda-453e-81b3-81251c20151f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:22,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-5e242387-0cda-453e-81b3-81251c20151f 2018-08-20 10:17:22,904 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:22,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:23,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed8840bd-8403-4ffa-8c2e-154ee674fd22 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:17:23,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-ed8840bd-8403-4ffa-8c2e-154ee674fd22 2018-08-20 10:17:23,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:23,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b35be2c5-1855-43b1-8130-c806a944b8c1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:23,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-b35be2c5-1855-43b1-8130-c806a944b8c1 2018-08-20 10:17:23,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:23,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:23,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb453954-ee31-42c9-9d1a-87caf90d0984 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "29369b0d68ac48b8b349aa6113accdff", "name": "CreateSecurityGroupTests-4045b180-e448-4cc-proj"}} 2018-08-20 10:17:23,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff used request id req-eb453954-ee31-42c9-9d1a-87caf90d0984 2018-08-20 10:17:23,197 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7a959a8-a05c-4a72-94c5-cff442f6d83f 2018-08-20 10:17:23,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b7a959a8-a05c-4a72-94c5-cff442f6d83f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:23,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a567c171-ebd4-44f0-a497-0d710a221da8 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:12Z", "security_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:12Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "143bf410-3250-4209-9610-13c93412c307"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:12Z", "security_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:12Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "227302f7-c3e6-4f04-b0d1-573e973c190a"}, {"remote_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:12Z", "security_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:12Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "4ab345cf-abac-4555-90c8-7599d625406d"}, {"remote_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:12Z", "security_group_id": "b7a959a8-a05c-4a72-94c5-cff442f6d83f", "port_range_min": null, "revision_number": 0, "tenant_id": "29369b0d68ac48b8b349aa6113accdff", "created_at": "2018-08-20T10:17:12Z", "project_id": "29369b0d68ac48b8b349aa6113accdff", "id": "62c21c63-0066-43eb-b63b-a9c77e044c88"}]} 2018-08-20 10:17:23,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b7a959a8-a05c-4a72-94c5-cff442f6d83f used request id req-a567c171-ebd4-44f0-a497-0d710a221da8 2018-08-20 10:17:23,402 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:17:23,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/b7a959a8-a05c-4a72-94c5-cff442f6d83f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:23,756 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca67565d-fdab-4561-9f2a-0c97c3e1532b Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:23,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/b7a959a8-a05c-4a72-94c5-cff442f6d83f used request id req-ca67565d-fdab-4561-9f2a-0c97c3e1532b 2018-08-20 10:17:23,756 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-4045b180-e448-4cc-proj 2018-08-20 10:17:23,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:24,064 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33fdcae3-a1b0-4d99-b0d8-1e340461bba0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:24,064 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/29369b0d68ac48b8b349aa6113accdff used request id req-33fdcae3-a1b0-4d99-b0d8-1e340461bba0 2018-08-20 10:17:24,064 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-4045b180-e448-4cc-proj-role 2018-08-20 10:17:24,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/031c0e98eab24f4d8fc8afae3f847d8c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:24,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ec6b2cb-ef40-4cef-8a0c-ab00e1330ece Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:24,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/031c0e98eab24f4d8fc8afae3f847d8c used request id req-5ec6b2cb-ef40-4cef-8a0c-ab00e1330ece 2018-08-20 10:17:24,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}186977a0434dca58ff618d9a7b9ec07de57af4c5" 2018-08-20 10:17:24,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edb0432c-25af-4346-8f7a-ce31f2e5bb8a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:17:24,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-edb0432c-25af-4346-8f7a-ce31f2e5bb8a 2018-08-20 10:17:24,284 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-4045b180-e448-4cc-user 2018-08-20 10:17:24,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/d34b0810acbb432885cba9bcced39539 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8208cba5b4cecb2821ebeb60cadd30b91b8d103d" 2018-08-20 10:17:24,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df828ebf-8e81-4839-95b7-1bfe51149a0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:24,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/d34b0810acbb432885cba9bcced39539 used request id req-df828ebf-8e81-4839-95b7-1bfe51149a0a 2018-08-20 10:17:24,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:24,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lxPGkYGnSlKrPtIHT0cvAg"], "issued_at": "2018-08-20T10:17:24.000000Z"}} 2018-08-20 10:17:24,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810df7c30a0aee3644366ff8b1b23fb486a8f0d7" 2018-08-20 10:17:24,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db76fef-80c8-45b3-ab51-4cbcdf85086e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:24,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0db76fef-80c8-45b3-ab51-4cbcdf85086e 2018-08-20 10:17:24,943 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:24,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:25,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["7wQhT4z2RuaCbtlYlwQLCg"], "issued_at": "2018-08-20T10:17:25.000000Z"}} 2018-08-20 10:17:25,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:25,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7354b33-2281-4b24-8d18-041ddd9ea5d2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:25,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b7354b33-2281-4b24-8d18-041ddd9ea5d2 2018-08-20 10:17:25,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:25,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:25,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-54fc7378-c42a-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:25,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f9db0c-50c9-4c8d-977f-d2b7068ca9a2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-54fc7378-c42a-4f2-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:17:25,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-54fc7378-c42a-4f2-proj used request id req-43f9db0c-50c9-4c8d-977f-d2b7068ca9a2 2018-08-20 10:17:25,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:25,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c1cea6b-db5d-4afa-8ec8-321b4414fa87 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:17:25,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-9c1cea6b-db5d-4afa-8ec8-321b4414fa87 2018-08-20 10:17:25,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj"}}' 2018-08-20 10:17:25,752 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:17:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d265ce5a-2713-44a1-8a2f-7a443f28c5af Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054"}, "tags": [], "enabled": true, "id": "01341aa3d6a44cb0a119259463c0c054", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj"}} 2018-08-20 10:17:25,752 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-d265ce5a-2713-44a1-8a2f-7a443f28c5af 2018-08-20 10:17:25,753 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-54fc7378-c42a-4f2-proj 2018-08-20 10:17:25,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:25,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:26,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["H2GbyVBFQSapU6SzKxrhmw"], "issued_at": "2018-08-20T10:17:26.000000Z"}} 2018-08-20 10:17:26,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044d0e77842ce77722142468e8a221427404095e" 2018-08-20 10:17:26,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8179385-7fba-4867-adf3-5b6b2fc63ac5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:26,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f8179385-7fba-4867-adf3-5b6b2fc63ac5 2018-08-20 10:17:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:26,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:26,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044d0e77842ce77722142468e8a221427404095e" 2018-08-20 10:17:26,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f24370db-0ee2-4a19-b6e4-896068629ab6 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:17:26,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-f24370db-0ee2-4a19-b6e4-896068629ab6 2018-08-20 10:17:26,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-54fc7378-c42a-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044d0e77842ce77722142468e8a221427404095e" 2018-08-20 10:17:26,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b608338-75a4-4acd-a771-77b22162b2a6 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-54fc7378-c42a-4f2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054"}, "tags": [], "enabled": true, "id": "01341aa3d6a44cb0a119259463c0c054", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj"}]} 2018-08-20 10:17:26,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-54fc7378-c42a-4f2-proj used request id req-7b608338-75a4-4acd-a771-77b22162b2a6 2018-08-20 10:17:26,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044d0e77842ce77722142468e8a221427404095e" 2018-08-20 10:17:26,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c2dc24-7c31-45d4-a02d-d3353ca65e4e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:17:26,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-90c2dc24-7c31-45d4-a02d-d3353ca65e4e 2018-08-20 10:17:26,962 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-54fc7378-c42a-4f2-user 2018-08-20 10:17:26,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:26,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:27,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6aaf1f-ba23-4d37-9473-f09ddadead24 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:17:27,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1e6aaf1f-ba23-4d37-9473-f09ddadead24 2018-08-20 10:17:27,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" -d '{"role": {"name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj-role"}}' 2018-08-20 10:17:27,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:17:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81fb1f49-ec5a-467f-b84a-0e7c87efefa8 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "91e541a693fa40d5ad022c5bc4837ab2", "links": {"self": "http://172.30.9.36:5000/v3/roles/91e541a693fa40d5ad022c5bc4837ab2"}, "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj-role"}} 2018-08-20 10:17:27,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-81fb1f49-ec5a-467f-b84a-0e7c87efefa8 2018-08-20 10:17:27,184 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-54fc7378-c42a-4f2-proj-role 2018-08-20 10:17:27,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/91e541a693fa40d5ad022c5bc4837ab2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:27,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a29cedf-03c1-40bf-9ab4-c0487572de96 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "91e541a693fa40d5ad022c5bc4837ab2", "links": {"self": "http://172.30.9.36:5000/v3/roles/91e541a693fa40d5ad022c5bc4837ab2"}, "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj-role"}} 2018-08-20 10:17:27,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/91e541a693fa40d5ad022c5bc4837ab2 used request id req-9a29cedf-03c1-40bf-9ab4-c0487572de96 2018-08-20 10:17:27,283 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-54fc7378-c42a-4f2-proj-role to project CreateSecurityGroupTests-54fc7378-c42a-4f2-proj 2018-08-20 10:17:27,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054/users/4ab44523acd64bba9869f4e30171ea39/roles/91e541a693fa40d5ad022c5bc4837ab2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:27,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3003ce26-ea85-4362-a65f-e5e4d1005973 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:27,419 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054/users/4ab44523acd64bba9869f4e30171ea39/roles/91e541a693fa40d5ad022c5bc4837ab2 used request id req-3003ce26-ea85-4362-a65f-e5e4d1005973 2018-08-20 10:17:27,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:27,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:27,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:27,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:27,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:27,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:27,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:27,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "91e541a693fa40d5ad022c5bc4837ab2", "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj-role"}], "expires_at": "2018-08-20T11:17:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01341aa3d6a44cb0a119259463c0c054", "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/01341aa3d6a44cb0a119259463c0c054", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/01341aa3d6a44cb0a119259463c0c054", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-user", "id": "4ab44523acd64bba9869f4e30171ea39"}, "audit_ids": ["lp6-BKORTm6aZZFBl3Dpxw"], "issued_at": "2018-08-20T10:17:27.000000Z"}} 2018-08-20 10:17:27,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:27,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a78356-3335-4d8c-b286-40d03e3adb7f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:27,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b7a78356-3335-4d8c-b286-40d03e3adb7f 2018-08-20 10:17:27,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:27,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:27,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:27,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:27,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:27,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:28,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-06b17e8e-6f04-429d-b9d6-20bddf8ebb35 Date: Mon, 20 Aug 2018 10:17:28 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:17:28,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name&description=hello+group used request id req-06b17e8e-6f04-429d-b9d6-20bddf8ebb35 2018-08-20 10:17:28,278 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name... 2018-08-20 10:17:28,278 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name 2018-08-20 10:17:28,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" -d '{"security_group": {"name": "CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name", "description": "hello group"}}' 2018-08-20 10:17:28,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4a058901-d827-40cc-b1fd-d7cbcf65db6e Date: Mon, 20 Aug 2018 10:17:28 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "updated_at": "2018-08-20T10:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv4", "project_id": "01341aa3d6a44cb0a119259463c0c054"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "5180940c-cc23-4324-a1df-7c805b58b056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv6", "project_id": "01341aa3d6a44cb0a119259463c0c054"}], "revision_number": 2, "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "c72c580b-b433-4153-b527-87aa5d1e764b", "name": "CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name"}} 2018-08-20 10:17:28,735 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-4a058901-d827-40cc-b1fd-d7cbcf65db6e 2018-08-20 10:17:28,735 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:28,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:28,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7b212a66-7eda-412f-8013-3672ba8bf239 Date: Mon, 20 Aug 2018 10:17:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "5180940c-cc23-4324-a1df-7c805b58b056"}]} 2018-08-20 10:17:28,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-7b212a66-7eda-412f-8013-3672ba8bf239 2018-08-20 10:17:28,959 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:28,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:28,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e6f85f45-fc23-4838-a2b2-18b22f7b2c19 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "5180940c-cc23-4324-a1df-7c805b58b056"}]} 2018-08-20 10:17:29,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-e6f85f45-fc23-4838-a2b2-18b22f7b2c19 2018-08-20 10:17:29,000 - neutron_utils - INFO - Retrieving security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:29,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:29,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-766d426d-364c-42fd-b730-a0edc014747e Date: Mon, 20 Aug 2018 10:17:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "updated_at": "2018-08-20T10:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv4", "project_id": "01341aa3d6a44cb0a119259463c0c054"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "5180940c-cc23-4324-a1df-7c805b58b056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv6", "project_id": "01341aa3d6a44cb0a119259463c0c054"}], "revision_number": 2, "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "c72c580b-b433-4153-b527-87aa5d1e764b", "name": "CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name"}]} 2018-08-20 10:17:29,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-766d426d-364c-42fd-b730-a0edc014747e 2018-08-20 10:17:29,236 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:29,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:29,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d2f8a5f9-1ec5-4abe-b35c-79eaaff21872 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "5180940c-cc23-4324-a1df-7c805b58b056"}]} 2018-08-20 10:17:29,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-d2f8a5f9-1ec5-4abe-b35c-79eaaff21872 2018-08-20 10:17:29,429 - neutron_utils - INFO - Retrieving security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:29,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:29,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-34b65290-f6c2-43c1-a837-6f83d97f3bbd Date: Mon, 20 Aug 2018 10:17:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "updated_at": "2018-08-20T10:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv4", "project_id": "01341aa3d6a44cb0a119259463c0c054"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "5180940c-cc23-4324-a1df-7c805b58b056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv6", "project_id": "01341aa3d6a44cb0a119259463c0c054"}], "revision_number": 2, "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "c72c580b-b433-4153-b527-87aa5d1e764b", "name": "CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name"}]} 2018-08-20 10:17:29,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-34b65290-f6c2-43c1-a837-6f83d97f3bbd 2018-08-20 10:17:29,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:29,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:29,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f5aef45e-5e10-4570-99f1-f5ce8e215cca Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "5180940c-cc23-4324-a1df-7c805b58b056"}]} 2018-08-20 10:17:29,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-f5aef45e-5e10-4570-99f1-f5ce8e215cca 2018-08-20 10:17:29,925 - neutron_utils - INFO - Retrieving security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:29,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:30,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-82af247f-1ac8-47cd-ba4b-adee37ccbe45 Date: Mon, 20 Aug 2018 10:17:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "updated_at": "2018-08-20T10:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv4", "project_id": "01341aa3d6a44cb0a119259463c0c054"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "5180940c-cc23-4324-a1df-7c805b58b056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv6", "project_id": "01341aa3d6a44cb0a119259463c0c054"}], "revision_number": 2, "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "c72c580b-b433-4153-b527-87aa5d1e764b", "name": "CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name"}]} 2018-08-20 10:17:30,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-82af247f-1ac8-47cd-ba4b-adee37ccbe45 2018-08-20 10:17:30,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:30,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:30,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5afc192d-fa26-43e9-932e-d32ac1e68c21 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "5180940c-cc23-4324-a1df-7c805b58b056"}]} 2018-08-20 10:17:30,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-5afc192d-fa26-43e9-932e-d32ac1e68c21 2018-08-20 10:17:30,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:30,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "91e541a693fa40d5ad022c5bc4837ab2", "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj-role"}], "expires_at": "2018-08-20T11:17:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01341aa3d6a44cb0a119259463c0c054", "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/01341aa3d6a44cb0a119259463c0c054", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/01341aa3d6a44cb0a119259463c0c054", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/01341aa3d6a44cb0a119259463c0c054", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-user", "id": "4ab44523acd64bba9869f4e30171ea39"}, "audit_ids": ["T3M0585BTD2ZlFg-LvcrxA"], "issued_at": "2018-08-20T10:17:30.000000Z"}} 2018-08-20 10:17:30,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc03ce1f62f35ce17943c0b456e5465880e0d5a8" 2018-08-20 10:17:30,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-34381905-1967-4dbe-9997-8df3d1eaaa2c Date: Mon, 20 Aug 2018 10:17:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "updated_at": "2018-08-20T10:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv4", "project_id": "01341aa3d6a44cb0a119259463c0c054"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "5180940c-cc23-4324-a1df-7c805b58b056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv6", "project_id": "01341aa3d6a44cb0a119259463c0c054"}], "revision_number": 2, "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "c72c580b-b433-4153-b527-87aa5d1e764b", "name": "CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name"}]} 2018-08-20 10:17:30,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name&description=hello+group used request id req-34381905-1967-4dbe-9997-8df3d1eaaa2c 2018-08-20 10:17:30,969 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:30,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc03ce1f62f35ce17943c0b456e5465880e0d5a8" 2018-08-20 10:17:31,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2b64cf81-267e-487f-b835-96bf5e62ace3 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "5180940c-cc23-4324-a1df-7c805b58b056"}]} 2018-08-20 10:17:31,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-2b64cf81-267e-487f-b835-96bf5e62ace3 2018-08-20 10:17:31,179 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c72c580b-b433-4153-b527-87aa5d1e764b 2018-08-20 10:17:31,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc03ce1f62f35ce17943c0b456e5465880e0d5a8" 2018-08-20 10:17:31,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-73414199-5355-48a6-971f-70ed251ecded Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "3a21e48a-59de-4a04-a1fa-bb77814f6725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "c72c580b-b433-4153-b527-87aa5d1e764b", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "5180940c-cc23-4324-a1df-7c805b58b056"}]} 2018-08-20 10:17:31,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=c72c580b-b433-4153-b527-87aa5d1e764b used request id req-73414199-5355-48a6-971f-70ed251ecded 2018-08-20 10:17:31,371 - neutron_utils - INFO - Deleting security group rule with ID - 5180940c-cc23-4324-a1df-7c805b58b056 2018-08-20 10:17:31,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/5180940c-cc23-4324-a1df-7c805b58b056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:31,693 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f7c6f28-66b0-4c9c-ab51-b96e84e36995 Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:31,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/5180940c-cc23-4324-a1df-7c805b58b056 used request id req-3f7c6f28-66b0-4c9c-ab51-b96e84e36995 2018-08-20 10:17:31,694 - neutron_utils - INFO - Deleting security group rule with ID - 3a21e48a-59de-4a04-a1fa-bb77814f6725 2018-08-20 10:17:31,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/3a21e48a-59de-4a04-a1fa-bb77814f6725 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:31,973 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8a983856-d4db-40a5-ab76-67165412fc0c Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:31,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/3a21e48a-59de-4a04-a1fa-bb77814f6725 used request id req-8a983856-d4db-40a5-ab76-67165412fc0c 2018-08-20 10:17:31,973 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-510acd60-08aa-4c72-bf0e-b8ca6da51970name 2018-08-20 10:17:31,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/c72c580b-b433-4153-b527-87aa5d1e764b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0adae0952f5998fcbc5ec2bf757fd18a6acf0d" 2018-08-20 10:17:32,303 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb9c6ef4-b468-4e55-bfc4-230cb6ecf3ba Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:32,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/c72c580b-b433-4153-b527-87aa5d1e764b used request id req-bb9c6ef4-b468-4e55-bfc4-230cb6ecf3ba 2018-08-20 10:17:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:32,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:32,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:32,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-f1a6c215-efb8-4cea-b90e-688d7042b032 Date: Mon, 20 Aug 2018 10:17:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "updated_at": "2018-08-20T10:17:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "27d7f84a-12e8-4523-947c-9b73d65dbd9f", "remote_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv6", "project_id": "01341aa3d6a44cb0a119259463c0c054"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "368dd7c5-88a8-4ed1-a7c0-71f7fec43f8a", "remote_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv4", "project_id": "01341aa3d6a44cb0a119259463c0c054"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "669851e0-f126-4a8e-8861-b5e2ab0c0e77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv4", "project_id": "01341aa3d6a44cb0a119259463c0c054"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "revision_number": 0, "id": "7c316b97-ba0c-4fe8-965e-51c97095c610", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:28Z", "security_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "port_range_min": null, "ethertype": "IPv6", "project_id": "01341aa3d6a44cb0a119259463c0c054"}], "revision_number": 4, "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:17:32,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-f1a6c215-efb8-4cea-b90e-688d7042b032 2018-08-20 10:17:32,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:32,688 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc6823c9-002a-4385-bb54-61384dda0695 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:32,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-fc6823c9-002a-4385-bb54-61384dda0695 2018-08-20 10:17:32,689 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:32,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:32,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c856edb9-84ca-4cb6-a3bd-40e104b90bf6 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "01341aa3d6a44cb0a119259463c0c054", "name": "CreateSecurityGroupTests-54fc7378-c42a-4f2-proj"}} 2018-08-20 10:17:32,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054 used request id req-c856edb9-84ca-4cb6-a3bd-40e104b90bf6 2018-08-20 10:17:32,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ad9fa97-a612-47f6-b08c-04b37a5b3059 2018-08-20 10:17:32,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2ad9fa97-a612-47f6-b08c-04b37a5b3059 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:32,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7fdac71c-9c22-43e6-91d5-db4037c5b751 Date: Mon, 20 Aug 2018 10:17:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "27d7f84a-12e8-4523-947c-9b73d65dbd9f"}, {"remote_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "368dd7c5-88a8-4ed1-a7c0-71f7fec43f8a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "669851e0-f126-4a8e-8861-b5e2ab0c0e77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:28Z", "security_group_id": "2ad9fa97-a612-47f6-b08c-04b37a5b3059", "port_range_min": null, "revision_number": 0, "tenant_id": "01341aa3d6a44cb0a119259463c0c054", "created_at": "2018-08-20T10:17:28Z", "project_id": "01341aa3d6a44cb0a119259463c0c054", "id": "7c316b97-ba0c-4fe8-965e-51c97095c610"}]} 2018-08-20 10:17:32,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2ad9fa97-a612-47f6-b08c-04b37a5b3059 used request id req-7fdac71c-9c22-43e6-91d5-db4037c5b751 2018-08-20 10:17:32,993 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:17:32,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/2ad9fa97-a612-47f6-b08c-04b37a5b3059 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:33,331 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f004eb1b-c427-43e8-9a3b-f170be53b6ee Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:33,332 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/2ad9fa97-a612-47f6-b08c-04b37a5b3059 used request id req-f004eb1b-c427-43e8-9a3b-f170be53b6ee 2018-08-20 10:17:33,332 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-54fc7378-c42a-4f2-proj 2018-08-20 10:17:33,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:33,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ed44790-6d9f-4b12-83a0-b885f5a89ee2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:33,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/01341aa3d6a44cb0a119259463c0c054 used request id req-5ed44790-6d9f-4b12-83a0-b885f5a89ee2 2018-08-20 10:17:33,622 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-54fc7378-c42a-4f2-proj-role 2018-08-20 10:17:33,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/91e541a693fa40d5ad022c5bc4837ab2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:33,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b4d41d2-e21b-42a6-ab75-1b42c27182e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:33,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/91e541a693fa40d5ad022c5bc4837ab2 used request id req-9b4d41d2-e21b-42a6-ab75-1b42c27182e6 2018-08-20 10:17:33,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48c2fd1490f807f1e5eea628906bab487df82c88" 2018-08-20 10:17:33,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b75f81-f6ce-46b9-9bf1-647de242b650 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:17:33,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-52b75f81-f6ce-46b9-9bf1-647de242b650 2018-08-20 10:17:33,929 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-54fc7378-c42a-4f2-user 2018-08-20 10:17:33,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/4ab44523acd64bba9869f4e30171ea39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044d0e77842ce77722142468e8a221427404095e" 2018-08-20 10:17:34,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b985b8b8-97c2-47a5-8589-97131c7df183 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:34,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/4ab44523acd64bba9869f4e30171ea39 used request id req-b985b8b8-97c2-47a5-8589-97131c7df183 2018-08-20 10:17:34,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:34,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["gkaWAkU1Sa-h67oCjtAfTQ"], "issued_at": "2018-08-20T10:17:34.000000Z"}} 2018-08-20 10:17:34,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6cbdf1fc7b556dc25f991de9e7a062dd0051b8a" 2018-08-20 10:17:34,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-176b1c80-702c-443e-988a-345b661032de Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:34,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-176b1c80-702c-443e-988a-345b661032de 2018-08-20 10:17:34,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:34,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:35,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["UBFfTIKIQFahsXxBj_CQ1Q"], "issued_at": "2018-08-20T10:17:35.000000Z"}} 2018-08-20 10:17:35,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:35,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ee556e-b892-4ad8-9abb-50f5f150aca2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:35,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d8ee556e-b892-4ad8-9abb-50f5f150aca2 2018-08-20 10:17:35,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:35,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:35,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a5532570-1e79-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:35,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92dbf0d4-a7ec-46f8-bebd-d75a7bb115cc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a5532570-1e79-47c-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:17:35,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a5532570-1e79-47c-proj used request id req-92dbf0d4-a7ec-46f8-bebd-d75a7bb115cc 2018-08-20 10:17:35,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:35,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1509fb0f-2fcc-4218-b74c-cdfcb95a74ef Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:17:35,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-1509fb0f-2fcc-4218-b74c-cdfcb95a74ef 2018-08-20 10:17:35,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}}' 2018-08-20 10:17:35,639 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:17:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b8864fc-cf25-4e00-a3f5-38d0563baf45 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed"}, "tags": [], "enabled": true, "id": "954db822ccd0478bb539ad18ca7014ed", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}} 2018-08-20 10:17:35,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2b8864fc-cf25-4e00-a3f5-38d0563baf45 2018-08-20 10:17:35,639 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a5532570-1e79-47c-proj 2018-08-20 10:17:35,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:35,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:36,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["SOD6EtzHTIGB8ckJuihngQ"], "issued_at": "2018-08-20T10:17:36.000000Z"}} 2018-08-20 10:17:36,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9bdb83fd31f407c65ed0a3e1197ac5635cb48c8" 2018-08-20 10:17:36,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9155afd9-6f5c-464a-b1c8-a00663906b43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:36,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9155afd9-6f5c-464a-b1c8-a00663906b43 2018-08-20 10:17:36,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:36,051 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:36,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9bdb83fd31f407c65ed0a3e1197ac5635cb48c8" 2018-08-20 10:17:36,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc08a9a-ee0c-43ed-8180-e53d1c416716 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:17:36,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-4cc08a9a-ee0c-43ed-8180-e53d1c416716 2018-08-20 10:17:36,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-a5532570-1e79-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9bdb83fd31f407c65ed0a3e1197ac5635cb48c8" 2018-08-20 10:17:36,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72cbcc99-4009-407b-b106-88d017c98457 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-a5532570-1e79-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed"}, "tags": [], "enabled": true, "id": "954db822ccd0478bb539ad18ca7014ed", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}]} 2018-08-20 10:17:36,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-a5532570-1e79-47c-proj used request id req-72cbcc99-4009-407b-b106-88d017c98457 2018-08-20 10:17:36,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9bdb83fd31f407c65ed0a3e1197ac5635cb48c8" 2018-08-20 10:17:36,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d7df3d9-328d-4b43-9f94-a84e446c0131 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:17:36,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-0d7df3d9-328d-4b43-9f94-a84e446c0131 2018-08-20 10:17:36,830 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a5532570-1e79-47c-user 2018-08-20 10:17:36,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:36,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:36,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865e882f-e581-4e13-98dd-8e7d90d79b45 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:17:36,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-865e882f-e581-4e13-98dd-8e7d90d79b45 2018-08-20 10:17:36,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" -d '{"role": {"name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj-role"}}' 2018-08-20 10:17:37,058 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:17:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17e75e67-0530-46bb-aa45-9a4b2a9beea8 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "490427455361495d82ddf04dc76d98c7", "links": {"self": "http://172.30.9.36:5000/v3/roles/490427455361495d82ddf04dc76d98c7"}, "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj-role"}} 2018-08-20 10:17:37,059 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-17e75e67-0530-46bb-aa45-9a4b2a9beea8 2018-08-20 10:17:37,059 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a5532570-1e79-47c-proj-role 2018-08-20 10:17:37,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/490427455361495d82ddf04dc76d98c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:37,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58a40084-b487-4299-b38b-cf58a10d5042 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "490427455361495d82ddf04dc76d98c7", "links": {"self": "http://172.30.9.36:5000/v3/roles/490427455361495d82ddf04dc76d98c7"}, "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj-role"}} 2018-08-20 10:17:37,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/490427455361495d82ddf04dc76d98c7 used request id req-58a40084-b487-4299-b38b-cf58a10d5042 2018-08-20 10:17:37,148 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a5532570-1e79-47c-proj-role to project CreateSecurityGroupTests-a5532570-1e79-47c-proj 2018-08-20 10:17:37,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed/users/521f411a9cfa4dbc832dcb83dd2382d8/roles/490427455361495d82ddf04dc76d98c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:37,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63339a45-90a0-4eb5-a9a6-01b11475ee07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:37,295 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed/users/521f411a9cfa4dbc832dcb83dd2382d8/roles/490427455361495d82ddf04dc76d98c7 used request id req-63339a45-90a0-4eb5-a9a6-01b11475ee07 2018-08-20 10:17:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:37,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:37,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:37,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "490427455361495d82ddf04dc76d98c7", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj-role"}], "expires_at": "2018-08-20T11:17:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "954db822ccd0478bb539ad18ca7014ed", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/954db822ccd0478bb539ad18ca7014ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/954db822ccd0478bb539ad18ca7014ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a5532570-1e79-47c-user", "id": "521f411a9cfa4dbc832dcb83dd2382d8"}, "audit_ids": ["N4zHgoGHRdKas_Ac0MR0DA"], "issued_at": "2018-08-20T10:17:37.000000Z"}} 2018-08-20 10:17:37,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:37,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-718196b6-6731-4f32-84d1-d6e1daf58f6f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:37,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-718196b6-6731-4f32-84d1-d6e1daf58f6f 2018-08-20 10:17:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:37,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:38,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ae375c47-a694-4bed-9968-0e8840813153 Date: Mon, 20 Aug 2018 10:17:38 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:17:38,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name&description=hello+group used request id req-ae375c47-a694-4bed-9968-0e8840813153 2018-08-20 10:17:38,285 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name... 2018-08-20 10:17:38,286 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name 2018-08-20 10:17:38,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" -d '{"security_group": {"name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name", "description": "hello group"}}' 2018-08-20 10:17:38,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-509f0324-a3b4-4c49-9829-d2f638ee9375 Date: Mon, 20 Aug 2018 10:17:38 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 2, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}} 2018-08-20 10:17:38,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-509f0324-a3b4-4c49-9829-d2f638ee9375 2018-08-20 10:17:38,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:38,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:38,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3855e4a6-41f6-46a2-9405-3e2256322b9c Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}]} 2018-08-20 10:17:38,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-3855e4a6-41f6-46a2-9405-3e2256322b9c 2018-08-20 10:17:38,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:38,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:39,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-49e494ee-436a-4f1d-b37f-c9072e06bde4 Date: Mon, 20 Aug 2018 10:17:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}]} 2018-08-20 10:17:39,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-49e494ee-436a-4f1d-b37f-c9072e06bde4 2018-08-20 10:17:39,186 - neutron_utils - INFO - Retrieving security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:39,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:39,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a4723485-710e-4590-b4f0-7e2c130e73f1 Date: Mon, 20 Aug 2018 10:17:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 2, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:39,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-a4723485-710e-4590-b4f0-7e2c130e73f1 2018-08-20 10:17:39,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:39,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:39,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5c4b8002-4903-4fee-84f0-54b93a20592b Date: Mon, 20 Aug 2018 10:17:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}]} 2018-08-20 10:17:39,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-5c4b8002-4903-4fee-84f0-54b93a20592b 2018-08-20 10:17:39,605 - neutron_utils - INFO - Retrieving security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:39,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:39,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9dcfcb20-06a9-46de-b332-93d1fce8de0e Date: Mon, 20 Aug 2018 10:17:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 2, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:39,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-9dcfcb20-06a9-46de-b332-93d1fce8de0e 2018-08-20 10:17:39,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:39,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:39,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0421120c-20c7-41b8-bd9e-49d3ff721dc2 Date: Mon, 20 Aug 2018 10:17:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}]} 2018-08-20 10:17:39,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-0421120c-20c7-41b8-bd9e-49d3ff721dc2 2018-08-20 10:17:39,701 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name 2018-08-20 10:17:39,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:39,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8f787f0b-67bf-4e6b-8b3c-28f2a595a912 Date: Mon, 20 Aug 2018 10:17:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 2, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:39,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-8f787f0b-67bf-4e6b-8b3c-28f2a595a912 2018-08-20 10:17:39,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:39,764 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:39,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:39,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35feeb69-3bc9-4631-a860-aa0b7b5b14c0 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "954db822ccd0478bb539ad18ca7014ed", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}} 2018-08-20 10:17:39,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed used request id req-35feeb69-3bc9-4631-a860-aa0b7b5b14c0 2018-08-20 10:17:39,865 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:39,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:40,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d5bf1742-52a2-4081-8087-11314e736fcd Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}]} 2018-08-20 10:17:40,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-d5bf1742-52a2-4081-8087-11314e736fcd 2018-08-20 10:17:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94"}}' 2018-08-20 10:17:40,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-89379d6a-177f-49f4-bd8c-f878d3a26149 Date: Mon, 20 Aug 2018 10:17:40 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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}} 2018-08-20 10:17:40,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-89379d6a-177f-49f4-bd8c-f878d3a26149 2018-08-20 10:17:40,448 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name 2018-08-20 10:17:40,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:40,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-b4f3ed23-73b5-47ce-98f0-7de8a474a52a Date: Mon, 20 Aug 2018 10:17:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 3, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:40,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-b4f3ed23-73b5-47ce-98f0-7de8a474a52a 2018-08-20 10:17:40,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:40,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5542ea62-935b-4830-830b-a6b7ec1dc80f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "954db822ccd0478bb539ad18ca7014ed", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}} 2018-08-20 10:17:40,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed used request id req-5542ea62-935b-4830-830b-a6b7ec1dc80f 2018-08-20 10:17:40,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:40,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:40,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-bd687d2a-8016-4c6e-b2ff-ccda89d0a5cf Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}]} 2018-08-20 10:17:40,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-bd687d2a-8016-4c6e-b2ff-ccda89d0a5cf 2018-08-20 10:17:40,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94"}}' 2018-08-20 10:17:41,352 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-50b5993a-9178-4029-a6e0-9bc2f2a67d75 Date: Mon, 20 Aug 2018 10:17:41 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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}} 2018-08-20 10:17:41,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-50b5993a-9178-4029-a6e0-9bc2f2a67d75 2018-08-20 10:17:41,352 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name 2018-08-20 10:17:41,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:41,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-134db18d-3e96-46ee-93fa-c2b5e4c95424 Date: Mon, 20 Aug 2018 10:17:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 4, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:41,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-134db18d-3e96-46ee-93fa-c2b5e4c95424 2018-08-20 10:17:41,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:41,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654ce561-26cd-4919-bcea-269666063ac4 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "954db822ccd0478bb539ad18ca7014ed", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}} 2018-08-20 10:17:41,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed used request id req-654ce561-26cd-4919-bcea-269666063ac4 2018-08-20 10:17:41,511 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:41,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:41,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-fbf05b76-bf94-4a41-9fdd-9047fea7cfa2 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:41,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-fbf05b76-bf94-4a41-9fdd-9047fea7cfa2 2018-08-20 10:17:41,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10}}' 2018-08-20 10:17:41,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-8692465b-1dc8-4187-9586-052f4e8e2cb3 Date: Mon, 20 Aug 2018 10:17:41 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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}} 2018-08-20 10:17:41,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-8692465b-1dc8-4187-9586-052f4e8e2cb3 2018-08-20 10:17:41,748 - neutron_utils - INFO - Retrieving security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:41,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:41,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-806966e6-fcbe-4031-9626-b402abdfd6f4 Date: Mon, 20 Aug 2018 10:17:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:41,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-806966e6-fcbe-4031-9626-b402abdfd6f4 2018-08-20 10:17:41,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:41,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:41,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bd561bd6-5711-4f77-a7cc-1c13631d5c08 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:41,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-bd561bd6-5711-4f77-a7cc-1c13631d5c08 2018-08-20 10:17:41,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:42,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "490427455361495d82ddf04dc76d98c7", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj-role"}], "expires_at": "2018-08-20T11:17:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "954db822ccd0478bb539ad18ca7014ed", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/954db822ccd0478bb539ad18ca7014ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/954db822ccd0478bb539ad18ca7014ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/954db822ccd0478bb539ad18ca7014ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a5532570-1e79-47c-user", "id": "521f411a9cfa4dbc832dcb83dd2382d8"}, "audit_ids": ["cNG5BbuuTn-DEYYJQsMPPw"], "issued_at": "2018-08-20T10:17:42.000000Z"}} 2018-08-20 10:17:42,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:42,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-353aeafa-bbc6-4db5-96b7-bc18109b6e2e Date: Mon, 20 Aug 2018 10:17:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:42,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name&description=hello+group used request id req-353aeafa-bbc6-4db5-96b7-bc18109b6e2e 2018-08-20 10:17:42,690 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:42,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:42,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d730a76a-e11a-49a9-9edb-e821266ab796 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:42,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-d730a76a-e11a-49a9-9edb-e821266ab796 2018-08-20 10:17:42,895 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:42,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:43,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ae733cde-c822-4164-8a6e-01999d309bd1 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:43,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-ae733cde-c822-4164-8a6e-01999d309bd1 2018-08-20 10:17:43,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:43,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6335f8a6-a0d7-497d-82af-ef9fae3c89f2 Date: Mon, 20 Aug 2018 10:17:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:43,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-6335f8a6-a0d7-497d-82af-ef9fae3c89f2 2018-08-20 10:17:43,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:43,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:43,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3c2f692f-cd68-4e13-a43b-1500738b28a3 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:43,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-3c2f692f-cd68-4e13-a43b-1500738b28a3 2018-08-20 10:17:43,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:43,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0b466c28-945c-4e62-ba61-f422e2fd4f59 Date: Mon, 20 Aug 2018 10:17:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:43,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-0b466c28-945c-4e62-ba61-f422e2fd4f59 2018-08-20 10:17:43,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:43,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:43,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-17121da7-ac53-48ac-9ee6-4057a84b1dbb Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:43,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-17121da7-ac53-48ac-9ee6-4057a84b1dbb 2018-08-20 10:17:43,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:43,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-80a8dfc5-7eb4-40a8-ab0a-ce742ef3da13 Date: Mon, 20 Aug 2018 10:17:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:43,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-80a8dfc5-7eb4-40a8-ab0a-ce742ef3da13 2018-08-20 10:17:43,686 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:43,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:43,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-864a8801-7662-4b4d-ab68-ed85f076593b Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:43,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-864a8801-7662-4b4d-ab68-ed85f076593b 2018-08-20 10:17:43,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:43,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-43df050f-bee2-48d0-a56c-a8f9d2773bbe Date: Mon, 20 Aug 2018 10:17:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:43,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-43df050f-bee2-48d0-a56c-a8f9d2773bbe 2018-08-20 10:17:43,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:43,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:44,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-dce1688b-6056-4b6f-bc24-bbca73f270ac Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:44,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-dce1688b-6056-4b6f-bc24-bbca73f270ac 2018-08-20 10:17:44,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:44,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c373ed65-bb0d-4735-a20c-ba5f61c2de09 Date: Mon, 20 Aug 2018 10:17:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:44,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-c373ed65-bb0d-4735-a20c-ba5f61c2de09 2018-08-20 10:17:44,416 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:44,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:44,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bad66bbb-0b87-4c10-9d49-229728eb9744 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:44,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-bad66bbb-0b87-4c10-9d49-229728eb9744 2018-08-20 10:17:44,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:44,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f9a03e71-17a9-405f-bfcf-d60d1cd94897 Date: Mon, 20 Aug 2018 10:17:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:44,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-f9a03e71-17a9-405f-bfcf-d60d1cd94897 2018-08-20 10:17:44,505 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:44,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:44,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d28166a1-d4ec-4cd6-8234-0ed9a1767a2a Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:44,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-d28166a1-d4ec-4cd6-8234-0ed9a1767a2a 2018-08-20 10:17:44,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:44,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6e9dacb3-ffb3-459f-a84d-d13442b619cd Date: Mon, 20 Aug 2018 10:17:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:44,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-6e9dacb3-ffb3-459f-a84d-d13442b619cd 2018-08-20 10:17:44,757 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:44,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:44,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-33af7f35-0154-4127-8e78-bdc2449051c6 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:44,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-33af7f35-0154-4127-8e78-bdc2449051c6 2018-08-20 10:17:44,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:45,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-afa1360c-37a9-4779-bae0-ab18e4ad39dd Date: Mon, 20 Aug 2018 10:17:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:45,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-afa1360c-37a9-4779-bae0-ab18e4ad39dd 2018-08-20 10:17:45,415 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:45,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:45,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fdc93a19-6714-453e-bf25-602a0685d565 Date: Mon, 20 Aug 2018 10:17:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:45,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-fdc93a19-6714-453e-bf25-602a0685d565 2018-08-20 10:17:45,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:45,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a09d084c-9df1-4dff-8934-49e89c152960 Date: Mon, 20 Aug 2018 10:17:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:45,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-a09d084c-9df1-4dff-8934-49e89c152960 2018-08-20 10:17:45,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:45,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:45,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-76a1597e-e25f-4a62-ad47-7ab735dab1a0 Date: Mon, 20 Aug 2018 10:17:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:45,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-76a1597e-e25f-4a62-ad47-7ab735dab1a0 2018-08-20 10:17:45,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:45,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-63d3b7de-9cb1-4833-8fe1-df09cb765e05 Date: Mon, 20 Aug 2018 10:17:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:45,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-63d3b7de-9cb1-4833-8fe1-df09cb765e05 2018-08-20 10:17:45,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:45,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:45,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bfb1b064-656f-4418-bfb9-f27c301ef3ba Date: Mon, 20 Aug 2018 10:17:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:45,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-bfb1b064-656f-4418-bfb9-f27c301ef3ba 2018-08-20 10:17:45,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:46,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-542117d1-2869-4448-8c11-5ee6fe12d932 Date: Mon, 20 Aug 2018 10:17:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:40Z", "revision_number": 0, "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e2c35cbc-9941-4877-b775-2871789d5556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": 10, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:41Z", "revision_number": 0, "id": "e516a116-03e8-4396-a6d1-083b1715629f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 5, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "name": "CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name"}]} 2018-08-20 10:17:46,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name used request id req-542117d1-2869-4448-8c11-5ee6fe12d932 2018-08-20 10:17:46,039 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:46,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:46,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2e774181-7ced-4184-9dc1-fee2ea717aef Date: Mon, 20 Aug 2018 10:17:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:46,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-2e774181-7ced-4184-9dc1-fee2ea717aef 2018-08-20 10:17:46,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:46,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d0e3bd8b-6685-4df9-b3a9-3ef681bcb785 Date: Mon, 20 Aug 2018 10:17:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "155e2cd1-a007-4a96-84b1-d9dd94aa224a"}, {"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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:46,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-d0e3bd8b-6685-4df9-b3a9-3ef681bcb785 2018-08-20 10:17:46,280 - neutron_utils - INFO - Deleting security group rule with ID - 155e2cd1-a007-4a96-84b1-d9dd94aa224a 2018-08-20 10:17:46,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/155e2cd1-a007-4a96-84b1-d9dd94aa224a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:46,402 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91629c5d-1523-4337-b8d0-0c8f40597878 Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:46,402 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/155e2cd1-a007-4a96-84b1-d9dd94aa224a used request id req-91629c5d-1523-4337-b8d0-0c8f40597878 2018-08-20 10:17:46,402 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5abbc6ba-94b7-4e1f-a5f7-01136a314e94 2018-08-20 10:17:46,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c6113246ecaa4bf9f16a857bcbf0f5970b767e" 2018-08-20 10:17:46,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2002 X-Openstack-Request-Id: req-95d7c1a7-a183-434e-85a3-22a023ca78e3 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:40Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:40Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "1cc2a5af-a6f4-4ce8-9530-1de18e78b988"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "2612b6b2-676b-45f7-acf5-6de1e68a217c"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": 10, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e2c35cbc-9941-4877-b775-2871789d5556"}, {"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-08-20T10:17:41Z", "security_group_id": "5abbc6ba-94b7-4e1f-a5f7-01136a314e94", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:41Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "e516a116-03e8-4396-a6d1-083b1715629f"}]} 2018-08-20 10:17:46,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-95d7c1a7-a183-434e-85a3-22a023ca78e3 2018-08-20 10:17:46,440 - neutron_utils - INFO - Deleting security group rule with ID - 155e2cd1-a007-4a96-84b1-d9dd94aa224a 2018-08-20 10:17:46,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/155e2cd1-a007-4a96-84b1-d9dd94aa224a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:46,463 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-280c1ef2-f2ee-4223-9f45-b36974505b50 Date: Mon, 20 Aug 2018 10:17:46 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 155e2cd1-a007-4a96-84b1-d9dd94aa224a does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-20 10:17:46,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/155e2cd1-a007-4a96-84b1-d9dd94aa224a used request id req-280c1ef2-f2ee-4223-9f45-b36974505b50 2018-08-20 10:17:46,464 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 155e2cd1-a007-4a96-84b1-d9dd94aa224a does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-20 10:17:46,464 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 155e2cd1-a007-4a96-84b1-d9dd94aa224a does not exist Neutron server returns request_ids: ['req-280c1ef2-f2ee-4223-9f45-b36974505b50'] 2018-08-20 10:17:46,464 - neutron_utils - INFO - Deleting security group rule with ID - 2612b6b2-676b-45f7-acf5-6de1e68a217c 2018-08-20 10:17:46,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/2612b6b2-676b-45f7-acf5-6de1e68a217c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:46,571 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec3810e0-2146-4fdc-b845-3c26f4963eef Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:46,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/2612b6b2-676b-45f7-acf5-6de1e68a217c used request id req-ec3810e0-2146-4fdc-b845-3c26f4963eef 2018-08-20 10:17:46,571 - neutron_utils - INFO - Deleting security group rule with ID - e516a116-03e8-4396-a6d1-083b1715629f 2018-08-20 10:17:46,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/e516a116-03e8-4396-a6d1-083b1715629f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:46,843 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-df3154dd-106f-4901-90a4-641c56e83ee6 Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:46,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/e516a116-03e8-4396-a6d1-083b1715629f used request id req-df3154dd-106f-4901-90a4-641c56e83ee6 2018-08-20 10:17:46,843 - neutron_utils - INFO - Deleting security group rule with ID - 1cc2a5af-a6f4-4ce8-9530-1de18e78b988 2018-08-20 10:17:46,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/1cc2a5af-a6f4-4ce8-9530-1de18e78b988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:46,956 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fbddb54d-d911-4894-9cf3-d35e83bd68fe Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:46,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/1cc2a5af-a6f4-4ce8-9530-1de18e78b988 used request id req-fbddb54d-d911-4894-9cf3-d35e83bd68fe 2018-08-20 10:17:46,956 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5e6445f9-9978-4552-86a7-8e03d8031757name 2018-08-20 10:17:46,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/5abbc6ba-94b7-4e1f-a5f7-01136a314e94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41b2ec7b3d14e0fa9833d498408668adc2ac1b01" 2018-08-20 10:17:47,303 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d0ee709-95ad-4a43-ac06-15b11fc2afae Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:47,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/5abbc6ba-94b7-4e1f-a5f7-01136a314e94 used request id req-3d0ee709-95ad-4a43-ac06-15b11fc2afae 2018-08-20 10:17:47,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:47,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:47,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:47,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:47,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:47,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:47,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-af3c90bd-7b66-4fb4-9280-338205f73295 Date: Mon, 20 Aug 2018 10:17:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "updated_at": "2018-08-20T10:17:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "3ad852f7-09ce-4031-95dd-f57ab91350f0", "remote_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "51dd62cd-7cd8-4b65-9da0-3d61e0c66296", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "53a633d6-61ff-4be1-b47f-d05c7813e453", "remote_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "revision_number": 0, "id": "a689d5e9-e996-4b2d-8956-3ec34e005f6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:38Z", "security_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "954db822ccd0478bb539ad18ca7014ed"}], "revision_number": 4, "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:17:47,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-af3c90bd-7b66-4fb4-9280-338205f73295 2018-08-20 10:17:47,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:47,758 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5f481f9-b88a-464c-8d1f-6830655e583d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:47,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-a5f481f9-b88a-464c-8d1f-6830655e583d 2018-08-20 10:17:47,758 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:47,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:47,857 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72038607-b3ac-4393-b04b-819593d139c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:47,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-72038607-b3ac-4393-b04b-819593d139c2 2018-08-20 10:17:47,857 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:47,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:47,951 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8194f233-8627-48f1-bcd2-41ddbf843886 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:17:47,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-8194f233-8627-48f1-bcd2-41ddbf843886 2018-08-20 10:17:47,951 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:17:47,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:48,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d6aa2b-abbf-445f-8fdf-30b6808ae373 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "954db822ccd0478bb539ad18ca7014ed", "name": "CreateSecurityGroupTests-a5532570-1e79-47c-proj"}} 2018-08-20 10:17:48,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed used request id req-90d6aa2b-abbf-445f-8fdf-30b6808ae373 2018-08-20 10:17:48,067 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 464281bf-ed8a-4537-b9ab-dbc9207f5172 2018-08-20 10:17:48,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=464281bf-ed8a-4537-b9ab-dbc9207f5172 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:48,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-84626936-8718-4d2a-86be-8378ed021ee2 Date: Mon, 20 Aug 2018 10:17:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "3ad852f7-09ce-4031-95dd-f57ab91350f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "51dd62cd-7cd8-4b65-9da0-3d61e0c66296"}, {"remote_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "53a633d6-61ff-4be1-b47f-d05c7813e453"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:38Z", "security_group_id": "464281bf-ed8a-4537-b9ab-dbc9207f5172", "port_range_min": null, "revision_number": 0, "tenant_id": "954db822ccd0478bb539ad18ca7014ed", "created_at": "2018-08-20T10:17:38Z", "project_id": "954db822ccd0478bb539ad18ca7014ed", "id": "a689d5e9-e996-4b2d-8956-3ec34e005f6e"}]} 2018-08-20 10:17:48,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=464281bf-ed8a-4537-b9ab-dbc9207f5172 used request id req-84626936-8718-4d2a-86be-8378ed021ee2 2018-08-20 10:17:48,268 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:17:48,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/464281bf-ed8a-4537-b9ab-dbc9207f5172 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:48,683 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-363c096e-a60f-47d4-9296-74e7dc0308de Content-Length: 0 Date: Mon, 20 Aug 2018 10:17:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:17:48,683 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/464281bf-ed8a-4537-b9ab-dbc9207f5172 used request id req-363c096e-a60f-47d4-9296-74e7dc0308de 2018-08-20 10:17:48,684 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a5532570-1e79-47c-proj 2018-08-20 10:17:48,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:48,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33493f10-5267-4d50-b538-e959e1d68928 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:48,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/954db822ccd0478bb539ad18ca7014ed used request id req-33493f10-5267-4d50-b538-e959e1d68928 2018-08-20 10:17:48,975 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a5532570-1e79-47c-proj-role 2018-08-20 10:17:48,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/490427455361495d82ddf04dc76d98c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:49,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a9d773a-29e5-43c1-b3e3-fee6785e48fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:49,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/490427455361495d82ddf04dc76d98c7 used request id req-0a9d773a-29e5-43c1-b3e3-fee6785e48fc 2018-08-20 10:17:49,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a53032fb79918d3bc1929bbc3f85d99beecab82" 2018-08-20 10:17:49,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-434fb643-868a-4b6b-a6e3-baa00da6d88f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:17:49,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-434fb643-868a-4b6b-a6e3-baa00da6d88f 2018-08-20 10:17:49,188 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a5532570-1e79-47c-user 2018-08-20 10:17:49,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/521f411a9cfa4dbc832dcb83dd2382d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9bdb83fd31f407c65ed0a3e1197ac5635cb48c8" 2018-08-20 10:17:49,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b86496a-5e26-4d18-a7a7-ea45de8a85aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:49,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/521f411a9cfa4dbc832dcb83dd2382d8 used request id req-7b86496a-5e26-4d18-a7a7-ea45de8a85aa 2018-08-20 10:17:49,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:49,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["VJnJVH3AQqSRCbt3vm1kSQ"], "issued_at": "2018-08-20T10:17:49.000000Z"}} 2018-08-20 10:17:49,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5c786d8ed17d8ced68bde7984b2474ebe52aba6" 2018-08-20 10:17:49,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41cfedd3-d414-45f4-932e-b9bf99a080c4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:49,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-41cfedd3-d414-45f4-932e-b9bf99a080c4 2018-08-20 10:17:49,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:49,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:50,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["8wbDVlFQQaWxra_gQXKDHQ"], "issued_at": "2018-08-20T10:17:50.000000Z"}} 2018-08-20 10:17:50,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:17:50,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf00d044-c997-49d5-ad43-71349d5c2776 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:50,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bf00d044-c997-49d5-ad43-71349d5c2776 2018-08-20 10:17:50,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:50,426 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:50,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-8522d21a-169f-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:17:50,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b1a08b-4a44-4085-b8d4-5937b0317ff0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-8522d21a-169f-45f-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:17:50,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-8522d21a-169f-45f-proj used request id req-d9b1a08b-4a44-4085-b8d4-5937b0317ff0 2018-08-20 10:17:50,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:17:50,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b2c0647-9093-47d3-a005-df6b82f210bb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:17:50,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-5b2c0647-9093-47d3-a005-df6b82f210bb 2018-08-20 10:17:50,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}}' 2018-08-20 10:17:50,735 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:17:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cdab337-51aa-4f25-b1f1-efd2ebfd8c72 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f"}, "tags": [], "enabled": true, "id": "87a7938a22e54e18b297d4f719f5b13f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}} 2018-08-20 10:17:50,735 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-3cdab337-51aa-4f25-b1f1-efd2ebfd8c72 2018-08-20 10:17:50,736 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-8522d21a-169f-45f-proj 2018-08-20 10:17:50,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:50,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:51,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["pHaDNE3eSVazzha-P9PHAA"], "issued_at": "2018-08-20T10:17:51.000000Z"}} 2018-08-20 10:17:51,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e82a187e813c11be6e0e85d82570e3c91f17ee1b" 2018-08-20 10:17:51,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b1f6df-aa31-4937-bc57-bf6fe4c47d98 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:51,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-06b1f6df-aa31-4937-bc57-bf6fe4c47d98 2018-08-20 10:17:51,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:51,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:51,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e82a187e813c11be6e0e85d82570e3c91f17ee1b" 2018-08-20 10:17:51,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe8cabf6-79e4-4577-991d-616d861a82f0 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:17:51,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-fe8cabf6-79e4-4577-991d-616d861a82f0 2018-08-20 10:17:51,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-8522d21a-169f-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e82a187e813c11be6e0e85d82570e3c91f17ee1b" 2018-08-20 10:17:51,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38381433-6028-4ec8-9da9-723653e3c0b1 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-8522d21a-169f-45f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f"}, "tags": [], "enabled": true, "id": "87a7938a22e54e18b297d4f719f5b13f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}]} 2018-08-20 10:17:51,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSecurityGroupTests-8522d21a-169f-45f-proj used request id req-38381433-6028-4ec8-9da9-723653e3c0b1 2018-08-20 10:17:51,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e82a187e813c11be6e0e85d82570e3c91f17ee1b" 2018-08-20 10:17:51,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9fc0b58-b225-4963-8e89-82985b4dbcb6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:17:51,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-b9fc0b58-b225-4963-8e89-82985b4dbcb6 2018-08-20 10:17:52,065 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-8522d21a-169f-45f-user 2018-08-20 10:17:52,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:52,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:17:52,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225aac59-75d8-4f09-bf9c-4ebff3a16fab Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:17:52,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-225aac59-75d8-4f09-bf9c-4ebff3a16fab 2018-08-20 10:17:52,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" -d '{"role": {"name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj-role"}}' 2018-08-20 10:17:52,273 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:17:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a2c6c74-a774-4c44-b566-1cff6dffe213 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "72fd2b70751742e994bc951126d770ee", "links": {"self": "http://172.30.9.36:5000/v3/roles/72fd2b70751742e994bc951126d770ee"}, "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj-role"}} 2018-08-20 10:17:52,274 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-5a2c6c74-a774-4c44-b566-1cff6dffe213 2018-08-20 10:17:52,274 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-8522d21a-169f-45f-proj-role 2018-08-20 10:17:52,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/72fd2b70751742e994bc951126d770ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:17:52,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9bc8ab-84c2-4dd6-b464-5569c1c6046f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "72fd2b70751742e994bc951126d770ee", "links": {"self": "http://172.30.9.36:5000/v3/roles/72fd2b70751742e994bc951126d770ee"}, "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj-role"}} 2018-08-20 10:17:52,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/72fd2b70751742e994bc951126d770ee used request id req-4d9bc8ab-84c2-4dd6-b464-5569c1c6046f 2018-08-20 10:17:52,294 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-8522d21a-169f-45f-proj-role to project CreateSecurityGroupTests-8522d21a-169f-45f-proj 2018-08-20 10:17:52,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f/users/67322d95124c4fe5bc01c5d1abcd4a48/roles/72fd2b70751742e994bc951126d770ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:17:52,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:17:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7847b893-6d87-4337-af05-201827ea4855 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:17:52,361 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f/users/67322d95124c4fe5bc01c5d1abcd4a48/roles/72fd2b70751742e994bc951126d770ee used request id req-7847b893-6d87-4337-af05-201827ea4855 2018-08-20 10:17:52,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:52,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:52,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:52,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:52,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:52,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:17:52,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:52,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72fd2b70751742e994bc951126d770ee", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj-role"}], "expires_at": "2018-08-20T11:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87a7938a22e54e18b297d4f719f5b13f", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/87a7938a22e54e18b297d4f719f5b13f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/87a7938a22e54e18b297d4f719f5b13f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-8522d21a-169f-45f-user", "id": "67322d95124c4fe5bc01c5d1abcd4a48"}, "audit_ids": ["AuNG_35kQ862GAhZ-KpKiQ"], "issued_at": "2018-08-20T10:17:52.000000Z"}} 2018-08-20 10:17:52,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:52,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec0bb37a-d7a2-4796-a667-f07d615636b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:17:52,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ec0bb37a-d7a2-4796-a667-f07d615636b5 2018-08-20 10:17:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:17:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:17:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:17:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:17:52,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:17:52,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:53,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0a61151d-7ddd-48a7-b575-7c8d03bfd773 Date: Mon, 20 Aug 2018 10:17:53 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:17:53,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname&description=hello+group used request id req-0a61151d-7ddd-48a7-b575-7c8d03bfd773 2018-08-20 10:17:53,247 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname... 2018-08-20 10:17:53,247 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname 2018-08-20 10:17:53,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" -d '{"security_group": {"name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname", "description": "hello group"}}' 2018-08-20 10:17:53,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-cdba4f8a-0d8f-446f-bcd8-dddca3a256f4 Date: Mon, 20 Aug 2018 10:17:53 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 2, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}} 2018-08-20 10:17:53,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-cdba4f8a-0d8f-446f-bcd8-dddca3a256f4 2018-08-20 10:17:53,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:53,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:54,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b15667d6-6a27-4ea8-a784-6c25860c7b3e Date: Mon, 20 Aug 2018 10:17:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}]} 2018-08-20 10:17:54,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-b15667d6-6a27-4ea8-a784-6c25860c7b3e 2018-08-20 10:17:54,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:54,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:54,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-24cc72e2-2258-4617-a450-a4849f29b793 Date: Mon, 20 Aug 2018 10:17:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}]} 2018-08-20 10:17:54,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-24cc72e2-2258-4617-a450-a4849f29b793 2018-08-20 10:17:54,236 - neutron_utils - INFO - Retrieving security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:54,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:54,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c6df62d1-ca5b-4b2b-bd2d-cfe40ff7b8c1 Date: Mon, 20 Aug 2018 10:17:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 2, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:54,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-c6df62d1-ca5b-4b2b-bd2d-cfe40ff7b8c1 2018-08-20 10:17:54,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:54,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:54,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3a5111ae-5e1b-4073-a28d-b1e32dad1ac0 Date: Mon, 20 Aug 2018 10:17:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}]} 2018-08-20 10:17:54,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-3a5111ae-5e1b-4073-a28d-b1e32dad1ac0 2018-08-20 10:17:54,652 - neutron_utils - INFO - Retrieving security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:54,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:54,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e6b4035c-fa26-4cb6-b8ce-7cbed26c87a7 Date: Mon, 20 Aug 2018 10:17:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 2, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:54,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-e6b4035c-fa26-4cb6-b8ce-7cbed26c87a7 2018-08-20 10:17:54,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:54,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:55,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20723e68-6300-422b-b8ca-09fad29bfae7 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}]} 2018-08-20 10:17:55,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-20723e68-6300-422b-b8ca-09fad29bfae7 2018-08-20 10:17:55,087 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname 2018-08-20 10:17:55,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:55,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5f581915-43d6-4e63-8e28-62e7893504d4 Date: Mon, 20 Aug 2018 10:17:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 2, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:55,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-5f581915-43d6-4e63-8e28-62e7893504d4 2018-08-20 10:17:55,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:17:55,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:17:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:17:55,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:55,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe578c9-2a7f-413d-bbe4-1d07e4190ac3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "87a7938a22e54e18b297d4f719f5b13f", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}} 2018-08-20 10:17:55,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f used request id req-abe578c9-2a7f-413d-bbe4-1d07e4190ac3 2018-08-20 10:17:55,237 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:55,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:55,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2edd8a98-07e3-4f07-9ff3-03b3f29bde58 Date: Mon, 20 Aug 2018 10:17: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-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}]} 2018-08-20 10:17:55,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-2edd8a98-07e3-4f07-9ff3-03b3f29bde58 2018-08-20 10:17:55,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}cd5932eb3299b15dc08d41eb30907c8ccc515958" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9"}}' 2018-08-20 10:17:55,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-a1fd1086-8fe6-4247-bb9a-78ed9879f62d Date: Mon, 20 Aug 2018 10:17:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}} 2018-08-20 10:17:55,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-a1fd1086-8fe6-4247-bb9a-78ed9879f62d 2018-08-20 10:17:55,711 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname 2018-08-20 10:17:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:55,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-1a3a5db0-ee9e-4b36-910f-7c2717cbbaf3 Date: Mon, 20 Aug 2018 10:17:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 3, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:55,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-1a3a5db0-ee9e-4b36-910f-7c2717cbbaf3 2018-08-20 10:17:55,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:56,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf658f6-10a7-4189-b47a-918a460fd0e5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "87a7938a22e54e18b297d4f719f5b13f", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}} 2018-08-20 10:17:56,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f used request id req-1cf658f6-10a7-4189-b47a-918a460fd0e5 2018-08-20 10:17:56,023 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:56,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:56,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-7b02645c-6744-42b6-a627-f1719fbe565c Date: Mon, 20 Aug 2018 10:17:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:56,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-7b02645c-6744-42b6-a627-f1719fbe565c 2018-08-20 10:17:56,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}cd5932eb3299b15dc08d41eb30907c8ccc515958" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9"}}' 2018-08-20 10:17:56,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-43b6ced7-7d5a-433c-9362-33be9bfecae6 Date: Mon, 20 Aug 2018 10:17:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}} 2018-08-20 10:17:56,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-43b6ced7-7d5a-433c-9362-33be9bfecae6 2018-08-20 10:17:56,394 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname 2018-08-20 10:17:56,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:56,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-a53326e2-b72c-47f0-80e8-a6a8e84b6960 Date: Mon, 20 Aug 2018 10:17:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 4, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:56,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-a53326e2-b72c-47f0-80e8-a6a8e84b6960 2018-08-20 10:17:56,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:56,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e3efd39-1948-4814-b5e9-e001b09fce95 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "87a7938a22e54e18b297d4f719f5b13f", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}} 2018-08-20 10:17:56,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f used request id req-5e3efd39-1948-4814-b5e9-e001b09fce95 2018-08-20 10:17:56,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:56,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:56,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-7919069e-2752-4b79-bdaf-4de48d136ede Date: Mon, 20 Aug 2018 10:17:56 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:56,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-7919069e-2752-4b79-bdaf-4de48d136ede 2018-08-20 10:17:56,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}cd5932eb3299b15dc08d41eb30907c8ccc515958" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10}}' 2018-08-20 10:17:56,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-12b36566-b933-4028-9c5a-89e73635e57b Date: Mon, 20 Aug 2018 10:17:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}} 2018-08-20 10:17:56,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-12b36566-b933-4028-9c5a-89e73635e57b 2018-08-20 10:17:56,910 - neutron_utils - INFO - Retrieving security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:56,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:57,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a41317c3-b61d-4a41-85ed-043ec24f681d Date: Mon, 20 Aug 2018 10:17:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:57,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-a41317c3-b61d-4a41-85ed-043ec24f681d 2018-08-20 10:17:57,143 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:57,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:17:57,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-655e7fb2-c7f1-4dee-9896-22c6836f8ad4 Date: Mon, 20 Aug 2018 10:17:57 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:57,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-655e7fb2-c7f1-4dee-9896-22c6836f8ad4 2018-08-20 10:17:57,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:17:57,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72fd2b70751742e994bc951126d770ee", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj-role"}], "expires_at": "2018-08-20T11:17:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87a7938a22e54e18b297d4f719f5b13f", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/87a7938a22e54e18b297d4f719f5b13f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/87a7938a22e54e18b297d4f719f5b13f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/87a7938a22e54e18b297d4f719f5b13f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-8522d21a-169f-45f-user", "id": "67322d95124c4fe5bc01c5d1abcd4a48"}, "audit_ids": ["HzB-g9RjQQWzthqAKau2ug"], "issued_at": "2018-08-20T10:17:57.000000Z"}} 2018-08-20 10:17:57,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:57,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7d966f39-d46a-47a9-b714-775349eed510 Date: Mon, 20 Aug 2018 10:17:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:57,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname&description=hello+group used request id req-7d966f39-d46a-47a9-b714-775349eed510 2018-08-20 10:17:57,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:57,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:58,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-cb1951aa-1995-4372-be1d-46de9ca86ce9 Date: Mon, 20 Aug 2018 10:17:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:58,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-cb1951aa-1995-4372-be1d-46de9ca86ce9 2018-08-20 10:17:58,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:58,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:58,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-00db9f61-60a6-45d5-9422-fbfbec9cd22e Date: Mon, 20 Aug 2018 10:17:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:58,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-00db9f61-60a6-45d5-9422-fbfbec9cd22e 2018-08-20 10:17:58,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:58,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-767c1339-1284-4807-aa01-0801ce2e8752 Date: Mon, 20 Aug 2018 10:17:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:58,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-767c1339-1284-4807-aa01-0801ce2e8752 2018-08-20 10:17:58,639 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:58,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:58,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-53e90d6e-6169-4014-be05-7b61a12482ac Date: Mon, 20 Aug 2018 10:17:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:58,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-53e90d6e-6169-4014-be05-7b61a12482ac 2018-08-20 10:17:58,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:59,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7ac72828-49d9-4f55-a5da-44775ace9af7 Date: Mon, 20 Aug 2018 10:17:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:59,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-7ac72828-49d9-4f55-a5da-44775ace9af7 2018-08-20 10:17:59,085 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:59,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:59,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-028bf117-2d07-422c-8edf-875c1716e4e3 Date: Mon, 20 Aug 2018 10:17:59 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:59,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-028bf117-2d07-422c-8edf-875c1716e4e3 2018-08-20 10:17:59,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:59,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-91684088-fd2e-49c9-9ec9-dd384b72235c Date: Mon, 20 Aug 2018 10:17:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:59,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-91684088-fd2e-49c9-9ec9-dd384b72235c 2018-08-20 10:17:59,333 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:59,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:59,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6ffd758c-1c06-4556-abac-67d0c0f48776 Date: Mon, 20 Aug 2018 10:17:59 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:59,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-6ffd758c-1c06-4556-abac-67d0c0f48776 2018-08-20 10:17:59,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:59,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0d1f0df4-5457-450a-aeb7-fe318919b6e4 Date: Mon, 20 Aug 2018 10:17:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:59,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-0d1f0df4-5457-450a-aeb7-fe318919b6e4 2018-08-20 10:17:59,677 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:59,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:59,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-81bfe63c-d269-4a40-affb-ab4e267fde62 Date: Mon, 20 Aug 2018 10:17:59 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:17:59,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-81bfe63c-d269-4a40-affb-ab4e267fde62 2018-08-20 10:17:59,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:17:59,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5f43e64c-c88d-4e2b-8d95-ffe709278b39 Date: Mon, 20 Aug 2018 10:17:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:17:59,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-5f43e64c-c88d-4e2b-8d95-ffe709278b39 2018-08-20 10:17:59,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:17:59,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:18:00,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-42348892-04bd-4084-8bad-89287fa3ff0c Date: Mon, 20 Aug 2018 10:18:00 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:18:00,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-42348892-04bd-4084-8bad-89287fa3ff0c 2018-08-20 10:18:00,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:18:00,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7ade94f2-0266-41ea-a66d-a0f43a2bf1c5 Date: Mon, 20 Aug 2018 10:18:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:18:00,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-7ade94f2-0266-41ea-a66d-a0f43a2bf1c5 2018-08-20 10:18:00,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:18:00,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:18:00,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3dbe73a0-db26-43da-b1a3-a77dd40f84f4 Date: Mon, 20 Aug 2018 10:18:00 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:18:00,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-3dbe73a0-db26-43da-b1a3-a77dd40f84f4 2018-08-20 10:18:00,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:18:00,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-cf63d3fb-23d7-4878-ae0e-61beafa10749 Date: Mon, 20 Aug 2018 10:18:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:18:00,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-cf63d3fb-23d7-4878-ae0e-61beafa10749 2018-08-20 10:18:00,707 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:18:00,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:18:00,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fc70d2f6-fcdb-46b3-9157-d93d4de921cf Date: Mon, 20 Aug 2018 10:18:00 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:18:00,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-fc70d2f6-fcdb-46b3-9157-d93d4de921cf 2018-08-20 10:18:00,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:18:00,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-abed546d-42ff-4804-92ed-c495ee9c6706 Date: Mon, 20 Aug 2018 10:18:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-08-20T10:17:56Z", "revision_number": 0, "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": 10, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "9c5e8aad-325a-4366-a663-720a3784d316", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:55Z", "revision_number": 0, "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 5, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "name": "CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname"}]} 2018-08-20 10:18:00,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname used request id req-abed546d-42ff-4804-92ed-c495ee9c6706 2018-08-20 10:18:00,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:18:00,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:18:01,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8288103a-7c09-4f05-9086-89f4cb2fe0c8 Date: Mon, 20 Aug 2018 10:18:01 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}, {"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-08-20T10:17:55Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:55Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "cfafb58d-7a2c-4640-b361-dc6be9cd5f5a"}]} 2018-08-20 10:18:01,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-8288103a-7c09-4f05-9086-89f4cb2fe0c8 2018-08-20 10:18:01,170 - neutron_utils - INFO - Deleting security group rule with ID - cfafb58d-7a2c-4640-b361-dc6be9cd5f5a 2018-08-20 10:18:01,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/cfafb58d-7a2c-4640-b361-dc6be9cd5f5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:18:01,515 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3497e785-29ea-4533-99ee-f35a3219b4fc Content-Length: 0 Date: Mon, 20 Aug 2018 10:18:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:18:01,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/cfafb58d-7a2c-4640-b361-dc6be9cd5f5a used request id req-3497e785-29ea-4533-99ee-f35a3219b4fc 2018-08-20 10:18:01,516 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-08-20 10:18:01,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b620cbf2-ea23-4509-9dfe-de1f0d849aa9 2018-08-20 10:18:01,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbad4940499d60a674d0623e7b4acb1a22cd704e" 2018-08-20 10:18:01,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-60aee83e-da98-445c-a3a2-39c260877450 Date: Mon, 20 Aug 2018 10:18:01 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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5a0d8718-d5ed-4873-952f-75a180b6ff49"}, {"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-08-20T10:17:56Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": 10, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:56Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5e9ba6c7-357c-4a1b-842b-6130e6b26ce1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "8aeca056-c7bc-4006-974f-f8c7e26fef22"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "b620cbf2-ea23-4509-9dfe-de1f0d849aa9", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "9c5e8aad-325a-4366-a663-720a3784d316"}]} 2018-08-20 10:18:01,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-60aee83e-da98-445c-a3a2-39c260877450 2018-08-20 10:18:01,720 - neutron_utils - INFO - Deleting security group rule with ID - 9c5e8aad-325a-4366-a663-720a3784d316 2018-08-20 10:18:01,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/9c5e8aad-325a-4366-a663-720a3784d316 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:18:01,814 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3dd1ffc-21c9-4cef-bdde-c42bbb9376f2 Content-Length: 0 Date: Mon, 20 Aug 2018 10:18:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:18:01,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/9c5e8aad-325a-4366-a663-720a3784d316 used request id req-f3dd1ffc-21c9-4cef-bdde-c42bbb9376f2 2018-08-20 10:18:01,815 - neutron_utils - INFO - Deleting security group rule with ID - 5a0d8718-d5ed-4873-952f-75a180b6ff49 2018-08-20 10:18:01,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/5a0d8718-d5ed-4873-952f-75a180b6ff49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:18:01,956 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1e6b2ee-ea31-474a-a037-ff2f4ec34718 Content-Length: 0 Date: Mon, 20 Aug 2018 10:18:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:18:01,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/5a0d8718-d5ed-4873-952f-75a180b6ff49 used request id req-c1e6b2ee-ea31-474a-a037-ff2f4ec34718 2018-08-20 10:18:01,956 - neutron_utils - INFO - Deleting security group rule with ID - cfafb58d-7a2c-4640-b361-dc6be9cd5f5a 2018-08-20 10:18:01,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/cfafb58d-7a2c-4640-b361-dc6be9cd5f5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:18:02,147 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-c027b8b8-173b-46da-84a4-f8d7db6b7477 Date: Mon, 20 Aug 2018 10:18:02 GMT RESP BODY: {"NeutronError": {"message": "Security group rule cfafb58d-7a2c-4640-b361-dc6be9cd5f5a does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-20 10:18:02,147 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/cfafb58d-7a2c-4640-b361-dc6be9cd5f5a used request id req-c027b8b8-173b-46da-84a4-f8d7db6b7477 2018-08-20 10:18:02,148 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule cfafb58d-7a2c-4640-b361-dc6be9cd5f5a does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-20 10:18:02,148 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule cfafb58d-7a2c-4640-b361-dc6be9cd5f5a does not exist Neutron server returns request_ids: ['req-c027b8b8-173b-46da-84a4-f8d7db6b7477'] 2018-08-20 10:18:02,148 - neutron_utils - INFO - Deleting security group rule with ID - 5e9ba6c7-357c-4a1b-842b-6130e6b26ce1 2018-08-20 10:18:02,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/5e9ba6c7-357c-4a1b-842b-6130e6b26ce1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:18:02,246 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0de927ba-787e-44fd-bef3-976384e36f38 Content-Length: 0 Date: Mon, 20 Aug 2018 10:18:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:18:02,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/5e9ba6c7-357c-4a1b-842b-6130e6b26ce1 used request id req-0de927ba-787e-44fd-bef3-976384e36f38 2018-08-20 10:18:02,247 - neutron_utils - INFO - Deleting security group rule with ID - 8aeca056-c7bc-4006-974f-f8c7e26fef22 2018-08-20 10:18:02,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/8aeca056-c7bc-4006-974f-f8c7e26fef22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:18:02,385 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e327e64a-78d0-400d-94a3-a7dd18b99d86 Content-Length: 0 Date: Mon, 20 Aug 2018 10:18:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:18:02,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/8aeca056-c7bc-4006-974f-f8c7e26fef22 used request id req-e327e64a-78d0-400d-94a3-a7dd18b99d86 2018-08-20 10:18:02,385 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-e82391ba-6bf3-48a8-8e7a-5dda007976efname 2018-08-20 10:18:02,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/b620cbf2-ea23-4509-9dfe-de1f0d849aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5932eb3299b15dc08d41eb30907c8ccc515958" 2018-08-20 10:18:02,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01ac2bdd-ce06-4a20-bc11-701fa7fff18f Content-Length: 0 Date: Mon, 20 Aug 2018 10:18:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:18:02,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/b620cbf2-ea23-4509-9dfe-de1f0d849aa9 used request id req-01ac2bdd-ce06-4a20-bc11-701fa7fff18f 2018-08-20 10:18:02,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:18:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:18:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:18:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:18:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:18:02,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:02,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-2e23d174-0a27-4f14-adc9-0ea6488baeb5 Date: Mon, 20 Aug 2018 10:18:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "updated_at": "2018-08-20T10:17:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "0fec2f68-b693-4967-b256-9ee813b31c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "5098504d-6bf5-4c9b-9baa-77a04e857518", "remote_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "bbfd5728-4944-441b-82d1-b679b07d9f77", "remote_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "revision_number": 0, "id": "c5def53a-d6d4-453c-9d09-d0945cfa5113", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:17:53Z", "security_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87a7938a22e54e18b297d4f719f5b13f"}], "revision_number": 4, "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "d113af15-147b-4d0d-881d-31f538a45856", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:18:02,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-2e23d174-0a27-4f14-adc9-0ea6488baeb5 2018-08-20 10:18:02,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:02,907 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4b1e4f5-e6a4-4c1c-b4e7-9c6de26db068 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:02,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-a4b1e4f5-e6a4-4c1c-b4e7-9c6de26db068 2018-08-20 10:18:02,908 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:02,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,004 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b752d15-2830-4e22-b18a-713f98959d6d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-0b752d15-2830-4e22-b18a-713f98959d6d 2018-08-20 10:18:03,005 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,100 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4bc4701-2606-4f36-b6e9-ffc7cc4277ba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-f4bc4701-2606-4f36-b6e9-ffc7cc4277ba 2018-08-20 10:18:03,100 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,193 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40b00927-0527-45a0-a593-23dcd9190d4c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-40b00927-0527-45a0-a593-23dcd9190d4c 2018-08-20 10:18:03,193 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,292 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3021aeb8-450c-4735-8587-865223a0a0ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-3021aeb8-450c-4735-8587-865223a0a0ff 2018-08-20 10:18:03,292 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,386 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee941155-8b70-42ee-85d4-d0e03b3665c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-ee941155-8b70-42ee-85d4-d0e03b3665c3 2018-08-20 10:18:03,386 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,485 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0c0cfb4-a2c0-438f-8345-f4aeb7901e9c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-d0c0cfb4-a2c0-438f-8345-f4aeb7901e9c 2018-08-20 10:18:03,486 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,582 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfbc6f6f-264d-4d91-8d33-7fca0eb44a84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-bfbc6f6f-264d-4d91-8d33-7fca0eb44a84 2018-08-20 10:18:03,582 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,670 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1f001df-3d08-4ea5-a2e2-692077e416b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-d1f001df-3d08-4ea5-a2e2-692077e416b6 2018-08-20 10:18:03,670 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d1607c-383e-43a5-850a-cab946225dce Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:18:03,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-c7d1607c-383e-43a5-850a-cab946225dce 2018-08-20 10:18:03,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,872 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f86aee1-d538-4353-b6e3-dab6799338cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-8f86aee1-d538-4353-b6e3-dab6799338cf 2018-08-20 10:18:03,872 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:03,964 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63193bd6-0d3f-4214-988e-23373fd1be90 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:03,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-63193bd6-0d3f-4214-988e-23373fd1be90 2018-08-20 10:18:03,964 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:03,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:04,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20de57bc-5917-42ec-8465-1a9b04ee41a7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "87a7938a22e54e18b297d4f719f5b13f", "name": "CreateSecurityGroupTests-8522d21a-169f-45f-proj"}} 2018-08-20 10:18:04,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f used request id req-20de57bc-5917-42ec-8465-1a9b04ee41a7 2018-08-20 10:18:04,065 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d113af15-147b-4d0d-881d-31f538a45856 2018-08-20 10:18:04,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=d113af15-147b-4d0d-881d-31f538a45856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:04,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6d82ec42-ab7d-4045-82a1-66a09ab6cf2d Date: Mon, 20 Aug 2018 10:18:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "0fec2f68-b693-4967-b256-9ee813b31c2e"}, {"remote_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "5098504d-6bf5-4c9b-9baa-77a04e857518"}, {"remote_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "bbfd5728-4944-441b-82d1-b679b07d9f77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:17:53Z", "security_group_id": "d113af15-147b-4d0d-881d-31f538a45856", "port_range_min": null, "revision_number": 0, "tenant_id": "87a7938a22e54e18b297d4f719f5b13f", "created_at": "2018-08-20T10:17:53Z", "project_id": "87a7938a22e54e18b297d4f719f5b13f", "id": "c5def53a-d6d4-453c-9d09-d0945cfa5113"}]} 2018-08-20 10:18:04,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=d113af15-147b-4d0d-881d-31f538a45856 used request id req-6d82ec42-ab7d-4045-82a1-66a09ab6cf2d 2018-08-20 10:18:04,266 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:18:04,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/d113af15-147b-4d0d-881d-31f538a45856 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:04,627 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa2e8074-b453-436f-98fc-0ba94853d0af Content-Length: 0 Date: Mon, 20 Aug 2018 10:18:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:18:04,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/d113af15-147b-4d0d-881d-31f538a45856 used request id req-aa2e8074-b453-436f-98fc-0ba94853d0af 2018-08-20 10:18:04,628 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-8522d21a-169f-45f-proj 2018-08-20 10:18:04,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:04,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1925d277-03f5-4801-8e7c-030f834c4b76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:04,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/87a7938a22e54e18b297d4f719f5b13f used request id req-1925d277-03f5-4801-8e7c-030f834c4b76 2018-08-20 10:18:04,927 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-8522d21a-169f-45f-proj-role 2018-08-20 10:18:04,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/72fd2b70751742e994bc951126d770ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:05,058 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d60230f2-8e99-4415-a1af-baa7a4cdbdcc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:05,058 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/72fd2b70751742e994bc951126d770ee used request id req-d60230f2-8e99-4415-a1af-baa7a4cdbdcc 2018-08-20 10:18:05,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d61b6a3dfa7e1e90c037fc707bdd53a39dbb5" 2018-08-20 10:18:05,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8be3e41d-a558-4429-8b2d-a337fc7165b2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:05,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8be3e41d-a558-4429-8b2d-a337fc7165b2 2018-08-20 10:18:05,151 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-8522d21a-169f-45f-user 2018-08-20 10:18:05,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/67322d95124c4fe5bc01c5d1abcd4a48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e82a187e813c11be6e0e85d82570e3c91f17ee1b" 2018-08-20 10:18:05,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c99da73d-ec79-4570-984f-424c9e7a05f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:05,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/67322d95124c4fe5bc01c5d1abcd4a48 used request id req-c99da73d-ec79-4570-984f-424c9e7a05f7 2018-08-20 10:18:05,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:05,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["9koa-knaQUmu8dmw7fLxsg"], "issued_at": "2018-08-20T10:18:05.000000Z"}} 2018-08-20 10:18:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7823fe411a4b7e49b1c4e06d268e8c3695d816a2" 2018-08-20 10:18:05,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-850212ce-c16b-4320-b73d-7fdc4e06e5f5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:05,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-850212ce-c16b-4320-b73d-7fdc4e06e5f5 2018-08-20 10:18:05,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:05,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:06,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ACv1xc5nSJmT2ettWO6hTg"], "issued_at": "2018-08-20T10:18:06.000000Z"}} 2018-08-20 10:18:06,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:06,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63fc2843-0c1d-4c40-bec0-ad68d057a5dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:06,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-63fc2843-0c1d-4c40-bec0-ad68d057a5dd 2018-08-20 10:18:06,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:06,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:06,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-44333e46-5ec5-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:06,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5dff6f-75a3-46ea-b895-a7010a0a3809 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-44333e46-5ec5-469-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:18:06,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-44333e46-5ec5-469-proj used request id req-ed5dff6f-75a3-46ea-b895-a7010a0a3809 2018-08-20 10:18:06,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:06,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fac4a82-2f4d-455d-af8a-3d951a9ba569 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:06,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-8fac4a82-2f4d-455d-af8a-3d951a9ba569 2018-08-20 10:18:06,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj"}}' 2018-08-20 10:18:06,639 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b545ac0d-66ad-46e4-a982-9d4efff06830 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a9a8173fb3c54c6fbcd2147acd9b0265"}, "tags": [], "enabled": true, "id": "a9a8173fb3c54c6fbcd2147acd9b0265", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj"}} 2018-08-20 10:18:06,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-b545ac0d-66ad-46e4-a982-9d4efff06830 2018-08-20 10:18:06,639 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-44333e46-5ec5-469-proj 2018-08-20 10:18:06,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:06,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:07,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["6hq41s1JTV2tg-PYl7kXuQ"], "issued_at": "2018-08-20T10:18:07.000000Z"}} 2018-08-20 10:18:07,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d49c932c41dcb0401640f6ac78be4b0bfd42807" 2018-08-20 10:18:07,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c00bef9c-5cc5-48b6-986a-fa65ac4d7b2d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:07,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c00bef9c-5cc5-48b6-986a-fa65ac4d7b2d 2018-08-20 10:18:07,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:07,129 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:07,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d49c932c41dcb0401640f6ac78be4b0bfd42807" 2018-08-20 10:18:07,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b8f1afa-2fe4-4312-b3ea-b37ba1bbe2a7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:18:07,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7b8f1afa-2fe4-4312-b3ea-b37ba1bbe2a7 2018-08-20 10:18:07,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-44333e46-5ec5-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d49c932c41dcb0401640f6ac78be4b0bfd42807" 2018-08-20 10:18:07,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d05cce-ae17-4819-92fe-c3513d17ca45 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-44333e46-5ec5-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a9a8173fb3c54c6fbcd2147acd9b0265"}, "tags": [], "enabled": true, "id": "a9a8173fb3c54c6fbcd2147acd9b0265", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj"}]} 2018-08-20 10:18:07,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-44333e46-5ec5-469-proj used request id req-31d05cce-ae17-4819-92fe-c3513d17ca45 2018-08-20 10:18:07,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d49c932c41dcb0401640f6ac78be4b0bfd42807" 2018-08-20 10:18:07,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddb51120-2535-4d65-b104-e51c3165e866 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:07,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-ddb51120-2535-4d65-b104-e51c3165e866 2018-08-20 10:18:07,842 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-44333e46-5ec5-469-user 2018-08-20 10:18:07,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:07,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:07,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d4e1e5-fad5-41ea-8803-45b9b2d3e2c1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:07,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c0d4e1e5-fad5-41ea-8803-45b9b2d3e2c1 2018-08-20 10:18:07,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" -d '{"role": {"name": "CreateImageSuccessTests-44333e46-5ec5-469-proj-role"}}' 2018-08-20 10:18:07,980 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce7be7cb-a844-42ae-8eda-1d79160f1413 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c0f26f4040a042c089628a84ef610558", "links": {"self": "http://172.30.9.36:5000/v3/roles/c0f26f4040a042c089628a84ef610558"}, "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj-role"}} 2018-08-20 10:18:07,981 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ce7be7cb-a844-42ae-8eda-1d79160f1413 2018-08-20 10:18:07,981 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-44333e46-5ec5-469-proj-role 2018-08-20 10:18:07,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/c0f26f4040a042c089628a84ef610558 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:07,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a87ec6-c5a9-401c-af5a-246ea39f1e4c Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c0f26f4040a042c089628a84ef610558", "links": {"self": "http://172.30.9.36:5000/v3/roles/c0f26f4040a042c089628a84ef610558"}, "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj-role"}} 2018-08-20 10:18:08,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/c0f26f4040a042c089628a84ef610558 used request id req-34a87ec6-c5a9-401c-af5a-246ea39f1e4c 2018-08-20 10:18:08,000 - keystone_utils - INFO - Granting role CreateImageSuccessTests-44333e46-5ec5-469-proj-role to project CreateImageSuccessTests-44333e46-5ec5-469-proj 2018-08-20 10:18:08,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/a9a8173fb3c54c6fbcd2147acd9b0265/users/25022c7d5b93452bbc91bf6ffb9dd85a/roles/c0f26f4040a042c089628a84ef610558 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:08,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a19f1274-33c8-4626-802e-d28fbe941f37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:08,132 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/a9a8173fb3c54c6fbcd2147acd9b0265/users/25022c7d5b93452bbc91bf6ffb9dd85a/roles/c0f26f4040a042c089628a84ef610558 used request id req-a19f1274-33c8-4626-802e-d28fbe941f37 2018-08-20 10:18:08,154 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:18:08,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:08,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:08,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c0f26f4040a042c089628a84ef610558", "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj-role"}], "expires_at": "2018-08-20T11:18:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9a8173fb3c54c6fbcd2147acd9b0265", "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-44333e46-5ec5-469-user", "id": "25022c7d5b93452bbc91bf6ffb9dd85a"}, "audit_ids": ["ak6X9pPMQe627kK_NzXMVA"], "issued_at": "2018-08-20T10:18:08.000000Z"}} 2018-08-20 10:18:08,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" 2018-08-20 10:18:08,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76625932-f787-4017-897c-e71d4f3d187b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:08,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-76625932-f787-4017-897c-e71d4f3d187b 2018-08-20 10:18:08,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" 2018-08-20 10:18:09,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-356cb3da-3e7a-4895-b10e-3a01c715a1ac Date: Mon, 20 Aug 2018 10:18:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae"} 2018-08-20 10:18:09,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae used request id req-356cb3da-3e7a-4895-b10e-3a01c715a1ac 2018-08-20 10:18:09,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" 2018-08-20 10:18:09,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ada49097-4000-4ea3-adb0-ee4a7e1f9726 Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:09,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-ada49097-4000-4ea3-adb0-ee4a7e1f9726 2018-08-20 10:18:09,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae"}' 2018-08-20 10:18:10,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-44f2a199-830d-4d0c-b1ea-86ed77837726 Date: Mon, 20 Aug 2018 10:18:10 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03", "min_disk": 0, "protected": false, "id": "eb059ac8-953a-4200-adbb-e22321b0db03", "file": "/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03/file", "checksum": null, "owner": "a9a8173fb3c54c6fbcd2147acd9b0265", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:10,529 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-44f2a199-830d-4d0c-b1ea-86ed77837726 2018-08-20 10:18:10,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" -d '' 2018-08-20 10:18:11,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d0f2dde0-9f37-4f02-9abf-eaeec48797f9 Date: Mon, 20 Aug 2018 10:18:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:11,553 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03/file used request id req-d0f2dde0-9f37-4f02-9abf-eaeec48797f9 2018-08-20 10:18:11,554 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:18:11,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" 2018-08-20 10:18:12,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-12362b44-6f4f-4ac4-a194-4a1e4154c6e9 Date: Mon, 20 Aug 2018 10:18:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:11Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb059ac8-953a-4200-adbb-e22321b0db03/snap", "metadata": {}}], "self": "/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03", "min_disk": 0, "protected": false, "id": "eb059ac8-953a-4200-adbb-e22321b0db03", "file": "/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a9a8173fb3c54c6fbcd2147acd9b0265", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb059ac8-953a-4200-adbb-e22321b0db03/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:12,147 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 used request id req-12362b44-6f4f-4ac4-a194-4a1e4154c6e9 2018-08-20 10:18:12,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" 2018-08-20 10:18:12,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7baa5bd9-56e5-4755-820f-bbf311cb0e4d Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:12,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-7baa5bd9-56e5-4755-820f-bbf311cb0e4d 2018-08-20 10:18:12,810 - create_image - INFO - Created image with name - CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae 2018-08-20 10:18:12,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" 2018-08-20 10:18:13,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-50dd8796-4e35-4af9-b510-289e074c4ce1 Date: Mon, 20 Aug 2018 10:18:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:11Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb059ac8-953a-4200-adbb-e22321b0db03/snap", "metadata": {}}], "self": "/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03", "min_disk": 0, "protected": false, "id": "eb059ac8-953a-4200-adbb-e22321b0db03", "file": "/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a9a8173fb3c54c6fbcd2147acd9b0265", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb059ac8-953a-4200-adbb-e22321b0db03/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:13,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 used request id req-50dd8796-4e35-4af9-b510-289e074c4ce1 2018-08-20 10:18:13,404 - create_image - DEBUG - Instance status is - active 2018-08-20 10:18:13,404 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae 2018-08-20 10:18:13,404 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae 2018-08-20 10:18:13,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:13,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c0f26f4040a042c089628a84ef610558", "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj-role"}], "expires_at": "2018-08-20T11:18:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9a8173fb3c54c6fbcd2147acd9b0265", "name": "CreateImageSuccessTests-44333e46-5ec5-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a9a8173fb3c54c6fbcd2147acd9b0265", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-44333e46-5ec5-469-user", "id": "25022c7d5b93452bbc91bf6ffb9dd85a"}, "audit_ids": ["K2y1ZxRJTsS62pWNv4Ht7g"], "issued_at": "2018-08-20T10:18:13.000000Z"}} 2018-08-20 10:18:13,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f2116fd8e9e6912e98e3cd90768b1bc6596d815" 2018-08-20 10:18:14,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-5066a943-bfad-4b58-a4c9-8735fb26e0df Date: Mon, 20 Aug 2018 10:18:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:11Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb059ac8-953a-4200-adbb-e22321b0db03/snap", "metadata": {}}], "self": "/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03", "min_disk": 0, "protected": false, "id": "eb059ac8-953a-4200-adbb-e22321b0db03", "file": "/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a9a8173fb3c54c6fbcd2147acd9b0265", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb059ac8-953a-4200-adbb-e22321b0db03/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae"} 2018-08-20 10:18:14,376 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae used request id req-5066a943-bfad-4b58-a4c9-8735fb26e0df 2018-08-20 10:18:14,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f2116fd8e9e6912e98e3cd90768b1bc6596d815" 2018-08-20 10:18:14,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5ab2ac46-83cb-47fb-b405-6db40e8b61fd Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:14,960 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-5ab2ac46-83cb-47fb-b405-6db40e8b61fd 2018-08-20 10:18:14,963 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae 2018-08-20 10:18:14,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f2116fd8e9e6912e98e3cd90768b1bc6596d815" 2018-08-20 10:18:15,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cce05657-8bb3-41be-9fad-6cb1aeedbbf6 Date: Mon, 20 Aug 2018 10:18:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:15,490 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 used request id req-cce05657-8bb3-41be-9fad-6cb1aeedbbf6 2018-08-20 10:18:15,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f2116fd8e9e6912e98e3cd90768b1bc6596d815" 2018-08-20 10:18:16,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-8aa7be16-f8dc-4519-a7b7-f082383877ab Date: Mon, 20 Aug 2018 10:18:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae"} 2018-08-20 10:18:16,076 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae used request id req-8aa7be16-f8dc-4519-a7b7-f082383877ab 2018-08-20 10:18:16,077 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-5e88218a-d4e8-484d-aec9-e822026286ae 2018-08-20 10:18:16,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93f89737df0e71bb2ed41c514b7aa34c740c84a9" 2018-08-20 10:18:16,653 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-3923b990-2906-4646-9a19-b988ac45a82d Date: Mon, 20 Aug 2018 10:18:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:16,653 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/eb059ac8-953a-4200-adbb-e22321b0db03 used request id req-3923b990-2906-4646-9a19-b988ac45a82d 2018-08-20 10:18:16,654 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-08-20 10:18:16,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:18:16,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:18:16,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:18:16,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:18:16,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:18:16,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:16,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-daa4e96a-3c72-4044-ac4d-2b8174b0aef9 Date: Mon, 20 Aug 2018 10:18:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:18:16,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-daa4e96a-3c72-4044-ac4d-2b8174b0aef9 2018-08-20 10:18:16,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,025 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25971255-6437-4d9e-81d5-1113b5ebc973 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-25971255-6437-4d9e-81d5-1113b5ebc973 2018-08-20 10:18:17,026 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,119 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddb4d8a7-810c-4374-bc3d-a5cb19b2e84b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-ddb4d8a7-810c-4374-bc3d-a5cb19b2e84b 2018-08-20 10:18:17,119 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,215 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-303f6e64-9ad0-4854-8bb2-2ec8fc7ee558 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-303f6e64-9ad0-4854-8bb2-2ec8fc7ee558 2018-08-20 10:18:17,215 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,302 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-458b015c-75e8-44fd-9461-958eda94bd12 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-458b015c-75e8-44fd-9461-958eda94bd12 2018-08-20 10:18:17,303 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,398 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-886218e5-05a3-443c-a10b-abe5209b3a08 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-886218e5-05a3-443c-a10b-abe5209b3a08 2018-08-20 10:18:17,398 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,486 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce52f18f-2c40-4ac5-a92b-d699fb8465d2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-ce52f18f-2c40-4ac5-a92b-d699fb8465d2 2018-08-20 10:18:17,487 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce893e19-e655-4558-98f7-fabca6f7a65f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-ce893e19-e655-4558-98f7-fabca6f7a65f 2018-08-20 10:18:17,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,678 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1fe0705-d09b-499e-a0f7-b8a230745abc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-c1fe0705-d09b-499e-a0f7-b8a230745abc 2018-08-20 10:18:17,678 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,768 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-970bc8ab-c778-43dc-8cba-436cda8a762c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-970bc8ab-c778-43dc-8cba-436cda8a762c 2018-08-20 10:18:17,768 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-919e36e7-a1c0-43dc-94be-e8cefbcf5fb4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:18:17,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-919e36e7-a1c0-43dc-94be-e8cefbcf5fb4 2018-08-20 10:18:17,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:17,964 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-718e0e5b-793f-4e8c-b413-19066ba01c5f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:17,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-718e0e5b-793f-4e8c-b413-19066ba01c5f 2018-08-20 10:18:17,965 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:17,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:18,053 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5c0c249-6d68-465c-8dd1-a6b456f4651e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:18,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-d5c0c249-6d68-465c-8dd1-a6b456f4651e 2018-08-20 10:18:18,053 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:18,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:18,152 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2226c84-df81-4302-a869-d10a604e6f2b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:18,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-a2226c84-df81-4302-a869-d10a604e6f2b 2018-08-20 10:18:18,153 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:18,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:18,247 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b72305e6-3f25-444b-a00e-dc896537c0ec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:18,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-b72305e6-3f25-444b-a00e-dc896537c0ec 2018-08-20 10:18:18,248 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:18,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:18,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7d5c52b-16f2-40f2-b252-3d321799a396 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:18:18,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-a7d5c52b-16f2-40f2-b252-3d321799a396 2018-08-20 10:18:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:18,426 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c472f7a7-6532-4d97-bd3d-eb7f90b6a6c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:18,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-c472f7a7-6532-4d97-bd3d-eb7f90b6a6c4 2018-08-20 10:18:18,426 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:18,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:18,525 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f051da5b-5aa0-4874-afdf-7da62f3c50a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:18,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-f051da5b-5aa0-4874-afdf-7da62f3c50a0 2018-08-20 10:18:18,525 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:18,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:18,615 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-209cd6a9-6f41-48eb-a05d-5c3e6e6e6a81 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:18,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-209cd6a9-6f41-48eb-a05d-5c3e6e6e6a81 2018-08-20 10:18:18,615 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:18,616 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-44333e46-5ec5-469-proj 2018-08-20 10:18:18,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/a9a8173fb3c54c6fbcd2147acd9b0265 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:18,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-214a1f36-f538-4b64-a0cf-dc58be94fc90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:18,872 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/a9a8173fb3c54c6fbcd2147acd9b0265 used request id req-214a1f36-f538-4b64-a0cf-dc58be94fc90 2018-08-20 10:18:18,872 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-44333e46-5ec5-469-proj-role 2018-08-20 10:18:18,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/c0f26f4040a042c089628a84ef610558 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:19,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80d31a61-3be9-4eed-8ee3-b4877701092f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:19,028 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/c0f26f4040a042c089628a84ef610558 used request id req-80d31a61-3be9-4eed-8ee3-b4877701092f 2018-08-20 10:18:19,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414196cc08d22f38c35b3c7220b05a88a4b5e8bc" 2018-08-20 10:18:19,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-884eba72-c27d-4bf1-a488-6852af4497e4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:19,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-884eba72-c27d-4bf1-a488-6852af4497e4 2018-08-20 10:18:19,118 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-44333e46-5ec5-469-user 2018-08-20 10:18:19,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/25022c7d5b93452bbc91bf6ffb9dd85a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d49c932c41dcb0401640f6ac78be4b0bfd42807" 2018-08-20 10:18:19,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a23bbc43-f1d5-4884-9336-07abf1fe8541 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:19,312 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/25022c7d5b93452bbc91bf6ffb9dd85a used request id req-a23bbc43-f1d5-4884-9336-07abf1fe8541 2018-08-20 10:18:19,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:19,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["3JOMtmPbShelPsmj8xzIbQ"], "issued_at": "2018-08-20T10:18:19.000000Z"}} 2018-08-20 10:18:19,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}504ed02f643134d03e125f4def0ab9ed6858fc91" 2018-08-20 10:18:19,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae5f02a2-9cbf-42c6-be0b-83283f3ed0c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:19,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ae5f02a2-9cbf-42c6-be0b-83283f3ed0c2 2018-08-20 10:18:19,803 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:19,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:20,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["vCZqcadpSB-Q6w_ZZS6ujw"], "issued_at": "2018-08-20T10:18:20.000000Z"}} 2018-08-20 10:18:20,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:20,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-890a9e6f-28e2-4f38-bbf8-8ee76963db74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:20,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-890a9e6f-28e2-4f38-bbf8-8ee76963db74 2018-08-20 10:18:20,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:20,291 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:20,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-50d71140-6b42-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:20,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e10b9c-3c53-43e9-974d-5da127e37c57 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-50d71140-6b42-41d-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:18:20,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-50d71140-6b42-41d-proj used request id req-a3e10b9c-3c53-43e9-974d-5da127e37c57 2018-08-20 10:18:20,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:20,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b66b304-4e59-45dc-93b7-813e439d30f0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:20,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-0b66b304-4e59-45dc-93b7-813e439d30f0 2018-08-20 10:18:20,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj"}}' 2018-08-20 10:18:20,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-530a965d-30ff-4007-b4aa-8a291552165f Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4ea7abf3cf824476aa86770e3dccfeb3"}, "tags": [], "enabled": true, "id": "4ea7abf3cf824476aa86770e3dccfeb3", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj"}} 2018-08-20 10:18:20,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-530a965d-30ff-4007-b4aa-8a291552165f 2018-08-20 10:18:20,616 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-50d71140-6b42-41d-proj 2018-08-20 10:18:20,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:20,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:21,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["oJJKMuRgQxG9JC2ZTKcADw"], "issued_at": "2018-08-20T10:18:21.000000Z"}} 2018-08-20 10:18:21,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d79d621477728c5e42e3b55ff1244088347e981" 2018-08-20 10:18:21,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb04d728-9164-4e69-be4c-b9cc0493266a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:21,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bb04d728-9164-4e69-be4c-b9cc0493266a 2018-08-20 10:18:21,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:21,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:21,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d79d621477728c5e42e3b55ff1244088347e981" 2018-08-20 10:18:21,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81fc8e7c-1e1a-4d28-b3fe-9e039ef09ce8 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:18:21,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-81fc8e7c-1e1a-4d28-b3fe-9e039ef09ce8 2018-08-20 10:18:21,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-50d71140-6b42-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d79d621477728c5e42e3b55ff1244088347e981" 2018-08-20 10:18:21,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3281f4e-5d88-40f8-8100-ef2839130664 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-50d71140-6b42-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4ea7abf3cf824476aa86770e3dccfeb3"}, "tags": [], "enabled": true, "id": "4ea7abf3cf824476aa86770e3dccfeb3", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj"}]} 2018-08-20 10:18:21,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-50d71140-6b42-41d-proj used request id req-d3281f4e-5d88-40f8-8100-ef2839130664 2018-08-20 10:18:21,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d79d621477728c5e42e3b55ff1244088347e981" 2018-08-20 10:18:21,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3358185f-909f-44a6-9d45-3dd05071f376 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:21,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3358185f-909f-44a6-9d45-3dd05071f376 2018-08-20 10:18:21,682 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-50d71140-6b42-41d-user 2018-08-20 10:18:21,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:21,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:21,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a3a2ac0-585b-4382-b746-ce8dfa07d859 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:21,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9a3a2ac0-585b-4382-b746-ce8dfa07d859 2018-08-20 10:18:21,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" -d '{"role": {"name": "CreateImageSuccessTests-50d71140-6b42-41d-proj-role"}}' 2018-08-20 10:18:21,915 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0326be02-e06a-4898-bb8f-f1e3784d1321 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e3910342f72f45e386db8182274530d1", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3910342f72f45e386db8182274530d1"}, "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj-role"}} 2018-08-20 10:18:21,915 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-0326be02-e06a-4898-bb8f-f1e3784d1321 2018-08-20 10:18:21,916 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-50d71140-6b42-41d-proj-role 2018-08-20 10:18:21,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/e3910342f72f45e386db8182274530d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:22,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51560453-d491-40ed-85f4-798db3a15b15 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e3910342f72f45e386db8182274530d1", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3910342f72f45e386db8182274530d1"}, "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj-role"}} 2018-08-20 10:18:22,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/e3910342f72f45e386db8182274530d1 used request id req-51560453-d491-40ed-85f4-798db3a15b15 2018-08-20 10:18:22,013 - keystone_utils - INFO - Granting role CreateImageSuccessTests-50d71140-6b42-41d-proj-role to project CreateImageSuccessTests-50d71140-6b42-41d-proj 2018-08-20 10:18:22,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/4ea7abf3cf824476aa86770e3dccfeb3/users/bf7b3c2029624697996fa933a579072b/roles/e3910342f72f45e386db8182274530d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:22,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46ba7e15-c0a3-4b6a-912d-3aa1c8177511 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:22,157 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/4ea7abf3cf824476aa86770e3dccfeb3/users/bf7b3c2029624697996fa933a579072b/roles/e3910342f72f45e386db8182274530d1 used request id req-46ba7e15-c0a3-4b6a-912d-3aa1c8177511 2018-08-20 10:18:22,158 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:18:22,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:22,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:22,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3910342f72f45e386db8182274530d1", "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj-role"}], "expires_at": "2018-08-20T11:18:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ea7abf3cf824476aa86770e3dccfeb3", "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-50d71140-6b42-41d-user", "id": "bf7b3c2029624697996fa933a579072b"}, "audit_ids": ["zCY_W_GzSaSiQYUWcc1pfw"], "issued_at": "2018-08-20T10:18:22.000000Z"}} 2018-08-20 10:18:22,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" 2018-08-20 10:18:22,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4365182-f51b-452e-a3e3-7c1255897ae8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:22,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d4365182-f51b-452e-a3e3-7c1255897ae8 2018-08-20 10:18:22,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" 2018-08-20 10:18:23,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-a58ac77b-c8cd-47dd-be5e-8fe540707897 Date: Mon, 20 Aug 2018 10:18:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd"} 2018-08-20 10:18:23,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd used request id req-a58ac77b-c8cd-47dd-be5e-8fe540707897 2018-08-20 10:18:23,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" 2018-08-20 10:18:23,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-cff3e0f6-3a99-44f3-819f-33e429e4c995 Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:23,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-cff3e0f6-3a99-44f3-819f-33e429e4c995 2018-08-20 10:18:23,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd"}' 2018-08-20 10:18:24,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b10b7b2d-748b-43f2-9a35-e9731726e0bb Date: Mon, 20 Aug 2018 10:18:24 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9", "min_disk": 0, "protected": false, "id": "6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9", "file": "/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/file", "checksum": null, "owner": "4ea7abf3cf824476aa86770e3dccfeb3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:24,553 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-b10b7b2d-748b-43f2-9a35-e9731726e0bb 2018-08-20 10:18:24,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" -d '' 2018-08-20 10:18:25,596 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97e3b2e6-d043-40c9-9184-628603e2aaa6 Date: Mon, 20 Aug 2018 10:18:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:25,596 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/file used request id req-97e3b2e6-d043-40c9-9184-628603e2aaa6 2018-08-20 10:18:25,597 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:18:25,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" 2018-08-20 10:18:25,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0c98d4ab-c519-43cc-b333-05b76b4bb130 Date: Mon, 20 Aug 2018 10:18:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:25Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/snap", "metadata": {}}], "self": "/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9", "min_disk": 0, "protected": false, "id": "6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9", "file": "/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4ea7abf3cf824476aa86770e3dccfeb3", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:25,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9 used request id req-0c98d4ab-c519-43cc-b333-05b76b4bb130 2018-08-20 10:18:25,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" 2018-08-20 10:18:26,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-787e42bf-c964-4472-8353-6f63a709752c Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:26,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-787e42bf-c964-4472-8353-6f63a709752c 2018-08-20 10:18:26,363 - create_image - INFO - Created image with name - CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd 2018-08-20 10:18:26,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" 2018-08-20 10:18:26,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-1a0625b6-b4b7-4c44-a90e-b9e29930d825 Date: Mon, 20 Aug 2018 10:18:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:25Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/snap", "metadata": {}}], "self": "/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9", "min_disk": 0, "protected": false, "id": "6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9", "file": "/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4ea7abf3cf824476aa86770e3dccfeb3", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:26,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9 used request id req-1a0625b6-b4b7-4c44-a90e-b9e29930d825 2018-08-20 10:18:26,560 - create_image - DEBUG - Instance status is - active 2018-08-20 10:18:26,561 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd 2018-08-20 10:18:26,561 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd 2018-08-20 10:18:26,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:26,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3910342f72f45e386db8182274530d1", "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj-role"}], "expires_at": "2018-08-20T11:18:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ea7abf3cf824476aa86770e3dccfeb3", "name": "CreateImageSuccessTests-50d71140-6b42-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4ea7abf3cf824476aa86770e3dccfeb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-50d71140-6b42-41d-user", "id": "bf7b3c2029624697996fa933a579072b"}, "audit_ids": ["YVWlstMuQa66jRDYdBOX1w"], "issued_at": "2018-08-20T10:18:26.000000Z"}} 2018-08-20 10:18:26,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dd7ca8f57681341a72168f4ef4fb4721b9f8cce" 2018-08-20 10:18:27,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-54e0e5a2-a052-4259-b21d-f14ceea6e674 Date: Mon, 20 Aug 2018 10:18:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:25Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/snap", "metadata": {}}], "self": "/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9", "min_disk": 0, "protected": false, "id": "6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9", "file": "/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4ea7abf3cf824476aa86770e3dccfeb3", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd"} 2018-08-20 10:18:27,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd used request id req-54e0e5a2-a052-4259-b21d-f14ceea6e674 2018-08-20 10:18:27,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5dd7ca8f57681341a72168f4ef4fb4721b9f8cce" 2018-08-20 10:18:27,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-56221e7c-ca57-489b-b90b-bd31a346677d Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:27,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-56221e7c-ca57-489b-b90b-bd31a346677d 2018-08-20 10:18:27,419 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-7376c4c4-6b95-42ec-a0a1-3eba399fdecd 2018-08-20 10:18:27,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}39fbe0244635c21cf0cd1a598658724163682b00" 2018-08-20 10:18:27,753 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7dd9dc04-2aaf-4ad8-a452-20e6b3cf0567 Date: Mon, 20 Aug 2018 10:18:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:27,753 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/6c5d4f43-35dc-4c47-8539-d52cb7f4f1c9 used request id req-7dd9dc04-2aaf-4ad8-a452-20e6b3cf0567 2018-08-20 10:18:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:18:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:18:27,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:18:27,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:18:27,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:18:27,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-241ff6fc-b0fd-4cdc-b6ea-1a1182d346b1 Date: Mon, 20 Aug 2018 10:18:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:18:28,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-241ff6fc-b0fd-4cdc-b6ea-1a1182d346b1 2018-08-20 10:18:28,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,253 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93f88d7f-19f3-4297-822e-fe7fe663b15e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:28,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-93f88d7f-19f3-4297-822e-fe7fe663b15e 2018-08-20 10:18:28,253 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:28,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,355 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-473f9692-6095-4050-bdc3-e240eb09e216 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:28,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-473f9692-6095-4050-bdc3-e240eb09e216 2018-08-20 10:18:28,355 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:28,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,455 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33102acf-fe4f-4347-8252-d1bedfd2f625 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:28,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-33102acf-fe4f-4347-8252-d1bedfd2f625 2018-08-20 10:18:28,456 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:28,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,549 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea0b7982-16aa-494c-a0ee-d03df52df28e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:28,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-ea0b7982-16aa-494c-a0ee-d03df52df28e 2018-08-20 10:18:28,550 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:28,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,650 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ec9757a-9555-4166-8f9f-f5db9b0ea80d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:28,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-1ec9757a-9555-4166-8f9f-f5db9b0ea80d 2018-08-20 10:18:28,650 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:28,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,743 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fd9fd99-3419-4c76-834d-567d604aeba9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:28,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-0fd9fd99-3419-4c76-834d-567d604aeba9 2018-08-20 10:18:28,744 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:28,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,830 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2112a0b3-c2af-485a-8ac2-e6b9172755d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:28,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-2112a0b3-c2af-485a-8ac2-e6b9172755d6 2018-08-20 10:18:28,830 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:28,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:28,923 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bf42e55-3b60-4203-b92a-ffc126e9566d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:28,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-8bf42e55-3b60-4203-b92a-ffc126e9566d 2018-08-20 10:18:28,923 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:28,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,015 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c74dc044-e5fa-4534-8493-17ce8059b5f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:29,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-c74dc044-e5fa-4534-8493-17ce8059b5f5 2018-08-20 10:18:29,016 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:29,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1298c972-10ce-41ed-aa6d-5fd4653506af Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:18:29,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-1298c972-10ce-41ed-aa6d-5fd4653506af 2018-08-20 10:18:29,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,210 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc6f4e27-65c0-4c36-a00a-58c0cf2ad0dd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:29,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-cc6f4e27-65c0-4c36-a00a-58c0cf2ad0dd 2018-08-20 10:18:29,211 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,304 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-672820e8-ffa4-4979-ad07-6104edb8825c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:29,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-672820e8-ffa4-4979-ad07-6104edb8825c 2018-08-20 10:18:29,305 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:29,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,395 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0764d393-c289-4a2d-bbb9-92041357218d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:29,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-0764d393-c289-4a2d-bbb9-92041357218d 2018-08-20 10:18:29,395 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:29,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,489 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbe92d89-5cc0-4e57-b38a-0367154816ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:29,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-bbe92d89-5cc0-4e57-b38a-0367154816ff 2018-08-20 10:18:29,489 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:29,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-574a03b3-06c9-445c-9652-72896309e6cb Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:18:29,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-574a03b3-06c9-445c-9652-72896309e6cb 2018-08-20 10:18:29,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,685 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b339422a-d35a-4609-91ca-d1847f3501e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:29,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-b339422a-d35a-4609-91ca-d1847f3501e7 2018-08-20 10:18:29,685 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:29,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,780 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98be0a09-45e3-4ffb-aa46-1f944cd44e64 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:29,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-98be0a09-45e3-4ffb-aa46-1f944cd44e64 2018-08-20 10:18:29,781 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:29,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:29,867 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aff4e04-5967-49af-90ac-d13b433a1b04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:29,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-3aff4e04-5967-49af-90ac-d13b433a1b04 2018-08-20 10:18:29,867 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:29,868 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-50d71140-6b42-41d-proj 2018-08-20 10:18:29,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/4ea7abf3cf824476aa86770e3dccfeb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:30,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c687349f-2fa2-4fa0-a1e8-f2d166e90891 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:30,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/4ea7abf3cf824476aa86770e3dccfeb3 used request id req-c687349f-2fa2-4fa0-a1e8-f2d166e90891 2018-08-20 10:18:30,112 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-50d71140-6b42-41d-proj-role 2018-08-20 10:18:30,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/e3910342f72f45e386db8182274530d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:30,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1865852-bb9a-462f-9636-099effffae78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:30,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/e3910342f72f45e386db8182274530d1 used request id req-a1865852-bb9a-462f-9636-099effffae78 2018-08-20 10:18:30,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bfed4b05069d2d1ee83f83366bdaf9a55b8d1b3" 2018-08-20 10:18:30,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b33fe8-825d-43a1-819d-6bd132e57500 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:30,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d1b33fe8-825d-43a1-819d-6bd132e57500 2018-08-20 10:18:30,342 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-50d71140-6b42-41d-user 2018-08-20 10:18:30,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/bf7b3c2029624697996fa933a579072b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d79d621477728c5e42e3b55ff1244088347e981" 2018-08-20 10:18:30,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e1f64d2-2675-425d-889b-f71d3af5ac45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:30,520 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/bf7b3c2029624697996fa933a579072b used request id req-1e1f64d2-2675-425d-889b-f71d3af5ac45 2018-08-20 10:18:30,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:30,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["gm_Sw7V1TkyhMtEtP-xMTg"], "issued_at": "2018-08-20T10:18:30.000000Z"}} 2018-08-20 10:18:30,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3ac0750302fb8151d09f29684c570565639d9d" 2018-08-20 10:18:31,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f42c55d-0676-4d4e-a815-634787c20bbe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:31,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3f42c55d-0676-4d4e-a815-634787c20bbe 2018-08-20 10:18:31,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:31,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:31,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["aSbHvO42TXOLDbAC_D5vmw"], "issued_at": "2018-08-20T10:18:31.000000Z"}} 2018-08-20 10:18:31,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:31,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4628a66-32d3-4d88-a78b-bb373a3890f5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:31,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d4628a66-32d3-4d88-a78b-bb373a3890f5 2018-08-20 10:18:31,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:31,508 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:31,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3ca23343-6456-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:31,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-995f0f09-644e-4d13-8634-38c0f50a806f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3ca23343-6456-427-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:18:31,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3ca23343-6456-427-proj used request id req-995f0f09-644e-4d13-8634-38c0f50a806f 2018-08-20 10:18:31,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:31,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64dcc9bb-b8ae-4361-9661-f312d7294394 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:31,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-64dcc9bb-b8ae-4361-9661-f312d7294394 2018-08-20 10:18:31,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-3ca23343-6456-427-proj"}}' 2018-08-20 10:18:31,819 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dca54ec7-83be-4736-994f-866f0ec0df69 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f62efbb99245445da61bcfea74f69986"}, "tags": [], "enabled": true, "id": "f62efbb99245445da61bcfea74f69986", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-3ca23343-6456-427-proj"}} 2018-08-20 10:18:31,819 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-dca54ec7-83be-4736-994f-866f0ec0df69 2018-08-20 10:18:31,820 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-3ca23343-6456-427-proj 2018-08-20 10:18:31,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:31,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:32,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["c9Chs-tvSduAJp3YDeM0iA"], "issued_at": "2018-08-20T10:18:32.000000Z"}} 2018-08-20 10:18:32,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7558312d82e59fa71c387c45103db656adf6d23" 2018-08-20 10:18:32,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c0c847e-a8c7-4db0-99fd-221ebc326e4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:32,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8c0c847e-a8c7-4db0-99fd-221ebc326e4f 2018-08-20 10:18:32,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:32,233 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:32,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7558312d82e59fa71c387c45103db656adf6d23" 2018-08-20 10:18:32,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aadbb63-a8a9-48ef-a38e-402546961319 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:18:32,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7aadbb63-a8a9-48ef-a38e-402546961319 2018-08-20 10:18:32,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-3ca23343-6456-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7558312d82e59fa71c387c45103db656adf6d23" 2018-08-20 10:18:32,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a635b88c-04ba-4737-b800-ea90bb05ac08 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-3ca23343-6456-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f62efbb99245445da61bcfea74f69986"}, "tags": [], "enabled": true, "id": "f62efbb99245445da61bcfea74f69986", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-3ca23343-6456-427-proj"}]} 2018-08-20 10:18:32,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-3ca23343-6456-427-proj used request id req-a635b88c-04ba-4737-b800-ea90bb05ac08 2018-08-20 10:18:32,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7558312d82e59fa71c387c45103db656adf6d23" 2018-08-20 10:18:32,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80ce0b2-ad6b-45df-9e8e-b0561ac398b0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:32,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-b80ce0b2-ad6b-45df-9e8e-b0561ac398b0 2018-08-20 10:18:32,854 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-3ca23343-6456-427-user 2018-08-20 10:18:32,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:32,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:32,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc39042-e08d-4814-b07f-bd68fda3d259 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:32,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7fc39042-e08d-4814-b07f-bd68fda3d259 2018-08-20 10:18:32,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" -d '{"role": {"name": "CreateImageSuccessTests-3ca23343-6456-427-proj-role"}}' 2018-08-20 10:18:33,070 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a924766-dd0f-4f5a-9912-45d10722cbbb Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b2d8d51da2184072a532a8eed32f8a17", "links": {"self": "http://172.30.9.36:5000/v3/roles/b2d8d51da2184072a532a8eed32f8a17"}, "name": "CreateImageSuccessTests-3ca23343-6456-427-proj-role"}} 2018-08-20 10:18:33,070 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-1a924766-dd0f-4f5a-9912-45d10722cbbb 2018-08-20 10:18:33,071 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-3ca23343-6456-427-proj-role 2018-08-20 10:18:33,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b2d8d51da2184072a532a8eed32f8a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:33,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acbbc431-f19b-4c01-9b2c-dc8f17f43260 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b2d8d51da2184072a532a8eed32f8a17", "links": {"self": "http://172.30.9.36:5000/v3/roles/b2d8d51da2184072a532a8eed32f8a17"}, "name": "CreateImageSuccessTests-3ca23343-6456-427-proj-role"}} 2018-08-20 10:18:33,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b2d8d51da2184072a532a8eed32f8a17 used request id req-acbbc431-f19b-4c01-9b2c-dc8f17f43260 2018-08-20 10:18:33,159 - keystone_utils - INFO - Granting role CreateImageSuccessTests-3ca23343-6456-427-proj-role to project CreateImageSuccessTests-3ca23343-6456-427-proj 2018-08-20 10:18:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/f62efbb99245445da61bcfea74f69986/users/d7ae2190c8c14c17b8c4238218d40de0/roles/b2d8d51da2184072a532a8eed32f8a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:33,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfb1a571-4527-4411-9a90-68b007f8a365 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:33,289 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f62efbb99245445da61bcfea74f69986/users/d7ae2190c8c14c17b8c4238218d40de0/roles/b2d8d51da2184072a532a8eed32f8a17 used request id req-bfb1a571-4527-4411-9a90-68b007f8a365 2018-08-20 10:18:33,290 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:18:33,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:33,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:33,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2d8d51da2184072a532a8eed32f8a17", "name": "CreateImageSuccessTests-3ca23343-6456-427-proj-role"}], "expires_at": "2018-08-20T11:18:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f62efbb99245445da61bcfea74f69986", "name": "CreateImageSuccessTests-3ca23343-6456-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f62efbb99245445da61bcfea74f69986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f62efbb99245445da61bcfea74f69986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f62efbb99245445da61bcfea74f69986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f62efbb99245445da61bcfea74f69986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-3ca23343-6456-427-user", "id": "d7ae2190c8c14c17b8c4238218d40de0"}, "audit_ids": ["eNg9L4HmRUaIrjE2BFu8UA"], "issued_at": "2018-08-20T10:18:33.000000Z"}} 2018-08-20 10:18:33,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" 2018-08-20 10:18:33,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e7aad20-c3d1-4c16-9d78-ef47d7b0a81f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:33,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3e7aad20-c3d1-4c16-9d78-ef47d7b0a81f 2018-08-20 10:18:33,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" 2018-08-20 10:18:33,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-5833362d-86fc-462b-b9a1-4ec2fad70049 Date: Mon, 20 Aug 2018 10:18:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550"} 2018-08-20 10:18:33,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550 used request id req-5833362d-86fc-462b-b9a1-4ec2fad70049 2018-08-20 10:18:33,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" 2018-08-20 10:18:34,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f2426f32-9415-4efe-b442-2b3523282157 Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:34,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-f2426f32-9415-4efe-b442-2b3523282157 2018-08-20 10:18:34,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550"}' 2018-08-20 10:18:34,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-acb7a629-5990-49c2-8289-1ba97e57166d Date: Mon, 20 Aug 2018 10:18:34 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c", "min_disk": 0, "protected": false, "id": "fef31304-0933-4189-afcd-cc5b236d1b8c", "file": "/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c/file", "checksum": null, "owner": "f62efbb99245445da61bcfea74f69986", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:34,456 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-acb7a629-5990-49c2-8289-1ba97e57166d 2018-08-20 10:18:34,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" -d '' 2018-08-20 10:18:34,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f0ad03c-7d95-46a2-9da9-63245eb3fcf5 Date: Mon, 20 Aug 2018 10:18:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:34,905 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c/file used request id req-1f0ad03c-7d95-46a2-9da9-63245eb3fcf5 2018-08-20 10:18:34,905 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:18:34,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" 2018-08-20 10:18:35,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f839daa8-a522-436a-8113-602498540a41 Date: Mon, 20 Aug 2018 10:18:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:34Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fef31304-0933-4189-afcd-cc5b236d1b8c/snap", "metadata": {}}], "self": "/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c", "min_disk": 0, "protected": false, "id": "fef31304-0933-4189-afcd-cc5b236d1b8c", "file": "/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f62efbb99245445da61bcfea74f69986", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fef31304-0933-4189-afcd-cc5b236d1b8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:35,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c used request id req-f839daa8-a522-436a-8113-602498540a41 2018-08-20 10:18:35,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" 2018-08-20 10:18:36,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-51fa0345-0349-447c-93f0-b40cd3db0473 Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:36,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-51fa0345-0349-447c-93f0-b40cd3db0473 2018-08-20 10:18:36,176 - create_image - INFO - Created image with name - CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550 2018-08-20 10:18:36,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" 2018-08-20 10:18:36,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-b1e10272-29f6-440c-a5ba-5b5098c362f1 Date: Mon, 20 Aug 2018 10:18:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:34Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fef31304-0933-4189-afcd-cc5b236d1b8c/snap", "metadata": {}}], "self": "/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c", "min_disk": 0, "protected": false, "id": "fef31304-0933-4189-afcd-cc5b236d1b8c", "file": "/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f62efbb99245445da61bcfea74f69986", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fef31304-0933-4189-afcd-cc5b236d1b8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:36,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c used request id req-b1e10272-29f6-440c-a5ba-5b5098c362f1 2018-08-20 10:18:36,196 - create_image - DEBUG - Instance status is - active 2018-08-20 10:18:36,196 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550 2018-08-20 10:18:36,196 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550 2018-08-20 10:18:36,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:36,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2d8d51da2184072a532a8eed32f8a17", "name": "CreateImageSuccessTests-3ca23343-6456-427-proj-role"}], "expires_at": "2018-08-20T11:18:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f62efbb99245445da61bcfea74f69986", "name": "CreateImageSuccessTests-3ca23343-6456-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f62efbb99245445da61bcfea74f69986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f62efbb99245445da61bcfea74f69986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f62efbb99245445da61bcfea74f69986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f62efbb99245445da61bcfea74f69986", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f62efbb99245445da61bcfea74f69986", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f62efbb99245445da61bcfea74f69986", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-3ca23343-6456-427-user", "id": "d7ae2190c8c14c17b8c4238218d40de0"}, "audit_ids": ["9iqOv7J0TXqM57mttf_uJQ"], "issued_at": "2018-08-20T10:18:36.000000Z"}} 2018-08-20 10:18:36,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc42123412fd9c215bbde92702368288c75a9c1" 2018-08-20 10:18:36,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-19ee63e0-027c-45e9-95be-59a18fc25d1b Date: Mon, 20 Aug 2018 10:18:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:34Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fef31304-0933-4189-afcd-cc5b236d1b8c/snap", "metadata": {}}], "self": "/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c", "min_disk": 0, "protected": false, "id": "fef31304-0933-4189-afcd-cc5b236d1b8c", "file": "/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f62efbb99245445da61bcfea74f69986", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fef31304-0933-4189-afcd-cc5b236d1b8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550"} 2018-08-20 10:18:36,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550 used request id req-19ee63e0-027c-45e9-95be-59a18fc25d1b 2018-08-20 10:18:36,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ffc42123412fd9c215bbde92702368288c75a9c1" 2018-08-20 10:18:37,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0efe58ca-d6f8-4aa2-ac4f-d9122eab398b Date: Mon, 20 Aug 2018 10:18:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:37,465 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-0efe58ca-d6f8-4aa2-ac4f-d9122eab398b 2018-08-20 10:18:37,468 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-8295c86f-adcb-45b9-baf1-780b3ce72550 2018-08-20 10:18:37,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcaf5d48b8651ccfea48ae34ba0e98bf30890351" 2018-08-20 10:18:38,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-622e6363-fd1f-4b0b-aa01-8b95f507b210 Date: Mon, 20 Aug 2018 10:18:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:38,692 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/fef31304-0933-4189-afcd-cc5b236d1b8c used request id req-622e6363-fd1f-4b0b-aa01-8b95f507b210 2018-08-20 10:18:38,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:18:38,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:18:38,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:18:38,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:18:38,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:18:38,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:38,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-fd737b24-a653-4ca4-b4c6-02635f6f69e2 Date: Mon, 20 Aug 2018 10:18:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:18:38,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-fd737b24-a653-4ca4-b4c6-02635f6f69e2 2018-08-20 10:18:38,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,065 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c26de4af-55ba-4c61-be86-92f7d9b0fb69 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-c26de4af-55ba-4c61-be86-92f7d9b0fb69 2018-08-20 10:18:39,065 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,158 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0be603e-f2c6-43c2-8993-901d2c0ff1cb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-f0be603e-f2c6-43c2-8993-901d2c0ff1cb 2018-08-20 10:18:39,159 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,252 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-081bee5d-12d6-44f0-9625-6113a650d4a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-081bee5d-12d6-44f0-9625-6113a650d4a6 2018-08-20 10:18:39,252 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,349 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7639a24c-1d29-4377-ac04-6307be68ad3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-7639a24c-1d29-4377-ac04-6307be68ad3d 2018-08-20 10:18:39,350 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,446 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a456ef90-2835-4e4c-baf0-b43e969fd3a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-a456ef90-2835-4e4c-baf0-b43e969fd3a9 2018-08-20 10:18:39,446 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,533 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ded6c20-f709-4242-bc18-6f45d5de9f90 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-2ded6c20-f709-4242-bc18-6f45d5de9f90 2018-08-20 10:18:39,534 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,626 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5887cd26-9ed1-41d8-9c77-c68a2b849fb7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-5887cd26-9ed1-41d8-9c77-c68a2b849fb7 2018-08-20 10:18:39,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,723 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd228a55-0f72-4d6b-8eee-9ade4511adad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-bd228a55-0f72-4d6b-8eee-9ade4511adad 2018-08-20 10:18:39,723 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,817 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71bc0215-1d36-46d2-a313-dd9f3d47ff08 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-71bc0215-1d36-46d2-a313-dd9f3d47ff08 2018-08-20 10:18:39,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:39,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa715b30-bd96-48c4-84db-eedd0b3c2bf6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:18:39,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-fa715b30-bd96-48c4-84db-eedd0b3c2bf6 2018-08-20 10:18:39,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:39,997 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4db49eb9-81d4-45f9-b5fa-37ce99f03018 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:39,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-4db49eb9-81d4-45f9-b5fa-37ce99f03018 2018-08-20 10:18:39,998 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:40,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:40,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76a5428b-b1b0-440a-9c24-96604953828d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:40,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-76a5428b-b1b0-440a-9c24-96604953828d 2018-08-20 10:18:40,091 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:40,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:40,185 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9b5d9b9-f2db-4491-b123-4ba3361b50af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:40,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-f9b5d9b9-f2db-4491-b123-4ba3361b50af 2018-08-20 10:18:40,185 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:40,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:40,277 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b71be6f7-9756-4ef7-841e-39271adbd522 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:40,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-b71be6f7-9756-4ef7-841e-39271adbd522 2018-08-20 10:18:40,278 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:40,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:40,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6096e00-7ef1-4637-8157-acbf4f71be16 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:18:40,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-d6096e00-7ef1-4637-8157-acbf4f71be16 2018-08-20 10:18:40,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:40,469 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-356b1b2d-478f-4b62-8d0e-e646f462ab51 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:40,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-356b1b2d-478f-4b62-8d0e-e646f462ab51 2018-08-20 10:18:40,470 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:40,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:40,555 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cce9df9e-efc1-48db-aa6d-6a2ba025b0f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:40,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-cce9df9e-efc1-48db-aa6d-6a2ba025b0f5 2018-08-20 10:18:40,556 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:40,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:40,650 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d75d2e95-2833-4aeb-aef9-153f55f2d10b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:40,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-d75d2e95-2833-4aeb-aef9-153f55f2d10b 2018-08-20 10:18:40,650 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:40,651 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-3ca23343-6456-427-proj 2018-08-20 10:18:40,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/f62efbb99245445da61bcfea74f69986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:40,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b72375aa-de50-40d1-b030-ba9f9105558b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:40,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/f62efbb99245445da61bcfea74f69986 used request id req-b72375aa-de50-40d1-b030-ba9f9105558b 2018-08-20 10:18:40,915 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-3ca23343-6456-427-proj-role 2018-08-20 10:18:40,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/b2d8d51da2184072a532a8eed32f8a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:41,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fef901e-b857-47b8-a137-1b24a18e5973 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:41,034 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b2d8d51da2184072a532a8eed32f8a17 used request id req-1fef901e-b857-47b8-a137-1b24a18e5973 2018-08-20 10:18:41,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab9dadea7aee077656be2100f91b94f47464ffca" 2018-08-20 10:18:41,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9089a4f7-240e-4713-936d-dbcd5fd92f05 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:41,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9089a4f7-240e-4713-936d-dbcd5fd92f05 2018-08-20 10:18:41,132 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-3ca23343-6456-427-user 2018-08-20 10:18:41,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/d7ae2190c8c14c17b8c4238218d40de0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7558312d82e59fa71c387c45103db656adf6d23" 2018-08-20 10:18:41,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-031ba30a-f7bc-483d-bb2d-0c81b01ea9e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:41,318 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/d7ae2190c8c14c17b8c4238218d40de0 used request id req-031ba30a-f7bc-483d-bb2d-0c81b01ea9e7 2018-08-20 10:18:41,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:41,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["s1RKEe17Sr-TTXCPqiYV8w"], "issued_at": "2018-08-20T10:18:41.000000Z"}} 2018-08-20 10:18:41,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e87a2e8329c5474f9927eecfcfee4c130786975" 2018-08-20 10:18:41,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7aaf13-5e9a-4b7a-867e-7f1f84a57535 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:41,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-be7aaf13-5e9a-4b7a-867e-7f1f84a57535 2018-08-20 10:18:41,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:41,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:42,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["wOoGVVOwTL2SG5B1w8H70Q"], "issued_at": "2018-08-20T10:18:42.000000Z"}} 2018-08-20 10:18:42,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:42,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-503c0522-26aa-430d-b570-fa57929ad429 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:42,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-503c0522-26aa-430d-b570-fa57929ad429 2018-08-20 10:18:42,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:42,299 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:42,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-504a862b-7681-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:42,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b32f43d2-a0a5-4c99-8112-7de28bfdd387 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-504a862b-7681-4a1-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:18:42,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-504a862b-7681-4a1-proj used request id req-b32f43d2-a0a5-4c99-8112-7de28bfdd387 2018-08-20 10:18:42,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:42,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29032fd9-a5cc-4803-9594-26deeae5593c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:42,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-29032fd9-a5cc-4803-9594-26deeae5593c 2018-08-20 10:18:42,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj"}}' 2018-08-20 10:18:42,609 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1e66fb2-b125-41b7-9e76-286125a73455 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f216a9af448543d681ebf3653db5409f"}, "tags": [], "enabled": true, "id": "f216a9af448543d681ebf3653db5409f", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj"}} 2018-08-20 10:18:42,609 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-f1e66fb2-b125-41b7-9e76-286125a73455 2018-08-20 10:18:42,610 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-504a862b-7681-4a1-proj 2018-08-20 10:18:42,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:42,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:43,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["EW87X98nR7KClrNgYCnFOQ"], "issued_at": "2018-08-20T10:18:42.000000Z"}} 2018-08-20 10:18:43,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb073c88c67236a44392435afb10339cd1a16a3" 2018-08-20 10:18:43,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7dc46c-4ad0-4684-8dd5-bf509658c873 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:43,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7d7dc46c-4ad0-4684-8dd5-bf509658c873 2018-08-20 10:18:43,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:43,102 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:43,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb073c88c67236a44392435afb10339cd1a16a3" 2018-08-20 10:18:43,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe3acf8-6976-4d66-a87b-b33897df39fa Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:18:43,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-ebe3acf8-6976-4d66-a87b-b33897df39fa 2018-08-20 10:18:43,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-504a862b-7681-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb073c88c67236a44392435afb10339cd1a16a3" 2018-08-20 10:18:43,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df804eef-14a6-465f-abe2-9eae1793d5e8 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-504a862b-7681-4a1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f216a9af448543d681ebf3653db5409f"}, "tags": [], "enabled": true, "id": "f216a9af448543d681ebf3653db5409f", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj"}]} 2018-08-20 10:18:43,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-504a862b-7681-4a1-proj used request id req-df804eef-14a6-465f-abe2-9eae1793d5e8 2018-08-20 10:18:43,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb073c88c67236a44392435afb10339cd1a16a3" 2018-08-20 10:18:43,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a97b872-dd7b-41ab-81f5-a3f790312881 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:43,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-4a97b872-dd7b-41ab-81f5-a3f790312881 2018-08-20 10:18:43,716 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-504a862b-7681-4a1-user 2018-08-20 10:18:43,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:43,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:43,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a057a83-c9a0-434c-a69b-8b2e7f353c1e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:43,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6a057a83-c9a0-434c-a69b-8b2e7f353c1e 2018-08-20 10:18:43,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" -d '{"role": {"name": "CreateImageSuccessTests-504a862b-7681-4a1-proj-role"}}' 2018-08-20 10:18:43,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47a41f65-79a7-4d24-ab28-bafe830570c2 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ead26d576a541218619e39a583e74b4", "links": {"self": "http://172.30.9.36:5000/v3/roles/6ead26d576a541218619e39a583e74b4"}, "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj-role"}} 2018-08-20 10:18:43,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-47a41f65-79a7-4d24-ab28-bafe830570c2 2018-08-20 10:18:43,927 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-504a862b-7681-4a1-proj-role 2018-08-20 10:18:43,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/6ead26d576a541218619e39a583e74b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:44,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b39f419-514b-4072-937b-619832235d31 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ead26d576a541218619e39a583e74b4", "links": {"self": "http://172.30.9.36:5000/v3/roles/6ead26d576a541218619e39a583e74b4"}, "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj-role"}} 2018-08-20 10:18:44,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/6ead26d576a541218619e39a583e74b4 used request id req-3b39f419-514b-4072-937b-619832235d31 2018-08-20 10:18:44,032 - keystone_utils - INFO - Granting role CreateImageSuccessTests-504a862b-7681-4a1-proj-role to project CreateImageSuccessTests-504a862b-7681-4a1-proj 2018-08-20 10:18:44,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/f216a9af448543d681ebf3653db5409f/users/7c1d13ab10b54b4786b58936c20da2e3/roles/6ead26d576a541218619e39a583e74b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:44,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afb90ad0-54ae-4f10-8b56-6481c4ec0e8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:44,169 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f216a9af448543d681ebf3653db5409f/users/7c1d13ab10b54b4786b58936c20da2e3/roles/6ead26d576a541218619e39a583e74b4 used request id req-afb90ad0-54ae-4f10-8b56-6481c4ec0e8f 2018-08-20 10:18:44,170 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:18:44,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:44,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:44,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ead26d576a541218619e39a583e74b4", "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj-role"}], "expires_at": "2018-08-20T11:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f216a9af448543d681ebf3653db5409f", "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f216a9af448543d681ebf3653db5409f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f216a9af448543d681ebf3653db5409f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f216a9af448543d681ebf3653db5409f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f216a9af448543d681ebf3653db5409f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-504a862b-7681-4a1-user", "id": "7c1d13ab10b54b4786b58936c20da2e3"}, "audit_ids": ["fH-nvosQQAGvvcnbpe8GVw"], "issued_at": "2018-08-20T10:18:44.000000Z"}} 2018-08-20 10:18:44,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" 2018-08-20 10:18:44,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6acc6f9d-cb78-4370-9c24-ceacf285b2f2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:44,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6acc6f9d-cb78-4370-9c24-ceacf285b2f2 2018-08-20 10:18:44,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" 2018-08-20 10:18:44,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-609a3443-2d60-4d4b-abb7-79515297fa3f Date: Mon, 20 Aug 2018 10:18:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d"} 2018-08-20 10:18:44,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d used request id req-609a3443-2d60-4d4b-abb7-79515297fa3f 2018-08-20 10:18:44,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" 2018-08-20 10:18:45,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4c61b6bb-92f5-43e5-a9f9-ec230d11d0c4 Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:45,081 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-4c61b6bb-92f5-43e5-a9f9-ec230d11d0c4 2018-08-20 10:18:45,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d"}' 2018-08-20 10:18:45,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4c721706-b5d0-4cd1-9d6d-4d0c90eb0b8a Date: Mon, 20 Aug 2018 10:18:45 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43", "min_disk": 0, "protected": false, "id": "9443d18b-f251-4d70-9bbc-d1b8fd7d1e43", "file": "/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/file", "checksum": null, "owner": "f216a9af448543d681ebf3653db5409f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:45,744 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-4c721706-b5d0-4cd1-9d6d-4d0c90eb0b8a 2018-08-20 10:18:45,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" -d '' 2018-08-20 10:18:46,738 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc281943-8653-4898-84be-fa2e9fac7589 Date: Mon, 20 Aug 2018 10:18:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:46,738 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/file used request id req-bc281943-8653-4898-84be-fa2e9fac7589 2018-08-20 10:18:46,739 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:18:46,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" 2018-08-20 10:18:47,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-20c7c212-b094-409e-bf5f-52f1fb52f1f9 Date: Mon, 20 Aug 2018 10:18:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:46Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/snap", "metadata": {}}], "self": "/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43", "min_disk": 0, "protected": false, "id": "9443d18b-f251-4d70-9bbc-d1b8fd7d1e43", "file": "/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f216a9af448543d681ebf3653db5409f", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:47,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43 used request id req-20c7c212-b094-409e-bf5f-52f1fb52f1f9 2018-08-20 10:18:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" 2018-08-20 10:18:47,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-102d2bb8-2c99-4054-84bd-05c00f1882da Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:47,231 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-102d2bb8-2c99-4054-84bd-05c00f1882da 2018-08-20 10:18:47,234 - create_image - INFO - Created image with name - CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d 2018-08-20 10:18:47,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" 2018-08-20 10:18:47,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e74c0985-b9e7-4b8f-ad10-21ce6af923cf Date: Mon, 20 Aug 2018 10:18:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:46Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/snap", "metadata": {}}], "self": "/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43", "min_disk": 0, "protected": false, "id": "9443d18b-f251-4d70-9bbc-d1b8fd7d1e43", "file": "/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f216a9af448543d681ebf3653db5409f", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:47,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43 used request id req-e74c0985-b9e7-4b8f-ad10-21ce6af923cf 2018-08-20 10:18:47,433 - create_image - DEBUG - Instance status is - active 2018-08-20 10:18:47,433 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d 2018-08-20 10:18:47,433 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d 2018-08-20 10:18:47,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:47,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ead26d576a541218619e39a583e74b4", "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj-role"}], "expires_at": "2018-08-20T11:18:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f216a9af448543d681ebf3653db5409f", "name": "CreateImageSuccessTests-504a862b-7681-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f216a9af448543d681ebf3653db5409f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f216a9af448543d681ebf3653db5409f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f216a9af448543d681ebf3653db5409f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f216a9af448543d681ebf3653db5409f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f216a9af448543d681ebf3653db5409f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f216a9af448543d681ebf3653db5409f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-504a862b-7681-4a1-user", "id": "7c1d13ab10b54b4786b58936c20da2e3"}, "audit_ids": ["pLFIw-rIRtGsoqeVfGT1XA"], "issued_at": "2018-08-20T10:18:47.000000Z"}} 2018-08-20 10:18:47,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ebf5d44060871a83de63b3c9f62ef1763c79e7" 2018-08-20 10:18:48,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-d3ad63a6-2dcb-405c-89fe-248adf13c49c Date: Mon, 20 Aug 2018 10:18:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:46Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/snap", "metadata": {}}], "self": "/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43", "min_disk": 0, "protected": false, "id": "9443d18b-f251-4d70-9bbc-d1b8fd7d1e43", "file": "/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f216a9af448543d681ebf3653db5409f", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d"} 2018-08-20 10:18:48,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d used request id req-d3ad63a6-2dcb-405c-89fe-248adf13c49c 2018-08-20 10:18:48,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ebf5d44060871a83de63b3c9f62ef1763c79e7" 2018-08-20 10:18:48,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-eb270283-3ac0-4d44-8a7f-a4c4f3541026 Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:48,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-eb270283-3ac0-4d44-8a7f-a4c4f3541026 2018-08-20 10:18:48,615 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-7540fc81-613b-4e9e-92ea-950ed1f22c1d 2018-08-20 10:18:48,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37ceaeaef6188ebbc163be10bad203650bafe0a2" 2018-08-20 10:18:49,004 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-633407e5-e679-41f1-846d-5961dfabf54e Date: Mon, 20 Aug 2018 10:18:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:49,004 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/9443d18b-f251-4d70-9bbc-d1b8fd7d1e43 used request id req-633407e5-e679-41f1-846d-5961dfabf54e 2018-08-20 10:18:49,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:18:49,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:18:49,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:18:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:18:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:18:49,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:49,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-29e0c9a6-e5ad-4816-a680-849274ab9f87 Date: Mon, 20 Aug 2018 10:18:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:18:49,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-29e0c9a6-e5ad-4816-a680-849274ab9f87 2018-08-20 10:18:49,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:49,383 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e583d385-0870-4b44-af81-e106c2b70e83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:49,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-e583d385-0870-4b44-af81-e106c2b70e83 2018-08-20 10:18:49,384 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:49,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:49,483 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0665ec7-b478-49d4-bdbc-b22d7df633e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:49,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-a0665ec7-b478-49d4-bdbc-b22d7df633e6 2018-08-20 10:18:49,483 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:49,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:49,577 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9158a94-f8cf-4e55-a499-e4571c198e0a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:49,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-f9158a94-f8cf-4e55-a499-e4571c198e0a 2018-08-20 10:18:49,577 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:49,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:49,682 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2a5e137-d403-46cc-a98c-bba5d0d67c1e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:49,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-f2a5e137-d403-46cc-a98c-bba5d0d67c1e 2018-08-20 10:18:49,682 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:49,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:49,778 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5c8dcf8-3497-4e27-af10-54ed2966a4e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:49,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-f5c8dcf8-3497-4e27-af10-54ed2966a4e3 2018-08-20 10:18:49,779 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:49,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:49,870 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ccb82c6-0ad9-49e8-9153-1aed1ad051d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:49,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-7ccb82c6-0ad9-49e8-9153-1aed1ad051d6 2018-08-20 10:18:49,870 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:49,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:49,965 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-912929b5-1a97-40c9-a866-5f250e9d6b0f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:49,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-912929b5-1a97-40c9-a866-5f250e9d6b0f 2018-08-20 10:18:49,965 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,057 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7966c85-cd80-44e8-b9d1-714d322da15e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:50,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-f7966c85-cd80-44e8-b9d1-714d322da15e 2018-08-20 10:18:50,058 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:50,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,148 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54e1688d-956d-45d9-bd8e-a165a7321cfa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:50,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-54e1688d-956d-45d9-bd8e-a165a7321cfa 2018-08-20 10:18:50,149 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:50,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8254cd1-89c3-4c96-8860-ddb3a2b7a070 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:18:50,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-e8254cd1-89c3-4c96-8860-ddb3a2b7a070 2018-08-20 10:18:50,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,341 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be7194e5-e770-4a54-9910-6679d9b945c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:50,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-be7194e5-e770-4a54-9910-6679d9b945c2 2018-08-20 10:18:50,342 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:50,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,429 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-347e1f7f-4d7a-4984-b754-8fd4a8d202e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:50,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-347e1f7f-4d7a-4984-b754-8fd4a8d202e6 2018-08-20 10:18:50,429 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:50,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,526 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b154e9d-b2ed-486b-ad57-07d4b7929e10 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:50,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-9b154e9d-b2ed-486b-ad57-07d4b7929e10 2018-08-20 10:18:50,526 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:50,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,626 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d447550-1dda-473f-988f-859fb17494f6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:50,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-2d447550-1dda-473f-988f-859fb17494f6 2018-08-20 10:18:50,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:50,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d54b7b-4fb5-4343-ab3f-7b9a7d574d08 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:18:50,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b0d54b7b-4fb5-4343-ab3f-7b9a7d574d08 2018-08-20 10:18:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,822 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7673aec-bc3f-409a-96ba-d2e9063052e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:50,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-c7673aec-bc3f-409a-96ba-d2e9063052e0 2018-08-20 10:18:50,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:50,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:50,923 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1501a9f-11fc-4307-b976-fc071cf78d73 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:50,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-f1501a9f-11fc-4307-b976-fc071cf78d73 2018-08-20 10:18:50,924 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:50,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:51,014 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44e1444a-efca-49eb-b5b5-d4f8f3e9b172 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:18:51,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-44e1444a-efca-49eb-b5b5-d4f8f3e9b172 2018-08-20 10:18:51,014 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:18:51,015 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-504a862b-7681-4a1-proj 2018-08-20 10:18:51,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/f216a9af448543d681ebf3653db5409f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:51,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-654d0c72-1be4-4f2a-b823-25bff5d836f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:51,285 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/f216a9af448543d681ebf3653db5409f used request id req-654d0c72-1be4-4f2a-b823-25bff5d836f7 2018-08-20 10:18:51,286 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-504a862b-7681-4a1-proj-role 2018-08-20 10:18:51,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/6ead26d576a541218619e39a583e74b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:51,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d0b12bd-6d1c-4b47-bec5-bbb5c2b30f6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:51,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/6ead26d576a541218619e39a583e74b4 used request id req-9d0b12bd-6d1c-4b47-bec5-bbb5c2b30f6e 2018-08-20 10:18:51,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3435db60d74e341f062ab51434f963ad966946bc" 2018-08-20 10:18:51,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27929b09-4ce1-438b-b024-08b5936ee3f3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:51,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-27929b09-4ce1-438b-b024-08b5936ee3f3 2018-08-20 10:18:51,498 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-504a862b-7681-4a1-user 2018-08-20 10:18:51,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/7c1d13ab10b54b4786b58936c20da2e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbb073c88c67236a44392435afb10339cd1a16a3" 2018-08-20 10:18:51,677 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94b0607a-a1b7-4a60-a159-a324d59b20ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:51,677 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/7c1d13ab10b54b4786b58936c20da2e3 used request id req-94b0607a-a1b7-4a60-a159-a324d59b20ad 2018-08-20 10:18:51,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:52,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["QazHVR4bS0Cx0qHASLlBJA"], "issued_at": "2018-08-20T10:18:52.000000Z"}} 2018-08-20 10:18:52,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5939349986f79b6165afd3d91870fb82d62ca6" 2018-08-20 10:18:52,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834e0f9a-745b-4e55-899a-687b9be556da Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:52,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-834e0f9a-745b-4e55-899a-687b9be556da 2018-08-20 10:18:52,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:52,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:52,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["n_fZw4PzSS-uA-malJJaDw"], "issued_at": "2018-08-20T10:18:52.000000Z"}} 2018-08-20 10:18:52,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:18:52,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d28b820-d3d2-4ef6-8d6c-229e40a98d5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:52,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2d28b820-d3d2-4ef6-8d6c-229e40a98d5f 2018-08-20 10:18:52,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:52,671 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:52,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-58f92833-ee51-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:18:52,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11ca607-449f-4e96-a063-88c841a76c1a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-58f92833-ee51-462-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:18:52,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-58f92833-ee51-462-proj used request id req-a11ca607-449f-4e96-a063-88c841a76c1a 2018-08-20 10:18:52,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:18:52,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90235685-87fe-4464-be7d-6c46787ff5a5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:52,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-90235685-87fe-4464-be7d-6c46787ff5a5 2018-08-20 10:18:52,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj"}}' 2018-08-20 10:18:52,921 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4d98a5f-b009-4c18-9398-3af572e5960b Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7e82e75862a14a2b8bfee46d4139b7e7"}, "tags": [], "enabled": true, "id": "7e82e75862a14a2b8bfee46d4139b7e7", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj"}} 2018-08-20 10:18:52,921 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-a4d98a5f-b009-4c18-9398-3af572e5960b 2018-08-20 10:18:52,922 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-58f92833-ee51-462-proj 2018-08-20 10:18:52,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:52,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:53,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:18:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["vhcG2LbXQgWf8trna_7Pug"], "issued_at": "2018-08-20T10:18:53.000000Z"}} 2018-08-20 10:18:53,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a671005f226c6af2b1943706a4e93a6f4f31dd4" 2018-08-20 10:18:53,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08143b4f-de43-4e7c-ac31-6a9f47cf6fb8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:53,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-08143b4f-de43-4e7c-ac31-6a9f47cf6fb8 2018-08-20 10:18:53,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:18:53,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:18:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:18:53,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a671005f226c6af2b1943706a4e93a6f4f31dd4" 2018-08-20 10:18:53,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f4edd0-9f46-4f5c-b09f-eea2b35e7059 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:18:53,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-b6f4edd0-9f46-4f5c-b09f-eea2b35e7059 2018-08-20 10:18:53,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-58f92833-ee51-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a671005f226c6af2b1943706a4e93a6f4f31dd4" 2018-08-20 10:18:53,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf7fa96-d71d-4ba3-b4e6-243b7f495a35 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-58f92833-ee51-462-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7e82e75862a14a2b8bfee46d4139b7e7"}, "tags": [], "enabled": true, "id": "7e82e75862a14a2b8bfee46d4139b7e7", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj"}]} 2018-08-20 10:18:53,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-58f92833-ee51-462-proj used request id req-6cf7fa96-d71d-4ba3-b4e6-243b7f495a35 2018-08-20 10:18:53,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a671005f226c6af2b1943706a4e93a6f4f31dd4" 2018-08-20 10:18:53,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa307ab-6e7f-4880-bfb8-dbe8beaf73d1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:18:53,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-eaa307ab-6e7f-4880-bfb8-dbe8beaf73d1 2018-08-20 10:18:54,041 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-58f92833-ee51-462-user 2018-08-20 10:18:54,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:54,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:18:54,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659bdd4e-cac7-4d25-b5cb-afcfee444689 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:18:54,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-659bdd4e-cac7-4d25-b5cb-afcfee444689 2018-08-20 10:18:54,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" -d '{"role": {"name": "CreateImageSuccessTests-58f92833-ee51-462-proj-role"}}' 2018-08-20 10:18:54,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0526f88a-9382-480a-987b-46ab450e5474 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "44ac064de14d41bb8a16bcf5f9114bba", "links": {"self": "http://172.30.9.36:5000/v3/roles/44ac064de14d41bb8a16bcf5f9114bba"}, "name": "CreateImageSuccessTests-58f92833-ee51-462-proj-role"}} 2018-08-20 10:18:54,262 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-0526f88a-9382-480a-987b-46ab450e5474 2018-08-20 10:18:54,262 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-58f92833-ee51-462-proj-role 2018-08-20 10:18:54,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/44ac064de14d41bb8a16bcf5f9114bba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:18:54,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faecaa06-6bea-4d40-ad19-501bf20a1a03 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "44ac064de14d41bb8a16bcf5f9114bba", "links": {"self": "http://172.30.9.36:5000/v3/roles/44ac064de14d41bb8a16bcf5f9114bba"}, "name": "CreateImageSuccessTests-58f92833-ee51-462-proj-role"}} 2018-08-20 10:18:54,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/44ac064de14d41bb8a16bcf5f9114bba used request id req-faecaa06-6bea-4d40-ad19-501bf20a1a03 2018-08-20 10:18:54,377 - keystone_utils - INFO - Granting role CreateImageSuccessTests-58f92833-ee51-462-proj-role to project CreateImageSuccessTests-58f92833-ee51-462-proj 2018-08-20 10:18:54,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/7e82e75862a14a2b8bfee46d4139b7e7/users/c5276320192b4f0fbe4d5a4af4f8f2df/roles/44ac064de14d41bb8a16bcf5f9114bba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:18:54,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ab5024d-f57e-4ffc-b04f-a9c544a8efea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:18:54,510 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/7e82e75862a14a2b8bfee46d4139b7e7/users/c5276320192b4f0fbe4d5a4af4f8f2df/roles/44ac064de14d41bb8a16bcf5f9114bba used request id req-1ab5024d-f57e-4ffc-b04f-a9c544a8efea 2018-08-20 10:18:54,511 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:18:54,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:54,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:54,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44ac064de14d41bb8a16bcf5f9114bba", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj-role"}], "expires_at": "2018-08-20T11:18:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e82e75862a14a2b8bfee46d4139b7e7", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-58f92833-ee51-462-user", "id": "c5276320192b4f0fbe4d5a4af4f8f2df"}, "audit_ids": ["lVWrvOeqS6eL1hgCF4Hrsg"], "issued_at": "2018-08-20T10:18:54.000000Z"}} 2018-08-20 10:18:54,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" 2018-08-20 10:18:54,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2ca70c1-6057-4573-a942-0761ab740920 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:54,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b2ca70c1-6057-4573-a942-0761ab740920 2018-08-20 10:18:54,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" 2018-08-20 10:18:55,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-84b442df-c65f-49cd-87be-69d20c7a1a13 Date: Mon, 20 Aug 2018 10:18:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b"} 2018-08-20 10:18:55,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b used request id req-84b442df-c65f-49cd-87be-69d20c7a1a13 2018-08-20 10:18:55,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" 2018-08-20 10:18:56,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f50600de-48fd-48ee-bd0d-629335861485 Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:56,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-f50600de-48fd-48ee-bd0d-629335861485 2018-08-20 10:18:56,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b"}' 2018-08-20 10:18:56,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-094606c3-3fa7-407f-b5e1-392901ae62ba Date: Mon, 20 Aug 2018 10:18:56 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655", "min_disk": 0, "protected": false, "id": "1ed02a0c-04e4-44c3-903d-cb0151ba0655", "file": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/file", "checksum": null, "owner": "7e82e75862a14a2b8bfee46d4139b7e7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:56,427 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-094606c3-3fa7-407f-b5e1-392901ae62ba 2018-08-20 10:18:56,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" -d '' 2018-08-20 10:18:56,889 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-576a60e0-41c3-4a5e-951b-dde783248a5a Date: Mon, 20 Aug 2018 10:18:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:18:56,889 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/file used request id req-576a60e0-41c3-4a5e-951b-dde783248a5a 2018-08-20 10:18:56,890 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:18:56,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" 2018-08-20 10:18:57,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-b185fff0-4420-4dba-85e0-3aaa59644211 Date: Mon, 20 Aug 2018 10:18:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:56Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/snap", "metadata": {}}], "self": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655", "min_disk": 0, "protected": false, "id": "1ed02a0c-04e4-44c3-903d-cb0151ba0655", "file": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7e82e75862a14a2b8bfee46d4139b7e7", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:57,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655 used request id req-b185fff0-4420-4dba-85e0-3aaa59644211 2018-08-20 10:18:57,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" 2018-08-20 10:18:57,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5fb46bcc-cd15-4a99-9b8c-23e4221606cc Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:57,083 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-5fb46bcc-cd15-4a99-9b8c-23e4221606cc 2018-08-20 10:18:57,086 - create_image - INFO - Created image with name - CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b 2018-08-20 10:18:57,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" 2018-08-20 10:18:57,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-162be1b2-6141-45d6-8048-9c04d2b18ce5 Date: Mon, 20 Aug 2018 10:18:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:56Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/snap", "metadata": {}}], "self": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655", "min_disk": 0, "protected": false, "id": "1ed02a0c-04e4-44c3-903d-cb0151ba0655", "file": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7e82e75862a14a2b8bfee46d4139b7e7", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:18:57,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655 used request id req-162be1b2-6141-45d6-8048-9c04d2b18ce5 2018-08-20 10:18:57,660 - create_image - DEBUG - Instance status is - active 2018-08-20 10:18:57,660 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b 2018-08-20 10:18:57,661 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b 2018-08-20 10:18:57,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:58,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44ac064de14d41bb8a16bcf5f9114bba", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj-role"}], "expires_at": "2018-08-20T11:18:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e82e75862a14a2b8bfee46d4139b7e7", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-58f92833-ee51-462-user", "id": "c5276320192b4f0fbe4d5a4af4f8f2df"}, "audit_ids": ["birmJLQnSrmjIEGHOhGQMA"], "issued_at": "2018-08-20T10:18:58.000000Z"}} 2018-08-20 10:18:58,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36749f82a4122214a08714db4a17063b2c0dda39" 2018-08-20 10:18:58,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-27c79e55-7de7-402c-aa2f-cacf8efd5267 Date: Mon, 20 Aug 2018 10:18:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:56Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/snap", "metadata": {}}], "self": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655", "min_disk": 0, "protected": false, "id": "1ed02a0c-04e4-44c3-903d-cb0151ba0655", "file": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7e82e75862a14a2b8bfee46d4139b7e7", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b"} 2018-08-20 10:18:58,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b used request id req-27c79e55-7de7-402c-aa2f-cacf8efd5267 2018-08-20 10:18:58,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36749f82a4122214a08714db4a17063b2c0dda39" 2018-08-20 10:18:58,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-adf2ae99-9e5e-4f3a-91ee-09f849ee1e8c Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:58,461 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-adf2ae99-9e5e-4f3a-91ee-09f849ee1e8c 2018-08-20 10:18:58,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:18:58,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:18:58,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44ac064de14d41bb8a16bcf5f9114bba", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj-role"}], "expires_at": "2018-08-20T11:18:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e82e75862a14a2b8bfee46d4139b7e7", "name": "CreateImageSuccessTests-58f92833-ee51-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7e82e75862a14a2b8bfee46d4139b7e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-58f92833-ee51-462-user", "id": "c5276320192b4f0fbe4d5a4af4f8f2df"}, "audit_ids": ["4Z3e204CQ0ySBsjiMyvOdQ"], "issued_at": "2018-08-20T10:18:58.000000Z"}} 2018-08-20 10:18:58,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e11282380337aed590190c6253346f9907104d" 2018-08-20 10:18:58,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eade948-10e3-4783-b2df-0fc1e2bc8c1f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:18:58,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9eade948-10e3-4783-b2df-0fc1e2bc8c1f 2018-08-20 10:18:58,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7e11282380337aed590190c6253346f9907104d" 2018-08-20 10:18:59,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-4deaf688-6c08-4c37-a390-5eb9da9095a2 Date: Mon, 20 Aug 2018 10:18:59 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:18:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:18:56Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/snap", "metadata": {}}], "self": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655", "min_disk": 0, "protected": false, "id": "1ed02a0c-04e4-44c3-903d-cb0151ba0655", "file": "/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7e82e75862a14a2b8bfee46d4139b7e7", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b"} 2018-08-20 10:18:59,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b used request id req-4deaf688-6c08-4c37-a390-5eb9da9095a2 2018-08-20 10:18:59,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7e11282380337aed590190c6253346f9907104d" 2018-08-20 10:18:59,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-77096696-d4e5-441d-83e9-8327e74869aa Date: Mon, 20 Aug 2018 10:18: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:18:59,721 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-77096696-d4e5-441d-83e9-8327e74869aa 2018-08-20 10:18:59,724 - create_image - INFO - Found image with name - CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b 2018-08-20 10:18:59,724 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-787ede57-aef0-4bb9-ba9d-6ad92b29731b 2018-08-20 10:18:59,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92bfbbe3aff7ca69c74abbb56f7fa39ac823406" 2018-08-20 10:19:00,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6571092a-a2a5-41b6-8d70-c36577891aff Date: Mon, 20 Aug 2018 10:19:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:19:00,789 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/1ed02a0c-04e4-44c3-903d-cb0151ba0655 used request id req-6571092a-a2a5-41b6-8d70-c36577891aff 2018-08-20 10:19:00,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:00,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:00,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:00,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:00,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:00,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-2ce0aa89-e811-463f-bd18-7aab3755221a Date: Mon, 20 Aug 2018 10:19:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:01,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-2ce0aa89-e811-463f-bd18-7aab3755221a 2018-08-20 10:19:01,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,160 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e3e5cac-0793-47db-80d0-108f24423650 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-2e3e5cac-0793-47db-80d0-108f24423650 2018-08-20 10:19:01,161 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,239 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acbbed88-dc09-4fab-8ddc-932a47fef665 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-acbbed88-dc09-4fab-8ddc-932a47fef665 2018-08-20 10:19:01,240 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,334 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39a145d6-e4a4-46ce-9814-41f674128d09 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-39a145d6-e4a4-46ce-9814-41f674128d09 2018-08-20 10:19:01,334 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,438 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7a8e7e5-f6ff-4c75-90a8-824fc471a35c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-a7a8e7e5-f6ff-4c75-90a8-824fc471a35c 2018-08-20 10:19:01,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,523 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-526fb946-192e-4b8c-871b-b76aab426389 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-526fb946-192e-4b8c-871b-b76aab426389 2018-08-20 10:19:01,524 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,625 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c244bc4c-b0f8-495d-a69e-f5a39170cbc0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-c244bc4c-b0f8-495d-a69e-f5a39170cbc0 2018-08-20 10:19:01,625 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,723 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb8cbd2b-6f7c-465b-abb6-9f0de734dbc7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-bb8cbd2b-6f7c-465b-abb6-9f0de734dbc7 2018-08-20 10:19:01,723 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,819 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df7c4fae-33c8-4918-a390-066405081a44 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-df7c4fae-33c8-4918-a390-066405081a44 2018-08-20 10:19:01,820 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:01,912 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-566ef60f-a7f6-487f-b58e-279c6661241d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:01,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-566ef60f-a7f6-487f-b58e-279c6661241d 2018-08-20 10:19:01,912 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:01,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e671423-dab3-4c02-b561-fde305087bef Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:02,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-6e671423-dab3-4c02-b561-fde305087bef 2018-08-20 10:19:02,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,127 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f317fa0a-634c-4aa2-b340-351ebaaf620e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:02,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-f317fa0a-634c-4aa2-b340-351ebaaf620e 2018-08-20 10:19:02,127 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:02,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,224 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60b7bdd9-ef7b-48cd-961c-e763f68b423c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:02,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-60b7bdd9-ef7b-48cd-961c-e763f68b423c 2018-08-20 10:19:02,224 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:02,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,319 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2123d789-ee23-4af3-b579-3cd75c48660c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:02,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-2123d789-ee23-4af3-b579-3cd75c48660c 2018-08-20 10:19:02,320 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:02,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,401 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f8af84a-8be2-41f8-aadc-9e70fb2b1217 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:02,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-3f8af84a-8be2-41f8-aadc-9e70fb2b1217 2018-08-20 10:19:02,401 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:02,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2d9b842-475d-4ba0-9b0f-09e0009170dc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:02,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-e2d9b842-475d-4ba0-9b0f-09e0009170dc 2018-08-20 10:19:02,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,593 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ede3229a-d321-41d6-a746-e2183503a0c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:02,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-ede3229a-d321-41d6-a746-e2183503a0c5 2018-08-20 10:19:02,594 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:02,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,683 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7771399b-c6a8-4ee2-9d1a-46cb0d54b28f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:02,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-7771399b-c6a8-4ee2-9d1a-46cb0d54b28f 2018-08-20 10:19:02,683 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:02,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:02,776 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c33517d-1247-4739-a34f-95e416eb6523 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:02,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-2c33517d-1247-4739-a34f-95e416eb6523 2018-08-20 10:19:02,777 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:02,778 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-58f92833-ee51-462-proj 2018-08-20 10:19:02,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/7e82e75862a14a2b8bfee46d4139b7e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:03,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24d56e39-a313-4d51-b375-310fad430146 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:03,016 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/7e82e75862a14a2b8bfee46d4139b7e7 used request id req-24d56e39-a313-4d51-b375-310fad430146 2018-08-20 10:19:03,017 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-58f92833-ee51-462-proj-role 2018-08-20 10:19:03,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/44ac064de14d41bb8a16bcf5f9114bba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:03,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da5187cb-55cb-42de-8036-97206e34bc77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:03,142 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/44ac064de14d41bb8a16bcf5f9114bba used request id req-da5187cb-55cb-42de-8036-97206e34bc77 2018-08-20 10:19:03,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a4e82ec6a06abfd975294a8cdbda3c3e2d1b6e" 2018-08-20 10:19:03,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a4c91f9-564a-41f8-b15f-2a98172c2664 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:03,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4a4c91f9-564a-41f8-b15f-2a98172c2664 2018-08-20 10:19:03,240 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-58f92833-ee51-462-user 2018-08-20 10:19:03,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/c5276320192b4f0fbe4d5a4af4f8f2df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a671005f226c6af2b1943706a4e93a6f4f31dd4" 2018-08-20 10:19:03,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fa00b75-4ad0-4c2e-8678-53157ab2fc6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:03,437 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/c5276320192b4f0fbe4d5a4af4f8f2df used request id req-2fa00b75-4ad0-4c2e-8678-53157ab2fc6e 2018-08-20 10:19:03,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:03,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["7Zn35cvsTA661ABuTKcmxA"], "issued_at": "2018-08-20T10:19:03.000000Z"}} 2018-08-20 10:19:03,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}236e005fde5d365ceba5aec5ff43885c36e86682" 2018-08-20 10:19:03,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22cb645f-0886-4360-ba34-0145d012bde7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:03,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-22cb645f-0886-4360-ba34-0145d012bde7 2018-08-20 10:19:03,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:03,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:04,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["16O6QwzdSQGawG_BGmqN_A"], "issued_at": "2018-08-20T10:19:04.000000Z"}} 2018-08-20 10:19:04,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:04,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-381fe162-e637-481c-8389-afb5ac8c05be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:04,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-381fe162-e637-481c-8389-afb5ac8c05be 2018-08-20 10:19:04,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:04,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:04,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-00d0dcac-7658-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:04,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d04e952-58bc-4299-9e40-424a2501187a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-00d0dcac-7658-427-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:19:04,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-00d0dcac-7658-427-proj used request id req-3d04e952-58bc-4299-9e40-424a2501187a 2018-08-20 10:19:04,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:04,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d372909-04da-46e2-b3af-ddda8261b6f2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:04,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-6d372909-04da-46e2-b3af-ddda8261b6f2 2018-08-20 10:19:04,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj"}}' 2018-08-20 10:19:04,825 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0499ff4-a472-401d-b22d-03750caadef2 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cf53466f65b449bf8cf6a135ef289c1a"}, "tags": [], "enabled": true, "id": "cf53466f65b449bf8cf6a135ef289c1a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj"}} 2018-08-20 10:19:04,826 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-d0499ff4-a472-401d-b22d-03750caadef2 2018-08-20 10:19:04,826 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-00d0dcac-7658-427-proj 2018-08-20 10:19:04,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:04,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:05,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["EuF9cs0LSR-TwAXHxKZqZw"], "issued_at": "2018-08-20T10:19:05.000000Z"}} 2018-08-20 10:19:05,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6371146687c12cca92db6014a1aefbeb93ba5f52" 2018-08-20 10:19:05,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7daf362d-7b61-4d22-9607-b53ecd00b484 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:05,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7daf362d-7b61-4d22-9607-b53ecd00b484 2018-08-20 10:19:05,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:05,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:05,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6371146687c12cca92db6014a1aefbeb93ba5f52" 2018-08-20 10:19:05,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0544352f-677b-4262-a8c4-c1ba4cb708c8 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:19:05,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-0544352f-677b-4262-a8c4-c1ba4cb708c8 2018-08-20 10:19:05,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-00d0dcac-7658-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6371146687c12cca92db6014a1aefbeb93ba5f52" 2018-08-20 10:19:05,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c80378-d9b9-44ac-bb42-9a9fc2e52b90 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-00d0dcac-7658-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cf53466f65b449bf8cf6a135ef289c1a"}, "tags": [], "enabled": true, "id": "cf53466f65b449bf8cf6a135ef289c1a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj"}]} 2018-08-20 10:19:05,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageSuccessTests-00d0dcac-7658-427-proj used request id req-d8c80378-d9b9-44ac-bb42-9a9fc2e52b90 2018-08-20 10:19:05,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6371146687c12cca92db6014a1aefbeb93ba5f52" 2018-08-20 10:19:05,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd761182-603d-47a1-937b-24d54735e427 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:05,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-cd761182-603d-47a1-937b-24d54735e427 2018-08-20 10:19:06,119 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-00d0dcac-7658-427-user 2018-08-20 10:19:06,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:06,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:06,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c204b28-f8d5-4452-b849-5321070bc6a4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:06,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8c204b28-f8d5-4452-b849-5321070bc6a4 2018-08-20 10:19:06,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" -d '{"role": {"name": "CreateImageSuccessTests-00d0dcac-7658-427-proj-role"}}' 2018-08-20 10:19:06,315 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8321dbe7-f4f5-46c1-aa71-4cb13e79defd Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b829fb5b26cb46048578564966df7c74", "links": {"self": "http://172.30.9.36:5000/v3/roles/b829fb5b26cb46048578564966df7c74"}, "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj-role"}} 2018-08-20 10:19:06,316 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-8321dbe7-f4f5-46c1-aa71-4cb13e79defd 2018-08-20 10:19:06,316 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-00d0dcac-7658-427-proj-role 2018-08-20 10:19:06,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b829fb5b26cb46048578564966df7c74 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:06,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcaaf54b-b595-4234-99ac-eab00c7997ab Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b829fb5b26cb46048578564966df7c74", "links": {"self": "http://172.30.9.36:5000/v3/roles/b829fb5b26cb46048578564966df7c74"}, "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj-role"}} 2018-08-20 10:19:06,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b829fb5b26cb46048578564966df7c74 used request id req-dcaaf54b-b595-4234-99ac-eab00c7997ab 2018-08-20 10:19:06,412 - keystone_utils - INFO - Granting role CreateImageSuccessTests-00d0dcac-7658-427-proj-role to project CreateImageSuccessTests-00d0dcac-7658-427-proj 2018-08-20 10:19:06,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/cf53466f65b449bf8cf6a135ef289c1a/users/68ffc96f9e2d4b1c918aa7be88a173bc/roles/b829fb5b26cb46048578564966df7c74 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:06,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e3d176d-f163-494c-b4f5-3e769939fa33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:06,546 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cf53466f65b449bf8cf6a135ef289c1a/users/68ffc96f9e2d4b1c918aa7be88a173bc/roles/b829fb5b26cb46048578564966df7c74 used request id req-0e3d176d-f163-494c-b4f5-3e769939fa33 2018-08-20 10:19:06,546 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:19:06,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:06,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:06,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b829fb5b26cb46048578564966df7c74", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj-role"}], "expires_at": "2018-08-20T11:19:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf53466f65b449bf8cf6a135ef289c1a", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-00d0dcac-7658-427-user", "id": "68ffc96f9e2d4b1c918aa7be88a173bc"}, "audit_ids": ["NLPmLSPuQ722UAOmYX4USQ"], "issued_at": "2018-08-20T10:19:06.000000Z"}} 2018-08-20 10:19:06,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" 2018-08-20 10:19:07,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f665bea-33a6-44a0-978c-e902df76fa47 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:07,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7f665bea-33a6-44a0-978c-e902df76fa47 2018-08-20 10:19:07,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" 2018-08-20 10:19:07,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-acebe7c7-102e-4b25-a7c2-046babda7337 Date: Mon, 20 Aug 2018 10:19:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73"} 2018-08-20 10:19:07,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 used request id req-acebe7c7-102e-4b25-a7c2-046babda7337 2018-08-20 10:19:07,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" 2018-08-20 10:19:07,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-198e410b-9178-433c-a26f-54abfeac887a Date: Mon, 20 Aug 2018 10:19: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:19:07,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-198e410b-9178-433c-a26f-54abfeac887a 2018-08-20 10:19:07,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73"}' 2018-08-20 10:19:07,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d0b1a3d7-f601-40b5-b23b-9a314aed36fe Date: Mon, 20 Aug 2018 10:19:07 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:19:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:19:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "min_disk": 0, "protected": false, "id": "c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "file": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/file", "checksum": null, "owner": "cf53466f65b449bf8cf6a135ef289c1a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:19:07,714 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d0b1a3d7-f601-40b5-b23b-9a314aed36fe 2018-08-20 10:19:07,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" -d '' 2018-08-20 10:19:08,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4e3b37c-fbfa-48f8-8be3-b59a44216579 Date: Mon, 20 Aug 2018 10:19:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:19:08,727 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/file used request id req-e4e3b37c-fbfa-48f8-8be3-b59a44216579 2018-08-20 10:19:08,728 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:19:08,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" 2018-08-20 10:19:08,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-9e2207e6-78cd-4704-ab69-feaa4f745a47 Date: Mon, 20 Aug 2018 10:19:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:19:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:19:08Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/snap", "metadata": {}}], "self": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "min_disk": 0, "protected": false, "id": "c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "file": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cf53466f65b449bf8cf6a135ef289c1a", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:19:08,920 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e used request id req-9e2207e6-78cd-4704-ab69-feaa4f745a47 2018-08-20 10:19:08,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" 2018-08-20 10:19:09,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1d2362be-fbd3-45a2-a124-a3b418fb2780 Date: Mon, 20 Aug 2018 10:19: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:19:09,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-1d2362be-fbd3-45a2-a124-a3b418fb2780 2018-08-20 10:19:09,094 - create_image - INFO - Created image with name - CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 2018-08-20 10:19:09,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" 2018-08-20 10:19:09,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-137f2f2b-05ed-4af0-8e70-ea3be0ae6555 Date: Mon, 20 Aug 2018 10:19:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:19:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:19:08Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/snap", "metadata": {}}], "self": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "min_disk": 0, "protected": false, "id": "c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "file": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cf53466f65b449bf8cf6a135ef289c1a", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:19:09,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e used request id req-137f2f2b-05ed-4af0-8e70-ea3be0ae6555 2018-08-20 10:19:09,283 - create_image - DEBUG - Instance status is - active 2018-08-20 10:19:09,283 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 2018-08-20 10:19:09,283 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 2018-08-20 10:19:09,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:09,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b829fb5b26cb46048578564966df7c74", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj-role"}], "expires_at": "2018-08-20T11:19:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf53466f65b449bf8cf6a135ef289c1a", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-00d0dcac-7658-427-user", "id": "68ffc96f9e2d4b1c918aa7be88a173bc"}, "audit_ids": ["hV3HmpQLT26CJ3Nj-7DPxA"], "issued_at": "2018-08-20T10:19:09.000000Z"}} 2018-08-20 10:19:09,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d4c9d27a4e290fff8e86c13d0ad1889cc2399a1" 2018-08-20 10:19:10,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-1d5122bb-6133-48fe-9a41-9ca483d9c763 Date: Mon, 20 Aug 2018 10:19:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:19:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:19:08Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/snap", "metadata": {}}], "self": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "min_disk": 0, "protected": false, "id": "c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "file": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cf53466f65b449bf8cf6a135ef289c1a", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73"} 2018-08-20 10:19:10,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 used request id req-1d5122bb-6133-48fe-9a41-9ca483d9c763 2018-08-20 10:19:10,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d4c9d27a4e290fff8e86c13d0ad1889cc2399a1" 2018-08-20 10:19:10,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3ccf44b3-935e-48aa-a8ba-37d276a129c3 Date: Mon, 20 Aug 2018 10:19: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:19:10,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-3ccf44b3-935e-48aa-a8ba-37d276a129c3 2018-08-20 10:19:10,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:10,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:10,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b829fb5b26cb46048578564966df7c74", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj-role"}], "expires_at": "2018-08-20T11:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf53466f65b449bf8cf6a135ef289c1a", "name": "CreateImageSuccessTests-00d0dcac-7658-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cf53466f65b449bf8cf6a135ef289c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-00d0dcac-7658-427-user", "id": "68ffc96f9e2d4b1c918aa7be88a173bc"}, "audit_ids": ["9A1DmPQVT9WfkgCvj-VeWw"], "issued_at": "2018-08-20T10:19:10.000000Z"}} 2018-08-20 10:19:10,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0e8056cd9de7653f04080dabdbea4758112c6b5" 2018-08-20 10:19:11,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c6e9e8-f78a-4872-a729-85c9de1db074 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:11,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-39c6e9e8-f78a-4872-a729-85c9de1db074 2018-08-20 10:19:11,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0e8056cd9de7653f04080dabdbea4758112c6b5" 2018-08-20 10:19:11,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-d475d1c4-2467-4c50-b99c-890f0037b3f4 Date: Mon, 20 Aug 2018 10:19:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:19:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:19:08Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/snap", "metadata": {}}], "self": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "min_disk": 0, "protected": false, "id": "c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e", "file": "/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cf53466f65b449bf8cf6a135ef289c1a", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73"} 2018-08-20 10:19:11,217 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&name=CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 used request id req-d475d1c4-2467-4c50-b99c-890f0037b3f4 2018-08-20 10:19:11,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0e8056cd9de7653f04080dabdbea4758112c6b5" 2018-08-20 10:19:11,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3e2ce9ae-37cc-4e98-b4bd-def577c10272 Date: Mon, 20 Aug 2018 10:19: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:19:11,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-3e2ce9ae-37cc-4e98-b4bd-def577c10272 2018-08-20 10:19:11,887 - create_image - INFO - Found image with name - CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 2018-08-20 10:19:11,887 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a2219cc4-4526-4960-8c0d-2841d99cde73 2018-08-20 10:19:11,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e6e2e183ec4603f2b99e1cc30713759cb95eebdb" 2018-08-20 10:19:12,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4df9d088-d56b-4b39-978f-70e5804aff36 Date: Mon, 20 Aug 2018 10:19:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:19:12,741 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/c2bf3b7d-eadb-4c71-b321-ea7f4cbeef9e used request id req-4df9d088-d56b-4b39-978f-70e5804aff36 2018-08-20 10:19:12,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:12,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:12,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:12,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:12,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:12,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-e33c5cda-5216-4f5d-9eb2-382b1e0dd5fa Date: Mon, 20 Aug 2018 10:19:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:13,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-e33c5cda-5216-4f5d-9eb2-382b1e0dd5fa 2018-08-20 10:19:13,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,301 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-862972f4-2d31-4d56-88d5-0419b6f83a11 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:13,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-862972f4-2d31-4d56-88d5-0419b6f83a11 2018-08-20 10:19:13,301 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:13,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,395 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-919f4a13-391a-4958-bf03-afb2c88f7664 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:13,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-919f4a13-391a-4958-bf03-afb2c88f7664 2018-08-20 10:19:13,396 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:13,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,492 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76309681-8ef3-4ea5-88b1-ff81cae31407 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:13,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-76309681-8ef3-4ea5-88b1-ff81cae31407 2018-08-20 10:19:13,493 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:13,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,589 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00655f02-170d-47b5-affa-1e4103a4662e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:13,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-00655f02-170d-47b5-affa-1e4103a4662e 2018-08-20 10:19:13,590 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:13,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,685 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0a25de2-4791-46fd-bf68-099ea0e462b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:13,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-e0a25de2-4791-46fd-bf68-099ea0e462b7 2018-08-20 10:19:13,685 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:13,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,780 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a72f9a7a-2aa6-47bd-a3b7-d4b35447bbe3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:13,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-a72f9a7a-2aa6-47bd-a3b7-d4b35447bbe3 2018-08-20 10:19:13,781 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:13,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,875 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7ed5a28-7fd8-44e3-8c06-5d93e574a821 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:13,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-c7ed5a28-7fd8-44e3-8c06-5d93e574a821 2018-08-20 10:19:13,875 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:13,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:13,979 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c472f89-8c37-452b-b565-b11bfca69263 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:13,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-0c472f89-8c37-452b-b565-b11bfca69263 2018-08-20 10:19:13,979 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:13,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,066 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b6221cb-8af9-409e-ace5-0182dd9cdfb2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:14,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-0b6221cb-8af9-409e-ace5-0182dd9cdfb2 2018-08-20 10:19:14,066 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:14,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eefad5e-6ce2-4ff1-95c9-0cafd3ba554e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:14,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-5eefad5e-6ce2-4ff1-95c9-0cafd3ba554e 2018-08-20 10:19:14,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,259 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54ca2e14-7aae-4239-9cc8-0b00384e9c43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:14,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-54ca2e14-7aae-4239-9cc8-0b00384e9c43 2018-08-20 10:19:14,259 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:14,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,358 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e96a4a5d-ea6f-4d93-91a1-65d001a027eb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:14,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-e96a4a5d-ea6f-4d93-91a1-65d001a027eb 2018-08-20 10:19:14,359 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:14,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,446 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f27c2ab6-1ea6-4667-9599-5bfee1fb5e6a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:14,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-f27c2ab6-1ea6-4667-9599-5bfee1fb5e6a 2018-08-20 10:19:14,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:14,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,538 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9740c7df-ccb2-4779-baf4-3bac743340d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:14,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-9740c7df-ccb2-4779-baf4-3bac743340d6 2018-08-20 10:19:14,539 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:14,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b251acfd-627c-4bc6-b810-cff2a7807cf1 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:14,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b251acfd-627c-4bc6-b810-cff2a7807cf1 2018-08-20 10:19:14,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,736 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7294d5ef-c9aa-4f31-aa42-89813627b6d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:14,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-7294d5ef-c9aa-4f31-aa42-89813627b6d8 2018-08-20 10:19:14,736 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:14,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,829 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf17bc54-ffbf-4ae2-b5e0-908567d89d7e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:14,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-bf17bc54-ffbf-4ae2-b5e0-908567d89d7e 2018-08-20 10:19:14,829 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:14,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:14,926 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5749d276-4c8d-4c25-8360-d3643992b2ab Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:14,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-5749d276-4c8d-4c25-8360-d3643992b2ab 2018-08-20 10:19:14,926 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:14,927 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-00d0dcac-7658-427-proj 2018-08-20 10:19:14,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/cf53466f65b449bf8cf6a135ef289c1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:15,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9028a175-bec0-4d75-ba55-caa9954e6a91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:15,214 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cf53466f65b449bf8cf6a135ef289c1a used request id req-9028a175-bec0-4d75-ba55-caa9954e6a91 2018-08-20 10:19:15,214 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-00d0dcac-7658-427-proj-role 2018-08-20 10:19:15,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/b829fb5b26cb46048578564966df7c74 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:15,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1e2cbd0-b98b-41b5-9af5-4203531c2b47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:15,328 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b829fb5b26cb46048578564966df7c74 used request id req-b1e2cbd0-b98b-41b5-9af5-4203531c2b47 2018-08-20 10:19:15,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e64740ba5612fa880b4b65928f768c7413b75504" 2018-08-20 10:19:15,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f4f56d-3479-4994-b406-8aa333c6492b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:15,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-05f4f56d-3479-4994-b406-8aa333c6492b 2018-08-20 10:19:15,430 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-00d0dcac-7658-427-user 2018-08-20 10:19:15,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/68ffc96f9e2d4b1c918aa7be88a173bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6371146687c12cca92db6014a1aefbeb93ba5f52" 2018-08-20 10:19:15,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9285169-2349-4b1f-a86c-e0cf2902ed55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:15,610 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/68ffc96f9e2d4b1c918aa7be88a173bc used request id req-c9285169-2349-4b1f-a86c-e0cf2902ed55 2018-08-20 10:19:15,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:16,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["FkikXDshTE2v2tIkKe3LkQ"], "issued_at": "2018-08-20T10:19:16.000000Z"}} 2018-08-20 10:19:16,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe0cc3e2f9a5648c6968e189d1dd05e4daf0c3c" 2018-08-20 10:19:16,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6265896b-5b10-44e1-8d19-ae57e47c0f70 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:16,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6265896b-5b10-44e1-8d19-ae57e47c0f70 2018-08-20 10:19:16,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:16,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:16,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["VYRs91t5SJmkSlQPhbBH2A"], "issued_at": "2018-08-20T10:19:16.000000Z"}} 2018-08-20 10:19:16,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:16,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95f7e7f1-51cf-47a0-9393-ed8a0a72d266 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:16,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-95f7e7f1-51cf-47a0-9393-ed8a0a72d266 2018-08-20 10:19:16,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:16,601 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:16,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-14a31274-4a07-46c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:16,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-276b15c8-a426-43c6-ad77-db41dc7750ed Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-14a31274-4a07-46c-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:19:16,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-14a31274-4a07-46c-proj used request id req-276b15c8-a426-43c6-ad77-db41dc7750ed 2018-08-20 10:19:16,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:16,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3890ab72-04a4-4912-8eb2-ceb71df9572d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:16,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3890ab72-04a4-4912-8eb2-ceb71df9572d 2018-08-20 10:19:16,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-14a31274-4a07-46c-proj"}}' 2018-08-20 10:19:16,933 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a092654-b9c5-4df6-a061-7ebfa0a0d513 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/dd9b5eda7f2d4968930e2e2135da59a1"}, "tags": [], "enabled": true, "id": "dd9b5eda7f2d4968930e2e2135da59a1", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-14a31274-4a07-46c-proj"}} 2018-08-20 10:19:16,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-6a092654-b9c5-4df6-a061-7ebfa0a0d513 2018-08-20 10:19:16,934 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-14a31274-4a07-46c-proj 2018-08-20 10:19:16,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:16,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:17,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["dYW0trYcTfOtF22KiKXbaQ"], "issued_at": "2018-08-20T10:19:17.000000Z"}} 2018-08-20 10:19:17,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}260093f77c133cafeb7fdcd6f413816660465552" 2018-08-20 10:19:17,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eeebef1-5b13-4ffa-9765-a33880c7d8a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:17,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1eeebef1-5b13-4ffa-9765-a33880c7d8a9 2018-08-20 10:19:17,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:17,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:17,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}260093f77c133cafeb7fdcd6f413816660465552" 2018-08-20 10:19:17,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9c6b55-0b1a-41c1-a027-aabd2ccb2d68 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:19:17,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-9e9c6b55-0b1a-41c1-a027-aabd2ccb2d68 2018-08-20 10:19:17,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-14a31274-4a07-46c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}260093f77c133cafeb7fdcd6f413816660465552" 2018-08-20 10:19:17,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d7e205-3f9a-4d90-b41b-719d67da1bce Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-14a31274-4a07-46c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/dd9b5eda7f2d4968930e2e2135da59a1"}, "tags": [], "enabled": true, "id": "dd9b5eda7f2d4968930e2e2135da59a1", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-14a31274-4a07-46c-proj"}]} 2018-08-20 10:19:17,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-14a31274-4a07-46c-proj used request id req-e9d7e205-3f9a-4d90-b41b-719d67da1bce 2018-08-20 10:19:17,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}260093f77c133cafeb7fdcd6f413816660465552" 2018-08-20 10:19:17,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45fdbc25-ae19-41a3-8c1b-245abe9b7ece Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:17,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-45fdbc25-ae19-41a3-8c1b-245abe9b7ece 2018-08-20 10:19:18,184 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-14a31274-4a07-46c-user 2018-08-20 10:19:18,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:18,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:18,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f578f56-67eb-4c31-91d5-29c801aa8839 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:18,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2f578f56-67eb-4c31-91d5-29c801aa8839 2018-08-20 10:19:18,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" -d '{"role": {"name": "CreateImageNegativeTests-14a31274-4a07-46c-proj-role"}}' 2018-08-20 10:19:18,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33cfe774-7bbf-4acc-98ba-30aad7062273 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6c12ee3fd4d8472da306604f20116326", "links": {"self": "http://172.30.9.36:5000/v3/roles/6c12ee3fd4d8472da306604f20116326"}, "name": "CreateImageNegativeTests-14a31274-4a07-46c-proj-role"}} 2018-08-20 10:19:18,322 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-33cfe774-7bbf-4acc-98ba-30aad7062273 2018-08-20 10:19:18,322 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-14a31274-4a07-46c-proj-role 2018-08-20 10:19:18,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/6c12ee3fd4d8472da306604f20116326 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:18,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf65c196-540e-4e3e-8277-2c5874e917cc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6c12ee3fd4d8472da306604f20116326", "links": {"self": "http://172.30.9.36:5000/v3/roles/6c12ee3fd4d8472da306604f20116326"}, "name": "CreateImageNegativeTests-14a31274-4a07-46c-proj-role"}} 2018-08-20 10:19:18,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/6c12ee3fd4d8472da306604f20116326 used request id req-bf65c196-540e-4e3e-8277-2c5874e917cc 2018-08-20 10:19:18,420 - keystone_utils - INFO - Granting role CreateImageNegativeTests-14a31274-4a07-46c-proj-role to project CreateImageNegativeTests-14a31274-4a07-46c-proj 2018-08-20 10:19:18,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/dd9b5eda7f2d4968930e2e2135da59a1/users/d378bce1d8574028a8e149971dcbb8f8/roles/6c12ee3fd4d8472da306604f20116326 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:18,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2d0f17d-6517-43ad-b6e0-63f032e82f54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:18,564 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/dd9b5eda7f2d4968930e2e2135da59a1/users/d378bce1d8574028a8e149971dcbb8f8/roles/6c12ee3fd4d8472da306604f20116326 used request id req-c2d0f17d-6517-43ad-b6e0-63f032e82f54 2018-08-20 10:19:18,565 - openstack_tests - DEBUG - Image metadata - None 2018-08-20 10:19:18,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:18,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:18,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6c12ee3fd4d8472da306604f20116326", "name": "CreateImageNegativeTests-14a31274-4a07-46c-proj-role"}], "expires_at": "2018-08-20T11:19:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dd9b5eda7f2d4968930e2e2135da59a1", "name": "CreateImageNegativeTests-14a31274-4a07-46c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dd9b5eda7f2d4968930e2e2135da59a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dd9b5eda7f2d4968930e2e2135da59a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dd9b5eda7f2d4968930e2e2135da59a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-14a31274-4a07-46c-user", "id": "d378bce1d8574028a8e149971dcbb8f8"}, "audit_ids": ["LWHVJS5YS8uAgP9X84kEAg"], "issued_at": "2018-08-20T10:19:18.000000Z"}} 2018-08-20 10:19:18,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603af70cbb37a26d9efe7821f6966f063b81edbd" 2018-08-20 10:19:19,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a045ec3d-ae57-4db6-b884-809d6729522c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:19,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a045ec3d-ae57-4db6-b884-809d6729522c 2018-08-20 10:19:19,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-5483e213-a67c-4a2e-9f5f-7de21853303c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}603af70cbb37a26d9efe7821f6966f063b81edbd" 2018-08-20 10:19:19,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-07c199ab-62cd-4421-9d62-cf34349751a9 Date: Mon, 20 Aug 2018 10:19:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-5483e213-a67c-4a2e-9f5f-7de21853303c"} 2018-08-20 10:19:19,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-5483e213-a67c-4a2e-9f5f-7de21853303c used request id req-07c199ab-62cd-4421-9d62-cf34349751a9 2018-08-20 10:19:19,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}603af70cbb37a26d9efe7821f6966f063b81edbd" 2018-08-20 10:19:19,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b9193185-864b-4c04-aeea-7b821d0b6ebf Date: Mon, 20 Aug 2018 10:19: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:19:19,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-b9193185-864b-4c04-aeea-7b821d0b6ebf 2018-08-20 10:19:19,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}603af70cbb37a26d9efe7821f6966f063b81edbd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-5483e213-a67c-4a2e-9f5f-7de21853303c"}' 2018-08-20 10:19:20,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/07c305a0-20f1-41ca-a5b4-bd18ceb0333c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-70eed200-3a5d-4d52-b957-99dc95968242 Date: Mon, 20 Aug 2018 10:19:20 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-5483e213-a67c-4a2e-9f5f-7de21853303c", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:19:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:19:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/07c305a0-20f1-41ca-a5b4-bd18ceb0333c", "min_disk": 0, "protected": false, "id": "07c305a0-20f1-41ca-a5b4-bd18ceb0333c", "file": "/v2/images/07c305a0-20f1-41ca-a5b4-bd18ceb0333c/file", "checksum": null, "owner": "dd9b5eda7f2d4968930e2e2135da59a1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:19:20,087 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-70eed200-3a5d-4d52-b957-99dc95968242 2018-08-20 10:19:20,095 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-08-20 10:19:20,096 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-5483e213-a67c-4a2e-9f5f-7de21853303c 2018-08-20 10:19:20,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/07c305a0-20f1-41ca-a5b4-bd18ceb0333c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}603af70cbb37a26d9efe7821f6966f063b81edbd" 2018-08-20 10:19:20,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d7f2e2c-5fa3-4f2e-aa67-74b6f6cbc9a3 Date: Mon, 20 Aug 2018 10:19:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:19:20,419 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/07c305a0-20f1-41ca-a5b4-bd18ceb0333c used request id req-2d7f2e2c-5fa3-4f2e-aa67-74b6f6cbc9a3 2018-08-20 10:19:20,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:20,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:20,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:20,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:20,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:20,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:20,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-dead2c7b-081a-4831-a8e8-b20f326360d9 Date: Mon, 20 Aug 2018 10:19:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:20,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-dead2c7b-081a-4831-a8e8-b20f326360d9 2018-08-20 10:19:20,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:20,800 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5441c09d-e4ec-4bfe-a90c-d7d93d272b8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:20,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-5441c09d-e4ec-4bfe-a90c-d7d93d272b8e 2018-08-20 10:19:20,801 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:20,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:20,902 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c430f603-907d-418a-becd-95a5eaf8ba60 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:20,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-c430f603-907d-418a-becd-95a5eaf8ba60 2018-08-20 10:19:20,903 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:20,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:20,992 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b6c9d41-646f-4017-8b3b-5b828204d001 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:20,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-3b6c9d41-646f-4017-8b3b-5b828204d001 2018-08-20 10:19:20,992 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:20,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e34252a5-29c1-40d5-b2e2-8384ded34670 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:21,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-e34252a5-29c1-40d5-b2e2-8384ded34670 2018-08-20 10:19:21,087 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:21,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-738ecb15-c9ff-410c-a3be-3d35bfc332df Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:21,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-738ecb15-c9ff-410c-a3be-3d35bfc332df 2018-08-20 10:19:21,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:21,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,273 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3e69ac9-66c2-4084-8dcb-7880f43a2e3e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:21,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-f3e69ac9-66c2-4084-8dcb-7880f43a2e3e 2018-08-20 10:19:21,274 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:21,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,369 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b4a281a-cf58-4031-8c8a-1a2ac1a4d568 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:21,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-0b4a281a-cf58-4031-8c8a-1a2ac1a4d568 2018-08-20 10:19:21,370 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:21,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,466 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-675e7c4d-5576-4c3c-b3cf-0fc984eabf64 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:21,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-675e7c4d-5576-4c3c-b3cf-0fc984eabf64 2018-08-20 10:19:21,466 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:21,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,555 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8cf67c6-2d76-4790-91fc-b513e115d2b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:21,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b8cf67c6-2d76-4790-91fc-b513e115d2b5 2018-08-20 10:19:21,555 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:21,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c447d952-6114-453c-99d0-ad945caf5266 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:21,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-c447d952-6114-453c-99d0-ad945caf5266 2018-08-20 10:19:21,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,824 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90de0f36-922c-459b-bad8-d206ae22a398 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:21,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-90de0f36-922c-459b-bad8-d206ae22a398 2018-08-20 10:19:21,825 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:21,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:21,911 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f905801-0679-4337-bb21-c0394b1a0945 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:21,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-8f905801-0679-4337-bb21-c0394b1a0945 2018-08-20 10:19:21,911 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:21,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,004 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b555f32a-c8ad-4ef2-84b6-686a0fb889a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:22,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-b555f32a-c8ad-4ef2-84b6-686a0fb889a3 2018-08-20 10:19:22,005 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:22,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,102 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34d009c9-7ea6-4337-b831-03bb82529c90 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:22,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-34d009c9-7ea6-4337-b831-03bb82529c90 2018-08-20 10:19:22,102 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:22,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-707171e6-5311-4959-b91f-a9a756e556c0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:22,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-707171e6-5311-4959-b91f-a9a756e556c0 2018-08-20 10:19:22,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,294 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83654072-07eb-4e21-8ac1-0f316389a928 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:22,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-83654072-07eb-4e21-8ac1-0f316389a928 2018-08-20 10:19:22,295 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:22,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,390 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97dd59fe-52a0-4e3f-8a62-52450da7885c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:22,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-97dd59fe-52a0-4e3f-8a62-52450da7885c 2018-08-20 10:19:22,390 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:22,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,487 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f86cd76-5e9c-4b02-b517-4b308609feed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:22,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-1f86cd76-5e9c-4b02-b517-4b308609feed 2018-08-20 10:19:22,488 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:22,489 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-14a31274-4a07-46c-proj 2018-08-20 10:19:22,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/dd9b5eda7f2d4968930e2e2135da59a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,723 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4cae156-c27a-4dd7-9b35-b3d9ab1cfdfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:22,723 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/dd9b5eda7f2d4968930e2e2135da59a1 used request id req-a4cae156-c27a-4dd7-9b35-b3d9ab1cfdfd 2018-08-20 10:19:22,723 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-14a31274-4a07-46c-proj-role 2018-08-20 10:19:22,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/6c12ee3fd4d8472da306604f20116326 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,836 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c06f6ed-504e-4762-a548-769422b8b6fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:22,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/6c12ee3fd4d8472da306604f20116326 used request id req-0c06f6ed-504e-4762-a548-769422b8b6fb 2018-08-20 10:19:22,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7456eddafe0f7e4dee63a78c8c0919b7f54e49b1" 2018-08-20 10:19:22,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07b231a-6f53-414d-b2e6-5bfd140a3c0e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:22,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b07b231a-6f53-414d-b2e6-5bfd140a3c0e 2018-08-20 10:19:22,932 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-14a31274-4a07-46c-user 2018-08-20 10:19:22,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/d378bce1d8574028a8e149971dcbb8f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}260093f77c133cafeb7fdcd6f413816660465552" 2018-08-20 10:19:23,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b19ab347-6dcf-4349-9736-747c1078eb9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:23,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/d378bce1d8574028a8e149971dcbb8f8 used request id req-b19ab347-6dcf-4349-9736-747c1078eb9e 2018-08-20 10:19:23,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:23,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["HVaM0x5YTO2ukH9_h13UGg"], "issued_at": "2018-08-20T10:19:23.000000Z"}} 2018-08-20 10:19:23,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}508490ea02a168061208fa8b5bbaa6a3d0ee60b8" 2018-08-20 10:19:23,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8f114e9-b966-46e7-bd1b-1b8e74ff8607 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:23,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f8f114e9-b966-46e7-bd1b-1b8e74ff8607 2018-08-20 10:19:23,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:23,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:24,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["1E737J60SdC0AutmopsPJA"], "issued_at": "2018-08-20T10:19:24.000000Z"}} 2018-08-20 10:19:24,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:24,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6032834-b9ff-4933-801a-bb738d26383b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:24,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e6032834-b9ff-4933-801a-bb738d26383b 2018-08-20 10:19:24,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:24,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:24,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:24,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-628222a7-59c4-4418-a242-32459ab27c2d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:19:24,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj used request id req-628222a7-59c4-4418-a242-32459ab27c2d 2018-08-20 10:19:24,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:24,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315e93ca-2579-4dfe-a3ab-12475a7cfe63 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:24,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-315e93ca-2579-4dfe-a3ab-12475a7cfe63 2018-08-20 10:19:24,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj"}}' 2018-08-20 10:19:24,525 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0dac313-6e50-4ea9-a724-8871c450050f Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/9a1880317cc7406cbe5452e61112aeb9"}, "tags": [], "enabled": true, "id": "9a1880317cc7406cbe5452e61112aeb9", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj"}} 2018-08-20 10:19:24,525 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-e0dac313-6e50-4ea9-a724-8871c450050f 2018-08-20 10:19:24,525 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj 2018-08-20 10:19:24,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:24,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:24,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["u3nIJmKHTqm5gq98BzXCdg"], "issued_at": "2018-08-20T10:19:24.000000Z"}} 2018-08-20 10:19:24,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7895c2f62c1b1404a15cf5f4bf68e5fd92f954a2" 2018-08-20 10:19:25,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0dc7031-8e6e-40e8-8501-4ed65df7d6fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:25,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b0dc7031-8e6e-40e8-8501-4ed65df7d6fd 2018-08-20 10:19:25,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:25,017 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:25,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7895c2f62c1b1404a15cf5f4bf68e5fd92f954a2" 2018-08-20 10:19:25,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3e50fd-b1db-46e2-8db7-116ea030a4c1 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:19:25,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-db3e50fd-b1db-46e2-8db7-116ea030a4c1 2018-08-20 10:19:25,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7895c2f62c1b1404a15cf5f4bf68e5fd92f954a2" 2018-08-20 10:19:25,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add9f453-27b4-48f2-a778-a0cbd07ecdcb Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/9a1880317cc7406cbe5452e61112aeb9"}, "tags": [], "enabled": true, "id": "9a1880317cc7406cbe5452e61112aeb9", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj"}]} 2018-08-20 10:19:25,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj used request id req-add9f453-27b4-48f2-a778-a0cbd07ecdcb 2018-08-20 10:19:25,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7895c2f62c1b1404a15cf5f4bf68e5fd92f954a2" 2018-08-20 10:19:25,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc4dd663-e80a-478b-aae1-e3dd1422349c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:25,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-bc4dd663-e80a-478b-aae1-e3dd1422349c 2018-08-20 10:19:25,640 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-9bdd6fa3-e256-4e6-user 2018-08-20 10:19:25,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:25,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:25,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e2a204-fb06-45d8-8e92-604619bcd730 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:25,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b8e2a204-fb06-45d8-8e92-604619bcd730 2018-08-20 10:19:25,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" -d '{"role": {"name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj-role"}}' 2018-08-20 10:19:25,843 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e568b926-8882-4002-9828-56ebb6aa0247 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc6542caf0994e2b8b0f9f77e8c09e3f", "links": {"self": "http://172.30.9.36:5000/v3/roles/bc6542caf0994e2b8b0f9f77e8c09e3f"}, "name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj-role"}} 2018-08-20 10:19:25,843 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e568b926-8882-4002-9828-56ebb6aa0247 2018-08-20 10:19:25,843 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj-role 2018-08-20 10:19:25,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/bc6542caf0994e2b8b0f9f77e8c09e3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:25,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bce6f8d-e17e-40fe-82c0-8b3f51b93dd9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc6542caf0994e2b8b0f9f77e8c09e3f", "links": {"self": "http://172.30.9.36:5000/v3/roles/bc6542caf0994e2b8b0f9f77e8c09e3f"}, "name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj-role"}} 2018-08-20 10:19:25,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/bc6542caf0994e2b8b0f9f77e8c09e3f used request id req-3bce6f8d-e17e-40fe-82c0-8b3f51b93dd9 2018-08-20 10:19:25,935 - keystone_utils - INFO - Granting role CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj-role to project CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj 2018-08-20 10:19:25,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/9a1880317cc7406cbe5452e61112aeb9/users/624e0109f57b496c8b3dc3f59369968c/roles/bc6542caf0994e2b8b0f9f77e8c09e3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:26,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24fb081f-e846-462c-a0bf-60dbff16f20c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:26,074 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9a1880317cc7406cbe5452e61112aeb9/users/624e0109f57b496c8b3dc3f59369968c/roles/bc6542caf0994e2b8b0f9f77e8c09e3f used request id req-24fb081f-e846-462c-a0bf-60dbff16f20c 2018-08-20 10:19:26,074 - openstack_tests - DEBUG - Image metadata - None 2018-08-20 10:19:26,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:26,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:26,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bc6542caf0994e2b8b0f9f77e8c09e3f", "name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj-role"}], "expires_at": "2018-08-20T11:19:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a1880317cc7406cbe5452e61112aeb9", "name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/9a1880317cc7406cbe5452e61112aeb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/9a1880317cc7406cbe5452e61112aeb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/9a1880317cc7406cbe5452e61112aeb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9a1880317cc7406cbe5452e61112aeb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/9a1880317cc7406cbe5452e61112aeb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/9a1880317cc7406cbe5452e61112aeb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_9a1880317cc7406cbe5452e61112aeb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_9a1880317cc7406cbe5452e61112aeb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/9a1880317cc7406cbe5452e61112aeb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/9a1880317cc7406cbe5452e61112aeb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/9a1880317cc7406cbe5452e61112aeb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/9a1880317cc7406cbe5452e61112aeb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/9a1880317cc7406cbe5452e61112aeb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/9a1880317cc7406cbe5452e61112aeb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-9bdd6fa3-e256-4e6-user", "id": "624e0109f57b496c8b3dc3f59369968c"}, "audit_ids": ["kEa8CUWnSou58zLQonYKrQ"], "issued_at": "2018-08-20T10:19:26.000000Z"}} 2018-08-20 10:19:26,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543dbaebf6e71eb4a0bfeedcb98570b19fcac33d" 2018-08-20 10:19:26,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1384bb83-d2c1-4705-bb24-8f1a03952000 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:26,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1384bb83-d2c1-4705-bb24-8f1a03952000 2018-08-20 10:19:26,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-b11590f8-6079-411a-85e7-c7fc2723b1ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}543dbaebf6e71eb4a0bfeedcb98570b19fcac33d" 2018-08-20 10:19:26,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-331e5fc2-de65-4910-90f5-63150d458d0a Date: Mon, 20 Aug 2018 10:19:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-b11590f8-6079-411a-85e7-c7fc2723b1ad"} 2018-08-20 10:19:26,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-b11590f8-6079-411a-85e7-c7fc2723b1ad used request id req-331e5fc2-de65-4910-90f5-63150d458d0a 2018-08-20 10:19:26,732 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-08-20 10:19:26,732 - file_utils - DEBUG - Saving file to - /tmp/ff594388-f351-48d5-a588-9d85355f9e94 2018-08-20 10:19:26,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}543dbaebf6e71eb4a0bfeedcb98570b19fcac33d" 2018-08-20 10:19:27,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-93d04ae2-f50f-411f-991e-3bf431988334 Date: Mon, 20 Aug 2018 10:19: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:19:27,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-93d04ae2-f50f-411f-991e-3bf431988334 2018-08-20 10:19:27,588 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-08-20 10:19:27,588 - glance_utils - DEBUG - Closing file ./tmp/ff594388-f351-48d5-a588-9d85355f9e94 2018-08-20 10:19:27,588 - glance_utils - INFO - Removing file ./tmp/ff594388-f351-48d5-a588-9d85355f9e94 2018-08-20 10:19:27,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:27,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:27,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:27,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:27,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:27,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:27,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-13c4432b-306d-4d52-b81b-2b8614c0b9f5 Date: Mon, 20 Aug 2018 10:19:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:27,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-13c4432b-306d-4d52-b81b-2b8614c0b9f5 2018-08-20 10:19:27,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:27,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef455a27-5891-440a-9703-92902f75391c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:27,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-ef455a27-5891-440a-9703-92902f75391c 2018-08-20 10:19:27,971 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:27,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,059 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3948aad8-b835-439a-b98a-ef4697cc3643 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-3948aad8-b835-439a-b98a-ef4697cc3643 2018-08-20 10:19:28,060 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,157 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd78942c-ec10-4f7d-85d9-7885a67f670e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-bd78942c-ec10-4f7d-85d9-7885a67f670e 2018-08-20 10:19:28,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,252 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b7a624c-6272-46b2-b347-bea877bbb5c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-0b7a624c-6272-46b2-b347-bea877bbb5c2 2018-08-20 10:19:28,252 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,350 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdf1e13d-6876-48f1-9931-25dde8248eb0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-cdf1e13d-6876-48f1-9931-25dde8248eb0 2018-08-20 10:19:28,350 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,440 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4388d63-2958-4e80-ac18-8f2ec7abd495 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-f4388d63-2958-4e80-ac18-8f2ec7abd495 2018-08-20 10:19:28,440 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,536 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f199bb6-3e9e-49a8-b6c6-6ea5b654518c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-5f199bb6-3e9e-49a8-b6c6-6ea5b654518c 2018-08-20 10:19:28,536 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,623 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed482620-ff4c-40ba-94fa-723b09c0a0d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-ed482620-ff4c-40ba-94fa-723b09c0a0d0 2018-08-20 10:19:28,623 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,718 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-658a43f2-9fd5-4a0a-a50e-d053b8bc1c23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-658a43f2-9fd5-4a0a-a50e-d053b8bc1c23 2018-08-20 10:19:28,719 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f7bca12-85a6-4baa-8e93-4df7d225a3b5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:28,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-6f7bca12-85a6-4baa-8e93-4df7d225a3b5 2018-08-20 10:19:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:28,908 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-427d3d67-26e7-44fc-87a1-df1a32794f5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:28,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-427d3d67-26e7-44fc-87a1-df1a32794f5e 2018-08-20 10:19:28,908 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:28,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:29,005 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c5c82a0-68aa-4a59-af17-2cf1952b510b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:29,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-6c5c82a0-68aa-4a59-af17-2cf1952b510b 2018-08-20 10:19:29,005 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:29,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:29,102 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97af4ff0-4028-479e-aeab-d5f093122abf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:29,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-97af4ff0-4028-479e-aeab-d5f093122abf 2018-08-20 10:19:29,102 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:29,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:29,193 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccaa24b0-fbb4-4767-a48f-7ee2b9aa904a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:29,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-ccaa24b0-fbb4-4767-a48f-7ee2b9aa904a 2018-08-20 10:19:29,194 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:29,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:29,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16de5709-f693-4256-b0aa-32e8e66b17d9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:29,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-16de5709-f693-4256-b0aa-32e8e66b17d9 2018-08-20 10:19:29,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:29,471 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eac45e56-3742-4dc7-a7a9-e45ecda1393b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:29,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-eac45e56-3742-4dc7-a7a9-e45ecda1393b 2018-08-20 10:19:29,472 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:29,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:29,563 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8caa80a-8aec-412e-9733-79fe0670279e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:29,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-a8caa80a-8aec-412e-9733-79fe0670279e 2018-08-20 10:19:29,564 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:29,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:29,660 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83f18748-715b-4a51-8fdb-cbe7e1124dae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:29,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-83f18748-715b-4a51-8fdb-cbe7e1124dae 2018-08-20 10:19:29,660 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:29,661 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj 2018-08-20 10:19:29,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/9a1880317cc7406cbe5452e61112aeb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:29,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd486456-f3a5-4bed-af9c-2a1a9cee3f20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:29,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/9a1880317cc7406cbe5452e61112aeb9 used request id req-cd486456-f3a5-4bed-af9c-2a1a9cee3f20 2018-08-20 10:19:29,914 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-9bdd6fa3-e256-4e6-proj-role 2018-08-20 10:19:29,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/bc6542caf0994e2b8b0f9f77e8c09e3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:30,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cd301c1-cbaf-4ed2-b3a6-6405cb4326d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:30,041 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/bc6542caf0994e2b8b0f9f77e8c09e3f used request id req-3cd301c1-cbaf-4ed2-b3a6-6405cb4326d3 2018-08-20 10:19:30,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb343e5a08422bf01847b85f502b5717391366a" 2018-08-20 10:19:30,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8c1021-7e27-4473-a431-7df3feb32f94 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:30,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7f8c1021-7e27-4473-a431-7df3feb32f94 2018-08-20 10:19:30,135 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-9bdd6fa3-e256-4e6-user 2018-08-20 10:19:30,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/624e0109f57b496c8b3dc3f59369968c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7895c2f62c1b1404a15cf5f4bf68e5fd92f954a2" 2018-08-20 10:19:30,324 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b2b8b9a-c668-491d-b270-b07fa0ae9721 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:30,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/624e0109f57b496c8b3dc3f59369968c used request id req-7b2b8b9a-c668-491d-b270-b07fa0ae9721 2018-08-20 10:19:30,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:30,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ayxAb8X_QzKaD7cKcKXDFQ"], "issued_at": "2018-08-20T10:19:30.000000Z"}} 2018-08-20 10:19:30,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1dbafc2b18d374f953798a091fab4914f1430" 2018-08-20 10:19:30,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e286368-e360-4c11-a9e4-cea93d4f9b8a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:30,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0e286368-e360-4c11-a9e4-cea93d4f9b8a 2018-08-20 10:19:30,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:30,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:31,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["i_q-kpahT6-XtumCTy72oA"], "issued_at": "2018-08-20T10:19:31.000000Z"}} 2018-08-20 10:19:31,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:31,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb356909-21e7-4a25-a8b4-41b0af3a7579 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:31,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cb356909-21e7-4a25-a8b4-41b0af3a7579 2018-08-20 10:19:31,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:31,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:31,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b86b8cf4-0373-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:31,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e51c10-bcdc-4815-82f0-d569d63bcc14 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b86b8cf4-0373-497-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:19:31,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b86b8cf4-0373-497-proj used request id req-67e51c10-bcdc-4815-82f0-d569d63bcc14 2018-08-20 10:19:31,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:31,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c22858-2776-4207-a2a2-c8eaaf27b56d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:31,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e8c22858-2776-4207-a2a2-c8eaaf27b56d 2018-08-20 10:19:31,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-b86b8cf4-0373-497-proj"}}' 2018-08-20 10:19:31,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c76b633-ff23-4688-becf-8ea5769e57bb Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/45d80d52e7bf4cd2a229d0618b5712d1"}, "tags": [], "enabled": true, "id": "45d80d52e7bf4cd2a229d0618b5712d1", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-b86b8cf4-0373-497-proj"}} 2018-08-20 10:19:31,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-9c76b633-ff23-4688-becf-8ea5769e57bb 2018-08-20 10:19:31,628 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-b86b8cf4-0373-497-proj 2018-08-20 10:19:31,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:31,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:32,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lyszvfrLTu2DJ6-jhIRoPg"], "issued_at": "2018-08-20T10:19:32.000000Z"}} 2018-08-20 10:19:32,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3e2bfe7c53014ca2dbf3def840dcd435fbfa8b" 2018-08-20 10:19:32,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e66ded10-e3de-4d38-9317-677c23a4ab0e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:32,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e66ded10-e3de-4d38-9317-677c23a4ab0e 2018-08-20 10:19:32,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:32,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:32,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3e2bfe7c53014ca2dbf3def840dcd435fbfa8b" 2018-08-20 10:19:32,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46434662-e146-4d79-91d3-3d824bd1e038 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:19:32,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-46434662-e146-4d79-91d3-3d824bd1e038 2018-08-20 10:19:32,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-b86b8cf4-0373-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3e2bfe7c53014ca2dbf3def840dcd435fbfa8b" 2018-08-20 10:19:32,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd749a34-ea68-4a8f-bdc7-668c89a02748 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-b86b8cf4-0373-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/45d80d52e7bf4cd2a229d0618b5712d1"}, "tags": [], "enabled": true, "id": "45d80d52e7bf4cd2a229d0618b5712d1", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-b86b8cf4-0373-497-proj"}]} 2018-08-20 10:19:32,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-b86b8cf4-0373-497-proj used request id req-bd749a34-ea68-4a8f-bdc7-668c89a02748 2018-08-20 10:19:32,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3e2bfe7c53014ca2dbf3def840dcd435fbfa8b" 2018-08-20 10:19:32,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8609276d-7a07-48ea-a3c9-705bafc43f0b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:32,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-8609276d-7a07-48ea-a3c9-705bafc43f0b 2018-08-20 10:19:32,801 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-b86b8cf4-0373-497-user 2018-08-20 10:19:32,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:32,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:32,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9cd6670-4a8f-4d5f-bcb0-cc25509ea60e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:32,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e9cd6670-4a8f-4d5f-bcb0-cc25509ea60e 2018-08-20 10:19:32,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" -d '{"role": {"name": "CreateImageNegativeTests-b86b8cf4-0373-497-proj-role"}}' 2018-08-20 10:19:33,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0098190f-6abb-4f14-b65e-6121ee97c2b1 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dd7beaaa80a84333839d130d58bc9af5", "links": {"self": "http://172.30.9.36:5000/v3/roles/dd7beaaa80a84333839d130d58bc9af5"}, "name": "CreateImageNegativeTests-b86b8cf4-0373-497-proj-role"}} 2018-08-20 10:19:33,017 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-0098190f-6abb-4f14-b65e-6121ee97c2b1 2018-08-20 10:19:33,018 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-b86b8cf4-0373-497-proj-role 2018-08-20 10:19:33,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/dd7beaaa80a84333839d130d58bc9af5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:33,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac96661f-691d-4d47-ab61-a49ca9958078 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dd7beaaa80a84333839d130d58bc9af5", "links": {"self": "http://172.30.9.36:5000/v3/roles/dd7beaaa80a84333839d130d58bc9af5"}, "name": "CreateImageNegativeTests-b86b8cf4-0373-497-proj-role"}} 2018-08-20 10:19:33,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/dd7beaaa80a84333839d130d58bc9af5 used request id req-ac96661f-691d-4d47-ab61-a49ca9958078 2018-08-20 10:19:33,116 - keystone_utils - INFO - Granting role CreateImageNegativeTests-b86b8cf4-0373-497-proj-role to project CreateImageNegativeTests-b86b8cf4-0373-497-proj 2018-08-20 10:19:33,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/45d80d52e7bf4cd2a229d0618b5712d1/users/2323309163924694be1b386c2f02222b/roles/dd7beaaa80a84333839d130d58bc9af5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:33,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98f0fd48-8039-4d30-9ec4-372ad0fc5dc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:33,265 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/45d80d52e7bf4cd2a229d0618b5712d1/users/2323309163924694be1b386c2f02222b/roles/dd7beaaa80a84333839d130d58bc9af5 used request id req-98f0fd48-8039-4d30-9ec4-372ad0fc5dc5 2018-08-20 10:19:33,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:33,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:33,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dd7beaaa80a84333839d130d58bc9af5", "name": "CreateImageNegativeTests-b86b8cf4-0373-497-proj-role"}], "expires_at": "2018-08-20T11:19:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45d80d52e7bf4cd2a229d0618b5712d1", "name": "CreateImageNegativeTests-b86b8cf4-0373-497-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_45d80d52e7bf4cd2a229d0618b5712d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_45d80d52e7bf4cd2a229d0618b5712d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/45d80d52e7bf4cd2a229d0618b5712d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-b86b8cf4-0373-497-user", "id": "2323309163924694be1b386c2f02222b"}, "audit_ids": ["1ulK5pGZSTydb-Y1OFe_fg"], "issued_at": "2018-08-20T10:19:33.000000Z"}} 2018-08-20 10:19:33,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}914204f7d510d8530b337464952c8e8e35d6e353" 2018-08-20 10:19:33,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af7a7636-ab5f-4744-adfc-2ab8bd781dfe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:33,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-af7a7636-ab5f-4744-adfc-2ab8bd781dfe 2018-08-20 10:19:33,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}914204f7d510d8530b337464952c8e8e35d6e353" 2018-08-20 10:19:34,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-aefa9e37-c698-4cbd-b132-93d084005f2a Date: Mon, 20 Aug 2018 10:19:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-08-20 10:19:34,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&name=foo used request id req-aefa9e37-c698-4cbd-b132-93d084005f2a 2018-08-20 10:19:34,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:34,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:34,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:34,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:34,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:34,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:34,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-fc274f7e-1718-4950-9aa0-fbd170a30bd6 Date: Mon, 20 Aug 2018 10:19:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:34,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-fc274f7e-1718-4950-9aa0-fbd170a30bd6 2018-08-20 10:19:34,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:34,733 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed5ac008-3dbc-4c69-b6e1-a6dac38bd73d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:34,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-ed5ac008-3dbc-4c69-b6e1-a6dac38bd73d 2018-08-20 10:19:34,734 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:34,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:34,830 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a6441bf-d78a-43c7-b923-338b7b51716f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:34,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-3a6441bf-d78a-43c7-b923-338b7b51716f 2018-08-20 10:19:34,830 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:34,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:34,923 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64a735e4-25d5-4a7c-bd9f-95c13ce49bed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:34,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-64a735e4-25d5-4a7c-bd9f-95c13ce49bed 2018-08-20 10:19:34,924 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:34,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,016 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c137a54-5503-41c5-b736-affd4c6696d1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-6c137a54-5503-41c5-b736-affd4c6696d1 2018-08-20 10:19:35,016 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,112 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff00901e-1b05-486f-88a6-9c3d4fbc6990 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-ff00901e-1b05-486f-88a6-9c3d4fbc6990 2018-08-20 10:19:35,113 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,209 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa6fc074-ccc8-46e1-aab7-686f02be1e43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-fa6fc074-ccc8-46e1-aab7-686f02be1e43 2018-08-20 10:19:35,210 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,301 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cda85c9-05b7-41f1-9d76-3f8da9dbac45 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-7cda85c9-05b7-41f1-9d76-3f8da9dbac45 2018-08-20 10:19:35,302 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,395 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68a123eb-1235-4b2e-a3af-5be3c1d16401 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-68a123eb-1235-4b2e-a3af-5be3c1d16401 2018-08-20 10:19:35,395 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,497 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87be2dde-728b-4aae-9eb5-69ba95342630 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-87be2dde-728b-4aae-9eb5-69ba95342630 2018-08-20 10:19:35,497 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37862817-6bcb-4504-8720-fa4e6792dbb4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:35,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-37862817-6bcb-4504-8720-fa4e6792dbb4 2018-08-20 10:19:35,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,675 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-994358da-22c3-4042-918d-044951a82841 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-994358da-22c3-4042-918d-044951a82841 2018-08-20 10:19:35,675 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,777 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75aaf6fc-531e-41ab-b1a1-c59745d6366f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-75aaf6fc-531e-41ab-b1a1-c59745d6366f 2018-08-20 10:19:35,778 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,868 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5e945de-5832-4eda-9490-4d3ed0b19469 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-e5e945de-5832-4eda-9490-4d3ed0b19469 2018-08-20 10:19:35,869 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:35,964 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8777f11a-c80c-4eeb-95c7-1cab17dae915 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:35,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-8777f11a-c80c-4eeb-95c7-1cab17dae915 2018-08-20 10:19:35,965 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:35,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:36,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1977d6d7-76a2-4ebd-8724-c39d843120b6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:36,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-1977d6d7-76a2-4ebd-8724-c39d843120b6 2018-08-20 10:19:36,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:36,161 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1aa6f0c-6a82-4fda-af4f-b42f938b9333 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:36,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-b1aa6f0c-6a82-4fda-af4f-b42f938b9333 2018-08-20 10:19:36,161 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:36,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:36,249 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88736d53-5f60-4d2f-92f0-97a44e4e7923 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:36,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-88736d53-5f60-4d2f-92f0-97a44e4e7923 2018-08-20 10:19:36,249 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:36,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:36,343 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-977e0835-07ef-4f68-8036-ebc4de33323b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:36,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-977e0835-07ef-4f68-8036-ebc4de33323b 2018-08-20 10:19:36,343 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:36,344 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-b86b8cf4-0373-497-proj 2018-08-20 10:19:36,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/45d80d52e7bf4cd2a229d0618b5712d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:36,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5847b17c-f19f-42f8-bad4-b21eaa002666 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:36,585 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/45d80d52e7bf4cd2a229d0618b5712d1 used request id req-5847b17c-f19f-42f8-bad4-b21eaa002666 2018-08-20 10:19:36,586 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-b86b8cf4-0373-497-proj-role 2018-08-20 10:19:36,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/dd7beaaa80a84333839d130d58bc9af5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:36,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdc5bad1-264d-4ccb-a49c-0076aa7a55cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:36,705 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/dd7beaaa80a84333839d130d58bc9af5 used request id req-cdc5bad1-264d-4ccb-a49c-0076aa7a55cb 2018-08-20 10:19:36,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e2f4582ef3cd5a47da05a2cda813ec32a0186fd" 2018-08-20 10:19:36,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2281c7-9ed4-4af3-810c-ee2b338ee8ef Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:36,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-3e2281c7-9ed4-4af3-810c-ee2b338ee8ef 2018-08-20 10:19:36,829 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-b86b8cf4-0373-497-user 2018-08-20 10:19:36,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/2323309163924694be1b386c2f02222b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e3e2bfe7c53014ca2dbf3def840dcd435fbfa8b" 2018-08-20 10:19:37,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-309ae6b5-0af6-4433-be6a-4aaf2a742067 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:37,023 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/2323309163924694be1b386c2f02222b used request id req-309ae6b5-0af6-4433-be6a-4aaf2a742067 2018-08-20 10:19:37,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:37,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["HV6M4QsSQVqFiJitc27qMw"], "issued_at": "2018-08-20T10:19:37.000000Z"}} 2018-08-20 10:19:37,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b63d10289c28448d276ded551e9995c20fe67dc" 2018-08-20 10:19:37,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a8c15f-c835-4fe6-a6ba-397ca5ee7135 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:37,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c0a8c15f-c835-4fe6-a6ba-397ca5ee7135 2018-08-20 10:19:37,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:37,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:37,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["5ZBzIyv5ST-yUrOLsX_4mw"], "issued_at": "2018-08-20T10:19:37.000000Z"}} 2018-08-20 10:19:37,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:38,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b774d1a1-784f-4413-aa9a-e91a2e6608f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:38,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b774d1a1-784f-4413-aa9a-e91a2e6608f6 2018-08-20 10:19:38,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:38,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:38,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-bd15c99c-74a8-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:38,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcd65ad3-21bb-4734-a4c1-aa16d70f3e73 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-bd15c99c-74a8-4b9-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:19:38,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-bd15c99c-74a8-4b9-proj used request id req-dcd65ad3-21bb-4734-a4c1-aa16d70f3e73 2018-08-20 10:19:38,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:38,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3845ed3-9574-4517-bef7-032d9b776d47 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:38,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f3845ed3-9574-4517-bef7-032d9b776d47 2018-08-20 10:19:38,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-proj"}}' 2018-08-20 10:19:38,346 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e39d9f7-77fd-4089-ba2f-f30f9def7c92 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/140e38292a4f4d69a994cc0137cfa424"}, "tags": [], "enabled": true, "id": "140e38292a4f4d69a994cc0137cfa424", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-proj"}} 2018-08-20 10:19:38,346 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2e39d9f7-77fd-4089-ba2f-f30f9def7c92 2018-08-20 10:19:38,347 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-bd15c99c-74a8-4b9-proj 2018-08-20 10:19:38,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:38,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:38,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["y3e04AZTQxS1k_baaF2u1w"], "issued_at": "2018-08-20T10:19:38.000000Z"}} 2018-08-20 10:19:38,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b5a098c228c78f930701d28f64832336ab2e45" 2018-08-20 10:19:38,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4883b55b-cad8-4ace-b69f-72f4076b278c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:38,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4883b55b-cad8-4ace-b69f-72f4076b278c 2018-08-20 10:19:38,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:38,836 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:38,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b5a098c228c78f930701d28f64832336ab2e45" 2018-08-20 10:19:38,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35214cbc-da53-40e1-850c-1da96fc36eb0 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:19:38,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-35214cbc-da53-40e1-850c-1da96fc36eb0 2018-08-20 10:19:38,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-bd15c99c-74a8-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b5a098c228c78f930701d28f64832336ab2e45" 2018-08-20 10:19:39,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cebf87d9-b6fb-479e-b634-92322cf33e46 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-bd15c99c-74a8-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/140e38292a4f4d69a994cc0137cfa424"}, "tags": [], "enabled": true, "id": "140e38292a4f4d69a994cc0137cfa424", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-proj"}]} 2018-08-20 10:19:39,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateImageNegativeTests-bd15c99c-74a8-4b9-proj used request id req-cebf87d9-b6fb-479e-b634-92322cf33e46 2018-08-20 10:19:39,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b5a098c228c78f930701d28f64832336ab2e45" 2018-08-20 10:19:39,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acea5539-1358-4611-9a9d-155191e54c4a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:39,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-acea5539-1358-4611-9a9d-155191e54c4a 2018-08-20 10:19:39,443 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-bd15c99c-74a8-4b9-user 2018-08-20 10:19:39,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:39,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:39,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08e146b9-728d-413f-bec1-416f08ef92bf Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:39,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-08e146b9-728d-413f-bec1-416f08ef92bf 2018-08-20 10:19:39,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" -d '{"role": {"name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-proj-role"}}' 2018-08-20 10:19:39,669 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e14c8e1f-7c19-4257-99b9-f471b1a28bf6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c1ecc86df8ac467990226f241de5334f", "links": {"self": "http://172.30.9.36:5000/v3/roles/c1ecc86df8ac467990226f241de5334f"}, "name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-proj-role"}} 2018-08-20 10:19:39,669 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e14c8e1f-7c19-4257-99b9-f471b1a28bf6 2018-08-20 10:19:39,670 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-bd15c99c-74a8-4b9-proj-role 2018-08-20 10:19:39,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/c1ecc86df8ac467990226f241de5334f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:39,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe8587c-4627-4834-b97c-66d768705864 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c1ecc86df8ac467990226f241de5334f", "links": {"self": "http://172.30.9.36:5000/v3/roles/c1ecc86df8ac467990226f241de5334f"}, "name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-proj-role"}} 2018-08-20 10:19:39,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/c1ecc86df8ac467990226f241de5334f used request id req-cfe8587c-4627-4834-b97c-66d768705864 2018-08-20 10:19:39,769 - keystone_utils - INFO - Granting role CreateImageNegativeTests-bd15c99c-74a8-4b9-proj-role to project CreateImageNegativeTests-bd15c99c-74a8-4b9-proj 2018-08-20 10:19:39,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/140e38292a4f4d69a994cc0137cfa424/users/aff2395129f242cf8c7fa9e19ba203a0/roles/c1ecc86df8ac467990226f241de5334f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:39,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40595a05-13bb-4421-9a1d-e667d02ac50c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:39,912 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/140e38292a4f4d69a994cc0137cfa424/users/aff2395129f242cf8c7fa9e19ba203a0/roles/c1ecc86df8ac467990226f241de5334f used request id req-40595a05-13bb-4421-9a1d-e667d02ac50c 2018-08-20 10:19:39,913 - openstack_tests - DEBUG - Image metadata - None 2018-08-20 10:19:39,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:39,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:40,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1ecc86df8ac467990226f241de5334f", "name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-proj-role"}], "expires_at": "2018-08-20T11:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "140e38292a4f4d69a994cc0137cfa424", "name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/140e38292a4f4d69a994cc0137cfa424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/140e38292a4f4d69a994cc0137cfa424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/140e38292a4f4d69a994cc0137cfa424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/140e38292a4f4d69a994cc0137cfa424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/140e38292a4f4d69a994cc0137cfa424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/140e38292a4f4d69a994cc0137cfa424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_140e38292a4f4d69a994cc0137cfa424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_140e38292a4f4d69a994cc0137cfa424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/140e38292a4f4d69a994cc0137cfa424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/140e38292a4f4d69a994cc0137cfa424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/140e38292a4f4d69a994cc0137cfa424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/140e38292a4f4d69a994cc0137cfa424", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/140e38292a4f4d69a994cc0137cfa424", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/140e38292a4f4d69a994cc0137cfa424", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-bd15c99c-74a8-4b9-user", "id": "aff2395129f242cf8c7fa9e19ba203a0"}, "audit_ids": ["O04_wZ7nTtmNtjyI1bcelg"], "issued_at": "2018-08-20T10:19:40.000000Z"}} 2018-08-20 10:19:40,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981887639564e7b0eeb05c55145fa3cdb1546ca1" 2018-08-20 10:19:40,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda3b020-a0ac-4bad-b446-f67a1a961d2b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:40,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cda3b020-a0ac-4bad-b446-f67a1a961d2b 2018-08-20 10:19:40,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-5fcee3c4-494e-42a1-80dd-cc3f35764f3a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}981887639564e7b0eeb05c55145fa3cdb1546ca1" 2018-08-20 10:19:40,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-3569bda0-4e35-494d-ad19-4c4372405683 Date: Mon, 20 Aug 2018 10:19:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-5fcee3c4-494e-42a1-80dd-cc3f35764f3a"} 2018-08-20 10:19:40,599 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-5fcee3c4-494e-42a1-80dd-cc3f35764f3a used request id req-3569bda0-4e35-494d-ad19-4c4372405683 2018-08-20 10:19:40,600 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-08-20 10:19:40,600 - file_utils - DEBUG - Saving file to - /tmp/78f8f422-ed7c-4eb4-b168-3c1818052075 2018-08-20 10:19:40,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:40,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:40,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:40,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:40,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:40,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:40,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-45df8c2a-f1a1-4679-a6ae-9ab50cae795d Date: Mon, 20 Aug 2018 10:19:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:40,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-45df8c2a-f1a1-4679-a6ae-9ab50cae795d 2018-08-20 10:19:40,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,044 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6836859-6cfd-44b9-90f5-812f2bdbad1e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-a6836859-6cfd-44b9-90f5-812f2bdbad1e 2018-08-20 10:19:41,044 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,162 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-255c68a4-dd90-44b1-a020-0c068a740493 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-255c68a4-dd90-44b1-a020-0c068a740493 2018-08-20 10:19:41,162 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,255 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eaead2d-8d0f-4594-8f3e-f2f18f995d09 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-2eaead2d-8d0f-4594-8f3e-f2f18f995d09 2018-08-20 10:19:41,255 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,348 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51670906-cbf7-4d94-8b76-bc3436385496 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-51670906-cbf7-4d94-8b76-bc3436385496 2018-08-20 10:19:41,348 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,472 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8d90667-a6d1-4e82-8034-d63e8fe16f4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-d8d90667-a6d1-4e82-8034-d63e8fe16f4f 2018-08-20 10:19:41,472 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,563 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32b06c17-8585-492c-a693-49ee71f081d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-32b06c17-8585-492c-a693-49ee71f081d0 2018-08-20 10:19:41,563 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,661 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72422e48-bad1-4f8b-aef5-0ddae971491c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-72422e48-bad1-4f8b-aef5-0ddae971491c 2018-08-20 10:19:41,661 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,783 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f2e9190-1a86-4f3b-9633-7dcf8564bb1f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-1f2e9190-1a86-4f3b-9633-7dcf8564bb1f 2018-08-20 10:19:41,783 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,804 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17170c64-1cdc-44bf-9d60-71ff7f69ecfe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-17170c64-1cdc-44bf-9d60-71ff7f69ecfe 2018-08-20 10:19:41,804 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:41,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5b245c0-348a-4308-9740-6f97e8d11d68 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:41,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-d5b245c0-348a-4308-9740-6f97e8d11d68 2018-08-20 10:19:41,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:41,996 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33f0c600-3fd6-4214-8252-c20c63140ac4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:41,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-33f0c600-3fd6-4214-8252-c20c63140ac4 2018-08-20 10:19:41,996 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:42,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:42,085 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d959c3d-9dbb-4247-a556-788cea1b541b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:42,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-6d959c3d-9dbb-4247-a556-788cea1b541b 2018-08-20 10:19:42,086 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:42,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:42,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e48f13e4-61b2-4c3e-a22e-25f4cb82363f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:42,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-e48f13e4-61b2-4c3e-a22e-25f4cb82363f 2018-08-20 10:19:42,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:42,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:42,277 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05841aad-226e-433d-b03f-82416a865859 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:42,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-05841aad-226e-433d-b03f-82416a865859 2018-08-20 10:19:42,277 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:42,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:42,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-300cbee7-b9a5-454c-bb7e-c06241b064eb Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:42,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-300cbee7-b9a5-454c-bb7e-c06241b064eb 2018-08-20 10:19:42,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:42,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ce34d3e-c0ad-43c3-93e8-042d82df5655 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:42,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-7ce34d3e-c0ad-43c3-93e8-042d82df5655 2018-08-20 10:19:42,464 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:42,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:42,562 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1984183c-4530-48b0-b4ca-f528a982b297 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:42,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-1984183c-4530-48b0-b4ca-f528a982b297 2018-08-20 10:19:42,562 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:42,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:42,650 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7fd2363-118b-4381-a272-cebc80abc535 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:42,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-f7fd2363-118b-4381-a272-cebc80abc535 2018-08-20 10:19:42,651 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:42,652 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-bd15c99c-74a8-4b9-proj 2018-08-20 10:19:42,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/140e38292a4f4d69a994cc0137cfa424 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:42,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff10fffd-7d46-4548-954b-690ef7816952 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:42,992 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/140e38292a4f4d69a994cc0137cfa424 used request id req-ff10fffd-7d46-4548-954b-690ef7816952 2018-08-20 10:19:42,993 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-bd15c99c-74a8-4b9-proj-role 2018-08-20 10:19:42,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/c1ecc86df8ac467990226f241de5334f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:43,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce1b0067-e09e-40d5-84d3-bd623fa0fd0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:43,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/c1ecc86df8ac467990226f241de5334f used request id req-ce1b0067-e09e-40d5-84d3-bd623fa0fd0f 2018-08-20 10:19:43,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}924e7315fcabdeda5cf0ebfcb2b58552b5d95235" 2018-08-20 10:19:43,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8f6a7a3-1300-47a7-85db-0f14ce525959 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:43,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f8f6a7a3-1300-47a7-85db-0f14ce525959 2018-08-20 10:19:43,293 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-bd15c99c-74a8-4b9-user 2018-08-20 10:19:43,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/aff2395129f242cf8c7fa9e19ba203a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b5a098c228c78f930701d28f64832336ab2e45" 2018-08-20 10:19:43,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1088f64f-6dff-4180-a0a8-c9bd0b914062 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:43,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/aff2395129f242cf8c7fa9e19ba203a0 used request id req-1088f64f-6dff-4180-a0a8-c9bd0b914062 2018-08-20 10:19:43,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:43,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Ab1_--bXTeWiO0UfBqYMfg"], "issued_at": "2018-08-20T10:19:43.000000Z"}} 2018-08-20 10:19:43,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ddcea850585dca2992a4a5488dba0f001bcb40f" 2018-08-20 10:19:43,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afb22ec4-a55e-43b8-ab63-2bae75379c1c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:43,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-afb22ec4-a55e-43b8-ab63-2bae75379c1c 2018-08-20 10:19:43,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:43,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:44,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mSHJssQ-RgCHBMUynI50HQ"], "issued_at": "2018-08-20T10:19:44.000000Z"}} 2018-08-20 10:19:44,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:44,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a21f35ea-886b-4a0e-9f36-49db6abc5a56 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:44,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a21f35ea-886b-4a0e-9f36-49db6abc5a56 2018-08-20 10:19:44,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:44,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:44,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-ec2b6123-fd01-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:44,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251390aa-d88d-48fe-a9b2-b7d766288e91 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-ec2b6123-fd01-423-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:19:44,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-ec2b6123-fd01-423-proj used request id req-251390aa-d88d-48fe-a9b2-b7d766288e91 2018-08-20 10:19:44,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:44,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d5e7cc-52f6-4d46-892f-815faf6adaeb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:44,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-55d5e7cc-52f6-4d46-892f-815faf6adaeb 2018-08-20 10:19:44,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-ec2b6123-fd01-423-proj"}}' 2018-08-20 10:19:44,771 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4b8a7fa-4833-4fbd-a832-386bc6b3e5c0 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/b9d4efe3ba254500ba5ef5ede1992001"}, "tags": [], "enabled": true, "id": "b9d4efe3ba254500ba5ef5ede1992001", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-ec2b6123-fd01-423-proj"}} 2018-08-20 10:19:44,771 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-f4b8a7fa-4833-4fbd-a832-386bc6b3e5c0 2018-08-20 10:19:44,771 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-ec2b6123-fd01-423-proj 2018-08-20 10:19:44,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:44,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:45,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["KzosUBNBTxCKaAhTQsGTMg"], "issued_at": "2018-08-20T10:19:45.000000Z"}} 2018-08-20 10:19:45,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c03b55c4ecad8f61e6ebec030d949b8f2bee766" 2018-08-20 10:19:45,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79731fcd-5b9c-4213-b819-b32d7a68955c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:45,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-79731fcd-5b9c-4213-b819-b32d7a68955c 2018-08-20 10:19:45,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:45,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:45,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c03b55c4ecad8f61e6ebec030d949b8f2bee766" 2018-08-20 10:19:45,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0df939a1-7be3-458f-ab05-e5bbbabad402 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:19:45,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-0df939a1-7be3-458f-ab05-e5bbbabad402 2018-08-20 10:19:45,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-ec2b6123-fd01-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c03b55c4ecad8f61e6ebec030d949b8f2bee766" 2018-08-20 10:19:45,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1057a471-576b-40a2-a2d3-8fbbe21e2ffb Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-ec2b6123-fd01-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/b9d4efe3ba254500ba5ef5ede1992001"}, "tags": [], "enabled": true, "id": "b9d4efe3ba254500ba5ef5ede1992001", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-ec2b6123-fd01-423-proj"}]} 2018-08-20 10:19:45,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-ec2b6123-fd01-423-proj used request id req-1057a471-576b-40a2-a2d3-8fbbe21e2ffb 2018-08-20 10:19:45,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c03b55c4ecad8f61e6ebec030d949b8f2bee766" 2018-08-20 10:19:45,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7fbf5cb-7e48-4d8c-ae35-fc547630bcba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:45,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a7fbf5cb-7e48-4d8c-ae35-fc547630bcba 2018-08-20 10:19:45,932 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-ec2b6123-fd01-423-user 2018-08-20 10:19:45,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:45,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:46,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7741fc28-5342-4195-8fb5-8a7bcbb72608 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:46,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7741fc28-5342-4195-8fb5-8a7bcbb72608 2018-08-20 10:19:46,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" -d '{"role": {"name": "CreateMultiPartImageTests-ec2b6123-fd01-423-proj-role"}}' 2018-08-20 10:19:46,136 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d91dc4d-7133-4d9c-933b-fdac8d93b0a5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f6fda7b05b8c4164bd45898d5ee71b38", "links": {"self": "http://172.30.9.36:5000/v3/roles/f6fda7b05b8c4164bd45898d5ee71b38"}, "name": "CreateMultiPartImageTests-ec2b6123-fd01-423-proj-role"}} 2018-08-20 10:19:46,136 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-2d91dc4d-7133-4d9c-933b-fdac8d93b0a5 2018-08-20 10:19:46,136 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-ec2b6123-fd01-423-proj-role 2018-08-20 10:19:46,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/f6fda7b05b8c4164bd45898d5ee71b38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:46,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66df1414-4d23-42b2-a382-2eb464743f5d Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f6fda7b05b8c4164bd45898d5ee71b38", "links": {"self": "http://172.30.9.36:5000/v3/roles/f6fda7b05b8c4164bd45898d5ee71b38"}, "name": "CreateMultiPartImageTests-ec2b6123-fd01-423-proj-role"}} 2018-08-20 10:19:46,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/f6fda7b05b8c4164bd45898d5ee71b38 used request id req-66df1414-4d23-42b2-a382-2eb464743f5d 2018-08-20 10:19:46,231 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-ec2b6123-fd01-423-proj-role to project CreateMultiPartImageTests-ec2b6123-fd01-423-proj 2018-08-20 10:19:46,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/b9d4efe3ba254500ba5ef5ede1992001/users/df87939dbadb438a81d21a5134646b04/roles/f6fda7b05b8c4164bd45898d5ee71b38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:46,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-904029e7-f226-4ec6-9329-0e70dd990d72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:46,373 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/b9d4efe3ba254500ba5ef5ede1992001/users/df87939dbadb438a81d21a5134646b04/roles/f6fda7b05b8c4164bd45898d5ee71b38 used request id req-904029e7-f226-4ec6-9329-0e70dd990d72 2018-08-20 10:19:46,374 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-08-20 10:19:46,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:46,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:46,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:46,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:46,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:46,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:46,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-bb794d91-a043-4535-8ece-033f2b224c2b Date: Mon, 20 Aug 2018 10:19:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:46,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-bb794d91-a043-4535-8ece-033f2b224c2b 2018-08-20 10:19:46,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:46,851 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81163a09-989b-4c71-8415-a41ac563139f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:46,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-81163a09-989b-4c71-8415-a41ac563139f 2018-08-20 10:19:46,852 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:46,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:46,946 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b45d5cb-5165-4b2b-b77d-dfc526de7b02 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:46,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-3b45d5cb-5165-4b2b-b77d-dfc526de7b02 2018-08-20 10:19:46,946 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:46,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,052 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41c8cbd3-9df3-43ac-8959-4e731f9a59b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-41c8cbd3-9df3-43ac-8959-4e731f9a59b4 2018-08-20 10:19:47,053 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,142 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2d9e3db-fd1b-4a84-927e-771f6e197655 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-b2d9e3db-fd1b-4a84-927e-771f6e197655 2018-08-20 10:19:47,142 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,162 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-198e2941-79b6-4226-b5e5-b9334e2bd3e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-198e2941-79b6-4226-b5e5-b9334e2bd3e4 2018-08-20 10:19:47,163 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,189 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d29e8f3d-8595-468b-b00f-addfad1307bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-d29e8f3d-8595-468b-b00f-addfad1307bf 2018-08-20 10:19:47,190 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,283 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7db19bef-f702-4747-ac1c-6f046ea8fb8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-7db19bef-f702-4747-ac1c-6f046ea8fb8e 2018-08-20 10:19:47,283 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,368 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62fe7c94-38ca-4b0e-8e6c-3b5d9206740f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-62fe7c94-38ca-4b0e-8e6c-3b5d9206740f 2018-08-20 10:19:47,368 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c57b8f0c-9fe2-4ae5-8a72-4701ef8d8d95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-c57b8f0c-9fe2-4ae5-8a72-4701ef8d8d95 2018-08-20 10:19:47,463 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9beb0f6e-6120-40d2-b808-39ae480a55f2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:47,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-9beb0f6e-6120-40d2-b808-39ae480a55f2 2018-08-20 10:19:47,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,648 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce59dd94-0b54-4128-ae1b-80631bb2cbd9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-ce59dd94-0b54-4128-ae1b-80631bb2cbd9 2018-08-20 10:19:47,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,747 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9148bc7f-bbf5-4490-8bdd-1e2f1e613359 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-9148bc7f-bbf5-4490-8bdd-1e2f1e613359 2018-08-20 10:19:47,747 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,834 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4c6c879-7b2a-4209-9bcf-545e575fc807 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-a4c6c879-7b2a-4209-9bcf-545e575fc807 2018-08-20 10:19:47,834 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:47,931 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9abcea33-1633-48f9-a036-c3b7e034ede7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:47,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-9abcea33-1633-48f9-a036-c3b7e034ede7 2018-08-20 10:19:47,931 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:47,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:48,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c039818-2049-412b-a4f6-4640a4adb161 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:48,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-7c039818-2049-412b-a4f6-4640a4adb161 2018-08-20 10:19:48,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:48,116 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33f38b5d-910a-44b0-9a9a-c3106d6de521 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:48,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-33f38b5d-910a-44b0-9a9a-c3106d6de521 2018-08-20 10:19:48,117 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:48,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:48,211 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16ec9915-2283-448a-b44c-f0425503cf0a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:48,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-16ec9915-2283-448a-b44c-f0425503cf0a 2018-08-20 10:19:48,212 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:48,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:48,312 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f5475fd-9ccb-4e48-a532-5b8bfe030c36 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:48,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-1f5475fd-9ccb-4e48-a532-5b8bfe030c36 2018-08-20 10:19:48,312 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:48,313 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-ec2b6123-fd01-423-proj 2018-08-20 10:19:48,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/b9d4efe3ba254500ba5ef5ede1992001 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:48,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4cd9786-b2bc-48f4-854c-bc5fca4a15fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:48,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/b9d4efe3ba254500ba5ef5ede1992001 used request id req-a4cd9786-b2bc-48f4-854c-bc5fca4a15fa 2018-08-20 10:19:48,549 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-ec2b6123-fd01-423-proj-role 2018-08-20 10:19:48,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/f6fda7b05b8c4164bd45898d5ee71b38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:48,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d2aa4f4-e03a-435f-967e-7f4b4195b3f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:48,669 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/f6fda7b05b8c4164bd45898d5ee71b38 used request id req-0d2aa4f4-e03a-435f-967e-7f4b4195b3f9 2018-08-20 10:19:48,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046dfa7cae633f41e6ebc394a0fc6797483f2b77" 2018-08-20 10:19:48,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97b97f0-08cc-4562-8cfb-a3fa2d741b77 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:48,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c97b97f0-08cc-4562-8cfb-a3fa2d741b77 2018-08-20 10:19:48,765 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-ec2b6123-fd01-423-user 2018-08-20 10:19:48,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/df87939dbadb438a81d21a5134646b04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c03b55c4ecad8f61e6ebec030d949b8f2bee766" 2018-08-20 10:19:48,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed0420e0-0e2b-4bf4-b83f-8a0697edf592 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:48,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/df87939dbadb438a81d21a5134646b04 used request id req-ed0420e0-0e2b-4bf4-b83f-8a0697edf592 2018-08-20 10:19:48,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:49,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["xj0LzV3LReu7wA3dfQN2Ig"], "issued_at": "2018-08-20T10:19:49.000000Z"}} 2018-08-20 10:19:49,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad594590c3bb785397d833dde4e043ad599340c1" 2018-08-20 10:19:49,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf6b9471-04a0-445e-ae2e-44b179e235e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:49,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bf6b9471-04a0-445e-ae2e-44b179e235e5 2018-08-20 10:19:49,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:49,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:49,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["TUARWyZuQzmQ5jkpMaQ8Nw"], "issued_at": "2018-08-20T10:19:49.000000Z"}} 2018-08-20 10:19:49,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:49,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d81d7388-f7fe-4697-ba94-ba4aa39f8a04 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:49,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d81d7388-f7fe-4697-ba94-ba4aa39f8a04 2018-08-20 10:19:49,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:49,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:49,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-53052b45-d455-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:50,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aed3b8fa-ff14-4dae-aadb-50d0b2c0cad9 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-53052b45-d455-48e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:19:50,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-53052b45-d455-48e-proj used request id req-aed3b8fa-ff14-4dae-aadb-50d0b2c0cad9 2018-08-20 10:19:50,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:50,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-462b02cb-8da0-4d1c-95cc-61b4635e1092 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:50,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-462b02cb-8da0-4d1c-95cc-61b4635e1092 2018-08-20 10:19:50,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-53052b45-d455-48e-proj"}}' 2018-08-20 10:19:50,311 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-debe9b14-e50a-45b3-a479-f029f9c5ff71 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e9c8fd31d15c4877ab7ed417953a8732"}, "tags": [], "enabled": true, "id": "e9c8fd31d15c4877ab7ed417953a8732", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-53052b45-d455-48e-proj"}} 2018-08-20 10:19:50,311 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-debe9b14-e50a-45b3-a479-f029f9c5ff71 2018-08-20 10:19:50,312 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-53052b45-d455-48e-proj 2018-08-20 10:19:50,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:50,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:50,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["rUKHfebqQkmPCEL_GuTg_A"], "issued_at": "2018-08-20T10:19:50.000000Z"}} 2018-08-20 10:19:50,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b418284f4085472a3de6cf8deba7d1fc3903083" 2018-08-20 10:19:50,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09f28d60-2da0-414c-b639-d526789b5e53 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:50,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-09f28d60-2da0-414c-b639-d526789b5e53 2018-08-20 10:19:50,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:50,794 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:50,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b418284f4085472a3de6cf8deba7d1fc3903083" 2018-08-20 10:19:50,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-432e6bdd-36cd-46b6-8599-413dd914bee4 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:19:50,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-432e6bdd-36cd-46b6-8599-413dd914bee4 2018-08-20 10:19:50,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-53052b45-d455-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b418284f4085472a3de6cf8deba7d1fc3903083" 2018-08-20 10:19:51,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e20a2b62-6911-484e-8aca-7433c9ba0c74 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-53052b45-d455-48e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e9c8fd31d15c4877ab7ed417953a8732"}, "tags": [], "enabled": true, "id": "e9c8fd31d15c4877ab7ed417953a8732", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-53052b45-d455-48e-proj"}]} 2018-08-20 10:19:51,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-53052b45-d455-48e-proj used request id req-e20a2b62-6911-484e-8aca-7433c9ba0c74 2018-08-20 10:19:51,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b418284f4085472a3de6cf8deba7d1fc3903083" 2018-08-20 10:19:51,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca4a2c1f-e5de-4f11-b550-62d424f740e2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:51,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-ca4a2c1f-e5de-4f11-b550-62d424f740e2 2018-08-20 10:19:51,465 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-53052b45-d455-48e-user 2018-08-20 10:19:51,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:51,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:51,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a1c7ee-27c6-4e36-b355-ae6046169a11 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:51,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f6a1c7ee-27c6-4e36-b355-ae6046169a11 2018-08-20 10:19:51,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" -d '{"role": {"name": "CreateMultiPartImageTests-53052b45-d455-48e-proj-role"}}' 2018-08-20 10:19:51,693 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97a31000-ac5f-42da-a84e-fac1c442f6ce Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ed00dbbf0074f2ca11991c0deff59b3", "links": {"self": "http://172.30.9.36:5000/v3/roles/4ed00dbbf0074f2ca11991c0deff59b3"}, "name": "CreateMultiPartImageTests-53052b45-d455-48e-proj-role"}} 2018-08-20 10:19:51,694 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-97a31000-ac5f-42da-a84e-fac1c442f6ce 2018-08-20 10:19:51,694 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-53052b45-d455-48e-proj-role 2018-08-20 10:19:51,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/4ed00dbbf0074f2ca11991c0deff59b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:51,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f9e026-9477-4917-89f4-44613ea2b435 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ed00dbbf0074f2ca11991c0deff59b3", "links": {"self": "http://172.30.9.36:5000/v3/roles/4ed00dbbf0074f2ca11991c0deff59b3"}, "name": "CreateMultiPartImageTests-53052b45-d455-48e-proj-role"}} 2018-08-20 10:19:51,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/4ed00dbbf0074f2ca11991c0deff59b3 used request id req-52f9e026-9477-4917-89f4-44613ea2b435 2018-08-20 10:19:51,784 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-53052b45-d455-48e-proj-role to project CreateMultiPartImageTests-53052b45-d455-48e-proj 2018-08-20 10:19:51,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/e9c8fd31d15c4877ab7ed417953a8732/users/7bd68e24d5f94affb9ce133f57fab0fd/roles/4ed00dbbf0074f2ca11991c0deff59b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:51,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb3934f0-0be6-401a-a75a-fbed27488dd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:51,936 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/e9c8fd31d15c4877ab7ed417953a8732/users/7bd68e24d5f94affb9ce133f57fab0fd/roles/4ed00dbbf0074f2ca11991c0deff59b3 used request id req-bb3934f0-0be6-401a-a75a-fbed27488dd9 2018-08-20 10:19:51,937 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-20 10:19:51,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:51,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:51,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:51,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:51,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:51,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-8664b277-0874-4894-af4d-bbab11b3b89f Date: Mon, 20 Aug 2018 10:19:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:52,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8664b277-0874-4894-af4d-bbab11b3b89f 2018-08-20 10:19:52,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,308 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34e9bdca-5261-4746-bb61-50d963a40d89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:52,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-34e9bdca-5261-4746-bb61-50d963a40d89 2018-08-20 10:19:52,309 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:52,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,328 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aca7e9af-c5f5-4d91-b540-eb4f862e4d07 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:52,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-aca7e9af-c5f5-4d91-b540-eb4f862e4d07 2018-08-20 10:19:52,329 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:52,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,428 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68607993-5add-41ef-9094-f46942ae49c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:52,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-68607993-5add-41ef-9094-f46942ae49c4 2018-08-20 10:19:52,429 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:52,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,523 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c916f2d-512f-4cd7-8ee7-654589e74c90 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:52,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-7c916f2d-512f-4cd7-8ee7-654589e74c90 2018-08-20 10:19:52,524 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:52,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,700 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21b1742a-78ae-4576-8d7b-b7df0219e07e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:52,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-21b1742a-78ae-4576-8d7b-b7df0219e07e 2018-08-20 10:19:52,701 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:52,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,796 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b144a89c-cab0-4035-8217-f4280d352f66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:52,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-b144a89c-cab0-4035-8217-f4280d352f66 2018-08-20 10:19:52,797 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:52,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,890 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b687836-c787-4a03-a5d2-b3c32022e068 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:52,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-9b687836-c787-4a03-a5d2-b3c32022e068 2018-08-20 10:19:52,891 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:52,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:52,985 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24844cf1-50f6-4904-9afb-c60243166417 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:52,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-24844cf1-50f6-4904-9afb-c60243166417 2018-08-20 10:19:52,986 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:52,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,079 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6d17174-0ced-4db2-93b5-aad20abda304 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:53,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-a6d17174-0ced-4db2-93b5-aad20abda304 2018-08-20 10:19:53,080 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:53,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8b48cb-71fe-49c5-bfed-bb596f9e5a05 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:53,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-8a8b48cb-71fe-49c5-bfed-bb596f9e5a05 2018-08-20 10:19:53,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,273 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f088649f-23e1-477b-a9f9-e54835fa4685 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:53,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-f088649f-23e1-477b-a9f9-e54835fa4685 2018-08-20 10:19:53,273 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:53,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,366 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1922c343-b2cc-44dd-a112-e262c76f41ad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:53,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-1922c343-b2cc-44dd-a112-e262c76f41ad 2018-08-20 10:19:53,366 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:53,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,460 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c738d79-1e29-41bc-b094-a38e28baed31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:53,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-7c738d79-1e29-41bc-b094-a38e28baed31 2018-08-20 10:19:53,460 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:53,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,552 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1b4f136-cbce-4bea-8fda-5d8e78fd84f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:53,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-c1b4f136-cbce-4bea-8fda-5d8e78fd84f8 2018-08-20 10:19:53,552 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:53,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d8ece7f-55d7-4186-a123-7792bed9f15e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:53,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-8d8ece7f-55d7-4186-a123-7792bed9f15e 2018-08-20 10:19:53,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,749 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40aba8d2-b975-4e84-ac07-97297f9d3366 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:53,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-40aba8d2-b975-4e84-ac07-97297f9d3366 2018-08-20 10:19:53,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:53,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,845 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22fd4185-158e-4706-b90b-4344bf2c8334 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:53,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-22fd4185-158e-4706-b90b-4344bf2c8334 2018-08-20 10:19:53,845 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:53,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:53,939 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ce1b549-118e-468e-818c-ab77d3fda1c1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:53,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-0ce1b549-118e-468e-818c-ab77d3fda1c1 2018-08-20 10:19:53,939 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:53,941 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-53052b45-d455-48e-proj 2018-08-20 10:19:53,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/e9c8fd31d15c4877ab7ed417953a8732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:54,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5d04e9b-f4fa-40a8-a5e8-4be7e2fd5ce9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:54,196 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/e9c8fd31d15c4877ab7ed417953a8732 used request id req-e5d04e9b-f4fa-40a8-a5e8-4be7e2fd5ce9 2018-08-20 10:19:54,196 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-53052b45-d455-48e-proj-role 2018-08-20 10:19:54,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/4ed00dbbf0074f2ca11991c0deff59b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:54,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11077ed5-e598-47ca-8cec-c63c5357e2a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:54,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4ed00dbbf0074f2ca11991c0deff59b3 used request id req-11077ed5-e598-47ca-8cec-c63c5357e2a1 2018-08-20 10:19:54,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64697a0844b8bb5394bf48dcb89f1f97f7c5778b" 2018-08-20 10:19:54,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8715ab8-ad45-462a-b170-54027cfeefe3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:54,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c8715ab8-ad45-462a-b170-54027cfeefe3 2018-08-20 10:19:54,403 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-53052b45-d455-48e-user 2018-08-20 10:19:54,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/7bd68e24d5f94affb9ce133f57fab0fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b418284f4085472a3de6cf8deba7d1fc3903083" 2018-08-20 10:19:54,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2adf892-1369-4426-aeb6-3b61b4ffde71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:54,607 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/7bd68e24d5f94affb9ce133f57fab0fd used request id req-b2adf892-1369-4426-aeb6-3b61b4ffde71 2018-08-20 10:19:54,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:54,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["vZwSGsjARG2bsSDnV5Pweg"], "issued_at": "2018-08-20T10:19:54.000000Z"}} 2018-08-20 10:19:54,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbf5158146642a9fa7dad812ef1c109b456cba5" 2018-08-20 10:19:55,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436d455e-3510-4eb8-9385-0d4e84bcced1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:55,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-436d455e-3510-4eb8-9385-0d4e84bcced1 2018-08-20 10:19:55,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:55,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:55,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["vlS2Z1vATI6hnPi9pgJENw"], "issued_at": "2018-08-20T10:19:55.000000Z"}} 2018-08-20 10:19:55,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:55,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39fb8e33-9287-4c68-ba08-00e7e5536ceb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:55,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-39fb8e33-9287-4c68-ba08-00e7e5536ceb 2018-08-20 10:19:55,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:55,616 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:55,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-e0533dfe-557f-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:55,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3900696-2b75-4ff2-b492-fda3c48fd4c7 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-e0533dfe-557f-444-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:19:55,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-e0533dfe-557f-444-proj used request id req-e3900696-2b75-4ff2-b492-fda3c48fd4c7 2018-08-20 10:19:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:55,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6ffce7f-7b80-43d3-8ef4-8c86ece0186e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:55,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a6ffce7f-7b80-43d3-8ef4-8c86ece0186e 2018-08-20 10:19:55,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-e0533dfe-557f-444-proj"}}' 2018-08-20 10:19:55,939 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b95f7723-3590-4081-8f64-73b40b8752c1 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/d5f419f4cc004f3399de08e53a423b62"}, "tags": [], "enabled": true, "id": "d5f419f4cc004f3399de08e53a423b62", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-e0533dfe-557f-444-proj"}} 2018-08-20 10:19:55,939 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-b95f7723-3590-4081-8f64-73b40b8752c1 2018-08-20 10:19:55,939 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-e0533dfe-557f-444-proj 2018-08-20 10:19:55,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:55,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:19:56,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:19:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["AbyJnwGmToSDwTs907UpzA"], "issued_at": "2018-08-20T10:19:56.000000Z"}} 2018-08-20 10:19:56,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aba5470fe0d007c978e255421e132f528956dd88" 2018-08-20 10:19:56,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11405938-1372-41a8-b99a-f4c5d07e106b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:19:56,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-11405938-1372-41a8-b99a-f4c5d07e106b 2018-08-20 10:19:56,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:19:56,448 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:19:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:19:56,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aba5470fe0d007c978e255421e132f528956dd88" 2018-08-20 10:19:56,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3984f07f-ce5f-41a3-844a-a0f98f366639 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:19:56,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-3984f07f-ce5f-41a3-844a-a0f98f366639 2018-08-20 10:19:56,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-e0533dfe-557f-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aba5470fe0d007c978e255421e132f528956dd88" 2018-08-20 10:19:56,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186ad415-50d7-47b5-a328-7401822cecbf Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-e0533dfe-557f-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/d5f419f4cc004f3399de08e53a423b62"}, "tags": [], "enabled": true, "id": "d5f419f4cc004f3399de08e53a423b62", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-e0533dfe-557f-444-proj"}]} 2018-08-20 10:19:56,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateMultiPartImageTests-e0533dfe-557f-444-proj used request id req-186ad415-50d7-47b5-a328-7401822cecbf 2018-08-20 10:19:56,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aba5470fe0d007c978e255421e132f528956dd88" 2018-08-20 10:19:56,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e903dfdf-38ef-4da5-9c19-ec00f640d0e9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:19:56,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e903dfdf-38ef-4da5-9c19-ec00f640d0e9 2018-08-20 10:19:57,065 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-e0533dfe-557f-444-user 2018-08-20 10:19:57,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:19:57,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:57,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dc2e49e-2b29-4414-9fac-f4285dd789c1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:19:57,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9dc2e49e-2b29-4414-9fac-f4285dd789c1 2018-08-20 10:19:57,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" -d '{"role": {"name": "CreateMultiPartImageTests-e0533dfe-557f-444-proj-role"}}' 2018-08-20 10:19:57,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:19:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b4dc406-ff5b-411b-ab86-ed39918b4a87 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2bc4da6144274e70ace107f30d71783b", "links": {"self": "http://172.30.9.36:5000/v3/roles/2bc4da6144274e70ace107f30d71783b"}, "name": "CreateMultiPartImageTests-e0533dfe-557f-444-proj-role"}} 2018-08-20 10:19:57,262 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-8b4dc406-ff5b-411b-ab86-ed39918b4a87 2018-08-20 10:19:57,262 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-e0533dfe-557f-444-proj-role 2018-08-20 10:19:57,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/2bc4da6144274e70ace107f30d71783b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:57,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0e4cc1-1e77-414b-8345-c0ff4a6f70d2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2bc4da6144274e70ace107f30d71783b", "links": {"self": "http://172.30.9.36:5000/v3/roles/2bc4da6144274e70ace107f30d71783b"}, "name": "CreateMultiPartImageTests-e0533dfe-557f-444-proj-role"}} 2018-08-20 10:19:57,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/2bc4da6144274e70ace107f30d71783b used request id req-cd0e4cc1-1e77-414b-8345-c0ff4a6f70d2 2018-08-20 10:19:57,366 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-e0533dfe-557f-444-proj-role to project CreateMultiPartImageTests-e0533dfe-557f-444-proj 2018-08-20 10:19:57,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/d5f419f4cc004f3399de08e53a423b62/users/55766689e4d547e3aaa20d9a96c7671b/roles/2bc4da6144274e70ace107f30d71783b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:57,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3cc543c-76f2-4dfd-a6dd-ed03188250c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:57,504 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/d5f419f4cc004f3399de08e53a423b62/users/55766689e4d547e3aaa20d9a96c7671b/roles/2bc4da6144274e70ace107f30d71783b used request id req-d3cc543c-76f2-4dfd-a6dd-ed03188250c4 2018-08-20 10:19:57,505 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-20 10:19:57,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:19:57,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:19:57,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:19:57,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:19:57,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:19:57,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:57,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-c8da089c-018d-4bec-a0c2-98d6a452e13f Date: Mon, 20 Aug 2018 10:19:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:19:57,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-c8da089c-018d-4bec-a0c2-98d6a452e13f 2018-08-20 10:19:57,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:57,866 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c489c4fb-ae88-446d-b159-b900f44e25e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:57,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-c489c4fb-ae88-446d-b159-b900f44e25e7 2018-08-20 10:19:57,866 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:57,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:57,961 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c893bbe-d446-4099-ba8c-87afdb615291 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:57,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-8c893bbe-d446-4099-ba8c-87afdb615291 2018-08-20 10:19:57,961 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,049 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e50c9803-f6bd-40ed-92c2-c6b139c3976a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-e50c9803-f6bd-40ed-92c2-c6b139c3976a 2018-08-20 10:19:58,050 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,150 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8871e20-6124-4488-a5be-7f7a7483441e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-e8871e20-6124-4488-a5be-7f7a7483441e 2018-08-20 10:19:58,150 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,333 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a15f5dab-0321-4a53-b8f4-816959353d39 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-a15f5dab-0321-4a53-b8f4-816959353d39 2018-08-20 10:19:58,333 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,425 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-751728e5-e036-470b-b2c6-6e2115a8fecf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-751728e5-e036-470b-b2c6-6e2115a8fecf 2018-08-20 10:19:58,425 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,518 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb14d3f8-852b-4c05-8dae-411d902ac2c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-fb14d3f8-852b-4c05-8dae-411d902ac2c5 2018-08-20 10:19:58,518 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,619 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2c3b5df-7bcb-47be-ad02-e97ff8b80e12 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-f2c3b5df-7bcb-47be-ad02-e97ff8b80e12 2018-08-20 10:19:58,620 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,710 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7232e9c-26c9-48d7-a595-ac7140e7062b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b7232e9c-26c9-48d7-a595-ac7140e7062b 2018-08-20 10:19:58,711 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50254c16-5ba8-45a8-9afd-df8ea0d8780f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:19:58,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-50254c16-5ba8-45a8-9afd-df8ea0d8780f 2018-08-20 10:19:58,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,904 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccaf8694-d8a4-44e9-8d86-c56a0047507f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-ccaf8694-d8a4-44e9-8d86-c56a0047507f 2018-08-20 10:19:58,905 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:58,924 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f67f4e0-5f91-4390-9354-efcca5445193 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:58,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-8f67f4e0-5f91-4390-9354-efcca5445193 2018-08-20 10:19:58,925 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:58,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:59,013 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ba9ffe5-3b30-47b0-8c65-25fc74caa9eb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:59,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-8ba9ffe5-3b30-47b0-8c65-25fc74caa9eb 2018-08-20 10:19:59,013 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:59,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:59,106 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c73cfe6-6bd2-4680-9c82-87cea451938b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:59,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-0c73cfe6-6bd2-4680-9c82-87cea451938b 2018-08-20 10:19:59,106 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:59,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:59,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c3eaa3-98e3-48e8-a97e-46f4dcfa30fe Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:19:59,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-71c3eaa3-98e3-48e8-a97e-46f4dcfa30fe 2018-08-20 10:19:59,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:59,296 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecd3b893-821f-446e-a84b-bd81fb04b273 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:59,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-ecd3b893-821f-446e-a84b-bd81fb04b273 2018-08-20 10:19:59,297 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:59,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:59,418 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e027b59-bbbf-4383-bf17-47af7f827462 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:59,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-9e027b59-bbbf-4383-bf17-47af7f827462 2018-08-20 10:19:59,418 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:59,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:59,507 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0b26f84-d41d-4639-99bc-48102c789a31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:19:59,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-e0b26f84-d41d-4639-99bc-48102c789a31 2018-08-20 10:19:59,508 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:19:59,509 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-e0533dfe-557f-444-proj 2018-08-20 10:19:59,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/d5f419f4cc004f3399de08e53a423b62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:59,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52b4640b-7ad4-4f81-8999-f4f7d9e7f4dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:59,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/d5f419f4cc004f3399de08e53a423b62 used request id req-52b4640b-7ad4-4f81-8999-f4f7d9e7f4dd 2018-08-20 10:19:59,735 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-e0533dfe-557f-444-proj-role 2018-08-20 10:19:59,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/2bc4da6144274e70ace107f30d71783b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:19:59,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a70fef5-b8cd-4190-b1ac-71b181ffdd1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:19:59,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2bc4da6144274e70ace107f30d71783b used request id req-6a70fef5-b8cd-4190-b1ac-71b181ffdd1d 2018-08-20 10:19:59,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}585854d181f064f11360f302fae068b257036dfe" 2018-08-20 10:20:00,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa54fd9-9e67-4567-99e8-a3181b6fab64 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:20:00,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8fa54fd9-9e67-4567-99e8-a3181b6fab64 2018-08-20 10:20:00,024 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-e0533dfe-557f-444-user 2018-08-20 10:20:00,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/55766689e4d547e3aaa20d9a96c7671b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aba5470fe0d007c978e255421e132f528956dd88" 2018-08-20 10:20:00,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5215bd2-99bd-4871-948f-ae641721c656 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:00,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/55766689e4d547e3aaa20d9a96c7671b used request id req-b5215bd2-99bd-4871-948f-ae641721c656 2018-08-20 10:20:00,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:00,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Qi6l0AnRRS6jwqOosKYvDA"], "issued_at": "2018-08-20T10:20:00.000000Z"}} 2018-08-20 10:20:00,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c84b048cf7df858bf08712b5fce584d44c48f95" 2018-08-20 10:20:00,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94ebb8b-c644-4b37-b145-7029504198a6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:00,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a94ebb8b-c644-4b37-b145-7029504198a6 2018-08-20 10:20:00,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:00,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:01,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["afJ0DU79TbicNVS5-HhdJg"], "issued_at": "2018-08-20T10:20:01.000000Z"}} 2018-08-20 10:20:01,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:01,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fccaeb95-68ec-4ab1-8638-c900ced0d395 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:01,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fccaeb95-68ec-4ab1-8638-c900ced0d395 2018-08-20 10:20:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:20:01,280 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:20:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:20:01,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ea0abf64-3284-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:01,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3d477a0-2f1e-464d-b224-d11769f6f8ea Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ea0abf64-3284-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:20:01,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ea0abf64-3284-4b6-proj used request id req-b3d477a0-2f1e-464d-b224-d11769f6f8ea 2018-08-20 10:20:01,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:01,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ab3946f-9ae0-4443-99cd-f7481c24be0e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:20:01,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-2ab3946f-9ae0-4443-99cd-f7481c24be0e 2018-08-20 10:20:01,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj"}}' 2018-08-20 10:20:01,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65293e0c-eddd-4387-a101-2e42428727d2 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/56f8fffa9a2148cab951a4b77249bb19"}, "tags": [], "enabled": true, "id": "56f8fffa9a2148cab951a4b77249bb19", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj"}} 2018-08-20 10:20:01,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-65293e0c-eddd-4387-a101-2e42428727d2 2018-08-20 10:20:01,598 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-ea0abf64-3284-4b6-proj 2018-08-20 10:20:01,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:01,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:01,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["-1sbgXZeSMGLCB7OxY653g"], "issued_at": "2018-08-20T10:20:01.000000Z"}} 2018-08-20 10:20:01,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87cbab67fb46f1cab3fd15688c3e96bd1d81809f" 2018-08-20 10:20:02,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5c81052-b770-4ded-bfd6-93976e8a5b36 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:02,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e5c81052-b770-4ded-bfd6-93976e8a5b36 2018-08-20 10:20:02,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:20:02,108 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:20:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:20:02,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87cbab67fb46f1cab3fd15688c3e96bd1d81809f" 2018-08-20 10:20:02,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e47b4a-1c93-4267-86fa-030b324a762e Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:20:02,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-43e47b4a-1c93-4267-86fa-030b324a762e 2018-08-20 10:20:02,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-ea0abf64-3284-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87cbab67fb46f1cab3fd15688c3e96bd1d81809f" 2018-08-20 10:20:02,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b78b51-a2f7-479c-a19f-318557d34b6c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-ea0abf64-3284-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/56f8fffa9a2148cab951a4b77249bb19"}, "tags": [], "enabled": true, "id": "56f8fffa9a2148cab951a4b77249bb19", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj"}]} 2018-08-20 10:20:02,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-ea0abf64-3284-4b6-proj used request id req-f4b78b51-a2f7-479c-a19f-318557d34b6c 2018-08-20 10:20:02,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87cbab67fb46f1cab3fd15688c3e96bd1d81809f" 2018-08-20 10:20:02,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76ee8e17-464d-4287-87e7-166abae3d2d4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:20:02,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-76ee8e17-464d-4287-87e7-166abae3d2d4 2018-08-20 10:20:02,819 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-ea0abf64-3284-4b6-user 2018-08-20 10:20:02,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:02,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:03,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ce39eb-107b-41c8-bc82-4f00830f463b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:20:03,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a1ce39eb-107b-41c8-bc82-4f00830f463b 2018-08-20 10:20:03,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" -d '{"role": {"name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj-role"}}' 2018-08-20 10:20:03,149 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bdf0c67-b517-4fe5-8899-37a4089a068a Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1bccc37ae61e4ce2ba173e015f3d2f56", "links": {"self": "http://172.30.9.36:5000/v3/roles/1bccc37ae61e4ce2ba173e015f3d2f56"}, "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj-role"}} 2018-08-20 10:20:03,149 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-5bdf0c67-b517-4fe5-8899-37a4089a068a 2018-08-20 10:20:03,149 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-ea0abf64-3284-4b6-proj-role 2018-08-20 10:20:03,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/1bccc37ae61e4ce2ba173e015f3d2f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:03,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa52b79-9b09-4599-ad8e-45037e9ed877 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1bccc37ae61e4ce2ba173e015f3d2f56", "links": {"self": "http://172.30.9.36:5000/v3/roles/1bccc37ae61e4ce2ba173e015f3d2f56"}, "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj-role"}} 2018-08-20 10:20:03,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/1bccc37ae61e4ce2ba173e015f3d2f56 used request id req-1fa52b79-9b09-4599-ad8e-45037e9ed877 2018-08-20 10:20:03,171 - keystone_utils - INFO - Granting role CreateKeypairsTests-ea0abf64-3284-4b6-proj-role to project CreateKeypairsTests-ea0abf64-3284-4b6-proj 2018-08-20 10:20:03,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/56f8fffa9a2148cab951a4b77249bb19/users/4b99315e3e4747b6826aa75fc7b26024/roles/1bccc37ae61e4ce2ba173e015f3d2f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:03,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3a400fb-fcef-436f-8936-c5f03967e68b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:03,307 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/56f8fffa9a2148cab951a4b77249bb19/users/4b99315e3e4747b6826aa75fc7b26024/roles/1bccc37ae61e4ce2ba173e015f3d2f56 used request id req-c3a400fb-fcef-436f-8936-c5f03967e68b 2018-08-20 10:20:03,307 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:20:03,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:03,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:03,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1bccc37ae61e4ce2ba173e015f3d2f56", "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj-role"}], "expires_at": "2018-08-20T11:20:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56f8fffa9a2148cab951a4b77249bb19", "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/56f8fffa9a2148cab951a4b77249bb19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/56f8fffa9a2148cab951a4b77249bb19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-ea0abf64-3284-4b6-user", "id": "4b99315e3e4747b6826aa75fc7b26024"}, "audit_ids": ["anC7Jx2vR-O2APizBZfjYw"], "issued_at": "2018-08-20T10:20:03.000000Z"}} 2018-08-20 10:20:03,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22d9cfd4743641ad4f2acdedcb3dbe3b350ad3" 2018-08-20 10:20:03,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a9c7bcc-3bae-403b-be55-f99b6d6a4589 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:03,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8a9c7bcc-3bae-403b-be55-f99b6d6a4589 2018-08-20 10:20:03,859 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:20:03,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22d9cfd4743641ad4f2acdedcb3dbe3b350ad3" 2018-08-20 10:20:04,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f61a851-acd8-438a-99d9-ddd126684061 x-compute-request-id: req-0f61a851-acd8-438a-99d9-ddd126684061 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:20:04,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-0f61a851-acd8-438a-99d9-ddd126684061 2018-08-20 10:20:04,070 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18... 2018-08-20 10:20:04,070 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:20:04,085 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18 2018-08-20 10:20:04,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22d9cfd4743641ad4f2acdedcb3dbe3b350ad3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDidI8LGhRVMfGXbF7VuS2KD8RZMo06RPk/zspavpD4DuzUWJf50vlzV+GBOgzwoYXu6MvPE/1RaapqEdcw2EVrDb+HyaqE2CI4So6lUhDdD0PT4tUndPbsP9hkWcUk2Zwf692eJK7gdqM13bdiDkL+3RvFi1gjTRXwowqGffxjww==", "name": "CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18"}}' 2018-08-20 10:20:04,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4c771bd-2935-476e-95fe-073f3edfd8f7 x-compute-request-id: req-a4c771bd-2935-476e-95fe-073f3edfd8f7 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDidI8LGhRVMfGXbF7VuS2KD8RZMo06RPk/zspavpD4DuzUWJf50vlzV+GBOgzwoYXu6MvPE/1RaapqEdcw2EVrDb+HyaqE2CI4So6lUhDdD0PT4tUndPbsP9hkWcUk2Zwf692eJK7gdqM13bdiDkL+3RvFi1gjTRXwowqGffxjww==", "user_id": "4b99315e3e4747b6826aa75fc7b26024", "name": "CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18", "fingerprint": "15:b9:c5:45:1c:e3:0f:52:72:b4:bc:c3:01:29:99:e8"}} 2018-08-20 10:20:04,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-a4c771bd-2935-476e-95fe-073f3edfd8f7 2018-08-20 10:20:04,170 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18 2018-08-20 10:20:04,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:04,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1bccc37ae61e4ce2ba173e015f3d2f56", "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj-role"}], "expires_at": "2018-08-20T11:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56f8fffa9a2148cab951a4b77249bb19", "name": "CreateKeypairsTests-ea0abf64-3284-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/56f8fffa9a2148cab951a4b77249bb19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/56f8fffa9a2148cab951a4b77249bb19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/56f8fffa9a2148cab951a4b77249bb19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-ea0abf64-3284-4b6-user", "id": "4b99315e3e4747b6826aa75fc7b26024"}, "audit_ids": ["gvZ571LWTz2poP5YBx5nCA"], "issued_at": "2018-08-20T10:20:04.000000Z"}} 2018-08-20 10:20:04,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4caca38d228541f345a363d1551b392fbe200f6" 2018-08-20 10:20:05,191 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:20:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0018f33e-1c16-4ead-b97c-cc5eb410b252 x-compute-request-id: req-0018f33e-1c16-4ead-b97c-cc5eb410b252 Content-Length: 0 Content-Type: application/json 2018-08-20 10:20:05,191 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18 used request id req-0018f33e-1c16-4ead-b97c-cc5eb410b252 2018-08-20 10:20:05,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4caca38d228541f345a363d1551b392fbe200f6" 2018-08-20 10:20:05,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c59eb0cf-6eda-4eb6-bddb-b6c50497bfe2 x-compute-request-id: req-c59eb0cf-6eda-4eb6-bddb-b6c50497bfe2 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:20:05,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-c59eb0cf-6eda-4eb6-bddb-b6c50497bfe2 2018-08-20 10:20:05,218 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18 2018-08-20 10:20:05,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc22d9cfd4743641ad4f2acdedcb3dbe3b350ad3" 2018-08-20 10:20:05,247 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35ec3d9c-de20-43f7-80f1-bb7a7740286c x-compute-request-id: req-35ec3d9c-de20-43f7-80f1-bb7a7740286c Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18 not found for user 4b99315e3e4747b6826aa75fc7b26024", "code": 404}} 2018-08-20 10:20:05,247 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-9416cec8-92ea-47d8-a1da-448f745cdb18 used request id req-35ec3d9c-de20-43f7-80f1-bb7a7740286c 2018-08-20 10:20:05,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:20:05,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:20:05,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:20:05,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:20:05,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:20:05,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:05,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-3e78e5f1-5c53-4a0d-8008-4f2afc09b591 Date: Mon, 20 Aug 2018 10:20:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:20:05,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-3e78e5f1-5c53-4a0d-8008-4f2afc09b591 2018-08-20 10:20:05,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:05,627 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49b49f3b-3747-4669-92f5-0362dc04d3c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:05,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-49b49f3b-3747-4669-92f5-0362dc04d3c3 2018-08-20 10:20:05,628 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:05,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:05,726 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6603ea47-f2bc-431d-a0f6-ec3bc5af2c3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:05,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-6603ea47-f2bc-431d-a0f6-ec3bc5af2c3d 2018-08-20 10:20:05,726 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:05,823 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36ff5a3e-59db-401f-ab20-82adc8daf3a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:05,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-36ff5a3e-59db-401f-ab20-82adc8daf3a0 2018-08-20 10:20:05,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:05,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:05,913 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e2a8cba-2c09-4cc5-8c7b-095ca9c11cdd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:05,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-0e2a8cba-2c09-4cc5-8c7b-095ca9c11cdd 2018-08-20 10:20:05,913 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:05,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,008 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c145984-0c26-41a9-9fdb-f1c306c0c740 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-8c145984-0c26-41a9-9fdb-f1c306c0c740 2018-08-20 10:20:06,008 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,099 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acb4474b-afb5-48dd-82a7-d77ddc9a8e95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-acb4474b-afb5-48dd-82a7-d77ddc9a8e95 2018-08-20 10:20:06,100 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,183 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ec17a93-dd3c-4411-ab7b-1cb8ab30378f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-7ec17a93-dd3c-4411-ab7b-1cb8ab30378f 2018-08-20 10:20:06,184 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,281 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fd31492-894a-42c8-ae10-86f8385fd5ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-9fd31492-894a-42c8-ae10-86f8385fd5ed 2018-08-20 10:20:06,282 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,302 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-089c9ac4-807f-43de-aa3b-eab2e294f66a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-089c9ac4-807f-43de-aa3b-eab2e294f66a 2018-08-20 10:20:06,302 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-334f8857-d412-4e60-b4a0-7c806ae69089 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:20:06,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-334f8857-d412-4e60-b4a0-7c806ae69089 2018-08-20 10:20:06,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,496 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a76fb8f6-14bf-4d9f-bdcd-0a59d92bd963 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-a76fb8f6-14bf-4d9f-bdcd-0a59d92bd963 2018-08-20 10:20:06,496 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,591 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-516cbe55-d319-4cb2-bd12-1186bd23343a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-516cbe55-d319-4cb2-bd12-1186bd23343a 2018-08-20 10:20:06,592 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,690 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e60b8700-67b2-48fa-b743-090030a062bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-e60b8700-67b2-48fa-b743-090030a062bf 2018-08-20 10:20:06,690 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,786 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ae6630c-0eff-48af-a967-68e704d90dcc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-7ae6630c-0eff-48af-a967-68e704d90dcc 2018-08-20 10:20:06,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c82a8df-8b78-465b-ab78-426f28233f37 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:20:06,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-4c82a8df-8b78-465b-ab78-426f28233f37 2018-08-20 10:20:06,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:06,981 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db12b421-7320-4b74-9f2a-0b74640bbdfd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:06,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-db12b421-7320-4b74-9f2a-0b74640bbdfd 2018-08-20 10:20:06,981 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:06,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:07,078 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0d1ffab-37c2-47b9-a694-a1572516be7b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:07,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-c0d1ffab-37c2-47b9-a694-a1572516be7b 2018-08-20 10:20:07,079 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:07,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:07,170 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86253b62-eeb7-4f95-8fc8-81a3d5e28ac3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:07,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-86253b62-eeb7-4f95-8fc8-81a3d5e28ac3 2018-08-20 10:20:07,170 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:07,171 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-ea0abf64-3284-4b6-proj 2018-08-20 10:20:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/56f8fffa9a2148cab951a4b77249bb19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:07,400 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e30cc14c-4361-4866-a6a9-74422db378cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:07,400 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/56f8fffa9a2148cab951a4b77249bb19 used request id req-e30cc14c-4361-4866-a6a9-74422db378cf 2018-08-20 10:20:07,400 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-ea0abf64-3284-4b6-proj-role 2018-08-20 10:20:07,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/1bccc37ae61e4ce2ba173e015f3d2f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:07,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-864a3c44-7a72-4e36-9a0a-be274968beb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:07,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/1bccc37ae61e4ce2ba173e015f3d2f56 used request id req-864a3c44-7a72-4e36-9a0a-be274968beb4 2018-08-20 10:20:07,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db1a4a514c6948e6ec888a2f717a70a14acbcc27" 2018-08-20 10:20:07,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e5c4703-ca78-4766-8f33-157d66272592 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:20:07,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1e5c4703-ca78-4766-8f33-157d66272592 2018-08-20 10:20:07,649 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-ea0abf64-3284-4b6-user 2018-08-20 10:20:07,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/4b99315e3e4747b6826aa75fc7b26024 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87cbab67fb46f1cab3fd15688c3e96bd1d81809f" 2018-08-20 10:20:07,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89ce3720-9e5a-45cb-b98d-15f727493839 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:07,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/4b99315e3e4747b6826aa75fc7b26024 used request id req-89ce3720-9e5a-45cb-b98d-15f727493839 2018-08-20 10:20:07,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:08,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["KhtF-mFkRim5nXsZziNgkg"], "issued_at": "2018-08-20T10:20:08.000000Z"}} 2018-08-20 10:20:08,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f811e7fc19cce2ef29edecb10a389f824b8a74" 2018-08-20 10:20:08,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de7ed61d-3e31-494d-9c63-c3d962facbf2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:08,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-de7ed61d-3e31-494d-9c63-c3d962facbf2 2018-08-20 10:20:08,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:08,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:08,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["iQZO9jRRR16vG2bj0n51iA"], "issued_at": "2018-08-20T10:20:08.000000Z"}} 2018-08-20 10:20:08,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:08,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad62da96-4c81-472f-9966-05210641f922 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:08,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ad62da96-4c81-472f-9966-05210641f922 2018-08-20 10:20:08,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:20:08,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:20:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:20:08,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-00d52c9c-01a2-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:08,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea6d9d2-80a3-446a-9e83-8c8c1079fa36 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-00d52c9c-01a2-43d-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:20:08,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-00d52c9c-01a2-43d-proj used request id req-1ea6d9d2-80a3-446a-9e83-8c8c1079fa36 2018-08-20 10:20:08,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:09,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f33b044-08c4-4418-88c3-2467c1a81db5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:20:09,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-9f33b044-08c4-4418-88c3-2467c1a81db5 2018-08-20 10:20:09,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj"}}' 2018-08-20 10:20:09,203 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:20:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccc16fc5-f250-4501-967a-f1a1da5af197 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/84d01e8ab4f14d7baa3520d146292737"}, "tags": [], "enabled": true, "id": "84d01e8ab4f14d7baa3520d146292737", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj"}} 2018-08-20 10:20:09,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-ccc16fc5-f250-4501-967a-f1a1da5af197 2018-08-20 10:20:09,204 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-00d52c9c-01a2-43d-proj 2018-08-20 10:20:09,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:09,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:09,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["HYEuVi2bQTqD-HyVv-rLkg"], "issued_at": "2018-08-20T10:20:09.000000Z"}} 2018-08-20 10:20:09,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d118a51fcf7e8f8a8a53fa698b3ad7fd86aaf7d" 2018-08-20 10:20:09,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86471e30-a183-45b7-a0fe-f7f61ba1f11f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:09,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-86471e30-a183-45b7-a0fe-f7f61ba1f11f 2018-08-20 10:20:09,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:20:09,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:20:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:20:09,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d118a51fcf7e8f8a8a53fa698b3ad7fd86aaf7d" 2018-08-20 10:20:09,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31721555-bf13-43c7-9495-44da25dfb6b4 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:20:09,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-31721555-bf13-43c7-9495-44da25dfb6b4 2018-08-20 10:20:09,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-00d52c9c-01a2-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d118a51fcf7e8f8a8a53fa698b3ad7fd86aaf7d" 2018-08-20 10:20:09,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ee86134-b91b-4102-a4d2-3fbddc2400e1 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-00d52c9c-01a2-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/84d01e8ab4f14d7baa3520d146292737"}, "tags": [], "enabled": true, "id": "84d01e8ab4f14d7baa3520d146292737", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj"}]} 2018-08-20 10:20:09,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-00d52c9c-01a2-43d-proj used request id req-7ee86134-b91b-4102-a4d2-3fbddc2400e1 2018-08-20 10:20:09,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d118a51fcf7e8f8a8a53fa698b3ad7fd86aaf7d" 2018-08-20 10:20:10,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69fed1f4-23f9-4f94-b7b6-a6f6999f5937 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:20:10,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-69fed1f4-23f9-4f94-b7b6-a6f6999f5937 2018-08-20 10:20:10,387 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-00d52c9c-01a2-43d-user 2018-08-20 10:20:10,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:10,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:10,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e88dd962-b30b-4fa9-ac19-30cf5075cf5c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:20:10,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e88dd962-b30b-4fa9-ac19-30cf5075cf5c 2018-08-20 10:20:10,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" -d '{"role": {"name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj-role"}}' 2018-08-20 10:20:10,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:20:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-175f4588-38e1-4fda-b7ea-ec412b05efbb Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "44650497afeb48bd89592bb34225841f", "links": {"self": "http://172.30.9.36:5000/v3/roles/44650497afeb48bd89592bb34225841f"}, "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj-role"}} 2018-08-20 10:20:10,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-175f4588-38e1-4fda-b7ea-ec412b05efbb 2018-08-20 10:20:10,520 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-00d52c9c-01a2-43d-proj-role 2018-08-20 10:20:10,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/44650497afeb48bd89592bb34225841f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:10,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a742fa-141f-49dc-b3ca-949d0ae5d5ec Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "44650497afeb48bd89592bb34225841f", "links": {"self": "http://172.30.9.36:5000/v3/roles/44650497afeb48bd89592bb34225841f"}, "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj-role"}} 2018-08-20 10:20:10,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/44650497afeb48bd89592bb34225841f used request id req-31a742fa-141f-49dc-b3ca-949d0ae5d5ec 2018-08-20 10:20:10,613 - keystone_utils - INFO - Granting role CreateKeypairsTests-00d52c9c-01a2-43d-proj-role to project CreateKeypairsTests-00d52c9c-01a2-43d-proj 2018-08-20 10:20:10,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/84d01e8ab4f14d7baa3520d146292737/users/8c02989ace674eee983fe99f415e90ca/roles/44650497afeb48bd89592bb34225841f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:10,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ae62076-755c-4959-bd8a-59c0b5de76bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:10,752 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/84d01e8ab4f14d7baa3520d146292737/users/8c02989ace674eee983fe99f415e90ca/roles/44650497afeb48bd89592bb34225841f used request id req-1ae62076-755c-4959-bd8a-59c0b5de76bc 2018-08-20 10:20:10,752 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:20:10,999 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7.pub 2018-08-20 10:20:10,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:11,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:11,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44650497afeb48bd89592bb34225841f", "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj-role"}], "expires_at": "2018-08-20T11:20:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84d01e8ab4f14d7baa3520d146292737", "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/84d01e8ab4f14d7baa3520d146292737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/84d01e8ab4f14d7baa3520d146292737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-00d52c9c-01a2-43d-user", "id": "8c02989ace674eee983fe99f415e90ca"}, "audit_ids": ["xQDaSUxxSjejG9IOLl69iQ"], "issued_at": "2018-08-20T10:20:11.000000Z"}} 2018-08-20 10:20:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c0ca9182e27b733f019ac7c0bdf477475316319" 2018-08-20 10:20:11,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aabad314-1d61-4638-81d1-47fd6f54d31d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:11,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-aabad314-1d61-4638-81d1-47fd6f54d31d 2018-08-20 10:20:11,483 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:20:11,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c0ca9182e27b733f019ac7c0bdf477475316319" 2018-08-20 10:20:12,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-9a8fc405-6931-4967-9a59-95d1b06c9be2 x-compute-request-id: req-9a8fc405-6931-4967-9a59-95d1b06c9be2 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:20:12,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-9a8fc405-6931-4967-9a59-95d1b06c9be2 2018-08-20 10:20:12,113 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7... 2018-08-20 10:20:12,113 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-20 10:20:12,113 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7.pub 2018-08-20 10:20:12,113 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7 2018-08-20 10:20:12,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c0ca9182e27b733f019ac7c0bdf477475316319" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPPH9tLblcMMGwgp8N0aMeLqYLEVMMmQtWCmAnnSyYG10xOBeC7eWTDNxAGxwGxDtg++x32xWY//uQHhfetXKNZ08OWMLFCAx1D+bBNCHMQCS4EJ+7uflTfg6M1x6sJejdi5yxkD3hhCasb3/VAJqq68d81ZxdTYf6Y0p0DtcGI2WsT2ipmcML+h0FRKsEFX9HgypFeifdz4OwbPy9GEm+ZqaUCuq0ID6y4C4l78ueyrgLcdcKKMroYrNHpV06GyHmiaNtv4jKU3YjrcBZmf1YewozWMSMNA1x4DNpd9fMQsZiqE0CvRP64/hpaJA1zgQeSJxa8a3myKzH8dx4Cwll", "name": "CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7"}}' 2018-08-20 10:20:12,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20: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-c5f80418-6978-46c1-920f-3e190c167467 x-compute-request-id: req-c5f80418-6978-46c1-920f-3e190c167467 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPPH9tLblcMMGwgp8N0aMeLqYLEVMMmQtWCmAnnSyYG10xOBeC7eWTDNxAGxwGxDtg++x32xWY//uQHhfetXKNZ08OWMLFCAx1D+bBNCHMQCS4EJ+7uflTfg6M1x6sJejdi5yxkD3hhCasb3/VAJqq68d81ZxdTYf6Y0p0DtcGI2WsT2ipmcML+h0FRKsEFX9HgypFeifdz4OwbPy9GEm+ZqaUCuq0ID6y4C4l78ueyrgLcdcKKMroYrNHpV06GyHmiaNtv4jKU3YjrcBZmf1YewozWMSMNA1x4DNpd9fMQsZiqE0CvRP64/hpaJA1zgQeSJxa8a3myKzH8dx4Cwll", "user_id": "8c02989ace674eee983fe99f415e90ca", "name": "CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7", "fingerprint": "64:6a:11:b5:01:ac:8c:ed:95:25:8d:fa:45:47:e2:c4"}} 2018-08-20 10:20:12,167 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-c5f80418-6978-46c1-920f-3e190c167467 2018-08-20 10:20:12,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:12,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "44650497afeb48bd89592bb34225841f", "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj-role"}], "expires_at": "2018-08-20T11:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84d01e8ab4f14d7baa3520d146292737", "name": "CreateKeypairsTests-00d52c9c-01a2-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/84d01e8ab4f14d7baa3520d146292737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/84d01e8ab4f14d7baa3520d146292737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/84d01e8ab4f14d7baa3520d146292737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-00d52c9c-01a2-43d-user", "id": "8c02989ace674eee983fe99f415e90ca"}, "audit_ids": ["ldeoCvBqSM6HFVMzlGuKPg"], "issued_at": "2018-08-20T10:20:12.000000Z"}} 2018-08-20 10:20:12,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}593816f649bccf0df3ba112eafbe8d2a5f6db0b2" 2018-08-20 10:20:12,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20: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-27227542-9184-4873-b0e9-6262f3db4682 x-compute-request-id: req-27227542-9184-4873-b0e9-6262f3db4682 Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPPH9tLblcMMGwgp8N0aMeLqYLEVMMmQtWCmAnnSyYG10xOBeC7eWTDNxAGxwGxDtg++x32xWY//uQHhfetXKNZ08OWMLFCAx1D+bBNCHMQCS4EJ+7uflTfg6M1x6sJejdi5yxkD3hhCasb3/VAJqq68d81ZxdTYf6Y0p0DtcGI2WsT2ipmcML+h0FRKsEFX9HgypFeifdz4OwbPy9GEm+ZqaUCuq0ID6y4C4l78ueyrgLcdcKKMroYrNHpV06GyHmiaNtv4jKU3YjrcBZmf1YewozWMSMNA1x4DNpd9fMQsZiqE0CvRP64/hpaJA1zgQeSJxa8a3myKzH8dx4Cwll", "user_id": "8c02989ace674eee983fe99f415e90ca", "name": "CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7", "deleted": false, "created_at": "2018-08-20T10:20:12.000000", "updated_at": null, "fingerprint": "64:6a:11:b5:01:ac:8c:ed:95:25:8d:fa:45:47:e2:c4", "deleted_at": null, "id": 74}} 2018-08-20 10:20:12,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7 used request id req-27227542-9184-4873-b0e9-6262f3db4682 2018-08-20 10:20:12,753 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7 2018-08-20 10:20:12,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c0ca9182e27b733f019ac7c0bdf477475316319" 2018-08-20 10:20:12,789 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:20: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-9c5cd19b-ff42-4828-9cf5-88011c6f959c x-compute-request-id: req-9c5cd19b-ff42-4828-9cf5-88011c6f959c Content-Length: 0 Content-Type: application/json 2018-08-20 10:20:12,789 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-6b3f758d-0aba-4b4d-a60e-fc0c5b2934d7 used request id req-9c5cd19b-ff42-4828-9cf5-88011c6f959c 2018-08-20 10:20:12,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:20:12,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:20:12,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:20:12,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:20:12,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:20:12,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-5d0d399a-9f0e-4e3c-b590-a6c80accae7a Date: Mon, 20 Aug 2018 10:20:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:20:13,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-5d0d399a-9f0e-4e3c-b590-a6c80accae7a 2018-08-20 10:20:13,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,175 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfa92ec1-c756-4770-b530-faa86d59321e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-cfa92ec1-c756-4770-b530-faa86d59321e 2018-08-20 10:20:13,175 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,266 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90d9b08e-ab98-46cc-91f9-7e8e8d3370a7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-90d9b08e-ab98-46cc-91f9-7e8e8d3370a7 2018-08-20 10:20:13,267 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,364 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b77e301f-ce2d-4125-8cac-3fed4fd5dfb8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-b77e301f-ce2d-4125-8cac-3fed4fd5dfb8 2018-08-20 10:20:13,364 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,461 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58e98fbe-db3a-4087-b56f-c30edd1c09da Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-58e98fbe-db3a-4087-b56f-c30edd1c09da 2018-08-20 10:20:13,462 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,549 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e11b12d2-f145-482c-9632-44452b53e321 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-e11b12d2-f145-482c-9632-44452b53e321 2018-08-20 10:20:13,549 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,649 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-250993c7-f242-4858-8e7a-1d327e3bb834 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-250993c7-f242-4858-8e7a-1d327e3bb834 2018-08-20 10:20:13,650 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,743 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b24ccea5-0d42-4be3-9413-35ab41036fa3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-b24ccea5-0d42-4be3-9413-35ab41036fa3 2018-08-20 10:20:13,744 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,831 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85143221-18b5-47de-9fcc-0afd2ab98478 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-85143221-18b5-47de-9fcc-0afd2ab98478 2018-08-20 10:20:13,831 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:13,919 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bcf005d-2efd-47ba-96a1-8e257150390c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:13,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-5bcf005d-2efd-47ba-96a1-8e257150390c 2018-08-20 10:20:13,919 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:13,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3ccab1-76ed-4d20-b0f4-18fe86eafbb2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:20:14,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-ad3ccab1-76ed-4d20-b0f4-18fe86eafbb2 2018-08-20 10:20:14,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,121 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22b8798d-6287-406f-996a-2d313f2dd11b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:14,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-22b8798d-6287-406f-996a-2d313f2dd11b 2018-08-20 10:20:14,121 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:14,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,216 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-237983ee-4259-49a8-88df-f7e7cd1d53a1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:14,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-237983ee-4259-49a8-88df-f7e7cd1d53a1 2018-08-20 10:20:14,216 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:14,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,303 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d187d866-aa0d-4bf7-9e9c-fb97e87196cb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:14,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-d187d866-aa0d-4bf7-9e9c-fb97e87196cb 2018-08-20 10:20:14,303 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:14,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,391 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9053d324-d327-4b38-8f3f-0978b802f248 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:14,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-9053d324-d327-4b38-8f3f-0978b802f248 2018-08-20 10:20:14,391 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:14,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-598138fe-2450-42dd-b594-1c33ed0511b4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:20:14,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-598138fe-2450-42dd-b594-1c33ed0511b4 2018-08-20 10:20:14,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,579 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f460fc1c-631e-4f68-a10f-aef6f3e9dc77 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:14,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-f460fc1c-631e-4f68-a10f-aef6f3e9dc77 2018-08-20 10:20:14,579 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:14,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,669 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0c93028-fa05-4abd-9e18-a63e88172abe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:14,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-c0c93028-fa05-4abd-9e18-a63e88172abe 2018-08-20 10:20:14,669 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:14,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,762 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61eccfca-aa70-4938-817d-5879f2062157 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:14,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-61eccfca-aa70-4938-817d-5879f2062157 2018-08-20 10:20:14,762 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:14,763 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-00d52c9c-01a2-43d-proj 2018-08-20 10:20:14,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/84d01e8ab4f14d7baa3520d146292737 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:14,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50dbe46f-b2dd-4923-b1a3-47a0d30b7be9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:14,999 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/84d01e8ab4f14d7baa3520d146292737 used request id req-50dbe46f-b2dd-4923-b1a3-47a0d30b7be9 2018-08-20 10:20:14,999 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-00d52c9c-01a2-43d-proj-role 2018-08-20 10:20:15,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/44650497afeb48bd89592bb34225841f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:15,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f8b9587-d4f7-4c27-8a76-66d9adbcb40a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:15,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/44650497afeb48bd89592bb34225841f used request id req-4f8b9587-d4f7-4c27-8a76-66d9adbcb40a 2018-08-20 10:20:15,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549c21bb46979b5d3341fa703c69754e441aa87a" 2018-08-20 10:20:15,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabc49cb-488a-4008-9e15-2f4c450adbaf Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:20:15,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dabc49cb-488a-4008-9e15-2f4c450adbaf 2018-08-20 10:20:15,217 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-00d52c9c-01a2-43d-user 2018-08-20 10:20:15,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/8c02989ace674eee983fe99f415e90ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d118a51fcf7e8f8a8a53fa698b3ad7fd86aaf7d" 2018-08-20 10:20:15,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24024f9e-cd4c-45fa-a925-4a24d97a00e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:15,451 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/8c02989ace674eee983fe99f415e90ca used request id req-24024f9e-cd4c-45fa-a925-4a24d97a00e7 2018-08-20 10:20:15,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:15,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["joKafMsvRkCR9yGa77nYjw"], "issued_at": "2018-08-20T10:20:15.000000Z"}} 2018-08-20 10:20:15,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462e3dad06d5d6abd268b33c6090a23fd26136a9" 2018-08-20 10:20:15,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-055236e9-8dd5-44e4-b9a3-8539938c12d6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:15,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-055236e9-8dd5-44e4-b9a3-8539938c12d6 2018-08-20 10:20:15,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:15,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:16,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ZlpnTAsZQcGLEb8GmPi4Qw"], "issued_at": "2018-08-20T10:20:16.000000Z"}} 2018-08-20 10:20:16,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:16,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9686b9f2-bd80-407f-af27-9d0bcb9b43af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:16,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9686b9f2-bd80-407f-af27-9d0bcb9b43af 2018-08-20 10:20:16,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:20:16,441 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:20:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:20:16,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-176071e1-2cd5-47e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:16,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5ef7387-6a74-4725-878e-2e5d23308015 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-176071e1-2cd5-47e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:20:16,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-176071e1-2cd5-47e-proj used request id req-f5ef7387-6a74-4725-878e-2e5d23308015 2018-08-20 10:20:16,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:16,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-054a9357-4f1f-42b8-b302-452e8ec464b0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:20:16,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-054a9357-4f1f-42b8-b302-452e8ec464b0 2018-08-20 10:20:16,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj"}}' 2018-08-20 10:20:16,783 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:20:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4e0429d-c175-4416-a3ee-01f2533e977c Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/b5dee616f53d413999a5353913dabc19"}, "tags": [], "enabled": true, "id": "b5dee616f53d413999a5353913dabc19", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj"}} 2018-08-20 10:20:16,783 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-c4e0429d-c175-4416-a3ee-01f2533e977c 2018-08-20 10:20:16,783 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-176071e1-2cd5-47e-proj 2018-08-20 10:20:16,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:16,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:17,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["RpdvbKAPRiqU1RNv82DvHA"], "issued_at": "2018-08-20T10:20:17.000000Z"}} 2018-08-20 10:20:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2a072a239875d3d38375d95f1f9b57262692de" 2018-08-20 10:20:17,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f9e3678-4471-4881-96fe-bd4ec7804361 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:17,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0f9e3678-4471-4881-96fe-bd4ec7804361 2018-08-20 10:20:17,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:20:17,286 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:20:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:20:17,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2a072a239875d3d38375d95f1f9b57262692de" 2018-08-20 10:20:17,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e977617-6b24-4377-9960-a0979d685d45 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:20:17,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-1e977617-6b24-4377-9960-a0979d685d45 2018-08-20 10:20:17,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-176071e1-2cd5-47e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2a072a239875d3d38375d95f1f9b57262692de" 2018-08-20 10:20:17,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ff755a-b2de-4fbe-a296-6ea675ae4c39 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-176071e1-2cd5-47e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/b5dee616f53d413999a5353913dabc19"}, "tags": [], "enabled": true, "id": "b5dee616f53d413999a5353913dabc19", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj"}]} 2018-08-20 10:20:17,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-176071e1-2cd5-47e-proj used request id req-f4ff755a-b2de-4fbe-a296-6ea675ae4c39 2018-08-20 10:20:17,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2a072a239875d3d38375d95f1f9b57262692de" 2018-08-20 10:20:17,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372632c0-b8b4-4e92-894a-500b0302d312 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:20:17,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-372632c0-b8b4-4e92-894a-500b0302d312 2018-08-20 10:20:17,976 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-176071e1-2cd5-47e-user 2018-08-20 10:20:17,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:17,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:18,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d44b3ba2-9e34-4582-947d-f251e42f0a68 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:20:18,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d44b3ba2-9e34-4582-947d-f251e42f0a68 2018-08-20 10:20:18,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" -d '{"role": {"name": "CreateKeypairsTests-176071e1-2cd5-47e-proj-role"}}' 2018-08-20 10:20:18,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:20:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73c2f4c8-dac4-40b1-8aa6-df8e8c88f3e9 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eba7ffc470074a4e8e8eb7ff19282abc", "links": {"self": "http://172.30.9.36:5000/v3/roles/eba7ffc470074a4e8e8eb7ff19282abc"}, "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj-role"}} 2018-08-20 10:20:18,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-73c2f4c8-dac4-40b1-8aa6-df8e8c88f3e9 2018-08-20 10:20:18,203 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-176071e1-2cd5-47e-proj-role 2018-08-20 10:20:18,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/eba7ffc470074a4e8e8eb7ff19282abc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:18,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80dbe40e-0ea1-4f05-8945-c93128384348 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eba7ffc470074a4e8e8eb7ff19282abc", "links": {"self": "http://172.30.9.36:5000/v3/roles/eba7ffc470074a4e8e8eb7ff19282abc"}, "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj-role"}} 2018-08-20 10:20:18,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/eba7ffc470074a4e8e8eb7ff19282abc used request id req-80dbe40e-0ea1-4f05-8945-c93128384348 2018-08-20 10:20:18,313 - keystone_utils - INFO - Granting role CreateKeypairsTests-176071e1-2cd5-47e-proj-role to project CreateKeypairsTests-176071e1-2cd5-47e-proj 2018-08-20 10:20:18,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/b5dee616f53d413999a5353913dabc19/users/6500d7f3f9f54fecb13c2adfa139ea42/roles/eba7ffc470074a4e8e8eb7ff19282abc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:18,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1da214f-b968-4fcf-bfa8-9b04ccf39e56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:18,450 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/b5dee616f53d413999a5353913dabc19/users/6500d7f3f9f54fecb13c2adfa139ea42/roles/eba7ffc470074a4e8e8eb7ff19282abc used request id req-a1da214f-b968-4fcf-bfa8-9b04ccf39e56 2018-08-20 10:20:18,451 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:20:18,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:18,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:18,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eba7ffc470074a4e8e8eb7ff19282abc", "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj-role"}], "expires_at": "2018-08-20T11:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b5dee616f53d413999a5353913dabc19", "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/b5dee616f53d413999a5353913dabc19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b5dee616f53d413999a5353913dabc19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/b5dee616f53d413999a5353913dabc19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/b5dee616f53d413999a5353913dabc19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-176071e1-2cd5-47e-user", "id": "6500d7f3f9f54fecb13c2adfa139ea42"}, "audit_ids": ["8TcKXTD8SKq7qquisiMGiA"], "issued_at": "2018-08-20T10:20:18.000000Z"}} 2018-08-20 10:20:18,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbafb67786bf68cf4a483ea168669b951be47fc" 2018-08-20 10:20:18,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62cd98eb-d93e-454a-9434-03d1fa39543e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:18,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-62cd98eb-d93e-454a-9434-03d1fa39543e 2018-08-20 10:20:18,957 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:20:18,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbafb67786bf68cf4a483ea168669b951be47fc" 2018-08-20 10:20:19,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20: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-2d47cb8a-be68-41df-ad77-5cb7107c8c48 x-compute-request-id: req-2d47cb8a-be68-41df-ad77-5cb7107c8c48 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:20:19,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-2d47cb8a-be68-41df-ad77-5cb7107c8c48 2018-08-20 10:20:19,132 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b... 2018-08-20 10:20:19,132 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:20:51,450 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b 2018-08-20 10:20:51,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbafb67786bf68cf4a483ea168669b951be47fc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wCdO7K5ggSnpV63h1PXYhcAuCXg6ZQjD0vFcskoMHfkhwrPHaA8wOErdumv1Z55AY8CfktFZmFMr80ImaaH/5YtXQw7cTIm5GBq2fivTM7q0zFUDn0X1bivpxYyhBCqcdKWSgCaNbJur4l0KzxkmBdWjsrjmJ009n3pv68/g9CHyoTD2HTojiVvvcpmpD3Xmp10ObzpjXRCBLYUclJT2guzycFG8AcLK47DghHBVx6hXD3FFrFI0dSNBl/Yk+8MlkOJQLhqNy+baitjlgvDA5hPL2EPiyGN0OS1PDx/mlL55BkdAUcNQMAnxl1fApiGU70keEC5qJHUMiIGwNPrgPBrM8YQLbvCNCWRWuV1sdAEtbqIkUYfJbuCnBs07sNFCVTK9X1VYIl50SFpG4jqjNWWYfDV+bmMdhU/YKUJvNSj9CQe1a+62gHClcdYLsvdFXQzZTtOBgGKAYEmgzQdu5N8ikkgFUGPT+aQYtR0Gy21QXscaN6BIVsIkmBuIQMddlqvuZ93NqSTf0Nq0Ht9tWch6j2uNck+zwMuC95MoKEdJoN3WiqjgSBR/qukaYNbgasJVKoGCJ0i5+SsMXIduQLJv6ci8m12FnlzRYdX2iBUGxKcSotohHtEe5NWHVIKLFHCF+0AbbYhQKIBygbfKGJbv7MrKj5L20vTJyXQzaJTyiqTouQVXd7kR2VN/F3fS1/NktK3QApvOHYJoc90aGd25qbXIua/ZVyGBxHd5vZwecRTO99Zxbi5WTZxO2LGl2bVug4OtnVrpeBvc+U5L7qd39Se08fjBMHjdAEsWTKHvNAeTUSaDId4pn5ypgWWB9Jt2GoX7xhbwNyDJp07Zf2QznMAX1Ou/Bvy/cIan61P2Ycood9TAzKMYy1Wh+MaQDBCdqSlFbWF0hSQCX0D/nwTLbvYxeNrq4DHai6kuJuzDGd/0PtIxuXne4LnwQiA3r8cC7MnDnC1uAgKZdBRVijpw4FfuqVfPZt1gAV2qW8YZISa58hlFrPFzlcTpAh1FdchiYEyH4UkhlW+4WxBooGyM4eamj4sfo2M/LRk0GIw2jIjzfz4BUihZi5jEIKz7e7ewsKMnHOV4HRKs9TTAT+hU2vZEbbNuTQCkpvTxJfQ7+EpAehM0G7TlFppR5xj8EpFIZN4NWY2HAOgGwQ6DwjWwIXBkihUyzN8gaCxoihIhG1/suKJRefIllqSGKJkSz37N8dyEUxXQ+b/BiO5xaklyawymDpQkSdjJMVKWnvPUjNAtwjerAyfL0xqbovmbCOb6GraeMEU0N+O03yIgkJP3rcQs9CIFp7tiBF9MU+oyThSPU5trTcVki5BNFxMjl9ibNiuU5yQI0JERDWddkmg367t2PgOsOBJC0/e0NfAhORSCss6Xccwz5mcC2ywOtP586jeiqZlvo4nvxQ5N9QtXKT4qJISRofQXm5luOX3af1fciPxk/YCKU0iiioJvoPqn3nfyyfzvTdD0neEC1fePLAwchO89fvGsVXtzPMOkhZCywwjjdPOIOPCzDCj0pxV2m/o1/LtK853nGfih7R6fs3PCNpFpcto5ZndAsEX/OGh0ezLNuNzIRSN53i7166c1V5dnbgIMwLqTP9iN4pKwcfZHBXaejDB17sa3K/Ci0qlHA1OOFEv3QVnprbmPFHrPw==", "name": "CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b"}}' 2018-08-20 10:20:51,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20: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-9c0e088a-27b1-4abe-9230-b2f6ee3875ad x-compute-request-id: req-9c0e088a-27b1-4abe-9230-b2f6ee3875ad Content-Encoding: gzip Content-Length: 1511 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wCdO7K5ggSnpV63h1PXYhcAuCXg6ZQjD0vFcskoMHfkhwrPHaA8wOErdumv1Z55AY8CfktFZmFMr80ImaaH/5YtXQw7cTIm5GBq2fivTM7q0zFUDn0X1bivpxYyhBCqcdKWSgCaNbJur4l0KzxkmBdWjsrjmJ009n3pv68/g9CHyoTD2HTojiVvvcpmpD3Xmp10ObzpjXRCBLYUclJT2guzycFG8AcLK47DghHBVx6hXD3FFrFI0dSNBl/Yk+8MlkOJQLhqNy+baitjlgvDA5hPL2EPiyGN0OS1PDx/mlL55BkdAUcNQMAnxl1fApiGU70keEC5qJHUMiIGwNPrgPBrM8YQLbvCNCWRWuV1sdAEtbqIkUYfJbuCnBs07sNFCVTK9X1VYIl50SFpG4jqjNWWYfDV+bmMdhU/YKUJvNSj9CQe1a+62gHClcdYLsvdFXQzZTtOBgGKAYEmgzQdu5N8ikkgFUGPT+aQYtR0Gy21QXscaN6BIVsIkmBuIQMddlqvuZ93NqSTf0Nq0Ht9tWch6j2uNck+zwMuC95MoKEdJoN3WiqjgSBR/qukaYNbgasJVKoGCJ0i5+SsMXIduQLJv6ci8m12FnlzRYdX2iBUGxKcSotohHtEe5NWHVIKLFHCF+0AbbYhQKIBygbfKGJbv7MrKj5L20vTJyXQzaJTyiqTouQVXd7kR2VN/F3fS1/NktK3QApvOHYJoc90aGd25qbXIua/ZVyGBxHd5vZwecRTO99Zxbi5WTZxO2LGl2bVug4OtnVrpeBvc+U5L7qd39Se08fjBMHjdAEsWTKHvNAeTUSaDId4pn5ypgWWB9Jt2GoX7xhbwNyDJp07Zf2QznMAX1Ou/Bvy/cIan61P2Ycood9TAzKMYy1Wh+MaQDBCdqSlFbWF0hSQCX0D/nwTLbvYxeNrq4DHai6kuJuzDGd/0PtIxuXne4LnwQiA3r8cC7MnDnC1uAgKZdBRVijpw4FfuqVfPZt1gAV2qW8YZISa58hlFrPFzlcTpAh1FdchiYEyH4UkhlW+4WxBooGyM4eamj4sfo2M/LRk0GIw2jIjzfz4BUihZi5jEIKz7e7ewsKMnHOV4HRKs9TTAT+hU2vZEbbNuTQCkpvTxJfQ7+EpAehM0G7TlFppR5xj8EpFIZN4NWY2HAOgGwQ6DwjWwIXBkihUyzN8gaCxoihIhG1/suKJRefIllqSGKJkSz37N8dyEUxXQ+b/BiO5xaklyawymDpQkSdjJMVKWnvPUjNAtwjerAyfL0xqbovmbCOb6GraeMEU0N+O03yIgkJP3rcQs9CIFp7tiBF9MU+oyThSPU5trTcVki5BNFxMjl9ibNiuU5yQI0JERDWddkmg367t2PgOsOBJC0/e0NfAhORSCss6Xccwz5mcC2ywOtP586jeiqZlvo4nvxQ5N9QtXKT4qJISRofQXm5luOX3af1fciPxk/YCKU0iiioJvoPqn3nfyyfzvTdD0neEC1fePLAwchO89fvGsVXtzPMOkhZCywwjjdPOIOPCzDCj0pxV2m/o1/LtK853nGfih7R6fs3PCNpFpcto5ZndAsEX/OGh0ezLNuNzIRSN53i7166c1V5dnbgIMwLqTP9iN4pKwcfZHBXaejDB17sa3K/Ci0qlHA1OOFEv3QVnprbmPFHrPw==", "user_id": "6500d7f3f9f54fecb13c2adfa139ea42", "name": "CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b", "fingerprint": "6a:fe:fa:0e:3f:2f:0d:e1:2e:58:24:15:31:2f:d8:43"}} 2018-08-20 10:20:51,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-9c0e088a-27b1-4abe-9230-b2f6ee3875ad 2018-08-20 10:20:51,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:51,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eba7ffc470074a4e8e8eb7ff19282abc", "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj-role"}], "expires_at": "2018-08-20T11:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b5dee616f53d413999a5353913dabc19", "name": "CreateKeypairsTests-176071e1-2cd5-47e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/b5dee616f53d413999a5353913dabc19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b5dee616f53d413999a5353913dabc19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/b5dee616f53d413999a5353913dabc19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/b5dee616f53d413999a5353913dabc19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/b5dee616f53d413999a5353913dabc19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/b5dee616f53d413999a5353913dabc19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-176071e1-2cd5-47e-user", "id": "6500d7f3f9f54fecb13c2adfa139ea42"}, "audit_ids": ["gSaMMkhSSZa2igLbI9X-Uw"], "issued_at": "2018-08-20T10:20:51.000000Z"}} 2018-08-20 10:20:51,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7196dbb06dd1654b4ca726ac42bc2646b09c79ef" 2018-08-20 10:20:52,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20: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-b3fce2c2-58dc-4d3e-bcdf-752af2b8092c x-compute-request-id: req-b3fce2c2-58dc-4d3e-bcdf-752af2b8092c Content-Encoding: gzip Content-Length: 1575 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wCdO7K5ggSnpV63h1PXYhcAuCXg6ZQjD0vFcskoMHfkhwrPHaA8wOErdumv1Z55AY8CfktFZmFMr80ImaaH/5YtXQw7cTIm5GBq2fivTM7q0zFUDn0X1bivpxYyhBCqcdKWSgCaNbJur4l0KzxkmBdWjsrjmJ009n3pv68/g9CHyoTD2HTojiVvvcpmpD3Xmp10ObzpjXRCBLYUclJT2guzycFG8AcLK47DghHBVx6hXD3FFrFI0dSNBl/Yk+8MlkOJQLhqNy+baitjlgvDA5hPL2EPiyGN0OS1PDx/mlL55BkdAUcNQMAnxl1fApiGU70keEC5qJHUMiIGwNPrgPBrM8YQLbvCNCWRWuV1sdAEtbqIkUYfJbuCnBs07sNFCVTK9X1VYIl50SFpG4jqjNWWYfDV+bmMdhU/YKUJvNSj9CQe1a+62gHClcdYLsvdFXQzZTtOBgGKAYEmgzQdu5N8ikkgFUGPT+aQYtR0Gy21QXscaN6BIVsIkmBuIQMddlqvuZ93NqSTf0Nq0Ht9tWch6j2uNck+zwMuC95MoKEdJoN3WiqjgSBR/qukaYNbgasJVKoGCJ0i5+SsMXIduQLJv6ci8m12FnlzRYdX2iBUGxKcSotohHtEe5NWHVIKLFHCF+0AbbYhQKIBygbfKGJbv7MrKj5L20vTJyXQzaJTyiqTouQVXd7kR2VN/F3fS1/NktK3QApvOHYJoc90aGd25qbXIua/ZVyGBxHd5vZwecRTO99Zxbi5WTZxO2LGl2bVug4OtnVrpeBvc+U5L7qd39Se08fjBMHjdAEsWTKHvNAeTUSaDId4pn5ypgWWB9Jt2GoX7xhbwNyDJp07Zf2QznMAX1Ou/Bvy/cIan61P2Ycood9TAzKMYy1Wh+MaQDBCdqSlFbWF0hSQCX0D/nwTLbvYxeNrq4DHai6kuJuzDGd/0PtIxuXne4LnwQiA3r8cC7MnDnC1uAgKZdBRVijpw4FfuqVfPZt1gAV2qW8YZISa58hlFrPFzlcTpAh1FdchiYEyH4UkhlW+4WxBooGyM4eamj4sfo2M/LRk0GIw2jIjzfz4BUihZi5jEIKz7e7ewsKMnHOV4HRKs9TTAT+hU2vZEbbNuTQCkpvTxJfQ7+EpAehM0G7TlFppR5xj8EpFIZN4NWY2HAOgGwQ6DwjWwIXBkihUyzN8gaCxoihIhG1/suKJRefIllqSGKJkSz37N8dyEUxXQ+b/BiO5xaklyawymDpQkSdjJMVKWnvPUjNAtwjerAyfL0xqbovmbCOb6GraeMEU0N+O03yIgkJP3rcQs9CIFp7tiBF9MU+oyThSPU5trTcVki5BNFxMjl9ibNiuU5yQI0JERDWddkmg367t2PgOsOBJC0/e0NfAhORSCss6Xccwz5mcC2ywOtP586jeiqZlvo4nvxQ5N9QtXKT4qJISRofQXm5luOX3af1fciPxk/YCKU0iiioJvoPqn3nfyyfzvTdD0neEC1fePLAwchO89fvGsVXtzPMOkhZCywwjjdPOIOPCzDCj0pxV2m/o1/LtK853nGfih7R6fs3PCNpFpcto5ZndAsEX/OGh0ezLNuNzIRSN53i7166c1V5dnbgIMwLqTP9iN4pKwcfZHBXaejDB17sa3K/Ci0qlHA1OOFEv3QVnprbmPFHrPw==", "user_id": "6500d7f3f9f54fecb13c2adfa139ea42", "name": "CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b", "deleted": false, "created_at": "2018-08-20T10:20:51.000000", "updated_at": null, "fingerprint": "6a:fe:fa:0e:3f:2f:0d:e1:2e:58:24:15:31:2f:d8:43", "deleted_at": null, "id": 77}} 2018-08-20 10:20:52,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b used request id req-b3fce2c2-58dc-4d3e-bcdf-752af2b8092c 2018-08-20 10:20:52,529 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b 2018-08-20 10:20:52,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcbafb67786bf68cf4a483ea168669b951be47fc" 2018-08-20 10:20:52,562 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:20:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-594d52db-4c64-42fd-95dd-828769ff99b3 x-compute-request-id: req-594d52db-4c64-42fd-95dd-828769ff99b3 Content-Length: 0 Content-Type: application/json 2018-08-20 10:20:52,562 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-58ed6f06-d628-4869-8619-a984ef3c056b used request id req-594d52db-4c64-42fd-95dd-828769ff99b3 2018-08-20 10:20:52,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:20:52,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:20:52,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:20:52,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:20:52,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:20:52,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:52,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-9a4fc880-f797-4859-8f56-daa538ab7d71 Date: Mon, 20 Aug 2018 10:20:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:20:52,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-9a4fc880-f797-4859-8f56-daa538ab7d71 2018-08-20 10:20:52,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,033 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-450f3320-3a63-4201-92f5-00f124e111a7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-450f3320-3a63-4201-92f5-00f124e111a7 2018-08-20 10:20:53,033 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,132 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-329e4ce6-a333-4818-87c0-9b2b4e329d6a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-329e4ce6-a333-4818-87c0-9b2b4e329d6a 2018-08-20 10:20:53,132 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,221 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d87304e-f3aa-4d73-9358-3e02da0d48a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-1d87304e-f3aa-4d73-9358-3e02da0d48a8 2018-08-20 10:20:53,222 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,320 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77e3dd68-cfb5-49ec-a617-c6ccdefc640f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-77e3dd68-cfb5-49ec-a617-c6ccdefc640f 2018-08-20 10:20:53,320 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,421 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15976b84-590e-4d4d-9ca1-f505ffa0fb0d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-15976b84-590e-4d4d-9ca1-f505ffa0fb0d 2018-08-20 10:20:53,421 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,504 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-848216a5-0718-49ae-b226-85877b0cf6c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-848216a5-0718-49ae-b226-85877b0cf6c2 2018-08-20 10:20:53,504 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,600 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bc8b0b9-df8a-4596-bd4f-827e58fa89bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-5bc8b0b9-df8a-4596-bd4f-827e58fa89bf 2018-08-20 10:20:53,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,700 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53bdb094-1c55-4959-9986-8843a6ee1e04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-53bdb094-1c55-4959-9986-8843a6ee1e04 2018-08-20 10:20:53,700 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,787 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-951d4acf-e1ea-49cb-b442-fb4260f0f024 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-951d4acf-e1ea-49cb-b442-fb4260f0f024 2018-08-20 10:20:53,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a52152-b1df-49aa-bf85-35e6c710edac Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:20:53,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-16a52152-b1df-49aa-bf85-35e6c710edac 2018-08-20 10:20:53,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:53,993 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b776f611-6123-4a08-b768-b63de533d166 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:53,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-b776f611-6123-4a08-b768-b63de533d166 2018-08-20 10:20:53,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:53,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:54,082 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40d53898-6452-4514-a5a9-5e4092b68dfc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:54,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-40d53898-6452-4514-a5a9-5e4092b68dfc 2018-08-20 10:20:54,083 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:54,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:54,177 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5acd748b-7fb2-4c9d-81b5-ed92a1695dbc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:54,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-5acd748b-7fb2-4c9d-81b5-ed92a1695dbc 2018-08-20 10:20:54,177 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:54,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:54,280 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7b1fd84-8f17-41a2-bb9f-de1a5d92fe7e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:54,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-e7b1fd84-8f17-41a2-bb9f-de1a5d92fe7e 2018-08-20 10:20:54,280 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:54,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:54,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84003dd4-eac9-4bb3-a8dc-bd070edacb70 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:20:54,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-84003dd4-eac9-4bb3-a8dc-bd070edacb70 2018-08-20 10:20:54,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:54,465 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acf7dfc7-5645-406b-b309-a87e4eeac12d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:54,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-acf7dfc7-5645-406b-b309-a87e4eeac12d 2018-08-20 10:20:54,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:54,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:54,558 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6633a26-5719-4f45-937a-bc025d70d425 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:54,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-d6633a26-5719-4f45-937a-bc025d70d425 2018-08-20 10:20:54,558 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:54,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:54,652 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a7d06f8-8559-48ae-a410-5075599f96e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:20:54,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-2a7d06f8-8559-48ae-a410-5075599f96e3 2018-08-20 10:20:54,653 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:20:54,653 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-176071e1-2cd5-47e-proj 2018-08-20 10:20:54,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/b5dee616f53d413999a5353913dabc19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:54,867 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1451139-520a-448c-a0a5-cb9e85350e1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:54,867 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/b5dee616f53d413999a5353913dabc19 used request id req-a1451139-520a-448c-a0a5-cb9e85350e1c 2018-08-20 10:20:54,868 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-176071e1-2cd5-47e-proj-role 2018-08-20 10:20:54,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/eba7ffc470074a4e8e8eb7ff19282abc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:55,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbf8a611-3ff1-4777-b3b0-2064c49a7e1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:55,004 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/eba7ffc470074a4e8e8eb7ff19282abc used request id req-cbf8a611-3ff1-4777-b3b0-2064c49a7e1d 2018-08-20 10:20:55,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0667df960ee1d0c573f8fe7d41b1cecfe8b89bc" 2018-08-20 10:20:55,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7711cb-0a9b-44e4-9b0c-6a64b6680e72 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:20:55,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7d7711cb-0a9b-44e4-9b0c-6a64b6680e72 2018-08-20 10:20:55,094 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-176071e1-2cd5-47e-user 2018-08-20 10:20:55,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/6500d7f3f9f54fecb13c2adfa139ea42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff2a072a239875d3d38375d95f1f9b57262692de" 2018-08-20 10:20:55,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddf82697-9a21-4613-adf7-55b338e82b77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:55,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/6500d7f3f9f54fecb13c2adfa139ea42 used request id req-ddf82697-9a21-4613-adf7-55b338e82b77 2018-08-20 10:20:55,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:55,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["qwRhn7LRQK2A0U9KcPt-CA"], "issued_at": "2018-08-20T10:20:55.000000Z"}} 2018-08-20 10:20:55,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2277e169e4d0e79712529abc7cdbcb66e3a376" 2018-08-20 10:20:55,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2190e26c-a834-43de-a4fa-7e6641a0d8ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:55,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2190e26c-a834-43de-a4fa-7e6641a0d8ea 2018-08-20 10:20:55,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:55,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:56,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JLZ_4mUvQf2PZWxZj5mYkA"], "issued_at": "2018-08-20T10:20:56.000000Z"}} 2018-08-20 10:20:56,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:20:56,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d29965-f579-4405-8760-45fde1d6dade Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:56,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f8d29965-f579-4405-8760-45fde1d6dade 2018-08-20 10:20:56,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:20:56,251 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:20:56,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8bcd7450-c8b9-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:20:56,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a40396f1-10ed-40e9-af15-80421dcbae93 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8bcd7450-c8b9-402-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:20:56,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8bcd7450-c8b9-402-proj used request id req-a40396f1-10ed-40e9-af15-80421dcbae93 2018-08-20 10:20:56,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:20:56,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f849cac3-c393-4857-b8a0-aad0021d6b6b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:20:56,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f849cac3-c393-4857-b8a0-aad0021d6b6b 2018-08-20 10:20:56,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj"}}' 2018-08-20 10:20:56,562 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71ae5fda-99ed-4680-9f01-3f4fd1f749fc Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/de0f001a8e6646409181339ffde8eeb7"}, "tags": [], "enabled": true, "id": "de0f001a8e6646409181339ffde8eeb7", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj"}} 2018-08-20 10:20:56,562 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-71ae5fda-99ed-4680-9f01-3f4fd1f749fc 2018-08-20 10:20:56,562 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-8bcd7450-c8b9-402-proj 2018-08-20 10:20:56,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:56,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:56,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:20:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["wEkm4ZyXSDmQ5A-m8NLQag"], "issued_at": "2018-08-20T10:20:56.000000Z"}} 2018-08-20 10:20:56,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}503b76c57280f3b57c7935be6a32fd6caa2b09d4" 2018-08-20 10:20:57,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d50614eb-bdb5-4870-b7ae-0c505508a987 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:57,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d50614eb-bdb5-4870-b7ae-0c505508a987 2018-08-20 10:20:57,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:20:57,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:20:57,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}503b76c57280f3b57c7935be6a32fd6caa2b09d4" 2018-08-20 10:20:57,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-009500e7-96bd-4f27-94b4-5d36fa6d1a95 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:20:57,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-009500e7-96bd-4f27-94b4-5d36fa6d1a95 2018-08-20 10:20:57,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-8bcd7450-c8b9-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}503b76c57280f3b57c7935be6a32fd6caa2b09d4" 2018-08-20 10:20:57,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a23b8e-16e4-4494-bc1f-2f29558e27a4 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-8bcd7450-c8b9-402-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/de0f001a8e6646409181339ffde8eeb7"}, "tags": [], "enabled": true, "id": "de0f001a8e6646409181339ffde8eeb7", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj"}]} 2018-08-20 10:20:57,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-8bcd7450-c8b9-402-proj used request id req-a1a23b8e-16e4-4494-bc1f-2f29558e27a4 2018-08-20 10:20:57,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}503b76c57280f3b57c7935be6a32fd6caa2b09d4" 2018-08-20 10:20:57,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf77f1b-5a2c-41bc-bfd1-1d5974d0dc2c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:20:57,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3bf77f1b-5a2c-41bc-bfd1-1d5974d0dc2c 2018-08-20 10:20:57,759 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-8bcd7450-c8b9-402-user 2018-08-20 10:20:57,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:57,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:20:57,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8e8cf7-a036-43ff-9112-2417d1a99a1c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:20:57,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4c8e8cf7-a036-43ff-9112-2417d1a99a1c 2018-08-20 10:20:57,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" -d '{"role": {"name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj-role"}}' 2018-08-20 10:20:57,975 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39b6733c-24c6-458f-a058-f01295266785 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "81637ee20ddd48cd82a0640c2bf29ec3", "links": {"self": "http://172.30.9.36:5000/v3/roles/81637ee20ddd48cd82a0640c2bf29ec3"}, "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj-role"}} 2018-08-20 10:20:57,975 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-39b6733c-24c6-458f-a058-f01295266785 2018-08-20 10:20:57,976 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-8bcd7450-c8b9-402-proj-role 2018-08-20 10:20:57,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/81637ee20ddd48cd82a0640c2bf29ec3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:20:58,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-400d5da5-a9c0-4771-bf49-b608b38002ea Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "81637ee20ddd48cd82a0640c2bf29ec3", "links": {"self": "http://172.30.9.36:5000/v3/roles/81637ee20ddd48cd82a0640c2bf29ec3"}, "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj-role"}} 2018-08-20 10:20:58,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/81637ee20ddd48cd82a0640c2bf29ec3 used request id req-400d5da5-a9c0-4771-bf49-b608b38002ea 2018-08-20 10:20:58,070 - keystone_utils - INFO - Granting role CreateKeypairsTests-8bcd7450-c8b9-402-proj-role to project CreateKeypairsTests-8bcd7450-c8b9-402-proj 2018-08-20 10:20:58,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/de0f001a8e6646409181339ffde8eeb7/users/e1c42e35e1594868831f93c8fed908d3/roles/81637ee20ddd48cd82a0640c2bf29ec3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:20:58,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:20:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-349d36b0-0387-4387-b329-d4c30db5c67e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:20:58,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/de0f001a8e6646409181339ffde8eeb7/users/e1c42e35e1594868831f93c8fed908d3/roles/81637ee20ddd48cd82a0640c2bf29ec3 used request id req-349d36b0-0387-4387-b329-d4c30db5c67e 2018-08-20 10:20:58,219 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:20:58,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:20:58,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:58,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81637ee20ddd48cd82a0640c2bf29ec3", "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj-role"}], "expires_at": "2018-08-20T11:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de0f001a8e6646409181339ffde8eeb7", "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/de0f001a8e6646409181339ffde8eeb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/de0f001a8e6646409181339ffde8eeb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-8bcd7450-c8b9-402-user", "id": "e1c42e35e1594868831f93c8fed908d3"}, "audit_ids": ["UwlkbtORTYG_m8XV3_a4dg"], "issued_at": "2018-08-20T10:20:58.000000Z"}} 2018-08-20 10:20:58,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecb354a7a16e950d2465bf97235d36bdae098ea3" 2018-08-20 10:20:58,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f0a6b0e-a12f-4d77-9b82-cadf8390ed2c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:20:58,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3f0a6b0e-a12f-4d77-9b82-cadf8390ed2c 2018-08-20 10:20:58,702 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:20:58,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecb354a7a16e950d2465bf97235d36bdae098ea3" 2018-08-20 10:20:59,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be64afe2-84f2-4086-a8a2-6cc016b2f2b4 x-compute-request-id: req-be64afe2-84f2-4086-a8a2-6cc016b2f2b4 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:20:59,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-be64afe2-84f2-4086-a8a2-6cc016b2f2b4 2018-08-20 10:20:59,299 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac... 2018-08-20 10:20:59,299 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:20:59,332 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac 2018-08-20 10:20:59,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecb354a7a16e950d2465bf97235d36bdae098ea3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDbYicUjOHHmuwVyBHKHTo84c9PsfN3eSLfAZX/n837g/Ek594Uv0miygrsPHmg68EeO9ujWRdv4F4MWljn7gY8CfsmUrpK+JhOxvyfb5Kx9d06ng86VD8a3pffxNyR0neMNgWjYULSltpVxN/RDe2etlBLmeuUfwVLkvub8SUzaQ==", "name": "CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac"}}' 2018-08-20 10:20:59,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e57467c2-74d8-4089-95a9-93760d9d8a30 x-compute-request-id: req-e57467c2-74d8-4089-95a9-93760d9d8a30 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDbYicUjOHHmuwVyBHKHTo84c9PsfN3eSLfAZX/n837g/Ek594Uv0miygrsPHmg68EeO9ujWRdv4F4MWljn7gY8CfsmUrpK+JhOxvyfb5Kx9d06ng86VD8a3pffxNyR0neMNgWjYULSltpVxN/RDe2etlBLmeuUfwVLkvub8SUzaQ==", "user_id": "e1c42e35e1594868831f93c8fed908d3", "name": "CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac", "fingerprint": "26:a9:d1:2e:83:95:32:56:81:23:e3:d2:cc:0d:3b:4e"}} 2018-08-20 10:20:59,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-e57467c2-74d8-4089-95a9-93760d9d8a30 2018-08-20 10:20:59,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:20:59,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81637ee20ddd48cd82a0640c2bf29ec3", "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj-role"}], "expires_at": "2018-08-20T11:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de0f001a8e6646409181339ffde8eeb7", "name": "CreateKeypairsTests-8bcd7450-c8b9-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/de0f001a8e6646409181339ffde8eeb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/de0f001a8e6646409181339ffde8eeb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/de0f001a8e6646409181339ffde8eeb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-8bcd7450-c8b9-402-user", "id": "e1c42e35e1594868831f93c8fed908d3"}, "audit_ids": ["ymFDSmjLSY2VeSuyfiNrJQ"], "issued_at": "2018-08-20T10:20:59.000000Z"}} 2018-08-20 10:20:59,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7661b4bc6449d0d20851061d5632cb89f33daedd" 2018-08-20 10:21:00,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:20:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99d3b6bb-b31a-422e-aca2-f6a20d7ddaaf x-compute-request-id: req-99d3b6bb-b31a-422e-aca2-f6a20d7ddaaf Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDbYicUjOHHmuwVyBHKHTo84c9PsfN3eSLfAZX/n837g/Ek594Uv0miygrsPHmg68EeO9ujWRdv4F4MWljn7gY8CfsmUrpK+JhOxvyfb5Kx9d06ng86VD8a3pffxNyR0neMNgWjYULSltpVxN/RDe2etlBLmeuUfwVLkvub8SUzaQ==", "user_id": "e1c42e35e1594868831f93c8fed908d3", "name": "CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac", "deleted": false, "created_at": "2018-08-20T10:20:59.000000", "updated_at": null, "fingerprint": "26:a9:d1:2e:83:95:32:56:81:23:e3:d2:cc:0d:3b:4e", "deleted_at": null, "id": 80}} 2018-08-20 10:21:00,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac used request id req-99d3b6bb-b31a-422e-aca2-f6a20d7ddaaf 2018-08-20 10:21:00,010 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac 2018-08-20 10:21:00,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecb354a7a16e950d2465bf97235d36bdae098ea3" 2018-08-20 10:21:00,072 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-127dbe65-f78a-4ea9-bcc1-33c2114f198b x-compute-request-id: req-127dbe65-f78a-4ea9-bcc1-33c2114f198b Content-Length: 0 Content-Type: application/json 2018-08-20 10:21:00,072 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-a4c6a6f4-1309-4ea3-b81e-12a75bc5d7ac used request id req-127dbe65-f78a-4ea9-bcc1-33c2114f198b 2018-08-20 10:21:00,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:00,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:00,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:00,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:00,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:00,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:00,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-12fb75d5-4e8f-4126-af19-1e50e98d2f62 Date: Mon, 20 Aug 2018 10:21:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:21:00,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-12fb75d5-4e8f-4126-af19-1e50e98d2f62 2018-08-20 10:21:00,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:00,451 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ce6652b-9aa2-4cee-bca8-63787f7c2f90 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:00,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-2ce6652b-9aa2-4cee-bca8-63787f7c2f90 2018-08-20 10:21:00,452 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:00,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:00,549 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bdf8a26-b805-410b-9e9e-e6fab4939081 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:00,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-0bdf8a26-b805-410b-9e9e-e6fab4939081 2018-08-20 10:21:00,549 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:00,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:00,645 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6daaa85e-26f6-4470-ac2c-fbfe4473af71 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:00,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-6daaa85e-26f6-4470-ac2c-fbfe4473af71 2018-08-20 10:21:00,645 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:00,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:00,740 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f1e7139-aa78-4560-885c-67e4e30e6559 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:00,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-8f1e7139-aa78-4560-885c-67e4e30e6559 2018-08-20 10:21:00,741 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:00,827 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e04d61a-9449-4bab-9dfd-7b75789fb710 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:00,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-0e04d61a-9449-4bab-9dfd-7b75789fb710 2018-08-20 10:21:00,828 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:00,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:00,926 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91f58412-95d9-40d0-bc4e-520f739eaa51 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:00,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-91f58412-95d9-40d0-bc4e-520f739eaa51 2018-08-20 10:21:00,926 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:00,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,022 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aee1d586-3882-483c-a3f8-70c86d9c8cca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-aee1d586-3882-483c-a3f8-70c86d9c8cca 2018-08-20 10:21:01,022 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,130 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebd8d6ca-53b5-4f34-afb7-28a19e54b7d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-ebd8d6ca-53b5-4f34-afb7-28a19e54b7d9 2018-08-20 10:21:01,130 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,227 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce76c6b0-c0d7-477a-98ba-37a006dc4bbe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-ce76c6b0-c0d7-477a-98ba-37a006dc4bbe 2018-08-20 10:21:01,227 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acba5246-41c3-433d-b24d-dd6b3c9db7fe Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:21:01,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-acba5246-41c3-433d-b24d-dd6b3c9db7fe 2018-08-20 10:21:01,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,415 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-becefaf4-b5a3-4cf3-a20e-13b038cbdc76 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-becefaf4-b5a3-4cf3-a20e-13b038cbdc76 2018-08-20 10:21:01,416 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,512 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3de097b-5bb1-457f-b9d0-54056d8532ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-d3de097b-5bb1-457f-b9d0-54056d8532ca 2018-08-20 10:21:01,512 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,599 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3e13a79-9bb3-454e-a68d-66382521297f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-c3e13a79-9bb3-454e-a68d-66382521297f 2018-08-20 10:21:01,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,699 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-308c3bd8-cc07-48a0-966a-2a3ec2349b5f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-308c3bd8-cc07-48a0-966a-2a3ec2349b5f 2018-08-20 10:21:01,699 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e675653d-fd9d-4645-be8c-6cd73d9906f3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:21:01,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-e675653d-fd9d-4645-be8c-6cd73d9906f3 2018-08-20 10:21:01,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,882 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fb56bc6-2dd9-4ce0-be5a-d490eddff365 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-0fb56bc6-2dd9-4ce0-be5a-d490eddff365 2018-08-20 10:21:01,883 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:01,978 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae1587af-51dc-4fe5-970f-c4518d1254f2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:01,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-ae1587af-51dc-4fe5-970f-c4518d1254f2 2018-08-20 10:21:01,978 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:01,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:02,075 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46d9124f-3933-4f20-b26a-105772aba3de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:02,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-46d9124f-3933-4f20-b26a-105772aba3de 2018-08-20 10:21:02,075 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:02,076 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-8bcd7450-c8b9-402-proj 2018-08-20 10:21:02,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/de0f001a8e6646409181339ffde8eeb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:02,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5456d1cb-2801-4c58-81f4-4f350fbd38c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:02,310 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/de0f001a8e6646409181339ffde8eeb7 used request id req-5456d1cb-2801-4c58-81f4-4f350fbd38c1 2018-08-20 10:21:02,311 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-8bcd7450-c8b9-402-proj-role 2018-08-20 10:21:02,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/81637ee20ddd48cd82a0640c2bf29ec3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:02,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f805746c-048d-4d04-9bbd-c5f88b86b501 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:02,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/81637ee20ddd48cd82a0640c2bf29ec3 used request id req-f805746c-048d-4d04-9bbd-c5f88b86b501 2018-08-20 10:21:02,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07d725878af00a18a00391af3ccfc0c92ad0c63" 2018-08-20 10:21:02,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b74b7cf6-42c0-4680-a186-c6d37a8087b3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:02,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b74b7cf6-42c0-4680-a186-c6d37a8087b3 2018-08-20 10:21:02,624 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-8bcd7450-c8b9-402-user 2018-08-20 10:21:02,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/e1c42e35e1594868831f93c8fed908d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}503b76c57280f3b57c7935be6a32fd6caa2b09d4" 2018-08-20 10:21:02,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1df49a69-5a81-4830-91b0-391995d8a198 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:02,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/e1c42e35e1594868831f93c8fed908d3 used request id req-1df49a69-5a81-4830-91b0-391995d8a198 2018-08-20 10:21:02,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:03,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["pmUUZ_CDRUG7yew4L5Lotg"], "issued_at": "2018-08-20T10:21:03.000000Z"}} 2018-08-20 10:21:03,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eec2eff43e4b0283ce86b785bdeac246ca26422" 2018-08-20 10:21:03,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-532d6bef-447a-4f7d-a26b-23fc6b33facd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:03,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-532d6bef-447a-4f7d-a26b-23fc6b33facd 2018-08-20 10:21:03,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:03,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:03,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mC1ZNxz_SVSO0TFrak6eZQ"], "issued_at": "2018-08-20T10:21:03.000000Z"}} 2018-08-20 10:21:03,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:03,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31c25538-f668-4b28-bc23-b8dfa2953b55 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:03,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-31c25538-f668-4b28-bc23-b8dfa2953b55 2018-08-20 10:21:03,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:03,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:03,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1d414ef0-7015-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:03,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f08cfd67-a64b-4440-8940-96f9a106ab96 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1d414ef0-7015-4c0-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:21:03,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1d414ef0-7015-4c0-proj used request id req-f08cfd67-a64b-4440-8940-96f9a106ab96 2018-08-20 10:21:03,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:04,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80a5da67-bafc-47a0-9ed7-72737eaf8104 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:04,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-80a5da67-bafc-47a0-9ed7-72737eaf8104 2018-08-20 10:21:04,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj"}}' 2018-08-20 10:21:04,287 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af5c599d-98de-4767-aa66-e638947c7ecc Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/39c5d93bc7c84daca5bf7b79997558c9"}, "tags": [], "enabled": true, "id": "39c5d93bc7c84daca5bf7b79997558c9", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj"}} 2018-08-20 10:21:04,287 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-af5c599d-98de-4767-aa66-e638947c7ecc 2018-08-20 10:21:04,287 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-1d414ef0-7015-4c0-proj 2018-08-20 10:21:04,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:04,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:04,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["RXKm6MpGSFKxNaWXXbP59w"], "issued_at": "2018-08-20T10:21:04.000000Z"}} 2018-08-20 10:21:04,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d51a59d27e77668939457a9179301cffc105d7" 2018-08-20 10:21:04,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8344ea8-5ad0-419b-857e-140f8c493fde Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:04,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c8344ea8-5ad0-419b-857e-140f8c493fde 2018-08-20 10:21:04,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:04,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:04,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d51a59d27e77668939457a9179301cffc105d7" 2018-08-20 10:21:04,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d050c1-92ce-4512-ba5e-9d22b2753daf Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:21:04,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-84d050c1-92ce-4512-ba5e-9d22b2753daf 2018-08-20 10:21:04,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-1d414ef0-7015-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d51a59d27e77668939457a9179301cffc105d7" 2018-08-20 10:21:04,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ce0a76-8c42-4b48-b5f3-6a2305e7d9c1 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-1d414ef0-7015-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/39c5d93bc7c84daca5bf7b79997558c9"}, "tags": [], "enabled": true, "id": "39c5d93bc7c84daca5bf7b79997558c9", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj"}]} 2018-08-20 10:21:04,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-1d414ef0-7015-4c0-proj used request id req-62ce0a76-8c42-4b48-b5f3-6a2305e7d9c1 2018-08-20 10:21:04,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d51a59d27e77668939457a9179301cffc105d7" 2018-08-20 10:21:05,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-896af5ac-7e06-4534-a4b5-b0b99a06dc59 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:05,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-896af5ac-7e06-4534-a4b5-b0b99a06dc59 2018-08-20 10:21:05,460 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-1d414ef0-7015-4c0-user 2018-08-20 10:21:05,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:05,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:05,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dac791a3-f274-454c-a7de-a44fdd6053d1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:05,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dac791a3-f274-454c-a7de-a44fdd6053d1 2018-08-20 10:21:05,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" -d '{"role": {"name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj-role"}}' 2018-08-20 10:21:05,669 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dc7b141-cab4-4f70-a155-09bdb6bdcce7 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2eb9000b41494088b3f4dfaf3991af47", "links": {"self": "http://172.30.9.36:5000/v3/roles/2eb9000b41494088b3f4dfaf3991af47"}, "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj-role"}} 2018-08-20 10:21:05,670 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-1dc7b141-cab4-4f70-a155-09bdb6bdcce7 2018-08-20 10:21:05,670 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-1d414ef0-7015-4c0-proj-role 2018-08-20 10:21:05,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/2eb9000b41494088b3f4dfaf3991af47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:05,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd937660-98e6-4923-ac2e-24e867a43141 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2eb9000b41494088b3f4dfaf3991af47", "links": {"self": "http://172.30.9.36:5000/v3/roles/2eb9000b41494088b3f4dfaf3991af47"}, "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj-role"}} 2018-08-20 10:21:05,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/2eb9000b41494088b3f4dfaf3991af47 used request id req-bd937660-98e6-4923-ac2e-24e867a43141 2018-08-20 10:21:05,760 - keystone_utils - INFO - Granting role CreateKeypairsTests-1d414ef0-7015-4c0-proj-role to project CreateKeypairsTests-1d414ef0-7015-4c0-proj 2018-08-20 10:21:05,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/39c5d93bc7c84daca5bf7b79997558c9/users/ddecff44c7a5429ebf695c0aa6bbe2e4/roles/2eb9000b41494088b3f4dfaf3991af47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:05,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc2e74a4-0a88-4fde-a1e6-af939019fbec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:05,826 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/39c5d93bc7c84daca5bf7b79997558c9/users/ddecff44c7a5429ebf695c0aa6bbe2e4/roles/2eb9000b41494088b3f4dfaf3991af47 used request id req-fc2e74a4-0a88-4fde-a1e6-af939019fbec 2018-08-20 10:21:05,826 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:05,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:05,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:06,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2eb9000b41494088b3f4dfaf3991af47", "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj-role"}], "expires_at": "2018-08-20T11:21:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39c5d93bc7c84daca5bf7b79997558c9", "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/39c5d93bc7c84daca5bf7b79997558c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/39c5d93bc7c84daca5bf7b79997558c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1d414ef0-7015-4c0-user", "id": "ddecff44c7a5429ebf695c0aa6bbe2e4"}, "audit_ids": ["ohKTbHNKRLqy7UXhsFRJvQ"], "issued_at": "2018-08-20T10:21:06.000000Z"}} 2018-08-20 10:21:06,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9668128120500afd16bdbc34e51828f26baabf33" 2018-08-20 10:21:06,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3fa1e2-11c3-4087-9003-1c96e3acbf47 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:06,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fe3fa1e2-11c3-4087-9003-1c96e3acbf47 2018-08-20 10:21:06,309 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:06,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9668128120500afd16bdbc34e51828f26baabf33" 2018-08-20 10:21:06,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a3d340b-a49f-4e5a-8e9a-9ecdcc9c3574 x-compute-request-id: req-7a3d340b-a49f-4e5a-8e9a-9ecdcc9c3574 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:21:06,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-7a3d340b-a49f-4e5a-8e9a-9ecdcc9c3574 2018-08-20 10:21:06,905 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a... 2018-08-20 10:21:06,905 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:21:06,925 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a 2018-08-20 10:21:06,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9668128120500afd16bdbc34e51828f26baabf33" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDUp8cieucQ1nWHn9/7TSrC9ENaRJgWN1ywORRifK36YUdeF9NGx4Q43D7NlXOpCsdDJvjjT9wC2UqreLwm2JKMbA0OvGAli7YyfdZ3ykss9XfcdHiXNrLLOna62OJV3NxPRd73dhnAuonzI7b6myHlBm0HAW2Cg5px8my289ysdw==", "name": "CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a"}}' 2018-08-20 10:21:06,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50bb617a-5536-42dc-b2af-a536d3415bcf x-compute-request-id: req-50bb617a-5536-42dc-b2af-a536d3415bcf Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDUp8cieucQ1nWHn9/7TSrC9ENaRJgWN1ywORRifK36YUdeF9NGx4Q43D7NlXOpCsdDJvjjT9wC2UqreLwm2JKMbA0OvGAli7YyfdZ3ykss9XfcdHiXNrLLOna62OJV3NxPRd73dhnAuonzI7b6myHlBm0HAW2Cg5px8my289ysdw==", "user_id": "ddecff44c7a5429ebf695c0aa6bbe2e4", "name": "CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a", "fingerprint": "db:1f:66:ea:a3:aa:6e:22:9a:53:86:da:71:19:99:bf"}} 2018-08-20 10:21:06,994 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-50bb617a-5536-42dc-b2af-a536d3415bcf 2018-08-20 10:21:06,996 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a.pub 2018-08-20 10:21:06,996 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a 2018-08-20 10:21:06,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:07,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2eb9000b41494088b3f4dfaf3991af47", "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj-role"}], "expires_at": "2018-08-20T11:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39c5d93bc7c84daca5bf7b79997558c9", "name": "CreateKeypairsTests-1d414ef0-7015-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/39c5d93bc7c84daca5bf7b79997558c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/39c5d93bc7c84daca5bf7b79997558c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/39c5d93bc7c84daca5bf7b79997558c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1d414ef0-7015-4c0-user", "id": "ddecff44c7a5429ebf695c0aa6bbe2e4"}, "audit_ids": ["Je7pHDa5ScadnwO67lnhmQ"], "issued_at": "2018-08-20T10:21:07.000000Z"}} 2018-08-20 10:21:07,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eb0a284eb92e8a524468d5f3ed6e202f0e51d3" 2018-08-20 10:21:08,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-d8533ca6-39a2-40b9-81aa-ce6814bf6445 x-compute-request-id: req-d8533ca6-39a2-40b9-81aa-ce6814bf6445 Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDUp8cieucQ1nWHn9/7TSrC9ENaRJgWN1ywORRifK36YUdeF9NGx4Q43D7NlXOpCsdDJvjjT9wC2UqreLwm2JKMbA0OvGAli7YyfdZ3ykss9XfcdHiXNrLLOna62OJV3NxPRd73dhnAuonzI7b6myHlBm0HAW2Cg5px8my289ysdw==", "user_id": "ddecff44c7a5429ebf695c0aa6bbe2e4", "name": "CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a", "deleted": false, "created_at": "2018-08-20T10:21:06.000000", "updated_at": null, "fingerprint": "db:1f:66:ea:a3:aa:6e:22:9a:53:86:da:71:19:99:bf", "deleted_at": null, "id": 83}} 2018-08-20 10:21:08,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a used request id req-d8533ca6-39a2-40b9-81aa-ce6814bf6445 2018-08-20 10:21:08,043 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a 2018-08-20 10:21:08,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9668128120500afd16bdbc34e51828f26baabf33" 2018-08-20 10:21:08,101 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:21:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97081514-423e-4b17-8737-087c8a580d7d x-compute-request-id: req-97081514-423e-4b17-8737-087c8a580d7d Content-Length: 0 Content-Type: application/json 2018-08-20 10:21:08,101 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a used request id req-97081514-423e-4b17-8737-087c8a580d7d 2018-08-20 10:21:08,101 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a.pub] 2018-08-20 10:21:08,102 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-bf9f9dd7-93c4-45f6-ae99-1870adf4632a] 2018-08-20 10:21:08,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:08,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:08,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:08,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:08,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:08,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:08,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-a3a27db0-de80-4a64-a003-81a25e342cd2 Date: Mon, 20 Aug 2018 10:21:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:21:08,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-a3a27db0-de80-4a64-a003-81a25e342cd2 2018-08-20 10:21:08,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:08,665 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-797a7d78-8161-4b2f-bd22-c31941166bf2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:08,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-797a7d78-8161-4b2f-bd22-c31941166bf2 2018-08-20 10:21:08,666 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:08,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:08,759 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49eb92d8-0cf7-4c86-8ffc-baeb4ec5b7fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:08,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-49eb92d8-0cf7-4c86-8ffc-baeb4ec5b7fd 2018-08-20 10:21:08,759 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:08,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:08,852 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15a11eff-5324-46ba-9e90-e34d68519370 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:08,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-15a11eff-5324-46ba-9e90-e34d68519370 2018-08-20 10:21:08,852 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:08,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:08,948 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e4c8b05-cb38-456d-aeac-b9ffa8ca86e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:08,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-4e4c8b05-cb38-456d-aeac-b9ffa8ca86e6 2018-08-20 10:21:08,948 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:08,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,043 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-291529f9-5bd1-41ae-ab16-10476f67a987 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-291529f9-5bd1-41ae-ab16-10476f67a987 2018-08-20 10:21:09,044 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,139 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e08d1e8-8064-4f7e-a478-9c9a181c0948 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-3e08d1e8-8064-4f7e-a478-9c9a181c0948 2018-08-20 10:21:09,139 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,231 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4a0da26-efef-495c-9091-17dd58d7e944 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-b4a0da26-efef-495c-9091-17dd58d7e944 2018-08-20 10:21:09,231 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,328 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b18085bc-3789-49e8-b436-0e7806ec74c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-b18085bc-3789-49e8-b436-0e7806ec74c9 2018-08-20 10:21:09,329 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,422 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a13dfc9d-fb8f-45e3-ae86-43a0e31cabf2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-a13dfc9d-fb8f-45e3-ae86-43a0e31cabf2 2018-08-20 10:21:09,422 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cca99e9-0d99-4591-9e78-3ec71607a976 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:21:09,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-1cca99e9-0d99-4591-9e78-3ec71607a976 2018-08-20 10:21:09,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,613 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fadd9eca-359c-4c70-afc2-afd2a8a8ddae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-fadd9eca-359c-4c70-afc2-afd2a8a8ddae 2018-08-20 10:21:09,614 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,707 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4da8d2ac-155a-4ff7-a5b4-c27e0e90cf54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-4da8d2ac-155a-4ff7-a5b4-c27e0e90cf54 2018-08-20 10:21:09,707 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,797 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-761bb927-e91a-4797-a69a-1daa2fc41780 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-761bb927-e91a-4797-a69a-1daa2fc41780 2018-08-20 10:21:09,798 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,895 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4785916f-4630-4ed3-aca6-3a3baf692ea8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:09,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-4785916f-4630-4ed3-aca6-3a3baf692ea8 2018-08-20 10:21:09,895 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:09,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a7e6939-8260-4f2d-9426-10d4f61ff655 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:21:09,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-2a7e6939-8260-4f2d-9426-10d4f61ff655 2018-08-20 10:21:09,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:10,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afff9854-3c1f-4264-ac94-87e59be90537 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:10,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-afff9854-3c1f-4264-ac94-87e59be90537 2018-08-20 10:21:10,087 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:10,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:10,188 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf68e907-2d68-4843-a520-e565ff53ee72 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:10,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-cf68e907-2d68-4843-a520-e565ff53ee72 2018-08-20 10:21:10,188 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:10,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:10,280 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0222c0c-727a-4e31-858f-4f84ad7d5f36 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:10,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-a0222c0c-727a-4e31-858f-4f84ad7d5f36 2018-08-20 10:21:10,280 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:10,282 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-1d414ef0-7015-4c0-proj 2018-08-20 10:21:10,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/39c5d93bc7c84daca5bf7b79997558c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:10,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-804d59db-584d-426e-bc21-f5d27a6ab01e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:10,513 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/39c5d93bc7c84daca5bf7b79997558c9 used request id req-804d59db-584d-426e-bc21-f5d27a6ab01e 2018-08-20 10:21:10,514 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-1d414ef0-7015-4c0-proj-role 2018-08-20 10:21:10,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/2eb9000b41494088b3f4dfaf3991af47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:10,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17696668-adf5-42e9-b21b-0a6d32c97e7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:10,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2eb9000b41494088b3f4dfaf3991af47 used request id req-17696668-adf5-42e9-b21b-0a6d32c97e7e 2018-08-20 10:21:10,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8263d3e7f0ba21549110b350a4bddac5ce14efa2" 2018-08-20 10:21:10,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1672d7e5-82c8-4fdf-812e-5151a921e736 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:10,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1672d7e5-82c8-4fdf-812e-5151a921e736 2018-08-20 10:21:10,728 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-1d414ef0-7015-4c0-user 2018-08-20 10:21:10,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/ddecff44c7a5429ebf695c0aa6bbe2e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0d51a59d27e77668939457a9179301cffc105d7" 2018-08-20 10:21:10,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdd6c9ac-eccc-4de0-864a-c2ea15d61e45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:10,934 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/ddecff44c7a5429ebf695c0aa6bbe2e4 used request id req-cdd6c9ac-eccc-4de0-864a-c2ea15d61e45 2018-08-20 10:21:10,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:11,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["evd346qZRDukK4uAsCXxyA"], "issued_at": "2018-08-20T10:21:11.000000Z"}} 2018-08-20 10:21:11,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af7f9042d323e71cd8502f7d93e3822020e4470a" 2018-08-20 10:21:11,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e174468d-3fa8-4f5f-bebb-8323e805b1fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:11,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e174468d-3fa8-4f5f-bebb-8323e805b1fc 2018-08-20 10:21:11,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:11,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:11,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["HosQSehKRYGeCjR6zEcsjw"], "issued_at": "2018-08-20T10:21:11.000000Z"}} 2018-08-20 10:21:11,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:11,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98e975fe-b255-4a7f-8d19-c0734f2642ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:11,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-98e975fe-b255-4a7f-8d19-c0734f2642ae 2018-08-20 10:21:11,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:11,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:11,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9a1cd008-3549-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:12,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea5b74d-2a7a-4600-a811-1e05664c2f8d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9a1cd008-3549-46e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:21:12,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9a1cd008-3549-46e-proj used request id req-4ea5b74d-2a7a-4600-a811-1e05664c2f8d 2018-08-20 10:21:12,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:12,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7873eb42-38b4-4358-a846-b48ad645df05 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:12,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-7873eb42-38b4-4358-a846-b48ad645df05 2018-08-20 10:21:12,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj"}}' 2018-08-20 10:21:12,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-315a6fbe-c62e-48ea-9459-9b84c5918b7d Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4469d37a3c9e40f69948ca625ce0e151"}, "tags": [], "enabled": true, "id": "4469d37a3c9e40f69948ca625ce0e151", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj"}} 2018-08-20 10:21:12,322 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-315a6fbe-c62e-48ea-9459-9b84c5918b7d 2018-08-20 10:21:12,323 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-9a1cd008-3549-46e-proj 2018-08-20 10:21:12,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:12,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:12,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Cn061WMsSJKr-uC3GvLryg"], "issued_at": "2018-08-20T10:21:12.000000Z"}} 2018-08-20 10:21:12,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed12da9293534d7cd81a711fa456487a055bcaf2" 2018-08-20 10:21:12,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be8c71f-fd61-4ec9-ba95-ddbf7bcf66cc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:12,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5be8c71f-fd61-4ec9-ba95-ddbf7bcf66cc 2018-08-20 10:21:12,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:12,816 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:12,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed12da9293534d7cd81a711fa456487a055bcaf2" 2018-08-20 10:21:12,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-876d57b2-ba74-47a3-8767-de696aac7dbd Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:21:12,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-876d57b2-ba74-47a3-8767-de696aac7dbd 2018-08-20 10:21:12,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-9a1cd008-3549-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed12da9293534d7cd81a711fa456487a055bcaf2" 2018-08-20 10:21:13,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-020e4dcd-c908-4bb6-ae02-c662fb78a61d Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-9a1cd008-3549-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4469d37a3c9e40f69948ca625ce0e151"}, "tags": [], "enabled": true, "id": "4469d37a3c9e40f69948ca625ce0e151", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj"}]} 2018-08-20 10:21:13,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsTests-9a1cd008-3549-46e-proj used request id req-020e4dcd-c908-4bb6-ae02-c662fb78a61d 2018-08-20 10:21:13,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed12da9293534d7cd81a711fa456487a055bcaf2" 2018-08-20 10:21:13,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-604ffa51-8669-4b9d-ad4b-c17f08adda04 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:13,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-604ffa51-8669-4b9d-ad4b-c17f08adda04 2018-08-20 10:21:13,532 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-9a1cd008-3549-46e-user 2018-08-20 10:21:13,532 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:13,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:13,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7211f9a-a11f-402c-a8f6-998be57b668e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:13,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b7211f9a-a11f-402c-a8f6-998be57b668e 2018-08-20 10:21:13,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" -d '{"role": {"name": "CreateKeypairsTests-9a1cd008-3549-46e-proj-role"}}' 2018-08-20 10:21:13,748 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeba9b0f-d471-4527-8a23-0513af005034 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "02e517c4fab04909a00d6e727f4c988b", "links": {"self": "http://172.30.9.36:5000/v3/roles/02e517c4fab04909a00d6e727f4c988b"}, "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj-role"}} 2018-08-20 10:21:13,748 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-aeba9b0f-d471-4527-8a23-0513af005034 2018-08-20 10:21:13,748 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-9a1cd008-3549-46e-proj-role 2018-08-20 10:21:13,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/02e517c4fab04909a00d6e727f4c988b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:13,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2962548-5887-477b-8d09-f6f140b21f7b Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "02e517c4fab04909a00d6e727f4c988b", "links": {"self": "http://172.30.9.36:5000/v3/roles/02e517c4fab04909a00d6e727f4c988b"}, "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj-role"}} 2018-08-20 10:21:13,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/02e517c4fab04909a00d6e727f4c988b used request id req-c2962548-5887-477b-8d09-f6f140b21f7b 2018-08-20 10:21:13,876 - keystone_utils - INFO - Granting role CreateKeypairsTests-9a1cd008-3549-46e-proj-role to project CreateKeypairsTests-9a1cd008-3549-46e-proj 2018-08-20 10:21:13,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/4469d37a3c9e40f69948ca625ce0e151/users/32c6b4cea96f4917ae93fba69db2e350/roles/02e517c4fab04909a00d6e727f4c988b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:14,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a5d3af0-3ad6-451d-9ba7-bdeb9403a65b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:14,001 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/4469d37a3c9e40f69948ca625ce0e151/users/32c6b4cea96f4917ae93fba69db2e350/roles/02e517c4fab04909a00d6e727f4c988b used request id req-0a5d3af0-3ad6-451d-9ba7-bdeb9403a65b 2018-08-20 10:21:14,002 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:14,003 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:14,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:14,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02e517c4fab04909a00d6e727f4c988b", "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj-role"}], "expires_at": "2018-08-20T11:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4469d37a3c9e40f69948ca625ce0e151", "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4469d37a3c9e40f69948ca625ce0e151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4469d37a3c9e40f69948ca625ce0e151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-9a1cd008-3549-46e-user", "id": "32c6b4cea96f4917ae93fba69db2e350"}, "audit_ids": ["mD5fd25DQkqOpIXcZOkPHg"], "issued_at": "2018-08-20T10:21:14.000000Z"}} 2018-08-20 10:21:14,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b509785ff24416d9a3091a304f4ce641f70971" 2018-08-20 10:21:14,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd7d526-c3e0-4056-93ce-474907da029a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:14,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bcd7d526-c3e0-4056-93ce-474907da029a 2018-08-20 10:21:14,496 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:14,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b509785ff24416d9a3091a304f4ce641f70971" 2018-08-20 10:21:15,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d98aa8d1-a7a0-4d3c-95f8-cdf19e5f7d16 x-compute-request-id: req-d98aa8d1-a7a0-4d3c-95f8-cdf19e5f7d16 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:21:15,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-d98aa8d1-a7a0-4d3c-95f8-cdf19e5f7d16 2018-08-20 10:21:15,095 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab... 2018-08-20 10:21:15,095 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:21:15,129 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab 2018-08-20 10:21:15,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b509785ff24416d9a3091a304f4ce641f70971" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC1q6xJ7oTWP5KOmP8zM/A+c+TZ2y1oPbGtZdwZUf1AslauBCFy6aiz30kyE24X3qwZxk/iPEz1V9O33MRk0bJnN7WsRpIxRgAD3uhIwkq+kubErVBF5x/fNBwQaf5K7ovLyH2AZTMoZynMh0TnT3y++znswsoM18PEa3izqMo4ew==", "name": "CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab"}}' 2018-08-20 10:21:15,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21: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-96ad285b-c153-41fa-8ab6-9f5f46127542 x-compute-request-id: req-96ad285b-c153-41fa-8ab6-9f5f46127542 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC1q6xJ7oTWP5KOmP8zM/A+c+TZ2y1oPbGtZdwZUf1AslauBCFy6aiz30kyE24X3qwZxk/iPEz1V9O33MRk0bJnN7WsRpIxRgAD3uhIwkq+kubErVBF5x/fNBwQaf5K7ovLyH2AZTMoZynMh0TnT3y++znswsoM18PEa3izqMo4ew==", "user_id": "32c6b4cea96f4917ae93fba69db2e350", "name": "CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab", "fingerprint": "fd:9c:1c:8a:c3:60:bb:67:9a:51:d0:7e:48:0e:81:ec"}} 2018-08-20 10:21:15,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-96ad285b-c153-41fa-8ab6-9f5f46127542 2018-08-20 10:21:15,211 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab.pub 2018-08-20 10:21:15,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:15,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02e517c4fab04909a00d6e727f4c988b", "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj-role"}], "expires_at": "2018-08-20T11:21:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4469d37a3c9e40f69948ca625ce0e151", "name": "CreateKeypairsTests-9a1cd008-3549-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4469d37a3c9e40f69948ca625ce0e151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4469d37a3c9e40f69948ca625ce0e151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4469d37a3c9e40f69948ca625ce0e151", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-9a1cd008-3549-46e-user", "id": "32c6b4cea96f4917ae93fba69db2e350"}, "audit_ids": ["UnR3dNayTuqJZnkzG78rLQ"], "issued_at": "2018-08-20T10:21:15.000000Z"}} 2018-08-20 10:21:15,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}912bedb239d8848bc957c0334402e7cf72fb2fbf" 2018-08-20 10:21:16,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21: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-bb322c2f-58a4-41a1-811d-bd40ff8cc153 x-compute-request-id: req-bb322c2f-58a4-41a1-811d-bd40ff8cc153 Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC1q6xJ7oTWP5KOmP8zM/A+c+TZ2y1oPbGtZdwZUf1AslauBCFy6aiz30kyE24X3qwZxk/iPEz1V9O33MRk0bJnN7WsRpIxRgAD3uhIwkq+kubErVBF5x/fNBwQaf5K7ovLyH2AZTMoZynMh0TnT3y++znswsoM18PEa3izqMo4ew==", "user_id": "32c6b4cea96f4917ae93fba69db2e350", "name": "CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab", "deleted": false, "created_at": "2018-08-20T10:21:15.000000", "updated_at": null, "fingerprint": "fd:9c:1c:8a:c3:60:bb:67:9a:51:d0:7e:48:0e:81:ec", "deleted_at": null, "id": 86}} 2018-08-20 10:21:16,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab used request id req-bb322c2f-58a4-41a1-811d-bd40ff8cc153 2018-08-20 10:21:16,209 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab 2018-08-20 10:21:16,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b509785ff24416d9a3091a304f4ce641f70971" 2018-08-20 10:21:16,250 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bbb87612-01a9-496a-a8d3-120ff8ed77ab x-compute-request-id: req-bbb87612-01a9-496a-a8d3-120ff8ed77ab Content-Length: 0 Content-Type: application/json 2018-08-20 10:21:16,250 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab used request id req-bbb87612-01a9-496a-a8d3-120ff8ed77ab 2018-08-20 10:21:16,251 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-ecffd005-d649-4abe-9a5f-37350e1d32ab.pub] 2018-08-20 10:21:16,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:16,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:16,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:16,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:16,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:16,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:16,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-8b038b5d-b050-48b4-b2f5-7b5880fd77cf Date: Mon, 20 Aug 2018 10:21:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:21:16,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8b038b5d-b050-48b4-b2f5-7b5880fd77cf 2018-08-20 10:21:16,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:16,643 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23923f5e-0718-4964-acf8-07aabac0b533 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:16,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-23923f5e-0718-4964-acf8-07aabac0b533 2018-08-20 10:21:16,643 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:16,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:16,663 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcf1b04d-6910-4773-9264-2decbbdb5411 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:16,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-fcf1b04d-6910-4773-9264-2decbbdb5411 2018-08-20 10:21:16,664 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:16,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:16,750 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00f88031-fb38-417d-a59d-71cb7920feaf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:16,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-00f88031-fb38-417d-a59d-71cb7920feaf 2018-08-20 10:21:16,751 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:16,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:16,843 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9910a920-1121-4c39-81ba-c33012c494c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:16,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-9910a920-1121-4c39-81ba-c33012c494c7 2018-08-20 10:21:16,843 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:16,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:16,938 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3765698f-c16e-4dec-8132-15933046bf34 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:16,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-3765698f-c16e-4dec-8132-15933046bf34 2018-08-20 10:21:16,938 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:16,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,026 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3046935e-b7ec-4e85-a2ca-b40aeb9adbfa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-3046935e-b7ec-4e85-a2ca-b40aeb9adbfa 2018-08-20 10:21:17,026 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,124 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d5c7e23-80a0-4496-9f6a-fbdc8504b407 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-7d5c7e23-80a0-4496-9f6a-fbdc8504b407 2018-08-20 10:21:17,124 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,219 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a83720b5-d105-4a96-b318-35a5794f02d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-a83720b5-d105-4a96-b318-35a5794f02d8 2018-08-20 10:21:17,220 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,311 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59367b16-4405-4455-9157-b7f780656971 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-59367b16-4405-4455-9157-b7f780656971 2018-08-20 10:21:17,311 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e3e7268-de96-4b94-8acc-bc691d15b79e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:21:17,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-6e3e7268-de96-4b94-8acc-bc691d15b79e 2018-08-20 10:21:17,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,501 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87d3d1d9-4ff3-4be0-b446-5380af6c5018 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-87d3d1d9-4ff3-4be0-b446-5380af6c5018 2018-08-20 10:21:17,502 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,597 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-028e3c05-da14-4b18-890f-6f21b9f34939 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-028e3c05-da14-4b18-890f-6f21b9f34939 2018-08-20 10:21:17,597 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,694 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45bcca61-abcf-4a32-a639-aae23944f2f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-45bcca61-abcf-4a32-a639-aae23944f2f4 2018-08-20 10:21:17,694 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,713 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-beb4c125-ff49-441e-a4fb-7dd10f936066 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-beb4c125-ff49-441e-a4fb-7dd10f936066 2018-08-20 10:21:17,713 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88286798-ace3-424e-bbd1-515be04987e0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:21:17,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-88286798-ace3-424e-bbd1-515be04987e0 2018-08-20 10:21:17,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89364413-3769-4484-b032-6583655bc007 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-89364413-3769-4484-b032-6583655bc007 2018-08-20 10:21:17,900 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:17,994 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01bf3027-0ca6-4942-bce3-eb85530253ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:17,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-01bf3027-0ca6-4942-bce3-eb85530253ce 2018-08-20 10:21:17,995 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:17,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:18,089 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2909a58-99c8-4695-ba90-fc27ac9599bd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:18,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-c2909a58-99c8-4695-ba90-fc27ac9599bd 2018-08-20 10:21:18,089 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:18,090 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-9a1cd008-3549-46e-proj 2018-08-20 10:21:18,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/4469d37a3c9e40f69948ca625ce0e151 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:18,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05131690-e9c6-4ad1-bbf8-fcd0468adfa4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:18,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/4469d37a3c9e40f69948ca625ce0e151 used request id req-05131690-e9c6-4ad1-bbf8-fcd0468adfa4 2018-08-20 10:21:18,340 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-9a1cd008-3549-46e-proj-role 2018-08-20 10:21:18,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/02e517c4fab04909a00d6e727f4c988b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:18,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25caf2fe-e723-4bb4-b6fd-e957aaff9b4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:18,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/02e517c4fab04909a00d6e727f4c988b used request id req-25caf2fe-e723-4bb4-b6fd-e957aaff9b4e 2018-08-20 10:21:18,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1cb8a98a12b844dcf79d7107a535bcdd45dac32" 2018-08-20 10:21:18,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188c8108-055e-4aa4-8ad8-798d38f6c464 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:18,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-188c8108-055e-4aa4-8ad8-798d38f6c464 2018-08-20 10:21:18,556 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-9a1cd008-3549-46e-user 2018-08-20 10:21:18,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/32c6b4cea96f4917ae93fba69db2e350 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed12da9293534d7cd81a711fa456487a055bcaf2" 2018-08-20 10:21:18,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-240e5846-bfe1-425a-8675-f952f8afeb81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:18,780 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/32c6b4cea96f4917ae93fba69db2e350 used request id req-240e5846-bfe1-425a-8675-f952f8afeb81 2018-08-20 10:21:18,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:19,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["dYVfxItdSwugnUAMDMRA9A"], "issued_at": "2018-08-20T10:21:19.000000Z"}} 2018-08-20 10:21:19,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be44829460e4ab3d722fa0f990c5579562af98b" 2018-08-20 10:21:19,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02166154-c126-4d1d-9fa2-fba7da195b34 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:19,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-02166154-c126-4d1d-9fa2-fba7da195b34 2018-08-20 10:21:19,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:19,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:19,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["iG6zxHmeShqJYJZqQkrpNg"], "issued_at": "2018-08-20T10:21:19.000000Z"}} 2018-08-20 10:21:19,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:19,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a23e39-ee5f-4c0c-a43c-f60d5114b995 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:19,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-85a23e39-ee5f-4c0c-a43c-f60d5114b995 2018-08-20 10:21:19,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:19,747 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:19,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-098be631-00d5-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:19,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17c21958-a12f-4937-a216-cf7f4879efb0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-098be631-00d5-4ee-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:21:19,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-098be631-00d5-4ee-proj used request id req-17c21958-a12f-4937-a216-cf7f4879efb0 2018-08-20 10:21:19,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:19,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3013f58b-ea6f-4320-8a3c-5840c70a918e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:19,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3013f58b-ea6f-4320-8a3c-5840c70a918e 2018-08-20 10:21:19,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-proj"}}' 2018-08-20 10:21:20,072 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d5bf2db-2a68-4f02-b069-ceeee4745823 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cdc31559ff2d4a4f888f7cdbe5faabee"}, "tags": [], "enabled": true, "id": "cdc31559ff2d4a4f888f7cdbe5faabee", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-proj"}} 2018-08-20 10:21:20,072 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-7d5bf2db-2a68-4f02-b069-ceeee4745823 2018-08-20 10:21:20,072 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-098be631-00d5-4ee-proj 2018-08-20 10:21:20,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:20,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:20,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ksLqL7b_QwuHkQxtMRGpZQ"], "issued_at": "2018-08-20T10:21:20.000000Z"}} 2018-08-20 10:21:20,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29c12227a8966ae2a20ddfec2aff477399be047a" 2018-08-20 10:21:20,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1300270a-bb49-4c9e-a9f9-368f4368360c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:20,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1300270a-bb49-4c9e-a9f9-368f4368360c 2018-08-20 10:21:20,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:20,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:20,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29c12227a8966ae2a20ddfec2aff477399be047a" 2018-08-20 10:21:20,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb505309-0ead-435e-8209-545a4a563ee2 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:21:20,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-fb505309-0ead-435e-8209-545a4a563ee2 2018-08-20 10:21:20,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-098be631-00d5-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29c12227a8966ae2a20ddfec2aff477399be047a" 2018-08-20 10:21:20,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-120374bf-8315-4041-a77e-02467e6c9726 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-098be631-00d5-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cdc31559ff2d4a4f888f7cdbe5faabee"}, "tags": [], "enabled": true, "id": "cdc31559ff2d4a4f888f7cdbe5faabee", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-proj"}]} 2018-08-20 10:21:20,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-098be631-00d5-4ee-proj used request id req-120374bf-8315-4041-a77e-02467e6c9726 2018-08-20 10:21:20,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29c12227a8966ae2a20ddfec2aff477399be047a" 2018-08-20 10:21:20,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e63c1992-7aab-4789-9912-f5f50513bc75 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:20,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e63c1992-7aab-4789-9912-f5f50513bc75 2018-08-20 10:21:21,251 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-098be631-00d5-4ee-user 2018-08-20 10:21:21,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:21,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:21,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e60fa62-b933-466d-a626-ebd8a3dcda2e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:21,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4e60fa62-b933-466d-a626-ebd8a3dcda2e 2018-08-20 10:21:21,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" -d '{"role": {"name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-proj-role"}}' 2018-08-20 10:21:21,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef2dc3ae-6a10-4b91-81f2-f6149bb99b71 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "41492d7c7f254e56aab85cbd958deb3f", "links": {"self": "http://172.30.9.36:5000/v3/roles/41492d7c7f254e56aab85cbd958deb3f"}, "name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-proj-role"}} 2018-08-20 10:21:21,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ef2dc3ae-6a10-4b91-81f2-f6149bb99b71 2018-08-20 10:21:21,496 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-098be631-00d5-4ee-proj-role 2018-08-20 10:21:21,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/41492d7c7f254e56aab85cbd958deb3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:21,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0315479c-d2b6-4d22-b3a7-dfa1cdb19d36 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "41492d7c7f254e56aab85cbd958deb3f", "links": {"self": "http://172.30.9.36:5000/v3/roles/41492d7c7f254e56aab85cbd958deb3f"}, "name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-proj-role"}} 2018-08-20 10:21:21,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/41492d7c7f254e56aab85cbd958deb3f used request id req-0315479c-d2b6-4d22-b3a7-dfa1cdb19d36 2018-08-20 10:21:21,594 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-098be631-00d5-4ee-proj-role to project CreateKeypairsCleanupTests-098be631-00d5-4ee-proj 2018-08-20 10:21:21,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/cdc31559ff2d4a4f888f7cdbe5faabee/users/87022b1b111b4df9a7b94047dd06e0e8/roles/41492d7c7f254e56aab85cbd958deb3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:21,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1c730d4-41f6-4b63-8f9c-dd427bc7f78b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:21,733 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cdc31559ff2d4a4f888f7cdbe5faabee/users/87022b1b111b4df9a7b94047dd06e0e8/roles/41492d7c7f254e56aab85cbd958deb3f used request id req-d1c730d4-41f6-4b63-8f9c-dd427bc7f78b 2018-08-20 10:21:21,733 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:21,925 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40.pub 2018-08-20 10:21:21,925 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40 2018-08-20 10:21:21,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:21,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:22,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "41492d7c7f254e56aab85cbd958deb3f", "name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-proj-role"}], "expires_at": "2018-08-20T11:21:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cdc31559ff2d4a4f888f7cdbe5faabee", "name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cdc31559ff2d4a4f888f7cdbe5faabee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-098be631-00d5-4ee-user", "id": "87022b1b111b4df9a7b94047dd06e0e8"}, "audit_ids": ["PP5QHNmwSmCRdqXLPFA6Ug"], "issued_at": "2018-08-20T10:21:22.000000Z"}} 2018-08-20 10:21:22,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa5b65c1e1f08ae091dcc58a07a0bab7403ddf3" 2018-08-20 10:21:22,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b405c71f-9ba9-463b-b388-86a3c8d4c759 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:22,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b405c71f-9ba9-463b-b388-86a3c8d4c759 2018-08-20 10:21:22,401 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:22,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa5b65c1e1f08ae091dcc58a07a0bab7403ddf3" 2018-08-20 10:21:23,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5c8927c-1bfd-4561-97f4-bd331ec9d4f0 x-compute-request-id: req-d5c8927c-1bfd-4561-97f4-bd331ec9d4f0 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:21:23,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-d5c8927c-1bfd-4561-97f4-bd331ec9d4f0 2018-08-20 10:21:23,086 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40... 2018-08-20 10:21:23,086 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-20 10:21:23,087 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40.pub 2018-08-20 10:21:23,087 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40 2018-08-20 10:21:23,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa5b65c1e1f08ae091dcc58a07a0bab7403ddf3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9s3QbgQfBBoBOfLbjT76nULt/d/VZJF34V6QlWNdbNL5Lt0/KwAr4lxW/r38glou5A2Ax2mO+z7WuNYAVtXAW9IszEhmvh2M7QGzpOFSDnsbjGy2BRdDm02K8vAWflYeBC3Kv3Rs8qBYLwU7G7HVvE/rpy/VRBgOx5xmv/Ugq1j8RVFpoe0brOaj6I0f3Sb+4KagnUqBckP455dXCELbumyQouzcV3WbT0bzYulyX3JlCZvoi+j92H3+gNURsjb4BZUyWClVbtvugO/ccZq2qgGDGd3fI+E7q3oQd0RgnWRyXSrTuSySagaJMrGInntonHvMsPyuFLvY+/ylisQYd", "name": "CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40"}}' 2018-08-20 10:21:23,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4088d3cc-55f6-42f7-91d7-66ef8ee0d5f0 x-compute-request-id: req-4088d3cc-55f6-42f7-91d7-66ef8ee0d5f0 Content-Encoding: gzip Content-Length: 500 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9s3QbgQfBBoBOfLbjT76nULt/d/VZJF34V6QlWNdbNL5Lt0/KwAr4lxW/r38glou5A2Ax2mO+z7WuNYAVtXAW9IszEhmvh2M7QGzpOFSDnsbjGy2BRdDm02K8vAWflYeBC3Kv3Rs8qBYLwU7G7HVvE/rpy/VRBgOx5xmv/Ugq1j8RVFpoe0brOaj6I0f3Sb+4KagnUqBckP455dXCELbumyQouzcV3WbT0bzYulyX3JlCZvoi+j92H3+gNURsjb4BZUyWClVbtvugO/ccZq2qgGDGd3fI+E7q3oQd0RgnWRyXSrTuSySagaJMrGInntonHvMsPyuFLvY+/ylisQYd", "user_id": "87022b1b111b4df9a7b94047dd06e0e8", "name": "CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40", "fingerprint": "40:e7:e8:61:0c:d3:3d:50:64:52:ac:71:45:97:5c:8b"}} 2018-08-20 10:21:23,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-4088d3cc-55f6-42f7-91d7-66ef8ee0d5f0 2018-08-20 10:21:23,143 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40 2018-08-20 10:21:23,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa5b65c1e1f08ae091dcc58a07a0bab7403ddf3" 2018-08-20 10:21:23,191 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:21:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba29ff75-512e-428d-8520-bdf20d624316 x-compute-request-id: req-ba29ff75-512e-428d-8520-bdf20d624316 Content-Length: 0 Content-Type: application/json 2018-08-20 10:21:23,192 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40 used request id req-ba29ff75-512e-428d-8520-bdf20d624316 2018-08-20 10:21:23,192 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40.pub] 2018-08-20 10:21:23,192 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-65ede327-efe5-47d3-977b-d9ee39067c40] 2018-08-20 10:21:23,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:23,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:23,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:23,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:23,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:23,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:23,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-b3d92048-f54b-4246-9676-fa68725d3c62 Date: Mon, 20 Aug 2018 10:21:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:21:23,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-b3d92048-f54b-4246-9676-fa68725d3c62 2018-08-20 10:21:23,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:23,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28cba935-2710-4b21-b9f8-6d9f6e66031d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:23,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-28cba935-2710-4b21-b9f8-6d9f6e66031d 2018-08-20 10:21:23,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:23,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:23,673 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d133674-9672-4fbe-847f-7c2c0f42a934 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:23,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-1d133674-9672-4fbe-847f-7c2c0f42a934 2018-08-20 10:21:23,673 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:23,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:23,765 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a5cf11f-0096-4c37-9f92-7f37603498e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:23,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-9a5cf11f-0096-4c37-9f92-7f37603498e2 2018-08-20 10:21:23,766 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:23,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:23,863 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0ab5015-5d3d-4526-8fc1-37ade92761f2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:23,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-a0ab5015-5d3d-4526-8fc1-37ade92761f2 2018-08-20 10:21:23,864 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:23,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:23,955 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23d7da59-1625-4b0c-bebd-e90952f5061c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:23,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-23d7da59-1625-4b0c-bebd-e90952f5061c 2018-08-20 10:21:23,956 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:23,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,050 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc4a2a95-9e0c-4b22-855f-a14443cc609d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:24,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-cc4a2a95-9e0c-4b22-855f-a14443cc609d 2018-08-20 10:21:24,051 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:24,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,149 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-519fc339-0d54-4172-9e65-13ddeb1bb309 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:24,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-519fc339-0d54-4172-9e65-13ddeb1bb309 2018-08-20 10:21:24,149 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:24,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,241 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17dda4b8-4b38-43d1-a0e1-ee7c39b954d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:24,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-17dda4b8-4b38-43d1-a0e1-ee7c39b954d6 2018-08-20 10:21:24,241 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:24,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,335 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9326862d-28db-462f-83dd-f1db9c4865cb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:24,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-9326862d-28db-462f-83dd-f1db9c4865cb 2018-08-20 10:21:24,335 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:24,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63fd2bc6-fd2a-4ca4-b212-c039a4fdae56 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:21:24,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-63fd2bc6-fd2a-4ca4-b212-c039a4fdae56 2018-08-20 10:21:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,525 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a49b4c59-f946-4262-b976-a27f79791ebf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:24,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-a49b4c59-f946-4262-b976-a27f79791ebf 2018-08-20 10:21:24,526 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:24,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,618 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6888d7a9-6a62-443d-a63c-4c203882cacb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:24,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-6888d7a9-6a62-443d-a63c-4c203882cacb 2018-08-20 10:21:24,618 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:24,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,709 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87d03f07-d994-4138-a97c-23d09f0fa5d3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:24,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-87d03f07-d994-4138-a97c-23d09f0fa5d3 2018-08-20 10:21:24,709 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:24,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,800 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8968aad3-faa6-444b-b0d9-dc4f117cb8fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:24,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-8968aad3-faa6-444b-b0d9-dc4f117cb8fa 2018-08-20 10:21:24,800 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:24,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:24,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e1a398-2d1c-47e2-93ad-4d16ad6cd472 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:21:24,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-06e1a398-2d1c-47e2-93ad-4d16ad6cd472 2018-08-20 10:21:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:25,009 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e547414-e8e0-422d-93e9-33182d98e038 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:25,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-4e547414-e8e0-422d-93e9-33182d98e038 2018-08-20 10:21:25,009 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:25,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:25,107 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eeaefae1-f286-43a5-8314-c35e0bec1f1d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:25,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-eeaefae1-f286-43a5-8314-c35e0bec1f1d 2018-08-20 10:21:25,107 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:25,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:25,202 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b6deb52-5350-4ca5-a683-0d9389ea1fa3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:25,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-2b6deb52-5350-4ca5-a683-0d9389ea1fa3 2018-08-20 10:21:25,202 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:25,203 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-098be631-00d5-4ee-proj 2018-08-20 10:21:25,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/cdc31559ff2d4a4f888f7cdbe5faabee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:25,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69ffbe54-40f4-410d-ba97-f48665905dae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:25,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cdc31559ff2d4a4f888f7cdbe5faabee used request id req-69ffbe54-40f4-410d-ba97-f48665905dae 2018-08-20 10:21:25,561 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-098be631-00d5-4ee-proj-role 2018-08-20 10:21:25,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/41492d7c7f254e56aab85cbd958deb3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:25,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-460ff2ee-c763-460f-bea9-69367690506d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:25,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/41492d7c7f254e56aab85cbd958deb3f used request id req-460ff2ee-c763-460f-bea9-69367690506d 2018-08-20 10:21:25,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4235219e727fddfa43b142e25ade05bcaf8407f" 2018-08-20 10:21:25,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec857aac-c4c8-44ab-adc2-d664193f39b5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:25,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ec857aac-c4c8-44ab-adc2-d664193f39b5 2018-08-20 10:21:25,778 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-098be631-00d5-4ee-user 2018-08-20 10:21:25,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/87022b1b111b4df9a7b94047dd06e0e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29c12227a8966ae2a20ddfec2aff477399be047a" 2018-08-20 10:21:25,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2621762-1b24-4c4a-aae9-eceb08659e41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:25,973 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/87022b1b111b4df9a7b94047dd06e0e8 used request id req-a2621762-1b24-4c4a-aae9-eceb08659e41 2018-08-20 10:21:25,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:26,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["I6zKw6SPQLWH5kgPCt7uKQ"], "issued_at": "2018-08-20T10:21:26.000000Z"}} 2018-08-20 10:21:26,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94d98eec1803c8b3158ce5611801764f50ea742" 2018-08-20 10:21:26,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fba0726-d1ce-4c77-a56b-f70daef2a1cb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:26,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9fba0726-d1ce-4c77-a56b-f70daef2a1cb 2018-08-20 10:21:26,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:26,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:26,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Q4yS55uyT6q2qEFNtuxMTQ"], "issued_at": "2018-08-20T10:21:26.000000Z"}} 2018-08-20 10:21:26,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:27,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df89e1f4-ba94-4ef3-9c2d-25e22c252657 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:27,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-df89e1f4-ba94-4ef3-9c2d-25e22c252657 2018-08-20 10:21:27,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:27,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:27,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627fe8e7-336f-41ca-9779-59d2d98e4709 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:21:27,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj used request id req-627fe8e7-336f-41ca-9779-59d2d98e4709 2018-08-20 10:21:27,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:27,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ba0f18-ce69-4aa0-8658-44570549bfb3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:27,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-89ba0f18-ce69-4aa0-8658-44570549bfb3 2018-08-20 10:21:27,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj"}}' 2018-08-20 10:21:27,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fed87841-cb2c-4088-b4b2-8d9a23a627a0 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/289f24dbec2f44018382f8f343aa6784"}, "tags": [], "enabled": true, "id": "289f24dbec2f44018382f8f343aa6784", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj"}} 2018-08-20 10:21:27,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-fed87841-cb2c-4088-b4b2-8d9a23a627a0 2018-08-20 10:21:27,358 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj 2018-08-20 10:21:27,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:27,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:27,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Zji1TAcoR4eQK3dResaP7Q"], "issued_at": "2018-08-20T10:21:27.000000Z"}} 2018-08-20 10:21:27,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d294c1d0c765366eec5032a9d7f7bf13b09beb06" 2018-08-20 10:21:27,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96cd640a-7777-49ba-aa82-b5871a075a3d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:27,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-96cd640a-7777-49ba-aa82-b5871a075a3d 2018-08-20 10:21:27,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:27,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:27,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d294c1d0c765366eec5032a9d7f7bf13b09beb06" 2018-08-20 10:21:28,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34584f0d-6b4e-4765-bb65-169eb0a653f0 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:21:28,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-34584f0d-6b4e-4765-bb65-169eb0a653f0 2018-08-20 10:21:28,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d294c1d0c765366eec5032a9d7f7bf13b09beb06" 2018-08-20 10:21:28,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d17260-10cd-45ad-8388-d4c730d0630a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/289f24dbec2f44018382f8f343aa6784"}, "tags": [], "enabled": true, "id": "289f24dbec2f44018382f8f343aa6784", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj"}]} 2018-08-20 10:21:28,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj used request id req-19d17260-10cd-45ad-8388-d4c730d0630a 2018-08-20 10:21:28,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d294c1d0c765366eec5032a9d7f7bf13b09beb06" 2018-08-20 10:21:28,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35dfccbc-e7be-4fc7-b572-52591ffe166e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:28,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-35dfccbc-e7be-4fc7-b572-52591ffe166e 2018-08-20 10:21:28,628 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-d240a76e-5ef7-409-user 2018-08-20 10:21:28,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:28,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:28,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e12cb62-e4ec-4278-91f3-7029e1d4d3b4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:28,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5e12cb62-e4ec-4278-91f3-7029e1d4d3b4 2018-08-20 10:21:28,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" -d '{"role": {"name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj-role"}}' 2018-08-20 10:21:28,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6da9e342-5c29-4bfb-bd21-5492e2352c31 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1fbbddfe7b94d448c32ea52378c5ecc", "links": {"self": "http://172.30.9.36:5000/v3/roles/b1fbbddfe7b94d448c32ea52378c5ecc"}, "name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj-role"}} 2018-08-20 10:21:28,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-6da9e342-5c29-4bfb-bd21-5492e2352c31 2018-08-20 10:21:28,832 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj-role 2018-08-20 10:21:28,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b1fbbddfe7b94d448c32ea52378c5ecc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:28,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef20711-253f-4739-8eef-bcda2e62b229 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1fbbddfe7b94d448c32ea52378c5ecc", "links": {"self": "http://172.30.9.36:5000/v3/roles/b1fbbddfe7b94d448c32ea52378c5ecc"}, "name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj-role"}} 2018-08-20 10:21:28,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b1fbbddfe7b94d448c32ea52378c5ecc used request id req-7ef20711-253f-4739-8eef-bcda2e62b229 2018-08-20 10:21:28,930 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj-role to project CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj 2018-08-20 10:21:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/289f24dbec2f44018382f8f343aa6784/users/714012d145774dd5a628052df4baac68/roles/b1fbbddfe7b94d448c32ea52378c5ecc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:29,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bde22959-b409-4dc3-85a1-abd9e163e1a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:29,061 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/289f24dbec2f44018382f8f343aa6784/users/714012d145774dd5a628052df4baac68/roles/b1fbbddfe7b94d448c32ea52378c5ecc used request id req-bde22959-b409-4dc3-85a1-abd9e163e1a4 2018-08-20 10:21:29,062 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:29,259 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043.pub 2018-08-20 10:21:29,260 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043 2018-08-20 10:21:29,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:29,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:29,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1fbbddfe7b94d448c32ea52378c5ecc", "name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj-role"}], "expires_at": "2018-08-20T11:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "289f24dbec2f44018382f8f343aa6784", "name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/289f24dbec2f44018382f8f343aa6784", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/289f24dbec2f44018382f8f343aa6784", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/289f24dbec2f44018382f8f343aa6784", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/289f24dbec2f44018382f8f343aa6784", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/289f24dbec2f44018382f8f343aa6784", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/289f24dbec2f44018382f8f343aa6784", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_289f24dbec2f44018382f8f343aa6784", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_289f24dbec2f44018382f8f343aa6784", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/289f24dbec2f44018382f8f343aa6784", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/289f24dbec2f44018382f8f343aa6784", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/289f24dbec2f44018382f8f343aa6784", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/289f24dbec2f44018382f8f343aa6784", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/289f24dbec2f44018382f8f343aa6784", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/289f24dbec2f44018382f8f343aa6784", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-d240a76e-5ef7-409-user", "id": "714012d145774dd5a628052df4baac68"}, "audit_ids": ["NUCa5j8ITZeJY45YwkGbnQ"], "issued_at": "2018-08-20T10:21:29.000000Z"}} 2018-08-20 10:21:29,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be0cdaa09c05fcee9906bd43a7a864bb491655e1" 2018-08-20 10:21:29,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fbd004-a059-4970-abd5-7171d9454c68 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:29,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-92fbd004-a059-4970-abd5-7171d9454c68 2018-08-20 10:21:29,836 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:29,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be0cdaa09c05fcee9906bd43a7a864bb491655e1" 2018-08-20 10:21:30,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-b5a6e029-9c07-40d8-a4f0-c4335a0f95cb x-compute-request-id: req-b5a6e029-9c07-40d8-a4f0-c4335a0f95cb Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:21:30,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-b5a6e029-9c07-40d8-a4f0-c4335a0f95cb 2018-08-20 10:21:30,024 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043... 2018-08-20 10:21:30,024 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-20 10:21:30,024 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043.pub 2018-08-20 10:21:30,024 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043 2018-08-20 10:21:30,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be0cdaa09c05fcee9906bd43a7a864bb491655e1" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYgPvdD5Z3bk7jukh6pCJLi6hTtDroPF1h2nCnm7prIjEA31FJVgAPHKOXkvNl7LzwD7OxyJpUaNfpZ5TlyHKgCSfi6DDJt72FxG/V2XzKN8w5rUWhuMZR2Li7XGZRjxTIvS03S0jk/Cnk/Rp8ApqsRAzESbuy/eEVTOsLL1YQ8eq5pEhQVzLlpZtX+UbkL8dwQJrWCUZeJ8KBB7zeDODyMJWsVhci1mXOrnrgy1N5+mKYfIhvh5Pkb6wKJ1yN7Ty05i5GUueD7/HBODCNuSCBMQHn1aC+3uyRpbF9NS721cCFuQ5yqzoSdIS4GqyWItGW9oGPm4J4FWrXsPzPI6Tt", "name": "CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043"}}' 2018-08-20 10:21:30,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cea8820-0afd-47b4-bfd9-02076ef7f6e7 x-compute-request-id: req-6cea8820-0afd-47b4-bfd9-02076ef7f6e7 Content-Encoding: gzip Content-Length: 502 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYgPvdD5Z3bk7jukh6pCJLi6hTtDroPF1h2nCnm7prIjEA31FJVgAPHKOXkvNl7LzwD7OxyJpUaNfpZ5TlyHKgCSfi6DDJt72FxG/V2XzKN8w5rUWhuMZR2Li7XGZRjxTIvS03S0jk/Cnk/Rp8ApqsRAzESbuy/eEVTOsLL1YQ8eq5pEhQVzLlpZtX+UbkL8dwQJrWCUZeJ8KBB7zeDODyMJWsVhci1mXOrnrgy1N5+mKYfIhvh5Pkb6wKJ1yN7Ty05i5GUueD7/HBODCNuSCBMQHn1aC+3uyRpbF9NS721cCFuQ5yqzoSdIS4GqyWItGW9oGPm4J4FWrXsPzPI6Tt", "user_id": "714012d145774dd5a628052df4baac68", "name": "CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043", "fingerprint": "00:80:70:e7:22:54:3a:32:61:91:68:dc:3b:80:2c:49"}} 2018-08-20 10:21:30,095 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-6cea8820-0afd-47b4-bfd9-02076ef7f6e7 2018-08-20 10:21:30,095 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043 2018-08-20 10:21:30,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be0cdaa09c05fcee9906bd43a7a864bb491655e1" 2018-08-20 10:21:30,130 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c43c8a1-85e4-4488-a29c-387d2e3d1b01 x-compute-request-id: req-4c43c8a1-85e4-4488-a29c-387d2e3d1b01 Content-Length: 0 Content-Type: application/json 2018-08-20 10:21:30,130 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-f952b883-2de6-4dad-a3ff-b76e11586043 used request id req-4c43c8a1-85e4-4488-a29c-387d2e3d1b01 2018-08-20 10:21:30,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:30,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:30,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:30,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:30,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:30,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-03263a07-a498-49c9-b9a9-4f9e495ddc62 Date: Mon, 20 Aug 2018 10:21:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:21:30,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-03263a07-a498-49c9-b9a9-4f9e495ddc62 2018-08-20 10:21:30,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:30,503 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae815c6d-d138-4e8a-84fd-ddcc2892c126 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:30,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-ae815c6d-d138-4e8a-84fd-ddcc2892c126 2018-08-20 10:21:30,504 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:30,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:30,602 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78a94965-d27d-49dd-a306-3c0504d63577 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:30,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-78a94965-d27d-49dd-a306-3c0504d63577 2018-08-20 10:21:30,602 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:30,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:30,699 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80f6b6e8-0db9-431e-bb4a-ed4335b2df79 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:30,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-80f6b6e8-0db9-431e-bb4a-ed4335b2df79 2018-08-20 10:21:30,699 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:30,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:30,787 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0269676e-8445-4484-aa27-e6778036196d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:30,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-0269676e-8445-4484-aa27-e6778036196d 2018-08-20 10:21:30,788 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:30,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:30,883 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a067692-2af2-4bb6-b69c-5817e7697abc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:30,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-8a067692-2af2-4bb6-b69c-5817e7697abc 2018-08-20 10:21:30,884 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:30,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:30,974 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e5fc706-2aea-4428-9b62-4b601595e038 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:30,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-8e5fc706-2aea-4428-9b62-4b601595e038 2018-08-20 10:21:30,974 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:30,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,063 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-091ff352-48f4-45c2-a260-ec08f43e191e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-091ff352-48f4-45c2-a260-ec08f43e191e 2018-08-20 10:21:31,064 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,157 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d8f402c-9383-4c53-8879-b2f6e983b44c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-2d8f402c-9383-4c53-8879-b2f6e983b44c 2018-08-20 10:21:31,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,256 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86410d8e-b997-4724-ad6a-6cad3703ad81 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-86410d8e-b997-4724-ad6a-6cad3703ad81 2018-08-20 10:21:31,257 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc1244a-022e-4546-b661-c279e8bd225c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:21:31,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-bdc1244a-022e-4546-b661-c279e8bd225c 2018-08-20 10:21:31,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,380 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1d278dd-99a0-4297-aeae-0389a1a343bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-b1d278dd-99a0-4297-aeae-0389a1a343bb 2018-08-20 10:21:31,380 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,481 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12e27d2a-d433-44a7-8efd-4161d222d503 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-12e27d2a-d433-44a7-8efd-4161d222d503 2018-08-20 10:21:31,481 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,570 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8af7446d-41b5-45b0-bfa9-6f7b8a223564 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-8af7446d-41b5-45b0-bfa9-6f7b8a223564 2018-08-20 10:21:31,570 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,668 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eb64294-ba86-463b-afe9-e7b3f90ddcf9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-3eb64294-ba86-463b-afe9-e7b3f90ddcf9 2018-08-20 10:21:31,668 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9f69ea-b383-429f-aff4-d1114ca6a8d1 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:21:31,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-9a9f69ea-b383-429f-aff4-d1114ca6a8d1 2018-08-20 10:21:31,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,857 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fca5d5d-366a-4f84-a9a3-08911b1e6757 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-5fca5d5d-366a-4f84-a9a3-08911b1e6757 2018-08-20 10:21:31,857 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:31,953 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c86d510-09d9-4b5a-81d4-e7bb66afc390 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:31,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-2c86d510-09d9-4b5a-81d4-e7bb66afc390 2018-08-20 10:21:31,953 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:31,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:32,055 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2181d33a-628f-49df-8142-05032ae7a87e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:32,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-2181d33a-628f-49df-8142-05032ae7a87e 2018-08-20 10:21:32,055 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:32,056 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj 2018-08-20 10:21:32,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/289f24dbec2f44018382f8f343aa6784 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:32,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0e85834-74bb-491c-a39e-f22658b48264 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:32,292 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/289f24dbec2f44018382f8f343aa6784 used request id req-e0e85834-74bb-491c-a39e-f22658b48264 2018-08-20 10:21:32,293 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-d240a76e-5ef7-409-proj-role 2018-08-20 10:21:32,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/b1fbbddfe7b94d448c32ea52378c5ecc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:32,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25f47b6f-dcc8-4a2c-9966-9668b2f7aa40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:32,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b1fbbddfe7b94d448c32ea52378c5ecc used request id req-25f47b6f-dcc8-4a2c-9966-9668b2f7aa40 2018-08-20 10:21:32,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fec0ef4198e53746a4d31decd02cd3165e242a3c" 2018-08-20 10:21:32,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35c68646-8ef1-41df-bbeb-15cad138f1e7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:32,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-35c68646-8ef1-41df-bbeb-15cad138f1e7 2018-08-20 10:21:32,509 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-d240a76e-5ef7-409-user 2018-08-20 10:21:32,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/714012d145774dd5a628052df4baac68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d294c1d0c765366eec5032a9d7f7bf13b09beb06" 2018-08-20 10:21:32,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b7cf6e0-9a8a-4010-8b0c-dd764ddccbf1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:32,683 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/714012d145774dd5a628052df4baac68 used request id req-6b7cf6e0-9a8a-4010-8b0c-dd764ddccbf1 2018-08-20 10:21:32,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:33,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lUz4AVbrQdqQnm48b42T0w"], "issued_at": "2018-08-20T10:21:33.000000Z"}} 2018-08-20 10:21:33,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af627748df1288d9c38ddeba39c406b69ee03563" 2018-08-20 10:21:33,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10fe5d36-d425-4aa1-9c73-a91fc6d1d750 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:33,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-10fe5d36-d425-4aa1-9c73-a91fc6d1d750 2018-08-20 10:21:33,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:33,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:33,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["kwtADkmKRO2LP1BTVmEjEg"], "issued_at": "2018-08-20T10:21:33.000000Z"}} 2018-08-20 10:21:33,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:33,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08252217-e7b2-40d4-aacd-62bbe6458c14 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:33,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-08252217-e7b2-40d4-aacd-62bbe6458c14 2018-08-20 10:21:33,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:33,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:33,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:33,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd668ef4-1ef9-4c65-a46f-bb14b69761c4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:21:33,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj used request id req-dd668ef4-1ef9-4c65-a46f-bb14b69761c4 2018-08-20 10:21:33,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:33,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ef0a53-4831-4d2c-b231-ba082b77181f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:33,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-52ef0a53-4831-4d2c-b231-ba082b77181f 2018-08-20 10:21:33,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj"}}' 2018-08-20 10:21:33,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55447e5a-d341-4fa5-b587-a5a526140e1c Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ec1e20a18643417788a32539b7e52280"}, "tags": [], "enabled": true, "id": "ec1e20a18643417788a32539b7e52280", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj"}} 2018-08-20 10:21:33,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-55447e5a-d341-4fa5-b587-a5a526140e1c 2018-08-20 10:21:33,970 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj 2018-08-20 10:21:33,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:33,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:34,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["GhA-m71HTD2oaMRV3wER8g"], "issued_at": "2018-08-20T10:21:34.000000Z"}} 2018-08-20 10:21:34,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460706605a7c9c278b861ffa3448c8ccf5258f81" 2018-08-20 10:21:34,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-781d7312-0c12-49bf-81c5-c94262f1b250 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:34,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-781d7312-0c12-49bf-81c5-c94262f1b250 2018-08-20 10:21:34,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:34,455 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:34,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460706605a7c9c278b861ffa3448c8ccf5258f81" 2018-08-20 10:21:34,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1650ac4d-4782-4640-84d5-1e5b0ae63ca1 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:21:34,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-1650ac4d-4782-4640-84d5-1e5b0ae63ca1 2018-08-20 10:21:34,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460706605a7c9c278b861ffa3448c8ccf5258f81" 2018-08-20 10:21:34,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78f36d31-17a5-46ee-b80e-af7bcf58d636 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ec1e20a18643417788a32539b7e52280"}, "tags": [], "enabled": true, "id": "ec1e20a18643417788a32539b7e52280", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj"}]} 2018-08-20 10:21:34,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj used request id req-78f36d31-17a5-46ee-b80e-af7bcf58d636 2018-08-20 10:21:34,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460706605a7c9c278b861ffa3448c8ccf5258f81" 2018-08-20 10:21:34,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3020ea-bc44-4f93-908c-8827b1f38eb3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:34,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-0a3020ea-bc44-4f93-908c-8827b1f38eb3 2018-08-20 10:21:35,198 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-3471c45d-2d71-4bf-user 2018-08-20 10:21:35,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:35,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:35,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24ec6de-57db-4c3d-84b8-391ff6ee63ed Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:35,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b24ec6de-57db-4c3d-84b8-391ff6ee63ed 2018-08-20 10:21:35,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" -d '{"role": {"name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj-role"}}' 2018-08-20 10:21:35,412 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e0c4498-32d5-4926-b18d-3c56086a0883 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5bef408ba16f47ada365ac978c3d5d19", "links": {"self": "http://172.30.9.36:5000/v3/roles/5bef408ba16f47ada365ac978c3d5d19"}, "name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj-role"}} 2018-08-20 10:21:35,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-5e0c4498-32d5-4926-b18d-3c56086a0883 2018-08-20 10:21:35,413 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj-role 2018-08-20 10:21:35,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/5bef408ba16f47ada365ac978c3d5d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:35,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e917b566-8769-4584-965f-7057115ed2f5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5bef408ba16f47ada365ac978c3d5d19", "links": {"self": "http://172.30.9.36:5000/v3/roles/5bef408ba16f47ada365ac978c3d5d19"}, "name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj-role"}} 2018-08-20 10:21:35,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/5bef408ba16f47ada365ac978c3d5d19 used request id req-e917b566-8769-4584-965f-7057115ed2f5 2018-08-20 10:21:35,522 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj-role to project CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj 2018-08-20 10:21:35,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/ec1e20a18643417788a32539b7e52280/users/fca18919686543c78385a8cf23acf773/roles/5bef408ba16f47ada365ac978c3d5d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:35,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b114538-7ca4-48a1-a2c9-4c41cd467bfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:35,672 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ec1e20a18643417788a32539b7e52280/users/fca18919686543c78385a8cf23acf773/roles/5bef408ba16f47ada365ac978c3d5d19 used request id req-5b114538-7ca4-48a1-a2c9-4c41cd467bfa 2018-08-20 10:21:35,672 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:35,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:35,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:36,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5bef408ba16f47ada365ac978c3d5d19", "name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj-role"}], "expires_at": "2018-08-20T11:21:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec1e20a18643417788a32539b7e52280", "name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ec1e20a18643417788a32539b7e52280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ec1e20a18643417788a32539b7e52280", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ec1e20a18643417788a32539b7e52280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ec1e20a18643417788a32539b7e52280", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ec1e20a18643417788a32539b7e52280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ec1e20a18643417788a32539b7e52280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ec1e20a18643417788a32539b7e52280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ec1e20a18643417788a32539b7e52280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ec1e20a18643417788a32539b7e52280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ec1e20a18643417788a32539b7e52280", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ec1e20a18643417788a32539b7e52280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ec1e20a18643417788a32539b7e52280", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ec1e20a18643417788a32539b7e52280", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ec1e20a18643417788a32539b7e52280", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-3471c45d-2d71-4bf-user", "id": "fca18919686543c78385a8cf23acf773"}, "audit_ids": ["EUMsOJfGQf6FqJ5AmoLKyQ"], "issued_at": "2018-08-20T10:21:36.000000Z"}} 2018-08-20 10:21:36,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544bf1e861a9fa1b3b9964c719853c83802fc98b" 2018-08-20 10:21:36,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57b200b-bcfa-43ec-b34f-bddaafc8206b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:36,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c57b200b-bcfa-43ec-b34f-bddaafc8206b 2018-08-20 10:21:36,166 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:36,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544bf1e861a9fa1b3b9964c719853c83802fc98b" 2018-08-20 10:21:36,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-f5957303-8f70-4757-936e-7ba8b388385c x-compute-request-id: req-f5957303-8f70-4757-936e-7ba8b388385c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:21:36,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-f5957303-8f70-4757-936e-7ba8b388385c 2018-08-20 10:21:36,755 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9... 2018-08-20 10:21:36,755 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:21:36,802 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9 2018-08-20 10:21:36,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544bf1e861a9fa1b3b9964c719853c83802fc98b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIv1nGgWzE1VBe+lqSeO3QYI/gYhaaC7X0ycxaB8sFeEzr25NxWNHFcNp3/sMv10tQOi06hoo02q5P2kCRz/OMRwVM7EJYi5K/ucIjG71jkzXKmEYLhFJZ7Y1zCrtXnKa13Df4nzfci+Otb+AwHc4k3NKLj40XSFJDvU9TXbiPVw==", "name": "CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9"}}' 2018-08-20 10:21:36,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-eff12003-7363-45ca-acef-73e8c58fcda5 x-compute-request-id: req-eff12003-7363-45ca-acef-73e8c58fcda5 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIv1nGgWzE1VBe+lqSeO3QYI/gYhaaC7X0ycxaB8sFeEzr25NxWNHFcNp3/sMv10tQOi06hoo02q5P2kCRz/OMRwVM7EJYi5K/ucIjG71jkzXKmEYLhFJZ7Y1zCrtXnKa13Df4nzfci+Otb+AwHc4k3NKLj40XSFJDvU9TXbiPVw==", "user_id": "fca18919686543c78385a8cf23acf773", "name": "CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9", "fingerprint": "57:c5:df:f3:3c:53:b5:0e:7c:ea:c4:8d:2b:fd:43:d9"}} 2018-08-20 10:21:36,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-eff12003-7363-45ca-acef-73e8c58fcda5 2018-08-20 10:21:36,881 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9.pub 2018-08-20 10:21:36,881 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9 2018-08-20 10:21:36,881 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9 2018-08-20 10:21:36,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544bf1e861a9fa1b3b9964c719853c83802fc98b" 2018-08-20 10:21:36,916 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-d0e8a932-583d-4bff-a872-da6cb97ec02a x-compute-request-id: req-d0e8a932-583d-4bff-a872-da6cb97ec02a Content-Length: 0 Content-Type: application/json 2018-08-20 10:21:36,916 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9 used request id req-d0e8a932-583d-4bff-a872-da6cb97ec02a 2018-08-20 10:21:36,917 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9.pub] 2018-08-20 10:21:36,917 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-42ea2585-4730-4b8c-ac7f-3784d6aa86f9] 2018-08-20 10:21:36,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:36,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:36,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:36,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:36,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:36,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-049bca61-62a1-49a7-bd58-f88145835b8a Date: Mon, 20 Aug 2018 10:21:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:21:37,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-049bca61-62a1-49a7-bd58-f88145835b8a 2018-08-20 10:21:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,289 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c69c0a0-3060-4831-b473-f1142a21b55c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:37,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-5c69c0a0-3060-4831-b473-f1142a21b55c 2018-08-20 10:21:37,290 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:37,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,397 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ac9acc4-5eed-4aef-ad57-71b70c8e518f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:37,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-5ac9acc4-5eed-4aef-ad57-71b70c8e518f 2018-08-20 10:21:37,397 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:37,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,491 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b6cace-dd86-42b9-9319-a843bc38aa8a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:37,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-e4b6cace-dd86-42b9-9319-a843bc38aa8a 2018-08-20 10:21:37,492 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:37,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,586 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ade0e698-45ef-4858-a5f1-0cbee446c6ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:37,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-ade0e698-45ef-4858-a5f1-0cbee446c6ed 2018-08-20 10:21:37,586 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:37,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,693 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f3a75fe-0b49-4b6d-8e8e-7a6c684ed572 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:37,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-4f3a75fe-0b49-4b6d-8e8e-7a6c684ed572 2018-08-20 10:21:37,693 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:37,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,782 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d7934f6-912f-4b0e-92bc-b19d0aec5c5a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:37,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-4d7934f6-912f-4b0e-92bc-b19d0aec5c5a 2018-08-20 10:21:37,782 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:37,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,878 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b088404a-b17c-4aaf-b249-78451f016c2a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:37,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-b088404a-b17c-4aaf-b249-78451f016c2a 2018-08-20 10:21:37,878 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:37,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:37,972 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6cba587-1eb5-4a11-be37-3aceafbffbb3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:37,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-a6cba587-1eb5-4a11-be37-3aceafbffbb3 2018-08-20 10:21:37,972 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:37,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,063 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ab86c98-5c38-4f19-92fb-51bb29acaf25 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:38,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-0ab86c98-5c38-4f19-92fb-51bb29acaf25 2018-08-20 10:21:38,063 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:38,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25dd9e5d-efe8-4fc1-b830-9d99b4566098 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:21:38,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-25dd9e5d-efe8-4fc1-b830-9d99b4566098 2018-08-20 10:21:38,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,254 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebb7b3ae-7368-4a09-8455-37d07c244a67 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:38,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-ebb7b3ae-7368-4a09-8455-37d07c244a67 2018-08-20 10:21:38,254 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:38,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,342 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4f622f9-2df8-45ac-80dd-a97f2fd99dd4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:38,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-d4f622f9-2df8-45ac-80dd-a97f2fd99dd4 2018-08-20 10:21:38,342 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:38,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,436 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e98e310-2752-4e6f-8ba8-e2b704d6adb8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:38,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-2e98e310-2752-4e6f-8ba8-e2b704d6adb8 2018-08-20 10:21:38,436 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:38,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,535 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2a56f1b-6cc4-4d70-a52a-4c8d32fea057 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:38,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-b2a56f1b-6cc4-4d70-a52a-4c8d32fea057 2018-08-20 10:21:38,535 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:38,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-894b3195-1a54-47df-9bdb-194552599a17 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:21:38,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-894b3195-1a54-47df-9bdb-194552599a17 2018-08-20 10:21:38,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,720 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-550ebfd1-09f6-4f8d-ae06-a5cacc9f3034 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:38,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-550ebfd1-09f6-4f8d-ae06-a5cacc9f3034 2018-08-20 10:21:38,721 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:38,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,814 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99f64795-2e5b-46ed-b23e-df02d259d390 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:38,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-99f64795-2e5b-46ed-b23e-df02d259d390 2018-08-20 10:21:38,815 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:38,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:38,908 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c46d9c4-268b-4069-aa0c-182feebe1c88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:38,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-9c46d9c4-268b-4069-aa0c-182feebe1c88 2018-08-20 10:21:38,908 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:38,909 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj 2018-08-20 10:21:38,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/ec1e20a18643417788a32539b7e52280 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:39,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-645b1026-da2e-4783-85f5-42f52a7c641e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:39,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ec1e20a18643417788a32539b7e52280 used request id req-645b1026-da2e-4783-85f5-42f52a7c641e 2018-08-20 10:21:39,119 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-3471c45d-2d71-4bf-proj-role 2018-08-20 10:21:39,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/5bef408ba16f47ada365ac978c3d5d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:39,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9333f0a5-40c6-4db4-94fe-c4170bfb1ec3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:39,245 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/5bef408ba16f47ada365ac978c3d5d19 used request id req-9333f0a5-40c6-4db4-94fe-c4170bfb1ec3 2018-08-20 10:21:39,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00cc5611e372edc8001ce3bae90ea8780979e6c" 2018-08-20 10:21:39,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7f349fb-01f6-4615-89d0-5c4550bf571d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:39,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f7f349fb-01f6-4615-89d0-5c4550bf571d 2018-08-20 10:21:39,337 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-3471c45d-2d71-4bf-user 2018-08-20 10:21:39,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/fca18919686543c78385a8cf23acf773 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460706605a7c9c278b861ffa3448c8ccf5258f81" 2018-08-20 10:21:39,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4407e42b-d300-4f88-892a-0ca37564f7a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:39,534 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/fca18919686543c78385a8cf23acf773 used request id req-4407e42b-d300-4f88-892a-0ca37564f7a9 2018-08-20 10:21:39,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:39,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["uIaljZBaQHWxQqvhKJc4-w"], "issued_at": "2018-08-20T10:21:39.000000Z"}} 2018-08-20 10:21:39,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cd10024c8031d3779d02d794cf5393da9149a4" 2018-08-20 10:21:40,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca4a265e-f2c5-4ee1-a8e5-35ce6c8792ad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:40,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ca4a265e-f2c5-4ee1-a8e5-35ce6c8792ad 2018-08-20 10:21:40,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:40,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:40,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["3hImHi3-T_-JIoGpHx4rkA"], "issued_at": "2018-08-20T10:21:40.000000Z"}} 2018-08-20 10:21:40,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:40,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0272a856-aa62-48fd-bf53-ce228cfc89ca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:40,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0272a856-aa62-48fd-bf53-ce228cfc89ca 2018-08-20 10:21:40,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:40,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:40,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:40,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f160ee-0934-4b56-83ae-10fd77e05048 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:21:40,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj used request id req-12f160ee-0934-4b56-83ae-10fd77e05048 2018-08-20 10:21:40,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:40,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dd3084f-c01a-4fed-8960-dba593012c53 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:40,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-8dd3084f-c01a-4fed-8960-dba593012c53 2018-08-20 10:21:40,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj"}}' 2018-08-20 10:21:40,933 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08e69d8d-3a38-4d86-8743-dd0907d38888 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ace489eb60c475b991c5bff0b5edb30"}, "tags": [], "enabled": true, "id": "8ace489eb60c475b991c5bff0b5edb30", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj"}} 2018-08-20 10:21:40,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-08e69d8d-3a38-4d86-8743-dd0907d38888 2018-08-20 10:21:40,934 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj 2018-08-20 10:21:40,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:40,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:41,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["crvMTeycRqyHjcpP5qyW5A"], "issued_at": "2018-08-20T10:21:41.000000Z"}} 2018-08-20 10:21:41,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}072c6828443ff923b089eac2b54be69e4a797d4f" 2018-08-20 10:21:41,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db318b0d-106d-450e-b170-d34e741303af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:41,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-db318b0d-106d-450e-b170-d34e741303af 2018-08-20 10:21:41,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:41,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:41,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}072c6828443ff923b089eac2b54be69e4a797d4f" 2018-08-20 10:21:41,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e41ea58f-4fc6-4f97-8048-f6097770cbe4 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:21:41,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-e41ea58f-4fc6-4f97-8048-f6097770cbe4 2018-08-20 10:21:41,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}072c6828443ff923b089eac2b54be69e4a797d4f" 2018-08-20 10:21:41,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80307cb0-9a27-4a12-bca1-ac3680323fb7 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ace489eb60c475b991c5bff0b5edb30"}, "tags": [], "enabled": true, "id": "8ace489eb60c475b991c5bff0b5edb30", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj"}]} 2018-08-20 10:21:41,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj used request id req-80307cb0-9a27-4a12-bca1-ac3680323fb7 2018-08-20 10:21:41,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}072c6828443ff923b089eac2b54be69e4a797d4f" 2018-08-20 10:21:41,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc5a4de-df2d-43a3-95e7-e8a0859ca3db Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:41,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-afc5a4de-df2d-43a3-95e7-e8a0859ca3db 2018-08-20 10:21:42,041 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-user 2018-08-20 10:21:42,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:42,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:42,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8a8acc-dccb-4e50-98fe-a8f65481fbce Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:42,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4c8a8acc-dccb-4e50-98fe-a8f65481fbce 2018-08-20 10:21:42,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" -d '{"role": {"name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj-role"}}' 2018-08-20 10:21:42,274 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87af532f-195b-4393-bff9-e62dba5816bc Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "519a5093a549417ebfa07ef80dd1667d", "links": {"self": "http://172.30.9.36:5000/v3/roles/519a5093a549417ebfa07ef80dd1667d"}, "name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj-role"}} 2018-08-20 10:21:42,274 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-87af532f-195b-4393-bff9-e62dba5816bc 2018-08-20 10:21:42,274 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj-role 2018-08-20 10:21:42,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/519a5093a549417ebfa07ef80dd1667d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:42,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d976563-e860-4f15-8daa-77c634fbcb41 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "519a5093a549417ebfa07ef80dd1667d", "links": {"self": "http://172.30.9.36:5000/v3/roles/519a5093a549417ebfa07ef80dd1667d"}, "name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj-role"}} 2018-08-20 10:21:42,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/519a5093a549417ebfa07ef80dd1667d used request id req-0d976563-e860-4f15-8daa-77c634fbcb41 2018-08-20 10:21:42,371 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj-role to project CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj 2018-08-20 10:21:42,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/8ace489eb60c475b991c5bff0b5edb30/users/ad6a58c9c076439b9afe8a65a8620087/roles/519a5093a549417ebfa07ef80dd1667d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:42,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-346dc833-4df5-46cf-bd6e-882f0a4adb4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:42,535 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/8ace489eb60c475b991c5bff0b5edb30/users/ad6a58c9c076439b9afe8a65a8620087/roles/519a5093a549417ebfa07ef80dd1667d used request id req-346dc833-4df5-46cf-bd6e-882f0a4adb4c 2018-08-20 10:21:42,535 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:42,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:42,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:42,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "519a5093a549417ebfa07ef80dd1667d", "name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj-role"}], "expires_at": "2018-08-20T11:21:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ace489eb60c475b991c5bff0b5edb30", "name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ace489eb60c475b991c5bff0b5edb30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ace489eb60c475b991c5bff0b5edb30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ace489eb60c475b991c5bff0b5edb30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ace489eb60c475b991c5bff0b5edb30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ace489eb60c475b991c5bff0b5edb30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ace489eb60c475b991c5bff0b5edb30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ace489eb60c475b991c5bff0b5edb30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ace489eb60c475b991c5bff0b5edb30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ace489eb60c475b991c5bff0b5edb30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ace489eb60c475b991c5bff0b5edb30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ace489eb60c475b991c5bff0b5edb30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ace489eb60c475b991c5bff0b5edb30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ace489eb60c475b991c5bff0b5edb30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ace489eb60c475b991c5bff0b5edb30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-user", "id": "ad6a58c9c076439b9afe8a65a8620087"}, "audit_ids": ["Hx2QgOj8RoW3SNI4ZMnsTg"], "issued_at": "2018-08-20T10:21:42.000000Z"}} 2018-08-20 10:21:42,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b5f0cc65fa88d080979347ce5b4a5d8e1ab9fc" 2018-08-20 10:21:43,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f78199f-6770-4ca4-bf05-9539f3198352 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:43,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1f78199f-6770-4ca4-bf05-9539f3198352 2018-08-20 10:21:43,013 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:43,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b5f0cc65fa88d080979347ce5b4a5d8e1ab9fc" 2018-08-20 10:21:43,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-c8a78dc7-27cb-4cbb-8f27-05592c8ddc61 x-compute-request-id: req-c8a78dc7-27cb-4cbb-8f27-05592c8ddc61 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:21:43,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-c8a78dc7-27cb-4cbb-8f27-05592c8ddc61 2018-08-20 10:21:43,224 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d... 2018-08-20 10:21:43,224 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:21:43,232 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d 2018-08-20 10:21:43,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b5f0cc65fa88d080979347ce5b4a5d8e1ab9fc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDeQVyzOSPJ88CSbiY4LTjx8otir6JPnVAeG0WhMIJ950gkAJmZn8drUy1Wc3g8YahZUxNcoVJjhfTE2JqHFYH/QCSKIN4QaK1/jlv6uumAjwNzOXkAwbKAgEe/gGMiAcMBPO2gflNBVZEvW+BeeCAA0qRZKnnF0pVG+eU8rRpqnQ==", "name": "CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d"}}' 2018-08-20 10:21:43,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-9961257c-1052-4ee3-9eac-2288947fe575 x-compute-request-id: req-9961257c-1052-4ee3-9eac-2288947fe575 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDeQVyzOSPJ88CSbiY4LTjx8otir6JPnVAeG0WhMIJ950gkAJmZn8drUy1Wc3g8YahZUxNcoVJjhfTE2JqHFYH/QCSKIN4QaK1/jlv6uumAjwNzOXkAwbKAgEe/gGMiAcMBPO2gflNBVZEvW+BeeCAA0qRZKnnF0pVG+eU8rRpqnQ==", "user_id": "ad6a58c9c076439b9afe8a65a8620087", "name": "CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d", "fingerprint": "5d:6b:ea:2a:e3:f0:b9:0d:08:58:97:c2:b8:f7:e3:13"}} 2018-08-20 10:21:43,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-9961257c-1052-4ee3-9eac-2288947fe575 2018-08-20 10:21:43,301 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d.pub 2018-08-20 10:21:43,301 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d 2018-08-20 10:21:43,301 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d 2018-08-20 10:21:43,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13b5f0cc65fa88d080979347ce5b4a5d8e1ab9fc" 2018-08-20 10:21:43,347 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-8f3acdc4-9eaa-4f49-8a35-cceaf655696d x-compute-request-id: req-8f3acdc4-9eaa-4f49-8a35-cceaf655696d Content-Length: 0 Content-Type: application/json 2018-08-20 10:21:43,347 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d used request id req-8f3acdc4-9eaa-4f49-8a35-cceaf655696d 2018-08-20 10:21:43,347 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d.pub] 2018-08-20 10:21:43,348 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-3217f563-faa0-4b0e-838e-5f368366740d] 2018-08-20 10:21:43,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:43,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:43,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:43,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:43,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:43,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:43,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-44c4ac72-c2b5-4bc2-892b-997e138b6ade Date: Mon, 20 Aug 2018 10:21:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:21:43,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-44c4ac72-c2b5-4bc2-892b-997e138b6ade 2018-08-20 10:21:43,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:43,716 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d55deaee-f2cb-40b5-819d-1b87dfb5dbfe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:43,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-d55deaee-f2cb-40b5-819d-1b87dfb5dbfe 2018-08-20 10:21:43,716 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:43,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:43,813 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4902069-0bfb-4a38-a0db-b8782e05148b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:43,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e4902069-0bfb-4a38-a0db-b8782e05148b 2018-08-20 10:21:43,813 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:43,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:43,911 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f507d420-8b23-475f-9cd0-26f63d414677 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:43,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-f507d420-8b23-475f-9cd0-26f63d414677 2018-08-20 10:21:43,911 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:43,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,006 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d505c79e-e4c7-4427-9077-f63f3635e0ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-d505c79e-e4c7-4427-9077-f63f3635e0ff 2018-08-20 10:21:44,007 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,101 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e07020d8-4c30-4ac3-b942-666e38fa017e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-e07020d8-4c30-4ac3-b942-666e38fa017e 2018-08-20 10:21:44,101 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,192 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0732b0fc-2902-47a5-a315-bde6453a5b1b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-0732b0fc-2902-47a5-a315-bde6453a5b1b 2018-08-20 10:21:44,193 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,214 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e34d908-e172-486a-9eb9-0691cf0637fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-1e34d908-e172-486a-9eb9-0691cf0637fb 2018-08-20 10:21:44,215 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,309 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c51827d8-e61d-4d3f-956f-982be6ba3348 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-c51827d8-e61d-4d3f-956f-982be6ba3348 2018-08-20 10:21:44,310 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,401 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7a45291-c398-43c4-9cca-3ef4852a1fdc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b7a45291-c398-43c4-9cca-3ef4852a1fdc 2018-08-20 10:21:44,401 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fab80c3-0200-4f2f-9709-b7b33721ce1c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:21:44,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-0fab80c3-0200-4f2f-9709-b7b33721ce1c 2018-08-20 10:21:44,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,617 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-316ca97a-f8bc-4fdb-b866-f4572125c713 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-316ca97a-f8bc-4fdb-b866-f4572125c713 2018-08-20 10:21:44,618 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,707 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e9b2317-d4a1-460e-a04c-9586d1d914ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-7e9b2317-d4a1-460e-a04c-9586d1d914ca 2018-08-20 10:21:44,707 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,828 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-810bf978-ac78-479b-8fc4-ae0f93cba5a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-810bf978-ac78-479b-8fc4-ae0f93cba5a8 2018-08-20 10:21:44,829 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:44,915 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b394cb0-5a97-4ede-9e37-b545f6b3b6ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:44,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-3b394cb0-5a97-4ede-9e37-b545f6b3b6ac 2018-08-20 10:21:44,916 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:44,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:45,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-115f8b4c-9656-4d45-8fc6-59157ace22d9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:21:45,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-115f8b4c-9656-4d45-8fc6-59157ace22d9 2018-08-20 10:21:45,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:45,108 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-414d94c7-8ad4-48d0-9b37-933c94e862f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:45,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-414d94c7-8ad4-48d0-9b37-933c94e862f4 2018-08-20 10:21:45,109 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:45,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:45,204 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-139f5b14-fa33-445a-ad6c-fad3ab66df02 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:45,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-139f5b14-fa33-445a-ad6c-fad3ab66df02 2018-08-20 10:21:45,204 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:45,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:45,303 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd41f2d6-4cea-43e5-ba17-b19235265223 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:45,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-bd41f2d6-4cea-43e5-ba17-b19235265223 2018-08-20 10:21:45,303 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:45,305 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj 2018-08-20 10:21:45,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/8ace489eb60c475b991c5bff0b5edb30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:45,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfbd8d28-f507-494e-91b2-675f3e10c02c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:45,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/8ace489eb60c475b991c5bff0b5edb30 used request id req-bfbd8d28-f507-494e-91b2-675f3e10c02c 2018-08-20 10:21:45,556 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-proj-role 2018-08-20 10:21:45,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/519a5093a549417ebfa07ef80dd1667d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:45,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-508e348b-07f5-478a-b75f-9f07beb04a3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:45,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/519a5093a549417ebfa07ef80dd1667d used request id req-508e348b-07f5-478a-b75f-9f07beb04a3d 2018-08-20 10:21:45,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f61cf93bbc263367450e4e3d0971c0bf2727dc6" 2018-08-20 10:21:45,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8483bee-321d-47bb-b41c-67a9e5a7f288 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:45,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d8483bee-321d-47bb-b41c-67a9e5a7f288 2018-08-20 10:21:45,784 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-5a480e8a-9cf7-4b0-user 2018-08-20 10:21:45,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/ad6a58c9c076439b9afe8a65a8620087 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}072c6828443ff923b089eac2b54be69e4a797d4f" 2018-08-20 10:21:45,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fde7f36-14e8-4022-af98-00c6ee995933 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:45,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/ad6a58c9c076439b9afe8a65a8620087 used request id req-9fde7f36-14e8-4022-af98-00c6ee995933 2018-08-20 10:21:45,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:46,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["o2TXy9cyR-GTCAfszZCv-Q"], "issued_at": "2018-08-20T10:21:46.000000Z"}} 2018-08-20 10:21:46,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ddf4ce8dd6d79524663d452f41e57ac85f181a1" 2018-08-20 10:21:46,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03855365-3187-456f-a048-1978dd4e6b20 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:46,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-03855365-3187-456f-a048-1978dd4e6b20 2018-08-20 10:21:46,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:46,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:46,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["k8NHGKWrTLiBaiBFUfLDwQ"], "issued_at": "2018-08-20T10:21:46.000000Z"}} 2018-08-20 10:21:46,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:46,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42f0d13b-145a-4977-b7b2-f59236996a7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:46,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-42f0d13b-145a-4977-b7b2-f59236996a7e 2018-08-20 10:21:46,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:46,974 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:46,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:47,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb7b6a67-f8b1-4fff-b293-8e4a8a939443 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:21:47,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj used request id req-cb7b6a67-f8b1-4fff-b293-8e4a8a939443 2018-08-20 10:21:47,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:47,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70504487-64a7-463a-88ca-8984d2f24850 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:47,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-70504487-64a7-463a-88ca-8984d2f24850 2018-08-20 10:21:47,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj"}}' 2018-08-20 10:21:47,304 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2003dbe2-5797-4868-b973-6cd824c546ab Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/c1c22298a39e4aa28b76c125b6da7beb"}, "tags": [], "enabled": true, "id": "c1c22298a39e4aa28b76c125b6da7beb", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj"}} 2018-08-20 10:21:47,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2003dbe2-5797-4868-b973-6cd824c546ab 2018-08-20 10:21:47,305 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj 2018-08-20 10:21:47,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:47,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:47,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["6dswPovISSWdgZwZGJhDJQ"], "issued_at": "2018-08-20T10:21:47.000000Z"}} 2018-08-20 10:21:47,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbea6e3d15ce9d25976c8b8f6c62b38e1a1c27e0" 2018-08-20 10:21:47,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67eb202a-107f-4845-8cba-438c74952c41 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:47,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-67eb202a-107f-4845-8cba-438c74952c41 2018-08-20 10:21:47,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:47,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:47,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbea6e3d15ce9d25976c8b8f6c62b38e1a1c27e0" 2018-08-20 10:21:47,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-733024bb-94a9-457c-bf30-0477dfc67f26 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:21:47,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-733024bb-94a9-457c-bf30-0477dfc67f26 2018-08-20 10:21:47,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbea6e3d15ce9d25976c8b8f6c62b38e1a1c27e0" 2018-08-20 10:21:47,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d8ff7a-15e9-4cd6-a31e-e8014dd2df6d Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/c1c22298a39e4aa28b76c125b6da7beb"}, "tags": [], "enabled": true, "id": "c1c22298a39e4aa28b76c125b6da7beb", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj"}]} 2018-08-20 10:21:47,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj used request id req-e6d8ff7a-15e9-4cd6-a31e-e8014dd2df6d 2018-08-20 10:21:47,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbea6e3d15ce9d25976c8b8f6c62b38e1a1c27e0" 2018-08-20 10:21:48,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316b574c-86bb-4273-a0b3-57399ea11422 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:48,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-316b574c-86bb-4273-a0b3-57399ea11422 2018-08-20 10:21:48,418 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-6a16e2ba-0a38-458-user 2018-08-20 10:21:48,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:48,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:48,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb46e4b3-9ec2-4275-86f5-3486a5fa11da Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:48,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-eb46e4b3-9ec2-4275-86f5-3486a5fa11da 2018-08-20 10:21:48,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" -d '{"role": {"name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj-role"}}' 2018-08-20 10:21:48,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ddf0266-65d8-4fa7-8777-e0aefc249041 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ffbbb9399e7b4fa18dee95b37f7f62b7", "links": {"self": "http://172.30.9.36:5000/v3/roles/ffbbb9399e7b4fa18dee95b37f7f62b7"}, "name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj-role"}} 2018-08-20 10:21:48,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-8ddf0266-65d8-4fa7-8777-e0aefc249041 2018-08-20 10:21:48,628 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj-role 2018-08-20 10:21:48,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/ffbbb9399e7b4fa18dee95b37f7f62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:48,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34bd110d-001e-4d6c-8dcf-a18c109f989c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ffbbb9399e7b4fa18dee95b37f7f62b7", "links": {"self": "http://172.30.9.36:5000/v3/roles/ffbbb9399e7b4fa18dee95b37f7f62b7"}, "name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj-role"}} 2018-08-20 10:21:48,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/ffbbb9399e7b4fa18dee95b37f7f62b7 used request id req-34bd110d-001e-4d6c-8dcf-a18c109f989c 2018-08-20 10:21:48,749 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj-role to project CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj 2018-08-20 10:21:48,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/c1c22298a39e4aa28b76c125b6da7beb/users/53e17d9812f8490b9ba15f0ae6ee006b/roles/ffbbb9399e7b4fa18dee95b37f7f62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:48,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69bed596-0d22-467e-9adc-4ccce1b49407 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:48,888 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/c1c22298a39e4aa28b76c125b6da7beb/users/53e17d9812f8490b9ba15f0ae6ee006b/roles/ffbbb9399e7b4fa18dee95b37f7f62b7 used request id req-69bed596-0d22-467e-9adc-4ccce1b49407 2018-08-20 10:21:48,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:48,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:48,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:49,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ffbbb9399e7b4fa18dee95b37f7f62b7", "name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj-role"}], "expires_at": "2018-08-20T11:21:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1c22298a39e4aa28b76c125b6da7beb", "name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/c1c22298a39e4aa28b76c125b6da7beb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/c1c22298a39e4aa28b76c125b6da7beb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/c1c22298a39e4aa28b76c125b6da7beb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c1c22298a39e4aa28b76c125b6da7beb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/c1c22298a39e4aa28b76c125b6da7beb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/c1c22298a39e4aa28b76c125b6da7beb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_c1c22298a39e4aa28b76c125b6da7beb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_c1c22298a39e4aa28b76c125b6da7beb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/c1c22298a39e4aa28b76c125b6da7beb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/c1c22298a39e4aa28b76c125b6da7beb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/c1c22298a39e4aa28b76c125b6da7beb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/c1c22298a39e4aa28b76c125b6da7beb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/c1c22298a39e4aa28b76c125b6da7beb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/c1c22298a39e4aa28b76c125b6da7beb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-6a16e2ba-0a38-458-user", "id": "53e17d9812f8490b9ba15f0ae6ee006b"}, "audit_ids": ["1I7JFeobRGGqB9cjxZXeRw"], "issued_at": "2018-08-20T10:21:49.000000Z"}} 2018-08-20 10:21:49,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6cd6f1e560ae9ae016c647c4d19d8abacbf355f" 2018-08-20 10:21:49,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75a6896-d0b9-464f-9f37-4e42628f4f5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:49,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b75a6896-d0b9-464f-9f37-4e42628f4f5f 2018-08-20 10:21:49,372 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:21:49,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6cd6f1e560ae9ae016c647c4d19d8abacbf355f" 2018-08-20 10:21:49,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-94838eb5-bafb-4982-930e-0868ab871475 x-compute-request-id: req-94838eb5-bafb-4982-930e-0868ab871475 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:21:49,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-94838eb5-bafb-4982-930e-0868ab871475 2018-08-20 10:21:49,575 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b... 2018-08-20 10:21:49,575 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:21:49,647 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b 2018-08-20 10:21:49,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6cd6f1e560ae9ae016c647c4d19d8abacbf355f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCdWs4wLRmkvqzfj+eKuLvaZwhqk0WnGzmHrrUfre3d8Ds+oxGlbkM9WLA8MJMazU9UayYAYi0BlfAQHmjX/nCQlwIPJiWBT58UnE8ZI5lA3zXJcTjvNlc+N5j8iQqak8v929ACmLECwj8cSC0rI0tVmE0hNEDNHFms23Jcq5tlLw==", "name": "CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b"}}' 2018-08-20 10:21:49,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-edb58350-2ce7-43f5-a3c6-196c66232c69 x-compute-request-id: req-edb58350-2ce7-43f5-a3c6-196c66232c69 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCdWs4wLRmkvqzfj+eKuLvaZwhqk0WnGzmHrrUfre3d8Ds+oxGlbkM9WLA8MJMazU9UayYAYi0BlfAQHmjX/nCQlwIPJiWBT58UnE8ZI5lA3zXJcTjvNlc+N5j8iQqak8v929ACmLECwj8cSC0rI0tVmE0hNEDNHFms23Jcq5tlLw==", "user_id": "53e17d9812f8490b9ba15f0ae6ee006b", "name": "CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b", "fingerprint": "23:6a:67:bd:f6:31:cd:aa:a5:39:c8:88:64:a0:d5:0d"}} 2018-08-20 10:21:49,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-edb58350-2ce7-43f5-a3c6-196c66232c69 2018-08-20 10:21:49,713 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b.pub 2018-08-20 10:21:49,713 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b 2018-08-20 10:21:49,713 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b 2018-08-20 10:21:49,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6cd6f1e560ae9ae016c647c4d19d8abacbf355f" 2018-08-20 10:21:49,766 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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-dd90ccc8-f87a-4946-9df5-81ea159f07eb x-compute-request-id: req-dd90ccc8-f87a-4946-9df5-81ea159f07eb Content-Length: 0 Content-Type: application/json 2018-08-20 10:21:49,766 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-b153bbfb-6555-40d5-af85-77039a9dd24b used request id req-dd90ccc8-f87a-4946-9df5-81ea159f07eb 2018-08-20 10:21:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:49,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-58903472-497f-4da7-9605-d5397b7f1881 Date: Mon, 20 Aug 2018 10:21:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:21:50,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-58903472-497f-4da7-9605-d5397b7f1881 2018-08-20 10:21:50,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,133 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5b598ed-04a5-43b5-8c30-0c6c0ccd9004 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-c5b598ed-04a5-43b5-8c30-0c6c0ccd9004 2018-08-20 10:21:50,133 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,223 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-194ccf2f-afc5-4149-81c7-3cd6a07f3692 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-194ccf2f-afc5-4149-81c7-3cd6a07f3692 2018-08-20 10:21:50,223 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,330 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f89e7dd-7538-49d5-9742-f873a539ad55 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-2f89e7dd-7538-49d5-9742-f873a539ad55 2018-08-20 10:21:50,330 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,422 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96e083f6-c4ad-447c-bae2-dbb7d8464bb2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-96e083f6-c4ad-447c-bae2-dbb7d8464bb2 2018-08-20 10:21:50,423 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,517 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c547d54-55ae-4bad-93e7-397de6a615fc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-6c547d54-55ae-4bad-93e7-397de6a615fc 2018-08-20 10:21:50,517 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,611 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5394c366-c1f0-46ab-90a3-3775f564fb90 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-5394c366-c1f0-46ab-90a3-3775f564fb90 2018-08-20 10:21:50,612 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,785 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb7101b2-5f7d-46b8-9929-b055c514f275 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-bb7101b2-5f7d-46b8-9929-b055c514f275 2018-08-20 10:21:50,786 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,882 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8578e1dd-6816-443b-98c6-5dc8eab6569d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-8578e1dd-6816-443b-98c6-5dc8eab6569d 2018-08-20 10:21:50,882 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:50,979 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d89a9f1-1d0e-4a2b-bcea-d9eb82751ee1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:50,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-6d89a9f1-1d0e-4a2b-bcea-d9eb82751ee1 2018-08-20 10:21:50,979 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:50,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c681b01-a3a0-4d80-af53-f114ca67c677 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:21:51,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-7c681b01-a3a0-4d80-af53-f114ca67c677 2018-08-20 10:21:51,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,172 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b787e598-b427-417a-835a-8a178543f4e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:51,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-b787e598-b427-417a-835a-8a178543f4e0 2018-08-20 10:21:51,173 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:51,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,281 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-822d36da-9d19-41aa-b8ae-2c8036d8db3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:51,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-822d36da-9d19-41aa-b8ae-2c8036d8db3d 2018-08-20 10:21:51,282 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:51,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,376 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c46edc7-fd10-4ba6-bb63-f894b6729593 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:51,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-5c46edc7-fd10-4ba6-bb63-f894b6729593 2018-08-20 10:21:51,376 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:51,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,470 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2234579d-48c9-4778-bffe-56f6cbe4c11d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:51,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-2234579d-48c9-4778-bffe-56f6cbe4c11d 2018-08-20 10:21:51,470 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:51,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af1d2d9e-afd3-4364-9ecb-5021a0abaec4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:21:51,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-af1d2d9e-afd3-4364-9ecb-5021a0abaec4 2018-08-20 10:21:51,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,679 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09f91301-2a36-410f-aacf-d963c992cdd5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:51,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-09f91301-2a36-410f-aacf-d963c992cdd5 2018-08-20 10:21:51,680 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:51,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,769 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c27538cf-5118-4b88-9444-b9540669469b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:51,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-c27538cf-5118-4b88-9444-b9540669469b 2018-08-20 10:21:51,770 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:51,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:51,962 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e365edaa-4518-435f-b66e-a4847127c7c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:21:51,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-e365edaa-4518-435f-b66e-a4847127c7c8 2018-08-20 10:21:51,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:21:51,964 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj 2018-08-20 10:21:51,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/c1c22298a39e4aa28b76c125b6da7beb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:52,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ff2ccff-49cd-4ece-8904-c6d08f7d19f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:52,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/c1c22298a39e4aa28b76c125b6da7beb used request id req-0ff2ccff-49cd-4ece-8904-c6d08f7d19f8 2018-08-20 10:21:52,191 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-6a16e2ba-0a38-458-proj-role 2018-08-20 10:21:52,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/ffbbb9399e7b4fa18dee95b37f7f62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:52,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95590e9a-dde2-44ca-bdc6-cb0dac291008 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:52,305 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ffbbb9399e7b4fa18dee95b37f7f62b7 used request id req-95590e9a-dde2-44ca-bdc6-cb0dac291008 2018-08-20 10:21:52,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3555f7ca730d0d18bcfbadf3033cdb24114a18" 2018-08-20 10:21:52,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1413c8e4-d80e-4f22-ac31-42a997f12e30 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:52,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1413c8e4-d80e-4f22-ac31-42a997f12e30 2018-08-20 10:21:52,402 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-6a16e2ba-0a38-458-user 2018-08-20 10:21:52,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/53e17d9812f8490b9ba15f0ae6ee006b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbea6e3d15ce9d25976c8b8f6c62b38e1a1c27e0" 2018-08-20 10:21:52,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60fd0819-4afa-4279-8831-6ef27eca2b07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:52,575 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/53e17d9812f8490b9ba15f0ae6ee006b used request id req-60fd0819-4afa-4279-8831-6ef27eca2b07 2018-08-20 10:21:52,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:52,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["4ggMIm7YTkykowMrf3rbRg"], "issued_at": "2018-08-20T10:21:52.000000Z"}} 2018-08-20 10:21:52,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ad09a37a5e092f619ac72a74aba5c85de75bf7" 2018-08-20 10:21:53,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de1b3f1-c90c-4456-8aff-0bac2e386a71 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:53,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8de1b3f1-c90c-4456-8aff-0bac2e386a71 2018-08-20 10:21:53,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:53,064 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:53,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["TR00VKlxQs-sd9uczxrl4g"], "issued_at": "2018-08-20T10:21:53.000000Z"}} 2018-08-20 10:21:53,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:21:53,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f1bed52-5659-4f94-b53b-2f676ce7bea9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:53,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2f1bed52-5659-4f94-b53b-2f676ce7bea9 2018-08-20 10:21:53,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:53,553 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:53,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-791290e5-a818-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:21:53,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cfcd27d-e1db-4431-b3b7-ae12a9ecdf66 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-791290e5-a818-40e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:21:53,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-791290e5-a818-40e-proj used request id req-8cfcd27d-e1db-4431-b3b7-ae12a9ecdf66 2018-08-20 10:21:53,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:21:53,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd4ba55-7be2-4626-b59f-d8a9ca48137c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:53,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-7bd4ba55-7be2-4626-b59f-d8a9ca48137c 2018-08-20 10:21:53,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj"}}' 2018-08-20 10:21:53,880 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c95d1879-4b39-422c-9fc5-7cbc9e00ae09 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951"}, "tags": [], "enabled": true, "id": "2a4e4aa3da5b4841a22fde300fb79951", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj"}} 2018-08-20 10:21:53,880 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-c95d1879-4b39-422c-9fc5-7cbc9e00ae09 2018-08-20 10:21:53,881 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-791290e5-a818-40e-proj 2018-08-20 10:21:53,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:53,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:54,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:21:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["eOe6k-hvR_qOSf7jx4xKYQ"], "issued_at": "2018-08-20T10:21:54.000000Z"}} 2018-08-20 10:21:54,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9072e66e42493d0a710727eefde750941d0396" 2018-08-20 10:21:54,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c9fcce-5d4f-45b2-a8c5-fdd263db211e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:54,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-55c9fcce-5d4f-45b2-a8c5-fdd263db211e 2018-08-20 10:21:54,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:54,454 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:54,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9072e66e42493d0a710727eefde750941d0396" 2018-08-20 10:21:54,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ace5a4-7241-4dab-aece-c817ea9a3a97 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:21:54,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-28ace5a4-7241-4dab-aece-c817ea9a3a97 2018-08-20 10:21:54,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-791290e5-a818-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9072e66e42493d0a710727eefde750941d0396" 2018-08-20 10:21:54,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb1820c-0f8a-4e48-a0c8-b05cd97a00e1 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-791290e5-a818-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951"}, "tags": [], "enabled": true, "id": "2a4e4aa3da5b4841a22fde300fb79951", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj"}]} 2018-08-20 10:21:54,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-791290e5-a818-40e-proj used request id req-4eb1820c-0f8a-4e48-a0c8-b05cd97a00e1 2018-08-20 10:21:54,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9072e66e42493d0a710727eefde750941d0396" 2018-08-20 10:21:54,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13daac4-e891-4ba6-8668-1ce45136fd4f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:21:54,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a13daac4-e891-4ba6-8668-1ce45136fd4f 2018-08-20 10:21:55,150 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-791290e5-a818-40e-user 2018-08-20 10:21:55,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:55,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:21:55,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5dd2341-6823-4353-a7a8-98dea13493f5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:21:55,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d5dd2341-6823-4353-a7a8-98dea13493f5 2018-08-20 10:21:55,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" -d '{"role": {"name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj-role"}}' 2018-08-20 10:21:55,286 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efe59d98-9658-4b47-afe6-093784a0f031 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4456e203d3624e4eb7fdae601fb944d8", "links": {"self": "http://172.30.9.36:5000/v3/roles/4456e203d3624e4eb7fdae601fb944d8"}, "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj-role"}} 2018-08-20 10:21:55,286 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-efe59d98-9658-4b47-afe6-093784a0f031 2018-08-20 10:21:55,287 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-791290e5-a818-40e-proj-role 2018-08-20 10:21:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/4456e203d3624e4eb7fdae601fb944d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:21:55,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e29528e0-4dc7-4c04-bde3-0ca3eef80a05 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4456e203d3624e4eb7fdae601fb944d8", "links": {"self": "http://172.30.9.36:5000/v3/roles/4456e203d3624e4eb7fdae601fb944d8"}, "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj-role"}} 2018-08-20 10:21:55,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/4456e203d3624e4eb7fdae601fb944d8 used request id req-e29528e0-4dc7-4c04-bde3-0ca3eef80a05 2018-08-20 10:21:55,379 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-791290e5-a818-40e-proj-role to project CreateNetworkSuccessTests-791290e5-a818-40e-proj 2018-08-20 10:21:55,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951/users/6d88afd7febb4193b33ebccf3a352dfb/roles/4456e203d3624e4eb7fdae601fb944d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:21:55,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b9c22b0-f180-4fd0-b58a-002e4634d7f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:21:55,613 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951/users/6d88afd7febb4193b33ebccf3a352dfb/roles/4456e203d3624e4eb7fdae601fb944d8 used request id req-1b9c22b0-f180-4fd0-b58a-002e4634d7f8 2018-08-20 10:21:55,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:55,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:55,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:55,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:55,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:55,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:21:55,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:56,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4456e203d3624e4eb7fdae601fb944d8", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj-role"}], "expires_at": "2018-08-20T11:21:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a4e4aa3da5b4841a22fde300fb79951", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/2a4e4aa3da5b4841a22fde300fb79951", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/2a4e4aa3da5b4841a22fde300fb79951", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-791290e5-a818-40e-user", "id": "6d88afd7febb4193b33ebccf3a352dfb"}, "audit_ids": ["8YOyPY5YRt6wKacRm6FFDQ"], "issued_at": "2018-08-20T10:21:56.000000Z"}} 2018-08-20 10:21:56,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" 2018-08-20 10:21:56,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c27845-2fd9-4042-b30a-9343bd17b7a3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:21:56,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e6c27845-2fd9-4042-b30a-9343bd17b7a3 2018-08-20 10:21:56,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:21:56,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:21:56,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:21:56,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:21:56,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:21:56,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" 2018-08-20 10:21:56,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9cb9aefa-f3d3-4735-943d-724372a35261 Date: Mon, 20 Aug 2018 10:21:56 GMT RESP BODY: {"networks":[]} 2018-08-20 10:21:56,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net used request id req-9cb9aefa-f3d3-4735-943d-724372a35261 2018-08-20 10:21:56,293 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net 2018-08-20 10:21:56,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net", "admin_state_up": true}}' 2018-08-20 10:21:56,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-4f3bb793-0cde-45b5-9665-4a1c05d414c0 Date: Mon, 20 Aug 2018 10:21:56 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2a4e4aa3da5b4841a22fde300fb79951","created_at":"2018-08-20T10:21:56Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-08-20T10:21:56Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2a4e4aa3da5b4841a22fde300fb79951","id":"0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f","name":"CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net"}} 2018-08-20 10:21:56,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-4f3bb793-0cde-45b5-9665-4a1c05d414c0 2018-08-20 10:21:56,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" 2018-08-20 10:21:57,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0fa7c3c1-cb29-42c0-8008-11801d26d8cf Date: Mon, 20 Aug 2018 10:21:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:21:56Z","tenant_id":"2a4e4aa3da5b4841a22fde300fb79951","created_at":"2018-08-20T10:21:56Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2a4e4aa3da5b4841a22fde300fb79951","id":"0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f","name":"CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net"}]} 2018-08-20 10:21:57,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f used request id req-0fa7c3c1-cb29-42c0-8008-11801d26d8cf 2018-08-20 10:21:57,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" 2018-08-20 10:21:57,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-70fb3d73-be1d-467d-bb4c-9bbbc65e7b37 Date: Mon, 20 Aug 2018 10:21:57 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:21:57,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f used request id req-70fb3d73-be1d-467d-bb4c-9bbbc65e7b37 2018-08-20 10:21:57,464 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet 2018-08-20 10:21:57,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" -d '{"subnets": [{"ip_version": 4, "network_id": "0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet"}]}' 2018-08-20 10:21:58,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8a73388d-8ce8-436f-a07b-667b470a765b Date: Mon, 20 Aug 2018 10:21:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f","tenant_id":"2a4e4aa3da5b4841a22fde300fb79951","created_at":"2018-08-20T10:21:58Z","dns_nameservers":[],"updated_at":"2018-08-20T10:21: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":"2a4e4aa3da5b4841a22fde300fb79951","id":"aa27e908-8acb-4429-b077-47c5b9384cb6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet"}]} 2018-08-20 10:21:58,530 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-8a73388d-8ce8-436f-a07b-667b470a765b 2018-08-20 10:21:58,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" 2018-08-20 10:21:58,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-d30976ad-efe7-4b7a-8690-8b5bf3eef68b Date: Mon, 20 Aug 2018 10:21:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["aa27e908-8acb-4429-b077-47c5b9384cb6"],"updated_at":"2018-08-20T10:21:58Z","tenant_id":"2a4e4aa3da5b4841a22fde300fb79951","created_at":"2018-08-20T10:21:56Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2a4e4aa3da5b4841a22fde300fb79951","id":"0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f","name":"CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net"}]} 2018-08-20 10:21:58,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f used request id req-d30976ad-efe7-4b7a-8690-8b5bf3eef68b 2018-08-20 10:21:58,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" 2018-08-20 10:21:59,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4f31736a-9a88-47d7-942f-08089ad002bc Date: Mon, 20 Aug 2018 10:21:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f","tenant_id":"2a4e4aa3da5b4841a22fde300fb79951","created_at":"2018-08-20T10:21:58Z","dns_nameservers":[],"updated_at":"2018-08-20T10:21: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":"2a4e4aa3da5b4841a22fde300fb79951","id":"aa27e908-8acb-4429-b077-47c5b9384cb6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet"}]} 2018-08-20 10:21:59,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f used request id req-4f31736a-9a88-47d7-942f-08089ad002bc 2018-08-20 10:21:59,070 - OpenStackNetwork - DEBUG - Network [0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f] created successfully 2018-08-20 10:21:59,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:21:59,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4456e203d3624e4eb7fdae601fb944d8", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj-role"}], "expires_at": "2018-08-20T11:21:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a4e4aa3da5b4841a22fde300fb79951", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/2a4e4aa3da5b4841a22fde300fb79951", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/2a4e4aa3da5b4841a22fde300fb79951", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/2a4e4aa3da5b4841a22fde300fb79951", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-791290e5-a818-40e-user", "id": "6d88afd7febb4193b33ebccf3a352dfb"}, "audit_ids": ["jyJQybxwQweb2o-m7BM5JQ"], "issued_at": "2018-08-20T10:21:59.000000Z"}} 2018-08-20 10:21:59,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc3735d9c5222c22a9ef5a13e353b20daac080e" 2018-08-20 10:21:59,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-58d307cd-a5b2-4f12-b12c-4747fadbfe6e Date: Mon, 20 Aug 2018 10:21:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["aa27e908-8acb-4429-b077-47c5b9384cb6"],"updated_at":"2018-08-20T10:21:58Z","tenant_id":"2a4e4aa3da5b4841a22fde300fb79951","created_at":"2018-08-20T10:21:56Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2a4e4aa3da5b4841a22fde300fb79951","id":"0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f","name":"CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net"}]} 2018-08-20 10:21:59,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net used request id req-58d307cd-a5b2-4f12-b12c-4747fadbfe6e 2018-08-20 10:21:59,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:21:59,785 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:21:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:21:59,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ad09a37a5e092f619ac72a74aba5c85de75bf7" 2018-08-20 10:21:59,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2f9939-7c57-422f-a0c8-d0980bc04bf6 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2a4e4aa3da5b4841a22fde300fb79951", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj"}} 2018-08-20 10:21:59,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951 used request id req-4e2f9939-7c57-422f-a0c8-d0980bc04bf6 2018-08-20 10:21:59,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc3735d9c5222c22a9ef5a13e353b20daac080e" 2018-08-20 10:22:00,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c7d6f816-9340-4901-a66c-816db041a18b Date: Mon, 20 Aug 2018 10:22:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f","tenant_id":"2a4e4aa3da5b4841a22fde300fb79951","created_at":"2018-08-20T10:21:58Z","dns_nameservers":[],"updated_at":"2018-08-20T10:21: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":"2a4e4aa3da5b4841a22fde300fb79951","id":"aa27e908-8acb-4429-b077-47c5b9384cb6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet"}]} 2018-08-20 10:22:00,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f used request id req-c7d6f816-9340-4901-a66c-816db041a18b 2018-08-20 10:22:00,117 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet 2018-08-20 10:22:00,117 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet 2018-08-20 10:22:00,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/aa27e908-8acb-4429-b077-47c5b9384cb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc3735d9c5222c22a9ef5a13e353b20daac080e" 2018-08-20 10:22:02,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c716efa8-1c04-4512-9bb2-ec7e898c6fa2 Date: Mon, 20 Aug 2018 10:22:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:02,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/aa27e908-8acb-4429-b077-47c5b9384cb6 used request id req-c716efa8-1c04-4512-9bb2-ec7e898c6fa2 2018-08-20 10:22:02,873 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net 2018-08-20 10:22:02,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc3735d9c5222c22a9ef5a13e353b20daac080e" 2018-08-20 10:22:04,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33fb9050-8c36-4221-9b1c-c0c1fd9cdbc1 Date: Mon, 20 Aug 2018 10:22:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:04,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f used request id req-33fb9050-8c36-4221-9b1c-c0c1fd9cdbc1 2018-08-20 10:22:04,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc3735d9c5222c22a9ef5a13e353b20daac080e" 2018-08-20 10:22:05,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-573d2a99-460f-40eb-89a5-55a9b60d84b1 Date: Mon, 20 Aug 2018 10:22:05 GMT RESP BODY: {"networks":[]} 2018-08-20 10:22:05,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net used request id req-573d2a99-460f-40eb-89a5-55a9b60d84b1 2018-08-20 10:22:05,086 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet 2018-08-20 10:22:05,086 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-subnet 2018-08-20 10:22:05,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/aa27e908-8acb-4429-b077-47c5b9384cb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" 2018-08-20 10:22:05,122 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-f729fef3-9004-4183-9946-cd8582e6359a Date: Mon, 20 Aug 2018 10:22:05 GMT RESP BODY: {"NeutronError": {"message": "Subnet aa27e908-8acb-4429-b077-47c5b9384cb6 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-08-20 10:22:05,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/aa27e908-8acb-4429-b077-47c5b9384cb6 used request id req-f729fef3-9004-4183-9946-cd8582e6359a 2018-08-20 10:22:05,122 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet aa27e908-8acb-4429-b077-47c5b9384cb6 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-08-20 10:22:05,122 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-42488b50-53bc-4435-a646-8dfd7e272ea7-pub-net 2018-08-20 10:22:05,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7f0574a0665c284b83d4563803448fbdcdf52ff" 2018-08-20 10:22:05,327 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-7d24a28a-7fcd-4a3a-b6fd-2876c3ec960d Date: Mon, 20 Aug 2018 10:22:05 GMT RESP BODY: {"NeutronError": {"message": "Network 0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-08-20 10:22:05,327 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f used request id req-7d24a28a-7fcd-4a3a-b6fd-2876c3ec960d 2018-08-20 10:22:05,328 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 0455ed34-0f6a-4b14-a8ff-5b0bf78a8b9f could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-08-20 10:22:05,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:05,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:05,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:05,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:05,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:05,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:05,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-e412331e-1989-4a37-a1e6-123b9a0b3ad7 Date: Mon, 20 Aug 2018 10:22:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "created_at": "2018-08-20T10:21:56Z", "updated_at": "2018-08-20T10:21:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:21:56Z", "revision_number": 0, "id": "1a598109-8137-48a2-abfc-258570b84036", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:21:56Z", "security_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a4e4aa3da5b4841a22fde300fb79951"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:21:56Z", "revision_number": 0, "id": "6113d47c-9052-4c1e-8c9a-0e051c537ffe", "remote_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "remote_ip_prefix": null, "created_at": "2018-08-20T10:21:56Z", "security_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a4e4aa3da5b4841a22fde300fb79951"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:21:56Z", "revision_number": 0, "id": "8720b531-3f14-462b-baf0-b03a2fd7398d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:21:56Z", "security_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a4e4aa3da5b4841a22fde300fb79951"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:21:56Z", "revision_number": 0, "id": "87f3d6fc-7fb2-4242-a2c5-80aeb7af39e6", "remote_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "remote_ip_prefix": null, "created_at": "2018-08-20T10:21:56Z", "security_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a4e4aa3da5b4841a22fde300fb79951"}], "revision_number": 4, "project_id": "2a4e4aa3da5b4841a22fde300fb79951", "id": "a1fdab4d-92d9-4829-8971-c163763876a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:22:05,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-e412331e-1989-4a37-a1e6-123b9a0b3ad7 2018-08-20 10:22:05,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:05,694 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-568a3107-7c58-4117-a33d-7c99df551802 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:05,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-568a3107-7c58-4117-a33d-7c99df551802 2018-08-20 10:22:05,694 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:05,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:05,814 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8e137b7-de5b-4ab0-8696-48b33d4b277e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:05,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-d8e137b7-de5b-4ab0-8696-48b33d4b277e 2018-08-20 10:22:05,814 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:05,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:05,904 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c8bdffc-0b3b-4f24-a11e-5bed26dba9ef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:05,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-4c8bdffc-0b3b-4f24-a11e-5bed26dba9ef 2018-08-20 10:22:05,904 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:05,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:06,083 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02b522f1-20ee-460e-936f-f8bcd8d920ea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:06,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-02b522f1-20ee-460e-936f-f8bcd8d920ea 2018-08-20 10:22:06,084 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:06,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:06,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a152f08-8edd-43d6-aeaf-ba78caed73e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:06,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-1a152f08-8edd-43d6-aeaf-ba78caed73e7 2018-08-20 10:22:06,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:06,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:06,267 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25b1e227-b9a3-4d20-be78-d647b078ef83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:06,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-25b1e227-b9a3-4d20-be78-d647b078ef83 2018-08-20 10:22:06,268 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:06,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:06,363 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d97bac58-5543-4480-b4dd-20c0bada5b59 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:06,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-d97bac58-5543-4480-b4dd-20c0bada5b59 2018-08-20 10:22:06,363 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:06,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:06,462 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a844968-dd99-4ecd-b194-257eaefb35ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:06,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-5a844968-dd99-4ecd-b194-257eaefb35ee 2018-08-20 10:22:06,462 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:06,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:06,554 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96dd255e-4825-4616-a339-1ac88d1aee18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:06,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-96dd255e-4825-4616-a339-1ac88d1aee18 2018-08-20 10:22:06,555 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:06,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:06,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b89d36ac-1ed4-4d2d-9d2b-a7057eb5fc7d Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2a4e4aa3da5b4841a22fde300fb79951", "name": "CreateNetworkSuccessTests-791290e5-a818-40e-proj"}} 2018-08-20 10:22:06,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951 used request id req-b89d36ac-1ed4-4d2d-9d2b-a7057eb5fc7d 2018-08-20 10:22:06,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1fdab4d-92d9-4829-8971-c163763876a5 2018-08-20 10:22:06,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=a1fdab4d-92d9-4829-8971-c163763876a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:06,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-100077c6-fd32-420b-974b-501577d3bd0e Date: Mon, 20 Aug 2018 10:22: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-08-20T10:21:56Z", "security_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "port_range_min": null, "revision_number": 0, "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "created_at": "2018-08-20T10:21:56Z", "project_id": "2a4e4aa3da5b4841a22fde300fb79951", "id": "1a598109-8137-48a2-abfc-258570b84036"}, {"remote_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:21:56Z", "security_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "port_range_min": null, "revision_number": 0, "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "created_at": "2018-08-20T10:21:56Z", "project_id": "2a4e4aa3da5b4841a22fde300fb79951", "id": "6113d47c-9052-4c1e-8c9a-0e051c537ffe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:21:56Z", "security_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "port_range_min": null, "revision_number": 0, "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "created_at": "2018-08-20T10:21:56Z", "project_id": "2a4e4aa3da5b4841a22fde300fb79951", "id": "8720b531-3f14-462b-baf0-b03a2fd7398d"}, {"remote_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:21:56Z", "security_group_id": "a1fdab4d-92d9-4829-8971-c163763876a5", "port_range_min": null, "revision_number": 0, "tenant_id": "2a4e4aa3da5b4841a22fde300fb79951", "created_at": "2018-08-20T10:21:56Z", "project_id": "2a4e4aa3da5b4841a22fde300fb79951", "id": "87f3d6fc-7fb2-4242-a2c5-80aeb7af39e6"}]} 2018-08-20 10:22:06,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=a1fdab4d-92d9-4829-8971-c163763876a5 used request id req-100077c6-fd32-420b-974b-501577d3bd0e 2018-08-20 10:22:06,842 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:22:06,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/a1fdab4d-92d9-4829-8971-c163763876a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:07,371 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c03e1f03-e260-4876-bf69-d2631a960eff Content-Length: 0 Date: Mon, 20 Aug 2018 10:22:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:07,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/a1fdab4d-92d9-4829-8971-c163763876a5 used request id req-c03e1f03-e260-4876-bf69-d2631a960eff 2018-08-20 10:22:07,372 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-791290e5-a818-40e-proj 2018-08-20 10:22:07,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:07,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:22:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12dc9ff7-d435-4a29-932a-9c19cedb74c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:22:07,717 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/2a4e4aa3da5b4841a22fde300fb79951 used request id req-12dc9ff7-d435-4a29-932a-9c19cedb74c5 2018-08-20 10:22:07,718 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-791290e5-a818-40e-proj-role 2018-08-20 10:22:07,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/4456e203d3624e4eb7fdae601fb944d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:07,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:22:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5790fd1-dbad-432a-98b6-d7b3494152eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:22:07,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4456e203d3624e4eb7fdae601fb944d8 used request id req-d5790fd1-dbad-432a-98b6-d7b3494152eb 2018-08-20 10:22:07,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ddb0218168375de3a45e0c9acae08071f87879" 2018-08-20 10:22:07,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb477ff-3311-493b-9486-a0306a26cfd5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:22:07,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6bb477ff-3311-493b-9486-a0306a26cfd5 2018-08-20 10:22:07,930 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-791290e5-a818-40e-user 2018-08-20 10:22:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/6d88afd7febb4193b33ebccf3a352dfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9072e66e42493d0a710727eefde750941d0396" 2018-08-20 10:22:08,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:22:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb47e75e-6683-44fd-a162-0000078d4d10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:22:08,126 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/6d88afd7febb4193b33ebccf3a352dfb used request id req-fb47e75e-6683-44fd-a162-0000078d4d10 2018-08-20 10:22:08,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:08,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["F8xq8GprRg6pMGCW-bWTeQ"], "issued_at": "2018-08-20T10:22:08.000000Z"}} 2018-08-20 10:22:08,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930395ca7c671052224f4f2c73ad282810c04bb4" 2018-08-20 10:22:08,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189cb8c1-fb25-41d0-bff5-0f56c3aa4aa2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:08,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-189cb8c1-fb25-41d0-bff5-0f56c3aa4aa2 2018-08-20 10:22:08,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:08,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:09,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["QOq_rtsIQjyPd41G5fTTKw"], "issued_at": "2018-08-20T10:22:09.000000Z"}} 2018-08-20 10:22:09,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:09,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a47be360-0d41-42c0-987f-2d3cc637cf5b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:09,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a47be360-0d41-42c0-987f-2d3cc637cf5b 2018-08-20 10:22:09,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:09,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:09,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:09,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab7a404-831e-45fb-a7b2-5af883b5c22f Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:22:09,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj used request id req-5ab7a404-831e-45fb-a7b2-5af883b5c22f 2018-08-20 10:22:09,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:09,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc63b16b-9733-47fd-8c9a-6c572cf59daa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:22:09,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-fc63b16b-9733-47fd-8c9a-6c572cf59daa 2018-08-20 10:22:09,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}}' 2018-08-20 10:22:09,468 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc28e3bb-7508-4246-ae54-24bea8336103 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "id": "5f9b6a4d8ce347d288baeb88357c350f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}} 2018-08-20 10:22:09,468 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-fc28e3bb-7508-4246-ae54-24bea8336103 2018-08-20 10:22:09,468 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj 2018-08-20 10:22:09,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:09,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:09,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["YVkikXm0T8qIDO7oLemjVw"], "issued_at": "2018-08-20T10:22:09.000000Z"}} 2018-08-20 10:22:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11f9e2bfe0dd577e606f03096af0f9c0b7a70256" 2018-08-20 10:22:09,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c68449e5-86f9-48ec-8b4b-4828438a62b7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:09,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c68449e5-86f9-48ec-8b4b-4828438a62b7 2018-08-20 10:22:09,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:09,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:09,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11f9e2bfe0dd577e606f03096af0f9c0b7a70256" 2018-08-20 10:22:10,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c26d32f-037e-4af4-9199-7630d2415fbb Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:22:10,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-8c26d32f-037e-4af4-9199-7630d2415fbb 2018-08-20 10:22:10,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11f9e2bfe0dd577e606f03096af0f9c0b7a70256" 2018-08-20 10:22:10,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea4b5fd-c63c-46c3-8261-10c0899a13ca Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "id": "5f9b6a4d8ce347d288baeb88357c350f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}]} 2018-08-20 10:22:10,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj used request id req-eea4b5fd-c63c-46c3-8261-10c0899a13ca 2018-08-20 10:22:10,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11f9e2bfe0dd577e606f03096af0f9c0b7a70256" 2018-08-20 10:22:10,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-795f5ab3-9c08-43fa-afff-e8291f73e0c3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:22:10,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-795f5ab3-9c08-43fa-afff-e8291f73e0c3 2018-08-20 10:22:10,790 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-56df21ba-1cbb-4d8-user 2018-08-20 10:22:10,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:10,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:10,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030051ad-741b-49ba-9339-08eee3abb71f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:22:10,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-030051ad-741b-49ba-9339-08eee3abb71f 2018-08-20 10:22:10,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" -d '{"role": {"name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj-role"}}' 2018-08-20 10:22:10,999 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f37b1120-eea8-499f-b4e7-29f84ee5fd41 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c2c6386a4f37406c84a9ff5d2fcc8cef", "links": {"self": "http://172.30.9.36:5000/v3/roles/c2c6386a4f37406c84a9ff5d2fcc8cef"}, "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj-role"}} 2018-08-20 10:22:10,999 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-f37b1120-eea8-499f-b4e7-29f84ee5fd41 2018-08-20 10:22:10,999 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj-role 2018-08-20 10:22:11,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/c2c6386a4f37406c84a9ff5d2fcc8cef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:11,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85120af3-4877-40e2-b296-ee6ea034978b Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c2c6386a4f37406c84a9ff5d2fcc8cef", "links": {"self": "http://172.30.9.36:5000/v3/roles/c2c6386a4f37406c84a9ff5d2fcc8cef"}, "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj-role"}} 2018-08-20 10:22:11,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/c2c6386a4f37406c84a9ff5d2fcc8cef used request id req-85120af3-4877-40e2-b296-ee6ea034978b 2018-08-20 10:22:11,099 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj-role to project CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj 2018-08-20 10:22:11,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f/users/abd3e1ae17ff407b9d3e25a7a6b4431e/roles/c2c6386a4f37406c84a9ff5d2fcc8cef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:11,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:22:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea345c2b-b226-470e-b98f-35ac25891b25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:22:11,255 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f/users/abd3e1ae17ff407b9d3e25a7a6b4431e/roles/c2c6386a4f37406c84a9ff5d2fcc8cef used request id req-ea345c2b-b226-470e-b98f-35ac25891b25 2018-08-20 10:22:11,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:11,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:11,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:11,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:11,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:11,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:11,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:11,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["DblUO8YhTUKAwq1tuE7EMA"], "issued_at": "2018-08-20T10:22:11.000000Z"}} 2018-08-20 10:22:11,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" 2018-08-20 10:22:11,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c6bc3c-a70f-4b64-b300-1725c24261b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:11,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-54c6bc3c-a70f-4b64-b300-1725c24261b5 2018-08-20 10:22:11,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:11,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:11,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:11,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:11,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:11,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" 2018-08-20 10:22:11,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9f4d1a2f-94ef-4233-af43-8bd741cbc39c Date: Mon, 20 Aug 2018 10:22:11 GMT RESP BODY: {"networks":[]} 2018-08-20 10:22:11,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net used request id req-9f4d1a2f-94ef-4233-af43-8bd741cbc39c 2018-08-20 10:22:11,960 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net 2018-08-20 10:22:11,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:11,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:12,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["6Y5uJW2eRXiK5Wm50jjAjQ"], "issued_at": "2018-08-20T10:22:12.000000Z"}} 2018-08-20 10:22:12,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3674a477176c005c774e22bf9768ee0c603a6128" 2018-08-20 10:22:12,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfa43e1-fad1-4518-ab16-e1085cf436ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:12,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8bfa43e1-fad1-4518-ab16-e1085cf436ff 2018-08-20 10:22:12,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:12,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:12,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3674a477176c005c774e22bf9768ee0c603a6128" 2018-08-20 10:22:12,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61417976-69b0-480f-acdc-99122a50af47 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "id": "5f9b6a4d8ce347d288baeb88357c350f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}]} 2018-08-20 10:22:12,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj used request id req-61417976-69b0-480f-acdc-99122a50af47 2018-08-20 10:22:12,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" -d '{"network": {"tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "mtu": 999, "name": "CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net", "admin_state_up": true}}' 2018-08-20 10:22:13,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-76a8763b-6d35-422d-a41a-b4ca3386518d Date: Mon, 20 Aug 2018 10:22:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"198a31a3-519d-4523-80d9-ab530538337a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5f9b6a4d8ce347d288baeb88357c350f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:22:12Z","is_default":false,"provider:segmentation_id":45,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net","admin_state_up":true,"tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:12Z","mtu":999}} 2018-08-20 10:22:13,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-76a8763b-6d35-422d-a41a-b4ca3386518d 2018-08-20 10:22:13,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=198a31a3-519d-4523-80d9-ab530538337a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" 2018-08-20 10:22:13,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-57fe497b-add2-41e8-bee9-9d7a1ee11089 Date: Mon, 20 Aug 2018 10:22:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":999,"id":"198a31a3-519d-4523-80d9-ab530538337a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5f9b6a4d8ce347d288baeb88357c350f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:22:12Z","provider:segmentation_id":45,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net","admin_state_up":true,"tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:12Z","provider:network_type":"vxlan"}]} 2018-08-20 10:22:13,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=198a31a3-519d-4523-80d9-ab530538337a used request id req-57fe497b-add2-41e8-bee9-9d7a1ee11089 2018-08-20 10:22:13,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" 2018-08-20 10:22:13,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-96e4b3cf-f009-4e26-b55f-bcff32df6dc2 Date: Mon, 20 Aug 2018 10:22:13 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:22:13,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a used request id req-96e4b3cf-f009-4e26-b55f-bcff32df6dc2 2018-08-20 10:22:13,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:13,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:13,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["GxCIc7EUSSyX1IL59wBOhw"], "issued_at": "2018-08-20T10:22:13.000000Z"}} 2018-08-20 10:22:13,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b54c72dfb4650f1c9339f0b5414406e2e399fced" 2018-08-20 10:22:14,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c83517c3-ff63-40f5-9cd2-f0da33ae3002 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:14,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c83517c3-ff63-40f5-9cd2-f0da33ae3002 2018-08-20 10:22:14,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:14,155 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:14,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b54c72dfb4650f1c9339f0b5414406e2e399fced" 2018-08-20 10:22:14,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd38424-6b41-4716-bced-5cee6fa26a09 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "id": "5f9b6a4d8ce347d288baeb88357c350f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}]} 2018-08-20 10:22:14,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj used request id req-bcd38424-6b41-4716-bced-5cee6fa26a09 2018-08-20 10:22:14,250 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet 2018-08-20 10:22:14,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" -d '{"subnets": [{"ip_version": 4, "network_id": "198a31a3-519d-4523-80d9-ab530538337a", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet", "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f"}]}' 2018-08-20 10:22:14,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ca3f9ea4-5975-4758-9096-23ee49a0c6f8 Date: Mon, 20 Aug 2018 10:22:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:14Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"2af36337-2369-4f3f-b62e-10801ed22227","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet"}]} 2018-08-20 10:22:14,985 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-ca3f9ea4-5975-4758-9096-23ee49a0c6f8 2018-08-20 10:22:14,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=198a31a3-519d-4523-80d9-ab530538337a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" 2018-08-20 10:22:15,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bde64f9d-3bfe-402f-b747-61e687c2daf7 Date: Mon, 20 Aug 2018 10:22:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"198a31a3-519d-4523-80d9-ab530538337a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5f9b6a4d8ce347d288baeb88357c350f","status":"ACTIVE","subnets":["2af36337-2369-4f3f-b62e-10801ed22227"],"description":"","tags":[],"updated_at":"2018-08-20T10:22:14Z","provider:segmentation_id":45,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net","admin_state_up":true,"tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:12Z","provider:network_type":"vxlan"}]} 2018-08-20 10:22:15,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=198a31a3-519d-4523-80d9-ab530538337a used request id req-bde64f9d-3bfe-402f-b747-61e687c2daf7 2018-08-20 10:22:15,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" 2018-08-20 10:22:15,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1e2e14f2-3ff9-4d2f-8f23-0c24ce73fa11 Date: Mon, 20 Aug 2018 10:22:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:14Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"2af36337-2369-4f3f-b62e-10801ed22227","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet"}]} 2018-08-20 10:22:15,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a used request id req-1e2e14f2-3ff9-4d2f-8f23-0c24ce73fa11 2018-08-20 10:22:15,604 - OpenStackNetwork - DEBUG - Network [198a31a3-519d-4523-80d9-ab530538337a] created successfully 2018-08-20 10:22:15,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:16,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c2c6386a4f37406c84a9ff5d2fcc8cef", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj-role"}], "expires_at": "2018-08-20T11:22:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f9b6a4d8ce347d288baeb88357c350f", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/5f9b6a4d8ce347d288baeb88357c350f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/5f9b6a4d8ce347d288baeb88357c350f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-user", "id": "abd3e1ae17ff407b9d3e25a7a6b4431e"}, "audit_ids": ["AMz2k4GmQEm4-_i9mhAang"], "issued_at": "2018-08-20T10:22:15.000000Z"}} 2018-08-20 10:22:16,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d9d5f0148c5831cde46fe7f0fdb91e61921abfd" 2018-08-20 10:22:16,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-7c44896e-d298-45f8-8e80-2272b549615a Date: Mon, 20 Aug 2018 10: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":["2af36337-2369-4f3f-b62e-10801ed22227"],"updated_at":"2018-08-20T10:22:14Z","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:12Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"198a31a3-519d-4523-80d9-ab530538337a","name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net"}]} 2018-08-20 10:22:16,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net used request id req-7c44896e-d298-45f8-8e80-2272b549615a 2018-08-20 10:22:16,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:16,297 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:16,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930395ca7c671052224f4f2c73ad282810c04bb4" 2018-08-20 10:22:16,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6898a28-bdc2-430c-bb65-6f581d8836f6 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f9b6a4d8ce347d288baeb88357c350f", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}} 2018-08-20 10:22:16,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f used request id req-b6898a28-bdc2-430c-bb65-6f581d8836f6 2018-08-20 10:22:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d9d5f0148c5831cde46fe7f0fdb91e61921abfd" 2018-08-20 10:22:16,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-294c3bd8-a89c-4265-9488-0b86034826d4 Date: Mon, 20 Aug 2018 10:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:14Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"2af36337-2369-4f3f-b62e-10801ed22227","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet"}]} 2018-08-20 10:22:16,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a used request id req-294c3bd8-a89c-4265-9488-0b86034826d4 2018-08-20 10:22:16,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:16,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:17,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c2c6386a4f37406c84a9ff5d2fcc8cef", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj-role"}], "expires_at": "2018-08-20T11:22:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f9b6a4d8ce347d288baeb88357c350f", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/5f9b6a4d8ce347d288baeb88357c350f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/5f9b6a4d8ce347d288baeb88357c350f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/5f9b6a4d8ce347d288baeb88357c350f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-user", "id": "abd3e1ae17ff407b9d3e25a7a6b4431e"}, "audit_ids": ["xEGTdCTLQDSe9HwzFMWahQ"], "issued_at": "2018-08-20T10:22:17.000000Z"}} 2018-08-20 10:22:17,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400df2dec6f358a3f95c89a2db5013518f1cb323" 2018-08-20 10:22:17,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4384d887-f621-4ad6-ade0-472f820a3c2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:17,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4384d887-f621-4ad6-ade0-472f820a3c2a 2018-08-20 10:22:17,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:17,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:17,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:17,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:17,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:17,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400df2dec6f358a3f95c89a2db5013518f1cb323" 2018-08-20 10:22:17,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-1d233670-5aa7-4c62-b1d8-30d145a6035a Date: Mon, 20 Aug 2018 10: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":["2af36337-2369-4f3f-b62e-10801ed22227"],"updated_at":"2018-08-20T10:22:14Z","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:12Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"198a31a3-519d-4523-80d9-ab530538337a","name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net"}]} 2018-08-20 10:22:17,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net used request id req-1d233670-5aa7-4c62-b1d8-30d145a6035a 2018-08-20 10:22:17,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:17,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:17,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400df2dec6f358a3f95c89a2db5013518f1cb323" 2018-08-20 10:22:17,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f14712ef-3937-468b-acc8-ae6c0cdf7b4d Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f9b6a4d8ce347d288baeb88357c350f", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}} 2018-08-20 10:22:17,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f used request id req-f14712ef-3937-468b-acc8-ae6c0cdf7b4d 2018-08-20 10:22:17,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400df2dec6f358a3f95c89a2db5013518f1cb323" 2018-08-20 10:22:17,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ea0d4bf4-4d1e-4977-97ac-3b588df878f4 Date: Mon, 20 Aug 2018 10:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:14Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"2af36337-2369-4f3f-b62e-10801ed22227","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet"}]} 2018-08-20 10:22:17,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a used request id req-ea0d4bf4-4d1e-4977-97ac-3b588df878f4 2018-08-20 10:22:17,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:17,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:18,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["o9B8i4fnRZK3AzJKlHeztA"], "issued_at": "2018-08-20T10:22:18.000000Z"}} 2018-08-20 10:22:18,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:18,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17799c01-449a-41dd-ae02-9791dbd84ee9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:18,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-17799c01-449a-41dd-ae02-9791dbd84ee9 2018-08-20 10:22:18,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:18,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:18,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:18,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:18,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:18,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:18,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f99af34e-e8d8-4f9b-ab66-2a28ec112171 Date: Mon, 20 Aug 2018 10:22:18 GMT RESP BODY: {"routers": []} 2018-08-20 10:22:18,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router&admin_state_up=True used request id req-f99af34e-e8d8-4f9b-ab66-2a28ec112171 2018-08-20 10:22:18,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:18,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:19,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["v7vL8umiQfq0iyYVk6P7Hg"], "issued_at": "2018-08-20T10:22:18.000000Z"}} 2018-08-20 10:22:19,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdad924e1a004fd787bbc4754730b0a601889796" 2018-08-20 10:22:19,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b09e87e8-baaa-4aad-a4e6-510fbe26527f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:19,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b09e87e8-baaa-4aad-a4e6-510fbe26527f 2018-08-20 10:22:19,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:19,103 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:19,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdad924e1a004fd787bbc4754730b0a601889796" 2018-08-20 10:22:19,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a2d0264-e2b6-40c7-a87b-58ebb70c0eb9 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "id": "5f9b6a4d8ce347d288baeb88357c350f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}]} 2018-08-20 10:22:19,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj used request id req-7a2d0264-e2b6-40c7-a87b-58ebb70c0eb9 2018-08-20 10:22:19,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:19,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-95571f93-e421-4d97-9b36-57f92458c4fe Date: Mon, 20 Aug 2018 10:22:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:22:19,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-95571f93-e421-4d97-9b36-57f92458c4fe 2018-08-20 10:22:19,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:19,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e29caeff-2879-40e8-afe1-712eb9f6a9ba Date: Mon, 20 Aug 2018 10:22:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 10:22:19,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-e29caeff-2879-40e8-afe1-712eb9f6a9ba 2018-08-20 10:22:19,690 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router 2018-08-20 10:22:19,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "name": "CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router", "admin_state_up": true}}' 2018-08-20 10:22:20,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-7e45f120-faf3-442f-bc40-7f6a470e2440 Date: Mon, 20 Aug 2018 10:22:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "created_at": "2018-08-20T10:22:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:22:20Z", "revision_number": 2, "routes": [], "project_id": "5f9b6a4d8ce347d288baeb88357c350f", "id": "4d6191d5-85ed-4941-810b-c2d4ec364f7a", "name": "CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router"}} 2018-08-20 10:22:20,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-7e45f120-faf3-442f-bc40-7f6a470e2440 2018-08-20 10:22:20,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=4d6191d5-85ed-4941-810b-c2d4ec364f7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:21,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-27127d46-e8c9-4d0f-a966-e1986034b9b6 Date: Mon, 20 Aug 2018 10:22:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:22:20Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.210"}],"id":"353eb387-de04-4d6c-a688-1d959483a113","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:dc:5a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d6191d5-85ed-4941-810b-c2d4ec364f7a","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:22:20Z","binding:vnic_type":"normal"}]} 2018-08-20 10:22:21,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=4d6191d5-85ed-4941-810b-c2d4ec364f7a used request id req-27127d46-e8c9-4d0f-a966-e1986034b9b6 2018-08-20 10:22:21,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:21,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-865d7a9b-bca2-4b49-bd0b-0716f382cc76 Date: Mon, 20 Aug 2018 10:22:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:22:21,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-865d7a9b-bca2-4b49-bd0b-0716f382cc76 2018-08-20 10:22:21,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:21,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-50208717-c4b7-43e0-b387-85e441e8dd87 Date: Mon, 20 Aug 2018 10:22:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"198a31a3-519d-4523-80d9-ab530538337a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5f9b6a4d8ce347d288baeb88357c350f","status":"ACTIVE","subnets":["2af36337-2369-4f3f-b62e-10801ed22227"],"description":"","tags":[],"updated_at":"2018-08-20T10:22:14Z","provider:segmentation_id":45,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net","admin_state_up":true,"tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:12Z","provider:network_type":"vxlan"}]} 2018-08-20 10:22:21,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net used request id req-50208717-c4b7-43e0-b387-85e441e8dd87 2018-08-20 10:22:21,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:21,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:21,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:21,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a8af47-79e4-4f08-99ff-e40028f571b9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f9b6a4d8ce347d288baeb88357c350f", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}} 2018-08-20 10:22:21,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f used request id req-c7a8af47-79e4-4f08-99ff-e40028f571b9 2018-08-20 10:22:21,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:21,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-06e26473-8139-4fe2-8333-41fec0c96b5f Date: Mon, 20 Aug 2018 10:22:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:14Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"2af36337-2369-4f3f-b62e-10801ed22227","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet"}]} 2018-08-20 10:22:21,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a used request id req-06e26473-8139-4fe2-8333-41fec0c96b5f 2018-08-20 10:22:21,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a&name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:22,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-22fcf299-fd3b-4035-ae43-4b10a49742ac Date: Mon, 20 Aug 2018 10:22:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:14Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"2af36337-2369-4f3f-b62e-10801ed22227","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet"}]} 2018-08-20 10:22:22,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=198a31a3-519d-4523-80d9-ab530538337a&name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet used request id req-22fcf299-fd3b-4035-ae43-4b10a49742ac 2018-08-20 10:22:22,108 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-20 10:22:22,108 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router 2018-08-20 10:22:22,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/4d6191d5-85ed-4941-810b-c2d4ec364f7a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" -d '{"subnet_id": "2af36337-2369-4f3f-b62e-10801ed22227"}' 2018-08-20 10:22:23,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a0d45c3c-dc51-4e28-9636-964cbeef4f82 Date: Mon, 20 Aug 2018 10:22:23 GMT RESP BODY: {"network_id": "198a31a3-519d-4523-80d9-ab530538337a", "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "subnet_id": "2af36337-2369-4f3f-b62e-10801ed22227", "subnet_ids": ["2af36337-2369-4f3f-b62e-10801ed22227"], "port_id": "49f7990a-8aae-4e4b-9f52-d7de8f6f0aa4", "id": "4d6191d5-85ed-4941-810b-c2d4ec364f7a"} 2018-08-20 10:22:23,741 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4d6191d5-85ed-4941-810b-c2d4ec364f7a/add_router_interface used request id req-a0d45c3c-dc51-4e28-9636-964cbeef4f82 2018-08-20 10:22:23,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/4d6191d5-85ed-4941-810b-c2d4ec364f7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:23,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-a06fc67b-c723-4f43-b561-818b90470d00 Date: Mon, 20 Aug 2018 10:22:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "created_at": "2018-08-20T10:22:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:22:23Z", "revision_number": 3, "routes": [], "project_id": "5f9b6a4d8ce347d288baeb88357c350f", "id": "4d6191d5-85ed-4941-810b-c2d4ec364f7a", "name": "CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router"}} 2018-08-20 10:22:23,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/4d6191d5-85ed-4941-810b-c2d4ec364f7a used request id req-a06fc67b-c723-4f43-b561-818b90470d00 2018-08-20 10:22:23,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=4d6191d5-85ed-4941-810b-c2d4ec364f7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:24,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1554 X-Openstack-Request-Id: req-e8bd59c1-22f1-4ab5-9841-669f70495dc4 Date: Mon, 20 Aug 2018 10:22:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:22:20Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.210"}],"id":"353eb387-de04-4d6c-a688-1d959483a113","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:dc:5a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d6191d5-85ed-4941-810b-c2d4ec364f7a","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:22:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:22:23Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2af36337-2369-4f3f-b62e-10801ed22227","ip_address":"10.55.1.1"}],"id":"49f7990a-8aae-4e4b-9f52-d7de8f6f0aa4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:72:9a:4e","project_id":"5f9b6a4d8ce347d288baeb88357c350f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d6191d5-85ed-4941-810b-c2d4ec364f7a","name":"","admin_state_up":true,"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:22Z","binding:vnic_type":"normal"}]} 2018-08-20 10:22:24,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=4d6191d5-85ed-4941-810b-c2d4ec364f7a used request id req-e8bd59c1-22f1-4ab5-9841-669f70495dc4 2018-08-20 10:22:24,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:24,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bb639901-1afe-4604-baa0-7dcbe2db3e48 Date: Mon, 20 Aug 2018 10:22:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:22:24,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-bb639901-1afe-4604-baa0-7dcbe2db3e48 2018-08-20 10:22:24,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/2af36337-2369-4f3f-b62e-10801ed22227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:24,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-3f2234da-851a-4349-a09b-9ace473e3563 Date: Mon, 20 Aug 2018 10:22:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:14Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"2af36337-2369-4f3f-b62e-10801ed22227","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet"}} 2018-08-20 10:22:24,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/2af36337-2369-4f3f-b62e-10801ed22227 used request id req-3f2234da-851a-4349-a09b-9ace473e3563 2018-08-20 10:22:24,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d9d5f0148c5831cde46fe7f0fdb91e61921abfd" 2018-08-20 10:22:24,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-0c3ea887-ff4f-44de-8c6f-70f767cd0335 Date: Mon, 20 Aug 2018 10:22:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "created_at": "2018-08-20T10:22:19Z", "admin_state_up": true, "updated_at": "2018-08-20T10:22:23Z", "revision_number": 3, "routes": [], "project_id": "5f9b6a4d8ce347d288baeb88357c350f", "id": "4d6191d5-85ed-4941-810b-c2d4ec364f7a", "name": "CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router"}]} 2018-08-20 10:22:24,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router&admin_state_up=True used request id req-0c3ea887-ff4f-44de-8c6f-70f767cd0335 2018-08-20 10:22:24,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930395ca7c671052224f4f2c73ad282810c04bb4" 2018-08-20 10:22:24,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91026301-af75-4d1a-b60a-75fde17820b3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f9b6a4d8ce347d288baeb88357c350f", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}} 2018-08-20 10:22:24,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f used request id req-91026301-af75-4d1a-b60a-75fde17820b3 2018-08-20 10:22:24,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=4d6191d5-85ed-4941-810b-c2d4ec364f7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d9d5f0148c5831cde46fe7f0fdb91e61921abfd" 2018-08-20 10:22:25,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-326c84a0-5910-485c-afcc-3dff1da88cdf Date: Mon, 20 Aug 2018 10:22:24 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:22Z","admin_state_up":true,"updated_at":"2018-08-20T10:22:23Z","binding:vnic_type":"normal","device_id":"4d6191d5-85ed-4941-810b-c2d4ec364f7a","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:9a:4e","id":"49f7990a-8aae-4e4b-9f52-d7de8f6f0aa4","port_security_enabled":false,"project_id":"5f9b6a4d8ce347d288baeb88357c350f","fixed_ips":[{"subnet_id":"2af36337-2369-4f3f-b62e-10801ed22227","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:22:25,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=4d6191d5-85ed-4941-810b-c2d4ec364f7a used request id req-326c84a0-5910-485c-afcc-3dff1da88cdf 2018-08-20 10:22:25,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/2af36337-2369-4f3f-b62e-10801ed22227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d9d5f0148c5831cde46fe7f0fdb91e61921abfd" 2018-08-20 10:22:25,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-06812417-08a3-439e-96b7-88e4d2d6c28c Date: Mon, 20 Aug 2018 10:22:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"198a31a3-519d-4523-80d9-ab530538337a","tenant_id":"5f9b6a4d8ce347d288baeb88357c350f","created_at":"2018-08-20T10:22:14Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"5f9b6a4d8ce347d288baeb88357c350f","id":"2af36337-2369-4f3f-b62e-10801ed22227","subnetpool_id":null,"name":"CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet"}} 2018-08-20 10:22:25,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/2af36337-2369-4f3f-b62e-10801ed22227 used request id req-06812417-08a3-439e-96b7-88e4d2d6c28c 2018-08-20 10:22:25,224 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router and subnet CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet 2018-08-20 10:22:25,224 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router 2018-08-20 10:22:25,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/4d6191d5-85ed-4941-810b-c2d4ec364f7a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" -d '{"subnet_id": "2af36337-2369-4f3f-b62e-10801ed22227"}' 2018-08-20 10:22:26,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-69f44803-cdfb-4dd1-9a22-ccfcfb6218b5 Date: Mon, 20 Aug 2018 10:22:26 GMT RESP BODY: {"network_id": "198a31a3-519d-4523-80d9-ab530538337a", "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "subnet_id": "2af36337-2369-4f3f-b62e-10801ed22227", "subnet_ids": ["2af36337-2369-4f3f-b62e-10801ed22227"], "port_id": "49f7990a-8aae-4e4b-9f52-d7de8f6f0aa4", "id": "4d6191d5-85ed-4941-810b-c2d4ec364f7a"} 2018-08-20 10:22:26,558 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4d6191d5-85ed-4941-810b-c2d4ec364f7a/remove_router_interface used request id req-69f44803-cdfb-4dd1-9a22-ccfcfb6218b5 2018-08-20 10:22:26,558 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router 2018-08-20 10:22:26,558 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-router 2018-08-20 10:22:26,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/4d6191d5-85ed-4941-810b-c2d4ec364f7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}871ab853d1db7b4f0505ef0c202f0ab014a8c62f" 2018-08-20 10:22:27,955 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdcb98c8-a69b-4c38-94c9-688bb7b0cc92 Content-Length: 0 Date: Mon, 20 Aug 2018 10:22:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:27,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/4d6191d5-85ed-4941-810b-c2d4ec364f7a used request id req-cdcb98c8-a69b-4c38-94c9-688bb7b0cc92 2018-08-20 10:22:27,956 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet 2018-08-20 10:22:27,956 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-subnet 2018-08-20 10:22:27,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/2af36337-2369-4f3f-b62e-10801ed22227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" 2018-08-20 10:22:30,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e0ff14fc-2821-4de7-b004-f4523ad5b61a Date: Mon, 20 Aug 2018 10:22:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:30,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/2af36337-2369-4f3f-b62e-10801ed22227 used request id req-e0ff14fc-2821-4de7-b004-f4523ad5b61a 2018-08-20 10:22:30,059 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-fd7a25df-4e19-48fc-a145-5015f56ddac3-pub-net 2018-08-20 10:22:30,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/198a31a3-519d-4523-80d9-ab530538337a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7686b3c95263554ea723290073a5424f35f6af57" 2018-08-20 10:22:32,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2acde8dd-d245-452d-bd50-0781f7c0b24a Date: Mon, 20 Aug 2018 10:22:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:32,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/198a31a3-519d-4523-80d9-ab530538337a used request id req-2acde8dd-d245-452d-bd50-0781f7c0b24a 2018-08-20 10:22:32,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:32,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:32,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:32,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:32,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:32,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:32,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-a59fad8b-f094-4fe1-8f99-f382e242b78f Date: Mon, 20 Aug 2018 10:22:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "created_at": "2018-08-20T10:22:12Z", "updated_at": "2018-08-20T10:22:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:22:12Z", "revision_number": 0, "id": "0b3f5816-e1b6-42f7-8710-585b4963a84d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:22:12Z", "security_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f9b6a4d8ce347d288baeb88357c350f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:22:12Z", "revision_number": 0, "id": "57ddc3e0-7980-4372-a301-eff8e752f009", "remote_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "remote_ip_prefix": null, "created_at": "2018-08-20T10:22:12Z", "security_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f9b6a4d8ce347d288baeb88357c350f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:22:12Z", "revision_number": 0, "id": "a5a99c7b-165f-4ae5-a865-60de67b612be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:22:12Z", "security_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f9b6a4d8ce347d288baeb88357c350f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:22:12Z", "revision_number": 0, "id": "b66502ab-ca58-4a44-aa74-ceee74f3ec61", "remote_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "remote_ip_prefix": null, "created_at": "2018-08-20T10:22:12Z", "security_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f9b6a4d8ce347d288baeb88357c350f"}], "revision_number": 4, "project_id": "5f9b6a4d8ce347d288baeb88357c350f", "id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:22:32,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-a59fad8b-f094-4fe1-8f99-f382e242b78f 2018-08-20 10:22:32,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:32,389 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-800a1b12-5713-4713-9467-a392a9e8de5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:32,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-800a1b12-5713-4713-9467-a392a9e8de5e 2018-08-20 10:22:32,389 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:32,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:32,480 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-148a3e5d-0233-4a4f-9dba-047ab214d2f1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:32,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-148a3e5d-0233-4a4f-9dba-047ab214d2f1 2018-08-20 10:22:32,480 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:32,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:32,572 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6893f6c8-b5a3-4318-ad2d-3c0c42e40013 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:32,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-6893f6c8-b5a3-4318-ad2d-3c0c42e40013 2018-08-20 10:22:32,573 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:32,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:32,754 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d716c577-07bc-43c5-b3b2-17c1fd9449fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:32,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-d716c577-07bc-43c5-b3b2-17c1fd9449fa 2018-08-20 10:22:32,754 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:32,851 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b600c98-2723-4f89-8eda-94154af45f0d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:32,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-7b600c98-2723-4f89-8eda-94154af45f0d 2018-08-20 10:22:32,851 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:32,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:32,947 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29683eef-fcc1-4fb0-9e6b-6741ebc666c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:32,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-29683eef-fcc1-4fb0-9e6b-6741ebc666c8 2018-08-20 10:22:32,947 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:32,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:33,040 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76f2fe11-f4e4-48c2-afc8-a5b51cec0de6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:33,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-76f2fe11-f4e4-48c2-afc8-a5b51cec0de6 2018-08-20 10:22:33,040 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:33,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:33,154 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0efafcc-a0a5-4853-99d2-4a61d65c921f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:33,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-d0efafcc-a0a5-4853-99d2-4a61d65c921f 2018-08-20 10:22:33,154 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:33,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:33,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb6aad6-b343-4728-8e1b-375c4b6f25f1 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5f9b6a4d8ce347d288baeb88357c350f", "name": "CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj"}} 2018-08-20 10:22:33,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f used request id req-fdb6aad6-b343-4728-8e1b-375c4b6f25f1 2018-08-20 10:22:33,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b27ade8-fc49-41d0-806b-a95e93a7a0ec 2018-08-20 10:22:33,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=7b27ade8-fc49-41d0-806b-a95e93a7a0ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:33,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0a92617c-7994-4022-8ec3-ce917c8e1011 Date: Mon, 20 Aug 2018 10:22: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-08-20T10:22:12Z", "security_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "port_range_min": null, "revision_number": 0, "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "created_at": "2018-08-20T10:22:12Z", "project_id": "5f9b6a4d8ce347d288baeb88357c350f", "id": "0b3f5816-e1b6-42f7-8710-585b4963a84d"}, {"remote_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:22:12Z", "security_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "port_range_min": null, "revision_number": 0, "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "created_at": "2018-08-20T10:22:12Z", "project_id": "5f9b6a4d8ce347d288baeb88357c350f", "id": "57ddc3e0-7980-4372-a301-eff8e752f009"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:22:12Z", "security_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "port_range_min": null, "revision_number": 0, "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "created_at": "2018-08-20T10:22:12Z", "project_id": "5f9b6a4d8ce347d288baeb88357c350f", "id": "a5a99c7b-165f-4ae5-a865-60de67b612be"}, {"remote_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:22:12Z", "security_group_id": "7b27ade8-fc49-41d0-806b-a95e93a7a0ec", "port_range_min": null, "revision_number": 0, "tenant_id": "5f9b6a4d8ce347d288baeb88357c350f", "created_at": "2018-08-20T10:22:12Z", "project_id": "5f9b6a4d8ce347d288baeb88357c350f", "id": "b66502ab-ca58-4a44-aa74-ceee74f3ec61"}]} 2018-08-20 10:22:33,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=7b27ade8-fc49-41d0-806b-a95e93a7a0ec used request id req-0a92617c-7994-4022-8ec3-ce917c8e1011 2018-08-20 10:22:33,445 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:22:33,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/7b27ade8-fc49-41d0-806b-a95e93a7a0ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:33,860 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e47e600-fced-42e1-b7f8-14887ae930bc Content-Length: 0 Date: Mon, 20 Aug 2018 10:22:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:33,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/7b27ade8-fc49-41d0-806b-a95e93a7a0ec used request id req-9e47e600-fced-42e1-b7f8-14887ae930bc 2018-08-20 10:22:33,861 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj 2018-08-20 10:22:33,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:34,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35473be8-e145-4eb5-95bd-2ef46a62237b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:22:34,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/5f9b6a4d8ce347d288baeb88357c350f used request id req-35473be8-e145-4eb5-95bd-2ef46a62237b 2018-08-20 10:22:34,155 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-56df21ba-1cbb-4d8-proj-role 2018-08-20 10:22:34,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/c2c6386a4f37406c84a9ff5d2fcc8cef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:34,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:22:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0135d4ba-80ba-4045-b146-8e106d753934 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:22:34,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/c2c6386a4f37406c84a9ff5d2fcc8cef used request id req-0135d4ba-80ba-4045-b146-8e106d753934 2018-08-20 10:22:34,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8cf2af5da7ef4b4a23260ad0870bec63da294d" 2018-08-20 10:22:34,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a22441c-9c43-4de2-8835-32d25afce486 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:22:34,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0a22441c-9c43-4de2-8835-32d25afce486 2018-08-20 10:22:34,389 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-56df21ba-1cbb-4d8-user 2018-08-20 10:22:34,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/abd3e1ae17ff407b9d3e25a7a6b4431e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11f9e2bfe0dd577e606f03096af0f9c0b7a70256" 2018-08-20 10:22:34,839 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:22:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fe7dedd-a44f-4b98-9d82-aa22aaa6a494 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:22:34,839 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/abd3e1ae17ff407b9d3e25a7a6b4431e used request id req-1fe7dedd-a44f-4b98-9d82-aa22aaa6a494 2018-08-20 10:22:34,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:35,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["fmA5UplMTb-lYNT9rMrdaQ"], "issued_at": "2018-08-20T10:22:35.000000Z"}} 2018-08-20 10:22:35,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a37b4b2662c8fea4053f385e9f1ddf6883eacf04" 2018-08-20 10:22:35,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57319766-37e6-4e99-bf0a-0a604a22b725 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:35,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-57319766-37e6-4e99-bf0a-0a604a22b725 2018-08-20 10:22:35,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:35,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:35,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["58sUdGjmRiqAyP9R1DQ6HQ"], "issued_at": "2018-08-20T10:22:35.000000Z"}} 2018-08-20 10:22:35,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:35,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34589250-99aa-48a9-af4c-06374ad7517e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:35,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-34589250-99aa-48a9-af4c-06374ad7517e 2018-08-20 10:22:35,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:35,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:35,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:35,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03aea8e8-5dac-489b-87dd-eaf9c20ddcde Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:22:35,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj used request id req-03aea8e8-5dac-489b-87dd-eaf9c20ddcde 2018-08-20 10:22:35,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:36,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a3238f-c355-4a55-987a-ff3a667249df Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:22:36,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-64a3238f-c355-4a55-987a-ff3a667249df 2018-08-20 10:22:36,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}}' 2018-08-20 10:22:36,180 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe4aecdf-2902-4de8-b57e-9f96cc84d875 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "id": "870f63d38ffc47f89f3515c96221c9ee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}} 2018-08-20 10:22:36,180 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-fe4aecdf-2902-4de8-b57e-9f96cc84d875 2018-08-20 10:22:36,180 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj 2018-08-20 10:22:36,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:36,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:36,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["K8YB6e5mRtu9OSgbGHtm9g"], "issued_at": "2018-08-20T10:22:36.000000Z"}} 2018-08-20 10:22:36,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3b2b3658b00685cf512d0f808e7ba759d86e7a" 2018-08-20 10:22:36,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c9fc1d-bb85-487e-a1b1-edbf906bfc94 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:36,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-98c9fc1d-bb85-487e-a1b1-edbf906bfc94 2018-08-20 10:22:36,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:36,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:36,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3b2b3658b00685cf512d0f808e7ba759d86e7a" 2018-08-20 10:22:36,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1f1e2e-1f72-43ab-ba5c-5c6a63ed08c7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:22:36,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-cd1f1e2e-1f72-43ab-ba5c-5c6a63ed08c7 2018-08-20 10:22:36,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3b2b3658b00685cf512d0f808e7ba759d86e7a" 2018-08-20 10:22:36,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66673eda-269f-4628-8c58-3dc53afe772e Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "id": "870f63d38ffc47f89f3515c96221c9ee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}]} 2018-08-20 10:22:36,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj used request id req-66673eda-269f-4628-8c58-3dc53afe772e 2018-08-20 10:22:36,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3b2b3658b00685cf512d0f808e7ba759d86e7a" 2018-08-20 10:22:36,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bebeb4e-640e-43bc-80c3-478016676b7a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:22:36,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-8bebeb4e-640e-43bc-80c3-478016676b7a 2018-08-20 10:22:37,304 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cd5b9202-4a9c-47a-user 2018-08-20 10:22:37,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:37,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:37,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79713f4d-48ca-4344-8f9f-68623976ce5f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:22:37,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-79713f4d-48ca-4344-8f9f-68623976ce5f 2018-08-20 10:22:37,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" -d '{"role": {"name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj-role"}}' 2018-08-20 10:22:37,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:22:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71bc4e35-360f-4770-8f45-16beec714cac Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0e3b8ad6b34c4315b96c35692e898353", "links": {"self": "http://172.30.9.36:5000/v3/roles/0e3b8ad6b34c4315b96c35692e898353"}, "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj-role"}} 2018-08-20 10:22:37,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-71bc4e35-360f-4770-8f45-16beec714cac 2018-08-20 10:22:37,557 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj-role 2018-08-20 10:22:37,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/0e3b8ad6b34c4315b96c35692e898353 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:37,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13f26cdc-2c5e-4b1c-865d-6613d2066e91 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0e3b8ad6b34c4315b96c35692e898353", "links": {"self": "http://172.30.9.36:5000/v3/roles/0e3b8ad6b34c4315b96c35692e898353"}, "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj-role"}} 2018-08-20 10:22:37,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/0e3b8ad6b34c4315b96c35692e898353 used request id req-13f26cdc-2c5e-4b1c-865d-6613d2066e91 2018-08-20 10:22:37,646 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj-role to project CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj 2018-08-20 10:22:37,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee/users/377a274bb79d41e8aef01a79a9ed6a06/roles/0e3b8ad6b34c4315b96c35692e898353 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:37,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:22:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0831f035-200f-400f-aa94-f25fe50a8f6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:22:37,781 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee/users/377a274bb79d41e8aef01a79a9ed6a06/roles/0e3b8ad6b34c4315b96c35692e898353 used request id req-0831f035-200f-400f-aa94-f25fe50a8f6e 2018-08-20 10:22:37,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:37,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:37,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:37,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:37,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:37,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:37,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:38,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["65g7DGcsR7CznCHKZDerFw"], "issued_at": "2018-08-20T10:22:38.000000Z"}} 2018-08-20 10:22:38,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" 2018-08-20 10:22:38,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d6aca39-87d5-4e09-a3c5-db19898a2162 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:38,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3d6aca39-87d5-4e09-a3c5-db19898a2162 2018-08-20 10:22:38,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:38,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:38,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:38,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:38,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:38,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" 2018-08-20 10:22:38,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c2ded7f7-f684-4a34-b2e7-28d8038e176f Date: Mon, 20 Aug 2018 10:22:38 GMT RESP BODY: {"networks":[]} 2018-08-20 10:22:38,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net used request id req-c2ded7f7-f684-4a34-b2e7-28d8038e176f 2018-08-20 10:22:38,408 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net 2018-08-20 10:22:38,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:38,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:38,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["l6P-QvJySOus9hFfsLVuuA"], "issued_at": "2018-08-20T10:22:38.000000Z"}} 2018-08-20 10:22:38,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}745c139361de1f2e45b078a46326d9302df9aae9" 2018-08-20 10:22:38,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-555b8108-a11d-41ff-b235-cba1a427c961 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:38,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-555b8108-a11d-41ff-b235-cba1a427c961 2018-08-20 10:22:38,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:38,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:38,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}745c139361de1f2e45b078a46326d9302df9aae9" 2018-08-20 10:22:39,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a04a3b7b-ab21-4ea3-9994-b5721ae8a2ee Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "id": "870f63d38ffc47f89f3515c96221c9ee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}]} 2018-08-20 10:22:39,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj used request id req-a04a3b7b-ab21-4ea3-9994-b5721ae8a2ee 2018-08-20 10:22:39,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" -d '{"network": {"tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "mtu": 999, "name": "CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net", "admin_state_up": true}}' 2018-08-20 10:22:39,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-2592d5b7-61d5-4984-a468-657424909c01 Date: Mon, 20 Aug 2018 10:22:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"870f63d38ffc47f89f3515c96221c9ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:22:39Z","is_default":false,"provider:segmentation_id":39,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net","admin_state_up":true,"tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:39Z","mtu":999}} 2018-08-20 10:22:39,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-2592d5b7-61d5-4984-a468-657424909c01 2018-08-20 10:22:39,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=cd237c0b-4779-424d-bfb8-0e5d51979d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" 2018-08-20 10:22:40,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e438c139-073a-4675-b25c-eb4a07977223 Date: Mon, 20 Aug 2018 10:22:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":999,"id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"870f63d38ffc47f89f3515c96221c9ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:22:39Z","provider:segmentation_id":39,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net","admin_state_up":true,"tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:39Z","provider:network_type":"vxlan"}]} 2018-08-20 10:22:40,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=cd237c0b-4779-424d-bfb8-0e5d51979d80 used request id req-e438c139-073a-4675-b25c-eb4a07977223 2018-08-20 10:22:40,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" 2018-08-20 10:22:40,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b6de121e-8205-4e95-b80b-63bffd9a55d9 Date: Mon, 20 Aug 2018 10:22:40 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:22:40,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80 used request id req-b6de121e-8205-4e95-b80b-63bffd9a55d9 2018-08-20 10:22:40,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:40,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:40,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["bQaOMTDVRcy6z5bVgZsYWQ"], "issued_at": "2018-08-20T10:22:40.000000Z"}} 2018-08-20 10:22:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564eaf6c7243819a469f08e5f433d589d98df563" 2018-08-20 10:22:40,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a6f2047-e4d8-4681-a569-b9c5b91e9c86 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:40,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6a6f2047-e4d8-4681-a569-b9c5b91e9c86 2018-08-20 10:22:40,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:40,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:40,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564eaf6c7243819a469f08e5f433d589d98df563" 2018-08-20 10:22:40,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56cf5fa3-ab7d-44e9-83cc-62524be92f81 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "id": "870f63d38ffc47f89f3515c96221c9ee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}]} 2018-08-20 10:22:40,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj used request id req-56cf5fa3-ab7d-44e9-83cc-62524be92f81 2018-08-20 10:22:40,949 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet 2018-08-20 10:22:40,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" -d '{"subnets": [{"ip_version": 4, "network_id": "cd237c0b-4779-424d-bfb8-0e5d51979d80", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet", "tenant_id": "870f63d38ffc47f89f3515c96221c9ee"}]}' 2018-08-20 10:22:41,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-90636bb0-a242-41b4-8b7d-bee016a027c0 Date: Mon, 20 Aug 2018 10:22:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22: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":"870f63d38ffc47f89f3515c96221c9ee","id":"e7773c70-8c36-4fd5-82d5-7da200435c50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet"}]} 2018-08-20 10:22:41,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-90636bb0-a242-41b4-8b7d-bee016a027c0 2018-08-20 10:22:41,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=cd237c0b-4779-424d-bfb8-0e5d51979d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" 2018-08-20 10:22:41,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cc74e6b5-7291-4b49-bbcd-63fc6cb67993 Date: Mon, 20 Aug 2018 10:22:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"870f63d38ffc47f89f3515c96221c9ee","status":"ACTIVE","subnets":["e7773c70-8c36-4fd5-82d5-7da200435c50"],"description":"","tags":[],"updated_at":"2018-08-20T10:22:41Z","provider:segmentation_id":39,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net","admin_state_up":true,"tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:39Z","provider:network_type":"vxlan"}]} 2018-08-20 10:22:41,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=cd237c0b-4779-424d-bfb8-0e5d51979d80 used request id req-cc74e6b5-7291-4b49-bbcd-63fc6cb67993 2018-08-20 10:22:41,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" 2018-08-20 10:22:42,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0e1b0e0d-94f9-4296-9b4b-9698014384fc Date: Mon, 20 Aug 2018 10:22:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22: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":"870f63d38ffc47f89f3515c96221c9ee","id":"e7773c70-8c36-4fd5-82d5-7da200435c50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet"}]} 2018-08-20 10:22:42,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80 used request id req-0e1b0e0d-94f9-4296-9b4b-9698014384fc 2018-08-20 10:22:42,349 - OpenStackNetwork - DEBUG - Network [cd237c0b-4779-424d-bfb8-0e5d51979d80] created successfully 2018-08-20 10:22:42,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:42,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0e3b8ad6b34c4315b96c35692e898353", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj-role"}], "expires_at": "2018-08-20T11:22:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "870f63d38ffc47f89f3515c96221c9ee", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/870f63d38ffc47f89f3515c96221c9ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/870f63d38ffc47f89f3515c96221c9ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/870f63d38ffc47f89f3515c96221c9ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/870f63d38ffc47f89f3515c96221c9ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/870f63d38ffc47f89f3515c96221c9ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/870f63d38ffc47f89f3515c96221c9ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_870f63d38ffc47f89f3515c96221c9ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_870f63d38ffc47f89f3515c96221c9ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/870f63d38ffc47f89f3515c96221c9ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/870f63d38ffc47f89f3515c96221c9ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/870f63d38ffc47f89f3515c96221c9ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/870f63d38ffc47f89f3515c96221c9ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/870f63d38ffc47f89f3515c96221c9ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/870f63d38ffc47f89f3515c96221c9ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-user", "id": "377a274bb79d41e8aef01a79a9ed6a06"}, "audit_ids": ["5ABHrpnjSeuoZMrf-ZREPw"], "issued_at": "2018-08-20T10:22:42.000000Z"}} 2018-08-20 10:22:42,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e25c8943a9419da5d0cf598e2279b07a60dd83d" 2018-08-20 10:22:43,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-48d5e2d1-80c7-46ea-9250-6ef1d7f2512e Date: Mon, 20 Aug 2018 10:22:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7773c70-8c36-4fd5-82d5-7da200435c50"],"updated_at":"2018-08-20T10:22:41Z","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:39Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"870f63d38ffc47f89f3515c96221c9ee","id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net"}]} 2018-08-20 10:22:43,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net used request id req-48d5e2d1-80c7-46ea-9250-6ef1d7f2512e 2018-08-20 10:22:43,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:43,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:43,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a37b4b2662c8fea4053f385e9f1ddf6883eacf04" 2018-08-20 10:22:43,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51ba75f-bfd7-4b59-8e7e-65b4d4b66149 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "870f63d38ffc47f89f3515c96221c9ee", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}} 2018-08-20 10:22:43,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee used request id req-e51ba75f-bfd7-4b59-8e7e-65b4d4b66149 2018-08-20 10:22:43,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e25c8943a9419da5d0cf598e2279b07a60dd83d" 2018-08-20 10:22:43,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e036aeb3-edfa-40eb-bb5e-7169e229f816 Date: Mon, 20 Aug 2018 10:22:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22: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":"870f63d38ffc47f89f3515c96221c9ee","id":"e7773c70-8c36-4fd5-82d5-7da200435c50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet"}]} 2018-08-20 10:22:43,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80 used request id req-e036aeb3-edfa-40eb-bb5e-7169e229f816 2018-08-20 10:22:43,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:43,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:44,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["PDMVN_B6TXCrjvXf_4v9Zg"], "issued_at": "2018-08-20T10:22:44.000000Z"}} 2018-08-20 10:22:44,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:44,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dea09eef-4efe-4a54-aeda-29829dd2767a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:44,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-dea09eef-4efe-4a54-aeda-29829dd2767a 2018-08-20 10:22:44,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:44,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:44,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:44,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:44,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:44,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:44,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-96b4fde4-7cd6-4dda-b8f2-e8cbd1d8b7f1 Date: Mon, 20 Aug 2018 10:22:44 GMT RESP BODY: {"routers": []} 2018-08-20 10:22:44,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router&admin_state_up=True used request id req-96b4fde4-7cd6-4dda-b8f2-e8cbd1d8b7f1 2018-08-20 10:22:44,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:22:44,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:22:44,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:22:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["VG2Y0GCmTuiJZd2yZsNMFQ"], "issued_at": "2018-08-20T10:22:44.000000Z"}} 2018-08-20 10:22:44,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c0a911ec35b4586e938830b86129164baaeade6" 2018-08-20 10:22:44,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2fd466c-cbaf-47c6-bfbe-f809ca59d63d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:22:44,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a2fd466c-cbaf-47c6-bfbe-f809ca59d63d 2018-08-20 10:22:44,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:44,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:44,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c0a911ec35b4586e938830b86129164baaeade6" 2018-08-20 10:22:45,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208875a9-3a6a-466b-99bc-cf7855751896 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "id": "870f63d38ffc47f89f3515c96221c9ee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}]} 2018-08-20 10:22:45,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj used request id req-208875a9-3a6a-466b-99bc-cf7855751896 2018-08-20 10:22:45,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:45,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-774437bf-8fbc-4803-ba37-60569c2d3725 Date: Mon, 20 Aug 2018 10:22:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:22:45,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-774437bf-8fbc-4803-ba37-60569c2d3725 2018-08-20 10:22:45,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:45,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-994a5047-5a28-49e9-8596-2b96d2617234 Date: Mon, 20 Aug 2018 10:22:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 10:22:45,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-994a5047-5a28-49e9-8596-2b96d2617234 2018-08-20 10:22:45,528 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router 2018-08-20 10:22:45,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "name": "CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router", "admin_state_up": true}}' 2018-08-20 10:22:47,038 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-5043df5e-4234-4c5e-8df3-041cb41ddff2 Date: Mon, 20 Aug 2018 10:22:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "created_at": "2018-08-20T10:22:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:22:46Z", "revision_number": 2, "routes": [], "project_id": "870f63d38ffc47f89f3515c96221c9ee", "id": "e064043c-164b-4d76-8e84-7152fe89d5a7", "name": "CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router"}} 2018-08-20 10:22:47,038 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-5043df5e-4234-4c5e-8df3-041cb41ddff2 2018-08-20 10:22:47,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=e064043c-164b-4d76-8e84-7152fe89d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:47,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f9c71560-48dd-494f-95bd-a7b5ed3eb7e4 Date: Mon, 20 Aug 2018 10:22:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:22:46Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.200"}],"id":"6e230041-408f-44b7-9309-e9c1c981fa2f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:8b:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e064043c-164b-4d76-8e84-7152fe89d5a7","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:22:46Z","binding:vnic_type":"normal"}]} 2018-08-20 10:22:47,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=e064043c-164b-4d76-8e84-7152fe89d5a7 used request id req-f9c71560-48dd-494f-95bd-a7b5ed3eb7e4 2018-08-20 10:22:47,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:47,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5f3415f1-7bce-4869-ba00-cbe898d62389 Date: Mon, 20 Aug 2018 10:22:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:22:47,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-5f3415f1-7bce-4869-ba00-cbe898d62389 2018-08-20 10:22:47,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:47,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ec106ca9-fa12-4e50-a3b3-541cee9610bb Date: Mon, 20 Aug 2018 10:22:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"870f63d38ffc47f89f3515c96221c9ee","status":"ACTIVE","subnets":["e7773c70-8c36-4fd5-82d5-7da200435c50"],"description":"","tags":[],"updated_at":"2018-08-20T10:22:41Z","provider:segmentation_id":39,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net","admin_state_up":true,"tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:39Z","provider:network_type":"vxlan"}]} 2018-08-20 10:22:47,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net used request id req-ec106ca9-fa12-4e50-a3b3-541cee9610bb 2018-08-20 10:22:47,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:22:47,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:22:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:22:47,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:47,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-632a0fde-6ebc-409a-b462-ca04d688a22f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "870f63d38ffc47f89f3515c96221c9ee", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}} 2018-08-20 10:22:47,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee used request id req-632a0fde-6ebc-409a-b462-ca04d688a22f 2018-08-20 10:22:47,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:47,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0b5fcc13-ad79-49aa-971a-666c05761d2f Date: Mon, 20 Aug 2018 10:22:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22: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":"870f63d38ffc47f89f3515c96221c9ee","id":"e7773c70-8c36-4fd5-82d5-7da200435c50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet"}]} 2018-08-20 10:22:47,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80 used request id req-0b5fcc13-ad79-49aa-971a-666c05761d2f 2018-08-20 10:22:47,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80&name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:47,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0122240c-d2c2-4b9b-93e3-3a5d46f65ba9 Date: Mon, 20 Aug 2018 10:22:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22: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":"870f63d38ffc47f89f3515c96221c9ee","id":"e7773c70-8c36-4fd5-82d5-7da200435c50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet"}]} 2018-08-20 10:22:47,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=cd237c0b-4779-424d-bfb8-0e5d51979d80&name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet used request id req-0122240c-d2c2-4b9b-93e3-3a5d46f65ba9 2018-08-20 10:22:47,978 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-20 10:22:47,978 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router 2018-08-20 10:22:47,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/e064043c-164b-4d76-8e84-7152fe89d5a7/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" -d '{"subnet_id": "e7773c70-8c36-4fd5-82d5-7da200435c50"}' 2018-08-20 10:22:49,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c4ea07a2-464b-45d8-9168-36fd36ee42a4 Date: Mon, 20 Aug 2018 10:22:49 GMT RESP BODY: {"network_id": "cd237c0b-4779-424d-bfb8-0e5d51979d80", "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "subnet_id": "e7773c70-8c36-4fd5-82d5-7da200435c50", "subnet_ids": ["e7773c70-8c36-4fd5-82d5-7da200435c50"], "port_id": "15e45733-afc0-434b-b4bc-f269cebd7a93", "id": "e064043c-164b-4d76-8e84-7152fe89d5a7"} 2018-08-20 10:22:49,836 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/e064043c-164b-4d76-8e84-7152fe89d5a7/add_router_interface used request id req-c4ea07a2-464b-45d8-9168-36fd36ee42a4 2018-08-20 10:22:49,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/e064043c-164b-4d76-8e84-7152fe89d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:49,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-d889f55c-d53e-4593-98df-98fc6ad5125c Date: Mon, 20 Aug 2018 10:22:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "created_at": "2018-08-20T10:22:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:22:49Z", "revision_number": 3, "routes": [], "project_id": "870f63d38ffc47f89f3515c96221c9ee", "id": "e064043c-164b-4d76-8e84-7152fe89d5a7", "name": "CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router"}} 2018-08-20 10:22:49,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/e064043c-164b-4d76-8e84-7152fe89d5a7 used request id req-d889f55c-d53e-4593-98df-98fc6ad5125c 2018-08-20 10:22:49,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=e064043c-164b-4d76-8e84-7152fe89d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:50,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1554 X-Openstack-Request-Id: req-91613852-8aa6-4ff2-93ab-7d1249f21d25 Date: Mon, 20 Aug 2018 10:22:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:22:49Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7773c70-8c36-4fd5-82d5-7da200435c50","ip_address":"10.55.1.1"}],"id":"15e45733-afc0-434b-b4bc-f269cebd7a93","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:34:fa","project_id":"870f63d38ffc47f89f3515c96221c9ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e064043c-164b-4d76-8e84-7152fe89d5a7","name":"","admin_state_up":true,"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:22:46Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.200"}],"id":"6e230041-408f-44b7-9309-e9c1c981fa2f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:8b:7e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e064043c-164b-4d76-8e84-7152fe89d5a7","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:22:46Z","binding:vnic_type":"normal"}]} 2018-08-20 10:22:50,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=e064043c-164b-4d76-8e84-7152fe89d5a7 used request id req-91613852-8aa6-4ff2-93ab-7d1249f21d25 2018-08-20 10:22:50,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:50,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-526f4804-37ad-4c07-9dd6-e0da987c7f37 Date: Mon, 20 Aug 2018 10:22:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:22:50,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-526f4804-37ad-4c07-9dd6-e0da987c7f37 2018-08-20 10:22:50,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/e7773c70-8c36-4fd5-82d5-7da200435c50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:50,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-c19af64b-9787-46e3-8f9b-b93c19581a62 Date: Mon, 20 Aug 2018 10:22:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22: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":"870f63d38ffc47f89f3515c96221c9ee","id":"e7773c70-8c36-4fd5-82d5-7da200435c50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet"}} 2018-08-20 10:22:50,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/e7773c70-8c36-4fd5-82d5-7da200435c50 used request id req-c19af64b-9787-46e3-8f9b-b93c19581a62 2018-08-20 10:22:50,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e25c8943a9419da5d0cf598e2279b07a60dd83d" 2018-08-20 10:22:50,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-19a90359-84bd-454e-b309-7a2741e28686 Date: Mon, 20 Aug 2018 10:22:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "created_at": "2018-08-20T10:22:45Z", "admin_state_up": true, "updated_at": "2018-08-20T10:22:49Z", "revision_number": 3, "routes": [], "project_id": "870f63d38ffc47f89f3515c96221c9ee", "id": "e064043c-164b-4d76-8e84-7152fe89d5a7", "name": "CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router"}]} 2018-08-20 10:22:50,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router&admin_state_up=True used request id req-19a90359-84bd-454e-b309-7a2741e28686 2018-08-20 10:22:50,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a37b4b2662c8fea4053f385e9f1ddf6883eacf04" 2018-08-20 10:22:50,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9d8f55-4bb0-4ae2-a170-5fb63731930c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "870f63d38ffc47f89f3515c96221c9ee", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}} 2018-08-20 10:22:50,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee used request id req-2d9d8f55-4bb0-4ae2-a170-5fb63731930c 2018-08-20 10:22:50,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=e064043c-164b-4d76-8e84-7152fe89d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e25c8943a9419da5d0cf598e2279b07a60dd83d" 2018-08-20 10:22:50,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-2de2b220-9b94-49a8-bd7d-6a62a29756af Date: Mon, 20 Aug 2018 10:22:50 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:48Z","admin_state_up":true,"updated_at":"2018-08-20T10:22:49Z","binding:vnic_type":"normal","device_id":"e064043c-164b-4d76-8e84-7152fe89d5a7","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:b3:34:fa","id":"15e45733-afc0-434b-b4bc-f269cebd7a93","port_security_enabled":false,"project_id":"870f63d38ffc47f89f3515c96221c9ee","fixed_ips":[{"subnet_id":"e7773c70-8c36-4fd5-82d5-7da200435c50","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:22:50,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=e064043c-164b-4d76-8e84-7152fe89d5a7 used request id req-2de2b220-9b94-49a8-bd7d-6a62a29756af 2018-08-20 10:22:50,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/e7773c70-8c36-4fd5-82d5-7da200435c50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e25c8943a9419da5d0cf598e2279b07a60dd83d" 2018-08-20 10:22:50,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-c79b2f8c-1577-4055-82ca-bca704da3582 Date: Mon, 20 Aug 2018 10:22:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd237c0b-4779-424d-bfb8-0e5d51979d80","tenant_id":"870f63d38ffc47f89f3515c96221c9ee","created_at":"2018-08-20T10:22:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:22: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":"870f63d38ffc47f89f3515c96221c9ee","id":"e7773c70-8c36-4fd5-82d5-7da200435c50","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet"}} 2018-08-20 10:22:50,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/e7773c70-8c36-4fd5-82d5-7da200435c50 used request id req-c79b2f8c-1577-4055-82ca-bca704da3582 2018-08-20 10:22:50,964 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router and subnet CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet 2018-08-20 10:22:50,965 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router 2018-08-20 10:22:50,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/e064043c-164b-4d76-8e84-7152fe89d5a7/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" -d '{"subnet_id": "e7773c70-8c36-4fd5-82d5-7da200435c50"}' 2018-08-20 10:22:52,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2b2e565c-518b-4e6a-8528-3ff0ef335514 Date: Mon, 20 Aug 2018 10:22:52 GMT RESP BODY: {"network_id": "cd237c0b-4779-424d-bfb8-0e5d51979d80", "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "subnet_id": "e7773c70-8c36-4fd5-82d5-7da200435c50", "subnet_ids": ["e7773c70-8c36-4fd5-82d5-7da200435c50"], "port_id": "15e45733-afc0-434b-b4bc-f269cebd7a93", "id": "e064043c-164b-4d76-8e84-7152fe89d5a7"} 2018-08-20 10:22:52,624 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/e064043c-164b-4d76-8e84-7152fe89d5a7/remove_router_interface used request id req-2b2e565c-518b-4e6a-8528-3ff0ef335514 2018-08-20 10:22:52,624 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router 2018-08-20 10:22:52,624 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-router 2018-08-20 10:22:52,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/e064043c-164b-4d76-8e84-7152fe89d5a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e92b65a2398ec6bfd4b698311c414444c5d8b78" 2018-08-20 10:22:54,058 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-11740dfb-2ea2-45cc-9c66-a8e445e6dba2 Content-Length: 0 Date: Mon, 20 Aug 2018 10:22:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:54,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/e064043c-164b-4d76-8e84-7152fe89d5a7 used request id req-11740dfb-2ea2-45cc-9c66-a8e445e6dba2 2018-08-20 10:22:54,059 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet 2018-08-20 10:22:54,059 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-subnet 2018-08-20 10:22:54,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/e7773c70-8c36-4fd5-82d5-7da200435c50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" 2018-08-20 10:22:56,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c179ad45-cd2f-4e60-bf83-7f206f431fcf Date: Mon, 20 Aug 2018 10:22:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:56,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/e7773c70-8c36-4fd5-82d5-7da200435c50 used request id req-c179ad45-cd2f-4e60-bf83-7f206f431fcf 2018-08-20 10:22:56,559 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-6c87b4b2-8917-4743-a6a0-1dd5a65e5cc4-pub-net 2018-08-20 10:22:56,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/cd237c0b-4779-424d-bfb8-0e5d51979d80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0a3d1749000b6f4a24c4f48c53b8f724896383" 2018-08-20 10:22:58,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7c862fb6-5300-4a15-b10e-3fcb0a740a37 Date: Mon, 20 Aug 2018 10:22:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:22:58,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/cd237c0b-4779-424d-bfb8-0e5d51979d80 used request id req-7c862fb6-5300-4a15-b10e-3fcb0a740a37 2018-08-20 10:22:58,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:22:58,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:22:58,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:22:58,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:22:58,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:22:58,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:58,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-1209794d-5f40-4a66-902b-24e739a3d818 Date: Mon, 20 Aug 2018 10:22:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "created_at": "2018-08-20T10:22:39Z", "updated_at": "2018-08-20T10:22:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:22:39Z", "revision_number": 0, "id": "292a0c90-8285-402e-a6be-afad395c4b52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:22:39Z", "security_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "870f63d38ffc47f89f3515c96221c9ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:22:39Z", "revision_number": 0, "id": "a0613d02-41c8-4e0d-8fa4-7fdbf99f35a9", "remote_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "remote_ip_prefix": null, "created_at": "2018-08-20T10:22:39Z", "security_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "870f63d38ffc47f89f3515c96221c9ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:22:39Z", "revision_number": 0, "id": "b65b0d6a-ce57-4f3e-9fe7-6e519af21024", "remote_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "remote_ip_prefix": null, "created_at": "2018-08-20T10:22:39Z", "security_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "870f63d38ffc47f89f3515c96221c9ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:22:39Z", "revision_number": 0, "id": "b7f7c4fd-0282-4cac-a6b7-908db15f95a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:22:39Z", "security_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "870f63d38ffc47f89f3515c96221c9ee"}], "revision_number": 4, "project_id": "870f63d38ffc47f89f3515c96221c9ee", "id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:22:58,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-1209794d-5f40-4a66-902b-24e739a3d818 2018-08-20 10:22:58,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:58,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84f263f2-8d48-4b2d-bd61-e6edb25bc988 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:58,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-84f263f2-8d48-4b2d-bd61-e6edb25bc988 2018-08-20 10:22:58,900 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:58,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:58,998 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d60eb58-fdbf-49c6-a7c9-65f6cbe51639 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:58,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-9d60eb58-fdbf-49c6-a7c9-65f6cbe51639 2018-08-20 10:22:58,998 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,095 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ba99a34-0290-43d9-bb5f-7216821cd0ec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-8ba99a34-0290-43d9-bb5f-7216821cd0ec 2018-08-20 10:22:59,096 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,188 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-beb75447-b33b-4351-b242-ed31c319b0e1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-beb75447-b33b-4351-b242-ed31c319b0e1 2018-08-20 10:22:59,189 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,282 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-080ef136-08b8-4510-b16b-fafcc493b760 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-080ef136-08b8-4510-b16b-fafcc493b760 2018-08-20 10:22:59,282 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,374 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49dd67fc-8250-4203-88a2-859dba30d0ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-49dd67fc-8250-4203-88a2-859dba30d0ca 2018-08-20 10:22:59,374 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,475 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0da183a3-07ff-4a61-8959-c0330359a7d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-0da183a3-07ff-4a61-8959-c0330359a7d9 2018-08-20 10:22:59,475 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,573 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e355a669-aa35-49a9-9ee9-f1ec0d0c9773 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-e355a669-aa35-49a9-9ee9-f1ec0d0c9773 2018-08-20 10:22:59,573 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,679 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e9cd054-43b8-4645-9aa9-3105ac246bb6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-0e9cd054-43b8-4645-9aa9-3105ac246bb6 2018-08-20 10:22:59,679 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d208d87-6666-4c16-bd6b-1f274965ae72 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:22:59,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-1d208d87-6666-4c16-bd6b-1f274965ae72 2018-08-20 10:22:59,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,871 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65a940d9-c071-4ead-b5a6-93f7a0801d1b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-65a940d9-c071-4ead-b5a6-93f7a0801d1b 2018-08-20 10:22:59,871 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:22:59,966 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-538be711-ed30-44d0-ba0c-cec684aeecd1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:22:59,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-538be711-ed30-44d0-ba0c-cec684aeecd1 2018-08-20 10:22:59,966 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:22:59,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:00,059 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8684fc75-6f22-4c35-be8b-4db34a1d4b0f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:00,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-8684fc75-6f22-4c35-be8b-4db34a1d4b0f 2018-08-20 10:23:00,059 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:00,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:00,157 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80c142eb-32d7-4468-b622-78220863cdd5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:00,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-80c142eb-32d7-4468-b622-78220863cdd5 2018-08-20 10:23:00,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:00,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:00,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42385614-73bc-4de0-bc91-5e33c327a1f0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:23:00,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-42385614-73bc-4de0-bc91-5e33c327a1f0 2018-08-20 10:23:00,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:00,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a73500b1-fab7-4c00-b077-9a6b5a839bd0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:00,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-a73500b1-fab7-4c00-b077-9a6b5a839bd0 2018-08-20 10:23:00,351 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:00,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:00,444 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-560c19be-bbe9-4f67-9801-2a7e08c587f2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:00,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-560c19be-bbe9-4f67-9801-2a7e08c587f2 2018-08-20 10:23:00,445 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:00,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:00,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8806d6b-e1cc-4968-a230-39269d0dd9d3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "870f63d38ffc47f89f3515c96221c9ee", "name": "CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj"}} 2018-08-20 10:23:00,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee used request id req-c8806d6b-e1cc-4968-a230-39269d0dd9d3 2018-08-20 10:23:00,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffd72873-d74e-4bcc-bab0-1fee8d59212e 2018-08-20 10:23:00,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=ffd72873-d74e-4bcc-bab0-1fee8d59212e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:00,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f8e6b55e-a865-412a-b713-c12090f1bd73 Date: Mon, 20 Aug 2018 10:23:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:22:39Z", "security_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "port_range_min": null, "revision_number": 0, "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "created_at": "2018-08-20T10:22:39Z", "project_id": "870f63d38ffc47f89f3515c96221c9ee", "id": "292a0c90-8285-402e-a6be-afad395c4b52"}, {"remote_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:22:39Z", "security_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "port_range_min": null, "revision_number": 0, "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "created_at": "2018-08-20T10:22:39Z", "project_id": "870f63d38ffc47f89f3515c96221c9ee", "id": "a0613d02-41c8-4e0d-8fa4-7fdbf99f35a9"}, {"remote_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:22:39Z", "security_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "port_range_min": null, "revision_number": 0, "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "created_at": "2018-08-20T10:22:39Z", "project_id": "870f63d38ffc47f89f3515c96221c9ee", "id": "b65b0d6a-ce57-4f3e-9fe7-6e519af21024"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:22:39Z", "security_group_id": "ffd72873-d74e-4bcc-bab0-1fee8d59212e", "port_range_min": null, "revision_number": 0, "tenant_id": "870f63d38ffc47f89f3515c96221c9ee", "created_at": "2018-08-20T10:22:39Z", "project_id": "870f63d38ffc47f89f3515c96221c9ee", "id": "b7f7c4fd-0282-4cac-a6b7-908db15f95a1"}]} 2018-08-20 10:23:00,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=ffd72873-d74e-4bcc-bab0-1fee8d59212e used request id req-f8e6b55e-a865-412a-b713-c12090f1bd73 2018-08-20 10:23:00,766 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:23:00,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/ffd72873-d74e-4bcc-bab0-1fee8d59212e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:01,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29dad5a3-67d2-4968-810a-60e1c0c25bb2 Content-Length: 0 Date: Mon, 20 Aug 2018 10:23:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:01,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/ffd72873-d74e-4bcc-bab0-1fee8d59212e used request id req-29dad5a3-67d2-4968-810a-60e1c0c25bb2 2018-08-20 10:23:01,123 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj 2018-08-20 10:23:01,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:01,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1682fb07-8e29-4b85-a8ec-989e9008f4a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:01,454 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/870f63d38ffc47f89f3515c96221c9ee used request id req-1682fb07-8e29-4b85-a8ec-989e9008f4a4 2018-08-20 10:23:01,454 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cd5b9202-4a9c-47a-proj-role 2018-08-20 10:23:01,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/0e3b8ad6b34c4315b96c35692e898353 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:01,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d23cd61a-c1f5-4495-b139-e08b588191a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:01,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/0e3b8ad6b34c4315b96c35692e898353 used request id req-d23cd61a-c1f5-4495-b139-e08b588191a8 2018-08-20 10:23:01,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1173308c56cd0771e3397c51fa28957bdd487c9" 2018-08-20 10:23:01,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1146feff-fa0d-41ba-b724-861ccf776661 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:23:01,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1146feff-fa0d-41ba-b724-861ccf776661 2018-08-20 10:23:01,707 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cd5b9202-4a9c-47a-user 2018-08-20 10:23:01,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/377a274bb79d41e8aef01a79a9ed6a06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3b2b3658b00685cf512d0f808e7ba759d86e7a" 2018-08-20 10:23:01,916 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce7332d9-c0d1-4fb7-894b-0af3d8b375ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:01,916 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/377a274bb79d41e8aef01a79a9ed6a06 used request id req-ce7332d9-c0d1-4fb7-894b-0af3d8b375ad 2018-08-20 10:23:01,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:02,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["10ZnHSdNSx2eETAaOLerAw"], "issued_at": "2018-08-20T10:23:02.000000Z"}} 2018-08-20 10:23:02,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d099e8ce788439ccca7da47df1127a9d32dd9b" 2018-08-20 10:23:02,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7782e40-3904-494c-ba56-26c6fe2b4705 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:02,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d7782e40-3904-494c-ba56-26c6fe2b4705 2018-08-20 10:23:02,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:02,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:02,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ZiAOxV_1RS6GmwuIRduaJQ"], "issued_at": "2018-08-20T10:23:02.000000Z"}} 2018-08-20 10:23:02,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:02,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-371778e9-18c4-49e2-b902-a3fbf026da51 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:02,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-371778e9-18c4-49e2-b902-a3fbf026da51 2018-08-20 10:23:02,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:02,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:02,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-45dab73a-9f15-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:02,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30030db9-8c57-4a67-a9ba-ba66a45897f3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-45dab73a-9f15-418-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:23:02,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-45dab73a-9f15-418-proj used request id req-30030db9-8c57-4a67-a9ba-ba66a45897f3 2018-08-20 10:23:02,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:03,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45f45277-60a9-4eb5-bf73-3ab94ef3812c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:23:03,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-45f45277-60a9-4eb5-bf73-3ab94ef3812c 2018-08-20 10:23:03,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}}' 2018-08-20 10:23:03,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:23:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15fa7f46-7aa3-4da8-a07a-d52b92442d44 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f"}, "tags": [], "enabled": true, "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}} 2018-08-20 10:23:03,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-15fa7f46-7aa3-4da8-a07a-d52b92442d44 2018-08-20 10:23:03,228 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-45dab73a-9f15-418-proj 2018-08-20 10:23:03,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:03,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:03,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["p-hMc4YsTWKmtEPeD2Fm0A"], "issued_at": "2018-08-20T10:23:03.000000Z"}} 2018-08-20 10:23:03,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47dcc163295f5307fdf467358aa8a834116917f7" 2018-08-20 10:23:03,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef37c648-78cb-4a5f-b47d-4eb8fd4d374e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:03,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ef37c648-78cb-4a5f-b47d-4eb8fd4d374e 2018-08-20 10:23:03,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:03,640 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:03,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47dcc163295f5307fdf467358aa8a834116917f7" 2018-08-20 10:23:03,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aac1393-4ba4-4eb1-a70c-5654976c452a Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:23:03,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-6aac1393-4ba4-4eb1-a70c-5654976c452a 2018-08-20 10:23:03,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-45dab73a-9f15-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47dcc163295f5307fdf467358aa8a834116917f7" 2018-08-20 10:23:03,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ac66c4-a91b-4307-8d87-b538537e1c94 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-45dab73a-9f15-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f"}, "tags": [], "enabled": true, "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}]} 2018-08-20 10:23:03,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-45dab73a-9f15-418-proj used request id req-d7ac66c4-a91b-4307-8d87-b538537e1c94 2018-08-20 10:23:03,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47dcc163295f5307fdf467358aa8a834116917f7" 2018-08-20 10:23:04,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30edc9a2-1e3a-4c25-a0cc-16feae6f2f32 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:23:04,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-30edc9a2-1e3a-4c25-a0cc-16feae6f2f32 2018-08-20 10:23:04,466 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-45dab73a-9f15-418-user 2018-08-20 10:23:04,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:04,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:04,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0015074-3d86-416f-8ca0-35da7aecb326 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:23:04,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d0015074-3d86-416f-8ca0-35da7aecb326 2018-08-20 10:23:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" -d '{"role": {"name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role"}}' 2018-08-20 10:23:04,928 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1af564c9-fb77-43d8-a690-101da2ea23d2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "75160eedd8674bf9bf60ae9a02c0b154", "links": {"self": "http://172.30.9.36:5000/v3/roles/75160eedd8674bf9bf60ae9a02c0b154"}, "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role"}} 2018-08-20 10:23:04,928 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-1af564c9-fb77-43d8-a690-101da2ea23d2 2018-08-20 10:23:04,928 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role 2018-08-20 10:23:04,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/75160eedd8674bf9bf60ae9a02c0b154 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:04,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ae0b52-1c53-4832-978c-01ce78ed2acd Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "75160eedd8674bf9bf60ae9a02c0b154", "links": {"self": "http://172.30.9.36:5000/v3/roles/75160eedd8674bf9bf60ae9a02c0b154"}, "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role"}} 2018-08-20 10:23:04,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/75160eedd8674bf9bf60ae9a02c0b154 used request id req-21ae0b52-1c53-4832-978c-01ce78ed2acd 2018-08-20 10:23:04,946 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role to project CreateNetworkSuccessTests-45dab73a-9f15-418-proj 2018-08-20 10:23:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f/users/e8521404d5364911af0fedbc7ca087b2/roles/75160eedd8674bf9bf60ae9a02c0b154 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:05,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6244f616-135e-4aaa-9d6d-8174ae3f6cfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:05,093 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f/users/e8521404d5364911af0fedbc7ca087b2/roles/75160eedd8674bf9bf60ae9a02c0b154 used request id req-6244f616-135e-4aaa-9d6d-8174ae3f6cfb 2018-08-20 10:23:05,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:05,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:05,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:05,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "75160eedd8674bf9bf60ae9a02c0b154", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role"}], "expires_at": "2018-08-20T11:23:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-user", "id": "e8521404d5364911af0fedbc7ca087b2"}, "audit_ids": ["WbeYkb89QbCSmrUaJSHEUQ"], "issued_at": "2018-08-20T10:23:05.000000Z"}} 2018-08-20 10:23:05,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" 2018-08-20 10:23:05,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfde20c8-1e19-4153-b9a2-443ce0d052ef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:05,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-dfde20c8-1e19-4153-b9a2-443ce0d052ef 2018-08-20 10:23:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:05,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:05,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" 2018-08-20 10:23:05,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-de2de1f4-6130-4cb9-a258-4404b0ce54c5 Date: Mon, 20 Aug 2018 10:23:05 GMT RESP BODY: {"networks":[]} 2018-08-20 10:23:05,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net used request id req-de2de1f4-6130-4cb9-a258-4404b0ce54c5 2018-08-20 10:23:05,777 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net 2018-08-20 10:23:05,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net", "admin_state_up": true}}' 2018-08-20 10:23:06,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-3630bb06-36ba-4e03-b1fd-0700a7319fa6 Date: Mon, 20 Aug 2018 10:23:06 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:06Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-08-20T10:23:06Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net"}} 2018-08-20 10:23:06,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-3630bb06-36ba-4e03-b1fd-0700a7319fa6 2018-08-20 10:23:06,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" 2018-08-20 10:23:06,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4c265fc8-f8fc-4499-abfd-b42bee5f2bed Date: Mon, 20 Aug 2018 10:23:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:23:06Z","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:06Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net"}]} 2018-08-20 10:23:06,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 used request id req-4c265fc8-f8fc-4499-abfd-b42bee5f2bed 2018-08-20 10:23:06,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" 2018-08-20 10:23:06,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-88214898-3bae-416d-8800-54912f733e4d Date: Mon, 20 Aug 2018 10:23:06 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:23:06,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 used request id req-88214898-3bae-416d-8800-54912f733e4d 2018-08-20 10:23:06,916 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet 2018-08-20 10:23:06,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" -d '{"subnets": [{"ip_version": 4, "network_id": "2417ed02-6629-4715-ab6c-2ecfd0bb1193", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}]}' 2018-08-20 10:23:07,848 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bb086eab-e647-436f-8626-48275267451c Date: Mon, 20 Aug 2018 10:23:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:07Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"30670fa2-2065-419f-854a-7de81dd9fd81","subnetpool_id":null,"name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}]} 2018-08-20 10:23:07,848 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-bb086eab-e647-436f-8626-48275267451c 2018-08-20 10:23:07,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" 2018-08-20 10:23:08,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-c74482c3-6710-4186-ba65-fb05a6e80690 Date: Mon, 20 Aug 2018 10: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":["30670fa2-2065-419f-854a-7de81dd9fd81"],"updated_at":"2018-08-20T10:23:07Z","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:06Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net"}]} 2018-08-20 10:23:08,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 used request id req-c74482c3-6710-4186-ba65-fb05a6e80690 2018-08-20 10:23:08,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" 2018-08-20 10:23:08,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-025490a4-de72-48f8-b1c7-a3e65b563c5b Date: Mon, 20 Aug 2018 10:23:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:07Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"30670fa2-2065-419f-854a-7de81dd9fd81","subnetpool_id":null,"name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}]} 2018-08-20 10:23:08,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 used request id req-025490a4-de72-48f8-b1c7-a3e65b563c5b 2018-08-20 10:23:08,371 - OpenStackNetwork - DEBUG - Network [2417ed02-6629-4715-ab6c-2ecfd0bb1193] created successfully 2018-08-20 10:23:08,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:08,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:08,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "75160eedd8674bf9bf60ae9a02c0b154", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role"}], "expires_at": "2018-08-20T11:23:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-user", "id": "e8521404d5364911af0fedbc7ca087b2"}, "audit_ids": ["tXkX883ZQWSToy-PfKbMng"], "issued_at": "2018-08-20T10:23:08.000000Z"}} 2018-08-20 10:23:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:08,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d1e71d5-f12b-466b-91fb-d0b5e6a6e6f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:08,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2d1e71d5-f12b-466b-91fb-d0b5e6a6e6f1 2018-08-20 10:23:08,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:08,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:08,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:08,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:08,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:08,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:09,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3698571e-faa5-4b8d-8673-e1961acdfb44 Date: Mon, 20 Aug 2018 10:23:09 GMT RESP BODY: {"routers": []} 2018-08-20 10:23:09,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router&admin_state_up=True used request id req-3698571e-faa5-4b8d-8673-e1961acdfb44 2018-08-20 10:23:09,081 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:09,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:09,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "75160eedd8674bf9bf60ae9a02c0b154", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role"}], "expires_at": "2018-08-20T11:23:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-user", "id": "e8521404d5364911af0fedbc7ca087b2"}, "audit_ids": ["1uDgENbZSuieUKYI3rg4Sw"], "issued_at": "2018-08-20T10:23:09.000000Z"}} 2018-08-20 10:23:09,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4633f036c672f242955de6dc9b247594c772f09" 2018-08-20 10:23:09,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49faad48-cd4d-432b-b003-5a649878fbfb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:09,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-49faad48-cd4d-432b-b003-5a649878fbfb 2018-08-20 10:23:09,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:09,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6754eb8b-b314-4838-9a95-b71d815e6eed Date: Mon, 20 Aug 2018 10:23:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:23:09,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-6754eb8b-b314-4838-9a95-b71d815e6eed 2018-08-20 10:23:09,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:10,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8b52311f-da85-4aca-ac5f-5b1421db2b6a Date: Mon, 20 Aug 2018 10:23:10 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:23:10,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-8b52311f-da85-4aca-ac5f-5b1421db2b6a 2018-08-20 10:23:10,060 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router 2018-08-20 10:23:10,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router", "admin_state_up": true}}' 2018-08-20 10:23:11,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-69fb23bc-4931-45ab-aec2-7928242e814a Date: Mon, 20 Aug 2018 10:23:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "created_at": "2018-08-20T10:23:10Z", "admin_state_up": true, "updated_at": "2018-08-20T10:23:11Z", "revision_number": 2, "routes": [], "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "id": "f321bf7b-04eb-486d-a6ea-36726871b20a", "name": "CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router"}} 2018-08-20 10:23:11,425 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-69fb23bc-4931-45ab-aec2-7928242e814a 2018-08-20 10:23:11,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=f321bf7b-04eb-486d-a6ea-36726871b20a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:11,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d894dacb-3463-4370-8ea2-c2c8af74eee7 Date: Mon, 20 Aug 2018 10:23:11 GMT RESP BODY: {"ports":[]} 2018-08-20 10:23:11,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=f321bf7b-04eb-486d-a6ea-36726871b20a used request id req-d894dacb-3463-4370-8ea2-c2c8af74eee7 2018-08-20 10:23:11,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:11,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-dd1390f7-5b15-4651-af23-e510db7d90bf Date: Mon, 20 Aug 2018 10:23: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":["30670fa2-2065-419f-854a-7de81dd9fd81"],"updated_at":"2018-08-20T10:23:07Z","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:06Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net"}]} 2018-08-20 10:23:11,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net used request id req-dd1390f7-5b15-4651-af23-e510db7d90bf 2018-08-20 10:23:11,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:11,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:11,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:12,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697fe646-3a82-44d7-adc2-55ef8bf73af8 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}} 2018-08-20 10:23:12,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f used request id req-697fe646-3a82-44d7-adc2-55ef8bf73af8 2018-08-20 10:23:12,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:12,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f6245afe-eeea-48b1-9c19-cc7b23e78c26 Date: Mon, 20 Aug 2018 10:23:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:07Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"30670fa2-2065-419f-854a-7de81dd9fd81","subnetpool_id":null,"name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}]} 2018-08-20 10:23:12,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 used request id req-f6245afe-eeea-48b1-9c19-cc7b23e78c26 2018-08-20 10:23:12,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193&name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:12,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dda234d3-4787-49af-9b7a-70b211dfcce0 Date: Mon, 20 Aug 2018 10:23:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:07Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"30670fa2-2065-419f-854a-7de81dd9fd81","subnetpool_id":null,"name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}]} 2018-08-20 10:23:12,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193&name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet used request id req-dda234d3-4787-49af-9b7a-70b211dfcce0 2018-08-20 10:23:12,400 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-20 10:23:12,400 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router 2018-08-20 10:23:12,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/f321bf7b-04eb-486d-a6ea-36726871b20a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" -d '{"subnet_id": "30670fa2-2065-419f-854a-7de81dd9fd81"}' 2018-08-20 10:23:14,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9bb0f83f-b992-48ed-9339-da90a8975712 Date: Mon, 20 Aug 2018 10:23:14 GMT RESP BODY: {"network_id": "2417ed02-6629-4715-ab6c-2ecfd0bb1193", "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "subnet_id": "30670fa2-2065-419f-854a-7de81dd9fd81", "subnet_ids": ["30670fa2-2065-419f-854a-7de81dd9fd81"], "port_id": "c5ed0788-6759-4dde-8c8b-b535d8e4c0ed", "id": "f321bf7b-04eb-486d-a6ea-36726871b20a"} 2018-08-20 10:23:14,635 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/f321bf7b-04eb-486d-a6ea-36726871b20a/add_router_interface used request id req-9bb0f83f-b992-48ed-9339-da90a8975712 2018-08-20 10:23:14,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/f321bf7b-04eb-486d-a6ea-36726871b20a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:14,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-b9bc33fd-c019-40e0-9cc0-04576b4197bd Date: Mon, 20 Aug 2018 10:23:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "created_at": "2018-08-20T10:23:10Z", "admin_state_up": true, "updated_at": "2018-08-20T10:23:13Z", "revision_number": 3, "routes": [], "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "id": "f321bf7b-04eb-486d-a6ea-36726871b20a", "name": "CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router"}} 2018-08-20 10:23:14,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/f321bf7b-04eb-486d-a6ea-36726871b20a used request id req-b9bc33fd-c019-40e0-9cc0-04576b4197bd 2018-08-20 10:23:14,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=f321bf7b-04eb-486d-a6ea-36726871b20a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:15,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-59035bb1-a240-4e7e-932b-62e193690c01 Date: Mon, 20 Aug 2018 10:23:15 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:23:14Z","binding:vnic_type":"normal","device_id":"f321bf7b-04eb-486d-a6ea-36726871b20a","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:27:f9:86","id":"c5ed0788-6759-4dde-8c8b-b535d8e4c0ed","port_security_enabled":false,"project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","fixed_ips":[{"subnet_id":"30670fa2-2065-419f-854a-7de81dd9fd81","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:23:15,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=f321bf7b-04eb-486d-a6ea-36726871b20a used request id req-59035bb1-a240-4e7e-932b-62e193690c01 2018-08-20 10:23:15,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/30670fa2-2065-419f-854a-7de81dd9fd81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:15,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-1ad4870b-e360-472a-8457-1132a7e7f363 Date: Mon, 20 Aug 2018 10:23:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:07Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"30670fa2-2065-419f-854a-7de81dd9fd81","subnetpool_id":null,"name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}} 2018-08-20 10:23:15,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/30670fa2-2065-419f-854a-7de81dd9fd81 used request id req-1ad4870b-e360-472a-8457-1132a7e7f363 2018-08-20 10:23:15,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:15,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "75160eedd8674bf9bf60ae9a02c0b154", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role"}], "expires_at": "2018-08-20T11:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/31b76f79c1a8451f8fc9f6bc61e6d25f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-user", "id": "e8521404d5364911af0fedbc7ca087b2"}, "audit_ids": ["UIVsZZl0T2e0jSRwDHCvRQ"], "issued_at": "2018-08-20T10:23:15.000000Z"}} 2018-08-20 10:23:15,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d0dfeb78a04ff387e1a411bb48cd18e2032b200" 2018-08-20 10:23:16,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-56d4baca-4311-4c04-8df8-125c8c4b8233 Date: Mon, 20 Aug 2018 10:23: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":["30670fa2-2065-419f-854a-7de81dd9fd81"],"updated_at":"2018-08-20T10:23:07Z","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:06Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net"}]} 2018-08-20 10:23:16,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net used request id req-56d4baca-4311-4c04-8df8-125c8c4b8233 2018-08-20 10:23:16,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:16,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:16,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d099e8ce788439ccca7da47df1127a9d32dd9b" 2018-08-20 10:23:16,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e27e5fb6-b2ba-462b-aa20-a951153f5d72 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}} 2018-08-20 10:23:16,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f used request id req-e27e5fb6-b2ba-462b-aa20-a951153f5d72 2018-08-20 10:23:16,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d0dfeb78a04ff387e1a411bb48cd18e2032b200" 2018-08-20 10:23:16,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0dda0875-c839-4a7b-8031-5e6d19cb7ea2 Date: Mon, 20 Aug 2018 10:23:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:07Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"30670fa2-2065-419f-854a-7de81dd9fd81","subnetpool_id":null,"name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}]} 2018-08-20 10:23:16,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193 used request id req-0dda0875-c839-4a7b-8031-5e6d19cb7ea2 2018-08-20 10:23:16,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193&name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d0dfeb78a04ff387e1a411bb48cd18e2032b200" 2018-08-20 10:23:16,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0f0312de-0465-4ea9-8071-b9256b2babc0 Date: Mon, 20 Aug 2018 10:23:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:07Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"30670fa2-2065-419f-854a-7de81dd9fd81","subnetpool_id":null,"name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}]} 2018-08-20 10:23:16,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2417ed02-6629-4715-ab6c-2ecfd0bb1193&name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet used request id req-0f0312de-0465-4ea9-8071-b9256b2babc0 2018-08-20 10:23:16,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d0dfeb78a04ff387e1a411bb48cd18e2032b200" 2018-08-20 10:23:17,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a8aec23a-2af2-49e1-943f-fbb2bc3aa967 Date: Mon, 20 Aug 2018 10:23:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "created_at": "2018-08-20T10:23:10Z", "admin_state_up": true, "updated_at": "2018-08-20T10:23:13Z", "revision_number": 3, "routes": [], "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "id": "f321bf7b-04eb-486d-a6ea-36726871b20a", "name": "CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router"}]} 2018-08-20 10:23:17,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router used request id req-a8aec23a-2af2-49e1-943f-fbb2bc3aa967 2018-08-20 10:23:17,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d099e8ce788439ccca7da47df1127a9d32dd9b" 2018-08-20 10:23:17,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8940c2f7-faab-4ab4-bebc-1c8edf03666a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}} 2018-08-20 10:23:17,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f used request id req-8940c2f7-faab-4ab4-bebc-1c8edf03666a 2018-08-20 10:23:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=f321bf7b-04eb-486d-a6ea-36726871b20a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d0dfeb78a04ff387e1a411bb48cd18e2032b200" 2018-08-20 10:23:17,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-09d4e159-607c-416c-b0f8-b1b988608805 Date: Mon, 20 Aug 2018 10:23:17 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:23:14Z","binding:vnic_type":"normal","device_id":"f321bf7b-04eb-486d-a6ea-36726871b20a","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:27:f9:86","id":"c5ed0788-6759-4dde-8c8b-b535d8e4c0ed","port_security_enabled":false,"project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","fixed_ips":[{"subnet_id":"30670fa2-2065-419f-854a-7de81dd9fd81","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:23:17,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=f321bf7b-04eb-486d-a6ea-36726871b20a used request id req-09d4e159-607c-416c-b0f8-b1b988608805 2018-08-20 10:23:17,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/30670fa2-2065-419f-854a-7de81dd9fd81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d0dfeb78a04ff387e1a411bb48cd18e2032b200" 2018-08-20 10:23:17,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-a1a40209-7fc2-40c2-9245-a30cc801fc92 Date: Mon, 20 Aug 2018 10:23:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2417ed02-6629-4715-ab6c-2ecfd0bb1193","tenant_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","created_at":"2018-08-20T10:23:07Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"31b76f79c1a8451f8fc9f6bc61e6d25f","id":"30670fa2-2065-419f-854a-7de81dd9fd81","subnetpool_id":null,"name":"CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet"}} 2018-08-20 10:23:17,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/30670fa2-2065-419f-854a-7de81dd9fd81 used request id req-a1a40209-7fc2-40c2-9245-a30cc801fc92 2018-08-20 10:23:17,612 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router and subnet CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet 2018-08-20 10:23:17,612 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router 2018-08-20 10:23:17,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/f321bf7b-04eb-486d-a6ea-36726871b20a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" -d '{"subnet_id": "30670fa2-2065-419f-854a-7de81dd9fd81"}' 2018-08-20 10:23:19,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-226333fd-0767-434c-9afa-1db2454d1018 Date: Mon, 20 Aug 2018 10:23:19 GMT RESP BODY: {"network_id": "2417ed02-6629-4715-ab6c-2ecfd0bb1193", "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "subnet_id": "30670fa2-2065-419f-854a-7de81dd9fd81", "subnet_ids": ["30670fa2-2065-419f-854a-7de81dd9fd81"], "port_id": "c5ed0788-6759-4dde-8c8b-b535d8e4c0ed", "id": "f321bf7b-04eb-486d-a6ea-36726871b20a"} 2018-08-20 10:23:19,151 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/f321bf7b-04eb-486d-a6ea-36726871b20a/remove_router_interface used request id req-226333fd-0767-434c-9afa-1db2454d1018 2018-08-20 10:23:19,151 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router 2018-08-20 10:23:19,151 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-router 2018-08-20 10:23:19,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/f321bf7b-04eb-486d-a6ea-36726871b20a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d65f8964e75420c6367c40247564794f55e11d" 2018-08-20 10:23:20,564 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3af4bd67-b440-4876-b351-e44f71887b45 Content-Length: 0 Date: Mon, 20 Aug 2018 10:23:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:20,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/f321bf7b-04eb-486d-a6ea-36726871b20a used request id req-3af4bd67-b440-4876-b351-e44f71887b45 2018-08-20 10:23:20,565 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet 2018-08-20 10:23:20,565 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-subnet 2018-08-20 10:23:20,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/30670fa2-2065-419f-854a-7de81dd9fd81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" 2018-08-20 10:23:23,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d54cdfe-6ddc-4cd3-a17b-cff08f8150e8 Date: Mon, 20 Aug 2018 10:23:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:23,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/30670fa2-2065-419f-854a-7de81dd9fd81 used request id req-3d54cdfe-6ddc-4cd3-a17b-cff08f8150e8 2018-08-20 10:23:23,133 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-d3e0a3f2-d709-4020-a568-4c57a9f1e892-pub-net 2018-08-20 10:23:23,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/2417ed02-6629-4715-ab6c-2ecfd0bb1193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e4ce2d61e9dc0cccf76a92c862c08770998ab4" 2018-08-20 10:23:24,793 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ceb8a70-cf17-434a-b004-1bc730a31ec0 Date: Mon, 20 Aug 2018 10:23:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:24,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/2417ed02-6629-4715-ab6c-2ecfd0bb1193 used request id req-2ceb8a70-cf17-434a-b004-1bc730a31ec0 2018-08-20 10:23:24,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:24,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:25,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-e787530b-f7ad-4d34-82ca-8c984cef1f20 Date: Mon, 20 Aug 2018 10:23:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "created_at": "2018-08-20T10:23:06Z", "updated_at": "2018-08-20T10:23:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:06Z", "revision_number": 0, "id": "b1636025-a18c-4ee9-99dd-a9209df7619f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:06Z", "security_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:06Z", "revision_number": 0, "id": "de7f5d19-7d47-4d3c-bc6e-85ea8bc7709c", "remote_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:06Z", "security_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "port_range_min": null, "ethertype": "IPv4", "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:06Z", "revision_number": 0, "id": "e5d11ee1-e199-4117-8686-820c0dd393d5", "remote_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:06Z", "security_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:06Z", "revision_number": 0, "id": "fe836452-c15c-4f88-adcc-665a0d65b713", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:06Z", "security_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "port_range_min": null, "ethertype": "IPv6", "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f"}], "revision_number": 4, "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "id": "1b002917-0434-4b0e-9856-643f47d16f5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:23:25,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-e787530b-f7ad-4d34-82ca-8c984cef1f20 2018-08-20 10:23:25,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:25,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e41a628-6a87-400f-8abf-392c6ca0fdea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:25,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-2e41a628-6a87-400f-8abf-392c6ca0fdea 2018-08-20 10:23:25,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:25,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:25,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a049ec37-1ef8-461a-8428-8ff20cd3754a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "name": "CreateNetworkSuccessTests-45dab73a-9f15-418-proj"}} 2018-08-20 10:23:25,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f used request id req-a049ec37-1ef8-461a-8428-8ff20cd3754a 2018-08-20 10:23:25,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b002917-0434-4b0e-9856-643f47d16f5f 2018-08-20 10:23:25,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1b002917-0434-4b0e-9856-643f47d16f5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:25,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c484e6b8-b0ea-4562-b761-1212a1bd479f Date: Mon, 20 Aug 2018 10:23:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:06Z", "security_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "port_range_min": null, "revision_number": 0, "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "created_at": "2018-08-20T10:23:06Z", "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "id": "b1636025-a18c-4ee9-99dd-a9209df7619f"}, {"remote_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:06Z", "security_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "port_range_min": null, "revision_number": 0, "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "created_at": "2018-08-20T10:23:06Z", "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "id": "de7f5d19-7d47-4d3c-bc6e-85ea8bc7709c"}, {"remote_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:06Z", "security_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "port_range_min": null, "revision_number": 0, "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "created_at": "2018-08-20T10:23:06Z", "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "id": "e5d11ee1-e199-4117-8686-820c0dd393d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:06Z", "security_group_id": "1b002917-0434-4b0e-9856-643f47d16f5f", "port_range_min": null, "revision_number": 0, "tenant_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "created_at": "2018-08-20T10:23:06Z", "project_id": "31b76f79c1a8451f8fc9f6bc61e6d25f", "id": "fe836452-c15c-4f88-adcc-665a0d65b713"}]} 2018-08-20 10:23:25,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1b002917-0434-4b0e-9856-643f47d16f5f used request id req-c484e6b8-b0ea-4562-b761-1212a1bd479f 2018-08-20 10:23:25,496 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:23:25,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/1b002917-0434-4b0e-9856-643f47d16f5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:25,865 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f28401e-c27a-4af4-83eb-4b206cf3911d Content-Length: 0 Date: Mon, 20 Aug 2018 10:23:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:25,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/1b002917-0434-4b0e-9856-643f47d16f5f used request id req-1f28401e-c27a-4af4-83eb-4b206cf3911d 2018-08-20 10:23:25,866 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-45dab73a-9f15-418-proj 2018-08-20 10:23:25,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:26,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52b7af15-4a71-4cc5-bcf3-61a8af26a8d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:26,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/31b76f79c1a8451f8fc9f6bc61e6d25f used request id req-52b7af15-4a71-4cc5-bcf3-61a8af26a8d2 2018-08-20 10:23:26,143 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-45dab73a-9f15-418-proj-role 2018-08-20 10:23:26,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/75160eedd8674bf9bf60ae9a02c0b154 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:26,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f45253c-123d-4066-ada3-603bb8f86292 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:26,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/75160eedd8674bf9bf60ae9a02c0b154 used request id req-7f45253c-123d-4066-ada3-603bb8f86292 2018-08-20 10:23:26,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eca58c09b3cce0d8ce818c042e4b9e67f9d3bcf" 2018-08-20 10:23:26,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32bcacce-a326-441a-9ae5-ce83ce758b70 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:23:26,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-32bcacce-a326-441a-9ae5-ce83ce758b70 2018-08-20 10:23:26,367 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-45dab73a-9f15-418-user 2018-08-20 10:23:26,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/e8521404d5364911af0fedbc7ca087b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47dcc163295f5307fdf467358aa8a834116917f7" 2018-08-20 10:23:26,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a08c89e-e81c-49df-a1ad-d8e4d80ae21e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:26,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/e8521404d5364911af0fedbc7ca087b2 used request id req-1a08c89e-e81c-49df-a1ad-d8e4d80ae21e 2018-08-20 10:23:26,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:26,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["GrRnsedCTKiBfKAPPmbLsQ"], "issued_at": "2018-08-20T10:23:26.000000Z"}} 2018-08-20 10:23:26,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc71566d430b47cf5bd58294f9568494a10d666b" 2018-08-20 10:23:27,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41e0563-82b1-4536-b4d7-47c203ee908e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:27,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a41e0563-82b1-4536-b4d7-47c203ee908e 2018-08-20 10:23:27,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:27,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:27,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["nJCjW00vQ-iCuCwlpOXFiA"], "issued_at": "2018-08-20T10:23:27.000000Z"}} 2018-08-20 10:23:27,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:27,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e3827c2-dad5-49f2-8991-f82b5bda84ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:27,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4e3827c2-dad5-49f2-8991-f82b5bda84ea 2018-08-20 10:23:27,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:27,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:27,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:27,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eefed32-8246-4ca9-aa28-670b58b448ef Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:23:27,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj used request id req-0eefed32-8246-4ca9-aa28-670b58b448ef 2018-08-20 10:23:27,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:27,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c54b142-6723-441b-b445-275dc1a33fba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:23:27,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-7c54b142-6723-441b-b445-275dc1a33fba 2018-08-20 10:23:27,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj"}}' 2018-08-20 10:23:28,036 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:23:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ecf883a-e552-4ca9-aa17-e0a23c2c257c Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49"}, "tags": [], "enabled": true, "id": "cae683660f5a47008deb596b4c6f5e49", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj"}} 2018-08-20 10:23:28,036 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2ecf883a-e552-4ca9-aa17-e0a23c2c257c 2018-08-20 10:23:28,036 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj 2018-08-20 10:23:28,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:28,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:28,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["rfyglMOzQ1KDevA1gFCUNg"], "issued_at": "2018-08-20T10:23:28.000000Z"}} 2018-08-20 10:23:28,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afac2b7072093150918e6f78a56165b7d48d7c6e" 2018-08-20 10:23:28,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1833610-6b72-44fa-b174-b3e144ca37d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:28,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f1833610-6b72-44fa-b174-b3e144ca37d8 2018-08-20 10:23:28,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:28,547 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:28,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afac2b7072093150918e6f78a56165b7d48d7c6e" 2018-08-20 10:23:28,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae9bd165-9b19-4349-866e-f8ad44e2359c Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:23:28,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-ae9bd165-9b19-4349-866e-f8ad44e2359c 2018-08-20 10:23:28,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afac2b7072093150918e6f78a56165b7d48d7c6e" 2018-08-20 10:23:28,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef776438-edb9-44fa-8e73-60d0687ab05b Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49"}, "tags": [], "enabled": true, "id": "cae683660f5a47008deb596b4c6f5e49", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj"}]} 2018-08-20 10:23:28,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj used request id req-ef776438-edb9-44fa-8e73-60d0687ab05b 2018-08-20 10:23:28,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afac2b7072093150918e6f78a56165b7d48d7c6e" 2018-08-20 10:23:28,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f87d273e-075a-4311-b1ba-3d838074b74f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:23:28,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f87d273e-075a-4311-b1ba-3d838074b74f 2018-08-20 10:23:29,180 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-01e214e2-4ffa-41d-user 2018-08-20 10:23:29,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:29,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:29,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1affa289-1592-4c00-b0c0-1425c9a11f3b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:23:29,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1affa289-1592-4c00-b0c0-1425c9a11f3b 2018-08-20 10:23:29,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" -d '{"role": {"name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj-role"}}' 2018-08-20 10:23:29,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:23:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-516937a2-abdd-4ec9-bda9-0c6d5252e974 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2380adb969c7499a9756efa0ce131199", "links": {"self": "http://172.30.9.36:5000/v3/roles/2380adb969c7499a9756efa0ce131199"}, "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj-role"}} 2018-08-20 10:23:29,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-516937a2-abdd-4ec9-bda9-0c6d5252e974 2018-08-20 10:23:29,395 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj-role 2018-08-20 10:23:29,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/2380adb969c7499a9756efa0ce131199 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:29,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65dd2bf5-690c-47ce-8c47-cf81d97450cb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2380adb969c7499a9756efa0ce131199", "links": {"self": "http://172.30.9.36:5000/v3/roles/2380adb969c7499a9756efa0ce131199"}, "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj-role"}} 2018-08-20 10:23:29,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/2380adb969c7499a9756efa0ce131199 used request id req-65dd2bf5-690c-47ce-8c47-cf81d97450cb 2018-08-20 10:23:29,492 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj-role to project CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj 2018-08-20 10:23:29,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49/users/3f29ac5fd10a452eb1997347c275927f/roles/2380adb969c7499a9756efa0ce131199 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:29,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-547440e2-be34-4da9-ab5a-ade062085e64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:29,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49/users/3f29ac5fd10a452eb1997347c275927f/roles/2380adb969c7499a9756efa0ce131199 used request id req-547440e2-be34-4da9-ab5a-ade062085e64 2018-08-20 10:23:29,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:29,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:29,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:29,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:29,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:29,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:29,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:30,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2380adb969c7499a9756efa0ce131199", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj-role"}], "expires_at": "2018-08-20T11:23:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cae683660f5a47008deb596b4c6f5e49", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cae683660f5a47008deb596b4c6f5e49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cae683660f5a47008deb596b4c6f5e49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-user", "id": "3f29ac5fd10a452eb1997347c275927f"}, "audit_ids": ["UjVhOxPqT96l4oURaWxo8g"], "issued_at": "2018-08-20T10:23:30.000000Z"}} 2018-08-20 10:23:30,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" 2018-08-20 10:23:30,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57d90112-fad2-4775-b23a-fbaf741f21f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:30,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-57d90112-fad2-4775-b23a-fbaf741f21f1 2018-08-20 10:23:30,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:30,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:30,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:30,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:30,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:30,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" 2018-08-20 10:23:30,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bd81ff6f-6ae7-4a65-bbad-f9457da4e43c Date: Mon, 20 Aug 2018 10:23:30 GMT RESP BODY: {"networks":[]} 2018-08-20 10:23:30,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net used request id req-bd81ff6f-6ae7-4a65-bbad-f9457da4e43c 2018-08-20 10:23:30,335 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net 2018-08-20 10:23:30,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net", "admin_state_up": true}}' 2018-08-20 10:23:30,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-32080b2f-5cf9-4880-8408-19a503b27db5 Date: Mon, 20 Aug 2018 10:23:30 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cae683660f5a47008deb596b4c6f5e49","created_at":"2018-08-20T10:23:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-08-20T10:23:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cae683660f5a47008deb596b4c6f5e49","id":"df046a5a-f261-4c8f-81a8-2704d06ebfe2","name":"CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net"}} 2018-08-20 10:23:30,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-32080b2f-5cf9-4880-8408-19a503b27db5 2018-08-20 10:23:30,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" 2018-08-20 10:23:31,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-914cd9fd-496a-4b1e-9868-4efb3134c985 Date: Mon, 20 Aug 2018 10:23:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:23:30Z","tenant_id":"cae683660f5a47008deb596b4c6f5e49","created_at":"2018-08-20T10:23:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cae683660f5a47008deb596b4c6f5e49","id":"df046a5a-f261-4c8f-81a8-2704d06ebfe2","name":"CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net"}]} 2018-08-20 10:23:31,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 used request id req-914cd9fd-496a-4b1e-9868-4efb3134c985 2018-08-20 10:23:31,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" 2018-08-20 10:23:31,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f0860fe1-5012-4242-8dc0-c80c5e2dfcc8 Date: Mon, 20 Aug 2018 10:23:31 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:23:31,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 used request id req-f0860fe1-5012-4242-8dc0-c80c5e2dfcc8 2018-08-20 10:23:31,369 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet 2018-08-20 10:23:31,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" -d '{"subnets": [{"ip_version": 4, "network_id": "df046a5a-f261-4c8f-81a8-2704d06ebfe2", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet"}]}' 2018-08-20 10:23:32,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1755beb3-5484-4120-9c1a-676b3de85f0e Date: Mon, 20 Aug 2018 10:23:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df046a5a-f261-4c8f-81a8-2704d06ebfe2","tenant_id":"cae683660f5a47008deb596b4c6f5e49","created_at":"2018-08-20T10:23:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"cae683660f5a47008deb596b4c6f5e49","id":"7fa7ac3e-aab4-4bb4-b437-02c495eb0818","subnetpool_id":null,"name":"CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet"}]} 2018-08-20 10:23:32,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-1755beb3-5484-4120-9c1a-676b3de85f0e 2018-08-20 10:23:32,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" 2018-08-20 10:23:32,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-24611875-3d9b-406f-b218-ad6bd1adf321 Date: Mon, 20 Aug 2018 10: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":["7fa7ac3e-aab4-4bb4-b437-02c495eb0818"],"updated_at":"2018-08-20T10:23:31Z","tenant_id":"cae683660f5a47008deb596b4c6f5e49","created_at":"2018-08-20T10:23:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cae683660f5a47008deb596b4c6f5e49","id":"df046a5a-f261-4c8f-81a8-2704d06ebfe2","name":"CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net"}]} 2018-08-20 10:23:32,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 used request id req-24611875-3d9b-406f-b218-ad6bd1adf321 2018-08-20 10:23:32,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" 2018-08-20 10:23:32,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0fdca4ed-3bbf-4291-813e-84dde43d2bc8 Date: Mon, 20 Aug 2018 10:23:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df046a5a-f261-4c8f-81a8-2704d06ebfe2","tenant_id":"cae683660f5a47008deb596b4c6f5e49","created_at":"2018-08-20T10:23:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cae683660f5a47008deb596b4c6f5e49","id":"7fa7ac3e-aab4-4bb4-b437-02c495eb0818","subnetpool_id":null,"name":"CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet"}]} 2018-08-20 10:23:32,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 used request id req-0fdca4ed-3bbf-4291-813e-84dde43d2bc8 2018-08-20 10:23:32,756 - OpenStackNetwork - DEBUG - Network [df046a5a-f261-4c8f-81a8-2704d06ebfe2] created successfully 2018-08-20 10:23:32,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:33,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2380adb969c7499a9756efa0ce131199", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj-role"}], "expires_at": "2018-08-20T11:23:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cae683660f5a47008deb596b4c6f5e49", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cae683660f5a47008deb596b4c6f5e49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cae683660f5a47008deb596b4c6f5e49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cae683660f5a47008deb596b4c6f5e49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-user", "id": "3f29ac5fd10a452eb1997347c275927f"}, "audit_ids": ["9TFJIbcIRnuJ_g_OzPcdhg"], "issued_at": "2018-08-20T10:23:33.000000Z"}} 2018-08-20 10:23:33,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57abfc9cd4ddcb2bd7aa6066656f2be137192df" 2018-08-20 10:23:33,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-97529667-24a4-4aa8-b6ad-d18aedacec33 Date: Mon, 20 Aug 2018 10:23: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":["7fa7ac3e-aab4-4bb4-b437-02c495eb0818"],"updated_at":"2018-08-20T10:23:31Z","tenant_id":"cae683660f5a47008deb596b4c6f5e49","created_at":"2018-08-20T10:23:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cae683660f5a47008deb596b4c6f5e49","id":"df046a5a-f261-4c8f-81a8-2704d06ebfe2","name":"CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net"}]} 2018-08-20 10:23:33,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net used request id req-97529667-24a4-4aa8-b6ad-d18aedacec33 2018-08-20 10:23:33,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:33,638 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:33,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc71566d430b47cf5bd58294f9568494a10d666b" 2018-08-20 10:23:33,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8828e81e-8e19-479d-b9e2-69e7a568d51a Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cae683660f5a47008deb596b4c6f5e49", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj"}} 2018-08-20 10:23:33,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49 used request id req-8828e81e-8e19-479d-b9e2-69e7a568d51a 2018-08-20 10:23:33,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57abfc9cd4ddcb2bd7aa6066656f2be137192df" 2018-08-20 10:23:33,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cef252f6-fdb5-4e85-99b6-31aaf7b52cb4 Date: Mon, 20 Aug 2018 10:23:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df046a5a-f261-4c8f-81a8-2704d06ebfe2","tenant_id":"cae683660f5a47008deb596b4c6f5e49","created_at":"2018-08-20T10:23:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cae683660f5a47008deb596b4c6f5e49","id":"7fa7ac3e-aab4-4bb4-b437-02c495eb0818","subnetpool_id":null,"name":"CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet"}]} 2018-08-20 10:23:33,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=df046a5a-f261-4c8f-81a8-2704d06ebfe2 used request id req-cef252f6-fdb5-4e85-99b6-31aaf7b52cb4 2018-08-20 10:23:33,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=df046a5a-f261-4c8f-81a8-2704d06ebfe2&name=CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b57abfc9cd4ddcb2bd7aa6066656f2be137192df" 2018-08-20 10:23:34,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-460dc758-bbd9-4888-9181-5ba7bf40662b Date: Mon, 20 Aug 2018 10:23:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df046a5a-f261-4c8f-81a8-2704d06ebfe2","tenant_id":"cae683660f5a47008deb596b4c6f5e49","created_at":"2018-08-20T10:23:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cae683660f5a47008deb596b4c6f5e49","id":"7fa7ac3e-aab4-4bb4-b437-02c495eb0818","subnetpool_id":null,"name":"CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet"}]} 2018-08-20 10:23:34,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=df046a5a-f261-4c8f-81a8-2704d06ebfe2&name=CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet used request id req-460dc758-bbd9-4888-9181-5ba7bf40662b 2018-08-20 10:23:34,192 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet 2018-08-20 10:23:34,192 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-subnet 2018-08-20 10:23:34,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/7fa7ac3e-aab4-4bb4-b437-02c495eb0818 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" 2018-08-20 10:23:37,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64be23fe-6285-4721-a24e-ed137a5ecdd6 Date: Mon, 20 Aug 2018 10:23:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:37,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/7fa7ac3e-aab4-4bb4-b437-02c495eb0818 used request id req-64be23fe-6285-4721-a24e-ed137a5ecdd6 2018-08-20 10:23:37,053 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-94980aed-aab1-4bde-96a6-8f3346431490-pub-net 2018-08-20 10:23:37,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/df046a5a-f261-4c8f-81a8-2704d06ebfe2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc25f6f597f994901456d49ad435c934aa2a5db4" 2018-08-20 10:23:39,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8a567a8d-95d6-47c2-92d2-30f6087f4c34 Date: Mon, 20 Aug 2018 10:23:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:39,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/df046a5a-f261-4c8f-81a8-2704d06ebfe2 used request id req-8a567a8d-95d6-47c2-92d2-30f6087f4c34 2018-08-20 10:23:39,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:39,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:39,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:39,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:39,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:39,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:39,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-3c1e3a7d-3c1f-4fb2-8fcb-75fb921681b5 Date: Mon, 20 Aug 2018 10:23:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "created_at": "2018-08-20T10:23:30Z", "updated_at": "2018-08-20T10:23:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:30Z", "revision_number": 0, "id": "28c3543b-6ae5-4365-9c24-4af839f1e291", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:30Z", "security_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "port_range_min": null, "ethertype": "IPv6", "project_id": "cae683660f5a47008deb596b4c6f5e49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:30Z", "revision_number": 0, "id": "94df51a5-693f-4a6b-ac01-cff4f2ed3df7", "remote_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:30Z", "security_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "port_range_min": null, "ethertype": "IPv4", "project_id": "cae683660f5a47008deb596b4c6f5e49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:30Z", "revision_number": 0, "id": "a709c15b-36ea-4575-8fbf-935224e66027", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:30Z", "security_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "port_range_min": null, "ethertype": "IPv4", "project_id": "cae683660f5a47008deb596b4c6f5e49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:30Z", "revision_number": 0, "id": "bc0bc9c6-7642-43db-8f42-067fb746156e", "remote_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:30Z", "security_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "port_range_min": null, "ethertype": "IPv6", "project_id": "cae683660f5a47008deb596b4c6f5e49"}], "revision_number": 4, "project_id": "cae683660f5a47008deb596b4c6f5e49", "id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:23:39,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-3c1e3a7d-3c1f-4fb2-8fcb-75fb921681b5 2018-08-20 10:23:39,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:39,501 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e26b6c20-af3e-478b-b7d6-1ca09e462e1d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:39,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-e26b6c20-af3e-478b-b7d6-1ca09e462e1d 2018-08-20 10:23:39,501 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:39,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:39,593 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e02a311c-6f35-4a06-9858-28fbdf260c0a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:39,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e02a311c-6f35-4a06-9858-28fbdf260c0a 2018-08-20 10:23:39,594 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:39,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:39,687 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d68359e-da5e-45e9-9b3b-f0ced70ff403 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:39,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-3d68359e-da5e-45e9-9b3b-f0ced70ff403 2018-08-20 10:23:39,688 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:39,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:39,784 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9750e170-6a12-4a14-b0f5-6dac58f67143 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:39,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-9750e170-6a12-4a14-b0f5-6dac58f67143 2018-08-20 10:23:39,784 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:39,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:39,874 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0a9d0c6-fe4c-4cf0-b394-96198a9c74e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:39,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-e0a9d0c6-fe4c-4cf0-b394-96198a9c74e2 2018-08-20 10:23:39,875 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:39,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:39,973 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5157622f-c461-4150-9b65-ee1abc408d65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:39,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-5157622f-c461-4150-9b65-ee1abc408d65 2018-08-20 10:23:39,973 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:39,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:40,071 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16366ae7-0bcc-4ca9-ab27-a96f6a544fe7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:40,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-16366ae7-0bcc-4ca9-ab27-a96f6a544fe7 2018-08-20 10:23:40,072 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:40,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:40,166 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3710e74-45b0-48a5-8ce9-b5794e79778c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:40,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-e3710e74-45b0-48a5-8ce9-b5794e79778c 2018-08-20 10:23:40,166 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:40,273 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b633dd11-f28f-4a3d-ab80-105c84e46486 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:40,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b633dd11-f28f-4a3d-ab80-105c84e46486 2018-08-20 10:23:40,273 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:40,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:40,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27dd78b-9358-4063-ba5f-5bde8433f515 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:23:40,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-c27dd78b-9358-4063-ba5f-5bde8433f515 2018-08-20 10:23:40,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:40,459 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3e5b4cf-12ea-4f04-9073-1d9c886ba486 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:40,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-f3e5b4cf-12ea-4f04-9073-1d9c886ba486 2018-08-20 10:23:40,459 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:40,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:40,551 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47927186-5649-494d-a351-4359aad5201b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:40,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-47927186-5649-494d-a351-4359aad5201b 2018-08-20 10:23:40,551 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:40,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:40,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f92e33d9-61ea-48a5-81f9-f19c16c9dd53 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cae683660f5a47008deb596b4c6f5e49", "name": "CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj"}} 2018-08-20 10:23:40,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49 used request id req-f92e33d9-61ea-48a5-81f9-f19c16c9dd53 2018-08-20 10:23:40,646 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cace1db6-6cbb-4f82-8707-e534e7d89afa 2018-08-20 10:23:40,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=cace1db6-6cbb-4f82-8707-e534e7d89afa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:40,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bbfad3d7-a74c-4de3-b9b6-dbb781265376 Date: Mon, 20 Aug 2018 10:23: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-08-20T10:23:30Z", "security_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "port_range_min": null, "revision_number": 0, "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "created_at": "2018-08-20T10:23:30Z", "project_id": "cae683660f5a47008deb596b4c6f5e49", "id": "28c3543b-6ae5-4365-9c24-4af839f1e291"}, {"remote_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:30Z", "security_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "port_range_min": null, "revision_number": 0, "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "created_at": "2018-08-20T10:23:30Z", "project_id": "cae683660f5a47008deb596b4c6f5e49", "id": "94df51a5-693f-4a6b-ac01-cff4f2ed3df7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:30Z", "security_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "port_range_min": null, "revision_number": 0, "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "created_at": "2018-08-20T10:23:30Z", "project_id": "cae683660f5a47008deb596b4c6f5e49", "id": "a709c15b-36ea-4575-8fbf-935224e66027"}, {"remote_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:30Z", "security_group_id": "cace1db6-6cbb-4f82-8707-e534e7d89afa", "port_range_min": null, "revision_number": 0, "tenant_id": "cae683660f5a47008deb596b4c6f5e49", "created_at": "2018-08-20T10:23:30Z", "project_id": "cae683660f5a47008deb596b4c6f5e49", "id": "bc0bc9c6-7642-43db-8f42-067fb746156e"}]} 2018-08-20 10:23:40,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=cace1db6-6cbb-4f82-8707-e534e7d89afa used request id req-bbfad3d7-a74c-4de3-b9b6-dbb781265376 2018-08-20 10:23:40,848 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:23:40,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/cace1db6-6cbb-4f82-8707-e534e7d89afa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:41,194 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42567f54-66d6-4614-b8da-ad61a25c98c2 Content-Length: 0 Date: Mon, 20 Aug 2018 10:23:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:41,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/cace1db6-6cbb-4f82-8707-e534e7d89afa used request id req-42567f54-66d6-4614-b8da-ad61a25c98c2 2018-08-20 10:23:41,195 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj 2018-08-20 10:23:41,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:41,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca5cbd87-e479-4f50-83dd-0db24cea6fc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:41,551 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cae683660f5a47008deb596b4c6f5e49 used request id req-ca5cbd87-e479-4f50-83dd-0db24cea6fc9 2018-08-20 10:23:41,551 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-01e214e2-4ffa-41d-proj-role 2018-08-20 10:23:41,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/2380adb969c7499a9756efa0ce131199 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:41,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd9cc480-fb97-4dc8-9843-42f32df10b63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:41,670 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2380adb969c7499a9756efa0ce131199 used request id req-cd9cc480-fb97-4dc8-9843-42f32df10b63 2018-08-20 10:23:41,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81d086fca1ef1293cff7da5815e7d99de1f25726" 2018-08-20 10:23:41,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ed4e33-b25f-42da-bb00-24b78e61165b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:23:41,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-70ed4e33-b25f-42da-bb00-24b78e61165b 2018-08-20 10:23:41,764 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-01e214e2-4ffa-41d-user 2018-08-20 10:23:41,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/3f29ac5fd10a452eb1997347c275927f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afac2b7072093150918e6f78a56165b7d48d7c6e" 2018-08-20 10:23:41,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-644b0e5d-eeba-4c56-bd4d-3ee0ed3b7350 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:41,953 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/3f29ac5fd10a452eb1997347c275927f used request id req-644b0e5d-eeba-4c56-bd4d-3ee0ed3b7350 2018-08-20 10:23:41,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:42,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["BryXJ-gQTCmpNl_bL_CsPg"], "issued_at": "2018-08-20T10:23:42.000000Z"}} 2018-08-20 10:23:42,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d72ea4572fa597204b1986d35b736a12eb1e3be" 2018-08-20 10:23:42,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c0bfe4d-023d-4051-910f-3806b52e9c4a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:42,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0c0bfe4d-023d-4051-910f-3806b52e9c4a 2018-08-20 10:23:42,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:42,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:42,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Et0CbL89S1e6YcMYovcOGg"], "issued_at": "2018-08-20T10:23:42.000000Z"}} 2018-08-20 10:23:42,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:42,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b008dd4-2385-4f24-86a0-546065434c78 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:42,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2b008dd4-2385-4f24-86a0-546065434c78 2018-08-20 10:23:42,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:42,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:42,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:43,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e57225-dacc-4e03-9c1d-1df437c3ec65 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:23:43,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj used request id req-c6e57225-dacc-4e03-9c1d-1df437c3ec65 2018-08-20 10:23:43,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:43,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bf29155-502b-4f95-94cf-3f00facf5c34 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:23:43,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-4bf29155-502b-4f95-94cf-3f00facf5c34 2018-08-20 10:23:43,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj"}}' 2018-08-20 10:23:43,268 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:23:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9f665a5-7242-4787-ac44-638dd5da483e Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb"}, "tags": [], "enabled": true, "id": "a7942a81339a4247a4f974aff65c3bbb", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj"}} 2018-08-20 10:23:43,269 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-e9f665a5-7242-4787-ac44-638dd5da483e 2018-08-20 10:23:43,269 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj 2018-08-20 10:23:43,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:43,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:43,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["rHFueCX-Q_S8vMx_XO5XeA"], "issued_at": "2018-08-20T10:23:43.000000Z"}} 2018-08-20 10:23:43,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b604315e7639fb96bc15374b82d444991e5dfb" 2018-08-20 10:23:43,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5757ee6e-8a10-445f-bfe8-4645a047c72b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:43,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5757ee6e-8a10-445f-bfe8-4645a047c72b 2018-08-20 10:23:43,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:43,764 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:43,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b604315e7639fb96bc15374b82d444991e5dfb" 2018-08-20 10:23:43,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b12930-dd07-4256-b665-b4648ed9d693 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:23:43,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-d7b12930-dd07-4256-b665-b4648ed9d693 2018-08-20 10:23:43,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b604315e7639fb96bc15374b82d444991e5dfb" 2018-08-20 10:23:43,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d956ddbd-ef5d-4902-973c-bde91e508ff4 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb"}, "tags": [], "enabled": true, "id": "a7942a81339a4247a4f974aff65c3bbb", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj"}]} 2018-08-20 10:23:43,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj used request id req-d956ddbd-ef5d-4902-973c-bde91e508ff4 2018-08-20 10:23:43,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b604315e7639fb96bc15374b82d444991e5dfb" 2018-08-20 10:23:44,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0834d2c-27a9-4bca-a96d-086e0f3f3641 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:23:44,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e0834d2c-27a9-4bca-a96d-086e0f3f3641 2018-08-20 10:23:44,413 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-b9681a8f-1623-4e5-user 2018-08-20 10:23:44,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:44,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:44,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0645fb08-a4de-404a-acd6-da6f54461b6d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:23:44,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0645fb08-a4de-404a-acd6-da6f54461b6d 2018-08-20 10:23:44,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" -d '{"role": {"name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj-role"}}' 2018-08-20 10:23:44,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:23:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e61621cc-48c8-4792-8970-aa2654fedb3f Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dcf7a0ff8abf48c4a4810474e35638b8", "links": {"self": "http://172.30.9.36:5000/v3/roles/dcf7a0ff8abf48c4a4810474e35638b8"}, "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj-role"}} 2018-08-20 10:23:44,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e61621cc-48c8-4792-8970-aa2654fedb3f 2018-08-20 10:23:44,636 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj-role 2018-08-20 10:23:44,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/dcf7a0ff8abf48c4a4810474e35638b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:44,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba94f20f-c506-4365-a42f-96fe8ffd034a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dcf7a0ff8abf48c4a4810474e35638b8", "links": {"self": "http://172.30.9.36:5000/v3/roles/dcf7a0ff8abf48c4a4810474e35638b8"}, "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj-role"}} 2018-08-20 10:23:44,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/dcf7a0ff8abf48c4a4810474e35638b8 used request id req-ba94f20f-c506-4365-a42f-96fe8ffd034a 2018-08-20 10:23:44,730 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj-role to project CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj 2018-08-20 10:23:44,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb/users/8bc9587d506c47f1b54c84190cc0b6f9/roles/dcf7a0ff8abf48c4a4810474e35638b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:44,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b4b00c0-ebda-4cd0-934e-910014fb7ac7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:44,884 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb/users/8bc9587d506c47f1b54c84190cc0b6f9/roles/dcf7a0ff8abf48c4a4810474e35638b8 used request id req-0b4b00c0-ebda-4cd0-934e-910014fb7ac7 2018-08-20 10:23:44,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:44,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:44,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:44,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:44,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:44,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:44,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:45,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dcf7a0ff8abf48c4a4810474e35638b8", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj-role"}], "expires_at": "2018-08-20T11:23:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7942a81339a4247a4f974aff65c3bbb", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a7942a81339a4247a4f974aff65c3bbb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a7942a81339a4247a4f974aff65c3bbb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-user", "id": "8bc9587d506c47f1b54c84190cc0b6f9"}, "audit_ids": ["c-Gx7_vGSC6Zmdf_KEXr1g"], "issued_at": "2018-08-20T10:23:45.000000Z"}} 2018-08-20 10:23:45,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" 2018-08-20 10:23:45,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b1b1d2b-4091-483a-9464-1cd94684dea7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:45,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1b1b1d2b-4091-483a-9464-1cd94684dea7 2018-08-20 10:23:45,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:45,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:45,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:45,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:45,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:45,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" 2018-08-20 10:23:45,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5039db0d-2379-4cfd-a6f5-13cbae184244 Date: Mon, 20 Aug 2018 10:23:45 GMT RESP BODY: {"networks":[]} 2018-08-20 10:23:45,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net used request id req-5039db0d-2379-4cfd-a6f5-13cbae184244 2018-08-20 10:23:45,565 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net 2018-08-20 10:23:45,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net", "admin_state_up": true}}' 2018-08-20 10:23:46,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-4bd189d3-39ac-4282-b6a4-b4623da863d5 Date: Mon, 20 Aug 2018 10:23:46 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a7942a81339a4247a4f974aff65c3bbb","created_at":"2018-08-20T10:23:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-08-20T10:23:46Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a7942a81339a4247a4f974aff65c3bbb","id":"c08f015b-e6bf-4f34-a385-905210188ac7","name":"CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net"}} 2018-08-20 10:23:46,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-4bd189d3-39ac-4282-b6a4-b4623da863d5 2018-08-20 10:23:46,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=c08f015b-e6bf-4f34-a385-905210188ac7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" 2018-08-20 10:23:46,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5c915ebc-994b-4da6-856a-80cf1c052efa Date: Mon, 20 Aug 2018 10:23: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-08-20T10:23:46Z","tenant_id":"a7942a81339a4247a4f974aff65c3bbb","created_at":"2018-08-20T10:23:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a7942a81339a4247a4f974aff65c3bbb","id":"c08f015b-e6bf-4f34-a385-905210188ac7","name":"CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net"}]} 2018-08-20 10:23:46,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=c08f015b-e6bf-4f34-a385-905210188ac7 used request id req-5c915ebc-994b-4da6-856a-80cf1c052efa 2018-08-20 10:23:46,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c08f015b-e6bf-4f34-a385-905210188ac7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" 2018-08-20 10:23:46,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-746ac919-e060-4693-af7e-352041944897 Date: Mon, 20 Aug 2018 10:23:46 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:23:46,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c08f015b-e6bf-4f34-a385-905210188ac7 used request id req-746ac919-e060-4693-af7e-352041944897 2018-08-20 10:23:46,774 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-subnet 2018-08-20 10:23:46,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" -d '{"subnets": [{"ip_version": 4, "network_id": "c08f015b-e6bf-4f34-a385-905210188ac7", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-subnet"}]}' 2018-08-20 10:23:47,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c71dba3f-9940-4a79-978d-2104bfa6294d Date: Mon, 20 Aug 2018 10:23:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c08f015b-e6bf-4f34-a385-905210188ac7","tenant_id":"a7942a81339a4247a4f974aff65c3bbb","created_at":"2018-08-20T10:23:47Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:47Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"a7942a81339a4247a4f974aff65c3bbb","id":"2139065a-cb39-47e1-ace9-6c5706be404a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-subnet"}]} 2018-08-20 10:23:47,837 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-c71dba3f-9940-4a79-978d-2104bfa6294d 2018-08-20 10:23:47,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=c08f015b-e6bf-4f34-a385-905210188ac7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" 2018-08-20 10:23:48,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-38c54247-f8a4-4b73-92c7-41c18afd7659 Date: Mon, 20 Aug 2018 10:23: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":["2139065a-cb39-47e1-ace9-6c5706be404a"],"updated_at":"2018-08-20T10:23:47Z","tenant_id":"a7942a81339a4247a4f974aff65c3bbb","created_at":"2018-08-20T10:23:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7942a81339a4247a4f974aff65c3bbb","id":"c08f015b-e6bf-4f34-a385-905210188ac7","name":"CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net"}]} 2018-08-20 10:23:48,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=c08f015b-e6bf-4f34-a385-905210188ac7 used request id req-38c54247-f8a4-4b73-92c7-41c18afd7659 2018-08-20 10:23:48,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c08f015b-e6bf-4f34-a385-905210188ac7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" 2018-08-20 10:23:48,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-548c0092-bf00-4d83-9811-963e49e90315 Date: Mon, 20 Aug 2018 10:23:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c08f015b-e6bf-4f34-a385-905210188ac7","tenant_id":"a7942a81339a4247a4f974aff65c3bbb","created_at":"2018-08-20T10:23:47Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"a7942a81339a4247a4f974aff65c3bbb","id":"2139065a-cb39-47e1-ace9-6c5706be404a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-subnet"}]} 2018-08-20 10:23:48,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c08f015b-e6bf-4f34-a385-905210188ac7 used request id req-548c0092-bf00-4d83-9811-963e49e90315 2018-08-20 10:23:48,448 - OpenStackNetwork - DEBUG - Network [c08f015b-e6bf-4f34-a385-905210188ac7] created successfully 2018-08-20 10:23:48,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:48,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:48,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dcf7a0ff8abf48c4a4810474e35638b8", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj-role"}], "expires_at": "2018-08-20T11:23:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7942a81339a4247a4f974aff65c3bbb", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a7942a81339a4247a4f974aff65c3bbb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a7942a81339a4247a4f974aff65c3bbb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a7942a81339a4247a4f974aff65c3bbb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-user", "id": "8bc9587d506c47f1b54c84190cc0b6f9"}, "audit_ids": ["u6o0Qn7QRNuGOJoiLxBccQ"], "issued_at": "2018-08-20T10:23:48.000000Z"}} 2018-08-20 10:23:48,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2580a279d6f8ce73e64f2fa78198337bb58beb80" 2018-08-20 10:23:48,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ebd666e-02d3-4def-a243-6d6d5b5fdf2f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:48,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6ebd666e-02d3-4def-a243-6d6d5b5fdf2f 2018-08-20 10:23:48,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:48,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:48,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:48,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:48,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:48,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2580a279d6f8ce73e64f2fa78198337bb58beb80" 2018-08-20 10:23:49,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-61e1abf3-159c-4f24-befc-3a3a9cd90e5c Date: Mon, 20 Aug 2018 10:23: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":["2139065a-cb39-47e1-ace9-6c5706be404a"],"updated_at":"2018-08-20T10:23:47Z","tenant_id":"a7942a81339a4247a4f974aff65c3bbb","created_at":"2018-08-20T10:23:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7942a81339a4247a4f974aff65c3bbb","id":"c08f015b-e6bf-4f34-a385-905210188ac7","name":"CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net"}]} 2018-08-20 10:23:49,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net used request id req-61e1abf3-159c-4f24-befc-3a3a9cd90e5c 2018-08-20 10:23:49,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:49,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:49,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2580a279d6f8ce73e64f2fa78198337bb58beb80" 2018-08-20 10:23:49,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e22e9077-43fc-458d-8b52-2bdf42d0f7c8 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7942a81339a4247a4f974aff65c3bbb", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj"}} 2018-08-20 10:23:49,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb used request id req-e22e9077-43fc-458d-8b52-2bdf42d0f7c8 2018-08-20 10:23:49,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c08f015b-e6bf-4f34-a385-905210188ac7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2580a279d6f8ce73e64f2fa78198337bb58beb80" 2018-08-20 10:23:49,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cd991637-479b-4333-b29a-9adc5908b03f Date: Mon, 20 Aug 2018 10:23:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c08f015b-e6bf-4f34-a385-905210188ac7","tenant_id":"a7942a81339a4247a4f974aff65c3bbb","created_at":"2018-08-20T10:23:47Z","dns_nameservers":[],"updated_at":"2018-08-20T10:23:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"a7942a81339a4247a4f974aff65c3bbb","id":"2139065a-cb39-47e1-ace9-6c5706be404a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-subnet"}]} 2018-08-20 10:23:49,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c08f015b-e6bf-4f34-a385-905210188ac7 used request id req-cd991637-479b-4333-b29a-9adc5908b03f 2018-08-20 10:23:49,661 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-subnet 2018-08-20 10:23:49,661 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-subnet 2018-08-20 10:23:49,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/2139065a-cb39-47e1-ace9-6c5706be404a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" 2018-08-20 10:23:52,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85d8816c-9e81-4865-b06f-803927d9dd38 Date: Mon, 20 Aug 2018 10:23:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:52,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/2139065a-cb39-47e1-ace9-6c5706be404a used request id req-85d8816c-9e81-4865-b06f-803927d9dd38 2018-08-20 10:23:52,093 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3b8ef20c-fed9-44e1-8449-de89133375a6-pub-net 2018-08-20 10:23:52,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/c08f015b-e6bf-4f34-a385-905210188ac7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb6138a53ef24060d6c6ce9aa4b3a242ed3407e" 2018-08-20 10:23:53,505 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-607646c4-9a83-44a7-9a14-1cf9208d0eb6 Date: Mon, 20 Aug 2018 10:23:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:53,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/c08f015b-e6bf-4f34-a385-905210188ac7 used request id req-607646c4-9a83-44a7-9a14-1cf9208d0eb6 2018-08-20 10:23:53,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:53,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:53,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:53,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:53,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:53,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:53,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-9f6b4dd2-50d6-4b90-b430-cee21f98f122 Date: Mon, 20 Aug 2018 10:23:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "created_at": "2018-08-20T10:23:45Z", "updated_at": "2018-08-20T10:23:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:45Z", "revision_number": 0, "id": "4063b252-5d01-4a24-8da3-367abc2da851", "remote_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:45Z", "security_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7942a81339a4247a4f974aff65c3bbb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:45Z", "revision_number": 0, "id": "59b12255-6fb9-4a42-b843-dae497bce25f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:45Z", "security_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7942a81339a4247a4f974aff65c3bbb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:45Z", "revision_number": 0, "id": "7f016b5a-9546-4687-843c-a89bc4bbec92", "remote_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:45Z", "security_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7942a81339a4247a4f974aff65c3bbb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:23:45Z", "revision_number": 0, "id": "f3b11a9c-6004-4a73-bf7e-c0d7b55da2ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:23:45Z", "security_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7942a81339a4247a4f974aff65c3bbb"}], "revision_number": 4, "project_id": "a7942a81339a4247a4f974aff65c3bbb", "id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:23:53,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-9f6b4dd2-50d6-4b90-b430-cee21f98f122 2018-08-20 10:23:53,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:53,876 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9ce1f98-a38e-40b2-a920-022086231ed7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:53,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-c9ce1f98-a38e-40b2-a920-022086231ed7 2018-08-20 10:23:53,876 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:53,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:53,963 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9a5942d-522b-45a8-bb00-8e5c7a4763ad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:53,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-f9a5942d-522b-45a8-bb00-8e5c7a4763ad 2018-08-20 10:23:53,964 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:53,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,065 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20650143-e871-475a-a5ea-da3ff241e986 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-20650143-e871-475a-a5ea-da3ff241e986 2018-08-20 10:23:54,065 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,156 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88c860ff-4ad3-4bd0-8a3f-a6f1621939fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-88c860ff-4ad3-4bd0-8a3f-a6f1621939fd 2018-08-20 10:23:54,157 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,256 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e96fa6d7-0abf-4c50-a102-5d8328c6dc04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-e96fa6d7-0abf-4c50-a102-5d8328c6dc04 2018-08-20 10:23:54,256 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,348 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b8bbfca-83a5-4a24-81d7-05cb333dbff3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-8b8bbfca-83a5-4a24-81d7-05cb333dbff3 2018-08-20 10:23:54,349 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,445 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dbfaedf-d0c8-415c-ac12-2a2db64fc9e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-8dbfaedf-d0c8-415c-ac12-2a2db64fc9e7 2018-08-20 10:23:54,446 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,535 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-181d97c7-7beb-41fd-870c-11dfae98f3da Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-181d97c7-7beb-41fd-870c-11dfae98f3da 2018-08-20 10:23:54,535 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,709 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d57aecfd-a4ba-49e5-9651-c39569a5b843 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-d57aecfd-a4ba-49e5-9651-c39569a5b843 2018-08-20 10:23:54,710 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c77382-8dcf-46c6-a468-94c2cd9bbb94 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:23:54,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-e8c77382-8dcf-46c6-a468-94c2cd9bbb94 2018-08-20 10:23:54,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,894 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a28a37aa-c1a1-4786-9a6a-055f1e105b07 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-a28a37aa-c1a1-4786-9a6a-055f1e105b07 2018-08-20 10:23:54,894 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:54,992 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ea653aa-0b04-4977-bfd1-daf202212613 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:54,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-6ea653aa-0b04-4977-bfd1-daf202212613 2018-08-20 10:23:54,992 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:54,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:55,087 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-371a8231-4282-4117-b642-a8ff2e821c97 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:55,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-371a8231-4282-4117-b642-a8ff2e821c97 2018-08-20 10:23:55,087 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:55,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:55,177 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fc0fa7a-6a4d-4c62-9201-7552e4956939 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:55,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-2fc0fa7a-6a4d-4c62-9201-7552e4956939 2018-08-20 10:23:55,178 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:55,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:55,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2231429-a6b3-4067-8da6-f530098abeb3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:23:55,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b2231429-a6b3-4067-8da6-f530098abeb3 2018-08-20 10:23:55,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:55,379 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:23:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c5d2191-0d69-45fc-9d43-dea7023d8619 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:23:55,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-9c5d2191-0d69-45fc-9d43-dea7023d8619 2018-08-20 10:23:55,379 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:23:55,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:55,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb2ca06-7ae2-408b-bd33-9273958f2ec7 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7942a81339a4247a4f974aff65c3bbb", "name": "CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj"}} 2018-08-20 10:23:55,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb used request id req-eeb2ca06-7ae2-408b-bd33-9273958f2ec7 2018-08-20 10:23:55,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb6360cb-a6a3-4036-bafe-75edd01dd12f 2018-08-20 10:23:55,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fb6360cb-a6a3-4036-bafe-75edd01dd12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:55,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a1257db0-d781-4a90-8359-ffda3c1b0b0f Date: Mon, 20 Aug 2018 10:23:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:45Z", "security_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "port_range_min": null, "revision_number": 0, "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "created_at": "2018-08-20T10:23:45Z", "project_id": "a7942a81339a4247a4f974aff65c3bbb", "id": "4063b252-5d01-4a24-8da3-367abc2da851"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:45Z", "security_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "port_range_min": null, "revision_number": 0, "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "created_at": "2018-08-20T10:23:45Z", "project_id": "a7942a81339a4247a4f974aff65c3bbb", "id": "59b12255-6fb9-4a42-b843-dae497bce25f"}, {"remote_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:45Z", "security_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "port_range_min": null, "revision_number": 0, "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "created_at": "2018-08-20T10:23:45Z", "project_id": "a7942a81339a4247a4f974aff65c3bbb", "id": "7f016b5a-9546-4687-843c-a89bc4bbec92"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:23:45Z", "security_group_id": "fb6360cb-a6a3-4036-bafe-75edd01dd12f", "port_range_min": null, "revision_number": 0, "tenant_id": "a7942a81339a4247a4f974aff65c3bbb", "created_at": "2018-08-20T10:23:45Z", "project_id": "a7942a81339a4247a4f974aff65c3bbb", "id": "f3b11a9c-6004-4a73-bf7e-c0d7b55da2ef"}]} 2018-08-20 10:23:55,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fb6360cb-a6a3-4036-bafe-75edd01dd12f used request id req-a1257db0-d781-4a90-8359-ffda3c1b0b0f 2018-08-20 10:23:55,672 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:23:55,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/fb6360cb-a6a3-4036-bafe-75edd01dd12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:56,060 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab4f7790-e48c-4d74-a90a-938a25fc1eeb Content-Length: 0 Date: Mon, 20 Aug 2018 10:23:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:23:56,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/fb6360cb-a6a3-4036-bafe-75edd01dd12f used request id req-ab4f7790-e48c-4d74-a90a-938a25fc1eeb 2018-08-20 10:23:56,061 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj 2018-08-20 10:23:56,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:56,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa874053-5af1-494f-86e6-87e88c62c7f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:56,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/a7942a81339a4247a4f974aff65c3bbb used request id req-fa874053-5af1-494f-86e6-87e88c62c7f5 2018-08-20 10:23:56,395 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-b9681a8f-1623-4e5-proj-role 2018-08-20 10:23:56,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/dcf7a0ff8abf48c4a4810474e35638b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:56,533 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fea2668-916c-43a2-b266-568f5c48262b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:56,533 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/dcf7a0ff8abf48c4a4810474e35638b8 used request id req-0fea2668-916c-43a2-b266-568f5c48262b 2018-08-20 10:23:56,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}766b28a5bb50efdc53ed97f61b420dad68d1d8ff" 2018-08-20 10:23:56,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24c24881-6891-41b6-852c-a49f3babc49b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:23:56,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-24c24881-6891-41b6-852c-a49f3babc49b 2018-08-20 10:23:56,622 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-b9681a8f-1623-4e5-user 2018-08-20 10:23:56,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/8bc9587d506c47f1b54c84190cc0b6f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b604315e7639fb96bc15374b82d444991e5dfb" 2018-08-20 10:23:56,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22d6b50d-d33f-4603-9a9d-983688aa7708 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:56,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/8bc9587d506c47f1b54c84190cc0b6f9 used request id req-22d6b50d-d33f-4603-9a9d-983688aa7708 2018-08-20 10:23:56,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:57,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["7CYVIcHhSCmHixhEUMtXvA"], "issued_at": "2018-08-20T10:23:57.000000Z"}} 2018-08-20 10:23:57,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70dc1bd5e5279ae42fac4dec82c4a5062a707066" 2018-08-20 10:23:57,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6faa926-ca8c-43bd-8966-134798b6d394 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:57,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a6faa926-ca8c-43bd-8966-134798b6d394 2018-08-20 10:23:57,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:57,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:57,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["YCgWpN4oT2CGD5TcQNmN7A"], "issued_at": "2018-08-20T10:23:57.000000Z"}} 2018-08-20 10:23:57,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:23:57,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-471d2d95-3959-4a2d-82cf-964f88e4218d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:57,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-471d2d95-3959-4a2d-82cf-964f88e4218d 2018-08-20 10:23:57,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:57,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:57,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-79bc8268-7c17-43b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:23:57,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c34eb5-7c73-4ef3-91f5-f73fdcfcdeb8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-79bc8268-7c17-43b-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:23:57,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-79bc8268-7c17-43b-proj used request id req-73c34eb5-7c73-4ef3-91f5-f73fdcfcdeb8 2018-08-20 10:23:57,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:23:58,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00fd1994-e32f-4de9-8ab4-b39ee44f5324 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:23:58,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-00fd1994-e32f-4de9-8ab4-b39ee44f5324 2018-08-20 10:23:58,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj"}}' 2018-08-20 10:23:58,192 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-792ad8e8-b404-4d14-a8cc-290e40d9ab9f Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a"}, "tags": [], "enabled": true, "id": "679a1db3a7da4429a9b403545dd3255a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj"}} 2018-08-20 10:23:58,192 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-792ad8e8-b404-4d14-a8cc-290e40d9ab9f 2018-08-20 10:23:58,192 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-79bc8268-7c17-43b-proj 2018-08-20 10:23:58,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:58,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:23:58,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["o08Rn99KQrOO2_P7hDY72w"], "issued_at": "2018-08-20T10:23:58.000000Z"}} 2018-08-20 10:23:58,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecde5e1afbf6ae400ea221a7da545ff6cdb924b" 2018-08-20 10:23:58,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ab66e9-e7da-440a-9b62-69e9ffdf58ee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:23:58,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-89ab66e9-e7da-440a-9b62-69e9ffdf58ee 2018-08-20 10:23:58,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:23:58,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:23:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:23:58,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecde5e1afbf6ae400ea221a7da545ff6cdb924b" 2018-08-20 10:23:58,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6dd6c83-2715-41af-9df1-84162292beca Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:23:58,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-d6dd6c83-2715-41af-9df1-84162292beca 2018-08-20 10:23:58,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-79bc8268-7c17-43b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecde5e1afbf6ae400ea221a7da545ff6cdb924b" 2018-08-20 10:23:58,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1494902e-9943-4d77-b127-01f0e539fded Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-79bc8268-7c17-43b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a"}, "tags": [], "enabled": true, "id": "679a1db3a7da4429a9b403545dd3255a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj"}]} 2018-08-20 10:23:58,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-79bc8268-7c17-43b-proj used request id req-1494902e-9943-4d77-b127-01f0e539fded 2018-08-20 10:23:58,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecde5e1afbf6ae400ea221a7da545ff6cdb924b" 2018-08-20 10:23:59,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23707326-7aa2-4b38-8416-00a643e3adc6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:23:59,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-23707326-7aa2-4b38-8416-00a643e3adc6 2018-08-20 10:23:59,316 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-79bc8268-7c17-43b-user 2018-08-20 10:23:59,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:59,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:23:59,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14971838-d2c0-43be-9ce3-63741bb2f9c1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:23:59,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-14971838-d2c0-43be-9ce3-63741bb2f9c1 2018-08-20 10:23:59,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" -d '{"role": {"name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role"}}' 2018-08-20 10:23:59,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e928550e-1d97-4a7f-805d-e8091b9c9606 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7505aea90c144ed28e6b9956feb8ee53", "links": {"self": "http://172.30.9.36:5000/v3/roles/7505aea90c144ed28e6b9956feb8ee53"}, "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role"}} 2018-08-20 10:23:59,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e928550e-1d97-4a7f-805d-e8091b9c9606 2018-08-20 10:23:59,539 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role 2018-08-20 10:23:59,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/7505aea90c144ed28e6b9956feb8ee53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:23:59,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-386cd744-4e6f-4c2a-8b32-5043a989a436 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7505aea90c144ed28e6b9956feb8ee53", "links": {"self": "http://172.30.9.36:5000/v3/roles/7505aea90c144ed28e6b9956feb8ee53"}, "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role"}} 2018-08-20 10:23:59,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/7505aea90c144ed28e6b9956feb8ee53 used request id req-386cd744-4e6f-4c2a-8b32-5043a989a436 2018-08-20 10:23:59,632 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role to project CreateRouterSuccessTests-79bc8268-7c17-43b-proj 2018-08-20 10:23:59,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a/users/360b8887317b41da838e6c5603725bc3/roles/7505aea90c144ed28e6b9956feb8ee53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:23:59,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43b1dff8-6d04-437d-b374-0c49639e1aa3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:23:59,769 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a/users/360b8887317b41da838e6c5603725bc3/roles/7505aea90c144ed28e6b9956feb8ee53 used request id req-43b1dff8-6d04-437d-b374-0c49639e1aa3 2018-08-20 10:23:59,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:23:59,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:23:59,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:23:59,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:23:59,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:23:59,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:23:59,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:00,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7505aea90c144ed28e6b9956feb8ee53", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role"}], "expires_at": "2018-08-20T11:24:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "679a1db3a7da4429a9b403545dd3255a", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-user", "id": "360b8887317b41da838e6c5603725bc3"}, "audit_ids": ["xsqB3KZVQX-aBMX8eZc07A"], "issued_at": "2018-08-20T10:24:00.000000Z"}} 2018-08-20 10:24:00,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" 2018-08-20 10:24:00,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2978a33c-3ec7-45fd-8946-dd3b071a500d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:00,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2978a33c-3ec7-45fd-8946-dd3b071a500d 2018-08-20 10:24:00,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:00,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:00,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:00,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:00,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:00,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" 2018-08-20 10:24:00,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bc477122-061d-4565-9062-7969e3a06d53 Date: Mon, 20 Aug 2018 10:24:00 GMT RESP BODY: {"routers": []} 2018-08-20 10:24:00,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router&admin_state_up=True used request id req-bc477122-061d-4565-9062-7969e3a06d53 2018-08-20 10:24:00,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:00,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:00,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7505aea90c144ed28e6b9956feb8ee53", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role"}], "expires_at": "2018-08-20T11:24:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "679a1db3a7da4429a9b403545dd3255a", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-user", "id": "360b8887317b41da838e6c5603725bc3"}, "audit_ids": ["O1cM8SE8QYe0eCnhAIQfVQ"], "issued_at": "2018-08-20T10:24:00.000000Z"}} 2018-08-20 10:24:00,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25731a6883b82c73a9fa0044469d3286256410c7" 2018-08-20 10:24:00,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d19ccf00-e653-49ae-9c23-e37e6667de23 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:00,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d19ccf00-e653-49ae-9c23-e37e6667de23 2018-08-20 10:24:00,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" 2018-08-20 10:24:01,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a78ff7a8-40d5-4fed-80c7-ee6a6a6ce158 Date: Mon, 20 Aug 2018 10:24:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:24:01,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-a78ff7a8-40d5-4fed-80c7-ee6a6a6ce158 2018-08-20 10:24:01,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" 2018-08-20 10:24:01,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-739c8229-41f4-4b61-8bf6-f01e4d7c1ff2 Date: Mon, 20 Aug 2018 10:24:01 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:24:01,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-739c8229-41f4-4b61-8bf6-f01e4d7c1ff2 2018-08-20 10:24:01,451 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router 2018-08-20 10:24:01,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router", "admin_state_up": true}}' 2018-08-20 10:24:02,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-b2e7dc9b-5a0e-4f64-879e-fbf3d0e89982 Date: Mon, 20 Aug 2018 10:24:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "679a1db3a7da4429a9b403545dd3255a", "created_at": "2018-08-20T10:24:01Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:02Z", "revision_number": 2, "routes": [], "project_id": "679a1db3a7da4429a9b403545dd3255a", "id": "d95a7fcc-177b-4e26-9651-9fcdc836da97", "name": "CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router"}} 2018-08-20 10:24:02,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-b2e7dc9b-5a0e-4f64-879e-fbf3d0e89982 2018-08-20 10:24:02,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=d95a7fcc-177b-4e26-9651-9fcdc836da97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" 2018-08-20 10:24:03,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2a86c7cc-7c2a-480c-aee2-397494f53797 Date: Mon, 20 Aug 2018 10:24:03 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:03,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=d95a7fcc-177b-4e26-9651-9fcdc836da97 used request id req-2a86c7cc-7c2a-480c-aee2-397494f53797 2018-08-20 10:24:03,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/d95a7fcc-177b-4e26-9651-9fcdc836da97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" 2018-08-20 10:24:03,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-e3072536-c194-46b5-867e-43d3cf7a4814 Date: Mon, 20 Aug 2018 10:24:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "679a1db3a7da4429a9b403545dd3255a", "created_at": "2018-08-20T10:24:01Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:02Z", "revision_number": 2, "routes": [], "project_id": "679a1db3a7da4429a9b403545dd3255a", "id": "d95a7fcc-177b-4e26-9651-9fcdc836da97", "name": "CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router"}} 2018-08-20 10:24:03,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/d95a7fcc-177b-4e26-9651-9fcdc836da97 used request id req-e3072536-c194-46b5-867e-43d3cf7a4814 2018-08-20 10:24:03,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=d95a7fcc-177b-4e26-9651-9fcdc836da97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" 2018-08-20 10:24:03,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-75a593ae-0551-4ad1-9c24-827a96407fe9 Date: Mon, 20 Aug 2018 10:24:03 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:03,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=d95a7fcc-177b-4e26-9651-9fcdc836da97 used request id req-75a593ae-0551-4ad1-9c24-827a96407fe9 2018-08-20 10:24:03,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:04,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7505aea90c144ed28e6b9956feb8ee53", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role"}], "expires_at": "2018-08-20T11:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "679a1db3a7da4429a9b403545dd3255a", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/679a1db3a7da4429a9b403545dd3255a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-user", "id": "360b8887317b41da838e6c5603725bc3"}, "audit_ids": ["TGqAcCRDSiO7jcp5aCSrog"], "issued_at": "2018-08-20T10:24:04.000000Z"}} 2018-08-20 10:24:04,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f566f360c83b0c4a4c25d176027de53cbfdb4e7c" 2018-08-20 10:24:04,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-4836b36a-1777-431e-ab16-af63549a3bd2 Date: Mon, 20 Aug 2018 10:24:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "679a1db3a7da4429a9b403545dd3255a", "created_at": "2018-08-20T10:24:01Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:02Z", "revision_number": 2, "routes": [], "project_id": "679a1db3a7da4429a9b403545dd3255a", "id": "d95a7fcc-177b-4e26-9651-9fcdc836da97", "name": "CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router"}]} 2018-08-20 10:24:04,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router&admin_state_up=True used request id req-4836b36a-1777-431e-ab16-af63549a3bd2 2018-08-20 10:24:04,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:04,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:04,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70dc1bd5e5279ae42fac4dec82c4a5062a707066" 2018-08-20 10:24:04,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e78e331-6806-40a1-974c-d6424e5a71b8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "679a1db3a7da4429a9b403545dd3255a", "name": "CreateRouterSuccessTests-79bc8268-7c17-43b-proj"}} 2018-08-20 10:24:04,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a used request id req-8e78e331-6806-40a1-974c-d6424e5a71b8 2018-08-20 10:24:04,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=d95a7fcc-177b-4e26-9651-9fcdc836da97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f566f360c83b0c4a4c25d176027de53cbfdb4e7c" 2018-08-20 10:24:04,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3d9864e8-221d-430e-9bdb-b12ce2bea046 Date: Mon, 20 Aug 2018 10:24:04 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:04,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=d95a7fcc-177b-4e26-9651-9fcdc836da97 used request id req-3d9864e8-221d-430e-9bdb-b12ce2bea046 2018-08-20 10:24:04,673 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router 2018-08-20 10:24:04,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/d95a7fcc-177b-4e26-9651-9fcdc836da97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f566f360c83b0c4a4c25d176027de53cbfdb4e7c" 2018-08-20 10:24:06,111 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-470af3c3-52d8-4c1e-8a57-c707b4ec042f Content-Length: 0 Date: Mon, 20 Aug 2018 10:24:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:24:06,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/d95a7fcc-177b-4e26-9651-9fcdc836da97 used request id req-470af3c3-52d8-4c1e-8a57-c707b4ec042f 2018-08-20 10:24:06,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f566f360c83b0c4a4c25d176027de53cbfdb4e7c" 2018-08-20 10:24:06,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7d51088b-2736-49df-9900-fb3e65f3275d Date: Mon, 20 Aug 2018 10:24:06 GMT RESP BODY: {"routers": []} 2018-08-20 10:24:06,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router&admin_state_up=True used request id req-7d51088b-2736-49df-9900-fb3e65f3275d 2018-08-20 10:24:06,525 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router 2018-08-20 10:24:06,525 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0cf8d6f7-6f51-4ac0-bbea-8d2b0a39e00d-pub-router 2018-08-20 10:24:06,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/d95a7fcc-177b-4e26-9651-9fcdc836da97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d31116f6191fba86391405e81b8353fe4186e263" 2018-08-20 10:24:06,742 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-18511f4f-4d3f-4074-9f4a-a36073ce97fc Date: Mon, 20 Aug 2018 10:24:06 GMT RESP BODY: {"NeutronError": {"message": "Router d95a7fcc-177b-4e26-9651-9fcdc836da97 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-20 10:24:06,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/d95a7fcc-177b-4e26-9651-9fcdc836da97 used request id req-18511f4f-4d3f-4074-9f4a-a36073ce97fc 2018-08-20 10:24:06,743 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router d95a7fcc-177b-4e26-9651-9fcdc836da97 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-20 10:24:06,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:06,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:06,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:06,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:06,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:06,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-effc3b0a-3b5c-4a59-9cab-4073709e7046 Date: Mon, 20 Aug 2018 10:24:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:24:07,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-effc3b0a-3b5c-4a59-9cab-4073709e7046 2018-08-20 10:24:07,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,122 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a6e0312-4c65-4b62-8c98-afc176cec7c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-9a6e0312-4c65-4b62-8c98-afc176cec7c6 2018-08-20 10:24:07,122 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,225 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3796237d-006a-4658-8d9f-6eca9d4bc324 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-3796237d-006a-4658-8d9f-6eca9d4bc324 2018-08-20 10:24:07,225 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,311 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40a66974-23d4-46e4-8036-5be3754787a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-40a66974-23d4-46e4-8036-5be3754787a9 2018-08-20 10:24:07,311 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,407 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35d576f5-6054-4cf4-94c8-181c1535f625 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-35d576f5-6054-4cf4-94c8-181c1535f625 2018-08-20 10:24:07,407 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,506 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25d5b7c1-0f70-4c49-a828-ef01697df776 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-25d5b7c1-0f70-4c49-a828-ef01697df776 2018-08-20 10:24:07,506 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,592 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6666c47b-a8dc-4942-b1cc-15012bedde63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-6666c47b-a8dc-4942-b1cc-15012bedde63 2018-08-20 10:24:07,593 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,686 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5b8e388-c10d-4007-83f2-400696181664 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-e5b8e388-c10d-4007-83f2-400696181664 2018-08-20 10:24:07,687 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,783 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-213a7170-9561-4b46-9acb-b41e2072fc77 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-213a7170-9561-4b46-9acb-b41e2072fc77 2018-08-20 10:24:07,784 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e55560b-e0ff-42ba-84b4-45a251fcd46b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:07,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-1e55560b-e0ff-42ba-84b4-45a251fcd46b 2018-08-20 10:24:07,884 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:07,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:07,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af17801-7812-4d5f-b795-0d9692d6efdb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:24:07,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-3af17801-7812-4d5f-b795-0d9692d6efdb 2018-08-20 10:24:07,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,073 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61dbceeb-63bf-4ce8-ac3a-4a75407792a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:08,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-61dbceeb-63bf-4ce8-ac3a-4a75407792a9 2018-08-20 10:24:08,073 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:08,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,164 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b2e6b94-79fe-49b5-a27f-e09e3b8b5911 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:08,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-1b2e6b94-79fe-49b5-a27f-e09e3b8b5911 2018-08-20 10:24:08,165 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:08,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,264 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-150eb767-ed4a-48a3-b4d1-1f100d8ae873 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:08,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-150eb767-ed4a-48a3-b4d1-1f100d8ae873 2018-08-20 10:24:08,264 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:08,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,358 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1afcf19f-47d6-42ec-9811-82cfedfdb68a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:08,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-1afcf19f-47d6-42ec-9811-82cfedfdb68a 2018-08-20 10:24:08,358 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:08,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e09603b-91e7-4db4-b2cb-9c3f379e703f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:24:08,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-3e09603b-91e7-4db4-b2cb-9c3f379e703f 2018-08-20 10:24:08,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,552 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-267163a2-516b-46d5-8450-95cea7d95a7c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:08,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-267163a2-516b-46d5-8450-95cea7d95a7c 2018-08-20 10:24:08,552 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:08,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,644 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1af68cf-0175-45ef-b633-90f102903c0c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:08,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-f1af68cf-0175-45ef-b633-90f102903c0c 2018-08-20 10:24:08,645 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:08,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,742 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a40fdf47-24ce-43a0-a0f6-3e7f4280bbc0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:08,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-a40fdf47-24ce-43a0-a0f6-3e7f4280bbc0 2018-08-20 10:24:08,742 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:08,743 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-79bc8268-7c17-43b-proj 2018-08-20 10:24:08,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:08,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91151204-7cef-479c-86f2-f6ae7ac9ba47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:08,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/679a1db3a7da4429a9b403545dd3255a used request id req-91151204-7cef-479c-86f2-f6ae7ac9ba47 2018-08-20 10:24:08,981 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-79bc8268-7c17-43b-proj-role 2018-08-20 10:24:08,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/7505aea90c144ed28e6b9956feb8ee53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:09,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5bf7e40-49ef-4eb1-9242-916a21d5ace6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:09,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/7505aea90c144ed28e6b9956feb8ee53 used request id req-f5bf7e40-49ef-4eb1-9242-916a21d5ace6 2018-08-20 10:24:09,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcae87f45165e73d6edf99b38ede49fb29bbb1bb" 2018-08-20 10:24:09,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfce7004-a748-4269-8827-13e5e9811c38 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:24:09,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-bfce7004-a748-4269-8827-13e5e9811c38 2018-08-20 10:24:09,205 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-79bc8268-7c17-43b-user 2018-08-20 10:24:09,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/360b8887317b41da838e6c5603725bc3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecde5e1afbf6ae400ea221a7da545ff6cdb924b" 2018-08-20 10:24:09,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5caaa42c-a001-408a-8239-2085e81f29e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:09,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/360b8887317b41da838e6c5603725bc3 used request id req-5caaa42c-a001-408a-8239-2085e81f29e8 2018-08-20 10:24:09,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:09,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Rqesy_3qRfW0GH9NRb1R8A"], "issued_at": "2018-08-20T10:24:09.000000Z"}} 2018-08-20 10:24:09,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8055e1e581cf9de9467ac8b5ebf523e742f1f11c" 2018-08-20 10:24:09,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b2694dd-a2e8-42ca-b67e-2ced271a2738 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:09,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4b2694dd-a2e8-42ca-b67e-2ced271a2738 2018-08-20 10:24:09,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:09,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:10,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JDAlKAWtQLSPYIq7DfKL5g"], "issued_at": "2018-08-20T10:24:10.000000Z"}} 2018-08-20 10:24:10,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:10,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84c56b01-1b94-448c-b29b-39de0e160954 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:10,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-84c56b01-1b94-448c-b29b-39de0e160954 2018-08-20 10:24:10,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:10,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:10,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-989057ea-56ff-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:10,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f0f4d2-53df-4898-a39c-7e43e980e39d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-989057ea-56ff-49a-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:24:10,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-989057ea-56ff-49a-proj used request id req-d8f0f4d2-53df-4898-a39c-7e43e980e39d 2018-08-20 10:24:10,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:10,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3444d336-d299-460c-a2fb-0a26eb286c56 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:24:10,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3444d336-d299-460c-a2fb-0a26eb286c56 2018-08-20 10:24:10,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj"}}' 2018-08-20 10:24:10,772 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42bdd3c0-da79-4fe7-a526-ca29afabb80b Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27"}, "tags": [], "enabled": true, "id": "4f79c651b1634d9491144e18a13a6f27", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj"}} 2018-08-20 10:24:10,773 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-42bdd3c0-da79-4fe7-a526-ca29afabb80b 2018-08-20 10:24:10,773 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-989057ea-56ff-49a-proj 2018-08-20 10:24:10,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:10,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:11,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["CO77sWltT9iKlMREdpGpMQ"], "issued_at": "2018-08-20T10:24:11.000000Z"}} 2018-08-20 10:24:11,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df5693e7517341475bc91681e58fae8fbf77eb7" 2018-08-20 10:24:11,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73704b90-5a37-49d2-bf7f-3ddb2033944c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:11,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-73704b90-5a37-49d2-bf7f-3ddb2033944c 2018-08-20 10:24:11,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:11,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:11,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df5693e7517341475bc91681e58fae8fbf77eb7" 2018-08-20 10:24:11,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a74fe89-ecb5-4177-95a3-4ba4be560519 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:24:11,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-0a74fe89-ecb5-4177-95a3-4ba4be560519 2018-08-20 10:24:11,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-989057ea-56ff-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df5693e7517341475bc91681e58fae8fbf77eb7" 2018-08-20 10:24:11,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-615d0e7a-8d49-4111-ac09-64c43cae167d Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-989057ea-56ff-49a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27"}, "tags": [], "enabled": true, "id": "4f79c651b1634d9491144e18a13a6f27", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj"}]} 2018-08-20 10:24:11,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-989057ea-56ff-49a-proj used request id req-615d0e7a-8d49-4111-ac09-64c43cae167d 2018-08-20 10:24:11,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df5693e7517341475bc91681e58fae8fbf77eb7" 2018-08-20 10:24:11,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8b13f0-78e3-428b-9063-2df30ff8d88a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:24:11,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-0e8b13f0-78e3-428b-9063-2df30ff8d88a 2018-08-20 10:24:11,868 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-989057ea-56ff-49a-user 2018-08-20 10:24:11,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:11,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:11,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a063f12-5a39-4e6f-a69f-3933ce2d5881 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:24:11,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-8a063f12-5a39-4e6f-a69f-3933ce2d5881 2018-08-20 10:24:11,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" -d '{"role": {"name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj-role"}}' 2018-08-20 10:24:12,155 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:24:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99af31d4-6fac-423b-a8cb-10004cd07af8 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5eda339a4774edd9b8d89c87b25d411", "links": {"self": "http://172.30.9.36:5000/v3/roles/c5eda339a4774edd9b8d89c87b25d411"}, "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj-role"}} 2018-08-20 10:24:12,156 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-99af31d4-6fac-423b-a8cb-10004cd07af8 2018-08-20 10:24:12,156 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-989057ea-56ff-49a-proj-role 2018-08-20 10:24:12,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/c5eda339a4774edd9b8d89c87b25d411 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:12,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdfec5ce-c350-48b6-b511-c5e83e8c4b55 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5eda339a4774edd9b8d89c87b25d411", "links": {"self": "http://172.30.9.36:5000/v3/roles/c5eda339a4774edd9b8d89c87b25d411"}, "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj-role"}} 2018-08-20 10:24:12,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/c5eda339a4774edd9b8d89c87b25d411 used request id req-bdfec5ce-c350-48b6-b511-c5e83e8c4b55 2018-08-20 10:24:12,178 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-989057ea-56ff-49a-proj-role to project CreateRouterSuccessTests-989057ea-56ff-49a-proj 2018-08-20 10:24:12,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27/users/5e5f7273959f4a8991dcb82e3dd7a92c/roles/c5eda339a4774edd9b8d89c87b25d411 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:12,338 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fbf9f88-b17e-4516-997e-76f2629b2e35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:12,338 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27/users/5e5f7273959f4a8991dcb82e3dd7a92c/roles/c5eda339a4774edd9b8d89c87b25d411 used request id req-6fbf9f88-b17e-4516-997e-76f2629b2e35 2018-08-20 10:24:12,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:12,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:12,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:12,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:12,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:12,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:12,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:12,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5eda339a4774edd9b8d89c87b25d411", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj-role"}], "expires_at": "2018-08-20T11:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f79c651b1634d9491144e18a13a6f27", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-989057ea-56ff-49a-user", "id": "5e5f7273959f4a8991dcb82e3dd7a92c"}, "audit_ids": ["l15jN9X2T2CBgTYpCj6x7g"], "issued_at": "2018-08-20T10:24:12.000000Z"}} 2018-08-20 10:24:12,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9eb106109ee5d79ded6d29e4d6ff7f227ab58" 2018-08-20 10:24:12,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b00ab939-a574-4880-a1aa-0ec8a588a332 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:12,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b00ab939-a574-4880-a1aa-0ec8a588a332 2018-08-20 10:24:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:12,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:12,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:12,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9eb106109ee5d79ded6d29e4d6ff7f227ab58" 2018-08-20 10:24:13,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a0cbd7a7-afb6-433c-bf02-d3d95e96ee47 Date: Mon, 20 Aug 2018 10:24:13 GMT RESP BODY: {"routers": []} 2018-08-20 10:24:13,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router&admin_state_up=True used request id req-a0cbd7a7-afb6-433c-bf02-d3d95e96ee47 2018-08-20 10:24:13,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:13,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:13,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5eda339a4774edd9b8d89c87b25d411", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj-role"}], "expires_at": "2018-08-20T11:24:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f79c651b1634d9491144e18a13a6f27", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-989057ea-56ff-49a-user", "id": "5e5f7273959f4a8991dcb82e3dd7a92c"}, "audit_ids": ["dNGouC5wQSWKnCps9qOrtg"], "issued_at": "2018-08-20T10:24:13.000000Z"}} 2018-08-20 10:24:13,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3fa5450144080adf9becf8314f1157d5fb554f1" 2018-08-20 10:24:13,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f97010-43fe-437a-b066-531ac2094e2f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:13,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-64f97010-43fe-437a-b066-531ac2094e2f 2018-08-20 10:24:13,550 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router 2018-08-20 10:24:13,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9eb106109ee5d79ded6d29e4d6ff7f227ab58" -d '{"router": {"name": "CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router", "admin_state_up": true}}' 2018-08-20 10:24:13,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-0844c8fd-be29-49e1-92a7-374b08bb2412 Date: Mon, 20 Aug 2018 10:24:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4f79c651b1634d9491144e18a13a6f27", "created_at": "2018-08-20T10:24:13Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:13Z", "revision_number": 0, "routes": [], "project_id": "4f79c651b1634d9491144e18a13a6f27", "id": "5973ef23-339e-45d6-b1ac-c1b7c6238446", "name": "CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router"}} 2018-08-20 10:24:13,886 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-0844c8fd-be29-49e1-92a7-374b08bb2412 2018-08-20 10:24:13,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=5973ef23-339e-45d6-b1ac-c1b7c6238446 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9eb106109ee5d79ded6d29e4d6ff7f227ab58" 2018-08-20 10:24:14,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0ed20179-45d7-4f1f-af46-dffef39a83d7 Date: Mon, 20 Aug 2018 10:24:14 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:14,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=5973ef23-339e-45d6-b1ac-c1b7c6238446 used request id req-0ed20179-45d7-4f1f-af46-dffef39a83d7 2018-08-20 10:24:14,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/5973ef23-339e-45d6-b1ac-c1b7c6238446 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9eb106109ee5d79ded6d29e4d6ff7f227ab58" 2018-08-20 10:24:14,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-f4885c7f-662b-45d3-a717-1c854ef04e8f Date: Mon, 20 Aug 2018 10:24:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4f79c651b1634d9491144e18a13a6f27", "created_at": "2018-08-20T10:24:13Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:13Z", "revision_number": 0, "routes": [], "project_id": "4f79c651b1634d9491144e18a13a6f27", "id": "5973ef23-339e-45d6-b1ac-c1b7c6238446", "name": "CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router"}} 2018-08-20 10:24:14,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/5973ef23-339e-45d6-b1ac-c1b7c6238446 used request id req-f4885c7f-662b-45d3-a717-1c854ef04e8f 2018-08-20 10:24:14,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=5973ef23-339e-45d6-b1ac-c1b7c6238446 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9eb106109ee5d79ded6d29e4d6ff7f227ab58" 2018-08-20 10:24:14,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-35026d78-ddeb-4b1e-a7ea-96bddcdec343 Date: Mon, 20 Aug 2018 10:24:14 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:14,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=5973ef23-339e-45d6-b1ac-c1b7c6238446 used request id req-35026d78-ddeb-4b1e-a7ea-96bddcdec343 2018-08-20 10:24:14,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:14,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5eda339a4774edd9b8d89c87b25d411", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj-role"}], "expires_at": "2018-08-20T11:24:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f79c651b1634d9491144e18a13a6f27", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4f79c651b1634d9491144e18a13a6f27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-989057ea-56ff-49a-user", "id": "5e5f7273959f4a8991dcb82e3dd7a92c"}, "audit_ids": ["PExYh9asRUiYR799-Xj4HA"], "issued_at": "2018-08-20T10:24:14.000000Z"}} 2018-08-20 10:24:14,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356e8e4bff69d02416ac10743311459063e6218" 2018-08-20 10:24:15,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-5af6d6c4-17b1-4835-a31e-36b5bd5e09f1 Date: Mon, 20 Aug 2018 10:24:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4f79c651b1634d9491144e18a13a6f27", "created_at": "2018-08-20T10:24:13Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:13Z", "revision_number": 0, "routes": [], "project_id": "4f79c651b1634d9491144e18a13a6f27", "id": "5973ef23-339e-45d6-b1ac-c1b7c6238446", "name": "CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router"}]} 2018-08-20 10:24:15,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router&admin_state_up=True used request id req-5af6d6c4-17b1-4835-a31e-36b5bd5e09f1 2018-08-20 10:24:15,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:15,234 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:15,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8055e1e581cf9de9467ac8b5ebf523e742f1f11c" 2018-08-20 10:24:15,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-477567eb-0fb7-407b-88c2-98daddc3a035 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f79c651b1634d9491144e18a13a6f27", "name": "CreateRouterSuccessTests-989057ea-56ff-49a-proj"}} 2018-08-20 10:24:15,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27 used request id req-477567eb-0fb7-407b-88c2-98daddc3a035 2018-08-20 10:24:15,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=5973ef23-339e-45d6-b1ac-c1b7c6238446 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356e8e4bff69d02416ac10743311459063e6218" 2018-08-20 10:24:15,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-830dfabb-ceba-47b7-813f-a453d3e1039d Date: Mon, 20 Aug 2018 10:24:15 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:15,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=5973ef23-339e-45d6-b1ac-c1b7c6238446 used request id req-830dfabb-ceba-47b7-813f-a453d3e1039d 2018-08-20 10:24:15,609 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router 2018-08-20 10:24:15,610 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-bad70112-94b6-424c-affd-abf050cc6421-pub-router 2018-08-20 10:24:15,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/5973ef23-339e-45d6-b1ac-c1b7c6238446 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed9eb106109ee5d79ded6d29e4d6ff7f227ab58" 2018-08-20 10:24:16,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7aab3ec8-7890-4031-81fc-966b490efb61 Content-Length: 0 Date: Mon, 20 Aug 2018 10:24:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:24:16,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/5973ef23-339e-45d6-b1ac-c1b7c6238446 used request id req-7aab3ec8-7890-4031-81fc-966b490efb61 2018-08-20 10:24:16,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:16,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:16,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:16,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:16,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:16,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:16,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-23dd777a-1d84-42a2-8713-8eac3ade9592 Date: Mon, 20 Aug 2018 10:24:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:24:16,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-23dd777a-1d84-42a2-8713-8eac3ade9592 2018-08-20 10:24:16,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:16,621 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fb4fdf9-ca1c-4235-bfef-6b129f9e7f8b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:16,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-2fb4fdf9-ca1c-4235-bfef-6b129f9e7f8b 2018-08-20 10:24:16,621 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:16,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:16,738 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-defa2808-76ea-48e7-830c-a94d3d921245 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:16,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-defa2808-76ea-48e7-830c-a94d3d921245 2018-08-20 10:24:16,739 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:16,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:16,829 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81dd08b6-ce7f-4e47-8460-c8da956b72f6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:16,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-81dd08b6-ce7f-4e47-8460-c8da956b72f6 2018-08-20 10:24:16,829 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:16,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:16,931 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b697844-e96e-4998-b1cb-4513e2c159db Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:16,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-8b697844-e96e-4998-b1cb-4513e2c159db 2018-08-20 10:24:16,931 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:16,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,023 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f5dac67-bc4b-4c86-8d01-3ce89a7ff578 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-6f5dac67-bc4b-4c86-8d01-3ce89a7ff578 2018-08-20 10:24:17,024 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,115 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cb3655e-d8d7-4484-9ced-711eded31e12 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-1cb3655e-d8d7-4484-9ced-711eded31e12 2018-08-20 10:24:17,116 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,212 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dacb6bee-9f70-4689-91cc-b1f9ca1b8960 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-dacb6bee-9f70-4689-91cc-b1f9ca1b8960 2018-08-20 10:24:17,212 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,312 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c420910-531a-4f28-a21c-2d93140bc102 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-1c420910-531a-4f28-a21c-2d93140bc102 2018-08-20 10:24:17,312 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,406 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-187efc9e-7b2a-4f73-897a-28c97a82a6b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-187efc9e-7b2a-4f73-897a-28c97a82a6b1 2018-08-20 10:24:17,406 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b240324a-d691-4d75-97cc-1136c0f0edec Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:24:17,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-b240324a-d691-4d75-97cc-1136c0f0edec 2018-08-20 10:24:17,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,600 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a81f11df-39f1-4682-b3fd-33b82f24c948 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-a81f11df-39f1-4682-b3fd-33b82f24c948 2018-08-20 10:24:17,601 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,694 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa681ff4-a200-4022-9b33-42cf597f614c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-aa681ff4-a200-4022-9b33-42cf597f614c 2018-08-20 10:24:17,694 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,786 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b8a7520-3867-443e-b94b-40c6cade3671 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-0b8a7520-3867-443e-b94b-40c6cade3671 2018-08-20 10:24:17,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:17,911 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62308718-0c30-42d0-b27c-d85d3b5b2f74 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:17,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-62308718-0c30-42d0-b27c-d85d3b5b2f74 2018-08-20 10:24:17,911 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:17,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:18,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c175de1-e323-48cf-92ab-ccd4e02a3a73 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:24:18,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-3c175de1-e323-48cf-92ab-ccd4e02a3a73 2018-08-20 10:24:18,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:18,094 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-910b19d5-df93-4518-804b-af967ce524f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:18,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-910b19d5-df93-4518-804b-af967ce524f0 2018-08-20 10:24:18,094 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:18,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:18,193 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92e0c198-423f-4511-8631-ccce98d6bd54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:18,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-92e0c198-423f-4511-8631-ccce98d6bd54 2018-08-20 10:24:18,193 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:18,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:18,363 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b354d788-3529-4d45-b817-02d3218a1de7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:18,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-b354d788-3529-4d45-b817-02d3218a1de7 2018-08-20 10:24:18,363 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:18,364 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-989057ea-56ff-49a-proj 2018-08-20 10:24:18,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:18,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64ca93dd-d4ab-48f5-8def-32866fbd6b59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:18,586 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/4f79c651b1634d9491144e18a13a6f27 used request id req-64ca93dd-d4ab-48f5-8def-32866fbd6b59 2018-08-20 10:24:18,587 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-989057ea-56ff-49a-proj-role 2018-08-20 10:24:18,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/c5eda339a4774edd9b8d89c87b25d411 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:18,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1370579-02d6-482a-a366-f3e81473f392 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:18,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/c5eda339a4774edd9b8d89c87b25d411 used request id req-f1370579-02d6-482a-a366-f3e81473f392 2018-08-20 10:24:18,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc2a98989a86bd6172aa3e5d93a11505c29a6ca7" 2018-08-20 10:24:18,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb5433f-f717-4f1a-8aba-875ec01dca06 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:24:18,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1fb5433f-f717-4f1a-8aba-875ec01dca06 2018-08-20 10:24:18,802 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-989057ea-56ff-49a-user 2018-08-20 10:24:18,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/5e5f7273959f4a8991dcb82e3dd7a92c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df5693e7517341475bc91681e58fae8fbf77eb7" 2018-08-20 10:24:18,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41e2cfdb-5206-47bd-ac91-3176bb98ecb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:18,990 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/5e5f7273959f4a8991dcb82e3dd7a92c used request id req-41e2cfdb-5206-47bd-ac91-3176bb98ecb7 2018-08-20 10:24:18,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:19,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["EnzQKTKrQQOWXGAWwH6qIA"], "issued_at": "2018-08-20T10:24:19.000000Z"}} 2018-08-20 10:24:19,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a96feb19f559f91e1b4ac484b6ab98fb83995" 2018-08-20 10:24:19,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a0eab98-3f33-4518-ba52-5a5969c1b61b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:19,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7a0eab98-3f33-4518-ba52-5a5969c1b61b 2018-08-20 10:24:19,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:19,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:19,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["So9S1Kb4Q2qwiKFDfZoH_A"], "issued_at": "2018-08-20T10:24:19.000000Z"}} 2018-08-20 10:24:19,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:19,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56888f97-8b2f-4395-b049-70f822dcb4fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:19,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-56888f97-8b2f-4395-b049-70f822dcb4fb 2018-08-20 10:24:19,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:19,954 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:19,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3ba61875-bfc7-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:20,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0437836-13de-48c5-af96-2766ba8ad501 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3ba61875-bfc7-47d-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:24:20,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3ba61875-bfc7-47d-proj used request id req-c0437836-13de-48c5-af96-2766ba8ad501 2018-08-20 10:24:20,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:20,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-410488dd-c019-4130-a054-7375995c0ff7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:24:20,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-410488dd-c019-4130-a054-7375995c0ff7 2018-08-20 10:24:20,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj"}}' 2018-08-20 10:24:20,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:24:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-530631b8-8fe2-4fb7-a892-8e47f83dc7e9 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c"}, "tags": [], "enabled": true, "id": "7d3f22f12db44a1eb484fef846ccce4c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj"}} 2018-08-20 10:24:20,282 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-530631b8-8fe2-4fb7-a892-8e47f83dc7e9 2018-08-20 10:24:20,282 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-3ba61875-bfc7-47d-proj 2018-08-20 10:24:20,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:20,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:20,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["BxOT5E6HTZaOL-kIjHcLTA"], "issued_at": "2018-08-20T10:24:20.000000Z"}} 2018-08-20 10:24:20,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105432bcc8b278c194fbc2e775b0c3dbde8596a" 2018-08-20 10:24:20,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74dc54b2-4f2f-4183-8110-2b43f88ca4d3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:20,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-74dc54b2-4f2f-4183-8110-2b43f88ca4d3 2018-08-20 10:24:20,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:20,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:20,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105432bcc8b278c194fbc2e775b0c3dbde8596a" 2018-08-20 10:24:20,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f99a5708-3fd2-4658-9701-aa03dc253ce9 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:24:20,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-f99a5708-3fd2-4658-9701-aa03dc253ce9 2018-08-20 10:24:20,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-3ba61875-bfc7-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105432bcc8b278c194fbc2e775b0c3dbde8596a" 2018-08-20 10:24:20,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33532132-4d7f-4e80-8d07-ac8451bbd75c Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-3ba61875-bfc7-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c"}, "tags": [], "enabled": true, "id": "7d3f22f12db44a1eb484fef846ccce4c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj"}]} 2018-08-20 10:24:20,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-3ba61875-bfc7-47d-proj used request id req-33532132-4d7f-4e80-8d07-ac8451bbd75c 2018-08-20 10:24:21,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105432bcc8b278c194fbc2e775b0c3dbde8596a" 2018-08-20 10:24:21,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e491044-933f-4770-bf81-286195bc0633 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:24:21,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-6e491044-933f-4770-bf81-286195bc0633 2018-08-20 10:24:21,472 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-3ba61875-bfc7-47d-user 2018-08-20 10:24:21,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:21,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:21,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6202e8-e19d-452d-b742-49a5194cc1b0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:24:21,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2e6202e8-e19d-452d-b742-49a5194cc1b0 2018-08-20 10:24:21,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" -d '{"role": {"name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role"}}' 2018-08-20 10:24:21,611 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:24:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddace718-af26-40ed-b45e-1dadf59723c3 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "daf4c41682fe4ed18d97f279b46a1080", "links": {"self": "http://172.30.9.36:5000/v3/roles/daf4c41682fe4ed18d97f279b46a1080"}, "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role"}} 2018-08-20 10:24:21,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ddace718-af26-40ed-b45e-1dadf59723c3 2018-08-20 10:24:21,611 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role 2018-08-20 10:24:21,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/daf4c41682fe4ed18d97f279b46a1080 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:21,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef03abd-48cc-4a3b-b4b0-059efffac4ba Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "daf4c41682fe4ed18d97f279b46a1080", "links": {"self": "http://172.30.9.36:5000/v3/roles/daf4c41682fe4ed18d97f279b46a1080"}, "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role"}} 2018-08-20 10:24:21,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/daf4c41682fe4ed18d97f279b46a1080 used request id req-4ef03abd-48cc-4a3b-b4b0-059efffac4ba 2018-08-20 10:24:21,711 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role to project CreateRouterSuccessTests-3ba61875-bfc7-47d-proj 2018-08-20 10:24:21,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c/users/23d0624be9cf4e6dbeb228bc16c6cf1d/roles/daf4c41682fe4ed18d97f279b46a1080 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:21,847 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc409721-0d5b-42a4-83a2-c4f25df1b28a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:21,847 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c/users/23d0624be9cf4e6dbeb228bc16c6cf1d/roles/daf4c41682fe4ed18d97f279b46a1080 used request id req-fc409721-0d5b-42a4-83a2-c4f25df1b28a 2018-08-20 10:24:21,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:21,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:21,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:21,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:21,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:21,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:21,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:22,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c41682fe4ed18d97f279b46a1080", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role"}], "expires_at": "2018-08-20T11:24:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d3f22f12db44a1eb484fef846ccce4c", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-user", "id": "23d0624be9cf4e6dbeb228bc16c6cf1d"}, "audit_ids": ["DWCRn9oNQBCRgmxOnOP4UA"], "issued_at": "2018-08-20T10:24:22.000000Z"}} 2018-08-20 10:24:22,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976b8a198f4b18a6acf563dcee93ae004716a2ad" 2018-08-20 10:24:22,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-138c9a2c-c428-407f-a0b0-20e1dd033474 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:22,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-138c9a2c-c428-407f-a0b0-20e1dd033474 2018-08-20 10:24:22,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:22,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:22,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:22,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:22,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:22,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976b8a198f4b18a6acf563dcee93ae004716a2ad" 2018-08-20 10:24:22,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c5b975ec-61bf-4bc1-af57-789d581fbe2f Date: Mon, 20 Aug 2018 10:24:22 GMT RESP BODY: {"routers": []} 2018-08-20 10:24:22,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router&admin_state_up=False used request id req-c5b975ec-61bf-4bc1-af57-789d581fbe2f 2018-08-20 10:24:22,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:22,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:22,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c41682fe4ed18d97f279b46a1080", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role"}], "expires_at": "2018-08-20T11:24:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d3f22f12db44a1eb484fef846ccce4c", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-user", "id": "23d0624be9cf4e6dbeb228bc16c6cf1d"}, "audit_ids": ["4qvSFXnrQQyZP2GQuQ9iGQ"], "issued_at": "2018-08-20T10:24:22.000000Z"}} 2018-08-20 10:24:22,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}224e60171823aef2db08eab8d5fa1d772eb2e02d" 2018-08-20 10:24:23,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d32ff9-9864-4828-9ffe-ec714ebc3994 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:23,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-04d32ff9-9864-4828-9ffe-ec714ebc3994 2018-08-20 10:24:23,076 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router 2018-08-20 10:24:23,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976b8a198f4b18a6acf563dcee93ae004716a2ad" -d '{"router": {"name": "CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router", "admin_state_up": false}}' 2018-08-20 10:24:23,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-62d7fd1f-bb3d-4ae7-a276-c2a9c4c6dca7 Date: Mon, 20 Aug 2018 10:24:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "7d3f22f12db44a1eb484fef846ccce4c", "created_at": "2018-08-20T10:24:23Z", "admin_state_up": false, "updated_at": "2018-08-20T10:24:23Z", "revision_number": 0, "routes": [], "project_id": "7d3f22f12db44a1eb484fef846ccce4c", "id": "8a2a5cab-c56c-43c6-b793-98dd41f64b50", "name": "CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router"}} 2018-08-20 10:24:23,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-62d7fd1f-bb3d-4ae7-a276-c2a9c4c6dca7 2018-08-20 10:24:23,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=8a2a5cab-c56c-43c6-b793-98dd41f64b50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976b8a198f4b18a6acf563dcee93ae004716a2ad" 2018-08-20 10:24:23,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-46728afd-6120-4794-affc-c6ac3776595c Date: Mon, 20 Aug 2018 10:24:23 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:23,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=8a2a5cab-c56c-43c6-b793-98dd41f64b50 used request id req-46728afd-6120-4794-affc-c6ac3776595c 2018-08-20 10:24:23,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/8a2a5cab-c56c-43c6-b793-98dd41f64b50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976b8a198f4b18a6acf563dcee93ae004716a2ad" 2018-08-20 10:24:23,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-b12be399-00ae-4b27-bc05-385649e14f23 Date: Mon, 20 Aug 2018 10:24:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "7d3f22f12db44a1eb484fef846ccce4c", "created_at": "2018-08-20T10:24:23Z", "admin_state_up": false, "updated_at": "2018-08-20T10:24:23Z", "revision_number": 0, "routes": [], "project_id": "7d3f22f12db44a1eb484fef846ccce4c", "id": "8a2a5cab-c56c-43c6-b793-98dd41f64b50", "name": "CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router"}} 2018-08-20 10:24:23,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/8a2a5cab-c56c-43c6-b793-98dd41f64b50 used request id req-b12be399-00ae-4b27-bc05-385649e14f23 2018-08-20 10:24:23,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=8a2a5cab-c56c-43c6-b793-98dd41f64b50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976b8a198f4b18a6acf563dcee93ae004716a2ad" 2018-08-20 10:24:23,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fdb6991a-3ef0-41c5-ad31-0efb7db44ea0 Date: Mon, 20 Aug 2018 10:24:23 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:23,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=8a2a5cab-c56c-43c6-b793-98dd41f64b50 used request id req-fdb6991a-3ef0-41c5-ad31-0efb7db44ea0 2018-08-20 10:24:23,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:24,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c41682fe4ed18d97f279b46a1080", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role"}], "expires_at": "2018-08-20T11:24:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d3f22f12db44a1eb484fef846ccce4c", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7d3f22f12db44a1eb484fef846ccce4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-user", "id": "23d0624be9cf4e6dbeb228bc16c6cf1d"}, "audit_ids": ["G2wmvTdsTBiSzsyQ7MGZBQ"], "issued_at": "2018-08-20T10:24:24.000000Z"}} 2018-08-20 10:24:24,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f316fc8d4312a4d9b39fac33dc80d795084a3438" 2018-08-20 10:24:24,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 463 X-Openstack-Request-Id: req-99945e10-b601-4688-898c-5cd6c7f3ce42 Date: Mon, 20 Aug 2018 10:24:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "7d3f22f12db44a1eb484fef846ccce4c", "created_at": "2018-08-20T10:24:23Z", "admin_state_up": false, "updated_at": "2018-08-20T10:24:23Z", "revision_number": 0, "routes": [], "project_id": "7d3f22f12db44a1eb484fef846ccce4c", "id": "8a2a5cab-c56c-43c6-b793-98dd41f64b50", "name": "CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router"}]} 2018-08-20 10:24:24,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router&admin_state_up=False used request id req-99945e10-b601-4688-898c-5cd6c7f3ce42 2018-08-20 10:24:24,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:24,660 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:24,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46a96feb19f559f91e1b4ac484b6ab98fb83995" 2018-08-20 10:24:24,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da3bc3c9-4374-4e73-8c14-030499e01649 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7d3f22f12db44a1eb484fef846ccce4c", "name": "CreateRouterSuccessTests-3ba61875-bfc7-47d-proj"}} 2018-08-20 10:24:24,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c used request id req-da3bc3c9-4374-4e73-8c14-030499e01649 2018-08-20 10:24:24,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=8a2a5cab-c56c-43c6-b793-98dd41f64b50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f316fc8d4312a4d9b39fac33dc80d795084a3438" 2018-08-20 10:24:25,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-72b03f8c-e7f5-47bb-a60a-004aecf4ab24 Date: Mon, 20 Aug 2018 10:24:25 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:25,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=8a2a5cab-c56c-43c6-b793-98dd41f64b50 used request id req-72b03f8c-e7f5-47bb-a60a-004aecf4ab24 2018-08-20 10:24:25,129 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router 2018-08-20 10:24:25,129 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b38b5f06-aff6-4407-b32f-5061fa812d04-pub-router 2018-08-20 10:24:25,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/8a2a5cab-c56c-43c6-b793-98dd41f64b50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976b8a198f4b18a6acf563dcee93ae004716a2ad" 2018-08-20 10:24:25,766 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87a33126-c0c9-41da-afca-594d640cf113 Content-Length: 0 Date: Mon, 20 Aug 2018 10:24:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:24:25,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/8a2a5cab-c56c-43c6-b793-98dd41f64b50 used request id req-87a33126-c0c9-41da-afca-594d640cf113 2018-08-20 10:24:25,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:25,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:25,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:25,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:25,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:25,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-db5fe133-50ec-4e0b-8632-c2dc42322c9b Date: Mon, 20 Aug 2018 10:24:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:24:26,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-db5fe133-50ec-4e0b-8632-c2dc42322c9b 2018-08-20 10:24:26,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,145 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb86d6a8-11c5-47d2-bc45-1ce6c4616b5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-fb86d6a8-11c5-47d2-bc45-1ce6c4616b5e 2018-08-20 10:24:26,146 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,264 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a315d8ff-5cef-44ac-84fe-37cd75e42a22 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-a315d8ff-5cef-44ac-84fe-37cd75e42a22 2018-08-20 10:24:26,264 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,352 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b1a96ab-aa55-4b19-a845-cdd59ad3e1ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-5b1a96ab-aa55-4b19-a845-cdd59ad3e1ca 2018-08-20 10:24:26,352 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,451 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f29814a-87b7-47f6-a381-cbfc907818af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-9f29814a-87b7-47f6-a381-cbfc907818af 2018-08-20 10:24:26,451 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,552 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0be5d06-867c-4713-ba9f-f45dde166590 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-d0be5d06-867c-4713-ba9f-f45dde166590 2018-08-20 10:24:26,552 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,642 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-499fd9ff-427c-4b1f-861a-bef0c1ceca30 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-499fd9ff-427c-4b1f-861a-bef0c1ceca30 2018-08-20 10:24:26,642 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,739 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c130a748-5aac-4297-889d-fb1b81755958 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-c130a748-5aac-4297-889d-fb1b81755958 2018-08-20 10:24:26,739 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,844 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c361cca0-5cbc-48c1-81d7-b0c7b5dadd43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-c361cca0-5cbc-48c1-81d7-b0c7b5dadd43 2018-08-20 10:24:26,844 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:26,933 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7ad7c10-5be7-4e71-9657-cc3a4475a1b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:26,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-d7ad7c10-5be7-4e71-9657-cc3a4475a1b9 2018-08-20 10:24:26,933 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:26,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a658f31-080b-4042-8b9c-ff1676160f10 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:24:27,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-7a658f31-080b-4042-8b9c-ff1676160f10 2018-08-20 10:24:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,141 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-862ffa58-b5d2-472a-ba4c-565dc672699d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:27,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-862ffa58-b5d2-472a-ba4c-565dc672699d 2018-08-20 10:24:27,142 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:27,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,231 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cda3a641-c421-4b54-a800-bc950d1f4504 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:27,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-cda3a641-c421-4b54-a800-bc950d1f4504 2018-08-20 10:24:27,231 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:27,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,326 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d110e2c-b149-46cd-839e-3d4cbd0adb10 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:27,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-5d110e2c-b149-46cd-839e-3d4cbd0adb10 2018-08-20 10:24:27,326 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:27,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,425 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99e0df1f-e89d-4161-9100-d6165f667acb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:27,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-99e0df1f-e89d-4161-9100-d6165f667acb 2018-08-20 10:24:27,425 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:27,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e91b4e3-b2f7-4892-87cc-d4eb271c50b5 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:24:27,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-1e91b4e3-b2f7-4892-87cc-d4eb271c50b5 2018-08-20 10:24:27,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,609 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-764ed9a2-2700-43c6-a135-574898dbb941 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:27,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-764ed9a2-2700-43c6-a135-574898dbb941 2018-08-20 10:24:27,609 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:27,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,702 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b6721c1-4499-40ca-8d0d-98f59303e97a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:27,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-3b6721c1-4499-40ca-8d0d-98f59303e97a 2018-08-20 10:24:27,703 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:27,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:27,795 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2241ca79-d86a-44de-b1ff-25f392f0bf31 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:27,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-2241ca79-d86a-44de-b1ff-25f392f0bf31 2018-08-20 10:24:27,795 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:27,797 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-3ba61875-bfc7-47d-proj 2018-08-20 10:24:27,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:28,017 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8213444c-c6bc-4f61-a73b-8ae29e897fcd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:28,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/7d3f22f12db44a1eb484fef846ccce4c used request id req-8213444c-c6bc-4f61-a73b-8ae29e897fcd 2018-08-20 10:24:28,018 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-3ba61875-bfc7-47d-proj-role 2018-08-20 10:24:28,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/daf4c41682fe4ed18d97f279b46a1080 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:28,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9efd5665-4fb5-483a-9ac7-aef5fe6a287f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:28,144 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/daf4c41682fe4ed18d97f279b46a1080 used request id req-9efd5665-4fb5-483a-9ac7-aef5fe6a287f 2018-08-20 10:24:28,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45848d50ea6315b031ad6f4f25b5a3b8eacc50e" 2018-08-20 10:24:28,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-843332fb-f663-4d68-8c7e-523285d98e94 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:24:28,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-843332fb-f663-4d68-8c7e-523285d98e94 2018-08-20 10:24:28,237 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-3ba61875-bfc7-47d-user 2018-08-20 10:24:28,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/23d0624be9cf4e6dbeb228bc16c6cf1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5105432bcc8b278c194fbc2e775b0c3dbde8596a" 2018-08-20 10:24:28,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33698ce7-6f1c-4265-861a-990141c8f465 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:28,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/23d0624be9cf4e6dbeb228bc16c6cf1d used request id req-33698ce7-6f1c-4265-861a-990141c8f465 2018-08-20 10:24:28,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:28,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mMgv8-0RSAuKgXEFk2cgQg"], "issued_at": "2018-08-20T10:24:28.000000Z"}} 2018-08-20 10:24:28,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c02ce892f0822a7ebedcc66278727f09a15e8f5" 2018-08-20 10:24:28,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f25c788-9f6a-4051-a047-cb4d6b9d8536 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:28,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0f25c788-9f6a-4051-a047-cb4d6b9d8536 2018-08-20 10:24:28,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:28,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:29,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ZeevgewwSjywpvZ2DY8PNQ"], "issued_at": "2018-08-20T10:24:29.000000Z"}} 2018-08-20 10:24:29,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:29,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b969e4a-fcad-46c1-aca9-21945aeeab04 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:29,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5b969e4a-fcad-46c1-aca9-21945aeeab04 2018-08-20 10:24:29,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:29,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:29,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:29,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7adb8c40-339f-49e5-a635-00bdbf6f8426 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:24:29,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj used request id req-7adb8c40-339f-49e5-a635-00bdbf6f8426 2018-08-20 10:24:29,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:29,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bdb9a6f-ba4e-441b-9ff9-4e2c767fe805 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:24:29,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-6bdb9a6f-ba4e-441b-9ff9-4e2c767fe805 2018-08-20 10:24:29,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj"}}' 2018-08-20 10:24:29,814 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:24:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01b09cf4-40ef-447a-ab5f-37e7278c15b7 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43"}, "tags": [], "enabled": true, "id": "674a2b3f1b934cb5877270de352d2f43", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj"}} 2018-08-20 10:24:29,814 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-01b09cf4-40ef-447a-ab5f-37e7278c15b7 2018-08-20 10:24:29,815 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-81ec401c-b6c2-40a-proj 2018-08-20 10:24:29,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:29,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:30,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["CG1PqhVuRmO0dl_MbnWhPg"], "issued_at": "2018-08-20T10:24:30.000000Z"}} 2018-08-20 10:24:30,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f3fdf928def9e5dca35b8b8e962f2552d4e965" 2018-08-20 10:24:30,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad61132-14e7-4f1f-a0e2-98f8402936b0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:30,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1ad61132-14e7-4f1f-a0e2-98f8402936b0 2018-08-20 10:24:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:30,307 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:30,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f3fdf928def9e5dca35b8b8e962f2552d4e965" 2018-08-20 10:24:30,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e992484-1388-4a28-8e6e-f105d8a9f59b Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:24:30,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-3e992484-1388-4a28-8e6e-f105d8a9f59b 2018-08-20 10:24:30,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f3fdf928def9e5dca35b8b8e962f2552d4e965" 2018-08-20 10:24:30,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07427e3-293d-489b-bd5c-3cbd950b9456 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43"}, "tags": [], "enabled": true, "id": "674a2b3f1b934cb5877270de352d2f43", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj"}]} 2018-08-20 10:24:30,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj used request id req-a07427e3-293d-489b-bd5c-3cbd950b9456 2018-08-20 10:24:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f3fdf928def9e5dca35b8b8e962f2552d4e965" 2018-08-20 10:24:30,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc732ac-233c-4a1b-b20f-adfe8652a0ee Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:24:30,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-efc732ac-233c-4a1b-b20f-adfe8652a0ee 2018-08-20 10:24:30,981 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-81ec401c-b6c2-40a-user 2018-08-20 10:24:30,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:30,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:31,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c51afae-9716-48ca-8a63-4c5c8220b102 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:24:31,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5c51afae-9716-48ca-8a63-4c5c8220b102 2018-08-20 10:24:31,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" -d '{"role": {"name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj-role"}}' 2018-08-20 10:24:31,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:24:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd30987d-420f-45b2-af0d-006b10f6c9f7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3e410dc6f3f24fdaaf32c4bafdf4639a", "links": {"self": "http://172.30.9.36:5000/v3/roles/3e410dc6f3f24fdaaf32c4bafdf4639a"}, "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj-role"}} 2018-08-20 10:24:31,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-cd30987d-420f-45b2-af0d-006b10f6c9f7 2018-08-20 10:24:31,228 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-81ec401c-b6c2-40a-proj-role 2018-08-20 10:24:31,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/3e410dc6f3f24fdaaf32c4bafdf4639a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:31,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536d44ac-bb3a-41bb-b07d-b637b554a8db Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3e410dc6f3f24fdaaf32c4bafdf4639a", "links": {"self": "http://172.30.9.36:5000/v3/roles/3e410dc6f3f24fdaaf32c4bafdf4639a"}, "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj-role"}} 2018-08-20 10:24:31,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/3e410dc6f3f24fdaaf32c4bafdf4639a used request id req-536d44ac-bb3a-41bb-b07d-b637b554a8db 2018-08-20 10:24:31,325 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-81ec401c-b6c2-40a-proj-role to project CreateRouterSuccessTests-81ec401c-b6c2-40a-proj 2018-08-20 10:24:31,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43/users/3544c129a1564bd9ba7af862194ac3cc/roles/3e410dc6f3f24fdaaf32c4bafdf4639a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:31,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39ff902e-8a43-42c5-9f74-8c019e0948c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:31,476 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43/users/3544c129a1564bd9ba7af862194ac3cc/roles/3e410dc6f3f24fdaaf32c4bafdf4639a used request id req-39ff902e-8a43-42c5-9f74-8c019e0948c8 2018-08-20 10:24:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:31,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:31,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:31,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["GwcicEscSZKkuFa3To5dLA"], "issued_at": "2018-08-20T10:24:31.000000Z"}} 2018-08-20 10:24:31,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:31,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4cec57f-0c3d-4aff-af32-fa091d669e98 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:31,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e4cec57f-0c3d-4aff-af32-fa091d669e98 2018-08-20 10:24:31,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:31,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:31,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:31,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:31,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:31,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:32,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7b3f291e-999f-4e1b-8519-a92ef07388da Date: Mon, 20 Aug 2018 10:24:32 GMT RESP BODY: {"routers": []} 2018-08-20 10:24:32,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router&admin_state_up=True used request id req-7b3f291e-999f-4e1b-8519-a92ef07388da 2018-08-20 10:24:32,189 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:32,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:32,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mRTvr0dmRvmQDayF5IKeHQ"], "issued_at": "2018-08-20T10:24:32.000000Z"}} 2018-08-20 10:24:32,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9038a1877a336980629dd3a9dd023bd2ccf74cb6" 2018-08-20 10:24:32,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e31b175-16b6-43e2-bc1d-f8b50ba64ec9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:32,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3e31b175-16b6-43e2-bc1d-f8b50ba64ec9 2018-08-20 10:24:32,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:32,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:32,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9038a1877a336980629dd3a9dd023bd2ccf74cb6" 2018-08-20 10:24:32,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24e87403-ad55-4c31-8d57-17bca5fb7c9b Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43"}, "tags": [], "enabled": true, "id": "674a2b3f1b934cb5877270de352d2f43", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj"}]} 2018-08-20 10:24:32,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-81ec401c-b6c2-40a-proj used request id req-24e87403-ad55-4c31-8d57-17bca5fb7c9b 2018-08-20 10:24:32,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:33,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-1cb32e67-2325-4117-bfca-552a5faff431 Date: Mon, 20 Aug 2018 10:24:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:24:33,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-1cb32e67-2325-4117-bfca-552a5faff431 2018-08-20 10:24:33,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:33,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-eb08143a-f6e6-40b4-9f70-16b18383a834 Date: Mon, 20 Aug 2018 10:24:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 10:24:33,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-eb08143a-f6e6-40b4-9f70-16b18383a834 2018-08-20 10:24:33,292 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router 2018-08-20 10:24:33,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "tenant_id": "674a2b3f1b934cb5877270de352d2f43", "name": "CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router", "admin_state_up": true}}' 2018-08-20 10:24:34,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 661 X-Openstack-Request-Id: req-f6c4547c-2c0f-4e3f-8e22-d1895c49cde8 Date: Mon, 20 Aug 2018 10:24:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "674a2b3f1b934cb5877270de352d2f43", "created_at": "2018-08-20T10:24:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:24:34Z", "revision_number": 2, "routes": [], "project_id": "674a2b3f1b934cb5877270de352d2f43", "id": "e65f0ac7-7212-45c5-8056-6a96cb7752c2", "name": "CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router"}} 2018-08-20 10:24:34,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-f6c4547c-2c0f-4e3f-8e22-d1895c49cde8 2018-08-20 10:24:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=e65f0ac7-7212-45c5-8056-6a96cb7752c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:34,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-42f19c57-ac26-41f0-8a4b-21d7a9be00a3 Date: Mon, 20 Aug 2018 10:24:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:24:34Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.204"}],"id":"dfb26838-997c-4322-b3ac-bc6eb2e62ed8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:d3:22","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e65f0ac7-7212-45c5-8056-6a96cb7752c2","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:24:33Z","binding:vnic_type":"normal"}]} 2018-08-20 10:24:34,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=e65f0ac7-7212-45c5-8056-6a96cb7752c2 used request id req-42f19c57-ac26-41f0-8a4b-21d7a9be00a3 2018-08-20 10:24:34,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:35,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5f71586e-8581-4e29-b572-28fa044b89b1 Date: Mon, 20 Aug 2018 10:24:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:24:35,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-5f71586e-8581-4e29-b572-28fa044b89b1 2018-08-20 10:24:35,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/e65f0ac7-7212-45c5-8056-6a96cb7752c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:35,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 661 X-Openstack-Request-Id: req-8d1f2393-bb3c-4fa2-8ac6-10d3f9dced93 Date: Mon, 20 Aug 2018 10:24:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "674a2b3f1b934cb5877270de352d2f43", "created_at": "2018-08-20T10:24:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:24:34Z", "revision_number": 2, "routes": [], "project_id": "674a2b3f1b934cb5877270de352d2f43", "id": "e65f0ac7-7212-45c5-8056-6a96cb7752c2", "name": "CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router"}} 2018-08-20 10:24:35,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/e65f0ac7-7212-45c5-8056-6a96cb7752c2 used request id req-8d1f2393-bb3c-4fa2-8ac6-10d3f9dced93 2018-08-20 10:24:35,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=e65f0ac7-7212-45c5-8056-6a96cb7752c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:35,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1b68fc8a-be58-4f19-bf8e-aff53d038417 Date: Mon, 20 Aug 2018 10:24:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:24:34Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.204"}],"id":"dfb26838-997c-4322-b3ac-bc6eb2e62ed8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:d3:22","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e65f0ac7-7212-45c5-8056-6a96cb7752c2","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:24:33Z","binding:vnic_type":"normal"}]} 2018-08-20 10:24:35,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=e65f0ac7-7212-45c5-8056-6a96cb7752c2 used request id req-1b68fc8a-be58-4f19-bf8e-aff53d038417 2018-08-20 10:24:35,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:35,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e5abf350-caaa-4c6c-8c0a-c6b48cd0323d Date: Mon, 20 Aug 2018 10:24:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:24:35,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-e5abf350-caaa-4c6c-8c0a-c6b48cd0323d 2018-08-20 10:24:35,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:36,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e410dc6f3f24fdaaf32c4bafdf4639a", "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj-role"}], "expires_at": "2018-08-20T11:24:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "674a2b3f1b934cb5877270de352d2f43", "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/674a2b3f1b934cb5877270de352d2f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/674a2b3f1b934cb5877270de352d2f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/674a2b3f1b934cb5877270de352d2f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/674a2b3f1b934cb5877270de352d2f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/674a2b3f1b934cb5877270de352d2f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/674a2b3f1b934cb5877270de352d2f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_674a2b3f1b934cb5877270de352d2f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_674a2b3f1b934cb5877270de352d2f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/674a2b3f1b934cb5877270de352d2f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/674a2b3f1b934cb5877270de352d2f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/674a2b3f1b934cb5877270de352d2f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/674a2b3f1b934cb5877270de352d2f43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/674a2b3f1b934cb5877270de352d2f43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/674a2b3f1b934cb5877270de352d2f43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-user", "id": "3544c129a1564bd9ba7af862194ac3cc"}, "audit_ids": ["-ixn_t12SeKsG_KROb68Hw"], "issued_at": "2018-08-20T10:24:36.000000Z"}} 2018-08-20 10:24:36,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd424d9e3570e46761e91fc92565a37faff5605" 2018-08-20 10:24:36,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-43fe014c-fc3b-4306-9c16-bbbddd23f5a5 Date: Mon, 20 Aug 2018 10:24:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "674a2b3f1b934cb5877270de352d2f43", "created_at": "2018-08-20T10:24:33Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:34Z", "revision_number": 2, "routes": [], "project_id": "674a2b3f1b934cb5877270de352d2f43", "id": "e65f0ac7-7212-45c5-8056-6a96cb7752c2", "name": "CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router"}]} 2018-08-20 10:24:36,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router&admin_state_up=True used request id req-43fe014c-fc3b-4306-9c16-bbbddd23f5a5 2018-08-20 10:24:36,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:36,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:36,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c02ce892f0822a7ebedcc66278727f09a15e8f5" 2018-08-20 10:24:36,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36bc966f-1cb3-447f-aeb6-cadd49ef0923 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "674a2b3f1b934cb5877270de352d2f43", "name": "CreateRouterSuccessTests-81ec401c-b6c2-40a-proj"}} 2018-08-20 10:24:36,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43 used request id req-36bc966f-1cb3-447f-aeb6-cadd49ef0923 2018-08-20 10:24:36,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=e65f0ac7-7212-45c5-8056-6a96cb7752c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd424d9e3570e46761e91fc92565a37faff5605" 2018-08-20 10:24:36,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fb1a6d7c-9f40-46ba-891c-44ebf5334b1a Date: Mon, 20 Aug 2018 10:24:36 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:36,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=e65f0ac7-7212-45c5-8056-6a96cb7752c2 used request id req-fb1a6d7c-9f40-46ba-891c-44ebf5334b1a 2018-08-20 10:24:36,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd424d9e3570e46761e91fc92565a37faff5605" 2018-08-20 10:24:37,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0c71d498-b490-4b29-b1e2-46067aa598f1 Date: Mon, 20 Aug 2018 10:24:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:24:37,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-0c71d498-b490-4b29-b1e2-46067aa598f1 2018-08-20 10:24:37,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd424d9e3570e46761e91fc92565a37faff5605" 2018-08-20 10:24:37,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-58212743-9be6-4fd9-99ab-5a8ccc32c324 Date: Mon, 20 Aug 2018 10:24:37 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:24:37,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-58212743-9be6-4fd9-99ab-5a8ccc32c324 2018-08-20 10:24:37,258 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router 2018-08-20 10:24:37,258 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f1155876-be2b-4fda-9568-32a90ae78847-pub-router 2018-08-20 10:24:37,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/e65f0ac7-7212-45c5-8056-6a96cb7752c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25fe304ef209fd6142ac8ad5bed631d5fe037ae8" 2018-08-20 10:24:38,814 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8a036124-d60f-4b5a-a6f3-eb8b7187242f Content-Length: 0 Date: Mon, 20 Aug 2018 10:24:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:24:38,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/e65f0ac7-7212-45c5-8056-6a96cb7752c2 used request id req-8a036124-d60f-4b5a-a6f3-eb8b7187242f 2018-08-20 10:24:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:38,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-c1ef1105-2ed9-4ed7-9a53-b6dc559a49e0 Date: Mon, 20 Aug 2018 10:24:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:24:39,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-c1ef1105-2ed9-4ed7-9a53-b6dc559a49e0 2018-08-20 10:24:39,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,177 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a57a6e0-79cb-4ef0-af72-122443d57cea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-0a57a6e0-79cb-4ef0-af72-122443d57cea 2018-08-20 10:24:39,178 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,279 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91eecbb0-bb56-442f-9c80-1599df010829 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-91eecbb0-bb56-442f-9c80-1599df010829 2018-08-20 10:24:39,279 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,376 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcbed3b5-17db-4198-b1ea-f8721b5b37e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-bcbed3b5-17db-4198-b1ea-f8721b5b37e2 2018-08-20 10:24:39,377 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,469 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a7ff5e5-8ec2-4908-a465-a6ebc58900ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-0a7ff5e5-8ec2-4908-a465-a6ebc58900ff 2018-08-20 10:24:39,469 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,562 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64fcf1e7-f4a2-480b-ac84-e4d48527840b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-64fcf1e7-f4a2-480b-ac84-e4d48527840b 2018-08-20 10:24:39,562 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,660 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1885461c-b26b-4b02-ad6d-669df6b873fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-1885461c-b26b-4b02-ad6d-669df6b873fd 2018-08-20 10:24:39,661 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,682 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea5c1e84-02a6-4460-8d58-5376c754365c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-ea5c1e84-02a6-4460-8d58-5376c754365c 2018-08-20 10:24:39,682 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,702 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea4d54a7-946b-47af-aa1c-28e6135e8a47 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-ea4d54a7-946b-47af-aa1c-28e6135e8a47 2018-08-20 10:24:39,702 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,797 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3329ec9-9008-4926-9017-cddc434f6bca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b3329ec9-9008-4926-9017-cddc434f6bca 2018-08-20 10:24:39,797 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b502bb40-62b5-4502-9f21-70850d60e1d5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:24:39,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-b502bb40-62b5-4502-9f21-70850d60e1d5 2018-08-20 10:24:39,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:39,983 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5982bb3e-c3af-4741-a124-27ffd6402ed4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:39,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-5982bb3e-c3af-4741-a124-27ffd6402ed4 2018-08-20 10:24:39,984 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:39,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,079 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-663e8584-2dc9-4a3b-b73d-6e34219e424f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:40,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-663e8584-2dc9-4a3b-b73d-6e34219e424f 2018-08-20 10:24:40,080 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:40,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,164 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a958c59f-d7e6-4d13-a17a-8d222f3475df Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:40,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-a958c59f-d7e6-4d13-a17a-8d222f3475df 2018-08-20 10:24:40,165 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:40,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,259 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54ff73f8-f0e9-4224-9552-b50b2e72c707 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:40,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-54ff73f8-f0e9-4224-9552-b50b2e72c707 2018-08-20 10:24:40,259 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:40,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-842fa388-5fbf-4911-aae7-f3f63dc54d97 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:24:40,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-842fa388-5fbf-4911-aae7-f3f63dc54d97 2018-08-20 10:24:40,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,456 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-948e9f08-e42a-4fd2-a58c-36a246b55f68 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:40,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-948e9f08-e42a-4fd2-a58c-36a246b55f68 2018-08-20 10:24:40,456 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:40,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,552 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6761f2c5-d468-43ad-b72c-68e20f073cfd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:40,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-6761f2c5-d468-43ad-b72c-68e20f073cfd 2018-08-20 10:24:40,552 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:40,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,648 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7710c04e-a094-4066-899f-0eecfa22032d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:24:40,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-7710c04e-a094-4066-899f-0eecfa22032d 2018-08-20 10:24:40,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:24:40,649 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-81ec401c-b6c2-40a-proj 2018-08-20 10:24:40,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be9245ea-36b9-4775-971a-1b6037bb6ae9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:40,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/674a2b3f1b934cb5877270de352d2f43 used request id req-be9245ea-36b9-4775-971a-1b6037bb6ae9 2018-08-20 10:24:40,862 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-81ec401c-b6c2-40a-proj-role 2018-08-20 10:24:40,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/3e410dc6f3f24fdaaf32c4bafdf4639a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fabe321b-99ad-4f29-baa3-36efe33e1e6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:40,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/3e410dc6f3f24fdaaf32c4bafdf4639a used request id req-fabe321b-99ad-4f29-baa3-36efe33e1e6e 2018-08-20 10:24:40,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665d34efa0537855904ef7bda68a05fba64664fd" 2018-08-20 10:24:40,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e2b15d4-1607-406f-a043-b7c51fbc627f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:24:40,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0e2b15d4-1607-406f-a043-b7c51fbc627f 2018-08-20 10:24:41,000 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-81ec401c-b6c2-40a-user 2018-08-20 10:24:41,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/3544c129a1564bd9ba7af862194ac3cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f3fdf928def9e5dca35b8b8e962f2552d4e965" 2018-08-20 10:24:41,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e437e83-f57a-45e1-9cab-4bbb4015635c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:41,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/3544c129a1564bd9ba7af862194ac3cc used request id req-6e437e83-f57a-45e1-9cab-4bbb4015635c 2018-08-20 10:24:41,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:41,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lir2sCakQ3OlpUVr2iWYGg"], "issued_at": "2018-08-20T10:24:41.000000Z"}} 2018-08-20 10:24:41,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1292e01e6d0ccb72b028688a9289c3c72339b678" 2018-08-20 10:24:41,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d8d7b4-6aa9-42c3-92d0-91668daeb8cb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:41,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-70d8d7b4-6aa9-42c3-92d0-91668daeb8cb 2018-08-20 10:24:41,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:41,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:42,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["bBRtdHnLSbmVekhNkP6WeA"], "issued_at": "2018-08-20T10:24:42.000000Z"}} 2018-08-20 10:24:42,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:24:42,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-875d3bef-3ceb-451b-a24d-b30037d5717e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:42,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-875d3bef-3ceb-451b-a24d-b30037d5717e 2018-08-20 10:24:42,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:42,163 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:42,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:24:42,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3233e554-0d42-4de4-8ea6-d90357d16f91 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:24:42,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj used request id req-3233e554-0d42-4de4-8ea6-d90357d16f91 2018-08-20 10:24:42,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:24:42,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8024d394-6f16-4511-b775-2bf425066171 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:24:42,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-8024d394-6f16-4511-b775-2bf425066171 2018-08-20 10:24:42,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}}' 2018-08-20 10:24:42,473 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-436d2e39-4927-4c29-befd-e44ab55517e5 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed"}, "tags": [], "enabled": true, "id": "3710cf7112d04463a4d392b1acba3bed", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}} 2018-08-20 10:24:42,473 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-436d2e39-4927-4c29-befd-e44ab55517e5 2018-08-20 10:24:42,473 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj 2018-08-20 10:24:42,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:42,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:42,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:24:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["zCiJHNf4Qgud8SFR6frMpQ"], "issued_at": "2018-08-20T10:24:42.000000Z"}} 2018-08-20 10:24:42,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48178653c10e3e1de40c392f33f2c6cfcb612d2c" 2018-08-20 10:24:42,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8a73b6-ce4c-4a69-814c-60ded059aab5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:42,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4d8a73b6-ce4c-4a69-814c-60ded059aab5 2018-08-20 10:24:42,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:42,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:42,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48178653c10e3e1de40c392f33f2c6cfcb612d2c" 2018-08-20 10:24:43,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3664704-406e-4a91-a18d-573b8ec28bae Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:24:43,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-c3664704-406e-4a91-a18d-573b8ec28bae 2018-08-20 10:24:43,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48178653c10e3e1de40c392f33f2c6cfcb612d2c" 2018-08-20 10:24:43,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c852a22e-2c04-4d0f-aabd-593cb578072f Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed"}, "tags": [], "enabled": true, "id": "3710cf7112d04463a4d392b1acba3bed", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}]} 2018-08-20 10:24:43,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj used request id req-c852a22e-2c04-4d0f-aabd-593cb578072f 2018-08-20 10:24:43,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48178653c10e3e1de40c392f33f2c6cfcb612d2c" 2018-08-20 10:24:43,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4217429f-3b17-4e1d-b823-da419361ba9a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:24:43,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-4217429f-3b17-4e1d-b823-da419361ba9a 2018-08-20 10:24:43,640 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-user 2018-08-20 10:24:43,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:43,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:24:43,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd46d314-cd3a-4414-a57e-89f1623a33ac Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:24:43,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dd46d314-cd3a-4414-a57e-89f1623a33ac 2018-08-20 10:24:43,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" -d '{"role": {"name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role"}}' 2018-08-20 10:24:43,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:24:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed6047c2-43cf-46ee-b160-56082774ad74 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "011e3236c9b14c73a6c3c7f85fc0deb4", "links": {"self": "http://172.30.9.36:5000/v3/roles/011e3236c9b14c73a6c3c7f85fc0deb4"}, "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role"}} 2018-08-20 10:24:43,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ed6047c2-43cf-46ee-b160-56082774ad74 2018-08-20 10:24:43,856 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role 2018-08-20 10:24:43,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/011e3236c9b14c73a6c3c7f85fc0deb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:24:43,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a31243f-306d-4ecb-8429-8f6e3bb1d5a6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "011e3236c9b14c73a6c3c7f85fc0deb4", "links": {"self": "http://172.30.9.36:5000/v3/roles/011e3236c9b14c73a6c3c7f85fc0deb4"}, "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role"}} 2018-08-20 10:24:43,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/011e3236c9b14c73a6c3c7f85fc0deb4 used request id req-0a31243f-306d-4ecb-8429-8f6e3bb1d5a6 2018-08-20 10:24:43,952 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role to project CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj 2018-08-20 10:24:43,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed/users/09597382f3524251ad7e3ef7e600ada5/roles/011e3236c9b14c73a6c3c7f85fc0deb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:24:44,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:24:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce824d1d-540b-41c0-889f-5c62f9a5a9b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:24:44,114 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed/users/09597382f3524251ad7e3ef7e600ada5/roles/011e3236c9b14c73a6c3c7f85fc0deb4 used request id req-ce824d1d-540b-41c0-889f-5c62f9a5a9b5 2018-08-20 10:24:44,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:44,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:44,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:44,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "011e3236c9b14c73a6c3c7f85fc0deb4", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role"}], "expires_at": "2018-08-20T11:24:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-user", "id": "09597382f3524251ad7e3ef7e600ada5"}, "audit_ids": ["6LnbegezTxe8quRC4aUnSA"], "issued_at": "2018-08-20T10:24:44.000000Z"}} 2018-08-20 10:24:44,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" 2018-08-20 10:24:44,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05a037b1-9295-4e29-9a90-01ee0d0bdb13 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:44,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-05a037b1-9295-4e29-9a90-01ee0d0bdb13 2018-08-20 10:24:44,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:44,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:44,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:44,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:44,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:44,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" 2018-08-20 10:24:44,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-37be4148-43b0-4743-a09c-08fadb910240 Date: Mon, 20 Aug 2018 10:24:44 GMT RESP BODY: {"networks":[]} 2018-08-20 10:24:44,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 used request id req-37be4148-43b0-4743-a09c-08fadb910240 2018-08-20 10:24:44,799 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 2018-08-20 10:24:44,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" -d '{"network": {"name": "CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1", "admin_state_up": true}}' 2018-08-20 10:24:45,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-d57cd3ca-0980-47ba-a672-8bb47bd5aca6 Date: Mon, 20 Aug 2018 10:24:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:24:45Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}} 2018-08-20 10:24:45,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-d57cd3ca-0980-47ba-a672-8bb47bd5aca6 2018-08-20 10:24:45,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" 2018-08-20 10:24:45,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-c897112a-9101-4697-b69f-cd50a199e7f3 Date: Mon, 20 Aug 2018 10:24:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:24:45Z","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}]} 2018-08-20 10:24:45,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-c897112a-9101-4697-b69f-cd50a199e7f3 2018-08-20 10:24:45,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" 2018-08-20 10:24:45,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3cf015ef-14a9-42e2-af15-77ee8f349e12 Date: Mon, 20 Aug 2018 10:24:45 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:24:45,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-3cf015ef-14a9-42e2-af15-77ee8f349e12 2018-08-20 10:24:45,923 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1 2018-08-20 10:24:45,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" -d '{"subnets": [{"ip_version": 4, "network_id": "8c97000c-29c3-4d0f-9124-edbd135c34cb", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]}' 2018-08-20 10:24:46,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-61ecbec8-2bc6-4875-9a5e-4268592dbd09 Date: Mon, 20 Aug 2018 10:24:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:24:46,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-61ecbec8-2bc6-4875-9a5e-4268592dbd09 2018-08-20 10:24:46,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" 2018-08-20 10:24:47,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-3cd56c81-0fd3-4dfb-a034-aab286cb865a Date: Mon, 20 Aug 2018 10: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":["cfac8f8f-829a-47e2-9d94-645346819d8e"],"updated_at":"2018-08-20T10:24:46Z","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}]} 2018-08-20 10:24:47,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-3cd56c81-0fd3-4dfb-a034-aab286cb865a 2018-08-20 10:24:47,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" 2018-08-20 10:24:47,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-40c62051-2d44-4fe7-9dee-0ea0f1dfa030 Date: Mon, 20 Aug 2018 10:24:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:24:47,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-40c62051-2d44-4fe7-9dee-0ea0f1dfa030 2018-08-20 10:24:47,475 - OpenStackNetwork - DEBUG - Network [8c97000c-29c3-4d0f-9124-edbd135c34cb] created successfully 2018-08-20 10:24:47,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:47,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:47,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "011e3236c9b14c73a6c3c7f85fc0deb4", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role"}], "expires_at": "2018-08-20T11:24:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-user", "id": "09597382f3524251ad7e3ef7e600ada5"}, "audit_ids": ["8DpnSJP5Sv-sQcVkpDLYOQ"], "issued_at": "2018-08-20T10:24:47.000000Z"}} 2018-08-20 10:24:47,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:47,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d52938c-06e8-4ba0-9b2c-ff70820ab4f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:47,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6d52938c-06e8-4ba0-9b2c-ff70820ab4f1 2018-08-20 10:24:47,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:24:47,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:24:47,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:24:47,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:24:47,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:24:47,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:48,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8d068c1e-1b68-4354-aee1-6ebd3613d454 Date: Mon, 20 Aug 2018 10:24:48 GMT RESP BODY: {"routers": []} 2018-08-20 10:24:48,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router&admin_state_up=True used request id req-8d068c1e-1b68-4354-aee1-6ebd3613d454 2018-08-20 10:24:48,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:48,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:48,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "011e3236c9b14c73a6c3c7f85fc0deb4", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role"}], "expires_at": "2018-08-20T11:24:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-user", "id": "09597382f3524251ad7e3ef7e600ada5"}, "audit_ids": ["vbmAa2PLSam5TD1pMNVq0g"], "issued_at": "2018-08-20T10:24:48.000000Z"}} 2018-08-20 10:24:48,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd5351af27fcc6fd74ff8606491b50eaa6fdef2" 2018-08-20 10:24:48,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d46db0-1a5a-47c6-9f10-fb57b81d2354 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:48,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-96d46db0-1a5a-47c6-9f10-fb57b81d2354 2018-08-20 10:24:48,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:49,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-67f8d6e6-feb9-4b94-90ea-0de7f7e02878 Date: Mon, 20 Aug 2018 10:24:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:24:49,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-67f8d6e6-feb9-4b94-90ea-0de7f7e02878 2018-08-20 10:24:49,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:49,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2852b0e8-4b83-4082-9c4f-3362b1a344e6 Date: Mon, 20 Aug 2018 10:24:49 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:24:49,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-2852b0e8-4b83-4082-9c4f-3362b1a344e6 2018-08-20 10:24:49,245 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router 2018-08-20 10:24:49,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router", "admin_state_up": true}}' 2018-08-20 10:24:50,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-541e8be0-7e06-410f-a71b-395cb7b775f9 Date: Mon, 20 Aug 2018 10:24:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "created_at": "2018-08-20T10:24:49Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:50Z", "revision_number": 2, "routes": [], "project_id": "3710cf7112d04463a4d392b1acba3bed", "id": "3456a46e-03b6-4457-ac2e-1ed876a12540", "name": "CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router"}} 2018-08-20 10:24:50,701 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-541e8be0-7e06-410f-a71b-395cb7b775f9 2018-08-20 10:24:50,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=3456a46e-03b6-4457-ac2e-1ed876a12540 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:50,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8f0227f8-fc9c-4981-9bf3-48034ff132dd Date: Mon, 20 Aug 2018 10:24:50 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:50,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=3456a46e-03b6-4457-ac2e-1ed876a12540 used request id req-8f0227f8-fc9c-4981-9bf3-48034ff132dd 2018-08-20 10:24:50,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:51,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-717c8083-4a45-4609-9072-4bf86be57a19 Date: Mon, 20 Aug 2018 10:24: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":["cfac8f8f-829a-47e2-9d94-645346819d8e"],"updated_at":"2018-08-20T10:24:46Z","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}]} 2018-08-20 10:24:51,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 used request id req-717c8083-4a45-4609-9072-4bf86be57a19 2018-08-20 10:24:51,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:51,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6c3eefa6-c95f-420f-992e-baf646c4c00d Date: Mon, 20 Aug 2018 10:24:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:24:51,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-6c3eefa6-c95f-420f-992e-baf646c4c00d 2018-08-20 10:24:51,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:51,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f385b439-84ef-472e-b514-2d4f7db54b4f Date: Mon, 20 Aug 2018 10:24: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":["cfac8f8f-829a-47e2-9d94-645346819d8e"],"updated_at":"2018-08-20T10:24:46Z","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}]} 2018-08-20 10:24:51,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 used request id req-f385b439-84ef-472e-b514-2d4f7db54b4f 2018-08-20 10:24:51,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:51,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:51,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:51,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e6f2ddc-5813-4b26-b255-5c39c191ae7a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}} 2018-08-20 10:24:51,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed used request id req-5e6f2ddc-5813-4b26-b255-5c39c191ae7a 2018-08-20 10:24:51,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:51,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9e45e4d3-a75b-41eb-b206-477de6e4d351 Date: Mon, 20 Aug 2018 10:24:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:24:51,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-9e45e4d3-a75b-41eb-b206-477de6e4d351 2018-08-20 10:24:51,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb&name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:51,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d9e7898d-be43-4791-9e2b-64da2259185b Date: Mon, 20 Aug 2018 10:24:51 GMT RESP BODY: {"ports":[]} 2018-08-20 10:24:51,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb&name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1&admin_state_up=True used request id req-d9e7898d-be43-4791-9e2b-64da2259185b 2018-08-20 10:24:51,820 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1 for router - CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router 2018-08-20 10:24:51,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:24:51,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:52,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "011e3236c9b14c73a6c3c7f85fc0deb4", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role"}], "expires_at": "2018-08-20T11:24:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-user", "id": "09597382f3524251ad7e3ef7e600ada5"}, "audit_ids": ["xL3pw_5JTuGSdBBdA5davA"], "issued_at": "2018-08-20T10:24:52.000000Z"}} 2018-08-20 10:24:52,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3970fc430e2248c746be0964517dcfd6045ecc3" 2018-08-20 10:24:52,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a19aa3d-36b7-4780-a44c-05c7a2b707d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:24:52,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8a19aa3d-36b7-4780-a44c-05c7a2b707d8 2018-08-20 10:24:52,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:52,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-3679b039-c65d-4034-abab-dc9b62518f66 Date: Mon, 20 Aug 2018 10:24: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":["cfac8f8f-829a-47e2-9d94-645346819d8e"],"updated_at":"2018-08-20T10:24:46Z","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}]} 2018-08-20 10:24:52,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 used request id req-3679b039-c65d-4034-abab-dc9b62518f66 2018-08-20 10:24:52,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:52,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-deb6c8ec-b3b3-4808-8ea6-c0e31667e8c9 Date: Mon, 20 Aug 2018 10:24:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:24:52,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-deb6c8ec-b3b3-4808-8ea6-c0e31667e8c9 2018-08-20 10:24:52,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:53,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-468d2aec-ad3a-4a9b-9d8d-ec7ab8126cab Date: Mon, 20 Aug 2018 10:24: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":["cfac8f8f-829a-47e2-9d94-645346819d8e"],"updated_at":"2018-08-20T10:24:46Z","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}]} 2018-08-20 10:24:53,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 used request id req-468d2aec-ad3a-4a9b-9d8d-ec7ab8126cab 2018-08-20 10:24:53,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:53,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:53,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3970fc430e2248c746be0964517dcfd6045ecc3" 2018-08-20 10:24:53,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e04d0a-76d7-4377-bfcb-dfc48e3e718c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}} 2018-08-20 10:24:53,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed used request id req-a7e04d0a-76d7-4377-bfcb-dfc48e3e718c 2018-08-20 10:24:53,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:53,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7f0ab274-3636-4e8e-af73-adbc18b075c8 Date: Mon, 20 Aug 2018 10:24:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:24:53,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-7f0ab274-3636-4e8e-af73-adbc18b075c8 2018-08-20 10:24:53,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb&name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:53,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a3846dbd-0989-4af3-875a-c0e567ec40af Date: Mon, 20 Aug 2018 10:24:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:24:53,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb&name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1 used request id req-a3846dbd-0989-4af3-875a-c0e567ec40af 2018-08-20 10:24:53,647 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 2018-08-20 10:24:53,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" -d '{"port": {"network_id": "8c97000c-29c3-4d0f-9124-edbd135c34cb", "fixed_ips": [{"subnet_id": "cfac8f8f-829a-47e2-9d94-645346819d8e", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1", "admin_state_up": true}}' 2018-08-20 10:24:54,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-28879615-09f9-4f64-915d-905be41ea2d2 Date: Mon, 20 Aug 2018 10:24:54 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:24:54Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:24:54Z","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:42:cb:9a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"3710cf7112d04463a4d392b1acba3bed","fixed_ips":[{"subnet_id":"cfac8f8f-829a-47e2-9d94-645346819d8e","ip_address":"10.200.201.1"}],"id":"fe9e0c1b-8ce2-4b77-8b41-fc5580cb11d5","security_groups":["aa0312a0-508c-4944-958d-cb05252ad361"],"device_id":""}} 2018-08-20 10:24:54,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-28879615-09f9-4f64-915d-905be41ea2d2 2018-08-20 10:24:54,594 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1 for router - CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router 2018-08-20 10:24:54,594 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router 2018-08-20 10:24:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/3456a46e-03b6-4457-ac2e-1ed876a12540/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" -d '{"port_id": "fe9e0c1b-8ce2-4b77-8b41-fc5580cb11d5"}' 2018-08-20 10:24:56,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e5462e9d-acac-40ce-b396-34815447a53e Date: Mon, 20 Aug 2018 10:24:56 GMT RESP BODY: {"network_id": "8c97000c-29c3-4d0f-9124-edbd135c34cb", "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "subnet_id": "cfac8f8f-829a-47e2-9d94-645346819d8e", "subnet_ids": ["cfac8f8f-829a-47e2-9d94-645346819d8e"], "port_id": "fe9e0c1b-8ce2-4b77-8b41-fc5580cb11d5", "id": "3456a46e-03b6-4457-ac2e-1ed876a12540"} 2018-08-20 10:24:56,648 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/3456a46e-03b6-4457-ac2e-1ed876a12540/add_router_interface used request id req-e5462e9d-acac-40ce-b396-34815447a53e 2018-08-20 10:24:56,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/3456a46e-03b6-4457-ac2e-1ed876a12540 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:56,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-7fff2a23-1d4c-49ca-bea7-c54a73f8ec2d Date: Mon, 20 Aug 2018 10:24:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "created_at": "2018-08-20T10:24:49Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:55Z", "revision_number": 3, "routes": [], "project_id": "3710cf7112d04463a4d392b1acba3bed", "id": "3456a46e-03b6-4457-ac2e-1ed876a12540", "name": "CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router"}} 2018-08-20 10:24:56,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/3456a46e-03b6-4457-ac2e-1ed876a12540 used request id req-7fff2a23-1d4c-49ca-bea7-c54a73f8ec2d 2018-08-20 10:24:56,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=3456a46e-03b6-4457-ac2e-1ed876a12540 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:57,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-c66ee3ef-ae7a-4b6f-9ab3-98da34aae4ad Date: Mon, 20 Aug 2018 10:24:56 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:24:56Z","binding:vnic_type":"normal","device_id":"3456a46e-03b6-4457-ac2e-1ed876a12540","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:42:cb:9a","id":"fe9e0c1b-8ce2-4b77-8b41-fc5580cb11d5","port_security_enabled":true,"project_id":"3710cf7112d04463a4d392b1acba3bed","fixed_ips":[{"subnet_id":"cfac8f8f-829a-47e2-9d94-645346819d8e","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["aa0312a0-508c-4944-958d-cb05252ad361"],"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1"}]} 2018-08-20 10:24:57,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=3456a46e-03b6-4457-ac2e-1ed876a12540 used request id req-c66ee3ef-ae7a-4b6f-9ab3-98da34aae4ad 2018-08-20 10:24:57,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/cfac8f8f-829a-47e2-9d94-645346819d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:24:57,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a1192b77-34ca-4261-b286-7d8c10cbb424 Date: Mon, 20 Aug 2018 10:24:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}} 2018-08-20 10:24:57,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/cfac8f8f-829a-47e2-9d94-645346819d8e used request id req-a1192b77-34ca-4261-b286-7d8c10cbb424 2018-08-20 10:24:57,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:24:57,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "011e3236c9b14c73a6c3c7f85fc0deb4", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role"}], "expires_at": "2018-08-20T11:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3710cf7112d04463a4d392b1acba3bed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-user", "id": "09597382f3524251ad7e3ef7e600ada5"}, "audit_ids": ["FAnpr5YNQOq58Vex0D0eFQ"], "issued_at": "2018-08-20T10:24:57.000000Z"}} 2018-08-20 10:24:57,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:57,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-70193f5e-ff5a-4ab4-aaea-27347d3247d7 Date: Mon, 20 Aug 2018 10:24:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "created_at": "2018-08-20T10:24:49Z", "admin_state_up": true, "updated_at": "2018-08-20T10:24:55Z", "revision_number": 3, "routes": [], "project_id": "3710cf7112d04463a4d392b1acba3bed", "id": "3456a46e-03b6-4457-ac2e-1ed876a12540", "name": "CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router"}]} 2018-08-20 10:24:57,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router&admin_state_up=True used request id req-70193f5e-ff5a-4ab4-aaea-27347d3247d7 2018-08-20 10:24:57,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:24:57,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:24:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:24:57,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1292e01e6d0ccb72b028688a9289c3c72339b678" 2018-08-20 10:24:57,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9ee871-e933-4aad-9724-37ebe48efb83 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}} 2018-08-20 10:24:57,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed used request id req-dd9ee871-e933-4aad-9724-37ebe48efb83 2018-08-20 10:24:57,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=3456a46e-03b6-4457-ac2e-1ed876a12540 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:58,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-2fcee292-f483-4997-975f-8fd1db669350 Date: Mon, 20 Aug 2018 10:24:58 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:24:56Z","binding:vnic_type":"normal","device_id":"3456a46e-03b6-4457-ac2e-1ed876a12540","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:42:cb:9a","id":"fe9e0c1b-8ce2-4b77-8b41-fc5580cb11d5","port_security_enabled":true,"project_id":"3710cf7112d04463a4d392b1acba3bed","fixed_ips":[{"subnet_id":"cfac8f8f-829a-47e2-9d94-645346819d8e","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["aa0312a0-508c-4944-958d-cb05252ad361"],"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1"}]} 2018-08-20 10:24:58,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=3456a46e-03b6-4457-ac2e-1ed876a12540 used request id req-2fcee292-f483-4997-975f-8fd1db669350 2018-08-20 10:24:58,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/cfac8f8f-829a-47e2-9d94-645346819d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:58,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0caeded6-e93a-4c0d-b63e-e510cfff9a94 Date: Mon, 20 Aug 2018 10:24:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}} 2018-08-20 10:24:58,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/cfac8f8f-829a-47e2-9d94-645346819d8e used request id req-0caeded6-e93a-4c0d-b63e-e510cfff9a94 2018-08-20 10:24:58,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:58,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-afd96379-8790-44e7-97de-41474c269346 Date: Mon, 20 Aug 2018 10:24:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:24:58,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-afd96379-8790-44e7-97de-41474c269346 2018-08-20 10:24:58,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:58,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6c2ddd5f-d150-4abe-8aa7-e4125214e64c Date: Mon, 20 Aug 2018 10:24:58 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:24:58,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-6c2ddd5f-d150-4abe-8aa7-e4125214e64c 2018-08-20 10:24:58,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:58,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0ae2334c-3ac3-4cbe-9e90-4646417e57e3 Date: Mon, 20 Aug 2018 10:24: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":["cfac8f8f-829a-47e2-9d94-645346819d8e"],"updated_at":"2018-08-20T10:24:46Z","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}]} 2018-08-20 10:24:58,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-0ae2334c-3ac3-4cbe-9e90-4646417e57e3 2018-08-20 10:24:58,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:59,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8a8418da-5602-4e51-8fe7-7323592db5fc Date: Mon, 20 Aug 2018 10:24:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:24:59,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-8a8418da-5602-4e51-8fe7-7323592db5fc 2018-08-20 10:24:59,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:59,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3049 X-Openstack-Request-Id: req-bbbc5be6-3c43-41e8-9a9a-a02e8910f08d Date: Mon, 20 Aug 2018 10:24:59 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:48Z","admin_state_up":true,"updated_at":"2018-08-20T10:24:51Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8c97000c-29c3-4d0f-9124-edbd135c34cb","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fe:3a:78","id":"7a4e1626-d196-4047-bb97-2a6e47efdee8","port_security_enabled":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","fixed_ips":[{"subnet_id":"cfac8f8f-829a-47e2-9d94-645346819d8e","ip_address":"10.200.201.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:47Z","admin_state_up":true,"updated_at":"2018-08-20T10:24:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8c97000c-29c3-4d0f-9124-edbd135c34cb","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a6:8b:e4","id":"7d5e7968-f253-43fa-96f6-5162193f9b0d","port_security_enabled":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","fixed_ips":[{"subnet_id":"cfac8f8f-829a-47e2-9d94-645346819d8e","ip_address":"10.200.201.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:47Z","admin_state_up":true,"updated_at":"2018-08-20T10:24:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8c97000c-29c3-4d0f-9124-edbd135c34cb","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c1:c1:c9","id":"949aefa5-1ca8-4551-8d13-0c858dc6d307","port_security_enabled":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","fixed_ips":[{"subnet_id":"cfac8f8f-829a-47e2-9d94-645346819d8e","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:24:56Z","binding:vnic_type":"normal","device_id":"3456a46e-03b6-4457-ac2e-1ed876a12540","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:42:cb:9a","id":"fe9e0c1b-8ce2-4b77-8b41-fc5580cb11d5","port_security_enabled":true,"project_id":"3710cf7112d04463a4d392b1acba3bed","fixed_ips":[{"subnet_id":"cfac8f8f-829a-47e2-9d94-645346819d8e","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["aa0312a0-508c-4944-958d-cb05252ad361"],"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1"}]} 2018-08-20 10:24:59,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-bbbc5be6-3c43-41e8-9a9a-a02e8910f08d 2018-08-20 10:24:59,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/cfac8f8f-829a-47e2-9d94-645346819d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:59,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dcaddb84-db6b-4653-9c07-fd3a8fe9e42d Date: Mon, 20 Aug 2018 10:24:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}} 2018-08-20 10:24:59,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/cfac8f8f-829a-47e2-9d94-645346819d8e used request id req-dcaddb84-db6b-4653-9c07-fd3a8fe9e42d 2018-08-20 10:24:59,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:24:59,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-6927a193-946b-4e44-9102-a6d895268d3c Date: Mon, 20 Aug 2018 10:24: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":["cfac8f8f-829a-47e2-9d94-645346819d8e"],"updated_at":"2018-08-20T10:24:46Z","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3710cf7112d04463a4d392b1acba3bed","id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1"}]} 2018-08-20 10:24:59,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-6927a193-946b-4e44-9102-a6d895268d3c 2018-08-20 10:24:59,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60fa1dda33c12632b29ac7deb9428d1d9c9f4096" 2018-08-20 10:25:00,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1ecee57f-dbe7-4716-b860-cd38dfb99879 Date: Mon, 20 Aug 2018 10:25:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c97000c-29c3-4d0f-9124-edbd135c34cb","tenant_id":"3710cf7112d04463a4d392b1acba3bed","created_at":"2018-08-20T10:24:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:24:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"3710cf7112d04463a4d392b1acba3bed","id":"cfac8f8f-829a-47e2-9d94-645346819d8e","subnetpool_id":null,"name":"CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1"}]} 2018-08-20 10:25:00,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-1ecee57f-dbe7-4716-b860-cd38dfb99879 2018-08-20 10:25:00,047 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router and port CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-port1 2018-08-20 10:25:00,047 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router 2018-08-20 10:25:00,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/3456a46e-03b6-4457-ac2e-1ed876a12540/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" -d '{"port_id": "fe9e0c1b-8ce2-4b77-8b41-fc5580cb11d5"}' 2018-08-20 10:25:01,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ebfc95d2-539b-45c4-b6e1-f19abc6c5dec Date: Mon, 20 Aug 2018 10:25:01 GMT RESP BODY: {"network_id": "8c97000c-29c3-4d0f-9124-edbd135c34cb", "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "subnet_id": "cfac8f8f-829a-47e2-9d94-645346819d8e", "subnet_ids": ["cfac8f8f-829a-47e2-9d94-645346819d8e"], "port_id": "fe9e0c1b-8ce2-4b77-8b41-fc5580cb11d5", "id": "3456a46e-03b6-4457-ac2e-1ed876a12540"} 2018-08-20 10:25:01,483 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/3456a46e-03b6-4457-ac2e-1ed876a12540/remove_router_interface used request id req-ebfc95d2-539b-45c4-b6e1-f19abc6c5dec 2018-08-20 10:25:01,483 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router 2018-08-20 10:25:01,484 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-router 2018-08-20 10:25:01,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/3456a46e-03b6-4457-ac2e-1ed876a12540 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292be4ec204fe0a353cdbd3db8e06f2983911ed0" 2018-08-20 10:25:02,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9977f00-2f5e-4327-bca9-d6b7b69ceecf Content-Length: 0 Date: Mon, 20 Aug 2018 10:25:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:25:02,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/3456a46e-03b6-4457-ac2e-1ed876a12540 used request id req-f9977f00-2f5e-4327-bca9-d6b7b69ceecf 2018-08-20 10:25:02,679 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1 2018-08-20 10:25:02,680 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-subnet1 2018-08-20 10:25:02,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/cfac8f8f-829a-47e2-9d94-645346819d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" 2018-08-20 10:25:05,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e4e3ac1-c8de-472b-be07-fd5ed2b8bd47 Date: Mon, 20 Aug 2018 10:25:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:25:05,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/cfac8f8f-829a-47e2-9d94-645346819d8e used request id req-4e4e3ac1-c8de-472b-be07-fd5ed2b8bd47 2018-08-20 10:25:05,459 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-8b24d490-eef7-4749-b2e1-9222e9a4ef0d-pub-net1 2018-08-20 10:25:05,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/8c97000c-29c3-4d0f-9124-edbd135c34cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a6dc856bc93c5defdbf5c12197e09771c6d47e0" 2018-08-20 10:25:06,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e454defc-6b4d-4460-a3b1-b7e94b2d5528 Date: Mon, 20 Aug 2018 10:25:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:25:06,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/8c97000c-29c3-4d0f-9124-edbd135c34cb used request id req-e454defc-6b4d-4460-a3b1-b7e94b2d5528 2018-08-20 10:25:06,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:06,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:06,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:06,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:06,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:06,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:07,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-1a2b47c3-eb23-48df-8812-f7a7250c1039 Date: Mon, 20 Aug 2018 10:25:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "created_at": "2018-08-20T10:24:45Z", "updated_at": "2018-08-20T10:24:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:24:45Z", "revision_number": 0, "id": "c579da3e-6990-47ca-9420-89221401b990", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:24:45Z", "security_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "port_range_min": null, "ethertype": "IPv4", "project_id": "3710cf7112d04463a4d392b1acba3bed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:24:45Z", "revision_number": 0, "id": "d7b14931-09d1-48e8-a83b-5b03d4890f01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:24:45Z", "security_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "port_range_min": null, "ethertype": "IPv6", "project_id": "3710cf7112d04463a4d392b1acba3bed"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:24:45Z", "revision_number": 0, "id": "ddcf0f0d-dc76-4f7d-8538-0d86ca594b4a", "remote_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "remote_ip_prefix": null, "created_at": "2018-08-20T10:24:45Z", "security_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "port_range_min": null, "ethertype": "IPv4", "project_id": "3710cf7112d04463a4d392b1acba3bed"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:24:45Z", "revision_number": 0, "id": "ebf0c4fb-02c7-4184-a9b9-d4e8e9487cd1", "remote_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "remote_ip_prefix": null, "created_at": "2018-08-20T10:24:45Z", "security_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "port_range_min": null, "ethertype": "IPv6", "project_id": "3710cf7112d04463a4d392b1acba3bed"}], "revision_number": 4, "project_id": "3710cf7112d04463a4d392b1acba3bed", "id": "aa0312a0-508c-4944-958d-cb05252ad361", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:25:07,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-1a2b47c3-eb23-48df-8812-f7a7250c1039 2018-08-20 10:25:07,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:07,373 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-533d1a4c-c3f9-4667-8d97-1bc52d73968d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:07,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-533d1a4c-c3f9-4667-8d97-1bc52d73968d 2018-08-20 10:25:07,373 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:07,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:07,467 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37607c2b-c9ad-44c3-be3a-ed81e450f1e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:07,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-37607c2b-c9ad-44c3-be3a-ed81e450f1e7 2018-08-20 10:25:07,468 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:07,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:07,573 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-723f4eeb-162b-49f0-9a65-044880037231 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:07,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-723f4eeb-162b-49f0-9a65-044880037231 2018-08-20 10:25:07,573 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:07,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:07,666 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd5e8367-420e-4f0d-8d7b-2505f80b04b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:07,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-fd5e8367-420e-4f0d-8d7b-2505f80b04b4 2018-08-20 10:25:07,666 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:07,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:07,758 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d1f2735-e6cc-4223-bb66-0d0d151c5892 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:07,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-1d1f2735-e6cc-4223-bb66-0d0d151c5892 2018-08-20 10:25:07,758 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:07,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:07,861 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6256c34c-24bf-43ff-8ff7-679ce97af7f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:07,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-6256c34c-24bf-43ff-8ff7-679ce97af7f0 2018-08-20 10:25:07,861 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:07,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:07,962 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae39a8ac-938b-4a43-b675-31cb927158a1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:07,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-ae39a8ac-938b-4a43-b675-31cb927158a1 2018-08-20 10:25:07,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:07,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:08,057 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c274dc91-46ba-4b5f-baa7-bba06efcc878 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:08,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-c274dc91-46ba-4b5f-baa7-bba06efcc878 2018-08-20 10:25:08,057 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:08,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:08,155 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b996396-2962-47ad-b36d-497f91091298 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:08,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-5b996396-2962-47ad-b36d-497f91091298 2018-08-20 10:25:08,155 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:08,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:08,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c673fba-3e38-43ff-a05d-236150accfa5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:25:08,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-4c673fba-3e38-43ff-a05d-236150accfa5 2018-08-20 10:25:08,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:08,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acfd0e0e-14ff-4aa3-a686-ebd15358913c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3710cf7112d04463a4d392b1acba3bed", "name": "CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj"}} 2018-08-20 10:25:08,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed used request id req-acfd0e0e-14ff-4aa3-a686-ebd15358913c 2018-08-20 10:25:08,455 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aa0312a0-508c-4944-958d-cb05252ad361 2018-08-20 10:25:08,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=aa0312a0-508c-4944-958d-cb05252ad361 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:08,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b8da423e-7fc6-4f9f-85d6-4b26ccba7771 Date: Mon, 20 Aug 2018 10:25:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:24:45Z", "security_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "port_range_min": null, "revision_number": 0, "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "created_at": "2018-08-20T10:24:45Z", "project_id": "3710cf7112d04463a4d392b1acba3bed", "id": "c579da3e-6990-47ca-9420-89221401b990"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:24:45Z", "security_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "port_range_min": null, "revision_number": 0, "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "created_at": "2018-08-20T10:24:45Z", "project_id": "3710cf7112d04463a4d392b1acba3bed", "id": "d7b14931-09d1-48e8-a83b-5b03d4890f01"}, {"remote_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:24:45Z", "security_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "port_range_min": null, "revision_number": 0, "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "created_at": "2018-08-20T10:24:45Z", "project_id": "3710cf7112d04463a4d392b1acba3bed", "id": "ddcf0f0d-dc76-4f7d-8538-0d86ca594b4a"}, {"remote_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:24:45Z", "security_group_id": "aa0312a0-508c-4944-958d-cb05252ad361", "port_range_min": null, "revision_number": 0, "tenant_id": "3710cf7112d04463a4d392b1acba3bed", "created_at": "2018-08-20T10:24:45Z", "project_id": "3710cf7112d04463a4d392b1acba3bed", "id": "ebf0c4fb-02c7-4184-a9b9-d4e8e9487cd1"}]} 2018-08-20 10:25:08,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=aa0312a0-508c-4944-958d-cb05252ad361 used request id req-b8da423e-7fc6-4f9f-85d6-4b26ccba7771 2018-08-20 10:25:08,660 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:25:08,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/aa0312a0-508c-4944-958d-cb05252ad361 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:09,011 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58e55ce8-c890-4044-b20b-466f5b6bfe6f Content-Length: 0 Date: Mon, 20 Aug 2018 10:25:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:25:09,011 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/aa0312a0-508c-4944-958d-cb05252ad361 used request id req-58e55ce8-c890-4044-b20b-466f5b6bfe6f 2018-08-20 10:25:09,012 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj 2018-08-20 10:25:09,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:09,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fbf51e1-efe3-4fee-a9a1-7da84624562f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:25:09,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/3710cf7112d04463a4d392b1acba3bed used request id req-0fbf51e1-efe3-4fee-a9a1-7da84624562f 2018-08-20 10:25:09,312 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-proj-role 2018-08-20 10:25:09,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/011e3236c9b14c73a6c3c7f85fc0deb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:09,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-364f3181-0827-46a5-91b1-5ae9c67d007c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:25:09,431 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/011e3236c9b14c73a6c3c7f85fc0deb4 used request id req-364f3181-0827-46a5-91b1-5ae9c67d007c 2018-08-20 10:25:09,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7c11f05463c497c3da18b4e575eafa431abaf99" 2018-08-20 10:25:09,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac6a226-447b-48ab-ad03-a87964fe461e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:25:09,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6ac6a226-447b-48ab-ad03-a87964fe461e 2018-08-20 10:25:09,522 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2cdbfbc7-8a21-4bd-user 2018-08-20 10:25:09,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/09597382f3524251ad7e3ef7e600ada5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48178653c10e3e1de40c392f33f2c6cfcb612d2c" 2018-08-20 10:25:09,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6c73e3f-573c-4573-bd81-141f91b2466f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:25:09,720 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/09597382f3524251ad7e3ef7e600ada5 used request id req-c6c73e3f-573c-4573-bd81-141f91b2466f 2018-08-20 10:25:09,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:10,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["3Ov1REenRemUnZa15PuPmA"], "issued_at": "2018-08-20T10:25:10.000000Z"}} 2018-08-20 10:25:10,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b432a9b4d20d44bba7c3f8ee1a4ad2bdfd9634e1" 2018-08-20 10:25:10,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bae6983f-c36a-4442-b656-b4b49810500e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:10,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bae6983f-c36a-4442-b656-b4b49810500e 2018-08-20 10:25:10,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:10,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:10,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Wu3JLIK6QN-RiZx1FJxJsw"], "issued_at": "2018-08-20T10:25:10.000000Z"}} 2018-08-20 10:25:10,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:10,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac789d9-b8a0-4efc-b641-ebfe2903ac2c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:10,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-eac789d9-b8a0-4efc-b641-ebfe2903ac2c 2018-08-20 10:25:10,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:10,830 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:10,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:10,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70c21bad-2c07-4595-9ec8-b7857d79d39c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:25:10,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj used request id req-70c21bad-2c07-4595-9ec8-b7857d79d39c 2018-08-20 10:25:10,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:11,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac838797-76dd-46a5-bd0c-d210f81ffa6a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:25:11,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-ac838797-76dd-46a5-bd0c-d210f81ffa6a 2018-08-20 10:25:11,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj"}}' 2018-08-20 10:25:11,192 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:25:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e23d8c9-92ef-4416-a1cc-bb44cdeac0ec Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d"}, "tags": [], "enabled": true, "id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj"}} 2018-08-20 10:25:11,193 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-0e23d8c9-92ef-4416-a1cc-bb44cdeac0ec 2018-08-20 10:25:11,193 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-4d7ee216-c9bf-445-proj 2018-08-20 10:25:11,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:11,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:11,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:25:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["fnFm50RJSe2C_E5gY7qPhQ"], "issued_at": "2018-08-20T10:25:11.000000Z"}} 2018-08-20 10:25:11,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44347e5dbf940e8ed91952fb0ba2d561d91da9e4" 2018-08-20 10:25:11,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e26d31a-60e2-4953-adb4-5775986b7e36 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:11,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0e26d31a-60e2-4953-adb4-5775986b7e36 2018-08-20 10:25:11,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:11,801 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:11,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44347e5dbf940e8ed91952fb0ba2d561d91da9e4" 2018-08-20 10:25:11,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ace61f-8c19-4bd1-aa0a-de256d615be6 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:25:11,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-78ace61f-8c19-4bd1-aa0a-de256d615be6 2018-08-20 10:25:11,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44347e5dbf940e8ed91952fb0ba2d561d91da9e4" 2018-08-20 10:25:11,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b33384c6-0ea4-4779-a4f3-d604ee60289d Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d"}, "tags": [], "enabled": true, "id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj"}]} 2018-08-20 10:25:11,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj used request id req-b33384c6-0ea4-4779-a4f3-d604ee60289d 2018-08-20 10:25:11,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44347e5dbf940e8ed91952fb0ba2d561d91da9e4" 2018-08-20 10:25:12,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e9f2ed-bc17-4432-89e6-1f3d471fb009 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:25:12,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-39e9f2ed-bc17-4432-89e6-1f3d471fb009 2018-08-20 10:25:12,371 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-4d7ee216-c9bf-445-user 2018-08-20 10:25:12,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:12,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:12,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b24a878-6705-4653-9ce9-efb951717937 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:25:12,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5b24a878-6705-4653-9ce9-efb951717937 2018-08-20 10:25:12,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" -d '{"role": {"name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj-role"}}' 2018-08-20 10:25:12,515 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fc3fc57-4acb-437b-a41f-17ae8685247f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da7c5e5d2d794717b26a35466aaecef6", "links": {"self": "http://172.30.9.36:5000/v3/roles/da7c5e5d2d794717b26a35466aaecef6"}, "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj-role"}} 2018-08-20 10:25:12,515 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-9fc3fc57-4acb-437b-a41f-17ae8685247f 2018-08-20 10:25:12,516 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-4d7ee216-c9bf-445-proj-role 2018-08-20 10:25:12,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/da7c5e5d2d794717b26a35466aaecef6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:12,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee93853-fc7b-4f54-8058-0eb2d5105b14 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da7c5e5d2d794717b26a35466aaecef6", "links": {"self": "http://172.30.9.36:5000/v3/roles/da7c5e5d2d794717b26a35466aaecef6"}, "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj-role"}} 2018-08-20 10:25:12,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/da7c5e5d2d794717b26a35466aaecef6 used request id req-8ee93853-fc7b-4f54-8058-0eb2d5105b14 2018-08-20 10:25:12,615 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-4d7ee216-c9bf-445-proj-role to project CreateRouterSuccessTests-4d7ee216-c9bf-445-proj 2018-08-20 10:25:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d/users/d780c6aab9a24ffba63b77f895c5c3d7/roles/da7c5e5d2d794717b26a35466aaecef6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:12,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-580e75cd-c6c7-4a22-92cf-e92dde275344 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:25:12,752 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d/users/d780c6aab9a24ffba63b77f895c5c3d7/roles/da7c5e5d2d794717b26a35466aaecef6 used request id req-580e75cd-c6c7-4a22-92cf-e92dde275344 2018-08-20 10:25:12,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:12,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:12,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:12,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:12,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:12,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:12,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:13,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:25:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["DWPvhocLT2C5NFpCZbPLOg"], "issued_at": "2018-08-20T10:25:13.000000Z"}} 2018-08-20 10:25:13,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:13,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8021d45-6aed-4db5-b0a3-00cc8e00cb99 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:13,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d8021d45-6aed-4db5-b0a3-00cc8e00cb99 2018-08-20 10:25:13,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:13,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:13,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:13,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:13,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:13,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:13,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c10b7f44-26b5-4590-b92b-774114c61fc2 Date: Mon, 20 Aug 2018 10:25:13 GMT RESP BODY: {"routers": []} 2018-08-20 10:25:13,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router&admin_state_up=True used request id req-c10b7f44-26b5-4590-b92b-774114c61fc2 2018-08-20 10:25:13,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:13,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:13,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:25:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["XXBv8O0jQ0-ngU4UfxZRkw"], "issued_at": "2018-08-20T10:25:13.000000Z"}} 2018-08-20 10:25:13,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed442f883e33e7689326ddda8778f27009f2cb3b" 2018-08-20 10:25:13,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac14182b-8a5c-43ce-a302-6a1a4a211e4d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:13,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ac14182b-8a5c-43ce-a302-6a1a4a211e4d 2018-08-20 10:25:13,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:13,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:13,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed442f883e33e7689326ddda8778f27009f2cb3b" 2018-08-20 10:25:14,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a76f28a7-bc99-4e23-bb84-46660ae3cc73 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d"}, "tags": [], "enabled": true, "id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj"}]} 2018-08-20 10:25:14,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-4d7ee216-c9bf-445-proj used request id req-a76f28a7-bc99-4e23-bb84-46660ae3cc73 2018-08-20 10:25:14,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:14,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-783d1e7d-3acd-460f-9025-db4fb1541bf8 Date: Mon, 20 Aug 2018 10:25:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:25:14,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-783d1e7d-3acd-460f-9025-db4fb1541bf8 2018-08-20 10:25:14,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:14,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-564ce45c-cbe1-48fc-88d1-2b6c6e9a7210 Date: Mon, 20 Aug 2018 10:25:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 10:25:14,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-564ce45c-cbe1-48fc-88d1-2b6c6e9a7210 2018-08-20 10:25:14,571 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router 2018-08-20 10:25:14,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "tenant_id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "name": "CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router", "admin_state_up": true}}' 2018-08-20 10:25:15,923 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 661 X-Openstack-Request-Id: req-f092050f-8879-4b9d-9f20-bfdc3f1b2699 Date: Mon, 20 Aug 2018 10:25:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "created_at": "2018-08-20T10:25:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:25:15Z", "revision_number": 2, "routes": [], "project_id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "id": "b3de29a3-b76f-47ca-a70a-559fb01467f7", "name": "CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router"}} 2018-08-20 10:25:15,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-f092050f-8879-4b9d-9f20-bfdc3f1b2699 2018-08-20 10:25:15,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=b3de29a3-b76f-47ca-a70a-559fb01467f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:15,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e54e0310-a2bc-4bb4-9455-3dd4f8f78904 Date: Mon, 20 Aug 2018 10:25:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:25:15Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.215"}],"id":"ed221f3d-ff38-45b1-ae75-2d8beeab2ab0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:aa:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b3de29a3-b76f-47ca-a70a-559fb01467f7","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:25:15Z","binding:vnic_type":"normal"}]} 2018-08-20 10:25:15,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=b3de29a3-b76f-47ca-a70a-559fb01467f7 used request id req-e54e0310-a2bc-4bb4-9455-3dd4f8f78904 2018-08-20 10:25:15,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:16,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ab98aea7-842f-4f3d-87b7-49687a7613a8 Date: Mon, 20 Aug 2018 10:25:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:25:16,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-ab98aea7-842f-4f3d-87b7-49687a7613a8 2018-08-20 10:25:16,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/b3de29a3-b76f-47ca-a70a-559fb01467f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:16,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 661 X-Openstack-Request-Id: req-86c71827-7587-456b-9f20-2c1ca5d100a1 Date: Mon, 20 Aug 2018 10:25:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "created_at": "2018-08-20T10:25:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:25:15Z", "revision_number": 2, "routes": [], "project_id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "id": "b3de29a3-b76f-47ca-a70a-559fb01467f7", "name": "CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router"}} 2018-08-20 10:25:16,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/b3de29a3-b76f-47ca-a70a-559fb01467f7 used request id req-86c71827-7587-456b-9f20-2c1ca5d100a1 2018-08-20 10:25:16,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=b3de29a3-b76f-47ca-a70a-559fb01467f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:16,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4b094764-5e2b-4a70-986f-268bae6f73ff Date: Mon, 20 Aug 2018 10:25:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:25:15Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.215"}],"id":"ed221f3d-ff38-45b1-ae75-2d8beeab2ab0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:aa:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b3de29a3-b76f-47ca-a70a-559fb01467f7","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:25:15Z","binding:vnic_type":"normal"}]} 2018-08-20 10:25:16,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=b3de29a3-b76f-47ca-a70a-559fb01467f7 used request id req-4b094764-5e2b-4a70-986f-268bae6f73ff 2018-08-20 10:25:16,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:16,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-978b1987-8c56-406b-b416-c0807eddad9b Date: Mon, 20 Aug 2018 10:25:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:25:16,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-978b1987-8c56-406b-b416-c0807eddad9b 2018-08-20 10:25:16,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:17,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da7c5e5d2d794717b26a35466aaecef6", "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj-role"}], "expires_at": "2018-08-20T11:25:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0d2f56d0c2ef4b66965ec68c4adf7b8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-user", "id": "d780c6aab9a24ffba63b77f895c5c3d7"}, "audit_ids": ["LQXPuWt4RsWnzvnOukgehA"], "issued_at": "2018-08-20T10:25:17.000000Z"}} 2018-08-20 10:25:17,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b6dc7ac0fccbb1505e4969dd192ab79307683a" 2018-08-20 10:25:17,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-fb94e2de-20ea-4398-9638-c79375fe2341 Date: Mon, 20 Aug 2018 10:25:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "created_at": "2018-08-20T10:25:14Z", "admin_state_up": true, "updated_at": "2018-08-20T10:25:15Z", "revision_number": 2, "routes": [], "project_id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "id": "b3de29a3-b76f-47ca-a70a-559fb01467f7", "name": "CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router"}]} 2018-08-20 10:25:17,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router&admin_state_up=True used request id req-fb94e2de-20ea-4398-9638-c79375fe2341 2018-08-20 10:25:17,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:17,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:17,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b432a9b4d20d44bba7c3f8ee1a4ad2bdfd9634e1" 2018-08-20 10:25:17,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7861c6f7-a3ef-448a-a782-5167d13f9bea Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0d2f56d0c2ef4b66965ec68c4adf7b8d", "name": "CreateRouterSuccessTests-4d7ee216-c9bf-445-proj"}} 2018-08-20 10:25:17,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d used request id req-7861c6f7-a3ef-448a-a782-5167d13f9bea 2018-08-20 10:25:17,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=b3de29a3-b76f-47ca-a70a-559fb01467f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b6dc7ac0fccbb1505e4969dd192ab79307683a" 2018-08-20 10:25:17,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0c67a6d3-a2e7-4853-9a8d-8a4ac88270f6 Date: Mon, 20 Aug 2018 10:25:17 GMT RESP BODY: {"ports":[]} 2018-08-20 10:25:17,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=b3de29a3-b76f-47ca-a70a-559fb01467f7 used request id req-0c67a6d3-a2e7-4853-9a8d-8a4ac88270f6 2018-08-20 10:25:17,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b6dc7ac0fccbb1505e4969dd192ab79307683a" 2018-08-20 10:25:18,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7d1cca59-ce34-4741-aba0-5100d5e4f775 Date: Mon, 20 Aug 2018 10:25:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:25:18,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-7d1cca59-ce34-4741-aba0-5100d5e4f775 2018-08-20 10:25:18,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b6dc7ac0fccbb1505e4969dd192ab79307683a" 2018-08-20 10:25:18,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e3af63d6-a391-4b91-96f3-bb80bdf7db0b Date: Mon, 20 Aug 2018 10:25:18 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:25:18,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-e3af63d6-a391-4b91-96f3-bb80bdf7db0b 2018-08-20 10:25:18,339 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router 2018-08-20 10:25:18,339 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4362112d-953e-4a27-b926-30ea60193e5a-pub-router 2018-08-20 10:25:18,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/b3de29a3-b76f-47ca-a70a-559fb01467f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dc0d3cb2db77b41a01d0e8a9edc48faa3914856" 2018-08-20 10:25:19,810 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a2f0169-57d8-4bc4-8155-023df2f588e4 Content-Length: 0 Date: Mon, 20 Aug 2018 10:25:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:25:19,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/b3de29a3-b76f-47ca-a70a-559fb01467f7 used request id req-7a2f0169-57d8-4bc4-8155-023df2f588e4 2018-08-20 10:25:19,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:19,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:19,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:19,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:19,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:19,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-9fd8a2ab-837e-4b2b-be17-066cd086a718 Date: Mon, 20 Aug 2018 10:25:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:25:20,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-9fd8a2ab-837e-4b2b-be17-066cd086a718 2018-08-20 10:25:20,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,211 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41542bc7-3b6e-4856-b6fe-52d2a506c733 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-41542bc7-3b6e-4856-b6fe-52d2a506c733 2018-08-20 10:25:20,212 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,303 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-506c8a39-af73-42c9-8a2d-3fa8998fd65c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-506c8a39-af73-42c9-8a2d-3fa8998fd65c 2018-08-20 10:25:20,304 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,400 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cf119d5-1e5e-4002-9736-13bf981d1570 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-5cf119d5-1e5e-4002-9736-13bf981d1570 2018-08-20 10:25:20,400 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,492 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-002a6ee0-f98a-4673-b67b-ba22a74470b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-002a6ee0-f98a-4673-b67b-ba22a74470b7 2018-08-20 10:25:20,492 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,585 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ac83582-61d8-4691-9ea6-09107b7f136e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-1ac83582-61d8-4691-9ea6-09107b7f136e 2018-08-20 10:25:20,585 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,606 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f52fde61-2c6f-4127-b25b-3b5d56426137 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-f52fde61-2c6f-4127-b25b-3b5d56426137 2018-08-20 10:25:20,606 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,693 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be6e5d5e-6c08-45a2-b6ef-4ba8d9adfca7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-be6e5d5e-6c08-45a2-b6ef-4ba8d9adfca7 2018-08-20 10:25:20,693 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,785 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98f6d9f4-b547-497d-b823-a66f16337c14 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-98f6d9f4-b547-497d-b823-a66f16337c14 2018-08-20 10:25:20,786 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,883 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b54eeaac-670f-436b-80f4-602a5f7cfb16 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:20,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b54eeaac-670f-436b-80f4-602a5f7cfb16 2018-08-20 10:25:20,883 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:20,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:20,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187b0d3b-5225-4fed-8ba1-1825ac47ee86 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:25:20,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-187b0d3b-5225-4fed-8ba1-1825ac47ee86 2018-08-20 10:25:20,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:21,068 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09363a79-b076-40a0-914a-639f0729e4bc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:21,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-09363a79-b076-40a0-914a-639f0729e4bc 2018-08-20 10:25:21,069 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:21,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:21,247 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2af7187f-1e88-4261-a221-40244592727b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:21,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-2af7187f-1e88-4261-a221-40244592727b 2018-08-20 10:25:21,247 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:21,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:21,338 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a4a3586-efd5-427b-a530-8cbf4d6e122a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:21,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-0a4a3586-efd5-427b-a530-8cbf4d6e122a 2018-08-20 10:25:21,338 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:21,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:21,435 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8d917de-c4cd-4e00-a75d-e9cc180f0363 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:21,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-d8d917de-c4cd-4e00-a75d-e9cc180f0363 2018-08-20 10:25:21,435 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:21,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:21,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5de4197-298b-4fad-8f3c-d21c32926b1a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:25:21,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-a5de4197-298b-4fad-8f3c-d21c32926b1a 2018-08-20 10:25:21,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:21,625 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18e4b08f-6904-49a1-9dca-d4b7e9789d3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:21,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-18e4b08f-6904-49a1-9dca-d4b7e9789d3b 2018-08-20 10:25:21,625 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:21,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:21,718 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f179605c-7359-41d0-88c5-48b582a1692c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:21,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-f179605c-7359-41d0-88c5-48b582a1692c 2018-08-20 10:25:21,719 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:21,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:21,817 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8e826a6-d156-42a5-b20b-9ac881f169db Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:25:21,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-a8e826a6-d156-42a5-b20b-9ac881f169db 2018-08-20 10:25:21,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:25:21,818 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-4d7ee216-c9bf-445-proj 2018-08-20 10:25:21,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:22,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7a6d0b7-062a-4358-be1b-80d18bd8f77e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:25:22,054 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/0d2f56d0c2ef4b66965ec68c4adf7b8d used request id req-f7a6d0b7-062a-4358-be1b-80d18bd8f77e 2018-08-20 10:25:22,054 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-4d7ee216-c9bf-445-proj-role 2018-08-20 10:25:22,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/da7c5e5d2d794717b26a35466aaecef6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:22,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:25:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-900ba107-4d3d-4e52-ba92-8e81a4821946 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:25:22,180 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/da7c5e5d2d794717b26a35466aaecef6 used request id req-900ba107-4d3d-4e52-ba92-8e81a4821946 2018-08-20 10:25:22,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82dec3235d7603f1962d9d7cd06b706b7d52c400" 2018-08-20 10:25:22,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba376edb-684f-42df-812c-bf0beaf1c3f9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:25:22,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ba376edb-684f-42df-812c-bf0beaf1c3f9 2018-08-20 10:25:22,279 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-4d7ee216-c9bf-445-user 2018-08-20 10:25:22,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/d780c6aab9a24ffba63b77f895c5c3d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44347e5dbf940e8ed91952fb0ba2d561d91da9e4" 2018-08-20 10:25:22,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:25:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78808490-6ae9-4bb1-8efb-25d9fe871a1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:25:22,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/d780c6aab9a24ffba63b77f895c5c3d7 used request id req-78808490-6ae9-4bb1-8efb-25d9fe871a1e 2018-08-20 10:25:22,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:22,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:25:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["8XK4OgU6RUaAa6kCv5SNcg"], "issued_at": "2018-08-20T10:25:22.000000Z"}} 2018-08-20 10:25:22,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e6b2848390378d777b1282b301e433562452bd" 2018-08-20 10:25:22,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2928d094-51e5-40b3-b2d0-88af1cafa303 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:22,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2928d094-51e5-40b3-b2d0-88af1cafa303 2018-08-20 10:25:22,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:22,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:23,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Dj1j-9DLS5-giQoWVNisLQ"], "issued_at": "2018-08-20T10:25:23.000000Z"}} 2018-08-20 10:25:23,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:25:23,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7adf784-afe7-496c-8c13-832f59e27953 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:23,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e7adf784-afe7-496c-8c13-832f59e27953 2018-08-20 10:25:23,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:23,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:23,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:25:23,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df4a6ff-793c-4aa4-94ba-b5f0eb58ff81 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:25:23,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj used request id req-9df4a6ff-793c-4aa4-94ba-b5f0eb58ff81 2018-08-20 10:25:23,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:25:23,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba318960-d08f-481f-a53a-fa8c1e0b1aaa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:25:23,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-ba318960-d08f-481f-a53a-fa8c1e0b1aaa 2018-08-20 10:25:23,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}}' 2018-08-20 10:25:23,797 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:25:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e062da1-6194-4dc4-b3fc-b5d69417dcdd Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "id": "4395bec5122b469c910746623ef843ac", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:23,797 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-4e062da1-6194-4dc4-b3fc-b5d69417dcdd 2018-08-20 10:25:23,797 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj 2018-08-20 10:25:23,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:23,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:24,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:25:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["N3sw6OitQlCGlbvJLBdtIw"], "issued_at": "2018-08-20T10:25:24.000000Z"}} 2018-08-20 10:25:24,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b0e4cb9a5c15a4447fb633ce8165b1fcc3d9979" 2018-08-20 10:25:24,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14866d4e-a96e-4fcc-91a7-e3f6ba248d3a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:24,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-14866d4e-a96e-4fcc-91a7-e3f6ba248d3a 2018-08-20 10:25:24,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:24,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:24,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b0e4cb9a5c15a4447fb633ce8165b1fcc3d9979" 2018-08-20 10:25:24,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c8018d-782e-42f9-ad9e-a94d3828fd5e Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:25:24,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-58c8018d-782e-42f9-ad9e-a94d3828fd5e 2018-08-20 10:25:24,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b0e4cb9a5c15a4447fb633ce8165b1fcc3d9979" 2018-08-20 10:25:24,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1a0c07-bac1-424b-8d66-c4b45a5ed48a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "id": "4395bec5122b469c910746623ef843ac", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}]} 2018-08-20 10:25:24,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj used request id req-de1a0c07-bac1-424b-8d66-c4b45a5ed48a 2018-08-20 10:25:24,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b0e4cb9a5c15a4447fb633ce8165b1fcc3d9979" 2018-08-20 10:25:24,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-206b7a63-4c05-4966-854f-790993cfcd4e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:25:24,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-206b7a63-4c05-4966-854f-790993cfcd4e 2018-08-20 10:25:24,988 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user 2018-08-20 10:25:24,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:24,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:25:25,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e73fda26-9526-4e2b-af1a-8bbe6156df7f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:25:25,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e73fda26-9526-4e2b-af1a-8bbe6156df7f 2018-08-20 10:25:25,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" -d '{"role": {"name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}}' 2018-08-20 10:25:25,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:25:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03b2e4a1-1fc9-4864-936a-2146d5072c28 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27f3348cb95340748c97f92422ef3d30", "links": {"self": "http://172.30.9.36:5000/v3/roles/27f3348cb95340748c97f92422ef3d30"}, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}} 2018-08-20 10:25:25,198 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-03b2e4a1-1fc9-4864-936a-2146d5072c28 2018-08-20 10:25:25,199 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role 2018-08-20 10:25:25,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/27f3348cb95340748c97f92422ef3d30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:25:25,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f7a3d3-b4a7-4fbe-8a24-c6c34cc8c364 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27f3348cb95340748c97f92422ef3d30", "links": {"self": "http://172.30.9.36:5000/v3/roles/27f3348cb95340748c97f92422ef3d30"}, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}} 2018-08-20 10:25:25,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/27f3348cb95340748c97f92422ef3d30 used request id req-b3f7a3d3-b4a7-4fbe-8a24-c6c34cc8c364 2018-08-20 10:25:25,217 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role to project CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj 2018-08-20 10:25:25,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac/users/bdbd4bc1b51e4eb280273200b1358036/roles/27f3348cb95340748c97f92422ef3d30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:25:25,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:25:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2216a7f-56b1-4f90-8dc2-64531cdff89f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:25:25,356 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac/users/bdbd4bc1b51e4eb280273200b1358036/roles/27f3348cb95340748c97f92422ef3d30 used request id req-f2216a7f-56b1-4f90-8dc2-64531cdff89f 2018-08-20 10:25:25,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:25,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:25,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:25,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:25,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:25,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:25,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:25,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f3348cb95340748c97f92422ef3d30", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}], "expires_at": "2018-08-20T11:25:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user", "id": "bdbd4bc1b51e4eb280273200b1358036"}, "audit_ids": ["rJ2xapMLSyyUrJfnuOeQiA"], "issued_at": "2018-08-20T10:25:25.000000Z"}} 2018-08-20 10:25:25,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" 2018-08-20 10:25:25,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad1168e-9417-448c-a447-617da056e59f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:25,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fad1168e-9417-448c-a447-617da056e59f 2018-08-20 10:25:25,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:25,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:25,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:25,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:25,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:25,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" 2018-08-20 10:25:26,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5716749c-177e-40c9-b967-79dde1bfa145 Date: Mon, 20 Aug 2018 10:25:26 GMT RESP BODY: {"networks":[]} 2018-08-20 10:25:26,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 used request id req-5716749c-177e-40c9-b967-79dde1bfa145 2018-08-20 10:25:26,082 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 2018-08-20 10:25:26,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" -d '{"network": {"name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1", "admin_state_up": true}}' 2018-08-20 10:25:27,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-ef35bdb7-c1a2-4ba0-a4d3-42f03f7dffa8 Date: Mon, 20 Aug 2018 10:25:27 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:25:26Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}} 2018-08-20 10:25:27,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-ef35bdb7-c1a2-4ba0-a4d3-42f03f7dffa8 2018-08-20 10:25:27,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" 2018-08-20 10:25:27,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-b2dee955-d5c0-4426-bdc3-99e4cbd09249 Date: Mon, 20 Aug 2018 10:25: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-08-20T10:25:26Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:27,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-b2dee955-d5c0-4426-bdc3-99e4cbd09249 2018-08-20 10:25:27,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" 2018-08-20 10:25:27,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1dbde438-4952-4a58-b150-5a7f0ccae384 Date: Mon, 20 Aug 2018 10:25:27 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:25:27,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-1dbde438-4952-4a58-b150-5a7f0ccae384 2018-08-20 10:25:27,519 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1 2018-08-20 10:25:27,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" -d '{"subnets": [{"ip_version": 4, "network_id": "44eb8533-0dbc-4342-991e-b7a66b62c4ea", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]}' 2018-08-20 10:25:28,184 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d70ba346-a43d-489b-9302-6d3d8a41cf01 Date: Mon, 20 Aug 2018 10:25:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:28,184 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-d70ba346-a43d-489b-9302-6d3d8a41cf01 2018-08-20 10:25:28,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" 2018-08-20 10:25:28,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-daff130f-ccbd-467d-bfa3-3bbaa7e94806 Date: Mon, 20 Aug 2018 10:25:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:28,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-daff130f-ccbd-467d-bfa3-3bbaa7e94806 2018-08-20 10:25:28,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" 2018-08-20 10:25:28,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c22e2a23-5a8e-46f9-8a47-7ce04b9ceae6 Date: Mon, 20 Aug 2018 10:25:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:28,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-c22e2a23-5a8e-46f9-8a47-7ce04b9ceae6 2018-08-20 10:25:28,564 - OpenStackNetwork - DEBUG - Network [44eb8533-0dbc-4342-991e-b7a66b62c4ea] created successfully 2018-08-20 10:25:28,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:28,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:28,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f3348cb95340748c97f92422ef3d30", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}], "expires_at": "2018-08-20T11:25:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user", "id": "bdbd4bc1b51e4eb280273200b1358036"}, "audit_ids": ["pSRw1a20RbWLnHp1j__QhA"], "issued_at": "2018-08-20T10:25:28.000000Z"}} 2018-08-20 10:25:28,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" 2018-08-20 10:25:29,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bab2d8b-c5c3-4a86-b8b8-db532598c13e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:29,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6bab2d8b-c5c3-4a86-b8b8-db532598c13e 2018-08-20 10:25:29,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:29,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:29,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:29,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:29,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:29,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" 2018-08-20 10:25:29,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f20f948b-449b-42e8-ae30-9e4f9e03a767 Date: Mon, 20 Aug 2018 10:25:29 GMT RESP BODY: {"networks":[]} 2018-08-20 10:25:29,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 used request id req-f20f948b-449b-42e8-ae30-9e4f9e03a767 2018-08-20 10:25:29,258 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 2018-08-20 10:25:29,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" -d '{"network": {"name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2", "admin_state_up": true}}' 2018-08-20 10:25:29,766 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-d52ef698-e8e6-4b19-89a4-a16687169de1 Date: Mon, 20 Aug 2018 10:25:29 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:25:29Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}} 2018-08-20 10:25:29,766 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-d52ef698-e8e6-4b19-89a4-a16687169de1 2018-08-20 10:25:29,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" 2018-08-20 10:25:30,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-a2afb517-34cf-4e74-8d9e-ab195e622c31 Date: Mon, 20 Aug 2018 10:25: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-08-20T10:25:29Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:30,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-a2afb517-34cf-4e74-8d9e-ab195e622c31 2018-08-20 10:25:30,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" 2018-08-20 10:25:30,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-20fb041c-0a75-4cd6-8cca-c158dba2d5fd Date: Mon, 20 Aug 2018 10:25:30 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:25:30,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-20fb041c-0a75-4cd6-8cca-c158dba2d5fd 2018-08-20 10:25:30,063 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2 2018-08-20 10:25:30,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" -d '{"subnets": [{"ip_version": 4, "network_id": "4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]}' 2018-08-20 10:25:31,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-399ff7ce-1666-4d40-b47d-9510e148ad97 Date: Mon, 20 Aug 2018 10:25:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:31,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-399ff7ce-1666-4d40-b47d-9510e148ad97 2018-08-20 10:25:31,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" 2018-08-20 10:25:31,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d9629d04-c4a7-4b44-81e8-6efb4b835b1e Date: Mon, 20 Aug 2018 10:25:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:31,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-d9629d04-c4a7-4b44-81e8-6efb4b835b1e 2018-08-20 10:25:31,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" 2018-08-20 10:25:31,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a4967f6a-1cdf-4146-96b0-11f44f40b378 Date: Mon, 20 Aug 2018 10:25:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:31,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-a4967f6a-1cdf-4146-96b0-11f44f40b378 2018-08-20 10:25:31,438 - OpenStackNetwork - DEBUG - Network [4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc] created successfully 2018-08-20 10:25:31,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:31,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:31,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f3348cb95340748c97f92422ef3d30", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}], "expires_at": "2018-08-20T11:25:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user", "id": "bdbd4bc1b51e4eb280273200b1358036"}, "audit_ids": ["mGaLtowMQfyH_kmIZ4xlvg"], "issued_at": "2018-08-20T10:25:31.000000Z"}} 2018-08-20 10:25:31,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:31,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3cd5bb-4981-4eed-a979-c0052b342cea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:31,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2b3cd5bb-4981-4eed-a979-c0052b342cea 2018-08-20 10:25:31,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:31,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:31,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:31,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:31,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:31,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:32,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-70eb8342-b9fd-4281-a811-9ebc61931ce5 Date: Mon, 20 Aug 2018 10:25:32 GMT RESP BODY: {"routers": []} 2018-08-20 10:25:32,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router&admin_state_up=True used request id req-70eb8342-b9fd-4281-a811-9ebc61931ce5 2018-08-20 10:25:32,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:32,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:32,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f3348cb95340748c97f92422ef3d30", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}], "expires_at": "2018-08-20T11:25:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user", "id": "bdbd4bc1b51e4eb280273200b1358036"}, "audit_ids": ["9oCLDgG_QKmu6KX9weoaNQ"], "issued_at": "2018-08-20T10:25:32.000000Z"}} 2018-08-20 10:25:32,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e74fb2398e6bf7e45198e49a03be4e6aa1c49e" 2018-08-20 10:25:32,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79d1e0e7-3eb0-43e2-a66d-fec9e2cabc18 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:32,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-79d1e0e7-3eb0-43e2-a66d-fec9e2cabc18 2018-08-20 10:25:32,637 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:32,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" -d '{"router": {"name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router", "admin_state_up": true}}' 2018-08-20 10:25:33,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-ab6bc7db-30f9-4f19-96fc-1d09099e5331 Date: Mon, 20 Aug 2018 10:25:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:32Z", "admin_state_up": true, "updated_at": "2018-08-20T10:25:32Z", "revision_number": 0, "routes": [], "project_id": "4395bec5122b469c910746623ef843ac", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc", "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router"}} 2018-08-20 10:25:33,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-ab6bc7db-30f9-4f19-96fc-1d09099e5331 2018-08-20 10:25:33,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:33,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e333d72d-345d-46ce-a4e2-ed2bf7b82d4f Date: Mon, 20 Aug 2018 10:25:33 GMT RESP BODY: {"ports":[]} 2018-08-20 10:25:33,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc used request id req-e333d72d-345d-46ce-a4e2-ed2bf7b82d4f 2018-08-20 10:25:33,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:33,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-37bc3ea8-f619-40ec-b77f-7b712a162af3 Date: Mon, 20 Aug 2018 10:25: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":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:33,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 used request id req-37bc3ea8-f619-40ec-b77f-7b712a162af3 2018-08-20 10:25:33,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:33,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-dbde0e52-64de-4d8a-8ea3-c83a3369e50d Date: Mon, 20 Aug 2018 10:25:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:33,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-dbde0e52-64de-4d8a-8ea3-c83a3369e50d 2018-08-20 10:25:33,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:34,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8be16dd5-9aea-4e10-bf23-0bbd7f772535 Date: Mon, 20 Aug 2018 10:25:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:34,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 used request id req-8be16dd5-9aea-4e10-bf23-0bbd7f772535 2018-08-20 10:25:34,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:34,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:34,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:34,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581ae95f-437c-40d4-8cc9-90a9648a8162 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:34,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-581ae95f-437c-40d4-8cc9-90a9648a8162 2018-08-20 10:25:34,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:34,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-944d910e-654b-48ab-8d32-ec01d5f87892 Date: Mon, 20 Aug 2018 10:25:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:34,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-944d910e-654b-48ab-8d32-ec01d5f87892 2018-08-20 10:25:34,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:34,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-18d44e01-4be1-4603-aa85-db756d862b67 Date: Mon, 20 Aug 2018 10:25:34 GMT RESP BODY: {"ports":[]} 2018-08-20 10:25:34,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1&admin_state_up=True used request id req-18d44e01-4be1-4603-aa85-db756d862b67 2018-08-20 10:25:34,439 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1 for router - CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:34,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:34,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:34,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f3348cb95340748c97f92422ef3d30", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}], "expires_at": "2018-08-20T11:25:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user", "id": "bdbd4bc1b51e4eb280273200b1358036"}, "audit_ids": ["oKwnF8OZQhWPccRaUa24qA"], "issued_at": "2018-08-20T10:25:34.000000Z"}} 2018-08-20 10:25:34,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97028559b5a9d8474a05498a98e066571765942a" 2018-08-20 10:25:34,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aaf4bb6-c922-4c41-bada-07163526d364 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:34,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8aaf4bb6-c922-4c41-bada-07163526d364 2018-08-20 10:25:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:35,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-35c3e9b4-eb73-43cf-be46-58aff663f8dd Date: Mon, 20 Aug 2018 10:25:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:35,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 used request id req-35c3e9b4-eb73-43cf-be46-58aff663f8dd 2018-08-20 10:25:35,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:35,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0d2ed4d2-068c-4168-9125-2d1fa2a65cf3 Date: Mon, 20 Aug 2018 10:25:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:35,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-0d2ed4d2-068c-4168-9125-2d1fa2a65cf3 2018-08-20 10:25:35,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:35,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ed844b7d-c240-46cb-94e3-8813c000a7eb Date: Mon, 20 Aug 2018 10:25:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:35,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 used request id req-ed844b7d-c240-46cb-94e3-8813c000a7eb 2018-08-20 10:25:35,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:35,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:35,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97028559b5a9d8474a05498a98e066571765942a" 2018-08-20 10:25:35,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2151a439-0d46-435d-b18b-e5369f68eb9d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:35,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-2151a439-0d46-435d-b18b-e5369f68eb9d 2018-08-20 10:25:35,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:36,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6234d0ee-2d3b-4a88-870d-0b29a841859e Date: Mon, 20 Aug 2018 10:25:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:36,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-6234d0ee-2d3b-4a88-870d-0b29a841859e 2018-08-20 10:25:36,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:36,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-08637280-92e6-44eb-8c52-0f3a15c97546 Date: Mon, 20 Aug 2018 10:25:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:36,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1 used request id req-08637280-92e6-44eb-8c52-0f3a15c97546 2018-08-20 10:25:36,413 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 2018-08-20 10:25:36,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" -d '{"port": {"network_id": "44eb8533-0dbc-4342-991e-b7a66b62c4ea", "fixed_ips": [{"subnet_id": "500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1", "admin_state_up": true}}' 2018-08-20 10:25:37,160 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-74f47c55-60e3-45b8-92e2-33d26f85d3c3 Date: Mon, 20 Aug 2018 10:25:37 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:25:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:25:36Z","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:fc:27:51","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.1"}],"id":"4c970eca-ebb9-47c5-99df-2c033910d3d6","security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"device_id":""}} 2018-08-20 10:25:37,160 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-74f47c55-60e3-45b8-92e2-33d26f85d3c3 2018-08-20 10:25:37,161 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1 for router - CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:37,161 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:37,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" -d '{"port_id": "4c970eca-ebb9-47c5-99df-2c033910d3d6"}' 2018-08-20 10:25:39,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a9aee75d-15d4-4c4e-8eec-08389d7688b0 Date: Mon, 20 Aug 2018 10:25:39 GMT RESP BODY: {"network_id": "44eb8533-0dbc-4342-991e-b7a66b62c4ea", "tenant_id": "4395bec5122b469c910746623ef843ac", "subnet_id": "500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c", "subnet_ids": ["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"], "port_id": "4c970eca-ebb9-47c5-99df-2c033910d3d6", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc"} 2018-08-20 10:25:39,047 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc/add_router_interface used request id req-a9aee75d-15d4-4c4e-8eec-08389d7688b0 2018-08-20 10:25:39,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:39,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-7bef9d20-d2c5-40b3-918b-4498cd7b6329 Date: Mon, 20 Aug 2018 10: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":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:39,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 used request id req-7bef9d20-d2c5-40b3-918b-4498cd7b6329 2018-08-20 10:25:39,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:39,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f5cd5e48-430c-4c13-8683-e815db2ba968 Date: Mon, 20 Aug 2018 10:25:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:39,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-f5cd5e48-430c-4c13-8683-e815db2ba968 2018-08-20 10:25:39,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:39,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d8e3fe2c-b469-4b48-8723-914907600506 Date: Mon, 20 Aug 2018 10: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":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:39,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 used request id req-d8e3fe2c-b469-4b48-8723-914907600506 2018-08-20 10:25:39,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:40,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37edd6b2-96e4-4ac1-9f9a-5046374440da Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:40,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-37edd6b2-96e4-4ac1-9f9a-5046374440da 2018-08-20 10:25:40,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:40,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a05f4119-9daa-4859-955b-95218dee9a91 Date: Mon, 20 Aug 2018 10:25:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:40,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-a05f4119-9daa-4859-955b-95218dee9a91 2018-08-20 10:25:40,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:40,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-da191aae-28b3-40fc-a16e-17cc2e55c70d Date: Mon, 20 Aug 2018 10:25:40 GMT RESP BODY: {"ports":[]} 2018-08-20 10:25:40,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2&admin_state_up=True used request id req-da191aae-28b3-40fc-a16e-17cc2e55c70d 2018-08-20 10:25:40,263 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2 for router - CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:40,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:40,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:40,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f3348cb95340748c97f92422ef3d30", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}], "expires_at": "2018-08-20T11:25:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user", "id": "bdbd4bc1b51e4eb280273200b1358036"}, "audit_ids": ["rT4JWOJqQYu1NhhI3Gdzog"], "issued_at": "2018-08-20T10:25:40.000000Z"}} 2018-08-20 10:25:40,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18a24b871a7639f3e2555261d289f903338d4a5" 2018-08-20 10:25:40,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899fe8da-a8eb-4bfa-a0c2-3f05a0ace4db Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:40,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-899fe8da-a8eb-4bfa-a0c2-3f05a0ace4db 2018-08-20 10:25:40,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:41,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-161d0c64-2361-4af6-9ce2-6f45c37b6bad Date: Mon, 20 Aug 2018 10:25: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":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:41,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 used request id req-161d0c64-2361-4af6-9ce2-6f45c37b6bad 2018-08-20 10:25:41,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:41,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3917c544-57c5-4382-98cf-3646e92f6ae8 Date: Mon, 20 Aug 2018 10:25:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:41,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-3917c544-57c5-4382-98cf-3646e92f6ae8 2018-08-20 10:25:41,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:41,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2ebc7461-8ab9-47e4-a5ee-1ba110ad7aca Date: Mon, 20 Aug 2018 10:25: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":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:41,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 used request id req-2ebc7461-8ab9-47e4-a5ee-1ba110ad7aca 2018-08-20 10:25:41,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:41,583 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:41,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f18a24b871a7639f3e2555261d289f903338d4a5" 2018-08-20 10:25:41,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de69932b-d05b-4813-b7d1-0c02cd179edb Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:41,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-de69932b-d05b-4813-b7d1-0c02cd179edb 2018-08-20 10:25:41,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:41,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2565d263-06d9-47ee-bd70-424f82ae774e Date: Mon, 20 Aug 2018 10:25:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:41,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-2565d263-06d9-47ee-bd70-424f82ae774e 2018-08-20 10:25:41,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:41,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a98718bd-15c8-40f8-a1b8-f1edd7bc65b6 Date: Mon, 20 Aug 2018 10:25:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:41,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2 used request id req-a98718bd-15c8-40f8-a1b8-f1edd7bc65b6 2018-08-20 10:25:41,993 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 2018-08-20 10:25:41,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" -d '{"port": {"network_id": "4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc", "fixed_ips": [{"subnet_id": "1a19790f-fda1-4cba-93e0-4660448da982", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2", "admin_state_up": true}}' 2018-08-20 10:25:42,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-3758daf5-9ad6-4522-bc97-3974467ed66e Date: Mon, 20 Aug 2018 10:25:42 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:25:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:25:42Z","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ad:64:aa","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.1"}],"id":"35d96982-2c05-4d6c-8561-c5e82548124e","security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"device_id":""}} 2018-08-20 10:25:42,897 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-3758daf5-9ad6-4522-bc97-3974467ed66e 2018-08-20 10:25:42,897 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2 for router - CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:42,898 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:42,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" -d '{"port_id": "35d96982-2c05-4d6c-8561-c5e82548124e"}' 2018-08-20 10:25:44,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee376574-f139-445f-9026-4a8f669d67f3 Date: Mon, 20 Aug 2018 10:25:44 GMT RESP BODY: {"network_id": "4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc", "tenant_id": "4395bec5122b469c910746623ef843ac", "subnet_id": "1a19790f-fda1-4cba-93e0-4660448da982", "subnet_ids": ["1a19790f-fda1-4cba-93e0-4660448da982"], "port_id": "35d96982-2c05-4d6c-8561-c5e82548124e", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc"} 2018-08-20 10:25:44,921 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc/add_router_interface used request id req-ee376574-f139-445f-9026-4a8f669d67f3 2018-08-20 10:25:44,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:45,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-93dac416-2b9e-4783-bef2-20ea69a2c9bf Date: Mon, 20 Aug 2018 10:25:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:32Z", "admin_state_up": true, "updated_at": "2018-08-20T10:25:44Z", "revision_number": 2, "routes": [], "project_id": "4395bec5122b469c910746623ef843ac", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc", "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router"}} 2018-08-20 10:25:45,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc used request id req-93dac416-2b9e-4783-bef2-20ea69a2c9bf 2018-08-20 10:25:45,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:45,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-394a462d-c832-4e64-b802-209aa77c59bd Date: Mon, 20 Aug 2018 10:25:45 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:42Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:44Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:ad:64:aa","id":"35d96982-2c05-4d6c-8561-c5e82548124e","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:38Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:fc:27:51","id":"4c970eca-ebb9-47c5-99df-2c033910d3d6","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1"}]} 2018-08-20 10:25:45,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc used request id req-394a462d-c832-4e64-b802-209aa77c59bd 2018-08-20 10:25:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:45,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7a0f2141-3f26-478e-8a0a-1e2a851b9676 Date: Mon, 20 Aug 2018 10:25:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}} 2018-08-20 10:25:45,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c used request id req-7a0f2141-3f26-478e-8a0a-1e2a851b9676 2018-08-20 10:25:45,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:45,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-031583d8-5464-4a2d-bb80-ed597f9227d0 Date: Mon, 20 Aug 2018 10:25:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}} 2018-08-20 10:25:45,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 used request id req-031583d8-5464-4a2d-bb80-ed597f9227d0 2018-08-20 10:25:45,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:45,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f3348cb95340748c97f92422ef3d30", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}], "expires_at": "2018-08-20T11:25:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user", "id": "bdbd4bc1b51e4eb280273200b1358036"}, "audit_ids": ["jjE0aMOWQM-vmQh4NmSCmw"], "issued_at": "2018-08-20T10:25:45.000000Z"}} 2018-08-20 10:25:45,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:46,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-8964fc5f-605b-4586-a0da-5adfcd4a1024 Date: Mon, 20 Aug 2018 10:25:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:32Z", "admin_state_up": true, "updated_at": "2018-08-20T10:25:44Z", "revision_number": 2, "routes": [], "project_id": "4395bec5122b469c910746623ef843ac", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc", "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router"}]} 2018-08-20 10:25:46,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router&admin_state_up=True used request id req-8964fc5f-605b-4586-a0da-5adfcd4a1024 2018-08-20 10:25:46,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:46,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:46,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e6b2848390378d777b1282b301e433562452bd" 2018-08-20 10:25:46,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a31caf0-0837-4762-a698-bb8a4c525220 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:46,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-4a31caf0-0837-4762-a698-bb8a4c525220 2018-08-20 10:25:46,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:46,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-8f0d44d8-d136-4a1e-98c9-aa7cb6078490 Date: Mon, 20 Aug 2018 10:25:46 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:42Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:44Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:ad:64:aa","id":"35d96982-2c05-4d6c-8561-c5e82548124e","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:38Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:fc:27:51","id":"4c970eca-ebb9-47c5-99df-2c033910d3d6","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1"}]} 2018-08-20 10:25:46,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc used request id req-8f0d44d8-d136-4a1e-98c9-aa7cb6078490 2018-08-20 10:25:46,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:46,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1a14ae6c-d5f7-477f-ad8c-1c156ad40b83 Date: Mon, 20 Aug 2018 10:25:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}} 2018-08-20 10:25:46,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c used request id req-1a14ae6c-d5f7-477f-ad8c-1c156ad40b83 2018-08-20 10:25:46,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:46,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-253d4a3b-9bc9-4340-b937-9619b787271d Date: Mon, 20 Aug 2018 10:25:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}} 2018-08-20 10:25:46,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 used request id req-253d4a3b-9bc9-4340-b937-9619b787271d 2018-08-20 10:25:46,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:25:46,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:25:47,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f3348cb95340748c97f92422ef3d30", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role"}], "expires_at": "2018-08-20T11:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4395bec5122b469c910746623ef843ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user", "id": "bdbd4bc1b51e4eb280273200b1358036"}, "audit_ids": ["ZgwNHYwSS9O4OVu6oUEDqg"], "issued_at": "2018-08-20T10:25:47.000000Z"}} 2018-08-20 10:25:47,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:47,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7120e0e-721c-4d6d-bdea-4e6c588a1d33 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:25:47,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d7120e0e-721c-4d6d-bdea-4e6c588a1d33 2018-08-20 10:25:47,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:25:47,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:25:47,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:25:47,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:25:47,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:25:47,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:47,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-9e0205c9-210e-45e3-8fc7-fa05c602b75f Date: Mon, 20 Aug 2018 10:25:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:32Z", "admin_state_up": true, "updated_at": "2018-08-20T10:25:44Z", "revision_number": 2, "routes": [], "project_id": "4395bec5122b469c910746623ef843ac", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc", "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router"}]} 2018-08-20 10:25:47,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router&admin_state_up=True used request id req-9e0205c9-210e-45e3-8fc7-fa05c602b75f 2018-08-20 10:25:47,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:25:47,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:25:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:25:47,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:48,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f131aca-8549-4679-b1d9-cc8f5bb6eda1 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:48,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-2f131aca-8549-4679-b1d9-cc8f5bb6eda1 2018-08-20 10:25:48,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:48,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-5f7ecd2b-eb5e-4bbd-9df7-3861bf0a642f Date: Mon, 20 Aug 2018 10:25:48 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:42Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:44Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:ad:64:aa","id":"35d96982-2c05-4d6c-8561-c5e82548124e","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:38Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:fc:27:51","id":"4c970eca-ebb9-47c5-99df-2c033910d3d6","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1"}]} 2018-08-20 10:25:48,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc used request id req-5f7ecd2b-eb5e-4bbd-9df7-3861bf0a642f 2018-08-20 10:25:48,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:48,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8b7c56ff-4426-420b-b18e-86ab5f7ca2af Date: Mon, 20 Aug 2018 10:25:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}} 2018-08-20 10:25:48,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c used request id req-8b7c56ff-4426-420b-b18e-86ab5f7ca2af 2018-08-20 10:25:48,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:48,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5a617d1e-d26d-46fa-90bb-4a4acb5cd549 Date: Mon, 20 Aug 2018 10:25:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}} 2018-08-20 10:25:48,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 used request id req-5a617d1e-d26d-46fa-90bb-4a4acb5cd549 2018-08-20 10:25:48,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:49,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8510c4b8-3f3c-45ea-ad3d-c0737e11bea9 Date: Mon, 20 Aug 2018 10:25:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:49,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 used request id req-8510c4b8-3f3c-45ea-ad3d-c0737e11bea9 2018-08-20 10:25:49,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:49,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f5731653-d0b4-43e4-ac5c-ec9154da7758 Date: Mon, 20 Aug 2018 10:25:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:49,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-f5731653-d0b4-43e4-ac5c-ec9154da7758 2018-08-20 10:25:49,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:49,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-31bee389-c7b5-428d-ac33-4caec0b4ecd6 Date: Mon, 20 Aug 2018 10:25:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:49,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 used request id req-31bee389-c7b5-428d-ac33-4caec0b4ecd6 2018-08-20 10:25:49,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:49,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d045a6b-b1b8-4b9f-8c58-f1ec29e9d99c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:49,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-6d045a6b-b1b8-4b9f-8c58-f1ec29e9d99c 2018-08-20 10:25:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:50,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3d308011-6ffa-498b-8652-bedd5a7a1906 Date: Mon, 20 Aug 2018 10:25:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:50,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-3d308011-6ffa-498b-8652-bedd5a7a1906 2018-08-20 10:25:50,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:50,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-db7fef1a-336f-4c47-b70b-1143529d688e Date: Mon, 20 Aug 2018 10:25:50 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:38Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:fc:27:51","id":"4c970eca-ebb9-47c5-99df-2c033910d3d6","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1"}]} 2018-08-20 10:25:50,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1&admin_state_up=True used request id req-db7fef1a-336f-4c47-b70b-1143529d688e 2018-08-20 10:25:50,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:50,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60bf46c4-90ef-4139-8fae-bd84749bb970 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:50,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-60bf46c4-90ef-4139-8fae-bd84749bb970 2018-08-20 10:25:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:50,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0d46e85a-a396-4ca3-906c-7ba17d2ffaf2 Date: Mon, 20 Aug 2018 10:25: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":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:50,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 used request id req-0d46e85a-a396-4ca3-906c-7ba17d2ffaf2 2018-08-20 10:25:50,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:50,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a5a023ea-a7c7-4b8e-9da4-0308b15fdda2 Date: Mon, 20 Aug 2018 10:25:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:50,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-a5a023ea-a7c7-4b8e-9da4-0308b15fdda2 2018-08-20 10:25:50,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:50,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-17be1f20-a4b8-4025-bbc3-90509c98ebc5 Date: Mon, 20 Aug 2018 10:25: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":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:50,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 used request id req-17be1f20-a4b8-4025-bbc3-90509c98ebc5 2018-08-20 10:25:50,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:50,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caba5e25-730d-4f5f-98c2-50329868cf33 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:50,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-caba5e25-730d-4f5f-98c2-50329868cf33 2018-08-20 10:25:50,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:50,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e7115b14-c8bf-4875-8cd5-c53279fa20bf Date: Mon, 20 Aug 2018 10:25:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:50,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-e7115b14-c8bf-4875-8cd5-c53279fa20bf 2018-08-20 10:25:50,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:51,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-072c2277-333f-4530-bd5a-cf53d0f66154 Date: Mon, 20 Aug 2018 10:25:51 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:42Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:44Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:ad:64:aa","id":"35d96982-2c05-4d6c-8561-c5e82548124e","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2"}]} 2018-08-20 10:25:51,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc&name=CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2&admin_state_up=True used request id req-072c2277-333f-4530-bd5a-cf53d0f66154 2018-08-20 10:25:51,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:51,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68834e53-fdf8-4e79-b5ac-9927aa142567 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:25:51,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-68834e53-fdf8-4e79-b5ac-9927aa142567 2018-08-20 10:25:51,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:51,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-bf8c886f-4c98-4b1f-b916-07d3a72d1bde Date: Mon, 20 Aug 2018 10:25:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:32Z", "admin_state_up": true, "updated_at": "2018-08-20T10:25:44Z", "revision_number": 2, "routes": [], "project_id": "4395bec5122b469c910746623ef843ac", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc", "name": "CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router"}} 2018-08-20 10:25:51,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc used request id req-bf8c886f-4c98-4b1f-b916-07d3a72d1bde 2018-08-20 10:25:51,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:51,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-ff05f9c0-15bf-40fc-97ee-74c676b81190 Date: Mon, 20 Aug 2018 10:25:51 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:42Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:44Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:ad:64:aa","id":"35d96982-2c05-4d6c-8561-c5e82548124e","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:38Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:fc:27:51","id":"4c970eca-ebb9-47c5-99df-2c033910d3d6","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1"}]} 2018-08-20 10:25:51,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=9d78a5f3-a45e-4ce9-9448-01af4654a0cc used request id req-ff05f9c0-15bf-40fc-97ee-74c676b81190 2018-08-20 10:25:51,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:51,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7614f5e0-3d92-4799-baf8-c0aaf3281717 Date: Mon, 20 Aug 2018 10:25:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}} 2018-08-20 10:25:51,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c used request id req-7614f5e0-3d92-4799-baf8-c0aaf3281717 2018-08-20 10:25:51,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93549a4f9a1f1cc1b5b324c0e1bf2cc602ec312a" 2018-08-20 10:25:51,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-46c87068-3209-43ed-9491-f9a66a31aca0 Date: Mon, 20 Aug 2018 10:25:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}} 2018-08-20 10:25:51,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 used request id req-46c87068-3209-43ed-9491-f9a66a31aca0 2018-08-20 10:25:51,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:52,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-5da90e3c-ffae-4f14-8742-a429d6c20d0c Date: Mon, 20 Aug 2018 10:25: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":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:52,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-5da90e3c-ffae-4f14-8742-a429d6c20d0c 2018-08-20 10:25:52,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:52,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-31a7a1f3-4654-48a6-8563-7f337415af45 Date: Mon, 20 Aug 2018 10:25:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:52,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-31a7a1f3-4654-48a6-8563-7f337415af45 2018-08-20 10:25:52,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:52,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3049 X-Openstack-Request-Id: req-0a9dca92-47c6-4eef-8890-8988cf555146 Date: Mon, 20 Aug 2018 10:25:52 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:38Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:fc:27:51","id":"4c970eca-ebb9-47c5-99df-2c033910d3d6","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-44eb8533-0dbc-4342-991e-b7a66b62c4ea","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:06:b0:c7","id":"e96bf4b5-f0d0-4862-9572-696dfdecd253","port_security_enabled":false,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:28Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:31Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-44eb8533-0dbc-4342-991e-b7a66b62c4ea","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:3b:cb:ee","id":"f8e3dd41-d930-447d-a4a6-2e1ba6aa7ac2","port_security_enabled":false,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-44eb8533-0dbc-4342-991e-b7a66b62c4ea","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:98:fc:13","id":"fb11fe6b-6d8a-4b93-85e1-9141d4d19ceb","port_security_enabled":false,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","ip_address":"10.200.201.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:25:52,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-0a9dca92-47c6-4eef-8890-8988cf555146 2018-08-20 10:25:52,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:53,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ee346fd6-06bf-4d86-8f61-81243187efb3 Date: Mon, 20 Aug 2018 10:25:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:53,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-ee346fd6-06bf-4d86-8f61-81243187efb3 2018-08-20 10:25:53,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:53,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c0477ea4-8a9f-49fe-89a5-6ccee9b8c80b Date: Mon, 20 Aug 2018 10:25:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:53,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-c0477ea4-8a9f-49fe-89a5-6ccee9b8c80b 2018-08-20 10:25:53,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:53,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3049 X-Openstack-Request-Id: req-0498ca03-283a-48e5-baea-899ec6961d29 Date: Mon, 20 Aug 2018 10:25:53 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:42Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:44Z","binding:vnic_type":"normal","device_id":"9d78a5f3-a45e-4ce9-9448-01af4654a0cc","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:ad:64:aa","id":"35d96982-2c05-4d6c-8561-c5e82548124e","port_security_enabled":true,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["0c46ee63-f669-430d-b931-a804934914dc"],"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:93:27:74","id":"3f8c5c08-f812-4873-a4b5-1eed81b6f138","port_security_enabled":false,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:32Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5f:0c:92","id":"3fc71a88-ad4d-4254-bfb2-a81b81a34573","port_security_enabled":false,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:32Z","admin_state_up":true,"updated_at":"2018-08-20T10:25:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:77:e1:36","id":"53bf28aa-2d10-401c-ad70-72537bac5119","port_security_enabled":false,"project_id":"4395bec5122b469c910746623ef843ac","fixed_ips":[{"subnet_id":"1a19790f-fda1-4cba-93e0-4660448da982","ip_address":"10.200.202.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:25:53,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-0498ca03-283a-48e5-baea-899ec6961d29 2018-08-20 10:25:53,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:53,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7c2a2bb2-5bfa-495f-8bd2-ff89d6fb518d Date: Mon, 20 Aug 2018 10:25:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}} 2018-08-20 10:25:53,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c used request id req-7c2a2bb2-5bfa-495f-8bd2-ff89d6fb518d 2018-08-20 10:25:53,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:53,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-be8b78d3-1c7a-4a5f-9610-b37bc883f02b Date: Mon, 20 Aug 2018 10:25:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"],"updated_at":"2018-08-20T10:25:27Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1"}]} 2018-08-20 10:25:53,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-be8b78d3-1c7a-4a5f-9610-b37bc883f02b 2018-08-20 10:25:53,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:53,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-25c1511c-f28f-4f1f-8494-43d9b2c99a2c Date: Mon, 20 Aug 2018 10:25:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44eb8533-0dbc-4342-991e-b7a66b62c4ea","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:27Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"4395bec5122b469c910746623ef843ac","id":"500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1"}]} 2018-08-20 10:25:53,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-25c1511c-f28f-4f1f-8494-43d9b2c99a2c 2018-08-20 10:25:53,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:53,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-541b8901-b524-4daa-8717-f2b0a640ee4f Date: Mon, 20 Aug 2018 10:25:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}} 2018-08-20 10:25:53,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 used request id req-541b8901-b524-4daa-8717-f2b0a640ee4f 2018-08-20 10:25:53,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:54,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-db22f8c0-efb3-40f3-baa6-36fd16fcd1fa Date: Mon, 20 Aug 2018 10:25: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":["1a19790f-fda1-4cba-93e0-4660448da982"],"updated_at":"2018-08-20T10:25:30Z","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4395bec5122b469c910746623ef843ac","id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2"}]} 2018-08-20 10:25:54,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-db22f8c0-efb3-40f3-baa6-36fd16fcd1fa 2018-08-20 10:25:54,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7fabfa1b88b2e508b9b030af0369940996ee445" 2018-08-20 10:25:54,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2c51785b-15be-4e16-8e59-563dec408ab4 Date: Mon, 20 Aug 2018 10:25:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc","tenant_id":"4395bec5122b469c910746623ef843ac","created_at":"2018-08-20T10:25:30Z","dns_nameservers":[],"updated_at":"2018-08-20T10:25:30Z","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":"4395bec5122b469c910746623ef843ac","id":"1a19790f-fda1-4cba-93e0-4660448da982","subnetpool_id":null,"name":"CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2"}]} 2018-08-20 10:25:54,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-2c51785b-15be-4e16-8e59-563dec408ab4 2018-08-20 10:25:54,125 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router and port CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port1 2018-08-20 10:25:54,126 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" -d '{"port_id": "4c970eca-ebb9-47c5-99df-2c033910d3d6"}' 2018-08-20 10:25:55,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-73ae1198-22e0-45bb-bbce-ba341739cb4a Date: Mon, 20 Aug 2018 10:25:55 GMT RESP BODY: {"network_id": "44eb8533-0dbc-4342-991e-b7a66b62c4ea", "tenant_id": "4395bec5122b469c910746623ef843ac", "subnet_id": "500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c", "subnet_ids": ["500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c"], "port_id": "4c970eca-ebb9-47c5-99df-2c033910d3d6", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc"} 2018-08-20 10:25:55,728 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc/remove_router_interface used request id req-73ae1198-22e0-45bb-bbce-ba341739cb4a 2018-08-20 10:25:55,729 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router and port CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-port2 2018-08-20 10:25:55,729 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:55,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" -d '{"port_id": "35d96982-2c05-4d6c-8561-c5e82548124e"}' 2018-08-20 10:25:57,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eb531e1c-63d3-4814-a1da-be46be79880c Date: Mon, 20 Aug 2018 10:25:57 GMT RESP BODY: {"network_id": "4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc", "tenant_id": "4395bec5122b469c910746623ef843ac", "subnet_id": "1a19790f-fda1-4cba-93e0-4660448da982", "subnet_ids": ["1a19790f-fda1-4cba-93e0-4660448da982"], "port_id": "35d96982-2c05-4d6c-8561-c5e82548124e", "id": "9d78a5f3-a45e-4ce9-9448-01af4654a0cc"} 2018-08-20 10:25:57,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc/remove_router_interface used request id req-eb531e1c-63d3-4814-a1da-be46be79880c 2018-08-20 10:25:57,222 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:57,222 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-router 2018-08-20 10:25:57,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163abb2092b4eb84772c1c397e3c7694c1be69ed" 2018-08-20 10:25:57,886 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6410c91-6387-4c99-a5c4-97e62579000e Content-Length: 0 Date: Mon, 20 Aug 2018 10:25:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:25:57,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/9d78a5f3-a45e-4ce9-9448-01af4654a0cc used request id req-a6410c91-6387-4c99-a5c4-97e62579000e 2018-08-20 10:25:57,887 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1 2018-08-20 10:25:57,887 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet1 2018-08-20 10:25:57,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" 2018-08-20 10:26:00,460 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d8bc7f8-00f7-4ecb-9526-707b82515ced Date: Mon, 20 Aug 2018 10:26:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:00,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/500da0e4-c6d1-439f-b2ae-2b8aef2a3e5c used request id req-8d8bc7f8-00f7-4ecb-9526-707b82515ced 2018-08-20 10:26:00,460 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net1 2018-08-20 10:26:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/44eb8533-0dbc-4342-991e-b7a66b62c4ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebd828bc100c4c2c7bb1182dc682c7cef4def2c" 2018-08-20 10:26:02,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ff56bf97-2d2e-4647-ad1d-0963751a8db4 Date: Mon, 20 Aug 2018 10:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:02,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/44eb8533-0dbc-4342-991e-b7a66b62c4ea used request id req-ff56bf97-2d2e-4647-ad1d-0963751a8db4 2018-08-20 10:26:02,179 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2 2018-08-20 10:26:02,179 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-subnet2 2018-08-20 10:26:02,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" 2018-08-20 10:26:04,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef58b844-3a71-4d9d-9560-029048343ec1 Date: Mon, 20 Aug 2018 10:26:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:04,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/1a19790f-fda1-4cba-93e0-4660448da982 used request id req-ef58b844-3a71-4d9d-9560-029048343ec1 2018-08-20 10:26:04,638 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-a3776e27-25cf-423c-aa40-1ebcd846600a-pub-net2 2018-08-20 10:26:04,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c406917480ac3bb3b07aef4175a35de99e82c4" 2018-08-20 10:26:06,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc7c4ef1-e0d2-4482-bb2d-e9e617ed2dbf Date: Mon, 20 Aug 2018 10:26:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:06,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/4cc78e39-c75c-4e7c-aaa7-97fbbe2683cc used request id req-cc7c4ef1-e0d2-4482-bb2d-e9e617ed2dbf 2018-08-20 10:26:06,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:06,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:06,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:06,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:06,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:06,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:26:06,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-1b24343b-8dba-4abc-ae0c-51a1d37b870d Date: Mon, 20 Aug 2018 10:26:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:26Z", "updated_at": "2018-08-20T10:25:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:25:26Z", "revision_number": 0, "id": "4e6245a1-ff98-4aaf-9f89-2559b4c9a7e5", "remote_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "remote_ip_prefix": null, "created_at": "2018-08-20T10:25:26Z", "security_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "tenant_id": "4395bec5122b469c910746623ef843ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "4395bec5122b469c910746623ef843ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:25:26Z", "revision_number": 0, "id": "5f9aaff7-4ad9-4b74-8613-2f730b09e8a2", "remote_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "remote_ip_prefix": null, "created_at": "2018-08-20T10:25:26Z", "security_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "tenant_id": "4395bec5122b469c910746623ef843ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "4395bec5122b469c910746623ef843ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:25:26Z", "revision_number": 0, "id": "6471e365-261b-425f-ab24-73f3ccb11682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:25:26Z", "security_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "tenant_id": "4395bec5122b469c910746623ef843ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "4395bec5122b469c910746623ef843ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:25:26Z", "revision_number": 0, "id": "a01e3ec8-6964-45bc-80a2-612a425b03e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:25:26Z", "security_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "tenant_id": "4395bec5122b469c910746623ef843ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "4395bec5122b469c910746623ef843ac"}], "revision_number": 4, "project_id": "4395bec5122b469c910746623ef843ac", "id": "0c46ee63-f669-430d-b931-a804934914dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:26:06,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-1b24343b-8dba-4abc-ae0c-51a1d37b870d 2018-08-20 10:26:06,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:26:06,820 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd3344b6-7ac8-4e30-8498-ab061b71b4f6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:06,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-dd3344b6-7ac8-4e30-8498-ab061b71b4f6 2018-08-20 10:26:06,820 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:06,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:26:06,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e93a2168-5825-46a0-9d55-1242bfa1f37d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4395bec5122b469c910746623ef843ac", "name": "CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj"}} 2018-08-20 10:26:06,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-e93a2168-5825-46a0-9d55-1242bfa1f37d 2018-08-20 10:26:06,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0c46ee63-f669-430d-b931-a804934914dc 2018-08-20 10:26:06,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=0c46ee63-f669-430d-b931-a804934914dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:26:07,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1c5fcc7a-a19a-4066-b92d-bf0044b114ed Date: Mon, 20 Aug 2018 10:26:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:25:26Z", "security_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "port_range_min": null, "revision_number": 0, "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:26Z", "project_id": "4395bec5122b469c910746623ef843ac", "id": "4e6245a1-ff98-4aaf-9f89-2559b4c9a7e5"}, {"remote_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:25:26Z", "security_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "port_range_min": null, "revision_number": 0, "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:26Z", "project_id": "4395bec5122b469c910746623ef843ac", "id": "5f9aaff7-4ad9-4b74-8613-2f730b09e8a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:25:26Z", "security_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "port_range_min": null, "revision_number": 0, "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:26Z", "project_id": "4395bec5122b469c910746623ef843ac", "id": "6471e365-261b-425f-ab24-73f3ccb11682"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:25:26Z", "security_group_id": "0c46ee63-f669-430d-b931-a804934914dc", "port_range_min": null, "revision_number": 0, "tenant_id": "4395bec5122b469c910746623ef843ac", "created_at": "2018-08-20T10:25:26Z", "project_id": "4395bec5122b469c910746623ef843ac", "id": "a01e3ec8-6964-45bc-80a2-612a425b03e5"}]} 2018-08-20 10:26:07,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=0c46ee63-f669-430d-b931-a804934914dc used request id req-1c5fcc7a-a19a-4066-b92d-bf0044b114ed 2018-08-20 10:26:07,116 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:26:07,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/0c46ee63-f669-430d-b931-a804934914dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:26:07,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f5238d98-6999-4080-a5a4-883611726c9a Content-Length: 0 Date: Mon, 20 Aug 2018 10:26:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:07,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/0c46ee63-f669-430d-b931-a804934914dc used request id req-f5238d98-6999-4080-a5a4-883611726c9a 2018-08-20 10:26:07,522 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj 2018-08-20 10:26:07,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:26:07,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3f8153b-6fc5-45c2-a2b4-3e3fd6c1e918 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:07,886 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/4395bec5122b469c910746623ef843ac used request id req-e3f8153b-6fc5-45c2-a2b4-3e3fd6c1e918 2018-08-20 10:26:07,887 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f7fbc8f0-a0fa-432-proj-role 2018-08-20 10:26:07,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/27f3348cb95340748c97f92422ef3d30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:26:08,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebf0e9fb-f8cc-4679-b349-5d6f263da953 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:08,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/27f3348cb95340748c97f92422ef3d30 used request id req-ebf0e9fb-f8cc-4679-b349-5d6f263da953 2018-08-20 10:26:08,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647d73d32f8d3b36b65a8431b468f782919dfc63" 2018-08-20 10:26:08,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49776cf9-1845-418c-a20a-b408542d3b06 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:26:08,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-49776cf9-1845-418c-a20a-b408542d3b06 2018-08-20 10:26:08,110 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f7fbc8f0-a0fa-432-user 2018-08-20 10:26:08,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/bdbd4bc1b51e4eb280273200b1358036 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b0e4cb9a5c15a4447fb633ce8165b1fcc3d9979" 2018-08-20 10:26:08,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32a8b13b-6a7a-4542-8109-8b9786e133d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:08,319 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/bdbd4bc1b51e4eb280273200b1358036 used request id req-32a8b13b-6a7a-4542-8109-8b9786e133d2 2018-08-20 10:26:08,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:08,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["A2j9RoyfSxSEf-W390OQcQ"], "issued_at": "2018-08-20T10:26:08.000000Z"}} 2018-08-20 10:26:08,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0822deb2f20ad206903f4120c18da2f881202e8" 2018-08-20 10:26:08,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f7b85f-15a5-4187-89c0-7051eba45bc9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:08,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-64f7b85f-15a5-4187-89c0-7051eba45bc9 2018-08-20 10:26:08,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:08,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:09,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["u9LnUo04TtuUzW31maYyJQ"], "issued_at": "2018-08-20T10:26:09.000000Z"}} 2018-08-20 10:26:09,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:09,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29450d8d-cf26-4db8-a8d1-4a1ba2acaa5e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:09,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-29450d8d-cf26-4db8-a8d1-4a1ba2acaa5e 2018-08-20 10:26:09,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:09,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:09,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-57de283c-39be-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:09,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-988fb95e-1a95-4ce0-89b4-0a1994138ea0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-57de283c-39be-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:26:09,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-57de283c-39be-4bd-proj used request id req-988fb95e-1a95-4ce0-89b4-0a1994138ea0 2018-08-20 10:26:09,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:09,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-629a7798-957a-4e3c-8fd0-3bcbe6775724 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:26:09,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-629a7798-957a-4e3c-8fd0-3bcbe6775724 2018-08-20 10:26:09,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj"}}' 2018-08-20 10:26:09,659 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:26:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d4363d8-6c1f-4126-a8a0-7b2e3b03aa13 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9"}, "tags": [], "enabled": true, "id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj"}} 2018-08-20 10:26:09,659 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-0d4363d8-6c1f-4126-a8a0-7b2e3b03aa13 2018-08-20 10:26:09,659 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-57de283c-39be-4bd-proj 2018-08-20 10:26:09,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:09,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:10,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["louMKK5KTxqIKQoMhzZRnQ"], "issued_at": "2018-08-20T10:26:10.000000Z"}} 2018-08-20 10:26:10,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2fdb55940cd21aa189d07a616ef998d7a31212" 2018-08-20 10:26:10,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0749dd1b-5448-453f-a79b-42f48ef63c4b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:10,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0749dd1b-5448-453f-a79b-42f48ef63c4b 2018-08-20 10:26:10,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:10,247 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:10,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2fdb55940cd21aa189d07a616ef998d7a31212" 2018-08-20 10:26:10,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249e5c11-cc8e-4090-9631-f9fe3ddd89b8 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:26:10,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-249e5c11-cc8e-4090-9631-f9fe3ddd89b8 2018-08-20 10:26:10,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-57de283c-39be-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2fdb55940cd21aa189d07a616ef998d7a31212" 2018-08-20 10:26:10,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-719b4ded-435d-4352-88a4-8a5e4c979335 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-57de283c-39be-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9"}, "tags": [], "enabled": true, "id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj"}]} 2018-08-20 10:26:10,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-57de283c-39be-4bd-proj used request id req-719b4ded-435d-4352-88a4-8a5e4c979335 2018-08-20 10:26:10,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2fdb55940cd21aa189d07a616ef998d7a31212" 2018-08-20 10:26:10,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940fa6d4-0437-40d2-ab7e-779271af9852 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:26:10,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-940fa6d4-0437-40d2-ab7e-779271af9852 2018-08-20 10:26:11,036 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-57de283c-39be-4bd-user 2018-08-20 10:26:11,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:11,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:11,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2c315f-fd0f-479b-8771-98a56e7b83c5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:26:11,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7f2c315f-fd0f-479b-8771-98a56e7b83c5 2018-08-20 10:26:11,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" -d '{"role": {"name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj-role"}}' 2018-08-20 10:26:11,258 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:26:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa7bad11-9f14-4f3a-ad67-12feb38c8c25 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2a7b00b90e8241d89b4b8d31fffeeeab", "links": {"self": "http://172.30.9.36:5000/v3/roles/2a7b00b90e8241d89b4b8d31fffeeeab"}, "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj-role"}} 2018-08-20 10:26:11,258 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-aa7bad11-9f14-4f3a-ad67-12feb38c8c25 2018-08-20 10:26:11,258 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-57de283c-39be-4bd-proj-role 2018-08-20 10:26:11,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/2a7b00b90e8241d89b4b8d31fffeeeab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:11,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fcead13-0297-42c7-9340-96e4134a5ba6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2a7b00b90e8241d89b4b8d31fffeeeab", "links": {"self": "http://172.30.9.36:5000/v3/roles/2a7b00b90e8241d89b4b8d31fffeeeab"}, "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj-role"}} 2018-08-20 10:26:11,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/2a7b00b90e8241d89b4b8d31fffeeeab used request id req-3fcead13-0297-42c7-9340-96e4134a5ba6 2018-08-20 10:26:11,355 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-57de283c-39be-4bd-proj-role to project CreateRouterSuccessTests-57de283c-39be-4bd-proj 2018-08-20 10:26:11,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9/users/7904d4367fc24e0982fcc4c726954531/roles/2a7b00b90e8241d89b4b8d31fffeeeab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:11,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0732b3df-3d3c-4ea3-9fca-02d09351c1e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:11,495 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9/users/7904d4367fc24e0982fcc4c726954531/roles/2a7b00b90e8241d89b4b8d31fffeeeab used request id req-0732b3df-3d3c-4ea3-9fca-02d09351c1e1 2018-08-20 10:26:11,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:11,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:11,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:11,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a7b00b90e8241d89b4b8d31fffeeeab", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj-role"}], "expires_at": "2018-08-20T11:26:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-57de283c-39be-4bd-user", "id": "7904d4367fc24e0982fcc4c726954531"}, "audit_ids": ["A5YdH2RZRfCPeIK10sP48g"], "issued_at": "2018-08-20T10:26:11.000000Z"}} 2018-08-20 10:26:11,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" 2018-08-20 10:26:11,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e80e43-731e-4b3a-a362-9f571d85d5b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:11,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e8e80e43-731e-4b3a-a362-9f571d85d5b3 2018-08-20 10:26:11,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:11,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:11,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:11,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:11,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:11,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" 2018-08-20 10:26:12,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1d6e077e-235b-4a99-994f-681c00ad5b2d Date: Mon, 20 Aug 2018 10:26:12 GMT RESP BODY: {"routers": []} 2018-08-20 10:26:12,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router&admin_state_up=True used request id req-1d6e077e-235b-4a99-994f-681c00ad5b2d 2018-08-20 10:26:12,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:12,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:12,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a7b00b90e8241d89b4b8d31fffeeeab", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj-role"}], "expires_at": "2018-08-20T11:26:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-57de283c-39be-4bd-user", "id": "7904d4367fc24e0982fcc4c726954531"}, "audit_ids": ["f-fdcGN6TsWtnieymIyFcA"], "issued_at": "2018-08-20T10:26:12.000000Z"}} 2018-08-20 10:26:12,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7078340477e8b4226cbe9a4cab4280808faa4a4" 2018-08-20 10:26:12,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0469fc1d-c464-4817-a3df-46403de89558 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:12,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0469fc1d-c464-4817-a3df-46403de89558 2018-08-20 10:26:12,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" 2018-08-20 10:26:12,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-060fdfe7-38be-4bdc-96b7-08db0409416d Date: Mon, 20 Aug 2018 10:26:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:26:12,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-060fdfe7-38be-4bdc-96b7-08db0409416d 2018-08-20 10:26:12,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" 2018-08-20 10:26:13,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4ad49b65-98c1-411a-9025-810d554a616d Date: Mon, 20 Aug 2018 10:26:13 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:26:13,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-4ad49b65-98c1-411a-9025-810d554a616d 2018-08-20 10:26:13,191 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router 2018-08-20 10:26:13,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router", "admin_state_up": true}}' 2018-08-20 10:26:14,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-cc61aa3d-ec35-4723-8a4f-bb3c585caf19 Date: Mon, 20 Aug 2018 10:26:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "created_at": "2018-08-20T10:26:13Z", "admin_state_up": true, "updated_at": "2018-08-20T10:26:14Z", "revision_number": 2, "routes": [], "project_id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "id": "03f02f95-e0b3-4b24-9229-835cf655089b", "name": "CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router"}} 2018-08-20 10:26:14,504 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-cc61aa3d-ec35-4723-8a4f-bb3c585caf19 2018-08-20 10:26:14,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=03f02f95-e0b3-4b24-9229-835cf655089b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" 2018-08-20 10:26:14,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-76e6f1c7-9104-42f7-9b22-cf4a4c10c24c Date: Mon, 20 Aug 2018 10:26:14 GMT RESP BODY: {"ports":[]} 2018-08-20 10:26:14,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=03f02f95-e0b3-4b24-9229-835cf655089b used request id req-76e6f1c7-9104-42f7-9b22-cf4a4c10c24c 2018-08-20 10:26:14,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/03f02f95-e0b3-4b24-9229-835cf655089b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" 2018-08-20 10:26:15,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-c5f2578e-d1e7-40e4-a55e-5186cf7c9bf7 Date: Mon, 20 Aug 2018 10:26:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "created_at": "2018-08-20T10:26:13Z", "admin_state_up": true, "updated_at": "2018-08-20T10:26:14Z", "revision_number": 2, "routes": [], "project_id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "id": "03f02f95-e0b3-4b24-9229-835cf655089b", "name": "CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router"}} 2018-08-20 10:26:15,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/03f02f95-e0b3-4b24-9229-835cf655089b used request id req-c5f2578e-d1e7-40e4-a55e-5186cf7c9bf7 2018-08-20 10:26:15,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=03f02f95-e0b3-4b24-9229-835cf655089b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" 2018-08-20 10:26:15,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-247672a1-640f-4b63-819b-99032743c7c7 Date: Mon, 20 Aug 2018 10:26:15 GMT RESP BODY: {"ports":[]} 2018-08-20 10:26:15,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=03f02f95-e0b3-4b24-9229-835cf655089b used request id req-247672a1-640f-4b63-819b-99032743c7c7 2018-08-20 10:26:15,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:15,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a7b00b90e8241d89b4b8d31fffeeeab", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj-role"}], "expires_at": "2018-08-20T11:26:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3d76b915e5c6454990f4e6fb3fc4fcc9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-57de283c-39be-4bd-user", "id": "7904d4367fc24e0982fcc4c726954531"}, "audit_ids": ["y-dUCw4FSg6ZrDf6tLVk1Q"], "issued_at": "2018-08-20T10:26:15.000000Z"}} 2018-08-20 10:26:15,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73830eaf1fd4735f66c06473786e037a54d7d67a" 2018-08-20 10:26:15,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-37457b1d-e2ac-4658-b8c9-19b0c2e0557c Date: Mon, 20 Aug 2018 10:26:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "created_at": "2018-08-20T10:26:13Z", "admin_state_up": true, "updated_at": "2018-08-20T10:26:14Z", "revision_number": 2, "routes": [], "project_id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "id": "03f02f95-e0b3-4b24-9229-835cf655089b", "name": "CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router"}]} 2018-08-20 10:26:15,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router&admin_state_up=True used request id req-37457b1d-e2ac-4658-b8c9-19b0c2e0557c 2018-08-20 10:26:15,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:15,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:15,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0822deb2f20ad206903f4120c18da2f881202e8" 2018-08-20 10:26:16,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9426a08-9d90-4ff6-b6a3-3a46913a5b41 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3d76b915e5c6454990f4e6fb3fc4fcc9", "name": "CreateRouterSuccessTests-57de283c-39be-4bd-proj"}} 2018-08-20 10:26:16,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9 used request id req-d9426a08-9d90-4ff6-b6a3-3a46913a5b41 2018-08-20 10:26:16,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=03f02f95-e0b3-4b24-9229-835cf655089b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73830eaf1fd4735f66c06473786e037a54d7d67a" 2018-08-20 10:26:16,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a954695d-681a-4a5b-bae9-4c80920a0e0b Date: Mon, 20 Aug 2018 10:26:16 GMT RESP BODY: {"ports":[]} 2018-08-20 10:26:16,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=03f02f95-e0b3-4b24-9229-835cf655089b used request id req-a954695d-681a-4a5b-bae9-4c80920a0e0b 2018-08-20 10:26:16,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73830eaf1fd4735f66c06473786e037a54d7d67a" 2018-08-20 10:26:16,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ff5a5442-ca6d-45f1-b8bb-b7894e902074 Date: Mon, 20 Aug 2018 10:26:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:26:16,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-ff5a5442-ca6d-45f1-b8bb-b7894e902074 2018-08-20 10:26:16,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73830eaf1fd4735f66c06473786e037a54d7d67a" 2018-08-20 10:26:16,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cb09f04f-d5ce-4b9b-9958-aea0a03313d5 Date: Mon, 20 Aug 2018 10:26:16 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:26:16,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-cb09f04f-d5ce-4b9b-9958-aea0a03313d5 2018-08-20 10:26:16,711 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router 2018-08-20 10:26:16,712 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-a8ae0da1-8d74-400f-b4ff-ffd290a843e6-pub-router 2018-08-20 10:26:16,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/03f02f95-e0b3-4b24-9229-835cf655089b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d85445b0a641e0804da8cd981716743d277928f0" 2018-08-20 10:26:18,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0433bc2-9cfb-456b-b9c7-f2fd2aa5c03b Content-Length: 0 Date: Mon, 20 Aug 2018 10:26:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:18,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/03f02f95-e0b3-4b24-9229-835cf655089b used request id req-d0433bc2-9cfb-456b-b9c7-f2fd2aa5c03b 2018-08-20 10:26:18,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:18,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:18,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:18,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:18,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:18,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:18,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-9affe129-4ea6-4612-a98b-7e4fc1870e51 Date: Mon, 20 Aug 2018 10:26:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:26:18,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-9affe129-4ea6-4612-a98b-7e4fc1870e51 2018-08-20 10:26:18,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:18,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a5fedc9-8da7-4cb1-9824-285577761957 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:18,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-5a5fedc9-8da7-4cb1-9824-285577761957 2018-08-20 10:26:18,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:18,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:18,676 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35bee713-001a-42ea-aff2-3a2936c82bba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:18,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-35bee713-001a-42ea-aff2-3a2936c82bba 2018-08-20 10:26:18,676 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:18,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:18,770 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb2de894-a98c-44d2-8130-f09c3c3efca2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:18,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-cb2de894-a98c-44d2-8130-f09c3c3efca2 2018-08-20 10:26:18,771 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:18,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:18,864 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c4955c4-4005-4ebe-9f8b-699dc2ac515b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:18,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-8c4955c4-4005-4ebe-9f8b-699dc2ac515b 2018-08-20 10:26:18,864 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:18,963 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4714878d-2407-41db-a293-f88b45655000 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:18,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-4714878d-2407-41db-a293-f88b45655000 2018-08-20 10:26:18,964 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:18,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,050 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8a24708-c693-4216-9ed7-175abc6540a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:19,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-f8a24708-c693-4216-9ed7-175abc6540a4 2018-08-20 10:26:19,050 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:19,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,145 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58eec507-e067-43b6-8d51-166a33b542dd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:19,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-58eec507-e067-43b6-8d51-166a33b542dd 2018-08-20 10:26:19,145 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:19,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,239 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54f8be6a-8d37-4f4a-a317-d007eb87d054 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:19,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-54f8be6a-8d37-4f4a-a317-d007eb87d054 2018-08-20 10:26:19,239 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:19,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,329 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03c27ef8-1537-4c2f-865b-be4458b772ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:19,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-03c27ef8-1537-4c2f-865b-be4458b772ed 2018-08-20 10:26:19,330 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:19,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaece443-ad72-4374-a589-26b8c4895426 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:26:19,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-aaece443-ad72-4374-a589-26b8c4895426 2018-08-20 10:26:19,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,531 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3034cede-737d-4097-9b50-fb66c6072f62 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:19,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-3034cede-737d-4097-9b50-fb66c6072f62 2018-08-20 10:26:19,531 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:19,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,625 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d89cff5-6319-4676-a0c0-1a519668028d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:19,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-1d89cff5-6319-4676-a0c0-1a519668028d 2018-08-20 10:26:19,625 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:19,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,726 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cfa3cc2-0c8e-45d3-8071-610c6565dc66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:19,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-6cfa3cc2-0c8e-45d3-8071-610c6565dc66 2018-08-20 10:26:19,726 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:19,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,819 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72df479d-e40c-4556-bdfc-235a4fd9b00f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:19,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-72df479d-e40c-4556-bdfc-235a4fd9b00f 2018-08-20 10:26:19,820 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:19,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:19,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04043326-4968-4a09-bfe1-21052e526109 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:26:19,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-04043326-4968-4a09-bfe1-21052e526109 2018-08-20 10:26:19,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:20,016 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0632fea1-3044-44dc-86af-6bf042bb19ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:20,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-0632fea1-3044-44dc-86af-6bf042bb19ce 2018-08-20 10:26:20,016 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:20,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:20,109 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5767594-e781-41d7-921a-74a01ed9c184 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:20,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-e5767594-e781-41d7-921a-74a01ed9c184 2018-08-20 10:26:20,110 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:20,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:20,202 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e7a35b9-c1de-498d-8f8c-fe5243c7f296 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:20,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-4e7a35b9-c1de-498d-8f8c-fe5243c7f296 2018-08-20 10:26:20,202 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:20,203 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-57de283c-39be-4bd-proj 2018-08-20 10:26:20,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:20,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e512fbc2-d619-4938-99b9-63a102ab4dd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:20,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/3d76b915e5c6454990f4e6fb3fc4fcc9 used request id req-e512fbc2-d619-4938-99b9-63a102ab4dd5 2018-08-20 10:26:20,491 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-57de283c-39be-4bd-proj-role 2018-08-20 10:26:20,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/2a7b00b90e8241d89b4b8d31fffeeeab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:20,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a05e75e-813a-4220-a52d-72b27f8a537f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:20,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2a7b00b90e8241d89b4b8d31fffeeeab used request id req-1a05e75e-813a-4220-a52d-72b27f8a537f 2018-08-20 10:26:20,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbc0add447791fce4b48afb1b38f891e3fc0844" 2018-08-20 10:26:20,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727fa84b-49f6-4d64-a4ae-52ed464a929a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:26:20,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-727fa84b-49f6-4d64-a4ae-52ed464a929a 2018-08-20 10:26:20,699 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-57de283c-39be-4bd-user 2018-08-20 10:26:20,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/7904d4367fc24e0982fcc4c726954531 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d2fdb55940cd21aa189d07a616ef998d7a31212" 2018-08-20 10:26:20,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e97faf-1e4f-429a-a10f-d1433e8af978 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:20,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/7904d4367fc24e0982fcc4c726954531 used request id req-20e97faf-1e4f-429a-a10f-d1433e8af978 2018-08-20 10:26:20,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:21,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["vhem1zvgS_OXkKE7Jz6nUw"], "issued_at": "2018-08-20T10:26:21.000000Z"}} 2018-08-20 10:26:21,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeffe3e12d1f7b18860af4e78f6042d2309dc77c" 2018-08-20 10:26:21,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b1edc0-cb03-4f73-a789-d0061044d91a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:21,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f4b1edc0-cb03-4f73-a789-d0061044d91a 2018-08-20 10:26:21,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:21,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:21,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["17kn42wLQXeLn4B65ppvNQ"], "issued_at": "2018-08-20T10:26:21.000000Z"}} 2018-08-20 10:26:21,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:21,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af58bd66-48b9-4111-8fac-22452a6f791b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:21,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-af58bd66-48b9-4111-8fac-22452a6f791b 2018-08-20 10:26:21,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:21,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:21,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f96e6840-a5ce-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:21,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e7e39c4-2f18-404b-bad9-0982b81dbeee Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f96e6840-a5ce-44e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:26:21,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f96e6840-a5ce-44e-proj used request id req-7e7e39c4-2f18-404b-bad9-0982b81dbeee 2018-08-20 10:26:21,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:22,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d3d8e18-d4e0-41f0-a65d-6bbfa6fb8dd1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:26:22,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3d3d8e18-d4e0-41f0-a65d-6bbfa6fb8dd1 2018-08-20 10:26:22,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f96e6840-a5ce-44e-proj"}}' 2018-08-20 10:26:22,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:26:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5377dfd-d56c-4689-bad3-d879ffc6fc5d Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ef99076b25fc414782fef5dd98d7e97c"}, "tags": [], "enabled": true, "id": "ef99076b25fc414782fef5dd98d7e97c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f96e6840-a5ce-44e-proj"}} 2018-08-20 10:26:22,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-e5377dfd-d56c-4689-bad3-d879ffc6fc5d 2018-08-20 10:26:22,228 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f96e6840-a5ce-44e-proj 2018-08-20 10:26:22,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:22,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:22,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["SbxOTzWsQHqA7F3OW_Co-w"], "issued_at": "2018-08-20T10:26:22.000000Z"}} 2018-08-20 10:26:22,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c054d7db5941d1217c96e5fcd7485f329ac8f3" 2018-08-20 10:26:22,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80313842-4dbf-47f8-9ef2-bf51342fe0a3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:22,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-80313842-4dbf-47f8-9ef2-bf51342fe0a3 2018-08-20 10:26:22,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:22,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:22,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c054d7db5941d1217c96e5fcd7485f329ac8f3" 2018-08-20 10:26:22,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33451192-4d4f-4656-bf40-a96af45dcbce Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:26:22,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-33451192-4d4f-4656-bf40-a96af45dcbce 2018-08-20 10:26:22,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-f96e6840-a5ce-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c054d7db5941d1217c96e5fcd7485f329ac8f3" 2018-08-20 10:26:22,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc2dfc54-a54e-4369-aaff-e9a53002feaa Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-f96e6840-a5ce-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ef99076b25fc414782fef5dd98d7e97c"}, "tags": [], "enabled": true, "id": "ef99076b25fc414782fef5dd98d7e97c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f96e6840-a5ce-44e-proj"}]} 2018-08-20 10:26:22,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-f96e6840-a5ce-44e-proj used request id req-cc2dfc54-a54e-4369-aaff-e9a53002feaa 2018-08-20 10:26:22,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c054d7db5941d1217c96e5fcd7485f329ac8f3" 2018-08-20 10:26:22,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ae647a-4ba9-438c-a42a-1d0ee793b4b1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:26:22,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d9ae647a-4ba9-438c-a42a-1d0ee793b4b1 2018-08-20 10:26:23,329 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f96e6840-a5ce-44e-user 2018-08-20 10:26:23,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:23,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:23,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dea1c736-5b73-4a45-9084-934a36525fdc Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:26:23,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dea1c736-5b73-4a45-9084-934a36525fdc 2018-08-20 10:26:23,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" -d '{"role": {"name": "CreateRouterSuccessTests-f96e6840-a5ce-44e-proj-role"}}' 2018-08-20 10:26:23,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:26:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12064473-c5b1-4d12-9b49-9211015dce0c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2e4a9967bb3d4d90bc35517a3460345b", "links": {"self": "http://172.30.9.36:5000/v3/roles/2e4a9967bb3d4d90bc35517a3460345b"}, "name": "CreateRouterSuccessTests-f96e6840-a5ce-44e-proj-role"}} 2018-08-20 10:26:23,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-12064473-c5b1-4d12-9b49-9211015dce0c 2018-08-20 10:26:23,540 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f96e6840-a5ce-44e-proj-role 2018-08-20 10:26:23,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/2e4a9967bb3d4d90bc35517a3460345b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:23,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163da90a-56ec-42fa-81f0-b86ba24cdc22 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2e4a9967bb3d4d90bc35517a3460345b", "links": {"self": "http://172.30.9.36:5000/v3/roles/2e4a9967bb3d4d90bc35517a3460345b"}, "name": "CreateRouterSuccessTests-f96e6840-a5ce-44e-proj-role"}} 2018-08-20 10:26:23,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/2e4a9967bb3d4d90bc35517a3460345b used request id req-163da90a-56ec-42fa-81f0-b86ba24cdc22 2018-08-20 10:26:23,642 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f96e6840-a5ce-44e-proj-role to project CreateRouterSuccessTests-f96e6840-a5ce-44e-proj 2018-08-20 10:26:23,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/ef99076b25fc414782fef5dd98d7e97c/users/888d2ddcfd4841bdb9071d97c3241173/roles/2e4a9967bb3d4d90bc35517a3460345b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:23,800 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53a91172-b0b0-4c97-bf7e-212c1fb2fd14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:23,800 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ef99076b25fc414782fef5dd98d7e97c/users/888d2ddcfd4841bdb9071d97c3241173/roles/2e4a9967bb3d4d90bc35517a3460345b used request id req-53a91172-b0b0-4c97-bf7e-212c1fb2fd14 2018-08-20 10:26:23,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:23,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:23,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:23,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:23,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:23,803 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:23,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:24,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["q98HxOzxScG7OTu0t6X3dA"], "issued_at": "2018-08-20T10:26:24.000000Z"}} 2018-08-20 10:26:24,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:24,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49508b58-08be-4358-b0b0-9c99d305df4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:24,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-49508b58-08be-4358-b0b0-9c99d305df4f 2018-08-20 10:26:24,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:24,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:24,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:24,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:24,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:24,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:24,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f052dabd-3e53-4059-8002-19c722076ca2 Date: Mon, 20 Aug 2018 10:26:24 GMT RESP BODY: {"routers": []} 2018-08-20 10:26:24,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router&admin_state_up=True used request id req-f052dabd-3e53-4059-8002-19c722076ca2 2018-08-20 10:26:24,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:24,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:24,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["eR_YNzhhRbKUvavLOIbP8Q"], "issued_at": "2018-08-20T10:26:24.000000Z"}} 2018-08-20 10:26:24,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d40f32a195b4dcac9e138c41a67452f38975a6c9" 2018-08-20 10:26:25,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf5b697-7074-4fb9-bf42-9dbca9898b92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:25,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6cf5b697-7074-4fb9-bf42-9dbca9898b92 2018-08-20 10:26:25,015 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router 2018-08-20 10:26:25,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" -d '{"router": {"name": "CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router", "admin_state_up": true}}' 2018-08-20 10:26:25,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-635094f7-5ec5-4561-9b1f-7a8002ab9687 Date: Mon, 20 Aug 2018 10:26:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T10:26:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:26:25Z", "revision_number": 0, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "6271897d-4606-4dc6-bdb7-9cc613348089", "name": "CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router"}} 2018-08-20 10:26:25,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-635094f7-5ec5-4561-9b1f-7a8002ab9687 2018-08-20 10:26:25,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=6271897d-4606-4dc6-bdb7-9cc613348089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:25,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-17b0b7b6-ea38-4e8d-bc27-7c85fc1b9f7f Date: Mon, 20 Aug 2018 10:26:25 GMT RESP BODY: {"ports":[]} 2018-08-20 10:26:25,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=6271897d-4606-4dc6-bdb7-9cc613348089 used request id req-17b0b7b6-ea38-4e8d-bc27-7c85fc1b9f7f 2018-08-20 10:26:25,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:25,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b9f264db-1215-47e9-9185-9d81fc47fe11 Date: Mon, 20 Aug 2018 10:26:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:26:25,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-b9f264db-1215-47e9-9185-9d81fc47fe11 2018-08-20 10:26:25,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:26,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-be01e7b4-aa3a-475b-b76e-56c7accf76a2 Date: Mon, 20 Aug 2018 10:26:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 10:26:26,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-be01e7b4-aa3a-475b-b76e-56c7accf76a2 2018-08-20 10:26:26,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=a6080755-5724-465a-b182-14c24f0c1811&name=CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:26,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b995a8fa-d706-4219-9a84-50857772b8c9 Date: Mon, 20 Aug 2018 10:26:26 GMT RESP BODY: {"ports":[]} 2018-08-20 10:26:26,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=a6080755-5724-465a-b182-14c24f0c1811&name=CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1&admin_state_up=True used request id req-b995a8fa-d706-4219-9a84-50857772b8c9 2018-08-20 10:26:26,240 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1 for router - CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router 2018-08-20 10:26:26,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:26,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:26,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["_sP1fkqfQSuUxcdqsbBUAw"], "issued_at": "2018-08-20T10:26:26.000000Z"}} 2018-08-20 10:26:26,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba73a139279eaefc69239f68a9cabcdcae6a096b" 2018-08-20 10:26:26,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b112281-ea73-4dff-a155-acacc6a5f0ba Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:26,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2b112281-ea73-4dff-a155-acacc6a5f0ba 2018-08-20 10:26:26,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:27,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-212d4b31-d93f-46fe-af5d-99cf8dfd1289 Date: Mon, 20 Aug 2018 10:26:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:26:27,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-212d4b31-d93f-46fe-af5d-99cf8dfd1289 2018-08-20 10:26:27,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:27,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f6b97c9c-d59d-4b4f-ac02-8a7e469a5bb5 Date: Mon, 20 Aug 2018 10:26:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 10:26:27,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-f6b97c9c-d59d-4b4f-ac02-8a7e469a5bb5 2018-08-20 10:26:27,142 - neutron_utils - INFO - Creating port for network with name - external 2018-08-20 10:26:27,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" -d '{"port": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "name": "CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1", "admin_state_up": true}}' 2018-08-20 10:26:27,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-2c328daf-32ac-429c-8c47-653c75779e08 Date: Mon, 20 Aug 2018 10:26:27 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:26:27Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.203"}],"id":"18aa24ee-e225-43a7-99d1-9b0b3fa27644","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:7d:50","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:26:27Z","binding:vnic_type":"normal"}} 2018-08-20 10:26:27,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-2c328daf-32ac-429c-8c47-653c75779e08 2018-08-20 10:26:27,826 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1 for router - CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router 2018-08-20 10:26:27,826 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router 2018-08-20 10:26:27,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/6271897d-4606-4dc6-bdb7-9cc613348089/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" -d '{"port_id": "18aa24ee-e225-43a7-99d1-9b0b3fa27644"}' 2018-08-20 10:26:29,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7f3f3569-91c1-4687-a930-357f1fa26e19 Date: Mon, 20 Aug 2018 10:26:29 GMT RESP BODY: {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "subnet_ids": ["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"], "port_id": "18aa24ee-e225-43a7-99d1-9b0b3fa27644", "id": "6271897d-4606-4dc6-bdb7-9cc613348089"} 2018-08-20 10:26:29,352 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/6271897d-4606-4dc6-bdb7-9cc613348089/add_router_interface used request id req-7f3f3569-91c1-4687-a930-357f1fa26e19 2018-08-20 10:26:29,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/6271897d-4606-4dc6-bdb7-9cc613348089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:29,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-5d7f6510-a141-4ef1-be0f-efbfc7ab0a03 Date: Mon, 20 Aug 2018 10:26:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T10:26:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:26:28Z", "revision_number": 1, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "6271897d-4606-4dc6-bdb7-9cc613348089", "name": "CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router"}} 2018-08-20 10:26:29,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/6271897d-4606-4dc6-bdb7-9cc613348089 used request id req-5d7f6510-a141-4ef1-be0f-efbfc7ab0a03 2018-08-20 10:26:29,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=6271897d-4606-4dc6-bdb7-9cc613348089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:29,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 922 X-Openstack-Request-Id: req-6a10c444-9110-4bd4-a822-737ff4945905 Date: Mon, 20 Aug 2018 10:26:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:26:29Z","device_owner":"network:router_interface","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.203"}],"id":"18aa24ee-e225-43a7-99d1-9b0b3fa27644","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:7d:50","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6271897d-4606-4dc6-bdb7-9cc613348089","name":"CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:26:27Z","binding:vnic_type":"normal"}]} 2018-08-20 10:26:29,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=6271897d-4606-4dc6-bdb7-9cc613348089 used request id req-6a10c444-9110-4bd4-a822-737ff4945905 2018-08-20 10:26:29,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:30,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c89d91ee-6cbc-4707-af24-f8ee3bf29696 Date: Mon, 20 Aug 2018 10:26:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:26:30,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-c89d91ee-6cbc-4707-af24-f8ee3bf29696 2018-08-20 10:26:30,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:30,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:30,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:30,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:30,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:30,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeffe3e12d1f7b18860af4e78f6042d2309dc77c" 2018-08-20 10:26:30,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d186e5d7-96b2-4b64-9356-75017fc8bf86 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:30,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d186e5d7-96b2-4b64-9356-75017fc8bf86 2018-08-20 10:26:30,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeffe3e12d1f7b18860af4e78f6042d2309dc77c" 2018-08-20 10:26:30,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 484 X-Openstack-Request-Id: req-f331b2f3-cdea-4c9d-8653-a941f332f8c7 Date: Mon, 20 Aug 2018 10:26:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T10:26:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:26:28Z", "revision_number": 1, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "6271897d-4606-4dc6-bdb7-9cc613348089", "name": "CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router"}]} 2018-08-20 10:26:30,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router&admin_state_up=True used request id req-f331b2f3-cdea-4c9d-8653-a941f332f8c7 2018-08-20 10:26:30,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:30,495 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:30,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeffe3e12d1f7b18860af4e78f6042d2309dc77c" 2018-08-20 10:26:30,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7c9b174-be1c-4a42-aa5a-a4c078c86eae Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:26:30,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b7c9b174-be1c-4a42-aa5a-a4c078c86eae 2018-08-20 10:26:30,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=6271897d-4606-4dc6-bdb7-9cc613348089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeffe3e12d1f7b18860af4e78f6042d2309dc77c" 2018-08-20 10:26:30,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 922 X-Openstack-Request-Id: req-066eb97b-bacd-4291-bed8-31146662d260 Date: Mon, 20 Aug 2018 10:26:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:26:29Z","device_owner":"network:router_interface","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.203"}],"id":"18aa24ee-e225-43a7-99d1-9b0b3fa27644","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:03:7d:50","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6271897d-4606-4dc6-bdb7-9cc613348089","name":"CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:26:27Z","binding:vnic_type":"normal"}]} 2018-08-20 10:26:30,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=6271897d-4606-4dc6-bdb7-9cc613348089 used request id req-066eb97b-bacd-4291-bed8-31146662d260 2018-08-20 10:26:30,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeffe3e12d1f7b18860af4e78f6042d2309dc77c" 2018-08-20 10:26:31,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bae2e0c7-f7cd-4ec3-a066-c112001049dc Date: Mon, 20 Aug 2018 10:26:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:26:31,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-bae2e0c7-f7cd-4ec3-a066-c112001049dc 2018-08-20 10:26:31,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeffe3e12d1f7b18860af4e78f6042d2309dc77c" 2018-08-20 10:26:31,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-f844ae2e-8e53-4bb7-90ae-4533dfde2731 Date: Mon, 20 Aug 2018 10:26:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 10:26:31,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-f844ae2e-8e53-4bb7-90ae-4533dfde2731 2018-08-20 10:26:31,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeffe3e12d1f7b18860af4e78f6042d2309dc77c" 2018-08-20 10:26:31,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e4937264-756b-4f4e-9c04-ce956fb73ace Date: Mon, 20 Aug 2018 10:26:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-20 10:26:31,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-e4937264-756b-4f4e-9c04-ce956fb73ace 2018-08-20 10:26:31,584 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router and port CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-port1 2018-08-20 10:26:31,584 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router 2018-08-20 10:26:31,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/6271897d-4606-4dc6-bdb7-9cc613348089/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" -d '{"port_id": "18aa24ee-e225-43a7-99d1-9b0b3fa27644"}' 2018-08-20 10:26:32,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-40e892ae-0e86-452b-a006-565d32c14e6b Date: Mon, 20 Aug 2018 10:26:32 GMT RESP BODY: {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "subnet_ids": ["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"], "port_id": "18aa24ee-e225-43a7-99d1-9b0b3fa27644", "id": "6271897d-4606-4dc6-bdb7-9cc613348089"} 2018-08-20 10:26:32,879 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/6271897d-4606-4dc6-bdb7-9cc613348089/remove_router_interface used request id req-40e892ae-0e86-452b-a006-565d32c14e6b 2018-08-20 10:26:32,879 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router 2018-08-20 10:26:32,880 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-eaf6eadd-69e6-47a1-812e-b5ac0b0e0f25-pub-router 2018-08-20 10:26:32,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/6271897d-4606-4dc6-bdb7-9cc613348089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2973a71f39a05f9c748148eba41657ffe042f" 2018-08-20 10:26:33,507 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac6d1040-1e37-471e-b1dd-071c87dc723d Content-Length: 0 Date: Mon, 20 Aug 2018 10:26:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:33,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/6271897d-4606-4dc6-bdb7-9cc613348089 used request id req-ac6d1040-1e37-471e-b1dd-071c87dc723d 2018-08-20 10:26:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:33,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:33,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:33,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-8a2ede3e-1813-4e80-a3ca-dd0458d0eb0f Date: Mon, 20 Aug 2018 10:26:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:26:33,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8a2ede3e-1813-4e80-a3ca-dd0458d0eb0f 2018-08-20 10:26:33,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:33,872 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bbe82e6-7bdf-427f-9687-fc437303a09c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:33,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-2bbe82e6-7bdf-427f-9687-fc437303a09c 2018-08-20 10:26:33,872 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:33,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:33,969 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e35191fb-aeb2-4958-84f5-3785d6f0e8f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:33,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e35191fb-aeb2-4958-84f5-3785d6f0e8f4 2018-08-20 10:26:33,970 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:33,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:34,178 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-260861d3-6aea-4b11-b96f-f727e782f9ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:34,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-260861d3-6aea-4b11-b96f-f727e782f9ca 2018-08-20 10:26:34,179 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:34,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:34,352 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-196ee4a5-538b-4298-85aa-bde581e46d57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:34,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-196ee4a5-538b-4298-85aa-bde581e46d57 2018-08-20 10:26:34,352 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:34,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:34,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a631c19c-92a6-4bb2-9712-e67ac4e08dac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:34,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-a631c19c-92a6-4bb2-9712-e67ac4e08dac 2018-08-20 10:26:34,449 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:34,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:34,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74fde563-db52-4599-af7c-48ff5cc31a40 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:34,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-74fde563-db52-4599-af7c-48ff5cc31a40 2018-08-20 10:26:34,549 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:34,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:34,647 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-087c6286-9187-47e1-84cd-191a77eca249 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:34,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-087c6286-9187-47e1-84cd-191a77eca249 2018-08-20 10:26:34,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:34,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:34,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-483a4928-b7bd-4760-979e-78c4580fee39 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:34,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-483a4928-b7bd-4760-979e-78c4580fee39 2018-08-20 10:26:34,746 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:34,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:34,846 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-989b003e-a806-4b85-ab4d-ebf160574b8d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:34,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-989b003e-a806-4b85-ab4d-ebf160574b8d 2018-08-20 10:26:34,847 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:34,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:34,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d7cf89-1e31-4dcd-a427-7f6792ce43a7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:26:34,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-12d7cf89-1e31-4dcd-a427-7f6792ce43a7 2018-08-20 10:26:34,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,040 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1595cc24-ae1a-4603-b751-159012aced1a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:35,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-1595cc24-ae1a-4603-b751-159012aced1a 2018-08-20 10:26:35,040 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:35,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,135 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91bebf4a-ef81-4ef0-81f9-a69b9e24782a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:35,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-91bebf4a-ef81-4ef0-81f9-a69b9e24782a 2018-08-20 10:26:35,136 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:35,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,228 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9bb9781-1b71-4ac4-952f-4309a966e7ef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:35,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-f9bb9781-1b71-4ac4-952f-4309a966e7ef 2018-08-20 10:26:35,228 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:35,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,321 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab6bdbac-89af-43f7-a74f-89f855bed054 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:35,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-ab6bdbac-89af-43f7-a74f-89f855bed054 2018-08-20 10:26:35,322 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:35,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3a3dd4-9694-461e-9d50-2403c85739a9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:26:35,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-0a3a3dd4-9694-461e-9d50-2403c85739a9 2018-08-20 10:26:35,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,512 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ca5f36d-372d-43ba-97b7-ac1595c6f547 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:35,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-7ca5f36d-372d-43ba-97b7-ac1595c6f547 2018-08-20 10:26:35,512 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:35,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,613 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0edc00b3-76d6-429b-a4dc-77e380456bcc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:35,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-0edc00b3-76d6-429b-a4dc-77e380456bcc 2018-08-20 10:26:35,613 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:35,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,635 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51e402b8-1f70-4e9c-b5f5-6f8b8ab9f869 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:35,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-51e402b8-1f70-4e9c-b5f5-6f8b8ab9f869 2018-08-20 10:26:35,635 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:35,636 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f96e6840-a5ce-44e-proj 2018-08-20 10:26:35,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/ef99076b25fc414782fef5dd98d7e97c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:35,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-641b1be6-8b70-45ed-b7c3-cd61682d4623 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:35,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ef99076b25fc414782fef5dd98d7e97c used request id req-641b1be6-8b70-45ed-b7c3-cd61682d4623 2018-08-20 10:26:35,875 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f96e6840-a5ce-44e-proj-role 2018-08-20 10:26:35,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/2e4a9967bb3d4d90bc35517a3460345b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:36,000 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c65f7434-8d81-47e1-a1ec-a442d757a974 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:36,000 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2e4a9967bb3d4d90bc35517a3460345b used request id req-c65f7434-8d81-47e1-a1ec-a442d757a974 2018-08-20 10:26:36,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db3c91174d6830021ca86bd4563cf1d4462925b" 2018-08-20 10:26:36,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78921836-8fd9-4595-9d8f-cbe514bd653a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:26:36,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-78921836-8fd9-4595-9d8f-cbe514bd653a 2018-08-20 10:26:36,099 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f96e6840-a5ce-44e-user 2018-08-20 10:26:36,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/888d2ddcfd4841bdb9071d97c3241173 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c054d7db5941d1217c96e5fcd7485f329ac8f3" 2018-08-20 10:26:36,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fb26e6e-23de-46aa-8488-cfe5fb3cf3cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:36,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/888d2ddcfd4841bdb9071d97c3241173 used request id req-3fb26e6e-23de-46aa-8488-cfe5fb3cf3cb 2018-08-20 10:26:36,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:36,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["TwtB1oGTT7-kSCc95Z2IBg"], "issued_at": "2018-08-20T10:26:36.000000Z"}} 2018-08-20 10:26:36,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30530d3909fdabd0e7e1d438ebee7961cfde4799" 2018-08-20 10:26:36,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-110c4973-c8b7-4934-adaa-6fc5a7dc678c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:36,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-110c4973-c8b7-4934-adaa-6fc5a7dc678c 2018-08-20 10:26:36,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:36,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:37,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["akVCydX6SO2miKdfI0hdHg"], "issued_at": "2018-08-20T10:26:37.000000Z"}} 2018-08-20 10:26:37,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:37,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50131e82-6bf4-4614-8bce-a93ebbababfe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:37,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-50131e82-6bf4-4614-8bce-a93ebbababfe 2018-08-20 10:26:37,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:37,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:37,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2da12f93-871b-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:37,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c15bbc66-1228-4819-9401-85c5d223fa1f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2da12f93-871b-4be-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:26:37,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2da12f93-871b-4be-proj used request id req-c15bbc66-1228-4819-9401-85c5d223fa1f 2018-08-20 10:26:37,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:37,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc42671-2e13-46e8-a415-f30dfe2d7c7e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:26:37,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-6dc42671-2e13-46e8-a415-f30dfe2d7c7e 2018-08-20 10:26:37,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj"}}' 2018-08-20 10:26:37,605 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c0b6742-ca0c-489f-aec5-c05095bdf900 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382"}, "tags": [], "enabled": true, "id": "11c710e57ecc4bdeabb9d5067f11d382", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj"}} 2018-08-20 10:26:37,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-8c0b6742-ca0c-489f-aec5-c05095bdf900 2018-08-20 10:26:37,606 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2da12f93-871b-4be-proj 2018-08-20 10:26:37,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:37,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:37,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["la_0DHNHQGKzW75a7HrVTg"], "issued_at": "2018-08-20T10:26:37.000000Z"}} 2018-08-20 10:26:37,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c32c4ac8d80f90406898ff9875c298600ff53d8f" 2018-08-20 10:26:38,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cff17ad-71c6-43d6-bc1d-088c9c252440 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:38,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5cff17ad-71c6-43d6-bc1d-088c9c252440 2018-08-20 10:26:38,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:38,096 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:38,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c32c4ac8d80f90406898ff9875c298600ff53d8f" 2018-08-20 10:26:38,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ecbdff-baa0-4776-8979-09b40a43f4af Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:26:38,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-80ecbdff-baa0-4776-8979-09b40a43f4af 2018-08-20 10:26:38,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-2da12f93-871b-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c32c4ac8d80f90406898ff9875c298600ff53d8f" 2018-08-20 10:26:38,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302e2dd7-82f2-417f-9290-aa722488c3e4 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-2da12f93-871b-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382"}, "tags": [], "enabled": true, "id": "11c710e57ecc4bdeabb9d5067f11d382", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj"}]} 2018-08-20 10:26:38,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-2da12f93-871b-4be-proj used request id req-302e2dd7-82f2-417f-9290-aa722488c3e4 2018-08-20 10:26:38,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c32c4ac8d80f90406898ff9875c298600ff53d8f" 2018-08-20 10:26:38,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7235876-82dd-4b1f-97fa-5d5e00482cde Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:26:38,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f7235876-82dd-4b1f-97fa-5d5e00482cde 2018-08-20 10:26:38,791 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2da12f93-871b-4be-user 2018-08-20 10:26:38,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:38,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:38,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a48d9c8c-62dc-4e6b-8d85-43ca8a8adeeb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:26:38,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a48d9c8c-62dc-4e6b-8d85-43ca8a8adeeb 2018-08-20 10:26:38,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" -d '{"role": {"name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj-role"}}' 2018-08-20 10:26:39,049 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ecad5fa-be6e-4743-b0dc-521a7a026cdf Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ebf50fa077c4a468b3457dd77860336", "links": {"self": "http://172.30.9.36:5000/v3/roles/4ebf50fa077c4a468b3457dd77860336"}, "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj-role"}} 2018-08-20 10:26:39,049 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-6ecad5fa-be6e-4743-b0dc-521a7a026cdf 2018-08-20 10:26:39,049 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2da12f93-871b-4be-proj-role 2018-08-20 10:26:39,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/4ebf50fa077c4a468b3457dd77860336 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:39,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa49826-094b-48da-b7ee-3b6cf2b8e64b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ebf50fa077c4a468b3457dd77860336", "links": {"self": "http://172.30.9.36:5000/v3/roles/4ebf50fa077c4a468b3457dd77860336"}, "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj-role"}} 2018-08-20 10:26:39,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/4ebf50fa077c4a468b3457dd77860336 used request id req-3fa49826-094b-48da-b7ee-3b6cf2b8e64b 2018-08-20 10:26:39,140 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2da12f93-871b-4be-proj-role to project CreateRouterSuccessTests-2da12f93-871b-4be-proj 2018-08-20 10:26:39,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382/users/43a1a509bb6d477dac12c23812d450f7/roles/4ebf50fa077c4a468b3457dd77860336 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:39,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7c1ff11-d09a-4211-9f22-4191296aa65f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:39,291 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382/users/43a1a509bb6d477dac12c23812d450f7/roles/4ebf50fa077c4a468b3457dd77860336 used request id req-c7c1ff11-d09a-4211-9f22-4191296aa65f 2018-08-20 10:26:39,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:39,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:39,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:39,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:39,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:39,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:39,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:39,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ebf50fa077c4a468b3457dd77860336", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj-role"}], "expires_at": "2018-08-20T11:26:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11c710e57ecc4bdeabb9d5067f11d382", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2da12f93-871b-4be-user", "id": "43a1a509bb6d477dac12c23812d450f7"}, "audit_ids": ["LvHVhqbUSKurCqbkZV0_zw"], "issued_at": "2018-08-20T10:26:39.000000Z"}} 2018-08-20 10:26:39,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" 2018-08-20 10:26:39,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6df619-4ae1-430a-8e52-6eadedd510dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:39,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cc6df619-4ae1-430a-8e52-6eadedd510dd 2018-08-20 10:26:39,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:39,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:39,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:39,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:39,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:39,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" 2018-08-20 10:26:39,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-13b19633-ad47-40c7-b5b5-e24a95db49ab Date: Mon, 20 Aug 2018 10:26:39 GMT RESP BODY: {"networks":[]} 2018-08-20 10:26:39,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-net1 used request id req-13b19633-ad47-40c7-b5b5-e24a95db49ab 2018-08-20 10:26:39,966 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-net1 2018-08-20 10:26:39,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" -d '{"network": {"name": "CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-net1", "admin_state_up": true}}' 2018-08-20 10:26:40,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-8ef0e45f-3772-47d5-a300-dc4dd4853ddb Date: Mon, 20 Aug 2018 10:26:40 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"11c710e57ecc4bdeabb9d5067f11d382","created_at":"2018-08-20T10:26:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:26:40Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"11c710e57ecc4bdeabb9d5067f11d382","id":"c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e","name":"CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-net1"}} 2018-08-20 10:26:40,627 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-8ef0e45f-3772-47d5-a300-dc4dd4853ddb 2018-08-20 10:26:40,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" 2018-08-20 10:26:40,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-3b6a47f3-92f2-491a-8921-cf104a80cb75 Date: Mon, 20 Aug 2018 10:26:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:26:40Z","tenant_id":"11c710e57ecc4bdeabb9d5067f11d382","created_at":"2018-08-20T10:26:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"11c710e57ecc4bdeabb9d5067f11d382","id":"c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e","name":"CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-net1"}]} 2018-08-20 10:26:40,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e used request id req-3b6a47f3-92f2-491a-8921-cf104a80cb75 2018-08-20 10:26:40,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" 2018-08-20 10:26:41,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-533069aa-e6ab-44fa-be76-7c4a8d296ada Date: Mon, 20 Aug 2018 10:26:41 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:26:41,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e used request id req-533069aa-e6ab-44fa-be76-7c4a8d296ada 2018-08-20 10:26:41,169 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1 2018-08-20 10:26:41,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" -d '{"subnets": [{"ip_version": 4, "network_id": "c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1"}]}' 2018-08-20 10:26:42,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ce1ae5e7-0948-45e2-bfae-3cefcdc47cc9 Date: Mon, 20 Aug 2018 10:26:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e","tenant_id":"11c710e57ecc4bdeabb9d5067f11d382","created_at":"2018-08-20T10:26:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:26:41Z","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":"11c710e57ecc4bdeabb9d5067f11d382","id":"0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8","subnetpool_id":null,"name":"CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1"}]} 2018-08-20 10:26:42,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-ce1ae5e7-0948-45e2-bfae-3cefcdc47cc9 2018-08-20 10:26:42,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" 2018-08-20 10:26:42,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-547848a4-8a36-4231-97f7-548dd6977724 Date: Mon, 20 Aug 2018 10: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":["0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8"],"updated_at":"2018-08-20T10:26:41Z","tenant_id":"11c710e57ecc4bdeabb9d5067f11d382","created_at":"2018-08-20T10:26:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"11c710e57ecc4bdeabb9d5067f11d382","id":"c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e","name":"CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-net1"}]} 2018-08-20 10:26:42,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e used request id req-547848a4-8a36-4231-97f7-548dd6977724 2018-08-20 10:26:42,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" 2018-08-20 10:26:42,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-dc05a464-075f-4343-b294-ded974e88df6 Date: Mon, 20 Aug 2018 10:26:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e","tenant_id":"11c710e57ecc4bdeabb9d5067f11d382","created_at":"2018-08-20T10:26:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:26:41Z","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":"11c710e57ecc4bdeabb9d5067f11d382","id":"0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8","subnetpool_id":null,"name":"CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1"}]} 2018-08-20 10:26:42,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e used request id req-dc05a464-075f-4343-b294-ded974e88df6 2018-08-20 10:26:42,542 - OpenStackNetwork - DEBUG - Network [c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e] created successfully 2018-08-20 10:26:42,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:42,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:42,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ebf50fa077c4a468b3457dd77860336", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj-role"}], "expires_at": "2018-08-20T11:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11c710e57ecc4bdeabb9d5067f11d382", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2da12f93-871b-4be-user", "id": "43a1a509bb6d477dac12c23812d450f7"}, "audit_ids": ["Veh_SDB9R4iiMvez8pi6QA"], "issued_at": "2018-08-20T10:26:42.000000Z"}} 2018-08-20 10:26:42,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:43,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f300cce1-57a0-406a-b68e-022d2ef66220 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:43,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f300cce1-57a0-406a-b68e-022d2ef66220 2018-08-20 10:26:43,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:43,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:43,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:43,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:43,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:43,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:43,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d6c097ee-be60-41f7-a15e-6333c33a6740 Date: Mon, 20 Aug 2018 10:26:43 GMT RESP BODY: {"routers": []} 2018-08-20 10:26:43,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router&admin_state_up=True used request id req-d6c097ee-be60-41f7-a15e-6333c33a6740 2018-08-20 10:26:43,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:43,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:43,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ebf50fa077c4a468b3457dd77860336", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj-role"}], "expires_at": "2018-08-20T11:26:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11c710e57ecc4bdeabb9d5067f11d382", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/11c710e57ecc4bdeabb9d5067f11d382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2da12f93-871b-4be-user", "id": "43a1a509bb6d477dac12c23812d450f7"}, "audit_ids": ["IYM29iDJRPqFTaKaht-cDg"], "issued_at": "2018-08-20T10:26:43.000000Z"}} 2018-08-20 10:26:43,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f00ebfb19f8d24d0772c48d4888bb74622cb26b" 2018-08-20 10:26:43,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd2fa827-ba1a-4f36-9aad-d89f10494e16 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:43,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bd2fa827-ba1a-4f36-9aad-d89f10494e16 2018-08-20 10:26:43,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:44,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ab2c2c5b-e5d2-4abd-8bd9-a8debcbb3a99 Date: Mon, 20 Aug 2018 10:26:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:26:44,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-ab2c2c5b-e5d2-4abd-8bd9-a8debcbb3a99 2018-08-20 10:26:44,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:44,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-afc52e16-5c2b-433f-9cf2-66e532906615 Date: Mon, 20 Aug 2018 10:26:44 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:26:44,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-afc52e16-5c2b-433f-9cf2-66e532906615 2018-08-20 10:26:44,325 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router 2018-08-20 10:26:44,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router", "admin_state_up": true}}' 2018-08-20 10:26:45,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-fe06d4af-e9a4-4f00-8492-69d049dab353 Date: Mon, 20 Aug 2018 10:26:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "created_at": "2018-08-20T10:26:44Z", "admin_state_up": true, "updated_at": "2018-08-20T10:26:45Z", "revision_number": 2, "routes": [], "project_id": "11c710e57ecc4bdeabb9d5067f11d382", "id": "d059c03e-cbc3-4b3e-a210-2c48fdceb840", "name": "CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router"}} 2018-08-20 10:26:45,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-fe06d4af-e9a4-4f00-8492-69d049dab353 2018-08-20 10:26:45,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=d059c03e-cbc3-4b3e-a210-2c48fdceb840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:45,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-959a9136-da3b-4526-a673-9cba7dc4f427 Date: Mon, 20 Aug 2018 10:26:45 GMT RESP BODY: {"ports":[]} 2018-08-20 10:26:45,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=d059c03e-cbc3-4b3e-a210-2c48fdceb840 used request id req-959a9136-da3b-4526-a673-9cba7dc4f427 2018-08-20 10:26:45,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?name=CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:45,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c1f5e0e4-0ea2-4528-b35d-8aaf92000c80 Date: Mon, 20 Aug 2018 10:26:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e","tenant_id":"11c710e57ecc4bdeabb9d5067f11d382","created_at":"2018-08-20T10:26:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:26:41Z","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":"11c710e57ecc4bdeabb9d5067f11d382","id":"0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8","subnetpool_id":null,"name":"CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1"}]} 2018-08-20 10:26:45,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?name=CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1 used request id req-c1f5e0e4-0ea2-4528-b35d-8aaf92000c80 2018-08-20 10:26:45,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:45,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:45,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:46,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3498f32f-374f-4cc8-b87a-3e017de1af06 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "11c710e57ecc4bdeabb9d5067f11d382", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj"}} 2018-08-20 10:26:46,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382 used request id req-3498f32f-374f-4cc8-b87a-3e017de1af06 2018-08-20 10:26:46,068 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-20 10:26:46,068 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router 2018-08-20 10:26:46,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/d059c03e-cbc3-4b3e-a210-2c48fdceb840/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" -d '{"subnet_id": "0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8"}' 2018-08-20 10:26:48,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-93d86967-f48f-49f5-aed5-601b97e04730 Date: Mon, 20 Aug 2018 10:26:48 GMT RESP BODY: {"network_id": "c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e", "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "subnet_id": "0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8", "subnet_ids": ["0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8"], "port_id": "4dcbc3e7-dd48-4189-a083-22b0baf253b9", "id": "d059c03e-cbc3-4b3e-a210-2c48fdceb840"} 2018-08-20 10:26:48,071 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/d059c03e-cbc3-4b3e-a210-2c48fdceb840/add_router_interface used request id req-93d86967-f48f-49f5-aed5-601b97e04730 2018-08-20 10:26:48,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/d059c03e-cbc3-4b3e-a210-2c48fdceb840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:48,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-7d56e71c-8e64-4150-a031-ba202014d17b Date: Mon, 20 Aug 2018 10:26:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "created_at": "2018-08-20T10:26:44Z", "admin_state_up": true, "updated_at": "2018-08-20T10:26:47Z", "revision_number": 3, "routes": [], "project_id": "11c710e57ecc4bdeabb9d5067f11d382", "id": "d059c03e-cbc3-4b3e-a210-2c48fdceb840", "name": "CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router"}} 2018-08-20 10:26:48,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/d059c03e-cbc3-4b3e-a210-2c48fdceb840 used request id req-7d56e71c-8e64-4150-a031-ba202014d17b 2018-08-20 10:26:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=d059c03e-cbc3-4b3e-a210-2c48fdceb840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:48,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-739111cd-1149-4bec-b7da-c1a35d61ec7e Date: Mon, 20 Aug 2018 10:26:48 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e","tenant_id":"11c710e57ecc4bdeabb9d5067f11d382","created_at":"2018-08-20T10:26:46Z","admin_state_up":true,"updated_at":"2018-08-20T10:26:47Z","binding:vnic_type":"normal","device_id":"d059c03e-cbc3-4b3e-a210-2c48fdceb840","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:10:9a:74","id":"4dcbc3e7-dd48-4189-a083-22b0baf253b9","port_security_enabled":false,"project_id":"11c710e57ecc4bdeabb9d5067f11d382","fixed_ips":[{"subnet_id":"0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:26:48,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=d059c03e-cbc3-4b3e-a210-2c48fdceb840 used request id req-739111cd-1149-4bec-b7da-c1a35d61ec7e 2018-08-20 10:26:48,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:48,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-12743bf8-7394-4b4d-be89-4a542d9d8a2c Date: Mon, 20 Aug 2018 10:26:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e","tenant_id":"11c710e57ecc4bdeabb9d5067f11d382","created_at":"2018-08-20T10:26:41Z","dns_nameservers":[],"updated_at":"2018-08-20T10:26:41Z","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":"11c710e57ecc4bdeabb9d5067f11d382","id":"0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8","subnetpool_id":null,"name":"CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1"}} 2018-08-20 10:26:48,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8 used request id req-12743bf8-7394-4b4d-be89-4a542d9d8a2c 2018-08-20 10:26:48,663 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router and subnet CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1 2018-08-20 10:26:48,663 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router 2018-08-20 10:26:48,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/d059c03e-cbc3-4b3e-a210-2c48fdceb840/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" -d '{"subnet_id": "0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8"}' 2018-08-20 10:26:50,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2dac12f8-ad75-46c7-875d-6d31d2cd33e3 Date: Mon, 20 Aug 2018 10:26:50 GMT RESP BODY: {"network_id": "c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e", "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "subnet_id": "0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8", "subnet_ids": ["0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8"], "port_id": "4dcbc3e7-dd48-4189-a083-22b0baf253b9", "id": "d059c03e-cbc3-4b3e-a210-2c48fdceb840"} 2018-08-20 10:26:50,061 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/d059c03e-cbc3-4b3e-a210-2c48fdceb840/remove_router_interface used request id req-2dac12f8-ad75-46c7-875d-6d31d2cd33e3 2018-08-20 10:26:50,061 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router 2018-08-20 10:26:50,061 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-router 2018-08-20 10:26:50,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/d059c03e-cbc3-4b3e-a210-2c48fdceb840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b3b3d98015a8981d75deb282661c7c5199625fa" 2018-08-20 10:26:51,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90e9f7b3-aef2-4591-870b-d8e786c4926d Content-Length: 0 Date: Mon, 20 Aug 2018 10:26:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:51,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/d059c03e-cbc3-4b3e-a210-2c48fdceb840 used request id req-90e9f7b3-aef2-4591-870b-d8e786c4926d 2018-08-20 10:26:51,522 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1 2018-08-20 10:26:51,522 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-subnet1 2018-08-20 10:26:51,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" 2018-08-20 10:26:54,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0697a8f5-d9c6-4d16-a71d-04f57c4f0b64 Date: Mon, 20 Aug 2018 10:26:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:54,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/0ac922c5-dd53-40bb-a85f-32c0f3c7ecf8 used request id req-0697a8f5-d9c6-4d16-a71d-04f57c4f0b64 2018-08-20 10:26:54,226 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-d18dfda0-33da-4bdc-a958-f50a5e30df2d-pub-net1 2018-08-20 10:26:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11bea2118cbf905f87763a74e997bf840c33d5a" 2018-08-20 10:26:55,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8930094c-1e7a-4799-b156-b16503259ee1 Date: Mon, 20 Aug 2018 10:26:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:55,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/c64a0fa8-b4f9-4b1b-99e7-f04a7bfe413e used request id req-8930094c-1e7a-4799-b156-b16503259ee1 2018-08-20 10:26:55,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:26:55,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:26:55,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:26:55,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:26:55,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:26:55,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:56,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-ebf81203-33c3-478f-bab7-ffd39f010858 Date: Mon, 20 Aug 2018 10:26:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "created_at": "2018-08-20T10:26:40Z", "updated_at": "2018-08-20T10:26:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:26:40Z", "revision_number": 0, "id": "a49ea678-6e84-4389-bcb0-5c160dd1240a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:26:40Z", "security_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "port_range_min": null, "ethertype": "IPv4", "project_id": "11c710e57ecc4bdeabb9d5067f11d382"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:26:40Z", "revision_number": 0, "id": "a9d00057-0df0-4f24-9866-f6d7bc72972e", "remote_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "remote_ip_prefix": null, "created_at": "2018-08-20T10:26:40Z", "security_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "port_range_min": null, "ethertype": "IPv4", "project_id": "11c710e57ecc4bdeabb9d5067f11d382"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:26:40Z", "revision_number": 0, "id": "ab393965-ff77-4b9e-9b10-bbc73ec76e05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:26:40Z", "security_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "port_range_min": null, "ethertype": "IPv6", "project_id": "11c710e57ecc4bdeabb9d5067f11d382"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:26:40Z", "revision_number": 0, "id": "f68bad97-d240-4d36-ab16-bb054eb2d712", "remote_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "remote_ip_prefix": null, "created_at": "2018-08-20T10:26:40Z", "security_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "port_range_min": null, "ethertype": "IPv6", "project_id": "11c710e57ecc4bdeabb9d5067f11d382"}], "revision_number": 4, "project_id": "11c710e57ecc4bdeabb9d5067f11d382", "id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:26:56,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-ebf81203-33c3-478f-bab7-ffd39f010858 2018-08-20 10:26:56,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:56,354 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:26:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f577f8b-837c-4099-bc44-459553314c8d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:26:56,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-8f577f8b-837c-4099-bc44-459553314c8d 2018-08-20 10:26:56,354 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:26:56,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:56,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec50820-65c8-4db6-889a-9cd1ce486f78 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "11c710e57ecc4bdeabb9d5067f11d382", "name": "CreateRouterSuccessTests-2da12f93-871b-4be-proj"}} 2018-08-20 10:26:56,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382 used request id req-6ec50820-65c8-4db6-889a-9cd1ce486f78 2018-08-20 10:26:56,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27c770a4-bdf9-4595-acca-30a44592e9e0 2018-08-20 10:26:56,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=27c770a4-bdf9-4595-acca-30a44592e9e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:56,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4d70afcf-f0f5-4c20-bc9f-7b428ac86978 Date: Mon, 20 Aug 2018 10:26:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:26:40Z", "security_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "port_range_min": null, "revision_number": 0, "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "created_at": "2018-08-20T10:26:40Z", "project_id": "11c710e57ecc4bdeabb9d5067f11d382", "id": "a49ea678-6e84-4389-bcb0-5c160dd1240a"}, {"remote_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:26:40Z", "security_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "port_range_min": null, "revision_number": 0, "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "created_at": "2018-08-20T10:26:40Z", "project_id": "11c710e57ecc4bdeabb9d5067f11d382", "id": "a9d00057-0df0-4f24-9866-f6d7bc72972e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:26:40Z", "security_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "port_range_min": null, "revision_number": 0, "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "created_at": "2018-08-20T10:26:40Z", "project_id": "11c710e57ecc4bdeabb9d5067f11d382", "id": "ab393965-ff77-4b9e-9b10-bbc73ec76e05"}, {"remote_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:26:40Z", "security_group_id": "27c770a4-bdf9-4595-acca-30a44592e9e0", "port_range_min": null, "revision_number": 0, "tenant_id": "11c710e57ecc4bdeabb9d5067f11d382", "created_at": "2018-08-20T10:26:40Z", "project_id": "11c710e57ecc4bdeabb9d5067f11d382", "id": "f68bad97-d240-4d36-ab16-bb054eb2d712"}]} 2018-08-20 10:26:56,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=27c770a4-bdf9-4595-acca-30a44592e9e0 used request id req-4d70afcf-f0f5-4c20-bc9f-7b428ac86978 2018-08-20 10:26:56,665 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:26:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/27c770a4-bdf9-4595-acca-30a44592e9e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:57,045 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f09b28fa-f16e-4709-ac45-1a6abb73c1fd Content-Length: 0 Date: Mon, 20 Aug 2018 10:26:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:26:57,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/27c770a4-bdf9-4595-acca-30a44592e9e0 used request id req-f09b28fa-f16e-4709-ac45-1a6abb73c1fd 2018-08-20 10:26:57,046 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2da12f93-871b-4be-proj 2018-08-20 10:26:57,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:57,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fda2d74-4da0-41f6-8bf9-b780a3bd00b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:57,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/11c710e57ecc4bdeabb9d5067f11d382 used request id req-9fda2d74-4da0-41f6-8bf9-b780a3bd00b0 2018-08-20 10:26:57,348 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2da12f93-871b-4be-proj-role 2018-08-20 10:26:57,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/4ebf50fa077c4a468b3457dd77860336 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:57,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eae9a4bc-9bdb-4807-a01a-7aec45966456 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:57,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4ebf50fa077c4a468b3457dd77860336 used request id req-eae9a4bc-9bdb-4807-a01a-7aec45966456 2018-08-20 10:26:57,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc6e84917e898c5da4749967418129804eb03a2" 2018-08-20 10:26:57,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c62ee815-872a-4619-899a-fc0e0596e9be Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:26:57,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c62ee815-872a-4619-899a-fc0e0596e9be 2018-08-20 10:26:57,577 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2da12f93-871b-4be-user 2018-08-20 10:26:57,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/43a1a509bb6d477dac12c23812d450f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c32c4ac8d80f90406898ff9875c298600ff53d8f" 2018-08-20 10:26:57,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:26:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65d12192-50fd-474e-aa57-02a4dcc2f936 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:26:57,774 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/43a1a509bb6d477dac12c23812d450f7 used request id req-65d12192-50fd-474e-aa57-02a4dcc2f936 2018-08-20 10:26:57,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:58,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["TuMZL_9lRAyoi8JMjug3xA"], "issued_at": "2018-08-20T10:26:58.000000Z"}} 2018-08-20 10:26:58,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f00d8886f114bcf046957c9eb5f532c489d3611" 2018-08-20 10:26:58,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c999cc-f816-4206-b629-6b1d48b52a58 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:58,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b3c999cc-f816-4206-b629-6b1d48b52a58 2018-08-20 10:26:58,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:58,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:58,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["foKBP3ksQ7eYR4CkN6TyIg"], "issued_at": "2018-08-20T10:26:58.000000Z"}} 2018-08-20 10:26:58,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:26:58,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-263a6e38-a146-4967-9d45-b51ac2d9cbfa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:58,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-263a6e38-a146-4967-9d45-b51ac2d9cbfa 2018-08-20 10:26:58,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:58,764 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:58,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b61ff753-4a7b-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:26:58,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39d4e8a-613e-4caa-8243-f7f7f6777247 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b61ff753-4a7b-431-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:26:58,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b61ff753-4a7b-431-proj used request id req-f39d4e8a-613e-4caa-8243-f7f7f6777247 2018-08-20 10:26:58,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:26:58,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-626dddb3-56d3-46c4-b1ef-4c7130d76557 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:26:58,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-626dddb3-56d3-46c4-b1ef-4c7130d76557 2018-08-20 10:26:58,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj"}}' 2018-08-20 10:26:59,114 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a20a2d4-bee1-49a3-b156-4dba8601d9e9 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8f3699cc3e8643b5b3e62dbe5b079e95"}, "tags": [], "enabled": true, "id": "8f3699cc3e8643b5b3e62dbe5b079e95", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj"}} 2018-08-20 10:26:59,114 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-3a20a2d4-bee1-49a3-b156-4dba8601d9e9 2018-08-20 10:26:59,114 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b61ff753-4a7b-431-proj 2018-08-20 10:26:59,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:26:59,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:26:59,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:26:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["6vEjffLgSzGh0rNo3EkgKQ"], "issued_at": "2018-08-20T10:26:59.000000Z"}} 2018-08-20 10:26:59,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b511cf507a6b88b7625b7622b2f1ffc89d69c291" 2018-08-20 10:26:59,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef4cc90-37fe-49c2-9a1e-73132b61b14a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:26:59,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cef4cc90-37fe-49c2-9a1e-73132b61b14a 2018-08-20 10:26:59,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:26:59,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:26:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:26:59,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b511cf507a6b88b7625b7622b2f1ffc89d69c291" 2018-08-20 10:26:59,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f656b2c-03d4-40f3-a64c-060db5aff0f9 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:26:59,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-9f656b2c-03d4-40f3-a64c-060db5aff0f9 2018-08-20 10:26:59,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-b61ff753-4a7b-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b511cf507a6b88b7625b7622b2f1ffc89d69c291" 2018-08-20 10:26:59,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80a1dc39-b380-42b7-9900-a1cee6ddfb06 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-b61ff753-4a7b-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8f3699cc3e8643b5b3e62dbe5b079e95"}, "tags": [], "enabled": true, "id": "8f3699cc3e8643b5b3e62dbe5b079e95", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj"}]} 2018-08-20 10:26:59,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterSuccessTests-b61ff753-4a7b-431-proj used request id req-80a1dc39-b380-42b7-9900-a1cee6ddfb06 2018-08-20 10:26:59,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b511cf507a6b88b7625b7622b2f1ffc89d69c291" 2018-08-20 10:26:59,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8add20-bef6-4f16-b7d8-9263eda5c364 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:26:59,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-4d8add20-bef6-4f16-b7d8-9263eda5c364 2018-08-20 10:27:00,258 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b61ff753-4a7b-431-user 2018-08-20 10:27:00,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:00,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:00,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-466dab2b-7df5-41d8-8b89-5d117f01a3b9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:00,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-466dab2b-7df5-41d8-8b89-5d117f01a3b9 2018-08-20 10:27:00,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" -d '{"role": {"name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj-role"}}' 2018-08-20 10:27:00,509 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06e9f85a-73b3-4a0e-874f-a1c2c3d0370a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae57aacf6ddf45309097ef657b947559", "links": {"self": "http://172.30.9.36:5000/v3/roles/ae57aacf6ddf45309097ef657b947559"}, "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj-role"}} 2018-08-20 10:27:00,510 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-06e9f85a-73b3-4a0e-874f-a1c2c3d0370a 2018-08-20 10:27:00,510 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b61ff753-4a7b-431-proj-role 2018-08-20 10:27:00,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/ae57aacf6ddf45309097ef657b947559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:00,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55566ebb-5fe6-4b7f-afad-1271eabb17e6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae57aacf6ddf45309097ef657b947559", "links": {"self": "http://172.30.9.36:5000/v3/roles/ae57aacf6ddf45309097ef657b947559"}, "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj-role"}} 2018-08-20 10:27:00,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/ae57aacf6ddf45309097ef657b947559 used request id req-55566ebb-5fe6-4b7f-afad-1271eabb17e6 2018-08-20 10:27:00,609 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b61ff753-4a7b-431-proj-role to project CreateRouterSuccessTests-b61ff753-4a7b-431-proj 2018-08-20 10:27:00,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/8f3699cc3e8643b5b3e62dbe5b079e95/users/b31341f1fa4f4fc0bf0906af621a67a7/roles/ae57aacf6ddf45309097ef657b947559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:00,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a36de06c-deff-42ba-a837-0befc10cc834 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:00,746 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/8f3699cc3e8643b5b3e62dbe5b079e95/users/b31341f1fa4f4fc0bf0906af621a67a7/roles/ae57aacf6ddf45309097ef657b947559 used request id req-a36de06c-deff-42ba-a837-0befc10cc834 2018-08-20 10:27:00,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:00,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:00,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:00,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:00,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:00,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:00,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:01,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Fao68cLVQMG5OgCIM7jvLQ"], "issued_at": "2018-08-20T10:27:01.000000Z"}} 2018-08-20 10:27:01,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" 2018-08-20 10:27:01,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2c82ad6-5322-43eb-853d-51920046ed57 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:01,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a2c82ad6-5322-43eb-853d-51920046ed57 2018-08-20 10:27:01,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:01,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" 2018-08-20 10:27:01,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8fdb1486-b4a1-4037-bc03-9772bf60345a Date: Mon, 20 Aug 2018 10:27:01 GMT RESP BODY: {"networks":[]} 2018-08-20 10:27:01,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-net1 used request id req-8fdb1486-b4a1-4037-bc03-9772bf60345a 2018-08-20 10:27:01,447 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-net1 2018-08-20 10:27:01,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" -d '{"network": {"name": "CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-net1", "admin_state_up": true}}' 2018-08-20 10:27:01,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-a1308c06-e0ac-4895-b99c-d4b2cf12588a Date: Mon, 20 Aug 2018 10:27:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6be834eb-9920-4613-b537-d442505d1f1a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:27:01Z","is_default":false,"provider:segmentation_id":84,"name":"CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-net1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:01Z","mtu":1450}} 2018-08-20 10:27:01,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-a1308c06-e0ac-4895-b99c-d4b2cf12588a 2018-08-20 10:27:01,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=6be834eb-9920-4613-b537-d442505d1f1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" 2018-08-20 10:27:02,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-5a7b61eb-1d6f-4c0f-9c3f-fe102c197745 Date: Mon, 20 Aug 2018 10:27:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6be834eb-9920-4613-b537-d442505d1f1a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:27:01Z","provider:segmentation_id":84,"name":"CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-net1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:01Z","provider:network_type":"vxlan"}]} 2018-08-20 10:27:02,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=6be834eb-9920-4613-b537-d442505d1f1a used request id req-5a7b61eb-1d6f-4c0f-9c3f-fe102c197745 2018-08-20 10:27:02,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6be834eb-9920-4613-b537-d442505d1f1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" 2018-08-20 10:27:02,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eb6301c2-c80d-42c5-9b12-02feffb6b2f1 Date: Mon, 20 Aug 2018 10:27:02 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:27:02,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6be834eb-9920-4613-b537-d442505d1f1a used request id req-eb6301c2-c80d-42c5-9b12-02feffb6b2f1 2018-08-20 10:27:02,162 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-subnet1 2018-08-20 10:27:02,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" -d '{"subnets": [{"ip_version": 4, "network_id": "6be834eb-9920-4613-b537-d442505d1f1a", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-subnet1"}]}' 2018-08-20 10:27:02,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-eb081e94-4158-407b-bc36-64e97eeeb7cf Date: Mon, 20 Aug 2018 10:27:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be834eb-9920-4613-b537-d442505d1f1a","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:27: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"a0b3769d-c4c9-4d0a-a67d-b226c527ff0d","subnetpool_id":null,"name":"CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-subnet1"}]} 2018-08-20 10:27:02,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-eb081e94-4158-407b-bc36-64e97eeeb7cf 2018-08-20 10:27:02,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=6be834eb-9920-4613-b537-d442505d1f1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" 2018-08-20 10:27:03,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-ce28c7f8-8c74-4734-8a6e-1494e6cce1f2 Date: Mon, 20 Aug 2018 10:27:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6be834eb-9920-4613-b537-d442505d1f1a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["a0b3769d-c4c9-4d0a-a67d-b226c527ff0d"],"description":"","tags":[],"updated_at":"2018-08-20T10:27:02Z","provider:segmentation_id":84,"name":"CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-net1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:01Z","provider:network_type":"vxlan"}]} 2018-08-20 10:27:03,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=6be834eb-9920-4613-b537-d442505d1f1a used request id req-ce28c7f8-8c74-4734-8a6e-1494e6cce1f2 2018-08-20 10:27:03,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6be834eb-9920-4613-b537-d442505d1f1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" 2018-08-20 10:27:03,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d070a742-05b5-4aca-919f-62193d6a5a23 Date: Mon, 20 Aug 2018 10:27:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be834eb-9920-4613-b537-d442505d1f1a","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:27: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"a0b3769d-c4c9-4d0a-a67d-b226c527ff0d","subnetpool_id":null,"name":"CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-subnet1"}]} 2018-08-20 10:27:03,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6be834eb-9920-4613-b537-d442505d1f1a used request id req-d070a742-05b5-4aca-919f-62193d6a5a23 2018-08-20 10:27:03,357 - OpenStackNetwork - DEBUG - Network [6be834eb-9920-4613-b537-d442505d1f1a] created successfully 2018-08-20 10:27:03,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:03,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:03,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae57aacf6ddf45309097ef657b947559", "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj-role"}], "expires_at": "2018-08-20T11:27:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f3699cc3e8643b5b3e62dbe5b079e95", "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-user", "id": "b31341f1fa4f4fc0bf0906af621a67a7"}, "audit_ids": ["lUwXjEM4T3O8-iAgVGClqA"], "issued_at": "2018-08-20T10:27:03.000000Z"}} 2018-08-20 10:27:03,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7c63c0481239d7bbca43f0d559a4155fe531b7" 2018-08-20 10:27:03,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd37c67-6455-4bb3-b4d3-6144467928a2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:03,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3fd37c67-6455-4bb3-b4d3-6144467928a2 2018-08-20 10:27:03,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:03,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:03,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:03,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:03,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:03,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7c63c0481239d7bbca43f0d559a4155fe531b7" 2018-08-20 10:27:04,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8a7edbd0-2b0a-498a-ad75-57ae3148f489 Date: Mon, 20 Aug 2018 10:27:04 GMT RESP BODY: {"routers": []} 2018-08-20 10:27:04,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-router&admin_state_up=True used request id req-8a7edbd0-2b0a-498a-ad75-57ae3148f489 2018-08-20 10:27:04,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:04,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:04,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae57aacf6ddf45309097ef657b947559", "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj-role"}], "expires_at": "2018-08-20T11:27:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f3699cc3e8643b5b3e62dbe5b079e95", "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8f3699cc3e8643b5b3e62dbe5b079e95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b61ff753-4a7b-431-user", "id": "b31341f1fa4f4fc0bf0906af621a67a7"}, "audit_ids": ["afxJBfYLSDK2eCe0aI44zw"], "issued_at": "2018-08-20T10:27:04.000000Z"}} 2018-08-20 10:27:04,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f72729af3dda256c3f6344b4bab6ca708b6f88" 2018-08-20 10:27:04,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1080c7ea-60f3-464f-be30-efdb10ad13bf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:04,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1080c7ea-60f3-464f-be30-efdb10ad13bf 2018-08-20 10:27:04,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7c63c0481239d7bbca43f0d559a4155fe531b7" 2018-08-20 10:27:04,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f2d98f4d-b7ac-4b1c-be99-8bdbe358238f Date: Mon, 20 Aug 2018 10:27:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:27:04,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-f2d98f4d-b7ac-4b1c-be99-8bdbe358238f 2018-08-20 10:27:04,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7c63c0481239d7bbca43f0d559a4155fe531b7" 2018-08-20 10:27:05,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a23c1f9d-04e7-46f5-a593-5988a84fda6c Date: Mon, 20 Aug 2018 10:27:05 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:27:05,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-a23c1f9d-04e7-46f5-a593-5988a84fda6c 2018-08-20 10:27:05,059 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-router 2018-08-20 10:27:05,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7c63c0481239d7bbca43f0d559a4155fe531b7" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-router", "admin_state_up": true}}' 2018-08-20 10:27:06,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-743d6b8d-c76b-438a-b7e1-6f5ea15b1c8c Date: Mon, 20 Aug 2018 10:27:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "8f3699cc3e8643b5b3e62dbe5b079e95", "created_at": "2018-08-20T10:27:05Z", "admin_state_up": true, "updated_at": "2018-08-20T10:27:06Z", "revision_number": 2, "routes": [], "project_id": "8f3699cc3e8643b5b3e62dbe5b079e95", "id": "070a6db0-ec87-4191-bb54-4b6a6a4085f2", "name": "CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-router"}} 2018-08-20 10:27:06,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-743d6b8d-c76b-438a-b7e1-6f5ea15b1c8c 2018-08-20 10:27:06,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=070a6db0-ec87-4191-bb54-4b6a6a4085f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7c63c0481239d7bbca43f0d559a4155fe531b7" 2018-08-20 10:27:06,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8cb0802d-d0a8-45c4-b0cd-5c1884d45a0c Date: Mon, 20 Aug 2018 10:27:06 GMT RESP BODY: {"ports":[]} 2018-08-20 10:27:06,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=070a6db0-ec87-4191-bb54-4b6a6a4085f2 used request id req-8cb0802d-d0a8-45c4-b0cd-5c1884d45a0c 2018-08-20 10:27:06,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?name=CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7c63c0481239d7bbca43f0d559a4155fe531b7" 2018-08-20 10:27:06,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0f2b8e81-a93d-49cb-b30b-27884e0ac4c8 Date: Mon, 20 Aug 2018 10:27:06 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:27:06,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?name=CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-subnet1 used request id req-0f2b8e81-a93d-49cb-b30b-27884e0ac4c8 2018-08-20 10:27:06,926 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-router 2018-08-20 10:27:06,926 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-router 2018-08-20 10:27:06,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/070a6db0-ec87-4191-bb54-4b6a6a4085f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7c63c0481239d7bbca43f0d559a4155fe531b7" 2018-08-20 10:27:08,433 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb8cda92-8b36-4865-930f-98131aa0c9d5 Content-Length: 0 Date: Mon, 20 Aug 2018 10:27:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:27:08,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/070a6db0-ec87-4191-bb54-4b6a6a4085f2 used request id req-cb8cda92-8b36-4865-930f-98131aa0c9d5 2018-08-20 10:27:08,434 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-subnet1 2018-08-20 10:27:08,434 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-subnet1 2018-08-20 10:27:08,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/a0b3769d-c4c9-4d0a-a67d-b226c527ff0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" 2018-08-20 10:27:10,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04ed3e1c-9577-4e44-8ef9-7535a3d7498a Date: Mon, 20 Aug 2018 10:27:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:27:10,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/a0b3769d-c4c9-4d0a-a67d-b226c527ff0d used request id req-04ed3e1c-9577-4e44-8ef9-7535a3d7498a 2018-08-20 10:27:10,906 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-acb2912b-db97-43db-8cc8-956be89610bc-pub-net1 2018-08-20 10:27:10,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/6be834eb-9920-4613-b537-d442505d1f1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d449e351a9f3a35f9c17c12731c43482fe1bb8" 2018-08-20 10:27:12,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae709dff-f8ed-4da7-9b2f-234fe81dd44c Date: Mon, 20 Aug 2018 10:27:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:27:12,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/6be834eb-9920-4613-b537-d442505d1f1a used request id req-ae709dff-f8ed-4da7-9b2f-234fe81dd44c 2018-08-20 10:27:12,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:12,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:12,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:12,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:12,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:12,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-8194aaee-4ded-46cd-abbb-38500775b8b1 Date: Mon, 20 Aug 2018 10:27:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:27:13,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8194aaee-4ded-46cd-abbb-38500775b8b1 2018-08-20 10:27:13,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,191 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dacebd5-fe8e-46db-b666-efe4414a4db0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-3dacebd5-fe8e-46db-b666-efe4414a4db0 2018-08-20 10:27:13,192 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,285 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b425dc9b-4027-4f92-a7cf-30fda17a615f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-b425dc9b-4027-4f92-a7cf-30fda17a615f 2018-08-20 10:27:13,285 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,377 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8de2d186-3e2c-476e-aa86-578852f115c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-8de2d186-3e2c-476e-aa86-578852f115c0 2018-08-20 10:27:13,377 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,490 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d6b5903-872d-4725-922a-0102f8451457 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-2d6b5903-872d-4725-922a-0102f8451457 2018-08-20 10:27:13,491 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,584 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9382f283-3240-4e0b-9dff-d061b5cdffb4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-9382f283-3240-4e0b-9dff-d061b5cdffb4 2018-08-20 10:27:13,584 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,677 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2091c4bc-8970-403b-a09f-56daa69d24d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-2091c4bc-8970-403b-a09f-56daa69d24d4 2018-08-20 10:27:13,678 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,774 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-288922a2-99da-4a96-97a0-4cffad2dd93c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-288922a2-99da-4a96-97a0-4cffad2dd93c 2018-08-20 10:27:13,774 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,870 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f752249-5b47-46fc-9a87-466f4bec091f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-9f752249-5b47-46fc-9a87-466f4bec091f 2018-08-20 10:27:13,871 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:13,985 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8799b313-07fc-401e-b04a-b6e308791560 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:13,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-8799b313-07fc-401e-b04a-b6e308791560 2018-08-20 10:27:13,986 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:13,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-477609bf-0485-4105-bab6-12d6e5fccf6b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:27:14,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-477609bf-0485-4105-bab6-12d6e5fccf6b 2018-08-20 10:27:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,177 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25ea7ad9-8a5d-4f7b-8eea-0e6ee7434339 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:14,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-25ea7ad9-8a5d-4f7b-8eea-0e6ee7434339 2018-08-20 10:27:14,177 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:14,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,275 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3ed4171-88ff-4552-8edd-09a41a7e41b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:14,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-f3ed4171-88ff-4552-8edd-09a41a7e41b0 2018-08-20 10:27:14,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:14,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,368 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9e4662f-5295-405c-a360-b809ffae290c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:14,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-e9e4662f-5295-405c-a360-b809ffae290c 2018-08-20 10:27:14,368 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:14,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,457 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bd31a0c-ac30-4943-b43b-e4ba4370b7b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:14,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-1bd31a0c-ac30-4943-b43b-e4ba4370b7b6 2018-08-20 10:27:14,457 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:14,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82dbff01-7595-439b-90cf-c2df0a11b1b9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:27:14,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-82dbff01-7595-439b-90cf-c2df0a11b1b9 2018-08-20 10:27:14,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,650 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-394e9738-5b32-478e-be1f-8f56589e386b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:14,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-394e9738-5b32-478e-be1f-8f56589e386b 2018-08-20 10:27:14,651 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,742 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c437104-ba20-4ba1-b075-0dcef2f9ece0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:14,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-4c437104-ba20-4ba1-b075-0dcef2f9ece0 2018-08-20 10:27:14,743 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:14,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:14,834 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb429f00-f803-4fd0-a681-192b40546f8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:14,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-cb429f00-f803-4fd0-a681-192b40546f8e 2018-08-20 10:27:14,835 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:14,836 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b61ff753-4a7b-431-proj 2018-08-20 10:27:14,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/8f3699cc3e8643b5b3e62dbe5b079e95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:15,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07641499-e3ff-41cc-8368-d805b96b71b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:15,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/8f3699cc3e8643b5b3e62dbe5b079e95 used request id req-07641499-e3ff-41cc-8368-d805b96b71b8 2018-08-20 10:27:15,078 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b61ff753-4a7b-431-proj-role 2018-08-20 10:27:15,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/ae57aacf6ddf45309097ef657b947559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:15,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8c4d07e-b2e7-40d9-886d-1d9662281867 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:15,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ae57aacf6ddf45309097ef657b947559 used request id req-f8c4d07e-b2e7-40d9-886d-1d9662281867 2018-08-20 10:27:15,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d855e75eda9d17b9f594554ee8c1096fc74b26bc" 2018-08-20 10:27:15,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fdfccf2-8db0-4b7c-8269-44905acea301 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:15,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0fdfccf2-8db0-4b7c-8269-44905acea301 2018-08-20 10:27:15,293 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b61ff753-4a7b-431-user 2018-08-20 10:27:15,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/b31341f1fa4f4fc0bf0906af621a67a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b511cf507a6b88b7625b7622b2f1ffc89d69c291" 2018-08-20 10:27:15,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efa97c81-956d-4c42-9735-152825fe16e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:15,577 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/b31341f1fa4f4fc0bf0906af621a67a7 used request id req-efa97c81-956d-4c42-9735-152825fe16e1 2018-08-20 10:27:15,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:15,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["W1PjD4pwQb-v76XV11CtNg"], "issued_at": "2018-08-20T10:27:15.000000Z"}} 2018-08-20 10:27:15,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d051f2247a85087b794073287cc2c0ea4133b4" 2018-08-20 10:27:16,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28481429-4eb4-4b55-bf73-d73a9a2bc328 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:16,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-28481429-4eb4-4b55-bf73-d73a9a2bc328 2018-08-20 10:27:16,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:16,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:16,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["bbIOMfM2S3OPZnv_H6Ilew"], "issued_at": "2018-08-20T10:27:16.000000Z"}} 2018-08-20 10:27:16,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:16,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44d0e739-5ff5-4924-9dd8-314235aeb86c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:16,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-44d0e739-5ff5-4924-9dd8-314235aeb86c 2018-08-20 10:27:16,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:16,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:16,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e51ead00-43db-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:16,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b96f5648-dac0-4c76-96ff-c4f997e67d53 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e51ead00-43db-42c-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:27:16,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e51ead00-43db-42c-proj used request id req-b96f5648-dac0-4c76-96ff-c4f997e67d53 2018-08-20 10:27:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:16,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699378a1-0955-4d00-b03f-5e6c970b54a2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:16,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-699378a1-0955-4d00-b03f-5e6c970b54a2 2018-08-20 10:27:16,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj"}}' 2018-08-20 10:27:16,882 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03011d78-40b2-4bee-a070-6ae8b96bf272 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/74359df3346d4dc18136a139f053ef48"}, "tags": [], "enabled": true, "id": "74359df3346d4dc18136a139f053ef48", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj"}} 2018-08-20 10:27:16,882 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-03011d78-40b2-4bee-a070-6ae8b96bf272 2018-08-20 10:27:16,882 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-e51ead00-43db-42c-proj 2018-08-20 10:27:16,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:16,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:17,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mTwdb1wFTxWWvH6pW1qKYw"], "issued_at": "2018-08-20T10:27:17.000000Z"}} 2018-08-20 10:27:17,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2610e995269f0b69771d329853f697858d40ade4" 2018-08-20 10:27:17,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2454ff69-6299-49f8-8f49-fdb8f8ad1766 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:17,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2454ff69-6299-49f8-8f49-fdb8f8ad1766 2018-08-20 10:27:17,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:17,296 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:17,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2610e995269f0b69771d329853f697858d40ade4" 2018-08-20 10:27:17,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6d5843a-99b1-47e5-8b11-882453cc9b8a Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:27:17,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-f6d5843a-99b1-47e5-8b11-882453cc9b8a 2018-08-20 10:27:17,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-e51ead00-43db-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2610e995269f0b69771d329853f697858d40ade4" 2018-08-20 10:27:17,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bdf50e4-242d-4dd1-8262-db765996151a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-e51ead00-43db-42c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/74359df3346d4dc18136a139f053ef48"}, "tags": [], "enabled": true, "id": "74359df3346d4dc18136a139f053ef48", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj"}]} 2018-08-20 10:27:17,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-e51ead00-43db-42c-proj used request id req-2bdf50e4-242d-4dd1-8262-db765996151a 2018-08-20 10:27:17,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2610e995269f0b69771d329853f697858d40ade4" 2018-08-20 10:27:17,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5829261-8f50-47b3-b9e4-3df9bef03c3b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:17,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-c5829261-8f50-47b3-b9e4-3df9bef03c3b 2018-08-20 10:27:18,008 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-e51ead00-43db-42c-user 2018-08-20 10:27:18,008 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:18,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:18,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fbc7af7-2f3f-4e07-8726-43d4282b2f2e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:18,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9fbc7af7-2f3f-4e07-8726-43d4282b2f2e 2018-08-20 10:27:18,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" -d '{"role": {"name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj-role"}}' 2018-08-20 10:27:18,222 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64866e3e-2a06-4226-ac54-3d70edff3aab Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "53732fa6f7ef4e54a4ef3e1a43514ed6", "links": {"self": "http://172.30.9.36:5000/v3/roles/53732fa6f7ef4e54a4ef3e1a43514ed6"}, "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj-role"}} 2018-08-20 10:27:18,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-64866e3e-2a06-4226-ac54-3d70edff3aab 2018-08-20 10:27:18,222 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-e51ead00-43db-42c-proj-role 2018-08-20 10:27:18,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/53732fa6f7ef4e54a4ef3e1a43514ed6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:18,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e2f9f1-5bb6-4b66-b900-8f8faa8036d1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "53732fa6f7ef4e54a4ef3e1a43514ed6", "links": {"self": "http://172.30.9.36:5000/v3/roles/53732fa6f7ef4e54a4ef3e1a43514ed6"}, "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj-role"}} 2018-08-20 10:27:18,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/53732fa6f7ef4e54a4ef3e1a43514ed6 used request id req-01e2f9f1-5bb6-4b66-b900-8f8faa8036d1 2018-08-20 10:27:18,243 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-e51ead00-43db-42c-proj-role to project CreateRouterNegativeTests-e51ead00-43db-42c-proj 2018-08-20 10:27:18,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/74359df3346d4dc18136a139f053ef48/users/2a03ef8bd4474fcab00e38ca299f0d5f/roles/53732fa6f7ef4e54a4ef3e1a43514ed6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:18,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32cb8521-fb73-4a0a-9d7e-1f64f825e0a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:18,376 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/74359df3346d4dc18136a139f053ef48/users/2a03ef8bd4474fcab00e38ca299f0d5f/roles/53732fa6f7ef4e54a4ef3e1a43514ed6 used request id req-32cb8521-fb73-4a0a-9d7e-1f64f825e0a2 2018-08-20 10:27:18,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:18,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:18,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["uckErO-8TCeiM-ZL9VfJIg"], "issued_at": "2018-08-20T10:27:18.000000Z"}} 2018-08-20 10:27:18,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" 2018-08-20 10:27:18,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c5d1ed-e5e6-42dd-8abe-5a05ff97ceb3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:18,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a1c5d1ed-e5e6-42dd-8abe-5a05ff97ceb3 2018-08-20 10:27:18,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:18,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:18,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:18,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:18,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:18,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" 2018-08-20 10:27:19,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a5d90446-39fd-43e7-8658-8d6f6fed3a82 Date: Mon, 20 Aug 2018 10:27:19 GMT RESP BODY: {"networks":[]} 2018-08-20 10:27:19,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1 used request id req-a5d90446-39fd-43e7-8658-8d6f6fed3a82 2018-08-20 10:27:19,181 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1 2018-08-20 10:27:19,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" -d '{"network": {"name": "CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1", "admin_state_up": true}}' 2018-08-20 10:27:19,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-fae976a0-32c1-480f-add8-a699d3c27fb3 Date: Mon, 20 Aug 2018 10:27:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:27:19Z","is_default":false,"provider:segmentation_id":81,"name":"CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:19Z","mtu":1450}} 2018-08-20 10:27:19,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-fae976a0-32c1-480f-add8-a699d3c27fb3 2018-08-20 10:27:19,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" 2018-08-20 10:27:19,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-81b48859-6b8d-472d-bcd0-f00cedb9beae Date: Mon, 20 Aug 2018 10:27:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:27:19Z","provider:segmentation_id":81,"name":"CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:19Z","provider:network_type":"vxlan"}]} 2018-08-20 10:27:19,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 used request id req-81b48859-6b8d-472d-bcd0-f00cedb9beae 2018-08-20 10:27:19,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" 2018-08-20 10:27:20,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-790f7171-9550-45fa-befd-d0e08245535d Date: Mon, 20 Aug 2018 10:27:20 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:27:20,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 used request id req-790f7171-9550-45fa-befd-d0e08245535d 2018-08-20 10:27:20,382 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-subnet1 2018-08-20 10:27:20,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" -d '{"subnets": [{"ip_version": 4, "network_id": "ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-subnet1"}]}' 2018-08-20 10:27:21,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-6f7fc80b-2c19-4e0d-a1f7-e667a56444ba Date: Mon, 20 Aug 2018 10:27:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:27:20Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"f79cce5f-e210-4a1e-a525-99a19a42d0fd","subnetpool_id":null,"name":"CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-subnet1"}]} 2018-08-20 10:27:21,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-6f7fc80b-2c19-4e0d-a1f7-e667a56444ba 2018-08-20 10:27:21,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" 2018-08-20 10:27:21,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 731 X-Openstack-Request-Id: req-984740ad-95d5-4859-9e10-027b978d0bbd Date: Mon, 20 Aug 2018 10:27:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["f79cce5f-e210-4a1e-a525-99a19a42d0fd"],"description":"","tags":[],"updated_at":"2018-08-20T10:27:20Z","provider:segmentation_id":81,"name":"CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:19Z","provider:network_type":"vxlan"}]} 2018-08-20 10:27:21,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 used request id req-984740ad-95d5-4859-9e10-027b978d0bbd 2018-08-20 10:27:21,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" 2018-08-20 10:27:21,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-430386c8-8f6d-4062-a8c0-0274b27b90d7 Date: Mon, 20 Aug 2018 10:27:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:27:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:27:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"f79cce5f-e210-4a1e-a525-99a19a42d0fd","subnetpool_id":null,"name":"CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-subnet1"}]} 2018-08-20 10:27:21,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 used request id req-430386c8-8f6d-4062-a8c0-0274b27b90d7 2018-08-20 10:27:21,567 - OpenStackNetwork - DEBUG - Network [ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54] created successfully 2018-08-20 10:27:21,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:21,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:21,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53732fa6f7ef4e54a4ef3e1a43514ed6", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj-role"}], "expires_at": "2018-08-20T11:27:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74359df3346d4dc18136a139f053ef48", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-e51ead00-43db-42c-user", "id": "2a03ef8bd4474fcab00e38ca299f0d5f"}, "audit_ids": ["ndE0t_UiRz-ZfQxTU6uA6w"], "issued_at": "2018-08-20T10:27:21.000000Z"}} 2018-08-20 10:27:21,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:22,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dbe6667-6d49-439d-951e-5b5ed1a13011 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:22,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0dbe6667-6d49-439d-951e-5b5ed1a13011 2018-08-20 10:27:22,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:22,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:22,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:22,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:22,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:22,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:22,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f690556f-9ef8-4810-9d19-b1f583c84005 Date: Mon, 20 Aug 2018 10:27:22 GMT RESP BODY: {"routers": []} 2018-08-20 10:27:22,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-router&admin_state_up=True used request id req-f690556f-9ef8-4810-9d19-b1f583c84005 2018-08-20 10:27:22,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:22,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:22,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53732fa6f7ef4e54a4ef3e1a43514ed6", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj-role"}], "expires_at": "2018-08-20T11:27:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74359df3346d4dc18136a139f053ef48", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-e51ead00-43db-42c-user", "id": "2a03ef8bd4474fcab00e38ca299f0d5f"}, "audit_ids": ["TixsxWOtS7qKl_YnneS5wQ"], "issued_at": "2018-08-20T10:27:22.000000Z"}} 2018-08-20 10:27:22,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b02a47a0c8124442fc7b775b337d2325be33d6fd" 2018-08-20 10:27:22,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b219a71-d47e-47ac-b3d3-c8cbc82af519 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:22,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7b219a71-d47e-47ac-b3d3-c8cbc82af519 2018-08-20 10:27:22,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:23,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b014f7d6-43c5-43e6-803d-d14de468819f Date: Mon, 20 Aug 2018 10:27:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:27:23,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-b014f7d6-43c5-43e6-803d-d14de468819f 2018-08-20 10:27:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:23,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8636d995-b33a-4e08-8f86-075fca5fc158 Date: Mon, 20 Aug 2018 10:27:23 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:27:23,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-8636d995-b33a-4e08-8f86-075fca5fc158 2018-08-20 10:27:23,364 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-router 2018-08-20 10:27:23,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-router", "admin_state_up": true}}' 2018-08-20 10:27:24,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-c38e1aa2-a7d9-41e0-b63d-db1b17f3f4f5 Date: Mon, 20 Aug 2018 10:27:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "74359df3346d4dc18136a139f053ef48", "created_at": "2018-08-20T10:27:23Z", "admin_state_up": true, "updated_at": "2018-08-20T10:27:24Z", "revision_number": 2, "routes": [], "project_id": "74359df3346d4dc18136a139f053ef48", "id": "710e818d-d96a-4224-ad8c-3a4391709f0b", "name": "CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-router"}} 2018-08-20 10:27:24,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-c38e1aa2-a7d9-41e0-b63d-db1b17f3f4f5 2018-08-20 10:27:24,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=710e818d-d96a-4224-ad8c-3a4391709f0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:25,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b37cd507-774a-4d96-b4f0-c94c13dfaf54 Date: Mon, 20 Aug 2018 10:27:25 GMT RESP BODY: {"ports":[]} 2018-08-20 10:27:25,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=710e818d-d96a-4224-ad8c-3a4391709f0b used request id req-b37cd507-774a-4d96-b4f0-c94c13dfaf54 2018-08-20 10:27:25,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:25,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0c1baf85-543a-4c51-bd8c-c8189b66f4d1 Date: Mon, 20 Aug 2018 10:27:25 GMT RESP BODY: {"networks":[]} 2018-08-20 10:27:25,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1 used request id req-0c1baf85-543a-4c51-bd8c-c8189b66f4d1 2018-08-20 10:27:25,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:25,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3e8649c6-106b-4eb7-bde6-8808ab47a4a0 Date: Mon, 20 Aug 2018 10:27:25 GMT RESP BODY: {"ports":[]} 2018-08-20 10:27:25,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-port1&admin_state_up=True used request id req-3e8649c6-106b-4eb7-bde6-8808ab47a4a0 2018-08-20 10:27:25,494 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-port1 for router - CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-router 2018-08-20 10:27:25,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:25,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:25,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53732fa6f7ef4e54a4ef3e1a43514ed6", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj-role"}], "expires_at": "2018-08-20T11:27:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74359df3346d4dc18136a139f053ef48", "name": "CreateRouterNegativeTests-e51ead00-43db-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/74359df3346d4dc18136a139f053ef48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-e51ead00-43db-42c-user", "id": "2a03ef8bd4474fcab00e38ca299f0d5f"}, "audit_ids": ["v8mjm--ATFuwadCfs9GKfg"], "issued_at": "2018-08-20T10:27:25.000000Z"}} 2018-08-20 10:27:25,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1029b6d78cf847556d44d7b74053eb3c79fb76ad" 2018-08-20 10:27:25,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28332099-ac59-4461-b667-4db7f8412e34 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:25,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-28332099-ac59-4461-b667-4db7f8412e34 2018-08-20 10:27:25,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:26,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-28cd85de-d3f0-464e-8def-74cbbdadaf4b Date: Mon, 20 Aug 2018 10:27:26 GMT RESP BODY: {"networks":[]} 2018-08-20 10:27:26,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1 used request id req-28cd85de-d3f0-464e-8def-74cbbdadaf4b 2018-08-20 10:27:26,181 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-router 2018-08-20 10:27:26,181 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-router 2018-08-20 10:27:26,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/710e818d-d96a-4224-ad8c-3a4391709f0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e705036a0d97b479e14ae74fe4ad45231884374" 2018-08-20 10:27:27,576 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8cb85ad8-520f-4bdf-b93d-2e0191440ae7 Content-Length: 0 Date: Mon, 20 Aug 2018 10:27:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:27:27,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/710e818d-d96a-4224-ad8c-3a4391709f0b used request id req-8cb85ad8-520f-4bdf-b93d-2e0191440ae7 2018-08-20 10:27:27,577 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-subnet1 2018-08-20 10:27:27,577 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-subnet1 2018-08-20 10:27:27,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/f79cce5f-e210-4a1e-a525-99a19a42d0fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" 2018-08-20 10:27:29,935 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41e4cbeb-3a04-4e6b-a41a-718233ee7142 Date: Mon, 20 Aug 2018 10:27:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:27:29,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/f79cce5f-e210-4a1e-a525-99a19a42d0fd used request id req-41e4cbeb-3a04-4e6b-a41a-718233ee7142 2018-08-20 10:27:29,935 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-1c3bdfa1-571f-44d9-af20-dc37c1764177-pub-net1 2018-08-20 10:27:29,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30792a8c6738035e744ad39ec1d3ef3cb8a26e8c" 2018-08-20 10:27:31,978 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba6e3754-5ca9-4a0e-b9e3-749f4998c725 Date: Mon, 20 Aug 2018 10:27:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:27:31,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/ca4313c3-c1e9-45f3-a5a1-5ee05b4e1f54 used request id req-ba6e3754-5ca9-4a0e-b9e3-749f4998c725 2018-08-20 10:27:31,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:31,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:31,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:31,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:31,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:31,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:32,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-fc0b0278-3dec-48b5-9598-a4672df422e0 Date: Mon, 20 Aug 2018 10:27:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:27:32,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-fc0b0278-3dec-48b5-9598-a4672df422e0 2018-08-20 10:27:32,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:32,355 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-067bdb77-5727-47bb-9c30-ccd7d0382590 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:32,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-067bdb77-5727-47bb-9c30-ccd7d0382590 2018-08-20 10:27:32,355 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:32,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:32,454 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4093042-05cd-46f0-94c7-83493a4ec80f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:32,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-b4093042-05cd-46f0-94c7-83493a4ec80f 2018-08-20 10:27:32,454 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:32,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:32,551 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a98f2cb-9083-47ef-a48f-3d8e6a31821b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:32,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-6a98f2cb-9083-47ef-a48f-3d8e6a31821b 2018-08-20 10:27:32,552 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:32,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:32,641 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f45a4a1-f299-42e5-84e2-af113a026f9c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:32,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-4f45a4a1-f299-42e5-84e2-af113a026f9c 2018-08-20 10:27:32,642 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:32,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:32,733 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a73d4287-46ad-4112-91fa-b2b6567193b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:32,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-a73d4287-46ad-4112-91fa-b2b6567193b9 2018-08-20 10:27:32,733 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:32,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:32,830 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4658dad-18f3-459a-9c30-5f75943a5b7a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:32,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-b4658dad-18f3-459a-9c30-5f75943a5b7a 2018-08-20 10:27:32,830 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:32,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:32,931 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9140b3f2-18dd-4888-b217-a5d24fc45a18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:32,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-9140b3f2-18dd-4888-b217-a5d24fc45a18 2018-08-20 10:27:32,931 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:32,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,027 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fb906a7-fcb5-4654-8cde-24a0ca81679a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:33,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-2fb906a7-fcb5-4654-8cde-24a0ca81679a 2018-08-20 10:27:33,028 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:33,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,132 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8782a510-dd0a-462f-9fdb-ec91ceeb8e28 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:33,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-8782a510-dd0a-462f-9fdb-ec91ceeb8e28 2018-08-20 10:27:33,132 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:33,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d1cba6-995f-44a4-92fe-403bf22a12e6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:27:33,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-20d1cba6-995f-44a4-92fe-403bf22a12e6 2018-08-20 10:27:33,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,318 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bdc1188-73d7-474a-812b-4be826283291 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:33,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-7bdc1188-73d7-474a-812b-4be826283291 2018-08-20 10:27:33,319 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:33,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,510 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a386bf32-f7c5-40f0-a684-a1cffddf7384 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:33,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-a386bf32-f7c5-40f0-a684-a1cffddf7384 2018-08-20 10:27:33,511 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:33,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,602 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61325f90-5d3b-4518-80fa-ddeb6373da89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:33,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-61325f90-5d3b-4518-80fa-ddeb6373da89 2018-08-20 10:27:33,602 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:33,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,696 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-963bd824-cb40-4c6f-85a6-2fab57643bf7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:33,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-963bd824-cb40-4c6f-85a6-2fab57643bf7 2018-08-20 10:27:33,696 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:33,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca139bf0-1f84-42a7-a4ba-525a0cbaf279 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:27:33,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-ca139bf0-1f84-42a7-a4ba-525a0cbaf279 2018-08-20 10:27:33,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,891 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a192c1d7-21d2-49da-943e-f400cc42c1f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:33,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-a192c1d7-21d2-49da-943e-f400cc42c1f3 2018-08-20 10:27:33,891 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:33,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:33,984 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74594ea8-1d35-497b-a155-5be6b2adbd7b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:33,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-74594ea8-1d35-497b-a155-5be6b2adbd7b 2018-08-20 10:27:33,985 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:33,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:34,081 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3798e469-9f27-4208-bdb2-1b3f7a62c825 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:34,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-3798e469-9f27-4208-bdb2-1b3f7a62c825 2018-08-20 10:27:34,081 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:34,082 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-e51ead00-43db-42c-proj 2018-08-20 10:27:34,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/74359df3346d4dc18136a139f053ef48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:34,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfae6def-2acd-457b-a398-f829c5b9e968 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:34,312 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/74359df3346d4dc18136a139f053ef48 used request id req-bfae6def-2acd-457b-a398-f829c5b9e968 2018-08-20 10:27:34,312 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-e51ead00-43db-42c-proj-role 2018-08-20 10:27:34,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/53732fa6f7ef4e54a4ef3e1a43514ed6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:34,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a29d0e5f-e78b-4135-80bb-bf15751fc19f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:34,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/53732fa6f7ef4e54a4ef3e1a43514ed6 used request id req-a29d0e5f-e78b-4135-80bb-bf15751fc19f 2018-08-20 10:27:34,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ba77c67df490cb34863e7834231fa22867601" 2018-08-20 10:27:34,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c59e153-ac50-465a-9d9a-d105ccd9d4cd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:34,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-3c59e153-ac50-465a-9d9a-d105ccd9d4cd 2018-08-20 10:27:34,535 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-e51ead00-43db-42c-user 2018-08-20 10:27:34,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/2a03ef8bd4474fcab00e38ca299f0d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2610e995269f0b69771d329853f697858d40ade4" 2018-08-20 10:27:34,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea807ed2-5c95-4cbe-aed0-1118387717d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:34,726 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/2a03ef8bd4474fcab00e38ca299f0d5f used request id req-ea807ed2-5c95-4cbe-aed0-1118387717d2 2018-08-20 10:27:34,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:35,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["AasK6W4VRJe7rPtGBOyiRQ"], "issued_at": "2018-08-20T10:27:35.000000Z"}} 2018-08-20 10:27:35,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b06f82c0588f417ef6d0b89833fa0f2ab62133" 2018-08-20 10:27:35,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c15f096-35b7-4d58-b3a4-26e02b149cf0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:35,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7c15f096-35b7-4d58-b3a4-26e02b149cf0 2018-08-20 10:27:35,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:35,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:35,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["zb8evGJ3RYeuHHWtBggBlA"], "issued_at": "2018-08-20T10:27:35.000000Z"}} 2018-08-20 10:27:35,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:35,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-116f3a11-c757-453f-98e4-6e65fc0bd058 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:35,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-116f3a11-c757-453f-98e4-6e65fc0bd058 2018-08-20 10:27:35,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:35,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:35,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-70823294-6427-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:35,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe8f70b-d42e-4313-9428-48dbf30992ea Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-70823294-6427-492-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:27:35,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-70823294-6427-492-proj used request id req-3fe8f70b-d42e-4313-9428-48dbf30992ea 2018-08-20 10:27:35,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:35,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2d91ade-0f9f-433c-92c9-1e89a0426b86 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:35,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e2d91ade-0f9f-433c-92c9-1e89a0426b86 2018-08-20 10:27:35,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-70823294-6427-492-proj"}}' 2018-08-20 10:27:36,050 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74fc1c30-b1b8-4cba-9b20-8b49200c6e87 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ca09e386f7a40afb838024ec63095e4"}, "tags": [], "enabled": true, "id": "8ca09e386f7a40afb838024ec63095e4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-70823294-6427-492-proj"}} 2018-08-20 10:27:36,050 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-74fc1c30-b1b8-4cba-9b20-8b49200c6e87 2018-08-20 10:27:36,050 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-70823294-6427-492-proj 2018-08-20 10:27:36,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:36,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:36,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["e0cLDV95TaS7Kej-PgVNtA"], "issued_at": "2018-08-20T10:27:36.000000Z"}} 2018-08-20 10:27:36,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315110e94c0d6789016a1d7ec3d9a95810b8216f" 2018-08-20 10:27:36,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b04b3747-5798-4596-be88-4b3ccb47d58c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:36,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b04b3747-5798-4596-be88-4b3ccb47d58c 2018-08-20 10:27:36,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:36,466 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:36,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315110e94c0d6789016a1d7ec3d9a95810b8216f" 2018-08-20 10:27:36,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f1d0e6-6601-4eea-a275-34505c6cf143 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:27:36,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-79f1d0e6-6601-4eea-a275-34505c6cf143 2018-08-20 10:27:36,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-70823294-6427-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315110e94c0d6789016a1d7ec3d9a95810b8216f" 2018-08-20 10:27:36,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22bd615b-12f6-4fc5-a852-dbf109cb92cb Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-70823294-6427-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ca09e386f7a40afb838024ec63095e4"}, "tags": [], "enabled": true, "id": "8ca09e386f7a40afb838024ec63095e4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-70823294-6427-492-proj"}]} 2018-08-20 10:27:36,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-70823294-6427-492-proj used request id req-22bd615b-12f6-4fc5-a852-dbf109cb92cb 2018-08-20 10:27:36,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315110e94c0d6789016a1d7ec3d9a95810b8216f" 2018-08-20 10:27:36,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-552c07b8-d8f2-4e3f-8f98-fc6256664e36 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:36,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-552c07b8-d8f2-4e3f-8f98-fc6256664e36 2018-08-20 10:27:37,084 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-70823294-6427-492-user 2018-08-20 10:27:37,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:37,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:37,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd2dd0a-fede-409b-9838-7c1acfac6458 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:37,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fdd2dd0a-fede-409b-9838-7c1acfac6458 2018-08-20 10:27:37,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" -d '{"role": {"name": "CreateRouterNegativeTests-70823294-6427-492-proj-role"}}' 2018-08-20 10:27:37,306 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9e243b3-a186-473b-b4a8-24c7821d64b1 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a2a307a1d2734898963a86329ec32ff0", "links": {"self": "http://172.30.9.36:5000/v3/roles/a2a307a1d2734898963a86329ec32ff0"}, "name": "CreateRouterNegativeTests-70823294-6427-492-proj-role"}} 2018-08-20 10:27:37,306 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-a9e243b3-a186-473b-b4a8-24c7821d64b1 2018-08-20 10:27:37,307 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-70823294-6427-492-proj-role 2018-08-20 10:27:37,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/a2a307a1d2734898963a86329ec32ff0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:37,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-045ba684-5e34-4876-b938-9f1aa272cc23 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a2a307a1d2734898963a86329ec32ff0", "links": {"self": "http://172.30.9.36:5000/v3/roles/a2a307a1d2734898963a86329ec32ff0"}, "name": "CreateRouterNegativeTests-70823294-6427-492-proj-role"}} 2018-08-20 10:27:37,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/a2a307a1d2734898963a86329ec32ff0 used request id req-045ba684-5e34-4876-b938-9f1aa272cc23 2018-08-20 10:27:37,406 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-70823294-6427-492-proj-role to project CreateRouterNegativeTests-70823294-6427-492-proj 2018-08-20 10:27:37,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/8ca09e386f7a40afb838024ec63095e4/users/18c934e8de1a4564b3e8e82c6c0f085e/roles/a2a307a1d2734898963a86329ec32ff0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:37,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6758e235-a903-4723-899b-98e37b79e179 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:37,543 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/8ca09e386f7a40afb838024ec63095e4/users/18c934e8de1a4564b3e8e82c6c0f085e/roles/a2a307a1d2734898963a86329ec32ff0 used request id req-6758e235-a903-4723-899b-98e37b79e179 2018-08-20 10:27:37,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:37,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:38,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2a307a1d2734898963a86329ec32ff0", "name": "CreateRouterNegativeTests-70823294-6427-492-proj-role"}], "expires_at": "2018-08-20T11:27:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ca09e386f7a40afb838024ec63095e4", "name": "CreateRouterNegativeTests-70823294-6427-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ca09e386f7a40afb838024ec63095e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ca09e386f7a40afb838024ec63095e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-70823294-6427-492-user", "id": "18c934e8de1a4564b3e8e82c6c0f085e"}, "audit_ids": ["8sJzvCNTTT-itoOKscm3tA"], "issued_at": "2018-08-20T10:27:38.000000Z"}} 2018-08-20 10:27:38,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1543bb3c086657b98bf3d05ac3e7806a493a8f7" 2018-08-20 10:27:38,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec763750-049b-4900-828d-df6ebeb5996e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:38,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ec763750-049b-4900-828d-df6ebeb5996e 2018-08-20 10:27:38,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:38,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:38,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:38,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:38,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:38,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateRouterNegativeTests-0d0fe3fb-4ed3-4448-bbd4-1561e3a913e4-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1543bb3c086657b98bf3d05ac3e7806a493a8f7" 2018-08-20 10:27:38,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c2a6f732-7ff5-4391-add5-ce9fada5d994 Date: Mon, 20 Aug 2018 10:27:38 GMT RESP BODY: {"routers": []} 2018-08-20 10:27:38,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateRouterNegativeTests-0d0fe3fb-4ed3-4448-bbd4-1561e3a913e4-pub-router&admin_state_up=True used request id req-c2a6f732-7ff5-4391-add5-ce9fada5d994 2018-08-20 10:27:38,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:38,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:38,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2a307a1d2734898963a86329ec32ff0", "name": "CreateRouterNegativeTests-70823294-6427-492-proj-role"}], "expires_at": "2018-08-20T11:27:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ca09e386f7a40afb838024ec63095e4", "name": "CreateRouterNegativeTests-70823294-6427-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ca09e386f7a40afb838024ec63095e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ca09e386f7a40afb838024ec63095e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ca09e386f7a40afb838024ec63095e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-70823294-6427-492-user", "id": "18c934e8de1a4564b3e8e82c6c0f085e"}, "audit_ids": ["UI8uGQ5YRCeBOv4mh70u8A"], "issued_at": "2018-08-20T10:27:38.000000Z"}} 2018-08-20 10:27:38,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab8c4b5d908c95231d430db9e6fbc060e3695e9" 2018-08-20 10:27:38,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38f2865-ec42-4239-baaf-7f0769596894 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:38,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e38f2865-ec42-4239-baaf-7f0769596894 2018-08-20 10:27:38,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1543bb3c086657b98bf3d05ac3e7806a493a8f7" 2018-08-20 10:27:39,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-58018ac4-ba87-4a1b-86b8-5a9647601044 Date: Mon, 20 Aug 2018 10:27:39 GMT RESP BODY: {"networks":[]} 2018-08-20 10:27:39,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=Invalid_name used request id req-58018ac4-ba87-4a1b-86b8-5a9647601044 2018-08-20 10:27:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:39,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:39,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:39,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-903e7cfd-ab13-4b99-9fd4-a4979609cea2 Date: Mon, 20 Aug 2018 10:27:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:27:39,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-903e7cfd-ab13-4b99-9fd4-a4979609cea2 2018-08-20 10:27:39,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:39,407 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ef54a85-fd0d-46b6-9228-bd69c5284171 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:39,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-4ef54a85-fd0d-46b6-9228-bd69c5284171 2018-08-20 10:27:39,408 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:39,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:39,516 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7377e20-49aa-4e59-b002-746e576685f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:39,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e7377e20-49aa-4e59-b002-746e576685f0 2018-08-20 10:27:39,517 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:39,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:39,609 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cac1b6f5-4e40-40f8-8081-a636c168cdff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:39,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-cac1b6f5-4e40-40f8-8081-a636c168cdff 2018-08-20 10:27:39,610 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:39,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:39,699 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e9ff2af-9e1c-47d0-a362-e289ebe5bc0a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:39,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-7e9ff2af-9e1c-47d0-a362-e289ebe5bc0a 2018-08-20 10:27:39,699 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:39,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:39,794 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d24aae2-cf39-469f-acf9-8540c16caf82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:39,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-9d24aae2-cf39-469f-acf9-8540c16caf82 2018-08-20 10:27:39,795 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:39,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:39,883 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbcfe135-33a1-4377-a5ac-230e3c4d4b81 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:39,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-bbcfe135-33a1-4377-a5ac-230e3c4d4b81 2018-08-20 10:27:39,883 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:39,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:39,974 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6c92b8b-9c60-4aae-b13d-0a57c8e91d88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:39,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-a6c92b8b-9c60-4aae-b13d-0a57c8e91d88 2018-08-20 10:27:39,974 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:39,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,065 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86f2d99d-b7fb-48fe-89c2-32fbe4883d6f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:40,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-86f2d99d-b7fb-48fe-89c2-32fbe4883d6f 2018-08-20 10:27:40,065 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:40,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,183 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8434ca07-c9d3-4c5a-8416-8f8007d7a34c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:40,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-8434ca07-c9d3-4c5a-8416-8f8007d7a34c 2018-08-20 10:27:40,184 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:40,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e280fd20-323d-4ec9-a747-3a3dc2ab4265 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:27:40,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-e280fd20-323d-4ec9-a747-3a3dc2ab4265 2018-08-20 10:27:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,384 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37e5db39-6792-4dfb-b97f-9813578b5759 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:40,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-37e5db39-6792-4dfb-b97f-9813578b5759 2018-08-20 10:27:40,385 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:40,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,483 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-501a872e-265a-4a40-935b-8f5d03518381 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:40,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-501a872e-265a-4a40-935b-8f5d03518381 2018-08-20 10:27:40,483 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:40,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,579 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-609616b8-51e0-467b-aa60-c6f17d3f33d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:40,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-609616b8-51e0-467b-aa60-c6f17d3f33d6 2018-08-20 10:27:40,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:40,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,691 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c4de3f6-efef-4774-afbd-8d666ad79611 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:40,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-9c4de3f6-efef-4774-afbd-8d666ad79611 2018-08-20 10:27:40,691 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:40,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37fbe113-f63c-4c57-a390-c81507197049 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:27:40,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-37fbe113-f63c-4c57-a390-c81507197049 2018-08-20 10:27:40,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,879 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49a912d1-541a-44a0-83e3-00c41e6e3365 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:40,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-49a912d1-541a-44a0-83e3-00c41e6e3365 2018-08-20 10:27:40,879 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:40,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:40,970 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04d3403b-b0b9-4649-a900-1ea28e6160d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:40,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-04d3403b-b0b9-4649-a900-1ea28e6160d6 2018-08-20 10:27:40,970 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:40,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:41,068 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bbdb7ea-d375-4500-b592-63ac777def4e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:41,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-7bbdb7ea-d375-4500-b592-63ac777def4e 2018-08-20 10:27:41,068 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:41,069 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-70823294-6427-492-proj 2018-08-20 10:27:41,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/8ca09e386f7a40afb838024ec63095e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:41,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd02d8d3-1720-4496-b236-b0d7cda0b012 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:41,306 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/8ca09e386f7a40afb838024ec63095e4 used request id req-bd02d8d3-1720-4496-b236-b0d7cda0b012 2018-08-20 10:27:41,306 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-70823294-6427-492-proj-role 2018-08-20 10:27:41,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/a2a307a1d2734898963a86329ec32ff0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:41,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68b22c7a-5f7b-4b15-b819-bcbf94017102 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:41,419 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/a2a307a1d2734898963a86329ec32ff0 used request id req-68b22c7a-5f7b-4b15-b819-bcbf94017102 2018-08-20 10:27:41,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c327825e82104adafd04e94570dbce6af472155c" 2018-08-20 10:27:41,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-442ab14a-c0b1-4424-93ea-c250804d749a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:41,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-442ab14a-c0b1-4424-93ea-c250804d749a 2018-08-20 10:27:41,513 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-70823294-6427-492-user 2018-08-20 10:27:41,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/18c934e8de1a4564b3e8e82c6c0f085e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315110e94c0d6789016a1d7ec3d9a95810b8216f" 2018-08-20 10:27:41,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ea0ea08-bb1a-48f8-8a42-3470156d3d86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:41,745 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/18c934e8de1a4564b3e8e82c6c0f085e used request id req-3ea0ea08-bb1a-48f8-8a42-3470156d3d86 2018-08-20 10:27:41,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:42,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["HvgZnndMSLmFR22OiajrZg"], "issued_at": "2018-08-20T10:27:42.000000Z"}} 2018-08-20 10:27:42,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5590054388c7d2d3439e99f2177568804c48867d" 2018-08-20 10:27:42,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c688f191-e802-4e64-a2c1-1fdc1a9b205f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:42,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c688f191-e802-4e64-a2c1-1fdc1a9b205f 2018-08-20 10:27:42,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:42,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:42,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JUZlm0yZRauFuhQPSS3I7Q"], "issued_at": "2018-08-20T10:27:42.000000Z"}} 2018-08-20 10:27:42,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:42,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-081aa648-13e7-4642-b2dc-8e712a3db0c0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:42,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-081aa648-13e7-4642-b2dc-8e712a3db0c0 2018-08-20 10:27:42,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:42,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:42,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-064848d5-4c09-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:42,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d9bb68-e0fe-4e29-aa72-35f3b1746de9 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-064848d5-4c09-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:27:42,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-064848d5-4c09-4bd-proj used request id req-74d9bb68-e0fe-4e29-aa72-35f3b1746de9 2018-08-20 10:27:42,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:42,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-360cfb10-1f60-4125-8582-5340df62b99c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:42,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-360cfb10-1f60-4125-8582-5340df62b99c 2018-08-20 10:27:42,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-064848d5-4c09-4bd-proj"}}' 2018-08-20 10:27:43,030 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a2087b7-ef24-42ae-abe5-4a2e0ade22c2 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6f6e0e1d7c044bdc9301500a4e81ff75"}, "tags": [], "enabled": true, "id": "6f6e0e1d7c044bdc9301500a4e81ff75", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-064848d5-4c09-4bd-proj"}} 2018-08-20 10:27:43,030 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-3a2087b7-ef24-42ae-abe5-4a2e0ade22c2 2018-08-20 10:27:43,031 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-064848d5-4c09-4bd-proj 2018-08-20 10:27:43,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:43,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:43,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["SGJFH1bISIuDZkvzNcbYyA"], "issued_at": "2018-08-20T10:27:43.000000Z"}} 2018-08-20 10:27:43,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b45df754ba5cf71ffaa971798ae92bb909be459" 2018-08-20 10:27:43,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8af2ee58-b640-45ad-97d9-fe8b42643ccc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:43,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8af2ee58-b640-45ad-97d9-fe8b42643ccc 2018-08-20 10:27:43,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:43,523 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:43,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b45df754ba5cf71ffaa971798ae92bb909be459" 2018-08-20 10:27:43,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7b038f1-d540-40e9-a230-708afa785355 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:27:43,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-b7b038f1-d540-40e9-a230-708afa785355 2018-08-20 10:27:43,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-064848d5-4c09-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b45df754ba5cf71ffaa971798ae92bb909be459" 2018-08-20 10:27:43,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb8a0a4-57d8-40f4-88ed-6f9fe3f8a28a Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-064848d5-4c09-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6f6e0e1d7c044bdc9301500a4e81ff75"}, "tags": [], "enabled": true, "id": "6f6e0e1d7c044bdc9301500a4e81ff75", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-064848d5-4c09-4bd-proj"}]} 2018-08-20 10:27:43,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateRouterNegativeTests-064848d5-4c09-4bd-proj used request id req-3cb8a0a4-57d8-40f4-88ed-6f9fe3f8a28a 2018-08-20 10:27:43,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b45df754ba5cf71ffaa971798ae92bb909be459" 2018-08-20 10:27:43,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-304c1467-0133-47c0-a520-9dede35e8ce3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:43,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-304c1467-0133-47c0-a520-9dede35e8ce3 2018-08-20 10:27:44,049 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-064848d5-4c09-4bd-user 2018-08-20 10:27:44,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:44,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:44,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11893e9-4109-47a0-984f-31540313505c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:44,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a11893e9-4109-47a0-984f-31540313505c 2018-08-20 10:27:44,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" -d '{"role": {"name": "CreateRouterNegativeTests-064848d5-4c09-4bd-proj-role"}}' 2018-08-20 10:27:44,258 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48672db1-3f97-4336-8492-987d096cde88 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "060e151f0cec4d54af73dd389fce158a", "links": {"self": "http://172.30.9.36:5000/v3/roles/060e151f0cec4d54af73dd389fce158a"}, "name": "CreateRouterNegativeTests-064848d5-4c09-4bd-proj-role"}} 2018-08-20 10:27:44,258 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-48672db1-3f97-4336-8492-987d096cde88 2018-08-20 10:27:44,259 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-064848d5-4c09-4bd-proj-role 2018-08-20 10:27:44,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/060e151f0cec4d54af73dd389fce158a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:44,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38862cfa-8b38-43e1-8c14-d6799916adcc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "060e151f0cec4d54af73dd389fce158a", "links": {"self": "http://172.30.9.36:5000/v3/roles/060e151f0cec4d54af73dd389fce158a"}, "name": "CreateRouterNegativeTests-064848d5-4c09-4bd-proj-role"}} 2018-08-20 10:27:44,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/060e151f0cec4d54af73dd389fce158a used request id req-38862cfa-8b38-43e1-8c14-d6799916adcc 2018-08-20 10:27:44,353 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-064848d5-4c09-4bd-proj-role to project CreateRouterNegativeTests-064848d5-4c09-4bd-proj 2018-08-20 10:27:44,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/6f6e0e1d7c044bdc9301500a4e81ff75/users/09540b029f5f43029cd6439a44624d50/roles/060e151f0cec4d54af73dd389fce158a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:44,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e743d41-0960-42e4-95c1-bf9a21e2b004 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:44,489 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6f6e0e1d7c044bdc9301500a4e81ff75/users/09540b029f5f43029cd6439a44624d50/roles/060e151f0cec4d54af73dd389fce158a used request id req-5e743d41-0960-42e4-95c1-bf9a21e2b004 2018-08-20 10:27:44,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:44,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:44,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:44,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:44,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:44,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:44,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-b37fda71-34b5-4e57-b625-5d506ade6ee6 Date: Mon, 20 Aug 2018 10:27:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:27:44,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-b37fda71-34b5-4e57-b625-5d506ade6ee6 2018-08-20 10:27:44,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:44,853 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e221796c-5923-4b9b-ae80-9765be52b86e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:44,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-e221796c-5923-4b9b-ae80-9765be52b86e 2018-08-20 10:27:44,853 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:44,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:44,962 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b1ac713-a4a6-4e7d-aa38-17b894003bf1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:44,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-0b1ac713-a4a6-4e7d-aa38-17b894003bf1 2018-08-20 10:27:44,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:44,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,056 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c4d891f-b6d0-450c-a56d-c5e17f6fe000 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-9c4d891f-b6d0-450c-a56d-c5e17f6fe000 2018-08-20 10:27:45,056 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,145 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a952da6-9ce6-4bb6-b882-bbdcf6a90cda Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-2a952da6-9ce6-4bb6-b882-bbdcf6a90cda 2018-08-20 10:27:45,145 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,234 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41472a65-ef84-458b-83e9-5e4934c0c7d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-41472a65-ef84-458b-83e9-5e4934c0c7d6 2018-08-20 10:27:45,234 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,335 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44873bd4-9ce1-4001-9b90-d6127052ae9f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-44873bd4-9ce1-4001-9b90-d6127052ae9f 2018-08-20 10:27:45,335 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,424 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d1affc3-4333-43f2-a266-c3fa395acd83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-6d1affc3-4333-43f2-a266-c3fa395acd83 2018-08-20 10:27:45,424 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,519 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f819ca38-739d-41e8-9246-7a351d3a8a56 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-f819ca38-739d-41e8-9246-7a351d3a8a56 2018-08-20 10:27:45,520 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,620 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7112e7c6-9dd4-4cbc-996d-ff63f67f6360 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-7112e7c6-9dd4-4cbc-996d-ff63f67f6360 2018-08-20 10:27:45,620 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0a580b3-bcc9-40b7-b819-1f143f179f4d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:27:45,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-d0a580b3-bcc9-40b7-b819-1f143f179f4d 2018-08-20 10:27:45,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,815 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60d6a27a-9968-4a90-886d-2e0539fa618e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-60d6a27a-9968-4a90-886d-2e0539fa618e 2018-08-20 10:27:45,815 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:45,908 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82066d61-9905-4692-9b72-9529178dcd1c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:45,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-82066d61-9905-4692-9b72-9529178dcd1c 2018-08-20 10:27:45,908 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:45,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:46,010 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4be2a65-4453-4b8f-85ce-17a0cb50b8fc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:46,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-c4be2a65-4453-4b8f-85ce-17a0cb50b8fc 2018-08-20 10:27:46,011 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:46,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:46,103 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7af4afed-a687-4207-87a1-1806a0ca0d9d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:46,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-7af4afed-a687-4207-87a1-1806a0ca0d9d 2018-08-20 10:27:46,103 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:46,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:46,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abffbd0b-3556-4c34-ba59-a283422ff0a0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:27:46,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-abffbd0b-3556-4c34-ba59-a283422ff0a0 2018-08-20 10:27:46,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:46,399 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1669ee22-3272-4d77-af1a-57481038ea0c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:46,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-1669ee22-3272-4d77-af1a-57481038ea0c 2018-08-20 10:27:46,399 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:46,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:46,493 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e3dc81e-5315-4523-a0be-e8f4e137bfee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:46,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-1e3dc81e-5315-4523-a0be-e8f4e137bfee 2018-08-20 10:27:46,493 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:46,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:46,595 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-961fa04a-c56f-4f19-828f-fe5c0d909ff4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:46,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-961fa04a-c56f-4f19-828f-fe5c0d909ff4 2018-08-20 10:27:46,595 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:46,596 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-064848d5-4c09-4bd-proj 2018-08-20 10:27:46,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/6f6e0e1d7c044bdc9301500a4e81ff75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:46,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b8315bc-cb99-4930-a012-79a99750ca54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:46,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6f6e0e1d7c044bdc9301500a4e81ff75 used request id req-2b8315bc-cb99-4930-a012-79a99750ca54 2018-08-20 10:27:46,827 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-064848d5-4c09-4bd-proj-role 2018-08-20 10:27:46,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/060e151f0cec4d54af73dd389fce158a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:46,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1f840dd-e62d-4b14-9166-6d914371550f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:46,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/060e151f0cec4d54af73dd389fce158a used request id req-c1f840dd-e62d-4b14-9166-6d914371550f 2018-08-20 10:27:46,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cf5c7e52574a24591b15bbbfae322a50516bdde" 2018-08-20 10:27:47,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be4e8b4-ff29-411e-9a0d-e6533734cb11 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:47,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2be4e8b4-ff29-411e-9a0d-e6533734cb11 2018-08-20 10:27:47,052 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-064848d5-4c09-4bd-user 2018-08-20 10:27:47,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/09540b029f5f43029cd6439a44624d50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b45df754ba5cf71ffaa971798ae92bb909be459" 2018-08-20 10:27:47,242 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e1822cd-0368-470f-a0f0-7b36e7140466 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:47,242 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/09540b029f5f43029cd6439a44624d50 used request id req-3e1822cd-0368-470f-a0f0-7b36e7140466 2018-08-20 10:27:47,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:47,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ilzqQUyqRGWFm3XQlwIuqA"], "issued_at": "2018-08-20T10:27:47.000000Z"}} 2018-08-20 10:27:47,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8fdd1b5a29c19b72e135d3ad52347a366fb3a5c" 2018-08-20 10:27:47,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040cb456-2bb5-459d-8df3-88cfe87fbdb2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:47,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-040cb456-2bb5-459d-8df3-88cfe87fbdb2 2018-08-20 10:27:47,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:47,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:48,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["i5Mxg8DERfG9q2LSld-wLQ"], "issued_at": "2018-08-20T10:27:48.000000Z"}} 2018-08-20 10:27:48,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:48,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f2276a-8463-4831-86b4-6f204303b558 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:48,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-33f2276a-8463-4831-86b4-6f204303b558 2018-08-20 10:27:48,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:48,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:48,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-400ecc28-64fc-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:48,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f59a36-f74b-4025-aa90-7903be341daa Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-400ecc28-64fc-41d-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:27:48,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-400ecc28-64fc-41d-proj used request id req-43f59a36-f74b-4025-aa90-7903be341daa 2018-08-20 10:27:48,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:48,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb6a326-5082-4292-acef-d9571a080bb7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:48,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-7cb6a326-5082-4292-acef-d9571a080bb7 2018-08-20 10:27:48,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-400ecc28-64fc-41d-proj"}}' 2018-08-20 10:27:48,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2315576d-2e2f-4398-bddc-551245314062 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/c2f8b35720c74a7193153838a8aa2b75"}, "tags": [], "enabled": true, "id": "c2f8b35720c74a7193153838a8aa2b75", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-400ecc28-64fc-41d-proj"}} 2018-08-20 10:27:48,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2315576d-2e2f-4398-bddc-551245314062 2018-08-20 10:27:48,553 - keystone_utils - INFO - Created project with name - CreateQoSTests-400ecc28-64fc-41d-proj 2018-08-20 10:27:48,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:48,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:48,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["UZGEEtGmQQy5tJYoeZDZPA"], "issued_at": "2018-08-20T10:27:48.000000Z"}} 2018-08-20 10:27:48,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516784487cfb649eb871b7751f204fdaa33508e7" 2018-08-20 10:27:49,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd8adb52-6e4f-4c1a-9dcb-efac6cb1b34c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:49,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-dd8adb52-6e4f-4c1a-9dcb-efac6cb1b34c 2018-08-20 10:27:49,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:49,062 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:49,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516784487cfb649eb871b7751f204fdaa33508e7" 2018-08-20 10:27:49,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6150a3c-d9d5-4e4f-bf55-885f08659d19 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:27:49,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-f6150a3c-d9d5-4e4f-bf55-885f08659d19 2018-08-20 10:27:49,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-400ecc28-64fc-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516784487cfb649eb871b7751f204fdaa33508e7" 2018-08-20 10:27:49,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50d3d62a-6c1f-4991-a047-1d9184112d9f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-400ecc28-64fc-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/c2f8b35720c74a7193153838a8aa2b75"}, "tags": [], "enabled": true, "id": "c2f8b35720c74a7193153838a8aa2b75", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-400ecc28-64fc-41d-proj"}]} 2018-08-20 10:27:49,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-400ecc28-64fc-41d-proj used request id req-50d3d62a-6c1f-4991-a047-1d9184112d9f 2018-08-20 10:27:49,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516784487cfb649eb871b7751f204fdaa33508e7" 2018-08-20 10:27:49,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3068d666-6bff-4723-9ac5-7cbc7994f9e7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:49,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3068d666-6bff-4723-9ac5-7cbc7994f9e7 2018-08-20 10:27:49,737 - keystone_utils - INFO - Created user with name - CreateQoSTests-400ecc28-64fc-41d-user 2018-08-20 10:27:49,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:49,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:49,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-244cb502-e0a1-4e36-9962-726b4effa393 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:49,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-244cb502-e0a1-4e36-9962-726b4effa393 2018-08-20 10:27:49,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" -d '{"role": {"name": "CreateQoSTests-400ecc28-64fc-41d-proj-role"}}' 2018-08-20 10:27:49,940 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dc77069-9a32-42f6-b2dc-5a2fe70241f0 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "16fe194c3d6b4f0ea448af958b3b356e", "links": {"self": "http://172.30.9.36:5000/v3/roles/16fe194c3d6b4f0ea448af958b3b356e"}, "name": "CreateQoSTests-400ecc28-64fc-41d-proj-role"}} 2018-08-20 10:27:49,940 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-9dc77069-9a32-42f6-b2dc-5a2fe70241f0 2018-08-20 10:27:49,941 - keystone_utils - INFO - Created role with name - CreateQoSTests-400ecc28-64fc-41d-proj-role 2018-08-20 10:27:49,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/16fe194c3d6b4f0ea448af958b3b356e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:50,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc1427ee-2d29-4a24-bb15-03c2ef2d79e4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "16fe194c3d6b4f0ea448af958b3b356e", "links": {"self": "http://172.30.9.36:5000/v3/roles/16fe194c3d6b4f0ea448af958b3b356e"}, "name": "CreateQoSTests-400ecc28-64fc-41d-proj-role"}} 2018-08-20 10:27:50,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/16fe194c3d6b4f0ea448af958b3b356e used request id req-fc1427ee-2d29-4a24-bb15-03c2ef2d79e4 2018-08-20 10:27:50,151 - keystone_utils - INFO - Granting role CreateQoSTests-400ecc28-64fc-41d-proj-role to project CreateQoSTests-400ecc28-64fc-41d-proj 2018-08-20 10:27:50,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/c2f8b35720c74a7193153838a8aa2b75/users/f97801962d8d4bfebc51276b2d17cc58/roles/16fe194c3d6b4f0ea448af958b3b356e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:50,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e96a5d5-61ba-4154-b0d1-915cc44498d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:50,303 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/c2f8b35720c74a7193153838a8aa2b75/users/f97801962d8d4bfebc51276b2d17cc58/roles/16fe194c3d6b4f0ea448af958b3b356e used request id req-2e96a5d5-61ba-4154-b0d1-915cc44498d5 2018-08-20 10:27:50,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:50,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:50,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["hSDwWf1EQbKClKrvQpClyA"], "issued_at": "2018-08-20T10:27:50.000000Z"}} 2018-08-20 10:27:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99988dc0cbdbdfd532b7be39f81b236d7a9aa941" 2018-08-20 10:27:50,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1f0a65-3f7f-41b6-ad09-da442cd54862 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:50,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2b1f0a65-3f7f-41b6-ad09-da442cd54862 2018-08-20 10:27:50,821 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99988dc0cbdbdfd532b7be39f81b236d7a9aa941" 2018-08-20 10:27:51,415 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:50 GMT Server: Apache x-compute-request-id: req-90f7ab44-6001-4aab-bef2-656bf0e29282 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-90f7ab44-6001-4aab-bef2-656bf0e29282 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-20 10:27:51,415 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-90f7ab44-6001-4aab-bef2-656bf0e29282 2018-08-20 10:27:51,419 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-90f7ab44-6001-4aab-bef2-656bf0e29282" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99988dc0cbdbdfd532b7be39f81b236d7a9aa941" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-596f8602-fbf4-42e9-adf2-fdf0566df777"}}' 2018-08-20 10:27:52,026 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:51 GMT Server: Apache x-compute-request-id: req-16af3bf7-414c-4f7e-a70b-914e17b6bf80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16af3bf7-414c-4f7e-a70b-914e17b6bf80 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc", "name": "CreateQoSTests-596f8602-fbf4-42e9-adf2-fdf0566df777"}, "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc", "rel": "bookmark"}]} 2018-08-20 10:27:52,026 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-16af3bf7-414c-4f7e-a70b-914e17b6bf80 2018-08-20 10:27:52,027 - create_qos - INFO - Created qos with name - CreateQoSTests-596f8602-fbf4-42e9-adf2-fdf0566df777 2018-08-20 10:27:52,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8fdd1b5a29c19b72e135d3ad52347a366fb3a5c" 2018-08-20 10:27:52,625 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:52 GMT Server: Apache x-compute-request-id: req-edc4aa14-0935-4d74-8b79-b67e46800cd4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-edc4aa14-0935-4d74-8b79-b67e46800cd4 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc", "name": "CreateQoSTests-596f8602-fbf4-42e9-adf2-fdf0566df777"}]} 2018-08-20 10:27:52,625 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-edc4aa14-0935-4d74-8b79-b67e46800cd4 2018-08-20 10:27:52,626 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-596f8602-fbf4-42e9-adf2-fdf0566df777 2018-08-20 10:27:52,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-edc4aa14-0935-4d74-8b79-b67e46800cd4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8fdd1b5a29c19b72e135d3ad52347a366fb3a5c" 2018-08-20 10:27:53,264 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:27:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-237774e9-5c78-4a48-aaed-776459b426ab Content-Length: 0 Content-Type: text/html; 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-08-20 10:27:53,264 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc?force=False used request id req-237774e9-5c78-4a48-aaed-776459b426ab 2018-08-20 10:27:53,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-edc4aa14-0935-4d74-8b79-b67e46800cd4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8fdd1b5a29c19b72e135d3ad52347a366fb3a5c" 2018-08-20 10:27:53,857 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:53 GMT Server: Apache x-compute-request-id: req-e8c63455-4479-4509-bd04-9b23d698a316 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e8c63455-4479-4509-bd04-9b23d698a316 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-20 10:27:53,857 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-e8c63455-4479-4509-bd04-9b23d698a316 2018-08-20 10:27:53,858 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-596f8602-fbf4-42e9-adf2-fdf0566df777 2018-08-20 10:27:53,861 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-90f7ab44-6001-4aab-bef2-656bf0e29282" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99988dc0cbdbdfd532b7be39f81b236d7a9aa941" 2018-08-20 10:27:54,448 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5e366a93-bd15-4889-8edd-2017e2042ea5 x-openstack-request-id: req-5e366a93-bd15-4889-8edd-2017e2042ea5 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc.", "code": 404}} 2018-08-20 10:27:54,448 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/7a7bfcc0-4d48-470a-a90d-92a4a12ecfdc?force=False used request id req-5e366a93-bd15-4889-8edd-2017e2042ea5 2018-08-20 10:27:54,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:27:54,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:27:54,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:27:54,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:27:54,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:27:54,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:54,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-b476d2df-6ce8-4490-87a8-0eaf785edd13 Date: Mon, 20 Aug 2018 10:27:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:27:54,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-b476d2df-6ce8-4490-87a8-0eaf785edd13 2018-08-20 10:27:54,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:54,819 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ff1cd82-e4dd-4568-b240-dde0069edd8b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:54,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-4ff1cd82-e4dd-4568-b240-dde0069edd8b 2018-08-20 10:27:54,819 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:54,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:54,921 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f9ec9a3-8621-4ecf-8092-cf1e31b4f9a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:54,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-8f9ec9a3-8621-4ecf-8092-cf1e31b4f9a0 2018-08-20 10:27:54,921 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:54,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,012 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bfa9262-c443-40f3-8c1e-d9c03430ea45 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-0bfa9262-c443-40f3-8c1e-d9c03430ea45 2018-08-20 10:27:55,013 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,102 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5b45ef3-cf2d-4664-83a7-7c969da72f76 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-a5b45ef3-cf2d-4664-83a7-7c969da72f76 2018-08-20 10:27:55,102 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,196 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d0c5c72-7630-4c28-9881-19963d813599 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-0d0c5c72-7630-4c28-9881-19963d813599 2018-08-20 10:27:55,196 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,290 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b7a1497-739f-4f1d-a1c4-0deb8c98b51f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-4b7a1497-739f-4f1d-a1c4-0deb8c98b51f 2018-08-20 10:27:55,291 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,381 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf6b0f94-ebf3-45d2-999d-79226b0866c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-cf6b0f94-ebf3-45d2-999d-79226b0866c2 2018-08-20 10:27:55,381 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,491 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9aefd73a-3975-4340-a3c7-e0751b6c20e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-9aefd73a-3975-4340-a3c7-e0751b6c20e4 2018-08-20 10:27:55,491 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,588 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d304a7c-c1aa-4504-89f7-b6ef675079b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-0d304a7c-c1aa-4504-89f7-b6ef675079b0 2018-08-20 10:27:55,589 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d8efe9-eae0-40ce-9f6b-0d1286dc3031 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:27:55,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-f0d8efe9-eae0-40ce-9f6b-0d1286dc3031 2018-08-20 10:27:55,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,781 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02817aeb-77d6-43ca-a6ba-edc5eb51c6e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-02817aeb-77d6-43ca-a6ba-edc5eb51c6e4 2018-08-20 10:27:55,782 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,878 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8347726a-08b1-4fda-b710-3afd13fd7b78 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-8347726a-08b1-4fda-b710-3afd13fd7b78 2018-08-20 10:27:55,879 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:55,958 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34a59817-3a45-40ea-9600-661d6e4b947d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:55,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-34a59817-3a45-40ea-9600-661d6e4b947d 2018-08-20 10:27:55,959 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:55,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:56,053 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e82b04c7-b046-40b0-ae24-723105d8d2a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:56,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-e82b04c7-b046-40b0-ae24-723105d8d2a3 2018-08-20 10:27:56,053 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:56,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:56,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2517e942-2bcd-4009-8843-62457b33fe43 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:27:56,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-2517e942-2bcd-4009-8843-62457b33fe43 2018-08-20 10:27:56,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:56,242 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bdfce52-fbfd-4744-8e07-01a1e91b09d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:56,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-6bdfce52-fbfd-4744-8e07-01a1e91b09d9 2018-08-20 10:27:56,242 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:56,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:56,339 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69781eef-7c49-4562-bd6b-b5c7e969711d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:56,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-69781eef-7c49-4562-bd6b-b5c7e969711d 2018-08-20 10:27:56,339 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:56,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:56,439 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8828a637-b3d7-4fe5-a64f-54750f547ea3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:27:56,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-8828a637-b3d7-4fe5-a64f-54750f547ea3 2018-08-20 10:27:56,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:27:56,440 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-400ecc28-64fc-41d-proj 2018-08-20 10:27:56,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/c2f8b35720c74a7193153838a8aa2b75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:56,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8b8a0a5-0c8a-4027-ae69-f643633dcb53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:56,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/c2f8b35720c74a7193153838a8aa2b75 used request id req-e8b8a0a5-0c8a-4027-ae69-f643633dcb53 2018-08-20 10:27:56,665 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-400ecc28-64fc-41d-proj-role 2018-08-20 10:27:56,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/16fe194c3d6b4f0ea448af958b3b356e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:56,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b1fe5db-9de0-453e-9ede-0be42dbd8f3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:56,785 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/16fe194c3d6b4f0ea448af958b3b356e used request id req-9b1fe5db-9de0-453e-9ede-0be42dbd8f3f 2018-08-20 10:27:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9251114769d073138bf3cb7895af6fe6eb4ad31c" 2018-08-20 10:27:56,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ddba06f-fc42-416d-ba7e-c1d054542087 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:56,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5ddba06f-fc42-416d-ba7e-c1d054542087 2018-08-20 10:27:56,878 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-400ecc28-64fc-41d-user 2018-08-20 10:27:56,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/f97801962d8d4bfebc51276b2d17cc58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516784487cfb649eb871b7751f204fdaa33508e7" 2018-08-20 10:27:57,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f6f63d2-0f8a-46d0-a74e-4a31bc37cf59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:27:57,073 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/f97801962d8d4bfebc51276b2d17cc58 used request id req-0f6f63d2-0f8a-46d0-a74e-4a31bc37cf59 2018-08-20 10:27:57,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:57,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["bn332GG4TM-ghHvtGak_aQ"], "issued_at": "2018-08-20T10:27:57.000000Z"}} 2018-08-20 10:27:57,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1050154fe1d5123d92b3091e95a4834558fd3c05" 2018-08-20 10:27:57,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1dd828d-1162-480d-8dcd-fdc74606bcfa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:57,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e1dd828d-1162-480d-8dcd-fdc74606bcfa 2018-08-20 10:27:57,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:57,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:57,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["x589pn66TC-fJz_VZ5enlg"], "issued_at": "2018-08-20T10:27:57.000000Z"}} 2018-08-20 10:27:57,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:27:58,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f6fc2bb-bcca-49e8-a601-e948033dad45 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:58,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4f6fc2bb-bcca-49e8-a601-e948033dad45 2018-08-20 10:27:58,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:58,053 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:58,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-2ded56ae-526d-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:27:58,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3241bb-ddbb-4a8a-bc3d-d047a0541e04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-2ded56ae-526d-443-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:27:58,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-2ded56ae-526d-443-proj used request id req-2b3241bb-ddbb-4a8a-bc3d-d047a0541e04 2018-08-20 10:27:58,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:27:58,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25f40d1-ddd2-4ea5-9df6-eaea404ece96 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:58,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f25f40d1-ddd2-4ea5-9df6-eaea404ece96 2018-08-20 10:27:58,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-2ded56ae-526d-443-proj"}}' 2018-08-20 10:27:58,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c54cfcc-30d5-456f-a188-7aabdc229bdb Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6ffe01ef5a804ba584f30cfe5eedcb91"}, "tags": [], "enabled": true, "id": "6ffe01ef5a804ba584f30cfe5eedcb91", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-2ded56ae-526d-443-proj"}} 2018-08-20 10:27:58,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-4c54cfcc-30d5-456f-a188-7aabdc229bdb 2018-08-20 10:27:58,361 - keystone_utils - INFO - Created project with name - CreateQoSTests-2ded56ae-526d-443-proj 2018-08-20 10:27:58,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:58,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:27:58,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["PgfCpLSbQYW1aRsVGMNSbw"], "issued_at": "2018-08-20T10:27:58.000000Z"}} 2018-08-20 10:27:58,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8633e2497f6adb3a23a3275a884614bbeaedc69" 2018-08-20 10:27:58,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce3879fb-7aa9-453f-8c3d-48bc76801e8e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:27:58,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ce3879fb-7aa9-453f-8c3d-48bc76801e8e 2018-08-20 10:27:58,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:27:58,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:27:58,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8633e2497f6adb3a23a3275a884614bbeaedc69" 2018-08-20 10:27:58,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4695908-c80a-4347-b9e0-87ed506b3a76 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:27:58,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-a4695908-c80a-4347-b9e0-87ed506b3a76 2018-08-20 10:27:58,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-2ded56ae-526d-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8633e2497f6adb3a23a3275a884614bbeaedc69" 2018-08-20 10:27:59,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf22d7dd-ed9b-4979-8c0a-ab293968eea6 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-2ded56ae-526d-443-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6ffe01ef5a804ba584f30cfe5eedcb91"}, "tags": [], "enabled": true, "id": "6ffe01ef5a804ba584f30cfe5eedcb91", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-2ded56ae-526d-443-proj"}]} 2018-08-20 10:27:59,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-2ded56ae-526d-443-proj used request id req-cf22d7dd-ed9b-4979-8c0a-ab293968eea6 2018-08-20 10:27:59,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8633e2497f6adb3a23a3275a884614bbeaedc69" 2018-08-20 10:27:59,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb666d1e-0d37-4c9e-b73f-4439b4a66ea2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:27:59,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-fb666d1e-0d37-4c9e-b73f-4439b4a66ea2 2018-08-20 10:27:59,689 - keystone_utils - INFO - Created user with name - CreateQoSTests-2ded56ae-526d-443-user 2018-08-20 10:27:59,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:27:59,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:27:59,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef3a9c9-b124-4615-bf66-7ebad50c6471 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:27:59,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-cef3a9c9-b124-4615-bf66-7ebad50c6471 2018-08-20 10:27:59,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" -d '{"role": {"name": "CreateQoSTests-2ded56ae-526d-443-proj-role"}}' 2018-08-20 10:27:59,821 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63dd9321-f4e0-4c61-803b-56be23274aa7 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "83ed7231aca245a3b628da5d6178e5b5", "links": {"self": "http://172.30.9.36:5000/v3/roles/83ed7231aca245a3b628da5d6178e5b5"}, "name": "CreateQoSTests-2ded56ae-526d-443-proj-role"}} 2018-08-20 10:27:59,821 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-63dd9321-f4e0-4c61-803b-56be23274aa7 2018-08-20 10:27:59,822 - keystone_utils - INFO - Created role with name - CreateQoSTests-2ded56ae-526d-443-proj-role 2018-08-20 10:27:59,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/83ed7231aca245a3b628da5d6178e5b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:27:59,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-579ece20-fb08-43e0-a7ae-5ecce041382d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "83ed7231aca245a3b628da5d6178e5b5", "links": {"self": "http://172.30.9.36:5000/v3/roles/83ed7231aca245a3b628da5d6178e5b5"}, "name": "CreateQoSTests-2ded56ae-526d-443-proj-role"}} 2018-08-20 10:27:59,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/83ed7231aca245a3b628da5d6178e5b5 used request id req-579ece20-fb08-43e0-a7ae-5ecce041382d 2018-08-20 10:27:59,923 - keystone_utils - INFO - Granting role CreateQoSTests-2ded56ae-526d-443-proj-role to project CreateQoSTests-2ded56ae-526d-443-proj 2018-08-20 10:27:59,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/6ffe01ef5a804ba584f30cfe5eedcb91/users/914957ec848649d9a1fac8ae23c153fb/roles/83ed7231aca245a3b628da5d6178e5b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:00,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6e91fb2-a69e-48e2-b0b5-498356a525a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:00,063 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6ffe01ef5a804ba584f30cfe5eedcb91/users/914957ec848649d9a1fac8ae23c153fb/roles/83ed7231aca245a3b628da5d6178e5b5 used request id req-d6e91fb2-a69e-48e2-b0b5-498356a525a7 2018-08-20 10:28:00,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:00,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:00,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["8xfXgP4bQOS-9ZegH60rGA"], "issued_at": "2018-08-20T10:28:00.000000Z"}} 2018-08-20 10:28:00,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce26801791e370f64d861455ad340b5eeaae6a4c" 2018-08-20 10:28:00,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983beb7d-21dd-4e78-92c2-e4ab773b5646 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:00,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-983beb7d-21dd-4e78-92c2-e4ab773b5646 2018-08-20 10:28:00,486 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce26801791e370f64d861455ad340b5eeaae6a4c" 2018-08-20 10:28:00,673 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:00 GMT Server: Apache x-compute-request-id: req-78d6f3dd-09e7-4d61-9f38-f6d42d43f914 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-78d6f3dd-09e7-4d61-9f38-f6d42d43f914 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-20 10:28:00,673 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-78d6f3dd-09e7-4d61-9f38-f6d42d43f914 2018-08-20 10:28:00,676 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-78d6f3dd-09e7-4d61-9f38-f6d42d43f914" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce26801791e370f64d861455ad340b5eeaae6a4c" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-a83998f2-7a34-43f8-9673-07749c4833db"}}' 2018-08-20 10:28:01,319 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:00 GMT Server: Apache x-compute-request-id: req-76c91e2a-1eeb-4725-b0a6-05ef20cb8f22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76c91e2a-1eeb-4725-b0a6-05ef20cb8f22 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "04570777-d36f-4484-a90d-99fcd6b034ea", "name": "CreateQoSTests-a83998f2-7a34-43f8-9673-07749c4833db"}, "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/04570777-d36f-4484-a90d-99fcd6b034ea", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/04570777-d36f-4484-a90d-99fcd6b034ea", "rel": "bookmark"}]} 2018-08-20 10:28:01,319 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-76c91e2a-1eeb-4725-b0a6-05ef20cb8f22 2018-08-20 10:28:01,319 - create_qos - INFO - Created qos with name - CreateQoSTests-a83998f2-7a34-43f8-9673-07749c4833db 2018-08-20 10:28:01,322 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1050154fe1d5123d92b3091e95a4834558fd3c05" 2018-08-20 10:28:01,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:01 GMT Server: Apache x-compute-request-id: req-bd702723-e80e-40e8-a1b9-b611b5a3adaf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bd702723-e80e-40e8-a1b9-b611b5a3adaf Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "04570777-d36f-4484-a90d-99fcd6b034ea", "name": "CreateQoSTests-a83998f2-7a34-43f8-9673-07749c4833db"}]} 2018-08-20 10:28:01,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-bd702723-e80e-40e8-a1b9-b611b5a3adaf 2018-08-20 10:28:01,513 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-a83998f2-7a34-43f8-9673-07749c4833db 2018-08-20 10:28:01,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/04570777-d36f-4484-a90d-99fcd6b034ea?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78d6f3dd-09e7-4d61-9f38-f6d42d43f914" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce26801791e370f64d861455ad340b5eeaae6a4c" 2018-08-20 10:28:02,157 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dba1b12f-f44c-4bfa-8284-ca4d2fdb6f51 Content-Length: 0 Content-Type: text/html; 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-08-20 10:28:02,157 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/04570777-d36f-4484-a90d-99fcd6b034ea?force=False used request id req-dba1b12f-f44c-4bfa-8284-ca4d2fdb6f51 2018-08-20 10:28:02,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:28:02,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:28:02,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:28:02,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:28:02,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:28:02,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:02,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-d14b1551-f4ac-4fe4-ae99-554261015e98 Date: Mon, 20 Aug 2018 10:28:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:28:02,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-d14b1551-f4ac-4fe4-ae99-554261015e98 2018-08-20 10:28:02,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:02,661 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37e02f36-d161-41ac-8c18-e679c96d0b27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:02,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-37e02f36-d161-41ac-8c18-e679c96d0b27 2018-08-20 10:28:02,662 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:02,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:02,759 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a45f8baf-d167-4007-9804-9d8a5fb99728 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:02,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-a45f8baf-d167-4007-9804-9d8a5fb99728 2018-08-20 10:28:02,759 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:02,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:02,853 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-239e086c-77ed-4033-a3ab-838d1f7e3ee2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:02,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-239e086c-77ed-4033-a3ab-838d1f7e3ee2 2018-08-20 10:28:02,854 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:02,950 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f7b0629-677c-43db-9b02-1ee435a493bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:02,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-3f7b0629-677c-43db-9b02-1ee435a493bf 2018-08-20 10:28:02,950 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:02,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,046 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39d98fdc-1ed6-490d-9323-47bddd40b9bc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-39d98fdc-1ed6-490d-9323-47bddd40b9bc 2018-08-20 10:28:03,047 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,152 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ea3d1c0-4ecd-475e-bb67-1471e4c8be39 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-7ea3d1c0-4ecd-475e-bb67-1471e4c8be39 2018-08-20 10:28:03,153 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,246 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd78e86c-bff6-4c34-b608-95afa7e14ede Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-fd78e86c-bff6-4c34-b608-95afa7e14ede 2018-08-20 10:28:03,246 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,341 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e8346f3-0dab-4d19-a701-2621569b7948 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-8e8346f3-0dab-4d19-a701-2621569b7948 2018-08-20 10:28:03,342 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,435 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb56d0e2-616f-4dc6-bcfe-e2d5f233f761 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-bb56d0e2-616f-4dc6-bcfe-e2d5f233f761 2018-08-20 10:28:03,436 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d82a9f-4f9e-4dae-9510-e8b450f33d3b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:28:03,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-52d82a9f-4f9e-4dae-9510-e8b450f33d3b 2018-08-20 10:28:03,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,624 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c340243-06f8-462e-913a-ee00c04f7fac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-6c340243-06f8-462e-913a-ee00c04f7fac 2018-08-20 10:28:03,624 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,716 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-469380f1-7244-45de-9f23-06ba19c42bd4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-469380f1-7244-45de-9f23-06ba19c42bd4 2018-08-20 10:28:03,716 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,813 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-237dc149-a194-4393-b714-0751c3dabf54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-237dc149-a194-4393-b714-0751c3dabf54 2018-08-20 10:28:03,813 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:03,908 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cac7a2e0-acb7-489f-94b8-e31e679b9dd4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:03,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-cac7a2e0-acb7-489f-94b8-e31e679b9dd4 2018-08-20 10:28:03,908 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:03,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:04,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-760d1b0c-b246-4419-8cfc-684a989ada91 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:28:04,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-760d1b0c-b246-4419-8cfc-684a989ada91 2018-08-20 10:28:04,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:04,096 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b7cafa1-2574-4715-8867-c7d2c019fb88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:04,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-4b7cafa1-2574-4715-8867-c7d2c019fb88 2018-08-20 10:28:04,096 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:04,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:04,194 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b27fde7a-feaf-4e14-8a78-b091d37c14d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:04,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-b27fde7a-feaf-4e14-8a78-b091d37c14d5 2018-08-20 10:28:04,195 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:04,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:04,282 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b860ccb-8aa9-4a1b-af33-630347b0d20a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:04,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-4b860ccb-8aa9-4a1b-af33-630347b0d20a 2018-08-20 10:28:04,283 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:04,284 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-2ded56ae-526d-443-proj 2018-08-20 10:28:04,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/6ffe01ef5a804ba584f30cfe5eedcb91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:04,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ed27861-0e24-4fb4-9960-41c27907048d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:04,527 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6ffe01ef5a804ba584f30cfe5eedcb91 used request id req-9ed27861-0e24-4fb4-9960-41c27907048d 2018-08-20 10:28:04,527 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-2ded56ae-526d-443-proj-role 2018-08-20 10:28:04,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/83ed7231aca245a3b628da5d6178e5b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:04,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc5a200e-c9a0-4a6d-b5a2-12436a2899eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:04,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/83ed7231aca245a3b628da5d6178e5b5 used request id req-bc5a200e-c9a0-4a6d-b5a2-12436a2899eb 2018-08-20 10:28:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9ed97b2f054aebb74fac9538a8a3e7d37028ab" 2018-08-20 10:28:04,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17db466d-9f99-4413-bb9e-5abdee76ffb5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:04,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-17db466d-9f99-4413-bb9e-5abdee76ffb5 2018-08-20 10:28:04,738 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-2ded56ae-526d-443-user 2018-08-20 10:28:04,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/914957ec848649d9a1fac8ae23c153fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8633e2497f6adb3a23a3275a884614bbeaedc69" 2018-08-20 10:28:04,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23ec4dd4-ee7e-43f2-a53c-2d652ded48ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:04,937 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/914957ec848649d9a1fac8ae23c153fb used request id req-23ec4dd4-ee7e-43f2-a53c-2d652ded48ec 2018-08-20 10:28:04,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:05,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lNjmttSVQieJje46IcvDqw"], "issued_at": "2018-08-20T10:28:05.000000Z"}} 2018-08-20 10:28:05,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd46503682384cde296c45c6de0efa1f0a59249" 2018-08-20 10:28:05,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8959a702-1e3c-49e3-bef8-18646741ae89 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:05,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8959a702-1e3c-49e3-bef8-18646741ae89 2018-08-20 10:28:05,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:05,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:05,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Tpnau86HQ46zpyFOM3Cwbw"], "issued_at": "2018-08-20T10:28:05.000000Z"}} 2018-08-20 10:28:05,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:05,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-687f25f7-df11-486b-af3d-6a0f7a750e51 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:05,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-687f25f7-df11-486b-af3d-6a0f7a750e51 2018-08-20 10:28:05,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:05,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:05,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8fbc2d04-d747-45a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:05,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320582ec-e175-4d6d-996b-6d3ba04b047e Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8fbc2d04-d747-45a-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:28:05,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-8fbc2d04-d747-45a-proj used request id req-320582ec-e175-4d6d-996b-6d3ba04b047e 2018-08-20 10:28:05,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:06,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d138decd-3424-4d4e-8daf-834d36b592ac Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:06,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d138decd-3424-4d4e-8daf-834d36b592ac 2018-08-20 10:28:06,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-8fbc2d04-d747-45a-proj"}}' 2018-08-20 10:28:06,193 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-818d9ab9-8992-41fd-a05b-9694bf778a16 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1b50f10ce1384db5a952c736c07a6eb8"}, "tags": [], "enabled": true, "id": "1b50f10ce1384db5a952c736c07a6eb8", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-8fbc2d04-d747-45a-proj"}} 2018-08-20 10:28:06,193 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-818d9ab9-8992-41fd-a05b-9694bf778a16 2018-08-20 10:28:06,193 - keystone_utils - INFO - Created project with name - CreateQoSTests-8fbc2d04-d747-45a-proj 2018-08-20 10:28:06,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:06,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:06,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JQ47gcxlTVCcUyCl3Vg0rQ"], "issued_at": "2018-08-20T10:28:06.000000Z"}} 2018-08-20 10:28:06,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f63af47dffd67ccda7bf3a0a87c434f3c88d77d" 2018-08-20 10:28:06,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90dffe95-e3e3-4380-95cb-63d41e90c02a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:06,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-90dffe95-e3e3-4380-95cb-63d41e90c02a 2018-08-20 10:28:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:06,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:06,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f63af47dffd67ccda7bf3a0a87c434f3c88d77d" 2018-08-20 10:28:06,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd0dc06-4804-4c0c-85f8-7fbaea895fb6 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:28:06,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-bbd0dc06-4804-4c0c-85f8-7fbaea895fb6 2018-08-20 10:28:06,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-8fbc2d04-d747-45a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f63af47dffd67ccda7bf3a0a87c434f3c88d77d" 2018-08-20 10:28:06,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3dd38aa-c602-4186-a081-44451c161558 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-8fbc2d04-d747-45a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1b50f10ce1384db5a952c736c07a6eb8"}, "tags": [], "enabled": true, "id": "1b50f10ce1384db5a952c736c07a6eb8", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-8fbc2d04-d747-45a-proj"}]} 2018-08-20 10:28:06,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateQoSTests-8fbc2d04-d747-45a-proj used request id req-f3dd38aa-c602-4186-a081-44451c161558 2018-08-20 10:28:06,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f63af47dffd67ccda7bf3a0a87c434f3c88d77d" 2018-08-20 10:28:06,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ece9ee-aa6f-414b-9e14-eb491fdc96de Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:06,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-55ece9ee-aa6f-414b-9e14-eb491fdc96de 2018-08-20 10:28:07,390 - keystone_utils - INFO - Created user with name - CreateQoSTests-8fbc2d04-d747-45a-user 2018-08-20 10:28:07,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:07,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:07,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50b6c51-870f-4215-a8c4-2db8dd42798e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:07,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b50b6c51-870f-4215-a8c4-2db8dd42798e 2018-08-20 10:28:07,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" -d '{"role": {"name": "CreateQoSTests-8fbc2d04-d747-45a-proj-role"}}' 2018-08-20 10:28:07,599 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4724a47f-4e8a-4c21-9ea4-777ace48b3aa Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89f3466478344efeb9dc4d29998700e1", "links": {"self": "http://172.30.9.36:5000/v3/roles/89f3466478344efeb9dc4d29998700e1"}, "name": "CreateQoSTests-8fbc2d04-d747-45a-proj-role"}} 2018-08-20 10:28:07,599 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-4724a47f-4e8a-4c21-9ea4-777ace48b3aa 2018-08-20 10:28:07,599 - keystone_utils - INFO - Created role with name - CreateQoSTests-8fbc2d04-d747-45a-proj-role 2018-08-20 10:28:07,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/89f3466478344efeb9dc4d29998700e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:07,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee4bb6c-c993-4fc3-bedf-abe37d8e47da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89f3466478344efeb9dc4d29998700e1", "links": {"self": "http://172.30.9.36:5000/v3/roles/89f3466478344efeb9dc4d29998700e1"}, "name": "CreateQoSTests-8fbc2d04-d747-45a-proj-role"}} 2018-08-20 10:28:07,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/89f3466478344efeb9dc4d29998700e1 used request id req-5ee4bb6c-c993-4fc3-bedf-abe37d8e47da 2018-08-20 10:28:07,619 - keystone_utils - INFO - Granting role CreateQoSTests-8fbc2d04-d747-45a-proj-role to project CreateQoSTests-8fbc2d04-d747-45a-proj 2018-08-20 10:28:07,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/1b50f10ce1384db5a952c736c07a6eb8/users/961f2b23f0b447bf884edc6f684ade5d/roles/89f3466478344efeb9dc4d29998700e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:07,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31318b05-5c91-44ba-b544-af600839a394 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:07,770 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/1b50f10ce1384db5a952c736c07a6eb8/users/961f2b23f0b447bf884edc6f684ade5d/roles/89f3466478344efeb9dc4d29998700e1 used request id req-31318b05-5c91-44ba-b544-af600839a394 2018-08-20 10:28:07,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:07,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:08,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["gf9LpMpzRpy9il8GlB9NxA"], "issued_at": "2018-08-20T10:28:08.000000Z"}} 2018-08-20 10:28:08,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179b3a4a1ac9d2703c4f28dc83ec041311c5dfa6" 2018-08-20 10:28:08,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71eb31c-0911-4d8e-b5cf-95cec053ef7b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:08,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b71eb31c-0911-4d8e-b5cf-95cec053ef7b 2018-08-20 10:28:08,263 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179b3a4a1ac9d2703c4f28dc83ec041311c5dfa6" 2018-08-20 10:28:08,863 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:08 GMT Server: Apache x-compute-request-id: req-afa205e4-7e90-4a91-8c83-c0d3c7975b7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-afa205e4-7e90-4a91-8c83-c0d3c7975b7a Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-20 10:28:08,864 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-afa205e4-7e90-4a91-8c83-c0d3c7975b7a 2018-08-20 10:28:08,869 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-afa205e4-7e90-4a91-8c83-c0d3c7975b7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179b3a4a1ac9d2703c4f28dc83ec041311c5dfa6" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-4b0dda18-1eb3-4609-9925-ed9fcfc3d227"}}' 2018-08-20 10:28:09,601 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:08 GMT Server: Apache x-compute-request-id: req-68bdaee2-efce-46ec-b5f5-0d1060d97067 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-68bdaee2-efce-46ec-b5f5-0d1060d97067 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "8aa014ec-056a-4d25-bb3e-a274625f86ed", "name": "CreateQoSTests-4b0dda18-1eb3-4609-9925-ed9fcfc3d227"}, "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/8aa014ec-056a-4d25-bb3e-a274625f86ed", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/8aa014ec-056a-4d25-bb3e-a274625f86ed", "rel": "bookmark"}]} 2018-08-20 10:28:09,601 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-68bdaee2-efce-46ec-b5f5-0d1060d97067 2018-08-20 10:28:09,602 - create_qos - INFO - Created qos with name - CreateQoSTests-4b0dda18-1eb3-4609-9925-ed9fcfc3d227 2018-08-20 10:28:09,605 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dd46503682384cde296c45c6de0efa1f0a59249" 2018-08-20 10:28:10,234 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:09 GMT Server: Apache x-compute-request-id: req-1baf4b4c-7ae2-452a-8037-8ffc6465c00a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1baf4b4c-7ae2-452a-8037-8ffc6465c00a Content-Encoding: gzip Content-Length: 152 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "8aa014ec-056a-4d25-bb3e-a274625f86ed", "name": "CreateQoSTests-4b0dda18-1eb3-4609-9925-ed9fcfc3d227"}]} 2018-08-20 10:28:10,234 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-1baf4b4c-7ae2-452a-8037-8ffc6465c00a 2018-08-20 10:28:10,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:10,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:10,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["c-XixWlaRYyvKIMVmPsrfg"], "issued_at": "2018-08-20T10:28:10.000000Z"}} 2018-08-20 10:28:10,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cad41e3632c8852cc45dfc21d9fbfc63bfdeb20" 2018-08-20 10:28:10,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92136727-c3fe-4d6b-a107-36cecd0d7073 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:10,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-92136727-c3fe-4d6b-a107-36cecd0d7073 2018-08-20 10:28:10,744 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cad41e3632c8852cc45dfc21d9fbfc63bfdeb20" 2018-08-20 10:28:11,334 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:10 GMT Server: Apache x-compute-request-id: req-dd849d0e-ba27-4d25-b1e6-9a7baa071d59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd849d0e-ba27-4d25-b1e6-9a7baa071d59 Content-Encoding: gzip Content-Length: 152 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "8aa014ec-056a-4d25-bb3e-a274625f86ed", "name": "CreateQoSTests-4b0dda18-1eb3-4609-9925-ed9fcfc3d227"}]} 2018-08-20 10:28:11,334 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-dd849d0e-ba27-4d25-b1e6-9a7baa071d59 2018-08-20 10:28:11,335 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-4b0dda18-1eb3-4609-9925-ed9fcfc3d227 2018-08-20 10:28:11,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/8aa014ec-056a-4d25-bb3e-a274625f86ed?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-afa205e4-7e90-4a91-8c83-c0d3c7975b7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179b3a4a1ac9d2703c4f28dc83ec041311c5dfa6" 2018-08-20 10:28:11,979 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ea421f2c-0d1c-491c-bdcc-2ad7613c440e Content-Length: 0 Content-Type: text/html; 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-08-20 10:28:11,979 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/8aa014ec-056a-4d25-bb3e-a274625f86ed?force=False used request id req-ea421f2c-0d1c-491c-bdcc-2ad7613c440e 2018-08-20 10:28:11,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:28:11,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:28:11,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:28:11,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:28:11,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:28:11,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-c012df98-62bd-4a79-8ca7-b845166e1062 Date: Mon, 20 Aug 2018 10:28:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:28:12,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-c012df98-62bd-4a79-8ca7-b845166e1062 2018-08-20 10:28:12,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,380 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9aba865-009a-4784-9574-fa629805fec3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:12,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-a9aba865-009a-4784-9574-fa629805fec3 2018-08-20 10:28:12,380 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:12,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,476 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45f11989-3be7-4d48-902f-82e6a99800a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:12,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-45f11989-3be7-4d48-902f-82e6a99800a0 2018-08-20 10:28:12,476 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:12,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,566 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7e8bce1-9547-44a3-a6ac-3e7da380cfad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:12,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-c7e8bce1-9547-44a3-a6ac-3e7da380cfad 2018-08-20 10:28:12,567 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:12,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,652 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c32ae6b-7c21-4f7a-9c1c-21c4c0118dc7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:12,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-5c32ae6b-7c21-4f7a-9c1c-21c4c0118dc7 2018-08-20 10:28:12,652 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:12,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,673 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cf2e0a7-a931-4529-a21d-f897e6198441 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:12,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-6cf2e0a7-a931-4529-a21d-f897e6198441 2018-08-20 10:28:12,673 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:12,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,761 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f6d3315-ad7a-4a78-b620-e33f3b99f466 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:12,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-0f6d3315-ad7a-4a78-b620-e33f3b99f466 2018-08-20 10:28:12,761 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:12,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,855 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a212a45-3107-458d-b4fd-2358cd451899 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:12,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-8a212a45-3107-458d-b4fd-2358cd451899 2018-08-20 10:28:12,855 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:12,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:12,949 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad4b0987-5b99-4c89-9fb6-d74fb34b2de3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:12,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-ad4b0987-5b99-4c89-9fb6-d74fb34b2de3 2018-08-20 10:28:12,949 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:12,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,042 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-184c5ec5-6ddf-4169-a86c-beccffebdbe7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:13,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-184c5ec5-6ddf-4169-a86c-beccffebdbe7 2018-08-20 10:28:13,042 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:13,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0924b747-a4c6-47da-9043-806e1ca50ff3 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:28:13,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-0924b747-a4c6-47da-9043-806e1ca50ff3 2018-08-20 10:28:13,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,246 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37e4bf42-0841-4878-b090-de0660dcfb2c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:13,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-37e4bf42-0841-4878-b090-de0660dcfb2c 2018-08-20 10:28:13,246 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:13,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,334 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-532ef24a-59b1-40c7-8030-35787499ee76 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:13,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-532ef24a-59b1-40c7-8030-35787499ee76 2018-08-20 10:28:13,335 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:13,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,429 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a91c0582-c3b3-4f2a-bee6-2cafa4a7aedd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:13,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-a91c0582-c3b3-4f2a-bee6-2cafa4a7aedd 2018-08-20 10:28:13,429 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:13,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,615 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc2bb52d-5f7d-433d-9dfc-d02d43a5a181 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:13,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-dc2bb52d-5f7d-433d-9dfc-d02d43a5a181 2018-08-20 10:28:13,615 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:13,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082ac99b-ea33-409c-a3a8-74ba2c18af64 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:28:13,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-082ac99b-ea33-409c-a3a8-74ba2c18af64 2018-08-20 10:28:13,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,808 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac70e8b8-d4aa-4c3c-9eda-b34e3652fdd6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:13,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-ac70e8b8-d4aa-4c3c-9eda-b34e3652fdd6 2018-08-20 10:28:13,808 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:13,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,895 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-858325f4-0c1e-4895-921d-5e71146760b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:13,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-858325f4-0c1e-4895-921d-5e71146760b1 2018-08-20 10:28:13,895 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:13,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:13,984 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5418c88-3e3a-4ce0-8388-b254af9028d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:13,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-f5418c88-3e3a-4ce0-8388-b254af9028d7 2018-08-20 10:28:13,985 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:13,986 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-8fbc2d04-d747-45a-proj 2018-08-20 10:28:13,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/1b50f10ce1384db5a952c736c07a6eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:14,275 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8734527-7a34-4d40-a401-aa7c9afa1be1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:14,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/1b50f10ce1384db5a952c736c07a6eb8 used request id req-f8734527-7a34-4d40-a401-aa7c9afa1be1 2018-08-20 10:28:14,276 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-8fbc2d04-d747-45a-proj-role 2018-08-20 10:28:14,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/89f3466478344efeb9dc4d29998700e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:14,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-292a9ca1-c6e7-4c02-897b-06830b1aba53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:14,414 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/89f3466478344efeb9dc4d29998700e1 used request id req-292a9ca1-c6e7-4c02-897b-06830b1aba53 2018-08-20 10:28:14,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}056a66ced0ab775798a039ae3f3aa0f663c5b8fa" 2018-08-20 10:28:14,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76f46b2-f149-4c85-afc9-dd6d9640b7f9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:14,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e76f46b2-f149-4c85-afc9-dd6d9640b7f9 2018-08-20 10:28:14,507 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-8fbc2d04-d747-45a-user 2018-08-20 10:28:14,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/961f2b23f0b447bf884edc6f684ade5d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f63af47dffd67ccda7bf3a0a87c434f3c88d77d" 2018-08-20 10:28:14,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a3eebb7-ab9a-4789-9e80-0723d48e96a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:14,695 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/961f2b23f0b447bf884edc6f684ade5d used request id req-5a3eebb7-ab9a-4789-9e80-0723d48e96a6 2018-08-20 10:28:14,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:15,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["T_owuTIaR_GO1pmXnIi1Cg"], "issued_at": "2018-08-20T10:28:15.000000Z"}} 2018-08-20 10:28:15,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e171b7fae072d8f5857d4476fa5b6dfd5e14d44" 2018-08-20 10:28:15,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78c868a5-47bb-4840-bf37-c944cc5fdcc0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:15,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-78c868a5-47bb-4840-bf37-c944cc5fdcc0 2018-08-20 10:28:15,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:15,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:15,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["7hDkRc5VTcua1EEBjxPLyg"], "issued_at": "2018-08-20T10:28:15.000000Z"}} 2018-08-20 10:28:15,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:15,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58b5d993-bd62-4f7b-a661-78521531e69b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:15,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-58b5d993-bd62-4f7b-a661-78521531e69b 2018-08-20 10:28:15,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:15,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:15,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9ff9de5-c806-4774-a6d8-fd5a5c3bd6e6 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:28:15,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj used request id req-c9ff9de5-c806-4774-a6d8-fd5a5c3bd6e6 2018-08-20 10:28:15,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:15,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a295e644-1db4-4ee5-857a-2bf28f3f3c81 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:15,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a295e644-1db4-4ee5-857a-2bf28f3f3c81 2018-08-20 10:28:15,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj"}}' 2018-08-20 10:28:16,025 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c0b7298-a621-4b8f-9994-355368bc3ba7 Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/19b3c5cec3b742be81be91d70f4aa6e4"}, "tags": [], "enabled": true, "id": "19b3c5cec3b742be81be91d70f4aa6e4", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj"}} 2018-08-20 10:28:16,025 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-3c0b7298-a621-4b8f-9994-355368bc3ba7 2018-08-20 10:28:16,026 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj 2018-08-20 10:28:16,026 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:16,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:16,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["qkdhet6JR1Oq7RF_CNRQKQ"], "issued_at": "2018-08-20T10:28:16.000000Z"}} 2018-08-20 10:28:16,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b11b3d3560df620e764daab525b21ad79b6819f" 2018-08-20 10:28:16,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9218199-6338-4a86-b6ad-fbd15cc5f5ee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:16,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e9218199-6338-4a86-b6ad-fbd15cc5f5ee 2018-08-20 10:28:16,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:16,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:16,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b11b3d3560df620e764daab525b21ad79b6819f" 2018-08-20 10:28:16,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38985e54-1de3-4cbc-9f34-260ad8865db7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:28:16,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-38985e54-1de3-4cbc-9f34-260ad8865db7 2018-08-20 10:28:16,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b11b3d3560df620e764daab525b21ad79b6819f" 2018-08-20 10:28:16,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35939b12-ad0c-41b5-ba97-cd1414505389 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/19b3c5cec3b742be81be91d70f4aa6e4"}, "tags": [], "enabled": true, "id": "19b3c5cec3b742be81be91d70f4aa6e4", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj"}]} 2018-08-20 10:28:16,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj used request id req-35939b12-ad0c-41b5-ba97-cd1414505389 2018-08-20 10:28:16,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b11b3d3560df620e764daab525b21ad79b6819f" 2018-08-20 10:28:16,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf70a49c-0ba2-4608-97b2-89c8843ee80c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:16,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-cf70a49c-0ba2-4608-97b2-89c8843ee80c 2018-08-20 10:28:17,101 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-user 2018-08-20 10:28:17,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:17,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:17,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20cc01dd-7efe-4f7e-8705-b385fb8b9241 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:17,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-20cc01dd-7efe-4f7e-8705-b385fb8b9241 2018-08-20 10:28:17,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj-role"}}' 2018-08-20 10:28:17,222 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed125edd-97b6-4003-b652-f4ca5028aae2 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "21c7c2863b7a46f18645286e303c90a1", "links": {"self": "http://172.30.9.36:5000/v3/roles/21c7c2863b7a46f18645286e303c90a1"}, "name": "CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj-role"}} 2018-08-20 10:28:17,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ed125edd-97b6-4003-b652-f4ca5028aae2 2018-08-20 10:28:17,222 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj-role 2018-08-20 10:28:17,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/21c7c2863b7a46f18645286e303c90a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:17,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586c1eef-65af-47d6-8502-061b9341ab42 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "21c7c2863b7a46f18645286e303c90a1", "links": {"self": "http://172.30.9.36:5000/v3/roles/21c7c2863b7a46f18645286e303c90a1"}, "name": "CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj-role"}} 2018-08-20 10:28:17,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/21c7c2863b7a46f18645286e303c90a1 used request id req-586c1eef-65af-47d6-8502-061b9341ab42 2018-08-20 10:28:17,318 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj-role to project CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj 2018-08-20 10:28:17,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/19b3c5cec3b742be81be91d70f4aa6e4/users/5f0f44011f0e43ec95ab3c7c6cfae345/roles/21c7c2863b7a46f18645286e303c90a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:17,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-213ad4ff-648c-4c11-8009-6977bd44f7bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:17,452 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/19b3c5cec3b742be81be91d70f4aa6e4/users/5f0f44011f0e43ec95ab3c7c6cfae345/roles/21c7c2863b7a46f18645286e303c90a1 used request id req-213ad4ff-648c-4c11-8009-6977bd44f7bd 2018-08-20 10:28:17,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:17,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:17,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["K57LhoKrQMayAyW4cMYgnA"], "issued_at": "2018-08-20T10:28:17.000000Z"}} 2018-08-20 10:28:17,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00a4584d6abc183aa5082d11bff182d4da5606a" 2018-08-20 10:28:17,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d62459-89bb-49e0-88ce-41ba1ffbd1d2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:17,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-37d62459-89bb-49e0-88ce-41ba1ffbd1d2 2018-08-20 10:28:17,939 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00a4584d6abc183aa5082d11bff182d4da5606a" 2018-08-20 10:28:18,534 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:17 GMT Server: Apache x-compute-request-id: req-f88431fa-a1f9-411f-944c-848ae4d3d487 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f88431fa-a1f9-411f-944c-848ae4d3d487 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:28:18,534 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-f88431fa-a1f9-411f-944c-848ae4d3d487 2018-08-20 10:28:18,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f88431fa-a1f9-411f-944c-848ae4d3d487" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00a4584d6abc183aa5082d11bff182d4da5606a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-bc78caf3-3975-4961-9427-a5a0aab48ac7", "description": null}}' 2018-08-20 10:28:18,778 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:18 GMT Server: Apache x-compute-request-id: req-09a21089-d886-42fc-8ec0-d6c16c3eba90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-09a21089-d886-42fc-8ec0-d6c16c3eba90 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-bc78caf3-3975-4961-9427-a5a0aab48ac7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c049f4-ad2e-4d2f-aa81-64be5fc2485b", "description": null}} 2018-08-20 10:28:18,778 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types used request id req-09a21089-d886-42fc-8ec0-d6c16c3eba90 2018-08-20 10:28:18,778 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-bc78caf3-3975-4961-9427-a5a0aab48ac7 2018-08-20 10:28:18,781 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e171b7fae072d8f5857d4476fa5b6dfd5e14d44" 2018-08-20 10:28:19,374 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:18 GMT Server: Apache x-compute-request-id: req-2a6ab64e-2c72-421a-a72c-e10711bf7f07 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2a6ab64e-2c72-421a-a72c-e10711bf7f07 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-bc78caf3-3975-4961-9427-a5a0aab48ac7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c049f4-ad2e-4d2f-aa81-64be5fc2485b", "description": null}]} 2018-08-20 10:28:19,374 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-2a6ab64e-2c72-421a-a72c-e10711bf7f07 2018-08-20 10:28:19,378 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f1c049f4-ad2e-4d2f-aa81-64be5fc2485b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2a6ab64e-2c72-421a-a72c-e10711bf7f07" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e171b7fae072d8f5857d4476fa5b6dfd5e14d44" 2018-08-20 10:28:19,569 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:19 GMT Server: Apache x-compute-request-id: req-a622f0bc-6738-47ea-9d00-c97c554d8db9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a622f0bc-6738-47ea-9d00-c97c554d8db9 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-bc78caf3-3975-4961-9427-a5a0aab48ac7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c049f4-ad2e-4d2f-aa81-64be5fc2485b", "description": null}} 2018-08-20 10:28:19,569 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f1c049f4-ad2e-4d2f-aa81-64be5fc2485b used request id req-a622f0bc-6738-47ea-9d00-c97c554d8db9 2018-08-20 10:28:19,571 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f1c049f4-ad2e-4d2f-aa81-64be5fc2485b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2a6ab64e-2c72-421a-a72c-e10711bf7f07" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e171b7fae072d8f5857d4476fa5b6dfd5e14d44" 2018-08-20 10:28:20,158 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:19 GMT Server: Apache x-compute-request-id: req-c49618ae-82d5-4f7f-abdd-c0d25ccd589a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c49618ae-82d5-4f7f-abdd-c0d25ccd589a Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-20 10:28:20,158 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f1c049f4-ad2e-4d2f-aa81-64be5fc2485b/encryption used request id req-c49618ae-82d5-4f7f-abdd-c0d25ccd589a 2018-08-20 10:28:20,159 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-bc78caf3-3975-4961-9427-a5a0aab48ac7 2018-08-20 10:28:20,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f1c049f4-ad2e-4d2f-aa81-64be5fc2485b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2a6ab64e-2c72-421a-a72c-e10711bf7f07" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e171b7fae072d8f5857d4476fa5b6dfd5e14d44" 2018-08-20 10:28:20,463 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7339c273-c199-43ed-af4e-0a80c78d9306 Content-Length: 0 Content-Type: text/html; 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-08-20 10:28:20,463 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f1c049f4-ad2e-4d2f-aa81-64be5fc2485b used request id req-7339c273-c199-43ed-af4e-0a80c78d9306 2018-08-20 10:28:20,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2a6ab64e-2c72-421a-a72c-e10711bf7f07" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e171b7fae072d8f5857d4476fa5b6dfd5e14d44" 2018-08-20 10:28:20,658 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:20 GMT Server: Apache x-compute-request-id: req-14e4ffd2-b70f-449b-a789-f206f870e7c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-14e4ffd2-b70f-449b-a789-f206f870e7c3 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:28:20,659 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-14e4ffd2-b70f-449b-a789-f206f870e7c3 2018-08-20 10:28:20,659 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-bc78caf3-3975-4961-9427-a5a0aab48ac7 2018-08-20 10:28:20,662 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f1c049f4-ad2e-4d2f-aa81-64be5fc2485b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f88431fa-a1f9-411f-944c-848ae4d3d487" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00a4584d6abc183aa5082d11bff182d4da5606a" 2018-08-20 10:28:20,858 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5c63e5ae-a226-474c-bc06-8af573917f2d x-openstack-request-id: req-5c63e5ae-a226-474c-bc06-8af573917f2d Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type f1c049f4-ad2e-4d2f-aa81-64be5fc2485b could not be found.", "code": 404}} 2018-08-20 10:28:20,858 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f1c049f4-ad2e-4d2f-aa81-64be5fc2485b used request id req-5c63e5ae-a226-474c-bc06-8af573917f2d 2018-08-20 10:28:20,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:28:20,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:28:20,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:28:20,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:28:20,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:28:20,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-43fc7fdd-e8c6-4bb4-aef7-8af9e051c07e Date: Mon, 20 Aug 2018 10:28:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:28:21,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-43fc7fdd-e8c6-4bb4-aef7-8af9e051c07e 2018-08-20 10:28:21,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,248 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64fc3807-bf31-4a71-a24c-f023fb61398f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-64fc3807-bf31-4a71-a24c-f023fb61398f 2018-08-20 10:28:21,248 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,267 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45918251-1d3a-4830-945e-ab153b38cd39 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-45918251-1d3a-4830-945e-ab153b38cd39 2018-08-20 10:28:21,268 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,369 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b34765ee-0fdb-4c16-8b11-65307dd6393c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-b34765ee-0fdb-4c16-8b11-65307dd6393c 2018-08-20 10:28:21,370 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,468 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bfa1061-b946-4e66-ab64-305e3056c60f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-4bfa1061-b946-4e66-ab64-305e3056c60f 2018-08-20 10:28:21,469 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,561 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c17c2f6c-9655-4ecd-8464-9f85e72a6d30 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-c17c2f6c-9655-4ecd-8464-9f85e72a6d30 2018-08-20 10:28:21,561 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,650 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-456d86b2-f2e8-4047-b4a8-d4168ddff515 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-456d86b2-f2e8-4047-b4a8-d4168ddff515 2018-08-20 10:28:21,651 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43bacc2e-e466-4030-9f97-3f9c015ab435 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-43bacc2e-e466-4030-9f97-3f9c015ab435 2018-08-20 10:28:21,746 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,828 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fd16678-cb75-40b7-af08-b95e67fc5800 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-4fd16678-cb75-40b7-af08-b95e67fc5800 2018-08-20 10:28:21,829 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:21,920 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5732aea8-4bd9-44f8-881f-e229df0a1a0d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:21,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-5732aea8-4bd9-44f8-881f-e229df0a1a0d 2018-08-20 10:28:21,921 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:21,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b73c93d-72ac-442d-821a-4eab741bb2eb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:28:22,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-1b73c93d-72ac-442d-821a-4eab741bb2eb 2018-08-20 10:28:22,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,107 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fba0976-429a-4a35-9c68-1c0b89e2ab4b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:22,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-6fba0976-429a-4a35-9c68-1c0b89e2ab4b 2018-08-20 10:28:22,107 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:22,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,202 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6848ebf-9ec3-460a-afcc-19a5fa59f9ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:22,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-a6848ebf-9ec3-460a-afcc-19a5fa59f9ac 2018-08-20 10:28:22,202 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:22,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,311 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef15032d-ac12-456f-bb9c-cec59f7f373e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:22,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-ef15032d-ac12-456f-bb9c-cec59f7f373e 2018-08-20 10:28:22,311 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:22,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,405 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0fbe618-4c9b-44e6-af99-b83e2f10ab3f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:22,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-e0fbe618-4c9b-44e6-af99-b83e2f10ab3f 2018-08-20 10:28:22,405 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:22,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f443c5f-e1df-4708-b197-871dfbd7d786 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:28:22,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-6f443c5f-e1df-4708-b197-871dfbd7d786 2018-08-20 10:28:22,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,606 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-401564ef-9a70-4275-8c1a-ec8155b678f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:22,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-401564ef-9a70-4275-8c1a-ec8155b678f4 2018-08-20 10:28:22,606 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:22,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,694 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-237ee702-2926-408b-aebf-4cf1b42ad5f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:22,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-237ee702-2926-408b-aebf-4cf1b42ad5f0 2018-08-20 10:28:22,695 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:22,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:22,787 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae4ca703-2580-4b38-be4e-5c05d94de2b2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:22,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-ae4ca703-2580-4b38-be4e-5c05d94de2b2 2018-08-20 10:28:22,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:22,788 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj 2018-08-20 10:28:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/19b3c5cec3b742be81be91d70f4aa6e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:23,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10be17d8-33b1-4246-a35f-a1970bc1ccb6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:23,025 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/19b3c5cec3b742be81be91d70f4aa6e4 used request id req-10be17d8-33b1-4246-a35f-a1970bc1ccb6 2018-08-20 10:28:23,025 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-proj-role 2018-08-20 10:28:23,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/21c7c2863b7a46f18645286e303c90a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:23,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57ece6f4-ba6d-4dd5-948e-0a23a31d37c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:23,138 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/21c7c2863b7a46f18645286e303c90a1 used request id req-57ece6f4-ba6d-4dd5-948e-0a23a31d37c7 2018-08-20 10:28:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c9934449b92a35c5e30c77a84cf0fe811c386c" 2018-08-20 10:28:23,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71c828e-3f05-48e9-b47d-8989637f9bce Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:23,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e71c828e-3f05-48e9-b47d-8989637f9bce 2018-08-20 10:28:23,161 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-d28af8df-c7a6-474-user 2018-08-20 10:28:23,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/5f0f44011f0e43ec95ab3c7c6cfae345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b11b3d3560df620e764daab525b21ad79b6819f" 2018-08-20 10:28:23,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eeb10267-3b86-445d-8403-a9c0adc2139a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:23,344 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/5f0f44011f0e43ec95ab3c7c6cfae345 used request id req-eeb10267-3b86-445d-8403-a9c0adc2139a 2018-08-20 10:28:23,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:23,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["fUT7sEYGSauTu--RFIVdbg"], "issued_at": "2018-08-20T10:28:23.000000Z"}} 2018-08-20 10:28:23,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529d44dcf7688297091fb439ad950bf2a5ab011e" 2018-08-20 10:28:23,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22045afa-03f8-4fd1-b89a-91f69a3220e2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:23,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-22045afa-03f8-4fd1-b89a-91f69a3220e2 2018-08-20 10:28:23,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:23,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:24,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["y-B4711bQ6GVO6Y9IGQoug"], "issued_at": "2018-08-20T10:28:24.000000Z"}} 2018-08-20 10:28:24,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:24,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ac28ad-6a2d-415a-93c5-3c83765b257f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:24,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a4ac28ad-6a2d-415a-93c5-3c83765b257f 2018-08-20 10:28:24,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:24,310 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:24,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:24,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d201fea-0fc7-44c6-81ea-b7fe9232f038 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:28:24,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj used request id req-0d201fea-0fc7-44c6-81ea-b7fe9232f038 2018-08-20 10:28:24,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:24,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f43e5ba0-1bdc-498b-bb7e-8e94cfed625d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:24,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f43e5ba0-1bdc-498b-bb7e-8e94cfed625d 2018-08-20 10:28:24,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj"}}' 2018-08-20 10:28:24,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bab536ca-a87c-4f6f-ad46-9fb23bb93727 Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/c34bbbe8ac1245ad95e0997ab49bfcc4"}, "tags": [], "enabled": true, "id": "c34bbbe8ac1245ad95e0997ab49bfcc4", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj"}} 2018-08-20 10:28:24,654 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-bab536ca-a87c-4f6f-ad46-9fb23bb93727 2018-08-20 10:28:24,654 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj 2018-08-20 10:28:24,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:24,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:25,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["_gYDrxzKQ_y5mtmlAdkTYA"], "issued_at": "2018-08-20T10:28:25.000000Z"}} 2018-08-20 10:28:25,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4408a9207563a705b602dcc26e177c43ee00e5f9" 2018-08-20 10:28:25,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0fa2e4a-4d02-4adc-b60b-cedd4680edbe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:25,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e0fa2e4a-4d02-4adc-b60b-cedd4680edbe 2018-08-20 10:28:25,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:25,151 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:25,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4408a9207563a705b602dcc26e177c43ee00e5f9" 2018-08-20 10:28:25,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e72753fe-6285-44df-b7ca-77c0df57a1a7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:28:25,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-e72753fe-6285-44df-b7ca-77c0df57a1a7 2018-08-20 10:28:25,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4408a9207563a705b602dcc26e177c43ee00e5f9" 2018-08-20 10:28:25,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e13ef26-a0bb-4c73-a1e9-01fc618de1ef Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/c34bbbe8ac1245ad95e0997ab49bfcc4"}, "tags": [], "enabled": true, "id": "c34bbbe8ac1245ad95e0997ab49bfcc4", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj"}]} 2018-08-20 10:28:25,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj used request id req-2e13ef26-a0bb-4c73-a1e9-01fc618de1ef 2018-08-20 10:28:25,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4408a9207563a705b602dcc26e177c43ee00e5f9" 2018-08-20 10:28:25,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-485d20bb-308e-4427-a204-79a711399d9d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:25,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-485d20bb-308e-4427-a204-79a711399d9d 2018-08-20 10:28:25,845 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-user 2018-08-20 10:28:25,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:25,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:25,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5bf9793-a1c0-4ea9-bbd7-1407e72cbed4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:25,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b5bf9793-a1c0-4ea9-bbd7-1407e72cbed4 2018-08-20 10:28:25,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj-role"}}' 2018-08-20 10:28:26,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a1ab9ba-21b1-4b61-a92b-e3f04bf4ab36 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "46984a7cb25b4aacb7bd0f7c3432a937", "links": {"self": "http://172.30.9.36:5000/v3/roles/46984a7cb25b4aacb7bd0f7c3432a937"}, "name": "CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj-role"}} 2018-08-20 10:28:26,061 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-2a1ab9ba-21b1-4b61-a92b-e3f04bf4ab36 2018-08-20 10:28:26,061 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj-role 2018-08-20 10:28:26,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/46984a7cb25b4aacb7bd0f7c3432a937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:26,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5449bbbe-b7a6-473f-8e56-a9cba6ffbd9a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "46984a7cb25b4aacb7bd0f7c3432a937", "links": {"self": "http://172.30.9.36:5000/v3/roles/46984a7cb25b4aacb7bd0f7c3432a937"}, "name": "CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj-role"}} 2018-08-20 10:28:26,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/46984a7cb25b4aacb7bd0f7c3432a937 used request id req-5449bbbe-b7a6-473f-8e56-a9cba6ffbd9a 2018-08-20 10:28:26,158 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj-role to project CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj 2018-08-20 10:28:26,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/c34bbbe8ac1245ad95e0997ab49bfcc4/users/f3ef251a7c1341acaf7a361850da9815/roles/46984a7cb25b4aacb7bd0f7c3432a937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:26,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aea5756c-ddcc-4f2a-b0e1-735172e4a2c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:26,297 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/c34bbbe8ac1245ad95e0997ab49bfcc4/users/f3ef251a7c1341acaf7a361850da9815/roles/46984a7cb25b4aacb7bd0f7c3432a937 used request id req-aea5756c-ddcc-4f2a-b0e1-735172e4a2c4 2018-08-20 10:28:26,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:26,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:26,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["pEBH_BKpQNqz_h3DozSFmA"], "issued_at": "2018-08-20T10:28:26.000000Z"}} 2018-08-20 10:28:26,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}340d50fab3464be49a124b96e7d7db3d54423051" 2018-08-20 10:28:26,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984f1a66-9886-46df-bddd-b1e4db6d0a2c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:26,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-984f1a66-9886-46df-bddd-b1e4db6d0a2c 2018-08-20 10:28:26,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}340d50fab3464be49a124b96e7d7db3d54423051" 2018-08-20 10:28:27,367 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:26 GMT Server: Apache x-compute-request-id: req-d7a9977e-eac7-469b-8ded-33878da5ea7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d7a9977e-eac7-469b-8ded-33878da5ea7a Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:28:27,368 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-d7a9977e-eac7-469b-8ded-33878da5ea7a 2018-08-20 10:28:27,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d7a9977e-eac7-469b-8ded-33878da5ea7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}340d50fab3464be49a124b96e7d7db3d54423051" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-d6ac1cbe-679e-44ff-b36f-e52d0fc874ff", "description": null}}' 2018-08-20 10:28:27,608 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:27 GMT Server: Apache x-compute-request-id: req-45689f43-7d08-4621-b736-d079dccfe0b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-45689f43-7d08-4621-b736-d079dccfe0b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d6ac1cbe-679e-44ff-b36f-e52d0fc874ff", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dbfe2956-1be1-40d1-8637-c28f665ea7b0", "description": null}} 2018-08-20 10:28:27,608 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types used request id req-45689f43-7d08-4621-b736-d079dccfe0b8 2018-08-20 10:28:27,609 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-d6ac1cbe-679e-44ff-b36f-e52d0fc874ff 2018-08-20 10:28:27,611 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529d44dcf7688297091fb439ad950bf2a5ab011e" 2018-08-20 10:28:28,221 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:27 GMT Server: Apache x-compute-request-id: req-40e9db8f-4a5d-4420-8a86-b33a4be038a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-40e9db8f-4a5d-4420-8a86-b33a4be038a9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-d6ac1cbe-679e-44ff-b36f-e52d0fc874ff", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dbfe2956-1be1-40d1-8637-c28f665ea7b0", "description": null}]} 2018-08-20 10:28:28,221 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-40e9db8f-4a5d-4420-8a86-b33a4be038a9 2018-08-20 10:28:28,224 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40e9db8f-4a5d-4420-8a86-b33a4be038a9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529d44dcf7688297091fb439ad950bf2a5ab011e" 2018-08-20 10:28:28,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:28 GMT Server: Apache x-compute-request-id: req-005d14d8-24e7-46c8-b57e-03448128881e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-005d14d8-24e7-46c8-b57e-03448128881e Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d6ac1cbe-679e-44ff-b36f-e52d0fc874ff", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dbfe2956-1be1-40d1-8637-c28f665ea7b0", "description": null}} 2018-08-20 10:28:28,417 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0 used request id req-005d14d8-24e7-46c8-b57e-03448128881e 2018-08-20 10:28:28,420 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40e9db8f-4a5d-4420-8a86-b33a4be038a9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529d44dcf7688297091fb439ad950bf2a5ab011e" 2018-08-20 10:28:29,008 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:28 GMT Server: Apache x-compute-request-id: req-16d60c97-c53f-4e28-97da-d63db1bb0879 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-16d60c97-c53f-4e28-97da-d63db1bb0879 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-20 10:28:29,008 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0/encryption used request id req-16d60c97-c53f-4e28-97da-d63db1bb0879 2018-08-20 10:28:29,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:29,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:29,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["QfXh8RxmTgC4bWj93NyC7A"], "issued_at": "2018-08-20T10:28:29.000000Z"}} 2018-08-20 10:28:29,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4c6b3462b28cde1af26fdca61cdbe63060e4dd" 2018-08-20 10:28:29,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1541ae93-8123-406c-b467-3bb216786ec4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:29,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1541ae93-8123-406c-b467-3bb216786ec4 2018-08-20 10:28:29,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4c6b3462b28cde1af26fdca61cdbe63060e4dd" 2018-08-20 10:28:30,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:29 GMT Server: Apache x-compute-request-id: req-ed6c3352-7c66-44ab-b28c-48fed6192b70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed6c3352-7c66-44ab-b28c-48fed6192b70 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-d6ac1cbe-679e-44ff-b36f-e52d0fc874ff", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dbfe2956-1be1-40d1-8637-c28f665ea7b0", "description": null}]} 2018-08-20 10:28:30,085 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-ed6c3352-7c66-44ab-b28c-48fed6192b70 2018-08-20 10:28:30,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed6c3352-7c66-44ab-b28c-48fed6192b70" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4c6b3462b28cde1af26fdca61cdbe63060e4dd" 2018-08-20 10:28:30,277 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:30 GMT Server: Apache x-compute-request-id: req-39be3159-2a00-4bcd-8ae8-854ad18725c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39be3159-2a00-4bcd-8ae8-854ad18725c0 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d6ac1cbe-679e-44ff-b36f-e52d0fc874ff", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dbfe2956-1be1-40d1-8637-c28f665ea7b0", "description": null}} 2018-08-20 10:28:30,278 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0 used request id req-39be3159-2a00-4bcd-8ae8-854ad18725c0 2018-08-20 10:28:30,280 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed6c3352-7c66-44ab-b28c-48fed6192b70" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d4c6b3462b28cde1af26fdca61cdbe63060e4dd" 2018-08-20 10:28:30,876 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:30 GMT Server: Apache x-compute-request-id: req-a6e58c59-b66f-450b-af63-2c54e68cf07f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a6e58c59-b66f-450b-af63-2c54e68cf07f Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-20 10:28:30,877 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0/encryption used request id req-a6e58c59-b66f-450b-af63-2c54e68cf07f 2018-08-20 10:28:30,877 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-d6ac1cbe-679e-44ff-b36f-e52d0fc874ff 2018-08-20 10:28:30,880 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7a9977e-eac7-469b-8ded-33878da5ea7a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}340d50fab3464be49a124b96e7d7db3d54423051" 2018-08-20 10:28:31,115 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-86dd712a-d50f-4979-b113-b571a782c972 Content-Length: 0 Content-Type: text/html; 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-08-20 10:28:31,115 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/dbfe2956-1be1-40d1-8637-c28f665ea7b0 used request id req-86dd712a-d50f-4979-b113-b571a782c972 2018-08-20 10:28:31,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:28:31,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:28:31,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:28:31,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:28:31,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:28:31,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:31,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-f8d2abea-5f83-4b79-9492-5d13118ca373 Date: Mon, 20 Aug 2018 10:28:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:28:31,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-f8d2abea-5f83-4b79-9492-5d13118ca373 2018-08-20 10:28:31,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:31,484 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64a8113f-85d5-4905-840a-2acf8080deb9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:31,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-64a8113f-85d5-4905-840a-2acf8080deb9 2018-08-20 10:28:31,484 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:31,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:31,504 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a95a79c8-1066-41ba-bfe1-591eec1c1bc9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:31,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-a95a79c8-1066-41ba-bfe1-591eec1c1bc9 2018-08-20 10:28:31,504 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:31,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:31,599 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e96351d6-79f1-4945-851b-24e79b10f627 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:31,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-e96351d6-79f1-4945-851b-24e79b10f627 2018-08-20 10:28:31,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:31,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:31,694 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e97f346-af4f-49f4-a5da-eb6289c2126f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:31,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-3e97f346-af4f-49f4-a5da-eb6289c2126f 2018-08-20 10:28:31,695 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:31,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:31,783 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91ee7d73-9920-4a75-a2ea-5fb435857597 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:31,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-91ee7d73-9920-4a75-a2ea-5fb435857597 2018-08-20 10:28:31,783 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:31,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:31,877 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46be51b9-be43-47db-853c-70b0bf617919 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:31,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-46be51b9-be43-47db-853c-70b0bf617919 2018-08-20 10:28:31,877 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:31,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:31,969 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82888b1b-f3aa-48fe-a979-8d467a4fb48f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:31,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-82888b1b-f3aa-48fe-a979-8d467a4fb48f 2018-08-20 10:28:31,970 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:31,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,057 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-872f115e-a2b4-4ac6-a0fb-67558b3e6934 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:32,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-872f115e-a2b4-4ac6-a0fb-67558b3e6934 2018-08-20 10:28:32,058 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:32,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,154 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-604384c1-b989-451d-b63b-51c783397697 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:32,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-604384c1-b989-451d-b63b-51c783397697 2018-08-20 10:28:32,154 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:32,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346f5f8d-64c5-469d-9dab-82c00bca84a6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:28:32,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-346f5f8d-64c5-469d-9dab-82c00bca84a6 2018-08-20 10:28:32,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-545f88fb-1381-4fe9-a26c-b746a51c2a68 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:32,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-545f88fb-1381-4fe9-a26c-b746a51c2a68 2018-08-20 10:28:32,266 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:32,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,467 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-479f5f58-8a8f-4229-8049-a4491fb4010f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:32,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-479f5f58-8a8f-4229-8049-a4491fb4010f 2018-08-20 10:28:32,467 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:32,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,555 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d31ce28-fc39-4723-8bc3-a24fb0a4ce29 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:32,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-5d31ce28-fc39-4723-8bc3-a24fb0a4ce29 2018-08-20 10:28:32,556 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:32,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,644 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd823896-0279-45e5-aed2-4ce165437756 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:32,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-dd823896-0279-45e5-aed2-4ce165437756 2018-08-20 10:28:32,645 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:32,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248dbcef-fdd4-4988-81ce-3d3f486239c8 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:28:32,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-248dbcef-fdd4-4988-81ce-3d3f486239c8 2018-08-20 10:28:32,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,840 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd7e17cc-c0c9-4437-bdcc-3fb3bb833d5f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:32,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-dd7e17cc-c0c9-4437-bdcc-3fb3bb833d5f 2018-08-20 10:28:32,841 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:32,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:32,928 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4999e0f9-46af-42e9-baa5-388a283c38f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:32,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-4999e0f9-46af-42e9-baa5-388a283c38f4 2018-08-20 10:28:32,928 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:32,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:33,023 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38398053-699a-4c0a-a560-1444e1ece391 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:33,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-38398053-699a-4c0a-a560-1444e1ece391 2018-08-20 10:28:33,023 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:33,024 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj 2018-08-20 10:28:33,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/c34bbbe8ac1245ad95e0997ab49bfcc4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:33,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dfa273c-08c0-4146-988b-f72108767145 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:33,264 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/c34bbbe8ac1245ad95e0997ab49bfcc4 used request id req-6dfa273c-08c0-4146-988b-f72108767145 2018-08-20 10:28:33,265 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-proj-role 2018-08-20 10:28:33,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/46984a7cb25b4aacb7bd0f7c3432a937 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:33,377 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36ca134f-dd0d-4e23-87ab-0ecca029de59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:33,377 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/46984a7cb25b4aacb7bd0f7c3432a937 used request id req-36ca134f-dd0d-4e23-87ab-0ecca029de59 2018-08-20 10:28:33,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23194a6b8a042f842c9c37eff60fa89c71dc2bc2" 2018-08-20 10:28:33,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec57568-74ba-4b3d-acf1-319478b868db Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:33,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-aec57568-74ba-4b3d-acf1-319478b868db 2018-08-20 10:28:33,473 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-33f9ce0a-a1f5-4b5-user 2018-08-20 10:28:33,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/f3ef251a7c1341acaf7a361850da9815 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4408a9207563a705b602dcc26e177c43ee00e5f9" 2018-08-20 10:28:33,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a736f110-d563-4d9a-ad18-f5cf9acf4c60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:33,680 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/f3ef251a7c1341acaf7a361850da9815 used request id req-a736f110-d563-4d9a-ad18-f5cf9acf4c60 2018-08-20 10:28:33,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:34,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["kv43W7TfRcKAkQUqyiV-BQ"], "issued_at": "2018-08-20T10:28:34.000000Z"}} 2018-08-20 10:28:34,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967f20274f538f3e0ef9ef4beb70fc26a187f14f" 2018-08-20 10:28:34,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f138cfc3-6ec9-437e-9573-a2849dd4566f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:34,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f138cfc3-6ec9-437e-9573-a2849dd4566f 2018-08-20 10:28:34,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:34,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:34,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["5mZ5ipDtTUmfMa0ty56loA"], "issued_at": "2018-08-20T10:28:34.000000Z"}} 2018-08-20 10:28:34,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:34,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8cb89d8-9756-42e6-9e55-b9d864d82154 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:34,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b8cb89d8-9756-42e6-9e55-b9d864d82154 2018-08-20 10:28:34,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:34,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:34,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:34,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b0328b3-f1f7-4d79-94fc-b2f3427eba65 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:28:34,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj used request id req-9b0328b3-f1f7-4d79-94fc-b2f3427eba65 2018-08-20 10:28:34,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:35,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb3578c3-b9dc-4956-a79a-24d99dd36c7c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:35,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-cb3578c3-b9dc-4956-a79a-24d99dd36c7c 2018-08-20 10:28:35,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj"}}' 2018-08-20 10:28:35,163 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-863e9be4-ca47-45fb-9a66-075716f39040 Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/60fa139bd6114dcfb2fea0d7256d9da7"}, "tags": [], "enabled": true, "id": "60fa139bd6114dcfb2fea0d7256d9da7", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj"}} 2018-08-20 10:28:35,163 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-863e9be4-ca47-45fb-9a66-075716f39040 2018-08-20 10:28:35,164 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj 2018-08-20 10:28:35,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:35,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:35,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["3FDP_SeGT3miTRXB4gqN6g"], "issued_at": "2018-08-20T10:28:35.000000Z"}} 2018-08-20 10:28:35,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b220283f427d6b27098c0b9004aa20b126d4ce1b" 2018-08-20 10:28:35,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159f04ab-de4a-415a-8afe-e97f4b4740aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:35,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-159f04ab-de4a-415a-8afe-e97f4b4740aa 2018-08-20 10:28:35,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:35,653 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:35,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b220283f427d6b27098c0b9004aa20b126d4ce1b" 2018-08-20 10:28:35,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7050a5f-5a15-497d-8c83-fdad0435c351 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:28:35,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-a7050a5f-5a15-497d-8c83-fdad0435c351 2018-08-20 10:28:35,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b220283f427d6b27098c0b9004aa20b126d4ce1b" 2018-08-20 10:28:35,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7143643e-5969-4fd8-a190-ad599f72d17c Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/60fa139bd6114dcfb2fea0d7256d9da7"}, "tags": [], "enabled": true, "id": "60fa139bd6114dcfb2fea0d7256d9da7", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj"}]} 2018-08-20 10:28:35,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj used request id req-7143643e-5969-4fd8-a190-ad599f72d17c 2018-08-20 10:28:35,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b220283f427d6b27098c0b9004aa20b126d4ce1b" 2018-08-20 10:28:35,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-798148ca-9493-4b76-b3b4-35a280089a66 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:35,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-798148ca-9493-4b76-b3b4-35a280089a66 2018-08-20 10:28:36,343 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-user 2018-08-20 10:28:36,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:36,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:36,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6734ea57-fab2-43ee-b1f0-8a4fe1fb8e60 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:36,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6734ea57-fab2-43ee-b1f0-8a4fe1fb8e60 2018-08-20 10:28:36,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj-role"}}' 2018-08-20 10:28:36,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72e30a64-4432-4c90-bb8a-b4e969d85016 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "69e2bcb72af445ba81629204e5794a0e", "links": {"self": "http://172.30.9.36:5000/v3/roles/69e2bcb72af445ba81629204e5794a0e"}, "name": "CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj-role"}} 2018-08-20 10:28:36,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-72e30a64-4432-4c90-bb8a-b4e969d85016 2018-08-20 10:28:36,546 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj-role 2018-08-20 10:28:36,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/69e2bcb72af445ba81629204e5794a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:36,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7f26f72-819b-486a-8d8a-3c7a12d1e580 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "69e2bcb72af445ba81629204e5794a0e", "links": {"self": "http://172.30.9.36:5000/v3/roles/69e2bcb72af445ba81629204e5794a0e"}, "name": "CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj-role"}} 2018-08-20 10:28:36,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/69e2bcb72af445ba81629204e5794a0e used request id req-c7f26f72-819b-486a-8d8a-3c7a12d1e580 2018-08-20 10:28:36,645 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj-role to project CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj 2018-08-20 10:28:36,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/60fa139bd6114dcfb2fea0d7256d9da7/users/c2c71c68cd2448d6b9f789ced1b991d5/roles/69e2bcb72af445ba81629204e5794a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:36,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-765d9420-b44e-48c0-b941-a026b5f0cbc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:36,794 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/60fa139bd6114dcfb2fea0d7256d9da7/users/c2c71c68cd2448d6b9f789ced1b991d5/roles/69e2bcb72af445ba81629204e5794a0e used request id req-765d9420-b44e-48c0-b941-a026b5f0cbc9 2018-08-20 10:28:36,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:36,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:37,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["aFp0djBpTjCq_DP5_4QH9Q"], "issued_at": "2018-08-20T10:28:37.000000Z"}} 2018-08-20 10:28:37,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ebb98f24ff6be5c6dfa1224ce2735bb4fa8236" 2018-08-20 10:28:37,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c85db1-5a49-48d7-a573-5d7cbe2b6ed7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:37,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-77c85db1-5a49-48d7-a573-5d7cbe2b6ed7 2018-08-20 10:28:37,288 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ebb98f24ff6be5c6dfa1224ce2735bb4fa8236" 2018-08-20 10:28:37,876 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:37 GMT Server: Apache x-compute-request-id: req-e340fa29-841c-4020-87ef-d950ee1b3a99 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e340fa29-841c-4020-87ef-d950ee1b3a99 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:28:37,876 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-e340fa29-841c-4020-87ef-d950ee1b3a99 2018-08-20 10:28:37,879 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e340fa29-841c-4020-87ef-d950ee1b3a99" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ebb98f24ff6be5c6dfa1224ce2735bb4fa8236" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-25187485-baa0-4b86-8975-6600d9c307a7", "description": null}}' 2018-08-20 10:28:38,511 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:37 GMT Server: Apache x-compute-request-id: req-00f070f6-5516-46b6-961e-4282e5088a3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-00f070f6-5516-46b6-961e-4282e5088a3b Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-25187485-baa0-4b86-8975-6600d9c307a7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f5f3b549-bd25-4b67-95d4-1ed895fccc06", "description": null}} 2018-08-20 10:28:38,511 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types used request id req-00f070f6-5516-46b6-961e-4282e5088a3b 2018-08-20 10:28:38,512 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-25187485-baa0-4b86-8975-6600d9c307a7 2018-08-20 10:28:38,515 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967f20274f538f3e0ef9ef4beb70fc26a187f14f" 2018-08-20 10:28:38,704 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:38 GMT Server: Apache x-compute-request-id: req-89bd9e1b-c25e-41fb-83ba-e218f64456f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89bd9e1b-c25e-41fb-83ba-e218f64456f9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-25187485-baa0-4b86-8975-6600d9c307a7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f5f3b549-bd25-4b67-95d4-1ed895fccc06", "description": null}]} 2018-08-20 10:28:38,704 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-89bd9e1b-c25e-41fb-83ba-e218f64456f9 2018-08-20 10:28:38,708 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89bd9e1b-c25e-41fb-83ba-e218f64456f9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967f20274f538f3e0ef9ef4beb70fc26a187f14f" 2018-08-20 10:28:38,911 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:38 GMT Server: Apache x-compute-request-id: req-710a7384-0ae7-4495-b1f8-bedbc99da6f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-710a7384-0ae7-4495-b1f8-bedbc99da6f0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-25187485-baa0-4b86-8975-6600d9c307a7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f5f3b549-bd25-4b67-95d4-1ed895fccc06", "description": null}} 2018-08-20 10:28:38,911 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06 used request id req-710a7384-0ae7-4495-b1f8-bedbc99da6f0 2018-08-20 10:28:38,914 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89bd9e1b-c25e-41fb-83ba-e218f64456f9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967f20274f538f3e0ef9ef4beb70fc26a187f14f" 2018-08-20 10:28:39,504 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:38 GMT Server: Apache x-compute-request-id: req-fc9478d9-19ef-4647-9d1a-c5a56e9441c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc9478d9-19ef-4647-9d1a-c5a56e9441c2 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-20 10:28:39,504 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06/encryption used request id req-fc9478d9-19ef-4647-9d1a-c5a56e9441c2 2018-08-20 10:28:39,507 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89bd9e1b-c25e-41fb-83ba-e218f64456f9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967f20274f538f3e0ef9ef4beb70fc26a187f14f" 2018-08-20 10:28:40,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:39 GMT Server: Apache x-compute-request-id: req-66d13a24-a455-433d-b397-126227558b11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66d13a24-a455-433d-b397-126227558b11 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-25187485-baa0-4b86-8975-6600d9c307a7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f5f3b549-bd25-4b67-95d4-1ed895fccc06", "description": null}} 2018-08-20 10:28:40,102 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06 used request id req-66d13a24-a455-433d-b397-126227558b11 2018-08-20 10:28:40,104 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89bd9e1b-c25e-41fb-83ba-e218f64456f9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967f20274f538f3e0ef9ef4beb70fc26a187f14f" 2018-08-20 10:28:40,698 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:40 GMT Server: Apache x-compute-request-id: req-d96928f8-65f2-4e7e-928d-b7bf91af01f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d96928f8-65f2-4e7e-928d-b7bf91af01f7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-25187485-baa0-4b86-8975-6600d9c307a7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f5f3b549-bd25-4b67-95d4-1ed895fccc06", "description": null}} 2018-08-20 10:28:40,698 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06 used request id req-d96928f8-65f2-4e7e-928d-b7bf91af01f7 2018-08-20 10:28:40,701 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-89bd9e1b-c25e-41fb-83ba-e218f64456f9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967f20274f538f3e0ef9ef4beb70fc26a187f14f" 2018-08-20 10:28:41,309 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:40 GMT Server: Apache x-compute-request-id: req-98fac7e1-a7f9-4623-83c5-e3e95410b93d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-98fac7e1-a7f9-4623-83c5-e3e95410b93d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-20 10:28:41,309 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06/encryption used request id req-98fac7e1-a7f9-4623-83c5-e3e95410b93d 2018-08-20 10:28:41,309 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-25187485-baa0-4b86-8975-6600d9c307a7 2018-08-20 10:28:41,311 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e340fa29-841c-4020-87ef-d950ee1b3a99" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ebb98f24ff6be5c6dfa1224ce2735bb4fa8236" 2018-08-20 10:28:41,534 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-880979d7-951f-428f-b77b-579c0be4c371 Content-Length: 0 Content-Type: text/html; 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-08-20 10:28:41,534 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/f5f3b549-bd25-4b67-95d4-1ed895fccc06 used request id req-880979d7-951f-428f-b77b-579c0be4c371 2018-08-20 10:28:41,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:28:41,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:28:41,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:28:41,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:28:41,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:28:41,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:41,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-f62212af-28d7-41ac-a0ac-6364d768660a Date: Mon, 20 Aug 2018 10:28:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:28:41,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-f62212af-28d7-41ac-a0ac-6364d768660a 2018-08-20 10:28:41,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:41,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bb4dcc6-573f-431e-9806-aa665b7c8760 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:41,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-0bb4dcc6-573f-431e-9806-aa665b7c8760 2018-08-20 10:28:41,900 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:41,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:41,996 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e348aefc-2fc4-4663-a4dd-c2d3a0358c95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:41,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e348aefc-2fc4-4663-a4dd-c2d3a0358c95 2018-08-20 10:28:41,996 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,014 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-425de3ee-3d76-4442-9745-3bf59d6a5e63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-425de3ee-3d76-4442-9745-3bf59d6a5e63 2018-08-20 10:28:42,015 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,105 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2a6ab1e-75da-42e1-b928-3620993644d3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-b2a6ab1e-75da-42e1-b928-3620993644d3 2018-08-20 10:28:42,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,209 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de6fef16-8b74-45b7-906f-b84ef1743b1e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-de6fef16-8b74-45b7-906f-b84ef1743b1e 2018-08-20 10:28:42,210 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,303 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6f6cf6d-4fd9-4bb1-b5dd-9b955792bff9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-d6f6cf6d-4fd9-4bb1-b5dd-9b955792bff9 2018-08-20 10:28:42,303 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,393 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4aba5008-c434-43b2-bb5b-7b9df0880321 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-4aba5008-c434-43b2-bb5b-7b9df0880321 2018-08-20 10:28:42,394 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,500 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c98dd15-ae74-4d02-93b1-eca056f4501f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-0c98dd15-ae74-4d02-93b1-eca056f4501f 2018-08-20 10:28:42,500 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,596 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1731289-47c8-4a90-af20-0ee118aefb15 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-e1731289-47c8-4a90-af20-0ee118aefb15 2018-08-20 10:28:42,597 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bfaa0ae-5700-420c-bdba-f6cef843cdb4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:28:42,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-9bfaa0ae-5700-420c-bdba-f6cef843cdb4 2018-08-20 10:28:42,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,788 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9f01308-47df-4496-a723-40b9a89d3aac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-b9f01308-47df-4496-a723-40b9a89d3aac 2018-08-20 10:28:42,788 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eab6ea16-f985-4ef4-92c4-6bd8da9eb507 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-eab6ea16-f985-4ef4-92c4-6bd8da9eb507 2018-08-20 10:28:42,885 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:42,973 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a531c6e5-ec65-4ada-b4a4-699c1aae1038 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:42,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-a531c6e5-ec65-4ada-b4a4-699c1aae1038 2018-08-20 10:28:42,973 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:42,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:43,069 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48b57fcc-a229-4457-8929-b3abe880b9cd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:43,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-48b57fcc-a229-4457-8929-b3abe880b9cd 2018-08-20 10:28:43,070 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:43,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:43,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd5a9767-85a4-42dd-a833-21d8ac4ab468 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:28:43,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-cd5a9767-85a4-42dd-a833-21d8ac4ab468 2018-08-20 10:28:43,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:43,253 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-200b4331-e826-47cf-bcbf-91349ada955c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:43,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-200b4331-e826-47cf-bcbf-91349ada955c 2018-08-20 10:28:43,253 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:43,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:43,348 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bbd4a62-036c-4465-a248-13a843719ac9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:43,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-0bbd4a62-036c-4465-a248-13a843719ac9 2018-08-20 10:28:43,349 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:43,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:43,445 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-527fcff0-b145-4360-8bcf-6cbb0e8749b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:43,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-527fcff0-b145-4360-8bcf-6cbb0e8749b8 2018-08-20 10:28:43,446 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:43,447 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj 2018-08-20 10:28:43,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/60fa139bd6114dcfb2fea0d7256d9da7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:43,677 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e246fc3-693e-4ed4-b001-a78d1026ecb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:43,677 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/60fa139bd6114dcfb2fea0d7256d9da7 used request id req-0e246fc3-693e-4ed4-b001-a78d1026ecb4 2018-08-20 10:28:43,677 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-proj-role 2018-08-20 10:28:43,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/69e2bcb72af445ba81629204e5794a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:43,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2e75b5f-85e5-4bd8-82d1-ef25c2ed8615 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:43,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/69e2bcb72af445ba81629204e5794a0e used request id req-f2e75b5f-85e5-4bd8-82d1-ef25c2ed8615 2018-08-20 10:28:43,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ded98ca2f54e49603a776356c0442498d0070c5" 2018-08-20 10:28:43,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3b33619-bd22-4b43-b78b-3a496dadec55 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:43,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d3b33619-bd22-4b43-b78b-3a496dadec55 2018-08-20 10:28:43,927 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-09c06284-54da-489-user 2018-08-20 10:28:43,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/c2c71c68cd2448d6b9f789ced1b991d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b220283f427d6b27098c0b9004aa20b126d4ce1b" 2018-08-20 10:28:44,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a71f1231-a41b-445b-8e95-cee3143c715b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:44,110 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/c2c71c68cd2448d6b9f789ced1b991d5 used request id req-a71f1231-a41b-445b-8e95-cee3143c715b 2018-08-20 10:28:44,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:44,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["1LvVtg8nQoC0nn3Op35QLw"], "issued_at": "2018-08-20T10:28:44.000000Z"}} 2018-08-20 10:28:44,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e64cf2954d061c6d4dda21e747e2cdc2ce91457" 2018-08-20 10:28:44,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68103542-1d41-478e-a625-5219b0831843 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:44,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-68103542-1d41-478e-a625-5219b0831843 2018-08-20 10:28:44,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:44,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:44,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["jG6YXrzETBCb-lPLZSMOBw"], "issued_at": "2018-08-20T10:28:44.000000Z"}} 2018-08-20 10:28:44,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:45,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-680da13c-5a8f-4e47-8763-f1fa31c3bace Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:45,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-680da13c-5a8f-4e47-8763-f1fa31c3bace 2018-08-20 10:28:45,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:45,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:45,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:45,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8788e41e-87df-4b59-8ede-1eb441c1db9f Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:28:45,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj used request id req-8788e41e-87df-4b59-8ede-1eb441c1db9f 2018-08-20 10:28:45,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:45,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfffcbf7-2a10-4fda-8757-8a3ed4dde324 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:45,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-cfffcbf7-2a10-4fda-8757-8a3ed4dde324 2018-08-20 10:28:45,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj"}}' 2018-08-20 10:28:45,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-417ef9df-15aa-4834-ab11-a6152eb7be40 Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e461bcebda9f4892a43540d31f6aec5b"}, "tags": [], "enabled": true, "id": "e461bcebda9f4892a43540d31f6aec5b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj"}} 2018-08-20 10:28:45,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-417ef9df-15aa-4834-ab11-a6152eb7be40 2018-08-20 10:28:45,361 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj 2018-08-20 10:28:45,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:45,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:45,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["qdfsRXPpTQ-t6HoSv4pDnA"], "issued_at": "2018-08-20T10:28:45.000000Z"}} 2018-08-20 10:28:45,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85894dc01e5d4008720c4fe524e623734d7bb119" 2018-08-20 10:28:45,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b98c199-f4ad-4a1f-8346-5d8e5fa1f627 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:45,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6b98c199-f4ad-4a1f-8346-5d8e5fa1f627 2018-08-20 10:28:45,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:45,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:45,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85894dc01e5d4008720c4fe524e623734d7bb119" 2018-08-20 10:28:45,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a09bd35-8ffd-40ce-b1df-312e5bcf2744 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:28:45,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-1a09bd35-8ffd-40ce-b1df-312e5bcf2744 2018-08-20 10:28:45,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85894dc01e5d4008720c4fe524e623734d7bb119" 2018-08-20 10:28:45,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81b4369-a8aa-4d0a-b046-b9f717564a0a Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e461bcebda9f4892a43540d31f6aec5b"}, "tags": [], "enabled": true, "id": "e461bcebda9f4892a43540d31f6aec5b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj"}]} 2018-08-20 10:28:45,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj used request id req-a81b4369-a8aa-4d0a-b046-b9f717564a0a 2018-08-20 10:28:45,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85894dc01e5d4008720c4fe524e623734d7bb119" 2018-08-20 10:28:46,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f60add30-766c-4fea-9d7c-0d1f2e457b1d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:46,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f60add30-766c-4fea-9d7c-0d1f2e457b1d 2018-08-20 10:28:46,492 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-user 2018-08-20 10:28:46,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:46,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:46,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d6fc29-298f-4185-a373-b346ab03b1f2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:46,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-29d6fc29-298f-4185-a373-b346ab03b1f2 2018-08-20 10:28:46,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" -d '{"role": {"name": "CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj-role"}}' 2018-08-20 10:28:46,624 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88277161-e85c-455c-9059-d789f617af06 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "410b199149b442c3ac9cef86fc89aff1", "links": {"self": "http://172.30.9.36:5000/v3/roles/410b199149b442c3ac9cef86fc89aff1"}, "name": "CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj-role"}} 2018-08-20 10:28:46,624 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-88277161-e85c-455c-9059-d789f617af06 2018-08-20 10:28:46,624 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj-role 2018-08-20 10:28:46,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/410b199149b442c3ac9cef86fc89aff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:46,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a1c8528-129a-4830-9cc2-a22a5f6c1a3d Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "410b199149b442c3ac9cef86fc89aff1", "links": {"self": "http://172.30.9.36:5000/v3/roles/410b199149b442c3ac9cef86fc89aff1"}, "name": "CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj-role"}} 2018-08-20 10:28:46,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/410b199149b442c3ac9cef86fc89aff1 used request id req-3a1c8528-129a-4830-9cc2-a22a5f6c1a3d 2018-08-20 10:28:46,721 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj-role to project CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj 2018-08-20 10:28:46,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/e461bcebda9f4892a43540d31f6aec5b/users/ae746192d0f24ca1b331642c83084bb7/roles/410b199149b442c3ac9cef86fc89aff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:46,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdb25a28-d252-4472-84ed-f00d95583a57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:46,873 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/e461bcebda9f4892a43540d31f6aec5b/users/ae746192d0f24ca1b331642c83084bb7/roles/410b199149b442c3ac9cef86fc89aff1 used request id req-cdb25a28-d252-4472-84ed-f00d95583a57 2018-08-20 10:28:46,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:46,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:47,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Pxx7QSLVSc62DPKNsf-ttg"], "issued_at": "2018-08-20T10:28:47.000000Z"}} 2018-08-20 10:28:47,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1879fb299ea4cd4e2fb983db6b3e48f3ddb6c046" 2018-08-20 10:28:47,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c1a7f9d-034d-4239-83cb-229dda365723 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:47,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8c1a7f9d-034d-4239-83cb-229dda365723 2018-08-20 10:28:47,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1879fb299ea4cd4e2fb983db6b3e48f3ddb6c046" 2018-08-20 10:28:47,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:47 GMT Server: Apache x-compute-request-id: req-baa6f5b9-5754-4f4d-a38b-11a4aea4b1ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-baa6f5b9-5754-4f4d-a38b-11a4aea4b1ec Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-20 10:28:47,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-baa6f5b9-5754-4f4d-a38b-11a4aea4b1ec 2018-08-20 10:28:47,564 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-baa6f5b9-5754-4f4d-a38b-11a4aea4b1ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1879fb299ea4cd4e2fb983db6b3e48f3ddb6c046" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-qos-spec"}}' 2018-08-20 10:28:47,780 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:47 GMT Server: Apache x-compute-request-id: req-082a7a35-7d22-41cc-b0ea-1784be82485a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-082a7a35-7d22-41cc-b0ea-1784be82485a Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "70f9edf9-803b-48da-b643-d909c735c61a", "name": "CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-qos-spec"}, "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/70f9edf9-803b-48da-b643-d909c735c61a", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/70f9edf9-803b-48da-b643-d909c735c61a", "rel": "bookmark"}]} 2018-08-20 10:28:47,781 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-082a7a35-7d22-41cc-b0ea-1784be82485a 2018-08-20 10:28:47,781 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-qos-spec 2018-08-20 10:28:47,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:47,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:48,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JEe8GRQ6Quq3sYKI7_n8Eg"], "issued_at": "2018-08-20T10:28:48.000000Z"}} 2018-08-20 10:28:48,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb49268f1af3795dd6e4961f5bbec0ae7da6b85c" 2018-08-20 10:28:48,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5506fde-9ec3-4645-9a53-a551efa90913 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:48,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a5506fde-9ec3-4645-9a53-a551efa90913 2018-08-20 10:28:48,265 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb49268f1af3795dd6e4961f5bbec0ae7da6b85c" 2018-08-20 10:28:48,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:48 GMT Server: Apache x-compute-request-id: req-b0006623-b2a1-49b2-b869-dde8f648fd12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b0006623-b2a1-49b2-b869-dde8f648fd12 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:28:48,460 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-b0006623-b2a1-49b2-b869-dde8f648fd12 2018-08-20 10:28:48,463 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b0006623-b2a1-49b2-b869-dde8f648fd12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb49268f1af3795dd6e4961f5bbec0ae7da6b85c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-vol_type", "description": null}}' 2018-08-20 10:28:48,708 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:48 GMT Server: Apache x-compute-request-id: req-14856a20-cd10-419a-abd9-e5d6638a5687 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-14856a20-cd10-419a-abd9-e5d6638a5687 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e895b29f-a8d1-416a-9ee9-314fcd8483d8", "description": null}} 2018-08-20 10:28:48,708 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types used request id req-14856a20-cd10-419a-abd9-e5d6638a5687 2018-08-20 10:28:48,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b0006623-b2a1-49b2-b869-dde8f648fd12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb49268f1af3795dd6e4961f5bbec0ae7da6b85c" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-08-20 10:28:48,941 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:48 GMT Server: Apache x-compute-request-id: req-7a0c7a25-83ba-44dd-a962-14f2819e5114 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7a0c7a25-83ba-44dd-a962-14f2819e5114 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "e895b29f-a8d1-416a-9ee9-314fcd8483d8", "name": "foo", "control_location": "back-end", "encryption_id": "feaafcf3-9fea-483c-b607-a6c93b4ca385", "provider": "bar", "provider_class": "bar"}} 2018-08-20 10:28:48,942 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8/encryption used request id req-7a0c7a25-83ba-44dd-a962-14f2819e5114 2018-08-20 10:28:48,942 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-vol_type 2018-08-20 10:28:48,945 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e64cf2954d061c6d4dda21e747e2cdc2ce91457" 2018-08-20 10:28:49,541 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:48 GMT Server: Apache x-compute-request-id: req-c55dc72a-1075-4873-835d-3cbd55a7869d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c55dc72a-1075-4873-835d-3cbd55a7869d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e895b29f-a8d1-416a-9ee9-314fcd8483d8", "description": null}} 2018-08-20 10:28:49,541 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8 used request id req-c55dc72a-1075-4873-835d-3cbd55a7869d 2018-08-20 10:28:49,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c55dc72a-1075-4873-835d-3cbd55a7869d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e64cf2954d061c6d4dda21e747e2cdc2ce91457" 2018-08-20 10:28:49,745 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:49 GMT Server: Apache x-compute-request-id: req-9e8eb8de-1c2b-401c-a4a1-1f7342572476 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e8eb8de-1c2b-401c-a4a1-1f7342572476 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e895b29f-a8d1-416a-9ee9-314fcd8483d8", "description": null}} 2018-08-20 10:28:49,745 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8 used request id req-9e8eb8de-1c2b-401c-a4a1-1f7342572476 2018-08-20 10:28:49,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c55dc72a-1075-4873-835d-3cbd55a7869d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e64cf2954d061c6d4dda21e747e2cdc2ce91457" 2018-08-20 10:28:49,950 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:49 GMT Server: Apache x-compute-request-id: req-9e45f16e-f110-4e1f-855d-0866814797af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e45f16e-f110-4e1f-855d-0866814797af Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "e895b29f-a8d1-416a-9ee9-314fcd8483d8", "control_location": "back-end", "deleted": false, "created_at": "2018-08-20T10:28:48.000000", "updated_at": null, "encryption_id": "feaafcf3-9fea-483c-b607-a6c93b4ca385", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-08-20 10:28:49,950 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8/encryption used request id req-9e45f16e-f110-4e1f-855d-0866814797af 2018-08-20 10:28:49,950 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-vol_type 2018-08-20 10:28:49,953 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0006623-b2a1-49b2-b869-dde8f648fd12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb49268f1af3795dd6e4961f5bbec0ae7da6b85c" 2018-08-20 10:28:50,187 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf81fac8-c45d-41c1-a38d-a980a5288182 Content-Length: 0 Content-Type: text/html; 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-08-20 10:28:50,187 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/e895b29f-a8d1-416a-9ee9-314fcd8483d8 used request id req-bf81fac8-c45d-41c1-a38d-a980a5288182 2018-08-20 10:28:50,188 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-da4e7edc-e535-4d25-a5e0-9f94e89d0142-qos-spec 2018-08-20 10:28:50,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/70f9edf9-803b-48da-b643-d909c735c61a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-baa6f5b9-5754-4f4d-a38b-11a4aea4b1ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1879fb299ea4cd4e2fb983db6b3e48f3ddb6c046" 2018-08-20 10:28:50,523 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-471396fc-22c3-45c0-a19a-f761d797605a Content-Length: 0 Content-Type: text/html; 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-08-20 10:28:50,523 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/70f9edf9-803b-48da-b643-d909c735c61a?force=False used request id req-471396fc-22c3-45c0-a19a-f761d797605a 2018-08-20 10:28:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:28:50,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:28:50,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:28:50,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:28:50,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:28:50,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:50,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-8e763b25-edbc-4a74-b5a9-eb9b6ac1bc07 Date: Mon, 20 Aug 2018 10:28:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:28:50,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8e763b25-edbc-4a74-b5a9-eb9b6ac1bc07 2018-08-20 10:28:50,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:50,908 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3f4e629-024e-4e06-b1f7-90f93c735f0f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:50,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-f3f4e629-024e-4e06-b1f7-90f93c735f0f 2018-08-20 10:28:50,908 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:50,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,004 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-467e1aaa-fa91-4688-acb8-60b5cb1ac7f9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-467e1aaa-fa91-4688-acb8-60b5cb1ac7f9 2018-08-20 10:28:51,005 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,100 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfcdf903-7739-4564-9010-045c4d380173 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-bfcdf903-7739-4564-9010-045c4d380173 2018-08-20 10:28:51,100 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,268 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0e3528b-cfba-4b58-8ca6-612aab203d26 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-b0e3528b-cfba-4b58-8ca6-612aab203d26 2018-08-20 10:28:51,268 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,364 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b81545f4-a0ca-48d9-b410-db9fae95f0d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-b81545f4-a0ca-48d9-b410-db9fae95f0d9 2018-08-20 10:28:51,364 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66b50a00-0226-4a25-8541-3bcd3ac771c1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-66b50a00-0226-4a25-8541-3bcd3ac771c1 2018-08-20 10:28:51,463 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,557 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28e8c449-e1a7-4bbf-99df-56223bc73d17 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-28e8c449-e1a7-4bbf-99df-56223bc73d17 2018-08-20 10:28:51,557 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,651 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28c6eb85-e15a-4690-b175-d93807db41f1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-28c6eb85-e15a-4690-b175-d93807db41f1 2018-08-20 10:28:51,652 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,751 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5112c229-7f5b-4b41-959e-52194a5b0642 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-5112c229-7f5b-4b41-959e-52194a5b0642 2018-08-20 10:28:51,751 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca37b65-9671-47d9-8809-583c990096e4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:28:51,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-cca37b65-9671-47d9-8809-583c990096e4 2018-08-20 10:28:51,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,867 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a316cf0-e0f7-4134-8326-0274b972283d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-4a316cf0-e0f7-4134-8326-0274b972283d 2018-08-20 10:28:51,867 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:51,986 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81933958-3408-49f2-a199-63f3450e2df9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:51,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-81933958-3408-49f2-a199-63f3450e2df9 2018-08-20 10:28:51,986 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:51,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,080 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6719d025-4fae-4e88-ac32-ad8a9f38743c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:52,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-6719d025-4fae-4e88-ac32-ad8a9f38743c 2018-08-20 10:28:52,080 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:52,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,175 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c67b559a-b48f-4b1d-8dd6-0c05e8e3bcfb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:52,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-c67b559a-b48f-4b1d-8dd6-0c05e8e3bcfb 2018-08-20 10:28:52,175 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:52,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b49df4d8-385c-4d32-859d-e60fca460302 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:28:52,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b49df4d8-385c-4d32-859d-e60fca460302 2018-08-20 10:28:52,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,362 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae240623-9e37-4413-bf20-67836ef08012 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:52,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-ae240623-9e37-4413-bf20-67836ef08012 2018-08-20 10:28:52,362 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:52,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,460 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e471d0f4-54ca-4a3e-aa9d-fed4feaba602 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:52,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-e471d0f4-54ca-4a3e-aa9d-fed4feaba602 2018-08-20 10:28:52,460 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:52,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,563 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:28:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b328e30-ba9a-4e76-ae4e-b92a14aebe11 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:28:52,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-3b328e30-ba9a-4e76-ae4e-b92a14aebe11 2018-08-20 10:28:52,564 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:28:52,565 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj 2018-08-20 10:28:52,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/e461bcebda9f4892a43540d31f6aec5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73f1810e-e72f-4822-9d67-cd575e81ad79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:52,779 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/e461bcebda9f4892a43540d31f6aec5b used request id req-73f1810e-e72f-4822-9d67-cd575e81ad79 2018-08-20 10:28:52,779 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-proj-role 2018-08-20 10:28:52,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/410b199149b442c3ac9cef86fc89aff1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7970df0-b99e-455e-b14a-9a08e3cece82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:52,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/410b199149b442c3ac9cef86fc89aff1 used request id req-b7970df0-b99e-455e-b14a-9a08e3cece82 2018-08-20 10:28:52,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5073477f05e3f52b59d787a8400e8f776e28bb69" 2018-08-20 10:28:52,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866b0f48-a843-440c-bacb-a064e0fb775a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:52,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-866b0f48-a843-440c-bacb-a064e0fb775a 2018-08-20 10:28:52,996 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-3a0b87ea-9c10-460-user 2018-08-20 10:28:53,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/ae746192d0f24ca1b331642c83084bb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85894dc01e5d4008720c4fe524e623734d7bb119" 2018-08-20 10:28:53,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-099b4a7b-7e66-4d99-99df-1f5b1f88bd99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:53,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/ae746192d0f24ca1b331642c83084bb7 used request id req-099b4a7b-7e66-4d99-99df-1f5b1f88bd99 2018-08-20 10:28:53,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:53,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Aezdei_pQnuzytzLAFoDDA"], "issued_at": "2018-08-20T10:28:53.000000Z"}} 2018-08-20 10:28:53,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea10fcd7263a519006a885e065abf57c8987c79" 2018-08-20 10:28:53,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a30987d-f3f0-47fa-850f-6d7aff5d1781 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:53,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4a30987d-f3f0-47fa-850f-6d7aff5d1781 2018-08-20 10:28:53,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:53,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:54,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["N9da-G5YSEGZfpoMC1tz-g"], "issued_at": "2018-08-20T10:28:54.000000Z"}} 2018-08-20 10:28:54,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:28:54,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a4f3c8-8e7f-4e5c-bb04-c011e7745e94 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:54,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-16a4f3c8-8e7f-4e5c-bb04-c011e7745e94 2018-08-20 10:28:54,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:54,231 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c5416311-4833-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:28:54,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5065b486-0321-4db6-85b5-d5c5f96d893a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c5416311-4833-442-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:28:54,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c5416311-4833-442-proj used request id req-5065b486-0321-4db6-85b5-d5c5f96d893a 2018-08-20 10:28:54,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:28:54,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e7b69f-575e-4d14-a26e-d47723a38eb2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:54,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-52e7b69f-575e-4d14-a26e-d47723a38eb2 2018-08-20 10:28:54,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c5416311-4833-442-proj"}}' 2018-08-20 10:28:54,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e139185e-f674-40aa-9b38-c585f148c66a Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6c3ff62d5ce24f2a80009b7e1202c456"}, "tags": [], "enabled": true, "id": "6c3ff62d5ce24f2a80009b7e1202c456", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c5416311-4833-442-proj"}} 2018-08-20 10:28:54,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-e139185e-f674-40aa-9b38-c585f148c66a 2018-08-20 10:28:54,546 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-c5416311-4833-442-proj 2018-08-20 10:28:54,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:54,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:54,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["XTcVZYFJRV2c_C17ulCEYw"], "issued_at": "2018-08-20T10:28:54.000000Z"}} 2018-08-20 10:28:54,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ac89e01129f9f6306a0917be9a7a01651e358e" 2018-08-20 10:28:55,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf2226c-ea67-45e4-8017-0c180091c9dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:55,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2bf2226c-ea67-45e4-8017-0c180091c9dd 2018-08-20 10:28:55,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:28:55,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:28:55,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ac89e01129f9f6306a0917be9a7a01651e358e" 2018-08-20 10:28:55,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea021f12-05b1-41b4-8e29-bde9e60c6339 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:28:55,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-ea021f12-05b1-41b4-8e29-bde9e60c6339 2018-08-20 10:28:55,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-c5416311-4833-442-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ac89e01129f9f6306a0917be9a7a01651e358e" 2018-08-20 10:28:55,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda4d480-4287-475f-bf36-5fa57e104234 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-c5416311-4833-442-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6c3ff62d5ce24f2a80009b7e1202c456"}, "tags": [], "enabled": true, "id": "6c3ff62d5ce24f2a80009b7e1202c456", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c5416311-4833-442-proj"}]} 2018-08-20 10:28:55,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-c5416311-4833-442-proj used request id req-fda4d480-4287-475f-bf36-5fa57e104234 2018-08-20 10:28:55,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ac89e01129f9f6306a0917be9a7a01651e358e" 2018-08-20 10:28:55,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa151f6-4503-471b-8579-b2afc6919008 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:28:55,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-9fa151f6-4503-471b-8579-b2afc6919008 2018-08-20 10:28:55,737 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-c5416311-4833-442-user 2018-08-20 10:28:55,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:55,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:28:55,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82e0fd20-1c87-425d-b7a6-55076affc2fc Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:28:55,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-82e0fd20-1c87-425d-b7a6-55076affc2fc 2018-08-20 10:28:55,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" -d '{"role": {"name": "CreateVolumeTypeComplexTests-c5416311-4833-442-proj-role"}}' 2018-08-20 10:28:55,881 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc2dc4ae-65a8-4d05-a431-9eda54403aab Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "799de12fb86e4418a2358156e539813b", "links": {"self": "http://172.30.9.36:5000/v3/roles/799de12fb86e4418a2358156e539813b"}, "name": "CreateVolumeTypeComplexTests-c5416311-4833-442-proj-role"}} 2018-08-20 10:28:55,881 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-bc2dc4ae-65a8-4d05-a431-9eda54403aab 2018-08-20 10:28:55,882 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-c5416311-4833-442-proj-role 2018-08-20 10:28:55,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/799de12fb86e4418a2358156e539813b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:28:55,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f34c1dd4-1c6e-4269-92d1-dab88e46d318 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "799de12fb86e4418a2358156e539813b", "links": {"self": "http://172.30.9.36:5000/v3/roles/799de12fb86e4418a2358156e539813b"}, "name": "CreateVolumeTypeComplexTests-c5416311-4833-442-proj-role"}} 2018-08-20 10:28:55,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/799de12fb86e4418a2358156e539813b used request id req-f34c1dd4-1c6e-4269-92d1-dab88e46d318 2018-08-20 10:28:55,974 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-c5416311-4833-442-proj-role to project CreateVolumeTypeComplexTests-c5416311-4833-442-proj 2018-08-20 10:28:55,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/6c3ff62d5ce24f2a80009b7e1202c456/users/f7f5a8fa66124f8896dd724f116ff7cd/roles/799de12fb86e4418a2358156e539813b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:28:56,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2618b500-0ff0-4e95-a337-6443fc1571fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:28:56,118 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6c3ff62d5ce24f2a80009b7e1202c456/users/f7f5a8fa66124f8896dd724f116ff7cd/roles/799de12fb86e4418a2358156e539813b used request id req-2618b500-0ff0-4e95-a337-6443fc1571fc 2018-08-20 10:28:56,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:56,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:56,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["CEYvfjL2TfmYSJ-GVjiqkA"], "issued_at": "2018-08-20T10:28:56.000000Z"}} 2018-08-20 10:28:56,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810a72e29cb6212c971822070df8453332d4bc62" 2018-08-20 10:28:56,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f052d689-223b-47f9-8170-d40943430583 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:56,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f052d689-223b-47f9-8170-d40943430583 2018-08-20 10:28:56,623 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810a72e29cb6212c971822070df8453332d4bc62" 2018-08-20 10:28:56,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:56 GMT Server: Apache x-compute-request-id: req-8391f870-aeb0-49aa-9bc0-0d60ca4e1939 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8391f870-aeb0-49aa-9bc0-0d60ca4e1939 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-20 10:28:56,816 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-8391f870-aeb0-49aa-9bc0-0d60ca4e1939 2018-08-20 10:28:56,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8391f870-aeb0-49aa-9bc0-0d60ca4e1939" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810a72e29cb6212c971822070df8453332d4bc62" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-qos-spec"}}' 2018-08-20 10:28:57,027 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:56 GMT Server: Apache x-compute-request-id: req-852f154e-f904-48b1-b935-677f5b0c304e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-852f154e-f904-48b1-b935-677f5b0c304e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "name": "CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-qos-spec"}, "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "rel": "bookmark"}]} 2018-08-20 10:28:57,028 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-852f154e-f904-48b1-b935-677f5b0c304e 2018-08-20 10:28:57,028 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-qos-spec 2018-08-20 10:28:57,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:28:57,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:28:57,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["5eDivaCWRmWbotycflC95g"], "issued_at": "2018-08-20T10:28:57.000000Z"}} 2018-08-20 10:28:57,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f671ea396ebed5602f7efe462a7512f3ed09c6d8" 2018-08-20 10:28:57,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fdfeb16-e7de-48f6-bc4b-de87269ebf86 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:28:57,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7fdfeb16-e7de-48f6-bc4b-de87269ebf86 2018-08-20 10:28:57,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f671ea396ebed5602f7efe462a7512f3ed09c6d8" 2018-08-20 10:28:57,718 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:57 GMT Server: Apache x-compute-request-id: req-8c704b0b-73a6-4bab-8829-1781cb868730 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c704b0b-73a6-4bab-8829-1781cb868730 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:28:57,718 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-8c704b0b-73a6-4bab-8829-1781cb868730 2018-08-20 10:28:57,721 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8c704b0b-73a6-4bab-8829-1781cb868730" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f671ea396ebed5602f7efe462a7512f3ed09c6d8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-vol_type", "description": null}}' 2018-08-20 10:28:58,073 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:57 GMT Server: Apache x-compute-request-id: req-a2a571b4-8cca-4242-9af2-b81776264df2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a2a571b4-8cca-4242-9af2-b81776264df2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9d173cec-460b-44e8-9ed1-28ab1df1be6b", "description": null}} 2018-08-20 10:28:58,073 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types used request id req-a2a571b4-8cca-4242-9af2-b81776264df2 2018-08-20 10:28:58,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8c704b0b-73a6-4bab-8829-1781cb868730" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f671ea396ebed5602f7efe462a7512f3ed09c6d8" 2018-08-20 10:28:58,270 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:58 GMT Server: Apache x-compute-request-id: req-a9048d9c-98ad-4369-b41c-168bf68758f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9048d9c-98ad-4369-b41c-168bf68758f0 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "name": "CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-qos-spec"}]} 2018-08-20 10:28:58,270 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-a9048d9c-98ad-4369-b41c-168bf68758f0 2018-08-20 10:28:58,274 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca/associate?vol_type_id=9d173cec-460b-44e8-9ed1-28ab1df1be6b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8c704b0b-73a6-4bab-8829-1781cb868730" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f671ea396ebed5602f7efe462a7512f3ed09c6d8" 2018-08-20 10:28:58,499 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-92845598-3476-4a1a-beb2-e92b79c37775 Content-Length: 0 Content-Type: text/html; 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-08-20 10:28:58,500 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca/associate?vol_type_id=9d173cec-460b-44e8-9ed1-28ab1df1be6b used request id req-92845598-3476-4a1a-beb2-e92b79c37775 2018-08-20 10:28:58,500 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-vol_type 2018-08-20 10:28:58,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/9d173cec-460b-44e8-9ed1-28ab1df1be6b -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea10fcd7263a519006a885e065abf57c8987c79" 2018-08-20 10:28:58,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:58 GMT Server: Apache x-compute-request-id: req-31c32133-31cc-4531-9d6e-455b9af3a092 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31c32133-31cc-4531-9d6e-455b9af3a092 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-vol_type", "qos_specs_id": "d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9d173cec-460b-44e8-9ed1-28ab1df1be6b", "description": null}} 2018-08-20 10:28:58,710 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/9d173cec-460b-44e8-9ed1-28ab1df1be6b used request id req-31c32133-31cc-4531-9d6e-455b9af3a092 2018-08-20 10:28:58,713 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/9d173cec-460b-44e8-9ed1-28ab1df1be6b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31c32133-31cc-4531-9d6e-455b9af3a092" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea10fcd7263a519006a885e065abf57c8987c79" 2018-08-20 10:28:58,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:58 GMT Server: Apache x-compute-request-id: req-5723496c-1372-408d-a8a8-e3f57ad1a114 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5723496c-1372-408d-a8a8-e3f57ad1a114 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-vol_type", "qos_specs_id": "d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9d173cec-460b-44e8-9ed1-28ab1df1be6b", "description": null}} 2018-08-20 10:28:58,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/9d173cec-460b-44e8-9ed1-28ab1df1be6b used request id req-5723496c-1372-408d-a8a8-e3f57ad1a114 2018-08-20 10:28:58,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/9d173cec-460b-44e8-9ed1-28ab1df1be6b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31c32133-31cc-4531-9d6e-455b9af3a092" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea10fcd7263a519006a885e065abf57c8987c79" 2018-08-20 10:28:59,506 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:58 GMT Server: Apache x-compute-request-id: req-6bed8170-901a-417f-bac1-07588c12f81e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6bed8170-901a-417f-bac1-07588c12f81e Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-20 10:28:59,506 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/9d173cec-460b-44e8-9ed1-28ab1df1be6b/encryption used request id req-6bed8170-901a-417f-bac1-07588c12f81e 2018-08-20 10:28:59,509 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31c32133-31cc-4531-9d6e-455b9af3a092" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea10fcd7263a519006a885e065abf57c8987c79" 2018-08-20 10:28:59,699 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:28:59 GMT Server: Apache x-compute-request-id: req-d608df1f-99db-46e4-b618-a0fff9a76c5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d608df1f-99db-46e4-b618-a0fff9a76c5a Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "name": "CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-qos-spec"}, "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca", "rel": "bookmark"}]} 2018-08-20 10:28:59,699 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca used request id req-d608df1f-99db-46e4-b618-a0fff9a76c5a 2018-08-20 10:28:59,699 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-vol_type 2018-08-20 10:28:59,702 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/9d173cec-460b-44e8-9ed1-28ab1df1be6b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8c704b0b-73a6-4bab-8829-1781cb868730" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f671ea396ebed5602f7efe462a7512f3ed09c6d8" 2018-08-20 10:29:00,031 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:28:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c1f64c2-c454-4548-9181-307eda35cee8 Content-Length: 0 Content-Type: text/html; 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-08-20 10:29:00,031 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/9d173cec-460b-44e8-9ed1-28ab1df1be6b used request id req-6c1f64c2-c454-4548-9181-307eda35cee8 2018-08-20 10:29:00,032 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-346833a2-d8aa-48e0-bb63-b239fb8e36d0-qos-spec 2018-08-20 10:29:00,035 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8391f870-aeb0-49aa-9bc0-0d60ca4e1939" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810a72e29cb6212c971822070df8453332d4bc62" 2018-08-20 10:29:00,703 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-048fa4d2-8b2d-495d-9b2a-a5ed4768e496 Content-Length: 0 Content-Type: text/html; 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-08-20 10:29:00,703 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/d5b7644d-0de8-4d0b-ac75-fa52ab0385ca?force=False used request id req-048fa4d2-8b2d-495d-9b2a-a5ed4768e496 2018-08-20 10:29:00,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:29:00,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:29:00,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:29:00,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:29:00,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:29:00,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:00,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-75230846-526c-4391-b0a4-91ead277a96c Date: Mon, 20 Aug 2018 10:29:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:29:00,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-75230846-526c-4391-b0a4-91ead277a96c 2018-08-20 10:29:00,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,080 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4c5e7cb-03a9-417f-8f79-13748387053c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-f4c5e7cb-03a9-417f-8f79-13748387053c 2018-08-20 10:29:01,081 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,178 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d609e672-e3fc-49c5-aa72-ac4a8c15bcb6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-d609e672-e3fc-49c5-aa72-ac4a8c15bcb6 2018-08-20 10:29:01,178 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3089a2b-15e6-436e-9a6b-6b44986a0deb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-a3089a2b-15e6-436e-9a6b-6b44986a0deb 2018-08-20 10:29:01,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,371 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16d1236b-a521-409d-b6e2-70e72601b623 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-16d1236b-a521-409d-b6e2-70e72601b623 2018-08-20 10:29:01,372 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,464 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eea8b1f9-bc90-4dbf-bba5-f898f8972b39 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-eea8b1f9-bc90-4dbf-bba5-f898f8972b39 2018-08-20 10:29:01,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,559 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce9e1ef7-76fb-4633-8a70-24ab4d01f17a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-ce9e1ef7-76fb-4633-8a70-24ab4d01f17a 2018-08-20 10:29:01,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,658 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56f03ff2-db72-482b-b28f-40c72d7469a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-56f03ff2-db72-482b-b28f-40c72d7469a6 2018-08-20 10:29:01,659 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,757 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee9afaca-e433-4b92-a4b6-b4039d108a94 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-ee9afaca-e433-4b92-a4b6-b4039d108a94 2018-08-20 10:29:01,758 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,852 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc99c7c7-f468-407b-95b6-35e2c0c91e81 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:01,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-bc99c7c7-f468-407b-95b6-35e2c0c91e81 2018-08-20 10:29:01,852 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:01,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:01,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e9a8361-ffe0-4bfe-86b1-c9af0d8be4c6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:29:01,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-1e9a8361-ffe0-4bfe-86b1-c9af0d8be4c6 2018-08-20 10:29:01,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,041 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ab0a621-a4fc-4ad8-819c-e5f77f9102fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:02,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-9ab0a621-a4fc-4ad8-819c-e5f77f9102fa 2018-08-20 10:29:02,041 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:02,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,134 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ade3e161-3b9e-4389-a6f8-8ca466c82c72 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:02,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-ade3e161-3b9e-4389-a6f8-8ca466c82c72 2018-08-20 10:29:02,135 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:02,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,223 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc45711d-e13c-4184-a637-5e1a3021c42e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:02,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-fc45711d-e13c-4184-a637-5e1a3021c42e 2018-08-20 10:29:02,223 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:02,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,310 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfb9b91f-e762-44c2-8b8f-7d18e625d0a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:02,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-bfb9b91f-e762-44c2-8b8f-7d18e625d0a0 2018-08-20 10:29:02,310 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:02,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d515e3b4-9447-4449-9451-c259ef74b7b4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:29:02,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-d515e3b4-9447-4449-9451-c259ef74b7b4 2018-08-20 10:29:02,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,497 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-089e3c02-b315-4885-ae18-334e85d40bbf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:02,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-089e3c02-b315-4885-ae18-334e85d40bbf 2018-08-20 10:29:02,498 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:02,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,591 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22b06db7-d574-40bd-aa51-4667a7080ad5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:02,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-22b06db7-d574-40bd-aa51-4667a7080ad5 2018-08-20 10:29:02,591 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:02,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,686 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b02833e-ffc6-4676-897b-2a13fdc2030e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:02,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-8b02833e-ffc6-4676-897b-2a13fdc2030e 2018-08-20 10:29:02,686 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:02,687 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-c5416311-4833-442-proj 2018-08-20 10:29:02,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/6c3ff62d5ce24f2a80009b7e1202c456 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:02,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-112e2c16-4289-4369-8509-d5481a0b0ab3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:02,905 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6c3ff62d5ce24f2a80009b7e1202c456 used request id req-112e2c16-4289-4369-8509-d5481a0b0ab3 2018-08-20 10:29:02,905 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-c5416311-4833-442-proj-role 2018-08-20 10:29:02,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/799de12fb86e4418a2358156e539813b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:03,024 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d44e3cf7-920f-4797-a5df-51b6c01f425e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:03,025 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/799de12fb86e4418a2358156e539813b used request id req-d44e3cf7-920f-4797-a5df-51b6c01f425e 2018-08-20 10:29:03,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d26a11a87fd6c5b4426c68f183cea35cd62ca2" 2018-08-20 10:29:03,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85a2497-83ae-4de4-87ca-94901c72aed8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:03,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d85a2497-83ae-4de4-87ca-94901c72aed8 2018-08-20 10:29:03,117 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-c5416311-4833-442-user 2018-08-20 10:29:03,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/f7f5a8fa66124f8896dd724f116ff7cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69ac89e01129f9f6306a0917be9a7a01651e358e" 2018-08-20 10:29:03,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-502fb654-2236-4d96-84da-038f8e785513 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:03,313 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/f7f5a8fa66124f8896dd724f116ff7cd used request id req-502fb654-2236-4d96-84da-038f8e785513 2018-08-20 10:29:03,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:03,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Dj5O4LVtQw-_qZMQByKfBA"], "issued_at": "2018-08-20T10:29:03.000000Z"}} 2018-08-20 10:29:03,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10cb4a85d5fe0c68dfb3f9397f43fc8160f6d47d" 2018-08-20 10:29:03,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b5e991-2e89-4958-b218-ebed37df2904 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:03,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-91b5e991-2e89-4958-b218-ebed37df2904 2018-08-20 10:29:03,803 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:03,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:04,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["HZr5aEzFRd20lMT0TMxu_w"], "issued_at": "2018-08-20T10:29:04.000000Z"}} 2018-08-20 10:29:04,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:04,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ecca89d-8d56-4e5e-a4d2-41b3af807577 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:04,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8ecca89d-8d56-4e5e-a4d2-41b3af807577 2018-08-20 10:29:04,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:04,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:04,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:04,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c020cbde-5d5a-4dde-81af-c11c72f95298 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:29:04,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj used request id req-c020cbde-5d5a-4dde-81af-c11c72f95298 2018-08-20 10:29:04,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:04,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a72b2680-17a7-4e4a-a7d4-cc8a78d4b49d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:04,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a72b2680-17a7-4e4a-a7d4-cc8a78d4b49d 2018-08-20 10:29:04,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj"}}' 2018-08-20 10:29:04,607 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-410ad835-e56d-416b-9fe2-a2aa550ec597 Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/845d56ddab3346d88f509173ff5990fc"}, "tags": [], "enabled": true, "id": "845d56ddab3346d88f509173ff5990fc", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj"}} 2018-08-20 10:29:04,607 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-410ad835-e56d-416b-9fe2-a2aa550ec597 2018-08-20 10:29:04,608 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj 2018-08-20 10:29:04,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:04,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:04,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["MQOotwETT825nvEnB73_SA"], "issued_at": "2018-08-20T10:29:04.000000Z"}} 2018-08-20 10:29:04,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a77d0fd8ea2fe500d1f842d6001fb46a7242546" 2018-08-20 10:29:05,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321623d1-aedf-4e70-bfd6-494569cb4985 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:05,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-321623d1-aedf-4e70-bfd6-494569cb4985 2018-08-20 10:29:05,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:05,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:05,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a77d0fd8ea2fe500d1f842d6001fb46a7242546" 2018-08-20 10:29:05,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51e2e2f-2e2a-43f5-aad1-0ee721e8a18e Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:29:05,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-c51e2e2f-2e2a-43f5-aad1-0ee721e8a18e 2018-08-20 10:29:05,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a77d0fd8ea2fe500d1f842d6001fb46a7242546" 2018-08-20 10:29:05,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67b75b62-8b18-46a2-87f3-8e7369686524 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/845d56ddab3346d88f509173ff5990fc"}, "tags": [], "enabled": true, "id": "845d56ddab3346d88f509173ff5990fc", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj"}]} 2018-08-20 10:29:05,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj used request id req-67b75b62-8b18-46a2-87f3-8e7369686524 2018-08-20 10:29:05,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a77d0fd8ea2fe500d1f842d6001fb46a7242546" 2018-08-20 10:29:05,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9e2fb8-08a9-4903-be83-b70b4808bc27 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:05,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3e9e2fb8-08a9-4903-be83-b70b4808bc27 2018-08-20 10:29:05,779 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-04936de6-4b8f-447-user 2018-08-20 10:29:05,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:05,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:05,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e42eec-fe58-44b0-a2cc-7f811cab3170 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:05,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-10e42eec-fe58-44b0-a2cc-7f811cab3170 2018-08-20 10:29:05,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" -d '{"role": {"name": "CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj-role"}}' 2018-08-20 10:29:05,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f5429e2-7817-438a-ba45-35672f14b050 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae33996f233f499aa3ed6c7e5f1904c5", "links": {"self": "http://172.30.9.36:5000/v3/roles/ae33996f233f499aa3ed6c7e5f1904c5"}, "name": "CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj-role"}} 2018-08-20 10:29:05,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-9f5429e2-7817-438a-ba45-35672f14b050 2018-08-20 10:29:05,923 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj-role 2018-08-20 10:29:05,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/ae33996f233f499aa3ed6c7e5f1904c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:06,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da7fceae-5e80-4b08-b4af-dbeafee16a82 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae33996f233f499aa3ed6c7e5f1904c5", "links": {"self": "http://172.30.9.36:5000/v3/roles/ae33996f233f499aa3ed6c7e5f1904c5"}, "name": "CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj-role"}} 2018-08-20 10:29:06,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/ae33996f233f499aa3ed6c7e5f1904c5 used request id req-da7fceae-5e80-4b08-b4af-dbeafee16a82 2018-08-20 10:29:06,024 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj-role to project CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj 2018-08-20 10:29:06,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/845d56ddab3346d88f509173ff5990fc/users/fb2f95b35d024a8b9a727c41698f15d6/roles/ae33996f233f499aa3ed6c7e5f1904c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:06,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ef1f277-4c5c-4903-95c0-6d09a7ef984a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:06,172 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/845d56ddab3346d88f509173ff5990fc/users/fb2f95b35d024a8b9a727c41698f15d6/roles/ae33996f233f499aa3ed6c7e5f1904c5 used request id req-5ef1f277-4c5c-4903-95c0-6d09a7ef984a 2018-08-20 10:29:06,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:06,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:06,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["tRoyI-_iT3OTaqJ_0vv3ow"], "issued_at": "2018-08-20T10:29:06.000000Z"}} 2018-08-20 10:29:06,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4199bfce3d3e398bce79eb6eb2682bf007b1047d" 2018-08-20 10:29:06,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7961951-41e1-46b9-bdc2-c180a7a8f3b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:06,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a7961951-41e1-46b9-bdc2-c180a7a8f3b5 2018-08-20 10:29:06,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4199bfce3d3e398bce79eb6eb2682bf007b1047d" 2018-08-20 10:29:06,884 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:06 GMT Server: Apache x-compute-request-id: req-1f45c5eb-aaa1-4b89-bfdd-8ecd95bad8cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1f45c5eb-aaa1-4b89-bfdd-8ecd95bad8cd Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-20 10:29:06,884 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-1f45c5eb-aaa1-4b89-bfdd-8ecd95bad8cd 2018-08-20 10:29:06,888 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1f45c5eb-aaa1-4b89-bfdd-8ecd95bad8cd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4199bfce3d3e398bce79eb6eb2682bf007b1047d" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-qos-spec"}}' 2018-08-20 10:29:07,086 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:06 GMT Server: Apache x-compute-request-id: req-e82f759b-61cf-4919-b6b4-987367f2e56e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e82f759b-61cf-4919-b6b4-987367f2e56e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "name": "CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-qos-spec"}, "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "rel": "bookmark"}]} 2018-08-20 10:29:07,086 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-e82f759b-61cf-4919-b6b4-987367f2e56e 2018-08-20 10:29:07,087 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-qos-spec 2018-08-20 10:29:07,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:07,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:07,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["b_zASaJISm6IOdAFL43clQ"], "issued_at": "2018-08-20T10:29:07.000000Z"}} 2018-08-20 10:29:07,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399691d39f5cb8313d2ead56d00c749a46dc9b78" 2018-08-20 10:29:07,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cfbff3a-2c6c-4aaf-9f02-6de1f273bb99 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:07,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3cfbff3a-2c6c-4aaf-9f02-6de1f273bb99 2018-08-20 10:29:07,596 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399691d39f5cb8313d2ead56d00c749a46dc9b78" 2018-08-20 10:29:07,789 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:07 GMT Server: Apache x-compute-request-id: req-c99e1b07-1835-4f27-9ec7-10b43726039f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c99e1b07-1835-4f27-9ec7-10b43726039f Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:29:07,789 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-c99e1b07-1835-4f27-9ec7-10b43726039f 2018-08-20 10:29:07,793 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c99e1b07-1835-4f27-9ec7-10b43726039f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399691d39f5cb8313d2ead56d00c749a46dc9b78" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-vol_type", "description": null}}' 2018-08-20 10:29:08,014 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:07 GMT Server: Apache x-compute-request-id: req-f3ed0187-bef8-449a-a0b1-b06e63fa0f97 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3ed0187-bef8-449a-a0b1-b06e63fa0f97 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "849eb86a-3c37-43d3-ad3b-b93c4345ba9e", "description": null}} 2018-08-20 10:29:08,014 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types used request id req-f3ed0187-bef8-449a-a0b1-b06e63fa0f97 2018-08-20 10:29:08,017 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c99e1b07-1835-4f27-9ec7-10b43726039f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399691d39f5cb8313d2ead56d00c749a46dc9b78" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-08-20 10:29:08,229 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:08 GMT Server: Apache x-compute-request-id: req-60ab5847-93ff-4953-a72c-8276a28d9a97 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-60ab5847-93ff-4953-a72c-8276a28d9a97 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "849eb86a-3c37-43d3-ad3b-b93c4345ba9e", "name": "foo", "control_location": "back-end", "encryption_id": "c40f9e57-a401-491c-afd2-5ac65078be38", "provider": "bar", "provider_class": "bar"}} 2018-08-20 10:29:08,230 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e/encryption used request id req-60ab5847-93ff-4953-a72c-8276a28d9a97 2018-08-20 10:29:08,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c99e1b07-1835-4f27-9ec7-10b43726039f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399691d39f5cb8313d2ead56d00c749a46dc9b78" 2018-08-20 10:29:08,433 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:08 GMT Server: Apache x-compute-request-id: req-0154eaa5-5669-4c1a-af72-37b95cecf995 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0154eaa5-5669-4c1a-af72-37b95cecf995 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "name": "CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-qos-spec"}]} 2018-08-20 10:29:08,434 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs used request id req-0154eaa5-5669-4c1a-af72-37b95cecf995 2018-08-20 10:29:08,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba/associate?vol_type_id=849eb86a-3c37-43d3-ad3b-b93c4345ba9e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c99e1b07-1835-4f27-9ec7-10b43726039f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399691d39f5cb8313d2ead56d00c749a46dc9b78" 2018-08-20 10:29:09,069 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d519d77d-04cc-490f-a254-96a159a7a96a Content-Length: 0 Content-Type: text/html; 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-08-20 10:29:09,069 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba/associate?vol_type_id=849eb86a-3c37-43d3-ad3b-b93c4345ba9e used request id req-d519d77d-04cc-490f-a254-96a159a7a96a 2018-08-20 10:29:09,069 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-vol_type 2018-08-20 10:29:09,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10cb4a85d5fe0c68dfb3f9397f43fc8160f6d47d" 2018-08-20 10:29:09,349 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:09 GMT Server: Apache x-compute-request-id: req-deed5c18-f03a-4f01-9855-036c1b7dc5e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-deed5c18-f03a-4f01-9855-036c1b7dc5e8 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-vol_type", "qos_specs_id": "bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "849eb86a-3c37-43d3-ad3b-b93c4345ba9e", "description": null}} 2018-08-20 10:29:09,349 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e used request id req-deed5c18-f03a-4f01-9855-036c1b7dc5e8 2018-08-20 10:29:09,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-deed5c18-f03a-4f01-9855-036c1b7dc5e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10cb4a85d5fe0c68dfb3f9397f43fc8160f6d47d" 2018-08-20 10:29:09,553 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:09 GMT Server: Apache x-compute-request-id: req-45d30887-ef41-4cb9-bac2-af48ebb39ada OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-45d30887-ef41-4cb9-bac2-af48ebb39ada Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-vol_type", "qos_specs_id": "bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "849eb86a-3c37-43d3-ad3b-b93c4345ba9e", "description": null}} 2018-08-20 10:29:09,553 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e used request id req-45d30887-ef41-4cb9-bac2-af48ebb39ada 2018-08-20 10:29:09,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-deed5c18-f03a-4f01-9855-036c1b7dc5e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10cb4a85d5fe0c68dfb3f9397f43fc8160f6d47d" 2018-08-20 10:29:09,758 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:09 GMT Server: Apache x-compute-request-id: req-d70cf850-3dbf-49d7-a2cf-aa91fab490ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d70cf850-3dbf-49d7-a2cf-aa91fab490ae Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "849eb86a-3c37-43d3-ad3b-b93c4345ba9e", "control_location": "back-end", "deleted": false, "created_at": "2018-08-20T10:29:08.000000", "updated_at": null, "encryption_id": "c40f9e57-a401-491c-afd2-5ac65078be38", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-08-20 10:29:09,758 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e/encryption used request id req-d70cf850-3dbf-49d7-a2cf-aa91fab490ae 2018-08-20 10:29:09,761 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-deed5c18-f03a-4f01-9855-036c1b7dc5e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10cb4a85d5fe0c68dfb3f9397f43fc8160f6d47d" 2018-08-20 10:29:09,934 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:09 GMT Server: Apache x-compute-request-id: req-1e2af281-47fd-4909-b4e4-918773e18c49 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e2af281-47fd-4909-b4e4-918773e18c49 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "name": "CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-qos-spec"}, "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba", "rel": "bookmark"}]} 2018-08-20 10:29:09,934 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba used request id req-1e2af281-47fd-4909-b4e4-918773e18c49 2018-08-20 10:29:09,934 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-vol_type 2018-08-20 10:29:09,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c99e1b07-1835-4f27-9ec7-10b43726039f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399691d39f5cb8313d2ead56d00c749a46dc9b78" 2018-08-20 10:29:10,182 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e5026062-e821-4430-96fa-494ef2327307 Content-Length: 0 Content-Type: text/html; 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-08-20 10:29:10,182 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/849eb86a-3c37-43d3-ad3b-b93c4345ba9e used request id req-e5026062-e821-4430-96fa-494ef2327307 2018-08-20 10:29:10,183 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-ff009ec3-4888-4e49-b2b2-0de5ee00514f-qos-spec 2018-08-20 10:29:10,186 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1f45c5eb-aaa1-4b89-bfdd-8ecd95bad8cd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4199bfce3d3e398bce79eb6eb2682bf007b1047d" 2018-08-20 10:29:10,427 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c1889d9f-f22e-42b0-abb0-7294ae26c485 Content-Length: 0 Content-Type: text/html; 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-08-20 10:29:10,427 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/qos-specs/bef7a43c-14d4-4aca-bcb4-e7f1a7f785ba?force=False used request id req-c1889d9f-f22e-42b0-abb0-7294ae26c485 2018-08-20 10:29:10,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:29:10,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:29:10,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:29:10,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:29:10,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:29:10,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:10,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-4bffd6d5-bf57-4d49-9d81-ddc6c5515ea3 Date: Mon, 20 Aug 2018 10:29:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:29:10,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-4bffd6d5-bf57-4d49-9d81-ddc6c5515ea3 2018-08-20 10:29:10,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:10,793 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95100616-ad3e-4153-9a2f-0666f3af00b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:10,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-95100616-ad3e-4153-9a2f-0666f3af00b9 2018-08-20 10:29:10,793 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:10,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:10,891 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-637776a6-3170-46fa-bc8d-4d2b7f1fcf16 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:10,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-637776a6-3170-46fa-bc8d-4d2b7f1fcf16 2018-08-20 10:29:10,891 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:10,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:10,990 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77b0d45e-2286-4947-8d1c-9372a4b4e45d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:10,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-77b0d45e-2286-4947-8d1c-9372a4b4e45d 2018-08-20 10:29:10,990 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:10,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,082 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0da97b4-a185-45ab-892c-248e08d235c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:11,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-e0da97b4-a185-45ab-892c-248e08d235c8 2018-08-20 10:29:11,082 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:11,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8b17589-a2cc-47ad-bb2d-1457304cb2a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:11,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-b8b17589-a2cc-47ad-bb2d-1457304cb2a0 2018-08-20 10:29:11,180 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:11,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,301 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85fee77f-ed18-4498-a741-f8cf0bb8adf6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:11,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-85fee77f-ed18-4498-a741-f8cf0bb8adf6 2018-08-20 10:29:11,301 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:11,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,391 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c90a69d1-25f3-4471-a150-b5f3b46c16bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:11,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-c90a69d1-25f3-4471-a150-b5f3b46c16bb 2018-08-20 10:29:11,391 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:11,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,568 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf6ca5b1-4bae-4de5-aa3d-62e0ad2d4be3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:11,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-bf6ca5b1-4bae-4de5-aa3d-62e0ad2d4be3 2018-08-20 10:29:11,568 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:11,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,669 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ca5934f-c413-424c-aa9a-ca391906a283 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:11,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-4ca5934f-c413-424c-aa9a-ca391906a283 2018-08-20 10:29:11,669 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:11,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77013ff3-3044-4892-9873-98a068fc4183 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:29:11,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-77013ff3-3044-4892-9873-98a068fc4183 2018-08-20 10:29:11,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,856 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc49a5ee-bee0-41c6-a0ba-5fd1ca9ca29f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:11,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-bc49a5ee-bee0-41c6-a0ba-5fd1ca9ca29f 2018-08-20 10:29:11,857 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:11,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:11,961 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c723e48b-ef16-4f54-8a8d-e9b5614bd131 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:11,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-c723e48b-ef16-4f54-8a8d-e9b5614bd131 2018-08-20 10:29:11,961 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:11,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,061 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d27de6fa-2533-4ae2-91d5-76ddbf47f75a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:12,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-d27de6fa-2533-4ae2-91d5-76ddbf47f75a 2018-08-20 10:29:12,061 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:12,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,153 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f871b6bc-e7a2-49b9-aaa6-8a6c9535da3f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:12,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-f871b6bc-e7a2-49b9-aaa6-8a6c9535da3f 2018-08-20 10:29:12,154 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:12,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2ebee9-e83e-41f0-b19e-92391f601d9d Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:29:12,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-4a2ebee9-e83e-41f0-b19e-92391f601d9d 2018-08-20 10:29:12,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,345 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7f75f0f-a01b-48f8-b7c6-343858cf5b54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:12,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-d7f75f0f-a01b-48f8-b7c6-343858cf5b54 2018-08-20 10:29:12,346 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:12,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,435 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4407e2f8-fa86-4f1f-acfa-bef93c0b1802 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:12,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-4407e2f8-fa86-4f1f-acfa-bef93c0b1802 2018-08-20 10:29:12,435 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:12,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,540 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd446c1b-5891-4047-b7d5-7147b9f2c7ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:12,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-cd446c1b-5891-4047-b7d5-7147b9f2c7ac 2018-08-20 10:29:12,540 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:12,541 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj 2018-08-20 10:29:12,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/845d56ddab3346d88f509173ff5990fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06264adc-3fb4-446e-933b-72684356a121 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:12,767 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/845d56ddab3346d88f509173ff5990fc used request id req-06264adc-3fb4-446e-933b-72684356a121 2018-08-20 10:29:12,767 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-04936de6-4b8f-447-proj-role 2018-08-20 10:29:12,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/ae33996f233f499aa3ed6c7e5f1904c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f4153d3-0c69-444b-9d78-61c29a0a17cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:12,886 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ae33996f233f499aa3ed6c7e5f1904c5 used request id req-7f4153d3-0c69-444b-9d78-61c29a0a17cc 2018-08-20 10:29:12,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c81e9c9513e402735607e99564ca46b2dc0b95" 2018-08-20 10:29:12,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ead44328-e010-4454-8bb2-1e296067f9d9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:12,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ead44328-e010-4454-8bb2-1e296067f9d9 2018-08-20 10:29:12,991 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-04936de6-4b8f-447-user 2018-08-20 10:29:12,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/fb2f95b35d024a8b9a727c41698f15d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a77d0fd8ea2fe500d1f842d6001fb46a7242546" 2018-08-20 10:29:13,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4035f7f-fb24-40a2-9c04-1096be4c9e27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:13,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/fb2f95b35d024a8b9a727c41698f15d6 used request id req-b4035f7f-fb24-40a2-9c04-1096be4c9e27 2018-08-20 10:29:13,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:13,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["uG4b-ymcRbqrO00ONbFpkw"], "issued_at": "2018-08-20T10:29:13.000000Z"}} 2018-08-20 10:29:13,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f2af8da76ae79100ee54fe857aeba3ab1944c" 2018-08-20 10:29:13,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f871995f-6ab1-4650-93a9-3bc6db8e8d64 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:13,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f871995f-6ab1-4650-93a9-3bc6db8e8d64 2018-08-20 10:29:13,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:13,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:14,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["dmM4q5KARTKbtjlYeOp9_w"], "issued_at": "2018-08-20T10:29:14.000000Z"}} 2018-08-20 10:29:14,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:14,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cacc3f15-7b04-45f3-adc3-919afafacddb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:14,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cacc3f15-7b04-45f3-adc3-919afafacddb 2018-08-20 10:29:14,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:14,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:14,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:14,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6875c4d-be26-4418-b731-62069630ff39 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:29:14,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj used request id req-d6875c4d-be26-4418-b731-62069630ff39 2018-08-20 10:29:14,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:14,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ff12e4-9a30-4f75-b766-acd602864159 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:14,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a4ff12e4-9a30-4f75-b766-acd602864159 2018-08-20 10:29:14,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj"}}' 2018-08-20 10:29:14,487 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f02572d-a123-4288-a799-04cc2f5f2730 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc"}, "tags": [], "enabled": true, "id": "e6f1d6a29aa342ebac7fa843a912cccc", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj"}} 2018-08-20 10:29:14,487 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-1f02572d-a123-4288-a799-04cc2f5f2730 2018-08-20 10:29:14,487 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj 2018-08-20 10:29:14,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:14,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:14,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["oc1Ar7VsTEC_taF_MGJAhA"], "issued_at": "2018-08-20T10:29:14.000000Z"}} 2018-08-20 10:29:14,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ee4a585d02350bd5504e1641d66c36fb2cefd6" 2018-08-20 10:29:14,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22852cd8-8a96-4647-b337-cae3899be80e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:14,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-22852cd8-8a96-4647-b337-cae3899be80e 2018-08-20 10:29:14,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:14,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:14,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ee4a585d02350bd5504e1641d66c36fb2cefd6" 2018-08-20 10:29:15,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1295f7f7-4789-4837-8f64-34191593f5aa Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:29:15,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-1295f7f7-4789-4837-8f64-34191593f5aa 2018-08-20 10:29:15,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ee4a585d02350bd5504e1641d66c36fb2cefd6" 2018-08-20 10:29:15,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4043a49-ab1c-4ce0-b734-3ad9ef58be3e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc"}, "tags": [], "enabled": true, "id": "e6f1d6a29aa342ebac7fa843a912cccc", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj"}]} 2018-08-20 10:29:15,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj used request id req-d4043a49-ab1c-4ce0-b734-3ad9ef58be3e 2018-08-20 10:29:15,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ee4a585d02350bd5504e1641d66c36fb2cefd6" 2018-08-20 10:29:15,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e8971b4-a321-427a-a76e-1c22ab2a14e8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:15,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3e8971b4-a321-427a-a76e-1c22ab2a14e8 2018-08-20 10:29:15,660 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-user 2018-08-20 10:29:15,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:15,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:15,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a2a111-c7d4-4bcb-a0ca-323b37a23edd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:15,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-17a2a111-c7d4-4bcb-a0ca-323b37a23edd 2018-08-20 10:29:15,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj-role"}}' 2018-08-20 10:29:15,887 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11349154-27ed-4a65-9dc7-cf3da51c1117 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6c817fd06dff423fbc838e86ca9a12a4", "links": {"self": "http://172.30.9.36:5000/v3/roles/6c817fd06dff423fbc838e86ca9a12a4"}, "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj-role"}} 2018-08-20 10:29:15,887 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-11349154-27ed-4a65-9dc7-cf3da51c1117 2018-08-20 10:29:15,888 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj-role 2018-08-20 10:29:15,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/6c817fd06dff423fbc838e86ca9a12a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:15,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d23cfa2-56ff-4195-be54-05e68d3923ed Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6c817fd06dff423fbc838e86ca9a12a4", "links": {"self": "http://172.30.9.36:5000/v3/roles/6c817fd06dff423fbc838e86ca9a12a4"}, "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj-role"}} 2018-08-20 10:29:15,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/6c817fd06dff423fbc838e86ca9a12a4 used request id req-4d23cfa2-56ff-4195-be54-05e68d3923ed 2018-08-20 10:29:15,979 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj-role to project CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj 2018-08-20 10:29:15,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc/users/0c7c0cc5fef946a79c0a1861d036ca7e/roles/6c817fd06dff423fbc838e86ca9a12a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:16,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d88e915-9dc8-42a7-9318-3677c7a6ac98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:16,119 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc/users/0c7c0cc5fef946a79c0a1861d036ca7e/roles/6c817fd06dff423fbc838e86ca9a12a4 used request id req-8d88e915-9dc8-42a7-9318-3677c7a6ac98 2018-08-20 10:29:16,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:16,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6c817fd06dff423fbc838e86ca9a12a4", "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj-role"}], "expires_at": "2018-08-20T11:29:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6f1d6a29aa342ebac7fa843a912cccc", "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-user", "id": "0c7c0cc5fef946a79c0a1861d036ca7e"}, "audit_ids": ["iU9DJrzKTEigA-73oq75Kg"], "issued_at": "2018-08-20T10:29:16.000000Z"}} 2018-08-20 10:29:16,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23083a65ba1cf3a1472c7b075d35b0adb2d02f6" 2018-08-20 10:29:16,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-443df5ed-8ea9-45f7-a12c-c0205f9cbd60 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:16,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-443df5ed-8ea9-45f7-a12c-c0205f9cbd60 2018-08-20 10:29:16,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:16,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:16,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6c817fd06dff423fbc838e86ca9a12a4", "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj-role"}], "expires_at": "2018-08-20T11:29:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6f1d6a29aa342ebac7fa843a912cccc", "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/e6f1d6a29aa342ebac7fa843a912cccc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-user", "id": "0c7c0cc5fef946a79c0a1861d036ca7e"}, "audit_ids": ["VMwF6aazQXWj8RDbVlsV7g"], "issued_at": "2018-08-20T10:29:16.000000Z"}} 2018-08-20 10:29:16,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" 2018-08-20 10:29:17,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea7c953c-7334-487f-8501-055a892cd3ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:17,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ea7c953c-7334-487f-8501-055a892cd3ea 2018-08-20 10:29:17,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" 2018-08-20 10:29:17,306 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:17 GMT Server: Apache x-compute-request-id: req-abb41c78-98b4-4e92-90df-fc509c06cc2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-abb41c78-98b4-4e92-90df-fc509c06cc2c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:29:17,306 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/detail used request id req-abb41c78-98b4-4e92-90df-fc509c06cc2c 2018-08-20 10:29:17,309 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-abb41c78-98b4-4e92-90df-fc509c06cc2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046", "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-08-20 10:29:17,914 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:17 GMT Server: Apache x-compute-request-id: req-ebc8d9c0-28a1-4b46-9236-ec5ad536ae16 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ebc8d9c0-28a1-4b46-9236-ec5ad536ae16 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0c7c0cc5fef946a79c0a1861d036ca7e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "self"}, {"href": "http://172.30.9.36:8776/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:17.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "size": 1}} 2018-08-20 10:29:17,915 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes used request id req-ebc8d9c0-28a1-4b46-9236-ec5ad536ae16 2018-08-20 10:29:17,918 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abb41c78-98b4-4e92-90df-fc509c06cc2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" 2018-08-20 10:29:18,545 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:17 GMT Server: Apache x-compute-request-id: req-689de6fa-d0d8-4dbd-9b72-4a0d601a88aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-689de6fa-d0d8-4dbd-9b72-4a0d601a88aa Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0c7c0cc5fef946a79c0a1861d036ca7e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "self"}, {"href": "http://172.30.9.36:8776/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e6f1d6a29aa342ebac7fa843a912cccc", "updated_at": "2018-08-20T10:29:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "size": 1}} 2018-08-20 10:29:18,545 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd used request id req-689de6fa-d0d8-4dbd-9b72-4a0d601a88aa 2018-08-20 10:29:18,546 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046 2018-08-20 10:29:18,549 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abb41c78-98b4-4e92-90df-fc509c06cc2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" 2018-08-20 10:29:18,794 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:18 GMT Server: Apache x-compute-request-id: req-a58a26d1-c926-45cb-9d28-598d7e7a9d71 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a58a26d1-c926-45cb-9d28-598d7e7a9d71 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0c7c0cc5fef946a79c0a1861d036ca7e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "self"}, {"href": "http://172.30.9.36:8776/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e6f1d6a29aa342ebac7fa843a912cccc", "updated_at": "2018-08-20T10:29:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "size": 1}} 2018-08-20 10:29:18,794 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd used request id req-a58a26d1-c926-45cb-9d28-598d7e7a9d71 2018-08-20 10:29:18,794 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:29:18,794 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046 2018-08-20 10:29:18,794 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046 2018-08-20 10:29:18,797 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23083a65ba1cf3a1472c7b075d35b0adb2d02f6" 2018-08-20 10:29:19,019 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:18 GMT Server: Apache x-compute-request-id: req-e75d9a9a-6681-4121-8767-61f14eef0060 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e75d9a9a-6681-4121-8767-61f14eef0060 Content-Encoding: gzip Content-Length: 457 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0c7c0cc5fef946a79c0a1861d036ca7e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "self"}, {"href": "http://172.30.9.36:8776/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e6f1d6a29aa342ebac7fa843a912cccc", "updated_at": "2018-08-20T10:29:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "size": 1}]} 2018-08-20 10:29:19,020 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/detail used request id req-e75d9a9a-6681-4121-8767-61f14eef0060 2018-08-20 10:29:19,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:19,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:19,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23083a65ba1cf3a1472c7b075d35b0adb2d02f6" 2018-08-20 10:29:19,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-035804d7-5ce1-4196-aa8a-e3deea6a3005 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e6f1d6a29aa342ebac7fa843a912cccc", "name": "CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj"}} 2018-08-20 10:29:19,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc used request id req-035804d7-5ce1-4196-aa8a-e3deea6a3005 2018-08-20 10:29:19,052 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abb41c78-98b4-4e92-90df-fc509c06cc2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" 2018-08-20 10:29:19,281 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:19 GMT Server: Apache x-compute-request-id: req-cddee920-cf6c-4c24-bdd8-96a04f7acb45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cddee920-cf6c-4c24-bdd8-96a04f7acb45 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0c7c0cc5fef946a79c0a1861d036ca7e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "self"}, {"href": "http://172.30.9.36:8776/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e6f1d6a29aa342ebac7fa843a912cccc", "updated_at": "2018-08-20T10:29:17.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "size": 1}} 2018-08-20 10:29:19,281 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd used request id req-cddee920-cf6c-4c24-bdd8-96a04f7acb45 2018-08-20 10:29:19,281 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:29:19,281 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046 2018-08-20 10:29:19,281 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046 2018-08-20 10:29:19,284 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abb41c78-98b4-4e92-90df-fc509c06cc2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" 2018-08-20 10:29:19,535 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4acfe6ab-7b1a-44ad-8cdc-9ffb84960ee1 Content-Length: 0 Content-Type: text/html; 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-08-20 10:29:19,535 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd used request id req-4acfe6ab-7b1a-44ad-8cdc-9ffb84960ee1 2018-08-20 10:29:19,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abb41c78-98b4-4e92-90df-fc509c06cc2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" 2018-08-20 10:29:19,767 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:19 GMT Server: Apache x-compute-request-id: req-fef1d802-9d1a-405e-aedf-a8bd48c26211 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fef1d802-9d1a-405e-aedf-a8bd48c26211 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "0c7c0cc5fef946a79c0a1861d036ca7e", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "self"}, {"href": "http://172.30.9.36:8776/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:17.000000", "description": null, "os-vol-tenant-attr:tenant_id": "e6f1d6a29aa342ebac7fa843a912cccc", "updated_at": "2018-08-20T10:29:19.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "84fa8d9d-4579-4224-80d6-68d5a60ff2bd", "size": 1}} 2018-08-20 10:29:19,767 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd used request id req-fef1d802-9d1a-405e-aedf-a8bd48c26211 2018-08-20 10:29:19,768 - create_volume - DEBUG - Instance status is - deleting 2018-08-20 10:29:19,768 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-20 10:29:22,771 - create_volume - DEBUG - Volume status query timeout in 56.7640399933 2018-08-20 10:29:22,774 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abb41c78-98b4-4e92-90df-fc509c06cc2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a0894e686ecdd8c9cba252d65a16e068d4fa34c" 2018-08-20 10:29:23,003 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f2f92742-26bf-4ed1-8082-6825b307d85f x-openstack-request-id: req-f2f92742-26bf-4ed1-8082-6825b307d85f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 84fa8d9d-4579-4224-80d6-68d5a60ff2bd could not be found.", "code": 404}} 2018-08-20 10:29:23,004 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/84fa8d9d-4579-4224-80d6-68d5a60ff2bd used request id req-f2f92742-26bf-4ed1-8082-6825b307d85f 2018-08-20 10:29:23,004 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 84fa8d9d-4579-4224-80d6-68d5a60ff2bd could not be found. (HTTP 404) (Request-ID: req-f2f92742-26bf-4ed1-8082-6825b307d85f) 2018-08-20 10:29:23,004 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-f63e2f48-3d7e-4a42-b635-f48a631aa046 2018-08-20 10:29:23,008 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e75d9a9a-6681-4121-8767-61f14eef0060" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23083a65ba1cf3a1472c7b075d35b0adb2d02f6" 2018-08-20 10:29:23,224 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:23 GMT Server: Apache x-compute-request-id: req-0cb755f5-0114-4b2f-9c2a-47d18f1d4e9b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0cb755f5-0114-4b2f-9c2a-47d18f1d4e9b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:29:23,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/e6f1d6a29aa342ebac7fa843a912cccc/volumes/detail used request id req-0cb755f5-0114-4b2f-9c2a-47d18f1d4e9b 2018-08-20 10:29:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:29:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:29:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:29:23,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:29:23,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:29:23,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:23,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-74608970-8bdc-484a-8f27-38afc0c13f95 Date: Mon, 20 Aug 2018 10:29:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:29:23,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-74608970-8bdc-484a-8f27-38afc0c13f95 2018-08-20 10:29:23,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:23,685 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e432d79a-dd81-453e-8476-7d7fbd98f509 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:23,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-e432d79a-dd81-453e-8476-7d7fbd98f509 2018-08-20 10:29:23,685 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:23,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:23,774 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18cf8dc5-2dc5-4bbd-819a-21224a3bcc83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:23,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-18cf8dc5-2dc5-4bbd-819a-21224a3bcc83 2018-08-20 10:29:23,775 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:23,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:23,874 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dd51fd2-e46e-4a81-9b6b-f3a5db0ed7b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:23,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-3dd51fd2-e46e-4a81-9b6b-f3a5db0ed7b5 2018-08-20 10:29:23,874 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:23,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:23,967 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39309a56-c41f-4ffe-8689-f7abe9acf881 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:23,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-39309a56-c41f-4ffe-8689-f7abe9acf881 2018-08-20 10:29:23,967 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:23,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,058 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec50a85e-3780-4921-a18d-6aa514a0b136 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:24,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-ec50a85e-3780-4921-a18d-6aa514a0b136 2018-08-20 10:29:24,058 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:24,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,172 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2e4ae77-a622-497b-9b98-7df83a90f559 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:24,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-c2e4ae77-a622-497b-9b98-7df83a90f559 2018-08-20 10:29:24,173 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:24,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,269 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d120d72-7746-421d-9833-eed93ac033d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:24,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-3d120d72-7746-421d-9833-eed93ac033d9 2018-08-20 10:29:24,269 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:24,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,356 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ca40cc5-5c7a-4385-936a-6f017f3c187f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:24,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-6ca40cc5-5c7a-4385-936a-6f017f3c187f 2018-08-20 10:29:24,356 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:24,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,451 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aba901d3-16d9-451e-93d0-a08a7fe28d37 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:24,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-aba901d3-16d9-451e-93d0-a08a7fe28d37 2018-08-20 10:29:24,452 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:24,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac4b89e8-4f17-4e0d-8c4c-6f1eaffc1512 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:29:24,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-ac4b89e8-4f17-4e0d-8c4c-6f1eaffc1512 2018-08-20 10:29:24,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,647 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9b65972-3263-4881-bda4-21facc9b37ec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:24,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-f9b65972-3263-4881-bda4-21facc9b37ec 2018-08-20 10:29:24,647 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:24,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,738 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6a20bad-70a2-41c3-bd9c-76915c1b8e15 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:24,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-b6a20bad-70a2-41c3-bd9c-76915c1b8e15 2018-08-20 10:29:24,739 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:24,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:24,963 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e914fc3-8fd3-4aa6-850b-4106d2ec539c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:24,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-5e914fc3-8fd3-4aa6-850b-4106d2ec539c 2018-08-20 10:29:24,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:24,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:25,051 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b155815-42c2-4881-9839-51976768e964 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:25,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-9b155815-42c2-4881-9839-51976768e964 2018-08-20 10:29:25,051 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:25,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:25,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-924f1bf8-7a76-4f32-9972-d5370e2a6a13 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:29:25,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-924f1bf8-7a76-4f32-9972-d5370e2a6a13 2018-08-20 10:29:25,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:25,254 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa75a3bc-7f03-4101-8ee9-cf71fd358eb0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:25,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-aa75a3bc-7f03-4101-8ee9-cf71fd358eb0 2018-08-20 10:29:25,254 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:25,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:25,426 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40486ec0-112a-461e-8eb8-70e2a406867c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:25,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-40486ec0-112a-461e-8eb8-70e2a406867c 2018-08-20 10:29:25,426 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:25,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:25,521 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb3b3f45-696f-47da-be6a-e5944c157cc4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:25,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-fb3b3f45-696f-47da-be6a-e5944c157cc4 2018-08-20 10:29:25,521 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:25,522 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj 2018-08-20 10:29:25,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:25,761 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-350ae464-0a33-4ca2-8fb7-a492d4fc8c03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:25,761 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/e6f1d6a29aa342ebac7fa843a912cccc used request id req-350ae464-0a33-4ca2-8fb7-a492d4fc8c03 2018-08-20 10:29:25,762 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-proj-role 2018-08-20 10:29:25,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/6c817fd06dff423fbc838e86ca9a12a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:25,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5bbaf85-a6ce-47aa-bc8b-3312c4337267 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:25,893 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/6c817fd06dff423fbc838e86ca9a12a4 used request id req-b5bbaf85-a6ce-47aa-bc8b-3312c4337267 2018-08-20 10:29:25,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6dfacb57865ef8ecf105a5fab1c5edf2beb97c1" 2018-08-20 10:29:25,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4565f546-4b15-4043-8658-08519cbeb4a1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:25,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4565f546-4b15-4043-8658-08519cbeb4a1 2018-08-20 10:29:25,985 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-9eed4339-ce6e-4b5-user 2018-08-20 10:29:25,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/0c7c0cc5fef946a79c0a1861d036ca7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75ee4a585d02350bd5504e1641d66c36fb2cefd6" 2018-08-20 10:29:26,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93a1e1c1-d4cb-45e5-a49c-a8d0a8aa5ebd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:26,195 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/0c7c0cc5fef946a79c0a1861d036ca7e used request id req-93a1e1c1-d4cb-45e5-a49c-a8d0a8aa5ebd 2018-08-20 10:29:26,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:26,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["aRZtidOuSzWIeCxSILxXLg"], "issued_at": "2018-08-20T10:29:26.000000Z"}} 2018-08-20 10:29:26,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b169603c41a0982fa7b2b0d203aa833a4eaf8075" 2018-08-20 10:29:26,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-836ce1f0-62bd-4bf3-ad2c-7d84ee76d903 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:26,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-836ce1f0-62bd-4bf3-ad2c-7d84ee76d903 2018-08-20 10:29:26,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:26,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:27,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["bONipMH1SAamHSO5j1eZdw"], "issued_at": "2018-08-20T10:29:27.000000Z"}} 2018-08-20 10:29:27,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:27,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b8d9552-497a-4935-afa7-6beafc674f17 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:27,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8b8d9552-497a-4935-afa7-6beafc674f17 2018-08-20 10:29:27,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:27,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:27,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:27,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a92c2548-4ac4-43db-8496-1a580833e7af Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:29:27,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj used request id req-a92c2548-4ac4-43db-8496-1a580833e7af 2018-08-20 10:29:27,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:27,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329b3b24-0cf3-4d02-8602-a3164161e2de Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:27,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-329b3b24-0cf3-4d02-8602-a3164161e2de 2018-08-20 10:29:27,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj"}}' 2018-08-20 10:29:27,499 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc9daf49-0503-4964-b545-57659f7df340 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897"}, "tags": [], "enabled": true, "id": "97ee8e7992364d7092e36963e919a897", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj"}} 2018-08-20 10:29:27,499 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-dc9daf49-0503-4964-b545-57659f7df340 2018-08-20 10:29:27,499 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj 2018-08-20 10:29:27,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:27,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:27,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["43NoPs9uQxmww-AAzEwOXg"], "issued_at": "2018-08-20T10:29:27.000000Z"}} 2018-08-20 10:29:27,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701e5fd4141fd25801a45a2175aba085bd750667" 2018-08-20 10:29:27,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcbccf83-618b-4120-904a-b9e0444e313a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:27,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fcbccf83-618b-4120-904a-b9e0444e313a 2018-08-20 10:29:27,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:27,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:27,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701e5fd4141fd25801a45a2175aba085bd750667" 2018-08-20 10:29:28,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff36f09-1db7-4cff-a7fc-76584c4af1b2 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:29:28,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-2ff36f09-1db7-4cff-a7fc-76584c4af1b2 2018-08-20 10:29:28,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701e5fd4141fd25801a45a2175aba085bd750667" 2018-08-20 10:29:28,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090cfbe9-09c2-4f90-83ef-0a88c139a3b8 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897"}, "tags": [], "enabled": true, "id": "97ee8e7992364d7092e36963e919a897", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj"}]} 2018-08-20 10:29:28,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj used request id req-090cfbe9-09c2-4f90-83ef-0a88c139a3b8 2018-08-20 10:29:28,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701e5fd4141fd25801a45a2175aba085bd750667" 2018-08-20 10:29:28,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2736758-8a87-4f52-898c-95de8352b04a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:28,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a2736758-8a87-4f52-898c-95de8352b04a 2018-08-20 10:29:28,647 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-user 2018-08-20 10:29:28,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:28,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:28,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3ce6fd-e6f5-40d7-b22d-729161d27e38 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:28,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0a3ce6fd-e6f5-40d7-b22d-729161d27e38 2018-08-20 10:29:28,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role"}}' 2018-08-20 10:29:28,791 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b86f7968-cbf5-40f2-826f-1b060a40ddf9 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "71f7694c3f494a40b467852d5e5745dc", "links": {"self": "http://172.30.9.36:5000/v3/roles/71f7694c3f494a40b467852d5e5745dc"}, "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role"}} 2018-08-20 10:29:28,791 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-b86f7968-cbf5-40f2-826f-1b060a40ddf9 2018-08-20 10:29:28,792 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role 2018-08-20 10:29:28,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/71f7694c3f494a40b467852d5e5745dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:28,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f14b6c4-7bed-4a7e-859b-437b5be623e9 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "71f7694c3f494a40b467852d5e5745dc", "links": {"self": "http://172.30.9.36:5000/v3/roles/71f7694c3f494a40b467852d5e5745dc"}, "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role"}} 2018-08-20 10:29:28,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/71f7694c3f494a40b467852d5e5745dc used request id req-7f14b6c4-7bed-4a7e-859b-437b5be623e9 2018-08-20 10:29:28,891 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role to project CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj 2018-08-20 10:29:28,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897/users/e1ae1d455e4343ab88a065deb377b3f3/roles/71f7694c3f494a40b467852d5e5745dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:29,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c812bf62-3292-4336-98e3-e54eceaa18c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:29,028 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897/users/e1ae1d455e4343ab88a065deb377b3f3/roles/71f7694c3f494a40b467852d5e5745dc used request id req-c812bf62-3292-4336-98e3-e54eceaa18c6 2018-08-20 10:29:29,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:29,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71f7694c3f494a40b467852d5e5745dc", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role"}], "expires_at": "2018-08-20T11:29:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97ee8e7992364d7092e36963e919a897", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-user", "id": "e1ae1d455e4343ab88a065deb377b3f3"}, "audit_ids": ["LIKOdo8YSD-Q1u3LzVmo7w"], "issued_at": "2018-08-20T10:29:29.000000Z"}} 2018-08-20 10:29:29,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b9de1fdcd6d553051eafdab72b84213c16125e" 2018-08-20 10:29:29,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f38785b-20ee-4abe-a818-ab9600b71260 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:29,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7f38785b-20ee-4abe-a818-ab9600b71260 2018-08-20 10:29:29,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:29,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:29,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71f7694c3f494a40b467852d5e5745dc", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role"}], "expires_at": "2018-08-20T11:29:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97ee8e7992364d7092e36963e919a897", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-user", "id": "e1ae1d455e4343ab88a065deb377b3f3"}, "audit_ids": ["4OCG2pq6RRSoeuY4xjFSQw"], "issued_at": "2018-08-20T10:29:29.000000Z"}} 2018-08-20 10:29:29,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcba9d80d022e843a821a64fb855f4a64d678dd" 2018-08-20 10:29:29,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3bed64-566f-4c52-b916-0529f50f9d23 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:29,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fe3bed64-566f-4c52-b916-0529f50f9d23 2018-08-20 10:29:29,985 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcba9d80d022e843a821a64fb855f4a64d678dd" 2018-08-20 10:29:30,211 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:29 GMT Server: Apache x-compute-request-id: req-44a581f0-784d-4504-afe8-8bce9f7cda48 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-44a581f0-784d-4504-afe8-8bce9f7cda48 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:29:30,211 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/detail used request id req-44a581f0-784d-4504-afe8-8bce9f7cda48 2018-08-20 10:29:30,214 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-44a581f0-784d-4504-afe8-8bce9f7cda48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcba9d80d022e843a821a64fb855f4a64d678dd" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34", "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-08-20 10:29:30,726 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:30 GMT Server: Apache x-compute-request-id: req-2173b388-d74c-40c5-a482-09b5fbafe343 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2173b388-d74c-40c5-a482-09b5fbafe343 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e1ae1d455e4343ab88a065deb377b3f3", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "self"}, {"href": "http://172.30.9.36:8776/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:30.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4804a7f8-e950-47fe-a2e5-168cdcbd016e", "size": 1}} 2018-08-20 10:29:30,726 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes used request id req-2173b388-d74c-40c5-a482-09b5fbafe343 2018-08-20 10:29:30,730 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44a581f0-784d-4504-afe8-8bce9f7cda48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcba9d80d022e843a821a64fb855f4a64d678dd" 2018-08-20 10:29:30,970 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:30 GMT Server: Apache x-compute-request-id: req-0768867a-3830-4ac6-b1b4-46b71808eca0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0768867a-3830-4ac6-b1b4-46b71808eca0 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e1ae1d455e4343ab88a065deb377b3f3", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "self"}, {"href": "http://172.30.9.36:8776/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97ee8e7992364d7092e36963e919a897", "updated_at": "2018-08-20T10:29:30.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4804a7f8-e950-47fe-a2e5-168cdcbd016e", "size": 1}} 2018-08-20 10:29:30,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e used request id req-0768867a-3830-4ac6-b1b4-46b71808eca0 2018-08-20 10:29:30,970 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34 2018-08-20 10:29:30,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44a581f0-784d-4504-afe8-8bce9f7cda48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcba9d80d022e843a821a64fb855f4a64d678dd" 2018-08-20 10:29:31,224 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:30 GMT Server: Apache x-compute-request-id: req-fed8c03b-3173-46d5-9da6-d6ffd635a5fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fed8c03b-3173-46d5-9da6-d6ffd635a5fb Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e1ae1d455e4343ab88a065deb377b3f3", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "self"}, {"href": "http://172.30.9.36:8776/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97ee8e7992364d7092e36963e919a897", "updated_at": "2018-08-20T10:29:30.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4804a7f8-e950-47fe-a2e5-168cdcbd016e", "size": 1}} 2018-08-20 10:29:31,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e used request id req-fed8c03b-3173-46d5-9da6-d6ffd635a5fb 2018-08-20 10:29:31,224 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:29:31,224 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34 2018-08-20 10:29:31,225 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34 2018-08-20 10:29:31,227 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b9de1fdcd6d553051eafdab72b84213c16125e" 2018-08-20 10:29:31,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:31 GMT Server: Apache x-compute-request-id: req-c1353890-c429-4859-b062-a98de35a2928 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c1353890-c429-4859-b062-a98de35a2928 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e1ae1d455e4343ab88a065deb377b3f3", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "self"}, {"href": "http://172.30.9.36:8776/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97ee8e7992364d7092e36963e919a897", "updated_at": "2018-08-20T10:29:30.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4804a7f8-e950-47fe-a2e5-168cdcbd016e", "size": 1}]} 2018-08-20 10:29:31,457 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/detail used request id req-c1353890-c429-4859-b062-a98de35a2928 2018-08-20 10:29:31,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:31,466 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:31,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b9de1fdcd6d553051eafdab72b84213c16125e" 2018-08-20 10:29:31,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08b2b7d1-660b-435d-83b9-ea49d7bf9d49 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "97ee8e7992364d7092e36963e919a897", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj"}} 2018-08-20 10:29:31,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897 used request id req-08b2b7d1-660b-435d-83b9-ea49d7bf9d49 2018-08-20 10:29:31,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:31,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:31,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "71f7694c3f494a40b467852d5e5745dc", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role"}], "expires_at": "2018-08-20T11:29:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97ee8e7992364d7092e36963e919a897", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/97ee8e7992364d7092e36963e919a897", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-user", "id": "e1ae1d455e4343ab88a065deb377b3f3"}, "audit_ids": ["QiYVXDWhTYaWxRTjCwCDVw"], "issued_at": "2018-08-20T10:29:31.000000Z"}} 2018-08-20 10:29:31,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b1d6b88f052c5173a018c3ee8bc7c379857129" 2018-08-20 10:29:32,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa3e915a-e04f-49ca-a8ea-e0153cb7d8b7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:32,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fa3e915a-e04f-49ca-a8ea-e0153cb7d8b7 2018-08-20 10:29:32,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b1d6b88f052c5173a018c3ee8bc7c379857129" 2018-08-20 10:29:32,289 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:32 GMT Server: Apache x-compute-request-id: req-c610a05e-ae13-4b84-8ae7-3f7e4bbbbb56 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c610a05e-ae13-4b84-8ae7-3f7e4bbbbb56 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e1ae1d455e4343ab88a065deb377b3f3", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "self"}, {"href": "http://172.30.9.36:8776/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97ee8e7992364d7092e36963e919a897", "updated_at": "2018-08-20T10:29:30.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4804a7f8-e950-47fe-a2e5-168cdcbd016e", "size": 1}]} 2018-08-20 10:29:32,289 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/detail used request id req-c610a05e-ae13-4b84-8ae7-3f7e4bbbbb56 2018-08-20 10:29:32,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:32,297 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:32,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b1d6b88f052c5173a018c3ee8bc7c379857129" 2018-08-20 10:29:32,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2004b7ef-12f7-4d21-89fb-5514227c5a3a Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "97ee8e7992364d7092e36963e919a897", "name": "CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj"}} 2018-08-20 10:29:32,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897 used request id req-2004b7ef-12f7-4d21-89fb-5514227c5a3a 2018-08-20 10:29:32,394 - create_volume - INFO - Did not create volume due to cleanup mode 2018-08-20 10:29:32,397 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44a581f0-784d-4504-afe8-8bce9f7cda48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcba9d80d022e843a821a64fb855f4a64d678dd" 2018-08-20 10:29:32,632 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:32 GMT Server: Apache x-compute-request-id: req-9d5accb1-bba7-4bfb-9a27-7749fdbfbfb9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9d5accb1-bba7-4bfb-9a27-7749fdbfbfb9 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e1ae1d455e4343ab88a065deb377b3f3", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "self"}, {"href": "http://172.30.9.36:8776/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97ee8e7992364d7092e36963e919a897", "updated_at": "2018-08-20T10:29:30.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4804a7f8-e950-47fe-a2e5-168cdcbd016e", "size": 1}} 2018-08-20 10:29:32,632 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e used request id req-9d5accb1-bba7-4bfb-9a27-7749fdbfbfb9 2018-08-20 10:29:32,632 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:29:32,632 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34 2018-08-20 10:29:32,632 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34 2018-08-20 10:29:32,635 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44a581f0-784d-4504-afe8-8bce9f7cda48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcba9d80d022e843a821a64fb855f4a64d678dd" 2018-08-20 10:29:32,888 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e91c7a51-0ce7-4f2d-80cf-f98245d6849f Content-Length: 0 Content-Type: text/html; 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-08-20 10:29:32,888 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e used request id req-e91c7a51-0ce7-4f2d-80cf-f98245d6849f 2018-08-20 10:29:32,891 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44a581f0-784d-4504-afe8-8bce9f7cda48" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dcba9d80d022e843a821a64fb855f4a64d678dd" 2018-08-20 10:29:33,487 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8265d4ae-4079-48a7-ae16-5de556bfc7f8 x-openstack-request-id: req-8265d4ae-4079-48a7-ae16-5de556bfc7f8 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 4804a7f8-e950-47fe-a2e5-168cdcbd016e could not be found.", "code": 404}} 2018-08-20 10:29:33,487 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/97ee8e7992364d7092e36963e919a897/volumes/4804a7f8-e950-47fe-a2e5-168cdcbd016e used request id req-8265d4ae-4079-48a7-ae16-5de556bfc7f8 2018-08-20 10:29:33,487 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 4804a7f8-e950-47fe-a2e5-168cdcbd016e could not be found. (HTTP 404) (Request-ID: req-8265d4ae-4079-48a7-ae16-5de556bfc7f8) 2018-08-20 10:29:33,487 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-d4f0f511-df24-4a83-9adc-ce417a67ad34 2018-08-20 10:29:33,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:29:33,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:29:33,488 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:29:33,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:29:33,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:29:33,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:33,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-24f5012f-1e48-4850-af19-c5b08518c5a5 Date: Mon, 20 Aug 2018 10:29:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:29:33,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-24f5012f-1e48-4850-af19-c5b08518c5a5 2018-08-20 10:29:33,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:33,870 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fe37b87-5add-44e9-83ac-f3e46ca59bd1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:33,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-7fe37b87-5add-44e9-83ac-f3e46ca59bd1 2018-08-20 10:29:33,871 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:33,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,043 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-500ed5e9-a284-4601-a56c-b3cbea7e2aca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-500ed5e9-a284-4601-a56c-b3cbea7e2aca 2018-08-20 10:29:34,043 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,137 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ff42801-f2e0-4f3f-a0d8-52e11cc125d3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-2ff42801-f2e0-4f3f-a0d8-52e11cc125d3 2018-08-20 10:29:34,137 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,229 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bbe55f0-b874-43b9-aef0-c000003267af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-5bbe55f0-b874-43b9-aef0-c000003267af 2018-08-20 10:29:34,229 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,317 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1a38c70-4cba-4542-8ca5-065d259a2c7a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-a1a38c70-4cba-4542-8ca5-065d259a2c7a 2018-08-20 10:29:34,317 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,409 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5219be73-caf1-40e9-b265-98d1cbb47fe1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-5219be73-caf1-40e9-b265-98d1cbb47fe1 2018-08-20 10:29:34,410 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,502 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2209c30-ea30-4c76-9410-212378752067 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-d2209c30-ea30-4c76-9410-212378752067 2018-08-20 10:29:34,502 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,594 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7e16372-1759-47b6-bd65-546943dae9de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-d7e16372-1759-47b6-bd65-546943dae9de 2018-08-20 10:29:34,594 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,697 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dc00a25-6707-40a2-bfc7-7eb3202fc2fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-9dc00a25-6707-40a2-bfc7-7eb3202fc2fb 2018-08-20 10:29:34,697 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403ebeaf-4dbe-40ba-93a5-14adb347e273 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:29:34,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-403ebeaf-4dbe-40ba-93a5-14adb347e273 2018-08-20 10:29:34,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,891 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70829779-faef-45b5-8d1f-dee817dcca53 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-70829779-faef-45b5-8d1f-dee817dcca53 2018-08-20 10:29:34,892 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:34,994 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b220c36-7f83-4eac-bb57-92105c1a58f8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:34,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-9b220c36-7f83-4eac-bb57-92105c1a58f8 2018-08-20 10:29:34,995 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:34,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:35,094 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38c5d793-8d92-4ab4-9000-1d66a4377a55 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:35,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-38c5d793-8d92-4ab4-9000-1d66a4377a55 2018-08-20 10:29:35,094 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:35,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:35,186 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-959be4af-e102-4853-9671-c785b33c7228 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:35,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-959be4af-e102-4853-9671-c785b33c7228 2018-08-20 10:29:35,186 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:35,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:35,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6683db1-35de-49d7-9f8c-b73050bbe79c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:29:35,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-d6683db1-35de-49d7-9f8c-b73050bbe79c 2018-08-20 10:29:35,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:35,387 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49129905-f664-4b3d-9224-ce6a9ff647e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:35,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-49129905-f664-4b3d-9224-ce6a9ff647e0 2018-08-20 10:29:35,388 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:35,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:35,475 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d8fe6eb-afa8-43a6-afa0-f06f7d02b339 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:35,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-2d8fe6eb-afa8-43a6-afa0-f06f7d02b339 2018-08-20 10:29:35,476 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:35,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:35,570 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc31be66-8452-4e0a-bb2c-05539ba8e27b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:35,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-fc31be66-8452-4e0a-bb2c-05539ba8e27b 2018-08-20 10:29:35,570 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:35,571 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj 2018-08-20 10:29:35,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:35,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03142f2e-87ab-480d-9512-f267a25ff8de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:35,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/97ee8e7992364d7092e36963e919a897 used request id req-03142f2e-87ab-480d-9512-f267a25ff8de 2018-08-20 10:29:35,941 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-proj-role 2018-08-20 10:29:35,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/71f7694c3f494a40b467852d5e5745dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:36,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89d0e70f-2a36-47a5-bb42-d26c21f97e48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:36,055 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/71f7694c3f494a40b467852d5e5745dc used request id req-89d0e70f-2a36-47a5-bb42-d26c21f97e48 2018-08-20 10:29:36,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ef8d922c72d9e1a6224fc327f94a2c2fdeddbe" 2018-08-20 10:29:36,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c057b258-e462-4328-9ef9-7a3ac4d4854d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:36,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c057b258-e462-4328-9ef9-7a3ac4d4854d 2018-08-20 10:29:36,153 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-84622757-ef74-4d6-user 2018-08-20 10:29:36,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/e1ae1d455e4343ab88a065deb377b3f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}701e5fd4141fd25801a45a2175aba085bd750667" 2018-08-20 10:29:36,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abfab760-38b1-4d8d-a218-d332919fb11b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:36,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/e1ae1d455e4343ab88a065deb377b3f3 used request id req-abfab760-38b1-4d8d-a218-d332919fb11b 2018-08-20 10:29:36,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:36,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["3rfdQPwER-G9vrN11gZiZA"], "issued_at": "2018-08-20T10:29:36.000000Z"}} 2018-08-20 10:29:36,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6eca1b1c0d16ff81241540772266bffacb5c71b" 2018-08-20 10:29:36,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ce1d30-e898-43e8-b28e-04cb179a7e57 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:36,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-27ce1d30-e898-43e8-b28e-04cb179a7e57 2018-08-20 10:29:36,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:36,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:37,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["QxTv3pTCRdmmgxI1Hga1WQ"], "issued_at": "2018-08-20T10:29:37.000000Z"}} 2018-08-20 10:29:37,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:37,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b9f019-1140-40f7-a4d4-24185df8d7ca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:37,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b2b9f019-1140-40f7-a4d4-24185df8d7ca 2018-08-20 10:29:37,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:37,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:37,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:37,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91f15f4f-2aa8-4912-9fe4-46e2e1b35a85 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:29:37,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj used request id req-91f15f4f-2aa8-4912-9fe4-46e2e1b35a85 2018-08-20 10:29:37,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:37,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a430b70e-da20-48e6-902a-02e8d52280d8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:37,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a430b70e-da20-48e6-902a-02e8d52280d8 2018-08-20 10:29:37,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj"}}' 2018-08-20 10:29:37,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7350239d-cb0f-418c-8b32-933702c24286 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3"}, "tags": [], "enabled": true, "id": "ab57ad01b9a843fc9709dbffb7784ac3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj"}} 2018-08-20 10:29:37,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-7350239d-cb0f-418c-8b32-933702c24286 2018-08-20 10:29:37,767 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj 2018-08-20 10:29:37,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:37,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:38,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["T1trJpY2T8yvP_WW_DeOhg"], "issued_at": "2018-08-20T10:29:38.000000Z"}} 2018-08-20 10:29:38,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb002e7e6a11d7e1a4fa26972f4fe07fbed58577" 2018-08-20 10:29:38,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cff61e5-b489-4932-9e89-10910b170162 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:38,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3cff61e5-b489-4932-9e89-10910b170162 2018-08-20 10:29:38,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:38,256 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:38,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb002e7e6a11d7e1a4fa26972f4fe07fbed58577" 2018-08-20 10:29:38,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357ed70f-f7fa-4b85-befb-710c28c4c537 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:29:38,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-357ed70f-f7fa-4b85-befb-710c28c4c537 2018-08-20 10:29:38,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb002e7e6a11d7e1a4fa26972f4fe07fbed58577" 2018-08-20 10:29:38,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-902ea225-2988-4ea0-be9f-765b04339e4c Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3"}, "tags": [], "enabled": true, "id": "ab57ad01b9a843fc9709dbffb7784ac3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj"}]} 2018-08-20 10:29:38,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj used request id req-902ea225-2988-4ea0-be9f-765b04339e4c 2018-08-20 10:29:38,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb002e7e6a11d7e1a4fa26972f4fe07fbed58577" 2018-08-20 10:29:38,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4afe503d-5b0f-40fc-b5a3-2be1c2979c55 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:38,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-4afe503d-5b0f-40fc-b5a3-2be1c2979c55 2018-08-20 10:29:38,869 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-user 2018-08-20 10:29:38,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:38,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:38,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ebbba80-686d-4320-8988-9159619d5ec1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:38,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2ebbba80-686d-4320-8988-9159619d5ec1 2018-08-20 10:29:38,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj-role"}}' 2018-08-20 10:29:39,072 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dec8ec86-e405-402c-b1ad-f71926b38204 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d7aeafef131a4fa7956420d775a9d8ca", "links": {"self": "http://172.30.9.36:5000/v3/roles/d7aeafef131a4fa7956420d775a9d8ca"}, "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj-role"}} 2018-08-20 10:29:39,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-dec8ec86-e405-402c-b1ad-f71926b38204 2018-08-20 10:29:39,073 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj-role 2018-08-20 10:29:39,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/d7aeafef131a4fa7956420d775a9d8ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:39,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86b02a3b-1142-4614-91ca-8943e04ba1ad Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d7aeafef131a4fa7956420d775a9d8ca", "links": {"self": "http://172.30.9.36:5000/v3/roles/d7aeafef131a4fa7956420d775a9d8ca"}, "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj-role"}} 2018-08-20 10:29:39,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/d7aeafef131a4fa7956420d775a9d8ca used request id req-86b02a3b-1142-4614-91ca-8943e04ba1ad 2018-08-20 10:29:39,174 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj-role to project CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj 2018-08-20 10:29:39,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3/users/6923b1ba8c18411b909f1191bdea0b0b/roles/d7aeafef131a4fa7956420d775a9d8ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:39,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-788085a4-0944-4103-87e8-8e8738df0cb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:39,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3/users/6923b1ba8c18411b909f1191bdea0b0b/roles/d7aeafef131a4fa7956420d775a9d8ca used request id req-788085a4-0944-4103-87e8-8e8738df0cb3 2018-08-20 10:29:39,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:39,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7aeafef131a4fa7956420d775a9d8ca", "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj-role"}], "expires_at": "2018-08-20T11:29:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab57ad01b9a843fc9709dbffb7784ac3", "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-user", "id": "6923b1ba8c18411b909f1191bdea0b0b"}, "audit_ids": ["xj5KuJQ_TCKm14y6GcGwuA"], "issued_at": "2018-08-20T10:29:39.000000Z"}} 2018-08-20 10:29:39,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d4947824c055167708a3b23b0538b77bd4292e" 2018-08-20 10:29:39,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810825dd-7a29-4f09-b6bf-b993b4f9e289 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:39,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-810825dd-7a29-4f09-b6bf-b993b4f9e289 2018-08-20 10:29:39,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:39,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:40,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7aeafef131a4fa7956420d775a9d8ca", "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj-role"}], "expires_at": "2018-08-20T11:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab57ad01b9a843fc9709dbffb7784ac3", "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ab57ad01b9a843fc9709dbffb7784ac3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-user", "id": "6923b1ba8c18411b909f1191bdea0b0b"}, "audit_ids": ["G2HPEkZ3TSO8x2DjCyeOaw"], "issued_at": "2018-08-20T10:29:40.000000Z"}} 2018-08-20 10:29:40,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdcd7f0660ea07b9bb3ecae86f3ce8ed5ff2b56" 2018-08-20 10:29:40,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce60085d-b000-44de-822d-8a0faed50432 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:40,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ce60085d-b000-44de-822d-8a0faed50432 2018-08-20 10:29:40,285 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdcd7f0660ea07b9bb3ecae86f3ce8ed5ff2b56" 2018-08-20 10:29:40,513 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:40 GMT Server: Apache x-compute-request-id: req-9c73d886-4c9a-473a-b079-f2fbc1100dfa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9c73d886-4c9a-473a-b079-f2fbc1100dfa Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:29:40,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/detail used request id req-9c73d886-4c9a-473a-b079-f2fbc1100dfa 2018-08-20 10:29:40,517 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9c73d886-4c9a-473a-b079-f2fbc1100dfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdcd7f0660ea07b9bb3ecae86f3ce8ed5ff2b56" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110", "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-08-20 10:29:40,955 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:40 GMT Server: Apache x-compute-request-id: req-94b971b8-516d-4e51-9938-b5ca151bf589 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-94b971b8-516d-4e51-9938-b5ca151bf589 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "6923b1ba8c18411b909f1191bdea0b0b", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "self"}, {"href": "http://172.30.9.36:8776/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:40.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "da83b346-6dfc-482b-9353-512d08e988fb", "size": 1}} 2018-08-20 10:29:40,955 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes used request id req-94b971b8-516d-4e51-9938-b5ca151bf589 2018-08-20 10:29:40,958 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c73d886-4c9a-473a-b079-f2fbc1100dfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdcd7f0660ea07b9bb3ecae86f3ce8ed5ff2b56" 2018-08-20 10:29:41,197 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:40 GMT Server: Apache x-compute-request-id: req-15b8c8b4-a1d0-4556-ae25-7341ede8f455 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-15b8c8b4-a1d0-4556-ae25-7341ede8f455 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "6923b1ba8c18411b909f1191bdea0b0b", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "self"}, {"href": "http://172.30.9.36:8776/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ab57ad01b9a843fc9709dbffb7784ac3", "updated_at": "2018-08-20T10:29:40.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "da83b346-6dfc-482b-9353-512d08e988fb", "size": 1}} 2018-08-20 10:29:41,197 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb used request id req-15b8c8b4-a1d0-4556-ae25-7341ede8f455 2018-08-20 10:29:41,197 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110 2018-08-20 10:29:41,200 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c73d886-4c9a-473a-b079-f2fbc1100dfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdcd7f0660ea07b9bb3ecae86f3ce8ed5ff2b56" 2018-08-20 10:29:41,430 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:41 GMT Server: Apache x-compute-request-id: req-0876dd44-b284-45a2-88f4-9c55a3b89605 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0876dd44-b284-45a2-88f4-9c55a3b89605 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "6923b1ba8c18411b909f1191bdea0b0b", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "self"}, {"href": "http://172.30.9.36:8776/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ab57ad01b9a843fc9709dbffb7784ac3", "updated_at": "2018-08-20T10:29:41.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "da83b346-6dfc-482b-9353-512d08e988fb", "size": 1}} 2018-08-20 10:29:41,430 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb used request id req-0876dd44-b284-45a2-88f4-9c55a3b89605 2018-08-20 10:29:41,431 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:29:41,431 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110 2018-08-20 10:29:41,431 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110 2018-08-20 10:29:41,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d4947824c055167708a3b23b0538b77bd4292e" 2018-08-20 10:29:41,653 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:41 GMT Server: Apache x-compute-request-id: req-5d802a32-8c70-425b-b630-e4ab40ec9ea5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5d802a32-8c70-425b-b630-e4ab40ec9ea5 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "6923b1ba8c18411b909f1191bdea0b0b", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "self"}, {"href": "http://172.30.9.36:8776/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ab57ad01b9a843fc9709dbffb7784ac3", "updated_at": "2018-08-20T10:29:41.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "da83b346-6dfc-482b-9353-512d08e988fb", "size": 1}]} 2018-08-20 10:29:41,653 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/detail used request id req-5d802a32-8c70-425b-b630-e4ab40ec9ea5 2018-08-20 10:29:41,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:41,662 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:41,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d4947824c055167708a3b23b0538b77bd4292e" 2018-08-20 10:29:41,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34657012-c277-4ead-97a3-f8efc71880ca Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ab57ad01b9a843fc9709dbffb7784ac3", "name": "CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj"}} 2018-08-20 10:29:41,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3 used request id req-34657012-c277-4ead-97a3-f8efc71880ca 2018-08-20 10:29:41,736 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c73d886-4c9a-473a-b079-f2fbc1100dfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdcd7f0660ea07b9bb3ecae86f3ce8ed5ff2b56" 2018-08-20 10:29:42,043 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:41 GMT Server: Apache x-compute-request-id: req-c0c5c848-8d68-44b7-a1d8-37d010868bed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0c5c848-8d68-44b7-a1d8-37d010868bed Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "6923b1ba8c18411b909f1191bdea0b0b", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "self"}, {"href": "http://172.30.9.36:8776/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:29:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ab57ad01b9a843fc9709dbffb7784ac3", "updated_at": "2018-08-20T10:29:41.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "da83b346-6dfc-482b-9353-512d08e988fb", "size": 1}} 2018-08-20 10:29:42,043 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb used request id req-c0c5c848-8d68-44b7-a1d8-37d010868bed 2018-08-20 10:29:42,044 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:29:42,044 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110 2018-08-20 10:29:42,044 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110 2018-08-20 10:29:42,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c73d886-4c9a-473a-b079-f2fbc1100dfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdcd7f0660ea07b9bb3ecae86f3ce8ed5ff2b56" 2018-08-20 10:29:42,320 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:29:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-29bd7c06-6369-430e-b079-d7a4fd3585d9 Content-Length: 0 Content-Type: text/html; 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-08-20 10:29:42,320 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb used request id req-29bd7c06-6369-430e-b079-d7a4fd3585d9 2018-08-20 10:29:42,323 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c73d886-4c9a-473a-b079-f2fbc1100dfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdcd7f0660ea07b9bb3ecae86f3ce8ed5ff2b56" 2018-08-20 10:29:42,534 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-266e8661-7cd9-4489-a04b-ed0e62c160a7 x-openstack-request-id: req-266e8661-7cd9-4489-a04b-ed0e62c160a7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume da83b346-6dfc-482b-9353-512d08e988fb could not be found.", "code": 404}} 2018-08-20 10:29:42,535 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/ab57ad01b9a843fc9709dbffb7784ac3/volumes/da83b346-6dfc-482b-9353-512d08e988fb used request id req-266e8661-7cd9-4489-a04b-ed0e62c160a7 2018-08-20 10:29:42,535 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume da83b346-6dfc-482b-9353-512d08e988fb could not be found. (HTTP 404) (Request-ID: req-266e8661-7cd9-4489-a04b-ed0e62c160a7) 2018-08-20 10:29:42,535 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-aab98d95-2289-4655-b6aa-64efa36cf110 2018-08-20 10:29:42,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:29:42,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:29:42,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:29:42,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:29:42,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:29:42,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:42,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-dc8950ee-f8b5-4713-8d3a-a3a9d7c34fc9 Date: Mon, 20 Aug 2018 10:29:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:29:42,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-dc8950ee-f8b5-4713-8d3a-a3a9d7c34fc9 2018-08-20 10:29:42,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:42,897 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04316a04-f012-4316-8096-db5b3d719a06 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:42,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-04316a04-f012-4316-8096-db5b3d719a06 2018-08-20 10:29:42,898 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:42,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,000 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08de7dcd-70ef-4b66-89c1-fd2584a23f76 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-08de7dcd-70ef-4b66-89c1-fd2584a23f76 2018-08-20 10:29:43,000 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,089 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85864562-decc-4d88-997d-61387cf305ba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-85864562-decc-4d88-997d-61387cf305ba 2018-08-20 10:29:43,089 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2824c7ec-fba1-4351-a272-1e1e1950cb89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-2824c7ec-fba1-4351-a272-1e1e1950cb89 2018-08-20 10:29:43,179 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,272 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ea81afc-d0b6-4006-a246-0484ebb76d95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-5ea81afc-d0b6-4006-a246-0484ebb76d95 2018-08-20 10:29:43,272 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,360 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8381a69e-acba-45f8-aa7e-2eaf5b14df2d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-8381a69e-acba-45f8-aa7e-2eaf5b14df2d 2018-08-20 10:29:43,360 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,456 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5358017-ea78-4e34-ab1e-3bee1431c3a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-f5358017-ea78-4e34-ab1e-3bee1431c3a9 2018-08-20 10:29:43,456 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,552 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aae7315d-4dde-4f1e-a071-e4d0f7875dcb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-aae7315d-4dde-4f1e-a071-e4d0f7875dcb 2018-08-20 10:29:43,552 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,640 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66f9d8d8-4457-4431-9a42-ee34e7e249f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-66f9d8d8-4457-4431-9a42-ee34e7e249f3 2018-08-20 10:29:43,641 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36e7a415-32eb-4013-b163-9d38c039ea90 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:29:43,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-36e7a415-32eb-4013-b163-9d38c039ea90 2018-08-20 10:29:43,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,832 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5f07e28-c72d-4141-bc16-fc5f73cf9d5d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-d5f07e28-c72d-4141-bc16-fc5f73cf9d5d 2018-08-20 10:29:43,833 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:43,925 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4dac616-4350-4b0f-80a2-77abce909d64 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:43,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-f4dac616-4350-4b0f-80a2-77abce909d64 2018-08-20 10:29:43,926 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:43,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,014 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e2f9e9a-3970-4967-b200-1204eb4ae4f2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:44,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-8e2f9e9a-3970-4967-b200-1204eb4ae4f2 2018-08-20 10:29:44,015 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:44,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,110 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93a084da-3a78-420f-8bfe-c35e386295d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:44,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-93a084da-3a78-420f-8bfe-c35e386295d7 2018-08-20 10:29:44,111 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:44,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49d58705-0503-4ee8-b2b1-820d0b893f17 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:29:44,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-49d58705-0503-4ee8-b2b1-820d0b893f17 2018-08-20 10:29:44,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,299 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8f4377f-f868-46bc-8093-922efb769820 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:44,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-e8f4377f-f868-46bc-8093-922efb769820 2018-08-20 10:29:44,300 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:44,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,398 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d31b12d8-e989-41c2-b17e-6e538f336ec9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:44,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-d31b12d8-e989-41c2-b17e-6e538f336ec9 2018-08-20 10:29:44,398 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:44,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,480 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e075fc5-37af-4776-a129-92dfe2f93963 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:44,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-2e075fc5-37af-4776-a129-92dfe2f93963 2018-08-20 10:29:44,481 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:44,482 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj 2018-08-20 10:29:44,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa61b008-75e6-413f-bc93-5194d39995a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:44,707 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ab57ad01b9a843fc9709dbffb7784ac3 used request id req-fa61b008-75e6-413f-bc93-5194d39995a1 2018-08-20 10:29:44,708 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-proj-role 2018-08-20 10:29:44,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/d7aeafef131a4fa7956420d775a9d8ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-316ec98e-e710-4686-a740-4ec315607f90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:44,833 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/d7aeafef131a4fa7956420d775a9d8ca used request id req-316ec98e-e710-4686-a740-4ec315607f90 2018-08-20 10:29:44,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04a434c285a7c01dee1451a696279f1e703f93f" 2018-08-20 10:29:44,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f642cc63-d185-4a87-a647-63f5572d079e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:44,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f642cc63-d185-4a87-a647-63f5572d079e 2018-08-20 10:29:44,924 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-04cfe52c-a499-466-user 2018-08-20 10:29:44,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/6923b1ba8c18411b909f1191bdea0b0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb002e7e6a11d7e1a4fa26972f4fe07fbed58577" 2018-08-20 10:29:45,200 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63bcacad-f814-451d-b9b8-f98100036340 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:45,200 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/6923b1ba8c18411b909f1191bdea0b0b used request id req-63bcacad-f814-451d-b9b8-f98100036340 2018-08-20 10:29:45,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:45,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["fhWTIlGfQjmcLnh0TxlhnQ"], "issued_at": "2018-08-20T10:29:45.000000Z"}} 2018-08-20 10:29:45,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cedd370c54cf8288effa669f25383fe20aa0f49" 2018-08-20 10:29:45,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ffe4e5e-7ebf-45d3-b155-5623bd4e64d5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:45,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4ffe4e5e-7ebf-45d3-b155-5623bd4e64d5 2018-08-20 10:29:45,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:45,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:46,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["K-HeatVhSuO2mpPA7lt_KQ"], "issued_at": "2018-08-20T10:29:46.000000Z"}} 2018-08-20 10:29:46,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:46,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b21c63-7065-473c-a945-ab6cb3877414 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:46,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-57b21c63-7065-473c-a945-ab6cb3877414 2018-08-20 10:29:46,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:46,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:46,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:46,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c64481b-df94-46d1-98e1-9b9736fa76bc Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:29:46,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj used request id req-0c64481b-df94-46d1-98e1-9b9736fa76bc 2018-08-20 10:29:46,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:46,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c2893fd-d7db-4224-afdb-e0bc9286361c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:46,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-2c2893fd-d7db-4224-afdb-e0bc9286361c 2018-08-20 10:29:46,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj"}}' 2018-08-20 10:29:46,504 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f66891ac-d04b-4e3f-a32f-f962a9540d1e Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/506de35f18284a309315537a834740d3"}, "tags": [], "enabled": true, "id": "506de35f18284a309315537a834740d3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj"}} 2018-08-20 10:29:46,504 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-f66891ac-d04b-4e3f-a32f-f962a9540d1e 2018-08-20 10:29:46,504 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj 2018-08-20 10:29:46,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:46,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:46,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["QsDUuYXtR3Ojm1qloCNwJQ"], "issued_at": "2018-08-20T10:29:46.000000Z"}} 2018-08-20 10:29:46,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1759edb5a27cc951e13587c3413efccafa5b8d" 2018-08-20 10:29:46,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69276004-b30e-4d9b-a3b1-6c9aa9c9fb18 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:46,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-69276004-b30e-4d9b-a3b1-6c9aa9c9fb18 2018-08-20 10:29:47,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:47,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:47,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1759edb5a27cc951e13587c3413efccafa5b8d" 2018-08-20 10:29:47,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d62a2fe6-0392-47fd-a7f5-f9f71caa7b31 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:29:47,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-d62a2fe6-0392-47fd-a7f5-f9f71caa7b31 2018-08-20 10:29:47,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1759edb5a27cc951e13587c3413efccafa5b8d" 2018-08-20 10:29:47,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c757eda3-3ebd-4c4a-bd5d-491f6c0da4eb Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/506de35f18284a309315537a834740d3"}, "tags": [], "enabled": true, "id": "506de35f18284a309315537a834740d3", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj"}]} 2018-08-20 10:29:47,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj used request id req-c757eda3-3ebd-4c4a-bd5d-491f6c0da4eb 2018-08-20 10:29:47,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1759edb5a27cc951e13587c3413efccafa5b8d" 2018-08-20 10:29:47,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e687c9e7-df23-4c02-a8f4-5a6b097d55bf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:47,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e687c9e7-df23-4c02-a8f4-5a6b097d55bf 2018-08-20 10:29:47,606 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-user 2018-08-20 10:29:47,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:47,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:47,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-850f6be5-77ae-4342-bc34-8af627ee8343 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:47,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-850f6be5-77ae-4342-bc34-8af627ee8343 2018-08-20 10:29:47,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj-role"}}' 2018-08-20 10:29:47,768 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21ce349e-ae7d-41d2-9e44-9453b292d0b7 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f86090db5cf84338a281fe5fcbb232c5", "links": {"self": "http://172.30.9.36:5000/v3/roles/f86090db5cf84338a281fe5fcbb232c5"}, "name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj-role"}} 2018-08-20 10:29:47,768 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-21ce349e-ae7d-41d2-9e44-9453b292d0b7 2018-08-20 10:29:47,768 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj-role 2018-08-20 10:29:47,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/f86090db5cf84338a281fe5fcbb232c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:47,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1baeceea-1358-487a-abf0-cc32cbd719d1 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f86090db5cf84338a281fe5fcbb232c5", "links": {"self": "http://172.30.9.36:5000/v3/roles/f86090db5cf84338a281fe5fcbb232c5"}, "name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj-role"}} 2018-08-20 10:29:47,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/f86090db5cf84338a281fe5fcbb232c5 used request id req-1baeceea-1358-487a-abf0-cc32cbd719d1 2018-08-20 10:29:47,866 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj-role to project CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj 2018-08-20 10:29:47,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/506de35f18284a309315537a834740d3/users/6666ea258e104bf7913ae2f4e3ff9d9e/roles/f86090db5cf84338a281fe5fcbb232c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:48,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffcb9a1d-2585-4cc7-88bd-5abf978169a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:48,048 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/506de35f18284a309315537a834740d3/users/6666ea258e104bf7913ae2f4e3ff9d9e/roles/f86090db5cf84338a281fe5fcbb232c5 used request id req-ffcb9a1d-2585-4cc7-88bd-5abf978169a0 2018-08-20 10:29:48,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:48,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:48,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f86090db5cf84338a281fe5fcbb232c5", "name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj-role"}], "expires_at": "2018-08-20T11:29:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "506de35f18284a309315537a834740d3", "name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/506de35f18284a309315537a834740d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/506de35f18284a309315537a834740d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/506de35f18284a309315537a834740d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/506de35f18284a309315537a834740d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/506de35f18284a309315537a834740d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/506de35f18284a309315537a834740d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_506de35f18284a309315537a834740d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_506de35f18284a309315537a834740d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/506de35f18284a309315537a834740d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/506de35f18284a309315537a834740d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/506de35f18284a309315537a834740d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/506de35f18284a309315537a834740d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/506de35f18284a309315537a834740d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/506de35f18284a309315537a834740d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-user", "id": "6666ea258e104bf7913ae2f4e3ff9d9e"}, "audit_ids": ["WP6W1ExuQ5aaaUZCBmtlSQ"], "issued_at": "2018-08-20T10:29:48.000000Z"}} 2018-08-20 10:29:48,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5ad91ab087a443fe8f8b823fe8bd57400ff59ee" 2018-08-20 10:29:48,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb2acb20-195e-482a-9185-941755105459 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:48,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-eb2acb20-195e-482a-9185-941755105459 2018-08-20 10:29:48,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/506de35f18284a309315537a834740d3/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5ad91ab087a443fe8f8b823fe8bd57400ff59ee" 2018-08-20 10:29:48,764 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:48 GMT Server: Apache x-compute-request-id: req-378a3dbf-cc62-4179-8efd-4a40ca872af0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-378a3dbf-cc62-4179-8efd-4a40ca872af0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:29:48,764 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/506de35f18284a309315537a834740d3/volumes/detail used request id req-378a3dbf-cc62-4179-8efd-4a40ca872af0 2018-08-20 10:29:48,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/506de35f18284a309315537a834740d3/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-378a3dbf-cc62-4179-8efd-4a40ca872af0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5ad91ab087a443fe8f8b823fe8bd57400ff59ee" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-9d669858-b12d-4689-be17-cbf12e90afe9", "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-08-20 10:29:49,197 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 20 Aug 2018 10:29:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9befa742-3f6c-48fc-9991-126768472ae8 x-openstack-request-id: req-9befa742-3f6c-48fc-9991-126768472ae8 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-08-20 10:29:49,197 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/506de35f18284a309315537a834740d3/volumes used request id req-9befa742-3f6c-48fc-9991-126768472ae8 2018-08-20 10:29:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:29:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:29:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:29:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:29:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:29:49,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:49,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-21d54993-73da-4673-b224-f6cda66a850f Date: Mon, 20 Aug 2018 10:29:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:29:49,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-21d54993-73da-4673-b224-f6cda66a850f 2018-08-20 10:29:49,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:49,568 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8354bb8-c10a-4ff8-85a7-e03444753bfa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:49,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-b8354bb8-c10a-4ff8-85a7-e03444753bfa 2018-08-20 10:29:49,568 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:49,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:49,656 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d903a07f-8082-44ac-8065-d614d2e77657 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:49,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-d903a07f-8082-44ac-8065-d614d2e77657 2018-08-20 10:29:49,656 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:49,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:49,751 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1f69a70-78bd-4ff5-87f7-5afb4ee5b371 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:49,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-a1f69a70-78bd-4ff5-87f7-5afb4ee5b371 2018-08-20 10:29:49,751 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:49,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:49,847 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62bbfe88-1f81-4eef-9686-9b88100ea14d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:49,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-62bbfe88-1f81-4eef-9686-9b88100ea14d 2018-08-20 10:29:49,847 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:49,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:49,933 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01ad73e5-8825-42fb-b749-6f290aeffc4d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:49,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-01ad73e5-8825-42fb-b749-6f290aeffc4d 2018-08-20 10:29:49,933 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:49,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,038 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed0e0c05-b7ef-4ae4-8ae6-32036ff13ce9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:50,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-ed0e0c05-b7ef-4ae4-8ae6-32036ff13ce9 2018-08-20 10:29:50,039 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:50,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,131 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a088320-c25d-418e-a441-b0766ca56780 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:50,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-3a088320-c25d-418e-a441-b0766ca56780 2018-08-20 10:29:50,131 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:50,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,222 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-425761f4-cb55-486e-87a6-dd893779626e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:50,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-425761f4-cb55-486e-87a6-dd893779626e 2018-08-20 10:29:50,223 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:50,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,317 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-411d6034-04d6-493e-acc6-453fa30dad4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:50,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-411d6034-04d6-493e-acc6-453fa30dad4f 2018-08-20 10:29:50,318 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:50,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0b8ac2-51b2-402f-b479-c9f3a48054a8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:29:50,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-6d0b8ac2-51b2-402f-b479-c9f3a48054a8 2018-08-20 10:29:50,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed43e895-4f11-44ce-b99e-86436c80e338 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:50,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-ed43e895-4f11-44ce-b99e-86436c80e338 2018-08-20 10:29:50,522 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:50,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,616 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96153d24-1907-4b2c-9c24-d274a6e64b3e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:50,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-96153d24-1907-4b2c-9c24-d274a6e64b3e 2018-08-20 10:29:50,616 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:50,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,713 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d10b99a-6d62-4a2d-838d-b7d29bde9061 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:50,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-0d10b99a-6d62-4a2d-838d-b7d29bde9061 2018-08-20 10:29:50,713 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:50,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,821 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0828689f-e5fd-4c9e-9c62-1d7acc6dc2f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:50,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-0828689f-e5fd-4c9e-9c62-1d7acc6dc2f7 2018-08-20 10:29:50,821 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:50,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:50,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ba5a4c-ff08-4511-8787-e54b054e194d Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:29:50,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-c0ba5a4c-ff08-4511-8787-e54b054e194d 2018-08-20 10:29:50,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:51,006 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f037aae-9f07-4de5-8b0e-8ee2032da861 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:51,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-6f037aae-9f07-4de5-8b0e-8ee2032da861 2018-08-20 10:29:51,006 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:51,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:51,104 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1415e09e-34ea-46fa-8d0b-15828b9c4a3c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:51,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-1415e09e-34ea-46fa-8d0b-15828b9c4a3c 2018-08-20 10:29:51,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:51,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:51,195 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93dea1ca-412b-4112-bef8-0cf008af69f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:51,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-93dea1ca-412b-4112-bef8-0cf008af69f5 2018-08-20 10:29:51,195 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:51,196 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj 2018-08-20 10:29:51,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/506de35f18284a309315537a834740d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:51,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e47ac26e-cb0e-4175-b4e1-eedf36d093f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:51,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/506de35f18284a309315537a834740d3 used request id req-e47ac26e-cb0e-4175-b4e1-eedf36d093f8 2018-08-20 10:29:51,432 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-proj-role 2018-08-20 10:29:51,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/f86090db5cf84338a281fe5fcbb232c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:51,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66be9d84-ec54-41a9-8be1-7d3bc007e137 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:51,545 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/f86090db5cf84338a281fe5fcbb232c5 used request id req-66be9d84-ec54-41a9-8be1-7d3bc007e137 2018-08-20 10:29:51,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdf171fbd684deb82b522616caf06c3cff7a52c" 2018-08-20 10:29:51,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6828710-28fd-411c-955a-3ab5f09262fb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:51,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a6828710-28fd-411c-955a-3ab5f09262fb 2018-08-20 10:29:51,641 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-6648afb3-3e4e-4c1-user 2018-08-20 10:29:51,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/6666ea258e104bf7913ae2f4e3ff9d9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1759edb5a27cc951e13587c3413efccafa5b8d" 2018-08-20 10:29:51,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36d2d55e-6b26-4c7c-bc71-e8268d8bbbe2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:51,834 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/6666ea258e104bf7913ae2f4e3ff9d9e used request id req-36d2d55e-6b26-4c7c-bc71-e8268d8bbbe2 2018-08-20 10:29:51,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:52,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JNV466bIR7-5T_SE4yPMpA"], "issued_at": "2018-08-20T10:29:52.000000Z"}} 2018-08-20 10:29:52,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda9c825feb9de34bcd187ad4759b045ac9026bd" 2018-08-20 10:29:52,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41df5612-bbee-4e2b-982d-3c52839cdcbd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:52,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-41df5612-bbee-4e2b-982d-3c52839cdcbd 2018-08-20 10:29:52,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:52,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:52,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["LWQlpDenQYu4_WC-ce2syw"], "issued_at": "2018-08-20T10:29:52.000000Z"}} 2018-08-20 10:29:52,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:52,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6274be1-5e91-4cdd-a92d-33edbcf8082c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:52,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b6274be1-5e91-4cdd-a92d-33edbcf8082c 2018-08-20 10:29:52,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:52,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:52,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:52,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b3ffab-aa22-498d-ae18-771a3ce30af5 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:29:52,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj used request id req-29b3ffab-aa22-498d-ae18-771a3ce30af5 2018-08-20 10:29:52,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:53,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be613cef-abdc-4681-adb5-85925f681d57 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:53,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-be613cef-abdc-4681-adb5-85925f681d57 2018-08-20 10:29:53,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj"}}' 2018-08-20 10:29:53,210 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12abacd8-7a84-4532-a327-9c9456906eb4 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6c8e3579e0d849ffb4cb4e3d976c4d4d"}, "tags": [], "enabled": true, "id": "6c8e3579e0d849ffb4cb4e3d976c4d4d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj"}} 2018-08-20 10:29:53,211 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-12abacd8-7a84-4532-a327-9c9456906eb4 2018-08-20 10:29:53,211 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj 2018-08-20 10:29:53,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:53,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:53,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["o0rv5yISQoyhN7iCLJCymA"], "issued_at": "2018-08-20T10:29:53.000000Z"}} 2018-08-20 10:29:53,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b4ed71184c2413f21aca6b52b9eae1a2347b908" 2018-08-20 10:29:53,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f8a3c9-7bd5-4472-a10f-04ed8881368b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:53,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-66f8a3c9-7bd5-4472-a10f-04ed8881368b 2018-08-20 10:29:53,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:53,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:53,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b4ed71184c2413f21aca6b52b9eae1a2347b908" 2018-08-20 10:29:53,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510a0baf-3615-495d-812a-aa5de40c03ce Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:29:53,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-510a0baf-3615-495d-812a-aa5de40c03ce 2018-08-20 10:29:53,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b4ed71184c2413f21aca6b52b9eae1a2347b908" 2018-08-20 10:29:53,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12a841dc-54a5-4758-9793-5abeea609c94 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6c8e3579e0d849ffb4cb4e3d976c4d4d"}, "tags": [], "enabled": true, "id": "6c8e3579e0d849ffb4cb4e3d976c4d4d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj"}]} 2018-08-20 10:29:53,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj used request id req-12a841dc-54a5-4758-9793-5abeea609c94 2018-08-20 10:29:53,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b4ed71184c2413f21aca6b52b9eae1a2347b908" 2018-08-20 10:29:54,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7c612c3-c0db-43c4-b166-d355bd733eda Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:54,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-c7c612c3-c0db-43c4-b166-d355bd733eda 2018-08-20 10:29:54,391 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-user 2018-08-20 10:29:54,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:54,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:54,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28983118-8223-4004-85ba-7e1f5490ab8c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:54,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-28983118-8223-4004-85ba-7e1f5490ab8c 2018-08-20 10:29:54,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj-role"}}' 2018-08-20 10:29:54,595 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79a27bf6-1bfb-401a-aae0-9a23339d5461 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8d1b404e1d9246e6bbdeece12fee2916", "links": {"self": "http://172.30.9.36:5000/v3/roles/8d1b404e1d9246e6bbdeece12fee2916"}, "name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj-role"}} 2018-08-20 10:29:54,595 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-79a27bf6-1bfb-401a-aae0-9a23339d5461 2018-08-20 10:29:54,595 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj-role 2018-08-20 10:29:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/8d1b404e1d9246e6bbdeece12fee2916 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:54,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa4d13e-64f3-41dc-b878-e357a0e51b12 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8d1b404e1d9246e6bbdeece12fee2916", "links": {"self": "http://172.30.9.36:5000/v3/roles/8d1b404e1d9246e6bbdeece12fee2916"}, "name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj-role"}} 2018-08-20 10:29:54,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/8d1b404e1d9246e6bbdeece12fee2916 used request id req-4aa4d13e-64f3-41dc-b878-e357a0e51b12 2018-08-20 10:29:54,722 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj-role to project CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj 2018-08-20 10:29:54,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/6c8e3579e0d849ffb4cb4e3d976c4d4d/users/1a510ce01aa2445bbc0810bba3170a90/roles/8d1b404e1d9246e6bbdeece12fee2916 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:54,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00b7154f-b02d-4447-a717-4289a0ec801e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:54,849 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6c8e3579e0d849ffb4cb4e3d976c4d4d/users/1a510ce01aa2445bbc0810bba3170a90/roles/8d1b404e1d9246e6bbdeece12fee2916 used request id req-00b7154f-b02d-4447-a717-4289a0ec801e 2018-08-20 10:29:54,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:54,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:55,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8d1b404e1d9246e6bbdeece12fee2916", "name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj-role"}], "expires_at": "2018-08-20T11:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6c8e3579e0d849ffb4cb4e3d976c4d4d", "name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6c8e3579e0d849ffb4cb4e3d976c4d4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-user", "id": "1a510ce01aa2445bbc0810bba3170a90"}, "audit_ids": ["BfrP6ga_Q96ucgTqAc1_OQ"], "issued_at": "2018-08-20T10:29:55.000000Z"}} 2018-08-20 10:29:55,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffe52e50460e54a12f5d02b804057cacec067b3f" 2018-08-20 10:29:55,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293c042b-294f-4b17-aea6-61b70445aa77 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:55,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-293c042b-294f-4b17-aea6-61b70445aa77 2018-08-20 10:29:55,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/6c8e3579e0d849ffb4cb4e3d976c4d4d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffe52e50460e54a12f5d02b804057cacec067b3f" 2018-08-20 10:29:55,601 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:55 GMT Server: Apache x-compute-request-id: req-e16585e6-81e6-44c9-9b37-bab06aa0f48e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e16585e6-81e6-44c9-9b37-bab06aa0f48e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:29:55,601 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/6c8e3579e0d849ffb4cb4e3d976c4d4d/volumes/detail used request id req-e16585e6-81e6-44c9-9b37-bab06aa0f48e 2018-08-20 10:29:55,604 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/6c8e3579e0d849ffb4cb4e3d976c4d4d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e16585e6-81e6-44c9-9b37-bab06aa0f48e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffe52e50460e54a12f5d02b804057cacec067b3f" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-ad2197a2-e2c5-4b7f-831c-073734951415", "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-08-20 10:29:55,792 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 20 Aug 2018 10:29:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-aa9d9629-42b6-45a1-a961-897f49102bb5 x-openstack-request-id: req-aa9d9629-42b6-45a1-a961-897f49102bb5 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-08-20 10:29:55,792 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/6c8e3579e0d849ffb4cb4e3d976c4d4d/volumes used request id req-aa9d9629-42b6-45a1-a961-897f49102bb5 2018-08-20 10:29:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:29:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:29:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:29:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:29:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:29:55,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-b5921120-1269-4436-a78c-f9c7cd17f170 Date: Mon, 20 Aug 2018 10:29:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:29:56,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-b5921120-1269-4436-a78c-f9c7cd17f170 2018-08-20 10:29:56,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,168 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-675dbb44-44a9-4ad1-aaa6-a8bd44a1037d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-675dbb44-44a9-4ad1-aaa6-a8bd44a1037d 2018-08-20 10:29:56,168 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,257 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf23cdeb-e5e4-47f8-b14a-123a301bc51b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-bf23cdeb-e5e4-47f8-b14a-123a301bc51b 2018-08-20 10:29:56,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,349 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1652e5e-34e6-4cae-b986-7f73c2a04231 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-f1652e5e-34e6-4cae-b986-7f73c2a04231 2018-08-20 10:29:56,349 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,440 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd7fd315-76b1-46f1-a269-75d7af4a067e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-fd7fd315-76b1-46f1-a269-75d7af4a067e 2018-08-20 10:29:56,441 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,534 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-409ffeca-5511-4510-8457-781a1b64b6a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-409ffeca-5511-4510-8457-781a1b64b6a4 2018-08-20 10:29:56,534 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,628 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f092cd40-742d-4a01-bcd3-4b19f744a704 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-f092cd40-742d-4a01-bcd3-4b19f744a704 2018-08-20 10:29:56,628 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,715 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c3c665-0ba0-4641-a9eb-363b152441a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-07c3c665-0ba0-4641-a9eb-363b152441a8 2018-08-20 10:29:56,715 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,804 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65193b5b-b130-49d4-b991-113a52701a3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-65193b5b-b130-49d4-b991-113a52701a3b 2018-08-20 10:29:56,804 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a849a201-e144-46af-94fb-e5175c668c71 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:56,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-a849a201-e144-46af-94fb-e5175c668c71 2018-08-20 10:29:56,901 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:56,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:56,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f43effec-2594-475d-89e4-75d9a4669468 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:29:56,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-f43effec-2594-475d-89e4-75d9a4669468 2018-08-20 10:29:56,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:57,094 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cbb8f1b-c595-44ec-8c22-e9908357c05e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:57,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-3cbb8f1b-c595-44ec-8c22-e9908357c05e 2018-08-20 10:29:57,094 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:57,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:57,184 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7a7c59f-009e-4f91-8568-6d86efc53591 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:57,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-a7a7c59f-009e-4f91-8568-6d86efc53591 2018-08-20 10:29:57,185 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:57,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:57,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d118047c-bdff-4ba8-9ccf-8038e25677f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:57,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-d118047c-bdff-4ba8-9ccf-8038e25677f0 2018-08-20 10:29:57,277 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:57,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:57,371 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a11d8b7f-ee5e-4c23-9e1a-8a0fef475189 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:57,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-a11d8b7f-ee5e-4c23-9e1a-8a0fef475189 2018-08-20 10:29:57,371 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:57,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:57,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d609089-6123-4684-b60b-bbfbe766126a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:29:57,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-2d609089-6123-4684-b60b-bbfbe766126a 2018-08-20 10:29:57,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:57,553 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-809d98f9-1a9f-4984-bbd2-8257b9920cc5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:57,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-809d98f9-1a9f-4984-bbd2-8257b9920cc5 2018-08-20 10:29:57,553 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:57,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:57,752 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21a612ea-94bb-4367-90b8-cc5eec098eea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:57,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-21a612ea-94bb-4367-90b8-cc5eec098eea 2018-08-20 10:29:57,752 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:57,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:57,873 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b3c4059-00aa-4172-9fe5-d5eb951e9c9c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:29:57,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-5b3c4059-00aa-4172-9fe5-d5eb951e9c9c 2018-08-20 10:29:57,873 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:29:57,874 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj 2018-08-20 10:29:57,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/6c8e3579e0d849ffb4cb4e3d976c4d4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:58,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d64361e6-76cd-4bb8-afe6-46d54473fd63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:58,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6c8e3579e0d849ffb4cb4e3d976c4d4d used request id req-d64361e6-76cd-4bb8-afe6-46d54473fd63 2018-08-20 10:29:58,103 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-proj-role 2018-08-20 10:29:58,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/8d1b404e1d9246e6bbdeece12fee2916 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:58,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94e31aa1-f8c1-4a96-bf81-2d20308ffaa0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:58,223 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/8d1b404e1d9246e6bbdeece12fee2916 used request id req-94e31aa1-f8c1-4a96-bf81-2d20308ffaa0 2018-08-20 10:29:58,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c403758932cba8b29215987476b565af62191376" 2018-08-20 10:29:58,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02a751a8-cb46-4f7c-87a9-e4d55d320896 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:29:58,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-02a751a8-cb46-4f7c-87a9-e4d55d320896 2018-08-20 10:29:58,344 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-9c810ffe-44ee-418-user 2018-08-20 10:29:58,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/1a510ce01aa2445bbc0810bba3170a90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b4ed71184c2413f21aca6b52b9eae1a2347b908" 2018-08-20 10:29:58,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f3c28f8-197e-4987-bc12-fbde2ea123f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:29:58,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/1a510ce01aa2445bbc0810bba3170a90 used request id req-4f3c28f8-197e-4987-bc12-fbde2ea123f7 2018-08-20 10:29:58,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:58,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ygfwYyirT92aq6WWXlxOEQ"], "issued_at": "2018-08-20T10:29:58.000000Z"}} 2018-08-20 10:29:58,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06a0361c4795f896617ffca3d9572d649e4aaa3a" 2018-08-20 10:29:59,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a728490e-cd2a-4088-be12-d2e92483136c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:59,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a728490e-cd2a-4088-be12-d2e92483136c 2018-08-20 10:29:59,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:59,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:29:59,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:29:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["i-ADqT96R1iKbeWokYA5VQ"], "issued_at": "2018-08-20T10:29:59.000000Z"}} 2018-08-20 10:29:59,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:29:59,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c7f249-e2ec-413d-841e-d9fab981f456 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:29:59,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b4c7f249-e2ec-413d-841e-d9fab981f456 2018-08-20 10:29:59,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:29:59,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:29:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:29:59,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:29:59,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0830e24f-4985-4bfc-8177-6d9355fa1d5e Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:29:59,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj used request id req-0830e24f-4985-4bfc-8177-6d9355fa1d5e 2018-08-20 10:29:59,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:29:59,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed9e970-ba0b-407e-b60c-3e17ef76e9bd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:29:59,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-7ed9e970-ba0b-407e-b60c-3e17ef76e9bd 2018-08-20 10:29:59,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj"}}' 2018-08-20 10:29:59,828 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c61462a-e4d9-45d1-b6e9-12b62b60bbb1 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3a1bea6eda7246bb877138347e89b76f"}, "tags": [], "enabled": true, "id": "3a1bea6eda7246bb877138347e89b76f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj"}} 2018-08-20 10:29:59,829 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-1c61462a-e4d9-45d1-b6e9-12b62b60bbb1 2018-08-20 10:29:59,829 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj 2018-08-20 10:29:59,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:29:59,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:00,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["3trw87fmS_Cz4PAWO1GvDA"], "issued_at": "2018-08-20T10:30:00.000000Z"}} 2018-08-20 10:30:00,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff11fb759e710dbb45a524c19a1d12107be1d6c9" 2018-08-20 10:30:00,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c3c9c2-44cd-4391-a419-eb41ede803cc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:00,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d8c3c9c2-44cd-4391-a419-eb41ede803cc 2018-08-20 10:30:00,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:00,329 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:00,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff11fb759e710dbb45a524c19a1d12107be1d6c9" 2018-08-20 10:30:00,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92366a33-0b77-4b3a-959f-b2e212bdbb21 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:30:00,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-92366a33-0b77-4b3a-959f-b2e212bdbb21 2018-08-20 10:30:00,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff11fb759e710dbb45a524c19a1d12107be1d6c9" 2018-08-20 10:30:00,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624b1b86-b229-4fc1-9d90-8fe583ba3cfa Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3a1bea6eda7246bb877138347e89b76f"}, "tags": [], "enabled": true, "id": "3a1bea6eda7246bb877138347e89b76f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj"}]} 2018-08-20 10:30:00,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj used request id req-624b1b86-b229-4fc1-9d90-8fe583ba3cfa 2018-08-20 10:30:00,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff11fb759e710dbb45a524c19a1d12107be1d6c9" 2018-08-20 10:30:00,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f1771f-547e-4e78-a4b3-df67e6a6d743 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:00,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-c6f1771f-547e-4e78-a4b3-df67e6a6d743 2018-08-20 10:30:01,007 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-user 2018-08-20 10:30:01,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:01,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:01,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f222ed-d1e7-41d6-ac9b-baea39dadd39 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:01,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-02f222ed-d1e7-41d6-ac9b-baea39dadd39 2018-08-20 10:30:01,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj-role"}}' 2018-08-20 10:30:01,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5f3fcf6-a047-4fc5-9230-9234409b85a2 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff766e7ad7a944ceba80823f5b168851", "links": {"self": "http://172.30.9.36:5000/v3/roles/ff766e7ad7a944ceba80823f5b168851"}, "name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj-role"}} 2018-08-20 10:30:01,145 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-a5f3fcf6-a047-4fc5-9230-9234409b85a2 2018-08-20 10:30:01,145 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj-role 2018-08-20 10:30:01,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/ff766e7ad7a944ceba80823f5b168851 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:01,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b271acca-91d4-41b2-9d90-fe608266ef37 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff766e7ad7a944ceba80823f5b168851", "links": {"self": "http://172.30.9.36:5000/v3/roles/ff766e7ad7a944ceba80823f5b168851"}, "name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj-role"}} 2018-08-20 10:30:01,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/ff766e7ad7a944ceba80823f5b168851 used request id req-b271acca-91d4-41b2-9d90-fe608266ef37 2018-08-20 10:30:01,239 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj-role to project CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj 2018-08-20 10:30:01,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/3a1bea6eda7246bb877138347e89b76f/users/2ea098bb0a4f4b9c8cfb3ab9fe8368b2/roles/ff766e7ad7a944ceba80823f5b168851 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:01,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8164e0a-4bf2-4e0e-ab30-7c17d066c8ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:01,376 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/3a1bea6eda7246bb877138347e89b76f/users/2ea098bb0a4f4b9c8cfb3ab9fe8368b2/roles/ff766e7ad7a944ceba80823f5b168851 used request id req-c8164e0a-4bf2-4e0e-ab30-7c17d066c8ac 2018-08-20 10:30:01,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:01,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:01,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff766e7ad7a944ceba80823f5b168851", "name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj-role"}], "expires_at": "2018-08-20T11:30:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a1bea6eda7246bb877138347e89b76f", "name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a1bea6eda7246bb877138347e89b76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3a1bea6eda7246bb877138347e89b76f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3a1bea6eda7246bb877138347e89b76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a1bea6eda7246bb877138347e89b76f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3a1bea6eda7246bb877138347e89b76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3a1bea6eda7246bb877138347e89b76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3a1bea6eda7246bb877138347e89b76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3a1bea6eda7246bb877138347e89b76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3a1bea6eda7246bb877138347e89b76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3a1bea6eda7246bb877138347e89b76f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3a1bea6eda7246bb877138347e89b76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3a1bea6eda7246bb877138347e89b76f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3a1bea6eda7246bb877138347e89b76f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3a1bea6eda7246bb877138347e89b76f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-user", "id": "2ea098bb0a4f4b9c8cfb3ab9fe8368b2"}, "audit_ids": ["2ribcMqMS8-BQbQDd3plKw"], "issued_at": "2018-08-20T10:30:01.000000Z"}} 2018-08-20 10:30:01,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c488631ce19467552951dd6b6cbbc4524fdd638b" 2018-08-20 10:30:01,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f02ef96-177f-46a2-9c5d-b6d67d68bb92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:01,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6f02ef96-177f-46a2-9c5d-b6d67d68bb92 2018-08-20 10:30:01,874 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/3a1bea6eda7246bb877138347e89b76f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c488631ce19467552951dd6b6cbbc4524fdd638b" 2018-08-20 10:30:02,088 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:01 GMT Server: Apache x-compute-request-id: req-9476954d-0d19-4522-afdd-a307e729250b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9476954d-0d19-4522-afdd-a307e729250b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:30:02,088 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/3a1bea6eda7246bb877138347e89b76f/volumes/detail used request id req-9476954d-0d19-4522-afdd-a307e729250b 2018-08-20 10:30:02,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/3a1bea6eda7246bb877138347e89b76f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9476954d-0d19-4522-afdd-a307e729250b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c488631ce19467552951dd6b6cbbc4524fdd638b" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-0c5c1b9c-42d0-44f7-8f8e-4cdf00e65e2f", "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-08-20 10:30:02,287 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d5bd6571-c55e-4776-bed9-5efe074400aa x-openstack-request-id: req-d5bd6571-c55e-4776-bed9-5efe074400aa Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-08-20 10:30:02,287 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/3a1bea6eda7246bb877138347e89b76f/volumes used request id req-d5bd6571-c55e-4776-bed9-5efe074400aa 2018-08-20 10:30:02,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:30:02,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:30:02,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:30:02,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:30:02,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:30:02,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:02,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-c5e9350c-bea8-4365-9398-099f09f3d63d Date: Mon, 20 Aug 2018 10:30:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:30:02,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-c5e9350c-bea8-4365-9398-099f09f3d63d 2018-08-20 10:30:02,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:02,669 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d013a184-5fe3-4e38-8038-c26a33c1106e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:02,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-d013a184-5fe3-4e38-8038-c26a33c1106e 2018-08-20 10:30:02,670 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:02,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:02,766 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acaed77b-71d7-4ba7-8016-79f49e0583de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:02,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-acaed77b-71d7-4ba7-8016-79f49e0583de 2018-08-20 10:30:02,766 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:02,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:02,856 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-508c884c-361e-44ba-bce8-099d634ca9e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:02,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-508c884c-361e-44ba-bce8-099d634ca9e4 2018-08-20 10:30:02,856 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:02,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:02,959 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0c4ad77-a9e4-40c3-a430-1709aab4615f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:02,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-e0c4ad77-a9e4-40c3-a430-1709aab4615f 2018-08-20 10:30:02,960 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:02,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,064 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eae54be-e2b0-4094-93d3-e7663a3f5400 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-7eae54be-e2b0-4094-93d3-e7663a3f5400 2018-08-20 10:30:03,065 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,152 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9992037e-02ee-4bc1-960b-dd9e609a3508 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-9992037e-02ee-4bc1-960b-dd9e609a3508 2018-08-20 10:30:03,152 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,250 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3fd7d00-7bbc-4d00-b8b0-beb414c1600f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-b3fd7d00-7bbc-4d00-b8b0-beb414c1600f 2018-08-20 10:30:03,250 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,346 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1abcbf34-4e0b-4598-aa98-33375a5f08b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-1abcbf34-4e0b-4598-aa98-33375a5f08b8 2018-08-20 10:30:03,346 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,435 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f7675a9-1ca2-41ad-9d83-f6fe7152e7a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-0f7675a9-1ca2-41ad-9d83-f6fe7152e7a0 2018-08-20 10:30:03,435 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f31a32-0e6d-4964-86b5-5f50dc5aaaf8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:30:03,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-86f31a32-0e6d-4964-86b5-5f50dc5aaaf8 2018-08-20 10:30:03,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,637 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43512b12-d085-4ef2-8ce1-6d1940dd28d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-43512b12-d085-4ef2-8ce1-6d1940dd28d7 2018-08-20 10:30:03,637 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,726 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62ac9a4a-2b4c-4220-bbcd-29e55ae76c06 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-62ac9a4a-2b4c-4220-bbcd-29e55ae76c06 2018-08-20 10:30:03,727 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,822 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7d9159a-a5bd-4df5-a511-37fabaa47104 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-a7d9159a-a5bd-4df5-a511-37fabaa47104 2018-08-20 10:30:03,822 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:03,918 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f653787d-8d9a-4c4e-8dcd-092900f89d66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:03,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-f653787d-8d9a-4c4e-8dcd-092900f89d66 2018-08-20 10:30:03,919 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:03,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:04,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5390a49-f762-40f1-be00-7ba07da71a46 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:30:04,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-c5390a49-f762-40f1-be00-7ba07da71a46 2018-08-20 10:30:04,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:04,105 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39a3ebf4-1903-4d6f-a2d4-321eb7844f22 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:04,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-39a3ebf4-1903-4d6f-a2d4-321eb7844f22 2018-08-20 10:30:04,106 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:04,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:04,205 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77fda272-934f-44c1-9b89-0fdbda61cc10 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:04,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-77fda272-934f-44c1-9b89-0fdbda61cc10 2018-08-20 10:30:04,205 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:04,292 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-300fbdad-945d-45ec-8bc1-6fa38636bece Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:04,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-300fbdad-945d-45ec-8bc1-6fa38636bece 2018-08-20 10:30:04,293 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:04,294 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj 2018-08-20 10:30:04,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/3a1bea6eda7246bb877138347e89b76f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:04,516 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b75c827-7502-4871-ad64-592fe8ad908a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:04,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/3a1bea6eda7246bb877138347e89b76f used request id req-6b75c827-7502-4871-ad64-592fe8ad908a 2018-08-20 10:30:04,516 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-proj-role 2018-08-20 10:30:04,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/ff766e7ad7a944ceba80823f5b168851 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:04,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0ce92a2-908c-45a0-9bfe-f6c4499be6c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:04,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ff766e7ad7a944ceba80823f5b168851 used request id req-e0ce92a2-908c-45a0-9bfe-f6c4499be6c6 2018-08-20 10:30:04,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c25660cb12ea238a1dfab28e0ed8fc92c51fa6f" 2018-08-20 10:30:04,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae0365e-2dc5-4f48-ad8d-3429c8eca17d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:04,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fae0365e-2dc5-4f48-ad8d-3429c8eca17d 2018-08-20 10:30:04,738 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-1e95dae6-fc7a-415-user 2018-08-20 10:30:04,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/2ea098bb0a4f4b9c8cfb3ab9fe8368b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff11fb759e710dbb45a524c19a1d12107be1d6c9" 2018-08-20 10:30:04,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ee212bb-0e46-4870-b176-ee33db9f440d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:04,912 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/2ea098bb0a4f4b9c8cfb3ab9fe8368b2 used request id req-6ee212bb-0e46-4870-b176-ee33db9f440d 2018-08-20 10:30:04,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:05,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["EzT5hSVsTrm3583Z0PdOOg"], "issued_at": "2018-08-20T10:30:05.000000Z"}} 2018-08-20 10:30:05,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7cc0a9ec8b53f288cb3e5b49f8a6e9cd7474cd7" 2018-08-20 10:30:05,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbd8ca1-015d-4645-819d-aaf6ffc4a308 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:05,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3bbd8ca1-015d-4645-819d-aaf6ffc4a308 2018-08-20 10:30:05,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:05,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:05,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["3HCPAD4gRtOyGJS1o8E7yg"], "issued_at": "2018-08-20T10:30:05.000000Z"}} 2018-08-20 10:30:05,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:05,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa3115b-da9a-49d1-b162-b338d3d852ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:05,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4aa3115b-da9a-49d1-b162-b338d3d852ea 2018-08-20 10:30:05,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:05,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:05,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:06,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-633f3ebd-f703-4c8e-9575-9685effb5416 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:30:06,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj used request id req-633f3ebd-f703-4c8e-9575-9685effb5416 2018-08-20 10:30:06,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:06,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aed5e928-c8de-4b0c-b800-f9b1b9a73b5f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:06,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-aed5e928-c8de-4b0c-b800-f9b1b9a73b5f 2018-08-20 10:30:06,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj"}}' 2018-08-20 10:30:06,234 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b586794-7451-4c7f-b4f1-681a8103d3c8 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ae7e47ef607648d5b0ec91d4cf4996d3"}, "tags": [], "enabled": true, "id": "ae7e47ef607648d5b0ec91d4cf4996d3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj"}} 2018-08-20 10:30:06,235 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-4b586794-7451-4c7f-b4f1-681a8103d3c8 2018-08-20 10:30:06,235 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj 2018-08-20 10:30:06,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:06,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:06,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ENj1DWJ4R5SK8t8mCRWWCQ"], "issued_at": "2018-08-20T10:30:06.000000Z"}} 2018-08-20 10:30:06,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b16a411fc8d74650b34df48e511594aa9709c6a7" 2018-08-20 10:30:06,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8480667-9d16-4ba3-b54a-a9576d06369e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:06,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b8480667-9d16-4ba3-b54a-a9576d06369e 2018-08-20 10:30:06,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:06,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:06,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b16a411fc8d74650b34df48e511594aa9709c6a7" 2018-08-20 10:30:06,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25cfa21d-62ab-4943-9017-16522cf81b05 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:30:06,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-25cfa21d-62ab-4943-9017-16522cf81b05 2018-08-20 10:30:06,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b16a411fc8d74650b34df48e511594aa9709c6a7" 2018-08-20 10:30:06,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853f6306-cee8-4cba-b8e7-ed0e7a799114 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ae7e47ef607648d5b0ec91d4cf4996d3"}, "tags": [], "enabled": true, "id": "ae7e47ef607648d5b0ec91d4cf4996d3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj"}]} 2018-08-20 10:30:06,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj used request id req-853f6306-cee8-4cba-b8e7-ed0e7a799114 2018-08-20 10:30:06,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b16a411fc8d74650b34df48e511594aa9709c6a7" 2018-08-20 10:30:06,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee59a746-7e3f-433e-9038-d2c2ae3285a4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:06,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-ee59a746-7e3f-433e-9038-d2c2ae3285a4 2018-08-20 10:30:07,283 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-user 2018-08-20 10:30:07,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:07,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:07,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e7ba368-30e1-46aa-8ec0-2724be9e3d46 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:07,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7e7ba368-30e1-46aa-8ec0-2724be9e3d46 2018-08-20 10:30:07,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" -d '{"role": {"name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj-role"}}' 2018-08-20 10:30:07,575 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca809cc0-5e5d-420f-ad8e-a6a84fadc4a4 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "11c89724871e401aa3152865ce5eb1c5", "links": {"self": "http://172.30.9.36:5000/v3/roles/11c89724871e401aa3152865ce5eb1c5"}, "name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj-role"}} 2018-08-20 10:30:07,576 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ca809cc0-5e5d-420f-ad8e-a6a84fadc4a4 2018-08-20 10:30:07,576 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj-role 2018-08-20 10:30:07,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/11c89724871e401aa3152865ce5eb1c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:07,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8fd9aea-3f6f-454d-8fb7-58f0132fda2e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "11c89724871e401aa3152865ce5eb1c5", "links": {"self": "http://172.30.9.36:5000/v3/roles/11c89724871e401aa3152865ce5eb1c5"}, "name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj-role"}} 2018-08-20 10:30:07,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/11c89724871e401aa3152865ce5eb1c5 used request id req-b8fd9aea-3f6f-454d-8fb7-58f0132fda2e 2018-08-20 10:30:07,766 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj-role to project CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj 2018-08-20 10:30:07,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/ae7e47ef607648d5b0ec91d4cf4996d3/users/0cdb51d72e2f44be962cbdc104bec635/roles/11c89724871e401aa3152865ce5eb1c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:07,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6ff678b-a317-4e1f-84a4-237fc1776e65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:07,915 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ae7e47ef607648d5b0ec91d4cf4996d3/users/0cdb51d72e2f44be962cbdc104bec635/roles/11c89724871e401aa3152865ce5eb1c5 used request id req-e6ff678b-a317-4e1f-84a4-237fc1776e65 2018-08-20 10:30:07,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:07,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:08,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["gsE8PvuDRBy6prkRcLty8g"], "issued_at": "2018-08-20T10:30:08.000000Z"}} 2018-08-20 10:30:08,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9d90fafd5390b132c1eddc5b27f0e639bff7ba" 2018-08-20 10:30:08,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5f99c13-3a10-4101-a01b-cdf6310ba5ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:08,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f5f99c13-3a10-4101-a01b-cdf6310ba5ea 2018-08-20 10:30:08,398 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9d90fafd5390b132c1eddc5b27f0e639bff7ba" 2018-08-20 10:30:08,583 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:08 GMT Server: Apache x-compute-request-id: req-62019cf5-6509-406d-a610-01085d0d256f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-62019cf5-6509-406d-a610-01085d0d256f Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:30:08,583 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-62019cf5-6509-406d-a610-01085d0d256f 2018-08-20 10:30:08,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-62019cf5-6509-406d-a610-01085d0d256f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9d90fafd5390b132c1eddc5b27f0e639bff7ba" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-de8dadfe-b677-40b6-b0de-98441adb0bec-vol-type", "description": null}}' 2018-08-20 10:30:08,820 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:08 GMT Server: Apache x-compute-request-id: req-2e8b1ff9-3dcd-45f6-b00d-9ba34bce8a70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2e8b1ff9-3dcd-45f6-b00d-9ba34bce8a70 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-de8dadfe-b677-40b6-b0de-98441adb0bec-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "db39d90e-2b89-450e-b83b-4d4cafdec5d6", "description": null}} 2018-08-20 10:30:08,820 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types used request id req-2e8b1ff9-3dcd-45f6-b00d-9ba34bce8a70 2018-08-20 10:30:08,821 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-de8dadfe-b677-40b6-b0de-98441adb0bec-vol-type 2018-08-20 10:30:08,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:08,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:09,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11c89724871e401aa3152865ce5eb1c5", "name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj-role"}], "expires_at": "2018-08-20T11:30:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae7e47ef607648d5b0ec91d4cf4996d3", "name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ae7e47ef607648d5b0ec91d4cf4996d3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-user", "id": "0cdb51d72e2f44be962cbdc104bec635"}, "audit_ids": ["n5i6O-ybRD-lW1tJNklnlQ"], "issued_at": "2018-08-20T10:30:09.000000Z"}} 2018-08-20 10:30:09,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9e97ced31267170eaadf4bbb01eb5c708f89ee" 2018-08-20 10:30:09,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c9b7cc8-4c3a-4375-9488-1c2bd330e741 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:09,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1c9b7cc8-4c3a-4375-9488-1c2bd330e741 2018-08-20 10:30:09,313 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/ae7e47ef607648d5b0ec91d4cf4996d3/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9e97ced31267170eaadf4bbb01eb5c708f89ee" 2018-08-20 10:30:09,534 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:09 GMT Server: Apache x-compute-request-id: req-04fee12b-332b-4554-8cd5-378fcd7edbf4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04fee12b-332b-4554-8cd5-378fcd7edbf4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:30:09,534 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/ae7e47ef607648d5b0ec91d4cf4996d3/volumes/detail used request id req-04fee12b-332b-4554-8cd5-378fcd7edbf4 2018-08-20 10:30:09,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/ae7e47ef607648d5b0ec91d4cf4996d3/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-04fee12b-332b-4554-8cd5-378fcd7edbf4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9e97ced31267170eaadf4bbb01eb5c708f89ee" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithTypeTests-de8dadfe-b677-40b6-b0de-98441adb0bec-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-08-20 10:30:09,713 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-388006c0-da4d-4e10-b178-33db5d9130dc x-openstack-request-id: req-388006c0-da4d-4e10-b178-33db5d9130dc Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-08-20 10:30:09,713 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/ae7e47ef607648d5b0ec91d4cf4996d3/volumes used request id req-388006c0-da4d-4e10-b178-33db5d9130dc 2018-08-20 10:30:09,714 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-de8dadfe-b677-40b6-b0de-98441adb0bec-vol-type 2018-08-20 10:30:09,717 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/db39d90e-2b89-450e-b83b-4d4cafdec5d6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-62019cf5-6509-406d-a610-01085d0d256f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9d90fafd5390b132c1eddc5b27f0e639bff7ba" 2018-08-20 10:30:09,966 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:30:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d2016c3a-ec95-431a-8b3c-f9afe949b497 Content-Length: 0 Content-Type: text/html; 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-08-20 10:30:09,966 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/db39d90e-2b89-450e-b83b-4d4cafdec5d6 used request id req-d2016c3a-ec95-431a-8b3c-f9afe949b497 2018-08-20 10:30:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:30:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:30:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:30:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:30:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:30:09,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:10,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-28d2f4f6-009e-496d-9d88-53c611f3d87c Date: Mon, 20 Aug 2018 10:30:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:30:10,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-28d2f4f6-009e-496d-9d88-53c611f3d87c 2018-08-20 10:30:10,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:10,353 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3e4aa4f-3d6a-4883-876d-e2cff10daf97 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:10,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-b3e4aa4f-3d6a-4883-876d-e2cff10daf97 2018-08-20 10:30:10,353 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:10,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:10,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42d6b779-3d9b-4bc5-910f-e3af8c3b8c48 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:10,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-42d6b779-3d9b-4bc5-910f-e3af8c3b8c48 2018-08-20 10:30:10,449 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:10,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:10,540 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8889cd15-ba9f-4904-8717-bad9c076f967 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:10,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-8889cd15-ba9f-4904-8717-bad9c076f967 2018-08-20 10:30:10,541 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:10,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:10,636 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb042ea7-2742-4f7f-8e15-d6f2d1f3ac5d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:10,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-bb042ea7-2742-4f7f-8e15-d6f2d1f3ac5d 2018-08-20 10:30:10,636 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:10,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:10,730 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8151d30f-2a4d-4dc9-b454-d35150161756 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:10,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-8151d30f-2a4d-4dc9-b454-d35150161756 2018-08-20 10:30:10,731 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:10,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:10,823 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2740fb4-34aa-4d36-9d19-6e831504ace2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:10,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-c2740fb4-34aa-4d36-9d19-6e831504ace2 2018-08-20 10:30:10,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:10,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:10,915 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c79a54c-5514-4394-af91-6f40ed535342 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:10,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-2c79a54c-5514-4394-af91-6f40ed535342 2018-08-20 10:30:10,915 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:10,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,007 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7cdfb25-dcde-4c94-8dac-f1eb96a69caf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-c7cdfb25-dcde-4c94-8dac-f1eb96a69caf 2018-08-20 10:30:11,008 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,101 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ec80912-e77f-44c1-8155-3a7eee98a3ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-9ec80912-e77f-44c1-8155-3a7eee98a3ce 2018-08-20 10:30:11,101 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963e2320-ba23-47a6-874d-84cebb12bc82 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:30:11,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-963e2320-ba23-47a6-874d-84cebb12bc82 2018-08-20 10:30:11,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,287 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-952430e3-f370-4f52-9939-93bbdc45a787 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-952430e3-f370-4f52-9939-93bbdc45a787 2018-08-20 10:30:11,288 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,379 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-214f379b-4c88-4b36-876c-3a64e30420a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-214f379b-4c88-4b36-876c-3a64e30420a2 2018-08-20 10:30:11,380 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,472 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbfc5632-8b14-4cee-9162-7408c9aae824 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-cbfc5632-8b14-4cee-9162-7408c9aae824 2018-08-20 10:30:11,472 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,568 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd328349-ec97-4d9d-a30a-df8b05339f70 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-cd328349-ec97-4d9d-a30a-df8b05339f70 2018-08-20 10:30:11,568 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fefb9d28-7ae8-41e8-867d-61418662221a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:30:11,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-fefb9d28-7ae8-41e8-867d-61418662221a 2018-08-20 10:30:11,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,765 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97d2ef18-376d-446d-a63e-ac248fe792f6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-97d2ef18-376d-446d-a63e-ac248fe792f6 2018-08-20 10:30:11,765 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,867 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b24ee7d-7a31-4ffd-8be7-d4ce5ffe431e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-6b24ee7d-7a31-4ffd-8be7-d4ce5ffe431e 2018-08-20 10:30:11,867 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:11,956 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44a4017e-ceda-47f2-9d3b-28be47d2158f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:11,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-44a4017e-ceda-47f2-9d3b-28be47d2158f 2018-08-20 10:30:11,956 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:11,957 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj 2018-08-20 10:30:11,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/ae7e47ef607648d5b0ec91d4cf4996d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:12,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0003f0f9-b615-497c-93ef-8f948211710f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:12,187 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ae7e47ef607648d5b0ec91d4cf4996d3 used request id req-0003f0f9-b615-497c-93ef-8f948211710f 2018-08-20 10:30:12,187 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-proj-role 2018-08-20 10:30:12,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/11c89724871e401aa3152865ce5eb1c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:12,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d736353d-f964-4174-8552-a001cb8a8640 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:12,318 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/11c89724871e401aa3152865ce5eb1c5 used request id req-d736353d-f964-4174-8552-a001cb8a8640 2018-08-20 10:30:12,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc73f8f7be1650db463ba6889f41d5510aa346e" 2018-08-20 10:30:12,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d1fbddf-3ae2-4c84-90d4-416d92838ff5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:12,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0d1fbddf-3ae2-4c84-90d4-416d92838ff5 2018-08-20 10:30:12,413 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-7c4ad306-ca22-4b7-user 2018-08-20 10:30:12,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/0cdb51d72e2f44be962cbdc104bec635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b16a411fc8d74650b34df48e511594aa9709c6a7" 2018-08-20 10:30:12,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c8da91b-a459-47c1-80e6-2ad5c67df6d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:12,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/0cdb51d72e2f44be962cbdc104bec635 used request id req-8c8da91b-a459-47c1-80e6-2ad5c67df6d2 2018-08-20 10:30:12,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:13,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ss7qbNI5Qzm2wFFFbFg0UQ"], "issued_at": "2018-08-20T10:30:12.000000Z"}} 2018-08-20 10:30:13,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c4625b4e73f61f887a0d6a06dacce454624477a" 2018-08-20 10:30:13,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f167f516-e2f1-43d6-bf6c-56e8e4a4320e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:13,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f167f516-e2f1-43d6-bf6c-56e8e4a4320e 2018-08-20 10:30:13,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:13,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:13,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["X_a0WFZ2Q6-nxXwKJQP4-w"], "issued_at": "2018-08-20T10:30:13.000000Z"}} 2018-08-20 10:30:13,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:13,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c2edfa-e96b-462f-9954-8a14becebac6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:13,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-43c2edfa-e96b-462f-9954-8a14becebac6 2018-08-20 10:30:13,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:13,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:13,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-da594b21-8149-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:13,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-551ee855-795f-4ebc-b3a7-f88fba7ca9b2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-da594b21-8149-432-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:30:13,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-da594b21-8149-432-proj used request id req-551ee855-795f-4ebc-b3a7-f88fba7ca9b2 2018-08-20 10:30:13,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:13,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30879b03-662b-4d63-9074-adb1d1007d3d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:13,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-30879b03-662b-4d63-9074-adb1d1007d3d 2018-08-20 10:30:13,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-da594b21-8149-432-proj"}}' 2018-08-20 10:30:13,947 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbcaea01-a90e-4729-ace3-80406938ba4e Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ed418b79311145d9b23c0f3d8d33830d"}, "tags": [], "enabled": true, "id": "ed418b79311145d9b23c0f3d8d33830d", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-da594b21-8149-432-proj"}} 2018-08-20 10:30:13,947 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-dbcaea01-a90e-4729-ace3-80406938ba4e 2018-08-20 10:30:13,948 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-da594b21-8149-432-proj 2018-08-20 10:30:13,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:13,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:14,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["wvSJmKGATqiiUBv97pkiVA"], "issued_at": "2018-08-20T10:30:14.000000Z"}} 2018-08-20 10:30:14,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea63e7eeead5563b6f1722bfa50f2bd9dda9fd1e" 2018-08-20 10:30:14,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec9049d1-584a-46d2-95cb-72eac4696bab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:14,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ec9049d1-584a-46d2-95cb-72eac4696bab 2018-08-20 10:30:14,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:14,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:14,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea63e7eeead5563b6f1722bfa50f2bd9dda9fd1e" 2018-08-20 10:30:14,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4668f4b2-8a57-4db7-8c19-99a750176754 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:30:14,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-4668f4b2-8a57-4db7-8c19-99a750176754 2018-08-20 10:30:14,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithTypeTests-da594b21-8149-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea63e7eeead5563b6f1722bfa50f2bd9dda9fd1e" 2018-08-20 10:30:14,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaaa25a0-18b9-4b02-bb57-72068c0af993 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithTypeTests-da594b21-8149-432-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ed418b79311145d9b23c0f3d8d33830d"}, "tags": [], "enabled": true, "id": "ed418b79311145d9b23c0f3d8d33830d", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-da594b21-8149-432-proj"}]} 2018-08-20 10:30:14,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithTypeTests-da594b21-8149-432-proj used request id req-eaaa25a0-18b9-4b02-bb57-72068c0af993 2018-08-20 10:30:14,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea63e7eeead5563b6f1722bfa50f2bd9dda9fd1e" 2018-08-20 10:30:14,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8bb80ef-22a8-4f49-abf2-232097430a9c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:14,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-c8bb80ef-22a8-4f49-abf2-232097430a9c 2018-08-20 10:30:15,145 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-da594b21-8149-432-user 2018-08-20 10:30:15,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:15,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:15,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f39acb3-171c-4edb-95c7-aa3eca75497e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:15,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7f39acb3-171c-4edb-95c7-aa3eca75497e 2018-08-20 10:30:15,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" -d '{"role": {"name": "CreateVolumeWithTypeTests-da594b21-8149-432-proj-role"}}' 2018-08-20 10:30:15,361 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-118b042d-217d-4be6-8795-3293e3cbdc8e Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d525985129bd4a789c5ba41684daa107", "links": {"self": "http://172.30.9.36:5000/v3/roles/d525985129bd4a789c5ba41684daa107"}, "name": "CreateVolumeWithTypeTests-da594b21-8149-432-proj-role"}} 2018-08-20 10:30:15,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-118b042d-217d-4be6-8795-3293e3cbdc8e 2018-08-20 10:30:15,361 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-da594b21-8149-432-proj-role 2018-08-20 10:30:15,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/d525985129bd4a789c5ba41684daa107 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:15,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23fc7075-3d65-42b8-889b-115a6aab3c3c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d525985129bd4a789c5ba41684daa107", "links": {"self": "http://172.30.9.36:5000/v3/roles/d525985129bd4a789c5ba41684daa107"}, "name": "CreateVolumeWithTypeTests-da594b21-8149-432-proj-role"}} 2018-08-20 10:30:15,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/d525985129bd4a789c5ba41684daa107 used request id req-23fc7075-3d65-42b8-889b-115a6aab3c3c 2018-08-20 10:30:15,459 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-da594b21-8149-432-proj-role to project CreateVolumeWithTypeTests-da594b21-8149-432-proj 2018-08-20 10:30:15,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/ed418b79311145d9b23c0f3d8d33830d/users/840df8a5de2d4c358952c3c3c082c62d/roles/d525985129bd4a789c5ba41684daa107 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:15,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67717bd7-055c-49ec-b8c3-1a729023d5ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:15,610 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ed418b79311145d9b23c0f3d8d33830d/users/840df8a5de2d4c358952c3c3c082c62d/roles/d525985129bd4a789c5ba41684daa107 used request id req-67717bd7-055c-49ec-b8c3-1a729023d5ec 2018-08-20 10:30:15,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:15,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:15,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ZbWPl1R8QIm9MFL9EkylYQ"], "issued_at": "2018-08-20T10:30:15.000000Z"}} 2018-08-20 10:30:15,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b44f19a84c0f04766f2fbf539065c20480ddbf9" 2018-08-20 10:30:16,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011224b5-86de-4b68-b92b-785667c4b97c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:16,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-011224b5-86de-4b68-b92b-785667c4b97c 2018-08-20 10:30:16,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b44f19a84c0f04766f2fbf539065c20480ddbf9" 2018-08-20 10:30:16,275 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:16 GMT Server: Apache x-compute-request-id: req-4c9907dc-af3f-4bd5-a003-ca5973483ae8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c9907dc-af3f-4bd5-a003-ca5973483ae8 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-08-20 10:30:16,276 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types?is_public=None used request id req-4c9907dc-af3f-4bd5-a003-ca5973483ae8 2018-08-20 10:30:16,279 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4c9907dc-af3f-4bd5-a003-ca5973483ae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b44f19a84c0f04766f2fbf539065c20480ddbf9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type", "description": null}}' 2018-08-20 10:30:16,506 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:16 GMT Server: Apache x-compute-request-id: req-7b9e5f82-02d9-47f9-aa3a-feb58de2bac6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b9e5f82-02d9-47f9-aa3a-feb58de2bac6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "60d7c2ad-27f5-45fa-9438-2f1d6f416300", "description": null}} 2018-08-20 10:30:16,506 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types used request id req-7b9e5f82-02d9-47f9-aa3a-feb58de2bac6 2018-08-20 10:30:16,507 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type 2018-08-20 10:30:16,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:16,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:16,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["VIjSERqETt6SUsWVmVAgww"], "issued_at": "2018-08-20T10:30:16.000000Z"}} 2018-08-20 10:30:16,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2c60045c5447329ad3aeb681941d7a820285a69" 2018-08-20 10:30:16,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c00261-bf98-47ad-80ae-bb670defbb52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:16,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d8c00261-bf98-47ad-80ae-bb670defbb52 2018-08-20 10:30:17,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2c60045c5447329ad3aeb681941d7a820285a69" 2018-08-20 10:30:17,220 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:16 GMT Server: Apache x-compute-request-id: req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:30:17,220 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/detail used request id req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae 2018-08-20 10:30:17,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2c60045c5447329ad3aeb681941d7a820285a69" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-08-20 10:30:17,762 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:30:17 GMT Server: Apache x-compute-request-id: req-920ec690-f876-4464-ba12-0f91d3878bb3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-920ec690-f876-4464-ba12-0f91d3878bb3 Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:30:17.000000", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type", "name": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f7d9463b-9216-4a3f-8690-26d74cb17014", "size": 1}} 2018-08-20 10:30:17,762 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes used request id req-920ec690-f876-4464-ba12-0f91d3878bb3 2018-08-20 10:30:17,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2c60045c5447329ad3aeb681941d7a820285a69" 2018-08-20 10:30:18,136 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:17 GMT Server: Apache x-compute-request-id: req-da9f42ea-a597-4029-a3e3-87c763807c8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da9f42ea-a597-4029-a3e3-87c763807c8c Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-20T10:30:17.000000", "replication_status": null, "snapshot_id": null, "id": "f7d9463b-9216-4a3f-8690-26d74cb17014", "size": 1, "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "os-vol-tenant-attr:tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "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-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol", "bootable": "false", "created_at": "2018-08-20T10:30:17.000000", "volume_type": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type"}} 2018-08-20 10:30:18,137 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 used request id req-da9f42ea-a597-4029-a3e3-87c763807c8c 2018-08-20 10:30:18,137 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol 2018-08-20 10:30:18,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2c60045c5447329ad3aeb681941d7a820285a69" 2018-08-20 10:30:18,389 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:18 GMT Server: Apache x-compute-request-id: req-a9d0c019-fdda-4901-8f5e-866ea1862e90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9d0c019-fdda-4901-8f5e-866ea1862e90 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-20T10:30:17.000000", "replication_status": null, "snapshot_id": null, "id": "f7d9463b-9216-4a3f-8690-26d74cb17014", "size": 1, "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "os-vol-tenant-attr:tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "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-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol", "bootable": "false", "created_at": "2018-08-20T10:30:17.000000", "volume_type": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type"}} 2018-08-20 10:30:18,389 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 used request id req-a9d0c019-fdda-4901-8f5e-866ea1862e90 2018-08-20 10:30:18,390 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:30:18,390 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol 2018-08-20 10:30:18,390 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol 2018-08-20 10:30:18,393 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2c60045c5447329ad3aeb681941d7a820285a69" 2018-08-20 10:30:18,620 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:18 GMT Server: Apache x-compute-request-id: req-6b4ff8de-8d1d-4144-aa53-470e8d02726b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b4ff8de-8d1d-4144-aa53-470e8d02726b Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014", "rel": "self"}, {"href": "http://172.30.9.36:8776/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-20T10:30:17.000000", "replication_status": null, "snapshot_id": null, "id": "f7d9463b-9216-4a3f-8690-26d74cb17014", "size": 1, "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "os-vol-tenant-attr:tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "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-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol", "bootable": "false", "created_at": "2018-08-20T10:30:17.000000", "volume_type": "CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type"}} 2018-08-20 10:30:18,620 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 used request id req-6b4ff8de-8d1d-4144-aa53-470e8d02726b 2018-08-20 10:30:18,621 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:30:18,621 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol 2018-08-20 10:30:18,621 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol 2018-08-20 10:30:18,624 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2c60045c5447329ad3aeb681941d7a820285a69" 2018-08-20 10:30:19,278 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:30:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-abd106f5-7d29-4c62-9a6f-e61ce22d3f4c Content-Length: 0 Content-Type: text/html; 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-08-20 10:30:19,278 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 used request id req-abd106f5-7d29-4c62-9a6f-e61ce22d3f4c 2018-08-20 10:30:19,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-157542bc-82e0-4d42-b8c8-cc501eb8c6ae" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2c60045c5447329ad3aeb681941d7a820285a69" 2018-08-20 10:30:20,011 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1dca1960-657d-4e9a-927b-0075cf00b136 x-openstack-request-id: req-1dca1960-657d-4e9a-927b-0075cf00b136 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f7d9463b-9216-4a3f-8690-26d74cb17014 could not be found.", "code": 404}} 2018-08-20 10:30:20,011 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/volumes/f7d9463b-9216-4a3f-8690-26d74cb17014 used request id req-1dca1960-657d-4e9a-927b-0075cf00b136 2018-08-20 10:30:20,012 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f7d9463b-9216-4a3f-8690-26d74cb17014 could not be found. (HTTP 404) (Request-ID: req-1dca1960-657d-4e9a-927b-0075cf00b136) 2018-08-20 10:30:20,012 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol 2018-08-20 10:30:20,013 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-77b7dd3c-d29e-46e0-ad05-46198414e6bf-vol-type 2018-08-20 10:30:20,015 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/60d7c2ad-27f5-45fa-9438-2f1d6f416300 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c9907dc-af3f-4bd5-a003-ca5973483ae8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b44f19a84c0f04766f2fbf539065c20480ddbf9" 2018-08-20 10:30:20,254 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:30:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e522b88f-beb0-475d-8391-fc573da428be Content-Length: 0 Content-Type: text/html; 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-08-20 10:30:20,254 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e/types/60d7c2ad-27f5-45fa-9438-2f1d6f416300 used request id req-e522b88f-beb0-475d-8391-fc573da428be 2018-08-20 10:30:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:30:20,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:30:20,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:30:20,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:30:20,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:30:20,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:20,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-d4f2b45c-26c0-46b5-b42d-087fe4a64c0b Date: Mon, 20 Aug 2018 10:30:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:30:20,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-d4f2b45c-26c0-46b5-b42d-087fe4a64c0b 2018-08-20 10:30:20,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:20,627 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfaeb53d-f5d4-4898-8264-3bd3d932d317 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:20,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-cfaeb53d-f5d4-4898-8264-3bd3d932d317 2018-08-20 10:30:20,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:20,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:20,723 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0e277d0-33f4-4c11-86cd-0616b4e17438 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:20,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-f0e277d0-33f4-4c11-86cd-0616b4e17438 2018-08-20 10:30:20,724 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:20,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:20,812 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eac2fca-0d17-4b9d-826e-eb22fa9a5c78 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:20,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-5eac2fca-0d17-4b9d-826e-eb22fa9a5c78 2018-08-20 10:30:20,813 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:20,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:20,907 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-366331fe-4f1f-4bb2-93b9-5b449f5aa880 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:20,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-366331fe-4f1f-4bb2-93b9-5b449f5aa880 2018-08-20 10:30:20,907 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:20,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,012 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ede4588e-0a56-4545-95fd-cafbde2c0863 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-ede4588e-0a56-4545-95fd-cafbde2c0863 2018-08-20 10:30:21,013 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,104 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f47e113-a19d-4252-b0b7-3d0b0d82c592 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-6f47e113-a19d-4252-b0b7-3d0b0d82c592 2018-08-20 10:30:21,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,210 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-385afa60-8711-48da-a5fe-bd74d910d508 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-385afa60-8711-48da-a5fe-bd74d910d508 2018-08-20 10:30:21,211 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,310 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82f717f9-e670-41b0-8dde-0345777b7b00 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-82f717f9-e670-41b0-8dde-0345777b7b00 2018-08-20 10:30:21,310 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,399 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb7682ea-421d-4a57-a613-b8cd5c9ef6b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-fb7682ea-421d-4a57-a613-b8cd5c9ef6b6 2018-08-20 10:30:21,399 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c9192ee-73d2-46fe-b51a-152349150b10 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:30:21,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-3c9192ee-73d2-46fe-b51a-152349150b10 2018-08-20 10:30:21,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,600 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d333d98-93b2-45a2-93e1-a828a98b5a78 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-1d333d98-93b2-45a2-93e1-a828a98b5a78 2018-08-20 10:30:21,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,689 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e881606e-04d7-49a2-81b3-a1056d8ff50c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-e881606e-04d7-49a2-81b3-a1056d8ff50c 2018-08-20 10:30:21,690 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,787 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0d2dda0-2854-4ccf-aa92-de7edee98833 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-e0d2dda0-2854-4ccf-aa92-de7edee98833 2018-08-20 10:30:21,788 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc48af3e-3795-426e-b6e8-b59e65147635 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:21,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-bc48af3e-3795-426e-b6e8-b59e65147635 2018-08-20 10:30:21,884 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:21,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:21,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6784a837-9865-4a07-a152-7fcd332993fc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:30:21,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-6784a837-9865-4a07-a152-7fcd332993fc 2018-08-20 10:30:21,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:22,072 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f58b294-99bd-4df7-aa0c-55f37a834464 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:22,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-8f58b294-99bd-4df7-aa0c-55f37a834464 2018-08-20 10:30:22,072 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:22,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:22,167 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2ad9e39-b90a-4313-ab06-93682911b7e5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:22,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-e2ad9e39-b90a-4313-ab06-93682911b7e5 2018-08-20 10:30:22,168 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:22,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:22,262 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bca762c-c7c6-494e-b4c3-922082a00c69 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:22,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-0bca762c-c7c6-494e-b4c3-922082a00c69 2018-08-20 10:30:22,263 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:22,264 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-da594b21-8149-432-proj 2018-08-20 10:30:22,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/ed418b79311145d9b23c0f3d8d33830d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:22,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45be4da0-8c43-4b7e-8138-47d300068b95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:22,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ed418b79311145d9b23c0f3d8d33830d used request id req-45be4da0-8c43-4b7e-8138-47d300068b95 2018-08-20 10:30:22,510 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-da594b21-8149-432-proj-role 2018-08-20 10:30:22,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/d525985129bd4a789c5ba41684daa107 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:22,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfb0edde-9b7b-4178-9713-28d60575985f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:22,642 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/d525985129bd4a789c5ba41684daa107 used request id req-dfb0edde-9b7b-4178-9713-28d60575985f 2018-08-20 10:30:22,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5a5e41387175d7098a8487a49c695478305953" 2018-08-20 10:30:22,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4e674c-5584-4c2a-a359-5c25f1c621db Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:22,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0b4e674c-5584-4c2a-a359-5c25f1c621db 2018-08-20 10:30:22,732 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-da594b21-8149-432-user 2018-08-20 10:30:22,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/840df8a5de2d4c358952c3c3c082c62d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea63e7eeead5563b6f1722bfa50f2bd9dda9fd1e" 2018-08-20 10:30:22,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-048fa181-7989-445c-903c-05c8142dfdb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:22,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/840df8a5de2d4c358952c3c3c082c62d used request id req-048fa181-7989-445c-903c-05c8142dfdb0 2018-08-20 10:30:22,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:23,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["tQ5WTn3FTOCGCZJZVi0bJA"], "issued_at": "2018-08-20T10:30:23.000000Z"}} 2018-08-20 10:30:23,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e5dd554765568a5312a548757d18e89175015e" 2018-08-20 10:30:23,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d9cf76-e737-473d-94d5-7ce85b90b42f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:23,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-21d9cf76-e737-473d-94d5-7ce85b90b42f 2018-08-20 10:30:23,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:23,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:23,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["BmVINuXMSKC3gnE2rmWT8A"], "issued_at": "2018-08-20T10:30:23.000000Z"}} 2018-08-20 10:30:23,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:23,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a7cce63-c82b-4f7f-a960-7ed71835f1a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:23,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7a7cce63-c82b-4f7f-a960-7ed71835f1a9 2018-08-20 10:30:23,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:23,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:23,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-763e657a-0dcd-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:24,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3bac505-0173-41fa-b009-92657ca9299f Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-763e657a-0dcd-482-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:30:24,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-763e657a-0dcd-482-proj used request id req-c3bac505-0173-41fa-b009-92657ca9299f 2018-08-20 10:30:24,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:24,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61f5bc66-1b60-4324-92b1-75bafad1e425 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:24,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-61f5bc66-1b60-4324-92b1-75bafad1e425 2018-08-20 10:30:24,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj"}}' 2018-08-20 10:30:24,235 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea48393e-1f1a-4b1c-a755-740a5346a7bf Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/c4cfef12e17a499aa230b998b968e7fe"}, "tags": [], "enabled": true, "id": "c4cfef12e17a499aa230b998b968e7fe", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj"}} 2018-08-20 10:30:24,235 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-ea48393e-1f1a-4b1c-a755-740a5346a7bf 2018-08-20 10:30:24,235 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-763e657a-0dcd-482-proj 2018-08-20 10:30:24,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:24,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:24,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["VcWWUD2lTGmJ0IqohA3NfQ"], "issued_at": "2018-08-20T10:30:24.000000Z"}} 2018-08-20 10:30:24,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c2f247557800f05a2718f9cb8c379d4e953640" 2018-08-20 10:30:24,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79aa2e9a-65c5-4f68-b160-09926b5d700f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:24,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-79aa2e9a-65c5-4f68-b160-09926b5d700f 2018-08-20 10:30:24,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:24,650 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:24,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c2f247557800f05a2718f9cb8c379d4e953640" 2018-08-20 10:30:24,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e115e2-c3fc-4751-8b54-6c939e8f27d2 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:30:24,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-b4e115e2-c3fc-4751-8b54-6c939e8f27d2 2018-08-20 10:30:24,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithImageTests-763e657a-0dcd-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c2f247557800f05a2718f9cb8c379d4e953640" 2018-08-20 10:30:24,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5ae3408-5239-45b3-9622-a9a788e1fe6c Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithImageTests-763e657a-0dcd-482-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/c4cfef12e17a499aa230b998b968e7fe"}, "tags": [], "enabled": true, "id": "c4cfef12e17a499aa230b998b968e7fe", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj"}]} 2018-08-20 10:30:24,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithImageTests-763e657a-0dcd-482-proj used request id req-c5ae3408-5239-45b3-9622-a9a788e1fe6c 2018-08-20 10:30:24,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c2f247557800f05a2718f9cb8c379d4e953640" 2018-08-20 10:30:24,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-138fd7e1-bfef-4cc7-b8ad-e79e2b9decb4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:24,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-138fd7e1-bfef-4cc7-b8ad-e79e2b9decb4 2018-08-20 10:30:25,318 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-763e657a-0dcd-482-user 2018-08-20 10:30:25,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:25,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:25,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-876a2676-d1f6-4f84-849d-8dd4b1402f17 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:25,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-876a2676-d1f6-4f84-849d-8dd4b1402f17 2018-08-20 10:30:25,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" -d '{"role": {"name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj-role"}}' 2018-08-20 10:30:25,534 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50f36229-7df4-405d-ad56-8d9f0c85869b Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "562e0b1599c24e5c80424f684e13303f", "links": {"self": "http://172.30.9.36:5000/v3/roles/562e0b1599c24e5c80424f684e13303f"}, "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj-role"}} 2018-08-20 10:30:25,534 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-50f36229-7df4-405d-ad56-8d9f0c85869b 2018-08-20 10:30:25,534 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-763e657a-0dcd-482-proj-role 2018-08-20 10:30:25,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/562e0b1599c24e5c80424f684e13303f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:25,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25867de-9127-4ba9-a519-028b3caa72eb Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "562e0b1599c24e5c80424f684e13303f", "links": {"self": "http://172.30.9.36:5000/v3/roles/562e0b1599c24e5c80424f684e13303f"}, "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj-role"}} 2018-08-20 10:30:25,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/562e0b1599c24e5c80424f684e13303f used request id req-e25867de-9127-4ba9-a519-028b3caa72eb 2018-08-20 10:30:25,631 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-763e657a-0dcd-482-proj-role to project CreateVolumeWithImageTests-763e657a-0dcd-482-proj 2018-08-20 10:30:25,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/c4cfef12e17a499aa230b998b968e7fe/users/1db5f98527534c38a7820665d6aa105a/roles/562e0b1599c24e5c80424f684e13303f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:25,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f89508b8-623e-49cd-9ded-ffe93ccaee33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:25,770 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/c4cfef12e17a499aa230b998b968e7fe/users/1db5f98527534c38a7820665d6aa105a/roles/562e0b1599c24e5c80424f684e13303f used request id req-f89508b8-623e-49cd-9ded-ffe93ccaee33 2018-08-20 10:30:25,772 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:30:25,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:25,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:26,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "562e0b1599c24e5c80424f684e13303f", "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj-role"}], "expires_at": "2018-08-20T11:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4cfef12e17a499aa230b998b968e7fe", "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/c4cfef12e17a499aa230b998b968e7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/c4cfef12e17a499aa230b998b968e7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-user", "id": "1db5f98527534c38a7820665d6aa105a"}, "audit_ids": ["LMQlqCjtSgiHL1VNVStUpw"], "issued_at": "2018-08-20T10:30:26.000000Z"}} 2018-08-20 10:30:26,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" 2018-08-20 10:30:26,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d91287f9-0dc9-4cbe-b21c-bbc77f23cee2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:26,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d91287f9-0dc9-4cbe-b21c-bbc77f23cee2 2018-08-20 10:30:26,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" 2018-08-20 10:30:26,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-246f5ce8-6d80-4d8d-a827-e6696cb4bdcf Date: Mon, 20 Aug 2018 10:30:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image"} 2018-08-20 10:30:26,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image used request id req-246f5ce8-6d80-4d8d-a827-e6696cb4bdcf 2018-08-20 10:30:26,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" 2018-08-20 10:30:26,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-14726581-6611-4996-85e3-44ae15fa8723 Date: Mon, 20 Aug 2018 10:30: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:30:26,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-14726581-6611-4996-85e3-44ae15fa8723 2018-08-20 10:30:26,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image"}' 2018-08-20 10:30:26,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3faf976b-5f3a-488a-82dd-6df8ed486346 Date: Mon, 20 Aug 2018 10:30:26 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:30:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:30:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e", "min_disk": 0, "protected": false, "id": "d1a9b465-c9b9-4e0e-9e21-d45fec3b758e", "file": "/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/file", "checksum": null, "owner": "c4cfef12e17a499aa230b998b968e7fe", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:30:26,880 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-3faf976b-5f3a-488a-82dd-6df8ed486346 2018-08-20 10:30:26,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" -d '' 2018-08-20 10:30:27,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c84e73c7-5835-498e-9427-49e7d8c1319f Date: Mon, 20 Aug 2018 10:30:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:30:27,382 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/file used request id req-c84e73c7-5835-498e-9427-49e7d8c1319f 2018-08-20 10:30:27,382 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:30:27,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" 2018-08-20 10:30:27,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-dabcf2bf-abcd-48d4-9588-0ed5fd41be30 Date: Mon, 20 Aug 2018 10:30:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:30:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:30:27Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/snap", "metadata": {}}], "self": "/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e", "min_disk": 0, "protected": false, "id": "d1a9b465-c9b9-4e0e-9e21-d45fec3b758e", "file": "/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c4cfef12e17a499aa230b998b968e7fe", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:30:27,567 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e used request id req-dabcf2bf-abcd-48d4-9588-0ed5fd41be30 2018-08-20 10:30:27,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" 2018-08-20 10:30:27,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-62675a12-00bd-4781-88b8-5dc9426bbfca Date: Mon, 20 Aug 2018 10:30:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:30:27,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-62675a12-00bd-4781-88b8-5dc9426bbfca 2018-08-20 10:30:27,763 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image 2018-08-20 10:30:27,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" 2018-08-20 10:30:27,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e2ec7ede-3210-4983-8fe8-12f580370fef Date: Mon, 20 Aug 2018 10:30:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:30:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:30:27Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/snap", "metadata": {}}], "self": "/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e", "min_disk": 0, "protected": false, "id": "d1a9b465-c9b9-4e0e-9e21-d45fec3b758e", "file": "/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c4cfef12e17a499aa230b998b968e7fe", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:30:27,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e used request id req-e2ec7ede-3210-4983-8fe8-12f580370fef 2018-08-20 10:30:27,962 - create_image - DEBUG - Instance status is - active 2018-08-20 10:30:27,962 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image 2018-08-20 10:30:27,962 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image 2018-08-20 10:30:27,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:27,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:28,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "562e0b1599c24e5c80424f684e13303f", "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj-role"}], "expires_at": "2018-08-20T11:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4cfef12e17a499aa230b998b968e7fe", "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/c4cfef12e17a499aa230b998b968e7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/c4cfef12e17a499aa230b998b968e7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/c4cfef12e17a499aa230b998b968e7fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-763e657a-0dcd-482-user", "id": "1db5f98527534c38a7820665d6aa105a"}, "audit_ids": ["h7of-Q3HRgK0_7FTUnM3kQ"], "issued_at": "2018-08-20T10:30:28.000000Z"}} 2018-08-20 10:30:28,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c414ebde9412c219b431fa0c0ddd1ddeaf4bce0" 2018-08-20 10:30:28,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68a32a01-14d3-4842-ad71-306689e077f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:28,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-68a32a01-14d3-4842-ad71-306689e077f8 2018-08-20 10:30:28,456 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/c4cfef12e17a499aa230b998b968e7fe/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c414ebde9412c219b431fa0c0ddd1ddeaf4bce0" 2018-08-20 10:30:28,677 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:28 GMT Server: Apache x-compute-request-id: req-2ef29d05-86f4-468c-bf52-437df1e8cca2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2ef29d05-86f4-468c-bf52-437df1e8cca2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:30:28,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/c4cfef12e17a499aa230b998b968e7fe/volumes/detail used request id req-2ef29d05-86f4-468c-bf52-437df1e8cca2 2018-08-20 10:30:28,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/c4cfef12e17a499aa230b998b968e7fe/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2ef29d05-86f4-468c-bf52-437df1e8cca2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c414ebde9412c219b431fa0c0ddd1ddeaf4bce0" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-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-08-20 10:30:29,440 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 20 Aug 2018 10:30:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ae0afb76-a06e-4058-b6fc-46996692e884 x-openstack-request-id: req-ae0afb76-a06e-4058-b6fc-46996692e884 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-08-20 10:30:29,440 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/c4cfef12e17a499aa230b998b968e7fe/volumes used request id req-ae0afb76-a06e-4058-b6fc-46996692e884 2018-08-20 10:30:29,441 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-6bb080e5-0aea-4edf-80e8-975229b1f83f-image 2018-08-20 10:30:29,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}115ddd98bf67c51280c4c021af354e4e28d0199f" 2018-08-20 10:30:30,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae437449-4153-4cda-9bf5-ba1cdc7abee6 Date: Mon, 20 Aug 2018 10:30:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:30:30,008 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/d1a9b465-c9b9-4e0e-9e21-d45fec3b758e used request id req-ae437449-4153-4cda-9bf5-ba1cdc7abee6 2018-08-20 10:30:30,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:30:30,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:30:30,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:30:30,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:30:30,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:30:30,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:30,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-4611b10c-e9a4-48e8-8e20-51aedfbd525a Date: Mon, 20 Aug 2018 10:30:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:30:30,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-4611b10c-e9a4-48e8-8e20-51aedfbd525a 2018-08-20 10:30:30,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:30,378 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf419915-d472-4b60-a865-2c03ec474346 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:30,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-bf419915-d472-4b60-a865-2c03ec474346 2018-08-20 10:30:30,379 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:30,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:30,480 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e520a50-9180-4c53-addc-4b3da6b1436e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:30,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-9e520a50-9180-4c53-addc-4b3da6b1436e 2018-08-20 10:30:30,480 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:30,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:30,577 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d60f54e3-0b36-4e92-8f16-6efbe42e5fd7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:30,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-d60f54e3-0b36-4e92-8f16-6efbe42e5fd7 2018-08-20 10:30:30,577 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:30,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:30,673 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef32e313-2f1b-4d4b-8e28-9b9fa7524060 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:30,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-ef32e313-2f1b-4d4b-8e28-9b9fa7524060 2018-08-20 10:30:30,673 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:30,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:30,769 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-299a8803-9faa-427e-8232-05c58f75ea7f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:30,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-299a8803-9faa-427e-8232-05c58f75ea7f 2018-08-20 10:30:30,769 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:30,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:30,858 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52e4e31e-ecdd-4d00-8e16-78cdeb59e45f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:30,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-52e4e31e-ecdd-4d00-8e16-78cdeb59e45f 2018-08-20 10:30:30,859 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:30,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:30,952 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2fb9c60-c3b2-43ee-a16d-e1015280dee5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:30,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-c2fb9c60-c3b2-43ee-a16d-e1015280dee5 2018-08-20 10:30:30,952 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:30,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,052 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e70b97c4-e11c-4644-afd0-c9e0ea050cd4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-e70b97c4-e11c-4644-afd0-c9e0ea050cd4 2018-08-20 10:30:31,052 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,138 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fd2f6dd-1086-466f-b6ac-fc8edb91a5b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-1fd2f6dd-1086-466f-b6ac-fc8edb91a5b9 2018-08-20 10:30:31,139 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56bbacae-9fd4-462b-b236-44d98fc2674f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:30:31,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-56bbacae-9fd4-462b-b236-44d98fc2674f 2018-08-20 10:30:31,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,330 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce54d993-a0d8-4572-869a-d6a8c0a6c547 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-ce54d993-a0d8-4572-869a-d6a8c0a6c547 2018-08-20 10:30:31,330 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,423 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99d76020-9549-4b63-93bb-e7c73786b2cd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-99d76020-9549-4b63-93bb-e7c73786b2cd 2018-08-20 10:30:31,423 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,517 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6be27d29-5763-4a5e-8471-a84fb3eadef1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-6be27d29-5763-4a5e-8471-a84fb3eadef1 2018-08-20 10:30:31,517 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,617 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-969fd2c8-88d6-4f36-9734-097f9265c4a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-969fd2c8-88d6-4f36-9734-097f9265c4a2 2018-08-20 10:30:31,617 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3d8dc4d-daa1-4e64-9d9e-2baad7071b60 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:30:31,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-e3d8dc4d-daa1-4e64-9d9e-2baad7071b60 2018-08-20 10:30:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,803 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-515d52f0-1e71-415c-a847-42d777c8babe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-515d52f0-1e71-415c-a847-42d777c8babe 2018-08-20 10:30:31,804 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5101037-d0a5-4544-b5cd-54f1f95baf66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-e5101037-d0a5-4544-b5cd-54f1f95baf66 2018-08-20 10:30:31,900 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:31,992 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-203526a3-8729-4e05-abf9-fa97bd211dc6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:31,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-203526a3-8729-4e05-abf9-fa97bd211dc6 2018-08-20 10:30:31,992 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:31,993 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-763e657a-0dcd-482-proj 2018-08-20 10:30:31,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/c4cfef12e17a499aa230b998b968e7fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:32,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28c31639-35c4-4fa2-8d2e-5e0703de3043 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:32,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/c4cfef12e17a499aa230b998b968e7fe used request id req-28c31639-35c4-4fa2-8d2e-5e0703de3043 2018-08-20 10:30:32,223 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-763e657a-0dcd-482-proj-role 2018-08-20 10:30:32,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/562e0b1599c24e5c80424f684e13303f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:32,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69acf066-df5b-4073-aa0e-8ee7fc959b6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:32,343 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/562e0b1599c24e5c80424f684e13303f used request id req-69acf066-df5b-4073-aa0e-8ee7fc959b6d 2018-08-20 10:30:32,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5261022a838f98159bc18908bd872b8bcf01b971" 2018-08-20 10:30:32,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d149931f-961e-4ad3-8eb6-d5d454a12f51 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:32,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d149931f-961e-4ad3-8eb6-d5d454a12f51 2018-08-20 10:30:32,434 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-763e657a-0dcd-482-user 2018-08-20 10:30:32,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/1db5f98527534c38a7820665d6aa105a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c2f247557800f05a2718f9cb8c379d4e953640" 2018-08-20 10:30:32,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-557258b2-9b98-4cfb-913a-bb46f018af1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:32,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/1db5f98527534c38a7820665d6aa105a used request id req-557258b2-9b98-4cfb-913a-bb46f018af1c 2018-08-20 10:30:32,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:33,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["NfjC5D8dTOqsw_u15-IOKA"], "issued_at": "2018-08-20T10:30:32.000000Z"}} 2018-08-20 10:30:33,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4801ef17d7e156a2aee16a7d3766b44f62428450" 2018-08-20 10:30:33,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df89758-eed0-4c1e-94ee-7a13f81b2fa7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:33,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2df89758-eed0-4c1e-94ee-7a13f81b2fa7 2018-08-20 10:30:33,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:33,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:33,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["5EPITNOCSbuosPmJ1c1AkQ"], "issued_at": "2018-08-20T10:30:33.000000Z"}} 2018-08-20 10:30:33,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:33,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-621b9552-6324-4e1c-8d4d-377eeb6f681a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:33,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-621b9552-6324-4e1c-8d4d-377eeb6f681a 2018-08-20 10:30:33,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:33,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:33,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:33,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e67284c8-db8e-49e4-b586-73b1558dd31f Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:30:33,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj used request id req-e67284c8-db8e-49e4-b586-73b1558dd31f 2018-08-20 10:30:33,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:33,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3616b6a-9196-4b38-8555-1355b14a1693 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:33,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-b3616b6a-9196-4b38-8555-1355b14a1693 2018-08-20 10:30:33,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj"}}' 2018-08-20 10:30:33,960 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-333b3863-f739-41eb-a2f6-3376caee12d3 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8f167954de2742c1a53d6d98ee601b04"}, "tags": [], "enabled": true, "id": "8f167954de2742c1a53d6d98ee601b04", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj"}} 2018-08-20 10:30:33,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-333b3863-f739-41eb-a2f6-3376caee12d3 2018-08-20 10:30:33,960 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj 2018-08-20 10:30:33,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:33,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:34,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["E1rYlpfeTIG3YnWQl2eDeg"], "issued_at": "2018-08-20T10:30:34.000000Z"}} 2018-08-20 10:30:34,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90167a9e332cbce4b79ec4de0fd9cab6bafde066" 2018-08-20 10:30:34,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486c22ca-b76d-4b33-acd7-06b39c79803b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:34,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-486c22ca-b76d-4b33-acd7-06b39c79803b 2018-08-20 10:30:34,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:34,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:34,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90167a9e332cbce4b79ec4de0fd9cab6bafde066" 2018-08-20 10:30:34,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59eb383c-e238-42bd-8dce-ef49e2146cb2 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:30:34,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-59eb383c-e238-42bd-8dce-ef49e2146cb2 2018-08-20 10:30:34,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90167a9e332cbce4b79ec4de0fd9cab6bafde066" 2018-08-20 10:30:34,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987a24ac-4b1f-4236-a9b6-b3599d5ac863 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8f167954de2742c1a53d6d98ee601b04"}, "tags": [], "enabled": true, "id": "8f167954de2742c1a53d6d98ee601b04", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj"}]} 2018-08-20 10:30:34,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj used request id req-987a24ac-4b1f-4236-a9b6-b3599d5ac863 2018-08-20 10:30:34,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90167a9e332cbce4b79ec4de0fd9cab6bafde066" 2018-08-20 10:30:34,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b93750dd-dc45-413e-9e20-77382d2134d5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:34,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-b93750dd-dc45-413e-9e20-77382d2134d5 2018-08-20 10:30:35,145 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-user 2018-08-20 10:30:35,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:35,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:35,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-041b8ae4-3e6c-4d6c-a65a-00ea5f8eac8b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:35,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-041b8ae4-3e6c-4d6c-a65a-00ea5f8eac8b 2018-08-20 10:30:35,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" -d '{"role": {"name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role"}}' 2018-08-20 10:30:35,379 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c8f1f55-3213-49c0-b04c-9c41484b8682 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bffd0c7f6a284136a40d0343ed28704c", "links": {"self": "http://172.30.9.36:5000/v3/roles/bffd0c7f6a284136a40d0343ed28704c"}, "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role"}} 2018-08-20 10:30:35,379 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-8c8f1f55-3213-49c0-b04c-9c41484b8682 2018-08-20 10:30:35,379 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role 2018-08-20 10:30:35,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/bffd0c7f6a284136a40d0343ed28704c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:35,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063d571e-975b-4524-b3f6-502ba00453c8 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bffd0c7f6a284136a40d0343ed28704c", "links": {"self": "http://172.30.9.36:5000/v3/roles/bffd0c7f6a284136a40d0343ed28704c"}, "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role"}} 2018-08-20 10:30:35,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/bffd0c7f6a284136a40d0343ed28704c used request id req-063d571e-975b-4524-b3f6-502ba00453c8 2018-08-20 10:30:35,479 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role to project CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj 2018-08-20 10:30:35,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/8f167954de2742c1a53d6d98ee601b04/users/1f7c2807c92e427a9d9b7ae0d24494b2/roles/bffd0c7f6a284136a40d0343ed28704c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:35,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70662126-2e23-44e5-aa6f-46ce8df431c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:35,648 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/8f167954de2742c1a53d6d98ee601b04/users/1f7c2807c92e427a9d9b7ae0d24494b2/roles/bffd0c7f6a284136a40d0343ed28704c used request id req-70662126-2e23-44e5-aa6f-46ce8df431c8 2018-08-20 10:30:35,649 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:30:35,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:35,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:36,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bffd0c7f6a284136a40d0343ed28704c", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role"}], "expires_at": "2018-08-20T11:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f167954de2742c1a53d6d98ee601b04", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-user", "id": "1f7c2807c92e427a9d9b7ae0d24494b2"}, "audit_ids": ["qBV9DqBiQd6G0iQrKRaYDw"], "issued_at": "2018-08-20T10:30:36.000000Z"}} 2018-08-20 10:30:36,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" 2018-08-20 10:30:36,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08fd2207-2b61-4880-8adb-cc90ee241e66 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:36,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-08fd2207-2b61-4880-8adb-cc90ee241e66 2018-08-20 10:30:36,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" 2018-08-20 10:30:36,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-1dbea554-f47c-449e-86cc-067d604a2ea2 Date: Mon, 20 Aug 2018 10:30:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image"} 2018-08-20 10:30:36,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image used request id req-1dbea554-f47c-449e-86cc-067d604a2ea2 2018-08-20 10:30:36,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" 2018-08-20 10:30:36,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-558b8b54-0082-4791-be67-f15ca3311686 Date: Mon, 20 Aug 2018 10:30: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:30:36,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-558b8b54-0082-4791-be67-f15ca3311686 2018-08-20 10:30:36,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image"}' 2018-08-20 10:30:36,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a5adb9de-4b59-4ae3-8af9-3086726e1fa8 Date: Mon, 20 Aug 2018 10:30:36 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:30:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:30:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/195d7ce9-06fe-4787-871b-b876bd489478", "min_disk": 0, "protected": false, "id": "195d7ce9-06fe-4787-871b-b876bd489478", "file": "/v2/images/195d7ce9-06fe-4787-871b-b876bd489478/file", "checksum": null, "owner": "8f167954de2742c1a53d6d98ee601b04", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:30:36,738 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-a5adb9de-4b59-4ae3-8af9-3086726e1fa8 2018-08-20 10:30:36,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" -d '' 2018-08-20 10:30:37,252 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43b69c1b-dfe1-4deb-9f9a-a3b933e70ec5 Date: Mon, 20 Aug 2018 10:30:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:30:37,253 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478/file used request id req-43b69c1b-dfe1-4deb-9f9a-a3b933e70ec5 2018-08-20 10:30:37,253 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:30:37,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" 2018-08-20 10:30:37,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2911baf2-8ddf-497e-9bb1-a5dcb44ce51b Date: Mon, 20 Aug 2018 10:30:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:30:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:30:37Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/195d7ce9-06fe-4787-871b-b876bd489478/snap", "metadata": {}}], "self": "/v2/images/195d7ce9-06fe-4787-871b-b876bd489478", "min_disk": 0, "protected": false, "id": "195d7ce9-06fe-4787-871b-b876bd489478", "file": "/v2/images/195d7ce9-06fe-4787-871b-b876bd489478/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8f167954de2742c1a53d6d98ee601b04", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/195d7ce9-06fe-4787-871b-b876bd489478/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:30:37,491 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478 used request id req-2911baf2-8ddf-497e-9bb1-a5dcb44ce51b 2018-08-20 10:30:37,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" 2018-08-20 10:30:37,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-795df9a3-3216-47e1-a98d-b51ab13f3044 Date: Mon, 20 Aug 2018 10:30:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:30:37,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-795df9a3-3216-47e1-a98d-b51ab13f3044 2018-08-20 10:30:37,678 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image 2018-08-20 10:30:37,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" 2018-08-20 10:30:37,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d6af4628-540b-48af-a4c3-56638ca9d1f9 Date: Mon, 20 Aug 2018 10:30:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:30:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:30:37Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/195d7ce9-06fe-4787-871b-b876bd489478/snap", "metadata": {}}], "self": "/v2/images/195d7ce9-06fe-4787-871b-b876bd489478", "min_disk": 0, "protected": false, "id": "195d7ce9-06fe-4787-871b-b876bd489478", "file": "/v2/images/195d7ce9-06fe-4787-871b-b876bd489478/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8f167954de2742c1a53d6d98ee601b04", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/195d7ce9-06fe-4787-871b-b876bd489478/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:30:37,869 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478 used request id req-d6af4628-540b-48af-a4c3-56638ca9d1f9 2018-08-20 10:30:37,870 - create_image - DEBUG - Instance status is - active 2018-08-20 10:30:37,870 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image 2018-08-20 10:30:37,870 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image 2018-08-20 10:30:37,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:37,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:38,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bffd0c7f6a284136a40d0343ed28704c", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role"}], "expires_at": "2018-08-20T11:30:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f167954de2742c1a53d6d98ee601b04", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-user", "id": "1f7c2807c92e427a9d9b7ae0d24494b2"}, "audit_ids": ["CbigmjwKTqOHN-pWgVONTw"], "issued_at": "2018-08-20T10:30:38.000000Z"}} 2018-08-20 10:30:38,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:38,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8324f297-4d44-4cad-b038-7a4fe02f7345 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:38,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8324f297-4d44-4cad-b038-7a4fe02f7345 2018-08-20 10:30:38,354 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:38,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:38 GMT Server: Apache x-compute-request-id: req-886e0d90-e908-45f2-abce-51c133bf8e0b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-886e0d90-e908-45f2-abce-51c133bf8e0b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:30:38,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/detail used request id req-886e0d90-e908-45f2-abce-51c133bf8e0b 2018-08-20 10:30:38,564 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "imageRef": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-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-08-20 10:30:41,241 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:30:38 GMT Server: Apache x-compute-request-id: req-42d14357-6920-44cd-a15d-d0612c90720c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-42d14357-6920-44cd-a15d-d0612c90720c Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:30:41.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1}} 2018-08-20 10:30:41,241 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes used request id req-42d14357-6920-44cd-a15d-d0612c90720c 2018-08-20 10:30:41,244 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:41,466 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:41 GMT Server: Apache x-compute-request-id: req-ad57e927-5d59-401f-a1e0-fef22d921037 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ad57e927-5d59-401f-a1e0-fef22d921037 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:30:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "8f167954de2742c1a53d6d98ee601b04", "updated_at": "2018-08-20T10:30:41.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1}} 2018-08-20 10:30:41,466 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-ad57e927-5d59-401f-a1e0-fef22d921037 2018-08-20 10:30:41,467 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol 2018-08-20 10:30:41,470 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:41,544 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:41 GMT Server: Apache x-compute-request-id: req-a089139e-e207-44f2-b2a9-9c037c428de6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a089139e-e207-44f2-b2a9-9c037c428de6 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:30:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "8f167954de2742c1a53d6d98ee601b04", "updated_at": "2018-08-20T10:30:41.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1}} 2018-08-20 10:30:41,544 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-a089139e-e207-44f2-b2a9-9c037c428de6 2018-08-20 10:30:41,544 - create_volume - DEBUG - Instance status is - creating 2018-08-20 10:30:41,544 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-20 10:30:44,548 - create_volume - DEBUG - Volume status query timeout in 296.919641018 2018-08-20 10:30:44,551 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:44,783 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:44 GMT Server: Apache x-compute-request-id: req-a488d576-9aa7-4f2e-87f2-01006f860243 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a488d576-9aa7-4f2e-87f2-01006f860243 Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:30:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "8f167954de2742c1a53d6d98ee601b04", "updated_at": "2018-08-20T10:30:43.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1}} 2018-08-20 10:30:44,784 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-a488d576-9aa7-4f2e-87f2-01006f860243 2018-08-20 10:30:44,784 - create_volume - DEBUG - Instance status is - downloading 2018-08-20 10:30:44,784 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-20 10:30:47,785 - create_volume - DEBUG - Volume status query timeout in 293.68253994 2018-08-20 10:30:47,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:48,020 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:47 GMT Server: Apache x-compute-request-id: req-27307dea-ad4e-4337-8c9a-71088860cbe4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27307dea-ad4e-4337-8c9a-71088860cbe4 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-08-20T10:30:45.000000", "replication_status": null, "snapshot_id": null, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1, "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "os-vol-tenant-attr:tenant_id": "8f167954de2742c1a53d6d98ee601b04", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image", "image_id": "195d7ce9-06fe-4787-871b-b876bd489478", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "bootable": "true", "created_at": "2018-08-20T10:30:41.000000", "volume_type": null}} 2018-08-20 10:30:48,020 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-27307dea-ad4e-4337-8c9a-71088860cbe4 2018-08-20 10:30:48,021 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:30:48,021 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol 2018-08-20 10:30:48,021 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol 2018-08-20 10:30:48,023 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:48,249 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:48 GMT Server: Apache x-compute-request-id: req-78dce68f-9d93-4730-b39b-e42e56f44d32 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-78dce68f-9d93-4730-b39b-e42e56f44d32 Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-08-20T10:30:45.000000", "replication_status": null, "snapshot_id": null, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1, "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "os-vol-tenant-attr:tenant_id": "8f167954de2742c1a53d6d98ee601b04", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image", "image_id": "195d7ce9-06fe-4787-871b-b876bd489478", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "bootable": "true", "created_at": "2018-08-20T10:30:41.000000", "volume_type": null}} 2018-08-20 10:30:48,249 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-78dce68f-9d93-4730-b39b-e42e56f44d32 2018-08-20 10:30:48,250 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:30:48,250 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol 2018-08-20 10:30:48,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:48,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bffd0c7f6a284136a40d0343ed28704c", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role"}], "expires_at": "2018-08-20T11:30:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f167954de2742c1a53d6d98ee601b04", "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8f167954de2742c1a53d6d98ee601b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-user", "id": "1f7c2807c92e427a9d9b7ae0d24494b2"}, "audit_ids": ["S77J9IZcTfev1pvMD_aPsQ"], "issued_at": "2018-08-20T10:30:48.000000Z"}} 2018-08-20 10:30:48,649 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f5a22d1b4e6eb6fa38b96237b099f5effd505d0" 2018-08-20 10:30:48,869 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:48 GMT Server: Apache x-compute-request-id: req-c845fa31-f173-4c65-91b2-38f29077d5ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c845fa31-f173-4c65-91b2-38f29077d5ad Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-08-20T10:30:45.000000", "replication_status": null, "snapshot_id": null, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1, "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "os-vol-tenant-attr:tenant_id": "8f167954de2742c1a53d6d98ee601b04", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image", "image_id": "195d7ce9-06fe-4787-871b-b876bd489478", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "bootable": "true", "created_at": "2018-08-20T10:30:41.000000", "volume_type": null}} 2018-08-20 10:30:48,869 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-c845fa31-f173-4c65-91b2-38f29077d5ad 2018-08-20 10:30:48,872 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:49,229 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:48 GMT Server: Apache x-compute-request-id: req-bdaf3cad-ecf3-4b12-b87d-87ac50d7696c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bdaf3cad-ecf3-4b12-b87d-87ac50d7696c Content-Encoding: gzip Content-Length: 596 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-08-20T10:30:45.000000", "replication_status": null, "snapshot_id": null, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1, "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "os-vol-tenant-attr:tenant_id": "8f167954de2742c1a53d6d98ee601b04", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image", "image_id": "195d7ce9-06fe-4787-871b-b876bd489478", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "bootable": "true", "created_at": "2018-08-20T10:30:41.000000", "volume_type": null}} 2018-08-20 10:30:49,229 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-bdaf3cad-ecf3-4b12-b87d-87ac50d7696c 2018-08-20 10:30:49,230 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:30:49,230 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol 2018-08-20 10:30:49,230 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol 2018-08-20 10:30:49,232 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:49,481 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:30:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a9b2b318-4b43-442e-8280-9b8fdec64103 Content-Length: 0 Content-Type: text/html; 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-08-20 10:30:49,482 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-a9b2b318-4b43-442e-8280-9b8fdec64103 2018-08-20 10:30:49,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:49,727 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:49 GMT Server: Apache x-compute-request-id: req-b6343314-af6b-41b6-9149-2d6920c7819f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6343314-af6b-41b6-9149-2d6920c7819f Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "1f7c2807c92e427a9d9b7ae0d24494b2", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "self"}, {"href": "http://172.30.9.36:8776/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "true", "encrypted": false, "created_at": "2018-08-20T10:30:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "8f167954de2742c1a53d6d98ee601b04", "updated_at": "2018-08-20T10:30:49.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "54f29a54-8868-4f1a-acb6-1649f2619a8f", "size": 1}} 2018-08-20 10:30:49,727 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-b6343314-af6b-41b6-9149-2d6920c7819f 2018-08-20 10:30:49,727 - create_volume - DEBUG - Instance status is - deleting 2018-08-20 10:30:49,728 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-20 10:30:52,731 - create_volume - DEBUG - Volume status query timeout in 56.7511758804 2018-08-20 10:30:52,734 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-886e0d90-e908-45f2-abce-51c133bf8e0b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6ce432967b16487e8e50b4922f441ba258bcf" 2018-08-20 10:30:52,769 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ff72e601-abd3-4db6-a112-1dc26012dade x-openstack-request-id: req-ff72e601-abd3-4db6-a112-1dc26012dade Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 54f29a54-8868-4f1a-acb6-1649f2619a8f could not be found.", "code": 404}} 2018-08-20 10:30:52,769 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/8f167954de2742c1a53d6d98ee601b04/volumes/54f29a54-8868-4f1a-acb6-1649f2619a8f used request id req-ff72e601-abd3-4db6-a112-1dc26012dade 2018-08-20 10:30:52,769 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 54f29a54-8868-4f1a-acb6-1649f2619a8f could not be found. (HTTP 404) (Request-ID: req-ff72e601-abd3-4db6-a112-1dc26012dade) 2018-08-20 10:30:52,770 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-vol 2018-08-20 10:30:52,770 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-263aefae-c951-497e-9c30-c0a7f47bdea6-image 2018-08-20 10:30:52,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9bafb6968a7508ced663a46f21574496fd1aec51" 2018-08-20 10:30:53,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-058f9fa5-4ddc-4317-96d4-013f9b7d2ecf Date: Mon, 20 Aug 2018 10:30:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:30:53,672 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/195d7ce9-06fe-4787-871b-b876bd489478 used request id req-058f9fa5-4ddc-4317-96d4-013f9b7d2ecf 2018-08-20 10:30:53,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:30:53,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:30:53,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:30:53,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:30:53,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:30:53,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:53,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-a1b4d03d-3aee-4db6-be2c-118e51ebe3c2 Date: Mon, 20 Aug 2018 10:30:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:30:53,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-a1b4d03d-3aee-4db6-be2c-118e51ebe3c2 2018-08-20 10:30:53,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,045 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fc27f70-261b-44ef-8ce9-3306bbff04b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-1fc27f70-261b-44ef-8ce9-3306bbff04b6 2018-08-20 10:30:54,046 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,137 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7e465a3-dc7a-4a7b-b18f-b329278fe2d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e7e465a3-dc7a-4a7b-b18f-b329278fe2d8 2018-08-20 10:30:54,137 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,230 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67ca008c-7a72-4eca-a1e7-53fad40e4155 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-67ca008c-7a72-4eca-a1e7-53fad40e4155 2018-08-20 10:30:54,230 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,321 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aaaf67b-8e14-461a-9e74-1d4f6a5e2a0b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-3aaaf67b-8e14-461a-9e74-1d4f6a5e2a0b 2018-08-20 10:30:54,322 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,410 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4967defd-afe2-4e05-ab2f-ef018ec2a268 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-4967defd-afe2-4e05-ab2f-ef018ec2a268 2018-08-20 10:30:54,410 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,505 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0adbbc5d-6dda-45b2-970d-9ea0b7a680e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-0adbbc5d-6dda-45b2-970d-9ea0b7a680e2 2018-08-20 10:30:54,506 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,600 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-438e7773-7ced-42ed-a8a9-27d11a49a916 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-438e7773-7ced-42ed-a8a9-27d11a49a916 2018-08-20 10:30:54,601 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,693 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6b305cf-1aec-4703-8e21-0c104fbceccb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-b6b305cf-1aec-4703-8e21-0c104fbceccb 2018-08-20 10:30:54,693 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,789 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5da0c44-7e5f-4a69-9359-7213a5d5c6cd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-f5da0c44-7e5f-4a69-9359-7213a5d5c6cd 2018-08-20 10:30:54,789 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87e78491-870c-4bb9-8dbb-26c1ff39ac6a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:30:54,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-87e78491-870c-4bb9-8dbb-26c1ff39ac6a 2018-08-20 10:30:54,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:54,978 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d81db347-66ab-4238-b7b0-9de9fa2ea535 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:54,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-d81db347-66ab-4238-b7b0-9de9fa2ea535 2018-08-20 10:30:54,979 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:54,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,070 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fb82e18-5f33-46c6-80da-4ae3ae5aaf54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:55,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-3fb82e18-5f33-46c6-80da-4ae3ae5aaf54 2018-08-20 10:30:55,070 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:55,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,168 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93c7c6af-d53a-4c62-b079-b97d475af4c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:55,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-93c7c6af-d53a-4c62-b079-b97d475af4c0 2018-08-20 10:30:55,168 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:55,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,254 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74fe3107-0b7d-4df8-85dd-7b6385d7cf63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:55,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-74fe3107-0b7d-4df8-85dd-7b6385d7cf63 2018-08-20 10:30:55,255 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:55,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13b8df9-4520-4432-aca0-e8bdf775f1ee Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:30:55,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-d13b8df9-4520-4432-aca0-e8bdf775f1ee 2018-08-20 10:30:55,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,451 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-601f4231-3bb9-4e6c-962a-4dbdb06a36a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:55,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-601f4231-3bb9-4e6c-962a-4dbdb06a36a6 2018-08-20 10:30:55,451 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:55,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,553 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88269b7a-701d-4a93-bc5a-9f6be7b78721 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:55,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-88269b7a-701d-4a93-bc5a-9f6be7b78721 2018-08-20 10:30:55,554 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:55,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,647 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21836f8c-8450-4c41-a668-51f9a518d7d3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:30:55,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-21836f8c-8450-4c41-a668-51f9a518d7d3 2018-08-20 10:30:55,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:30:55,649 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj 2018-08-20 10:30:55,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/8f167954de2742c1a53d6d98ee601b04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce487d17-cb81-4402-92f0-543789e4b89b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:55,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/8f167954de2742c1a53d6d98ee601b04 used request id req-ce487d17-cb81-4402-92f0-543789e4b89b 2018-08-20 10:30:55,876 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-proj-role 2018-08-20 10:30:55,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/bffd0c7f6a284136a40d0343ed28704c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:55,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0f6433c-4942-4629-955d-ca86d9281156 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:55,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/bffd0c7f6a284136a40d0343ed28704c used request id req-f0f6433c-4942-4629-955d-ca86d9281156 2018-08-20 10:30:55,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6efdda698ffacdf1c1dd3b6ddfebf1ac6febe38e" 2018-08-20 10:30:56,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31e0564c-620e-4122-a87d-3e16ff3e0f59 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:56,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-31e0564c-620e-4122-a87d-3e16ff3e0f59 2018-08-20 10:30:56,085 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-cfaf6cdc-5ed6-490-user 2018-08-20 10:30:56,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/1f7c2807c92e427a9d9b7ae0d24494b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90167a9e332cbce4b79ec4de0fd9cab6bafde066" 2018-08-20 10:30:56,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9537950b-4adc-44bd-a8ed-c3406f440600 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:56,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/1f7c2807c92e427a9d9b7ae0d24494b2 used request id req-9537950b-4adc-44bd-a8ed-c3406f440600 2018-08-20 10:30:56,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:56,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["NMbN6qfnRd2HadZoUaIA7A"], "issued_at": "2018-08-20T10:30:56.000000Z"}} 2018-08-20 10:30:56,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba890cad936a639b99068384c9fb981e7b09c49" 2018-08-20 10:30:56,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a831985f-8791-4184-a2c5-265edc1faef0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:56,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a831985f-8791-4184-a2c5-265edc1faef0 2018-08-20 10:30:56,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:56,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:57,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ZgxJgrooRc6LU_NRv8Xb8A"], "issued_at": "2018-08-20T10:30:57.000000Z"}} 2018-08-20 10:30:57,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:30:57,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80064c27-fb7c-495e-b518-2a210394d856 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:57,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-80064c27-fb7c-495e-b518-2a210394d856 2018-08-20 10:30:57,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:57,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:57,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5a2d939e-acbf-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:30:57,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67394a3e-f209-40ba-850b-fe1e56a885d7 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5a2d939e-acbf-4c6-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:30:57,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-5a2d939e-acbf-4c6-proj used request id req-67394a3e-f209-40ba-850b-fe1e56a885d7 2018-08-20 10:30:57,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:30:57,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f934918-3047-4e62-a75a-161834220046 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:57,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-6f934918-3047-4e62-a75a-161834220046 2018-08-20 10:30:57,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}}' 2018-08-20 10:30:57,594 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-359acc6d-1f55-4c26-a520-9337ff91cdd0 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "id": "01d46521d23b4085918d97b2402485ef", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}} 2018-08-20 10:30:57,595 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-359acc6d-1f55-4c26-a520-9337ff91cdd0 2018-08-20 10:30:57,595 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-5a2d939e-acbf-4c6-proj 2018-08-20 10:30:57,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:57,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:58,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:30:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["gnWxmsqMTGqisbV9Cwgv5Q"], "issued_at": "2018-08-20T10:30:57.000000Z"}} 2018-08-20 10:30:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b8165d1db2964991e70b0154b2c2507c87d58" 2018-08-20 10:30:58,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd8b84d6-a0c9-42ae-bbda-c487806842d6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:58,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cd8b84d6-a0c9-42ae-bbda-c487806842d6 2018-08-20 10:30:58,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:30:58,101 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:30:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:30:58,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b8165d1db2964991e70b0154b2c2507c87d58" 2018-08-20 10:30:58,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc815db3-8b61-4696-bfc4-834e46951937 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:30:58,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-cc815db3-8b61-4696-bfc4-834e46951937 2018-08-20 10:30:58,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=SimpleHealthCheck-5a2d939e-acbf-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b8165d1db2964991e70b0154b2c2507c87d58" 2018-08-20 10:30:58,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e552bc08-a6fe-4bfc-a025-752bc8562ef4 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=SimpleHealthCheck-5a2d939e-acbf-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "id": "01d46521d23b4085918d97b2402485ef", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}]} 2018-08-20 10:30:58,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=SimpleHealthCheck-5a2d939e-acbf-4c6-proj used request id req-e552bc08-a6fe-4bfc-a025-752bc8562ef4 2018-08-20 10:30:58,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b8165d1db2964991e70b0154b2c2507c87d58" 2018-08-20 10:30:58,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8239efc-d02b-4bd0-b2d6-e3b77aee675c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:30:58,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a8239efc-d02b-4bd0-b2d6-e3b77aee675c 2018-08-20 10:30:58,793 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-5a2d939e-acbf-4c6-user 2018-08-20 10:30:58,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:58,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:30:58,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72f21ce-d17a-4841-b126-8b7cf74bded2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:30:58,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b72f21ce-d17a-4841-b126-8b7cf74bded2 2018-08-20 10:30:58,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" -d '{"role": {"name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role"}}' 2018-08-20 10:30:59,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:30:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cdb0220-cdc7-4021-ae52-69c518e4c365 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7cc64f64f79f482c9cf3c401db5c3490", "links": {"self": "http://172.30.9.36:5000/v3/roles/7cc64f64f79f482c9cf3c401db5c3490"}, "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role"}} 2018-08-20 10:30:59,002 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-6cdb0220-cdc7-4021-ae52-69c518e4c365 2018-08-20 10:30:59,002 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role 2018-08-20 10:30:59,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/7cc64f64f79f482c9cf3c401db5c3490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:30:59,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8693943e-9555-4ac6-a4d2-a19b404acee8 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7cc64f64f79f482c9cf3c401db5c3490", "links": {"self": "http://172.30.9.36:5000/v3/roles/7cc64f64f79f482c9cf3c401db5c3490"}, "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role"}} 2018-08-20 10:30:59,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/7cc64f64f79f482c9cf3c401db5c3490 used request id req-8693943e-9555-4ac6-a4d2-a19b404acee8 2018-08-20 10:30:59,199 - keystone_utils - INFO - Granting role SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role to project SimpleHealthCheck-5a2d939e-acbf-4c6-proj 2018-08-20 10:30:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef/users/238f3e125e364d82b78d383802767d40/roles/7cc64f64f79f482c9cf3c401db5c3490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:30:59,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:30:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76ffbe6c-a8a3-4849-848b-a984a2b2cfaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:30:59,328 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef/users/238f3e125e364d82b78d383802767d40/roles/7cc64f64f79f482c9cf3c401db5c3490 used request id req-76ffbe6c-a8a3-4849-848b-a984a2b2cfaa 2018-08-20 10:30:59,328 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:30:59,330 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:30:59,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:30:59,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:30:59,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7cc64f64f79f482c9cf3c401db5c3490", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role"}], "expires_at": "2018-08-20T11:30:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-user", "id": "238f3e125e364d82b78d383802767d40"}, "audit_ids": ["aCMaAWWmSIedbYh0xJtPgQ"], "issued_at": "2018-08-20T10:30:59.000000Z"}} 2018-08-20 10:30:59,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" 2018-08-20 10:30:59,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c072253-d0b2-419d-b226-43c1325d326f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:30:59,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3c072253-d0b2-419d-b226-43c1325d326f 2018-08-20 10:30:59,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" 2018-08-20 10:31:00,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-f5621594-f74a-4746-b375-3895df0c9d64 Date: Mon, 20 Aug 2018 10:31:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image"} 2018-08-20 10:31:00,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image used request id req-f5621594-f74a-4746-b375-3895df0c9d64 2018-08-20 10:31:00,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" 2018-08-20 10:31:00,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c6166396-933e-419a-97a7-ef279caca5f2 Date: Mon, 20 Aug 2018 10:31: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:31:00,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-c6166396-933e-419a-97a7-ef279caca5f2 2018-08-20 10:31:00,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image"}' 2018-08-20 10:31:00,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7730fad5-1da4-4aef-a500-9d9beaed2275 Date: Mon, 20 Aug 2018 10:31:00 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "min_disk": 0, "protected": false, "id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "file": "/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/file", "checksum": null, "owner": "01d46521d23b4085918d97b2402485ef", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:31:00,479 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-7730fad5-1da4-4aef-a500-9d9beaed2275 2018-08-20 10:31:00,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" -d '' 2018-08-20 10:31:01,163 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d0ed0ba-18db-4d0c-a020-36bb19378e14 Date: Mon, 20 Aug 2018 10:31:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:31:01,164 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/file used request id req-4d0ed0ba-18db-4d0c-a020-36bb19378e14 2018-08-20 10:31:01,164 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:31:01,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" 2018-08-20 10:31:01,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-80553562-0984-43c2-8f80-98b25308e9c7 Date: Mon, 20 Aug 2018 10:31:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:01Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/snap", "metadata": {}}], "self": "/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "min_disk": 0, "protected": false, "id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "file": "/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "01d46521d23b4085918d97b2402485ef", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:31:01,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca used request id req-80553562-0984-43c2-8f80-98b25308e9c7 2018-08-20 10:31:01,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" 2018-08-20 10:31:01,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a229a219-00da-4c5c-9e16-72fdef01d23f Date: Mon, 20 Aug 2018 10:31: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:31:01,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-a229a219-00da-4c5c-9e16-72fdef01d23f 2018-08-20 10:31:01,546 - create_image - INFO - Created image with name - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image 2018-08-20 10:31:01,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" 2018-08-20 10:31:01,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e836f705-7913-416a-93b0-8cbd82be4468 Date: Mon, 20 Aug 2018 10:31:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:01Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/snap", "metadata": {}}], "self": "/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "min_disk": 0, "protected": false, "id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "file": "/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "01d46521d23b4085918d97b2402485ef", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:31:01,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca used request id req-e836f705-7913-416a-93b0-8cbd82be4468 2018-08-20 10:31:01,743 - create_image - DEBUG - Instance status is - active 2018-08-20 10:31:01,743 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image 2018-08-20 10:31:01,743 - create_image - INFO - Image is now active with name - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image 2018-08-20 10:31:01,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:01,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:02,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7cc64f64f79f482c9cf3c401db5c3490", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role"}], "expires_at": "2018-08-20T11:31:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-user", "id": "238f3e125e364d82b78d383802767d40"}, "audit_ids": ["P-HS793QR663mHtbPy4LoA"], "issued_at": "2018-08-20T10:31:02.000000Z"}} 2018-08-20 10:31:02,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" 2018-08-20 10:31:02,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7aeed4f-61d7-4383-8c8e-0b629fca9049 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:02,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a7aeed4f-61d7-4383-8c8e-0b629fca9049 2018-08-20 10:31:02,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:31:02,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:31:02,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:31:02,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:31:02,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:31:02,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" 2018-08-20 10:31:02,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-44a09219-b497-4634-b2d2-e0b56d6252fa Date: Mon, 20 Aug 2018 10:31:02 GMT RESP BODY: {"networks":[]} 2018-08-20 10:31:02,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-44a09219-b497-4634-b2d2-e0b56d6252fa 2018-08-20 10:31:02,695 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net 2018-08-20 10:31:02,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" -d '{"network": {"name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net", "admin_state_up": true}}' 2018-08-20 10:31:03,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-f43905ea-21b4-43ed-bc41-444b036cb567 Date: Mon, 20 Aug 2018 10:31:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:31:03Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}} 2018-08-20 10:31:03,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-f43905ea-21b4-43ed-bc41-444b036cb567 2018-08-20 10:31:03,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" 2018-08-20 10:31:03,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-710f525c-b0fa-4fcb-a91e-49c40afa1cd2 Date: Mon, 20 Aug 2018 10:31: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-08-20T10:31:03Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:03,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-710f525c-b0fa-4fcb-a91e-49c40afa1cd2 2018-08-20 10:31:03,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" 2018-08-20 10:31:03,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-12c10846-4609-49e3-ab8b-baa6775e3f74 Date: Mon, 20 Aug 2018 10:31:03 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:31:03,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-12c10846-4609-49e3-ab8b-baa6775e3f74 2018-08-20 10:31:03,995 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet 2018-08-20 10:31:03,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" -d '{"subnets": [{"ip_version": 4, "network_id": "62f59aba-7d85-4673-b44b-a5a0edfa7ab0", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]}' 2018-08-20 10:31:05,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8178f1ce-6b6e-42d0-bce1-6b0daf700cdf Date: Mon, 20 Aug 2018 10:31:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:05,017 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-8178f1ce-6b6e-42d0-bce1-6b0daf700cdf 2018-08-20 10:31:05,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" 2018-08-20 10:31:05,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5ac8c7f8-3058-44e3-901b-6a8bce3e5ed7 Date: Mon, 20 Aug 2018 10:31:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:05,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-5ac8c7f8-3058-44e3-901b-6a8bce3e5ed7 2018-08-20 10:31:05,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" 2018-08-20 10:31:05,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4c487905-4462-40e8-828a-66109506ebde Date: Mon, 20 Aug 2018 10:31:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:05,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-4c487905-4462-40e8-828a-66109506ebde 2018-08-20 10:31:05,547 - OpenStackNetwork - DEBUG - Network [62f59aba-7d85-4673-b44b-a5a0edfa7ab0] created successfully 2018-08-20 10:31:05,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:05,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:05,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:31:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["6GkDaeJ9Qzm0CEnBKDFDNg"], "issued_at": "2018-08-20T10:31:05.000000Z"}} 2018-08-20 10:31:05,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}956b841e9254129a6d2c74b195af09357e1d739c" 2018-08-20 10:31:06,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3d798c-bed7-4393-83df-378fb33d855f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:06,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2b3d798c-bed7-4393-83df-378fb33d855f 2018-08-20 10:31:06,037 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:31:06,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}956b841e9254129a6d2c74b195af09357e1d739c" 2018-08-20 10:31:06,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-7db66a7a-d31c-4dab-97e7-c315fdbfcdb3 x-compute-request-id: req-7db66a7a-d31c-4dab-97e7-c315fdbfcdb3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:31:06,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-7db66a7a-d31c-4dab-97e7-c315fdbfcdb3 2018-08-20 10:31:06,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}956b841e9254129a6d2c74b195af09357e1d739c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-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-08-20 10:31:06,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82d3c5bb-6d0e-45cf-a66e-131d9c9a43e1 x-compute-request-id: req-82d3c5bb-6d0e-45cf-a66e-131d9c9a43e1 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609"}} 2018-08-20 10:31:06,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-82d3c5bb-6d0e-45cf-a66e-131d9c9a43e1 2018-08-20 10:31:06,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:06,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:07,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7cc64f64f79f482c9cf3c401db5c3490", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role"}], "expires_at": "2018-08-20T11:31:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-user", "id": "238f3e125e364d82b78d383802767d40"}, "audit_ids": ["uxuJQh9uSTqYja3sTq7eRg"], "issued_at": "2018-08-20T10:31:07.000000Z"}} 2018-08-20 10:31:07,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:07,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a688c89-d40d-4489-9557-a94f715b9052 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:07,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2a688c89-d40d-4489-9557-a94f715b9052 2018-08-20 10:31:07,225 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:31:07,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:31:07,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:31:07,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:31:07,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:31:07,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:31:07,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:07,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9efc1b47-5337-42c4-a569-8e4d1c42b661 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:07,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9efc1b47-5337-42c4-a569-8e4d1c42b661 2018-08-20 10:31:07,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:07,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-61abee88-6efb-4dd9-8aba-a73f02f10bb6 Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:07,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-61abee88-6efb-4dd9-8aba-a73f02f10bb6 2018-08-20 10:31:07,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:08,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-520440d5-98f2-415f-9b7f-5613ca1f9ebe Date: Mon, 20 Aug 2018 10:31:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:08,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-520440d5-98f2-415f-9b7f-5613ca1f9ebe 2018-08-20 10:31:08,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:08,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7796e32d-9d68-4a01-8827-1cf9937429dc Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:08,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-7796e32d-9d68-4a01-8827-1cf9937429dc 2018-08-20 10:31:08,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:31:08,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:31:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:31:08,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:08,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46ed65dd-87c0-4df3-be23-6975bafed3f8 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}} 2018-08-20 10:31:08,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef used request id req-46ed65dd-87c0-4df3-be23-6975bafed3f8 2018-08-20 10:31:08,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:08,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c3a5683d-4f96-486e-ac9d-719fbb459db8 Date: Mon, 20 Aug 2018 10:31:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:08,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-c3a5683d-4f96-486e-ac9d-719fbb459db8 2018-08-20 10:31:08,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:08,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-995fc251-9a91-4305-a022-6983bcf0b0a0 Date: Mon, 20 Aug 2018 10:31:08 GMT RESP BODY: {"ports":[]} 2018-08-20 10:31:08,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1&admin_state_up=True used request id req-995fc251-9a91-4305-a022-6983bcf0b0a0 2018-08-20 10:31:08,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:09,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1345b36b-5cc3-46fe-98b0-2407f85f6713 x-compute-request-id: req-1345b36b-5cc3-46fe-98b0-2407f85f6713 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:31:09,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst used request id req-1345b36b-5cc3-46fe-98b0-2407f85f6713 2018-08-20 10:31:09,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:09,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1ed5efca-9de5-421d-89f4-613a047ef850 Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:09,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-1ed5efca-9de5-421d-89f4-613a047ef850 2018-08-20 10:31:09,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:10,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-95cd28f9-1689-4f77-b60f-578ddfbebe36 Date: Mon, 20 Aug 2018 10:31:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:10,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-95cd28f9-1689-4f77-b60f-578ddfbebe36 2018-08-20 10:31:10,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:10,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-e641aa81-00bc-4e0d-8f57-d38ae46989d4 Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:10,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-e641aa81-00bc-4e0d-8f57-d38ae46989d4 2018-08-20 10:31:10,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:10,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9149213-8e34-4d2c-b905-3b2a893a44cf Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}} 2018-08-20 10:31:10,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef used request id req-f9149213-8e34-4d2c-b905-3b2a893a44cf 2018-08-20 10:31:10,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:10,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d3f2b518-ab7a-4cd6-99a3-34daf0be5507 Date: Mon, 20 Aug 2018 10:31:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:10,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-d3f2b518-ab7a-4cd6-99a3-34daf0be5507 2018-08-20 10:31:10,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:10,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b2bfed7e-8239-458e-90ce-66bab56430da Date: Mon, 20 Aug 2018 10:31:10 GMT RESP BODY: {"ports":[]} 2018-08-20 10:31:10,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1&admin_state_up=True used request id req-b2bfed7e-8239-458e-90ce-66bab56430da 2018-08-20 10:31:10,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:10,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:11,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7cc64f64f79f482c9cf3c401db5c3490", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role"}], "expires_at": "2018-08-20T11:31:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/01d46521d23b4085918d97b2402485ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-user", "id": "238f3e125e364d82b78d383802767d40"}, "audit_ids": ["Xe4Q_AkHQ0Kez-8T36Y17Q"], "issued_at": "2018-08-20T10:31:11.000000Z"}} 2018-08-20 10:31:11,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5d2fe3df0978809a8d4192de741bde54c7199aa" 2018-08-20 10:31:11,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f8320a-ac54-4112-877d-04270e8faf5b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:11,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b6f8320a-ac54-4112-877d-04270e8faf5b 2018-08-20 10:31:11,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:11,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3a6c5d63-ac2b-4bb1-b728-ae427df7bbae Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:11,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-3a6c5d63-ac2b-4bb1-b728-ae427df7bbae 2018-08-20 10:31:11,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:11,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dda8e1d3-2f3b-4427-97eb-ec515a211c97 Date: Mon, 20 Aug 2018 10:31:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:11,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-dda8e1d3-2f3b-4427-97eb-ec515a211c97 2018-08-20 10:31:11,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:11,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-472a6f5d-f5ee-408f-8dc2-fb416548a185 Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:11,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-472a6f5d-f5ee-408f-8dc2-fb416548a185 2018-08-20 10:31:11,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:31:11,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:31:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:31:11,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5d2fe3df0978809a8d4192de741bde54c7199aa" 2018-08-20 10:31:11,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-501f4cb9-6e33-4d7c-9925-240d197dbec2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}} 2018-08-20 10:31:11,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef used request id req-501f4cb9-6e33-4d7c-9925-240d197dbec2 2018-08-20 10:31:11,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:12,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-95a6c8f0-70f7-4d65-8b86-3254298cf581 Date: Mon, 20 Aug 2018 10:31:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:12,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-95a6c8f0-70f7-4d65-8b86-3254298cf581 2018-08-20 10:31:12,164 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net 2018-08-20 10:31:12,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" -d '{"port": {"network_id": "62f59aba-7d85-4673-b44b-a5a0edfa7ab0", "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1", "admin_state_up": true}}' 2018-08-20 10:31:13,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-fe40956b-7b4b-44ad-bc4a-c5652e9f975d Date: Mon, 20 Aug 2018 10:31:13 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:31:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:31:13Z","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:03:4f:bc","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01d46521d23b4085918d97b2402485ef","fixed_ips":[{"subnet_id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","ip_address":"10.55.0.6"}],"id":"5e254153-f6d0-4220-88e5-7b2026f4ad12","security_groups":["e515ef8c-2470-4661-b954-87707147636f"],"device_id":""}} 2018-08-20 10:31:13,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-fe40956b-7b4b-44ad-bc4a-c5652e9f975d 2018-08-20 10:31:13,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:13,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-ad3bbbfc-0f41-4a0b-99b5-be452126dcd6 Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:13,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-ad3bbbfc-0f41-4a0b-99b5-be452126dcd6 2018-08-20 10:31:13,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c81ad6ec-861c-4c48-a272-43e9c94d546d Date: Mon, 20 Aug 2018 10:31:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:14,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-c81ad6ec-861c-4c48-a272-43e9c94d546d 2018-08-20 10:31:14,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-41e102e7-08f1-4f78-9636-a6437d7c39bc Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:14,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-41e102e7-08f1-4f78-9636-a6437d7c39bc 2018-08-20 10:31:14,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a91f123-3e50-45ce-ad7a-99ae43cdb4d1 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}} 2018-08-20 10:31:14,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef used request id req-1a91f123-3e50-45ce-ad7a-99ae43cdb4d1 2018-08-20 10:31:14,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8277cabe-8935-4540-be9f-e8da9915fa3d Date: Mon, 20 Aug 2018 10:31:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:14,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-8277cabe-8935-4540-be9f-e8da9915fa3d 2018-08-20 10:31:14,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-9f2bf43e-abbf-474f-bc59-7d72d98434cc Date: Mon, 20 Aug 2018 10:31:14 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:13Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:03:4f:bc","id":"5e254153-f6d0-4220-88e5-7b2026f4ad12","port_security_enabled":true,"project_id":"01d46521d23b4085918d97b2402485ef","fixed_ips":[{"subnet_id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["e515ef8c-2470-4661-b954-87707147636f"],"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1"}]} 2018-08-20 10:31:14,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1&admin_state_up=True used request id req-9f2bf43e-abbf-474f-bc59-7d72d98434cc 2018-08-20 10:31:14,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c5724d9-ed67-4981-ae1a-3a8d6828bb8d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}} 2018-08-20 10:31:14,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef used request id req-1c5724d9-ed67-4981-ae1a-3a8d6828bb8d 2018-08-20 10:31:14,719 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst 2018-08-20 10:31:14,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efec3cd3-cc7e-49d0-9a43-958e568a96f6 x-compute-request-id: req-efec3cd3-cc7e-49d0-9a43-958e568a96f6 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}], "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-flavor-name"}]} 2018-08-20 10:31:14,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-efec3cd3-cc7e-49d0-9a43-958e568a96f6 2018-08-20 10:31:14,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-004a6fa6-28d5-421d-a8d7-e83c11f1af36 x-compute-request-id: req-004a6fa6-28d5-421d-a8d7-e83c11f1af36 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609"}} 2018-08-20 10:31:14,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609 used request id req-004a6fa6-28d5-421d-a8d7-e83c11f1af36 2018-08-20 10:31:14,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:14,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-a800b440-aa08-4641-ad20-e9170943bd27 Date: Mon, 20 Aug 2018 10:31:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:01Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/snap", "metadata": {}}], "self": "/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "min_disk": 0, "protected": false, "id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "file": "/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "01d46521d23b4085918d97b2402485ef", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image"} 2018-08-20 10:31:14,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image used request id req-a800b440-aa08-4641-ad20-e9170943bd27 2018-08-20 10:31:14,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:15,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ca13791e-b714-4744-8108-508ad1634d0c Date: Mon, 20 Aug 2018 10:31: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:31:15,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-ca13791e-b714-4744-8108-508ad1634d0c 2018-08-20 10:31:15,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" -d '{"server": {"name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "imageRef": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "flavorRef": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "max_count": 1, "min_count": 1, "networks": [{"port": "5e254153-f6d0-4220-88e5-7b2026f4ad12"}]}}' 2018-08-20 10:31:16,975 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:31: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-08b10721-7656-4e9b-8b1a-e5bdf7ceb5df x-compute-request-id: req-08b10721-7656-4e9b-8b1a-e5bdf7ceb5df Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "adminPass": "Xa6STrdruE2H"}} 2018-08-20 10:31:16,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-08b10721-7656-4e9b-8b1a-e5bdf7ceb5df 2018-08-20 10:31:16,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:17,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31: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-e31ad17b-a359-4413-9e83-b15e84ae9624 x-compute-request-id: req-e31ad17b-a359-4413-9e83-b15e84ae9624 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.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "image": {"id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "links": [{"href": "http://172.30.9.36:8774/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}]}, "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "user_id": "238f3e125e364d82b78d383802767d40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:31:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "created": "2018-08-20T10:31:16Z", "tenant_id": "01d46521d23b4085918d97b2402485ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:31:17,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-e31ad17b-a359-4413-9e83-b15e84ae9624 2018-08-20 10:31:17,873 - create_instance - INFO - Created instance with name - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst 2018-08-20 10:31:17,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:18,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc07b651-6a2f-4ac9-97bb-147467399a8c x-compute-request-id: req-fc07b651-6a2f-4ac9-97bb-147467399a8c 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.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "image": {"id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "links": [{"href": "http://172.30.9.36:8774/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}]}, "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "user_id": "238f3e125e364d82b78d383802767d40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:31:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "created": "2018-08-20T10:31:16Z", "tenant_id": "01d46521d23b4085918d97b2402485ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:31:18,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-fc07b651-6a2f-4ac9-97bb-147467399a8c 2018-08-20 10:31:18,104 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst] is - BUILD 2018-08-20 10:31:18,104 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:31:21,107 - create_instance - DEBUG - VM status query timeout in 896.765871048 2018-08-20 10:31:21,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:21,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31: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-80fee8b2-5292-407e-b5ad-c07f1d2417ca x-compute-request-id: req-80fee8b2-5292-407e-b5ad-c07f1d2417ca Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "image": {"id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "links": [{"href": "http://172.30.9.36:8774/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}]}, "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "security_groups": [{"name": "default"}], "user_id": "238f3e125e364d82b78d383802767d40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:31:20Z", "hostId": "601f49a5a78df931a7421024e74098caa8d88306daf2eae85ec7d750", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "created": "2018-08-20T10:31:16Z", "tenant_id": "01d46521d23b4085918d97b2402485ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:31:21,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-80fee8b2-5292-407e-b5ad-c07f1d2417ca 2018-08-20 10:31:21,802 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst] is - BUILD 2018-08-20 10:31:21,802 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:31:24,806 - create_instance - DEBUG - VM status query timeout in 893.067248106 2018-08-20 10:31:24,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:25,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31: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-e663450f-0ede-43be-b025-e848879c60ac x-compute-request-id: req-e663450f-0ede-43be-b025-e848879c60ac Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "image": {"id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "links": [{"href": "http://172.30.9.36:8774/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}]}, "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "security_groups": [{"name": "default"}], "user_id": "238f3e125e364d82b78d383802767d40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:31:20Z", "hostId": "601f49a5a78df931a7421024e74098caa8d88306daf2eae85ec7d750", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "created": "2018-08-20T10:31:16Z", "tenant_id": "01d46521d23b4085918d97b2402485ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:31:25,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-e663450f-0ede-43be-b025-e848879c60ac 2018-08-20 10:31:25,519 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst] is - BUILD 2018-08-20 10:31:25,519 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:31:28,522 - create_instance - DEBUG - VM status query timeout in 889.350371122 2018-08-20 10:31:28,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:29,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31: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-4e251899-7161-49e7-a054-750387be157e x-compute-request-id: req-4e251899-7161-49e7-a054-750387be157e Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:4f:bc", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "image": {"id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "links": [{"href": "http://172.30.9.36:8774/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:31:25.000000", "flavor": {"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}]}, "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "security_groups": [{"name": "default"}], "user_id": "238f3e125e364d82b78d383802767d40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:31:25Z", "hostId": "601f49a5a78df931a7421024e74098caa8d88306daf2eae85ec7d750", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "created": "2018-08-20T10:31:16Z", "tenant_id": "01d46521d23b4085918d97b2402485ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:31:29,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-4e251899-7161-49e7-a054-750387be157e 2018-08-20 10:31:29,801 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst] is - ACTIVE 2018-08-20 10:31:29,801 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:31:29,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:30,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31: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-5a31cae8-5086-4820-8ec4-38b6b3e48357 x-compute-request-id: req-5a31cae8-5086-4820-8ec4-38b6b3e48357 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:4f:bc", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "image": {"id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "links": [{"href": "http://172.30.9.36:8774/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:31:25.000000", "flavor": {"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}]}, "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "security_groups": [{"name": "default"}], "user_id": "238f3e125e364d82b78d383802767d40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:31:25Z", "hostId": "601f49a5a78df931a7421024e74098caa8d88306daf2eae85ec7d750", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "created": "2018-08-20T10:31:16Z", "tenant_id": "01d46521d23b4085918d97b2402485ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:31:30,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-5a31cae8-5086-4820-8ec4-38b6b3e48357 2018-08-20 10:31:30,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:30,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-eab62f5d-7409-420a-8ee8-ee580307384c Date: Mon, 20 Aug 2018 10:31: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":["b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e"],"updated_at":"2018-08-20T10:31:04Z","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01d46521d23b4085918d97b2402485ef","id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net"}]} 2018-08-20 10:31:30,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net used request id req-eab62f5d-7409-420a-8ee8-ee580307384c 2018-08-20 10:31:30,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:30,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff430da-6f74-4ff7-9173-d33776020d5c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}} 2018-08-20 10:31:30,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef used request id req-4ff430da-6f74-4ff7-9173-d33776020d5c 2018-08-20 10:31:30,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:31,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d36fb833-0358-478c-93e2-1de0b167d0ec Date: Mon, 20 Aug 2018 10:31:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31: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":"01d46521d23b4085918d97b2402485ef","id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","subnetpool_id":null,"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet"}]} 2018-08-20 10:31:31,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-d36fb833-0358-478c-93e2-1de0b167d0ec 2018-08-20 10:31:31,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:31,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-49829bf3-64fd-40db-93dd-57dd9f25a975 Date: Mon, 20 Aug 2018 10:31:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:06Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-62f59aba-7d85-4673-b44b-a5a0edfa7ab0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d0:81:aa","id":"2f3eb5aa-ea67-41d7-84e8-654e9917102c","port_security_enabled":false,"project_id":"01d46521d23b4085918d97b2402485ef","fixed_ips":[{"subnet_id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:24Z","binding:vnic_type":"normal","device_id":"aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:03:4f:bc","id":"5e254153-f6d0-4220-88e5-7b2026f4ad12","port_security_enabled":true,"project_id":"01d46521d23b4085918d97b2402485ef","fixed_ips":[{"subnet_id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["e515ef8c-2470-4661-b954-87707147636f"],"name":"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:05Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-62f59aba-7d85-4673-b44b-a5a0edfa7ab0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:72:6b:f4","id":"b2cb4d44-ff5e-4704-bded-0e14cc728c5f","port_security_enabled":false,"project_id":"01d46521d23b4085918d97b2402485ef","fixed_ips":[{"subnet_id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62f59aba-7d85-4673-b44b-a5a0edfa7ab0","tenant_id":"01d46521d23b4085918d97b2402485ef","created_at":"2018-08-20T10:31:05Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-62f59aba-7d85-4673-b44b-a5a0edfa7ab0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:0d:c6:e7","id":"f4ef13a8-8276-4c58-af70-f063421a33fb","port_security_enabled":false,"project_id":"01d46521d23b4085918d97b2402485ef","fixed_ips":[{"subnet_id":"b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:31:31,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-49829bf3-64fd-40db-93dd-57dd9f25a975 2018-08-20 10:31:31,269 - create_instance_tests - INFO - Looking for IP 10.55.0.6 in the console log 2018-08-20 10:31:31,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:31,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31: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-f3a9776c-87c4-4e0f-ab9f-b3c0f1028592 x-compute-request-id: req-f3a9776c-87c4-4e0f-ab9f-b3c0f1028592 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:4f:bc", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "image": {"id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "links": [{"href": "http://172.30.9.36:8774/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:31:25.000000", "flavor": {"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}]}, "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "security_groups": [{"name": "default"}], "user_id": "238f3e125e364d82b78d383802767d40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:31:25Z", "hostId": "601f49a5a78df931a7421024e74098caa8d88306daf2eae85ec7d750", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "created": "2018-08-20T10:31:16Z", "tenant_id": "01d46521d23b4085918d97b2402485ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:31:31,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-f3a9776c-87c4-4e0f-ab9f-b3c0f1028592 2018-08-20 10:31:31,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 10:31:31,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31: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-c4394500-ac0f-48eb-81b4-19174b410f5c x-compute-request-id: req-c4394500-ac0f-48eb-81b4-19174b410f5c Content-Encoding: gzip Content-Length: 9418 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14FF 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 485310790 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138301] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140122] pid_max: default: 32768 minimum: 301\n[ 0.141105] ACPI: Core revision 20150930\n[ 0.142589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144044] Security Framework initialized\n[ 0.144940] Yama: becoming mindful.\n[ 0.145760] AppArmor: AppArmor initialized\n[ 0.146684] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148132] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.149526] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.150829] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.152340] Initializing cgroup subsys io\n[ 0.153255] Initializing cgroup subsys memory\n[ 0.154195] Initializing cgroup subsys devices\n[ 0.155147] Initializing cgroup subsys freezer\n[ 0.156092] Initializing cgroup subsys net_cls\n[ 0.157039] Initializing cgroup subsys perf_event\n[ 0.158049] Initializing cgroup subsys net_prio\n[ 0.159018] Initializing cgroup subsys hugetlb\n[ 0.159961] Initializing cgroup subsys pids\n[ 0.160910] CPU: Physical Processor ID: 0\n[ 0.162512] mce: CPU supports 10 MCE banks\n[ 0.163424] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164518] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188756] ftrace: allocating 31920 entries in 125 pages\n[ 0.214359] smpboot: Max logical packages: 1\n[ 0.215293] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216768] x2apic enabled\n[ 0.217635] Switched APIC routing to physical x2apic.\n[ 0.219454] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223806] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225816] KVM setup paravirtual spinlock\n[ 0.227265] x86: Booted up 1 node, 1 CPUs\n[ 0.228410] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230088] devtmpfs: initialized\n[ 0.231920] evm: security.selinux\n[ 0.232746] evm: security.SMACK64\n[ 0.233494] evm: security.SMACK64EXEC\n[ 0.234375] evm: security.SMACK64TRANSMUTE\n[ 0.235285] evm: security.SMACK64MMAP\n[ 0.236102] evm: security.ima\n[ 0.236862] evm: security.capability\n[ 0.237729] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239783] pinctrl core: initialized pinctrl subsystem\n[ 0.240972] RTC time: 10:31:26, date: 08/20/18\n[ 0.242010] NET: Registered protocol family 16\n[ 0.243091] cpuidle: using governor ladder\n[ 0.243994] cpuidle: using governor menu\n[ 0.244884] PCCT header not found.\n[ 0.245699] ACPI: bus type PCI registered\n[ 0.246586] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247961] PCI: Using configuration type 1 for base access\n[ 0.249843] ACPI: Added _OSI(Module Device)\n[ 0.250768] ACPI: Added _OSI(Processor Device)\n[ 0.251733] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254587] ACPI: Interpreter enabled\n[ 0.255499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263856] ACPI: (supports S0 S5)\n[ 0.264644] ACPI: Using IOAPIC for interrupt routing\n[ 0.265678] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268978] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270249] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272968] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275411] acpiphp: Slot [3] registered\n[ 0.276299] acpiphp: Slot [4] registered\n[ 0.277176] acpiphp: Slot [5] registered\n[ 0.278052] acpiphp: Slot [6] registered\n[ 0.278924] acpiphp: Slot [7] registered\n[ 0.279799] acpiphp: Slot [8] registered\n[ 0.280674] acpiphp: Slot [9] registered\n[ 0.281549] acpiphp: Slot [10] registered\n[ 0.282435] acpiphp: Slot [11] registered\n[ 0.283322] acpiphp: Slot [12] registered\n[ 0.284211] acpiphp: Slot [13] registered\n[ 0.285102] acpiphp: Slot [14] registered\n[ 0.285989] acpiphp: Slot [15] registered\n[ 0.296989] acpiphp: Slot [16] registered\n[ 0.297881] acpiphp: Slot [17] registered\n[ 0.298769] acpiphp: Slot [18] registered\n[ 0.299655] acpiphp: Slot [19] registered\n[ 0.300542] acpiphp: Slot [20] registered\n[ 0.301456] acpiphp: Slot [21] registered\n[ 0.302340] acpiphp: Slot [22] registered\n[ 0.303230] acpiphp: Slot [23] registered\n[ 0.304121] acpiphp: Slot [24] registered\n[ 0.305042] acpiphp: Slot [25] registered\n[ 0.305943] acpiphp: Slot [26] registered\n[ 0.306833] acpiphp: Slot [27] registered\n[ 0.307722] acpiphp: Slot [28] registered\n[ 0.308610] acpiphp: Slot [29] registered\n[ 0.309500] acpiphp: Slot [30] registered\n[ 0.310391] acpiphp: Slot [31] registered\n[ 0.311276] PCI host bridge to bus 0000:00\n[ 0.312164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313514] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314856] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316452] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.318042] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319664] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323089] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324494] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325796] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327188] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330798] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332514] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353871] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355446] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356985] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358510] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359917] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361320] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362486] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364171] vgaarb: loaded\n[ 0.364825] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366183] SCSI subsystem initialized\n[ 0.367172] ACPI: bus type USB registered\n[ 0.368086] usbcore: registered new interface driver usbfs\n[ 0.369213] usbcore: registered new interface driver hub\n[ 0.370314] usbcore: registered new device driver usb\n[ 0.371531] PCI: Using ACPI for IRQ routing\n[ 0.372731] NetLabel: Initializing\n[ 0.373517] NetLabel: domain hash size = 128\n[ 0.374450] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375494] NetLabel: unlabeled traffic allowed by default\n[ 0.376750] clocksource: Switched to clocksource kvm-clock\n[ 0.384899] AppArmor: AppArmor Filesystem Enabled\n[ 0.385986] pnp: PnP ACPI init\n[ 0.386998] pnp: PnP ACPI: found 5 devices\n[ 0.393428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395348] NET: Registered protocol family 2\n[ 0.396475] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.397886] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.399179] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.400483] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401666] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402964] NET: Registered protocol family 1\n[ 0.403927] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405131] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406319] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420506] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434743] Trying to unpack rootfs image as initramfs...\n[ 0.491808] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.493646] Scanning for low memory corruption every 60 seconds\n[ 0.495135] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496412] audit: initializing netlink subsys (disabled)\n[ 0.497615] audit: type=2000 audit(1534761086.225:1): initialized\n[ 0.499091] Initialise system trusted keyring\n[ 0.500109] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501390] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503662] zbud: loaded\n[ 0.504443] VFS: Disk quotas dquot_6.6.0\n[ 0.505346] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507106] fuse init (API version 7.23)\n[ 0.508110] Key type big_key registered\n[ 0.509003] Allocating IMA MOK and blacklist keyrings.\n[ 0.510357] Key type asymmetric registered\n[ 0.511261] Asymmetric key parser 'x509' registered\n[ 0.512311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513957] io scheduler noop registered\n[ 0.514827] io scheduler deadline registered (default)\n[ 0.515920] io scheduler cfq registered\n[ 0.516854] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519453] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521053] ACPI: Power Button [PWRF]\n[ 0.521978] GHES: HEST is not enabled!\n[ 0.535753] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563918] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566206] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591585] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594648] Linux agpgart interface v0.103\n[ 0.597762] brd: module loaded\n[ 0.599560] loop: module loaded\n[ 0.604297] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605863] GPT:90111 != 20971519\n[ 0.606606] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607786] GPT:90111 != 20971519\n[ 0.608527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609576] vda: vda1 vda15\n[ 0.611042] scsi host0: ata_piix\n[ 0.611886] scsi host1: ata_piix\n[ 0.612657] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.615557] libphy: Fixed MDIO Bus: probed\n[ 0.616446] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617475] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619935] PPP generic driver version 2.4.2\n[ 0.620932] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622212] ehci-pci: EHCI PCI platform driver\n[ 0.623148] ehci-platform: EHCI generic platform driver\n[ 0.624218] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625449] ohci-pci: OHCI PCI platform driver\n[ 0.626388] ohci-platform: OHCI generic platform driver\n[ 0.627465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641767] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642851] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644430] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645530] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.646771] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649611] usb usb1: Product: UHCI Host Controller\n[ 0.650606] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651819] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652870] hub 1-0:1.0: USB hub found\n[ 0.653715] hub 1-0:1.0: 2 ports detected\n[ 0.654723] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656991] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659126] mousedev: PS/2 mouse device common for all mice\n[ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662539] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663722] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664998] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666283] i2c /dev entries driver\n[ 0.667108] device-mapper: uevent: version 1.0.3\n[ 0.668126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671389] NET: Registered protocol family 10\n[ 0.672604] NET: Registered protocol family 17\n[ 0.673580] Key type dns_resolver registered\n[ 0.674637] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675810] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677765] registered taskstats version 1\n[ 0.678632] Loading compiled-in X.509 certificates\n[ 0.680128] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682040] zswap: loaded using pool lzo/zbud\n[ 0.683710] Key type trusted registered\n[ 0.685529] Key type encrypted registered\n[ 0.686369] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687432] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688492] evm: HMAC attrs: 0x1\n[ 0.689485] Magic number: 14:53:528\n[ 0.690347] rtc_cmos 00:00: setting system clock to 2018-08-20 10:31:26 UTC (1534761086)\n[ 0.691996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693123] EDD information not available.\n[ 0.774095] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785775] Write protecting the kernel read-only data: 14336k\n[ 0.787955] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789824] 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 0.73\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... [ 0.937141] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.6...\nLease of 10.55.0.6 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 0.83. iid=i-000000bc\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNs16VZjeUQJXtDb7LvghRR/HrZzI5kQnE7PixbXzMZ8i2pvUxAqN9AfH7RxLfFCPa95wiTZrLwgG4pVGeFltVsw3uvQa7FRIsscIDYeKqbms6HmNwfDs0KzbAa9I9c6ARK9DZ0WoXnQJCSFwZ1LWAFF8bODlapY1HR0zlyOH7CJNgoPFtMBX40JzWsD9cp26QCr0r8cj+mzSaFsgj5jPcAhyYKSy3ZsZ4IUtSi2l3/E98fJdc9kWp1IeRv+2x9OCTs43F9gqm9+6A87pUD9Kvdiyey0RuUTz4ETz7aj7wPTJtaGnOiX4K6VyLe0UMsp7rzfPjU1eBMxs6YPnTCUoz root@simplehealthcheck-d88187f7-a343-48de-acca-399d85d23941-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAOAeXtnlXP9teJMS49T1AORPURIXTMwcRBsTVvlXOGWvCUHpqLCwJN4bQ+GsyP/8H0xdbjF4ipHASPeTTUf6dL85Q5PQz3JhGD/aFYM901dBpDiWsM8LAnVzbx+m1uFxh7Qa3CXE08tNASUAlc+p3vA4t6jbsTv+fNc+q0p3/x2rAAAAFQC5Dy0T8CqvkUXAI3deAl3UXiHgvwAAAIBFjz+5cV7qY8uBFKX9dH72SLf2rqF7oDCAkvLAf8+sWsFlNv04U+OEakL7B6VP8vX54kG6AzkATDOoKFLYH8JYgZsaCdKX2l6FLgmaRmGMTP9emvBpchGagjN+kjU5gEqQrvxIaEyjiEQkcY/DMAL4efM25jnGRhIe7HxX2Ws9jwAAAIA87JT28583qtgCOPVMP20meUrpb153ljbAQNN8km8JrxsDUgVKBneeEcVpuHZy4moMh2NaEb915zdfnpZy9he/wnFvy+8lQZWJ3J/SVzaDT1nGoLWGb8Vm0P3ZXwjYGDTP9Pn3l4SocfTkUuj8epxcNBPKIXL1N/2g6gi6gd7rUw== root@simplehealthcheck-d88187f7-a343-48de-acca-399d85d23941-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.6,24,fe80::f816:3eff:fe03:4fbc/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.6 \nip-route:169.254.169.254 via 10.55.0.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000bc\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-d88187f7-a343-48de-acca-399d85d23941-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n"} 2018-08-20 10:31:31,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6/action used request id req-c4394500-ac0f-48eb-81b4-19174b410f5c 2018-08-20 10:31:31,806 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-20 10:31:31,806 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000000FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000000FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000000FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000000FFE14FF 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 485310790 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.138301] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140122] pid_max: default: 32768 minimum: 301 [ 0.141105] ACPI: Core revision 20150930 [ 0.142589] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144044] Security Framework initialized [ 0.144940] Yama: becoming mindful. [ 0.145760] AppArmor: AppArmor initialized [ 0.146684] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148132] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.149526] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.150829] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.152340] Initializing cgroup subsys io [ 0.153255] Initializing cgroup subsys memory [ 0.154195] Initializing cgroup subsys devices [ 0.155147] Initializing cgroup subsys freezer [ 0.156092] Initializing cgroup subsys net_cls [ 0.157039] Initializing cgroup subsys perf_event [ 0.158049] Initializing cgroup subsys net_prio [ 0.159018] Initializing cgroup subsys hugetlb [ 0.159961] Initializing cgroup subsys pids [ 0.160910] CPU: Physical Processor ID: 0 [ 0.162512] mce: CPU supports 10 MCE banks [ 0.163424] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164518] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188756] ftrace: allocating 31920 entries in 125 pages [ 0.214359] smpboot: Max logical packages: 1 [ 0.215293] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216768] x2apic enabled [ 0.217635] Switched APIC routing to physical x2apic. [ 0.219454] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223806] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225816] KVM setup paravirtual spinlock [ 0.227265] x86: Booted up 1 node, 1 CPUs [ 0.228410] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230088] devtmpfs: initialized [ 0.231920] evm: security.selinux [ 0.232746] evm: security.SMACK64 [ 0.233494] evm: security.SMACK64EXEC [ 0.234375] evm: security.SMACK64TRANSMUTE [ 0.235285] evm: security.SMACK64MMAP [ 0.236102] evm: security.ima [ 0.236862] evm: security.capability [ 0.237729] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239783] pinctrl core: initialized pinctrl subsystem [ 0.240972] RTC time: 10:31:26, date: 08/20/18 [ 0.242010] NET: Registered protocol family 16 [ 0.243091] cpuidle: using governor ladder [ 0.243994] cpuidle: using governor menu [ 0.244884] PCCT header not found. [ 0.245699] ACPI: bus type PCI registered [ 0.246586] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.247961] PCI: Using configuration type 1 for base access [ 0.249843] ACPI: Added _OSI(Module Device) [ 0.250768] ACPI: Added _OSI(Processor Device) [ 0.251733] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.252730] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254587] ACPI: Interpreter enabled [ 0.255499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.257620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.259668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.261809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.263856] ACPI: (supports S0 S5) [ 0.264644] ACPI: Using IOAPIC for interrupt routing [ 0.265678] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268978] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270249] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272968] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.275411] acpiphp: Slot [3] registered [ 0.276299] acpiphp: Slot [4] registered [ 0.277176] acpiphp: Slot [5] registered [ 0.278052] acpiphp: Slot [6] registered [ 0.278924] acpiphp: Slot [7] registered [ 0.279799] acpiphp: Slot [8] registered [ 0.280674] acpiphp: Slot [9] registered [ 0.281549] acpiphp: Slot [10] registered [ 0.282435] acpiphp: Slot [11] registered [ 0.283322] acpiphp: Slot [12] registered [ 0.284211] acpiphp: Slot [13] registered [ 0.285102] acpiphp: Slot [14] registered [ 0.285989] acpiphp: Slot [15] registered [ 0.296989] acpiphp: Slot [16] registered [ 0.297881] acpiphp: Slot [17] registered [ 0.298769] acpiphp: Slot [18] registered [ 0.299655] acpiphp: Slot [19] registered [ 0.300542] acpiphp: Slot [20] registered [ 0.301456] acpiphp: Slot [21] registered [ 0.302340] acpiphp: Slot [22] registered [ 0.303230] acpiphp: Slot [23] registered [ 0.304121] acpiphp: Slot [24] registered [ 0.305042] acpiphp: Slot [25] registered [ 0.305943] acpiphp: Slot [26] registered [ 0.306833] acpiphp: Slot [27] registered [ 0.307722] acpiphp: Slot [28] registered [ 0.308610] acpiphp: Slot [29] registered [ 0.309500] acpiphp: Slot [30] registered [ 0.310391] acpiphp: Slot [31] registered [ 0.311276] PCI host bridge to bus 0000:00 [ 0.312164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313514] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.314856] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316452] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.318042] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.319664] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323089] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324494] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325796] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327188] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330798] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.332514] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351858] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.353871] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355446] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356985] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358510] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359917] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361320] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362486] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364171] vgaarb: loaded [ 0.364825] vgaarb: bridge control possible 0000:00:02.0 [ 0.366183] SCSI subsystem initialized [ 0.367172] ACPI: bus type USB registered [ 0.368086] usbcore: registered new interface driver usbfs [ 0.369213] usbcore: registered new interface driver hub [ 0.370314] usbcore: registered new device driver usb [ 0.371531] PCI: Using ACPI for IRQ routing [ 0.372731] NetLabel: Initializing [ 0.373517] NetLabel: domain hash size = 128 [ 0.374450] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375494] NetLabel: unlabeled traffic allowed by default [ 0.376750] clocksource: Switched to clocksource kvm-clock [ 0.384899] AppArmor: AppArmor Filesystem Enabled [ 0.385986] pnp: PnP ACPI init [ 0.386998] pnp: PnP ACPI: found 5 devices [ 0.393428] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395348] NET: Registered protocol family 2 [ 0.396475] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.397886] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.399179] TCP: Hash tables configured (established 2048 bind 2048) [ 0.400483] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401666] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402964] NET: Registered protocol family 1 [ 0.403927] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405131] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406319] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420506] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434743] Trying to unpack rootfs image as initramfs... [ 0.491808] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.493646] Scanning for low memory corruption every 60 seconds [ 0.495135] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496412] audit: initializing netlink subsys (disabled) [ 0.497615] audit: type=2000 audit(1534761086.225:1): initialized [ 0.499091] Initialise system trusted keyring [ 0.500109] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501390] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503662] zbud: loaded [ 0.504443] VFS: Disk quotas dquot_6.6.0 [ 0.505346] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507106] fuse init (API version 7.23) [ 0.508110] Key type big_key registered [ 0.509003] Allocating IMA MOK and blacklist keyrings. [ 0.510357] Key type asymmetric registered [ 0.511261] Asymmetric key parser 'x509' registered [ 0.512311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513957] io scheduler noop registered [ 0.514827] io scheduler deadline registered (default) [ 0.515920] io scheduler cfq registered [ 0.516854] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518044] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519453] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521053] ACPI: Power Button [PWRF] [ 0.521978] GHES: HEST is not enabled! [ 0.535753] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563918] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566206] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591585] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594648] Linux agpgart interface v0.103 [ 0.597762] brd: module loaded [ 0.599560] loop: module loaded [ 0.604297] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605863] GPT:90111 != 20971519 [ 0.606606] GPT:Alternate GPT header not at the end of the disk. [ 0.607786] GPT:90111 != 20971519 [ 0.608527] GPT: Use GNU Parted to correct GPT errors. [ 0.609576] vda: vda1 vda15 [ 0.611042] scsi host0: ata_piix [ 0.611886] scsi host1: ata_piix [ 0.612657] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.613970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.615557] libphy: Fixed MDIO Bus: probed [ 0.616446] tun: Universal TUN/TAP device driver, 1.6 [ 0.617475] tun: (C) 1999-2004 Max Krasnyansky [ 0.619935] PPP generic driver version 2.4.2 [ 0.620932] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.622212] ehci-pci: EHCI PCI platform driver [ 0.623148] ehci-platform: EHCI generic platform driver [ 0.624218] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.625449] ohci-pci: OHCI PCI platform driver [ 0.626388] ohci-platform: OHCI generic platform driver [ 0.627465] uhci_hcd: USB Universal Host Controller Interface driver [ 0.641767] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.642851] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.644430] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.645530] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.646771] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.648092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649611] usb usb1: Product: UHCI Host Controller [ 0.650606] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651819] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652870] hub 1-0:1.0: USB hub found [ 0.653715] hub 1-0:1.0: 2 ports detected [ 0.654723] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656991] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659126] mousedev: PS/2 mouse device common for all mice [ 0.660479] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662539] rtc_cmos 00:00: RTC can wake from S4 [ 0.663722] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664998] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666283] i2c /dev entries driver [ 0.667108] device-mapper: uevent: version 1.0.3 [ 0.668126] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669868] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671389] NET: Registered protocol family 10 [ 0.672604] NET: Registered protocol family 17 [ 0.673580] Key type dns_resolver registered [ 0.674637] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675810] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677765] registered taskstats version 1 [ 0.678632] Loading compiled-in X.509 certificates [ 0.680128] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.682040] zswap: loaded using pool lzo/zbud [ 0.683710] Key type trusted registered [ 0.685529] Key type encrypted registered [ 0.686369] AppArmor: AppArmor sha1 policy hashing enabled [ 0.687432] ima: No TPM chip found, activating TPM-bypass! [ 0.688492] evm: HMAC attrs: 0x1 [ 0.689485] Magic number: 14:53:528 [ 0.690347] rtc_cmos 00:00: setting system clock to 2018-08-20 10:31:26 UTC (1534761086) [ 0.691996] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693123] EDD information not available. [ 0.774095] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785775] Write protecting the kernel read-only data: 14336k [ 0.787955] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789824] 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 0.73 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... [ 0.937141] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.6... Lease of 10.55.0.6 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 0.83. iid=i-000000bc failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNs16VZjeUQJXtDb7LvghRR/HrZzI5kQnE7PixbXzMZ8i2pvUxAqN9AfH7RxLfFCPa95wiTZrLwgG4pVGeFltVsw3uvQa7FRIsscIDYeKqbms6HmNwfDs0KzbAa9I9c6ARK9DZ0WoXnQJCSFwZ1LWAFF8bODlapY1HR0zlyOH7CJNgoPFtMBX40JzWsD9cp26QCr0r8cj+mzSaFsgj5jPcAhyYKSy3ZsZ4IUtSi2l3/E98fJdc9kWp1IeRv+2x9OCTs43F9gqm9+6A87pUD9Kvdiyey0RuUTz4ETz7aj7wPTJtaGnOiX4K6VyLe0UMsp7rzfPjU1eBMxs6YPnTCUoz root@simplehealthcheck-d88187f7-a343-48de-acca-399d85d23941-inst ssh-dss AAAAB3NzaC1kc3MAAACBAOAeXtnlXP9teJMS49T1AORPURIXTMwcRBsTVvlXOGWvCUHpqLCwJN4bQ+GsyP/8H0xdbjF4ipHASPeTTUf6dL85Q5PQz3JhGD/aFYM901dBpDiWsM8LAnVzbx+m1uFxh7Qa3CXE08tNASUAlc+p3vA4t6jbsTv+fNc+q0p3/x2rAAAAFQC5Dy0T8CqvkUXAI3deAl3UXiHgvwAAAIBFjz+5cV7qY8uBFKX9dH72SLf2rqF7oDCAkvLAf8+sWsFlNv04U+OEakL7B6VP8vX54kG6AzkATDOoKFLYH8JYgZsaCdKX2l6FLgmaRmGMTP9emvBpchGagjN+kjU5gEqQrvxIaEyjiEQkcY/DMAL4efM25jnGRhIe7HxX2Ws9jwAAAIA87JT28583qtgCOPVMP20meUrpb153ljbAQNN8km8JrxsDUgVKBneeEcVpuHZy4moMh2NaEb915zdfnpZy9he/wnFvy+8lQZWJ3J/SVzaDT1nGoLWGb8Vm0P3ZXwjYGDTP9Pn3l4SocfTkUuj8epxcNBPKIXL1N/2g6gi6gd7rUw== root@simplehealthcheck-d88187f7-a343-48de-acca-399d85d23941-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.6,24,fe80::f816:3eff:fe03:4fbc/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.6 ip-route:169.254.169.254 via 10.55.0.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000bc name: N/A availability-zone: nova local-hostname: simplehealthcheck-d88187f7-a343-48de-acca-399d85d23941-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.00 === 2018-08-20 10:31:31,807 - create_instance - INFO - Deleting Port with ID - 5e254153-f6d0-4220-88e5-7b2026f4ad12 2018-08-20 10:31:31,807 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941port-1 2018-08-20 10:31:31,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/5e254153-f6d0-4220-88e5-7b2026f4ad12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:32,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-07f19942-9a4a-4990-b59c-48affb5f6fd7 Date: Mon, 20 Aug 2018 10:31:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:31:32,568 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/5e254153-f6d0-4220-88e5-7b2026f4ad12 used request id req-07f19942-9a4a-4990-b59c-48affb5f6fd7 2018-08-20 10:31:32,569 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst 2018-08-20 10:31:32,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:32,757 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:31:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf18a98a-ca21-43ad-b78d-8013fdff1bf4 x-compute-request-id: req-cf18a98a-ca21-43ad-b78d-8013fdff1bf4 Content-Type: application/json 2018-08-20 10:31:32,757 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-cf18a98a-ca21-43ad-b78d-8013fdff1bf4 2018-08-20 10:31:32,758 - create_instance - INFO - Checking deletion status 2018-08-20 10:31:32,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:33,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24a45b0e-2ba4-4383-afc9-89c83753b001 x-compute-request-id: req-24a45b0e-2ba4-4383-afc9-89c83753b001 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:4f:bc", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "rel": "bookmark"}], "image": {"id": "5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "links": [{"href": "http://172.30.9.36:8774/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:31:25.000000", "flavor": {"id": "295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "links": [{"href": "http://172.30.9.36:8774/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609", "rel": "bookmark"}]}, "id": "aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6", "user_id": "238f3e125e364d82b78d383802767d40", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:31:32Z", "hostId": "601f49a5a78df931a7421024e74098caa8d88306daf2eae85ec7d750", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst", "created": "2018-08-20T10:31:16Z", "tenant_id": "01d46521d23b4085918d97b2402485ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:31:33,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-24a45b0e-2ba4-4383-afc9-89c83753b001 2018-08-20 10:31:33,425 - create_instance - DEBUG - Instance status [SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst] is - ACTIVE 2018-08-20 10:31:33,426 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:31:36,429 - create_instance - DEBUG - VM status query timeout in 296.329184055 2018-08-20 10:31:36,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01e0faa78d6a8d67de3cdc9c9301fa032019894" 2018-08-20 10:31:36,479 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31: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-cc73e4a0-c391-499e-b609-cd65fe72daa9 x-compute-request-id: req-cc73e4a0-c391-499e-b609-cd65fe72daa9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 could not be found.", "code": 404}} 2018-08-20 10:31:36,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 used request id req-cc73e4a0-c391-499e-b609-cd65fe72daa9 2018-08-20 10:31:36,479 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance aa46ce8c-9b0e-4b95-bc6b-e2d8f71591f6 could not be found. (HTTP 404) (Request-ID: req-cc73e4a0-c391-499e-b609-cd65fe72daa9) 2018-08-20 10:31:36,479 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-inst 2018-08-20 10:31:36,480 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet 2018-08-20 10:31:36,481 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-subnet 2018-08-20 10:31:36,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" 2018-08-20 10:31:38,988 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee5bc91a-3907-4423-9bca-1bca22e13463 Date: Mon, 20 Aug 2018 10:31:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:31:38,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/b2bc1ae8-3f2e-4dda-9ece-6fbeece3098e used request id req-ee5bc91a-3907-4423-9bca-1bca22e13463 2018-08-20 10:31:38,988 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-priv-net 2018-08-20 10:31:38,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/62f59aba-7d85-4673-b44b-a5a0edfa7ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870623ce9a321c3a5a64a8926547bef7bf1b2d14" 2018-08-20 10:31:41,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4bd708b4-aeac-4159-99b5-8030cd5b070c Date: Mon, 20 Aug 2018 10:31:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:31:41,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/62f59aba-7d85-4673-b44b-a5a0edfa7ab0 used request id req-4bd708b4-aeac-4159-99b5-8030cd5b070c 2018-08-20 10:31:41,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}956b841e9254129a6d2c74b195af09357e1d739c" 2018-08-20 10:31:41,587 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:31: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-87cd6f60-2ff4-4db2-84a5-706af9a058fd x-compute-request-id: req-87cd6f60-2ff4-4db2-84a5-706af9a058fd Content-Length: 0 Content-Type: application/json 2018-08-20 10:31:41,588 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/295fe1b4-3bc0-4faf-8b54-3e5e9123a609 used request id req-87cd6f60-2ff4-4db2-84a5-706af9a058fd 2018-08-20 10:31:41,588 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-d88187f7-a343-48de-acca-399d85d23941-image 2018-08-20 10:31:41,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f4caab7bda0483e743626237d4db3679c12b5ec" 2018-08-20 10:31:43,200 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59f4096a-71a8-43fa-9818-3466e9e2a909 Date: Mon, 20 Aug 2018 10:31:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:31:43,200 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/5d8e1b9c-cb8f-411e-864d-04e57fdbeeca used request id req-59f4096a-71a8-43fa-9818-3466e9e2a909 2018-08-20 10:31:43,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:31:43,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:31:43,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:31:43,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:31:43,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:31:43,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:43,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-cb386f31-16b2-4004-81e9-60440fa99b83 Date: Mon, 20 Aug 2018 10:31:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01d46521d23b4085918d97b2402485ef", "created_at": "2018-08-20T10:31:02Z", "updated_at": "2018-08-20T10:31:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:31:03Z", "revision_number": 0, "id": "303833a9-523b-4d54-b711-265a826484d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:31:03Z", "security_group_id": "e515ef8c-2470-4661-b954-87707147636f", "tenant_id": "01d46521d23b4085918d97b2402485ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "01d46521d23b4085918d97b2402485ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:31:02Z", "revision_number": 0, "id": "42105cfc-b6a6-4fad-ac0a-fc75f12a514f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:31:02Z", "security_group_id": "e515ef8c-2470-4661-b954-87707147636f", "tenant_id": "01d46521d23b4085918d97b2402485ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "01d46521d23b4085918d97b2402485ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:31:02Z", "revision_number": 0, "id": "7910f8a7-01a8-479c-8047-7a5b2fcd2daf", "remote_group_id": "e515ef8c-2470-4661-b954-87707147636f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:31:02Z", "security_group_id": "e515ef8c-2470-4661-b954-87707147636f", "tenant_id": "01d46521d23b4085918d97b2402485ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "01d46521d23b4085918d97b2402485ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:31:02Z", "revision_number": 0, "id": "d702a534-e818-48f7-9023-9a5199c5adfe", "remote_group_id": "e515ef8c-2470-4661-b954-87707147636f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:31:02Z", "security_group_id": "e515ef8c-2470-4661-b954-87707147636f", "tenant_id": "01d46521d23b4085918d97b2402485ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "01d46521d23b4085918d97b2402485ef"}], "revision_number": 4, "project_id": "01d46521d23b4085918d97b2402485ef", "id": "e515ef8c-2470-4661-b954-87707147636f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:31:43,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-cb386f31-16b2-4004-81e9-60440fa99b83 2018-08-20 10:31:43,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:43,603 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fd2cd10-0cda-47d4-aa7a-f5e60eefc515 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:43,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-5fd2cd10-0cda-47d4-aa7a-f5e60eefc515 2018-08-20 10:31:43,604 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:43,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:43,692 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81ce014f-ada3-4189-ae2f-ebff92c078db Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:43,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-81ce014f-ada3-4189-ae2f-ebff92c078db 2018-08-20 10:31:43,692 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:43,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:43,786 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbefd144-f139-40c5-9461-c1a231fbca83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:43,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-cbefd144-f139-40c5-9461-c1a231fbca83 2018-08-20 10:31:43,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:43,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:43,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38d8a38b-2742-4d10-9817-df3082d837bd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:43,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-38d8a38b-2742-4d10-9817-df3082d837bd 2018-08-20 10:31:43,884 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:43,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:43,977 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07182dfa-306b-4c91-9b04-4ff8f7ebf526 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:43,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-07182dfa-306b-4c91-9b04-4ff8f7ebf526 2018-08-20 10:31:43,978 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:43,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,076 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a262659-0b76-4bfb-9898-5b4da08c1c16 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:44,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-7a262659-0b76-4bfb-9898-5b4da08c1c16 2018-08-20 10:31:44,076 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:44,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,174 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcc40a9b-52bb-4641-ba51-830b5ef68242 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:44,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-dcc40a9b-52bb-4641-ba51-830b5ef68242 2018-08-20 10:31:44,175 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:44,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,271 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f45995d-a661-4236-9dfa-ddbfc82ee970 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:44,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-1f45995d-a661-4236-9dfa-ddbfc82ee970 2018-08-20 10:31:44,272 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:44,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,366 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-767705f6-b924-40ae-bb08-9a4c721af09f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:44,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-767705f6-b924-40ae-bb08-9a4c721af09f 2018-08-20 10:31:44,366 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:44,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dc5202b-9520-447d-92d4-37c68ef1a694 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:31:44,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-9dc5202b-9520-447d-92d4-37c68ef1a694 2018-08-20 10:31:44,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7159fb29-1791-4c88-ad5a-6539cc0e4c18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:44,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-7159fb29-1791-4c88-ad5a-6539cc0e4c18 2018-08-20 10:31:44,561 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:44,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,656 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-670f7455-5642-4398-8386-c14ba840b205 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:31:44,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-670f7455-5642-4398-8386-c14ba840b205 2018-08-20 10:31:44,656 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:31:44,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db189704-b765-4d74-8f05-74655bbb2af2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "01d46521d23b4085918d97b2402485ef", "name": "SimpleHealthCheck-5a2d939e-acbf-4c6-proj"}} 2018-08-20 10:31:44,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef used request id req-db189704-b765-4d74-8f05-74655bbb2af2 2018-08-20 10:31:44,767 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e515ef8c-2470-4661-b954-87707147636f 2018-08-20 10:31:44,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e515ef8c-2470-4661-b954-87707147636f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:44,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5d7b1ead-be04-4d8f-91ff-3913db552a08 Date: Mon, 20 Aug 2018 10:31: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-08-20T10:31:03Z", "security_group_id": "e515ef8c-2470-4661-b954-87707147636f", "port_range_min": null, "revision_number": 0, "tenant_id": "01d46521d23b4085918d97b2402485ef", "created_at": "2018-08-20T10:31:03Z", "project_id": "01d46521d23b4085918d97b2402485ef", "id": "303833a9-523b-4d54-b711-265a826484d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:31:02Z", "security_group_id": "e515ef8c-2470-4661-b954-87707147636f", "port_range_min": null, "revision_number": 0, "tenant_id": "01d46521d23b4085918d97b2402485ef", "created_at": "2018-08-20T10:31:02Z", "project_id": "01d46521d23b4085918d97b2402485ef", "id": "42105cfc-b6a6-4fad-ac0a-fc75f12a514f"}, {"remote_group_id": "e515ef8c-2470-4661-b954-87707147636f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:31:02Z", "security_group_id": "e515ef8c-2470-4661-b954-87707147636f", "port_range_min": null, "revision_number": 0, "tenant_id": "01d46521d23b4085918d97b2402485ef", "created_at": "2018-08-20T10:31:02Z", "project_id": "01d46521d23b4085918d97b2402485ef", "id": "7910f8a7-01a8-479c-8047-7a5b2fcd2daf"}, {"remote_group_id": "e515ef8c-2470-4661-b954-87707147636f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:31:02Z", "security_group_id": "e515ef8c-2470-4661-b954-87707147636f", "port_range_min": null, "revision_number": 0, "tenant_id": "01d46521d23b4085918d97b2402485ef", "created_at": "2018-08-20T10:31:02Z", "project_id": "01d46521d23b4085918d97b2402485ef", "id": "d702a534-e818-48f7-9023-9a5199c5adfe"}]} 2018-08-20 10:31:44,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e515ef8c-2470-4661-b954-87707147636f used request id req-5d7b1ead-be04-4d8f-91ff-3913db552a08 2018-08-20 10:31:44,971 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:31:44,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/e515ef8c-2470-4661-b954-87707147636f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:45,379 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0946904d-d95d-48db-811c-5592a296eddb Content-Length: 0 Date: Mon, 20 Aug 2018 10:31:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:31:45,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/e515ef8c-2470-4661-b954-87707147636f used request id req-0946904d-d95d-48db-811c-5592a296eddb 2018-08-20 10:31:45,381 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-5a2d939e-acbf-4c6-proj 2018-08-20 10:31:45,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:45,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c0d112b-1ce3-4297-a99e-868502b76986 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:31:45,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/01d46521d23b4085918d97b2402485ef used request id req-2c0d112b-1ce3-4297-a99e-868502b76986 2018-08-20 10:31:45,666 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-5a2d939e-acbf-4c6-proj-role 2018-08-20 10:31:45,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/7cc64f64f79f482c9cf3c401db5c3490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:45,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee521dce-6954-427f-93f2-d4d463707c05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:31:45,810 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/7cc64f64f79f482c9cf3c401db5c3490 used request id req-ee521dce-6954-427f-93f2-d4d463707c05 2018-08-20 10:31:45,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80665c490c6e6affe2286124a6796c952e4955c1" 2018-08-20 10:31:45,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f64e413-d98a-458f-98ed-449f8bb8f99f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:31:45,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2f64e413-d98a-458f-98ed-449f8bb8f99f 2018-08-20 10:31:45,906 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-5a2d939e-acbf-4c6-user 2018-08-20 10:31:45,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/238f3e125e364d82b78d383802767d40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb7b8165d1db2964991e70b0154b2c2507c87d58" 2018-08-20 10:31:46,098 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f30d0039-63a0-4395-9b6e-6ebf60cff8e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:31:46,099 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/238f3e125e364d82b78d383802767d40 used request id req-f30d0039-63a0-4395-9b6e-6ebf60cff8e8 2018-08-20 10:31:46,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:46,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:31:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["T787dM01QJ6uKv-hE1C3Wg"], "issued_at": "2018-08-20T10:31:46.000000Z"}} 2018-08-20 10:31:46,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0de7bc7c7fb2cc2b19e7f851f86d15a22dea8c6e" 2018-08-20 10:31:46,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae77a939-4fa0-4c47-8beb-38b867e52c41 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:46,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ae77a939-4fa0-4c47-8beb-38b867e52c41 2018-08-20 10:31:46,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:46,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:46,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:31:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["_EdfaYoYT3mpAbW-GezT7Q"], "issued_at": "2018-08-20T10:31:46.000000Z"}} 2018-08-20 10:31:46,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:31:47,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-724e899b-aef7-4a78-92f0-d189b292085d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:47,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-724e899b-aef7-4a78-92f0-d189b292085d 2018-08-20 10:31:47,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:31:47,073 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:31:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:31:47,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:31:47,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f68fa34-8b90-4b62-8b0d-140fae734747 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:31:47,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj used request id req-4f68fa34-8b90-4b62-8b0d-140fae734747 2018-08-20 10:31:47,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:31:47,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1340ef7-efe3-4032-a6d7-38bfc80185cd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:31:47,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d1340ef7-efe3-4032-a6d7-38bfc80185cd 2018-08-20 10:31:47,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}}' 2018-08-20 10:31:47,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:31:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bc06f31-598c-4648-9413-df4f6eae6436 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:31:47,403 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-6bc06f31-598c-4648-9413-df4f6eae6436 2018-08-20 10:31:47,404 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj 2018-08-20 10:31:47,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:47,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:47,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:31:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["LfmSOsORTuO2X5G1VzpNUA"], "issued_at": "2018-08-20T10:31:47.000000Z"}} 2018-08-20 10:31:47,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c88cb3d00ab8d7b6a7a1bbfdf34cc9803e9c34" 2018-08-20 10:31:47,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c387905-c61f-430b-9173-025974b96bff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:47,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4c387905-c61f-430b-9173-025974b96bff 2018-08-20 10:31:47,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:31:47,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:31:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:31:47,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c88cb3d00ab8d7b6a7a1bbfdf34cc9803e9c34" 2018-08-20 10:31:48,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e0698a-c659-46a1-a83d-ffba8b36934b Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:31:48,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-78e0698a-c659-46a1-a83d-ffba8b36934b 2018-08-20 10:31:48,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c88cb3d00ab8d7b6a7a1bbfdf34cc9803e9c34" 2018-08-20 10:31:48,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22ab0d44-fb7c-4536-8254-ce97a5fd8c34 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}]} 2018-08-20 10:31:48,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj used request id req-22ab0d44-fb7c-4536-8254-ce97a5fd8c34 2018-08-20 10:31:48,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c88cb3d00ab8d7b6a7a1bbfdf34cc9803e9c34" 2018-08-20 10:31:48,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a1c31e-4c05-46ae-bb62-c6f4351ab0c9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:31:48,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-b9a1c31e-4c05-46ae-bb62-c6f4351ab0c9 2018-08-20 10:31:48,594 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-7d3743bb-24ed-409-user 2018-08-20 10:31:48,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:48,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:31:48,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76b41a43-c7dd-4b09-bf40-0799dfe23b86 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:31:48,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-76b41a43-c7dd-4b09-bf40-0799dfe23b86 2018-08-20 10:31:48,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" -d '{"role": {"name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}}' 2018-08-20 10:31:48,816 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65fc78d8-c9e6-457f-a246-2fb83f328e06 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3222f4e92b5543c4b62afea318a2e779", "links": {"self": "http://172.30.9.36:5000/v3/roles/3222f4e92b5543c4b62afea318a2e779"}, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}} 2018-08-20 10:31:48,816 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-65fc78d8-c9e6-457f-a246-2fb83f328e06 2018-08-20 10:31:48,816 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role 2018-08-20 10:31:48,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/3222f4e92b5543c4b62afea318a2e779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:31:48,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d65c938-7b15-494e-8685-ebed8676b97e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3222f4e92b5543c4b62afea318a2e779", "links": {"self": "http://172.30.9.36:5000/v3/roles/3222f4e92b5543c4b62afea318a2e779"}, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}} 2018-08-20 10:31:48,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/3222f4e92b5543c4b62afea318a2e779 used request id req-9d65c938-7b15-494e-8685-ebed8676b97e 2018-08-20 10:31:48,909 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role to project CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj 2018-08-20 10:31:48,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4/users/49317bc94d4a4264a32c2b5e337862f4/roles/3222f4e92b5543c4b62afea318a2e779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:31:49,046 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3254860-ded8-4423-aa9e-209d9e279349 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:31:49,046 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4/users/49317bc94d4a4264a32c2b5e337862f4/roles/3222f4e92b5543c4b62afea318a2e779 used request id req-c3254860-ded8-4423-aa9e-209d9e279349 2018-08-20 10:31:49,046 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:31:49,048 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:31:49,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:49,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:49,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:31:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["KFF7pqOYQBC4-54QookwPg"], "issued_at": "2018-08-20T10:31:49.000000Z"}} 2018-08-20 10:31:49,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" 2018-08-20 10:31:49,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82551c1c-9386-4f2e-8f4f-6851039a50fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:49,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-82551c1c-9386-4f2e-8f4f-6851039a50fd 2018-08-20 10:31:49,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" 2018-08-20 10:31:49,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-aa8ad072-e248-40b2-8fba-069c99dd916c Date: Mon, 20 Aug 2018 10:31:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640"} 2018-08-20 10:31:49,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 used request id req-aa8ad072-e248-40b2-8fba-069c99dd916c 2018-08-20 10:31:49,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" 2018-08-20 10:31:49,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e76278fe-0776-40d0-963b-f202d594926d Date: Mon, 20 Aug 2018 10:31:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:31:49,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-e76278fe-0776-40d0-963b-f202d594926d 2018-08-20 10:31:49,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640"}' 2018-08-20 10:31:50,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-67812e67-ffff-4ca1-b8da-0744f5bc14a3 Date: Mon, 20 Aug 2018 10:31:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "min_disk": 0, "protected": false, "id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "file": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5/file", "checksum": null, "owner": "8ec16d0be8064bdbbe26787cf5dbc3d4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:31:50,199 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-67812e67-ffff-4ca1-b8da-0744f5bc14a3 2018-08-20 10:31:50,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" -d '' 2018-08-20 10:31:51,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cbcb41c0-46c2-46bf-a9f4-c0bea339fcfe Date: Mon, 20 Aug 2018 10:31:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:31:51,203 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5/file used request id req-cbcb41c0-46c2-46bf-a9f4-c0bea339fcfe 2018-08-20 10:31:51,203 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:31:51,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" 2018-08-20 10:31:51,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-f47b4293-9ebd-4007-a744-f579b8b20c7e Date: Mon, 20 Aug 2018 10:31:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:51Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb20fd33-249d-4774-8019-4b8a174a6db5/snap", "metadata": {}}], "self": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "min_disk": 0, "protected": false, "id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "file": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ec16d0be8064bdbbe26787cf5dbc3d4", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb20fd33-249d-4774-8019-4b8a174a6db5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:31:51,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5 used request id req-f47b4293-9ebd-4007-a744-f579b8b20c7e 2018-08-20 10:31:51,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" 2018-08-20 10:31:51,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8b749c73-74b6-44e6-b9c4-b910299f9c32 Date: Mon, 20 Aug 2018 10:31: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:31:51,580 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-8b749c73-74b6-44e6-b9c4-b910299f9c32 2018-08-20 10:31:51,582 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 2018-08-20 10:31:51,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" 2018-08-20 10:31:51,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-5b2d4448-1de3-4cc9-bebc-5b15af7c0f5c Date: Mon, 20 Aug 2018 10:31:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:51Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb20fd33-249d-4774-8019-4b8a174a6db5/snap", "metadata": {}}], "self": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "min_disk": 0, "protected": false, "id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "file": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ec16d0be8064bdbbe26787cf5dbc3d4", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb20fd33-249d-4774-8019-4b8a174a6db5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:31:51,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5 used request id req-5b2d4448-1de3-4cc9-bebc-5b15af7c0f5c 2018-08-20 10:31:51,796 - create_image - DEBUG - Instance status is - active 2018-08-20 10:31:51,796 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 2018-08-20 10:31:51,796 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 2018-08-20 10:31:51,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:51,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:52,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:31:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["qq_B-58ATgWTM0Q2GDCI_Q"], "issued_at": "2018-08-20T10:31:52.000000Z"}} 2018-08-20 10:31:52,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" 2018-08-20 10:31:52,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-247f5979-fe81-423e-9bfc-003f342c3b3f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:52,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-247f5979-fe81-423e-9bfc-003f342c3b3f 2018-08-20 10:31:52,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:31:52,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:31:52,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:31:52,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:31:52,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:31:52,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" 2018-08-20 10:31:52,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6e94c49b-19af-45c6-81da-5cddc558a8fb Date: Mon, 20 Aug 2018 10:31:52 GMT RESP BODY: {"networks":[]} 2018-08-20 10:31:52,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-6e94c49b-19af-45c6-81da-5cddc558a8fb 2018-08-20 10:31:52,711 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 2018-08-20 10:31:52,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" -d '{"network": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1", "admin_state_up": true}}' 2018-08-20 10:31:53,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 604 X-Openstack-Request-Id: req-b05297b1-a380-4e7a-8b0a-91577fa8f338 Date: Mon, 20 Aug 2018 10:31:53 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:31:53Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}} 2018-08-20 10:31:53,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-b05297b1-a380-4e7a-8b0a-91577fa8f338 2018-08-20 10:31:53,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" 2018-08-20 10:31:53,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 588 X-Openstack-Request-Id: req-e7e63e7a-dbec-4c00-bd2d-18fb7ed3eba2 Date: Mon, 20 Aug 2018 10:31:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:31:53Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:31:53,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-e7e63e7a-dbec-4c00-bd2d-18fb7ed3eba2 2018-08-20 10:31:53,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" 2018-08-20 10:31:53,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2232d04e-3980-4a36-93fc-19f285d1159c Date: Mon, 20 Aug 2018 10:31:53 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:31:53,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-2232d04e-3980-4a36-93fc-19f285d1159c 2018-08-20 10:31:53,907 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1 2018-08-20 10:31:53,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" -d '{"subnets": [{"ip_version": 4, "network_id": "467e798d-9a8e-4fdc-a204-e2d9980bc222", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]}' 2018-08-20 10:31:54,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b79564b6-2e58-4db8-a96a-257275ea8089 Date: Mon, 20 Aug 2018 10:31:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:31:54,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-b79564b6-2e58-4db8-a96a-257275ea8089 2018-08-20 10:31:54,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" 2018-08-20 10:31:55,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-6ecbb125-9c3a-424a-90d4-b6af5d7a430f Date: Mon, 20 Aug 2018 10:31:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:31:55,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-6ecbb125-9c3a-424a-90d4-b6af5d7a430f 2018-08-20 10:31:55,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" 2018-08-20 10:31:55,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8837319d-8110-40e9-b303-c26111079803 Date: Mon, 20 Aug 2018 10:31:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:31:55,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-8837319d-8110-40e9-b303-c26111079803 2018-08-20 10:31:55,109 - OpenStackNetwork - DEBUG - Network [467e798d-9a8e-4fdc-a204-e2d9980bc222] created successfully 2018-08-20 10:31:55,109 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:55,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:55,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["b1lysP0OTVeLGehBF55hkw"], "issued_at": "2018-08-20T10:31:55.000000Z"}} 2018-08-20 10:31:55,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" 2018-08-20 10:31:55,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe5f1877-0c6d-4ec1-afea-1966b0955e3c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:55,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fe5f1877-0c6d-4ec1-afea-1966b0955e3c 2018-08-20 10:31:55,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:31:55,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:31:55,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:31:55,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:31:55,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:31:55,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" 2018-08-20 10:31:55,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dc0d910a-784b-4b15-ad89-644d9b0fff58 Date: Mon, 20 Aug 2018 10:31:55 GMT RESP BODY: {"networks":[]} 2018-08-20 10:31:55,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-dc0d910a-784b-4b15-ad89-644d9b0fff58 2018-08-20 10:31:55,794 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 2018-08-20 10:31:55,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" -d '{"network": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2", "admin_state_up": true}}' 2018-08-20 10:31:56,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 604 X-Openstack-Request-Id: req-e8a40301-2381-4df6-b59c-ed808bfc4413 Date: Mon, 20 Aug 2018 10:31:56 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:31:56Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}} 2018-08-20 10:31:56,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-e8a40301-2381-4df6-b59c-ed808bfc4413 2018-08-20 10:31:56,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" 2018-08-20 10:31:56,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 588 X-Openstack-Request-Id: req-b844f3bf-185d-44be-822d-05b0cdb6a2cc Date: Mon, 20 Aug 2018 10:31:56 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-08-20T10:31:56Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:31:56,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-b844f3bf-185d-44be-822d-05b0cdb6a2cc 2018-08-20 10:31:56,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" 2018-08-20 10:31:56,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c979471d-cef8-4199-b749-be15be2a0e0a Date: Mon, 20 Aug 2018 10:31:56 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:31:56,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-c979471d-cef8-4199-b749-be15be2a0e0a 2018-08-20 10:31:56,710 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2 2018-08-20 10:31:56,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" -d '{"subnets": [{"ip_version": 4, "network_id": "2c4e2b63-5e24-40db-8a9c-3ee590802eab", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]}' 2018-08-20 10:31:57,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6b81001c-007c-48bf-9c35-7977ec3843cc Date: Mon, 20 Aug 2018 10:31:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:31:57,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-6b81001c-007c-48bf-9c35-7977ec3843cc 2018-08-20 10:31:57,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" 2018-08-20 10:31:58,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-93800391-40b9-4b29-8f77-abbbe19ca101 Date: Mon, 20 Aug 2018 10:31: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:31:58,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-93800391-40b9-4b29-8f77-abbbe19ca101 2018-08-20 10:31:58,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" 2018-08-20 10:31:58,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-576b3bf5-fe0e-42bf-9991-603d58ed9231 Date: Mon, 20 Aug 2018 10:31:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:31:58,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-576b3bf5-fe0e-42bf-9991-603d58ed9231 2018-08-20 10:31:58,350 - OpenStackNetwork - DEBUG - Network [2c4e2b63-5e24-40db-8a9c-3ee590802eab] created successfully 2018-08-20 10:31:58,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:58,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:58,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:31:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["IZqsIco3S6KCUr1RvV7F-g"], "issued_at": "2018-08-20T10:31:58.000000Z"}} 2018-08-20 10:31:58,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:31:58,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b4a2b61-49ab-4c9c-9b74-cb74d740d75f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:58,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3b4a2b61-49ab-4c9c-9b74-cb74d740d75f 2018-08-20 10:31:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:31:58,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:31:58,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:31:58,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:31:58,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:31:58,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:31:59,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0d41199f-251f-4fd7-af97-480b0501783d Date: Mon, 20 Aug 2018 10:31:59 GMT RESP BODY: {"routers": []} 2018-08-20 10:31:59,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router&admin_state_up=True used request id req-0d41199f-251f-4fd7-af97-480b0501783d 2018-08-20 10:31:59,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:31:59,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:31:59,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["gWQ-1nM_TV2EXqxf-blVHw"], "issued_at": "2018-08-20T10:31:59.000000Z"}} 2018-08-20 10:31:59,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42582df82ff18ba68bbefdabf16d4d63d6e01baf" 2018-08-20 10:31:59,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a0aa653-bf0e-421e-b9f7-9ac600a33006 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:31:59,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3a0aa653-bf0e-421e-b9f7-9ac600a33006 2018-08-20 10:31:59,495 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:31:59,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" -d '{"router": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router", "admin_state_up": true}}' 2018-08-20 10:31:59,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-d62ab2aa-73f9-4d3d-9980-5e6bb2e29a73 Date: Mon, 20 Aug 2018 10:31:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:31:59Z", "admin_state_up": true, "updated_at": "2018-08-20T10:31:59Z", "revision_number": 0, "routes": [], "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1bdfd036-8f92-4a6c-918a-78da4be0293b", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router"}} 2018-08-20 10:31:59,834 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-d62ab2aa-73f9-4d3d-9980-5e6bb2e29a73 2018-08-20 10:31:59,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=1bdfd036-8f92-4a6c-918a-78da4be0293b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:00,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7089446e-b6c3-474a-8db8-f6fdc5e8c5f4 Date: Mon, 20 Aug 2018 10:32:00 GMT RESP BODY: {"ports":[]} 2018-08-20 10:32:00,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=1bdfd036-8f92-4a6c-918a-78da4be0293b used request id req-7089446e-b6c3-474a-8db8-f6fdc5e8c5f4 2018-08-20 10:32:00,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:00,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-db0b885e-8f95-4f89-a121-a7b4659bc900 Date: Mon, 20 Aug 2018 10:32:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:00,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-db0b885e-8f95-4f89-a121-a7b4659bc900 2018-08-20 10:32:00,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:00,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b71a2630-cf52-4d63-ab4a-f43d23f44d0e Date: Mon, 20 Aug 2018 10:32:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:00,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-b71a2630-cf52-4d63-ab4a-f43d23f44d0e 2018-08-20 10:32:00,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:00,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-73067075-d594-49bd-a931-b3f5340454f5 Date: Mon, 20 Aug 2018 10:32:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:00,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-73067075-d594-49bd-a931-b3f5340454f5 2018-08-20 10:32:00,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:32:00,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:32:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:32:00,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:00,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e29caa4-e4e3-4abd-83d5-13c1fd17ae59 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:00,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-3e29caa4-e4e3-4abd-83d5-13c1fd17ae59 2018-08-20 10:32:00,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:01,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-595e7059-127e-494a-b7d3-167c20e843ac Date: Mon, 20 Aug 2018 10:32:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:01,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-595e7059-127e-494a-b7d3-167c20e843ac 2018-08-20 10:32:01,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:01,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a65c1028-1947-4e60-b647-d63eb53e1fcd Date: Mon, 20 Aug 2018 10:32:01 GMT RESP BODY: {"ports":[]} 2018-08-20 10:32:01,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1&admin_state_up=True used request id req-a65c1028-1947-4e60-b647-d63eb53e1fcd 2018-08-20 10:32:01,274 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1 for router - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:32:01,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:32:01,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:32:01,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:32:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["bPGMFxpaSlmithoYJBTUIQ"], "issued_at": "2018-08-20T10:32:01.000000Z"}} 2018-08-20 10:32:01,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016496c9f3ced227001bce178fc1707a57cadf66" 2018-08-20 10:32:01,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24cbaa14-8aa1-407a-868f-9366391c82ba Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:01,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-24cbaa14-8aa1-407a-868f-9366391c82ba 2018-08-20 10:32:01,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:02,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-74aa8544-e30b-4c9f-9120-14d6fed025cb Date: Mon, 20 Aug 2018 10:32: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":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:02,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-74aa8544-e30b-4c9f-9120-14d6fed025cb 2018-08-20 10:32:02,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:02,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-004441d7-3207-4b38-ae98-9c8fa7d69642 Date: Mon, 20 Aug 2018 10:32:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:02,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-004441d7-3207-4b38-ae98-9c8fa7d69642 2018-08-20 10:32:02,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:02,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-2fe17b66-87e3-479a-848f-f44d7c623d1f Date: Mon, 20 Aug 2018 10:32: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":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:02,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-2fe17b66-87e3-479a-848f-f44d7c623d1f 2018-08-20 10:32:02,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:32:02,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:32:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:32:02,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016496c9f3ced227001bce178fc1707a57cadf66" 2018-08-20 10:32:02,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9286e872-5e10-4393-8f4e-9553ca7408bb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:02,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-9286e872-5e10-4393-8f4e-9553ca7408bb 2018-08-20 10:32:02,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:02,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a8911bdd-35f5-4dd0-8b23-7565821bc172 Date: Mon, 20 Aug 2018 10:32:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:02,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-a8911bdd-35f5-4dd0-8b23-7565821bc172 2018-08-20 10:32:02,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:02,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b1c6748b-bcfc-4e10-be91-468cf57e3106 Date: Mon, 20 Aug 2018 10:32:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:02,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1 used request id req-b1c6748b-bcfc-4e10-be91-468cf57e3106 2018-08-20 10:32:02,960 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 2018-08-20 10:32:02,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" -d '{"port": {"network_id": "467e798d-9a8e-4fdc-a204-e2d9980bc222", "fixed_ips": [{"subnet_id": "8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1", "admin_state_up": true}}' 2018-08-20 10:32:03,947 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-dc7898a9-ed18-47a4-9550-724124d8cc88 Date: Mon, 20 Aug 2018 10:32:03 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:32:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:32:03Z","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:0c:78:d3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.1"}],"id":"23543d11-e5ec-485e-b8f9-56722718d178","security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"device_id":""}} 2018-08-20 10:32:03,947 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-dc7898a9-ed18-47a4-9550-724124d8cc88 2018-08-20 10:32:03,947 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1 for router - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:32:03,948 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:32:03,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" -d '{"port_id": "23543d11-e5ec-485e-b8f9-56722718d178"}' 2018-08-20 10:32:05,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f1a4dc82-03a1-499d-96fe-6fa98fac1680 Date: Mon, 20 Aug 2018 10:32:05 GMT RESP BODY: {"network_id": "467e798d-9a8e-4fdc-a204-e2d9980bc222", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "subnet_id": "8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987", "subnet_ids": ["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"], "port_id": "23543d11-e5ec-485e-b8f9-56722718d178", "id": "1bdfd036-8f92-4a6c-918a-78da4be0293b"} 2018-08-20 10:32:05,556 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b/add_router_interface used request id req-f1a4dc82-03a1-499d-96fe-6fa98fac1680 2018-08-20 10:32:05,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:05,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-c879fb8d-9055-454f-9ac4-56427655361e Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:05,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-c879fb8d-9055-454f-9ac4-56427655361e 2018-08-20 10:32:05,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:05,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4ffa3ce9-ea0a-47d4-8675-6f8bc8b47400 Date: Mon, 20 Aug 2018 10:32:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:05,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-4ffa3ce9-ea0a-47d4-8675-6f8bc8b47400 2018-08-20 10:32:05,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:06,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-aa881773-3476-41b0-abd6-e8c6f110b3c9 Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:06,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-aa881773-3476-41b0-abd6-e8c6f110b3c9 2018-08-20 10:32:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:06,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e58581-ff69-46ba-bc66-e25611028752 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:06,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-96e58581-ff69-46ba-bc66-e25611028752 2018-08-20 10:32:06,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:06,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c01381d2-36c6-4522-aaeb-bbc6d96b96fb Date: Mon, 20 Aug 2018 10:32:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:06,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-c01381d2-36c6-4522-aaeb-bbc6d96b96fb 2018-08-20 10:32:06,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:06,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0f2c4ea8-3293-41db-9717-594297e69dd8 Date: Mon, 20 Aug 2018 10:32:06 GMT RESP BODY: {"ports":[]} 2018-08-20 10:32:06,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2&admin_state_up=True used request id req-0f2c4ea8-3293-41db-9717-594297e69dd8 2018-08-20 10:32:06,610 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2 for router - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:32:06,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:32:06,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:32:07,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["zNCWGnwLTjSACVHQaAc0Iw"], "issued_at": "2018-08-20T10:32:07.000000Z"}} 2018-08-20 10:32:07,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5176cafa6989388f8b5eb3578ba38c97ab3f0d8d" 2018-08-20 10:32:07,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96afb04-bbb7-40c3-8b7b-c255e3fe042d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:07,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d96afb04-bbb7-40c3-8b7b-c255e3fe042d 2018-08-20 10:32:07,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:07,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-fc91632b-f0d3-42e2-9366-afb8a660b73c Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:07,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-fc91632b-f0d3-42e2-9366-afb8a660b73c 2018-08-20 10:32:07,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:07,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-751cb1bf-158a-4903-a262-4e20c127db67 Date: Mon, 20 Aug 2018 10:32:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:07,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-751cb1bf-158a-4903-a262-4e20c127db67 2018-08-20 10:32:07,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:07,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-dd7d04a8-3801-4eac-bd2d-80cbc928ef56 Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:07,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-dd7d04a8-3801-4eac-bd2d-80cbc928ef56 2018-08-20 10:32:07,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:32:07,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:32:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:32:07,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5176cafa6989388f8b5eb3578ba38c97ab3f0d8d" 2018-08-20 10:32:07,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5990d268-74c1-457f-9ce5-be6126ec2b72 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:07,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-5990d268-74c1-457f-9ce5-be6126ec2b72 2018-08-20 10:32:07,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:08,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1020a379-ef29-48f4-b339-22532b17e2b0 Date: Mon, 20 Aug 2018 10:32:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:08,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-1020a379-ef29-48f4-b339-22532b17e2b0 2018-08-20 10:32:08,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:08,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a19a0fa9-e993-4afc-8368-9b709ef39a99 Date: Mon, 20 Aug 2018 10:32:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:08,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2 used request id req-a19a0fa9-e993-4afc-8368-9b709ef39a99 2018-08-20 10:32:08,239 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 2018-08-20 10:32:08,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" -d '{"port": {"network_id": "2c4e2b63-5e24-40db-8a9c-3ee590802eab", "fixed_ips": [{"subnet_id": "fe14fc62-84f1-4fc8-8c24-9b11807622d4", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2", "admin_state_up": true}}' 2018-08-20 10:32:09,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-5c999aab-cc55-4c19-9482-b4bc0a4b2596 Date: Mon, 20 Aug 2018 10:32:09 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:32:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:32:08Z","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:af:a4:fe","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.1"}],"id":"7fc8b786-f72d-4159-a6f0-779012edfaee","security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"device_id":""}} 2018-08-20 10:32:09,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-5c999aab-cc55-4c19-9482-b4bc0a4b2596 2018-08-20 10:32:09,180 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2 for router - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:32:09,180 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:32:09,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" -d '{"port_id": "7fc8b786-f72d-4159-a6f0-779012edfaee"}' 2018-08-20 10:32:10,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5258280f-5e2c-46e8-97e3-d5f85e354224 Date: Mon, 20 Aug 2018 10:32:10 GMT RESP BODY: {"network_id": "2c4e2b63-5e24-40db-8a9c-3ee590802eab", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "subnet_id": "fe14fc62-84f1-4fc8-8c24-9b11807622d4", "subnet_ids": ["fe14fc62-84f1-4fc8-8c24-9b11807622d4"], "port_id": "7fc8b786-f72d-4159-a6f0-779012edfaee", "id": "1bdfd036-8f92-4a6c-918a-78da4be0293b"} 2018-08-20 10:32:10,841 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b/add_router_interface used request id req-5258280f-5e2c-46e8-97e3-d5f85e354224 2018-08-20 10:32:10,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:11,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-e051505d-22c0-45a4-a5c9-1835e887a972 Date: Mon, 20 Aug 2018 10:32:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:31:59Z", "admin_state_up": true, "updated_at": "2018-08-20T10:32:10Z", "revision_number": 2, "routes": [], "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1bdfd036-8f92-4a6c-918a-78da4be0293b", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router"}} 2018-08-20 10:32:11,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b used request id req-e051505d-22c0-45a4-a5c9-1835e887a972 2018-08-20 10:32:11,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=1bdfd036-8f92-4a6c-918a-78da4be0293b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:11,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1657 X-Openstack-Request-Id: req-06e01513-9fa9-419b-b04b-55ee560c1dee Date: Mon, 20 Aug 2018 10:32:11 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:05Z","binding:vnic_type":"normal","device_id":"1bdfd036-8f92-4a6c-918a-78da4be0293b","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:0c:78:d3","id":"23543d11-e5ec-485e-b8f9-56722718d178","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:10Z","binding:vnic_type":"normal","device_id":"1bdfd036-8f92-4a6c-918a-78da4be0293b","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:af:a4:fe","id":"7fc8b786-f72d-4159-a6f0-779012edfaee","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2"}]} 2018-08-20 10:32:11,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=1bdfd036-8f92-4a6c-918a-78da4be0293b used request id req-06e01513-9fa9-419b-b04b-55ee560c1dee 2018-08-20 10:32:11,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:11,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-b98bd8d5-0442-4dad-b57f-90356dbd550d Date: Mon, 20 Aug 2018 10:32:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}} 2018-08-20 10:32:11,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987 used request id req-b98bd8d5-0442-4dad-b57f-90356dbd550d 2018-08-20 10:32:11,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/fe14fc62-84f1-4fc8-8c24-9b11807622d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:32:11,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-50b07712-7ea7-4bea-888f-0f0f7da9592e Date: Mon, 20 Aug 2018 10:32:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}} 2018-08-20 10:32:11,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/fe14fc62-84f1-4fc8-8c24-9b11807622d4 used request id req-50b07712-7ea7-4bea-888f-0f0f7da9592e 2018-08-20 10:32:11,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:32:11,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:32:11,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:32:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["umTZRZvUQrK3Eug-vMGykQ"], "issued_at": "2018-08-20T10:32:11.000000Z"}} 2018-08-20 10:32:11,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6810f9a29ec8ff7d9a602bbba6d695c0933b0501" 2018-08-20 10:32:11,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8051db2a-8ce1-4e21-810a-6b9dd5ef4954 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:11,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8051db2a-8ce1-4e21-810a-6b9dd5ef4954 2018-08-20 10:32:11,961 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:32:11,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6810f9a29ec8ff7d9a602bbba6d695c0933b0501" 2018-08-20 10:32:12,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb575183-26ad-4d71-a8fb-d843f1d15cb2 x-compute-request-id: req-cb575183-26ad-4d71-a8fb-d843f1d15cb2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:32:12,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-cb575183-26ad-4d71-a8fb-d843f1d15cb2 2018-08-20 10:32:12,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6810f9a29ec8ff7d9a602bbba6d695c0933b0501" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-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-08-20 10:32:12,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32: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-5f315993-a4a3-4902-b3c0-56ceee64aed6 x-compute-request-id: req-5f315993-a4a3-4902-b3c0-56ceee64aed6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e55899a6-de0d-4062-95c1-6d41183e5606"}} 2018-08-20 10:32:12,295 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-5f315993-a4a3-4902-b3c0-56ceee64aed6 2018-08-20 10:32:12,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:32:12,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:32:12,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:32:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["z7CTbbW8Q-mMajhYb9VbFA"], "issued_at": "2018-08-20T10:32:12.000000Z"}} 2018-08-20 10:32:12,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:12,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3db083b-869b-45df-9686-4d17b6b38760 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:12,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a3db083b-869b-45df-9686-4d17b6b38760 2018-08-20 10:32:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:32:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:32:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:32:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:32:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:32:12,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:13,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-08ca1982-278e-478d-9755-2158e420241e Date: Mon, 20 Aug 2018 10:32:13 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:32:13,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp used request id req-08ca1982-278e-478d-9755-2158e420241e 2018-08-20 10:32:13,007 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp... 2018-08-20 10:32:13,007 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp 2018-08-20 10:32:13,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}}' 2018-08-20 10:32:13,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-016b8591-9f31-477c-a772-15806aafe607 Date: Mon, 20 Aug 2018 10:32:13 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "updated_at": "2018-08-20T10:32:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "f00a7bf1-3446-4087-b263-b72ac27648a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}], "revision_number": 2, "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f5b94713-375d-48ee-934a-c13f357fd305", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}} 2018-08-20 10:32:13,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-016b8591-9f31-477c-a772-15806aafe607 2018-08-20 10:32:13,398 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:13,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:13,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-923744b8-3fa1-4981-9792-d294c6f98dcd Date: Mon, 20 Aug 2018 10:32: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-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f00a7bf1-3446-4087-b263-b72ac27648a3"}]} 2018-08-20 10:32:13,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-923744b8-3fa1-4981-9792-d294c6f98dcd 2018-08-20 10:32:13,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:13,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:13,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f5e49b3c-2440-4c2d-afb9-912d4856f4f6 Date: Mon, 20 Aug 2018 10:32: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-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f00a7bf1-3446-4087-b263-b72ac27648a3"}]} 2018-08-20 10:32:13,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-f5e49b3c-2440-4c2d-afb9-912d4856f4f6 2018-08-20 10:32:13,647 - neutron_utils - INFO - Retrieving security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:13,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:13,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-418be71e-c0c5-41f9-807c-fd85309bddbf Date: Mon, 20 Aug 2018 10:32:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "updated_at": "2018-08-20T10:32:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "f00a7bf1-3446-4087-b263-b72ac27648a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}], "revision_number": 2, "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f5b94713-375d-48ee-934a-c13f357fd305", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}]} 2018-08-20 10:32:13,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-418be71e-c0c5-41f9-807c-fd85309bddbf 2018-08-20 10:32:13,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:13,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:14,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-193bf63b-f43b-4000-a9c7-55d260f4ce8c Date: Mon, 20 Aug 2018 10:32: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-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f00a7bf1-3446-4087-b263-b72ac27648a3"}]} 2018-08-20 10:32:14,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-193bf63b-f43b-4000-a9c7-55d260f4ce8c 2018-08-20 10:32:14,082 - neutron_utils - INFO - Retrieving security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:14,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:14,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-0f8cac93-e8c7-474b-a71c-7c9db3b10e99 Date: Mon, 20 Aug 2018 10:32:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "updated_at": "2018-08-20T10:32:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "f00a7bf1-3446-4087-b263-b72ac27648a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}], "revision_number": 2, "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f5b94713-375d-48ee-934a-c13f357fd305", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}]} 2018-08-20 10:32:14,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-0f8cac93-e8c7-474b-a71c-7c9db3b10e99 2018-08-20 10:32:14,321 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:14,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:14,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6475e92d-c31c-40ae-a3f6-e4a546fdb819 Date: Mon, 20 Aug 2018 10:32: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-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f00a7bf1-3446-4087-b263-b72ac27648a3"}]} 2018-08-20 10:32:14,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-6475e92d-c31c-40ae-a3f6-e4a546fdb819 2018-08-20 10:32:14,352 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp 2018-08-20 10:32:14,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:14,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-939591f7-fe9f-40ad-b179-9e544dfdfa08 Date: Mon, 20 Aug 2018 10:32:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "updated_at": "2018-08-20T10:32:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "f00a7bf1-3446-4087-b263-b72ac27648a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}], "revision_number": 2, "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f5b94713-375d-48ee-934a-c13f357fd305", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}]} 2018-08-20 10:32:14,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp used request id req-939591f7-fe9f-40ad-b179-9e544dfdfa08 2018-08-20 10:32:14,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:32:14,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:32:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:32:14,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:14,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f179a8d8-729e-45ea-a859-f373776f4c4f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:14,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-f179a8d8-729e-45ea-a859-f373776f4c4f 2018-08-20 10:32:14,681 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:14,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:14,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d06ea176-005d-4bbc-aeb7-a66c9a3d9c4c Date: Mon, 20 Aug 2018 10:32: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-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f00a7bf1-3446-4087-b263-b72ac27648a3"}]} 2018-08-20 10:32:14,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-d06ea176-005d-4bbc-aeb7-a66c9a3d9c4c 2018-08-20 10:32:14,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305"}}' 2018-08-20 10:32:15,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-61631467-6470-4784-992a-2142a127ee8b Date: Mon, 20 Aug 2018 10:32: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-08-20T10:32:15Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:15Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "0eb76027-3cb7-4fb0-a4c8-63ff18ac8cf9"}} 2018-08-20 10:32:15,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-61631467-6470-4784-992a-2142a127ee8b 2018-08-20 10:32:15,160 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp 2018-08-20 10:32:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:15,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-9004b73b-26ff-44d8-8025-c7d14e30881b Date: Mon, 20 Aug 2018 10:32:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "updated_at": "2018-08-20T10:32:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:15Z", "revision_number": 0, "id": "0eb76027-3cb7-4fb0-a4c8-63ff18ac8cf9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:15Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "f00a7bf1-3446-4087-b263-b72ac27648a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}], "revision_number": 3, "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f5b94713-375d-48ee-934a-c13f357fd305", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}]} 2018-08-20 10:32:15,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp used request id req-9004b73b-26ff-44d8-8025-c7d14e30881b 2018-08-20 10:32:15,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:15,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b195f2-c239-4b42-b3c0-1c84aa2f65bd Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:15,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-c0b195f2-c239-4b42-b3c0-1c84aa2f65bd 2018-08-20 10:32:15,484 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:15,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:15,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-462a49fb-9419-4a12-b4d0-407d1aaa14d1 Date: Mon, 20 Aug 2018 10:32:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:15Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:15Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "0eb76027-3cb7-4fb0-a4c8-63ff18ac8cf9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f00a7bf1-3446-4087-b263-b72ac27648a3"}]} 2018-08-20 10:32:15,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-462a49fb-9419-4a12-b4d0-407d1aaa14d1 2018-08-20 10:32:15,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305"}}' 2018-08-20 10:32:16,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 508 X-Openstack-Request-Id: req-5cabc835-7763-4fa0-89f0-03798a1fd080 Date: Mon, 20 Aug 2018 10:32:16 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:16Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:16Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "e32dc0a2-4e86-47fd-bfc4-c3fd538a9d31"}} 2018-08-20 10:32:16,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-5cabc835-7763-4fa0-89f0-03798a1fd080 2018-08-20 10:32:16,301 - neutron_utils - INFO - Retrieving security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:16,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:16,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2400 X-Openstack-Request-Id: req-db4b584a-2528-42bb-bf7f-c5ea990b2712 Date: Mon, 20 Aug 2018 10:32:16 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "updated_at": "2018-08-20T10:32:16Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:15Z", "revision_number": 0, "id": "0eb76027-3cb7-4fb0-a4c8-63ff18ac8cf9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:15Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:16Z", "revision_number": 0, "id": "e32dc0a2-4e86-47fd-bfc4-c3fd538a9d31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:16Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "revision_number": 0, "id": "f00a7bf1-3446-4087-b263-b72ac27648a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}], "revision_number": 4, "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f5b94713-375d-48ee-934a-c13f357fd305", "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}]} 2018-08-20 10:32:16,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-db4b584a-2528-42bb-bf7f-c5ea990b2712 2018-08-20 10:32:16,520 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f5b94713-375d-48ee-934a-c13f357fd305 2018-08-20 10:32:16,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:32:16,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1973 X-Openstack-Request-Id: req-8a4e5211-cab2-48b8-9fb7-4d8649bcfb50 Date: Mon, 20 Aug 2018 10:32:16 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-08-20T10:32:15Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:15Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "0eb76027-3cb7-4fb0-a4c8-63ff18ac8cf9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "1f218c98-d8d5-4d8c-b4c5-b68c27f3701b"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:16Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:16Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "e32dc0a2-4e86-47fd-bfc4-c3fd538a9d31"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:32:13Z", "security_group_id": "f5b94713-375d-48ee-934a-c13f357fd305", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:32:13Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "f00a7bf1-3446-4087-b263-b72ac27648a3"}]} 2018-08-20 10:32:16,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f5b94713-375d-48ee-934a-c13f357fd305 used request id req-8a4e5211-cab2-48b8-9fb7-4d8649bcfb50 2018-08-20 10:32:16,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:32:16,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:32:16,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:32:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["XljkJ9kGQJGEy0rvIzvCnw"], "issued_at": "2018-08-20T10:32:16.000000Z"}} 2018-08-20 10:32:16,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:17,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6008fd6-b871-4906-9716-2f2f0ea0daf4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:17,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c6008fd6-b871-4906-9716-2f2f0ea0daf4 2018-08-20 10:32:17,033 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:32:17,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:32:17,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:32:17,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:32:17,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:32:17,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:32:17,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:17,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf9dfa3c-7df5-491f-97ce-74b5d9c88dbb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:17,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cf9dfa3c-7df5-491f-97ce-74b5d9c88dbb 2018-08-20 10:32:17,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:17,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-af38c8a7-51b6-4c0c-89ab-3273365bbc03 Date: Mon, 20 Aug 2018 10:32: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":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:17,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-af38c8a7-51b6-4c0c-89ab-3273365bbc03 2018-08-20 10:32:17,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:17,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fec9b280-5596-4c65-90e0-6f91f9b321b4 Date: Mon, 20 Aug 2018 10:32:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:17,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-fec9b280-5596-4c65-90e0-6f91f9b321b4 2018-08-20 10:32:17,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:17,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-53757962-684e-4a92-80d1-2aacb03f5e1e Date: Mon, 20 Aug 2018 10:32: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":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:17,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-53757962-684e-4a92-80d1-2aacb03f5e1e 2018-08-20 10:32:17,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:32:17,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:32:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:32:17,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:18,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb4a586-8e75-4127-b896-ad2599f3d563 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:18,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-4fb4a586-8e75-4127-b896-ad2599f3d563 2018-08-20 10:32:18,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:18,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3b4fcd65-b507-424a-a414-ad6ed5ad57dc Date: Mon, 20 Aug 2018 10:32:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:18,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-3b4fcd65-b507-424a-a414-ad6ed5ad57dc 2018-08-20 10:32:18,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:18,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9a4fe972-2805-42d4-99b8-6fcbf76e0d4d Date: Mon, 20 Aug 2018 10:32:18 GMT RESP BODY: {"ports":[]} 2018-08-20 10:32:18,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port&admin_state_up=True used request id req-9a4fe972-2805-42d4-99b8-6fcbf76e0d4d 2018-08-20 10:32:18,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:18,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-198b0b92-e800-447d-a046-4a66ea743e45 x-compute-request-id: req-198b0b92-e800-447d-a046-4a66ea743e45 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:32:18,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1 used request id req-198b0b92-e800-447d-a046-4a66ea743e45 2018-08-20 10:32:18,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:19,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-9303595d-6a88-49ee-9abd-28e764e31add Date: Mon, 20 Aug 2018 10:32:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:19,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-9303595d-6a88-49ee-9abd-28e764e31add 2018-08-20 10:32:19,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:19,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-42be53a6-ac18-4640-8285-ef66a2c26e67 Date: Mon, 20 Aug 2018 10:32:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:19,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-42be53a6-ac18-4640-8285-ef66a2c26e67 2018-08-20 10:32:19,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:19,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-2582fef2-c27d-4b8e-aaf4-0c0aac7fcd41 Date: Mon, 20 Aug 2018 10:32:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:19,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-2582fef2-c27d-4b8e-aaf4-0c0aac7fcd41 2018-08-20 10:32:19,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:19,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad49822-5c66-4e5a-9a3a-b182234c4159 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:19,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-2ad49822-5c66-4e5a-9a3a-b182234c4159 2018-08-20 10:32:19,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:20,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ac7f4aae-d71b-4d00-bf31-5037bbfa6353 Date: Mon, 20 Aug 2018 10:32:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:20,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-ac7f4aae-d71b-4d00-bf31-5037bbfa6353 2018-08-20 10:32:20,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:20,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e802e0b3-f611-41af-a0cf-624256dd7710 Date: Mon, 20 Aug 2018 10:32:20 GMT RESP BODY: {"ports":[]} 2018-08-20 10:32:20,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port&admin_state_up=True used request id req-e802e0b3-f611-41af-a0cf-624256dd7710 2018-08-20 10:32:20,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:32:20,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:32:20,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["RtEjlWWATjiUEx9dfFXzLg"], "issued_at": "2018-08-20T10:32:20.000000Z"}} 2018-08-20 10:32:20,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772acaa0f22a91829f2dac08f625c263b8b50d86" 2018-08-20 10:32:20,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97323a6b-6332-43c9-bfdc-90f2558b03ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:20,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-97323a6b-6332-43c9-bfdc-90f2558b03ce 2018-08-20 10:32:20,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:20,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-b1ca3156-e380-4915-b17e-a1862ac61fdb Date: Mon, 20 Aug 2018 10:32:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:20,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-b1ca3156-e380-4915-b17e-a1862ac61fdb 2018-08-20 10:32:20,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:21,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8158a998-3532-4210-8367-0a9394ae2eb0 Date: Mon, 20 Aug 2018 10:32:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:21,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-8158a998-3532-4210-8367-0a9394ae2eb0 2018-08-20 10:32:21,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:21,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-0c4a2768-d5d8-4c62-b969-c81ae48851d1 Date: Mon, 20 Aug 2018 10:32:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:21,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-0c4a2768-d5d8-4c62-b969-c81ae48851d1 2018-08-20 10:32:21,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:32:21,365 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:32:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:32:21,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772acaa0f22a91829f2dac08f625c263b8b50d86" 2018-08-20 10:32:21,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5336543d-1aec-4d51-9778-7e4d143dec77 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:21,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-5336543d-1aec-4d51-9778-7e4d143dec77 2018-08-20 10:32:21,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:21,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5023f5ae-a0ab-4037-a7e8-f23ba488ee3c Date: Mon, 20 Aug 2018 10:32:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:21,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-5023f5ae-a0ab-4037-a7e8-f23ba488ee3c 2018-08-20 10:32:21,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:21,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5ec3a04a-e079-4708-b92f-0d3f439ad5e1 Date: Mon, 20 Aug 2018 10:32:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:21,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1 used request id req-5ec3a04a-e079-4708-b92f-0d3f439ad5e1 2018-08-20 10:32:21,738 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 2018-08-20 10:32:21,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" -d '{"port": {"network_id": "467e798d-9a8e-4fdc-a204-e2d9980bc222", "fixed_ips": [{"subnet_id": "8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port", "admin_state_up": true}}' 2018-08-20 10:32:22,874 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 766 X-Openstack-Request-Id: req-a2d1b36d-4265-4955-98d7-24f03d8d8619 Date: Mon, 20 Aug 2018 10:32:22 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:32:22Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:32:22Z","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:53:72:f5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.5"}],"id":"cb01c7a3-63cc-4d2d-b18c-2c8e20fdc22d","security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"device_id":""}} 2018-08-20 10:32:22,874 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-a2d1b36d-4265-4955-98d7-24f03d8d8619 2018-08-20 10:32:22,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:22,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-f35c4bc7-d04c-46d3-8b0b-3e3389992dfe Date: Mon, 20 Aug 2018 10:32:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:22,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-f35c4bc7-d04c-46d3-8b0b-3e3389992dfe 2018-08-20 10:32:22,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:23,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4224a2ac-40ac-4066-b8ed-571075c61715 Date: Mon, 20 Aug 2018 10:32:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:23,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-4224a2ac-40ac-4066-b8ed-571075c61715 2018-08-20 10:32:23,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:23,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-6a1d0dbd-d45e-487b-99f0-36be90a67054 Date: Mon, 20 Aug 2018 10:32:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:23,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-6a1d0dbd-d45e-487b-99f0-36be90a67054 2018-08-20 10:32:23,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:23,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee1b824-81e0-49c9-b0b9-4371a553bcfa Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:23,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-8ee1b824-81e0-49c9-b0b9-4371a553bcfa 2018-08-20 10:32:23,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:23,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ee388f9c-d0b6-4bd2-9ece-6a8d835e5ad3 Date: Mon, 20 Aug 2018 10:32:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:23,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-ee388f9c-d0b6-4bd2-9ece-6a8d835e5ad3 2018-08-20 10:32:23,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:24,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-8f93ea82-fb48-4f49-881c-ed186687bfbc Date: Mon, 20 Aug 2018 10:32:24 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:22Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:22Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:53:72:f5","id":"cb01c7a3-63cc-4d2d-b18c-2c8e20fdc22d","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port"}]} 2018-08-20 10:32:24,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port&admin_state_up=True used request id req-8f93ea82-fb48-4f49-881c-ed186687bfbc 2018-08-20 10:32:24,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:24,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be391de1-e3b7-4b73-8ace-2bb2d2422e9a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:24,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-be391de1-e3b7-4b73-8ace-2bb2d2422e9a 2018-08-20 10:32:24,319 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1 2018-08-20 10:32:24,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:24,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-138745d1-3e40-4a8d-b9cc-b386c345fb8a x-compute-request-id: req-138745d1-3e40-4a8d-b9cc-b386c345fb8a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-flavor-name"}]} 2018-08-20 10:32:24,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-138745d1-3e40-4a8d-b9cc-b386c345fb8a 2018-08-20 10:32:24,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:24,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6cb22ba-5806-4a9c-8c72-69134ad47b4f x-compute-request-id: req-a6cb22ba-5806-4a9c-8c72-69134ad47b4f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e55899a6-de0d-4062-95c1-6d41183e5606"}} 2018-08-20 10:32:24,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606 used request id req-a6cb22ba-5806-4a9c-8c72-69134ad47b4f 2018-08-20 10:32:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:24,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-59bfb249-0c5b-4f38-9f67-198ab7eca0f7 Date: Mon, 20 Aug 2018 10:32:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:51Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb20fd33-249d-4774-8019-4b8a174a6db5/snap", "metadata": {}}], "self": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "min_disk": 0, "protected": false, "id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "file": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ec16d0be8064bdbbe26787cf5dbc3d4", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb20fd33-249d-4774-8019-4b8a174a6db5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640"} 2018-08-20 10:32:24,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 used request id req-59bfb249-0c5b-4f38-9f67-198ab7eca0f7 2018-08-20 10:32:24,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:24,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e4a94833-1a00-4bad-8b7d-e08a32ac52bb Date: Mon, 20 Aug 2018 10:32:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:32:24,753 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-e4a94833-1a00-4bad-8b7d-e08a32ac52bb 2018-08-20 10:32:24,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" -d '{"server": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "imageRef": "eb20fd33-249d-4774-8019-4b8a174a6db5", "flavorRef": "e55899a6-de0d-4062-95c1-6d41183e5606", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "cb01c7a3-63cc-4d2d-b18c-2c8e20fdc22d"}], "security_groups": [{"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}]}}' 2018-08-20 10:32:26,872 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:32:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74d41565-e210-4db3-8f53-1f63a7d66a7f x-compute-request-id: req-74d41565-e210-4db3-8f53-1f63a7d66a7f Content-Length: 437 location: http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "adminPass": "3A4bU4mP3dVU"}} 2018-08-20 10:32:26,872 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-74d41565-e210-4db3-8f53-1f63a7d66a7f 2018-08-20 10:32:26,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:27,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09d42c43-27f3-4283-bd68-2111f85a7805 x-compute-request-id: req-09d42c43-27f3-4283-bd68-2111f85a7805 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.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:32:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:27,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-09d42c43-27f3-4283-bd68-2111f85a7805 2018-08-20 10:32:27,285 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1 2018-08-20 10:32:27,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:27,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32: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-ce205a27-1efe-4a59-8965-e40fcbe4f222 x-compute-request-id: req-ce205a27-1efe-4a59-8965-e40fcbe4f222 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.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:32:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:27,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-ce205a27-1efe-4a59-8965-e40fcbe4f222 2018-08-20 10:32:27,910 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1] is - BUILD 2018-08-20 10:32:27,910 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:32:30,913 - create_instance - DEBUG - VM status query timeout in 896.371639967 2018-08-20 10:32:30,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:31,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27151c55-7905-47b7-ac02-acf7d01fc54e x-compute-request-id: req-27151c55-7905-47b7-ac02-acf7d01fc54e Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:32:29Z", "hostId": "a4fe38776eaea62f89f0a08bc17bf59dbbe0a0298a43751cca49f99d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:31,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-27151c55-7905-47b7-ac02-acf7d01fc54e 2018-08-20 10:32:31,262 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1] is - BUILD 2018-08-20 10:32:31,262 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:32:34,265 - create_instance - DEBUG - VM status query timeout in 893.019659996 2018-08-20 10:32:34,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:34,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac8268b5-147c-48dc-9310-1bee9fe2a2d3 x-compute-request-id: req-ac8268b5-147c-48dc-9310-1bee9fe2a2d3 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:72:f5", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:34.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:34Z", "hostId": "a4fe38776eaea62f89f0a08bc17bf59dbbe0a0298a43751cca49f99d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:34,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-ac8268b5-147c-48dc-9310-1bee9fe2a2d3 2018-08-20 10:32:34,786 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1] is - ACTIVE 2018-08-20 10:32:34,786 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:32:34,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:35,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1313270b-757c-49c2-94cc-8a9b769ec560 x-compute-request-id: req-1313270b-757c-49c2-94cc-8a9b769ec560 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:72:f5", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:34.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:34Z", "hostId": "a4fe38776eaea62f89f0a08bc17bf59dbbe0a0298a43751cca49f99d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:35,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-1313270b-757c-49c2-94cc-8a9b769ec560 2018-08-20 10:32:35,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:35,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-59cabe21-316a-4ab1-bfe6-c4b6283afea5 Date: Mon, 20 Aug 2018 10:32:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:35,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-59cabe21-316a-4ab1-bfe6-c4b6283afea5 2018-08-20 10:32:35,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:35,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a777b9b6-1608-4b0d-b1a0-a69d6a37dce1 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:35,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-a777b9b6-1608-4b0d-b1a0-a69d6a37dce1 2018-08-20 10:32:35,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:36,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5c86b35e-b80e-45b0-9d43-ca81ef087cf5 Date: Mon, 20 Aug 2018 10:32:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:36,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-5c86b35e-b80e-45b0-9d43-ca81ef087cf5 2018-08-20 10:32:36,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:36,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3866 X-Openstack-Request-Id: req-daa17e07-0c40-436a-ba4a-fa0b481cc8fa Date: Mon, 20 Aug 2018 10:32:36 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:05Z","binding:vnic_type":"normal","device_id":"1bdfd036-8f92-4a6c-918a-78da4be0293b","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:0c:78:d3","id":"23543d11-e5ec-485e-b8f9-56722718d178","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-467e798d-9a8e-4fdc-a204-e2d9980bc222","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d0:1a:a2","id":"4dcf159d-2000-4c81-bcc5-e01e0524938e","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:22Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:33Z","binding:vnic_type":"normal","device_id":"66b2f290-78fa-48c4-8ab5-4fc19ea9317d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:53:72:f5","id":"cb01c7a3-63cc-4d2d-b18c-2c8e20fdc22d","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-467e798d-9a8e-4fdc-a204-e2d9980bc222","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cc:b3:db","id":"deeddd78-653f-4a3e-a3fe-2ededc7c4d70","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-467e798d-9a8e-4fdc-a204-e2d9980bc222","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:3c:ef:50","id":"f07b367a-f963-4429-b68e-841fec5cac94","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:32:36,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-daa17e07-0c40-436a-ba4a-fa0b481cc8fa 2018-08-20 10:32:36,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:37,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51c6f285-4c78-463b-b211-6432c45a0f6d x-compute-request-id: req-51c6f285-4c78-463b-b211-6432c45a0f6d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:72:f5", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:34.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:34Z", "hostId": "a4fe38776eaea62f89f0a08bc17bf59dbbe0a0298a43751cca49f99d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:37,191 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-51c6f285-4c78-463b-b211-6432c45a0f6d 2018-08-20 10:32:37,191 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1] is - ACTIVE 2018-08-20 10:32:37,191 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:32:37,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:38,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11efc5d9-a439-40cb-b60d-0f892c08dbac x-compute-request-id: req-11efc5d9-a439-40cb-b60d-0f892c08dbac Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:72:f5", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:34.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:34Z", "hostId": "a4fe38776eaea62f89f0a08bc17bf59dbbe0a0298a43751cca49f99d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:38,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-11efc5d9-a439-40cb-b60d-0f892c08dbac 2018-08-20 10:32:38,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:38,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-3de17aff-219e-471d-ab3c-c4667c819c3b Date: Mon, 20 Aug 2018 10:32: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":["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"],"updated_at":"2018-08-20T10:31:54Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1"}]} 2018-08-20 10:32:38,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 used request id req-3de17aff-219e-471d-ab3c-c4667c819c3b 2018-08-20 10:32:38,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:38,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d97ece20-db64-49d4-875e-06402fffeedb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:38,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-d97ece20-db64-49d4-875e-06402fffeedb 2018-08-20 10:32:38,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:38,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d34784ec-1774-4b0a-9ca5-62f07f383ea5 Date: Mon, 20 Aug 2018 10:32:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:54Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1"}]} 2018-08-20 10:32:38,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-d34784ec-1774-4b0a-9ca5-62f07f383ea5 2018-08-20 10:32:38,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:32:38,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3866 X-Openstack-Request-Id: req-65001da0-e4ef-4a16-afb5-05e442e35ec1 Date: Mon, 20 Aug 2018 10:32:38 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:05Z","binding:vnic_type":"normal","device_id":"1bdfd036-8f92-4a6c-918a-78da4be0293b","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:0c:78:d3","id":"23543d11-e5ec-485e-b8f9-56722718d178","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-467e798d-9a8e-4fdc-a204-e2d9980bc222","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d0:1a:a2","id":"4dcf159d-2000-4c81-bcc5-e01e0524938e","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:22Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:33Z","binding:vnic_type":"normal","device_id":"66b2f290-78fa-48c4-8ab5-4fc19ea9317d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:53:72:f5","id":"cb01c7a3-63cc-4d2d-b18c-2c8e20fdc22d","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-467e798d-9a8e-4fdc-a204-e2d9980bc222","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cc:b3:db","id":"deeddd78-653f-4a3e-a3fe-2ededc7c4d70","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"467e798d-9a8e-4fdc-a204-e2d9980bc222","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","admin_state_up":true,"updated_at":"2018-08-20T10:31:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-467e798d-9a8e-4fdc-a204-e2d9980bc222","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:3c:ef:50","id":"f07b367a-f963-4429-b68e-841fec5cac94","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987","ip_address":"10.200.201.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:32:38,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-65001da0-e4ef-4a16-afb5-05e442e35ec1 2018-08-20 10:32:38,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" -d '{"addSecurityGroup": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}}' 2018-08-20 10:32:40,158 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:32:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ff0f17f-c309-4d4e-ab38-33b09f327dda x-compute-request-id: req-5ff0f17f-c309-4d4e-ab38-33b09f327dda Content-Length: 0 Content-Type: application/json 2018-08-20 10:32:40,158 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d/action used request id req-5ff0f17f-c309-4d4e-ab38-33b09f327dda 2018-08-20 10:32:40,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:32:40,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:32:40,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:32:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["zfIQSzoBTy2B_VULhrkCdw"], "issued_at": "2018-08-20T10:32:40.000000Z"}} 2018-08-20 10:32:40,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:40,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea61ac6-edde-4430-b750-551ff711d1a2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:40,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4ea61ac6-edde-4430-b750-551ff711d1a2 2018-08-20 10:32:40,644 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:32:40,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:32:40,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:32:40,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:32:40,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:32:40,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:32:40,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:40,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087ba149-8ef2-401b-ba61-eaca75d6b2ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:40,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-087ba149-8ef2-401b-ba61-eaca75d6b2ec 2018-08-20 10:32:40,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:40,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-f20061f9-87dd-4b05-a13a-53a8e9278c5d Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:40,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-f20061f9-87dd-4b05-a13a-53a8e9278c5d 2018-08-20 10:32:40,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:41,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-16e27b57-8df1-4c23-9e55-ec3afefd838e Date: Mon, 20 Aug 2018 10:32:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:41,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-16e27b57-8df1-4c23-9e55-ec3afefd838e 2018-08-20 10:32:41,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:41,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-06c6edf4-d50e-42e4-b9b1-5d30a7b0b4a7 Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:41,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-06c6edf4-d50e-42e4-b9b1-5d30a7b0b4a7 2018-08-20 10:32:41,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:32:41,402 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:32:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:32:41,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:41,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eacd5ef-c5e8-490a-9e00-50064148bab0 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:41,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-3eacd5ef-c5e8-490a-9e00-50064148bab0 2018-08-20 10:32:41,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:41,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-be350c5a-bdb8-4c19-b10d-8c2cc1961bdb Date: Mon, 20 Aug 2018 10:32:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:41,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-be350c5a-bdb8-4c19-b10d-8c2cc1961bdb 2018-08-20 10:32:41,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:41,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ff2eec3f-e989-405c-ab0d-0eef91babd8f Date: Mon, 20 Aug 2018 10:32:41 GMT RESP BODY: {"ports":[]} 2018-08-20 10:32:41,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port&admin_state_up=True used request id req-ff2eec3f-e989-405c-ab0d-0eef91babd8f 2018-08-20 10:32:41,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:42,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e45a032e-2a7e-474e-a96c-4e6260466374 x-compute-request-id: req-e45a032e-2a7e-474e-a96c-4e6260466374 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:32:42,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2 used request id req-e45a032e-2a7e-474e-a96c-4e6260466374 2018-08-20 10:32:42,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:42,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-0b2cf442-ab66-4601-a971-515a13fe64c1 Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:42,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-0b2cf442-ab66-4601-a971-515a13fe64c1 2018-08-20 10:32:42,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:42,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-24cd61ce-8d17-4b7b-90dd-cd073749476c Date: Mon, 20 Aug 2018 10:32:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:42,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-24cd61ce-8d17-4b7b-90dd-cd073749476c 2018-08-20 10:32:42,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:42,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-e2768f94-eb4b-4d6e-bfa4-aee8f66a2b32 Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:42,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-e2768f94-eb4b-4d6e-bfa4-aee8f66a2b32 2018-08-20 10:32:42,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:43,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4edaf5cb-0f2d-431b-89bf-8024fedfdff8 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:43,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-4edaf5cb-0f2d-431b-89bf-8024fedfdff8 2018-08-20 10:32:43,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:43,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e738df43-2f1b-469e-9cc4-97bd110cd63b Date: Mon, 20 Aug 2018 10:32:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:43,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-e738df43-2f1b-469e-9cc4-97bd110cd63b 2018-08-20 10:32:43,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:43,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e5eb1bf9-3bd7-4497-b08d-3a31722fcb4c Date: Mon, 20 Aug 2018 10:32:43 GMT RESP BODY: {"ports":[]} 2018-08-20 10:32:43,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port&admin_state_up=True used request id req-e5eb1bf9-3bd7-4497-b08d-3a31722fcb4c 2018-08-20 10:32:43,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:32:43,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:32:43,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3222f4e92b5543c4b62afea318a2e779", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role"}], "expires_at": "2018-08-20T11:32:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/8ec16d0be8064bdbbe26787cf5dbc3d4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-user", "id": "49317bc94d4a4264a32c2b5e337862f4"}, "audit_ids": ["H6XbQ9gITnmFRdoc6vRo7g"], "issued_at": "2018-08-20T10:32:43.000000Z"}} 2018-08-20 10:32:43,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b943a1850fc1db4434123178316fb74dd02a948" 2018-08-20 10:32:43,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39088453-660f-4fd4-964c-9b5d659d3a2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:32:43,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-39088453-660f-4fd4-964c-9b5d659d3a2a 2018-08-20 10:32:43,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:44,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-57a72e75-4de8-4751-988e-de5f8f4f5d88 Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:44,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-57a72e75-4de8-4751-988e-de5f8f4f5d88 2018-08-20 10:32:44,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:44,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-35b8528a-2f4d-4bab-bb59-80f6e38e91ea Date: Mon, 20 Aug 2018 10:32:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:44,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-35b8528a-2f4d-4bab-bb59-80f6e38e91ea 2018-08-20 10:32:44,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:44,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-804b3d8f-8d19-4f20-b96a-86ee6a3e55d5 Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:44,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-804b3d8f-8d19-4f20-b96a-86ee6a3e55d5 2018-08-20 10:32:44,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:32:44,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:32:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:32:44,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b943a1850fc1db4434123178316fb74dd02a948" 2018-08-20 10:32:44,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e8d9ada-b744-41b6-b021-34501262ee53 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:44,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-7e8d9ada-b744-41b6-b021-34501262ee53 2018-08-20 10:32:44,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:44,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cecdb489-f75f-4453-966a-45cdbe2638d5 Date: Mon, 20 Aug 2018 10:32:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:44,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-cecdb489-f75f-4453-966a-45cdbe2638d5 2018-08-20 10:32:44,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:45,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cf08129a-40cf-4872-929f-617de0b0ebd1 Date: Mon, 20 Aug 2018 10:32:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:45,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2 used request id req-cf08129a-40cf-4872-929f-617de0b0ebd1 2018-08-20 10:32:45,007 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 2018-08-20 10:32:45,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" -d '{"port": {"network_id": "2c4e2b63-5e24-40db-8a9c-3ee590802eab", "fixed_ips": [{"subnet_id": "fe14fc62-84f1-4fc8-8c24-9b11807622d4", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port", "admin_state_up": true}}' 2018-08-20 10:32:45,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 766 X-Openstack-Request-Id: req-261d28ab-a0aa-4aa3-82ad-54a2d4db7f7e Date: Mon, 20 Aug 2018 10:32:45 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:32:45Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:32:45Z","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:7f:18:99","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.5"}],"id":"7975cfb6-ac45-423c-9d80-3800304f42cb","security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"device_id":""}} 2018-08-20 10:32:45,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-261d28ab-a0aa-4aa3-82ad-54a2d4db7f7e 2018-08-20 10:32:45,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-85102508-b93f-47bd-a866-20dc8f91021f Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:46,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-85102508-b93f-47bd-a866-20dc8f91021f 2018-08-20 10:32:46,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3e2289f0-843e-4388-8089-23c003562e12 Date: Mon, 20 Aug 2018 10:32:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:46,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-3e2289f0-843e-4388-8089-23c003562e12 2018-08-20 10:32:46,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-044cafec-69d0-4460-b1c6-15e2fcb77ed0 Date: Mon, 20 Aug 2018 10:32: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:32:46,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-044cafec-69d0-4460-b1c6-15e2fcb77ed0 2018-08-20 10:32:46,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16de14de-0bd8-4fa1-a90c-c0195385ab8b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:46,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-16de14de-0bd8-4fa1-a90c-c0195385ab8b 2018-08-20 10:32:46,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d64725fa-2be7-4e09-9cdc-c921d8b32b4c Date: Mon, 20 Aug 2018 10:32:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:32:46,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-d64725fa-2be7-4e09-9cdc-c921d8b32b4c 2018-08-20 10:32:46,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-58d38733-1bf4-4434-b6d4-b373ab329c35 Date: Mon, 20 Aug 2018 10:32:46 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:45Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:45Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:7f:18:99","id":"7975cfb6-ac45-423c-9d80-3800304f42cb","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port"}]} 2018-08-20 10:32:46,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab&name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port&admin_state_up=True used request id req-58d38733-1bf4-4434-b6d4-b373ab329c35 2018-08-20 10:32:46,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c33e1c4-913d-46f7-ba13-3b06f3817d89 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:32:46,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-1c33e1c4-913d-46f7-ba13-3b06f3817d89 2018-08-20 10:32:46,902 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2 2018-08-20 10:32:46,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32: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-c5607ae9-3c77-4c9e-84c5-0dcebbe7b12e x-compute-request-id: req-c5607ae9-3c77-4c9e-84c5-0dcebbe7b12e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-flavor-name"}]} 2018-08-20 10:32:46,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-c5607ae9-3c77-4c9e-84c5-0dcebbe7b12e 2018-08-20 10:32:46,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:46,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32: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-8542afe6-e2df-487e-b11e-99e6fc5cefc8 x-compute-request-id: req-8542afe6-e2df-487e-b11e-99e6fc5cefc8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e55899a6-de0d-4062-95c1-6d41183e5606"}} 2018-08-20 10:32:46,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606 used request id req-8542afe6-e2df-487e-b11e-99e6fc5cefc8 2018-08-20 10:32:46,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:47,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-4a4a3f6f-7e16-4202-85de-8d1a570dd810 Date: Mon, 20 Aug 2018 10:32:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:31:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:31:51Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb20fd33-249d-4774-8019-4b8a174a6db5/snap", "metadata": {}}], "self": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "min_disk": 0, "protected": false, "id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "file": "/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ec16d0be8064bdbbe26787cf5dbc3d4", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/eb20fd33-249d-4774-8019-4b8a174a6db5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640"} 2018-08-20 10:32:47,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 used request id req-4a4a3f6f-7e16-4202-85de-8d1a570dd810 2018-08-20 10:32:47,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:47,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-47859916-fb0a-44e1-a572-d59c33569237 Date: Mon, 20 Aug 2018 10:32:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:32:47,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-47859916-fb0a-44e1-a572-d59c33569237 2018-08-20 10:32:47,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" -d '{"server": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "imageRef": "eb20fd33-249d-4774-8019-4b8a174a6db5", "flavorRef": "e55899a6-de0d-4062-95c1-6d41183e5606", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "7975cfb6-ac45-423c-9d80-3800304f42cb"}], "security_groups": [{"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}]}}' 2018-08-20 10:32:50,524 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:32: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-b05c44ba-1f42-4ab7-a580-2c7c69e31f19 x-compute-request-id: req-b05c44ba-1f42-4ab7-a580-2c7c69e31f19 Content-Length: 437 location: http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "adminPass": "TgtvR49sHoVe"}} 2018-08-20 10:32:50,525 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-b05c44ba-1f42-4ab7-a580-2c7c69e31f19 2018-08-20 10:32:50,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:50,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32: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-36c865f6-af5e-42fe-a47c-244470f91e7e x-compute-request-id: req-36c865f6-af5e-42fe-a47c-244470f91e7e 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.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:32:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:50,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-36c865f6-af5e-42fe-a47c-244470f91e7e 2018-08-20 10:32:50,942 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2 2018-08-20 10:32:50,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:51,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32: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-7e49b998-4590-46e2-8bcf-2c0a8d23b615 x-compute-request-id: req-7e49b998-4590-46e2-8bcf-2c0a8d23b615 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.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:32:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:51,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-7e49b998-4590-46e2-8bcf-2c0a8d23b615 2018-08-20 10:32:51,178 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2] is - BUILD 2018-08-20 10:32:51,179 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:32:54,179 - create_instance - DEBUG - VM status query timeout in 896.762972116 2018-08-20 10:32:54,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:54,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f6e9a41-eff2-4468-bc6b-761f5123b068 x-compute-request-id: req-2f6e9a41-eff2-4468-bc6b-761f5123b068 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:32:53Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:54,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-2f6e9a41-eff2-4468-bc6b-761f5123b068 2018-08-20 10:32:54,814 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2] is - BUILD 2018-08-20 10:32:54,814 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:32:57,817 - create_instance - DEBUG - VM status query timeout in 893.125085115 2018-08-20 10:32:57,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:32:58,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:32:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ffff4c6-ad6a-4c6a-80e6-e417c928083c x-compute-request-id: req-7ffff4c6-ad6a-4c6a-80e6-e417c928083c Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:32:53Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:32:58,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-7ffff4c6-ad6a-4c6a-80e6-e417c928083c 2018-08-20 10:32:58,446 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2] is - BUILD 2018-08-20 10:32:58,447 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:33:01,450 - create_instance - DEBUG - VM status query timeout in 889.492483139 2018-08-20 10:33:01,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:02,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7ea7c3b-2aec-4fd8-b0fd-01c7e6c6a9e0 x-compute-request-id: req-a7ea7c3b-2aec-4fd8-b0fd-01c7e6c6a9e0 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:18:99", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:58.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:58Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:02,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-a7ea7c3b-2aec-4fd8-b0fd-01c7e6c6a9e0 2018-08-20 10:33:02,160 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2] is - ACTIVE 2018-08-20 10:33:02,160 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:33:02,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:02,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-6a6832bb-c218-4469-8e97-82428f8e7449 x-compute-request-id: req-6a6832bb-c218-4469-8e97-82428f8e7449 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:18:99", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:58.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:58Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:02,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-6a6832bb-c218-4469-8e97-82428f8e7449 2018-08-20 10:33:02,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:02,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-846cc4cc-016b-47ed-b172-e1d52301a941 Date: Mon, 20 Aug 2018 10:33: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:33:02,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-846cc4cc-016b-47ed-b172-e1d52301a941 2018-08-20 10:33:02,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:03,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73fd8723-8019-4f65-9cd9-6f0fe3afd768 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:33:03,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-73fd8723-8019-4f65-9cd9-6f0fe3afd768 2018-08-20 10:33:03,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:03,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-88c2c96f-d073-4222-9af9-2bb49f21b771 Date: Mon, 20 Aug 2018 10:33:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:33:03,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-88c2c96f-d073-4222-9af9-2bb49f21b771 2018-08-20 10:33:03,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:03,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3866 X-Openstack-Request-Id: req-836e745e-b7f4-45a0-bdc1-3d3aa4637a0a Date: Mon, 20 Aug 2018 10:33:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:58Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2c4e2b63-5e24-40db-8a9c-3ee590802eab","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:88:1f:92","id":"2506dadf-9dc1-4c28-ac64-213aed9078d3","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:59Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2c4e2b63-5e24-40db-8a9c-3ee590802eab","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:df:41:3f","id":"4a75846f-fb17-41fc-8d22-ff6c81f9b66f","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:45Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:57Z","binding:vnic_type":"normal","device_id":"6a3a18a2-4711-4879-aad1-0f3dc802b076","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:7f:18:99","id":"7975cfb6-ac45-423c-9d80-3800304f42cb","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:10Z","binding:vnic_type":"normal","device_id":"1bdfd036-8f92-4a6c-918a-78da4be0293b","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:af:a4:fe","id":"7fc8b786-f72d-4159-a6f0-779012edfaee","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2c4e2b63-5e24-40db-8a9c-3ee590802eab","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e1:ce:c9","id":"8e63aa58-0813-42c6-9ce0-0bd6a7eacc45","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:33:03,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-836e745e-b7f4-45a0-bdc1-3d3aa4637a0a 2018-08-20 10:33:03,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:04,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-c1f9166e-b0c2-4870-95be-66ff25280bfa x-compute-request-id: req-c1f9166e-b0c2-4870-95be-66ff25280bfa Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:18:99", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:58.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:58Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:04,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-c1f9166e-b0c2-4870-95be-66ff25280bfa 2018-08-20 10:33:04,591 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2] is - ACTIVE 2018-08-20 10:33:04,591 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:33:04,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:05,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-c393a61b-cd31-44c2-b8c1-d45abc0cbbf3 x-compute-request-id: req-c393a61b-cd31-44c2-b8c1-d45abc0cbbf3 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:18:99", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:58.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "security_groups": [{"name": "default"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:58Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:05,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-c393a61b-cd31-44c2-b8c1-d45abc0cbbf3 2018-08-20 10:33:05,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:05,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-1043d308-1718-4aad-a295-f49ce237d88c Date: Mon, 20 Aug 2018 10:33: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":["fe14fc62-84f1-4fc8-8c24-9b11807622d4"],"updated_at":"2018-08-20T10:31:57Z","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2"}]} 2018-08-20 10:33:05,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 used request id req-1043d308-1718-4aad-a295-f49ce237d88c 2018-08-20 10:33:05,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:05,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9a5aa4d-14ee-4484-9dda-f78f8807e2f9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:33:05,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-c9a5aa4d-14ee-4484-9dda-f78f8807e2f9 2018-08-20 10:33:05,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:05,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f38b46ec-7a1c-4bbf-813d-0782a8fa3d75 Date: Mon, 20 Aug 2018 10:33:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","dns_nameservers":[],"updated_at":"2018-08-20T10:31:57Z","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":"8ec16d0be8064bdbbe26787cf5dbc3d4","id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2"}]} 2018-08-20 10:33:05,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-f38b46ec-7a1c-4bbf-813d-0782a8fa3d75 2018-08-20 10:33:05,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:05,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3866 X-Openstack-Request-Id: req-e5f83883-4c5a-4e8d-a669-9332279f867e Date: Mon, 20 Aug 2018 10:33:05 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:58Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2c4e2b63-5e24-40db-8a9c-3ee590802eab","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:88:1f:92","id":"2506dadf-9dc1-4c28-ac64-213aed9078d3","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:59Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2c4e2b63-5e24-40db-8a9c-3ee590802eab","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:df:41:3f","id":"4a75846f-fb17-41fc-8d22-ff6c81f9b66f","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:45Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:57Z","binding:vnic_type":"normal","device_id":"6a3a18a2-4711-4879-aad1-0f3dc802b076","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:7f:18:99","id":"7975cfb6-ac45-423c-9d80-3800304f42cb","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:32:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:10Z","binding:vnic_type":"normal","device_id":"1bdfd036-8f92-4a6c-918a-78da4be0293b","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:af:a4:fe","id":"7fc8b786-f72d-4159-a6f0-779012edfaee","port_security_enabled":true,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["8f076e50-e49b-4514-bdd6-b96e19fcbe47"],"name":"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c4e2b63-5e24-40db-8a9c-3ee590802eab","tenant_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","created_at":"2018-08-20T10:31:57Z","admin_state_up":true,"updated_at":"2018-08-20T10:32:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2c4e2b63-5e24-40db-8a9c-3ee590802eab","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e1:ce:c9","id":"8e63aa58-0813-42c6-9ce0-0bd6a7eacc45","port_security_enabled":false,"project_id":"8ec16d0be8064bdbbe26787cf5dbc3d4","fixed_ips":[{"subnet_id":"fe14fc62-84f1-4fc8-8c24-9b11807622d4","ip_address":"10.200.202.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:33:05,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-e5f83883-4c5a-4e8d-a669-9332279f867e 2018-08-20 10:33:05,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" -d '{"addSecurityGroup": {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}}' 2018-08-20 10:33:07,045 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ce7bab6-e4b4-40c9-91a5-87cea0eca3ac x-compute-request-id: req-1ce7bab6-e4b4-40c9-91a5-87cea0eca3ac Content-Length: 0 Content-Type: application/json 2018-08-20 10:33:07,045 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076/action used request id req-1ce7bab6-e4b4-40c9-91a5-87cea0eca3ac 2018-08-20 10:33:07,046 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-08-20 10:33:07,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:33:07,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-776d5936-042d-4762-a6d1-470d33cbdeb9 x-compute-request-id: req-776d5936-042d-4762-a6d1-470d33cbdeb9 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:72:f5", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:34.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "security_groups": [{"name": "default"}, {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:34Z", "hostId": "a4fe38776eaea62f89f0a08bc17bf59dbbe0a0298a43751cca49f99d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:07,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-776d5936-042d-4762-a6d1-470d33cbdeb9 2018-08-20 10:33:07,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 10:33:07,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-b95f0e56-af5a-42da-bf90-b7a32da90632 x-compute-request-id: req-b95f0e56-af5a-42da-bf90-b7a32da90632 Content-Encoding: gzip Content-Length: 9665 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 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 513439679 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153565] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155258] pid_max: default: 32768 minimum: 301\n[ 0.156172] ACPI: Core revision 20150930\n[ 0.157590] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158934] Security Framework initialized\n[ 0.159765] Yama: becoming mindful.\n[ 0.160537] AppArmor: AppArmor initialized\n[ 0.161423] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162787] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165331] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166802] Initializing cgroup subsys io\n[ 0.167636] Initializing cgroup subsys memory\n[ 0.168515] Initializing cgroup subsys devices\n[ 0.169404] Initializing cgroup subsys freezer\n[ 0.170297] Initializing cgroup subsys net_cls\n[ 0.171184] Initializing cgroup subsys perf_event\n[ 0.172113] Initializing cgroup subsys net_prio\n[ 0.173025] Initializing cgroup subsys hugetlb\n[ 0.173915] Initializing cgroup subsys pids\n[ 0.174802] CPU: Physical Processor ID: 0\n[ 0.176326] mce: CPU supports 10 MCE banks\n[ 0.177199] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178223] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180483] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186775] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 2\n[ 0.214141] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215374] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.216761] x2apic enabled\n[ 0.217592] Switched APIC routing to physical x2apic.\n[ 0.219386] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222994] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225111] KVM setup paravirtual spinlock\n[ 0.226680] x86: Booting SMP configuration:\n[ 0.227679] .... node #0, CPUs: #1\n[ 0.228670] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.250972] x86: Booted up 1 node, 2 CPUs\n[ 0.250976] KVM setup async PF for cpu 1\n[ 0.250979] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.253639] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.255209] devtmpfs: initialized\n[ 0.256976] evm: security.selinux\n[ 0.257673] evm: security.SMACK64\n[ 0.258366] evm: security.SMACK64EXEC\n[ 0.259129] evm: security.SMACK64TRANSMUTE\n[ 0.259975] evm: security.SMACK64MMAP\n[ 0.260742] evm: security.ima\n[ 0.261417] evm: security.capability\n[ 0.262281] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.264236] pinctrl core: initialized pinctrl subsystem\n[ 0.265393] RTC time: 10:32:34, date: 08/20/18\n[ 0.266404] NET: Registered protocol family 16\n[ 0.276229] cpuidle: using governor ladder\n[ 0.288312] cpuidle: using governor menu\n[ 0.289157] PCCT header not found.\n[ 0.289970] ACPI: bus type PCI registered\n[ 0.290803] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.292172] PCI: Using configuration type 1 for base access\n[ 0.305715] ACPI: Added _OSI(Module Device)\n[ 0.306629] ACPI: Added _OSI(Processor Device)\n[ 0.307556] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308518] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310573] ACPI: Interpreter enabled\n[ 0.311398] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317338] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319326] ACPI: (supports S0 S5)\n[ 0.320080] ACPI: Using IOAPIC for interrupt routing\n[ 0.321107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324674] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.328532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330965] acpiphp: Slot [3] registered\n[ 0.331822] acpiphp: Slot [4] registered\n[ 0.332688] acpiphp: Slot [5] registered\n[ 0.333552] acpiphp: Slot [6] registered\n[ 0.334416] acpiphp: Slot [7] registered\n[ 0.335276] acpiphp: Slot [8] registered\n[ 0.336140] acpiphp: Slot [9] registered\n[ 0.337004] acpiphp: Slot [10] registered\n[ 0.348037] acpiphp: Slot [11] registered\n[ 0.348916] acpiphp: Slot [12] registered\n[ 0.349790] acpiphp: Slot [13] registered\n[ 0.350671] acpiphp: Slot [14] registered\n[ 0.351544] acpiphp: Slot [15] registered\n[ 0.352425] acpiphp: Slot [16] registered\n[ 0.353300] acpiphp: Slot [17] registered\n[ 0.354168] acpiphp: Slot [18] registered\n[ 0.355038] acpiphp: Slot [19] registered\n[ 0.355912] acpiphp: Slot [20] registered\n[ 0.356786] acpiphp: Slot [21] registered\n[ 0.357665] acpiphp: Slot [22] registered\n[ 0.358545] acpiphp: Slot [23] registered\n[ 0.359418] acpiphp: Slot [24] registered\n[ 0.360289] acpiphp: Slot [25] registered\n[ 0.361261] acpiphp: Slot [26] registered\n[ 0.362141] acpiphp: Slot [27] registered\n[ 0.363019] acpiphp: Slot [28] registered\n[ 0.363887] acpiphp: Slot [29] registered\n[ 0.364758] acpiphp: Slot [30] registered\n[ 0.365633] acpiphp: Slot [31] registered\n[ 0.366509] PCI host bridge to bus 0000:00\n[ 0.367371] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.368676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.369981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.371543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.373092] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.374670] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.378145] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.379536] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.380811] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.382173] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.385971] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.387988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409619] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.412722] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414240] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.415712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417127] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.418576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.419710] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421377] vgaarb: loaded\n[ 0.422018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423363] SCSI subsystem initialized\n[ 0.424389] ACPI: bus type USB registered\n[ 0.425278] usbcore: registered new interface driver usbfs\n[ 0.426396] usbcore: registered new interface driver hub\n[ 0.427485] usbcore: registered new device driver usb\n[ 0.428746] PCI: Using ACPI for IRQ routing\n[ 0.429959] NetLabel: Initializing\n[ 0.430730] NetLabel: domain hash size = 128\n[ 0.431648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432686] NetLabel: unlabeled traffic allowed by default\n[ 0.433962] clocksource: Switched to clocksource kvm-clock\n[ 0.443274] AppArmor: AppArmor Filesystem Enabled\n[ 0.444321] pnp: PnP ACPI init\n[ 0.445361] pnp: PnP ACPI: found 5 devices\n[ 0.452474] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.454330] NET: Registered protocol family 2\n[ 0.455515] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456926] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.458229] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459588] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460761] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462071] NET: Registered protocol family 1\n[ 0.463021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464213] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465369] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.484209] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.503092] Trying to unpack rootfs image as initramfs...\n[ 0.562279] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.564326] Scanning for low memory corruption every 60 seconds\n[ 0.566063] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.567550] audit: initializing netlink subsys (disabled)\n[ 0.568853] audit: type=2000 audit(1534761154.995:1): initialized\n[ 0.570525] Initialise system trusted keyring\n[ 0.571781] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.573267] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.575872] zbud: loaded\n[ 0.576781] VFS: Disk quotas dquot_6.6.0\n[ 0.577815] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.579911] fuse init (API version 7.23)\n[ 0.581031] Key type big_key registered\n[ 0.582034] Allocating IMA MOK and blacklist keyrings.\n[ 0.583651] Key type asymmetric registered\n[ 0.584698] Asymmetric key parser 'x509' registered\n[ 0.585873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.587778] io scheduler noop registered\n[ 0.588772] io scheduler deadline registered (default)\n[ 0.590029] io scheduler cfq registered\n[ 0.591096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.592417] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.594030] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.595859] ACPI: Power Button [PWRF]\n[ 0.596956] GHES: HEST is not enabled!\n[ 0.615396] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.652422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.654942] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.679344] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.682027] Linux agpgart interface v0.103\n[ 0.685367] brd: module loaded\n[ 0.687413] loop: module loaded\n[ 0.692595] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.694458] GPT:90111 != 20971519\n[ 0.695326] GPT:Alternate GPT header not at the end of the disk.\n[ 0.696682] GPT:90111 != 20971519\n[ 0.697527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.698753] vda: vda1 vda15\n[ 0.700252] scsi host0: ata_piix\n[ 0.701291] scsi host1: ata_piix\n[ 0.702200] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.703762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.705702] libphy: Fixed MDIO Bus: probed\n[ 0.706744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.710298] PPP generic driver version 2.4.2\n[ 0.711446] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712928] ehci-pci: EHCI PCI platform driver\n[ 0.714025] ehci-platform: EHCI generic platform driver\n[ 0.715300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716741] ohci-pci: OHCI PCI platform driver\n[ 0.717826] ohci-platform: OHCI generic platform driver\n[ 0.719100] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737908] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.739192] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.742193] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.743618] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.745148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746933] usb usb1: Product: UHCI Host Controller\n[ 0.748103] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.749528] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750802] hub 1-0:1.0: USB hub found\n[ 0.751764] hub 1-0:1.0: 2 ports detected\n[ 0.752873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755483] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756704] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757985] mousedev: PS/2 mouse device common for all mice\n[ 0.759493] rtc_cmos 00:00: RTC can wake from S4\n[ 0.760982] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.762503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.764671] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.766023] i2c /dev entries driver\n[ 0.766826] device-mapper: uevent: version 1.0.3\n[ 0.767815] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.769510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.770978] NET: Registered protocol family 10\n[ 0.772142] NET: Registered protocol family 17\n[ 0.773078] Key type dns_resolver registered\n[ 0.774087] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.775238] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.776389] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.778251] registered taskstats version 1\n[ 0.779133] Loading compiled-in X.509 certificates\n[ 0.780621] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.782556] zswap: loaded using pool lzo/zbud\n[ 0.784469] Key type trusted registered\n[ 0.786512] Key type encrypted registered\n[ 0.787375] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.788447] ima: No TPM chip found, activating TPM-bypass!\n[ 0.789547] evm: HMAC attrs: 0x1\n[ 0.800867] Magic number: 14:53:528\n[ 0.801793] rtc_cmos 00:00: setting system clock to 2018-08-20 10:32:34 UTC (1534761154)\n[ 0.803488] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804645] EDD information not available.\n[ 0.859419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.861029] Write protecting the kernel read-only data: 14336k\n[ 0.863232] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.865153] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.923447] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-000000bf\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\n/dev/root resized successfully [took 11.49s]\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCCp5AphjtJgji20KiVlolr8ANMciCoz50DE82gVVfLLZ92hXGjAXsPRKiwz/BcppNEZPgKRVeXHuBp8GNEdGSWaI6i53v1ZkzbDjEPPqm2+YjALbDjPFJVKq4i1jWNTjhBZ5WgiqXDBem/eFkzDiQiACOe+I5YXUqDpZMolqb7ySy5osUT6WNhfQE20qckW/wVqSlpxgE2JNiU3k8lV9hs8R+wqLjZ+wzjB66rIfQ9g18wWcaE6gvZQCc+3QHsYTrWQLCfRFsih09OqmwbDTDOL2Fs+EKUWVV21Oo1+T/1IQMCP1Kz+Z6PrMVIJsDgcFscCILUxKW6zPCJx4tlNSLf root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\nssh-dss AAAAB3NzaC1kc3MAAACBAOkND6+dGOvtG1HcBPr5gRoUyCTbOOie53na9BNIJgS9u7t5yuIgryyQhYOUJNndB7HN1RfNT5hrY/4Tc5v9D4sJSN+6CQrp+cr8q02hB21wRmy7aF2cwFFOYn+iiJMDEOOxj6+DOH0PeUAQzUuTAqfdxaslLcfWjzAZpMs6c3bvAAAAFQCJGFCr8KcU4w9ysFVHo+z2s20eZwAAAIBdIp3ZlEf5lC8vuSq1hZX3gQYui2hbqUOXetMMHolORywxpWv4+iXUaBl4DNjjB/S5K4PK4HhaDnaxKLQm9WfiwhhdNOmZBuJkWaiHScFqhVbdr7aYZ0uQOorP0jS+5iUi9H3yoR/nqfbSrLrMHl/uV5SqnVvAkTpWWe1Nm+Y2BAAAAIAxM4ADZ1y8Y5yMTENwHG3kLSkgbS/BBoUtVHB3CLn/kXCjrXZbtuPwGjOxzCGgvrBIBz9/NFYFY39Oq5/nrdIe8xBSVHtdF97cVAVzXaAhYctAu5Q4d0BelqeToRCt4ZY90q5YlP0kY6eZS337yR30Qt1pCJB0E9w2zZwol9pP3Q== root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\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:fe53:72f5/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-000000bf\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.67 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a login: "} 2018-08-20 10:33:07,696 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d/action used request id req-b95f0e56-af5a-42da-bf90-b7a32da90632 2018-08-20 10:33:07,698 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-20 10:33:07,698 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 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 0x00000000000F60F0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1551 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 513439679 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.153565] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155258] pid_max: default: 32768 minimum: 301 [ 0.156172] ACPI: Core revision 20150930 [ 0.157590] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.158934] Security Framework initialized [ 0.159765] Yama: becoming mindful. [ 0.160537] AppArmor: AppArmor initialized [ 0.161423] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.162787] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.164099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165331] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166802] Initializing cgroup subsys io [ 0.167636] Initializing cgroup subsys memory [ 0.168515] Initializing cgroup subsys devices [ 0.169404] Initializing cgroup subsys freezer [ 0.170297] Initializing cgroup subsys net_cls [ 0.171184] Initializing cgroup subsys perf_event [ 0.172113] Initializing cgroup subsys net_prio [ 0.173025] Initializing cgroup subsys hugetlb [ 0.173915] Initializing cgroup subsys pids [ 0.174802] CPU: Physical Processor ID: 0 [ 0.176326] mce: CPU supports 10 MCE banks [ 0.177199] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.178223] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180483] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186775] ftrace: allocating 31920 entries in 125 pages [ 0.213241] smpboot: Max logical packages: 2 [ 0.214141] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215374] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.216761] x2apic enabled [ 0.217592] Switched APIC routing to physical x2apic. [ 0.219386] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222994] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225111] KVM setup paravirtual spinlock [ 0.226680] x86: Booting SMP configuration: [ 0.227679] .... node #0, CPUs: #1 [ 0.228670] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.250972] x86: Booted up 1 node, 2 CPUs [ 0.250976] KVM setup async PF for cpu 1 [ 0.250979] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.253639] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.255209] devtmpfs: initialized [ 0.256976] evm: security.selinux [ 0.257673] evm: security.SMACK64 [ 0.258366] evm: security.SMACK64EXEC [ 0.259129] evm: security.SMACK64TRANSMUTE [ 0.259975] evm: security.SMACK64MMAP [ 0.260742] evm: security.ima [ 0.261417] evm: security.capability [ 0.262281] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.264236] pinctrl core: initialized pinctrl subsystem [ 0.265393] RTC time: 10:32:34, date: 08/20/18 [ 0.266404] NET: Registered protocol family 16 [ 0.276229] cpuidle: using governor ladder [ 0.288312] cpuidle: using governor menu [ 0.289157] PCCT header not found. [ 0.289970] ACPI: bus type PCI registered [ 0.290803] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.292172] PCI: Using configuration type 1 for base access [ 0.305715] ACPI: Added _OSI(Module Device) [ 0.306629] ACPI: Added _OSI(Processor Device) [ 0.307556] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308518] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310573] ACPI: Interpreter enabled [ 0.311398] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317338] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.319326] ACPI: (supports S0 S5) [ 0.320080] ACPI: Using IOAPIC for interrupt routing [ 0.321107] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324674] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.325901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.328532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330965] acpiphp: Slot [3] registered [ 0.331822] acpiphp: Slot [4] registered [ 0.332688] acpiphp: Slot [5] registered [ 0.333552] acpiphp: Slot [6] registered [ 0.334416] acpiphp: Slot [7] registered [ 0.335276] acpiphp: Slot [8] registered [ 0.336140] acpiphp: Slot [9] registered [ 0.337004] acpiphp: Slot [10] registered [ 0.348037] acpiphp: Slot [11] registered [ 0.348916] acpiphp: Slot [12] registered [ 0.349790] acpiphp: Slot [13] registered [ 0.350671] acpiphp: Slot [14] registered [ 0.351544] acpiphp: Slot [15] registered [ 0.352425] acpiphp: Slot [16] registered [ 0.353300] acpiphp: Slot [17] registered [ 0.354168] acpiphp: Slot [18] registered [ 0.355038] acpiphp: Slot [19] registered [ 0.355912] acpiphp: Slot [20] registered [ 0.356786] acpiphp: Slot [21] registered [ 0.357665] acpiphp: Slot [22] registered [ 0.358545] acpiphp: Slot [23] registered [ 0.359418] acpiphp: Slot [24] registered [ 0.360289] acpiphp: Slot [25] registered [ 0.361261] acpiphp: Slot [26] registered [ 0.362141] acpiphp: Slot [27] registered [ 0.363019] acpiphp: Slot [28] registered [ 0.363887] acpiphp: Slot [29] registered [ 0.364758] acpiphp: Slot [30] registered [ 0.365633] acpiphp: Slot [31] registered [ 0.366509] PCI host bridge to bus 0000:00 [ 0.367371] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.368676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.369981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.371543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.373092] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.374670] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.378145] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.379536] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.380811] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.382173] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.385971] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.387988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.409619] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.412722] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.414240] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.415712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.417127] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.418576] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.419710] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.421377] vgaarb: loaded [ 0.422018] vgaarb: bridge control possible 0000:00:02.0 [ 0.423363] SCSI subsystem initialized [ 0.424389] ACPI: bus type USB registered [ 0.425278] usbcore: registered new interface driver usbfs [ 0.426396] usbcore: registered new interface driver hub [ 0.427485] usbcore: registered new device driver usb [ 0.428746] PCI: Using ACPI for IRQ routing [ 0.429959] NetLabel: Initializing [ 0.430730] NetLabel: domain hash size = 128 [ 0.431648] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.432686] NetLabel: unlabeled traffic allowed by default [ 0.433962] clocksource: Switched to clocksource kvm-clock [ 0.443274] AppArmor: AppArmor Filesystem Enabled [ 0.444321] pnp: PnP ACPI init [ 0.445361] pnp: PnP ACPI: found 5 devices [ 0.452474] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.454330] NET: Registered protocol family 2 [ 0.455515] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.456926] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.458229] TCP: Hash tables configured (established 4096 bind 4096) [ 0.459588] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.460761] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.462071] NET: Registered protocol family 1 [ 0.463021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.464213] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.465369] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.484209] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.503092] Trying to unpack rootfs image as initramfs... [ 0.562279] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.564326] Scanning for low memory corruption every 60 seconds [ 0.566063] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.567550] audit: initializing netlink subsys (disabled) [ 0.568853] audit: type=2000 audit(1534761154.995:1): initialized [ 0.570525] Initialise system trusted keyring [ 0.571781] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.573267] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.575872] zbud: loaded [ 0.576781] VFS: Disk quotas dquot_6.6.0 [ 0.577815] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.579911] fuse init (API version 7.23) [ 0.581031] Key type big_key registered [ 0.582034] Allocating IMA MOK and blacklist keyrings. [ 0.583651] Key type asymmetric registered [ 0.584698] Asymmetric key parser 'x509' registered [ 0.585873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.587778] io scheduler noop registered [ 0.588772] io scheduler deadline registered (default) [ 0.590029] io scheduler cfq registered [ 0.591096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.592417] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.594030] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.595859] ACPI: Power Button [PWRF] [ 0.596956] GHES: HEST is not enabled! [ 0.615396] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.652422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.654942] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.679344] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.682027] Linux agpgart interface v0.103 [ 0.685367] brd: module loaded [ 0.687413] loop: module loaded [ 0.692595] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.694458] GPT:90111 != 20971519 [ 0.695326] GPT:Alternate GPT header not at the end of the disk. [ 0.696682] GPT:90111 != 20971519 [ 0.697527] GPT: Use GNU Parted to correct GPT errors. [ 0.698753] vda: vda1 vda15 [ 0.700252] scsi host0: ata_piix [ 0.701291] scsi host1: ata_piix [ 0.702200] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.703762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.705702] libphy: Fixed MDIO Bus: probed [ 0.706744] tun: Universal TUN/TAP device driver, 1.6 [ 0.707964] tun: (C) 1999-2004 Max Krasnyansky [ 0.710298] PPP generic driver version 2.4.2 [ 0.711446] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.712928] ehci-pci: EHCI PCI platform driver [ 0.714025] ehci-platform: EHCI generic platform driver [ 0.715300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.716741] ohci-pci: OHCI PCI platform driver [ 0.717826] ohci-platform: OHCI generic platform driver [ 0.719100] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737908] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.739192] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.742193] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.743618] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.745148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746933] usb usb1: Product: UHCI Host Controller [ 0.748103] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.749528] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750802] hub 1-0:1.0: USB hub found [ 0.751764] hub 1-0:1.0: 2 ports detected [ 0.752873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.755483] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.756704] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.757985] mousedev: PS/2 mouse device common for all mice [ 0.759493] rtc_cmos 00:00: RTC can wake from S4 [ 0.760982] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.762503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.764671] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.766023] i2c /dev entries driver [ 0.766826] device-mapper: uevent: version 1.0.3 [ 0.767815] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.769510] ledtrig-cpu: registered to indicate activity on CPUs [ 0.770978] NET: Registered protocol family 10 [ 0.772142] NET: Registered protocol family 17 [ 0.773078] Key type dns_resolver registered [ 0.774087] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.775238] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.776389] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.778251] registered taskstats version 1 [ 0.779133] Loading compiled-in X.509 certificates [ 0.780621] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.782556] zswap: loaded using pool lzo/zbud [ 0.784469] Key type trusted registered [ 0.786512] Key type encrypted registered [ 0.787375] AppArmor: AppArmor sha1 policy hashing enabled [ 0.788447] ima: No TPM chip found, activating TPM-bypass! [ 0.789547] evm: HMAC attrs: 0x1 [ 0.800867] Magic number: 14:53:528 [ 0.801793] rtc_cmos 00:00: setting system clock to 2018-08-20 10:32:34 UTC (1534761154) [ 0.803488] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804645] EDD information not available. [ 0.859419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.861029] Write protecting the kernel read-only data: 14336k [ 0.863232] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.865153] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.923447] 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.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... 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 0.99. iid=i-000000bf 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 /dev/root resized successfully [took 11.49s] vPing KO vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCCp5AphjtJgji20KiVlolr8ANMciCoz50DE82gVVfLLZ92hXGjAXsPRKiwz/BcppNEZPgKRVeXHuBp8GNEdGSWaI6i53v1ZkzbDjEPPqm2+YjALbDjPFJVKq4i1jWNTjhBZ5WgiqXDBem/eFkzDiQiACOe+I5YXUqDpZMolqb7ySy5osUT6WNhfQE20qckW/wVqSlpxgE2JNiU3k8lV9hs8R+wqLjZ+wzjB66rIfQ9g18wWcaE6gvZQCc+3QHsYTrWQLCfRFsih09OqmwbDTDOL2Fs+EKUWVV21Oo1+T/1IQMCP1Kz+Z6PrMVIJsDgcFscCILUxKW6zPCJx4tlNSLf root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a ssh-dss AAAAB3NzaC1kc3MAAACBAOkND6+dGOvtG1HcBPr5gRoUyCTbOOie53na9BNIJgS9u7t5yuIgryyQhYOUJNndB7HN1RfNT5hrY/4Tc5v9D4sJSN+6CQrp+cr8q02hB21wRmy7aF2cwFFOYn+iiJMDEOOxj6+DOH0PeUAQzUuTAqfdxaslLcfWjzAZpMs6c3bvAAAAFQCJGFCr8KcU4w9ysFVHo+z2s20eZwAAAIBdIp3ZlEf5lC8vuSq1hZX3gQYui2hbqUOXetMMHolORywxpWv4+iXUaBl4DNjjB/S5K4PK4HhaDnaxKLQm9WfiwhhdNOmZBuJkWaiHScFqhVbdr7aYZ0uQOorP0jS+5iUi9H3yoR/nqfbSrLrMHl/uV5SqnVvAkTpWWe1Nm+Y2BAAAAIAxM4ADZ1y8Y5yMTENwHG3kLSkgbS/BBoUtVHB3CLn/kXCjrXZbtuPwGjOxzCGgvrBIBz9/NFYFY39Oq5/nrdIe8xBSVHtdF97cVAVzXaAhYctAu5Q4d0BelqeToRCt4ZY90q5YlP0kY6eZS337yR30Qt1pCJB0E9w2zZwol9pP3Q== root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.200.201.5,24,fe80::f816:3eff:fe53:72f5/64, ip-route:default via 10.200.201.1 dev eth0 ip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 ip-route:169.254.169.254 via 10.200.201.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000bf name: N/A availability-zone: nova local-hostname: createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a launch-index: 0 === cirros: current=0.4.0 uptime=26.67 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a login: 2018-08-20 10:33:07,698 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-08-20 10:33:07,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:08,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-6535a32c-41b0-42ff-81cc-4e8925f14be6 x-compute-request-id: req-6535a32c-41b0-42ff-81cc-4e8925f14be6 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:18:99", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:58.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "security_groups": [{"name": "default"}, {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:58Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:08,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-6535a32c-41b0-42ff-81cc-4e8925f14be6 2018-08-20 10:33:08,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 10:33:08,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c69a92ae-7304-4cfd-9b10-99a654d15450 x-compute-request-id: req-c69a92ae-7304-4cfd-9b10-99a654d15450 Content-Encoding: gzip Content-Length: 9636 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 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 484123017 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137607] pid_max: default: 32768 minimum: 301\n[ 0.138504] ACPI: Core revision 20150930\n[ 0.139898] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141211] Security Framework initialized\n[ 0.142027] Yama: becoming mindful.\n[ 0.142784] AppArmor: AppArmor initialized\n[ 0.143683] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146286] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147494] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148909] Initializing cgroup subsys io\n[ 0.149721] Initializing cgroup subsys memory\n[ 0.150591] Initializing cgroup subsys devices\n[ 0.151476] Initializing cgroup subsys freezer\n[ 0.152350] Initializing cgroup subsys net_cls\n[ 0.153242] Initializing cgroup subsys perf_event\n[ 0.154171] Initializing cgroup subsys net_prio\n[ 0.155069] Initializing cgroup subsys hugetlb\n[ 0.155939] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158297] mce: CPU supports 10 MCE banks\n[ 0.159156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160158] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168629] ftrace: allocating 31920 entries in 125 pages\n[ 0.194219] smpboot: Max logical packages: 2\n[ 0.195095] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196290] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.197639] x2apic enabled\n[ 0.198443] Switched APIC routing to physical x2apic.\n[ 0.200195] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201412] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203546] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205515] KVM setup paravirtual spinlock\n[ 0.206954] x86: Booting SMP configuration:\n[ 0.207861] .... node #0, CPUs: #1\n[ 0.208775] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.230448] x86: Booted up 1 node, 2 CPUs\n[ 0.230449] KVM setup async PF for cpu 1\n[ 0.230452] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.233060] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234607] devtmpfs: initialized\n[ 0.236344] evm: security.selinux\n[ 0.237048] evm: security.SMACK64\n[ 0.237738] evm: security.SMACK64EXEC\n[ 0.238493] evm: security.SMACK64TRANSMUTE\n[ 0.239306] evm: security.SMACK64MMAP\n[ 0.240051] evm: security.ima\n[ 0.240695] evm: security.capability\n[ 0.241553] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243442] pinctrl core: initialized pinctrl subsystem\n[ 0.244582] RTC time: 10:32:59, date: 08/20/18\n[ 0.245581] NET: Registered protocol family 16\n[ 0.255447] cpuidle: using governor ladder\n[ 0.267539] cpuidle: using governor menu\n[ 0.268378] PCCT header not found.\n[ 0.269158] ACPI: bus type PCI registered\n[ 0.269952] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.271193] PCI: Using configuration type 1 for base access\n[ 0.284617] ACPI: Added _OSI(Module Device)\n[ 0.285470] ACPI: Added _OSI(Processor Device)\n[ 0.286328] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.287227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289191] ACPI: Interpreter enabled\n[ 0.289965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293660] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297338] ACPI: (supports S0 S5)\n[ 0.298044] ACPI: Using IOAPIC for interrupt routing\n[ 0.298987] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302370] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308164] acpiphp: Slot [3] registered\n[ 0.308970] acpiphp: Slot [4] registered\n[ 0.309775] acpiphp: Slot [5] registered\n[ 0.310574] acpiphp: Slot [6] registered\n[ 0.311379] acpiphp: Slot [7] registered\n[ 0.312180] acpiphp: Slot [8] registered\n[ 0.312976] acpiphp: Slot [9] registered\n[ 0.313770] acpiphp: Slot [10] registered\n[ 0.324520] acpiphp: Slot [11] registered\n[ 0.325343] acpiphp: Slot [12] registered\n[ 0.326159] acpiphp: Slot [13] registered\n[ 0.326967] acpiphp: Slot [14] registered\n[ 0.327776] acpiphp: Slot [15] registered\n[ 0.328585] acpiphp: Slot [16] registered\n[ 0.329395] acpiphp: Slot [17] registered\n[ 0.330202] acpiphp: Slot [18] registered\n[ 0.331007] acpiphp: Slot [19] registered\n[ 0.331814] acpiphp: Slot [20] registered\n[ 0.332626] acpiphp: Slot [21] registered\n[ 0.333443] acpiphp: Slot [22] registered\n[ 0.334255] acpiphp: Slot [23] registered\n[ 0.335067] acpiphp: Slot [24] registered\n[ 0.335874] acpiphp: Slot [25] registered\n[ 0.336687] acpiphp: Slot [26] registered\n[ 0.337499] acpiphp: Slot [27] registered\n[ 0.338313] acpiphp: Slot [28] registered\n[ 0.339122] acpiphp: Slot [29] registered\n[ 0.339966] acpiphp: Slot [30] registered\n[ 0.340782] acpiphp: Slot [31] registered\n[ 0.341586] PCI host bridge to bus 0000:00\n[ 0.342394] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343604] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344818] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.347703] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.349171] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.352573] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.353856] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.355028] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356291] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359892] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361430] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383543] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386348] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387655] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389012] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.390067] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.391608] vgaarb: loaded\n[ 0.392210] vgaarb: bridge control possible 0000:00:02.0\n[ 0.393451] SCSI subsystem initialized\n[ 0.394402] ACPI: bus type USB registered\n[ 0.395238] usbcore: registered new interface driver usbfs\n[ 0.396278] usbcore: registered new interface driver hub\n[ 0.397288] usbcore: registered new device driver usb\n[ 0.398447] PCI: Using ACPI for IRQ routing\n[ 0.399572] NetLabel: Initializing\n[ 0.400302] NetLabel: domain hash size = 128\n[ 0.401157] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402115] NetLabel: unlabeled traffic allowed by default\n[ 0.403323] clocksource: Switched to clocksource kvm-clock\n[ 0.412035] AppArmor: AppArmor Filesystem Enabled\n[ 0.413011] pnp: PnP ACPI init\n[ 0.413988] pnp: PnP ACPI: found 5 devices\n[ 0.421016] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422726] NET: Registered protocol family 2\n[ 0.423825] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425128] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426328] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427540] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429810] NET: Registered protocol family 1\n[ 0.430686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431790] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432861] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451604] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470377] Trying to unpack rootfs image as initramfs...\n[ 0.527996] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529764] Scanning for low memory corruption every 60 seconds\n[ 0.531242] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.532480] audit: initializing netlink subsys (disabled)\n[ 0.533589] audit: type=2000 audit(1534761179.180:1): initialized\n[ 0.534993] Initialise system trusted keyring\n[ 0.536027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537262] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.539586] zbud: loaded\n[ 0.540411] VFS: Disk quotas dquot_6.6.0\n[ 0.541292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543064] fuse init (API version 7.23)\n[ 0.544050] Key type big_key registered\n[ 0.544895] Allocating IMA MOK and blacklist keyrings.\n[ 0.546259] Key type asymmetric registered\n[ 0.547136] Asymmetric key parser 'x509' registered\n[ 0.548149] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549729] io scheduler noop registered\n[ 0.550565] io scheduler deadline registered (default)\n[ 0.551626] io scheduler cfq registered\n[ 0.552521] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554968] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556487] ACPI: Power Button [PWRF]\n[ 0.557447] GHES: HEST is not enabled!\n[ 0.575974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.613289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.615520] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.639178] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641686] Linux agpgart interface v0.103\n[ 0.644794] brd: module loaded\n[ 0.646785] loop: module loaded\n[ 0.650937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.652489] GPT:90111 != 20971519\n[ 0.653233] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654413] GPT:90111 != 20971519\n[ 0.655154] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656198] vda: vda1 vda15\n[ 0.657592] scsi host0: ata_piix\n[ 0.658462] scsi host1: ata_piix\n[ 0.659232] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.660549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.662279] libphy: Fixed MDIO Bus: probed\n[ 0.663170] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664201] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666285] PPP generic driver version 2.4.2\n[ 0.667256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668556] ehci-pci: EHCI PCI platform driver\n[ 0.669505] ehci-platform: EHCI generic platform driver\n[ 0.670573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.671795] ohci-pci: OHCI PCI platform driver\n[ 0.672735] ohci-platform: OHCI generic platform driver\n[ 0.673806] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.692673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.693765] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.695342] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.696414] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.697640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.698963] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.700456] usb usb1: Product: UHCI Host Controller\n[ 0.701449] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.702657] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.703678] hub 1-0:1.0: USB hub found\n[ 0.704507] hub 1-0:1.0: 2 ports detected\n[ 0.705500] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708765] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.709859] mousedev: PS/2 mouse device common for all mice\n[ 0.711173] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712490] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714323] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715700] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716960] i2c /dev entries driver\n[ 0.717768] device-mapper: uevent: version 1.0.3\n[ 0.718774] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.720525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721986] NET: Registered protocol family 10\n[ 0.723151] NET: Registered protocol family 17\n[ 0.724146] Key type dns_resolver registered\n[ 0.725192] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726311] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.727506] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729456] registered taskstats version 1\n[ 0.730359] Loading compiled-in X.509 certificates\n[ 0.731891] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733900] zswap: loaded using pool lzo/zbud\n[ 0.735683] Key type trusted registered\n[ 0.737817] Key type encrypted registered\n[ 0.738705] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739827] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740968] evm: HMAC attrs: 0x1\n[ 0.752193] Magic number: 14:53:528\n[ 0.753088] rtc_cmos 00:00: setting system clock to 2018-08-20 10:32:59 UTC (1534761179)\n[ 0.754752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.755869] EDD information not available.\n[ 0.816729] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818281] Write protecting the kernel read-only data: 14336k\n[ 0.820410] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.822266] 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 0.79\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.003502] 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.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 0.95. iid=i-000000c2\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoe/awqYP3v5xjmc4WnyP3FjjsHkVLPFJmv4pOCsPrNuEDFhYUKHT+5DsuWXa53MVRlnNnKFVSRn6l2BrBwBH6ARqGwfIzKvhZkzhljnTll6fETdw2ydfyLDFR1U8x1oaws5s4Es08A1ZYZCdBx/KxvoLFN2So5DyVK7VjFsVm+PIvBzGjafxQnrEwHu2sXIGnyiUkrjAllztemOBsNBJBL70gXbYSYiFklF8Banfmf+/jimXWzjzF0aFZX8LoPeSm0XuBgudSBGEGLVfq9N/mFn1Kj2fA9JwPS4hvYXGJ4HFIXJCxkigw5T2WrkTKrIDn0NFiodmserhCkAnapoS/ root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\nssh-dss AAAAB3NzaC1kc3MAAACBAO/1AO9ls4W9T5dNYfW5NS4tijp60XLiaMKkGGhOTT94t6KZoXoBg43qH3cZXfX++HZPy3Je/ev2YRll2fM6GQnQMAhsVsy86U5QVkv/cE9cHVtWZnrafwsQeA4hLWwvurikiDRUY8GAIKjD1Ysz1cuzDofsrlWBfZtlkn+U1ZH1AAAAFQCfXl/HDMZmPOXTAguNu7N/9p3mjwAAAIApyelx+eldHSNNyp21rV7agVMo9n15MEowQWjUC2cvnN820IGssrQ4e4w2Nsypu4XK1k0X+Bvv8suOhVWlUkRzYTBWPaswm7tX/bMQAdJ8ZSG293ZzGSdoICi/Ojn6s6e47WluD7m3FJ36iiykIsXdQUbM0H1ZfkPGPl78PhfA0gAAAIEAqqvOiX+0gn6h8SVk9s9j7y6jSKdyhnPrakyJtGmCTacjZryINc0isE13n5dstcMM+UX/XS+Br/gbfpFTNakMoVdxf8t7JXqY9McmTr2/oRnunDYTGnyOpDh/J9UvVSNE3/HC9IssRcV55UFEU2rt4QcLt7yZ6GXKoeQZ/8kpQG4= root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\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:fe7f:1899/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-000000c2\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.00 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a login: "} 2018-08-20 10:33:08,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076/action used request id req-c69a92ae-7304-4cfd-9b10-99a654d15450 2018-08-20 10:33:08,343 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-20 10:33:08,344 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 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 0x00000000000F60F0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1551 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 484123017 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.135950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137607] pid_max: default: 32768 minimum: 301 [ 0.138504] ACPI: Core revision 20150930 [ 0.139898] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141211] Security Framework initialized [ 0.142027] Yama: becoming mindful. [ 0.142784] AppArmor: AppArmor initialized [ 0.143683] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146286] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147494] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148909] Initializing cgroup subsys io [ 0.149721] Initializing cgroup subsys memory [ 0.150591] Initializing cgroup subsys devices [ 0.151476] Initializing cgroup subsys freezer [ 0.152350] Initializing cgroup subsys net_cls [ 0.153242] Initializing cgroup subsys perf_event [ 0.154171] Initializing cgroup subsys net_prio [ 0.155069] Initializing cgroup subsys hugetlb [ 0.155939] Initializing cgroup subsys pids [ 0.156810] CPU: Physical Processor ID: 0 [ 0.158297] mce: CPU supports 10 MCE banks [ 0.159156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160158] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168629] ftrace: allocating 31920 entries in 125 pages [ 0.194219] smpboot: Max logical packages: 2 [ 0.195095] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196290] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.197639] x2apic enabled [ 0.198443] Switched APIC routing to physical x2apic. [ 0.200195] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201412] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203546] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205515] KVM setup paravirtual spinlock [ 0.206954] x86: Booting SMP configuration: [ 0.207861] .... node #0, CPUs: #1 [ 0.208775] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.230448] x86: Booted up 1 node, 2 CPUs [ 0.230449] KVM setup async PF for cpu 1 [ 0.230452] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.233060] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.234607] devtmpfs: initialized [ 0.236344] evm: security.selinux [ 0.237048] evm: security.SMACK64 [ 0.237738] evm: security.SMACK64EXEC [ 0.238493] evm: security.SMACK64TRANSMUTE [ 0.239306] evm: security.SMACK64MMAP [ 0.240051] evm: security.ima [ 0.240695] evm: security.capability [ 0.241553] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.243442] pinctrl core: initialized pinctrl subsystem [ 0.244582] RTC time: 10:32:59, date: 08/20/18 [ 0.245581] NET: Registered protocol family 16 [ 0.255447] cpuidle: using governor ladder [ 0.267539] cpuidle: using governor menu [ 0.268378] PCCT header not found. [ 0.269158] ACPI: bus type PCI registered [ 0.269952] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.271193] PCI: Using configuration type 1 for base access [ 0.284617] ACPI: Added _OSI(Module Device) [ 0.285470] ACPI: Added _OSI(Processor Device) [ 0.286328] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.287227] ACPI: Added _OSI(Processor Aggregator Device) [ 0.289191] ACPI: Interpreter enabled [ 0.289965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293660] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.295499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.297338] ACPI: (supports S0 S5) [ 0.298044] ACPI: Using IOAPIC for interrupt routing [ 0.298987] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302370] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308164] acpiphp: Slot [3] registered [ 0.308970] acpiphp: Slot [4] registered [ 0.309775] acpiphp: Slot [5] registered [ 0.310574] acpiphp: Slot [6] registered [ 0.311379] acpiphp: Slot [7] registered [ 0.312180] acpiphp: Slot [8] registered [ 0.312976] acpiphp: Slot [9] registered [ 0.313770] acpiphp: Slot [10] registered [ 0.324520] acpiphp: Slot [11] registered [ 0.325343] acpiphp: Slot [12] registered [ 0.326159] acpiphp: Slot [13] registered [ 0.326967] acpiphp: Slot [14] registered [ 0.327776] acpiphp: Slot [15] registered [ 0.328585] acpiphp: Slot [16] registered [ 0.329395] acpiphp: Slot [17] registered [ 0.330202] acpiphp: Slot [18] registered [ 0.331007] acpiphp: Slot [19] registered [ 0.331814] acpiphp: Slot [20] registered [ 0.332626] acpiphp: Slot [21] registered [ 0.333443] acpiphp: Slot [22] registered [ 0.334255] acpiphp: Slot [23] registered [ 0.335067] acpiphp: Slot [24] registered [ 0.335874] acpiphp: Slot [25] registered [ 0.336687] acpiphp: Slot [26] registered [ 0.337499] acpiphp: Slot [27] registered [ 0.338313] acpiphp: Slot [28] registered [ 0.339122] acpiphp: Slot [29] registered [ 0.339966] acpiphp: Slot [30] registered [ 0.340782] acpiphp: Slot [31] registered [ 0.341586] PCI host bridge to bus 0000:00 [ 0.342394] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343604] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344818] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.347703] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.349171] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.352573] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.353856] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.355028] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.356291] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.359892] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.361430] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.380245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.381727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.383543] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.384963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.386348] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.387655] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.389012] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.390067] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.391608] vgaarb: loaded [ 0.392210] vgaarb: bridge control possible 0000:00:02.0 [ 0.393451] SCSI subsystem initialized [ 0.394402] ACPI: bus type USB registered [ 0.395238] usbcore: registered new interface driver usbfs [ 0.396278] usbcore: registered new interface driver hub [ 0.397288] usbcore: registered new device driver usb [ 0.398447] PCI: Using ACPI for IRQ routing [ 0.399572] NetLabel: Initializing [ 0.400302] NetLabel: domain hash size = 128 [ 0.401157] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.402115] NetLabel: unlabeled traffic allowed by default [ 0.403323] clocksource: Switched to clocksource kvm-clock [ 0.412035] AppArmor: AppArmor Filesystem Enabled [ 0.413011] pnp: PnP ACPI init [ 0.413988] pnp: PnP ACPI: found 5 devices [ 0.421016] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422726] NET: Registered protocol family 2 [ 0.423825] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425128] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426328] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427540] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.429810] NET: Registered protocol family 1 [ 0.430686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.431790] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.432861] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.451604] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.470377] Trying to unpack rootfs image as initramfs... [ 0.527996] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.529764] Scanning for low memory corruption every 60 seconds [ 0.531242] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.532480] audit: initializing netlink subsys (disabled) [ 0.533589] audit: type=2000 audit(1534761179.180:1): initialized [ 0.534993] Initialise system trusted keyring [ 0.536027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.537262] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.539586] zbud: loaded [ 0.540411] VFS: Disk quotas dquot_6.6.0 [ 0.541292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.543064] fuse init (API version 7.23) [ 0.544050] Key type big_key registered [ 0.544895] Allocating IMA MOK and blacklist keyrings. [ 0.546259] Key type asymmetric registered [ 0.547136] Asymmetric key parser 'x509' registered [ 0.548149] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.549729] io scheduler noop registered [ 0.550565] io scheduler deadline registered (default) [ 0.551626] io scheduler cfq registered [ 0.552521] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.554968] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.556487] ACPI: Power Button [PWRF] [ 0.557447] GHES: HEST is not enabled! [ 0.575974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.613289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.615520] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.639178] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.641686] Linux agpgart interface v0.103 [ 0.644794] brd: module loaded [ 0.646785] loop: module loaded [ 0.650937] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.652489] GPT:90111 != 20971519 [ 0.653233] GPT:Alternate GPT header not at the end of the disk. [ 0.654413] GPT:90111 != 20971519 [ 0.655154] GPT: Use GNU Parted to correct GPT errors. [ 0.656198] vda: vda1 vda15 [ 0.657592] scsi host0: ata_piix [ 0.658462] scsi host1: ata_piix [ 0.659232] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.660549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.662279] libphy: Fixed MDIO Bus: probed [ 0.663170] tun: Universal TUN/TAP device driver, 1.6 [ 0.664201] tun: (C) 1999-2004 Max Krasnyansky [ 0.666285] PPP generic driver version 2.4.2 [ 0.667256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.668556] ehci-pci: EHCI PCI platform driver [ 0.669505] ehci-platform: EHCI generic platform driver [ 0.670573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.671795] ohci-pci: OHCI PCI platform driver [ 0.672735] ohci-platform: OHCI generic platform driver [ 0.673806] uhci_hcd: USB Universal Host Controller Interface driver [ 0.692673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.693765] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.695342] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.696414] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.697640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.698963] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.700456] usb usb1: Product: UHCI Host Controller [ 0.701449] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.702657] usb usb1: SerialNumber: 0000:00:01.2 [ 0.703678] hub 1-0:1.0: USB hub found [ 0.704507] hub 1-0:1.0: 2 ports detected [ 0.705500] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.707770] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708765] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.709859] mousedev: PS/2 mouse device common for all mice [ 0.711173] rtc_cmos 00:00: RTC can wake from S4 [ 0.712490] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714323] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.715700] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.716960] i2c /dev entries driver [ 0.717768] device-mapper: uevent: version 1.0.3 [ 0.718774] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.720525] ledtrig-cpu: registered to indicate activity on CPUs [ 0.721986] NET: Registered protocol family 10 [ 0.723151] NET: Registered protocol family 17 [ 0.724146] Key type dns_resolver registered [ 0.725192] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.726311] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.727506] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.729456] registered taskstats version 1 [ 0.730359] Loading compiled-in X.509 certificates [ 0.731891] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.733900] zswap: loaded using pool lzo/zbud [ 0.735683] Key type trusted registered [ 0.737817] Key type encrypted registered [ 0.738705] AppArmor: AppArmor sha1 policy hashing enabled [ 0.739827] ima: No TPM chip found, activating TPM-bypass! [ 0.740968] evm: HMAC attrs: 0x1 [ 0.752193] Magic number: 14:53:528 [ 0.753088] rtc_cmos 00:00: setting system clock to 2018-08-20 10:32:59 UTC (1534761179) [ 0.754752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.755869] EDD information not available. [ 0.816729] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.818281] Write protecting the kernel read-only data: 14336k [ 0.820410] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.822266] 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 0.79 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.003502] 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.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 0.95. iid=i-000000c2 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 2 @ 3491.912 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoe/awqYP3v5xjmc4WnyP3FjjsHkVLPFJmv4pOCsPrNuEDFhYUKHT+5DsuWXa53MVRlnNnKFVSRn6l2BrBwBH6ARqGwfIzKvhZkzhljnTll6fETdw2ydfyLDFR1U8x1oaws5s4Es08A1ZYZCdBx/KxvoLFN2So5DyVK7VjFsVm+PIvBzGjafxQnrEwHu2sXIGnyiUkrjAllztemOBsNBJBL70gXbYSYiFklF8Banfmf+/jimXWzjzF0aFZX8LoPeSm0XuBgudSBGEGLVfq9N/mFn1Kj2fA9JwPS4hvYXGJ4HFIXJCxkigw5T2WrkTKrIDn0NFiodmserhCkAnapoS/ root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a ssh-dss AAAAB3NzaC1kc3MAAACBAO/1AO9ls4W9T5dNYfW5NS4tijp60XLiaMKkGGhOTT94t6KZoXoBg43qH3cZXfX++HZPy3Je/ev2YRll2fM6GQnQMAhsVsy86U5QVkv/cE9cHVtWZnrafwsQeA4hLWwvurikiDRUY8GAIKjD1Ysz1cuzDofsrlWBfZtlkn+U1ZH1AAAAFQCfXl/HDMZmPOXTAguNu7N/9p3mjwAAAIApyelx+eldHSNNyp21rV7agVMo9n15MEowQWjUC2cvnN820IGssrQ4e4w2Nsypu4XK1k0X+Bvv8suOhVWlUkRzYTBWPaswm7tX/bMQAdJ8ZSG293ZzGSdoICi/Ojn6s6e47WluD7m3FJ36iiykIsXdQUbM0H1ZfkPGPl78PhfA0gAAAIEAqqvOiX+0gn6h8SVk9s9j7y6jSKdyhnPrakyJtGmCTacjZryINc0isE13n5dstcMM+UX/XS+Br/gbfpFTNakMoVdxf8t7JXqY9McmTr2/oRnunDYTGnyOpDh/J9UvVSNE3/HC9IssRcV55UFEU2rt4QcLt7yZ6GXKoeQZ/8kpQG4= root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a -----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:fe7f:1899/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-000000c2 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a launch-index: 0 === cirros: current=0.4.0 uptime=4.00 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a login: 2018-08-20 10:33:09,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:33:10,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-163c5d5c-8c91-449c-a2f1-cbbc7ac67a74 x-compute-request-id: req-163c5d5c-8c91-449c-a2f1-cbbc7ac67a74 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:72:f5", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:34.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "security_groups": [{"name": "default"}, {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:34Z", "hostId": "a4fe38776eaea62f89f0a08bc17bf59dbbe0a0298a43751cca49f99d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:10,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-163c5d5c-8c91-449c-a2f1-cbbc7ac67a74 2018-08-20 10:33:10,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 10:33:10,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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,Accept-Encoding x-openstack-request-id: req-b966a089-1e45-46c5-9558-822bf4ff3360 x-compute-request-id: req-b966a089-1e45-46c5-9558-822bf4ff3360 Content-Encoding: gzip Content-Length: 9665 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 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 513439679 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153565] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155258] pid_max: default: 32768 minimum: 301\n[ 0.156172] ACPI: Core revision 20150930\n[ 0.157590] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158934] Security Framework initialized\n[ 0.159765] Yama: becoming mindful.\n[ 0.160537] AppArmor: AppArmor initialized\n[ 0.161423] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162787] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165331] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166802] Initializing cgroup subsys io\n[ 0.167636] Initializing cgroup subsys memory\n[ 0.168515] Initializing cgroup subsys devices\n[ 0.169404] Initializing cgroup subsys freezer\n[ 0.170297] Initializing cgroup subsys net_cls\n[ 0.171184] Initializing cgroup subsys perf_event\n[ 0.172113] Initializing cgroup subsys net_prio\n[ 0.173025] Initializing cgroup subsys hugetlb\n[ 0.173915] Initializing cgroup subsys pids\n[ 0.174802] CPU: Physical Processor ID: 0\n[ 0.176326] mce: CPU supports 10 MCE banks\n[ 0.177199] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178223] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180483] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186775] ftrace: allocating 31920 entries in 125 pages\n[ 0.213241] smpboot: Max logical packages: 2\n[ 0.214141] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215374] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.216761] x2apic enabled\n[ 0.217592] Switched APIC routing to physical x2apic.\n[ 0.219386] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222994] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225111] KVM setup paravirtual spinlock\n[ 0.226680] x86: Booting SMP configuration:\n[ 0.227679] .... node #0, CPUs: #1\n[ 0.228670] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.250972] x86: Booted up 1 node, 2 CPUs\n[ 0.250976] KVM setup async PF for cpu 1\n[ 0.250979] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.253639] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.255209] devtmpfs: initialized\n[ 0.256976] evm: security.selinux\n[ 0.257673] evm: security.SMACK64\n[ 0.258366] evm: security.SMACK64EXEC\n[ 0.259129] evm: security.SMACK64TRANSMUTE\n[ 0.259975] evm: security.SMACK64MMAP\n[ 0.260742] evm: security.ima\n[ 0.261417] evm: security.capability\n[ 0.262281] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.264236] pinctrl core: initialized pinctrl subsystem\n[ 0.265393] RTC time: 10:32:34, date: 08/20/18\n[ 0.266404] NET: Registered protocol family 16\n[ 0.276229] cpuidle: using governor ladder\n[ 0.288312] cpuidle: using governor menu\n[ 0.289157] PCCT header not found.\n[ 0.289970] ACPI: bus type PCI registered\n[ 0.290803] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.292172] PCI: Using configuration type 1 for base access\n[ 0.305715] ACPI: Added _OSI(Module Device)\n[ 0.306629] ACPI: Added _OSI(Processor Device)\n[ 0.307556] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308518] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310573] ACPI: Interpreter enabled\n[ 0.311398] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317338] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319326] ACPI: (supports S0 S5)\n[ 0.320080] ACPI: Using IOAPIC for interrupt routing\n[ 0.321107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324674] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.328532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330965] acpiphp: Slot [3] registered\n[ 0.331822] acpiphp: Slot [4] registered\n[ 0.332688] acpiphp: Slot [5] registered\n[ 0.333552] acpiphp: Slot [6] registered\n[ 0.334416] acpiphp: Slot [7] registered\n[ 0.335276] acpiphp: Slot [8] registered\n[ 0.336140] acpiphp: Slot [9] registered\n[ 0.337004] acpiphp: Slot [10] registered\n[ 0.348037] acpiphp: Slot [11] registered\n[ 0.348916] acpiphp: Slot [12] registered\n[ 0.349790] acpiphp: Slot [13] registered\n[ 0.350671] acpiphp: Slot [14] registered\n[ 0.351544] acpiphp: Slot [15] registered\n[ 0.352425] acpiphp: Slot [16] registered\n[ 0.353300] acpiphp: Slot [17] registered\n[ 0.354168] acpiphp: Slot [18] registered\n[ 0.355038] acpiphp: Slot [19] registered\n[ 0.355912] acpiphp: Slot [20] registered\n[ 0.356786] acpiphp: Slot [21] registered\n[ 0.357665] acpiphp: Slot [22] registered\n[ 0.358545] acpiphp: Slot [23] registered\n[ 0.359418] acpiphp: Slot [24] registered\n[ 0.360289] acpiphp: Slot [25] registered\n[ 0.361261] acpiphp: Slot [26] registered\n[ 0.362141] acpiphp: Slot [27] registered\n[ 0.363019] acpiphp: Slot [28] registered\n[ 0.363887] acpiphp: Slot [29] registered\n[ 0.364758] acpiphp: Slot [30] registered\n[ 0.365633] acpiphp: Slot [31] registered\n[ 0.366509] PCI host bridge to bus 0000:00\n[ 0.367371] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.368676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.369981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.371543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.373092] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.374670] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.378145] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.379536] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.380811] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.382173] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.385971] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.387988] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409619] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.412722] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414240] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.415712] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417127] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.418576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.419710] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421377] vgaarb: loaded\n[ 0.422018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423363] SCSI subsystem initialized\n[ 0.424389] ACPI: bus type USB registered\n[ 0.425278] usbcore: registered new interface driver usbfs\n[ 0.426396] usbcore: registered new interface driver hub\n[ 0.427485] usbcore: registered new device driver usb\n[ 0.428746] PCI: Using ACPI for IRQ routing\n[ 0.429959] NetLabel: Initializing\n[ 0.430730] NetLabel: domain hash size = 128\n[ 0.431648] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432686] NetLabel: unlabeled traffic allowed by default\n[ 0.433962] clocksource: Switched to clocksource kvm-clock\n[ 0.443274] AppArmor: AppArmor Filesystem Enabled\n[ 0.444321] pnp: PnP ACPI init\n[ 0.445361] pnp: PnP ACPI: found 5 devices\n[ 0.452474] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.454330] NET: Registered protocol family 2\n[ 0.455515] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456926] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.458229] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459588] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460761] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462071] NET: Registered protocol family 1\n[ 0.463021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464213] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465369] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.484209] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.503092] Trying to unpack rootfs image as initramfs...\n[ 0.562279] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.564326] Scanning for low memory corruption every 60 seconds\n[ 0.566063] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.567550] audit: initializing netlink subsys (disabled)\n[ 0.568853] audit: type=2000 audit(1534761154.995:1): initialized\n[ 0.570525] Initialise system trusted keyring\n[ 0.571781] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.573267] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.575872] zbud: loaded\n[ 0.576781] VFS: Disk quotas dquot_6.6.0\n[ 0.577815] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.579911] fuse init (API version 7.23)\n[ 0.581031] Key type big_key registered\n[ 0.582034] Allocating IMA MOK and blacklist keyrings.\n[ 0.583651] Key type asymmetric registered\n[ 0.584698] Asymmetric key parser 'x509' registered\n[ 0.585873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.587778] io scheduler noop registered\n[ 0.588772] io scheduler deadline registered (default)\n[ 0.590029] io scheduler cfq registered\n[ 0.591096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.592417] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.594030] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.595859] ACPI: Power Button [PWRF]\n[ 0.596956] GHES: HEST is not enabled!\n[ 0.615396] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.652422] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.654942] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.679344] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.682027] Linux agpgart interface v0.103\n[ 0.685367] brd: module loaded\n[ 0.687413] loop: module loaded\n[ 0.692595] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.694458] GPT:90111 != 20971519\n[ 0.695326] GPT:Alternate GPT header not at the end of the disk.\n[ 0.696682] GPT:90111 != 20971519\n[ 0.697527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.698753] vda: vda1 vda15\n[ 0.700252] scsi host0: ata_piix\n[ 0.701291] scsi host1: ata_piix\n[ 0.702200] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.703762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.705702] libphy: Fixed MDIO Bus: probed\n[ 0.706744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707964] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.710298] PPP generic driver version 2.4.2\n[ 0.711446] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.712928] ehci-pci: EHCI PCI platform driver\n[ 0.714025] ehci-platform: EHCI generic platform driver\n[ 0.715300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716741] ohci-pci: OHCI PCI platform driver\n[ 0.717826] ohci-platform: OHCI generic platform driver\n[ 0.719100] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737908] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.739192] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.742193] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.743618] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.745148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746933] usb usb1: Product: UHCI Host Controller\n[ 0.748103] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.749528] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750802] hub 1-0:1.0: USB hub found\n[ 0.751764] hub 1-0:1.0: 2 ports detected\n[ 0.752873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755483] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756704] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.757985] mousedev: PS/2 mouse device common for all mice\n[ 0.759493] rtc_cmos 00:00: RTC can wake from S4\n[ 0.760982] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.762503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.764671] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.766023] i2c /dev entries driver\n[ 0.766826] device-mapper: uevent: version 1.0.3\n[ 0.767815] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.769510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.770978] NET: Registered protocol family 10\n[ 0.772142] NET: Registered protocol family 17\n[ 0.773078] Key type dns_resolver registered\n[ 0.774087] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.775238] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.776389] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.778251] registered taskstats version 1\n[ 0.779133] Loading compiled-in X.509 certificates\n[ 0.780621] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.782556] zswap: loaded using pool lzo/zbud\n[ 0.784469] Key type trusted registered\n[ 0.786512] Key type encrypted registered\n[ 0.787375] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.788447] ima: No TPM chip found, activating TPM-bypass!\n[ 0.789547] evm: HMAC attrs: 0x1\n[ 0.800867] Magic number: 14:53:528\n[ 0.801793] rtc_cmos 00:00: setting system clock to 2018-08-20 10:32:34 UTC (1534761154)\n[ 0.803488] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804645] EDD information not available.\n[ 0.859419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.861029] Write protecting the kernel read-only data: 14336k\n[ 0.863232] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.865153] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.923447] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-000000bf\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\n/dev/root resized successfully [took 11.49s]\nvPing KO\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCCp5AphjtJgji20KiVlolr8ANMciCoz50DE82gVVfLLZ92hXGjAXsPRKiwz/BcppNEZPgKRVeXHuBp8GNEdGSWaI6i53v1ZkzbDjEPPqm2+YjALbDjPFJVKq4i1jWNTjhBZ5WgiqXDBem/eFkzDiQiACOe+I5YXUqDpZMolqb7ySy5osUT6WNhfQE20qckW/wVqSlpxgE2JNiU3k8lV9hs8R+wqLjZ+wzjB66rIfQ9g18wWcaE6gvZQCc+3QHsYTrWQLCfRFsih09OqmwbDTDOL2Fs+EKUWVV21Oo1+T/1IQMCP1Kz+Z6PrMVIJsDgcFscCILUxKW6zPCJx4tlNSLf root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\nssh-dss AAAAB3NzaC1kc3MAAACBAOkND6+dGOvtG1HcBPr5gRoUyCTbOOie53na9BNIJgS9u7t5yuIgryyQhYOUJNndB7HN1RfNT5hrY/4Tc5v9D4sJSN+6CQrp+cr8q02hB21wRmy7aF2cwFFOYn+iiJMDEOOxj6+DOH0PeUAQzUuTAqfdxaslLcfWjzAZpMs6c3bvAAAAFQCJGFCr8KcU4w9ysFVHo+z2s20eZwAAAIBdIp3ZlEf5lC8vuSq1hZX3gQYui2hbqUOXetMMHolORywxpWv4+iXUaBl4DNjjB/S5K4PK4HhaDnaxKLQm9WfiwhhdNOmZBuJkWaiHScFqhVbdr7aYZ0uQOorP0jS+5iUi9H3yoR/nqfbSrLrMHl/uV5SqnVvAkTpWWe1Nm+Y2BAAAAIAxM4ADZ1y8Y5yMTENwHG3kLSkgbS/BBoUtVHB3CLn/kXCjrXZbtuPwGjOxzCGgvrBIBz9/NFYFY39Oq5/nrdIe8xBSVHtdF97cVAVzXaAhYctAu5Q4d0BelqeToRCt4ZY90q5YlP0kY6eZS337yR30Qt1pCJB0E9w2zZwol9pP3Q== root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\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:fe53:72f5/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-000000bf\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.67 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a login: "} 2018-08-20 10:33:10,142 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d/action used request id req-b966a089-1e45-46c5-9558-822bf4ff3360 2018-08-20 10:33:11,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:11,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-a06dcbd8-36d5-42b0-8370-b3b6c4793130 x-compute-request-id: req-a06dcbd8-36d5-42b0-8370-b3b6c4793130 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:18:99", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:58.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "security_groups": [{"name": "default"}, {"name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp"}], "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:32:58Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:11,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-a06dcbd8-36d5-42b0-8370-b3b6c4793130 2018-08-20 10:33:11,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 10:33:11,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-7518f5a5-db66-4cd3-850e-09b871c8cbca x-compute-request-id: req-7518f5a5-db66-4cd3-850e-09b871c8cbca Content-Encoding: gzip Content-Length: 9636 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x00000000000F60F0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE15D1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE145D 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1551 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 484123017 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491664K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 32088K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137607] pid_max: default: 32768 minimum: 301\n[ 0.138504] ACPI: Core revision 20150930\n[ 0.139898] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141211] Security Framework initialized\n[ 0.142027] Yama: becoming mindful.\n[ 0.142784] AppArmor: AppArmor initialized\n[ 0.143683] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145010] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146286] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147494] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148909] Initializing cgroup subsys io\n[ 0.149721] Initializing cgroup subsys memory\n[ 0.150591] Initializing cgroup subsys devices\n[ 0.151476] Initializing cgroup subsys freezer\n[ 0.152350] Initializing cgroup subsys net_cls\n[ 0.153242] Initializing cgroup subsys perf_event\n[ 0.154171] Initializing cgroup subsys net_prio\n[ 0.155069] Initializing cgroup subsys hugetlb\n[ 0.155939] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158297] mce: CPU supports 10 MCE banks\n[ 0.159156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160158] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162383] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168629] ftrace: allocating 31920 entries in 125 pages\n[ 0.194219] smpboot: Max logical packages: 2\n[ 0.195095] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196290] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.197639] x2apic enabled\n[ 0.198443] Switched APIC routing to physical x2apic.\n[ 0.200195] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201412] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203546] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205515] KVM setup paravirtual spinlock\n[ 0.206954] x86: Booting SMP configuration:\n[ 0.207861] .... node #0, CPUs: #1\n[ 0.208775] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.230448] x86: Booted up 1 node, 2 CPUs\n[ 0.230449] KVM setup async PF for cpu 1\n[ 0.230452] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.233060] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234607] devtmpfs: initialized\n[ 0.236344] evm: security.selinux\n[ 0.237048] evm: security.SMACK64\n[ 0.237738] evm: security.SMACK64EXEC\n[ 0.238493] evm: security.SMACK64TRANSMUTE\n[ 0.239306] evm: security.SMACK64MMAP\n[ 0.240051] evm: security.ima\n[ 0.240695] evm: security.capability\n[ 0.241553] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243442] pinctrl core: initialized pinctrl subsystem\n[ 0.244582] RTC time: 10:32:59, date: 08/20/18\n[ 0.245581] NET: Registered protocol family 16\n[ 0.255447] cpuidle: using governor ladder\n[ 0.267539] cpuidle: using governor menu\n[ 0.268378] PCCT header not found.\n[ 0.269158] ACPI: bus type PCI registered\n[ 0.269952] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.271193] PCI: Using configuration type 1 for base access\n[ 0.284617] ACPI: Added _OSI(Module Device)\n[ 0.285470] ACPI: Added _OSI(Processor Device)\n[ 0.286328] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.287227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289191] ACPI: Interpreter enabled\n[ 0.289965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293660] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297338] ACPI: (supports S0 S5)\n[ 0.298044] ACPI: Using IOAPIC for interrupt routing\n[ 0.298987] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302370] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305924] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308164] acpiphp: Slot [3] registered\n[ 0.308970] acpiphp: Slot [4] registered\n[ 0.309775] acpiphp: Slot [5] registered\n[ 0.310574] acpiphp: Slot [6] registered\n[ 0.311379] acpiphp: Slot [7] registered\n[ 0.312180] acpiphp: Slot [8] registered\n[ 0.312976] acpiphp: Slot [9] registered\n[ 0.313770] acpiphp: Slot [10] registered\n[ 0.324520] acpiphp: Slot [11] registered\n[ 0.325343] acpiphp: Slot [12] registered\n[ 0.326159] acpiphp: Slot [13] registered\n[ 0.326967] acpiphp: Slot [14] registered\n[ 0.327776] acpiphp: Slot [15] registered\n[ 0.328585] acpiphp: Slot [16] registered\n[ 0.329395] acpiphp: Slot [17] registered\n[ 0.330202] acpiphp: Slot [18] registered\n[ 0.331007] acpiphp: Slot [19] registered\n[ 0.331814] acpiphp: Slot [20] registered\n[ 0.332626] acpiphp: Slot [21] registered\n[ 0.333443] acpiphp: Slot [22] registered\n[ 0.334255] acpiphp: Slot [23] registered\n[ 0.335067] acpiphp: Slot [24] registered\n[ 0.335874] acpiphp: Slot [25] registered\n[ 0.336687] acpiphp: Slot [26] registered\n[ 0.337499] acpiphp: Slot [27] registered\n[ 0.338313] acpiphp: Slot [28] registered\n[ 0.339122] acpiphp: Slot [29] registered\n[ 0.339966] acpiphp: Slot [30] registered\n[ 0.340782] acpiphp: Slot [31] registered\n[ 0.341586] PCI host bridge to bus 0000:00\n[ 0.342394] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343604] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344818] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.347703] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.349171] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.352573] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.353856] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.355028] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356291] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359892] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361430] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380245] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383543] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386348] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387655] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389012] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.390067] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.391608] vgaarb: loaded\n[ 0.392210] vgaarb: bridge control possible 0000:00:02.0\n[ 0.393451] SCSI subsystem initialized\n[ 0.394402] ACPI: bus type USB registered\n[ 0.395238] usbcore: registered new interface driver usbfs\n[ 0.396278] usbcore: registered new interface driver hub\n[ 0.397288] usbcore: registered new device driver usb\n[ 0.398447] PCI: Using ACPI for IRQ routing\n[ 0.399572] NetLabel: Initializing\n[ 0.400302] NetLabel: domain hash size = 128\n[ 0.401157] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402115] NetLabel: unlabeled traffic allowed by default\n[ 0.403323] clocksource: Switched to clocksource kvm-clock\n[ 0.412035] AppArmor: AppArmor Filesystem Enabled\n[ 0.413011] pnp: PnP ACPI init\n[ 0.413988] pnp: PnP ACPI: found 5 devices\n[ 0.421016] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422726] NET: Registered protocol family 2\n[ 0.423825] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425128] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426328] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427540] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429810] NET: Registered protocol family 1\n[ 0.430686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431790] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432861] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.451604] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470377] Trying to unpack rootfs image as initramfs...\n[ 0.527996] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529764] Scanning for low memory corruption every 60 seconds\n[ 0.531242] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.532480] audit: initializing netlink subsys (disabled)\n[ 0.533589] audit: type=2000 audit(1534761179.180:1): initialized\n[ 0.534993] Initialise system trusted keyring\n[ 0.536027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537262] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.539586] zbud: loaded\n[ 0.540411] VFS: Disk quotas dquot_6.6.0\n[ 0.541292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543064] fuse init (API version 7.23)\n[ 0.544050] Key type big_key registered\n[ 0.544895] Allocating IMA MOK and blacklist keyrings.\n[ 0.546259] Key type asymmetric registered\n[ 0.547136] Asymmetric key parser 'x509' registered\n[ 0.548149] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549729] io scheduler noop registered\n[ 0.550565] io scheduler deadline registered (default)\n[ 0.551626] io scheduler cfq registered\n[ 0.552521] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554968] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556487] ACPI: Power Button [PWRF]\n[ 0.557447] GHES: HEST is not enabled!\n[ 0.575974] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.613289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.615520] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.639178] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641686] Linux agpgart interface v0.103\n[ 0.644794] brd: module loaded\n[ 0.646785] loop: module loaded\n[ 0.650937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.652489] GPT:90111 != 20971519\n[ 0.653233] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654413] GPT:90111 != 20971519\n[ 0.655154] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656198] vda: vda1 vda15\n[ 0.657592] scsi host0: ata_piix\n[ 0.658462] scsi host1: ata_piix\n[ 0.659232] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.660549] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.662279] libphy: Fixed MDIO Bus: probed\n[ 0.663170] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664201] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666285] PPP generic driver version 2.4.2\n[ 0.667256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668556] ehci-pci: EHCI PCI platform driver\n[ 0.669505] ehci-platform: EHCI generic platform driver\n[ 0.670573] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.671795] ohci-pci: OHCI PCI platform driver\n[ 0.672735] ohci-platform: OHCI generic platform driver\n[ 0.673806] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.692673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.693765] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.695342] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.696414] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.697640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.698963] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.700456] usb usb1: Product: UHCI Host Controller\n[ 0.701449] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.702657] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.703678] hub 1-0:1.0: USB hub found\n[ 0.704507] hub 1-0:1.0: 2 ports detected\n[ 0.705500] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.707770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708765] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.709859] mousedev: PS/2 mouse device common for all mice\n[ 0.711173] rtc_cmos 00:00: RTC can wake from S4\n[ 0.712490] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714323] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715700] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716960] i2c /dev entries driver\n[ 0.717768] device-mapper: uevent: version 1.0.3\n[ 0.718774] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.720525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.721986] NET: Registered protocol family 10\n[ 0.723151] NET: Registered protocol family 17\n[ 0.724146] Key type dns_resolver registered\n[ 0.725192] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.726311] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.727506] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.729456] registered taskstats version 1\n[ 0.730359] Loading compiled-in X.509 certificates\n[ 0.731891] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.733900] zswap: loaded using pool lzo/zbud\n[ 0.735683] Key type trusted registered\n[ 0.737817] Key type encrypted registered\n[ 0.738705] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.739827] ima: No TPM chip found, activating TPM-bypass!\n[ 0.740968] evm: HMAC attrs: 0x1\n[ 0.752193] Magic number: 14:53:528\n[ 0.753088] rtc_cmos 00:00: setting system clock to 2018-08-20 10:32:59 UTC (1534761179)\n[ 0.754752] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.755869] EDD information not available.\n[ 0.816729] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818281] Write protecting the kernel read-only data: 14336k\n[ 0.820410] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.822266] 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 0.79\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.003502] 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.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 0.95. iid=i-000000c2\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 2 @ 3491.912 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoe/awqYP3v5xjmc4WnyP3FjjsHkVLPFJmv4pOCsPrNuEDFhYUKHT+5DsuWXa53MVRlnNnKFVSRn6l2BrBwBH6ARqGwfIzKvhZkzhljnTll6fETdw2ydfyLDFR1U8x1oaws5s4Es08A1ZYZCdBx/KxvoLFN2So5DyVK7VjFsVm+PIvBzGjafxQnrEwHu2sXIGnyiUkrjAllztemOBsNBJBL70gXbYSYiFklF8Banfmf+/jimXWzjzF0aFZX8LoPeSm0XuBgudSBGEGLVfq9N/mFn1Kj2fA9JwPS4hvYXGJ4HFIXJCxkigw5T2WrkTKrIDn0NFiodmserhCkAnapoS/ root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\nssh-dss AAAAB3NzaC1kc3MAAACBAO/1AO9ls4W9T5dNYfW5NS4tijp60XLiaMKkGGhOTT94t6KZoXoBg43qH3cZXfX++HZPy3Je/ev2YRll2fM6GQnQMAhsVsy86U5QVkv/cE9cHVtWZnrafwsQeA4hLWwvurikiDRUY8GAIKjD1Ysz1cuzDofsrlWBfZtlkn+U1ZH1AAAAFQCfXl/HDMZmPOXTAguNu7N/9p3mjwAAAIApyelx+eldHSNNyp21rV7agVMo9n15MEowQWjUC2cvnN820IGssrQ4e4w2Nsypu4XK1k0X+Bvv8suOhVWlUkRzYTBWPaswm7tX/bMQAdJ8ZSG293ZzGSdoICi/Ojn6s6e47WluD7m3FJ36iiykIsXdQUbM0H1ZfkPGPl78PhfA0gAAAIEAqqvOiX+0gn6h8SVk9s9j7y6jSKdyhnPrakyJtGmCTacjZryINc0isE13n5dstcMM+UX/XS+Br/gbfpFTNakMoVdxf8t7JXqY9McmTr2/oRnunDYTGnyOpDh/J9UvVSNE3/HC9IssRcV55UFEU2rt4QcLt7yZ6GXKoeQZ/8kpQG4= root@createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\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:fe7f:1899/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-000000c2\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.00 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-63ca01c0-d58a-4cf4-b182-76e1622f344a login: "} 2018-08-20 10:33:11,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076/action used request id req-7518f5a5-db66-4cd3-850e-09b871c8cbca 2018-08-20 10:33:11,772 - create_instance - INFO - Deleting Port with ID - cb01c7a3-63cc-4d2d-b18c-2c8e20fdc22d 2018-08-20 10:33:11,772 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm1-port 2018-08-20 10:33:11,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/cb01c7a3-63cc-4d2d-b18c-2c8e20fdc22d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:33:12,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7786e97d-cc68-4729-a3de-a93c7e4ea235 Date: Mon, 20 Aug 2018 10:33:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:12,431 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/cb01c7a3-63cc-4d2d-b18c-2c8e20fdc22d used request id req-7786e97d-cc68-4729-a3de-a93c7e4ea235 2018-08-20 10:33:12,431 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1 2018-08-20 10:33:12,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:33:12,597 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a6a08ca-80f4-478d-88ec-11ef9bd3cb06 x-compute-request-id: req-8a6a08ca-80f4-478d-88ec-11ef9bd3cb06 Content-Type: application/json 2018-08-20 10:33:12,597 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-8a6a08ca-80f4-478d-88ec-11ef9bd3cb06 2018-08-20 10:33:12,597 - create_instance - INFO - Checking deletion status 2018-08-20 10:33:12,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:33:13,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adf28b3d-f29d-4933-b9ed-9bcbbdb8d0b6 x-compute-request-id: req-adf28b3d-f29d-4933-b9ed-9bcbbdb8d0b6 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:72:f5", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:34.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "66b2f290-78fa-48c4-8ab5-4fc19ea9317d", "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:33:12Z", "hostId": "a4fe38776eaea62f89f0a08bc17bf59dbbe0a0298a43751cca49f99d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1", "created": "2018-08-20T10:32:26Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:13,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-adf28b3d-f29d-4933-b9ed-9bcbbdb8d0b6 2018-08-20 10:33:13,043 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1] is - ACTIVE 2018-08-20 10:33:13,043 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:33:16,047 - create_instance - DEBUG - VM status query timeout in 296.550630093 2018-08-20 10:33:16,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b6dd52ecc03c7b372ff9e0a1c482f494b4a94a" 2018-08-20 10:33:16,094 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33: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-2536e5fd-d67e-4339-9405-a25c57cf460b x-compute-request-id: req-2536e5fd-d67e-4339-9405-a25c57cf460b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 66b2f290-78fa-48c4-8ab5-4fc19ea9317d could not be found.", "code": 404}} 2018-08-20 10:33:16,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/66b2f290-78fa-48c4-8ab5-4fc19ea9317d used request id req-2536e5fd-d67e-4339-9405-a25c57cf460b 2018-08-20 10:33:16,095 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 66b2f290-78fa-48c4-8ab5-4fc19ea9317d could not be found. (HTTP 404) (Request-ID: req-2536e5fd-d67e-4339-9405-a25c57cf460b) 2018-08-20 10:33:16,095 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst1 2018-08-20 10:33:16,096 - create_instance - INFO - Deleting Port with ID - 7975cfb6-ac45-423c-9d80-3800304f42cb 2018-08-20 10:33:16,096 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-vm2-port 2018-08-20 10:33:16,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/7975cfb6-ac45-423c-9d80-3800304f42cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:16,746 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4714a6f-4d9e-425b-8269-73cc2be315ee Date: Mon, 20 Aug 2018 10:33:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:16,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/7975cfb6-ac45-423c-9d80-3800304f42cb used request id req-c4714a6f-4d9e-425b-8269-73cc2be315ee 2018-08-20 10:33:16,747 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2 2018-08-20 10:33:16,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:16,907 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:33: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-c0bad189-bc1e-433e-b7dd-bf65d350ce8f x-compute-request-id: req-c0bad189-bc1e-433e-b7dd-bf65d350ce8f Content-Type: application/json 2018-08-20 10:33:16,908 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-c0bad189-bc1e-433e-b7dd-bf65d350ce8f 2018-08-20 10:33:16,908 - create_instance - INFO - Checking deletion status 2018-08-20 10:33:16,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:17,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-c0805530-3682-4707-aca3-d02162acb2c7 x-compute-request-id: req-c0805530-3682-4707-aca3-d02162acb2c7 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:18:99", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076", "rel": "bookmark"}], "image": {"id": "eb20fd33-249d-4774-8019-4b8a174a6db5", "links": [{"href": "http://172.30.9.36:8774/images/eb20fd33-249d-4774-8019-4b8a174a6db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:32:58.000000", "flavor": {"id": "e55899a6-de0d-4062-95c1-6d41183e5606", "links": [{"href": "http://172.30.9.36:8774/flavors/e55899a6-de0d-4062-95c1-6d41183e5606", "rel": "bookmark"}]}, "id": "6a3a18a2-4711-4879-aad1-0f3dc802b076", "user_id": "49317bc94d4a4264a32c2b5e337862f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:33:16Z", "hostId": "f414d4e79d79dea8f2bae888bdbca3836c7a9c48999a46cba4cf6311", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2", "created": "2018-08-20T10:32:50Z", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:17,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-c0805530-3682-4707-aca3-d02162acb2c7 2018-08-20 10:33:17,226 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2] is - ACTIVE 2018-08-20 10:33:17,226 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:33:20,230 - create_instance - DEBUG - VM status query timeout in 296.678467989 2018-08-20 10:33:20,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f3b6743d9e8e637f1cd50e7ca6358a83c83019" 2018-08-20 10:33:20,281 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33: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-0cd818a3-cc16-4e89-8b66-eae01d478e7b x-compute-request-id: req-0cd818a3-cc16-4e89-8b66-eae01d478e7b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6a3a18a2-4711-4879-aad1-0f3dc802b076 could not be found.", "code": 404}} 2018-08-20 10:33:20,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6a3a18a2-4711-4879-aad1-0f3dc802b076 used request id req-0cd818a3-cc16-4e89-8b66-eae01d478e7b 2018-08-20 10:33:20,281 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6a3a18a2-4711-4879-aad1-0f3dc802b076 could not be found. (HTTP 404) (Request-ID: req-0cd818a3-cc16-4e89-8b66-eae01d478e7b) 2018-08-20 10:33:20,282 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-inst2 2018-08-20 10:33:20,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6810f9a29ec8ff7d9a602bbba6d695c0933b0501" 2018-08-20 10:33:20,312 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:33: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-e73e27c8-dfa9-4d3a-a21a-d846fcc8e8ac x-compute-request-id: req-e73e27c8-dfa9-4d3a-a21a-d846fcc8e8ac Content-Length: 0 Content-Type: application/json 2018-08-20 10:33:20,312 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/e55899a6-de0d-4062-95c1-6d41183e5606 used request id req-e73e27c8-dfa9-4d3a-a21a-d846fcc8e8ac 2018-08-20 10:33:20,313 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router and port CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port1 2018-08-20 10:33:20,313 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:33:20,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" -d '{"port_id": "23543d11-e5ec-485e-b8f9-56722718d178"}' 2018-08-20 10:33:22,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-919b1929-7b8a-4962-accd-b5ee12c5d947 Date: Mon, 20 Aug 2018 10:33:22 GMT RESP BODY: {"network_id": "467e798d-9a8e-4fdc-a204-e2d9980bc222", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "subnet_id": "8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987", "subnet_ids": ["8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987"], "port_id": "23543d11-e5ec-485e-b8f9-56722718d178", "id": "1bdfd036-8f92-4a6c-918a-78da4be0293b"} 2018-08-20 10:33:22,037 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b/remove_router_interface used request id req-919b1929-7b8a-4962-accd-b5ee12c5d947 2018-08-20 10:33:22,037 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router and port CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-router-port2 2018-08-20 10:33:22,037 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:33:22,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" -d '{"port_id": "7fc8b786-f72d-4159-a6f0-779012edfaee"}' 2018-08-20 10:33:23,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9ee75a3f-ee67-47ff-8e1a-539eb949ae0b Date: Mon, 20 Aug 2018 10:33:23 GMT RESP BODY: {"network_id": "2c4e2b63-5e24-40db-8a9c-3ee590802eab", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "subnet_id": "fe14fc62-84f1-4fc8-8c24-9b11807622d4", "subnet_ids": ["fe14fc62-84f1-4fc8-8c24-9b11807622d4"], "port_id": "7fc8b786-f72d-4159-a6f0-779012edfaee", "id": "1bdfd036-8f92-4a6c-918a-78da4be0293b"} 2018-08-20 10:33:23,518 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b/remove_router_interface used request id req-9ee75a3f-ee67-47ff-8e1a-539eb949ae0b 2018-08-20 10:33:23,519 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:33:23,519 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-pub-router 2018-08-20 10:33:23,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f983440ea9b9ccf714e5f7077f36e3838d1c4b9" 2018-08-20 10:33:24,189 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d799a266-2f22-42f1-9a62-1c71a4194848 Content-Length: 0 Date: Mon, 20 Aug 2018 10:33:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:24,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/1bdfd036-8f92-4a6c-918a-78da4be0293b used request id req-d799a266-2f22-42f1-9a62-1c71a4194848 2018-08-20 10:33:24,190 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1 2018-08-20 10:33:24,190 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet1 2018-08-20 10:33:24,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" 2018-08-20 10:33:26,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2488b524-aad8-4633-814e-b80c0521f83d Date: Mon, 20 Aug 2018 10:33:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:26,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/8cc41fcf-f6f3-4ab6-a292-8d63e9cb6987 used request id req-2488b524-aad8-4633-814e-b80c0521f83d 2018-08-20 10:33:26,740 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net1 2018-08-20 10:33:26,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/467e798d-9a8e-4fdc-a204-e2d9980bc222 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d91e8538f94954b32bb275da90f46525a7cfa2e" 2018-08-20 10:33:28,390 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d1483a9-9b14-4294-8d62-6286cbdbfaed Date: Mon, 20 Aug 2018 10:33:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:28,391 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/467e798d-9a8e-4fdc-a204-e2d9980bc222 used request id req-6d1483a9-9b14-4294-8d62-6286cbdbfaed 2018-08-20 10:33:28,391 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2 2018-08-20 10:33:28,391 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-subnet2 2018-08-20 10:33:28,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/fe14fc62-84f1-4fc8-8c24-9b11807622d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" 2018-08-20 10:33:31,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02569572-895b-436b-b6bb-aa5562b131b8 Date: Mon, 20 Aug 2018 10:33:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:31,146 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/fe14fc62-84f1-4fc8-8c24-9b11807622d4 used request id req-02569572-895b-436b-b6bb-aa5562b131b8 2018-08-20 10:33:31,146 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-net2 2018-08-20 10:33:31,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/2c4e2b63-5e24-40db-8a9c-3ee590802eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d482ce10dc1d4118333e156b68b53274b1b039a3" 2018-08-20 10:33:32,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54e7c29c-00d9-4691-8fe1-90f0dd5fd7b7 Date: Mon, 20 Aug 2018 10:33:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:32,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/2c4e2b63-5e24-40db-8a9c-3ee590802eab used request id req-54e7c29c-00d9-4691-8fe1-90f0dd5fd7b7 2018-08-20 10:33:32,604 - neutron_utils - INFO - Deleting security group rule with ID - f00a7bf1-3446-4087-b263-b72ac27648a3 2018-08-20 10:33:32,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/f00a7bf1-3446-4087-b263-b72ac27648a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:33:32,887 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21c98a93-ba78-4ba3-9b11-0a68e566f58e Content-Length: 0 Date: Mon, 20 Aug 2018 10:33:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:32,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/f00a7bf1-3446-4087-b263-b72ac27648a3 used request id req-21c98a93-ba78-4ba3-9b11-0a68e566f58e 2018-08-20 10:33:32,888 - neutron_utils - INFO - Deleting security group rule with ID - 1f218c98-d8d5-4d8c-b4c5-b68c27f3701b 2018-08-20 10:33:32,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/1f218c98-d8d5-4d8c-b4c5-b68c27f3701b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:33:33,055 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-334004fe-bfa7-4e66-882b-858839139745 Content-Length: 0 Date: Mon, 20 Aug 2018 10:33:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:33,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/1f218c98-d8d5-4d8c-b4c5-b68c27f3701b used request id req-334004fe-bfa7-4e66-882b-858839139745 2018-08-20 10:33:33,055 - neutron_utils - INFO - Deleting security group rule with ID - e32dc0a2-4e86-47fd-bfc4-c3fd538a9d31 2018-08-20 10:33:33,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/e32dc0a2-4e86-47fd-bfc4-c3fd538a9d31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:33:33,333 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-263de26d-9bc9-4933-9885-18125855f089 Content-Length: 0 Date: Mon, 20 Aug 2018 10:33:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:33,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/e32dc0a2-4e86-47fd-bfc4-c3fd538a9d31 used request id req-263de26d-9bc9-4933-9885-18125855f089 2018-08-20 10:33:33,333 - neutron_utils - INFO - Deleting security group rule with ID - 0eb76027-3cb7-4fb0-a4c8-63ff18ac8cf9 2018-08-20 10:33:33,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/0eb76027-3cb7-4fb0-a4c8-63ff18ac8cf9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:33:33,451 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d385abd-df7d-4bd1-91b2-90ee1f070d19 Content-Length: 0 Date: Mon, 20 Aug 2018 10:33:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:33,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/0eb76027-3cb7-4fb0-a4c8-63ff18ac8cf9 used request id req-4d385abd-df7d-4bd1-91b2-90ee1f070d19 2018-08-20 10:33:33,451 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-63ca01c0-d58a-4cf4-b182-76e1622f344a-sec-grp 2018-08-20 10:33:33,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/f5b94713-375d-48ee-934a-c13f357fd305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee1860a3ce16aac26834522a8ac84f9aa7b3aec7" 2018-08-20 10:33:33,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb6e846b-ad26-46cf-8d02-e8d52a675003 Content-Length: 0 Date: Mon, 20 Aug 2018 10:33:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:33,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/f5b94713-375d-48ee-934a-c13f357fd305 used request id req-bb6e846b-ad26-46cf-8d02-e8d52a675003 2018-08-20 10:33:33,830 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-e8f07220-9a46-4947-b131-4a039a45d640 2018-08-20 10:33:33,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b28f7c0e77ca6aebeae4d16b5bfb38d97a78a441" 2018-08-20 10:33:34,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3bb00484-3768-456a-a003-aa0633da4bb0 Date: Mon, 20 Aug 2018 10: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-08-20 10:33:34,488 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/eb20fd33-249d-4774-8019-4b8a174a6db5 used request id req-3bb00484-3768-456a-a003-aa0633da4bb0 2018-08-20 10:33:34,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:33:34,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:33:34,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:33:34,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:33:34,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:33:34,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:34,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-75b24d2a-8a0e-4178-ba24-d148a71575e5 Date: Mon, 20 Aug 2018 10:33:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:31:52Z", "updated_at": "2018-08-20T10:31:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:31:53Z", "revision_number": 0, "id": "21431f10-e613-4dfc-8be5-31dc6083cf04", "remote_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "remote_ip_prefix": null, "created_at": "2018-08-20T10:31:53Z", "security_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:31:53Z", "revision_number": 0, "id": "403e4e9f-845b-4cc4-b5f3-a49773cd4e0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:31:53Z", "security_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:31:53Z", "revision_number": 0, "id": "6c34e1d1-4bc0-4831-a9d7-ee05ff58b3a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:31:53Z", "security_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:31:53Z", "revision_number": 0, "id": "c992d69d-2cd0-4149-a823-ad29dbd36213", "remote_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "remote_ip_prefix": null, "created_at": "2018-08-20T10:31:53Z", "security_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4"}], "revision_number": 4, "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:33:34,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-75b24d2a-8a0e-4178-ba24-d148a71575e5 2018-08-20 10:33:34,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:34,876 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11cf7cf3-a516-4e31-85ff-487fa9711703 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:34,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-11cf7cf3-a516-4e31-85ff-487fa9711703 2018-08-20 10:33:34,876 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:34,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:34,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37bba952-8ec4-41e9-ba4c-56e351588e91 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:34,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-37bba952-8ec4-41e9-ba4c-56e351588e91 2018-08-20 10:33:34,972 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:34,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:35,063 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8df6e6eb-3b14-4a5e-9d3b-f20f1d257e80 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:35,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-8df6e6eb-3b14-4a5e-9d3b-f20f1d257e80 2018-08-20 10:33:35,063 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:35,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:35,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0d86a28-ec65-4914-a67f-ee70dff6a4a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:35,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-c0d86a28-ec65-4914-a67f-ee70dff6a4a6 2018-08-20 10:33:35,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:35,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:35,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c54bde56-5e77-438a-84e7-bdd994a47cf3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:35,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-c54bde56-5e77-438a-84e7-bdd994a47cf3 2018-08-20 10:33:35,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:35,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:35,369 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90b76b97-45ea-42ba-9091-199cae62f7a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:35,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-90b76b97-45ea-42ba-9091-199cae62f7a0 2018-08-20 10:33:35,369 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:35,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:35,543 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d2898c6-01e9-455f-b357-fda3d61f0a82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:35,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-0d2898c6-01e9-455f-b357-fda3d61f0a82 2018-08-20 10:33:35,544 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:35,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:35,637 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e02ebde5-7ca8-44bd-8feb-b682987a517c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:35,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-e02ebde5-7ca8-44bd-8feb-b682987a517c 2018-08-20 10:33:35,637 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:35,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:35,724 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:33:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3df3f04-ea02-4ea9-921f-2d5e3e2ad73a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:33:35,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b3df3f04-ea02-4ea9-921f-2d5e3e2ad73a 2018-08-20 10:33:35,724 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:33:35,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:35,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ae327a9-6f77-462c-a46e-6e4cb2802b6b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "name": "CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj"}} 2018-08-20 10:33:35,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-9ae327a9-6f77-462c-a46e-6e4cb2802b6b 2018-08-20 10:33:35,822 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f076e50-e49b-4514-bdd6-b96e19fcbe47 2018-08-20 10:33:35,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=8f076e50-e49b-4514-bdd6-b96e19fcbe47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:36,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c65fb544-22c4-48fc-a07e-b14f36155c92 Date: Mon, 20 Aug 2018 10:33:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:31:53Z", "security_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:31:53Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "21431f10-e613-4dfc-8be5-31dc6083cf04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:31:53Z", "security_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:31:53Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "403e4e9f-845b-4cc4-b5f3-a49773cd4e0a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:31:53Z", "security_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:31:53Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "6c34e1d1-4bc0-4831-a9d7-ee05ff58b3a3"}, {"remote_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:31:53Z", "security_group_id": "8f076e50-e49b-4514-bdd6-b96e19fcbe47", "port_range_min": null, "revision_number": 0, "tenant_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "created_at": "2018-08-20T10:31:53Z", "project_id": "8ec16d0be8064bdbbe26787cf5dbc3d4", "id": "c992d69d-2cd0-4149-a823-ad29dbd36213"}]} 2018-08-20 10:33:36,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=8f076e50-e49b-4514-bdd6-b96e19fcbe47 used request id req-c65fb544-22c4-48fc-a07e-b14f36155c92 2018-08-20 10:33:36,023 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:33:36,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/8f076e50-e49b-4514-bdd6-b96e19fcbe47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:36,914 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e66e227-8eef-4a1c-8889-95637d57bf61 Content-Length: 0 Date: Mon, 20 Aug 2018 10:33:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:33:36,914 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/8f076e50-e49b-4514-bdd6-b96e19fcbe47 used request id req-9e66e227-8eef-4a1c-8889-95637d57bf61 2018-08-20 10:33:36,915 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj 2018-08-20 10:33:36,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:37,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:33:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67c20a50-4fa0-44a3-ac33-cb2f3427eade Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:33:37,206 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/8ec16d0be8064bdbbe26787cf5dbc3d4 used request id req-67c20a50-4fa0-44a3-ac33-cb2f3427eade 2018-08-20 10:33:37,206 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-7d3743bb-24ed-409-proj-role 2018-08-20 10:33:37,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/3222f4e92b5543c4b62afea318a2e779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:37,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:33:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74f567e3-ef8d-4a43-afa4-664269c73d03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:33:37,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/3222f4e92b5543c4b62afea318a2e779 used request id req-74f567e3-ef8d-4a43-afa4-664269c73d03 2018-08-20 10:33:37,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fca2fae508c979725a519da1bf3a9d3df9be27d" 2018-08-20 10:33:37,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c371e4-9605-4032-b2c7-fae1c34396e0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:33:37,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b3c371e4-9605-4032-b2c7-fae1c34396e0 2018-08-20 10:33:37,425 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-7d3743bb-24ed-409-user 2018-08-20 10:33:37,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/49317bc94d4a4264a32c2b5e337862f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c88cb3d00ab8d7b6a7a1bbfdf34cc9803e9c34" 2018-08-20 10:33:37,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:33:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3d146e6-5a1a-42cf-8553-f34ea3210262 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:33:37,662 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/49317bc94d4a4264a32c2b5e337862f4 used request id req-e3d146e6-5a1a-42cf-8553-f34ea3210262 2018-08-20 10:33:37,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:38,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:33:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["vDeQPqxGTva3I2grLNGctw"], "issued_at": "2018-08-20T10:33:38.000000Z"}} 2018-08-20 10:33:38,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c305fa802a5d321355905be074e775e9c1defdde" 2018-08-20 10:33:38,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c02c180-244d-4b09-a55f-d8405b07c78a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:38,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8c02c180-244d-4b09-a55f-d8405b07c78a 2018-08-20 10:33:38,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:38,149 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:38,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:33:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Pzn9VKseSsKgR_Or5Iu7BA"], "issued_at": "2018-08-20T10:33:38.000000Z"}} 2018-08-20 10:33:38,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:33:38,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e52af37-c693-4521-a7c7-edb88edbf7d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:38,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9e52af37-c693-4521-a7c7-edb88edbf7d9 2018-08-20 10:33:38,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:33:38,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:33:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:33:38,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:33:38,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fece43c4-6537-4c72-932b-dbdc15512b31 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:33:38,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj used request id req-fece43c4-6537-4c72-932b-dbdc15512b31 2018-08-20 10:33:38,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:33:38,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29af1ee-9ae7-455c-b512-4ce3c80cf55c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:33:38,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-c29af1ee-9ae7-455c-b512-4ce3c80cf55c 2018-08-20 10:33:38,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj"}}' 2018-08-20 10:33:39,014 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:33:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-363b4548-7ad1-4939-9534-eed0f2a79d1a Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1a8cc7aceae643268e496241d110e880"}, "tags": [], "enabled": true, "id": "1a8cc7aceae643268e496241d110e880", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj"}} 2018-08-20 10:33:39,015 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-363b4548-7ad1-4939-9534-eed0f2a79d1a 2018-08-20 10:33:39,015 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj 2018-08-20 10:33:39,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:39,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:39,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["KE9_6-32RWWE-RVaGYyg9g"], "issued_at": "2018-08-20T10:33:39.000000Z"}} 2018-08-20 10:33:39,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a84b9802c31bb639d40a517086a41e6c681d0f" 2018-08-20 10:33:39,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d9c7896-6a76-4a74-b544-52a9d7c46d23 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:39,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6d9c7896-6a76-4a74-b544-52a9d7c46d23 2018-08-20 10:33:39,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:33:39,511 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:33:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:33:39,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a84b9802c31bb639d40a517086a41e6c681d0f" 2018-08-20 10:33:39,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7918ee09-d330-488b-b392-5cb89599c1da Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:33:39,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7918ee09-d330-488b-b392-5cb89599c1da 2018-08-20 10:33:39,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a84b9802c31bb639d40a517086a41e6c681d0f" 2018-08-20 10:33:39,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678d419e-a20e-42b8-8066-2167e5b5a714 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1a8cc7aceae643268e496241d110e880"}, "tags": [], "enabled": true, "id": "1a8cc7aceae643268e496241d110e880", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj"}]} 2018-08-20 10:33:39,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj used request id req-678d419e-a20e-42b8-8066-2167e5b5a714 2018-08-20 10:33:39,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a84b9802c31bb639d40a517086a41e6c681d0f" 2018-08-20 10:33:39,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3090b41e-cdf4-4b87-83a1-0292825dad69 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:33:39,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3090b41e-cdf4-4b87-83a1-0292825dad69 2018-08-20 10:33:40,296 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-995f6d49-a8cb-48e-user 2018-08-20 10:33:40,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:40,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:33:40,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f20e5554-3655-448f-a356-3418fba8e24d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:33:40,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f20e5554-3655-448f-a356-3418fba8e24d 2018-08-20 10:33:40,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" -d '{"role": {"name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj-role"}}' 2018-08-20 10:33:40,541 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:33:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d170ac38-b181-4036-83ec-175152b394cf Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3cd6a877d4f84f2c90487048abb5eeac", "links": {"self": "http://172.30.9.36:5000/v3/roles/3cd6a877d4f84f2c90487048abb5eeac"}, "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj-role"}} 2018-08-20 10:33:40,541 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-d170ac38-b181-4036-83ec-175152b394cf 2018-08-20 10:33:40,542 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj-role 2018-08-20 10:33:40,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/3cd6a877d4f84f2c90487048abb5eeac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:33:40,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be745f30-0af0-41c3-9c3d-90983c9b4378 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3cd6a877d4f84f2c90487048abb5eeac", "links": {"self": "http://172.30.9.36:5000/v3/roles/3cd6a877d4f84f2c90487048abb5eeac"}, "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj-role"}} 2018-08-20 10:33:40,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/3cd6a877d4f84f2c90487048abb5eeac used request id req-be745f30-0af0-41c3-9c3d-90983c9b4378 2018-08-20 10:33:40,640 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj-role to project CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj 2018-08-20 10:33:40,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/1a8cc7aceae643268e496241d110e880/users/c8e26b1b626a4a0e8f08717b6c4a792e/roles/3cd6a877d4f84f2c90487048abb5eeac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:33:40,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:33:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-934fada0-dff5-4ed1-8dae-84b8b15099e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:33:40,789 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/1a8cc7aceae643268e496241d110e880/users/c8e26b1b626a4a0e8f08717b6c4a792e/roles/3cd6a877d4f84f2c90487048abb5eeac used request id req-934fada0-dff5-4ed1-8dae-84b8b15099e6 2018-08-20 10:33:40,789 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:33:40,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:40,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:40,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:33:40,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:33:40,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:33:40,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:33:40,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:33:40,795 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:33:40,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:40,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:41,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3cd6a877d4f84f2c90487048abb5eeac", "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj-role"}], "expires_at": "2018-08-20T11:33:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a8cc7aceae643268e496241d110e880", "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/1a8cc7aceae643268e496241d110e880", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1a8cc7aceae643268e496241d110e880", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/1a8cc7aceae643268e496241d110e880", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/1a8cc7aceae643268e496241d110e880", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-user", "id": "c8e26b1b626a4a0e8f08717b6c4a792e"}, "audit_ids": ["KHKJ-Nu_Rs-CC45G-0slyw"], "issued_at": "2018-08-20T10:33:41.000000Z"}} 2018-08-20 10:33:41,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" 2018-08-20 10:33:41,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ddd04b-fb31-4a6e-abb2-7c4c54a2d2a3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:41,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d3ddd04b-fb31-4a6e-abb2-7c4c54a2d2a3 2018-08-20 10:33:41,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" 2018-08-20 10:33:41,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-8b90df5e-261b-43fe-92ac-ee7e215933e3 Date: Mon, 20 Aug 2018 10:33:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image"} 2018-08-20 10:33:41,489 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image used request id req-8b90df5e-261b-43fe-92ac-ee7e215933e3 2018-08-20 10:33:41,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" 2018-08-20 10:33:41,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-42c85a34-e67d-4e85-beaf-30d1bfb34571 Date: Mon, 20 Aug 2018 10:33: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:33:41,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-42c85a34-e67d-4e85-beaf-30d1bfb34571 2018-08-20 10:33:41,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image"}' 2018-08-20 10:33:41,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3f6c1a34-177c-4fce-8251-6b71a0831b3e Date: Mon, 20 Aug 2018 10:33:41 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:33:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:33:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "min_disk": 0, "protected": false, "id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "file": "/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/file", "checksum": null, "owner": "1a8cc7aceae643268e496241d110e880", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:33:41,914 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-3f6c1a34-177c-4fce-8251-6b71a0831b3e 2018-08-20 10:33:41,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" -d '' 2018-08-20 10:33:43,209 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7ebba656-df87-4402-a132-5241ed2ba5c8 Date: Mon, 20 Aug 2018 10:33:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:33:43,209 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/file used request id req-7ebba656-df87-4402-a132-5241ed2ba5c8 2018-08-20 10:33:43,210 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:33:43,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" 2018-08-20 10:33:43,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-b1578af7-39d1-47a4-b5aa-13d12f232c09 Date: Mon, 20 Aug 2018 10:33:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:33:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:33:43Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/snap", "metadata": {}}], "self": "/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "min_disk": 0, "protected": false, "id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "file": "/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1a8cc7aceae643268e496241d110e880", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:33:43,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92 used request id req-b1578af7-39d1-47a4-b5aa-13d12f232c09 2018-08-20 10:33:43,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" 2018-08-20 10:33:43,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f7733414-8298-455d-9438-c1dabef75e20 Date: Mon, 20 Aug 2018 10:33:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:33:43,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-f7733414-8298-455d-9438-c1dabef75e20 2018-08-20 10:33:43,597 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image 2018-08-20 10:33:43,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" 2018-08-20 10:33:43,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-edb3bc93-b99d-4239-aa91-63f72437efd9 Date: Mon, 20 Aug 2018 10:33:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:33:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:33:43Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/snap", "metadata": {}}], "self": "/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "min_disk": 0, "protected": false, "id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "file": "/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1a8cc7aceae643268e496241d110e880", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:33:43,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92 used request id req-edb3bc93-b99d-4239-aa91-63f72437efd9 2018-08-20 10:33:43,788 - create_image - DEBUG - Instance status is - active 2018-08-20 10:33:43,788 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image 2018-08-20 10:33:43,788 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image 2018-08-20 10:33:43,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:43,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:44,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:33:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["969OPXkkSiKrJ0jB61KMcA"], "issued_at": "2018-08-20T10:33:44.000000Z"}} 2018-08-20 10:33:44,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d688042d00e84105c0056b72a9e4053f6298b15" 2018-08-20 10:33:44,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13456f62-e9aa-40f3-8c95-c8a577d42a6a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:44,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-13456f62-e9aa-40f3-8c95-c8a577d42a6a 2018-08-20 10:33:44,277 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:33:44,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d688042d00e84105c0056b72a9e4053f6298b15" 2018-08-20 10:33:44,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-02525356-15b0-4921-a9b9-fdcbbccbaa38 x-compute-request-id: req-02525356-15b0-4921-a9b9-fdcbbccbaa38 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:33:44,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-02525356-15b0-4921-a9b9-fdcbbccbaa38 2018-08-20 10:33:44,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d688042d00e84105c0056b72a9e4053f6298b15" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-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-08-20 10:33:44,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-a40297f5-8f52-4e5a-b7b3-45ea89c7355d x-compute-request-id: req-a40297f5-8f52-4e5a-b7b3-45ea89c7355d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "7fb540ef-0efb-4a23-8e15-ed711c24605b"}} 2018-08-20 10:33:44,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-a40297f5-8f52-4e5a-b7b3-45ea89c7355d 2018-08-20 10:33:44,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:44,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:45,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:33:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["5L1adeGHTeyFZPzaSACEhA"], "issued_at": "2018-08-20T10:33:45.000000Z"}} 2018-08-20 10:33:45,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" 2018-08-20 10:33:45,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d703ded-9c8c-41ea-8064-7c97fdd73206 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:45,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4d703ded-9c8c-41ea-8064-7c97fdd73206 2018-08-20 10:33:45,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:33:45,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:33:45,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:33:45,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:33:45,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:33:45,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" 2018-08-20 10:33:45,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fa58dff0-df8c-40b2-a9d3-acbcca3d027c Date: Mon, 20 Aug 2018 10:33:45 GMT RESP BODY: {"networks":[]} 2018-08-20 10:33:45,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-fa58dff0-df8c-40b2-a9d3-acbcca3d027c 2018-08-20 10:33:45,308 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net 2018-08-20 10:33:45,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" -d '{"network": {"name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net", "admin_state_up": true}}' 2018-08-20 10:33:45,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-8fdbe900-bd3f-46b7-93fd-18dbae9e263f Date: Mon, 20 Aug 2018 10:33:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:33:45Z","is_default":false,"provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","mtu":1450}} 2018-08-20 10:33:45,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-8fdbe900-bd3f-46b7-93fd-18dbae9e263f 2018-08-20 10:33:45,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" 2018-08-20 10:33:46,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-1bc4a35d-e39c-4716-ba42-de12349e35ff Date: Mon, 20 Aug 2018 10:33:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:33:45Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:46,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-1bc4a35d-e39c-4716-ba42-de12349e35ff 2018-08-20 10:33:46,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" 2018-08-20 10:33:46,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6b281247-c804-4bdb-afdc-5a696d590763 Date: Mon, 20 Aug 2018 10:33:46 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:33:46,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-6b281247-c804-4bdb-afdc-5a696d590763 2018-08-20 10:33:46,060 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet 2018-08-20 10:33:46,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" -d '{"subnets": [{"ip_version": 4, "network_id": "42ab21f3-b3ab-43c6-a7e0-30d2168d1f11", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]}' 2018-08-20 10:33:46,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-eb62c3e4-79e6-4d46-b4d4-bd26e312bfca Date: Mon, 20 Aug 2018 10:33:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:46,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-eb62c3e4-79e6-4d46-b4d4-bd26e312bfca 2018-08-20 10:33:46,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" 2018-08-20 10:33:46,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-b9ae437c-35fd-4354-980e-6729785320b1 Date: Mon, 20 Aug 2018 10:33:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:46,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-b9ae437c-35fd-4354-980e-6729785320b1 2018-08-20 10:33:46,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" 2018-08-20 10:33:46,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bb430b74-0d4a-4aba-aea8-6934a7b172e9 Date: Mon, 20 Aug 2018 10:33:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:46,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-bb430b74-0d4a-4aba-aea8-6934a7b172e9 2018-08-20 10:33:46,865 - OpenStackNetwork - DEBUG - Network [42ab21f3-b3ab-43c6-a7e0-30d2168d1f11] created successfully 2018-08-20 10:33:46,866 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:33:46,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:46,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:33:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:33:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:33:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:33:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:33:46,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:46,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:47,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:33:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["wj0r_RD_QuWEKyqBG9nd8w"], "issued_at": "2018-08-20T10:33:47.000000Z"}} 2018-08-20 10:33:47,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e676663878b8e35cd9b6f8c4fd1c16fd76678352" 2018-08-20 10:33:47,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ecf6b1c-f35b-4362-afc5-f99dcee4d3e1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:47,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1ecf6b1c-f35b-4362-afc5-f99dcee4d3e1 2018-08-20 10:33:47,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:47,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:47,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:33:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["dUhyZ-NTQ4aZ9w_5uqMd8w"], "issued_at": "2018-08-20T10:33:47.000000Z"}} 2018-08-20 10:33:47,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:47,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc11aa6-a6af-43e0-b9cd-326a0f92d5e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:47,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4dc11aa6-a6af-43e0-b9cd-326a0f92d5e9 2018-08-20 10:33:47,806 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:33:47,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:33:47,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:33:47,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:33:47,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:33:47,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:33:47,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:47,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47a616c4-9a2d-4465-b113-1e8fb839a64c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:47,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-47a616c4-9a2d-4465-b113-1e8fb839a64c 2018-08-20 10:33:47,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:48,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-5608ebce-d4e8-4f3d-8e0c-e12d0ffa05bb Date: Mon, 20 Aug 2018 10:33:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:48,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-5608ebce-d4e8-4f3d-8e0c-e12d0ffa05bb 2018-08-20 10:33:48,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:48,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-565858e1-2e2a-40dc-a117-6c32f4751ea5 Date: Mon, 20 Aug 2018 10:33:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:48,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-565858e1-2e2a-40dc-a117-6c32f4751ea5 2018-08-20 10:33:48,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:48,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-4d8f1765-d8df-4d4f-97f4-3d8624e4d187 Date: Mon, 20 Aug 2018 10:33:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:48,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-4d8f1765-d8df-4d4f-97f4-3d8624e4d187 2018-08-20 10:33:48,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:33:48,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:33:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:33:48,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:48,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8172a81e-4153-4c98-ab06-eceb184962da Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:33:48,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-8172a81e-4153-4c98-ab06-eceb184962da 2018-08-20 10:33:48,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:49,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9dbfc14a-49f0-4c4f-892a-987b11910e7d Date: Mon, 20 Aug 2018 10:33:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:49,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-9dbfc14a-49f0-4c4f-892a-987b11910e7d 2018-08-20 10:33:49,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:49,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3941c33e-1b96-4e40-bc1f-eca0842801c6 Date: Mon, 20 Aug 2018 10:33:49 GMT RESP BODY: {"ports":[]} 2018-08-20 10:33:49,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port&admin_state_up=True used request id req-3941c33e-1b96-4e40-bc1f-eca0842801c6 2018-08-20 10:33:49,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:49,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-1415ad06-2d73-4bc2-b61e-9f8ad2ca939c x-compute-request-id: req-1415ad06-2d73-4bc2-b61e-9f8ad2ca939c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:33:49,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst used request id req-1415ad06-2d73-4bc2-b61e-9f8ad2ca939c 2018-08-20 10:33:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:49,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-69963035-aa17-44b9-bfec-cee67c35df96 Date: Mon, 20 Aug 2018 10:33:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:49,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-69963035-aa17-44b9-bfec-cee67c35df96 2018-08-20 10:33:49,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:49,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-14511137-6d04-407d-9224-e4957241d20c Date: Mon, 20 Aug 2018 10:33:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:49,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-14511137-6d04-407d-9224-e4957241d20c 2018-08-20 10:33:50,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:50,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-f2a4ab1f-bb30-4154-9f1d-2bdb43fd4a09 Date: Mon, 20 Aug 2018 10:33:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:50,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-f2a4ab1f-bb30-4154-9f1d-2bdb43fd4a09 2018-08-20 10:33:50,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:50,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eef5d2c1-7ba0-4ee1-8cc4-19dbdb634342 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:33:50,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-eef5d2c1-7ba0-4ee1-8cc4-19dbdb634342 2018-08-20 10:33:50,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:50,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a15bcccc-6c67-48fb-864f-434261e957e2 Date: Mon, 20 Aug 2018 10:33:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:50,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-a15bcccc-6c67-48fb-864f-434261e957e2 2018-08-20 10:33:50,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:50,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-74ca2bdd-715d-4e95-b895-b3ae1a848410 Date: Mon, 20 Aug 2018 10:33:50 GMT RESP BODY: {"ports":[]} 2018-08-20 10:33:50,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port&admin_state_up=True used request id req-74ca2bdd-715d-4e95-b895-b3ae1a848410 2018-08-20 10:33:50,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:33:50,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:33:51,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:33:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["f_mqocPYR4SqW_xN8okS8w"], "issued_at": "2018-08-20T10:33:51.000000Z"}} 2018-08-20 10:33:51,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1314bb32910ca7a49698da0e9b35867b451530" 2018-08-20 10:33:51,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dce1851-ac0d-45f6-8658-6ba8bf4bf3da Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:33:51,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7dce1851-ac0d-45f6-8658-6ba8bf4bf3da 2018-08-20 10:33:51,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:51,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-ea60b908-5901-44d5-9643-02a36ef0c5c1 Date: Mon, 20 Aug 2018 10:33:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:51,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-ea60b908-5901-44d5-9643-02a36ef0c5c1 2018-08-20 10:33:51,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:51,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e9f2bfb0-a1a0-49e4-8d69-c6fa39a60d16 Date: Mon, 20 Aug 2018 10:33:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:51,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-e9f2bfb0-a1a0-49e4-8d69-c6fa39a60d16 2018-08-20 10:33:51,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:51,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-ed4bc32b-2d7b-4768-b266-8b7635808181 Date: Mon, 20 Aug 2018 10:33:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:51,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-ed4bc32b-2d7b-4768-b266-8b7635808181 2018-08-20 10:33:51,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:33:51,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:33:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:33:51,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1314bb32910ca7a49698da0e9b35867b451530" 2018-08-20 10:33:51,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7946cab8-2252-48c2-9106-b75f976b9ebb Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:33:51,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-7946cab8-2252-48c2-9106-b75f976b9ebb 2018-08-20 10:33:51,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:52,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cebf930c-a605-4bb9-9e87-b83c51562c9f Date: Mon, 20 Aug 2018 10:33:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:52,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-cebf930c-a605-4bb9-9e87-b83c51562c9f 2018-08-20 10:33:52,146 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net 2018-08-20 10:33:52,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" -d '{"port": {"network_id": "42ab21f3-b3ab-43c6-a7e0-30d2168d1f11", "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port", "admin_state_up": true}}' 2018-08-20 10:33:52,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-a419dea1-7c2d-4e59-8c97-e38e0ba978a5 Date: Mon, 20 Aug 2018 10:33:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:52Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.5"}],"id":"791cb42a-d729-4b3d-bfb9-a141e2cded46","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0b:ca:a2","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:52Z","binding:vnic_type":"normal"}} 2018-08-20 10:33:52,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-a419dea1-7c2d-4e59-8c97-e38e0ba978a5 2018-08-20 10:33:52,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:53,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-556bfd01-00f4-469a-865e-c055e1ed8580 Date: Mon, 20 Aug 2018 10:33:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:53,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-556bfd01-00f4-469a-865e-c055e1ed8580 2018-08-20 10:33:53,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:53,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-288af958-5b35-42f7-8d8b-b5193a552927 Date: Mon, 20 Aug 2018 10:33:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:53,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-288af958-5b35-42f7-8d8b-b5193a552927 2018-08-20 10:33:53,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:53,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-0d554d7f-30e9-4589-8bf5-74df061496b4 Date: Mon, 20 Aug 2018 10:33:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:33:53,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-0d554d7f-30e9-4589-8bf5-74df061496b4 2018-08-20 10:33:53,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:53,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c64298e-e90e-49bf-b742-e020815ccd83 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:33:53,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-8c64298e-e90e-49bf-b742-e020815ccd83 2018-08-20 10:33:53,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:53,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-65e8bcfb-87e8-4251-b1e0-a9720cef0979 Date: Mon, 20 Aug 2018 10:33:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:33:53,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-65e8bcfb-87e8-4251-b1e0-a9720cef0979 2018-08-20 10:33:53,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:53,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-b704c4bc-a1fb-4efb-8e9e-4c725dbb17b0 Date: Mon, 20 Aug 2018 10:33:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:52Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.5"}],"id":"791cb42a-d729-4b3d-bfb9-a141e2cded46","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0b:ca:a2","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:33:53,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port&admin_state_up=True used request id req-b704c4bc-a1fb-4efb-8e9e-4c725dbb17b0 2018-08-20 10:33:53,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:54,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7793ba2-6ba1-4400-81ce-3573ca0978e2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:33:54,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b7793ba2-6ba1-4400-81ce-3573ca0978e2 2018-08-20 10:33:54,014 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst 2018-08-20 10:33:54,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:54,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcd7b83e-67fd-4078-a64d-27a87f66f75a x-compute-request-id: req-fcd7b83e-67fd-4078-a64d-27a87f66f75a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-flavor-name"}]} 2018-08-20 10:33:54,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-fcd7b83e-67fd-4078-a64d-27a87f66f75a 2018-08-20 10:33:54,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:54,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09054014-cec2-449c-b0d5-e245407a9ab5 x-compute-request-id: req-09054014-cec2-449c-b0d5-e245407a9ab5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "7fb540ef-0efb-4a23-8e15-ed711c24605b"}} 2018-08-20 10:33:54,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b used request id req-09054014-cec2-449c-b0d5-e245407a9ab5 2018-08-20 10:33:54,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:54,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-0bd07167-cfb8-4376-a2ac-792d36689973 Date: Mon, 20 Aug 2018 10:33:54 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:33:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:33:43Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/snap", "metadata": {}}], "self": "/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "min_disk": 0, "protected": false, "id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "file": "/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1a8cc7aceae643268e496241d110e880", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image"} 2018-08-20 10:33:54,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image used request id req-0bd07167-cfb8-4376-a2ac-792d36689973 2018-08-20 10:33:54,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:54,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ca89d4dd-1ce2-4358-81c6-a7e3b82d62d6 Date: Mon, 20 Aug 2018 10:33: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:33:54,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-ca89d4dd-1ce2-4358-81c6-a7e3b82d62d6 2018-08-20 10:33:54,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" -d '{"server": {"name": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "imageRef": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "flavorRef": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "max_count": 1, "min_count": 1, "networks": [{"port": "791cb42a-d729-4b3d-bfb9-a141e2cded46"}]}}' 2018-08-20 10:33:56,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:33:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-10dfe656-1aa4-471b-bf84-454548028789 x-compute-request-id: req-10dfe656-1aa4-471b-bf84-454548028789 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "adminPass": "UeH7waJKx97f"}} 2018-08-20 10:33:56,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-10dfe656-1aa4-471b-bf84-454548028789 2018-08-20 10:33:56,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:56,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-2771e319-2996-47b7-a2ba-777cec02f0b9 x-compute-request-id: req-2771e319-2996-47b7-a2ba-777cec02f0b9 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.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:33: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": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:56,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-2771e319-2996-47b7-a2ba-777cec02f0b9 2018-08-20 10:33:56,728 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst 2018-08-20 10:33:56,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:33:56,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33: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-6dd4b08a-4ab8-4e37-8bcc-94460e0a917d x-compute-request-id: req-6dd4b08a-4ab8-4e37-8bcc-94460e0a917d 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.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:33: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": "CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:33:56,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-6dd4b08a-4ab8-4e37-8bcc-94460e0a917d 2018-08-20 10:33:56,984 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst] is - BUILD 2018-08-20 10:33:56,984 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:33:59,985 - create_instance - DEBUG - VM status query timeout in 896.742379904 2018-08-20 10:33:59,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:01,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fa8f5ab-25e3-4348-aaa1-625cfc43a6d2 x-compute-request-id: req-6fa8f5ab-25e3-4348-aaa1-625cfc43a6d2 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:ca:a2", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d1", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:33:57Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:01,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-6fa8f5ab-25e3-4348-aaa1-625cfc43a6d2 2018-08-20 10:34:01,213 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst] is - BUILD 2018-08-20 10:34:01,213 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:34:04,215 - create_instance - DEBUG - VM status query timeout in 892.512670994 2018-08-20 10:34:04,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:04,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-cdc8cfc6-57f9-40a3-898a-0671312893b7 x-compute-request-id: req-cdc8cfc6-57f9-40a3-898a-0671312893b7 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:ca:a2", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d1", "OS-SRV-USG:launched_at": "2018-08-20T10:34:01.000000", "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:01Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:04,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-cdc8cfc6-57f9-40a3-898a-0671312893b7 2018-08-20 10:34:04,902 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst] is - ACTIVE 2018-08-20 10:34:04,903 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:34:04,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:05,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-dd703fa5-d988-4011-bd44-d87507542557 x-compute-request-id: req-dd703fa5-d988-4011-bd44-d87507542557 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:ca:a2", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d1", "OS-SRV-USG:launched_at": "2018-08-20T10:34:01.000000", "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:01Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:05,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-dd703fa5-d988-4011-bd44-d87507542557 2018-08-20 10:34:05,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:05,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-db4f3e80-cb05-41d5-86aa-622f2aa5c3b3 Date: Mon, 20 Aug 2018 10:34:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:34:05,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-db4f3e80-cb05-41d5-86aa-622f2aa5c3b3 2018-08-20 10:34:05,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:05,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb31207-95ac-4605-8843-3d65ba653526 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:34:05,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-5fb31207-95ac-4605-8843-3d65ba653526 2018-08-20 10:34:05,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:05,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7d0f3eac-822d-4957-ae38-e549724533ca Date: Mon, 20 Aug 2018 10:34:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:34:05,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-7d0f3eac-822d-4957-ae38-e549724533ca 2018-08-20 10:34:05,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:06,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3532 X-Openstack-Request-Id: req-d1b25683-70f0-41e8-842f-d27395e126a2 Date: Mon, 20 Aug 2018 10:34:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.3"}],"id":"149a2565-3f93-482d-b26d-a0ac1f62e674","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:c1:db","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.4"}],"id":"1f772d02-b2e0-4e96-9c70-90808fef2c6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:7a:bb","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:34:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.5"}],"id":"791cb42a-d729-4b3d-bfb9-a141e2cded46","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:ca:a2","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c3445e4b-476c-456d-a985-71812f7d9d05","name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.2"}],"id":"ec6b51e1-3bd4-4e95-af6d-e63c33c99eda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:79:4d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","binding:vnic_type":"normal"}]} 2018-08-20 10:34:06,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-d1b25683-70f0-41e8-842f-d27395e126a2 2018-08-20 10:34:06,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:06,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:34:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["p_uM_Ks3RqyOuP6lfJoc9g"], "issued_at": "2018-08-20T10:34:06.000000Z"}} 2018-08-20 10:34:06,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae4ce67084c964148e87f6ce02db471edb27631" 2018-08-20 10:34:07,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34: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-7d6d483c-c9ec-44b6-a4b0-bbba309db48b x-compute-request-id: req-7d6d483c-c9ec-44b6-a4b0-bbba309db48b Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:ca:a2", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d1", "OS-SRV-USG:launched_at": "2018-08-20T10:34:01.000000", "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:01Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:34:07,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst used request id req-7d6d483c-c9ec-44b6-a4b0-bbba309db48b 2018-08-20 10:34:07,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:07,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:34:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["bFgBJUFbTe-uB2wlSDVQcQ"], "issued_at": "2018-08-20T10:34:07.000000Z"}} 2018-08-20 10:34:07,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0b123e91f1a46e07eb663a5cb557cc24555f2d" 2018-08-20 10:34:08,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-302c1762-32b0-4e9d-8385-be38d1240329 Date: Mon, 20 Aug 2018 10:34:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:34:08,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-302c1762-32b0-4e9d-8385-be38d1240329 2018-08-20 10:34:08,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0b123e91f1a46e07eb663a5cb557cc24555f2d" 2018-08-20 10:34:08,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7a2b39e7-5aa3-4fee-a8bd-39652db87af9 Date: Mon, 20 Aug 2018 10:34:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:34:08,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-7a2b39e7-5aa3-4fee-a8bd-39652db87af9 2018-08-20 10:34:08,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0b123e91f1a46e07eb663a5cb557cc24555f2d" 2018-08-20 10:34:08,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3532 X-Openstack-Request-Id: req-78089d8c-0d84-4338-b450-249d5e53c175 Date: Mon, 20 Aug 2018 10:34:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.3"}],"id":"149a2565-3f93-482d-b26d-a0ac1f62e674","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:c1:db","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.4"}],"id":"1f772d02-b2e0-4e96-9c70-90808fef2c6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:7a:bb","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:34:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.5"}],"id":"791cb42a-d729-4b3d-bfb9-a141e2cded46","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:ca:a2","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c3445e4b-476c-456d-a985-71812f7d9d05","name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.2"}],"id":"ec6b51e1-3bd4-4e95-af6d-e63c33c99eda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:79:4d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","binding:vnic_type":"normal"}]} 2018-08-20 10:34:08,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-78089d8c-0d84-4338-b450-249d5e53c175 2018-08-20 10:34:08,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:09,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3cd6a877d4f84f2c90487048abb5eeac", "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj-role"}], "expires_at": "2018-08-20T11:34:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a8cc7aceae643268e496241d110e880", "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/1a8cc7aceae643268e496241d110e880", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1a8cc7aceae643268e496241d110e880", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/1a8cc7aceae643268e496241d110e880", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/1a8cc7aceae643268e496241d110e880", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/1a8cc7aceae643268e496241d110e880", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/1a8cc7aceae643268e496241d110e880", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-995f6d49-a8cb-48e-user", "id": "c8e26b1b626a4a0e8f08717b6c4a792e"}, "audit_ids": ["bXkcQcLLR3KIec8hZzm_lw"], "issued_at": "2018-08-20T10:34:09.000000Z"}} 2018-08-20 10:34:09,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087d211301c33bc8659c70a9a766fb3cdca80d2b" 2018-08-20 10:34:09,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a4b1c75-97ca-4995-b202-1b3c200ed0cb x-compute-request-id: req-8a4b1c75-97ca-4995-b202-1b3c200ed0cb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:34:09,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst used request id req-8a4b1c75-97ca-4995-b202-1b3c200ed0cb 2018-08-20 10:34:09,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:09,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34: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-bc3573f0-ecca-4348-8767-9516d0999437 x-compute-request-id: req-bc3573f0-ecca-4348-8767-9516d0999437 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:ca:a2", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d1", "OS-SRV-USG:launched_at": "2018-08-20T10:34:01.000000", "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:01Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:09,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-bc3573f0-ecca-4348-8767-9516d0999437 2018-08-20 10:34:09,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:09,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-306a255d-1216-4576-92e8-c202c90b3da7 Date: Mon, 20 Aug 2018 10:34:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:34:09,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-306a255d-1216-4576-92e8-c202c90b3da7 2018-08-20 10:34:09,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:09,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6517cb2a-d62c-49f8-9759-c4c4031ac890 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:34:09,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-6517cb2a-d62c-49f8-9759-c4c4031ac890 2018-08-20 10:34:09,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:09,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e2725dc6-a686-4869-b7bc-8441bf96ddab Date: Mon, 20 Aug 2018 10:34:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:34:09,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-e2725dc6-a686-4869-b7bc-8441bf96ddab 2018-08-20 10:34:09,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:10,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3532 X-Openstack-Request-Id: req-c03f39a9-2203-4a4e-bb8b-9aaf8812e0d8 Date: Mon, 20 Aug 2018 10:34:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.3"}],"id":"149a2565-3f93-482d-b26d-a0ac1f62e674","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:c1:db","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.4"}],"id":"1f772d02-b2e0-4e96-9c70-90808fef2c6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:7a:bb","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:34:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.5"}],"id":"791cb42a-d729-4b3d-bfb9-a141e2cded46","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:ca:a2","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c3445e4b-476c-456d-a985-71812f7d9d05","name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.2"}],"id":"ec6b51e1-3bd4-4e95-af6d-e63c33c99eda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:79:4d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","binding:vnic_type":"normal"}]} 2018-08-20 10:34:10,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-c03f39a9-2203-4a4e-bb8b-9aaf8812e0d8 2018-08-20 10:34:10,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:10,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34: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-acdf8ee8-c66f-4eb2-83ae-4288d3b293d5 x-compute-request-id: req-acdf8ee8-c66f-4eb2-83ae-4288d3b293d5 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:ca:a2", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d1", "OS-SRV-USG:launched_at": "2018-08-20T10:34:01.000000", "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:01Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:10,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-acdf8ee8-c66f-4eb2-83ae-4288d3b293d5 2018-08-20 10:34:10,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:10,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-1150ecc7-b5ea-4d6d-aaa5-e4e04b3f1cbc Date: Mon, 20 Aug 2018 10:34:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["6d9bbd7b-031b-4a02-8130-2b95c53afe15"],"description":"","tags":[],"updated_at":"2018-08-20T10:33:46Z","provider:segmentation_id":82,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:45Z","provider:network_type":"vxlan"}]} 2018-08-20 10:34:10,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net used request id req-1150ecc7-b5ea-4d6d-aaa5-e4e04b3f1cbc 2018-08-20 10:34:10,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:10,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbba3b30-cf3a-49ce-94c6-5e778a7629ce Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:34:10,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-cbba3b30-cf3a-49ce-94c6-5e778a7629ce 2018-08-20 10:34:10,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:11,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f0cc5b49-4480-4bca-abfa-8b384910e0da Date: Mon, 20 Aug 2018 10:34:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","dns_nameservers":[],"updated_at":"2018-08-20T10:33: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":"dfd90f76052e46538c70a213a6ed6a0e","id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","subnetpool_id":null,"name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet"}]} 2018-08-20 10:34:11,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-f0cc5b49-4480-4bca-abfa-8b384910e0da 2018-08-20 10:34:11,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:11,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3532 X-Openstack-Request-Id: req-7802246d-ab19-4d69-953b-a43c5bc41b11 Date: Mon, 20 Aug 2018 10:34:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.3"}],"id":"149a2565-3f93-482d-b26d-a0ac1f62e674","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:c1:db","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.4"}],"id":"1f772d02-b2e0-4e96-9c70-90808fef2c6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:7a:bb","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:34:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.5"}],"id":"791cb42a-d729-4b3d-bfb9-a141e2cded46","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:ca:a2","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c3445e4b-476c-456d-a985-71812f7d9d05","name":"CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:33:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d9bbd7b-031b-4a02-8130-2b95c53afe15","ip_address":"10.55.0.2"}],"id":"ec6b51e1-3bd4-4e95-af6d-e63c33c99eda","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:79:4d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","name":"","admin_state_up":true,"network_id":"42ab21f3-b3ab-43c6-a7e0-30d2168d1f11","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:33:46Z","binding:vnic_type":"normal"}]} 2018-08-20 10:34:11,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-7802246d-ab19-4d69-953b-a43c5bc41b11 2018-08-20 10:34:11,276 - create_instance - INFO - Deleting Port with ID - 791cb42a-d729-4b3d-bfb9-a141e2cded46 2018-08-20 10:34:11,276 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-port 2018-08-20 10:34:11,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/791cb42a-d729-4b3d-bfb9-a141e2cded46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:11,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-06d82538-bb72-45e0-b367-bf111203773a Date: Mon, 20 Aug 2018 10:34:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:34:11,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/791cb42a-d729-4b3d-bfb9-a141e2cded46 used request id req-06d82538-bb72-45e0-b367-bf111203773a 2018-08-20 10:34:11,958 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst 2018-08-20 10:34:11,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:12,130 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:34:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9d66b02-c940-44ca-a3a9-a113df78e0e8 x-compute-request-id: req-f9d66b02-c940-44ca-a3a9-a113df78e0e8 Content-Type: application/json 2018-08-20 10:34:12,130 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-f9d66b02-c940-44ca-a3a9-a113df78e0e8 2018-08-20 10:34:12,131 - create_instance - INFO - Checking deletion status 2018-08-20 10:34:12,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:12,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9f0147e-b4b1-4331-a44a-fd5b2bddbbd7 x-compute-request-id: req-d9f0147e-b4b1-4331-a44a-fd5b2bddbbd7 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d1", "OS-SRV-USG:launched_at": "2018-08-20T10:34:01.000000", "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:12Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:12,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-d9f0147e-b4b1-4331-a44a-fd5b2bddbbd7 2018-08-20 10:34:12,443 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst] is - ACTIVE 2018-08-20 10:34:12,443 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:34:15,446 - create_instance - DEBUG - VM status query timeout in 296.684806108 2018-08-20 10:34:15,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:15,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34: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-43e1a900-7c53-4cd2-8b91-164e3104dea7 x-compute-request-id: req-43e1a900-7c53-4cd2-8b91-164e3104dea7 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c3445e4b-476c-456d-a985-71812f7d9d05", "rel": "bookmark"}], "image": {"id": "4cf16969-6c87-445a-bb0f-c8a436b0cd92", "links": [{"href": "http://172.30.9.36:8774/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d1", "OS-SRV-USG:launched_at": "2018-08-20T10:34:01.000000", "flavor": {"id": "7fb540ef-0efb-4a23-8e15-ed711c24605b", "links": [{"href": "http://172.30.9.36:8774/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b", "rel": "bookmark"}]}, "id": "c3445e4b-476c-456d-a985-71812f7d9d05", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:12Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst", "created": "2018-08-20T10:33:56Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:15,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-43e1a900-7c53-4cd2-8b91-164e3104dea7 2018-08-20 10:34:15,727 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst] is - ACTIVE 2018-08-20 10:34:15,727 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:34:18,730 - create_instance - DEBUG - VM status query timeout in 293.400774956 2018-08-20 10:34:18,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce12dd53b37d141a46c2a4fe1b507c6827edea0a" 2018-08-20 10:34:18,798 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53ad9486-1801-4f7c-839e-742faac2729c x-compute-request-id: req-53ad9486-1801-4f7c-839e-742faac2729c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c3445e4b-476c-456d-a985-71812f7d9d05 could not be found.", "code": 404}} 2018-08-20 10:34:18,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c3445e4b-476c-456d-a985-71812f7d9d05 used request id req-53ad9486-1801-4f7c-839e-742faac2729c 2018-08-20 10:34:18,798 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c3445e4b-476c-456d-a985-71812f7d9d05 could not be found. (HTTP 404) (Request-ID: req-53ad9486-1801-4f7c-839e-742faac2729c) 2018-08-20 10:34:18,799 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-inst 2018-08-20 10:34:18,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d688042d00e84105c0056b72a9e4053f6298b15" 2018-08-20 10:34:18,851 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:34:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04ad4d2d-562f-41dc-9d0d-2634717a2bae x-compute-request-id: req-04ad4d2d-562f-41dc-9d0d-2634717a2bae Content-Length: 0 Content-Type: application/json 2018-08-20 10:34:18,852 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/7fb540ef-0efb-4a23-8e15-ed711c24605b used request id req-04ad4d2d-562f-41dc-9d0d-2634717a2bae 2018-08-20 10:34:18,853 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet 2018-08-20 10:34:18,853 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-subnet 2018-08-20 10:34:18,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/6d9bbd7b-031b-4a02-8130-2b95c53afe15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" 2018-08-20 10:34:21,150 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b22665f8-8eb7-49e7-b410-dac830503ed1 Date: Mon, 20 Aug 2018 10:34:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:34:21,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/6d9bbd7b-031b-4a02-8130-2b95c53afe15 used request id req-b22665f8-8eb7-49e7-b410-dac830503ed1 2018-08-20 10:34:21,150 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-pub-net 2018-08-20 10:34:21,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32e420922e6a18cb19cef0bd358437aee512306" 2018-08-20 10:34:22,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87e3f1a7-2f63-4bce-a8cb-f6bbe47b3ff8 Date: Mon, 20 Aug 2018 10:34:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:34:22,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/42ab21f3-b3ab-43c6-a7e0-30d2168d1f11 used request id req-87e3f1a7-2f63-4bce-a8cb-f6bbe47b3ff8 2018-08-20 10:34:22,480 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-47f4e699-e56b-4f9f-b6ca-94c2ddbcb422-image 2018-08-20 10:34:22,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4652e27be55ae61fc134937baef33c76b02613c" 2018-08-20 10:34:23,277 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04160658-4874-4c87-97bb-149671df441b Date: Mon, 20 Aug 2018 10: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-08-20 10:34:23,277 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/4cf16969-6c87-445a-bb0f-c8a436b0cd92 used request id req-04160658-4874-4c87-97bb-149671df441b 2018-08-20 10:34:23,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:34:23,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:34:23,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:34:23,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:34:23,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:34:23,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:23,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-d3e41bdf-f278-4b49-aa52-466799b97656 Date: Mon, 20 Aug 2018 10:34:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:34:23,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-d3e41bdf-f278-4b49-aa52-466799b97656 2018-08-20 10:34:23,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:23,650 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6603fa29-6049-4356-af2c-1fe4ab9c0252 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:23,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-6603fa29-6049-4356-af2c-1fe4ab9c0252 2018-08-20 10:34:23,650 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:23,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:23,742 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-631951b8-041e-4155-b7ed-119602e8d3e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:23,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-631951b8-041e-4155-b7ed-119602e8d3e4 2018-08-20 10:34:23,742 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:23,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:23,844 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ab5e157-f4d4-4556-941b-35451b2d5aac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:23,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-4ab5e157-f4d4-4556-941b-35451b2d5aac 2018-08-20 10:34:23,844 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:23,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:23,939 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18497533-3a93-476b-8ac9-1d6ed9427661 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:23,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-18497533-3a93-476b-8ac9-1d6ed9427661 2018-08-20 10:34:23,939 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:23,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,035 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60cc7f60-5c5b-4771-994a-457b72924df9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-60cc7f60-5c5b-4771-994a-457b72924df9 2018-08-20 10:34:24,036 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,132 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d63a1f2f-f8ca-43e7-819e-bff354ed44d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-d63a1f2f-f8ca-43e7-819e-bff354ed44d5 2018-08-20 10:34:24,133 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,220 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2140b2c5-67c6-4c55-a73b-06c2e66ae2b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-2140b2c5-67c6-4c55-a73b-06c2e66ae2b7 2018-08-20 10:34:24,221 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,315 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-181ba4da-d401-479c-a546-528da06c5544 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-181ba4da-d401-479c-a546-528da06c5544 2018-08-20 10:34:24,315 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,407 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad245726-a090-4ca6-8ebb-cc4bba6b6cda Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-ad245726-a090-4ca6-8ebb-cc4bba6b6cda 2018-08-20 10:34:24,408 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86b8b8cd-d118-4264-90fb-44ee3f711807 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:34:24,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-86b8b8cd-d118-4264-90fb-44ee3f711807 2018-08-20 10:34:24,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,590 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25891354-0cb0-47a3-a6d8-2a5c849e0e38 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-25891354-0cb0-47a3-a6d8-2a5c849e0e38 2018-08-20 10:34:24,591 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,687 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55f93cdc-dfc4-4d0d-8787-0bb27824a0c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-55f93cdc-dfc4-4d0d-8787-0bb27824a0c6 2018-08-20 10:34:24,687 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,773 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1841e82-fd8d-4640-8446-2fcc4cd19f79 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-b1841e82-fd8d-4640-8446-2fcc4cd19f79 2018-08-20 10:34:24,774 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,864 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abd4f381-914a-4721-a1df-9175a20ac957 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:24,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-abd4f381-914a-4721-a1df-9175a20ac957 2018-08-20 10:34:24,864 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:24,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:24,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a05f5a-cac7-422c-b9be-8204da5446c0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:34:24,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-75a05f5a-cac7-422c-b9be-8204da5446c0 2018-08-20 10:34:24,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:25,079 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba8a9302-f711-4285-b5ed-1eac544d9e86 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:25,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-ba8a9302-f711-4285-b5ed-1eac544d9e86 2018-08-20 10:34:25,079 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:25,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:25,175 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce28aa19-152d-4de5-b874-5a34d6c8dd3b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:25,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-ce28aa19-152d-4de5-b874-5a34d6c8dd3b 2018-08-20 10:34:25,176 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:25,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:25,300 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4b02a89-72bc-44d0-a351-4d18a5db6ae4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:34:25,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-c4b02a89-72bc-44d0-a351-4d18a5db6ae4 2018-08-20 10:34:25,300 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:34:25,301 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj 2018-08-20 10:34:25,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/1a8cc7aceae643268e496241d110e880 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:25,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93f71b0c-249b-41b5-b5cc-665d53d87c2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:34:25,553 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/1a8cc7aceae643268e496241d110e880 used request id req-93f71b0c-249b-41b5-b5cc-665d53d87c2c 2018-08-20 10:34:25,553 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-995f6d49-a8cb-48e-proj-role 2018-08-20 10:34:25,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/3cd6a877d4f84f2c90487048abb5eeac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:25,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c02bed86-01b8-43d2-9d10-af77630cabb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:34:25,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/3cd6a877d4f84f2c90487048abb5eeac used request id req-c02bed86-01b8-43d2-9d10-af77630cabb3 2018-08-20 10:34:25,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc4d3b4d080d7b1c9eb50a2194dce009fe97cd5" 2018-08-20 10:34:25,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58221626-776d-49ac-af0a-569f802df86f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:34:25,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-58221626-776d-49ac-af0a-569f802df86f 2018-08-20 10:34:25,795 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-995f6d49-a8cb-48e-user 2018-08-20 10:34:25,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/c8e26b1b626a4a0e8f08717b6c4a792e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a84b9802c31bb639d40a517086a41e6c681d0f" 2018-08-20 10:34:25,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4ec6c88-e922-4ce4-8d12-33a412530c5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:34:25,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/c8e26b1b626a4a0e8f08717b6c4a792e used request id req-d4ec6c88-e922-4ce4-8d12-33a412530c5c 2018-08-20 10:34:25,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:26,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:34:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Yj1AdnF5QOiI7rfXjmpVLA"], "issued_at": "2018-08-20T10:34:26.000000Z"}} 2018-08-20 10:34:26,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9baf7b8bab0692858faab4ec8a9f6c599fd1248f" 2018-08-20 10:34:26,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba57c16-c860-4359-b702-dc05c6747efa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:26,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4ba57c16-c860-4359-b702-dc05c6747efa 2018-08-20 10:34:26,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:26,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:26,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:34:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["AbUCVr5sR1SbCK7puOGEwQ"], "issued_at": "2018-08-20T10:34:26.000000Z"}} 2018-08-20 10:34:26,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:34:26,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2e606df-2c43-4f76-9d63-98048a1ce77a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:26,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d2e606df-2c43-4f76-9d63-98048a1ce77a 2018-08-20 10:34:26,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:34:26,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:34:26,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-a510cedf-c335-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:34:27,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c40d41e-0950-4435-9e94-0d356a8113ac Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-a510cedf-c335-4a8-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:34:27,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-a510cedf-c335-4a8-proj used request id req-2c40d41e-0950-4435-9e94-0d356a8113ac 2018-08-20 10:34:27,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:34:27,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1790f34c-f646-4f7d-8c87-ed7f019eaf58 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:34:27,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-1790f34c-f646-4f7d-8c87-ed7f019eaf58 2018-08-20 10:34:27,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}}' 2018-08-20 10:34:27,242 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:34:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64b3035b-c355-4beb-bf0b-254fa3e29540 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "id": "713a5763f9484b3b9ae510aa07fcd85e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:27,242 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-64b3035b-c355-4beb-bf0b-254fa3e29540 2018-08-20 10:34:27,242 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-a510cedf-c335-4a8-proj 2018-08-20 10:34:27,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:27,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:27,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:34:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["b8eIiR0OREGege05G6THOA"], "issued_at": "2018-08-20T10:34:27.000000Z"}} 2018-08-20 10:34:27,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d0b90343d357cd127de96a0188ab82cdeed981" 2018-08-20 10:34:27,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-153907cd-8d19-443a-b7a8-11dfdac1d825 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:27,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-153907cd-8d19-443a-b7a8-11dfdac1d825 2018-08-20 10:34:27,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:34:27,738 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:34:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:34:27,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d0b90343d357cd127de96a0188ab82cdeed981" 2018-08-20 10:34:27,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77ec1e57-5c08-4b38-8d30-ded545a9eb54 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:34:27,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-77ec1e57-5c08-4b38-8d30-ded545a9eb54 2018-08-20 10:34:27,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstanceSimpleTests-a510cedf-c335-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d0b90343d357cd127de96a0188ab82cdeed981" 2018-08-20 10:34:28,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0caffd02-7b98-4eb9-98cd-442e323af9b7 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstanceSimpleTests-a510cedf-c335-4a8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "id": "713a5763f9484b3b9ae510aa07fcd85e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}]} 2018-08-20 10:34:28,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstanceSimpleTests-a510cedf-c335-4a8-proj used request id req-0caffd02-7b98-4eb9-98cd-442e323af9b7 2018-08-20 10:34:28,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d0b90343d357cd127de96a0188ab82cdeed981" 2018-08-20 10:34:28,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e50e7f5-45a3-487b-bf60-7da194135f8c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:34:28,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-8e50e7f5-45a3-487b-bf60-7da194135f8c 2018-08-20 10:34:28,535 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-a510cedf-c335-4a8-user 2018-08-20 10:34:28,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:28,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:34:28,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb9176b-4bee-4919-90c8-ba90f27094f6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:34:28,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-3fb9176b-4bee-4919-90c8-ba90f27094f6 2018-08-20 10:34:28,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" -d '{"role": {"name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}}' 2018-08-20 10:34:28,781 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:34:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc97ca83-954a-4050-a76d-b602b4b93cc3 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "947b1769548b4b4cac362478593cbb00", "links": {"self": "http://172.30.9.36:5000/v3/roles/947b1769548b4b4cac362478593cbb00"}, "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}} 2018-08-20 10:34:28,781 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-dc97ca83-954a-4050-a76d-b602b4b93cc3 2018-08-20 10:34:28,781 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role 2018-08-20 10:34:28,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/947b1769548b4b4cac362478593cbb00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:34:28,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16f535b6-cadc-44d2-960c-547489301842 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "947b1769548b4b4cac362478593cbb00", "links": {"self": "http://172.30.9.36:5000/v3/roles/947b1769548b4b4cac362478593cbb00"}, "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}} 2018-08-20 10:34:28,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/947b1769548b4b4cac362478593cbb00 used request id req-16f535b6-cadc-44d2-960c-547489301842 2018-08-20 10:34:28,874 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role to project CreateInstanceSimpleTests-a510cedf-c335-4a8-proj 2018-08-20 10:34:28,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e/users/dce80f808de14bf38a886bf1c68e3218/roles/947b1769548b4b4cac362478593cbb00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:34:29,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:34:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0653d355-bcc6-409c-82bf-1d160224df58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:34:29,011 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e/users/dce80f808de14bf38a886bf1c68e3218/roles/947b1769548b4b4cac362478593cbb00 used request id req-0653d355-bcc6-409c-82bf-1d160224df58 2018-08-20 10:34:29,011 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:34:29,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:29,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:34:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:34:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:34:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:34:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:34:29,016 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:34:29,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:29,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:29,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "947b1769548b4b4cac362478593cbb00", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}], "expires_at": "2018-08-20T11:34:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-user", "id": "dce80f808de14bf38a886bf1c68e3218"}, "audit_ids": ["ZgcXtFoQQ3q2vIWAaICGHg"], "issued_at": "2018-08-20T10:34:29.000000Z"}} 2018-08-20 10:34:29,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" 2018-08-20 10:34:29,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd049275-c85e-484b-b66a-9f63802e504f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:29,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fd049275-c85e-484b-b66a-9f63802e504f 2018-08-20 10:34:29,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" 2018-08-20 10:34:29,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-6587f8da-1b8d-420f-b8f7-60367b5f5493 Date: Mon, 20 Aug 2018 10:34:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image"} 2018-08-20 10:34:29,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image used request id req-6587f8da-1b8d-420f-b8f7-60367b5f5493 2018-08-20 10:34:29,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" 2018-08-20 10:34:29,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6956656a-de67-4a37-9577-b3984cb0dde3 Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:34:29,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-6956656a-de67-4a37-9577-b3984cb0dde3 2018-08-20 10:34:29,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image"}' 2018-08-20 10:34:30,239 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7566288f-7585-4ee4-a302-8f951b9b73f6 Date: Mon, 20 Aug 2018 10:34:30 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:34:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:34:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "min_disk": 0, "protected": false, "id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "file": "/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/file", "checksum": null, "owner": "713a5763f9484b3b9ae510aa07fcd85e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:34:30,239 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-7566288f-7585-4ee4-a302-8f951b9b73f6 2018-08-20 10:34:30,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" -d '' 2018-08-20 10:34:31,210 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82582bd6-8a28-47d4-8437-f02ee6e84fc3 Date: Mon, 20 Aug 2018 10:34:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:34:31,210 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/file used request id req-82582bd6-8a28-47d4-8437-f02ee6e84fc3 2018-08-20 10:34:31,211 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:34:31,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" 2018-08-20 10:34:31,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-aeadc2df-42e2-4a71-b7b3-54726b267887 Date: Mon, 20 Aug 2018 10:34:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:34:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:34:31Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/snap", "metadata": {}}], "self": "/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "min_disk": 0, "protected": false, "id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "file": "/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "713a5763f9484b3b9ae510aa07fcd85e", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:34:31,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446 used request id req-aeadc2df-42e2-4a71-b7b3-54726b267887 2018-08-20 10:34:31,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" 2018-08-20 10:34:31,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-cd1d9141-ac7a-42e7-b3f8-b75d61369b2d Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:34:31,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-cd1d9141-ac7a-42e7-b3f8-b75d61369b2d 2018-08-20 10:34:31,594 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image 2018-08-20 10:34:31,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" 2018-08-20 10:34:31,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-c540b8a5-a080-499f-b6d8-a154c1ba5fa6 Date: Mon, 20 Aug 2018 10:34:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:34:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:34:31Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/snap", "metadata": {}}], "self": "/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "min_disk": 0, "protected": false, "id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "file": "/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "713a5763f9484b3b9ae510aa07fcd85e", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:34:31,791 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446 used request id req-c540b8a5-a080-499f-b6d8-a154c1ba5fa6 2018-08-20 10:34:31,791 - create_image - DEBUG - Instance status is - active 2018-08-20 10:34:31,792 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image 2018-08-20 10:34:31,792 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image 2018-08-20 10:34:31,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:31,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:32,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["LTsyrR31QmSglJd5lOBQ3w"], "issued_at": "2018-08-20T10:34:32.000000Z"}} 2018-08-20 10:34:32,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e38aac4cb70be4bf7347a243606cf94fbe41a5c" 2018-08-20 10:34:32,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e75fee-44e2-47d8-b8cd-1c85bb340aef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:32,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-88e75fee-44e2-47d8-b8cd-1c85bb340aef 2018-08-20 10:34:32,280 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:34:32,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e38aac4cb70be4bf7347a243606cf94fbe41a5c" 2018-08-20 10:34:32,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-56ac7ac2-ebbc-41e7-81e3-36106871494b x-compute-request-id: req-56ac7ac2-ebbc-41e7-81e3-36106871494b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:34:32,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-56ac7ac2-ebbc-41e7-81e3-36106871494b 2018-08-20 10:34:32,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e38aac4cb70be4bf7347a243606cf94fbe41a5c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-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-08-20 10:34:32,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d402e4f2-96d7-4ca9-82ea-ce99c97bebe8 x-compute-request-id: req-d402e4f2-96d7-4ca9-82ea-ce99c97bebe8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b322d05d-386f-4388-98b0-debd9e44141c"}} 2018-08-20 10:34:32,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-d402e4f2-96d7-4ca9-82ea-ce99c97bebe8 2018-08-20 10:34:32,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:32,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:32,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "947b1769548b4b4cac362478593cbb00", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}], "expires_at": "2018-08-20T11:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-user", "id": "dce80f808de14bf38a886bf1c68e3218"}, "audit_ids": ["Bkhjr41IT7qRffMg0AS0zA"], "issued_at": "2018-08-20T10:34:32.000000Z"}} 2018-08-20 10:34:32,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" 2018-08-20 10:34:33,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01be7ed4-50fc-431e-8636-dad01fb4c86f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:33,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-01be7ed4-50fc-431e-8636-dad01fb4c86f 2018-08-20 10:34:33,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:34:33,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:34:33,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:34:33,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:34:33,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:34:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" 2018-08-20 10:34:33,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-454feab1-02b3-44b9-a92e-eb54b94758d0 Date: Mon, 20 Aug 2018 10:34:33 GMT RESP BODY: {"networks":[]} 2018-08-20 10:34:33,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-454feab1-02b3-44b9-a92e-eb54b94758d0 2018-08-20 10:34:33,250 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net 2018-08-20 10:34:33,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" -d '{"network": {"name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net", "admin_state_up": true}}' 2018-08-20 10:34:34,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-9d9cc631-d4e7-436f-86a4-b4ca7618561e Date: Mon, 20 Aug 2018 10:34:34 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:34:33Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}} 2018-08-20 10:34:34,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-9d9cc631-d4e7-436f-86a4-b4ca7618561e 2018-08-20 10:34:34,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" 2018-08-20 10:34:34,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-d5bc7101-a7ca-43ba-9dea-b4efe7beb8fd Date: Mon, 20 Aug 2018 10:34: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-08-20T10:34:33Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:34,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-d5bc7101-a7ca-43ba-9dea-b4efe7beb8fd 2018-08-20 10:34:34,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" 2018-08-20 10:34:34,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9d7c13c8-0deb-4645-ab2a-42cb2660f99b Date: Mon, 20 Aug 2018 10:34:34 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:34:34,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-9d7c13c8-0deb-4645-ab2a-42cb2660f99b 2018-08-20 10:34:34,562 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet 2018-08-20 10:34:34,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" -d '{"subnets": [{"ip_version": 4, "network_id": "67d39823-92b5-4bdf-b029-e84a70d38760", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]}' 2018-08-20 10:34:35,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8b005a70-a451-4a75-b4e9-626c56be41ad Date: Mon, 20 Aug 2018 10:34:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:35,390 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-8b005a70-a451-4a75-b4e9-626c56be41ad 2018-08-20 10:34:35,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" 2018-08-20 10:34:35,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d6463d11-3f10-481b-befc-ce76f54598f3 Date: Mon, 20 Aug 2018 10:34:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:35,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-d6463d11-3f10-481b-befc-ce76f54598f3 2018-08-20 10:34:35,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" 2018-08-20 10:34:35,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4ae51325-a334-4e61-bec1-3965395e2c05 Date: Mon, 20 Aug 2018 10:34:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:35,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-4ae51325-a334-4e61-bec1-3965395e2c05 2018-08-20 10:34:35,908 - OpenStackNetwork - DEBUG - Network [67d39823-92b5-4bdf-b029-e84a70d38760] created successfully 2018-08-20 10:34:35,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:35,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:36,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "947b1769548b4b4cac362478593cbb00", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}], "expires_at": "2018-08-20T11:34:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-user", "id": "dce80f808de14bf38a886bf1c68e3218"}, "audit_ids": ["yntqNYLUSam0RnIJRvCkXA"], "issued_at": "2018-08-20T10:34:36.000000Z"}} 2018-08-20 10:34:36,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:36,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02135092-317c-4cb8-80a5-a0dbcbec269a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:36,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-02135092-317c-4cb8-80a5-a0dbcbec269a 2018-08-20 10:34:36,398 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:34:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:34:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:34:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:34:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:34:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:34:36,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:36,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f370e8e1-8f50-4203-b773-c4069b74e6ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:36,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f370e8e1-8f50-4203-b773-c4069b74e6ae 2018-08-20 10:34:36,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:36,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b9287bc0-705e-42e2-ae7a-af592582b76d Date: Mon, 20 Aug 2018 10:34:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:36,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-b9287bc0-705e-42e2-ae7a-af592582b76d 2018-08-20 10:34:36,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:37,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3878edb7-8e61-4e07-868d-57f4b347463d Date: Mon, 20 Aug 2018 10:34:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:37,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-3878edb7-8e61-4e07-868d-57f4b347463d 2018-08-20 10:34:37,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:37,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-a6f99249-1614-492b-b7b2-7b776d590478 Date: Mon, 20 Aug 2018 10:34:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:37,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-a6f99249-1614-492b-b7b2-7b776d590478 2018-08-20 10:34:37,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:34:37,326 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:34:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:34:37,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:37,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df5dc3c-37c5-462b-a7b9-31d6a88be15e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:37,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-3df5dc3c-37c5-462b-a7b9-31d6a88be15e 2018-08-20 10:34:37,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:37,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d14915cc-b03e-4de3-b4e2-3632f03d7be0 Date: Mon, 20 Aug 2018 10:34:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:37,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-d14915cc-b03e-4de3-b4e2-3632f03d7be0 2018-08-20 10:34:37,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:37,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-01be2722-cf23-4fd7-99b4-c3283494cd0a Date: Mon, 20 Aug 2018 10:34:37 GMT RESP BODY: {"ports":[]} 2018-08-20 10:34:37,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port&admin_state_up=True used request id req-01be2722-cf23-4fd7-99b4-c3283494cd0a 2018-08-20 10:34:37,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:38,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf2971d1-4341-4211-ade8-c7a1b705caa1 x-compute-request-id: req-bf2971d1-4341-4211-ade8-c7a1b705caa1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:34:38,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst used request id req-bf2971d1-4341-4211-ade8-c7a1b705caa1 2018-08-20 10:34:38,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:38,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b9ed22a9-ab5f-42c1-87fc-257c274d049c Date: Mon, 20 Aug 2018 10:34:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:38,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-b9ed22a9-ab5f-42c1-87fc-257c274d049c 2018-08-20 10:34:38,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:38,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fb9d5127-8713-4fc2-b69b-801307bda406 Date: Mon, 20 Aug 2018 10:34:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:38,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-fb9d5127-8713-4fc2-b69b-801307bda406 2018-08-20 10:34:38,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:38,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8916410b-ac98-4c21-b3d0-6828ec147fab Date: Mon, 20 Aug 2018 10:34:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:38,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-8916410b-ac98-4c21-b3d0-6828ec147fab 2018-08-20 10:34:38,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:38,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-591aba86-4cd4-4b3e-9d92-d130dfb7f52b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:38,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-591aba86-4cd4-4b3e-9d92-d130dfb7f52b 2018-08-20 10:34:38,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:38,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d7662173-dfbd-4d13-bd13-b2c0df3c26b6 Date: Mon, 20 Aug 2018 10:34:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:38,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-d7662173-dfbd-4d13-bd13-b2c0df3c26b6 2018-08-20 10:34:38,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:38,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8472e70d-9c7c-4380-b960-909edb22ca23 Date: Mon, 20 Aug 2018 10:34:38 GMT RESP BODY: {"ports":[]} 2018-08-20 10:34:38,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port&admin_state_up=True used request id req-8472e70d-9c7c-4380-b960-909edb22ca23 2018-08-20 10:34:38,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:34:38,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:39,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "947b1769548b4b4cac362478593cbb00", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}], "expires_at": "2018-08-20T11:34:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-user", "id": "dce80f808de14bf38a886bf1c68e3218"}, "audit_ids": ["dHrheQXnRVmLMVUx0arZYw"], "issued_at": "2018-08-20T10:34:39.000000Z"}} 2018-08-20 10:34:39,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15bc3a6a2dc8338474bcb172eecc0ca2368975ae" 2018-08-20 10:34:39,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984064d6-471b-47e0-b557-34591becfd58 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:34:39,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-984064d6-471b-47e0-b557-34591becfd58 2018-08-20 10:34:39,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:39,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-de503316-1cc6-491b-831f-b3ba36e266b1 Date: Mon, 20 Aug 2018 10:34:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:39,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-de503316-1cc6-491b-831f-b3ba36e266b1 2018-08-20 10:34:39,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:40,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-32de5e58-8edc-4201-bd03-2a93c0d7d349 Date: Mon, 20 Aug 2018 10:34:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:40,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-32de5e58-8edc-4201-bd03-2a93c0d7d349 2018-08-20 10:34:40,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:40,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-398dd759-8b3a-46fb-bec7-7ab708d73aa2 Date: Mon, 20 Aug 2018 10:34: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":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:40,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-398dd759-8b3a-46fb-bec7-7ab708d73aa2 2018-08-20 10:34:40,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:34:40,346 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:34:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:34:40,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15bc3a6a2dc8338474bcb172eecc0ca2368975ae" 2018-08-20 10:34:40,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-649a2a4d-6650-42d1-90bb-f827e9e6b6cd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:40,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-649a2a4d-6650-42d1-90bb-f827e9e6b6cd 2018-08-20 10:34:40,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:40,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9cc1479e-d91d-4b4c-b793-5f1d8db04038 Date: Mon, 20 Aug 2018 10:34:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:40,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-9cc1479e-d91d-4b4c-b793-5f1d8db04038 2018-08-20 10:34:40,683 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net 2018-08-20 10:34:40,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" -d '{"port": {"network_id": "67d39823-92b5-4bdf-b029-e84a70d38760", "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port", "admin_state_up": true}}' 2018-08-20 10:34:41,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-fd12a3fb-7706-4098-a150-61c13554ba0b Date: Mon, 20 Aug 2018 10:34:41 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:34:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:34:41Z","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:5d:a9:41","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.16"}],"id":"7c6421cb-b815-437d-beb9-75da97e033ca","security_groups":["db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2"],"device_id":""}} 2018-08-20 10:34:41,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-fd12a3fb-7706-4098-a150-61c13554ba0b 2018-08-20 10:34:41,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e9b78ac4-c84e-4d7a-9162-f5ab24a0c285 Date: Mon, 20 Aug 2018 10:34: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":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:42,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-e9b78ac4-c84e-4d7a-9162-f5ab24a0c285 2018-08-20 10:34:42,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-63ffe806-d67b-4300-9c95-78c6e89a5124 Date: Mon, 20 Aug 2018 10:34:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:42,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-63ffe806-d67b-4300-9c95-78c6e89a5124 2018-08-20 10:34:42,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-718b17b8-0c24-420c-bd72-e04093eef988 Date: Mon, 20 Aug 2018 10:34: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":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:42,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-718b17b8-0c24-420c-bd72-e04093eef988 2018-08-20 10:34:42,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0f9278-7566-4244-93ac-d3650e903c8c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:42,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-cd0f9278-7566-4244-93ac-d3650e903c8c 2018-08-20 10:34:42,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-67d1b403-fbea-4c4e-9a10-9cf86d08db91 Date: Mon, 20 Aug 2018 10:34:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:42,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-67d1b403-fbea-4c4e-9a10-9cf86d08db91 2018-08-20 10:34:42,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-d656f723-d01c-4b19-befc-e6a8a8c42911 Date: Mon, 20 Aug 2018 10:34:42 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:41Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:41Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:5d:a9:41","id":"7c6421cb-b815-437d-beb9-75da97e033ca","port_security_enabled":true,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2"],"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port"}]} 2018-08-20 10:34:42,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port&admin_state_up=True used request id req-d656f723-d01c-4b19-befc-e6a8a8c42911 2018-08-20 10:34:42,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37015f2a-83c8-4daa-8894-6683979429a4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:42,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-37015f2a-83c8-4daa-8894-6683979429a4 2018-08-20 10:34:42,745 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst 2018-08-20 10:34:42,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a5625fe-5be3-4088-9028-8852aa6aaf2e x-compute-request-id: req-7a5625fe-5be3-4088-9028-8852aa6aaf2e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-flavor-name"}]} 2018-08-20 10:34:42,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-7a5625fe-5be3-4088-9028-8852aa6aaf2e 2018-08-20 10:34:42,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/b322d05d-386f-4388-98b0-debd9e44141c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:42,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfe95dfe-064c-4cf1-b2b1-5df349708409 x-compute-request-id: req-cfe95dfe-064c-4cf1-b2b1-5df349708409 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b322d05d-386f-4388-98b0-debd9e44141c"}} 2018-08-20 10:34:42,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/b322d05d-386f-4388-98b0-debd9e44141c used request id req-cfe95dfe-064c-4cf1-b2b1-5df349708409 2018-08-20 10:34:42,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:43,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-b59229ba-e8e0-413a-b0fa-1662f674a2d0 Date: Mon, 20 Aug 2018 10:34:43 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:34:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:34:31Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/snap", "metadata": {}}], "self": "/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "min_disk": 0, "protected": false, "id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "file": "/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "713a5763f9484b3b9ae510aa07fcd85e", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image"} 2018-08-20 10:34:43,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image used request id req-b59229ba-e8e0-413a-b0fa-1662f674a2d0 2018-08-20 10:34:43,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:43,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d9aa4090-93db-4689-8958-21b3120ef6f6 Date: Mon, 20 Aug 2018 10:34: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:34:43,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-d9aa4090-93db-4689-8958-21b3120ef6f6 2018-08-20 10:34:43,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" -d '{"server": {"name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "imageRef": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "flavorRef": "b322d05d-386f-4388-98b0-debd9e44141c", "max_count": 1, "min_count": 1, "networks": [{"port": "7c6421cb-b815-437d-beb9-75da97e033ca"}]}}' 2018-08-20 10:34:44,861 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:34:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8533b1f-360b-4a2c-a605-e88ef1f79434 x-compute-request-id: req-b8533b1f-360b-4a2c-a605-e88ef1f79434 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "adminPass": "igqqLzQ7cVPJ"}} 2018-08-20 10:34:44,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-b8533b1f-360b-4a2c-a605-e88ef1f79434 2018-08-20 10:34:44,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:45,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-338a93a0-bcb4-4779-8c59-dc7f6cb13e91 x-compute-request-id: req-338a93a0-bcb4-4779-8c59-dc7f6cb13e91 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.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:34:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:45,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-338a93a0-bcb4-4779-8c59-dc7f6cb13e91 2018-08-20 10:34:45,275 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst 2018-08-20 10:34:45,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:45,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-226c0a0d-9ec0-4068-82f1-5a07413eaec4 x-compute-request-id: req-226c0a0d-9ec0-4068-82f1-5a07413eaec4 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.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:34:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:45,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-226c0a0d-9ec0-4068-82f1-5a07413eaec4 2018-08-20 10:34:45,654 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst] is - BUILD 2018-08-20 10:34:45,654 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:34:48,657 - create_instance - DEBUG - VM status query timeout in 896.618568897 2018-08-20 10:34:48,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:49,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dadb059a-3332-46c4-afc2-14299115d0f2 x-compute-request-id: req-dadb059a-3332-46c4-afc2-14299115d0f2 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.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "security_groups": [{"name": "default"}], "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:34:45Z", "hostId": "877947e533f35c2a0fd7450207e109ea6e099e7b7492811f2de3087b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:49,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-dadb059a-3332-46c4-afc2-14299115d0f2 2018-08-20 10:34:49,521 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst] is - BUILD 2018-08-20 10:34:49,521 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:34:52,525 - create_instance - DEBUG - VM status query timeout in 892.750967026 2018-08-20 10:34:52,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:53,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02079576-c205-43d4-a5df-0a2044ea9693 x-compute-request-id: req-02079576-c205-43d4-a5df-0a2044ea9693 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:a9:41", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:34:49.000000", "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "security_groups": [{"name": "default"}], "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:50Z", "hostId": "877947e533f35c2a0fd7450207e109ea6e099e7b7492811f2de3087b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:53,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-02079576-c205-43d4-a5df-0a2044ea9693 2018-08-20 10:34:53,288 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst] is - ACTIVE 2018-08-20 10:34:53,288 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:34:53,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:53,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2fb6c030-b82d-490e-b142-76b1620ea0bb x-compute-request-id: req-2fb6c030-b82d-490e-b142-76b1620ea0bb Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:a9:41", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:34:49.000000", "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "security_groups": [{"name": "default"}], "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:50Z", "hostId": "877947e533f35c2a0fd7450207e109ea6e099e7b7492811f2de3087b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:53,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-2fb6c030-b82d-490e-b142-76b1620ea0bb 2018-08-20 10:34:53,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:54,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-635da797-86f1-421e-b345-728468022393 Date: Mon, 20 Aug 2018 10:34:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:54,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-635da797-86f1-421e-b345-728468022393 2018-08-20 10:34:54,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:54,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af9a95da-d9ce-4c35-9365-5628f6b4940d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:54,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-af9a95da-d9ce-4c35-9365-5628f6b4940d 2018-08-20 10:34:54,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:54,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-de1017d1-e5e4-415e-b53c-3f51658dfca5 Date: Mon, 20 Aug 2018 10:34:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:54,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-de1017d1-e5e4-415e-b53c-3f51658dfca5 2018-08-20 10:34:54,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:54,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-d3628a9e-55a5-4570-95e8-82f613557e66 Date: Mon, 20 Aug 2018 10:34:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:41Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:49Z","binding:vnic_type":"normal","device_id":"066f6fa4-2693-4ec9-850b-c827c60df0c1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5d:a9:41","id":"7c6421cb-b815-437d-beb9-75da97e033ca","port_security_enabled":true,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2"],"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:38:6b:b0","id":"9d09a26d-b57d-4a3b-8b29-ade7ad8b645a","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:35Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:90:00","id":"9fc10000-566f-440f-bb29-67fc6d163c94","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:67:c6:09","id":"d44ed92f-f424-45c4-b231-d7697ad0a613","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:34:54,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-d3628a9e-55a5-4570-95e8-82f613557e66 2018-08-20 10:34:54,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:54,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "947b1769548b4b4cac362478593cbb00", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}], "expires_at": "2018-08-20T11:34:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-user", "id": "dce80f808de14bf38a886bf1c68e3218"}, "audit_ids": ["iK2oanBqQLiXexGBtwCZbA"], "issued_at": "2018-08-20T10:34:54.000000Z"}} 2018-08-20 10:34:54,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1362d38aaf05d2890696bbef9c6b0b27135ba86d" 2018-08-20 10:34:56,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b077253-fc76-4308-9a1c-ad9fd36466a1 x-compute-request-id: req-7b077253-fc76-4308-9a1c-ad9fd36466a1 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:a9:41", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:34:49.000000", "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "security_groups": [{"name": "default"}], "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:50Z", "hostId": "877947e533f35c2a0fd7450207e109ea6e099e7b7492811f2de3087b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:34:56,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst used request id req-7b077253-fc76-4308-9a1c-ad9fd36466a1 2018-08-20 10:34:56,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:34:56,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "947b1769548b4b4cac362478593cbb00", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role"}], "expires_at": "2018-08-20T11:34:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/713a5763f9484b3b9ae510aa07fcd85e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-user", "id": "dce80f808de14bf38a886bf1c68e3218"}, "audit_ids": ["N9N_55cQTRqACRXQpcvlHQ"], "issued_at": "2018-08-20T10:34:56.000000Z"}} 2018-08-20 10:34:56,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8863ad2ca26a14902ec453b9c5f54cc68c32c8dc" 2018-08-20 10:34:56,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-deb66d19-cda0-463a-8d2e-11cf33dd3a44 Date: Mon, 20 Aug 2018 10:34:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:56,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-deb66d19-cda0-463a-8d2e-11cf33dd3a44 2018-08-20 10:34:56,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8863ad2ca26a14902ec453b9c5f54cc68c32c8dc" 2018-08-20 10:34:56,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-de9bccfd-8abf-4b42-aac5-b84c9b49b909 Date: Mon, 20 Aug 2018 10:34:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:56,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-de9bccfd-8abf-4b42-aac5-b84c9b49b909 2018-08-20 10:34:56,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8863ad2ca26a14902ec453b9c5f54cc68c32c8dc" 2018-08-20 10:34:57,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-1b482afe-a4d6-44be-9f2f-8a6228382b65 Date: Mon, 20 Aug 2018 10:34:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:41Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:49Z","binding:vnic_type":"normal","device_id":"066f6fa4-2693-4ec9-850b-c827c60df0c1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5d:a9:41","id":"7c6421cb-b815-437d-beb9-75da97e033ca","port_security_enabled":true,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2"],"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:38:6b:b0","id":"9d09a26d-b57d-4a3b-8b29-ade7ad8b645a","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:35Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:90:00","id":"9fc10000-566f-440f-bb29-67fc6d163c94","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:67:c6:09","id":"d44ed92f-f424-45c4-b231-d7697ad0a613","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:34:57,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-1b482afe-a4d6-44be-9f2f-8a6228382b65 2018-08-20 10:34:57,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:57,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b0c1960-b403-42c0-9cbc-46922f499a3e x-compute-request-id: req-6b0c1960-b403-42c0-9cbc-46922f499a3e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:a9:41", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:34:49.000000", "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "security_groups": [{"name": "default"}], "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:50Z", "hostId": "877947e533f35c2a0fd7450207e109ea6e099e7b7492811f2de3087b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:57,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-6b0c1960-b403-42c0-9cbc-46922f499a3e 2018-08-20 10:34:57,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:58,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ba2ec0ff-fc1a-4b44-88a7-c49bddd4d910 Date: Mon, 20 Aug 2018 10:34:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:58,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-ba2ec0ff-fc1a-4b44-88a7-c49bddd4d910 2018-08-20 10:34:58,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:58,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcf6ed69-3bb7-404d-bcb9-ec5223d417bd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:58,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-bcf6ed69-3bb7-404d-bcb9-ec5223d417bd 2018-08-20 10:34:58,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:58,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-42eb3374-141b-4c95-b73a-e5cb647c7379 Date: Mon, 20 Aug 2018 10:34:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:58,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-42eb3374-141b-4c95-b73a-e5cb647c7379 2018-08-20 10:34:58,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:58,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-96631c97-cec5-4c38-bae9-a5b099ac0733 Date: Mon, 20 Aug 2018 10:34:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:41Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:49Z","binding:vnic_type":"normal","device_id":"066f6fa4-2693-4ec9-850b-c827c60df0c1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5d:a9:41","id":"7c6421cb-b815-437d-beb9-75da97e033ca","port_security_enabled":true,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2"],"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:38:6b:b0","id":"9d09a26d-b57d-4a3b-8b29-ade7ad8b645a","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:35Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:90:00","id":"9fc10000-566f-440f-bb29-67fc6d163c94","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:67:c6:09","id":"d44ed92f-f424-45c4-b231-d7697ad0a613","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:34:58,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-96631c97-cec5-4c38-bae9-a5b099ac0733 2018-08-20 10:34:58,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:58,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ece1d9b-dffd-49c9-99d9-5f1b9172849e x-compute-request-id: req-4ece1d9b-dffd-49c9-99d9-5f1b9172849e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:a9:41", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:34:49.000000", "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "security_groups": [{"name": "default"}], "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:50Z", "hostId": "877947e533f35c2a0fd7450207e109ea6e099e7b7492811f2de3087b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:34:58,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-4ece1d9b-dffd-49c9-99d9-5f1b9172849e 2018-08-20 10:34:58,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:58,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ee178dfe-f364-47fa-8991-96e14be28dfb Date: Mon, 20 Aug 2018 10:34:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["368baea1-4bdb-4843-bc2e-246e44642c77"],"updated_at":"2018-08-20T10:34:34Z","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","id":"67d39823-92b5-4bdf-b029-e84a70d38760","name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net"}]} 2018-08-20 10:34:58,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net used request id req-ee178dfe-f364-47fa-8991-96e14be28dfb 2018-08-20 10:34:58,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:59,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abba514b-4d54-43cf-838e-7f025a76e0b0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:34:59,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-abba514b-4d54-43cf-838e-7f025a76e0b0 2018-08-20 10:34:59,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:59,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a583b78d-0a96-4b25-9267-e5d4117d755d Date: Mon, 20 Aug 2018 10:34:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:34Z","dns_nameservers":[],"updated_at":"2018-08-20T10:34: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":"713a5763f9484b3b9ae510aa07fcd85e","id":"368baea1-4bdb-4843-bc2e-246e44642c77","subnetpool_id":null,"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet"}]} 2018-08-20 10:34:59,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-a583b78d-0a96-4b25-9267-e5d4117d755d 2018-08-20 10:34:59,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:34:59,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-00ee6a66-b1ff-43ce-97a2-96248ac8176b Date: Mon, 20 Aug 2018 10:34:59 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:41Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:49Z","binding:vnic_type":"normal","device_id":"066f6fa4-2693-4ec9-850b-c827c60df0c1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5d:a9:41","id":"7c6421cb-b815-437d-beb9-75da97e033ca","port_security_enabled":true,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2"],"name":"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:38:6b:b0","id":"9d09a26d-b57d-4a3b-8b29-ade7ad8b645a","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:35Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:90:00","id":"9fc10000-566f-440f-bb29-67fc6d163c94","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67d39823-92b5-4bdf-b029-e84a70d38760","tenant_id":"713a5763f9484b3b9ae510aa07fcd85e","created_at":"2018-08-20T10:34:36Z","admin_state_up":true,"updated_at":"2018-08-20T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d39823-92b5-4bdf-b029-e84a70d38760","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:67:c6:09","id":"d44ed92f-f424-45c4-b231-d7697ad0a613","port_security_enabled":false,"project_id":"713a5763f9484b3b9ae510aa07fcd85e","fixed_ips":[{"subnet_id":"368baea1-4bdb-4843-bc2e-246e44642c77","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:34:59,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-00ee6a66-b1ff-43ce-97a2-96248ac8176b 2018-08-20 10:34:59,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1362d38aaf05d2890696bbef9c6b0b27135ba86d" 2018-08-20 10:34:59,507 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6aea678d-be6b-4426-bba5-049a8e002a9a x-compute-request-id: req-6aea678d-be6b-4426-bba5-049a8e002a9a Content-Type: application/json 2018-08-20 10:34:59,507 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-6aea678d-be6b-4426-bba5-049a8e002a9a 2018-08-20 10:34:59,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:35:00,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:34:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40af6cb5-2f73-41d7-9e16-aa20f6220bcb x-compute-request-id: req-40af6cb5-2f73-41d7-9e16-aa20f6220bcb Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:a9:41", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:34:49.000000", "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "security_groups": [{"name": "default"}], "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:34:59Z", "hostId": "877947e533f35c2a0fd7450207e109ea6e099e7b7492811f2de3087b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:00,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-40af6cb5-2f73-41d7-9e16-aa20f6220bcb 2018-08-20 10:35:00,125 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst] is - ACTIVE 2018-08-20 10:35:00,125 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:35:03,129 - create_instance - DEBUG - VM status query timeout in 296.378656864 2018-08-20 10:35:03,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:35:03,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3163c824-25f2-4d31-b482-afdfc8cf0cb2 x-compute-request-id: req-3163c824-25f2-4d31-b482-afdfc8cf0cb2 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:a9:41", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1", "rel": "bookmark"}], "image": {"id": "def8ecbf-b0a7-4e51-bebe-0a370da9b446", "links": [{"href": "http://172.30.9.36:8774/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:34:49.000000", "flavor": {"id": "b322d05d-386f-4388-98b0-debd9e44141c", "links": [{"href": "http://172.30.9.36:8774/flavors/b322d05d-386f-4388-98b0-debd9e44141c", "rel": "bookmark"}]}, "id": "066f6fa4-2693-4ec9-850b-c827c60df0c1", "user_id": "dce80f808de14bf38a886bf1c68e3218", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:35:02Z", "hostId": "877947e533f35c2a0fd7450207e109ea6e099e7b7492811f2de3087b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst", "created": "2018-08-20T10:34:44Z", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:03,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-3163c824-25f2-4d31-b482-afdfc8cf0cb2 2018-08-20 10:35:03,236 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst] is - ACTIVE 2018-08-20 10:35:03,236 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:35:06,240 - create_instance - DEBUG - VM status query timeout in 293.267663956 2018-08-20 10:35:06,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:35:06,290 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e55867e8-e4c0-40b7-bac4-b0fdbae36494 x-compute-request-id: req-e55867e8-e4c0-40b7-bac4-b0fdbae36494 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 066f6fa4-2693-4ec9-850b-c827c60df0c1 could not be found.", "code": 404}} 2018-08-20 10:35:06,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-e55867e8-e4c0-40b7-bac4-b0fdbae36494 2018-08-20 10:35:06,291 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 066f6fa4-2693-4ec9-850b-c827c60df0c1 could not be found. (HTTP 404) (Request-ID: req-e55867e8-e4c0-40b7-bac4-b0fdbae36494) 2018-08-20 10:35:06,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1362d38aaf05d2890696bbef9c6b0b27135ba86d" 2018-08-20 10:35:06,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cef772be-6f4e-4a7f-8b2f-65758b7026d2 x-compute-request-id: req-cef772be-6f4e-4a7f-8b2f-65758b7026d2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:35:06,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst used request id req-cef772be-6f4e-4a7f-8b2f-65758b7026d2 2018-08-20 10:35:06,376 - create_instance - INFO - Deleting Port with ID - 7c6421cb-b815-437d-beb9-75da97e033ca 2018-08-20 10:35:06,376 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-port 2018-08-20 10:35:06,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/7c6421cb-b815-437d-beb9-75da97e033ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:35:07,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5250df77-6a2b-4f5a-9a13-da190e0ef7b2 Date: Mon, 20 Aug 2018 10:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:35:07,468 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/7c6421cb-b815-437d-beb9-75da97e033ca used request id req-5250df77-6a2b-4f5a-9a13-da190e0ef7b2 2018-08-20 10:35:07,469 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst 2018-08-20 10:35:07,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:35:07,517 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10: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-25cce9a3-f4c6-4f7f-9dd4-f6adffe16d5b x-compute-request-id: req-25cce9a3-f4c6-4f7f-9dd4-f6adffe16d5b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 066f6fa4-2693-4ec9-850b-c827c60df0c1 could not be found.", "code": 404}} 2018-08-20 10:35:07,517 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-25cce9a3-f4c6-4f7f-9dd4-f6adffe16d5b 2018-08-20 10:35:07,517 - create_instance - WARNING - Instance already deleted - Instance 066f6fa4-2693-4ec9-850b-c827c60df0c1 could not be found. (HTTP 404) (Request-ID: req-25cce9a3-f4c6-4f7f-9dd4-f6adffe16d5b) 2018-08-20 10:35:07,518 - create_instance - INFO - Checking deletion status 2018-08-20 10:35:07,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87242e184f4cdf6153b4de4061c4a93d7c177384" 2018-08-20 10:35:07,565 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10: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-0b55018e-2724-47c1-b843-146a387a935d x-compute-request-id: req-0b55018e-2724-47c1-b843-146a387a935d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 066f6fa4-2693-4ec9-850b-c827c60df0c1 could not be found.", "code": 404}} 2018-08-20 10:35:07,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/066f6fa4-2693-4ec9-850b-c827c60df0c1 used request id req-0b55018e-2724-47c1-b843-146a387a935d 2018-08-20 10:35:07,566 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 066f6fa4-2693-4ec9-850b-c827c60df0c1 could not be found. (HTTP 404) (Request-ID: req-0b55018e-2724-47c1-b843-146a387a935d) 2018-08-20 10:35:07,566 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-inst 2018-08-20 10:35:07,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/b322d05d-386f-4388-98b0-debd9e44141c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e38aac4cb70be4bf7347a243606cf94fbe41a5c" 2018-08-20 10:35:07,600 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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-4811cffa-b2d6-4621-ad13-caca3afb8551 x-compute-request-id: req-4811cffa-b2d6-4621-ad13-caca3afb8551 Content-Length: 0 Content-Type: application/json 2018-08-20 10:35:07,600 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/b322d05d-386f-4388-98b0-debd9e44141c used request id req-4811cffa-b2d6-4621-ad13-caca3afb8551 2018-08-20 10:35:07,601 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet 2018-08-20 10:35:07,601 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-subnet 2018-08-20 10:35:07,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/368baea1-4bdb-4843-bc2e-246e44642c77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" 2018-08-20 10:35:10,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-877bb74e-add7-4686-bfdd-1ac81749fa83 Date: Mon, 20 Aug 2018 10:35:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:35:10,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/368baea1-4bdb-4843-bc2e-246e44642c77 used request id req-877bb74e-add7-4686-bfdd-1ac81749fa83 2018-08-20 10:35:10,179 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-pub-net 2018-08-20 10:35:10,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/67d39823-92b5-4bdf-b029-e84a70d38760 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77752eb35feb07097683c16da90dcd8bac69667d" 2018-08-20 10:35:12,395 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-093be2cd-9d66-4bad-8914-015cb4f493df Date: Mon, 20 Aug 2018 10:35:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:35:12,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/67d39823-92b5-4bdf-b029-e84a70d38760 used request id req-093be2cd-9d66-4bad-8914-015cb4f493df 2018-08-20 10:35:12,396 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-837b08ac-6558-4f78-8d64-7e877b1ebe25-image 2018-08-20 10:35:12,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}442d1328ea96a836067568ff3674ea95b05f2f15" 2018-08-20 10:35:13,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fff6741c-1e55-4315-acdb-bf7fb4147546 Date: Mon, 20 Aug 2018 10:35:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:35:13,380 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/def8ecbf-b0a7-4e51-bebe-0a370da9b446 used request id req-fff6741c-1e55-4315-acdb-bf7fb4147546 2018-08-20 10:35:13,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:35:13,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:35:13,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:35:13,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:35:13,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:35:13,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:13,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-c6d3b7be-bc62-4718-b4a0-29b79fa0ba3b Date: Mon, 20 Aug 2018 10:35:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "created_at": "2018-08-20T10:34:33Z", "updated_at": "2018-08-20T10:34:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:34:33Z", "revision_number": 0, "id": "2cd4e4d1-d659-43a1-bef5-7d9855fc7acd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:34:33Z", "security_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "port_range_min": null, "ethertype": "IPv4", "project_id": "713a5763f9484b3b9ae510aa07fcd85e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:34:33Z", "revision_number": 0, "id": "bb5b7a5a-ff21-41da-91fa-7b5943af1030", "remote_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "remote_ip_prefix": null, "created_at": "2018-08-20T10:34:33Z", "security_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "port_range_min": null, "ethertype": "IPv6", "project_id": "713a5763f9484b3b9ae510aa07fcd85e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:34:33Z", "revision_number": 0, "id": "f9b7fe08-4f6e-4453-aa95-e2a0db587829", "remote_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "remote_ip_prefix": null, "created_at": "2018-08-20T10:34:33Z", "security_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "port_range_min": null, "ethertype": "IPv4", "project_id": "713a5763f9484b3b9ae510aa07fcd85e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:34:33Z", "revision_number": 0, "id": "fc8b972c-ab76-4e5d-a77a-336b89cb1b90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:34:33Z", "security_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "port_range_min": null, "ethertype": "IPv6", "project_id": "713a5763f9484b3b9ae510aa07fcd85e"}], "revision_number": 4, "project_id": "713a5763f9484b3b9ae510aa07fcd85e", "id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:35:13,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-c6d3b7be-bc62-4718-b4a0-29b79fa0ba3b 2018-08-20 10:35:13,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:13,762 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a35813f-da14-4b4b-830b-2eb56875b3a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:13,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-9a35813f-da14-4b4b-830b-2eb56875b3a6 2018-08-20 10:35:13,763 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:13,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:13,858 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92e7154b-6234-4ec9-9522-8b07124a43ef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:13,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-92e7154b-6234-4ec9-9522-8b07124a43ef 2018-08-20 10:35:13,858 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:13,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:13,949 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a884882-c327-44e3-9e34-d47d399ddf07 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:13,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-0a884882-c327-44e3-9e34-d47d399ddf07 2018-08-20 10:35:13,949 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:13,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,060 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97da13af-acb5-4c66-9e41-beaeb144ce8d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:14,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-97da13af-acb5-4c66-9e41-beaeb144ce8d 2018-08-20 10:35:14,061 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:14,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,155 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fdb9892-9a0a-4c3a-aef9-e1fff52b63ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:14,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-0fdb9892-9a0a-4c3a-aef9-e1fff52b63ca 2018-08-20 10:35:14,156 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:14,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,246 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c0e2e16-e537-4279-9dbe-52490ac26181 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:14,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-2c0e2e16-e537-4279-9dbe-52490ac26181 2018-08-20 10:35:14,246 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:14,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,345 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-265eaffd-2721-46ef-9e3c-2537d2290d16 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:14,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-265eaffd-2721-46ef-9e3c-2537d2290d16 2018-08-20 10:35:14,346 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:14,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,440 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c6c05b5-d1e2-421a-9adf-0e59fb7c5296 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:14,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-8c6c05b5-d1e2-421a-9adf-0e59fb7c5296 2018-08-20 10:35:14,440 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:14,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,529 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-704f481b-cc0d-4624-a856-b77bc893c1d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:14,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-704f481b-cc0d-4624-a856-b77bc893c1d4 2018-08-20 10:35:14,530 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50426ede-850a-41a8-a0d4-c580745f5cfc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:35:14,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-50426ede-850a-41a8-a0d4-c580745f5cfc 2018-08-20 10:35:14,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,718 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdc5ac78-2727-44d6-9463-d03ab317fbb0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:14,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-cdc5ac78-2727-44d6-9463-d03ab317fbb0 2018-08-20 10:35:14,718 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:14,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,808 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fde3e72c-6f96-4058-a78a-1173ce4dbcd0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:14,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-fde3e72c-6f96-4058-a78a-1173ce4dbcd0 2018-08-20 10:35:14,808 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:14,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:14,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1e1207-5b5e-4e4f-af15-3f4570f06ce4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "713a5763f9484b3b9ae510aa07fcd85e", "name": "CreateInstanceSimpleTests-a510cedf-c335-4a8-proj"}} 2018-08-20 10:35:14,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-bd1e1207-5b5e-4e4f-af15-3f4570f06ce4 2018-08-20 10:35:14,908 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2 2018-08-20 10:35:14,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:15,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8fee10cb-fe6c-405e-87e0-4af86b4a2bc3 Date: Mon, 20 Aug 2018 10:35: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-08-20T10:34:33Z", "security_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "port_range_min": null, "revision_number": 0, "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "created_at": "2018-08-20T10:34:33Z", "project_id": "713a5763f9484b3b9ae510aa07fcd85e", "id": "2cd4e4d1-d659-43a1-bef5-7d9855fc7acd"}, {"remote_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:34:33Z", "security_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "port_range_min": null, "revision_number": 0, "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "created_at": "2018-08-20T10:34:33Z", "project_id": "713a5763f9484b3b9ae510aa07fcd85e", "id": "bb5b7a5a-ff21-41da-91fa-7b5943af1030"}, {"remote_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:34:33Z", "security_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "port_range_min": null, "revision_number": 0, "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "created_at": "2018-08-20T10:34:33Z", "project_id": "713a5763f9484b3b9ae510aa07fcd85e", "id": "f9b7fe08-4f6e-4453-aa95-e2a0db587829"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:34:33Z", "security_group_id": "db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2", "port_range_min": null, "revision_number": 0, "tenant_id": "713a5763f9484b3b9ae510aa07fcd85e", "created_at": "2018-08-20T10:34:33Z", "project_id": "713a5763f9484b3b9ae510aa07fcd85e", "id": "fc8b972c-ab76-4e5d-a77a-336b89cb1b90"}]} 2018-08-20 10:35:15,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2 used request id req-8fee10cb-fe6c-405e-87e0-4af86b4a2bc3 2018-08-20 10:35:15,103 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:35:15,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:15,537 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-53db1fb9-44cb-4f48-831f-8fec14df3ae7 Content-Length: 0 Date: Mon, 20 Aug 2018 10:35:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:35:15,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/db8e48cd-f5dd-4a88-b8e6-94ad5a3644e2 used request id req-53db1fb9-44cb-4f48-831f-8fec14df3ae7 2018-08-20 10:35:15,538 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-a510cedf-c335-4a8-proj 2018-08-20 10:35:15,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:15,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:35:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4cdfd74-af62-407e-967b-9a732625b2a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:35:15,908 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/713a5763f9484b3b9ae510aa07fcd85e used request id req-a4cdfd74-af62-407e-967b-9a732625b2a3 2018-08-20 10:35:15,908 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-a510cedf-c335-4a8-proj-role 2018-08-20 10:35:15,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/947b1769548b4b4cac362478593cbb00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:16,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:35:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e0fddaf-2a7f-4894-9400-b655ee9529d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:35:16,045 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/947b1769548b4b4cac362478593cbb00 used request id req-6e0fddaf-2a7f-4894-9400-b655ee9529d0 2018-08-20 10:35:16,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f80209f0abc20df6415529173d4ae788b461571" 2018-08-20 10:35:16,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a2abce2-dd9a-4e8a-a659-b888229f11b8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:35:16,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5a2abce2-dd9a-4e8a-a659-b888229f11b8 2018-08-20 10:35:16,141 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-a510cedf-c335-4a8-user 2018-08-20 10:35:16,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/dce80f808de14bf38a886bf1c68e3218 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d0b90343d357cd127de96a0188ab82cdeed981" 2018-08-20 10:35:16,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:35:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d43edb7c-8b77-4a9b-8876-78dc23ab5c81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:35:16,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/dce80f808de14bf38a886bf1c68e3218 used request id req-d43edb7c-8b77-4a9b-8876-78dc23ab5c81 2018-08-20 10:35:16,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:35:16,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:35:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lssDlAscTQCBSmwN__zqZw"], "issued_at": "2018-08-20T10:35:16.000000Z"}} 2018-08-20 10:35:16,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b58612e91fe0cab7245d039816912b57e79bc73" 2018-08-20 10:35:16,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3297233b-c67a-4198-ac55-e2a67a0205d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:16,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3297233b-c67a-4198-ac55-e2a67a0205d8 2018-08-20 10:35:16,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:35:16,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:35:17,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:35:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["XagPP6vxTjecJQLsM4lbSQ"], "issued_at": "2018-08-20T10:35:17.000000Z"}} 2018-08-20 10:35:17,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:17,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3839ff9-8f54-4ed8-99f4-f204025dc7f7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:17,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b3839ff9-8f54-4ed8-99f4-f204025dc7f7 2018-08-20 10:35:17,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:35:17,421 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:35:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:35:17,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:17,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-114595a8-bdff-473b-80f8-651fd8c96432 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:35:17,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj used request id req-114595a8-bdff-473b-80f8-651fd8c96432 2018-08-20 10:35:17,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:17,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1e8752e-c0ea-4d79-b44d-886909799714 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:35:17,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-c1e8752e-c0ea-4d79-b44d-886909799714 2018-08-20 10:35:17,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}}' 2018-08-20 10:35:17,763 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:35:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c17305e-993a-40d8-a0ef-9363bf438d7c Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "id": "778ab660caa44861aa1532b8dd7a9e4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}} 2018-08-20 10:35:17,763 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-6c17305e-993a-40d8-a0ef-9363bf438d7c 2018-08-20 10:35:17,763 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj 2018-08-20 10:35:17,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:35:17,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:35:18,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:35:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ieBFhdIhTyKzvwp4sn4aCA"], "issued_at": "2018-08-20T10:35:18.000000Z"}} 2018-08-20 10:35:18,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97cdf2693130df2c4fb07321e994e53a9c996c5b" 2018-08-20 10:35:18,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36fad5c1-679b-44e5-930e-d5abf045733a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:18,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-36fad5c1-679b-44e5-930e-d5abf045733a 2018-08-20 10:35:18,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:35:18,255 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:35:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:35:18,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97cdf2693130df2c4fb07321e994e53a9c996c5b" 2018-08-20 10:35:18,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f73851fe-9d85-4a88-96ba-2a5e11a5e91e Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:35:18,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-f73851fe-9d85-4a88-96ba-2a5e11a5e91e 2018-08-20 10:35:18,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97cdf2693130df2c4fb07321e994e53a9c996c5b" 2018-08-20 10:35:18,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45fe89fc-3b24-4e09-b769-7957b426de33 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "id": "778ab660caa44861aa1532b8dd7a9e4b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}]} 2018-08-20 10:35:18,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj used request id req-45fe89fc-3b24-4e09-b769-7957b426de33 2018-08-20 10:35:18,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97cdf2693130df2c4fb07321e994e53a9c996c5b" 2018-08-20 10:35:18,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac350696-fa20-4ddc-b684-9eb4692e21ae Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:35:18,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-ac350696-fa20-4ddc-b684-9eb4692e21ae 2018-08-20 10:35:18,955 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8d0ed196-01af-4c0-user 2018-08-20 10:35:18,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:35:18,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:19,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c5ed9f2-772f-4bc3-a487-c42e7e127a2a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:35:19,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6c5ed9f2-772f-4bc3-a487-c42e7e127a2a 2018-08-20 10:35:19,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" -d '{"role": {"name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role"}}' 2018-08-20 10:35:19,206 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:35:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9dd716b-ab4f-49df-95a8-c54b0ca53f3f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "81a7be9392a64dd895816096df5bec0b", "links": {"self": "http://172.30.9.36:5000/v3/roles/81a7be9392a64dd895816096df5bec0b"}, "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role"}} 2018-08-20 10:35:19,206 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-f9dd716b-ab4f-49df-95a8-c54b0ca53f3f 2018-08-20 10:35:19,207 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role 2018-08-20 10:35:19,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/81a7be9392a64dd895816096df5bec0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:19,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb1f81e5-a83b-44b9-bb71-e5ecb476156e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "81a7be9392a64dd895816096df5bec0b", "links": {"self": "http://172.30.9.36:5000/v3/roles/81a7be9392a64dd895816096df5bec0b"}, "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role"}} 2018-08-20 10:35:19,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/81a7be9392a64dd895816096df5bec0b used request id req-eb1f81e5-a83b-44b9-bb71-e5ecb476156e 2018-08-20 10:35:19,311 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role to project CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj 2018-08-20 10:35:19,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b/users/3d5c4620921b4bf9aa6c321fcafd6f94/roles/81a7be9392a64dd895816096df5bec0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:19,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:35:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c93dfbf8-27d2-481d-86e3-b059ecb2262c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:35:19,442 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b/users/3d5c4620921b4bf9aa6c321fcafd6f94/roles/81a7be9392a64dd895816096df5bec0b used request id req-c93dfbf8-27d2-481d-86e3-b059ecb2262c 2018-08-20 10:35:19,443 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:35:19,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:35:19,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:35:19,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81a7be9392a64dd895816096df5bec0b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role"}], "expires_at": "2018-08-20T11:35:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-user", "id": "3d5c4620921b4bf9aa6c321fcafd6f94"}, "audit_ids": ["K8RusSkETwK5uh3Cb8_8uw"], "issued_at": "2018-08-20T10:35:19.000000Z"}} 2018-08-20 10:35:19,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" 2018-08-20 10:35:19,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e662e128-ebb3-451d-8e3e-0822169dc197 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:19,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e662e128-ebb3-451d-8e3e-0822169dc197 2018-08-20 10:35:19,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" 2018-08-20 10:35:20,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-94e79c8a-8400-4969-875a-fee783f20191 Date: Mon, 20 Aug 2018 10:35:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image"} 2018-08-20 10:35:20,135 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image used request id req-94e79c8a-8400-4969-875a-fee783f20191 2018-08-20 10:35:20,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" 2018-08-20 10:35:20,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5ffae90c-48a5-4a56-add6-e30ece9c71dc Date: Mon, 20 Aug 2018 10:35: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:35:20,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-5ffae90c-48a5-4a56-add6-e30ece9c71dc 2018-08-20 10:35:20,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image"}' 2018-08-20 10:35:20,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e4a7621a-359a-45ec-b5ff-cb96a9eb6c4e Date: Mon, 20 Aug 2018 10:35:20 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:35:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:35:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "min_disk": 0, "protected": false, "id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "file": "/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/file", "checksum": null, "owner": "778ab660caa44861aa1532b8dd7a9e4b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:35:20,569 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-e4a7621a-359a-45ec-b5ff-cb96a9eb6c4e 2018-08-20 10:35:20,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" -d '' 2018-08-20 10:35:21,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dbf10240-a7a5-468d-a286-5ff084bf731b Date: Mon, 20 Aug 2018 10:35:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:35:21,275 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/file used request id req-dbf10240-a7a5-468d-a286-5ff084bf731b 2018-08-20 10:35:21,275 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:35:21,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" 2018-08-20 10:35:21,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3ecfa7b8-994d-4d29-9f20-ede384350c83 Date: Mon, 20 Aug 2018 10:35:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:35:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:35:21Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/snap", "metadata": {}}], "self": "/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "min_disk": 0, "protected": false, "id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "file": "/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "778ab660caa44861aa1532b8dd7a9e4b", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:35:21,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233 used request id req-3ecfa7b8-994d-4d29-9f20-ede384350c83 2018-08-20 10:35:21,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" 2018-08-20 10:35:21,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7d1362a8-3ce2-4c59-8298-90c6ea216c0c Date: Mon, 20 Aug 2018 10:35: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:35:21,657 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-7d1362a8-3ce2-4c59-8298-90c6ea216c0c 2018-08-20 10:35:21,660 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image 2018-08-20 10:35:21,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" 2018-08-20 10:35:21,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0b314506-7753-4c11-9350-d29b9e6a0114 Date: Mon, 20 Aug 2018 10:35:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:35:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:35:21Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/snap", "metadata": {}}], "self": "/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "min_disk": 0, "protected": false, "id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "file": "/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "778ab660caa44861aa1532b8dd7a9e4b", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:35:21,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233 used request id req-0b314506-7753-4c11-9350-d29b9e6a0114 2018-08-20 10:35:21,861 - create_image - DEBUG - Instance status is - active 2018-08-20 10:35:21,861 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image 2018-08-20 10:35:21,861 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image 2018-08-20 10:35:21,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:35:21,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:35:22,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81a7be9392a64dd895816096df5bec0b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role"}], "expires_at": "2018-08-20T11:35:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-user", "id": "3d5c4620921b4bf9aa6c321fcafd6f94"}, "audit_ids": ["LGjziRwHThGV4bYNA0E70g"], "issued_at": "2018-08-20T10:35:22.000000Z"}} 2018-08-20 10:35:22,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" 2018-08-20 10:35:22,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab18fc17-0f49-4fec-9d3d-87a30155c465 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:22,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ab18fc17-0f49-4fec-9d3d-87a30155c465 2018-08-20 10:35:22,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:35:22,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:35:22,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:35:22,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:35:22,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:35:22,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" 2018-08-20 10:35:22,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7fc75084-9b77-4bab-a431-70f5fbbad575 Date: Mon, 20 Aug 2018 10:35:22 GMT RESP BODY: {"networks":[]} 2018-08-20 10:35:22,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-7fc75084-9b77-4bab-a431-70f5fbbad575 2018-08-20 10:35:22,563 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net 2018-08-20 10:35:22,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" -d '{"network": {"name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net", "admin_state_up": true}}' 2018-08-20 10:35:23,306 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-82de7c5e-a667-4c24-a57b-18cad1720f50 Date: Mon, 20 Aug 2018 10:35:23 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:35:23Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}} 2018-08-20 10:35:23,306 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-82de7c5e-a667-4c24-a57b-18cad1720f50 2018-08-20 10:35:23,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" 2018-08-20 10:35:23,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-2878c459-a449-4a97-be33-e34ef65387f8 Date: Mon, 20 Aug 2018 10:35: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-08-20T10:35:23Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:23,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-2878c459-a449-4a97-be33-e34ef65387f8 2018-08-20 10:35:23,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" 2018-08-20 10:35:23,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b961e576-5666-4e9e-adff-4a0e5f2ffb54 Date: Mon, 20 Aug 2018 10:35:23 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:35:23,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-b961e576-5666-4e9e-adff-4a0e5f2ffb54 2018-08-20 10:35:23,752 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet 2018-08-20 10:35:23,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" -d '{"subnets": [{"ip_version": 4, "network_id": "33810ec7-2986-41fc-acb2-c73c647dbb03", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]}' 2018-08-20 10:35:24,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c885db85-b1ae-4b21-b8c1-ea3a343598bc Date: Mon, 20 Aug 2018 10:35:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:24,822 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-c885db85-b1ae-4b21-b8c1-ea3a343598bc 2018-08-20 10:35:24,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" 2018-08-20 10:35:25,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-503cce3e-b122-43f3-9563-40de5be9cb03 Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:25,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-503cce3e-b122-43f3-9563-40de5be9cb03 2018-08-20 10:35:25,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" 2018-08-20 10:35:25,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d6abe819-17ca-4f28-9a2c-15124af093b7 Date: Mon, 20 Aug 2018 10:35:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:25,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-d6abe819-17ca-4f28-9a2c-15124af093b7 2018-08-20 10:35:25,404 - OpenStackNetwork - DEBUG - Network [33810ec7-2986-41fc-acb2-c73c647dbb03] created successfully 2018-08-20 10:35:25,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:35:25,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:35:25,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:35:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["GJlLN4tsT2yQULsUGj0N6Q"], "issued_at": "2018-08-20T10:35:25.000000Z"}} 2018-08-20 10:35:25,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308afb0ff47224eb440bfe05327ea430131e4040" 2018-08-20 10:35:25,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23eedfb3-817f-45da-bd2d-e95643dc6144 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:25,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-23eedfb3-817f-45da-bd2d-e95643dc6144 2018-08-20 10:35:25,901 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:35:25,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308afb0ff47224eb440bfe05327ea430131e4040" 2018-08-20 10:35:26,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35: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-d9e1a703-fee1-426b-b66a-185312d03f4a x-compute-request-id: req-d9e1a703-fee1-426b-b66a-185312d03f4a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:35:26,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-d9e1a703-fee1-426b-b66a-185312d03f4a 2018-08-20 10:35:26,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308afb0ff47224eb440bfe05327ea430131e4040" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-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-08-20 10:35:26,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83a822c4-b351-4b23-bb69-512683b7ceba x-compute-request-id: req-83a822c4-b351-4b23-bb69-512683b7ceba Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b9dea320-879e-49dc-8337-92ac935843ac"}} 2018-08-20 10:35:26,216 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-83a822c4-b351-4b23-bb69-512683b7ceba 2018-08-20 10:35:26,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:35:26,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:35:26,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81a7be9392a64dd895816096df5bec0b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role"}], "expires_at": "2018-08-20T11:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-user", "id": "3d5c4620921b4bf9aa6c321fcafd6f94"}, "audit_ids": ["hLTsp4P3SYuW05HBuNmzUg"], "issued_at": "2018-08-20T10:35:26.000000Z"}} 2018-08-20 10:35:26,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:26,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0d6e98-0a52-408b-acf9-da8087b8c10a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:26,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fc0d6e98-0a52-408b-acf9-da8087b8c10a 2018-08-20 10:35:26,730 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:35:26,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:35:26,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:35:26,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:35:26,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:35:26,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:35:26,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:26,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02da17e9-a9d8-4b8a-8f84-1c68221655ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:26,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-02da17e9-a9d8-4b8a-8f84-1c68221655ea 2018-08-20 10:35:26,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:27,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-7826c854-0522-4757-8a91-d5aad57132ff Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:27,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-7826c854-0522-4757-8a91-d5aad57132ff 2018-08-20 10:35:27,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:27,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-262cd362-11ea-4ed5-ae68-89279b3b310e Date: Mon, 20 Aug 2018 10:35:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:27,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-262cd362-11ea-4ed5-ae68-89279b3b310e 2018-08-20 10:35:27,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:27,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1b5a0a59-be53-4318-95bc-76de55262b41 Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:27,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-1b5a0a59-be53-4318-95bc-76de55262b41 2018-08-20 10:35:27,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:35:27,654 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:35:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:35:27,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:27,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56154cf2-10c0-4da2-a4a7-19eff3978055 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}} 2018-08-20 10:35:27,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b used request id req-56154cf2-10c0-4da2-a4a7-19eff3978055 2018-08-20 10:35:27,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:27,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-91adb646-5770-43ba-9a8c-257b320d3337 Date: Mon, 20 Aug 2018 10:35:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:27,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-91adb646-5770-43ba-9a8c-257b320d3337 2018-08-20 10:35:27,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:28,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-41e66db1-ed3c-4d61-9352-fa17756d3cfa Date: Mon, 20 Aug 2018 10:35:28 GMT RESP BODY: {"ports":[]} 2018-08-20 10:35:28,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1&admin_state_up=True used request id req-41e66db1-ed3c-4d61-9352-fa17756d3cfa 2018-08-20 10:35:28,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:28,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35: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-be04f9b7-55da-4c2b-bc4f-87fda4db023d x-compute-request-id: req-be04f9b7-55da-4c2b-bc4f-87fda4db023d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:35:28,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst used request id req-be04f9b7-55da-4c2b-bc4f-87fda4db023d 2018-08-20 10:35:28,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:28,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e1e014b7-066b-4572-8c44-dbac7e72cebf Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:28,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-e1e014b7-066b-4572-8c44-dbac7e72cebf 2018-08-20 10:35:28,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:28,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-42b6909e-1e0b-4380-aaf2-b08ff961f3fe Date: Mon, 20 Aug 2018 10:35:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:28,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-42b6909e-1e0b-4380-aaf2-b08ff961f3fe 2018-08-20 10:35:28,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:29,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ebca178a-591d-40b9-ae41-f07e5e11b592 Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:29,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-ebca178a-591d-40b9-ae41-f07e5e11b592 2018-08-20 10:35:29,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:29,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dbe9583-404e-4bf3-af76-165fdfde44e3 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}} 2018-08-20 10:35:29,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b used request id req-1dbe9583-404e-4bf3-af76-165fdfde44e3 2018-08-20 10:35:29,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:29,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1f9bbd7a-972b-4a41-a847-1385c0e5339c Date: Mon, 20 Aug 2018 10:35:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:29,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-1f9bbd7a-972b-4a41-a847-1385c0e5339c 2018-08-20 10:35:29,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:29,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-791dc6b2-65dc-4b5c-8449-68189570863d Date: Mon, 20 Aug 2018 10:35:29 GMT RESP BODY: {"ports":[]} 2018-08-20 10:35:29,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1&admin_state_up=True used request id req-791dc6b2-65dc-4b5c-8449-68189570863d 2018-08-20 10:35:29,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:35:29,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:35:29,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81a7be9392a64dd895816096df5bec0b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role"}], "expires_at": "2018-08-20T11:35:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/778ab660caa44861aa1532b8dd7a9e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-user", "id": "3d5c4620921b4bf9aa6c321fcafd6f94"}, "audit_ids": ["7HMenR9FRUiOag8vqkjfEA"], "issued_at": "2018-08-20T10:35:29.000000Z"}} 2018-08-20 10:35:29,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a4f2fa11324c6cd1abaaa3041a853fae4f33b0" 2018-08-20 10:35:29,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf64d325-1c4f-4c99-ad5a-2789d0b2950f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:35:29,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bf64d325-1c4f-4c99-ad5a-2789d0b2950f 2018-08-20 10:35:29,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:30,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-bb55b41e-636b-47df-a453-6861c230a8d1 Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:30,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-bb55b41e-636b-47df-a453-6861c230a8d1 2018-08-20 10:35:30,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:30,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-28e26917-deae-42a9-8492-556d623df52b Date: Mon, 20 Aug 2018 10:35:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:30,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-28e26917-deae-42a9-8492-556d623df52b 2018-08-20 10:35:30,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:30,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-f6e2483a-af35-4680-8988-7d321f17da1c Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:30,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-f6e2483a-af35-4680-8988-7d321f17da1c 2018-08-20 10:35:30,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:35:30,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:35:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:35:30,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a4f2fa11324c6cd1abaaa3041a853fae4f33b0" 2018-08-20 10:35:30,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5695140a-caab-48b7-8b6f-62f177472073 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}} 2018-08-20 10:35:30,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b used request id req-5695140a-caab-48b7-8b6f-62f177472073 2018-08-20 10:35:30,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:30,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9a0b8225-3daf-4188-8bf0-5a792cffee9e Date: Mon, 20 Aug 2018 10:35:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:30,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-9a0b8225-3daf-4188-8bf0-5a792cffee9e 2018-08-20 10:35:30,876 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net 2018-08-20 10:35:30,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" -d '{"port": {"network_id": "33810ec7-2986-41fc-acb2-c73c647dbb03", "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-08-20 10:35:31,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 832 X-Openstack-Request-Id: req-da577ef5-4710-4d77-8b7f-77842d532fce Date: Mon, 20 Aug 2018 10:35:31 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:35:31Z","description":"","allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:35:31Z","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c6:f2:21","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","fixed_ips":[{"subnet_id":"e4378740-376b-41bc-99a0-e1c773736542","ip_address":"10.55.0.7"}],"id":"99d85905-626a-4807-9083-304edd35f14c","security_groups":["ebc2ecb2-a34a-4106-8c75-2e25efac4bae"],"device_id":""}} 2018-08-20 10:35:31,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-da577ef5-4710-4d77-8b7f-77842d532fce 2018-08-20 10:35:31,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:32,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8148598d-89fc-48e1-a93d-a4f6273af130 Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:32,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-8148598d-89fc-48e1-a93d-a4f6273af130 2018-08-20 10:35:32,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:32,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-29ff97e7-c5f0-47d2-9d27-e3d814e68f17 Date: Mon, 20 Aug 2018 10:35:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:32,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-29ff97e7-c5f0-47d2-9d27-e3d814e68f17 2018-08-20 10:35:32,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:32,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-50e5facb-5b59-4c60-a5ee-7a053864a9c8 Date: Mon, 20 Aug 2018 10:35: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":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:32,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-50e5facb-5b59-4c60-a5ee-7a053864a9c8 2018-08-20 10:35:32,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:32,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f8aa8b-aa30-461e-9277-223fec82a051 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}} 2018-08-20 10:35:32,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b used request id req-54f8aa8b-aa30-461e-9277-223fec82a051 2018-08-20 10:35:32,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:32,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-eb9a18b1-a6c6-4e8e-acc6-13fff4d1bd2b Date: Mon, 20 Aug 2018 10:35:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:32,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-eb9a18b1-a6c6-4e8e-acc6-13fff4d1bd2b 2018-08-20 10:35:32,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:33,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 835 X-Openstack-Request-Id: req-503719a4-ab01-42ca-b437-9ef5b4a8a476 Date: Mon, 20 Aug 2018 10:35:33 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:35:31Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c6:f2:21","id":"99d85905-626a-4807-9083-304edd35f14c","port_security_enabled":true,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","fixed_ips":[{"subnet_id":"e4378740-376b-41bc-99a0-e1c773736542","ip_address":"10.55.0.7"}],"extra_dhcp_opts":[],"security_groups":["ebc2ecb2-a34a-4106-8c75-2e25efac4bae"],"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1"}]} 2018-08-20 10:35:33,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1&admin_state_up=True used request id req-503719a4-ab01-42ca-b437-9ef5b4a8a476 2018-08-20 10:35:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:33,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3242ec7d-c186-4003-b40f-44d4d627a0da Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}} 2018-08-20 10:35:33,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b used request id req-3242ec7d-c186-4003-b40f-44d4d627a0da 2018-08-20 10:35:33,251 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst 2018-08-20 10:35:33,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:33,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d9c9451-e0c2-4bc1-bf0f-81a80ce6d377 x-compute-request-id: req-3d9c9451-e0c2-4bc1-bf0f-81a80ce6d377 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b9dea320-879e-49dc-8337-92ac935843ac", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-flavor-name"}]} 2018-08-20 10:35:33,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-3d9c9451-e0c2-4bc1-bf0f-81a80ce6d377 2018-08-20 10:35:33,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/b9dea320-879e-49dc-8337-92ac935843ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:33,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e17bd4b-20f9-477f-8e8b-a5d618b1438b x-compute-request-id: req-5e17bd4b-20f9-477f-8e8b-a5d618b1438b Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b9dea320-879e-49dc-8337-92ac935843ac"}} 2018-08-20 10:35:33,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/b9dea320-879e-49dc-8337-92ac935843ac used request id req-5e17bd4b-20f9-477f-8e8b-a5d618b1438b 2018-08-20 10:35:33,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:33,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-a3191083-46bb-4136-947b-c8ed5dee9a21 Date: Mon, 20 Aug 2018 10:35:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:35:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:35:21Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/snap", "metadata": {}}], "self": "/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "min_disk": 0, "protected": false, "id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "file": "/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "778ab660caa44861aa1532b8dd7a9e4b", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/68b423d4-6c93-4d18-8c97-5a3e6293b233/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image"} 2018-08-20 10:35:33,500 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image used request id req-a3191083-46bb-4136-947b-c8ed5dee9a21 2018-08-20 10:35:33,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:33,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8abc3f08-3ee9-4b72-a6ae-ac02e3e8a530 Date: Mon, 20 Aug 2018 10:35:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:35:33,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-8abc3f08-3ee9-4b72-a6ae-ac02e3e8a530 2018-08-20 10:35:33,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" -d '{"server": {"name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst", "imageRef": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "flavorRef": "b9dea320-879e-49dc-8337-92ac935843ac", "max_count": 1, "min_count": 1, "networks": [{"port": "99d85905-626a-4807-9083-304edd35f14c"}]}}' 2018-08-20 10:35:35,633 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:35:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa06a48b-1259-4fab-96a8-c94b02542194 x-compute-request-id: req-aa06a48b-1259-4fab-96a8-c94b02542194 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "bookmark"}], "adminPass": "E6ZmZNfXt4gs"}} 2018-08-20 10:35:35,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-aa06a48b-1259-4fab-96a8-c94b02542194 2018-08-20 10:35:35,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:36,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35: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-36216cdc-5a3b-4e9b-a013-bd980f742a5b x-compute-request-id: req-36216cdc-5a3b-4e9b-a013-bd980f742a5b 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.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "bookmark"}], "image": {"id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "links": [{"href": "http://172.30.9.36:8774/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b9dea320-879e-49dc-8337-92ac935843ac", "links": [{"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}]}, "id": "08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "user_id": "3d5c4620921b4bf9aa6c321fcafd6f94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:35:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst", "created": "2018-08-20T10:35:35Z", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:36,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-36216cdc-5a3b-4e9b-a013-bd980f742a5b 2018-08-20 10:35:36,059 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst 2018-08-20 10:35:36,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:36,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cb04528-5bd4-4c05-8473-41a7bb96a30e x-compute-request-id: req-0cb04528-5bd4-4c05-8473-41a7bb96a30e 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.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "bookmark"}], "image": {"id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "links": [{"href": "http://172.30.9.36:8774/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b9dea320-879e-49dc-8337-92ac935843ac", "links": [{"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}]}, "id": "08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "user_id": "3d5c4620921b4bf9aa6c321fcafd6f94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:35:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst", "created": "2018-08-20T10:35:35Z", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:36,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-0cb04528-5bd4-4c05-8473-41a7bb96a30e 2018-08-20 10:35:36,328 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst] is - BUILD 2018-08-20 10:35:36,328 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:35:39,332 - create_instance - DEBUG - VM status query timeout in 896.727918863 2018-08-20 10:35:39,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:40,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54ebee1e-6634-4790-ae39-3e242aa5ada1 x-compute-request-id: req-54ebee1e-6634-4790-ae39-3e242aa5ada1 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.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "bookmark"}], "image": {"id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "links": [{"href": "http://172.30.9.36:8774/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b9dea320-879e-49dc-8337-92ac935843ac", "links": [{"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}]}, "id": "08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "security_groups": [{"name": "default"}], "user_id": "3d5c4620921b4bf9aa6c321fcafd6f94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:35:36Z", "hostId": "5ef40bff78d5cd52f1115d3a71eba68f0dce59c61c5c26c6c984c8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst", "created": "2018-08-20T10:35:35Z", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:40,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-54ebee1e-6634-4790-ae39-3e242aa5ada1 2018-08-20 10:35:40,015 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst] is - BUILD 2018-08-20 10:35:40,015 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:35:43,018 - create_instance - DEBUG - VM status query timeout in 893.04143405 2018-08-20 10:35:43,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:43,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35: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-7f7603b5-1f14-4bab-adce-e097de10415e x-compute-request-id: req-7f7603b5-1f14-4bab-adce-e097de10415e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:f2:21", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "bookmark"}], "image": {"id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "links": [{"href": "http://172.30.9.36:8774/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:35:40.000000", "flavor": {"id": "b9dea320-879e-49dc-8337-92ac935843ac", "links": [{"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}]}, "id": "08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "security_groups": [{"name": "default"}], "user_id": "3d5c4620921b4bf9aa6c321fcafd6f94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:35:40Z", "hostId": "5ef40bff78d5cd52f1115d3a71eba68f0dce59c61c5c26c6c984c8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst", "created": "2018-08-20T10:35:35Z", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:43,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-7f7603b5-1f14-4bab-adce-e097de10415e 2018-08-20 10:35:43,727 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst] is - ACTIVE 2018-08-20 10:35:43,727 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:35:43,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:44,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35: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-03818c98-1fe6-492e-8907-c153157ee7fd x-compute-request-id: req-03818c98-1fe6-492e-8907-c153157ee7fd Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:f2:21", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "bookmark"}], "image": {"id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "links": [{"href": "http://172.30.9.36:8774/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:35:40.000000", "flavor": {"id": "b9dea320-879e-49dc-8337-92ac935843ac", "links": [{"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}]}, "id": "08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "security_groups": [{"name": "default"}], "user_id": "3d5c4620921b4bf9aa6c321fcafd6f94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:35:40Z", "hostId": "5ef40bff78d5cd52f1115d3a71eba68f0dce59c61c5c26c6c984c8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst", "created": "2018-08-20T10:35:35Z", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:44,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-03818c98-1fe6-492e-8907-c153157ee7fd 2018-08-20 10:35:44,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:44,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3e024290-f79e-45e6-bf6e-bfae8049b0a3 Date: Mon, 20 Aug 2018 10:35:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e4378740-376b-41bc-99a0-e1c773736542"],"updated_at":"2018-08-20T10:35:24Z","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"33810ec7-2986-41fc-acb2-c73c647dbb03","name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net"}]} 2018-08-20 10:35:44,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net used request id req-3e024290-f79e-45e6-bf6e-bfae8049b0a3 2018-08-20 10:35:44,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:44,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b182801c-8458-4b28-85c4-7209098547a5 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}} 2018-08-20 10:35:44,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b used request id req-b182801c-8458-4b28-85c4-7209098547a5 2018-08-20 10:35:44,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:44,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b35ce153-c9ad-4ded-a106-39310c630995 Date: Mon, 20 Aug 2018 10:35:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:35:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"778ab660caa44861aa1532b8dd7a9e4b","id":"e4378740-376b-41bc-99a0-e1c773736542","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet"}]} 2018-08-20 10:35:44,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-b35ce153-c9ad-4ded-a106-39310c630995 2018-08-20 10:35:44,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:45,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3100 X-Openstack-Request-Id: req-26ddf925-9e68-41ca-b80c-9bd73cc11379 Date: Mon, 20 Aug 2018 10:35:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:35:40Z","binding:vnic_type":"normal","device_id":"08df2bb6-9a7f-467f-bdcd-5e5e3d310102","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c6:f2:21","id":"99d85905-626a-4807-9083-304edd35f14c","port_security_enabled":true,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","fixed_ips":[{"subnet_id":"e4378740-376b-41bc-99a0-e1c773736542","ip_address":"10.55.0.7"}],"extra_dhcp_opts":[],"security_groups":["ebc2ecb2-a34a-4106-8c75-2e25efac4bae"],"name":"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:26Z","admin_state_up":true,"updated_at":"2018-08-20T10:35:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-33810ec7-2986-41fc-acb2-c73c647dbb03","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6b:f0:f2","id":"b31f2899-1146-4d3a-a7a2-d6c33adbfc96","port_security_enabled":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","fixed_ips":[{"subnet_id":"e4378740-376b-41bc-99a0-e1c773736542","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:25Z","admin_state_up":true,"updated_at":"2018-08-20T10:35:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-33810ec7-2986-41fc-acb2-c73c647dbb03","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6a:f5:8a","id":"c0c5d0df-9280-4694-be8a-c216ca95e880","port_security_enabled":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","fixed_ips":[{"subnet_id":"e4378740-376b-41bc-99a0-e1c773736542","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33810ec7-2986-41fc-acb2-c73c647dbb03","tenant_id":"778ab660caa44861aa1532b8dd7a9e4b","created_at":"2018-08-20T10:35:24Z","admin_state_up":true,"updated_at":"2018-08-20T10:35:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-33810ec7-2986-41fc-acb2-c73c647dbb03","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:1f:b4:9b","id":"dbd04ae9-d0bd-4e52-9c27-3898a116e36d","port_security_enabled":false,"project_id":"778ab660caa44861aa1532b8dd7a9e4b","fixed_ips":[{"subnet_id":"e4378740-376b-41bc-99a0-e1c773736542","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:35:45,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-26ddf925-9e68-41ca-b80c-9bd73cc11379 2018-08-20 10:35:45,124 - create_instance - INFO - Deleting Port with ID - 99d85905-626a-4807-9083-304edd35f14c 2018-08-20 10:35:45,124 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73port-1 2018-08-20 10:35:45,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/99d85905-626a-4807-9083-304edd35f14c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:45,650 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca0693cc-8ede-4bd0-a078-933948748918 Date: Mon, 20 Aug 2018 10:35:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:35:45,650 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/99d85905-626a-4807-9083-304edd35f14c used request id req-ca0693cc-8ede-4bd0-a078-933948748918 2018-08-20 10:35:45,650 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst 2018-08-20 10:35:45,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:45,807 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-467df4e1-8471-4e58-aa6b-22a878dea78f x-compute-request-id: req-467df4e1-8471-4e58-aa6b-22a878dea78f Content-Type: application/json 2018-08-20 10:35:45,807 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-467df4e1-8471-4e58-aa6b-22a878dea78f 2018-08-20 10:35:45,808 - create_instance - INFO - Checking deletion status 2018-08-20 10:35:45,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:46,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b1b3d25-3bce-4f56-8231-16e964ab1036 x-compute-request-id: req-0b1b3d25-3bce-4f56-8231-16e964ab1036 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:f2:21", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "bookmark"}], "image": {"id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "links": [{"href": "http://172.30.9.36:8774/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:35:40.000000", "flavor": {"id": "b9dea320-879e-49dc-8337-92ac935843ac", "links": [{"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}]}, "id": "08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "user_id": "3d5c4620921b4bf9aa6c321fcafd6f94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:35:45Z", "hostId": "5ef40bff78d5cd52f1115d3a71eba68f0dce59c61c5c26c6c984c8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst", "created": "2018-08-20T10:35:35Z", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:46,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-0b1b3d25-3bce-4f56-8231-16e964ab1036 2018-08-20 10:35:46,080 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst] is - ACTIVE 2018-08-20 10:35:46,080 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:35:49,083 - create_instance - DEBUG - VM status query timeout in 296.724518061 2018-08-20 10:35:49,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:49,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35: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-ea7deacd-156a-47b4-ad87-05a788b6751a x-compute-request-id: req-ea7deacd-156a-47b4-ad87-05a788b6751a 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.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "rel": "bookmark"}], "image": {"id": "68b423d4-6c93-4d18-8c97-5a3e6293b233", "links": [{"href": "http://172.30.9.36:8774/images/68b423d4-6c93-4d18-8c97-5a3e6293b233", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:35:40.000000", "flavor": {"id": "b9dea320-879e-49dc-8337-92ac935843ac", "links": [{"href": "http://172.30.9.36:8774/flavors/b9dea320-879e-49dc-8337-92ac935843ac", "rel": "bookmark"}]}, "id": "08df2bb6-9a7f-467f-bdcd-5e5e3d310102", "user_id": "3d5c4620921b4bf9aa6c321fcafd6f94", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:35:45Z", "hostId": "5ef40bff78d5cd52f1115d3a71eba68f0dce59c61c5c26c6c984c8bc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst", "created": "2018-08-20T10:35:35Z", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:35:49,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-ea7deacd-156a-47b4-ad87-05a788b6751a 2018-08-20 10:35:49,536 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst] is - ACTIVE 2018-08-20 10:35:49,536 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:35:52,539 - create_instance - DEBUG - VM status query timeout in 293.26847887 2018-08-20 10:35:52,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f877638b851156510bec7540e5f2cf1e749abc4" 2018-08-20 10:35:52,588 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35: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-8321b66c-4390-4f43-8665-26942b378d83 x-compute-request-id: req-8321b66c-4390-4f43-8665-26942b378d83 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 08df2bb6-9a7f-467f-bdcd-5e5e3d310102 could not be found.", "code": 404}} 2018-08-20 10:35:52,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/08df2bb6-9a7f-467f-bdcd-5e5e3d310102 used request id req-8321b66c-4390-4f43-8665-26942b378d83 2018-08-20 10:35:52,589 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 08df2bb6-9a7f-467f-bdcd-5e5e3d310102 could not be found. (HTTP 404) (Request-ID: req-8321b66c-4390-4f43-8665-26942b378d83) 2018-08-20 10:35:52,589 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-inst 2018-08-20 10:35:52,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/b9dea320-879e-49dc-8337-92ac935843ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308afb0ff47224eb440bfe05327ea430131e4040" 2018-08-20 10:35:52,630 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:35: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-893e2ee3-76cc-4822-96da-c982cfb90111 x-compute-request-id: req-893e2ee3-76cc-4822-96da-c982cfb90111 Content-Length: 0 Content-Type: application/json 2018-08-20 10:35:52,630 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/b9dea320-879e-49dc-8337-92ac935843ac used request id req-893e2ee3-76cc-4822-96da-c982cfb90111 2018-08-20 10:35:52,631 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet 2018-08-20 10:35:52,631 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-subnet 2018-08-20 10:35:52,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/e4378740-376b-41bc-99a0-e1c773736542 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" 2018-08-20 10:35:55,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9460053b-6616-48b2-87e0-449f9c3e46d0 Date: Mon, 20 Aug 2018 10:35:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:35:55,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/e4378740-376b-41bc-99a0-e1c773736542 used request id req-9460053b-6616-48b2-87e0-449f9c3e46d0 2018-08-20 10:35:55,225 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-pub-net 2018-08-20 10:35:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/33810ec7-2986-41fc-acb2-c73c647dbb03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac0d9743fe99078ed09aec2ad92a9902793f026" 2018-08-20 10:35:56,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34c68c65-b5cf-459e-87da-3938ffc57af1 Date: Mon, 20 Aug 2018 10:35:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:35:56,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/33810ec7-2986-41fc-acb2-c73c647dbb03 used request id req-34c68c65-b5cf-459e-87da-3938ffc57af1 2018-08-20 10:35:56,751 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-2fd7a221-aaac-4256-9831-15ee5b473d73-image 2018-08-20 10:35:56,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41be65d418e8a7c0cc995d36e3227c0be702aacc" 2018-08-20 10:35:57,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55c009d4-3c73-43c6-89a7-438540b29c6c Date: Mon, 20 Aug 2018 10:35:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:35:57,351 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/68b423d4-6c93-4d18-8c97-5a3e6293b233 used request id req-55c009d4-3c73-43c6-89a7-438540b29c6c 2018-08-20 10:35:57,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:35:57,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:35:57,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:35:57,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:35:57,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:35:57,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:57,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-8bd8339f-7be0-4105-b5bf-d7b221fb2d92 Date: Mon, 20 Aug 2018 10:35:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "created_at": "2018-08-20T10:35:22Z", "updated_at": "2018-08-20T10:35:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:35:22Z", "revision_number": 0, "id": "3ee05f33-e433-4593-a68a-4e347363b683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:35:22Z", "security_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "778ab660caa44861aa1532b8dd7a9e4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:35:22Z", "revision_number": 0, "id": "6ade6932-f32b-4a09-9537-485874737f70", "remote_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "remote_ip_prefix": null, "created_at": "2018-08-20T10:35:22Z", "security_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "778ab660caa44861aa1532b8dd7a9e4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:35:22Z", "revision_number": 0, "id": "9866f1e7-a72c-4b61-85de-5c099ad93306", "remote_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "remote_ip_prefix": null, "created_at": "2018-08-20T10:35:22Z", "security_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "778ab660caa44861aa1532b8dd7a9e4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:35:22Z", "revision_number": 0, "id": "f5520fa6-4f84-4edb-92f6-2e0248c5edbf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:35:22Z", "security_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "778ab660caa44861aa1532b8dd7a9e4b"}], "revision_number": 4, "project_id": "778ab660caa44861aa1532b8dd7a9e4b", "id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:35:57,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8bd8339f-7be0-4105-b5bf-d7b221fb2d92 2018-08-20 10:35:57,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:57,977 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68e3793b-daf1-4873-91b8-9f3e3368186f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:57,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-68e3793b-daf1-4873-91b8-9f3e3368186f 2018-08-20 10:35:57,977 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:57,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,072 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b270c620-409f-48fa-bc06-0d0b6c3da69a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:58,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-b270c620-409f-48fa-bc06-0d0b6c3da69a 2018-08-20 10:35:58,072 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:58,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,162 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-386a4456-3fa1-4cd0-ad78-87b21cd9bfb7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:58,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-386a4456-3fa1-4cd0-ad78-87b21cd9bfb7 2018-08-20 10:35:58,162 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:58,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,257 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00ba9d2d-6caa-4f1b-a297-ebe18ce21425 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:58,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-00ba9d2d-6caa-4f1b-a297-ebe18ce21425 2018-08-20 10:35:58,257 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:58,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,373 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbfecb3e-b58a-4ae0-9c19-f0a3e5920e88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:58,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-dbfecb3e-b58a-4ae0-9c19-f0a3e5920e88 2018-08-20 10:35:58,373 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:58,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,465 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e757802e-1720-462a-9d22-74c7e770bfbd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:58,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-e757802e-1720-462a-9d22-74c7e770bfbd 2018-08-20 10:35:58,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:58,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,561 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02cf2c09-ba85-41bc-b1fa-09e6befe017b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:58,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-02cf2c09-ba85-41bc-b1fa-09e6befe017b 2018-08-20 10:35:58,561 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:58,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,649 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba7eeca0-f009-40e8-9901-4466ac2e75d3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:58,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-ba7eeca0-f009-40e8-9901-4466ac2e75d3 2018-08-20 10:35:58,649 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:58,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,748 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fe1951d-0655-4c9e-9029-4eee791ddf2b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:58,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-0fe1951d-0655-4c9e-9029-4eee791ddf2b 2018-08-20 10:35:58,748 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:58,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:58,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a633d4ef-b15a-44af-812b-23247aff25be Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:35:58,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-a633d4ef-b15a-44af-812b-23247aff25be 2018-08-20 10:35:58,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:59,045 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04def96d-ba68-4392-b81b-2f2d473898ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:59,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-04def96d-ba68-4392-b81b-2f2d473898ed 2018-08-20 10:35:59,045 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:59,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:59,160 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce464881-4be2-49bc-b5cd-cd0538242b5b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:59,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-ce464881-4be2-49bc-b5cd-cd0538242b5b 2018-08-20 10:35:59,161 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:59,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:59,252 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:35:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8df7cd7-efa6-496c-b999-463b78d123ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:35:59,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-e8df7cd7-efa6-496c-b999-463b78d123ce 2018-08-20 10:35:59,253 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:35:59,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:59,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d984cc8-3a64-406c-ad58-2338b8cb57eb Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "778ab660caa44861aa1532b8dd7a9e4b", "name": "CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj"}} 2018-08-20 10:35:59,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b used request id req-1d984cc8-3a64-406c-ad58-2338b8cb57eb 2018-08-20 10:35:59,346 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ebc2ecb2-a34a-4106-8c75-2e25efac4bae 2018-08-20 10:35:59,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=ebc2ecb2-a34a-4106-8c75-2e25efac4bae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:59,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5c5d4203-ba8c-46a3-a545-b968b20ee7a2 Date: Mon, 20 Aug 2018 10:35: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-08-20T10:35:22Z", "security_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "port_range_min": null, "revision_number": 0, "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "created_at": "2018-08-20T10:35:22Z", "project_id": "778ab660caa44861aa1532b8dd7a9e4b", "id": "3ee05f33-e433-4593-a68a-4e347363b683"}, {"remote_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:35:22Z", "security_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "port_range_min": null, "revision_number": 0, "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "created_at": "2018-08-20T10:35:22Z", "project_id": "778ab660caa44861aa1532b8dd7a9e4b", "id": "6ade6932-f32b-4a09-9537-485874737f70"}, {"remote_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:35:22Z", "security_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "port_range_min": null, "revision_number": 0, "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "created_at": "2018-08-20T10:35:22Z", "project_id": "778ab660caa44861aa1532b8dd7a9e4b", "id": "9866f1e7-a72c-4b61-85de-5c099ad93306"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:35:22Z", "security_group_id": "ebc2ecb2-a34a-4106-8c75-2e25efac4bae", "port_range_min": null, "revision_number": 0, "tenant_id": "778ab660caa44861aa1532b8dd7a9e4b", "created_at": "2018-08-20T10:35:22Z", "project_id": "778ab660caa44861aa1532b8dd7a9e4b", "id": "f5520fa6-4f84-4edb-92f6-2e0248c5edbf"}]} 2018-08-20 10:35:59,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=ebc2ecb2-a34a-4106-8c75-2e25efac4bae used request id req-5c5d4203-ba8c-46a3-a545-b968b20ee7a2 2018-08-20 10:35:59,541 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:35:59,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/ebc2ecb2-a34a-4106-8c75-2e25efac4bae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:35:59,886 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d0cfcc1-31d4-4524-9b73-198fb0c60c72 Content-Length: 0 Date: Mon, 20 Aug 2018 10:35:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:35:59,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/ebc2ecb2-a34a-4106-8c75-2e25efac4bae used request id req-4d0cfcc1-31d4-4524-9b73-198fb0c60c72 2018-08-20 10:35:59,886 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj 2018-08-20 10:35:59,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:36:00,170 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:35:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fef56a2e-8590-401e-a22d-226f3c66aeb2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:00,170 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/778ab660caa44861aa1532b8dd7a9e4b used request id req-fef56a2e-8590-401e-a22d-226f3c66aeb2 2018-08-20 10:36:00,171 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8d0ed196-01af-4c0-proj-role 2018-08-20 10:36:00,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/81a7be9392a64dd895816096df5bec0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:36:00,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcc30cc0-a5d2-43ed-81df-a199022dfa2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:00,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/81a7be9392a64dd895816096df5bec0b used request id req-dcc30cc0-a5d2-43ed-81df-a199022dfa2c 2018-08-20 10:36:00,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c47d66ccffc9e3bd01485276db403bf629db40" 2018-08-20 10:36:00,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4d38327-4fb2-4678-8888-b1e6c568bdf4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:36:00,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a4d38327-4fb2-4678-8888-b1e6c568bdf4 2018-08-20 10:36:00,373 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8d0ed196-01af-4c0-user 2018-08-20 10:36:00,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/3d5c4620921b4bf9aa6c321fcafd6f94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97cdf2693130df2c4fb07321e994e53a9c996c5b" 2018-08-20 10:36:00,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b53b4e82-30e4-4f1b-b010-8248b3cec65c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:00,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/3d5c4620921b4bf9aa6c321fcafd6f94 used request id req-b53b4e82-30e4-4f1b-b010-8248b3cec65c 2018-08-20 10:36:00,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:00,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["HyrTnLg2RXWUousedJ9xbQ"], "issued_at": "2018-08-20T10:36:00.000000Z"}} 2018-08-20 10:36:00,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fc981ec6387572721b60a5506de232b34189cd" 2018-08-20 10:36:01,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1eb7eff-7ff3-4e77-a545-c8e0e9052125 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:01,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c1eb7eff-7ff3-4e77-a545-c8e0e9052125 2018-08-20 10:36:01,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:01,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:01,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["BWYbv9tXSoKNmqKrF-HpLg"], "issued_at": "2018-08-20T10:36:01.000000Z"}} 2018-08-20 10:36:01,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:01,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-244e7ecd-cac6-4b49-b9ff-dfe26c8b195e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:01,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-244e7ecd-cac6-4b49-b9ff-dfe26c8b195e 2018-08-20 10:36:01,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:01,550 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:01,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:01,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2781cfa5-00ff-4e05-988e-df7b9d91d51c Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:36:01,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj used request id req-2781cfa5-00ff-4e05-988e-df7b9d91d51c 2018-08-20 10:36:01,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:01,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ec3074-d7d0-465e-b0b9-9bef35f087d1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:36:01,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f1ec3074-d7d0-465e-b0b9-9bef35f087d1 2018-08-20 10:36:01,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}}' 2018-08-20 10:36:01,865 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3b7c27c-8c0c-4cfe-a167-e73bf6f1f5fe Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf"}, "tags": [], "enabled": true, "id": "1b3a023eee6645888a52e23230672dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}} 2018-08-20 10:36:01,865 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-e3b7c27c-8c0c-4cfe-a167-e73bf6f1f5fe 2018-08-20 10:36:01,865 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj 2018-08-20 10:36:01,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:01,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:02,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["K6Q7wen2S2SxIsl35AIlkw"], "issued_at": "2018-08-20T10:36:02.000000Z"}} 2018-08-20 10:36:02,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89415c4114255686adf954360ce948da1cf9bff" 2018-08-20 10:36:02,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a64cf00-9c57-4c29-84e7-e65b60a2c098 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:02,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5a64cf00-9c57-4c29-84e7-e65b60a2c098 2018-08-20 10:36:02,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:02,354 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:02,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89415c4114255686adf954360ce948da1cf9bff" 2018-08-20 10:36:02,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad8edbd8-52cd-4d01-884f-c8144aca5a9c Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:36:02,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-ad8edbd8-52cd-4d01-884f-c8144aca5a9c 2018-08-20 10:36:02,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89415c4114255686adf954360ce948da1cf9bff" 2018-08-20 10:36:02,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d08dfecd-0319-416e-8246-817e6af01863 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf"}, "tags": [], "enabled": true, "id": "1b3a023eee6645888a52e23230672dbf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}]} 2018-08-20 10:36:02,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj used request id req-d08dfecd-0319-416e-8246-817e6af01863 2018-08-20 10:36:02,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89415c4114255686adf954360ce948da1cf9bff" 2018-08-20 10:36:02,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e684960-ddc6-4b3d-8392-ead76ba0d8a9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:36:02,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-1e684960-ddc6-4b3d-8392-ead76ba0d8a9 2018-08-20 10:36:03,045 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-user 2018-08-20 10:36:03,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:03,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:03,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb03c41-5340-41a8-93bb-ec456737e823 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:36:03,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7cb03c41-5340-41a8-93bb-ec456737e823 2018-08-20 10:36:03,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" -d '{"role": {"name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role"}}' 2018-08-20 10:36:03,368 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a561329f-f2cf-4ad7-8546-50f67defc4b6 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1289c3f1d1f4da391a5a2ef2e0c8a2d", "links": {"self": "http://172.30.9.36:5000/v3/roles/b1289c3f1d1f4da391a5a2ef2e0c8a2d"}, "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role"}} 2018-08-20 10:36:03,368 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-a561329f-f2cf-4ad7-8546-50f67defc4b6 2018-08-20 10:36:03,368 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role 2018-08-20 10:36:03,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b1289c3f1d1f4da391a5a2ef2e0c8a2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:03,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d082e7-1404-44ed-9b8d-9b30dd0ed8a3 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1289c3f1d1f4da391a5a2ef2e0c8a2d", "links": {"self": "http://172.30.9.36:5000/v3/roles/b1289c3f1d1f4da391a5a2ef2e0c8a2d"}, "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role"}} 2018-08-20 10:36:03,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b1289c3f1d1f4da391a5a2ef2e0c8a2d used request id req-83d082e7-1404-44ed-9b8d-9b30dd0ed8a3 2018-08-20 10:36:03,461 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role to project CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj 2018-08-20 10:36:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf/users/1302a9a15c7a4bd1898b4fdd7779876f/roles/b1289c3f1d1f4da391a5a2ef2e0c8a2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:03,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69279c17-f7ea-481e-a3a4-e190d7f7ff4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:03,599 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf/users/1302a9a15c7a4bd1898b4fdd7779876f/roles/b1289c3f1d1f4da391a5a2ef2e0c8a2d used request id req-69279c17-f7ea-481e-a3a4-e190d7f7ff4d 2018-08-20 10:36:03,599 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:36:03,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:03,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:03,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1289c3f1d1f4da391a5a2ef2e0c8a2d", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role"}], "expires_at": "2018-08-20T11:36:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b3a023eee6645888a52e23230672dbf", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-user", "id": "1302a9a15c7a4bd1898b4fdd7779876f"}, "audit_ids": ["LcjH6w3WRSWkDGFsshxAMA"], "issued_at": "2018-08-20T10:36:03.000000Z"}} 2018-08-20 10:36:03,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" 2018-08-20 10:36:04,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0403ec41-579b-436b-8fda-35e54feb056a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:04,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0403ec41-579b-436b-8fda-35e54feb056a 2018-08-20 10:36:04,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" 2018-08-20 10:36:04,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-7513314a-d354-4417-8acd-2825ffca34c7 Date: Mon, 20 Aug 2018 10:36:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image"} 2018-08-20 10:36:04,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image used request id req-7513314a-d354-4417-8acd-2825ffca34c7 2018-08-20 10:36:04,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" 2018-08-20 10:36:04,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a84fabe6-0e76-401a-ae50-9b91adc83374 Date: Mon, 20 Aug 2018 10:36: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:36:04,456 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-a84fabe6-0e76-401a-ae50-9b91adc83374 2018-08-20 10:36:04,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image"}' 2018-08-20 10:36:04,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3aa9c936-9c30-4e64-b858-4f889e9af72d Date: Mon, 20 Aug 2018 10:36:04 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd", "min_disk": 0, "protected": false, "id": "046f5283-ff51-4a56-97b9-49c72a76a7dd", "file": "/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/file", "checksum": null, "owner": "1b3a023eee6645888a52e23230672dbf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:04,695 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-3aa9c936-9c30-4e64-b858-4f889e9af72d 2018-08-20 10:36:04,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" -d '' 2018-08-20 10:36:05,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1372bd9e-f5c7-45b4-96ca-96cd28f046e8 Date: Mon, 20 Aug 2018 10:36:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:36:05,281 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/file used request id req-1372bd9e-f5c7-45b4-96ca-96cd28f046e8 2018-08-20 10:36:05,282 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:36:05,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" 2018-08-20 10:36:05,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-18925aad-796b-47e7-b504-d04c8518f368 Date: Mon, 20 Aug 2018 10:36:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:05Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/snap", "metadata": {}}], "self": "/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd", "min_disk": 0, "protected": false, "id": "046f5283-ff51-4a56-97b9-49c72a76a7dd", "file": "/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1b3a023eee6645888a52e23230672dbf", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:05,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd used request id req-18925aad-796b-47e7-b504-d04c8518f368 2018-08-20 10:36:05,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" 2018-08-20 10:36:05,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4c466b33-6055-4d24-84d0-5443e85bcc96 Date: Mon, 20 Aug 2018 10:36: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:36:05,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-4c466b33-6055-4d24-84d0-5443e85bcc96 2018-08-20 10:36:05,664 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image 2018-08-20 10:36:05,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" 2018-08-20 10:36:05,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-a13be0cc-0bb1-4a5c-89a3-fdd8d1bf8a6f Date: Mon, 20 Aug 2018 10:36:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:05Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/snap", "metadata": {}}], "self": "/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd", "min_disk": 0, "protected": false, "id": "046f5283-ff51-4a56-97b9-49c72a76a7dd", "file": "/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1b3a023eee6645888a52e23230672dbf", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/046f5283-ff51-4a56-97b9-49c72a76a7dd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:05,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd used request id req-a13be0cc-0bb1-4a5c-89a3-fdd8d1bf8a6f 2018-08-20 10:36:05,849 - create_image - DEBUG - Instance status is - active 2018-08-20 10:36:05,849 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image 2018-08-20 10:36:05,849 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image 2018-08-20 10:36:05,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:05,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:06,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1289c3f1d1f4da391a5a2ef2e0c8a2d", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role"}], "expires_at": "2018-08-20T11:36:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b3a023eee6645888a52e23230672dbf", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-user", "id": "1302a9a15c7a4bd1898b4fdd7779876f"}, "audit_ids": ["hjJD08D5QpmsnCxCpfyzpw"], "issued_at": "2018-08-20T10:36:06.000000Z"}} 2018-08-20 10:36:06,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" 2018-08-20 10:36:06,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-600ab6dc-444d-4244-9904-0cfdd9926ca2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:06,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-600ab6dc-444d-4244-9904-0cfdd9926ca2 2018-08-20 10:36:06,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:36:06,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:36:06,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:36:06,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:36:06,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:36:06,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" 2018-08-20 10:36:06,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e3478521-7b5c-48d2-8491-d90d2937daf9 Date: Mon, 20 Aug 2018 10:36:06 GMT RESP BODY: {"networks":[]} 2018-08-20 10:36:06,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net used request id req-e3478521-7b5c-48d2-8491-d90d2937daf9 2018-08-20 10:36:06,633 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net 2018-08-20 10:36:06,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" -d '{"network": {"name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net", "admin_state_up": true}}' 2018-08-20 10:36:07,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-ebc4d33a-4e2e-43ca-9c30-cfd12d65413e Date: Mon, 20 Aug 2018 10:36:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:36:07Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}} 2018-08-20 10:36:07,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-ebc4d33a-4e2e-43ca-9c30-cfd12d65413e 2018-08-20 10:36:07,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" 2018-08-20 10:36:08,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-a2dc9883-8b26-4648-8fac-d17b103d3634 Date: Mon, 20 Aug 2018 10:36:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:36:07Z","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}]} 2018-08-20 10:36:08,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-a2dc9883-8b26-4648-8fac-d17b103d3634 2018-08-20 10:36:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" 2018-08-20 10:36:08,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fa8044e8-d356-47d1-abac-ee81d5cdac8a Date: Mon, 20 Aug 2018 10:36:08 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:36:08,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-fa8044e8-d356-47d1-abac-ee81d5cdac8a 2018-08-20 10:36:08,292 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet 2018-08-20 10:36:08,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" -d '{"subnets": [{"ip_version": 4, "network_id": "e8b9073d-79a7-421a-83e5-d0892809f543", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]}' 2018-08-20 10:36:09,108 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d21a700c-14bd-41b3-b8a5-b1d84f749589 Date: Mon, 20 Aug 2018 10:36:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b9073d-79a7-421a-83e5-d0892809f543","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:08Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"1b3a023eee6645888a52e23230672dbf","id":"1e0d986d-4d37-49cf-af10-d9d652924ac9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]} 2018-08-20 10:36:09,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-d21a700c-14bd-41b3-b8a5-b1d84f749589 2018-08-20 10:36:09,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" 2018-08-20 10:36:09,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6270f895-1008-4ce8-8bd2-42a4d3a8ce19 Date: Mon, 20 Aug 2018 10:36: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":["1e0d986d-4d37-49cf-af10-d9d652924ac9"],"updated_at":"2018-08-20T10:36:08Z","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}]} 2018-08-20 10:36:09,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-6270f895-1008-4ce8-8bd2-42a4d3a8ce19 2018-08-20 10:36:09,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" 2018-08-20 10:36:09,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-974449fa-74d7-4206-9cf8-19763810c24d Date: Mon, 20 Aug 2018 10:36:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b9073d-79a7-421a-83e5-d0892809f543","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b3a023eee6645888a52e23230672dbf","id":"1e0d986d-4d37-49cf-af10-d9d652924ac9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]} 2018-08-20 10:36:09,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-974449fa-74d7-4206-9cf8-19763810c24d 2018-08-20 10:36:09,781 - OpenStackNetwork - DEBUG - Network [e8b9073d-79a7-421a-83e5-d0892809f543] created successfully 2018-08-20 10:36:09,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:09,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:10,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["znpHtARlRy2W7He08k5sLw"], "issued_at": "2018-08-20T10:36:10.000000Z"}} 2018-08-20 10:36:10,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9139ac489cb989fcc948c50e5402eb66d13319d" 2018-08-20 10:36:10,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-588ab707-226c-4cae-a552-678f87eeb018 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:10,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-588ab707-226c-4cae-a552-678f87eeb018 2018-08-20 10:36:10,268 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:36:10,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9139ac489cb989fcc948c50e5402eb66d13319d" 2018-08-20 10:36:10,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-92e210b0-2f3a-4e67-bd48-d222f093bbd4 x-compute-request-id: req-92e210b0-2f3a-4e67-bd48-d222f093bbd4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:36:10,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-92e210b0-2f3a-4e67-bd48-d222f093bbd4 2018-08-20 10:36:10,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9139ac489cb989fcc948c50e5402eb66d13319d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-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-08-20 10:36:10,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-bd4514d6-6329-4208-86d8-fb3448a68226 x-compute-request-id: req-bd4514d6-6329-4208-86d8-fb3448a68226 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f667ddb4-19d2-4832-ae31-bb2f5e3bcb6d", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f667ddb4-19d2-4832-ae31-bb2f5e3bcb6d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f667ddb4-19d2-4832-ae31-bb2f5e3bcb6d"}} 2018-08-20 10:36:10,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-bd4514d6-6329-4208-86d8-fb3448a68226 2018-08-20 10:36:10,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:10,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:10,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1289c3f1d1f4da391a5a2ef2e0c8a2d", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role"}], "expires_at": "2018-08-20T11:36:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b3a023eee6645888a52e23230672dbf", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-user", "id": "1302a9a15c7a4bd1898b4fdd7779876f"}, "audit_ids": ["sIZ5pMBzQN6Y_2IANbrxgw"], "issued_at": "2018-08-20T10:36:10.000000Z"}} 2018-08-20 10:36:10,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:10,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb64e333-db7d-48e7-888d-a32f245297fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:10,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cb64e333-db7d-48e7-888d-a32f245297fc 2018-08-20 10:36:10,982 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:36:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:36:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:36:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:36:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:36:10,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:11,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb5be1f-ec2e-4b96-bb98-2ab6a4e59712 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:11,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1fb5be1f-ec2e-4b96-bb98-2ab6a4e59712 2018-08-20 10:36:11,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:11,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-4c14710f-ebda-4343-a5ef-8a6610bfa36c Date: Mon, 20 Aug 2018 10:36: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":["1e0d986d-4d37-49cf-af10-d9d652924ac9"],"updated_at":"2018-08-20T10:36:08Z","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}]} 2018-08-20 10:36:11,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net used request id req-4c14710f-ebda-4343-a5ef-8a6610bfa36c 2018-08-20 10:36:11,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:11,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-deeff0da-0dcc-4908-85ed-966505caffb2 Date: Mon, 20 Aug 2018 10:36:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b9073d-79a7-421a-83e5-d0892809f543","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b3a023eee6645888a52e23230672dbf","id":"1e0d986d-4d37-49cf-af10-d9d652924ac9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]} 2018-08-20 10:36:11,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-deeff0da-0dcc-4908-85ed-966505caffb2 2018-08-20 10:36:11,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:11,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3dc554d1-77b6-4c39-958c-a3bb3f97c400 Date: Mon, 20 Aug 2018 10:36: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":["1e0d986d-4d37-49cf-af10-d9d652924ac9"],"updated_at":"2018-08-20T10:36:08Z","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}]} 2018-08-20 10:36:11,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net used request id req-3dc554d1-77b6-4c39-958c-a3bb3f97c400 2018-08-20 10:36:11,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:11,889 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:11,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:11,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3db2c99-193d-41cd-9583-df6839e721a8 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1b3a023eee6645888a52e23230672dbf", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}} 2018-08-20 10:36:11,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf used request id req-f3db2c99-193d-41cd-9583-df6839e721a8 2018-08-20 10:36:11,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:12,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9f557321-49ef-436c-aa06-20f4a1737b8b Date: Mon, 20 Aug 2018 10:36:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b9073d-79a7-421a-83e5-d0892809f543","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b3a023eee6645888a52e23230672dbf","id":"1e0d986d-4d37-49cf-af10-d9d652924ac9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]} 2018-08-20 10:36:12,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-9f557321-49ef-436c-aa06-20f4a1737b8b 2018-08-20 10:36:12,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=e8b9073d-79a7-421a-83e5-d0892809f543&name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:12,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a8c76246-8fc0-48ff-875f-a402111b342e Date: Mon, 20 Aug 2018 10:36:12 GMT RESP BODY: {"ports":[]} 2018-08-20 10:36:12,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=e8b9073d-79a7-421a-83e5-d0892809f543&name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0port-1&admin_state_up=True used request id req-a8c76246-8fc0-48ff-875f-a402111b342e 2018-08-20 10:36:12,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:12,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36: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-185da163-8a66-426a-9923-3d619210cb40 x-compute-request-id: req-185da163-8a66-426a-9923-3d619210cb40 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:36:12,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-inst used request id req-185da163-8a66-426a-9923-3d619210cb40 2018-08-20 10:36:12,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:13,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1240fccb-8c2d-4923-bc98-7d483035062d Date: Mon, 20 Aug 2018 10:36: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":["1e0d986d-4d37-49cf-af10-d9d652924ac9"],"updated_at":"2018-08-20T10:36:08Z","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}]} 2018-08-20 10:36:13,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net used request id req-1240fccb-8c2d-4923-bc98-7d483035062d 2018-08-20 10:36:13,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:13,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-25e3e195-dc4f-468f-a463-a3a1b12ec027 Date: Mon, 20 Aug 2018 10:36:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b9073d-79a7-421a-83e5-d0892809f543","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b3a023eee6645888a52e23230672dbf","id":"1e0d986d-4d37-49cf-af10-d9d652924ac9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]} 2018-08-20 10:36:13,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-25e3e195-dc4f-468f-a463-a3a1b12ec027 2018-08-20 10:36:13,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:13,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fa57b3a7-38af-4328-acd4-19449212df8c Date: Mon, 20 Aug 2018 10:36: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":["1e0d986d-4d37-49cf-af10-d9d652924ac9"],"updated_at":"2018-08-20T10:36:08Z","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}]} 2018-08-20 10:36:13,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net used request id req-fa57b3a7-38af-4328-acd4-19449212df8c 2018-08-20 10:36:13,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:13,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e019ca83-5687-431e-ae25-a13e97915576 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1b3a023eee6645888a52e23230672dbf", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}} 2018-08-20 10:36:13,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf used request id req-e019ca83-5687-431e-ae25-a13e97915576 2018-08-20 10:36:13,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:13,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-93a2b880-32d8-4479-85a5-ed7109013832 Date: Mon, 20 Aug 2018 10:36:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b9073d-79a7-421a-83e5-d0892809f543","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b3a023eee6645888a52e23230672dbf","id":"1e0d986d-4d37-49cf-af10-d9d652924ac9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]} 2018-08-20 10:36:13,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-93a2b880-32d8-4479-85a5-ed7109013832 2018-08-20 10:36:13,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=e8b9073d-79a7-421a-83e5-d0892809f543&name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:13,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b9e9f518-3ba3-42f9-908b-be348790ffe6 Date: Mon, 20 Aug 2018 10:36:13 GMT RESP BODY: {"ports":[]} 2018-08-20 10:36:13,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=e8b9073d-79a7-421a-83e5-d0892809f543&name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0port-1&admin_state_up=True used request id req-b9e9f518-3ba3-42f9-908b-be348790ffe6 2018-08-20 10:36:13,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:13,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:14,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1289c3f1d1f4da391a5a2ef2e0c8a2d", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role"}], "expires_at": "2018-08-20T11:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b3a023eee6645888a52e23230672dbf", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/1b3a023eee6645888a52e23230672dbf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-user", "id": "1302a9a15c7a4bd1898b4fdd7779876f"}, "audit_ids": ["kxESMEOSQn6Rkp5KklNfvA"], "issued_at": "2018-08-20T10:36:14.000000Z"}} 2018-08-20 10:36:14,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5acff6e8d2b510f6e73ae0fe3b4d9f4ebcd1eaad" 2018-08-20 10:36:14,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-800e5200-aff2-4bee-a767-9cb829313267 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:14,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-800e5200-aff2-4bee-a767-9cb829313267 2018-08-20 10:36:14,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:14,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-85e5f5ba-5762-4ad7-8c8b-51306b1d3c54 Date: Mon, 20 Aug 2018 10:36: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":["1e0d986d-4d37-49cf-af10-d9d652924ac9"],"updated_at":"2018-08-20T10:36:08Z","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}]} 2018-08-20 10:36:14,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net used request id req-85e5f5ba-5762-4ad7-8c8b-51306b1d3c54 2018-08-20 10:36:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:14,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c890610e-4a28-4fe6-b9c0-738d05146d16 Date: Mon, 20 Aug 2018 10:36:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b9073d-79a7-421a-83e5-d0892809f543","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b3a023eee6645888a52e23230672dbf","id":"1e0d986d-4d37-49cf-af10-d9d652924ac9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]} 2018-08-20 10:36:14,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-c890610e-4a28-4fe6-b9c0-738d05146d16 2018-08-20 10:36:14,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:15,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-7929e082-bbb6-4eb6-9c7a-ad868e6119b7 Date: Mon, 20 Aug 2018 10:36: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":["1e0d986d-4d37-49cf-af10-d9d652924ac9"],"updated_at":"2018-08-20T10:36:08Z","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b3a023eee6645888a52e23230672dbf","id":"e8b9073d-79a7-421a-83e5-d0892809f543","name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net"}]} 2018-08-20 10:36:15,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net used request id req-7929e082-bbb6-4eb6-9c7a-ad868e6119b7 2018-08-20 10:36:15,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:15,045 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:15,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5acff6e8d2b510f6e73ae0fe3b4d9f4ebcd1eaad" 2018-08-20 10:36:15,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea255941-9758-461e-beac-a0dd27cf2877 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1b3a023eee6645888a52e23230672dbf", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}} 2018-08-20 10:36:15,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf used request id req-ea255941-9758-461e-beac-a0dd27cf2877 2018-08-20 10:36:15,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" 2018-08-20 10:36:15,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a5159ccf-9635-4db3-9864-104d96c4c83b Date: Mon, 20 Aug 2018 10:36:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8b9073d-79a7-421a-83e5-d0892809f543","tenant_id":"1b3a023eee6645888a52e23230672dbf","created_at":"2018-08-20T10:36:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1b3a023eee6645888a52e23230672dbf","id":"1e0d986d-4d37-49cf-af10-d9d652924ac9","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet"}]} 2018-08-20 10:36:15,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-a5159ccf-9635-4db3-9864-104d96c4c83b 2018-08-20 10:36:15,195 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net 2018-08-20 10:36:15,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818cd763cafc2fc79ee8bae0c18a4075c2610bd6" -d '{"port": {"network_id": "e8b9073d-79a7-421a-83e5-d0892809f543", "name": "CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-08-20 10:36:15,371 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-93d885bd-33ff-4da7-b1fd-c75d56de2636 Date: Mon, 20 Aug 2018 10:36:15 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-08-20 10:36:15,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-93d885bd-33ff-4da7-b1fd-c75d56de2636 2018-08-20 10:36:15,371 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-08-20 10:36:15,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/f667ddb4-19d2-4832-ae31-bb2f5e3bcb6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9139ac489cb989fcc948c50e5402eb66d13319d" 2018-08-20 10:36:15,439 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-37c160e3-c2fc-4706-855c-f52b4ce561a4 x-compute-request-id: req-37c160e3-c2fc-4706-855c-f52b4ce561a4 Content-Length: 0 Content-Type: application/json 2018-08-20 10:36:15,439 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/f667ddb4-19d2-4832-ae31-bb2f5e3bcb6d used request id req-37c160e3-c2fc-4706-855c-f52b4ce561a4 2018-08-20 10:36:15,440 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet 2018-08-20 10:36:15,441 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-subnet 2018-08-20 10:36:15,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/1e0d986d-4d37-49cf-af10-d9d652924ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" 2018-08-20 10:36:18,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c64eed9e-7824-4c9b-8089-520a8fea0660 Date: Mon, 20 Aug 2018 10:36:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:36:18,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/1e0d986d-4d37-49cf-af10-d9d652924ac9 used request id req-c64eed9e-7824-4c9b-8089-520a8fea0660 2018-08-20 10:36:18,133 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-pub-net 2018-08-20 10:36:18,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/e8b9073d-79a7-421a-83e5-d0892809f543 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd2e96373a22fce629b9ba31343496c29eae9c6" 2018-08-20 10:36:20,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bda3a8c8-ee28-41aa-bd45-bbcb9d8cc79b Date: Mon, 20 Aug 2018 10:36:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:36:20,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/e8b9073d-79a7-421a-83e5-d0892809f543 used request id req-bda3a8c8-ee28-41aa-bd45-bbcb9d8cc79b 2018-08-20 10:36:20,013 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b4d2240e-278e-40ca-b0de-94b04e9a9cd0-image 2018-08-20 10:36:20,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}93939130960f88c65e4fcb5fd827de5b78a87b3f" 2018-08-20 10:36:21,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6c24d11-1c5b-44c6-8029-c70a29117837 Date: Mon, 20 Aug 2018 10:36:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:36:21,332 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/046f5283-ff51-4a56-97b9-49c72a76a7dd used request id req-e6c24d11-1c5b-44c6-8029-c70a29117837 2018-08-20 10:36:21,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:36:21,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:36:21,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:36:21,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:36:21,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:36:21,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:21,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-2fa13b7a-1c0b-4687-bba8-4140c5e4d44b Date: Mon, 20 Aug 2018 10:36:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1b3a023eee6645888a52e23230672dbf", "created_at": "2018-08-20T10:36:07Z", "updated_at": "2018-08-20T10:36:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:07Z", "revision_number": 0, "id": "019685e9-54a7-4f7f-afd0-15f8311cb455", "remote_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:07Z", "security_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "tenant_id": "1b3a023eee6645888a52e23230672dbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b3a023eee6645888a52e23230672dbf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:07Z", "revision_number": 0, "id": "0dd37866-0f53-4be2-897a-81c6c7db192b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:07Z", "security_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "tenant_id": "1b3a023eee6645888a52e23230672dbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b3a023eee6645888a52e23230672dbf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:07Z", "revision_number": 0, "id": "e8ebcb9a-3c0d-47d1-adae-8db154842328", "remote_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:07Z", "security_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "tenant_id": "1b3a023eee6645888a52e23230672dbf", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b3a023eee6645888a52e23230672dbf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:07Z", "revision_number": 0, "id": "fefd273d-f775-422c-bd28-d83ca84736dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:07Z", "security_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "tenant_id": "1b3a023eee6645888a52e23230672dbf", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b3a023eee6645888a52e23230672dbf"}], "revision_number": 4, "project_id": "1b3a023eee6645888a52e23230672dbf", "id": "9a3e14ed-419d-45ea-993d-f796ac051409", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:36:21,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-2fa13b7a-1c0b-4687-bba8-4140c5e4d44b 2018-08-20 10:36:21,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:21,706 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f77e675a-280b-42f4-9d9d-f2f4f67def29 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:21,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-f77e675a-280b-42f4-9d9d-f2f4f67def29 2018-08-20 10:36:21,706 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:21,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:21,799 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e171b8-20fe-4c4b-bf27-d191af2bb829 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:21,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-81e171b8-20fe-4c4b-bf27-d191af2bb829 2018-08-20 10:36:21,800 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:21,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:21,888 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b35ae38e-00ae-457a-83d5-4918f43d4ef5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:21,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-b35ae38e-00ae-457a-83d5-4918f43d4ef5 2018-08-20 10:36:21,888 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:21,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:21,981 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ff9e6b3-253e-47d1-afe0-a8b5fdea81a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:21,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-1ff9e6b3-253e-47d1-afe0-a8b5fdea81a2 2018-08-20 10:36:21,981 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:21,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:22,081 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acd56623-5cf2-4a54-b758-76aa16341a21 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:22,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-acd56623-5cf2-4a54-b758-76aa16341a21 2018-08-20 10:36:22,081 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:22,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:22,171 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06168875-b9fe-4e2a-8239-bad719f5cfec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:22,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-06168875-b9fe-4e2a-8239-bad719f5cfec 2018-08-20 10:36:22,172 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:22,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:22,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31cc4249-c22d-4af1-b72e-cbd0e01b4dbb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:22,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-31cc4249-c22d-4af1-b72e-cbd0e01b4dbb 2018-08-20 10:36:22,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:22,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:22,388 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d907c7c0-9b33-4179-b87c-c31c57951098 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:22,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-d907c7c0-9b33-4179-b87c-c31c57951098 2018-08-20 10:36:22,388 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:22,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:22,477 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b593ffb6-b0c2-4a67-ad89-c2acec5b21dd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:22,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b593ffb6-b0c2-4a67-ad89-c2acec5b21dd 2018-08-20 10:36:22,477 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:22,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:22,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f35c5425-f19e-4d5c-8397-98bda7947eea Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1b3a023eee6645888a52e23230672dbf", "name": "CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj"}} 2018-08-20 10:36:22,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf used request id req-f35c5425-f19e-4d5c-8397-98bda7947eea 2018-08-20 10:36:22,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9a3e14ed-419d-45ea-993d-f796ac051409 2018-08-20 10:36:22,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9a3e14ed-419d-45ea-993d-f796ac051409 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:22,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0b1d4c32-4a10-4139-89da-a0f749e44d86 Date: Mon, 20 Aug 2018 10:36:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:07Z", "security_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "port_range_min": null, "revision_number": 0, "tenant_id": "1b3a023eee6645888a52e23230672dbf", "created_at": "2018-08-20T10:36:07Z", "project_id": "1b3a023eee6645888a52e23230672dbf", "id": "019685e9-54a7-4f7f-afd0-15f8311cb455"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:07Z", "security_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "port_range_min": null, "revision_number": 0, "tenant_id": "1b3a023eee6645888a52e23230672dbf", "created_at": "2018-08-20T10:36:07Z", "project_id": "1b3a023eee6645888a52e23230672dbf", "id": "0dd37866-0f53-4be2-897a-81c6c7db192b"}, {"remote_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:07Z", "security_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "port_range_min": null, "revision_number": 0, "tenant_id": "1b3a023eee6645888a52e23230672dbf", "created_at": "2018-08-20T10:36:07Z", "project_id": "1b3a023eee6645888a52e23230672dbf", "id": "e8ebcb9a-3c0d-47d1-adae-8db154842328"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:07Z", "security_group_id": "9a3e14ed-419d-45ea-993d-f796ac051409", "port_range_min": null, "revision_number": 0, "tenant_id": "1b3a023eee6645888a52e23230672dbf", "created_at": "2018-08-20T10:36:07Z", "project_id": "1b3a023eee6645888a52e23230672dbf", "id": "fefd273d-f775-422c-bd28-d83ca84736dd"}]} 2018-08-20 10:36:22,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=9a3e14ed-419d-45ea-993d-f796ac051409 used request id req-0b1d4c32-4a10-4139-89da-a0f749e44d86 2018-08-20 10:36:22,838 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:36:22,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/9a3e14ed-419d-45ea-993d-f796ac051409 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:23,218 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2264e3cc-1705-426e-b48a-c1e073e3a6a0 Content-Length: 0 Date: Mon, 20 Aug 2018 10:36:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:36:23,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/9a3e14ed-419d-45ea-993d-f796ac051409 used request id req-2264e3cc-1705-426e-b48a-c1e073e3a6a0 2018-08-20 10:36:23,219 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj 2018-08-20 10:36:23,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:23,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3d82878-b50f-4eb9-9c2e-7d7f4b5d9b3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:23,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/1b3a023eee6645888a52e23230672dbf used request id req-d3d82878-b50f-4eb9-9c2e-7d7f4b5d9b3b 2018-08-20 10:36:23,506 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-proj-role 2018-08-20 10:36:23,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/b1289c3f1d1f4da391a5a2ef2e0c8a2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:23,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44ada404-dce2-4ff4-9c39-4f3e084c5cff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:23,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b1289c3f1d1f4da391a5a2ef2e0c8a2d used request id req-44ada404-dce2-4ff4-9c39-4f3e084c5cff 2018-08-20 10:36:23,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b81a6436c68c8c7db07f4473bfdd4908c9ffe59" 2018-08-20 10:36:23,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3397260c-f7b1-4a49-97a6-639b5c67f553 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:36:23,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-3397260c-f7b1-4a49-97a6-639b5c67f553 2018-08-20 10:36:23,724 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-fdc0413b-cc9a-4d4-user 2018-08-20 10:36:23,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/1302a9a15c7a4bd1898b4fdd7779876f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89415c4114255686adf954360ce948da1cf9bff" 2018-08-20 10:36:24,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3741ea1f-b718-40b0-8563-68ae0b6c75c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:24,008 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/1302a9a15c7a4bd1898b4fdd7779876f used request id req-3741ea1f-b718-40b0-8563-68ae0b6c75c1 2018-08-20 10:36:24,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:24,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["PaooOx61RVWI8OgHCYyVBw"], "issued_at": "2018-08-20T10:36:24.000000Z"}} 2018-08-20 10:36:24,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc9f536db2beff46bee925f641fd5ddae348647" 2018-08-20 10:36:24,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b409ee32-9d7b-488d-a364-07643557d50f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:24,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b409ee32-9d7b-488d-a364-07643557d50f 2018-08-20 10:36:24,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:24,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:24,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["SM_AZ69sRQSggwHJ2Xs68w"], "issued_at": "2018-08-20T10:36:24.000000Z"}} 2018-08-20 10:36:24,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:24,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f12332-31fc-458c-bff7-79116edab0ee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:24,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-25f12332-31fc-458c-bff7-79116edab0ee 2018-08-20 10:36:24,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:24,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:24,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:25,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-835b05bf-92dc-4446-8892-d7bfaf97f834 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:36:25,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj used request id req-835b05bf-92dc-4446-8892-d7bfaf97f834 2018-08-20 10:36:25,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:25,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a57f01c0-9b60-432d-8628-b17884261672 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:36:25,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a57f01c0-9b60-432d-8628-b17884261672 2018-08-20 10:36:25,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}}' 2018-08-20 10:36:25,242 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:36:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cf214c5-0d19-4a4b-8fa9-2a86f83ec90a Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78"}, "tags": [], "enabled": true, "id": "3fef8c021150424ba30bb2e3c9a8bd78", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}} 2018-08-20 10:36:25,243 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-8cf214c5-0d19-4a4b-8fa9-2a86f83ec90a 2018-08-20 10:36:25,243 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj 2018-08-20 10:36:25,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:25,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:25,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["rR3ldMitQ02Vt1MeuBkVdQ"], "issued_at": "2018-08-20T10:36:25.000000Z"}} 2018-08-20 10:36:25,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154e33deddb966df30d81eac2a8737baf2afcf8d" 2018-08-20 10:36:25,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c00e0461-7a76-4d35-b1a1-0f75f4a7c524 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:25,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c00e0461-7a76-4d35-b1a1-0f75f4a7c524 2018-08-20 10:36:25,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:25,743 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:25,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154e33deddb966df30d81eac2a8737baf2afcf8d" 2018-08-20 10:36:25,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5617e3f-e2e4-4b38-9fcd-23e4a1034cb2 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:36:25,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-e5617e3f-e2e4-4b38-9fcd-23e4a1034cb2 2018-08-20 10:36:25,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154e33deddb966df30d81eac2a8737baf2afcf8d" 2018-08-20 10:36:25,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181e6a5f-ce37-48f3-beac-0b972146a313 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78"}, "tags": [], "enabled": true, "id": "3fef8c021150424ba30bb2e3c9a8bd78", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}]} 2018-08-20 10:36:25,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj used request id req-181e6a5f-ce37-48f3-beac-0b972146a313 2018-08-20 10:36:25,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154e33deddb966df30d81eac2a8737baf2afcf8d" 2018-08-20 10:36:26,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee49dc62-54ec-4e41-b4a4-b70e0605b13a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:36:26,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-ee49dc62-54ec-4e41-b4a4-b70e0605b13a 2018-08-20 10:36:26,463 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-9e2e4eec-99a8-418-user 2018-08-20 10:36:26,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:26,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:26,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b519e2c-b75b-4218-88e0-cd076b2b4cef Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:36:26,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7b519e2c-b75b-4218-88e0-cd076b2b4cef 2018-08-20 10:36:26,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" -d '{"role": {"name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role"}}' 2018-08-20 10:36:26,697 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:36:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08ebdaa6-1584-475a-800b-3c1de31b3272 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "db5276a833a64c17a56deadfbf1f448a", "links": {"self": "http://172.30.9.36:5000/v3/roles/db5276a833a64c17a56deadfbf1f448a"}, "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role"}} 2018-08-20 10:36:26,697 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-08ebdaa6-1584-475a-800b-3c1de31b3272 2018-08-20 10:36:26,698 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role 2018-08-20 10:36:26,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/db5276a833a64c17a56deadfbf1f448a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:26,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1b6a7c-91b4-41ac-9a40-a6ab226e3589 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "db5276a833a64c17a56deadfbf1f448a", "links": {"self": "http://172.30.9.36:5000/v3/roles/db5276a833a64c17a56deadfbf1f448a"}, "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role"}} 2018-08-20 10:36:26,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/db5276a833a64c17a56deadfbf1f448a used request id req-db1b6a7c-91b4-41ac-9a40-a6ab226e3589 2018-08-20 10:36:26,719 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role to project CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj 2018-08-20 10:36:26,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78/users/05911063ca504ae0805180c2b977d509/roles/db5276a833a64c17a56deadfbf1f448a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:26,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01551c50-4720-4f51-8f26-536c6bcfbc4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:26,861 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78/users/05911063ca504ae0805180c2b977d509/roles/db5276a833a64c17a56deadfbf1f448a used request id req-01551c50-4720-4f51-8f26-536c6bcfbc4d 2018-08-20 10:36:26,862 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:36:26,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:26,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:27,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db5276a833a64c17a56deadfbf1f448a", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role"}], "expires_at": "2018-08-20T11:36:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fef8c021150424ba30bb2e3c9a8bd78", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-user", "id": "05911063ca504ae0805180c2b977d509"}, "audit_ids": ["F9D5nSHnQAGEvDmWEw3qkQ"], "issued_at": "2018-08-20T10:36:27.000000Z"}} 2018-08-20 10:36:27,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" 2018-08-20 10:36:27,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e892e223-9292-4e78-8cfe-cb3f159b7942 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:27,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e892e223-9292-4e78-8cfe-cb3f159b7942 2018-08-20 10:36:27,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" 2018-08-20 10:36:27,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-f3b6851b-82cf-4bf9-a37f-b6fefee830e9 Date: Mon, 20 Aug 2018 10:36:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image"} 2018-08-20 10:36:27,550 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image used request id req-f3b6851b-82cf-4bf9-a37f-b6fefee830e9 2018-08-20 10:36:27,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" 2018-08-20 10:36:27,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b9bf74c7-284f-4190-9934-3b620c5bafba Date: Mon, 20 Aug 2018 10:36: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:36:27,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-b9bf74c7-284f-4190-9934-3b620c5bafba 2018-08-20 10:36:27,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image"}' 2018-08-20 10:36:28,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b1b4f8f0-7583-4f5f-b8bc-c82323e7122e Date: Mon, 20 Aug 2018 10:36:28 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa", "min_disk": 0, "protected": false, "id": "682bf824-382e-476c-a1ae-8f0eb83e06fa", "file": "/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/file", "checksum": null, "owner": "3fef8c021150424ba30bb2e3c9a8bd78", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:28,079 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-b1b4f8f0-7583-4f5f-b8bc-c82323e7122e 2018-08-20 10:36:28,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" -d '' 2018-08-20 10:36:29,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c6ccdf4c-0755-4008-8353-23685f2c9b91 Date: Mon, 20 Aug 2018 10:36:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:36:29,101 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/file used request id req-c6ccdf4c-0755-4008-8353-23685f2c9b91 2018-08-20 10:36:29,102 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:36:29,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" 2018-08-20 10:36:29,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-621870fb-d8d8-4b5f-b212-09ba377ccca1 Date: Mon, 20 Aug 2018 10:36:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:29Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/snap", "metadata": {}}], "self": "/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa", "min_disk": 0, "protected": false, "id": "682bf824-382e-476c-a1ae-8f0eb83e06fa", "file": "/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3fef8c021150424ba30bb2e3c9a8bd78", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:29,289 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa used request id req-621870fb-d8d8-4b5f-b212-09ba377ccca1 2018-08-20 10:36:29,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" 2018-08-20 10:36:29,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-dc3e153d-7110-426b-bf9c-9a21d5e6d2ca Date: Mon, 20 Aug 2018 10:36:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:36:29,480 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-dc3e153d-7110-426b-bf9c-9a21d5e6d2ca 2018-08-20 10:36:29,483 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image 2018-08-20 10:36:29,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" 2018-08-20 10:36:29,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-9124f0ed-eb53-4dc0-a700-299d94fa2947 Date: Mon, 20 Aug 2018 10:36:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:29Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/snap", "metadata": {}}], "self": "/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa", "min_disk": 0, "protected": false, "id": "682bf824-382e-476c-a1ae-8f0eb83e06fa", "file": "/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3fef8c021150424ba30bb2e3c9a8bd78", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/682bf824-382e-476c-a1ae-8f0eb83e06fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:29,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa used request id req-9124f0ed-eb53-4dc0-a700-299d94fa2947 2018-08-20 10:36:29,506 - create_image - DEBUG - Instance status is - active 2018-08-20 10:36:29,506 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image 2018-08-20 10:36:29,506 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image 2018-08-20 10:36:29,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:29,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:29,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db5276a833a64c17a56deadfbf1f448a", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role"}], "expires_at": "2018-08-20T11:36:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fef8c021150424ba30bb2e3c9a8bd78", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-user", "id": "05911063ca504ae0805180c2b977d509"}, "audit_ids": ["Jw7cnmLBRLSuEc4QLZmurg"], "issued_at": "2018-08-20T10:36:29.000000Z"}} 2018-08-20 10:36:29,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" 2018-08-20 10:36:30,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36c148a-86c9-4421-a5be-6aef5d22b524 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:30,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c36c148a-86c9-4421-a5be-6aef5d22b524 2018-08-20 10:36:30,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:36:30,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:36:30,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:36:30,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:36:30,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:36:30,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" 2018-08-20 10:36:30,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6799335f-b181-48a7-a185-989c82741940 Date: Mon, 20 Aug 2018 10:36:30 GMT RESP BODY: {"networks":[]} 2018-08-20 10:36:30,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net used request id req-6799335f-b181-48a7-a185-989c82741940 2018-08-20 10:36:30,346 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net 2018-08-20 10:36:30,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" -d '{"network": {"name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net", "admin_state_up": true}}' 2018-08-20 10:36:31,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-eee573ac-eb49-4759-b693-364fe5ed1132 Date: Mon, 20 Aug 2018 10:36:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:36:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}} 2018-08-20 10:36:31,079 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-eee573ac-eb49-4759-b693-364fe5ed1132 2018-08-20 10:36:31,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" 2018-08-20 10:36:31,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-f316b5ba-ea77-4f5c-baa7-07116cdb2e56 Date: Mon, 20 Aug 2018 10:36:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:36:30Z","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}]} 2018-08-20 10:36:31,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-f316b5ba-ea77-4f5c-baa7-07116cdb2e56 2018-08-20 10:36:31,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" 2018-08-20 10:36:31,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-56945318-036f-414a-b574-3726c4902810 Date: Mon, 20 Aug 2018 10:36:31 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:36:31,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-56945318-036f-414a-b574-3726c4902810 2018-08-20 10:36:31,551 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet 2018-08-20 10:36:31,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" -d '{"subnets": [{"ip_version": 4, "network_id": "892cd2a7-73fb-45af-9016-27a7d7af3496", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]}' 2018-08-20 10:36:32,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9d97cc3b-2275-4491-a143-05af2762574c Date: Mon, 20 Aug 2018 10:36:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892cd2a7-73fb-45af-9016-27a7d7af3496","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36: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":"3fef8c021150424ba30bb2e3c9a8bd78","id":"8241ee78-f9e7-4365-9ab0-1d4133f8bda0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]} 2018-08-20 10:36:32,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-9d97cc3b-2275-4491-a143-05af2762574c 2018-08-20 10:36:32,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" 2018-08-20 10:36:32,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-65e439d2-ce39-48e2-92a2-965478b3203c Date: Mon, 20 Aug 2018 10:36: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":["8241ee78-f9e7-4365-9ab0-1d4133f8bda0"],"updated_at":"2018-08-20T10:36:31Z","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}]} 2018-08-20 10:36:32,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-65e439d2-ce39-48e2-92a2-965478b3203c 2018-08-20 10:36:32,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" 2018-08-20 10:36:32,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9d0300c3-38e8-499b-a732-f9323540442e Date: Mon, 20 Aug 2018 10:36:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892cd2a7-73fb-45af-9016-27a7d7af3496","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36: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":"3fef8c021150424ba30bb2e3c9a8bd78","id":"8241ee78-f9e7-4365-9ab0-1d4133f8bda0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]} 2018-08-20 10:36:32,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-9d0300c3-38e8-499b-a732-f9323540442e 2018-08-20 10:36:32,904 - OpenStackNetwork - DEBUG - Network [892cd2a7-73fb-45af-9016-27a7d7af3496] created successfully 2018-08-20 10:36:32,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:32,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:33,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["_KnZGVeHTpG7bj68to8VJA"], "issued_at": "2018-08-20T10:36:33.000000Z"}} 2018-08-20 10:36:33,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b285da80e3ce6ea8aaced18963c4dbd28acff8c" 2018-08-20 10:36:33,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4d875b5-68d6-4a93-ad31-19b9db98501c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:33,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a4d875b5-68d6-4a93-ad31-19b9db98501c 2018-08-20 10:36:33,414 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:36:33,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b285da80e3ce6ea8aaced18963c4dbd28acff8c" 2018-08-20 10:36:33,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb923652-f45a-4b21-9a1e-745ad7e2c753 x-compute-request-id: req-bb923652-f45a-4b21-9a1e-745ad7e2c753 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:36:33,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-bb923652-f45a-4b21-9a1e-745ad7e2c753 2018-08-20 10:36:33,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b285da80e3ce6ea8aaced18963c4dbd28acff8c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-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-08-20 10:36:33,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-5cd4517c-e424-4a49-b89a-5df2f1d415b8 x-compute-request-id: req-5cd4517c-e424-4a49-b89a-5df2f1d415b8 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/a9fed989-1239-45a8-9a76-e166c76d1fe9", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/a9fed989-1239-45a8-9a76-e166c76d1fe9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "a9fed989-1239-45a8-9a76-e166c76d1fe9"}} 2018-08-20 10:36:33,648 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-5cd4517c-e424-4a49-b89a-5df2f1d415b8 2018-08-20 10:36:33,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:33,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:34,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db5276a833a64c17a56deadfbf1f448a", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role"}], "expires_at": "2018-08-20T11:36:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fef8c021150424ba30bb2e3c9a8bd78", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-user", "id": "05911063ca504ae0805180c2b977d509"}, "audit_ids": ["tg_TnJA7TnCETbyhpuKbtA"], "issued_at": "2018-08-20T10:36:34.000000Z"}} 2018-08-20 10:36:34,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:34,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd1afd0-4d31-4975-807d-44bc0d375dab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:34,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-dfd1afd0-4d31-4975-807d-44bc0d375dab 2018-08-20 10:36:34,153 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:36:34,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:36:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:36:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:36:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:36:34,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:36:34,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:34,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bc3745e-9a0e-4271-9f9d-3a5f6df94f32 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:34,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1bc3745e-9a0e-4271-9f9d-3a5f6df94f32 2018-08-20 10:36:34,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:34,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-526cc09d-029b-4450-a5c1-a3aa21227b8c Date: Mon, 20 Aug 2018 10:36: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":["8241ee78-f9e7-4365-9ab0-1d4133f8bda0"],"updated_at":"2018-08-20T10:36:31Z","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}]} 2018-08-20 10:36:34,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net used request id req-526cc09d-029b-4450-a5c1-a3aa21227b8c 2018-08-20 10:36:34,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:34,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fb4ce50e-56f0-4ddb-a0c6-2d988d12ba4d Date: Mon, 20 Aug 2018 10:36:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892cd2a7-73fb-45af-9016-27a7d7af3496","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36: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":"3fef8c021150424ba30bb2e3c9a8bd78","id":"8241ee78-f9e7-4365-9ab0-1d4133f8bda0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]} 2018-08-20 10:36:34,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-fb4ce50e-56f0-4ddb-a0c6-2d988d12ba4d 2018-08-20 10:36:34,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:34,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a07a0a6c-9305-480b-9ad7-683ce99a935a Date: Mon, 20 Aug 2018 10:36: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":["8241ee78-f9e7-4365-9ab0-1d4133f8bda0"],"updated_at":"2018-08-20T10:36:31Z","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}]} 2018-08-20 10:36:34,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net used request id req-a07a0a6c-9305-480b-9ad7-683ce99a935a 2018-08-20 10:36:34,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:35,002 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:35,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:35,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2047970-e044-435e-a531-f9e5c72df1f0 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3fef8c021150424ba30bb2e3c9a8bd78", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}} 2018-08-20 10:36:35,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 used request id req-f2047970-e044-435e-a531-f9e5c72df1f0 2018-08-20 10:36:35,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:35,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ecbb616c-6a7c-41f8-a13d-49460f212b85 Date: Mon, 20 Aug 2018 10:36:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892cd2a7-73fb-45af-9016-27a7d7af3496","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36: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":"3fef8c021150424ba30bb2e3c9a8bd78","id":"8241ee78-f9e7-4365-9ab0-1d4133f8bda0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]} 2018-08-20 10:36:35,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-ecbb616c-6a7c-41f8-a13d-49460f212b85 2018-08-20 10:36:35,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496&name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:35,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ad9b0dd3-09e5-4802-ae64-ac2f4582236c Date: Mon, 20 Aug 2018 10:36:35 GMT RESP BODY: {"ports":[]} 2018-08-20 10:36:35,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496&name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1dport-1&admin_state_up=True used request id req-ad9b0dd3-09e5-4802-ae64-ac2f4582236c 2018-08-20 10:36:35,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:35,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c937540-13ad-45d3-8875-052336590df9 x-compute-request-id: req-0c937540-13ad-45d3-8875-052336590df9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:36:35,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-inst used request id req-0c937540-13ad-45d3-8875-052336590df9 2018-08-20 10:36:35,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:36,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-5e1d6740-e926-484b-be84-72fa6dc9fcdc Date: Mon, 20 Aug 2018 10:36: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":["8241ee78-f9e7-4365-9ab0-1d4133f8bda0"],"updated_at":"2018-08-20T10:36:31Z","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}]} 2018-08-20 10:36:36,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net used request id req-5e1d6740-e926-484b-be84-72fa6dc9fcdc 2018-08-20 10:36:36,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:36,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-041c56f3-cf04-4afa-b4da-f764eb3cbbe3 Date: Mon, 20 Aug 2018 10:36:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892cd2a7-73fb-45af-9016-27a7d7af3496","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36: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":"3fef8c021150424ba30bb2e3c9a8bd78","id":"8241ee78-f9e7-4365-9ab0-1d4133f8bda0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]} 2018-08-20 10:36:36,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-041c56f3-cf04-4afa-b4da-f764eb3cbbe3 2018-08-20 10:36:36,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:36,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ff2e5897-01ce-477a-8361-d2005b6be5b8 Date: Mon, 20 Aug 2018 10:36: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":["8241ee78-f9e7-4365-9ab0-1d4133f8bda0"],"updated_at":"2018-08-20T10:36:31Z","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}]} 2018-08-20 10:36:36,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net used request id req-ff2e5897-01ce-477a-8361-d2005b6be5b8 2018-08-20 10:36:36,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:36,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4232717-49d9-4829-adb4-db7c8f3b2b6f Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3fef8c021150424ba30bb2e3c9a8bd78", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}} 2018-08-20 10:36:36,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 used request id req-f4232717-49d9-4829-adb4-db7c8f3b2b6f 2018-08-20 10:36:36,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:36,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9b4f5736-046f-4e2a-90d2-ec180622cf6c Date: Mon, 20 Aug 2018 10:36:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892cd2a7-73fb-45af-9016-27a7d7af3496","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36: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":"3fef8c021150424ba30bb2e3c9a8bd78","id":"8241ee78-f9e7-4365-9ab0-1d4133f8bda0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]} 2018-08-20 10:36:36,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-9b4f5736-046f-4e2a-90d2-ec180622cf6c 2018-08-20 10:36:36,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496&name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:36,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-71695f63-e882-4340-918d-89b8156d0b98 Date: Mon, 20 Aug 2018 10:36:36 GMT RESP BODY: {"ports":[]} 2018-08-20 10:36:36,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496&name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1dport-1&admin_state_up=True used request id req-71695f63-e882-4340-918d-89b8156d0b98 2018-08-20 10:36:36,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:36,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:37,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db5276a833a64c17a56deadfbf1f448a", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role"}], "expires_at": "2018-08-20T11:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fef8c021150424ba30bb2e3c9a8bd78", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/3fef8c021150424ba30bb2e3c9a8bd78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-user", "id": "05911063ca504ae0805180c2b977d509"}, "audit_ids": ["gBDIl6P-Qsq0Ehe2JFaevQ"], "issued_at": "2018-08-20T10:36:37.000000Z"}} 2018-08-20 10:36:37,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a12029017ebc8f0d72a4cb44882b06674508169" 2018-08-20 10:36:37,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc56df5-4882-49e7-930c-7e800e55e117 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:37,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5bc56df5-4882-49e7-930c-7e800e55e117 2018-08-20 10:36:37,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:37,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b312dd84-8eed-4bf3-9667-6161825f1618 Date: Mon, 20 Aug 2018 10:36: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":["8241ee78-f9e7-4365-9ab0-1d4133f8bda0"],"updated_at":"2018-08-20T10:36:31Z","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}]} 2018-08-20 10:36:37,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net used request id req-b312dd84-8eed-4bf3-9667-6161825f1618 2018-08-20 10:36:37,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:37,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-361644b2-7233-4a92-a3e9-3373838d4de8 Date: Mon, 20 Aug 2018 10:36:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892cd2a7-73fb-45af-9016-27a7d7af3496","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36: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":"3fef8c021150424ba30bb2e3c9a8bd78","id":"8241ee78-f9e7-4365-9ab0-1d4133f8bda0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]} 2018-08-20 10:36:37,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-361644b2-7233-4a92-a3e9-3373838d4de8 2018-08-20 10:36:37,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:37,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-cc6cf14b-08a5-4fd6-8161-e472555e7185 Date: Mon, 20 Aug 2018 10:36: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":["8241ee78-f9e7-4365-9ab0-1d4133f8bda0"],"updated_at":"2018-08-20T10:36:31Z","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3fef8c021150424ba30bb2e3c9a8bd78","id":"892cd2a7-73fb-45af-9016-27a7d7af3496","name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net"}]} 2018-08-20 10:36:37,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net used request id req-cc6cf14b-08a5-4fd6-8161-e472555e7185 2018-08-20 10:36:37,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:37,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:37,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a12029017ebc8f0d72a4cb44882b06674508169" 2018-08-20 10:36:38,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a651a44e-62a9-4211-a657-dada1efcd51e Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3fef8c021150424ba30bb2e3c9a8bd78", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}} 2018-08-20 10:36:38,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 used request id req-a651a44e-62a9-4211-a657-dada1efcd51e 2018-08-20 10:36:38,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" 2018-08-20 10:36:38,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-26bd5194-10cf-4cb0-be98-341322a0b8a5 Date: Mon, 20 Aug 2018 10:36:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"892cd2a7-73fb-45af-9016-27a7d7af3496","tenant_id":"3fef8c021150424ba30bb2e3c9a8bd78","created_at":"2018-08-20T10:36:31Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36: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":"3fef8c021150424ba30bb2e3c9a8bd78","id":"8241ee78-f9e7-4365-9ab0-1d4133f8bda0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet"}]} 2018-08-20 10:36:38,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-26bd5194-10cf-4cb0-be98-341322a0b8a5 2018-08-20 10:36:38,254 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net 2018-08-20 10:36:38,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2b5f8f2dc1e9df59128da2319d01028edb4133" -d '{"port": {"network_id": "892cd2a7-73fb-45af-9016-27a7d7af3496", "name": "CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1dport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-08-20 10:36:38,450 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-410903cc-d2da-46d4-a58f-334297ba5ae0 Date: Mon, 20 Aug 2018 10:36:38 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-08-20 10:36:38,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-410903cc-d2da-46d4-a58f-334297ba5ae0 2018-08-20 10:36:38,450 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-08-20 10:36:38,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/a9fed989-1239-45a8-9a76-e166c76d1fe9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b285da80e3ce6ea8aaced18963c4dbd28acff8c" 2018-08-20 10:36:38,486 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-88963c73-9198-4589-98d9-6e8373aa0b8f x-compute-request-id: req-88963c73-9198-4589-98d9-6e8373aa0b8f Content-Length: 0 Content-Type: application/json 2018-08-20 10:36:38,486 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/a9fed989-1239-45a8-9a76-e166c76d1fe9 used request id req-88963c73-9198-4589-98d9-6e8373aa0b8f 2018-08-20 10:36:38,487 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet 2018-08-20 10:36:38,487 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-subnet 2018-08-20 10:36:38,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/8241ee78-f9e7-4365-9ab0-1d4133f8bda0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" 2018-08-20 10:36:41,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb642395-c61e-45a9-a182-6d3be8b4ce1b Date: Mon, 20 Aug 2018 10:36:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:36:41,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/8241ee78-f9e7-4365-9ab0-1d4133f8bda0 used request id req-bb642395-c61e-45a9-a182-6d3be8b4ce1b 2018-08-20 10:36:41,328 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-pub-net 2018-08-20 10:36:41,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/892cd2a7-73fb-45af-9016-27a7d7af3496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1123c37745e52f7f45f5ee12f7b0d758c40ac9" 2018-08-20 10:36:42,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78a100d9-cde0-48b5-9a09-8c030895242f Date: Mon, 20 Aug 2018 10:36:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:36:42,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/892cd2a7-73fb-45af-9016-27a7d7af3496 used request id req-78a100d9-cde0-48b5-9a09-8c030895242f 2018-08-20 10:36:42,626 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0b15d358-90e9-45d0-90dd-3992aad62e1d-image 2018-08-20 10:36:42,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da1ac6bbfa60c845b494a65e92c9fe7f3c33db74" 2018-08-20 10:36:43,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-136aa929-c3e4-48ed-bbd2-d6d628e1867f Date: Mon, 20 Aug 2018 10: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-08-20 10:36:43,333 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/682bf824-382e-476c-a1ae-8f0eb83e06fa used request id req-136aa929-c3e4-48ed-bbd2-d6d628e1867f 2018-08-20 10:36:43,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:36:43,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:36:43,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:36:43,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:36:43,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:36:43,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:43,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-e027c3a2-045f-4799-9779-91904b471c02 Date: Mon, 20 Aug 2018 10:36:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "created_at": "2018-08-20T10:36:30Z", "updated_at": "2018-08-20T10:36:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:30Z", "revision_number": 0, "id": "59aa2918-6cca-4891-a561-35d29652c245", "remote_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:30Z", "security_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fef8c021150424ba30bb2e3c9a8bd78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:30Z", "revision_number": 0, "id": "83e52d02-f075-48d2-ac46-c2ea72e48645", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:30Z", "security_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fef8c021150424ba30bb2e3c9a8bd78"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:30Z", "revision_number": 0, "id": "84417329-d6d8-4883-b3ed-9d0202a03f75", "remote_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:30Z", "security_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "port_range_min": null, "ethertype": "IPv4", "project_id": "3fef8c021150424ba30bb2e3c9a8bd78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:30Z", "revision_number": 0, "id": "d4dccfa3-d28a-467b-b3b8-13fa7fc5eaef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:30Z", "security_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "port_range_min": null, "ethertype": "IPv6", "project_id": "3fef8c021150424ba30bb2e3c9a8bd78"}], "revision_number": 4, "project_id": "3fef8c021150424ba30bb2e3c9a8bd78", "id": "76d69a72-e17a-4271-85c9-507a04c622be", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:36:43,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-e027c3a2-045f-4799-9779-91904b471c02 2018-08-20 10:36:43,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:43,713 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce810502-6869-49aa-8e9d-7a619b15a152 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:43,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-ce810502-6869-49aa-8e9d-7a619b15a152 2018-08-20 10:36:43,713 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:43,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:43,809 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b564d335-663f-41b8-8140-681759a339ea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:43,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-b564d335-663f-41b8-8140-681759a339ea 2018-08-20 10:36:43,809 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:43,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:43,904 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7c8c82f-4057-417b-b029-797898af41b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:43,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-a7c8c82f-4057-417b-b029-797898af41b3 2018-08-20 10:36:43,904 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:43,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:44,009 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c6af59a-7e74-4fe1-8e20-a10cec2b4e59 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:44,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-2c6af59a-7e74-4fe1-8e20-a10cec2b4e59 2018-08-20 10:36:44,009 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:44,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:44,101 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f47f4903-10fe-4af0-a640-81e068087c97 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:44,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-f47f4903-10fe-4af0-a640-81e068087c97 2018-08-20 10:36:44,102 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:44,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:44,196 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f557cce-9712-47f4-8f03-6205c8b06c8b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:44,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-5f557cce-9712-47f4-8f03-6205c8b06c8b 2018-08-20 10:36:44,197 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:44,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:44,290 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf7e1fac-8fd9-4171-bc66-bc59559b8a2e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:44,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-bf7e1fac-8fd9-4171-bc66-bc59559b8a2e 2018-08-20 10:36:44,290 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:44,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:44,383 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7bb6545-2d2a-4efc-bf47-f5b782281e89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:36:44,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-f7bb6545-2d2a-4efc-bf47-f5b782281e89 2018-08-20 10:36:44,383 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:36:44,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:44,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1930f717-bc9a-4371-a661-5549026e9dbc Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3fef8c021150424ba30bb2e3c9a8bd78", "name": "CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj"}} 2018-08-20 10:36:44,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 used request id req-1930f717-bc9a-4371-a661-5549026e9dbc 2018-08-20 10:36:44,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76d69a72-e17a-4271-85c9-507a04c622be 2018-08-20 10:36:44,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=76d69a72-e17a-4271-85c9-507a04c622be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:44,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dde432f0-a258-462f-a646-bdfcd03b3005 Date: Mon, 20 Aug 2018 10:36:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:30Z", "security_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "port_range_min": null, "revision_number": 0, "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "created_at": "2018-08-20T10:36:30Z", "project_id": "3fef8c021150424ba30bb2e3c9a8bd78", "id": "59aa2918-6cca-4891-a561-35d29652c245"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:30Z", "security_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "port_range_min": null, "revision_number": 0, "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "created_at": "2018-08-20T10:36:30Z", "project_id": "3fef8c021150424ba30bb2e3c9a8bd78", "id": "83e52d02-f075-48d2-ac46-c2ea72e48645"}, {"remote_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:30Z", "security_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "port_range_min": null, "revision_number": 0, "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "created_at": "2018-08-20T10:36:30Z", "project_id": "3fef8c021150424ba30bb2e3c9a8bd78", "id": "84417329-d6d8-4883-b3ed-9d0202a03f75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:30Z", "security_group_id": "76d69a72-e17a-4271-85c9-507a04c622be", "port_range_min": null, "revision_number": 0, "tenant_id": "3fef8c021150424ba30bb2e3c9a8bd78", "created_at": "2018-08-20T10:36:30Z", "project_id": "3fef8c021150424ba30bb2e3c9a8bd78", "id": "d4dccfa3-d28a-467b-b3b8-13fa7fc5eaef"}]} 2018-08-20 10:36:44,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=76d69a72-e17a-4271-85c9-507a04c622be used request id req-dde432f0-a258-462f-a646-bdfcd03b3005 2018-08-20 10:36:44,688 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:36:44,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/76d69a72-e17a-4271-85c9-507a04c622be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:45,040 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffac5268-fe7f-41fd-8aab-3b7ab108efb8 Content-Length: 0 Date: Mon, 20 Aug 2018 10:36:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:36:45,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/76d69a72-e17a-4271-85c9-507a04c622be used request id req-ffac5268-fe7f-41fd-8aab-3b7ab108efb8 2018-08-20 10:36:45,041 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj 2018-08-20 10:36:45,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:45,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-224cbfaa-1bdd-4cf6-a5cd-0a680095da33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:45,373 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/3fef8c021150424ba30bb2e3c9a8bd78 used request id req-224cbfaa-1bdd-4cf6-a5cd-0a680095da33 2018-08-20 10:36:45,374 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-9e2e4eec-99a8-418-proj-role 2018-08-20 10:36:45,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/db5276a833a64c17a56deadfbf1f448a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:45,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-267f2845-7354-4a10-93bf-9c2a6f2efc7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:45,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/db5276a833a64c17a56deadfbf1f448a used request id req-267f2845-7354-4a10-93bf-9c2a6f2efc7b 2018-08-20 10:36:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ec9aff9b44859652b7086774140ef390daff89" 2018-08-20 10:36:45,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e64c19b4-8058-482f-bbbc-1d5206d4bbd0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:36:45,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e64c19b4-8058-482f-bbbc-1d5206d4bbd0 2018-08-20 10:36:45,593 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-9e2e4eec-99a8-418-user 2018-08-20 10:36:45,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/05911063ca504ae0805180c2b977d509 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154e33deddb966df30d81eac2a8737baf2afcf8d" 2018-08-20 10:36:45,813 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c483c717-a6f0-4207-ae31-6c5b308e3b5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:45,813 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/05911063ca504ae0805180c2b977d509 used request id req-c483c717-a6f0-4207-ae31-6c5b308e3b5c 2018-08-20 10:36:45,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:46,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["qf-mFJ-UQRGUeKpvXBq8zw"], "issued_at": "2018-08-20T10:36:46.000000Z"}} 2018-08-20 10:36:46,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ec53eb234e5af0e3249ee721728cebf9007c0be" 2018-08-20 10:36:46,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b96aa9c6-6523-4bcf-bc33-7f2372ef450f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:46,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b96aa9c6-6523-4bcf-bc33-7f2372ef450f 2018-08-20 10:36:46,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:46,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:46,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["_EHGSbcFRbmFTM5mLmtCqA"], "issued_at": "2018-08-20T10:36:46.000000Z"}} 2018-08-20 10:36:46,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:36:46,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e862cb-ac2e-48cd-8b9d-242c51f38ba9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:46,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-57e862cb-ac2e-48cd-8b9d-242c51f38ba9 2018-08-20 10:36:46,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:46,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:46,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6112002d-0b82-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:36:46,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b862fe2-61d9-4b78-919a-98a3482bc375 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6112002d-0b82-47b-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:36:46,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6112002d-0b82-47b-proj used request id req-7b862fe2-61d9-4b78-919a-98a3482bc375 2018-08-20 10:36:46,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:36:46,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30cac80e-72b4-4706-bd3d-fd51477acbc2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:36:46,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-30cac80e-72b4-4706-bd3d-fd51477acbc2 2018-08-20 10:36:46,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}}' 2018-08-20 10:36:47,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:36:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc195bc9-b499-4fc4-9977-f68547cafcf0 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5"}, "tags": [], "enabled": true, "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}} 2018-08-20 10:36:47,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-bc195bc9-b499-4fc4-9977-f68547cafcf0 2018-08-20 10:36:47,065 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6112002d-0b82-47b-proj 2018-08-20 10:36:47,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:47,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:47,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Ep6qQHvbRsSLS8Mej20Zhw"], "issued_at": "2018-08-20T10:36:47.000000Z"}} 2018-08-20 10:36:47,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3177ecb84d26b79be8774a867edb623767c218" 2018-08-20 10:36:47,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0b21c2-672b-44bd-9cd1-496926acac46 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:47,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-dc0b21c2-672b-44bd-9cd1-496926acac46 2018-08-20 10:36:47,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:47,556 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:47,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3177ecb84d26b79be8774a867edb623767c218" 2018-08-20 10:36:47,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa82e2df-67ca-465d-8ee0-aff74ecbcc41 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:36:47,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-fa82e2df-67ca-465d-8ee0-aff74ecbcc41 2018-08-20 10:36:47,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-6112002d-0b82-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3177ecb84d26b79be8774a867edb623767c218" 2018-08-20 10:36:47,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23fd1149-8dd8-45bc-a876-03ec35834ce4 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-6112002d-0b82-47b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5"}, "tags": [], "enabled": true, "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}]} 2018-08-20 10:36:47,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-6112002d-0b82-47b-proj used request id req-23fd1149-8dd8-45bc-a876-03ec35834ce4 2018-08-20 10:36:47,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3177ecb84d26b79be8774a867edb623767c218" 2018-08-20 10:36:47,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05112440-0398-4360-9640-d04a1062ffd5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:36:47,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-05112440-0398-4360-9640-d04a1062ffd5 2018-08-20 10:36:48,344 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6112002d-0b82-47b-user 2018-08-20 10:36:48,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:48,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:36:48,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-185e0805-836c-4fef-a74b-fea055896309 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:36:48,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-185e0805-836c-4fef-a74b-fea055896309 2018-08-20 10:36:48,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" -d '{"role": {"name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role"}}' 2018-08-20 10:36:48,553 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:36:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a39ef21-67b4-4065-9c80-2c91bc59fd48 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ac5b0b803c7f491b92b197f81a4dedf7", "links": {"self": "http://172.30.9.36:5000/v3/roles/ac5b0b803c7f491b92b197f81a4dedf7"}, "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role"}} 2018-08-20 10:36:48,554 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-7a39ef21-67b4-4065-9c80-2c91bc59fd48 2018-08-20 10:36:48,554 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role 2018-08-20 10:36:48,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/ac5b0b803c7f491b92b197f81a4dedf7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:36:48,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d8962d-adb5-4132-ae45-d9adc9c6892e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ac5b0b803c7f491b92b197f81a4dedf7", "links": {"self": "http://172.30.9.36:5000/v3/roles/ac5b0b803c7f491b92b197f81a4dedf7"}, "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role"}} 2018-08-20 10:36:48,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/ac5b0b803c7f491b92b197f81a4dedf7 used request id req-76d8962d-adb5-4132-ae45-d9adc9c6892e 2018-08-20 10:36:48,573 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role to project CreateInstancePortManipulationTests-6112002d-0b82-47b-proj 2018-08-20 10:36:48,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5/users/8ebe92ee0fad4588a7ac732470951f3a/roles/ac5b0b803c7f491b92b197f81a4dedf7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:36:48,712 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:36:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e78122bd-6310-4dec-93eb-ccde869be4de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:36:48,712 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5/users/8ebe92ee0fad4588a7ac732470951f3a/roles/ac5b0b803c7f491b92b197f81a4dedf7 used request id req-e78122bd-6310-4dec-93eb-ccde869be4de 2018-08-20 10:36:48,713 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:36:48,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:48,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:49,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac5b0b803c7f491b92b197f81a4dedf7", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role"}], "expires_at": "2018-08-20T11:36:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-user", "id": "8ebe92ee0fad4588a7ac732470951f3a"}, "audit_ids": ["h-y1iUjuTHKhUlMe5y9PeQ"], "issued_at": "2018-08-20T10:36:49.000000Z"}} 2018-08-20 10:36:49,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" 2018-08-20 10:36:49,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3952601d-0952-4e1b-bc99-04e9968b7fe9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:49,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3952601d-0952-4e1b-bc99-04e9968b7fe9 2018-08-20 10:36:49,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" 2018-08-20 10:36:49,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-f70a1fbe-dfeb-4c1c-aece-7ec050ab8d64 Date: Mon, 20 Aug 2018 10:36:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image"} 2018-08-20 10:36:49,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image used request id req-f70a1fbe-dfeb-4c1c-aece-7ec050ab8d64 2018-08-20 10:36:49,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" 2018-08-20 10:36:49,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0b75d81a-29a9-4d22-8702-895c03705f0a Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:36:49,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-0b75d81a-29a9-4d22-8702-895c03705f0a 2018-08-20 10:36:49,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image"}' 2018-08-20 10:36:49,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b9856329-f4e5-4dcc-8242-6ca8f42f81ce Date: Mon, 20 Aug 2018 10:36:49 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d", "min_disk": 0, "protected": false, "id": "573f33fd-4150-4a1d-804e-6ae2924e1d0d", "file": "/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/file", "checksum": null, "owner": "7c67ccc7fcef4c93ae96465d65cf8ff5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:49,807 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-b9856329-f4e5-4dcc-8242-6ca8f42f81ce 2018-08-20 10:36:49,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" -d '' 2018-08-20 10:36:50,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-042c79d3-66bb-45a5-881d-8704635cb178 Date: Mon, 20 Aug 2018 10:36:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:36:50,312 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/file used request id req-042c79d3-66bb-45a5-881d-8704635cb178 2018-08-20 10:36:50,313 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:36:50,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" 2018-08-20 10:36:50,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e854fd13-4fbc-4628-9c4f-be3b4c322e3b Date: Mon, 20 Aug 2018 10:36:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:50Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/snap", "metadata": {}}], "self": "/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d", "min_disk": 0, "protected": false, "id": "573f33fd-4150-4a1d-804e-6ae2924e1d0d", "file": "/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7c67ccc7fcef4c93ae96465d65cf8ff5", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:50,519 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d used request id req-e854fd13-4fbc-4628-9c4f-be3b4c322e3b 2018-08-20 10:36:50,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" 2018-08-20 10:36:50,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6b8a91a5-55c0-4bf1-9d2d-82f5119bab0d Date: Mon, 20 Aug 2018 10:36: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:36:50,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-6b8a91a5-55c0-4bf1-9d2d-82f5119bab0d 2018-08-20 10:36:50,532 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image 2018-08-20 10:36:50,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" 2018-08-20 10:36:50,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-44048f71-5c11-4114-9737-e14398398a17 Date: Mon, 20 Aug 2018 10:36:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:36:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:36:50Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/snap", "metadata": {}}], "self": "/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d", "min_disk": 0, "protected": false, "id": "573f33fd-4150-4a1d-804e-6ae2924e1d0d", "file": "/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7c67ccc7fcef4c93ae96465d65cf8ff5", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:36:50,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d used request id req-44048f71-5c11-4114-9737-e14398398a17 2018-08-20 10:36:50,794 - create_image - DEBUG - Instance status is - active 2018-08-20 10:36:50,795 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image 2018-08-20 10:36:50,795 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image 2018-08-20 10:36:50,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:50,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:51,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac5b0b803c7f491b92b197f81a4dedf7", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role"}], "expires_at": "2018-08-20T11:36:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-user", "id": "8ebe92ee0fad4588a7ac732470951f3a"}, "audit_ids": ["FofVcLPQQPuC3Kse3xs0kQ"], "issued_at": "2018-08-20T10:36:51.000000Z"}} 2018-08-20 10:36:51,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" 2018-08-20 10:36:51,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9e59f2f-646d-4bed-a87d-ec2fda74102d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:51,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d9e59f2f-646d-4bed-a87d-ec2fda74102d 2018-08-20 10:36:51,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:36:51,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:36:51,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:36:51,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:36:51,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:36:51,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" 2018-08-20 10:36:51,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2a8ac6db-1733-4483-94a4-2c2032b00cd4 Date: Mon, 20 Aug 2018 10:36:51 GMT RESP BODY: {"networks":[]} 2018-08-20 10:36:51,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net used request id req-2a8ac6db-1733-4483-94a4-2c2032b00cd4 2018-08-20 10:36:51,612 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net 2018-08-20 10:36:51,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" -d '{"network": {"name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net", "admin_state_up": true}}' 2018-08-20 10:36:52,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-3d1350c4-1d02-4904-8aec-eb323052d24c Date: Mon, 20 Aug 2018 10:36:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:36:52Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}} 2018-08-20 10:36:52,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-3d1350c4-1d02-4904-8aec-eb323052d24c 2018-08-20 10:36:52,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" 2018-08-20 10:36:52,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-f1a80d4d-95d8-4a31-9ceb-ce842858aad7 Date: Mon, 20 Aug 2018 10:36:52 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-08-20T10:36:52Z","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}]} 2018-08-20 10:36:52,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-f1a80d4d-95d8-4a31-9ceb-ce842858aad7 2018-08-20 10:36:52,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" 2018-08-20 10:36:52,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-520cd63d-6b64-4af4-8836-7d0e32f68096 Date: Mon, 20 Aug 2018 10:36:52 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:36:52,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-520cd63d-6b64-4af4-8836-7d0e32f68096 2018-08-20 10:36:52,637 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet 2018-08-20 10:36:52,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" -d '{"subnets": [{"ip_version": 4, "network_id": "f6904f57-c9a3-49c0-8fa5-ff7280d61489", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]}' 2018-08-20 10:36:53,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ff47d3c9-7ed1-46c4-a140-449923d600c9 Date: Mon, 20 Aug 2018 10:36:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:53,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-ff47d3c9-7ed1-46c4-a140-449923d600c9 2018-08-20 10:36:53,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" 2018-08-20 10:36:53,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-c1b7c1a0-6071-443f-8b42-915085bfd0d2 Date: Mon, 20 Aug 2018 10:36: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":["84a098a9-d33a-443e-be71-4d21cf019b29"],"updated_at":"2018-08-20T10:36:53Z","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}]} 2018-08-20 10:36:53,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-c1b7c1a0-6071-443f-8b42-915085bfd0d2 2018-08-20 10:36:53,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" 2018-08-20 10:36:53,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-292e3571-7b1f-4112-b67c-1d166bf65f55 Date: Mon, 20 Aug 2018 10:36:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:53,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-292e3571-7b1f-4112-b67c-1d166bf65f55 2018-08-20 10:36:53,997 - OpenStackNetwork - DEBUG - Network [f6904f57-c9a3-49c0-8fa5-ff7280d61489] created successfully 2018-08-20 10:36:53,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:53,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:54,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:36:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["BCnFBY9wTHOdhmUVPLLuwQ"], "issued_at": "2018-08-20T10:36:54.000000Z"}} 2018-08-20 10:36:54,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef54e6b5bc01907b45706c0fab32f50a23f9255d" 2018-08-20 10:36:54,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ca4627-aaad-4207-bcd6-247919b39813 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:54,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a5ca4627-aaad-4207-bcd6-247919b39813 2018-08-20 10:36:54,500 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:36:54,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef54e6b5bc01907b45706c0fab32f50a23f9255d" 2018-08-20 10:36:54,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b399e297-daba-4c55-a0aa-56c02aa585cc x-compute-request-id: req-b399e297-daba-4c55-a0aa-56c02aa585cc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:36:54,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-b399e297-daba-4c55-a0aa-56c02aa585cc 2018-08-20 10:36:54,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef54e6b5bc01907b45706c0fab32f50a23f9255d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-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-08-20 10:36:54,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c30e0816-cb14-4c3e-a74b-87e65ad2b823 x-compute-request-id: req-c30e0816-cb14-4c3e-a74b-87e65ad2b823 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/a599b849-6833-4f65-947e-a452dcd401e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/a599b849-6833-4f65-947e-a452dcd401e3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "a599b849-6833-4f65-947e-a452dcd401e3"}} 2018-08-20 10:36:54,748 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-c30e0816-cb14-4c3e-a74b-87e65ad2b823 2018-08-20 10:36:54,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:54,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:55,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac5b0b803c7f491b92b197f81a4dedf7", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role"}], "expires_at": "2018-08-20T11:36:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-user", "id": "8ebe92ee0fad4588a7ac732470951f3a"}, "audit_ids": ["tNyhM-OUQEewG1DQDd4vIw"], "issued_at": "2018-08-20T10:36:55.000000Z"}} 2018-08-20 10:36:55,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:55,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a13588a-e779-45b5-bb1d-6de876498745 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:55,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5a13588a-e779-45b5-bb1d-6de876498745 2018-08-20 10:36:55,233 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:36:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:36:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:36:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:36:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:36:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:36:55,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:55,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a90fc0-a753-4c3a-9fb2-48cf12ccb90d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:55,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-26a90fc0-a753-4c3a-9fb2-48cf12ccb90d 2018-08-20 10:36:55,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:55,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-38bbecbd-c6d8-4fe5-8d0f-d5190862b826 Date: Mon, 20 Aug 2018 10:36: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":["84a098a9-d33a-443e-be71-4d21cf019b29"],"updated_at":"2018-08-20T10:36:53Z","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}]} 2018-08-20 10:36:55,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net used request id req-38bbecbd-c6d8-4fe5-8d0f-d5190862b826 2018-08-20 10:36:55,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:55,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0c792058-a90e-4fe5-866e-305f6a8b3e3d Date: Mon, 20 Aug 2018 10:36:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:55,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-0c792058-a90e-4fe5-866e-305f6a8b3e3d 2018-08-20 10:36:55,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:56,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-10418a75-39c2-4708-ab54-c09a616ac24a Date: Mon, 20 Aug 2018 10:36: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":["84a098a9-d33a-443e-be71-4d21cf019b29"],"updated_at":"2018-08-20T10:36:53Z","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}]} 2018-08-20 10:36:56,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net used request id req-10418a75-39c2-4708-ab54-c09a616ac24a 2018-08-20 10:36:56,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:56,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:56,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:56,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de01f3bc-419a-455a-9512-f53ccdf1cee2 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}} 2018-08-20 10:36:56,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 used request id req-de01f3bc-419a-455a-9512-f53ccdf1cee2 2018-08-20 10:36:56,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:56,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f931c40a-13a6-4cbf-bf78-fab1105955ec Date: Mon, 20 Aug 2018 10:36:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:56,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-f931c40a-13a6-4cbf-bf78-fab1105955ec 2018-08-20 10:36:56,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:56,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-25cb5f0b-0358-48e5-905c-2cc235539168 Date: Mon, 20 Aug 2018 10:36:56 GMT RESP BODY: {"ports":[]} 2018-08-20 10:36:56,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305cport-1&admin_state_up=True used request id req-25cb5f0b-0358-48e5-905c-2cc235539168 2018-08-20 10:36:56,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:56,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d270627-fe56-4108-afd8-ad65c8f5ede6 x-compute-request-id: req-0d270627-fe56-4108-afd8-ad65c8f5ede6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:36:56,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-inst used request id req-0d270627-fe56-4108-afd8-ad65c8f5ede6 2018-08-20 10:36:56,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:57,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-cdff8774-8214-4794-a6bd-bb28fa81b595 Date: Mon, 20 Aug 2018 10:36: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":["84a098a9-d33a-443e-be71-4d21cf019b29"],"updated_at":"2018-08-20T10:36:53Z","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}]} 2018-08-20 10:36:57,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net used request id req-cdff8774-8214-4794-a6bd-bb28fa81b595 2018-08-20 10:36:57,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:57,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b7d61499-1dfe-4ab6-9515-7493116d28ec Date: Mon, 20 Aug 2018 10:36:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:57,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-b7d61499-1dfe-4ab6-9515-7493116d28ec 2018-08-20 10:36:57,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:57,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6495c00f-803f-4563-affa-6a9e78a1ccf5 Date: Mon, 20 Aug 2018 10:36: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":["84a098a9-d33a-443e-be71-4d21cf019b29"],"updated_at":"2018-08-20T10:36:53Z","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}]} 2018-08-20 10:36:57,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net used request id req-6495c00f-803f-4563-affa-6a9e78a1ccf5 2018-08-20 10:36:57,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:57,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355c6f62-a547-47c3-b164-c0b97c6fa371 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}} 2018-08-20 10:36:57,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 used request id req-355c6f62-a547-47c3-b164-c0b97c6fa371 2018-08-20 10:36:57,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:57,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ef1ffa71-4d9d-4579-90fd-a9506b0d9e66 Date: Mon, 20 Aug 2018 10:36:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:57,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-ef1ffa71-4d9d-4579-90fd-a9506b0d9e66 2018-08-20 10:36:57,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:57,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4a1f0bf4-9af7-4ab0-bf90-a9e017363c55 Date: Mon, 20 Aug 2018 10:36:57 GMT RESP BODY: {"ports":[]} 2018-08-20 10:36:57,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305cport-1&admin_state_up=True used request id req-4a1f0bf4-9af7-4ab0-bf90-a9e017363c55 2018-08-20 10:36:57,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:36:57,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:36:58,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac5b0b803c7f491b92b197f81a4dedf7", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role"}], "expires_at": "2018-08-20T11:36:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/7c67ccc7fcef4c93ae96465d65cf8ff5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-user", "id": "8ebe92ee0fad4588a7ac732470951f3a"}, "audit_ids": ["CLU2jm0TSL6IMpj6cQ202w"], "issued_at": "2018-08-20T10:36:58.000000Z"}} 2018-08-20 10:36:58,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf126a3a3b28f1478b1b113bf3d07ef659d059e" 2018-08-20 10:36:58,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caea87e3-ae54-4205-8e42-bd9f0974a901 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:36:58,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-caea87e3-ae54-4205-8e42-bd9f0974a901 2018-08-20 10:36:58,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:58,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-98a189cd-de6d-4181-9b03-a9a3442a697f Date: Mon, 20 Aug 2018 10:36: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":["84a098a9-d33a-443e-be71-4d21cf019b29"],"updated_at":"2018-08-20T10:36:53Z","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}]} 2018-08-20 10:36:58,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net used request id req-98a189cd-de6d-4181-9b03-a9a3442a697f 2018-08-20 10:36:58,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:58,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-47432aa4-0d0e-4761-b90f-96c1c4062bb5 Date: Mon, 20 Aug 2018 10:36:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:58,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-47432aa4-0d0e-4761-b90f-96c1c4062bb5 2018-08-20 10:36:58,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:59,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-c40ef755-e610-4236-a21f-980b3dc9f17d Date: Mon, 20 Aug 2018 10:36: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":["84a098a9-d33a-443e-be71-4d21cf019b29"],"updated_at":"2018-08-20T10:36:53Z","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net"}]} 2018-08-20 10:36:59,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net used request id req-c40ef755-e610-4236-a21f-980b3dc9f17d 2018-08-20 10:36:59,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:36:59,262 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:36:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:36:59,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf126a3a3b28f1478b1b113bf3d07ef659d059e" 2018-08-20 10:36:59,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea29420c-a224-4a52-b977-bb20feb76733 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}} 2018-08-20 10:36:59,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 used request id req-ea29420c-a224-4a52-b977-bb20feb76733 2018-08-20 10:36:59,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:59,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-df3c14ff-5795-463f-84b2-aeaec1af4df3 Date: Mon, 20 Aug 2018 10:36:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:59,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-df3c14ff-5795-463f-84b2-aeaec1af4df3 2018-08-20 10:36:59,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" 2018-08-20 10:36:59,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8b5aabf2-b0f0-449f-bf2a-5885e1668e7b Date: Mon, 20 Aug 2018 10:36:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6904f57-c9a3-49c0-8fa5-ff7280d61489","tenant_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","created_at":"2018-08-20T10:36:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:36:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"7c67ccc7fcef4c93ae96465d65cf8ff5","id":"84a098a9-d33a-443e-be71-4d21cf019b29","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet"}]} 2018-08-20 10:36:59,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=f6904f57-c9a3-49c0-8fa5-ff7280d61489&name=CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet used request id req-8b5aabf2-b0f0-449f-bf2a-5885e1668e7b 2018-08-20 10:36:59,804 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net 2018-08-20 10:36:59,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38df1632b7be585db99d31f2024a8fb44a3aec52" -d '{"port": {"network_id": "f6904f57-c9a3-49c0-8fa5-ff7280d61489", "fixed_ips": [{"subnet_id": "84a098a9-d33a-443e-be71-4d21cf019b29", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305cport-1", "admin_state_up": true}}' 2018-08-20 10:37:00,241 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-347af870-8432-4564-8307-515c39d12bc0 Date: Mon, 20 Aug 2018 10:37:00 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-08-20 10:37:00,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-347af870-8432-4564-8307-515c39d12bc0 2018-08-20 10:37:00,241 - 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-08-20 10:37:00,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/a599b849-6833-4f65-947e-a452dcd401e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef54e6b5bc01907b45706c0fab32f50a23f9255d" 2018-08-20 10:37:00,296 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:37:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c03eb27f-3209-4eff-91c7-6f9d49daa30c x-compute-request-id: req-c03eb27f-3209-4eff-91c7-6f9d49daa30c Content-Length: 0 Content-Type: application/json 2018-08-20 10:37:00,296 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/a599b849-6833-4f65-947e-a452dcd401e3 used request id req-c03eb27f-3209-4eff-91c7-6f9d49daa30c 2018-08-20 10:37:00,297 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet 2018-08-20 10:37:00,297 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-subnet 2018-08-20 10:37:00,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/84a098a9-d33a-443e-be71-4d21cf019b29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" 2018-08-20 10:37:03,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e37df50-5947-48e0-ad6d-7e59d673faad Date: Mon, 20 Aug 2018 10:37:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:37:03,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/84a098a9-d33a-443e-be71-4d21cf019b29 used request id req-1e37df50-5947-48e0-ad6d-7e59d673faad 2018-08-20 10:37:03,066 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-pub-net 2018-08-20 10:37:03,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/f6904f57-c9a3-49c0-8fa5-ff7280d61489 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2137930263115ffa3642bdf787b9f3a5501bfe62" 2018-08-20 10:37:05,231 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56df9a0b-0a3e-4c1d-abcf-9ce5b33d10a2 Date: Mon, 20 Aug 2018 10:37:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:37:05,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/f6904f57-c9a3-49c0-8fa5-ff7280d61489 used request id req-56df9a0b-0a3e-4c1d-abcf-9ce5b33d10a2 2018-08-20 10:37:05,232 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ae200ded-7014-4d3c-b58b-1c7fac24305c-image 2018-08-20 10:37:05,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7b0339cdc54d8860e4cc2ba1ec850777e0482c9" 2018-08-20 10:37:05,635 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2dbe9395-fd42-4af9-adb7-ca0ab7b59c14 Date: Mon, 20 Aug 2018 10:37:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:37:05,635 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/573f33fd-4150-4a1d-804e-6ae2924e1d0d used request id req-2dbe9395-fd42-4af9-adb7-ca0ab7b59c14 2018-08-20 10:37:05,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:37:05,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:37:05,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:37:05,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:37:05,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:37:05,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:37:05,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-b9f4799c-4e53-4da8-ab32-12ecb015a7e7 Date: Mon, 20 Aug 2018 10:37:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "created_at": "2018-08-20T10:36:51Z", "updated_at": "2018-08-20T10:36:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:51Z", "revision_number": 0, "id": "2ac894a4-b913-4a6b-9a8b-6cbddec93a3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:51Z", "security_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:51Z", "revision_number": 0, "id": "b24f704e-dd9b-4650-9ab4-220c55c41560", "remote_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:51Z", "security_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:51Z", "revision_number": 0, "id": "b41e3fb0-ea49-406c-9d82-1a125fade79a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:51Z", "security_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:36:51Z", "revision_number": 0, "id": "e4eb7c60-8f80-4ca1-953f-3a6fc99f9b7d", "remote_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "remote_ip_prefix": null, "created_at": "2018-08-20T10:36:51Z", "security_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5"}], "revision_number": 4, "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "id": "062fe7ec-ccff-4c55-ba76-584722099b90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:37:05,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-b9f4799c-4e53-4da8-ab32-12ecb015a7e7 2018-08-20 10:37:05,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:37:06,013 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cc13d8f-d87d-437a-8175-52f84ef437e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:06,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-1cc13d8f-d87d-437a-8175-52f84ef437e6 2018-08-20 10:37:06,014 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:06,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:37:06,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5b3a23-717b-4eec-a92d-dd7d20429ec0 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "name": "CreateInstancePortManipulationTests-6112002d-0b82-47b-proj"}} 2018-08-20 10:37:06,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 used request id req-fc5b3a23-717b-4eec-a92d-dd7d20429ec0 2018-08-20 10:37:06,107 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 062fe7ec-ccff-4c55-ba76-584722099b90 2018-08-20 10:37:06,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=062fe7ec-ccff-4c55-ba76-584722099b90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:37:06,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3aa4696f-e4dd-4403-ac8b-e1f7b5b628cb Date: Mon, 20 Aug 2018 10:37: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-08-20T10:36:51Z", "security_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "port_range_min": null, "revision_number": 0, "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "created_at": "2018-08-20T10:36:51Z", "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "id": "2ac894a4-b913-4a6b-9a8b-6cbddec93a3b"}, {"remote_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:51Z", "security_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "port_range_min": null, "revision_number": 0, "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "created_at": "2018-08-20T10:36:51Z", "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "id": "b24f704e-dd9b-4650-9ab4-220c55c41560"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:51Z", "security_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "port_range_min": null, "revision_number": 0, "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "created_at": "2018-08-20T10:36:51Z", "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "id": "b41e3fb0-ea49-406c-9d82-1a125fade79a"}, {"remote_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:36:51Z", "security_group_id": "062fe7ec-ccff-4c55-ba76-584722099b90", "port_range_min": null, "revision_number": 0, "tenant_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "created_at": "2018-08-20T10:36:51Z", "project_id": "7c67ccc7fcef4c93ae96465d65cf8ff5", "id": "e4eb7c60-8f80-4ca1-953f-3a6fc99f9b7d"}]} 2018-08-20 10:37:06,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=062fe7ec-ccff-4c55-ba76-584722099b90 used request id req-3aa4696f-e4dd-4403-ac8b-e1f7b5b628cb 2018-08-20 10:37:06,308 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:37:06,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/062fe7ec-ccff-4c55-ba76-584722099b90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:37:06,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73dd4ddd-a7f0-4d23-8f46-56c37980aca2 Content-Length: 0 Date: Mon, 20 Aug 2018 10:37:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:37:06,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/062fe7ec-ccff-4c55-ba76-584722099b90 used request id req-73dd4ddd-a7f0-4d23-8f46-56c37980aca2 2018-08-20 10:37:06,680 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6112002d-0b82-47b-proj 2018-08-20 10:37:06,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:37:07,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f7de088-166a-48d5-be64-8733dba1f5e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:37:07,458 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/7c67ccc7fcef4c93ae96465d65cf8ff5 used request id req-9f7de088-166a-48d5-be64-8733dba1f5e8 2018-08-20 10:37:07,458 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6112002d-0b82-47b-proj-role 2018-08-20 10:37:07,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/ac5b0b803c7f491b92b197f81a4dedf7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:37:07,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a91d40c-fa10-44ad-80ac-058933e6dc86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:37:07,584 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ac5b0b803c7f491b92b197f81a4dedf7 used request id req-3a91d40c-fa10-44ad-80ac-058933e6dc86 2018-08-20 10:37:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1dd7d4d73cd48279f4f8dd1e8a310eb856c6a0" 2018-08-20 10:37:07,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f889f73-de59-4c93-a1a4-60ee16330e03 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:37:07,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1f889f73-de59-4c93-a1a4-60ee16330e03 2018-08-20 10:37:07,678 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6112002d-0b82-47b-user 2018-08-20 10:37:07,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/8ebe92ee0fad4588a7ac732470951f3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e3177ecb84d26b79be8774a867edb623767c218" 2018-08-20 10:37:07,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe509176-397e-43e5-b971-1397a160a7a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:37:07,907 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/8ebe92ee0fad4588a7ac732470951f3a used request id req-fe509176-397e-43e5-b971-1397a160a7a4 2018-08-20 10:37:07,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:08,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:37:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["_kipBKueQ0WdkiOEZmEjOQ"], "issued_at": "2018-08-20T10:37:08.000000Z"}} 2018-08-20 10:37:08,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0268308586b6e870563f82d0d17bb121c1f3303a" 2018-08-20 10:37:08,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e1c0f0c-954d-4c39-846e-09e0b9bf65a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:08,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2e1c0f0c-954d-4c39-846e-09e0b9bf65a8 2018-08-20 10:37:08,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:08,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:08,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:37:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ehiiaUHiQ8iNdsw0S2dXCA"], "issued_at": "2018-08-20T10:37:08.000000Z"}} 2018-08-20 10:37:08,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:08,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee395bc-a909-4a56-adbd-957f7c0b1344 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:08,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bee395bc-a909-4a56-adbd-957f7c0b1344 2018-08-20 10:37:08,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:37:08,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:37:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:37:08,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:08,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f029133-ae48-48e2-ac87-7d230c79b46f Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:37:08,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj used request id req-2f029133-ae48-48e2-ac87-7d230c79b46f 2018-08-20 10:37:08,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:09,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f69bebf-a16f-41be-9935-c44c2f40e8b3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:37:09,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3f69bebf-a16f-41be-9935-c44c2f40e8b3 2018-08-20 10:37:09,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}}' 2018-08-20 10:37:09,207 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:37:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ae9a590-71e6-4e2e-bf15-6b293f46cef0 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3"}, "tags": [], "enabled": true, "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}} 2018-08-20 10:37:09,207 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2ae9a590-71e6-4e2e-bf15-6b293f46cef0 2018-08-20 10:37:09,208 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj 2018-08-20 10:37:09,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:09,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:09,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JVRluGBmQeanZ2LmNilcIA"], "issued_at": "2018-08-20T10:37:09.000000Z"}} 2018-08-20 10:37:09,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b077207a2505057c53688cd9067461d46dcf8c2" 2018-08-20 10:37:09,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-085d5b4e-a65d-4cda-a18e-5c271f6704ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:09,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-085d5b4e-a65d-4cda-a18e-5c271f6704ff 2018-08-20 10:37:09,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:37:09,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:37:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:37:09,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b077207a2505057c53688cd9067461d46dcf8c2" 2018-08-20 10:37:09,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27685a6c-0e40-46d7-92d1-a44ed1e3d11d Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:37:09,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-27685a6c-0e40-46d7-92d1-a44ed1e3d11d 2018-08-20 10:37:09,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b077207a2505057c53688cd9067461d46dcf8c2" 2018-08-20 10:37:09,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b7d1ab-3f8e-4c29-af39-a87b52496add Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3"}, "tags": [], "enabled": true, "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}]} 2018-08-20 10:37:09,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj used request id req-f6b7d1ab-3f8e-4c29-af39-a87b52496add 2018-08-20 10:37:09,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b077207a2505057c53688cd9067461d46dcf8c2" 2018-08-20 10:37:10,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316f609a-12b3-45ea-881f-854b791c6305 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:37:10,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-316f609a-12b3-45ea-881f-854b791c6305 2018-08-20 10:37:10,404 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-9395fb94-fef7-48b-user 2018-08-20 10:37:10,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:10,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:10,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8bffd58-5b0c-43e6-8cf5-0286680496f6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:37:10,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a8bffd58-5b0c-43e6-8cf5-0286680496f6 2018-08-20 10:37:10,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" -d '{"role": {"name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role"}}' 2018-08-20 10:37:10,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:37:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-434d9e94-510d-4966-83ce-7a3c36334650 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dbf84551ad7e42b592d59154a2e22f87", "links": {"self": "http://172.30.9.36:5000/v3/roles/dbf84551ad7e42b592d59154a2e22f87"}, "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role"}} 2018-08-20 10:37:10,620 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-434d9e94-510d-4966-83ce-7a3c36334650 2018-08-20 10:37:10,620 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role 2018-08-20 10:37:10,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/dbf84551ad7e42b592d59154a2e22f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:10,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-023add32-3609-41b3-97ab-532bd6ecc0cc Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dbf84551ad7e42b592d59154a2e22f87", "links": {"self": "http://172.30.9.36:5000/v3/roles/dbf84551ad7e42b592d59154a2e22f87"}, "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role"}} 2018-08-20 10:37:10,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/dbf84551ad7e42b592d59154a2e22f87 used request id req-023add32-3609-41b3-97ab-532bd6ecc0cc 2018-08-20 10:37:10,723 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role to project CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj 2018-08-20 10:37:10,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3/users/0e5eda6e2a3a4d73bb7d85fbcc3341d0/roles/dbf84551ad7e42b592d59154a2e22f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:10,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06714ae3-d564-4614-aeaf-77432bc9a2d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:37:10,863 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3/users/0e5eda6e2a3a4d73bb7d85fbcc3341d0/roles/dbf84551ad7e42b592d59154a2e22f87 used request id req-06714ae3-d564-4614-aeaf-77432bc9a2d0 2018-08-20 10:37:10,864 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:37:10,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:10,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:11,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dbf84551ad7e42b592d59154a2e22f87", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role"}], "expires_at": "2018-08-20T11:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-user", "id": "0e5eda6e2a3a4d73bb7d85fbcc3341d0"}, "audit_ids": ["20Gju3WdQcWrn57424B4xg"], "issued_at": "2018-08-20T10:37:11.000000Z"}} 2018-08-20 10:37:11,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" 2018-08-20 10:37:11,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af4fff0-5051-41db-8c35-d92ab159bd1b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:11,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6af4fff0-5051-41db-8c35-d92ab159bd1b 2018-08-20 10:37:11,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" 2018-08-20 10:37:11,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-6b420c84-0d30-4071-aa4e-d0a23fe8c79c Date: Mon, 20 Aug 2018 10:37:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image"} 2018-08-20 10:37:11,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image used request id req-6b420c84-0d30-4071-aa4e-d0a23fe8c79c 2018-08-20 10:37:11,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" 2018-08-20 10:37:11,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d8009519-3e1d-44de-a0a0-5c29560927a1 Date: Mon, 20 Aug 2018 10:37: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:37:11,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-d8009519-3e1d-44de-a0a0-5c29560927a1 2018-08-20 10:37:11,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image"}' 2018-08-20 10:37:11,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bb0965ba-81bc-44db-9b53-f521a7ebe5e2 Date: Mon, 20 Aug 2018 10:37:11 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:37:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:37:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032", "min_disk": 0, "protected": false, "id": "fbdda048-b7a9-4dd5-b3dd-584c26dde032", "file": "/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/file", "checksum": null, "owner": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:37:11,988 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-bb0965ba-81bc-44db-9b53-f521a7ebe5e2 2018-08-20 10:37:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" -d '' 2018-08-20 10:37:13,324 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-48700d05-9e40-40d1-a41a-6e43fe9bd11e Date: Mon, 20 Aug 2018 10:37:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:37:13,324 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/file used request id req-48700d05-9e40-40d1-a41a-6e43fe9bd11e 2018-08-20 10:37:13,325 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:37:13,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" 2018-08-20 10:37:13,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0d20c1d5-ca5d-4758-ac43-bbd4d33f8902 Date: Mon, 20 Aug 2018 10:37:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:37:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:37:13Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/snap", "metadata": {}}], "self": "/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032", "min_disk": 0, "protected": false, "id": "fbdda048-b7a9-4dd5-b3dd-584c26dde032", "file": "/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:37:13,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032 used request id req-0d20c1d5-ca5d-4758-ac43-bbd4d33f8902 2018-08-20 10:37:13,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" 2018-08-20 10:37:13,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bc498b9d-5b35-48ce-a0a1-1a56979d5f8b Date: Mon, 20 Aug 2018 10:37:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:37:13,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-bc498b9d-5b35-48ce-a0a1-1a56979d5f8b 2018-08-20 10:37:13,713 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image 2018-08-20 10:37:13,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" 2018-08-20 10:37:13,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-4ddd28e6-e26b-4dfe-bdff-287f08e53b1b Date: Mon, 20 Aug 2018 10:37:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:37:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:37:13Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/snap", "metadata": {}}], "self": "/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032", "min_disk": 0, "protected": false, "id": "fbdda048-b7a9-4dd5-b3dd-584c26dde032", "file": "/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:37:13,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032 used request id req-4ddd28e6-e26b-4dfe-bdff-287f08e53b1b 2018-08-20 10:37:13,735 - create_image - DEBUG - Instance status is - active 2018-08-20 10:37:13,735 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image 2018-08-20 10:37:13,735 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image 2018-08-20 10:37:13,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:13,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:14,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dbf84551ad7e42b592d59154a2e22f87", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role"}], "expires_at": "2018-08-20T11:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-user", "id": "0e5eda6e2a3a4d73bb7d85fbcc3341d0"}, "audit_ids": ["31m8_EAGRhSFklQDMS7DSQ"], "issued_at": "2018-08-20T10:37:14.000000Z"}} 2018-08-20 10:37:14,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" 2018-08-20 10:37:14,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5321644-f2ec-4941-9ac6-4c07b721df8c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:14,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d5321644-f2ec-4941-9ac6-4c07b721df8c 2018-08-20 10:37:14,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:37:14,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:37:14,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:37:14,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:37:14,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:37:14,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" 2018-08-20 10:37:14,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0483758d-a1ec-46f2-afcf-a076fff08596 Date: Mon, 20 Aug 2018 10:37:14 GMT RESP BODY: {"networks":[]} 2018-08-20 10:37:14,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net used request id req-0483758d-a1ec-46f2-afcf-a076fff08596 2018-08-20 10:37:14,424 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net 2018-08-20 10:37:14,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" -d '{"network": {"name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net", "admin_state_up": true}}' 2018-08-20 10:37:15,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-9c939314-cba0-4cc7-a0f8-92e67da5c3ac Date: Mon, 20 Aug 2018 10:37:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:37:14Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}} 2018-08-20 10:37:15,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-9c939314-cba0-4cc7-a0f8-92e67da5c3ac 2018-08-20 10:37:15,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" 2018-08-20 10:37:15,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-fe08ed6d-7b51-49fc-a36f-f44566c5422f Date: Mon, 20 Aug 2018 10:37: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-08-20T10:37:14Z","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}]} 2018-08-20 10:37:15,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-fe08ed6d-7b51-49fc-a36f-f44566c5422f 2018-08-20 10:37:15,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" 2018-08-20 10:37:15,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dc842239-ccbf-4944-bd2b-da98035852d4 Date: Mon, 20 Aug 2018 10:37:15 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:37:15,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-dc842239-ccbf-4944-bd2b-da98035852d4 2018-08-20 10:37:15,576 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet 2018-08-20 10:37:15,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" -d '{"subnets": [{"ip_version": 4, "network_id": "d1cf0bea-a3f9-476f-af85-4d5d2cd824d5", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]}' 2018-08-20 10:37:16,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-670ecf93-0ffc-431f-8ba1-765bf11c57f9 Date: Mon, 20 Aug 2018 10:37:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:16Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:16Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"2b23e916-afd5-433f-9103-0d47a7a268a0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]} 2018-08-20 10:37:16,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-670ecf93-0ffc-431f-8ba1-765bf11c57f9 2018-08-20 10:37:16,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" 2018-08-20 10:37:16,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a3d135f1-c7bb-4f38-895e-2437f2b6cd17 Date: Mon, 20 Aug 2018 10: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":["2b23e916-afd5-433f-9103-0d47a7a268a0"],"updated_at":"2018-08-20T10:37:16Z","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}]} 2018-08-20 10:37:16,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-a3d135f1-c7bb-4f38-895e-2437f2b6cd17 2018-08-20 10:37:16,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" 2018-08-20 10:37:16,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a1cc20d0-c00c-4d5b-810c-4278c993d029 Date: Mon, 20 Aug 2018 10:37:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:16Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"2b23e916-afd5-433f-9103-0d47a7a268a0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]} 2018-08-20 10:37:16,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-a1cc20d0-c00c-4d5b-810c-4278c993d029 2018-08-20 10:37:16,906 - OpenStackNetwork - DEBUG - Network [d1cf0bea-a3f9-476f-af85-4d5d2cd824d5] created successfully 2018-08-20 10:37:16,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:16,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:17,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:37:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["05E4ceqkQFCfShoOP_neCg"], "issued_at": "2018-08-20T10:37:17.000000Z"}} 2018-08-20 10:37:17,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f6c4672c6898a63a2d16ed84bb573e51b0d6832" 2018-08-20 10:37:17,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43550114-edd6-4177-a1f8-5159fdeb124a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:17,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-43550114-edd6-4177-a1f8-5159fdeb124a 2018-08-20 10:37:17,397 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:37:17,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f6c4672c6898a63a2d16ed84bb573e51b0d6832" 2018-08-20 10:37:17,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-8c21ff6a-0738-4259-b124-9db95db9d174 x-compute-request-id: req-8c21ff6a-0738-4259-b124-9db95db9d174 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:37:17,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-8c21ff6a-0738-4259-b124-9db95db9d174 2018-08-20 10:37:17,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f6c4672c6898a63a2d16ed84bb573e51b0d6832" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-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-08-20 10:37:17,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-3426fe9c-f82c-4cf3-ad6f-aba39ddf91a8 x-compute-request-id: req-3426fe9c-f82c-4cf3-ad6f-aba39ddf91a8 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/2ba6ef0c-793f-46c6-8baa-33b6e8b309a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/2ba6ef0c-793f-46c6-8baa-33b6e8b309a4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "2ba6ef0c-793f-46c6-8baa-33b6e8b309a4"}} 2018-08-20 10:37:17,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-3426fe9c-f82c-4cf3-ad6f-aba39ddf91a8 2018-08-20 10:37:17,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:17,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:18,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dbf84551ad7e42b592d59154a2e22f87", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role"}], "expires_at": "2018-08-20T11:37:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-user", "id": "0e5eda6e2a3a4d73bb7d85fbcc3341d0"}, "audit_ids": ["c20g1H4gTeGdu6niQaL6Dg"], "issued_at": "2018-08-20T10:37:18.000000Z"}} 2018-08-20 10:37:18,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:18,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee1e154a-89fb-4eb4-a095-17555bf4644b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:18,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ee1e154a-89fb-4eb4-a095-17555bf4644b 2018-08-20 10:37:18,152 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:37:18,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:37:18,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:37:18,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:37:18,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:37:18,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:37:18,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:18,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a69d49-57e7-49b0-a88b-bd8d02fabb20 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:18,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-42a69d49-57e7-49b0-a88b-bd8d02fabb20 2018-08-20 10:37:18,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:18,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fa6775c9-af80-4bd5-8181-38651dd9eca4 Date: Mon, 20 Aug 2018 10:37:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2b23e916-afd5-433f-9103-0d47a7a268a0"],"updated_at":"2018-08-20T10:37:16Z","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}]} 2018-08-20 10:37:18,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net used request id req-fa6775c9-af80-4bd5-8181-38651dd9eca4 2018-08-20 10:37:18,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:18,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3232f05f-7b9f-4fe2-90ab-e517b67cc9db Date: Mon, 20 Aug 2018 10:37:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:16Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"2b23e916-afd5-433f-9103-0d47a7a268a0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]} 2018-08-20 10:37:18,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-3232f05f-7b9f-4fe2-90ab-e517b67cc9db 2018-08-20 10:37:18,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:19,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8afabb9e-fc56-4f03-8095-209c1e64013c Date: Mon, 20 Aug 2018 10: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":["2b23e916-afd5-433f-9103-0d47a7a268a0"],"updated_at":"2018-08-20T10:37:16Z","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}]} 2018-08-20 10:37:19,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net used request id req-8afabb9e-fc56-4f03-8095-209c1e64013c 2018-08-20 10:37:19,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:37:19,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:37:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:37:19,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:19,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f38fca-11fa-43ab-b100-c54c2fe8723c Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}} 2018-08-20 10:37:19,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 used request id req-87f38fca-11fa-43ab-b100-c54c2fe8723c 2018-08-20 10:37:19,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:19,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-be91a76a-7874-402f-83e6-39b7345d924a Date: Mon, 20 Aug 2018 10:37:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:16Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"2b23e916-afd5-433f-9103-0d47a7a268a0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]} 2018-08-20 10:37:19,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-be91a76a-7874-402f-83e6-39b7345d924a 2018-08-20 10:37:19,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5&mac_address=foo&name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:19,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-15a92a57-1b5f-496b-a3c1-5786fc41dde8 Date: Mon, 20 Aug 2018 10:37:19 GMT RESP BODY: {"ports":[]} 2018-08-20 10:37:19,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5&mac_address=foo&name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6port-1&admin_state_up=True used request id req-15a92a57-1b5f-496b-a3c1-5786fc41dde8 2018-08-20 10:37:19,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:19,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-215b747c-e029-43f7-898d-27b4122a9724 x-compute-request-id: req-215b747c-e029-43f7-898d-27b4122a9724 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:37:19,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-inst used request id req-215b747c-e029-43f7-898d-27b4122a9724 2018-08-20 10:37:19,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:20,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-79c5ede5-f94f-41f2-8220-9ebbaf541a63 Date: Mon, 20 Aug 2018 10: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":["2b23e916-afd5-433f-9103-0d47a7a268a0"],"updated_at":"2018-08-20T10:37:16Z","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}]} 2018-08-20 10:37:20,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net used request id req-79c5ede5-f94f-41f2-8220-9ebbaf541a63 2018-08-20 10:37:20,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:20,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9f14fede-3338-4550-ac44-8e1976e3a99c Date: Mon, 20 Aug 2018 10:37:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:16Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"2b23e916-afd5-433f-9103-0d47a7a268a0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]} 2018-08-20 10:37:20,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-9f14fede-3338-4550-ac44-8e1976e3a99c 2018-08-20 10:37:20,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:20,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6a6cb7d4-b823-488c-83b4-ca2fdb08a3f9 Date: Mon, 20 Aug 2018 10: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":["2b23e916-afd5-433f-9103-0d47a7a268a0"],"updated_at":"2018-08-20T10:37:16Z","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}]} 2018-08-20 10:37:20,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net used request id req-6a6cb7d4-b823-488c-83b4-ca2fdb08a3f9 2018-08-20 10:37:20,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:20,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57643091-3263-4f41-aeb0-a4b4ea41f8ca Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}} 2018-08-20 10:37:20,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 used request id req-57643091-3263-4f41-aeb0-a4b4ea41f8ca 2018-08-20 10:37:20,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:20,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9cee7663-bcc2-4487-84be-0cf0159a9119 Date: Mon, 20 Aug 2018 10:37:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:16Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"2b23e916-afd5-433f-9103-0d47a7a268a0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]} 2018-08-20 10:37:20,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-9cee7663-bcc2-4487-84be-0cf0159a9119 2018-08-20 10:37:20,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5&mac_address=foo&name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:21,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4c61d39b-c051-440d-8ea6-9d2d70be7d1d Date: Mon, 20 Aug 2018 10:37:21 GMT RESP BODY: {"ports":[]} 2018-08-20 10:37:21,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5&mac_address=foo&name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6port-1&admin_state_up=True used request id req-4c61d39b-c051-440d-8ea6-9d2d70be7d1d 2018-08-20 10:37:21,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:21,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:21,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dbf84551ad7e42b592d59154a2e22f87", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role"}], "expires_at": "2018-08-20T11:37:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/67ea8885cf0a4760b5fcb49aa3f0cfd3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-user", "id": "0e5eda6e2a3a4d73bb7d85fbcc3341d0"}, "audit_ids": ["sh2tdD4TSaaoLXOI1_8vhA"], "issued_at": "2018-08-20T10:37:21.000000Z"}} 2018-08-20 10:37:21,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525eeaeb360c622639d254130943c8ce5b2d0d90" 2018-08-20 10:37:21,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7608a6b6-ec6b-4760-be7b-9cb25796bc12 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:21,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7608a6b6-ec6b-4760-be7b-9cb25796bc12 2018-08-20 10:37:21,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:21,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-c917cd03-67a5-4833-b70e-ccebafe044de Date: Mon, 20 Aug 2018 10:37:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2b23e916-afd5-433f-9103-0d47a7a268a0"],"updated_at":"2018-08-20T10:37:16Z","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}]} 2018-08-20 10:37:21,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net used request id req-c917cd03-67a5-4833-b70e-ccebafe044de 2018-08-20 10:37:21,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:21,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6969d69d-0308-4305-b06d-866881e4fb58 Date: Mon, 20 Aug 2018 10:37:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:16Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"2b23e916-afd5-433f-9103-0d47a7a268a0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]} 2018-08-20 10:37:21,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-6969d69d-0308-4305-b06d-866881e4fb58 2018-08-20 10:37:21,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:22,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-61a31419-ddca-459c-b575-ea1e32ffbfc4 Date: Mon, 20 Aug 2018 10: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":["2b23e916-afd5-433f-9103-0d47a7a268a0"],"updated_at":"2018-08-20T10:37:16Z","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net"}]} 2018-08-20 10:37:22,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net used request id req-61a31419-ddca-459c-b575-ea1e32ffbfc4 2018-08-20 10:37:22,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:37:22,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:37:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:37:22,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525eeaeb360c622639d254130943c8ce5b2d0d90" 2018-08-20 10:37:22,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ddcfcf0-1a13-4023-ba7b-a4618c1b688f Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}} 2018-08-20 10:37:22,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 used request id req-1ddcfcf0-1a13-4023-ba7b-a4618c1b688f 2018-08-20 10:37:22,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" 2018-08-20 10:37:22,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bbb0d9d0-d40d-4f15-9ecb-5bf5f1320dfd Date: Mon, 20 Aug 2018 10:37:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf0bea-a3f9-476f-af85-4d5d2cd824d5","tenant_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","created_at":"2018-08-20T10:37:16Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"67ea8885cf0a4760b5fcb49aa3f0cfd3","id":"2b23e916-afd5-433f-9103-0d47a7a268a0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet"}]} 2018-08-20 10:37:22,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-bbb0d9d0-d40d-4f15-9ecb-5bf5f1320dfd 2018-08-20 10:37:22,287 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net 2018-08-20 10:37:22,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbd4aa9a432d6acaef6a5b55259dc2355bbd6bf" -d '{"port": {"network_id": "d1cf0bea-a3f9-476f-af85-4d5d2cd824d5", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6port-1", "admin_state_up": true}}' 2018-08-20 10:37:22,468 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-997187ed-e0e0-43ca-9519-14a4e09e8b1e Date: Mon, 20 Aug 2018 10:37:22 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-08-20 10:37:22,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-997187ed-e0e0-43ca-9519-14a4e09e8b1e 2018-08-20 10:37:22,469 - 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-08-20 10:37:22,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/2ba6ef0c-793f-46c6-8baa-33b6e8b309a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f6c4672c6898a63a2d16ed84bb573e51b0d6832" 2018-08-20 10:37:22,517 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-b14ed371-542d-43d4-9bea-9ea38a2c1353 x-compute-request-id: req-b14ed371-542d-43d4-9bea-9ea38a2c1353 Content-Length: 0 Content-Type: application/json 2018-08-20 10:37:22,517 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/2ba6ef0c-793f-46c6-8baa-33b6e8b309a4 used request id req-b14ed371-542d-43d4-9bea-9ea38a2c1353 2018-08-20 10:37:22,518 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet 2018-08-20 10:37:22,518 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-subnet 2018-08-20 10:37:22,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/2b23e916-afd5-433f-9103-0d47a7a268a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" 2018-08-20 10:37:24,953 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04492c61-d8ed-44c3-85ad-d326faff306f Date: Mon, 20 Aug 2018 10:37:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:37:24,953 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/2b23e916-afd5-433f-9103-0d47a7a268a0 used request id req-04492c61-d8ed-44c3-85ad-d326faff306f 2018-08-20 10:37:24,954 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-pub-net 2018-08-20 10:37:24,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af258a47433b082ff227ef8a573b38f47d8c30a" 2018-08-20 10:37:26,715 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-541b554d-94ce-418a-a838-6cd9e5b335ee Date: Mon, 20 Aug 2018 10:37:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:37:26,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/d1cf0bea-a3f9-476f-af85-4d5d2cd824d5 used request id req-541b554d-94ce-418a-a838-6cd9e5b335ee 2018-08-20 10:37:26,716 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-71678989-5229-4a44-916f-d727f761b1b6-image 2018-08-20 10:37:26,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04d6d3e1bea1bf4f933b6cd44b59b74a59627a0f" 2018-08-20 10:37:27,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f79c4e9a-9f83-4f05-a93d-4236861c52a2 Date: Mon, 20 Aug 2018 10:37:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:37:27,376 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/fbdda048-b7a9-4dd5-b3dd-584c26dde032 used request id req-f79c4e9a-9f83-4f05-a93d-4236861c52a2 2018-08-20 10:37:27,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:37:27,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:37:27,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:37:27,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:37:27,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:37:27,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:27,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-4fa3e245-7709-4d44-8c99-624b761e963a Date: Mon, 20 Aug 2018 10:37:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "created_at": "2018-08-20T10:37:14Z", "updated_at": "2018-08-20T10:37:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:37:14Z", "revision_number": 0, "id": "16e7d923-ed8a-4d6f-9d5c-8707b1cb1950", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:37:14Z", "security_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "port_range_min": null, "ethertype": "IPv4", "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:37:14Z", "revision_number": 0, "id": "6094058f-5e03-49e1-8a92-f75d511a1c3a", "remote_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "remote_ip_prefix": null, "created_at": "2018-08-20T10:37:14Z", "security_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "port_range_min": null, "ethertype": "IPv6", "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:37:14Z", "revision_number": 0, "id": "aa238893-cb51-4f25-a185-0acb8abcab35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:37:14Z", "security_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "port_range_min": null, "ethertype": "IPv6", "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:37:14Z", "revision_number": 0, "id": "beb69b7f-4980-4815-ae41-6d8294bf768d", "remote_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "remote_ip_prefix": null, "created_at": "2018-08-20T10:37:14Z", "security_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "port_range_min": null, "ethertype": "IPv4", "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3"}], "revision_number": 4, "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:37:27,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-4fa3e245-7709-4d44-8c99-624b761e963a 2018-08-20 10:37:27,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:27,771 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0fd89f4-b8bc-4ba5-8736-9551cebcf78d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:27,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-d0fd89f4-b8bc-4ba5-8736-9551cebcf78d 2018-08-20 10:37:27,771 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:27,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:27,868 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21945eab-22d9-4a05-906f-2f9f5a3562c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:27,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-21945eab-22d9-4a05-906f-2f9f5a3562c3 2018-08-20 10:37:27,868 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:27,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:27,970 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-565f2120-58ee-4ec9-92ba-8baebb46073d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:27,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-565f2120-58ee-4ec9-92ba-8baebb46073d 2018-08-20 10:37:27,971 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:27,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:28,066 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df048849-ce18-48b7-99af-e745ee996cf7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:28,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-df048849-ce18-48b7-99af-e745ee996cf7 2018-08-20 10:37:28,066 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:28,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:28,166 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b17ad53-6fae-4194-9d60-8885ae2322e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:28,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-2b17ad53-6fae-4194-9d60-8885ae2322e4 2018-08-20 10:37:28,167 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:28,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:28,258 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2a64817-6ca6-4cd3-aef3-ff4e4abcf743 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:28,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-c2a64817-6ca6-4cd3-aef3-ff4e4abcf743 2018-08-20 10:37:28,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:28,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:28,353 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b5a3958-9045-4f61-95d4-ad122cb20b88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:28,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-0b5a3958-9045-4f61-95d4-ad122cb20b88 2018-08-20 10:37:28,353 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:28,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:28,447 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a11cad41-6908-464b-918d-f23b00faded6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:28,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-a11cad41-6908-464b-918d-f23b00faded6 2018-08-20 10:37:28,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:28,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:28,535 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:37:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abb273ed-e844-406b-b873-2368f40042b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:37:28,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-abb273ed-e844-406b-b873-2368f40042b4 2018-08-20 10:37:28,536 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:37:28,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:28,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d61d42ed-e8d1-4588-b3db-98ac20de7e57 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "name": "CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj"}} 2018-08-20 10:37:28,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 used request id req-d61d42ed-e8d1-4588-b3db-98ac20de7e57 2018-08-20 10:37:28,635 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8cd2ebe8-eacd-429b-9511-1a7367752cfe 2018-08-20 10:37:28,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=8cd2ebe8-eacd-429b-9511-1a7367752cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:28,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-834005a3-3ee2-4b65-a550-e50f572c747b Date: Mon, 20 Aug 2018 10:37:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:37:14Z", "security_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "created_at": "2018-08-20T10:37:14Z", "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "id": "16e7d923-ed8a-4d6f-9d5c-8707b1cb1950"}, {"remote_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:37:14Z", "security_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "created_at": "2018-08-20T10:37:14Z", "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "id": "6094058f-5e03-49e1-8a92-f75d511a1c3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:37:14Z", "security_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "created_at": "2018-08-20T10:37:14Z", "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "id": "aa238893-cb51-4f25-a185-0acb8abcab35"}, {"remote_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:37:14Z", "security_group_id": "8cd2ebe8-eacd-429b-9511-1a7367752cfe", "port_range_min": null, "revision_number": 0, "tenant_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "created_at": "2018-08-20T10:37:14Z", "project_id": "67ea8885cf0a4760b5fcb49aa3f0cfd3", "id": "beb69b7f-4980-4815-ae41-6d8294bf768d"}]} 2018-08-20 10:37:28,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=8cd2ebe8-eacd-429b-9511-1a7367752cfe used request id req-834005a3-3ee2-4b65-a550-e50f572c747b 2018-08-20 10:37:28,816 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:37:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/8cd2ebe8-eacd-429b-9511-1a7367752cfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:29,168 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d98f367-18d9-4641-a274-0b116d4ef7bc Content-Length: 0 Date: Mon, 20 Aug 2018 10:37:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:37:29,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/8cd2ebe8-eacd-429b-9511-1a7367752cfe used request id req-5d98f367-18d9-4641-a274-0b116d4ef7bc 2018-08-20 10:37:29,169 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj 2018-08-20 10:37:29,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:29,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17e31d88-5ab3-434b-b732-a59915a044a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:37:29,500 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/67ea8885cf0a4760b5fcb49aa3f0cfd3 used request id req-17e31d88-5ab3-434b-b732-a59915a044a6 2018-08-20 10:37:29,500 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-9395fb94-fef7-48b-proj-role 2018-08-20 10:37:29,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/dbf84551ad7e42b592d59154a2e22f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:29,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16418c0f-d5c1-43a2-a985-055ad5b20054 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:37:29,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/dbf84551ad7e42b592d59154a2e22f87 used request id req-16418c0f-d5c1-43a2-a985-055ad5b20054 2018-08-20 10:37:29,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276e1410637bfaf99f8a59014dbfc0199aaad1b0" 2018-08-20 10:37:29,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51b3b858-6da1-4bc9-9b4a-7e65e983b33e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:37:29,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-51b3b858-6da1-4bc9-9b4a-7e65e983b33e 2018-08-20 10:37:29,708 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-9395fb94-fef7-48b-user 2018-08-20 10:37:29,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/0e5eda6e2a3a4d73bb7d85fbcc3341d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b077207a2505057c53688cd9067461d46dcf8c2" 2018-08-20 10:37:29,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0dbdfaa-2df8-404d-b022-4d8dcdbe0fe0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:37:29,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/0e5eda6e2a3a4d73bb7d85fbcc3341d0 used request id req-d0dbdfaa-2df8-404d-b022-4d8dcdbe0fe0 2018-08-20 10:37:29,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:30,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:37:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["LSGnN9xyRJmtEQ_qd95eug"], "issued_at": "2018-08-20T10:37:30.000000Z"}} 2018-08-20 10:37:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6dc3f5706561cc2da81f711cc6a566751daa682" 2018-08-20 10:37:30,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9265150-e457-44a2-876d-fafe28bc0162 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:30,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b9265150-e457-44a2-876d-fafe28bc0162 2018-08-20 10:37:30,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:30,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:30,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:37:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["5-maYQc7SaeF0YZW8ZHNpg"], "issued_at": "2018-08-20T10:37:30.000000Z"}} 2018-08-20 10:37:30,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:37:30,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6b4a756-f14e-4a2b-a584-ad73239f145d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:30,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c6b4a756-f14e-4a2b-a584-ad73239f145d 2018-08-20 10:37:30,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:37:30,891 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:37:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:37:30,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:37:30,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a83bee5-b223-43a7-b7a8-bbee984170a1 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:37:30,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj used request id req-3a83bee5-b223-43a7-b7a8-bbee984170a1 2018-08-20 10:37:30,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:37:31,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a119ce8-eb22-4062-93ef-be293564e117 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:37:31,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-7a119ce8-eb22-4062-93ef-be293564e117 2018-08-20 10:37:31,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}}' 2018-08-20 10:37:31,230 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:37:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a716237-d1bb-4f1d-bcd2-171979c1ce37 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "id": "402e902468bb42b385d258f72bbc496d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}} 2018-08-20 10:37:31,231 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-5a716237-d1bb-4f1d-bcd2-171979c1ce37 2018-08-20 10:37:31,231 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj 2018-08-20 10:37:31,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:31,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:31,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:37:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["oChlIu23RpyFcalaYbVVMQ"], "issued_at": "2018-08-20T10:37:31.000000Z"}} 2018-08-20 10:37:31,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfe4f8a93aef3e8742e5c39ae28b38c154c1712" 2018-08-20 10:37:31,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f81707-3853-4ea4-9db4-35b3661b79f2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:31,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-49f81707-3853-4ea4-9db4-35b3661b79f2 2018-08-20 10:37:31,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:37:31,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:37:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:37:31,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfe4f8a93aef3e8742e5c39ae28b38c154c1712" 2018-08-20 10:37:31,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2ae245-2a9d-407f-b40c-e4331205e419 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:37:31,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-8b2ae245-2a9d-407f-b40c-e4331205e419 2018-08-20 10:37:31,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfe4f8a93aef3e8742e5c39ae28b38c154c1712" 2018-08-20 10:37:31,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b64ba6-fcb4-4ec0-a65f-64789575b316 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "id": "402e902468bb42b385d258f72bbc496d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}]} 2018-08-20 10:37:31,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj used request id req-12b64ba6-fcb4-4ec0-a65f-64789575b316 2018-08-20 10:37:31,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfe4f8a93aef3e8742e5c39ae28b38c154c1712" 2018-08-20 10:37:31,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-718e6069-4503-45b0-84ca-26cd27ba4e35 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:37:31,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-718e6069-4503-45b0-84ca-26cd27ba4e35 2018-08-20 10:37:32,303 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-064cfae5-83b4-4c0-user 2018-08-20 10:37:32,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:32,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:37:32,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc7a3f6-45b9-42dd-a817-3459e1c901d0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:37:32,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0bc7a3f6-45b9-42dd-a817-3459e1c901d0 2018-08-20 10:37:32,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" -d '{"role": {"name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role"}}' 2018-08-20 10:37:32,536 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:37:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-435df3aa-abde-4136-af51-90bd49481547 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b3c64515cb24a4483e127797127f647", "links": {"self": "http://172.30.9.36:5000/v3/roles/4b3c64515cb24a4483e127797127f647"}, "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role"}} 2018-08-20 10:37:32,536 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-435df3aa-abde-4136-af51-90bd49481547 2018-08-20 10:37:32,537 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role 2018-08-20 10:37:32,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/4b3c64515cb24a4483e127797127f647 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:37:32,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15bb3290-2f22-4c29-bff9-3e1d41480358 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b3c64515cb24a4483e127797127f647", "links": {"self": "http://172.30.9.36:5000/v3/roles/4b3c64515cb24a4483e127797127f647"}, "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role"}} 2018-08-20 10:37:32,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/4b3c64515cb24a4483e127797127f647 used request id req-15bb3290-2f22-4c29-bff9-3e1d41480358 2018-08-20 10:37:32,633 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role to project CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj 2018-08-20 10:37:32,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d/users/504798cd76854868b573d2bd76e03eb8/roles/4b3c64515cb24a4483e127797127f647 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:37:32,778 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-088f8ac7-9f3b-4944-8f6d-1e7048b26568 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:37:32,778 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d/users/504798cd76854868b573d2bd76e03eb8/roles/4b3c64515cb24a4483e127797127f647 used request id req-088f8ac7-9f3b-4944-8f6d-1e7048b26568 2018-08-20 10:37:32,779 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:37:32,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:32,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:33,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b3c64515cb24a4483e127797127f647", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role"}], "expires_at": "2018-08-20T11:37:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-user", "id": "504798cd76854868b573d2bd76e03eb8"}, "audit_ids": ["MxJoGDPGQgOCG16f8U3lZQ"], "issued_at": "2018-08-20T10:37:33.000000Z"}} 2018-08-20 10:37:33,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" 2018-08-20 10:37:33,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4777b6b0-8728-46b3-8df7-fd4358d4e3a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:33,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4777b6b0-8728-46b3-8df7-fd4358d4e3a7 2018-08-20 10:37:33,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" 2018-08-20 10:37:33,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-db18280d-d2f1-4efc-92ac-f6d51fcb00e0 Date: Mon, 20 Aug 2018 10:37:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image"} 2018-08-20 10:37:33,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image used request id req-db18280d-d2f1-4efc-92ac-f6d51fcb00e0 2018-08-20 10:37:33,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" 2018-08-20 10:37:33,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bf80dd84-8445-4c6b-a455-4d01207f4e5e Date: Mon, 20 Aug 2018 10:37: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:37:33,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-bf80dd84-8445-4c6b-a455-4d01207f4e5e 2018-08-20 10:37:33,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image"}' 2018-08-20 10:37:33,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f5f35484-d513-411a-aea8-48a7dce0d54c Date: Mon, 20 Aug 2018 10:37:33 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:37:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:37:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/85802175-80fe-41e2-a269-778156f36cfa", "min_disk": 0, "protected": false, "id": "85802175-80fe-41e2-a269-778156f36cfa", "file": "/v2/images/85802175-80fe-41e2-a269-778156f36cfa/file", "checksum": null, "owner": "402e902468bb42b385d258f72bbc496d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:37:33,916 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-f5f35484-d513-411a-aea8-48a7dce0d54c 2018-08-20 10:37:33,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" -d '' 2018-08-20 10:37:35,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4cd666a8-9971-42ce-b17f-23b7251bdcfd Date: Mon, 20 Aug 2018 10:37:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:37:35,367 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa/file used request id req-4cd666a8-9971-42ce-b17f-23b7251bdcfd 2018-08-20 10:37:35,367 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:37:35,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" 2018-08-20 10:37:35,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ff4b8524-93cb-4d54-95af-5c855c6020e7 Date: Mon, 20 Aug 2018 10:37:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:37:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:37:35Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/85802175-80fe-41e2-a269-778156f36cfa/snap", "metadata": {}}], "self": "/v2/images/85802175-80fe-41e2-a269-778156f36cfa", "min_disk": 0, "protected": false, "id": "85802175-80fe-41e2-a269-778156f36cfa", "file": "/v2/images/85802175-80fe-41e2-a269-778156f36cfa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "402e902468bb42b385d258f72bbc496d", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/85802175-80fe-41e2-a269-778156f36cfa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:37:35,548 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa used request id req-ff4b8524-93cb-4d54-95af-5c855c6020e7 2018-08-20 10:37:35,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" 2018-08-20 10:37:35,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6e7c9524-4cd6-4746-b3aa-d0dbc0de8395 Date: Mon, 20 Aug 2018 10:37: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:37:35,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-6e7c9524-4cd6-4746-b3aa-d0dbc0de8395 2018-08-20 10:37:35,733 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image 2018-08-20 10:37:35,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" 2018-08-20 10:37:35,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-df34fa0d-c18d-43b9-b4e2-adf819d56631 Date: Mon, 20 Aug 2018 10:37:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:37:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:37:35Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/85802175-80fe-41e2-a269-778156f36cfa/snap", "metadata": {}}], "self": "/v2/images/85802175-80fe-41e2-a269-778156f36cfa", "min_disk": 0, "protected": false, "id": "85802175-80fe-41e2-a269-778156f36cfa", "file": "/v2/images/85802175-80fe-41e2-a269-778156f36cfa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "402e902468bb42b385d258f72bbc496d", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/85802175-80fe-41e2-a269-778156f36cfa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:37:35,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa used request id req-df34fa0d-c18d-43b9-b4e2-adf819d56631 2018-08-20 10:37:35,917 - create_image - DEBUG - Instance status is - active 2018-08-20 10:37:35,917 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image 2018-08-20 10:37:35,917 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image 2018-08-20 10:37:35,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:35,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:36,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b3c64515cb24a4483e127797127f647", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role"}], "expires_at": "2018-08-20T11:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-user", "id": "504798cd76854868b573d2bd76e03eb8"}, "audit_ids": ["-xBNXYneSV-hlKE_0tvf3g"], "issued_at": "2018-08-20T10:37:36.000000Z"}} 2018-08-20 10:37:36,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" 2018-08-20 10:37:36,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0c1cecb-a3d3-435d-ab47-a8f13feeabf0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:36,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c0c1cecb-a3d3-435d-ab47-a8f13feeabf0 2018-08-20 10:37:36,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:37:36,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:37:36,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:37:36,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:37:36,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:37:36,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" 2018-08-20 10:37:36,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f3c32cdf-6a16-4d36-9d85-8efbd47b3ea3 Date: Mon, 20 Aug 2018 10:37:36 GMT RESP BODY: {"networks":[]} 2018-08-20 10:37:36,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-f3c32cdf-6a16-4d36-9d85-8efbd47b3ea3 2018-08-20 10:37:36,617 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net 2018-08-20 10:37:36,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" -d '{"network": {"name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net", "admin_state_up": true}}' 2018-08-20 10:37:37,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-c7e7733b-373b-4940-8904-1cc35b9b2033 Date: Mon, 20 Aug 2018 10:37:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:37:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}} 2018-08-20 10:37:37,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-c7e7733b-373b-4940-8904-1cc35b9b2033 2018-08-20 10:37:37,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" 2018-08-20 10:37:37,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-9baf9507-d58f-48d2-8703-74dda0368358 Date: Mon, 20 Aug 2018 10:37: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-08-20T10:37:37Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:37,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-9baf9507-d58f-48d2-8703-74dda0368358 2018-08-20 10:37:37,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" 2018-08-20 10:37:38,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3249d9d2-9def-4921-983f-b125ce9e9682 Date: Mon, 20 Aug 2018 10:37:38 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:37:38,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-3249d9d2-9def-4921-983f-b125ce9e9682 2018-08-20 10:37:38,192 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet 2018-08-20 10:37:38,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" -d '{"subnets": [{"ip_version": 4, "network_id": "33224223-2624-44c6-a37d-94eef5f2b230", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]}' 2018-08-20 10:37:39,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c4858596-f6c3-4771-a7d5-be055bb780f9 Date: Mon, 20 Aug 2018 10:37:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:39,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-c4858596-f6c3-4771-a7d5-be055bb780f9 2018-08-20 10:37:39,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" 2018-08-20 10:37:39,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b74dbdc8-71bd-4cac-85ce-f6859115c6ea Date: Mon, 20 Aug 2018 10:37:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:39,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-b74dbdc8-71bd-4cac-85ce-f6859115c6ea 2018-08-20 10:37:39,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" 2018-08-20 10:37:39,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0d6d4fd1-cd54-44cf-a8f8-ac158125a6c1 Date: Mon, 20 Aug 2018 10:37:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:39,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-0d6d4fd1-cd54-44cf-a8f8-ac158125a6c1 2018-08-20 10:37:39,470 - OpenStackNetwork - DEBUG - Network [33224223-2624-44c6-a37d-94eef5f2b230] created successfully 2018-08-20 10:37:39,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:39,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:39,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:37:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["L4_WR_VoSm2ge-7rZHazVA"], "issued_at": "2018-08-20T10:37:39.000000Z"}} 2018-08-20 10:37:39,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}648a2feacaab4560c3b681cf443564f1ff8a4bed" 2018-08-20 10:37:39,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f78d5d2e-f3a8-4342-8813-146a4e4c6dc3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:39,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f78d5d2e-f3a8-4342-8813-146a4e4c6dc3 2018-08-20 10:37:39,951 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:37:39,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}648a2feacaab4560c3b681cf443564f1ff8a4bed" 2018-08-20 10:37:40,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b3bd312-b7ce-47b1-be4f-5f9a667c0e9b x-compute-request-id: req-3b3bd312-b7ce-47b1-be4f-5f9a667c0e9b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:37:40,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-3b3bd312-b7ce-47b1-be4f-5f9a667c0e9b 2018-08-20 10:37:40,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}648a2feacaab4560c3b681cf443564f1ff8a4bed" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-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-08-20 10:37:40,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-7fbfbcfc-7af2-4fee-9d60-6f573f3e479b x-compute-request-id: req-7fbfbcfc-7af2-4fee-9d60-6f573f3e479b Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154"}} 2018-08-20 10:37:40,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-7fbfbcfc-7af2-4fee-9d60-6f573f3e479b 2018-08-20 10:37:40,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:40,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:40,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b3c64515cb24a4483e127797127f647", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role"}], "expires_at": "2018-08-20T11:37:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-user", "id": "504798cd76854868b573d2bd76e03eb8"}, "audit_ids": ["JXn1JiXPSFmzFBzNW2O2Vw"], "issued_at": "2018-08-20T10:37:40.000000Z"}} 2018-08-20 10:37:40,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:40,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a1b8573-0237-42c6-b348-1648ad01f1e2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:40,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9a1b8573-0237-42c6-b348-1648ad01f1e2 2018-08-20 10:37:40,691 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:37:40,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:37:40,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:37:40,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:37:40,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:37:40,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:37:40,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:40,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e38697c-2c77-483f-ae62-ffd3d0c99749 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:40,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3e38697c-2c77-483f-ae62-ffd3d0c99749 2018-08-20 10:37:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:41,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-f4cfd388-9650-4adb-8406-0ed107795ab8 Date: Mon, 20 Aug 2018 10:37:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:41,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-f4cfd388-9650-4adb-8406-0ed107795ab8 2018-08-20 10:37:41,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:41,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-48d9502f-2e6e-4378-be37-370bf9430f78 Date: Mon, 20 Aug 2018 10:37:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:41,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-48d9502f-2e6e-4378-be37-370bf9430f78 2018-08-20 10:37:41,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:41,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-110cd0dc-59db-4aaa-9466-4b1d5671119e Date: Mon, 20 Aug 2018 10:37:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:41,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-110cd0dc-59db-4aaa-9466-4b1d5671119e 2018-08-20 10:37:41,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:37:41,617 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:37:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:37:41,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:41,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f0d494-2534-4280-af48-4983685f2a65 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}} 2018-08-20 10:37:41,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d used request id req-06f0d494-2534-4280-af48-4983685f2a65 2018-08-20 10:37:41,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:41,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2ea46c4c-72c4-4e77-a851-034c81d667fb Date: Mon, 20 Aug 2018 10:37:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:41,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-2ea46c4c-72c4-4e77-a851-034c81d667fb 2018-08-20 10:37:41,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=33224223-2624-44c6-a37d-94eef5f2b230&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:42,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0c93653f-5d4f-46db-96e6-fb478b0d1d3d Date: Mon, 20 Aug 2018 10:37:42 GMT RESP BODY: {"ports":[]} 2018-08-20 10:37:42,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=33224223-2624-44c6-a37d-94eef5f2b230&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1&admin_state_up=True used request id req-0c93653f-5d4f-46db-96e6-fb478b0d1d3d 2018-08-20 10:37:42,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:42,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-f35cb08c-4d67-4f17-8ef8-16edfe4bded9 x-compute-request-id: req-f35cb08c-4d67-4f17-8ef8-16edfe4bded9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:37:42,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst used request id req-f35cb08c-4d67-4f17-8ef8-16edfe4bded9 2018-08-20 10:37:42,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:42,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-461207c5-a68d-455b-8eac-e1f9a0a93607 Date: Mon, 20 Aug 2018 10:37: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":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:42,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-461207c5-a68d-455b-8eac-e1f9a0a93607 2018-08-20 10:37:42,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:42,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1c2afe90-d52a-42e3-958a-7d6fb9867183 Date: Mon, 20 Aug 2018 10:37:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:42,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-1c2afe90-d52a-42e3-958a-7d6fb9867183 2018-08-20 10:37:42,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:43,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-62ffd797-8f2f-489b-8a4f-ee378cc98d4a Date: Mon, 20 Aug 2018 10:37:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:43,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-62ffd797-8f2f-489b-8a4f-ee378cc98d4a 2018-08-20 10:37:43,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:43,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b058981-79b2-4189-b500-5e105195cf65 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}} 2018-08-20 10:37:43,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d used request id req-8b058981-79b2-4189-b500-5e105195cf65 2018-08-20 10:37:43,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:43,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-aa686582-4382-407a-82a0-e1caa1e142bf Date: Mon, 20 Aug 2018 10:37:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:43,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-aa686582-4382-407a-82a0-e1caa1e142bf 2018-08-20 10:37:43,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=33224223-2624-44c6-a37d-94eef5f2b230&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:43,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6e525d5d-c754-48c2-a3bc-6d101586b467 Date: Mon, 20 Aug 2018 10:37:43 GMT RESP BODY: {"ports":[]} 2018-08-20 10:37:43,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=33224223-2624-44c6-a37d-94eef5f2b230&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1&admin_state_up=True used request id req-6e525d5d-c754-48c2-a3bc-6d101586b467 2018-08-20 10:37:43,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:37:43,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:37:43,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b3c64515cb24a4483e127797127f647", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role"}], "expires_at": "2018-08-20T11:37:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/402e902468bb42b385d258f72bbc496d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-user", "id": "504798cd76854868b573d2bd76e03eb8"}, "audit_ids": ["MHhv9iRyTk-tWfJZs_xchg"], "issued_at": "2018-08-20T10:37:43.000000Z"}} 2018-08-20 10:37:43,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9749c7e00ac9ad4fe6d6b82d4e40c3fea2408cd3" 2018-08-20 10:37:43,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8bda418-9a7c-4c4f-9b6d-ba43b4927712 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:37:43,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c8bda418-9a7c-4c4f-9b6d-ba43b4927712 2018-08-20 10:37:43,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:44,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-49db80da-5caa-419f-ade8-1d4ba15a5499 Date: Mon, 20 Aug 2018 10:37: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":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:44,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-49db80da-5caa-419f-ade8-1d4ba15a5499 2018-08-20 10:37:44,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:44,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-67b09987-e39d-4dd4-8cdf-0c90b93b64d0 Date: Mon, 20 Aug 2018 10:37:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:44,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-67b09987-e39d-4dd4-8cdf-0c90b93b64d0 2018-08-20 10:37:44,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:44,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0c2f4e3d-a65d-4a54-81e2-668aba9d740a Date: Mon, 20 Aug 2018 10:37: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":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:44,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-0c2f4e3d-a65d-4a54-81e2-668aba9d740a 2018-08-20 10:37:44,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:37:44,579 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:37:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:37:44,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9749c7e00ac9ad4fe6d6b82d4e40c3fea2408cd3" 2018-08-20 10:37:44,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-707da934-1003-4264-ad8e-524907d8e91c Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}} 2018-08-20 10:37:44,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d used request id req-707da934-1003-4264-ad8e-524907d8e91c 2018-08-20 10:37:44,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:44,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-482d825d-8084-44fa-82cd-def60a1f7a98 Date: Mon, 20 Aug 2018 10:37:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:44,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-482d825d-8084-44fa-82cd-def60a1f7a98 2018-08-20 10:37:44,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:44,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-551e1497-2395-4f37-a004-e6e68d0c2e18 Date: Mon, 20 Aug 2018 10:37:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:44,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet used request id req-551e1497-2395-4f37-a004-e6e68d0c2e18 2018-08-20 10:37:44,708 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net 2018-08-20 10:37:44,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" -d '{"port": {"network_id": "33224223-2624-44c6-a37d-94eef5f2b230", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "d246d790-f712-44fa-8b87-a4e8b931bafd", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1", "admin_state_up": true}}' 2018-08-20 10:37:45,546 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 772 X-Openstack-Request-Id: req-fba4809c-e431-4435-aa5f-79734f0aa89c Date: Mon, 20 Aug 2018 10:37:45 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:37:45Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:37:45Z","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"402e902468bb42b385d258f72bbc496d","fixed_ips":[{"subnet_id":"d246d790-f712-44fa-8b87-a4e8b931bafd","ip_address":"10.55.0.101"}],"id":"6dbc245e-c707-4adc-b689-91ec9c66081a","security_groups":["1b5010f8-bf15-416c-b419-d52fe3099421"],"device_id":""}} 2018-08-20 10:37:45,546 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-fba4809c-e431-4435-aa5f-79734f0aa89c 2018-08-20 10:37:45,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:45,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e6f16869-3b2a-414c-9fda-58d7c61d90ff Date: Mon, 20 Aug 2018 10:37:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:45,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-e6f16869-3b2a-414c-9fda-58d7c61d90ff 2018-08-20 10:37:45,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:45,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1de87775-de9d-4702-8a22-522e9ae05a91 Date: Mon, 20 Aug 2018 10:37:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:45,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-1de87775-de9d-4702-8a22-522e9ae05a91 2018-08-20 10:37:45,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:46,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d3876dfa-194c-4338-81b7-213faddf8a65 Date: Mon, 20 Aug 2018 10:37: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":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:46,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-d3876dfa-194c-4338-81b7-213faddf8a65 2018-08-20 10:37:46,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:46,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33daf934-9f3b-4bc3-95cc-c7472dcc5e44 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}} 2018-08-20 10:37:46,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d used request id req-33daf934-9f3b-4bc3-95cc-c7472dcc5e44 2018-08-20 10:37:46,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:46,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b71703ca-7ce5-4cfb-ab8a-07f2fd5d6caa Date: Mon, 20 Aug 2018 10:37:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:46,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-b71703ca-7ce5-4cfb-ab8a-07f2fd5d6caa 2018-08-20 10:37:46,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=33224223-2624-44c6-a37d-94eef5f2b230&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:46,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 775 X-Openstack-Request-Id: req-39bd5ecf-0b18-435c-adc5-43316955be69 Date: Mon, 20 Aug 2018 10:37:46 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:45Z","admin_state_up":true,"updated_at":"2018-08-20T10:37:45Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","id":"6dbc245e-c707-4adc-b689-91ec9c66081a","port_security_enabled":true,"project_id":"402e902468bb42b385d258f72bbc496d","fixed_ips":[{"subnet_id":"d246d790-f712-44fa-8b87-a4e8b931bafd","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["1b5010f8-bf15-416c-b419-d52fe3099421"],"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1"}]} 2018-08-20 10:37:46,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=33224223-2624-44c6-a37d-94eef5f2b230&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1&admin_state_up=True used request id req-39bd5ecf-0b18-435c-adc5-43316955be69 2018-08-20 10:37:46,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:46,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ded07e0-8a40-4e59-b097-dcf45b7d9291 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}} 2018-08-20 10:37:46,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d used request id req-7ded07e0-8a40-4e59-b097-dcf45b7d9291 2018-08-20 10:37:46,591 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst 2018-08-20 10:37:46,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:46,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78efcd0d-8679-4a9d-8eef-88ff928f9d7e x-compute-request-id: req-78efcd0d-8679-4a9d-8eef-88ff928f9d7e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-flavor-name"}]} 2018-08-20 10:37:46,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-78efcd0d-8679-4a9d-8eef-88ff928f9d7e 2018-08-20 10:37:46,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:46,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92bea4ce-f59c-4664-88ef-a1cdba145696 x-compute-request-id: req-92bea4ce-f59c-4664-88ef-a1cdba145696 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154"}} 2018-08-20 10:37:46,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154 used request id req-92bea4ce-f59c-4664-88ef-a1cdba145696 2018-08-20 10:37:46,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:46,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-743086b5-eb45-4467-ad0d-a6874d8131f4 Date: Mon, 20 Aug 2018 10:37:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:37:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:37:35Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/85802175-80fe-41e2-a269-778156f36cfa/snap", "metadata": {}}], "self": "/v2/images/85802175-80fe-41e2-a269-778156f36cfa", "min_disk": 0, "protected": false, "id": "85802175-80fe-41e2-a269-778156f36cfa", "file": "/v2/images/85802175-80fe-41e2-a269-778156f36cfa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "402e902468bb42b385d258f72bbc496d", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/85802175-80fe-41e2-a269-778156f36cfa/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image"} 2018-08-20 10:37:46,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image used request id req-743086b5-eb45-4467-ad0d-a6874d8131f4 2018-08-20 10:37:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:47,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e2cdd187-486e-4c8a-85cc-bdbfffeaea98 Date: Mon, 20 Aug 2018 10:37: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:37:47,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-e2cdd187-486e-4c8a-85cc-bdbfffeaea98 2018-08-20 10:37:47,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" -d '{"server": {"name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst", "imageRef": "85802175-80fe-41e2-a269-778156f36cfa", "flavorRef": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "max_count": 1, "min_count": 1, "networks": [{"port": "6dbc245e-c707-4adc-b689-91ec9c66081a"}]}}' 2018-08-20 10:37:48,852 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b10855af-0d76-42a3-8cff-40e7a22efb76 x-compute-request-id: req-b10855af-0d76-42a3-8cff-40e7a22efb76 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "11144ad4-51ca-402b-a245-f837616a694f", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "bookmark"}], "adminPass": "hWgNf6KwSXr6"}} 2018-08-20 10:37:48,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-b10855af-0d76-42a3-8cff-40e7a22efb76 2018-08-20 10:37:48,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:49,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d9f5902-d7d7-4624-861b-4091a7e8c39a x-compute-request-id: req-5d9f5902-d7d7-4624-861b-4091a7e8c39a 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.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "bookmark"}], "image": {"id": "85802175-80fe-41e2-a269-778156f36cfa", "links": [{"href": "http://172.30.9.36:8774/images/85802175-80fe-41e2-a269-778156f36cfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "links": [{"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}]}, "id": "11144ad4-51ca-402b-a245-f837616a694f", "user_id": "504798cd76854868b573d2bd76e03eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:37:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst", "created": "2018-08-20T10:37:48Z", "tenant_id": "402e902468bb42b385d258f72bbc496d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:37:49,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-5d9f5902-d7d7-4624-861b-4091a7e8c39a 2018-08-20 10:37:49,461 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst 2018-08-20 10:37:49,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:49,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2fcadfa-fd78-4c80-b017-b14f32775c77 x-compute-request-id: req-d2fcadfa-fd78-4c80-b017-b14f32775c77 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.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "bookmark"}], "image": {"id": "85802175-80fe-41e2-a269-778156f36cfa", "links": [{"href": "http://172.30.9.36:8774/images/85802175-80fe-41e2-a269-778156f36cfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "links": [{"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}]}, "id": "11144ad4-51ca-402b-a245-f837616a694f", "user_id": "504798cd76854868b573d2bd76e03eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:37:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst", "created": "2018-08-20T10:37:48Z", "tenant_id": "402e902468bb42b385d258f72bbc496d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:37:49,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-d2fcadfa-fd78-4c80-b017-b14f32775c77 2018-08-20 10:37:49,876 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst] is - BUILD 2018-08-20 10:37:49,876 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:37:52,879 - create_instance - DEBUG - VM status query timeout in 896.582125902 2018-08-20 10:37:52,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:53,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-eafc3121-e766-4180-ba73-0240156db2e0 x-compute-request-id: req-eafc3121-e766-4180-ba73-0240156db2e0 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "bookmark"}], "image": {"id": "85802175-80fe-41e2-a269-778156f36cfa", "links": [{"href": "http://172.30.9.36:8774/images/85802175-80fe-41e2-a269-778156f36cfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "links": [{"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}]}, "id": "11144ad4-51ca-402b-a245-f837616a694f", "security_groups": [{"name": "default"}], "user_id": "504798cd76854868b573d2bd76e03eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:37:50Z", "hostId": "9f868c90ff61556660fe0d83d0f6fba122b5a77f397d757ecc9367f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst", "created": "2018-08-20T10:37:48Z", "tenant_id": "402e902468bb42b385d258f72bbc496d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:37:53,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-eafc3121-e766-4180-ba73-0240156db2e0 2018-08-20 10:37:53,728 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst] is - BUILD 2018-08-20 10:37:53,728 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:37:56,731 - create_instance - DEBUG - VM status query timeout in 892.729840994 2018-08-20 10:37:56,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:57,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c59162ce-a3c6-4f84-b4ca-faaf3b0287c2 x-compute-request-id: req-c59162ce-a3c6-4f84-b4ca-faaf3b0287c2 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-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.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "bookmark"}], "image": {"id": "85802175-80fe-41e2-a269-778156f36cfa", "links": [{"href": "http://172.30.9.36:8774/images/85802175-80fe-41e2-a269-778156f36cfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:37:54.000000", "flavor": {"id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "links": [{"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}]}, "id": "11144ad4-51ca-402b-a245-f837616a694f", "security_groups": [{"name": "default"}], "user_id": "504798cd76854868b573d2bd76e03eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:37:54Z", "hostId": "9f868c90ff61556660fe0d83d0f6fba122b5a77f397d757ecc9367f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst", "created": "2018-08-20T10:37:48Z", "tenant_id": "402e902468bb42b385d258f72bbc496d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:37:57,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-c59162ce-a3c6-4f84-b4ca-faaf3b0287c2 2018-08-20 10:37:57,504 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst] is - ACTIVE 2018-08-20 10:37:57,504 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:37:57,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:58,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-da26e394-bfd0-4c92-925e-bda05aab3588 x-compute-request-id: req-da26e394-bfd0-4c92-925e-bda05aab3588 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-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.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "bookmark"}], "image": {"id": "85802175-80fe-41e2-a269-778156f36cfa", "links": [{"href": "http://172.30.9.36:8774/images/85802175-80fe-41e2-a269-778156f36cfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:37:54.000000", "flavor": {"id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "links": [{"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}]}, "id": "11144ad4-51ca-402b-a245-f837616a694f", "security_groups": [{"name": "default"}], "user_id": "504798cd76854868b573d2bd76e03eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:37:54Z", "hostId": "9f868c90ff61556660fe0d83d0f6fba122b5a77f397d757ecc9367f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst", "created": "2018-08-20T10:37:48Z", "tenant_id": "402e902468bb42b385d258f72bbc496d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:37:58,054 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-da26e394-bfd0-4c92-925e-bda05aab3588 2018-08-20 10:37:58,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:58,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6c7c7d8f-d077-4538-abb4-9336da15b9bc Date: Mon, 20 Aug 2018 10:37: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":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:58,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net used request id req-6c7c7d8f-d077-4538-abb4-9336da15b9bc 2018-08-20 10:37:58,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:58,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd26da87-4e38-4bf7-8224-6f3fb0de297b Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}} 2018-08-20 10:37:58,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d used request id req-bd26da87-4e38-4bf7-8224-6f3fb0de297b 2018-08-20 10:37:58,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:58,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-91f0f55b-4f55-4cef-b2d5-16116dced36d Date: Mon, 20 Aug 2018 10:37:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:58,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-91f0f55b-4f55-4cef-b2d5-16116dced36d 2018-08-20 10:37:58,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:58,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3040 X-Openstack-Request-Id: req-5b224f21-31ef-46af-8450-9d9193f35509 Date: Mon, 20 Aug 2018 10:37:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:39Z","admin_state_up":true,"updated_at":"2018-08-20T10:37:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-33224223-2624-44c6-a37d-94eef5f2b230","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:54:a0:f2","id":"3a7d8b95-5462-49a3-bc92-4bf4a3e25650","port_security_enabled":false,"project_id":"402e902468bb42b385d258f72bbc496d","fixed_ips":[{"subnet_id":"d246d790-f712-44fa-8b87-a4e8b931bafd","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:45Z","admin_state_up":true,"updated_at":"2018-08-20T10:37:54Z","binding:vnic_type":"normal","device_id":"11144ad4-51ca-402b-a245-f837616a694f","device_owner":"compute:nova","revision_number":10,"mac_address":"0a:1b:2c:3d:4e:5f","id":"6dbc245e-c707-4adc-b689-91ec9c66081a","port_security_enabled":true,"project_id":"402e902468bb42b385d258f72bbc496d","fixed_ips":[{"subnet_id":"d246d790-f712-44fa-8b87-a4e8b931bafd","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["1b5010f8-bf15-416c-b419-d52fe3099421"],"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:40Z","admin_state_up":true,"updated_at":"2018-08-20T10:37:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-33224223-2624-44c6-a37d-94eef5f2b230","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:d3:14:a4","id":"8c46d9e5-fd83-4f4b-8c0c-c47f9943d0e8","port_security_enabled":false,"project_id":"402e902468bb42b385d258f72bbc496d","fixed_ips":[{"subnet_id":"d246d790-f712-44fa-8b87-a4e8b931bafd","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:39Z","admin_state_up":true,"updated_at":"2018-08-20T10:37:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-33224223-2624-44c6-a37d-94eef5f2b230","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:0a:b6:9a","id":"d61dc3e7-7d4b-4496-940a-c9c1a66ec681","port_security_enabled":false,"project_id":"402e902468bb42b385d258f72bbc496d","fixed_ips":[{"subnet_id":"d246d790-f712-44fa-8b87-a4e8b931bafd","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:37:58,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-5b224f21-31ef-46af-8450-9d9193f35509 2018-08-20 10:37:58,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:58,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a3bb3207-683a-4141-abfa-eea2406593e7 Date: Mon, 20 Aug 2018 10:37: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":["d246d790-f712-44fa-8b87-a4e8b931bafd"],"updated_at":"2018-08-20T10:37:38Z","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"402e902468bb42b385d258f72bbc496d","id":"33224223-2624-44c6-a37d-94eef5f2b230","name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net"}]} 2018-08-20 10:37:58,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-a3bb3207-683a-4141-abfa-eea2406593e7 2018-08-20 10:37:58,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:58,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cf339cfc-c7cb-45e7-9fd7-9ac4330ab10d Date: Mon, 20 Aug 2018 10:37:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:58,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230 used request id req-cf339cfc-c7cb-45e7-9fd7-9ac4330ab10d 2018-08-20 10:37:58,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:58,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-818fadbe-5013-4647-994a-31f33d9596fa Date: Mon, 20 Aug 2018 10:37:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33224223-2624-44c6-a37d-94eef5f2b230","tenant_id":"402e902468bb42b385d258f72bbc496d","created_at":"2018-08-20T10:37:38Z","dns_nameservers":[],"updated_at":"2018-08-20T10:37:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"402e902468bb42b385d258f72bbc496d","id":"d246d790-f712-44fa-8b87-a4e8b931bafd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet"}]} 2018-08-20 10:37:58,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=33224223-2624-44c6-a37d-94eef5f2b230&name=CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet used request id req-818fadbe-5013-4647-994a-31f33d9596fa 2018-08-20 10:37:58,864 - create_instance - INFO - Deleting Port with ID - 6dbc245e-c707-4adc-b689-91ec9c66081a 2018-08-20 10:37:58,864 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75port-1 2018-08-20 10:37:58,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/6dbc245e-c707-4adc-b689-91ec9c66081a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:59,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56a6035f-48b3-4979-a928-0fc045ca48a5 Date: Mon, 20 Aug 2018 10:37:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:37:59,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/6dbc245e-c707-4adc-b689-91ec9c66081a used request id req-56a6035f-48b3-4979-a928-0fc045ca48a5 2018-08-20 10:37:59,341 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst 2018-08-20 10:37:59,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:59,550 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:37: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-92b27909-01d6-4f24-997c-46fe3d0dd5de x-compute-request-id: req-92b27909-01d6-4f24-997c-46fe3d0dd5de Content-Type: application/json 2018-08-20 10:37:59,550 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-92b27909-01d6-4f24-997c-46fe3d0dd5de 2018-08-20 10:37:59,550 - create_instance - INFO - Checking deletion status 2018-08-20 10:37:59,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:37:59,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:37: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-5b7dbf69-2cca-4f46-b7df-f336ecda5b97 x-compute-request-id: req-5b7dbf69-2cca-4f46-b7df-f336ecda5b97 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.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "bookmark"}], "image": {"id": "85802175-80fe-41e2-a269-778156f36cfa", "links": [{"href": "http://172.30.9.36:8774/images/85802175-80fe-41e2-a269-778156f36cfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:37:54.000000", "flavor": {"id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "links": [{"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}]}, "id": "11144ad4-51ca-402b-a245-f837616a694f", "user_id": "504798cd76854868b573d2bd76e03eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:37:59Z", "hostId": "9f868c90ff61556660fe0d83d0f6fba122b5a77f397d757ecc9367f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst", "created": "2018-08-20T10:37:48Z", "tenant_id": "402e902468bb42b385d258f72bbc496d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:37:59,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-5b7dbf69-2cca-4f46-b7df-f336ecda5b97 2018-08-20 10:37:59,821 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst] is - ACTIVE 2018-08-20 10:37:59,821 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:38:02,824 - create_instance - DEBUG - VM status query timeout in 296.726107121 2018-08-20 10:38:02,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:38:03,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38: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-c1780cc9-af0e-4e70-b37d-dae29184ef0e x-compute-request-id: req-c1780cc9-af0e-4e70-b37d-dae29184ef0e 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.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/11144ad4-51ca-402b-a245-f837616a694f", "rel": "bookmark"}], "image": {"id": "85802175-80fe-41e2-a269-778156f36cfa", "links": [{"href": "http://172.30.9.36:8774/images/85802175-80fe-41e2-a269-778156f36cfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:37:54.000000", "flavor": {"id": "4a9100a2-e1e0-4f4e-bddb-61d36b184154", "links": [{"href": "http://172.30.9.36:8774/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154", "rel": "bookmark"}]}, "id": "11144ad4-51ca-402b-a245-f837616a694f", "user_id": "504798cd76854868b573d2bd76e03eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:37:59Z", "hostId": "9f868c90ff61556660fe0d83d0f6fba122b5a77f397d757ecc9367f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst", "created": "2018-08-20T10:37:48Z", "tenant_id": "402e902468bb42b385d258f72bbc496d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:38:03,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-c1780cc9-af0e-4e70-b37d-dae29184ef0e 2018-08-20 10:38:03,108 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst] is - ACTIVE 2018-08-20 10:38:03,108 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:38:06,112 - create_instance - DEBUG - VM status query timeout in 293.438705921 2018-08-20 10:38:06,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8effaff37615a702b6b44946da44461849ad7ff5" 2018-08-20 10:38:06,162 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44833c9f-af95-4a78-a00c-9af9c301aff3 x-compute-request-id: req-44833c9f-af95-4a78-a00c-9af9c301aff3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 11144ad4-51ca-402b-a245-f837616a694f could not be found.", "code": 404}} 2018-08-20 10:38:06,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/11144ad4-51ca-402b-a245-f837616a694f used request id req-44833c9f-af95-4a78-a00c-9af9c301aff3 2018-08-20 10:38:06,162 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 11144ad4-51ca-402b-a245-f837616a694f could not be found. (HTTP 404) (Request-ID: req-44833c9f-af95-4a78-a00c-9af9c301aff3) 2018-08-20 10:38:06,163 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-inst 2018-08-20 10:38:06,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}648a2feacaab4560c3b681cf443564f1ff8a4bed" 2018-08-20 10:38:06,217 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:38:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36d0b75f-eb2a-4e40-9255-9a79d9bc0389 x-compute-request-id: req-36d0b75f-eb2a-4e40-9255-9a79d9bc0389 Content-Length: 0 Content-Type: application/json 2018-08-20 10:38:06,217 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/4a9100a2-e1e0-4f4e-bddb-61d36b184154 used request id req-36d0b75f-eb2a-4e40-9255-9a79d9bc0389 2018-08-20 10:38:06,218 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet 2018-08-20 10:38:06,218 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-subnet 2018-08-20 10:38:06,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/d246d790-f712-44fa-8b87-a4e8b931bafd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" 2018-08-20 10:38:08,598 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fff36d4d-0f51-4676-943c-dd8cd9cd374b Date: Mon, 20 Aug 2018 10:38:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:38:08,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/d246d790-f712-44fa-8b87-a4e8b931bafd used request id req-fff36d4d-0f51-4676-943c-dd8cd9cd374b 2018-08-20 10:38:08,598 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-pub-net 2018-08-20 10:38:08,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/33224223-2624-44c6-a37d-94eef5f2b230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ae92ab534a2b927467c48e0de169fefc82af026" 2018-08-20 10:38:10,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e2362fa-185a-474a-91ff-f0383d63754a Date: Mon, 20 Aug 2018 10:38:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:38:10,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/33224223-2624-44c6-a37d-94eef5f2b230 used request id req-0e2362fa-185a-474a-91ff-f0383d63754a 2018-08-20 10:38:10,631 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-297f59f5-0613-459f-8393-5dd48e2dce75-image 2018-08-20 10:38:10,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}761450e0209dbd62c6934d884c0d57df2b3f69bf" 2018-08-20 10:38:11,398 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0c713693-2c07-4b30-a64a-4557da53f905 Date: Mon, 20 Aug 2018 10:38:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:38:11,399 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/85802175-80fe-41e2-a269-778156f36cfa used request id req-0c713693-2c07-4b30-a64a-4557da53f905 2018-08-20 10:38:11,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:38:11,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:38:11,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:38:11,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:38:11,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:38:11,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:38:11,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-05477fd0-f746-4f09-9a6e-d09ed630d7e8 Date: Mon, 20 Aug 2018 10:38:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "402e902468bb42b385d258f72bbc496d", "created_at": "2018-08-20T10:37:36Z", "updated_at": "2018-08-20T10:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:37:36Z", "revision_number": 0, "id": "4c12fe7b-435d-44f8-8c2b-f9a2e5e91815", "remote_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "remote_ip_prefix": null, "created_at": "2018-08-20T10:37:36Z", "security_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "tenant_id": "402e902468bb42b385d258f72bbc496d", "port_range_min": null, "ethertype": "IPv4", "project_id": "402e902468bb42b385d258f72bbc496d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:37:36Z", "revision_number": 0, "id": "862f7281-ef12-453f-a4d7-16f52713675d", "remote_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "remote_ip_prefix": null, "created_at": "2018-08-20T10:37:36Z", "security_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "tenant_id": "402e902468bb42b385d258f72bbc496d", "port_range_min": null, "ethertype": "IPv6", "project_id": "402e902468bb42b385d258f72bbc496d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:37:36Z", "revision_number": 0, "id": "a9ff1657-3c75-4a9d-b59f-32e82d6a3e14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:37:36Z", "security_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "tenant_id": "402e902468bb42b385d258f72bbc496d", "port_range_min": null, "ethertype": "IPv4", "project_id": "402e902468bb42b385d258f72bbc496d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:37:36Z", "revision_number": 0, "id": "b1e180c5-c75f-4a98-ade7-654d4ae90cbf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:37:36Z", "security_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "tenant_id": "402e902468bb42b385d258f72bbc496d", "port_range_min": null, "ethertype": "IPv6", "project_id": "402e902468bb42b385d258f72bbc496d"}], "revision_number": 4, "project_id": "402e902468bb42b385d258f72bbc496d", "id": "1b5010f8-bf15-416c-b419-d52fe3099421", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:38:11,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-05477fd0-f746-4f09-9a6e-d09ed630d7e8 2018-08-20 10:38:11,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:38:11,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cb94e8b-2f62-4eff-8289-f79f3fb7cc94 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:11,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-1cb94e8b-2f62-4eff-8289-f79f3fb7cc94 2018-08-20 10:38:11,746 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:11,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:38:11,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da82fa82-9c67-4c42-967f-c2a4a76b6897 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "402e902468bb42b385d258f72bbc496d", "name": "CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj"}} 2018-08-20 10:38:11,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d used request id req-da82fa82-9c67-4c42-967f-c2a4a76b6897 2018-08-20 10:38:11,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b5010f8-bf15-416c-b419-d52fe3099421 2018-08-20 10:38:11,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1b5010f8-bf15-416c-b419-d52fe3099421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:38:12,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-87fe6982-147a-4f16-af27-a2b3abb8b746 Date: Mon, 20 Aug 2018 10:38:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:37:36Z", "security_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "port_range_min": null, "revision_number": 0, "tenant_id": "402e902468bb42b385d258f72bbc496d", "created_at": "2018-08-20T10:37:36Z", "project_id": "402e902468bb42b385d258f72bbc496d", "id": "4c12fe7b-435d-44f8-8c2b-f9a2e5e91815"}, {"remote_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:37:36Z", "security_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "port_range_min": null, "revision_number": 0, "tenant_id": "402e902468bb42b385d258f72bbc496d", "created_at": "2018-08-20T10:37:36Z", "project_id": "402e902468bb42b385d258f72bbc496d", "id": "862f7281-ef12-453f-a4d7-16f52713675d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:37:36Z", "security_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "port_range_min": null, "revision_number": 0, "tenant_id": "402e902468bb42b385d258f72bbc496d", "created_at": "2018-08-20T10:37:36Z", "project_id": "402e902468bb42b385d258f72bbc496d", "id": "a9ff1657-3c75-4a9d-b59f-32e82d6a3e14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:37:36Z", "security_group_id": "1b5010f8-bf15-416c-b419-d52fe3099421", "port_range_min": null, "revision_number": 0, "tenant_id": "402e902468bb42b385d258f72bbc496d", "created_at": "2018-08-20T10:37:36Z", "project_id": "402e902468bb42b385d258f72bbc496d", "id": "b1e180c5-c75f-4a98-ade7-654d4ae90cbf"}]} 2018-08-20 10:38:12,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1b5010f8-bf15-416c-b419-d52fe3099421 used request id req-87fe6982-147a-4f16-af27-a2b3abb8b746 2018-08-20 10:38:12,043 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:38:12,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/1b5010f8-bf15-416c-b419-d52fe3099421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:38:12,440 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27ea5194-2df1-4446-90b7-855832486c08 Content-Length: 0 Date: Mon, 20 Aug 2018 10:38:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:38:12,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/1b5010f8-bf15-416c-b419-d52fe3099421 used request id req-27ea5194-2df1-4446-90b7-855832486c08 2018-08-20 10:38:12,441 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj 2018-08-20 10:38:12,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:38:12,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b109c94a-9a9a-447d-82a5-529a17d84fb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:38:12,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/402e902468bb42b385d258f72bbc496d used request id req-b109c94a-9a9a-447d-82a5-529a17d84fb9 2018-08-20 10:38:12,824 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-064cfae5-83b4-4c0-proj-role 2018-08-20 10:38:12,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/4b3c64515cb24a4483e127797127f647 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:38:12,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:38:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-824086b0-dc2b-4094-8bcf-160c2105d614 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:38:12,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4b3c64515cb24a4483e127797127f647 used request id req-824086b0-dc2b-4094-8bcf-160c2105d614 2018-08-20 10:38:12,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35874c5ae4c64c06976839804d5109bf05b216a" 2018-08-20 10:38:13,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f801beac-d1a3-4176-9f72-74e62395b447 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:38:13,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f801beac-d1a3-4176-9f72-74e62395b447 2018-08-20 10:38:13,073 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-064cfae5-83b4-4c0-user 2018-08-20 10:38:13,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/504798cd76854868b573d2bd76e03eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abfe4f8a93aef3e8742e5c39ae28b38c154c1712" 2018-08-20 10:38:13,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:38:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c48c36f-41c7-465f-b074-74ac5334113a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:38:13,288 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/504798cd76854868b573d2bd76e03eb8 used request id req-9c48c36f-41c7-465f-b074-74ac5334113a 2018-08-20 10:38:13,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:13,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:38:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["vMovsiOeQGuERi7FvlZhdQ"], "issued_at": "2018-08-20T10:38:13.000000Z"}} 2018-08-20 10:38:13,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24e273b679f3b430611747911e16a221009e2f0" 2018-08-20 10:38:13,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3064475c-08a9-478f-8db5-2ec7d6659958 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:13,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3064475c-08a9-478f-8db5-2ec7d6659958 2018-08-20 10:38:13,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:13,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:14,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:38:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["uGyNsl53TWOzEF0w5WL2Jg"], "issued_at": "2018-08-20T10:38:14.000000Z"}} 2018-08-20 10:38:14,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:14,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989acb51-6564-47a6-a28b-5f0936f6bc91 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:14,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-989acb51-6564-47a6-a28b-5f0936f6bc91 2018-08-20 10:38:14,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:38:14,275 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:38:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:38:14,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-34959fdf-19d0-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:14,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-836e4a9d-dd9a-46cf-814f-73f2f75230be Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-34959fdf-19d0-410-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:38:14,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-34959fdf-19d0-410-proj used request id req-836e4a9d-dd9a-46cf-814f-73f2f75230be 2018-08-20 10:38:14,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:14,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c94395-6c59-4696-a920-6a5b26cce6a2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:38:14,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-73c94395-6c59-4696-a920-6a5b26cce6a2 2018-08-20 10:38:14,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}}' 2018-08-20 10:38:14,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:38:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d060306-c829-4baa-adc3-3d4e563f7cc1 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "id": "4aec7d7ebbd644789f0411cd7b78b790", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}} 2018-08-20 10:38:14,620 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-9d060306-c829-4baa-adc3-3d4e563f7cc1 2018-08-20 10:38:14,620 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-34959fdf-19d0-410-proj 2018-08-20 10:38:14,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:14,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:15,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:38:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["PYKpHEE8Sliez9hCuRJ82w"], "issued_at": "2018-08-20T10:38:15.000000Z"}} 2018-08-20 10:38:15,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc8a267ffb4257abc30e3fc1db78344e5d7e514" 2018-08-20 10:38:15,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2121b9d-9673-4860-a5b7-930497e6d1e6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:15,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c2121b9d-9673-4860-a5b7-930497e6d1e6 2018-08-20 10:38:15,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:38:15,114 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:38:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:38:15,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc8a267ffb4257abc30e3fc1db78344e5d7e514" 2018-08-20 10:38:15,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-164f051c-37d0-4c39-885f-2c4b1cf1bbcb Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:38:15,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-164f051c-37d0-4c39-885f-2c4b1cf1bbcb 2018-08-20 10:38:15,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-34959fdf-19d0-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc8a267ffb4257abc30e3fc1db78344e5d7e514" 2018-08-20 10:38:15,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3780cb79-a83a-449f-a29f-e329390e4753 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-34959fdf-19d0-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "id": "4aec7d7ebbd644789f0411cd7b78b790", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}]} 2018-08-20 10:38:15,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-34959fdf-19d0-410-proj used request id req-3780cb79-a83a-449f-a29f-e329390e4753 2018-08-20 10:38:15,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc8a267ffb4257abc30e3fc1db78344e5d7e514" 2018-08-20 10:38:15,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c49d032-8a92-4e87-8b0b-ade0857501e5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:38:15,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-0c49d032-8a92-4e87-8b0b-ade0857501e5 2018-08-20 10:38:15,764 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-34959fdf-19d0-410-user 2018-08-20 10:38:15,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:15,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:15,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69c1129a-7e0d-4236-ab51-1d70ba8706b0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:38:15,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-69c1129a-7e0d-4236-ab51-1d70ba8706b0 2018-08-20 10:38:15,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" -d '{"role": {"name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role"}}' 2018-08-20 10:38:15,979 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:38:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f87b7cf-081d-4228-8686-0cc4a9aa721b Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "64199933139a462986206938cc3ddb62", "links": {"self": "http://172.30.9.36:5000/v3/roles/64199933139a462986206938cc3ddb62"}, "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role"}} 2018-08-20 10:38:15,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-7f87b7cf-081d-4228-8686-0cc4a9aa721b 2018-08-20 10:38:15,980 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role 2018-08-20 10:38:15,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/64199933139a462986206938cc3ddb62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:16,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2151790-4261-4570-96e2-17a34ba8e622 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "64199933139a462986206938cc3ddb62", "links": {"self": "http://172.30.9.36:5000/v3/roles/64199933139a462986206938cc3ddb62"}, "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role"}} 2018-08-20 10:38:16,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/64199933139a462986206938cc3ddb62 used request id req-e2151790-4261-4570-96e2-17a34ba8e622 2018-08-20 10:38:16,072 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role to project CreateInstancePortManipulationTests-34959fdf-19d0-410-proj 2018-08-20 10:38:16,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790/users/815c20b5636346e4aafe8dd0957c24b8/roles/64199933139a462986206938cc3ddb62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:16,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:38:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f0a63f9-5042-4699-ab1c-b39d61ca3a92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:38:16,204 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790/users/815c20b5636346e4aafe8dd0957c24b8/roles/64199933139a462986206938cc3ddb62 used request id req-5f0a63f9-5042-4699-ab1c-b39d61ca3a92 2018-08-20 10:38:16,204 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:38:16,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:16,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:16,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64199933139a462986206938cc3ddb62", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role"}], "expires_at": "2018-08-20T11:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-user", "id": "815c20b5636346e4aafe8dd0957c24b8"}, "audit_ids": ["7KREd6DYQuOOrSNCNg5O_w"], "issued_at": "2018-08-20T10:38:16.000000Z"}} 2018-08-20 10:38:16,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" 2018-08-20 10:38:16,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2702224e-e4c9-4cf3-b6e8-a21e03712143 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:16,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2702224e-e4c9-4cf3-b6e8-a21e03712143 2018-08-20 10:38:16,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" 2018-08-20 10:38:16,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-057e94f0-6880-42e3-81fc-83eece442583 Date: Mon, 20 Aug 2018 10:38:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image"} 2018-08-20 10:38:16,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image used request id req-057e94f0-6880-42e3-81fc-83eece442583 2018-08-20 10:38:16,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" 2018-08-20 10:38:17,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ffa9a16e-80a6-475f-b161-2a145c83f444 Date: Mon, 20 Aug 2018 10:38: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:38:17,076 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-ffa9a16e-80a6-475f-b161-2a145c83f444 2018-08-20 10:38:17,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image"}' 2018-08-20 10:38:17,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-de6c41c6-15d4-4083-9dc6-acee403ae200 Date: Mon, 20 Aug 2018 10:38:17 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:38:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:38:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "min_disk": 0, "protected": false, "id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "file": "/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/file", "checksum": null, "owner": "4aec7d7ebbd644789f0411cd7b78b790", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:38:17,324 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-de6c41c6-15d4-4083-9dc6-acee403ae200 2018-08-20 10:38:17,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" -d '' 2018-08-20 10:38:17,850 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-412f1234-9970-4b92-81ee-e0a23e9b6a19 Date: Mon, 20 Aug 2018 10:38:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:38:17,851 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/file used request id req-412f1234-9970-4b92-81ee-e0a23e9b6a19 2018-08-20 10:38:17,851 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:38:17,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" 2018-08-20 10:38:18,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-13304cc1-7b4f-4cc7-9815-1a1c90072e61 Date: Mon, 20 Aug 2018 10:38:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:38:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:38:17Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/snap", "metadata": {}}], "self": "/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "min_disk": 0, "protected": false, "id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "file": "/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4aec7d7ebbd644789f0411cd7b78b790", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:38:18,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7 used request id req-13304cc1-7b4f-4cc7-9815-1a1c90072e61 2018-08-20 10:38:18,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" 2018-08-20 10:38:18,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-01c1f539-e667-4ccf-a80b-9d5fdfdf6701 Date: Mon, 20 Aug 2018 10:38: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:38:18,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-01c1f539-e667-4ccf-a80b-9d5fdfdf6701 2018-08-20 10:38:18,201 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image 2018-08-20 10:38:18,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" 2018-08-20 10:38:18,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-2fd874ad-a2bc-40ec-9cde-c346f796da75 Date: Mon, 20 Aug 2018 10:38:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:38:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:38:17Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/snap", "metadata": {}}], "self": "/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "min_disk": 0, "protected": false, "id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "file": "/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4aec7d7ebbd644789f0411cd7b78b790", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:38:18,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7 used request id req-2fd874ad-a2bc-40ec-9cde-c346f796da75 2018-08-20 10:38:18,389 - create_image - DEBUG - Instance status is - active 2018-08-20 10:38:18,389 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image 2018-08-20 10:38:18,389 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image 2018-08-20 10:38:18,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:18,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:18,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64199933139a462986206938cc3ddb62", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role"}], "expires_at": "2018-08-20T11:38:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-user", "id": "815c20b5636346e4aafe8dd0957c24b8"}, "audit_ids": ["TEPhZvTCRPuYVCnd1vpQig"], "issued_at": "2018-08-20T10:38:18.000000Z"}} 2018-08-20 10:38:18,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" 2018-08-20 10:38:18,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6dab27f-fb8b-4ad0-94ec-3bb16b4e157c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:18,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a6dab27f-fb8b-4ad0-94ec-3bb16b4e157c 2018-08-20 10:38:18,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:38:18,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:38:18,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:38:18,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:38:18,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:38:18,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" 2018-08-20 10:38:19,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-841fa261-00d0-4c6b-95cf-36c7d09bef85 Date: Mon, 20 Aug 2018 10:38:19 GMT RESP BODY: {"networks":[]} 2018-08-20 10:38:19,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-841fa261-00d0-4c6b-95cf-36c7d09bef85 2018-08-20 10:38:19,096 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net 2018-08-20 10:38:19,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" -d '{"network": {"name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net", "admin_state_up": true}}' 2018-08-20 10:38:19,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-d94a594f-3fe0-4dbe-9d81-3badea93f5dd Date: Mon, 20 Aug 2018 10:38:19 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:38:19Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}} 2018-08-20 10:38:19,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-d94a594f-3fe0-4dbe-9d81-3badea93f5dd 2018-08-20 10:38:19,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" 2018-08-20 10:38:20,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-fd0cd82e-383a-45de-874e-3ec2c744b48d Date: Mon, 20 Aug 2018 10:38:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:38:19Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:20,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-fd0cd82e-383a-45de-874e-3ec2c744b48d 2018-08-20 10:38:20,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" 2018-08-20 10:38:20,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fd1d77d7-4837-446e-a11e-5ab6885c33aa Date: Mon, 20 Aug 2018 10:38:20 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:38:20,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-fd1d77d7-4837-446e-a11e-5ab6885c33aa 2018-08-20 10:38:20,131 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet 2018-08-20 10:38:20,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" -d '{"subnets": [{"ip_version": 4, "network_id": "e45379b9-d626-4d9f-8d6c-9d8ed335ff1f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]}' 2018-08-20 10:38:20,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3f3e73ce-7dc2-4caa-9141-e3c3ac74eaae Date: Mon, 20 Aug 2018 10:38:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:20,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-3f3e73ce-7dc2-4caa-9141-e3c3ac74eaae 2018-08-20 10:38:20,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" 2018-08-20 10:38:21,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-7872222c-3aec-4009-8af2-9d429fea5c39 Date: Mon, 20 Aug 2018 10:38:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:21,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-7872222c-3aec-4009-8af2-9d429fea5c39 2018-08-20 10:38:21,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" 2018-08-20 10:38:21,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2232fd80-0e2b-4dd8-a906-99d79ae74d27 Date: Mon, 20 Aug 2018 10:38:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:21,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-2232fd80-0e2b-4dd8-a906-99d79ae74d27 2018-08-20 10:38:21,648 - OpenStackNetwork - DEBUG - Network [e45379b9-d626-4d9f-8d6c-9d8ed335ff1f] created successfully 2018-08-20 10:38:21,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:21,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:22,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:38:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["q8qPz5o0QqGU5H8r0vWhIw"], "issued_at": "2018-08-20T10:38:22.000000Z"}} 2018-08-20 10:38:22,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7a807b669eff8d57e10718d06a248f84bb9154" 2018-08-20 10:38:22,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7508a5db-64bd-44a4-a860-51e6dbd64d6e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:22,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7508a5db-64bd-44a4-a860-51e6dbd64d6e 2018-08-20 10:38:22,130 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:38:22,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7a807b669eff8d57e10718d06a248f84bb9154" 2018-08-20 10:38:22,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff25f7e2-0d34-4f5b-95ac-2bf2c475e85a x-compute-request-id: req-ff25f7e2-0d34-4f5b-95ac-2bf2c475e85a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:38:22,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-ff25f7e2-0d34-4f5b-95ac-2bf2c475e85a 2018-08-20 10:38:22,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7a807b669eff8d57e10718d06a248f84bb9154" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-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-08-20 10:38:22,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40eb5e19-ef25-4791-9f00-2bf781ef37a0 x-compute-request-id: req-40eb5e19-ef25-4791-9f00-2bf781ef37a0 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548"}} 2018-08-20 10:38:22,307 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-40eb5e19-ef25-4791-9f00-2bf781ef37a0 2018-08-20 10:38:22,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:22,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:22,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64199933139a462986206938cc3ddb62", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role"}], "expires_at": "2018-08-20T11:38:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-user", "id": "815c20b5636346e4aafe8dd0957c24b8"}, "audit_ids": ["bQr2K4hbRyelo9WefJOYjA"], "issued_at": "2018-08-20T10:38:22.000000Z"}} 2018-08-20 10:38:22,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:22,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f064d9f-18ff-4fb9-a525-d4c9d071040a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:22,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0f064d9f-18ff-4fb9-a525-d4c9d071040a 2018-08-20 10:38:22,791 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:38:22,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:38:22,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:38:22,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:38:22,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:38:22,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:38:22,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:22,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1a12bb-6fda-426a-8375-629e796dce9e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:22,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8a1a12bb-6fda-426a-8375-629e796dce9e 2018-08-20 10:38:22,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:23,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0669a228-5008-4789-a0ef-f591dcf32e01 Date: Mon, 20 Aug 2018 10:38: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":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:23,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-0669a228-5008-4789-a0ef-f591dcf32e01 2018-08-20 10:38:23,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:23,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-64d913ad-cdad-4f05-acf5-19a06057d719 Date: Mon, 20 Aug 2018 10:38:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:23,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-64d913ad-cdad-4f05-acf5-19a06057d719 2018-08-20 10:38:23,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:23,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-222b09ba-5e80-46e0-b9eb-fd66e8513638 Date: Mon, 20 Aug 2018 10:38: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":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:23,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-222b09ba-5e80-46e0-b9eb-fd66e8513638 2018-08-20 10:38:23,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:38:23,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:38:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:38:23,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:23,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f28d1c84-aec4-43df-8c96-22dbac5222f1 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}} 2018-08-20 10:38:23,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 used request id req-f28d1c84-aec4-43df-8c96-22dbac5222f1 2018-08-20 10:38:23,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:24,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-729fe483-c8aa-4112-8bbf-e08937fa5598 Date: Mon, 20 Aug 2018 10:38:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:24,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-729fe483-c8aa-4112-8bbf-e08937fa5598 2018-08-20 10:38:24,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:24,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-165b974d-458b-4ac9-b396-9d082636019a Date: Mon, 20 Aug 2018 10:38:24 GMT RESP BODY: {"ports":[]} 2018-08-20 10:38:24,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1&admin_state_up=True used request id req-165b974d-458b-4ac9-b396-9d082636019a 2018-08-20 10:38:24,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:24,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-351231ab-684a-4cc1-9dd1-8dd431f418fb x-compute-request-id: req-351231ab-684a-4cc1-9dd1-8dd431f418fb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:38:24,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst used request id req-351231ab-684a-4cc1-9dd1-8dd431f418fb 2018-08-20 10:38:24,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:24,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-bbcf0adc-8f47-44a4-b461-83fca09a904b Date: Mon, 20 Aug 2018 10:38: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":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:24,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-bbcf0adc-8f47-44a4-b461-83fca09a904b 2018-08-20 10:38:24,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:25,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f8212b18-459b-4172-89c0-afe319c9cc5d Date: Mon, 20 Aug 2018 10:38:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:25,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-f8212b18-459b-4172-89c0-afe319c9cc5d 2018-08-20 10:38:25,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:25,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fe556cca-bbee-4482-8500-97290a7e8193 Date: Mon, 20 Aug 2018 10:38: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":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:25,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-fe556cca-bbee-4482-8500-97290a7e8193 2018-08-20 10:38:25,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:25,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12c20e9-9c04-4d4a-a691-6ae042b49369 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}} 2018-08-20 10:38:25,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 used request id req-a12c20e9-9c04-4d4a-a691-6ae042b49369 2018-08-20 10:38:25,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:25,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6851f2ea-a068-46e3-a994-5b2708f9fb6d Date: Mon, 20 Aug 2018 10:38:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:25,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-6851f2ea-a068-46e3-a994-5b2708f9fb6d 2018-08-20 10:38:25,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:25,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f081fbe5-28d3-44ca-9dc7-0d528131b35a Date: Mon, 20 Aug 2018 10:38:25 GMT RESP BODY: {"ports":[]} 2018-08-20 10:38:25,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1&admin_state_up=True used request id req-f081fbe5-28d3-44ca-9dc7-0d528131b35a 2018-08-20 10:38:25,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:25,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:25,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "64199933139a462986206938cc3ddb62", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role"}], "expires_at": "2018-08-20T11:38:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4aec7d7ebbd644789f0411cd7b78b790", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-user", "id": "815c20b5636346e4aafe8dd0957c24b8"}, "audit_ids": ["iJi35aIISUWwRUrYkSaIIg"], "issued_at": "2018-08-20T10:38:25.000000Z"}} 2018-08-20 10:38:25,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7586a23334542a4a67cd681f525ad81dfc90b4" 2018-08-20 10:38:26,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2630b322-d142-4736-845a-d86f7f57770c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:26,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2630b322-d142-4736-845a-d86f7f57770c 2018-08-20 10:38:26,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:26,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-913c5e99-fe51-451b-8ca5-787d2eaa4bc5 Date: Mon, 20 Aug 2018 10:38: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":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:26,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-913c5e99-fe51-451b-8ca5-787d2eaa4bc5 2018-08-20 10:38:26,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:26,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-58fa6c1c-89c4-4231-9d2e-d6a442c955ae Date: Mon, 20 Aug 2018 10:38:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:26,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-58fa6c1c-89c4-4231-9d2e-d6a442c955ae 2018-08-20 10:38:26,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:26,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1d144acf-67dc-4db0-b9b8-a9ac3466df9c Date: Mon, 20 Aug 2018 10:38: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":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:26,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-1d144acf-67dc-4db0-b9b8-a9ac3466df9c 2018-08-20 10:38:26,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:38:26,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:38:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:38:26,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7586a23334542a4a67cd681f525ad81dfc90b4" 2018-08-20 10:38:26,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6935fcd4-9c3f-4041-be0d-4040cc4eb09f Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}} 2018-08-20 10:38:26,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 used request id req-6935fcd4-9c3f-4041-be0d-4040cc4eb09f 2018-08-20 10:38:26,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:27,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-460eab17-71f8-4be7-945e-c8236bb991c5 Date: Mon, 20 Aug 2018 10:38:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:27,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-460eab17-71f8-4be7-945e-c8236bb991c5 2018-08-20 10:38:27,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:27,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-02cce851-0da4-467d-93fe-6541dd3479ec Date: Mon, 20 Aug 2018 10:38:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:27,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet used request id req-02cce851-0da4-467d-93fe-6541dd3479ec 2018-08-20 10:38:27,447 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net 2018-08-20 10:38:27,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" -d '{"port": {"network_id": "e45379b9-d626-4d9f-8d6c-9d8ed335ff1f", "fixed_ips": [{"subnet_id": "5acfa690-e6c9-464a-ae64-1442d7964537", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1", "admin_state_up": true}}' 2018-08-20 10:38:28,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 772 X-Openstack-Request-Id: req-a2c881ec-6093-4b45-9753-3011b66ccd8b Date: Mon, 20 Aug 2018 10:38:28 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:38:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:38:28Z","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:e2:a3:d6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","fixed_ips":[{"subnet_id":"5acfa690-e6c9-464a-ae64-1442d7964537","ip_address":"10.55.0.101"}],"id":"ee8e9df3-30da-42fe-b8a4-5177f451a0d9","security_groups":["8ffb050e-12dc-449e-90b7-0d45beb1e892"],"device_id":""}} 2018-08-20 10:38:28,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-a2c881ec-6093-4b45-9753-3011b66ccd8b 2018-08-20 10:38:28,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:28,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0ce91c23-7600-4a7d-a9b3-c0213f9eb1e7 Date: Mon, 20 Aug 2018 10:38: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":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:28,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-0ce91c23-7600-4a7d-a9b3-c0213f9eb1e7 2018-08-20 10:38:28,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:28,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d9d20fdb-8d97-450d-ad4f-909ae3567195 Date: Mon, 20 Aug 2018 10:38:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:28,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-d9d20fdb-8d97-450d-ad4f-909ae3567195 2018-08-20 10:38:28,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:29,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1a84848e-72e9-495b-a1f2-e6fd328bda1f Date: Mon, 20 Aug 2018 10:38: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":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:29,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-1a84848e-72e9-495b-a1f2-e6fd328bda1f 2018-08-20 10:38:29,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:29,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c14c1c01-2c73-41cb-ba35-cf18e18452a3 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}} 2018-08-20 10:38:29,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 used request id req-c14c1c01-2c73-41cb-ba35-cf18e18452a3 2018-08-20 10:38:29,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:29,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f2b5e04f-a5cb-409f-ae14-87765fa09d59 Date: Mon, 20 Aug 2018 10:38:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:29,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-f2b5e04f-a5cb-409f-ae14-87765fa09d59 2018-08-20 10:38:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:29,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 775 X-Openstack-Request-Id: req-9b825164-b8a1-4848-b471-a8cbc1cdd7ee Date: Mon, 20 Aug 2018 10:38:29 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:38:28Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:e2:a3:d6","id":"ee8e9df3-30da-42fe-b8a4-5177f451a0d9","port_security_enabled":true,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","fixed_ips":[{"subnet_id":"5acfa690-e6c9-464a-ae64-1442d7964537","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["8ffb050e-12dc-449e-90b7-0d45beb1e892"],"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1"}]} 2018-08-20 10:38:29,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1&admin_state_up=True used request id req-9b825164-b8a1-4848-b471-a8cbc1cdd7ee 2018-08-20 10:38:29,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:30,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7acc4867-9851-445d-8c51-00272f292eb3 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}} 2018-08-20 10:38:30,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 used request id req-7acc4867-9851-445d-8c51-00272f292eb3 2018-08-20 10:38:30,054 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst 2018-08-20 10:38:30,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:30,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38: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-a59e86b9-f331-4716-aff0-2031b43148ee x-compute-request-id: req-a59e86b9-f331-4716-aff0-2031b43148ee Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"flavors": [{"id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-flavor-name"}]} 2018-08-20 10:38:30,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-a59e86b9-f331-4716-aff0-2031b43148ee 2018-08-20 10:38:30,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:30,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38: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-cf0a2945-5db4-4cdc-b091-6e7930a6a3fd x-compute-request-id: req-cf0a2945-5db4-4cdc-b091-6e7930a6a3fd Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548"}} 2018-08-20 10:38:30,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548 used request id req-cf0a2945-5db4-4cdc-b091-6e7930a6a3fd 2018-08-20 10:38:30,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:30,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-3fb78c53-b069-4b78-adc3-a3f5790bee3c Date: Mon, 20 Aug 2018 10:38:30 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:38:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:38:17Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/snap", "metadata": {}}], "self": "/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "min_disk": 0, "protected": false, "id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "file": "/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4aec7d7ebbd644789f0411cd7b78b790", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image"} 2018-08-20 10:38:30,303 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image used request id req-3fb78c53-b069-4b78-adc3-a3f5790bee3c 2018-08-20 10:38:30,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:30,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2985fa94-2b82-4dad-8ad2-3db50ac8b329 Date: Mon, 20 Aug 2018 10:38: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:38:30,488 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-2985fa94-2b82-4dad-8ad2-3db50ac8b329 2018-08-20 10:38:30,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" -d '{"server": {"name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst", "imageRef": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "flavorRef": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "max_count": 1, "min_count": 1, "networks": [{"port": "ee8e9df3-30da-42fe-b8a4-5177f451a0d9"}]}}' 2018-08-20 10:38:31,796 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:38: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-5071098f-5f11-48fc-8f7e-4985c137bb68 x-compute-request-id: req-5071098f-5f11-48fc-8f7e-4985c137bb68 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0146769b-d450-4476-97c6-918f172126c7", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "bookmark"}], "adminPass": "Y3SjQk9V6vPW"}} 2018-08-20 10:38:31,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-5071098f-5f11-48fc-8f7e-4985c137bb68 2018-08-20 10:38:31,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:32,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-4c57c30b-5308-4c59-81ca-55a7a8ee6f93 x-compute-request-id: req-4c57c30b-5308-4c59-81ca-55a7a8ee6f93 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.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "bookmark"}], "image": {"id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "links": [{"href": "http://172.30.9.36:8774/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "links": [{"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}]}, "id": "0146769b-d450-4476-97c6-918f172126c7", "user_id": "815c20b5636346e4aafe8dd0957c24b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:38:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst", "created": "2018-08-20T10:38:31Z", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:38:32,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-4c57c30b-5308-4c59-81ca-55a7a8ee6f93 2018-08-20 10:38:32,034 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst 2018-08-20 10:38:32,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:32,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-129a87ee-c95e-468f-afb1-2b13e611b776 x-compute-request-id: req-129a87ee-c95e-468f-afb1-2b13e611b776 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.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "bookmark"}], "image": {"id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "links": [{"href": "http://172.30.9.36:8774/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "links": [{"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}]}, "id": "0146769b-d450-4476-97c6-918f172126c7", "user_id": "815c20b5636346e4aafe8dd0957c24b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:38:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst", "created": "2018-08-20T10:38:31Z", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:38:32,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-129a87ee-c95e-468f-afb1-2b13e611b776 2018-08-20 10:38:32,287 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst] is - BUILD 2018-08-20 10:38:32,287 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:38:35,291 - create_instance - DEBUG - VM status query timeout in 896.743659019 2018-08-20 10:38:35,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:36,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-defe536f-1740-4d65-ad33-b7df4555abcf x-compute-request-id: req-defe536f-1740-4d65-ad33-b7df4555abcf 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.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "bookmark"}], "image": {"id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "links": [{"href": "http://172.30.9.36:8774/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "links": [{"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}]}, "id": "0146769b-d450-4476-97c6-918f172126c7", "security_groups": [{"name": "default"}], "user_id": "815c20b5636346e4aafe8dd0957c24b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:38:33Z", "hostId": "c37f61becabcda09c13754cb8e31aec10a6c04d44bf1900d355ba425", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst", "created": "2018-08-20T10:38:31Z", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:38:36,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-defe536f-1740-4d65-ad33-b7df4555abcf 2018-08-20 10:38:36,083 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst] is - BUILD 2018-08-20 10:38:36,083 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:38:39,084 - create_instance - DEBUG - VM status query timeout in 892.950266123 2018-08-20 10:38:39,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:39,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-a9ab4b7f-1252-4852-bfb1-aebba3501159 x-compute-request-id: req-a9ab4b7f-1252-4852-bfb1-aebba3501159 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:a3:d6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "bookmark"}], "image": {"id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "links": [{"href": "http://172.30.9.36:8774/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:38:37.000000", "flavor": {"id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "links": [{"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}]}, "id": "0146769b-d450-4476-97c6-918f172126c7", "security_groups": [{"name": "default"}], "user_id": "815c20b5636346e4aafe8dd0957c24b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:38:37Z", "hostId": "c37f61becabcda09c13754cb8e31aec10a6c04d44bf1900d355ba425", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst", "created": "2018-08-20T10:38:31Z", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:38:39,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-a9ab4b7f-1252-4852-bfb1-aebba3501159 2018-08-20 10:38:39,449 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst] is - ACTIVE 2018-08-20 10:38:39,449 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:38:39,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:40,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-49058501-2a61-4d36-ba61-a59aac2c6e85 x-compute-request-id: req-49058501-2a61-4d36-ba61-a59aac2c6e85 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:a3:d6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "bookmark"}], "image": {"id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "links": [{"href": "http://172.30.9.36:8774/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:38:37.000000", "flavor": {"id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "links": [{"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}]}, "id": "0146769b-d450-4476-97c6-918f172126c7", "security_groups": [{"name": "default"}], "user_id": "815c20b5636346e4aafe8dd0957c24b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:38:37Z", "hostId": "c37f61becabcda09c13754cb8e31aec10a6c04d44bf1900d355ba425", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst", "created": "2018-08-20T10:38:31Z", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:38:40,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-49058501-2a61-4d36-ba61-a59aac2c6e85 2018-08-20 10:38:40,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:40,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1636d9ed-84b5-4ec4-8d18-0cc791f3b071 Date: Mon, 20 Aug 2018 10:38:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:40,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net used request id req-1636d9ed-84b5-4ec4-8d18-0cc791f3b071 2018-08-20 10:38:40,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:40,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dbeb464-eae8-4654-9d96-5a98cd0cc96f Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}} 2018-08-20 10:38:40,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 used request id req-1dbeb464-eae8-4654-9d96-5a98cd0cc96f 2018-08-20 10:38:40,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:40,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4099420f-5faa-4adc-836f-2c07821989d0 Date: Mon, 20 Aug 2018 10:38:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:40,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-4099420f-5faa-4adc-836f-2c07821989d0 2018-08-20 10:38:40,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:40,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3040 X-Openstack-Request-Id: req-e5ab05e5-fdee-46e4-bb24-617e32e0dcf5 Date: Mon, 20 Aug 2018 10:38:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:22Z","admin_state_up":true,"updated_at":"2018-08-20T10:38:25Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c6:31:43","id":"0d4cee4f-ab6a-4331-9d5a-c10198ac3c87","port_security_enabled":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","fixed_ips":[{"subnet_id":"5acfa690-e6c9-464a-ae64-1442d7964537","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:21Z","admin_state_up":true,"updated_at":"2018-08-20T10:38:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:03:70:c6","id":"20a9622b-9ca2-4585-af07-a501a13e1b28","port_security_enabled":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","fixed_ips":[{"subnet_id":"5acfa690-e6c9-464a-ae64-1442d7964537","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:21Z","admin_state_up":true,"updated_at":"2018-08-20T10:38:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e3:b0:ae","id":"5dd3b191-a75a-41a4-ae01-0835ab022ce5","port_security_enabled":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","fixed_ips":[{"subnet_id":"5acfa690-e6c9-464a-ae64-1442d7964537","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:38:37Z","binding:vnic_type":"normal","device_id":"0146769b-d450-4476-97c6-918f172126c7","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:e2:a3:d6","id":"ee8e9df3-30da-42fe-b8a4-5177f451a0d9","port_security_enabled":true,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","fixed_ips":[{"subnet_id":"5acfa690-e6c9-464a-ae64-1442d7964537","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["8ffb050e-12dc-449e-90b7-0d45beb1e892"],"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1"}]} 2018-08-20 10:38:40,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-e5ab05e5-fdee-46e4-bb24-617e32e0dcf5 2018-08-20 10:38:40,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:40,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-189d8d2b-cf48-4aec-a28f-7bedc8e31587 Date: Mon, 20 Aug 2018 10:38:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5acfa690-e6c9-464a-ae64-1442d7964537"],"updated_at":"2018-08-20T10:38:20Z","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net"}]} 2018-08-20 10:38:40,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-189d8d2b-cf48-4aec-a28f-7bedc8e31587 2018-08-20 10:38:40,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:40,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-165bad45-f591-47a2-9e3d-1a5f998f1034 Date: Mon, 20 Aug 2018 10:38:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:40,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-165bad45-f591-47a2-9e3d-1a5f998f1034 2018-08-20 10:38:40,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:41,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-de9077f6-ab52-4887-800c-2d635dc59944 Date: Mon, 20 Aug 2018 10:38:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e45379b9-d626-4d9f-8d6c-9d8ed335ff1f","tenant_id":"4aec7d7ebbd644789f0411cd7b78b790","created_at":"2018-08-20T10:38:20Z","dns_nameservers":[],"updated_at":"2018-08-20T10:38:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4aec7d7ebbd644789f0411cd7b78b790","id":"5acfa690-e6c9-464a-ae64-1442d7964537","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet"}]} 2018-08-20 10:38:41,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e45379b9-d626-4d9f-8d6c-9d8ed335ff1f&name=CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet used request id req-de9077f6-ab52-4887-800c-2d635dc59944 2018-08-20 10:38:41,013 - create_instance - INFO - Deleting Port with ID - ee8e9df3-30da-42fe-b8a4-5177f451a0d9 2018-08-20 10:38:41,013 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604port-1 2018-08-20 10:38:41,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/ee8e9df3-30da-42fe-b8a4-5177f451a0d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:41,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41cf6ec2-2f95-47e9-a47c-863d8c34152e Date: Mon, 20 Aug 2018 10:38:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:38:41,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/ee8e9df3-30da-42fe-b8a4-5177f451a0d9 used request id req-41cf6ec2-2f95-47e9-a47c-863d8c34152e 2018-08-20 10:38:41,488 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst 2018-08-20 10:38:41,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:41,664 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-d29fdf76-124d-4e40-96a5-c35e38b2e658 x-compute-request-id: req-d29fdf76-124d-4e40-96a5-c35e38b2e658 Content-Type: application/json 2018-08-20 10:38:41,664 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-d29fdf76-124d-4e40-96a5-c35e38b2e658 2018-08-20 10:38:41,664 - create_instance - INFO - Checking deletion status 2018-08-20 10:38:41,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:42,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-855808a1-f980-4b37-a371-f560ee72de7f x-compute-request-id: req-855808a1-f980-4b37-a371-f560ee72de7f Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:a3:d6", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "bookmark"}], "image": {"id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "links": [{"href": "http://172.30.9.36:8774/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:38:37.000000", "flavor": {"id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "links": [{"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}]}, "id": "0146769b-d450-4476-97c6-918f172126c7", "user_id": "815c20b5636346e4aafe8dd0957c24b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:38:41Z", "hostId": "c37f61becabcda09c13754cb8e31aec10a6c04d44bf1900d355ba425", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst", "created": "2018-08-20T10:38:31Z", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:38:42,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-855808a1-f980-4b37-a371-f560ee72de7f 2018-08-20 10:38:42,128 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst] is - ACTIVE 2018-08-20 10:38:42,129 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:38:45,132 - create_instance - DEBUG - VM status query timeout in 296.532552958 2018-08-20 10:38:45,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:45,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38: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-bdf92569-bc51-4da2-bc50-c16ba96c1f74 x-compute-request-id: req-bdf92569-bc51-4da2-bc50-c16ba96c1f74 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0146769b-d450-4476-97c6-918f172126c7", "rel": "bookmark"}], "image": {"id": "4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "links": [{"href": "http://172.30.9.36:8774/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:38:37.000000", "flavor": {"id": "91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "links": [{"href": "http://172.30.9.36:8774/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548", "rel": "bookmark"}]}, "id": "0146769b-d450-4476-97c6-918f172126c7", "user_id": "815c20b5636346e4aafe8dd0957c24b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:38:45Z", "hostId": "c37f61becabcda09c13754cb8e31aec10a6c04d44bf1900d355ba425", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst", "created": "2018-08-20T10:38:31Z", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:38:45,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-bdf92569-bc51-4da2-bc50-c16ba96c1f74 2018-08-20 10:38:45,412 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst] is - ACTIVE 2018-08-20 10:38:45,412 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:38:48,415 - create_instance - DEBUG - VM status query timeout in 293.249401093 2018-08-20 10:38:48,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bc49c9720e77a38858adf0ea36ec92c45af7150" 2018-08-20 10:38:48,466 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38: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-4ca341a7-f079-47cf-9985-9c4272d25381 x-compute-request-id: req-4ca341a7-f079-47cf-9985-9c4272d25381 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0146769b-d450-4476-97c6-918f172126c7 could not be found.", "code": 404}} 2018-08-20 10:38:48,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0146769b-d450-4476-97c6-918f172126c7 used request id req-4ca341a7-f079-47cf-9985-9c4272d25381 2018-08-20 10:38:48,466 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0146769b-d450-4476-97c6-918f172126c7 could not be found. (HTTP 404) (Request-ID: req-4ca341a7-f079-47cf-9985-9c4272d25381) 2018-08-20 10:38:48,466 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-inst 2018-08-20 10:38:48,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7a807b669eff8d57e10718d06a248f84bb9154" 2018-08-20 10:38:48,523 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:38: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-a2c4fa4f-6dd1-4ad2-9533-d65c0cd6031a x-compute-request-id: req-a2c4fa4f-6dd1-4ad2-9533-d65c0cd6031a Content-Length: 0 Content-Type: application/json 2018-08-20 10:38:48,523 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/91ef21c2-eb75-4da0-9cd4-ddbcc8973548 used request id req-a2c4fa4f-6dd1-4ad2-9533-d65c0cd6031a 2018-08-20 10:38:48,524 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet 2018-08-20 10:38:48,524 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-subnet 2018-08-20 10:38:48,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/5acfa690-e6c9-464a-ae64-1442d7964537 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" 2018-08-20 10:38:51,293 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b61291be-e30f-47e3-8463-16ef5847cd49 Date: Mon, 20 Aug 2018 10:38:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:38:51,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/5acfa690-e6c9-464a-ae64-1442d7964537 used request id req-b61291be-e30f-47e3-8463-16ef5847cd49 2018-08-20 10:38:51,294 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-pub-net 2018-08-20 10:38:51,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/e45379b9-d626-4d9f-8d6c-9d8ed335ff1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdcdd9bbe46ed255e286e545772f128b5c7673d5" 2018-08-20 10:38:52,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ab721ef-6f08-4f2e-91cd-d95a76627a4a Date: Mon, 20 Aug 2018 10:38:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:38:52,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/e45379b9-d626-4d9f-8d6c-9d8ed335ff1f used request id req-2ab721ef-6f08-4f2e-91cd-d95a76627a4a 2018-08-20 10:38:52,937 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b82a5ac3-33a6-4e08-8870-85c959cfb604-image 2018-08-20 10:38:52,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0b7afa04d5706b5b9ddb9b87c463e7f2c104bbe" 2018-08-20 10:38:53,440 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ee627c8-05ac-41d6-b139-d8bace44401e Date: Mon, 20 Aug 2018 10:38:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:38:53,440 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/4e1aec54-db3d-45f5-9aa1-a13d1ef960c7 used request id req-8ee627c8-05ac-41d6-b139-d8bace44401e 2018-08-20 10:38:53,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:38:53,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:38:53,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:38:53,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:38:53,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:38:53,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:53,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-94659ea3-4b56-45f5-8e2e-ade6cda0e044 Date: Mon, 20 Aug 2018 10:38:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "created_at": "2018-08-20T10:38:19Z", "updated_at": "2018-08-20T10:38:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:38:19Z", "revision_number": 0, "id": "2d2d77ad-6e20-4664-9311-c44c618542a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:38:19Z", "security_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "port_range_min": null, "ethertype": "IPv6", "project_id": "4aec7d7ebbd644789f0411cd7b78b790"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:38:19Z", "revision_number": 0, "id": "4e1083c8-5d93-4dc6-b2f4-68d9723d23d1", "remote_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "remote_ip_prefix": null, "created_at": "2018-08-20T10:38:19Z", "security_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "port_range_min": null, "ethertype": "IPv6", "project_id": "4aec7d7ebbd644789f0411cd7b78b790"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:38:19Z", "revision_number": 0, "id": "b6c3e174-129f-41e0-b681-33524e812796", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:38:19Z", "security_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "port_range_min": null, "ethertype": "IPv4", "project_id": "4aec7d7ebbd644789f0411cd7b78b790"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:38:19Z", "revision_number": 0, "id": "c535fd76-63ae-488a-9fc6-3d8f439dce7d", "remote_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "remote_ip_prefix": null, "created_at": "2018-08-20T10:38:19Z", "security_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "port_range_min": null, "ethertype": "IPv4", "project_id": "4aec7d7ebbd644789f0411cd7b78b790"}], "revision_number": 4, "project_id": "4aec7d7ebbd644789f0411cd7b78b790", "id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:38:53,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-94659ea3-4b56-45f5-8e2e-ade6cda0e044 2018-08-20 10:38:53,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:53,830 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0b55023-8d25-41c5-aa35-5eb1c1f073e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:53,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-a0b55023-8d25-41c5-aa35-5eb1c1f073e3 2018-08-20 10:38:53,830 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:53,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:53,924 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b535fb38-96c2-4aa4-865a-30ec2e8fb56c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:53,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-b535fb38-96c2-4aa4-865a-30ec2e8fb56c 2018-08-20 10:38:53,924 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:53,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,012 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dffe503f-96f7-4b18-ab40-0c4b11a014ab Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:54,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-dffe503f-96f7-4b18-ab40-0c4b11a014ab 2018-08-20 10:38:54,012 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:54,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,104 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e585f7c-ff4e-46e8-85bf-a3f58abedb50 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:54,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-9e585f7c-ff4e-46e8-85bf-a3f58abedb50 2018-08-20 10:38:54,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:54,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,203 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c41259c-f14e-48fd-b0da-dcf70ac76513 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:54,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-5c41259c-f14e-48fd-b0da-dcf70ac76513 2018-08-20 10:38:54,204 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:54,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,295 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-615290ce-9783-4004-b81c-a6d9c79fdd22 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:54,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-615290ce-9783-4004-b81c-a6d9c79fdd22 2018-08-20 10:38:54,295 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:54,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,393 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4d9e00e-1626-4529-875d-7e4e77e63c94 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:54,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-a4d9e00e-1626-4529-875d-7e4e77e63c94 2018-08-20 10:38:54,393 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:54,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,486 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7300cb53-774f-454e-b267-f04b7951344b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:54,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-7300cb53-774f-454e-b267-f04b7951344b 2018-08-20 10:38:54,487 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:54,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,581 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7657546-832c-4434-970b-d553e280df57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:38:54,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-e7657546-832c-4434-970b-d553e280df57 2018-08-20 10:38:54,581 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:38:54,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819f3dfc-51a3-4d43-a92d-3964836d24f4 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4aec7d7ebbd644789f0411cd7b78b790", "name": "CreateInstancePortManipulationTests-34959fdf-19d0-410-proj"}} 2018-08-20 10:38:54,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 used request id req-819f3dfc-51a3-4d43-a92d-3964836d24f4 2018-08-20 10:38:54,680 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ffb050e-12dc-449e-90b7-0d45beb1e892 2018-08-20 10:38:54,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=8ffb050e-12dc-449e-90b7-0d45beb1e892 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:54,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-21ea0f70-36ce-4b1e-8983-daa1f4e144af Date: Mon, 20 Aug 2018 10:38:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:38:19Z", "security_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "port_range_min": null, "revision_number": 0, "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "created_at": "2018-08-20T10:38:19Z", "project_id": "4aec7d7ebbd644789f0411cd7b78b790", "id": "2d2d77ad-6e20-4664-9311-c44c618542a5"}, {"remote_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:38:19Z", "security_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "port_range_min": null, "revision_number": 0, "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "created_at": "2018-08-20T10:38:19Z", "project_id": "4aec7d7ebbd644789f0411cd7b78b790", "id": "4e1083c8-5d93-4dc6-b2f4-68d9723d23d1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:38:19Z", "security_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "port_range_min": null, "revision_number": 0, "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "created_at": "2018-08-20T10:38:19Z", "project_id": "4aec7d7ebbd644789f0411cd7b78b790", "id": "b6c3e174-129f-41e0-b681-33524e812796"}, {"remote_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:38:19Z", "security_group_id": "8ffb050e-12dc-449e-90b7-0d45beb1e892", "port_range_min": null, "revision_number": 0, "tenant_id": "4aec7d7ebbd644789f0411cd7b78b790", "created_at": "2018-08-20T10:38:19Z", "project_id": "4aec7d7ebbd644789f0411cd7b78b790", "id": "c535fd76-63ae-488a-9fc6-3d8f439dce7d"}]} 2018-08-20 10:38:54,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=8ffb050e-12dc-449e-90b7-0d45beb1e892 used request id req-21ea0f70-36ce-4b1e-8983-daa1f4e144af 2018-08-20 10:38:54,892 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:38:54,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/8ffb050e-12dc-449e-90b7-0d45beb1e892 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:55,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61245230-04d3-48b8-af2d-4eb2bdac4c5e Content-Length: 0 Date: Mon, 20 Aug 2018 10:38:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:38:55,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/8ffb050e-12dc-449e-90b7-0d45beb1e892 used request id req-61245230-04d3-48b8-af2d-4eb2bdac4c5e 2018-08-20 10:38:55,280 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-34959fdf-19d0-410-proj 2018-08-20 10:38:55,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:55,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65a1f27e-32d7-491e-afa8-12a129947740 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:38:55,608 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/4aec7d7ebbd644789f0411cd7b78b790 used request id req-65a1f27e-32d7-491e-afa8-12a129947740 2018-08-20 10:38:55,608 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-34959fdf-19d0-410-proj-role 2018-08-20 10:38:55,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/64199933139a462986206938cc3ddb62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:55,722 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89982a13-9218-45cf-abb3-af0f434a9ec4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:38:55,722 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/64199933139a462986206938cc3ddb62 used request id req-89982a13-9218-45cf-abb3-af0f434a9ec4 2018-08-20 10:38:55,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee8101f507af3f33d6a5265de1957e989c0b86" 2018-08-20 10:38:55,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50fd50cd-4c72-4fb2-bdbb-b6f367fe74f7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:38:55,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-50fd50cd-4c72-4fb2-bdbb-b6f367fe74f7 2018-08-20 10:38:55,824 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-34959fdf-19d0-410-user 2018-08-20 10:38:55,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/815c20b5636346e4aafe8dd0957c24b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc8a267ffb4257abc30e3fc1db78344e5d7e514" 2018-08-20 10:38:56,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edd58961-b89b-4c9d-80b8-807ec3d2348f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:38:56,048 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/815c20b5636346e4aafe8dd0957c24b8 used request id req-edd58961-b89b-4c9d-80b8-807ec3d2348f 2018-08-20 10:38:56,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:56,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["nhIkieHxQBqLjX8Jpl-EwA"], "issued_at": "2018-08-20T10:38:56.000000Z"}} 2018-08-20 10:38:56,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e159d296d2073ad1a71332800c82afdaf8a75b09" 2018-08-20 10:38:56,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0f43fe2-1867-4e0b-a9f3-d4c789463019 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:56,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f0f43fe2-1867-4e0b-a9f3-d4c789463019 2018-08-20 10:38:56,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:56,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:56,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["rt8DbT9WRrSN3gZwYWDzLg"], "issued_at": "2018-08-20T10:38:56.000000Z"}} 2018-08-20 10:38:56,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:38:57,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21b5c01d-e979-4dd7-9405-d05160707ec2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:57,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-21b5c01d-e979-4dd7-9405-d05160707ec2 2018-08-20 10:38:57,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:38:57,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:38:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:38:57,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:38:57,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca2060c-7923-4939-80bf-77d4bf68e6af Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:38:57,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj used request id req-fca2060c-7923-4939-80bf-77d4bf68e6af 2018-08-20 10:38:57,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:38:57,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1ef688-f030-444b-86f1-fdc86bf536d8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:38:57,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-de1ef688-f030-444b-86f1-fdc86bf536d8 2018-08-20 10:38:57,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}}' 2018-08-20 10:38:57,362 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:38:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c16eb74b-8847-4eec-9ab8-1e1689a8d03f Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "id": "6fd54c70cd654afc88524f191309340e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}} 2018-08-20 10:38:57,362 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-c16eb74b-8847-4eec-9ab8-1e1689a8d03f 2018-08-20 10:38:57,363 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj 2018-08-20 10:38:57,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:57,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:57,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:38:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["coV-4S2qSFug_G9DWLXEUA"], "issued_at": "2018-08-20T10:38:57.000000Z"}} 2018-08-20 10:38:57,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067433368ab164e35238fa5653a049b43bebd3eb" 2018-08-20 10:38:57,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa2c2ff8-ab91-4ecc-9ad9-867f28887e38 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:57,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-aa2c2ff8-ab91-4ecc-9ad9-867f28887e38 2018-08-20 10:38:57,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:38:57,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:38:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:38:57,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067433368ab164e35238fa5653a049b43bebd3eb" 2018-08-20 10:38:57,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e0d580-057c-4d8d-9b20-7aa53d004b7d Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:38:57,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-b2e0d580-057c-4d8d-9b20-7aa53d004b7d 2018-08-20 10:38:57,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067433368ab164e35238fa5653a049b43bebd3eb" 2018-08-20 10:38:58,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ed6dc9-daf0-4a3c-b4d1-fa4f39c9ed8b Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "id": "6fd54c70cd654afc88524f191309340e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}]} 2018-08-20 10:38:58,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj used request id req-e4ed6dc9-daf0-4a3c-b4d1-fa4f39c9ed8b 2018-08-20 10:38:58,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067433368ab164e35238fa5653a049b43bebd3eb" 2018-08-20 10:38:58,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63e7664f-c2e3-4195-b3b8-e589e7eda566 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:38:58,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-63e7664f-c2e3-4195-b3b8-e589e7eda566 2018-08-20 10:38:58,657 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b31d5a1a-929a-43f-user 2018-08-20 10:38:58,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:58,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:38:58,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a885fb-2895-468d-8992-c0cf340a2158 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:38:58,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d3a885fb-2895-468d-8992-c0cf340a2158 2018-08-20 10:38:58,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" -d '{"role": {"name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role"}}' 2018-08-20 10:38:58,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:38:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fccbb4d-a210-4e4e-b139-451105aaed26 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "648af7ddb0174a48a4f9a0f672f2dfb6", "links": {"self": "http://172.30.9.36:5000/v3/roles/648af7ddb0174a48a4f9a0f672f2dfb6"}, "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role"}} 2018-08-20 10:38:58,866 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-0fccbb4d-a210-4e4e-b139-451105aaed26 2018-08-20 10:38:58,866 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role 2018-08-20 10:38:58,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/648af7ddb0174a48a4f9a0f672f2dfb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:38:58,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e354708-9e62-4bf7-b0f2-56e2a0814356 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "648af7ddb0174a48a4f9a0f672f2dfb6", "links": {"self": "http://172.30.9.36:5000/v3/roles/648af7ddb0174a48a4f9a0f672f2dfb6"}, "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role"}} 2018-08-20 10:38:58,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/648af7ddb0174a48a4f9a0f672f2dfb6 used request id req-2e354708-9e62-4bf7-b0f2-56e2a0814356 2018-08-20 10:38:58,962 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role to project CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj 2018-08-20 10:38:58,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e/users/28b334895cff4ca4a38915f052677943/roles/648af7ddb0174a48a4f9a0f672f2dfb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:38:59,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:38:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4061d3c1-8f00-4775-b106-d9a64b9cdd6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:38:59,102 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e/users/28b334895cff4ca4a38915f052677943/roles/648af7ddb0174a48a4f9a0f672f2dfb6 used request id req-4061d3c1-8f00-4775-b106-d9a64b9cdd6a 2018-08-20 10:38:59,103 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:38:59,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:38:59,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:38:59,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "648af7ddb0174a48a4f9a0f672f2dfb6", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role"}], "expires_at": "2018-08-20T11:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-user", "id": "28b334895cff4ca4a38915f052677943"}, "audit_ids": ["PNLghJ2sQJOg7zA5bopMDg"], "issued_at": "2018-08-20T10:38:59.000000Z"}} 2018-08-20 10:38:59,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" 2018-08-20 10:38:59,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9bf6e32-2958-4a31-ace0-019ad592b6e7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:38:59,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c9bf6e32-2958-4a31-ace0-019ad592b6e7 2018-08-20 10:38:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" 2018-08-20 10:38:59,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-e10bd5c5-befe-4f57-b524-4697d4313a86 Date: Mon, 20 Aug 2018 10:38:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image"} 2018-08-20 10:38:59,803 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image used request id req-e10bd5c5-befe-4f57-b524-4697d4313a86 2018-08-20 10:38:59,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" 2018-08-20 10:38:59,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6d85188e-6068-4da6-aaae-6bc35ca10766 Date: Mon, 20 Aug 2018 10:38:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:38:59,993 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-6d85188e-6068-4da6-aaae-6bc35ca10766 2018-08-20 10:39:00,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image"}' 2018-08-20 10:39:00,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-423c15db-999d-4bac-8fdc-e184fe1968dd Date: Mon, 20 Aug 2018 10:39:00 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:39:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:39:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "min_disk": 0, "protected": false, "id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "file": "/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/file", "checksum": null, "owner": "6fd54c70cd654afc88524f191309340e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:39:00,239 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-423c15db-999d-4bac-8fdc-e184fe1968dd 2018-08-20 10:39:00,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" -d '' 2018-08-20 10:39:01,504 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98029d79-69c9-4243-92c9-842d61be85db Date: Mon, 20 Aug 2018 10:39:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:39:01,505 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/file used request id req-98029d79-69c9-4243-92c9-842d61be85db 2018-08-20 10:39:01,505 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:39:01,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" 2018-08-20 10:39:01,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0c798964-9e31-4f16-bf52-2385977e44f8 Date: Mon, 20 Aug 2018 10:39:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:39:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:39:01Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/snap", "metadata": {}}], "self": "/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "min_disk": 0, "protected": false, "id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "file": "/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6fd54c70cd654afc88524f191309340e", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:39:01,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175 used request id req-0c798964-9e31-4f16-bf52-2385977e44f8 2018-08-20 10:39:01,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" 2018-08-20 10:39:01,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-73b08afc-5642-412c-9ed8-c2a8a76eda36 Date: Mon, 20 Aug 2018 10:39: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:39:01,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-73b08afc-5642-412c-9ed8-c2a8a76eda36 2018-08-20 10:39:01,887 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image 2018-08-20 10:39:01,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" 2018-08-20 10:39:02,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-03f6746f-05ff-4905-b485-fb8fb93d38e7 Date: Mon, 20 Aug 2018 10:39:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:39:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:39:01Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/snap", "metadata": {}}], "self": "/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "min_disk": 0, "protected": false, "id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "file": "/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6fd54c70cd654afc88524f191309340e", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:39:02,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175 used request id req-03f6746f-05ff-4905-b485-fb8fb93d38e7 2018-08-20 10:39:02,062 - create_image - DEBUG - Instance status is - active 2018-08-20 10:39:02,062 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image 2018-08-20 10:39:02,062 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image 2018-08-20 10:39:02,062 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:02,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:02,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "648af7ddb0174a48a4f9a0f672f2dfb6", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role"}], "expires_at": "2018-08-20T11:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-user", "id": "28b334895cff4ca4a38915f052677943"}, "audit_ids": ["Eek4Qe2eRnWiuHe1tLEhdQ"], "issued_at": "2018-08-20T10:39:02.000000Z"}} 2018-08-20 10:39:02,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" 2018-08-20 10:39:02,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce06adf-9bea-4fe2-8f39-e3a8c1308d45 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:02,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-dce06adf-9bea-4fe2-8f39-e3a8c1308d45 2018-08-20 10:39:02,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:39:02,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:39:02,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:39:02,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:39:02,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:39:02,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" 2018-08-20 10:39:02,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5613b8b6-7952-48d3-be59-33761ddba342 Date: Mon, 20 Aug 2018 10:39:02 GMT RESP BODY: {"networks":[]} 2018-08-20 10:39:02,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-5613b8b6-7952-48d3-be59-33761ddba342 2018-08-20 10:39:02,759 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net 2018-08-20 10:39:02,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" -d '{"network": {"name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net", "admin_state_up": true}}' 2018-08-20 10:39:03,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-0b634238-4ee7-4229-b460-84128606b77b Date: Mon, 20 Aug 2018 10:39:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:39:03Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}} 2018-08-20 10:39:03,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-0b634238-4ee7-4229-b460-84128606b77b 2018-08-20 10:39:03,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" 2018-08-20 10:39:03,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-4d73cc01-6073-466f-8232-4f1530b7c931 Date: Mon, 20 Aug 2018 10:39: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-08-20T10:39:03Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:03,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-4d73cc01-6073-466f-8232-4f1530b7c931 2018-08-20 10:39:03,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" 2018-08-20 10:39:03,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c17ce55b-b9d8-4eff-9e6a-47eef581ce52 Date: Mon, 20 Aug 2018 10:39:03 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:39:03,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-c17ce55b-b9d8-4eff-9e6a-47eef581ce52 2018-08-20 10:39:03,787 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet 2018-08-20 10:39:03,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" -d '{"subnets": [{"ip_version": 4, "network_id": "065d135e-5d93-4775-b655-66ae949ae9be", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]}' 2018-08-20 10:39:04,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c893d9c1-b6d1-425a-bb54-b68ab5d0153f Date: Mon, 20 Aug 2018 10:39:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:04,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-c893d9c1-b6d1-425a-bb54-b68ab5d0153f 2018-08-20 10:39:04,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" 2018-08-20 10:39:04,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8f6b8d76-6f94-43af-bf5e-f8ccb8acb69d Date: Mon, 20 Aug 2018 10:39:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:04,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-8f6b8d76-6f94-43af-bf5e-f8ccb8acb69d 2018-08-20 10:39:04,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" 2018-08-20 10:39:04,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-70b82d38-9ac1-4466-9084-22485c7dd008 Date: Mon, 20 Aug 2018 10:39:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:04,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-70b82d38-9ac1-4466-9084-22485c7dd008 2018-08-20 10:39:04,739 - OpenStackNetwork - DEBUG - Network [065d135e-5d93-4775-b655-66ae949ae9be] created successfully 2018-08-20 10:39:04,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:04,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:05,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:39:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["YZRb773QRN-xW61tc8mk9g"], "issued_at": "2018-08-20T10:39:05.000000Z"}} 2018-08-20 10:39:05,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd244b182bb82aef092b5c1866e639237ca95f" 2018-08-20 10:39:05,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9d7f5a-0ab9-40ca-af8b-44825b983db4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:05,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4f9d7f5a-0ab9-40ca-af8b-44825b983db4 2018-08-20 10:39:05,244 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:39:05,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd244b182bb82aef092b5c1866e639237ca95f" 2018-08-20 10:39:05,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39: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-897abc41-c321-48a7-9ee8-908fada3ba60 x-compute-request-id: req-897abc41-c321-48a7-9ee8-908fada3ba60 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:39:05,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-897abc41-c321-48a7-9ee8-908fada3ba60 2018-08-20 10:39:05,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd244b182bb82aef092b5c1866e639237ca95f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-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-08-20 10:39:05,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39: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-c02dc4fb-0484-4cd8-8767-d75b87012aa6 x-compute-request-id: req-c02dc4fb-0484-4cd8-8767-d75b87012aa6 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e"}} 2018-08-20 10:39:05,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-c02dc4fb-0484-4cd8-8767-d75b87012aa6 2018-08-20 10:39:05,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:05,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:05,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "648af7ddb0174a48a4f9a0f672f2dfb6", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role"}], "expires_at": "2018-08-20T11:39:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-user", "id": "28b334895cff4ca4a38915f052677943"}, "audit_ids": ["mXb_qv8IRpy-bfLDKlbs0g"], "issued_at": "2018-08-20T10:39:05.000000Z"}} 2018-08-20 10:39:05,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:05,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7309bdea-aa9f-4443-8b2b-3d17333f8970 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:05,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7309bdea-aa9f-4443-8b2b-3d17333f8970 2018-08-20 10:39:05,980 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:39:05,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:39:05,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:39:05,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:39:05,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:39:05,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:39:05,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:06,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27b31b5e-6d2b-45af-8def-dbc8c1701c6e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:06,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-27b31b5e-6d2b-45af-8def-dbc8c1701c6e 2018-08-20 10:39:06,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:06,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-255053cf-6cb2-44a7-a6e1-2eba54cea265 Date: Mon, 20 Aug 2018 10:39:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:06,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-255053cf-6cb2-44a7-a6e1-2eba54cea265 2018-08-20 10:39:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:06,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-44763b1e-2244-434e-8fcd-d6141f3b9e4b Date: Mon, 20 Aug 2018 10:39:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:06,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-44763b1e-2244-434e-8fcd-d6141f3b9e4b 2018-08-20 10:39:06,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:07,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-598e12cc-b3be-40d8-a3fa-d02bf8348772 Date: Mon, 20 Aug 2018 10:39: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":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:07,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-598e12cc-b3be-40d8-a3fa-d02bf8348772 2018-08-20 10:39:07,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:39:07,055 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:39:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:39:07,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:07,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a69c66eb-95be-47fd-ac4e-488ca6ebfaac Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}} 2018-08-20 10:39:07,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e used request id req-a69c66eb-95be-47fd-ac4e-488ca6ebfaac 2018-08-20 10:39:07,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:07,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-28127d47-5053-4388-bc2d-68c5043c9589 Date: Mon, 20 Aug 2018 10:39:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:07,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-28127d47-5053-4388-bc2d-68c5043c9589 2018-08-20 10:39:07,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=065d135e-5d93-4775-b655-66ae949ae9be&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:07,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0e71ee93-ffa0-48e2-9186-8e68720c4424 Date: Mon, 20 Aug 2018 10:39:07 GMT RESP BODY: {"ports":[]} 2018-08-20 10:39:07,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=065d135e-5d93-4775-b655-66ae949ae9be&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1&admin_state_up=True used request id req-0e71ee93-ffa0-48e2-9186-8e68720c4424 2018-08-20 10:39:07,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:07,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63514271-fe6c-4102-9024-42c61ef7d980 x-compute-request-id: req-63514271-fe6c-4102-9024-42c61ef7d980 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:39:07,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst used request id req-63514271-fe6c-4102-9024-42c61ef7d980 2018-08-20 10:39:07,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:08,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ef517c0a-7ed8-4cb2-902b-44e6de565f67 Date: Mon, 20 Aug 2018 10:39: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":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:08,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-ef517c0a-7ed8-4cb2-902b-44e6de565f67 2018-08-20 10:39:08,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:08,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e7ac5433-e2c2-4129-aa50-4abe1ce77158 Date: Mon, 20 Aug 2018 10:39:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:08,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-e7ac5433-e2c2-4129-aa50-4abe1ce77158 2018-08-20 10:39:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:08,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-bd936032-ffeb-403a-a5e2-df0b2f9bc3c0 Date: Mon, 20 Aug 2018 10:39: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":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:08,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-bd936032-ffeb-403a-a5e2-df0b2f9bc3c0 2018-08-20 10:39:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:08,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50268f5d-6b57-4ee1-90d9-dbbaa3954fc8 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}} 2018-08-20 10:39:08,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e used request id req-50268f5d-6b57-4ee1-90d9-dbbaa3954fc8 2018-08-20 10:39:08,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:08,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-28a3293a-f13b-423e-82ff-3f07475de6c5 Date: Mon, 20 Aug 2018 10:39:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:08,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-28a3293a-f13b-423e-82ff-3f07475de6c5 2018-08-20 10:39:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=065d135e-5d93-4775-b655-66ae949ae9be&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:08,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-20a2b026-8b04-4055-a964-a2bb30d48a7c Date: Mon, 20 Aug 2018 10:39:08 GMT RESP BODY: {"ports":[]} 2018-08-20 10:39:08,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=065d135e-5d93-4775-b655-66ae949ae9be&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1&admin_state_up=True used request id req-20a2b026-8b04-4055-a964-a2bb30d48a7c 2018-08-20 10:39:09,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:09,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:09,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "648af7ddb0174a48a4f9a0f672f2dfb6", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role"}], "expires_at": "2018-08-20T11:39:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6fd54c70cd654afc88524f191309340e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-user", "id": "28b334895cff4ca4a38915f052677943"}, "audit_ids": ["YebQEVVaRuuOzDwvWaY2UQ"], "issued_at": "2018-08-20T10:39:09.000000Z"}} 2018-08-20 10:39:09,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c42da36a13da6b5f7eb7fb72f0935684c070df" 2018-08-20 10:39:09,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82f21e7c-37eb-495d-9343-db58270b9500 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:09,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-82f21e7c-37eb-495d-9343-db58270b9500 2018-08-20 10:39:09,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:09,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-47070982-81e7-4d1c-b02e-b5b716a4ae64 Date: Mon, 20 Aug 2018 10:39:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:09,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-47070982-81e7-4d1c-b02e-b5b716a4ae64 2018-08-20 10:39:09,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:10,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-37f961dd-14b9-4b26-8041-65a3284ecad9 Date: Mon, 20 Aug 2018 10:39:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:10,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-37f961dd-14b9-4b26-8041-65a3284ecad9 2018-08-20 10:39:10,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:10,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-663ed15e-2f52-46f4-bd2f-1403014944dc Date: Mon, 20 Aug 2018 10:39: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":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:10,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-663ed15e-2f52-46f4-bd2f-1403014944dc 2018-08-20 10:39:10,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:39:10,408 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:39:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:39:10,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c42da36a13da6b5f7eb7fb72f0935684c070df" 2018-08-20 10:39:10,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a3ffb85-fa5b-4118-98c0-c560251d3ce1 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}} 2018-08-20 10:39:10,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e used request id req-5a3ffb85-fa5b-4118-98c0-c560251d3ce1 2018-08-20 10:39:10,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:10,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-abc681b2-b890-4bc1-a854-b5d711e7ccbd Date: Mon, 20 Aug 2018 10:39:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:10,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-abc681b2-b890-4bc1-a854-b5d711e7ccbd 2018-08-20 10:39:10,734 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net 2018-08-20 10:39:10,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" -d '{"port": {"network_id": "065d135e-5d93-4775-b655-66ae949ae9be", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1", "admin_state_up": true}}' 2018-08-20 10:39:11,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-e80a444b-f9fe-4a7e-9cdc-fb44cd064c53 Date: Mon, 20 Aug 2018 10:39:11 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:39:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:39:11Z","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"6fd54c70cd654afc88524f191309340e","fixed_ips":[{"subnet_id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","ip_address":"10.55.0.6"}],"id":"5a2b3483-c602-46d9-b252-84a3399ab96e","security_groups":["1f112b41-bb51-4818-a0f2-649085975e29"],"device_id":""}} 2018-08-20 10:39:11,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-e80a444b-f9fe-4a7e-9cdc-fb44cd064c53 2018-08-20 10:39:11,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:12,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-653f324b-469f-4f6c-b104-b4548f74af84 Date: Mon, 20 Aug 2018 10:39: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":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:12,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-653f324b-469f-4f6c-b104-b4548f74af84 2018-08-20 10:39:12,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:12,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f8a3730e-ef8f-42f6-b1ad-7790b1f1701b Date: Mon, 20 Aug 2018 10:39:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:12,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-f8a3730e-ef8f-42f6-b1ad-7790b1f1701b 2018-08-20 10:39:12,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:12,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ff68c19a-3069-42f4-9267-36972e508adc Date: Mon, 20 Aug 2018 10:39: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":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:12,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-ff68c19a-3069-42f4-9267-36972e508adc 2018-08-20 10:39:12,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:12,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c50c912-223f-49b0-8c9d-96679947a197 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}} 2018-08-20 10:39:12,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e used request id req-3c50c912-223f-49b0-8c9d-96679947a197 2018-08-20 10:39:12,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:12,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-03e3c2ac-0671-4458-9f6c-31ba09c7480e Date: Mon, 20 Aug 2018 10:39:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:12,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-03e3c2ac-0671-4458-9f6c-31ba09c7480e 2018-08-20 10:39:12,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=065d135e-5d93-4775-b655-66ae949ae9be&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:13,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-b540da5b-043c-448e-a778-01ec1c13f76e Date: Mon, 20 Aug 2018 10:39:13 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:11Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","id":"5a2b3483-c602-46d9-b252-84a3399ab96e","port_security_enabled":true,"project_id":"6fd54c70cd654afc88524f191309340e","fixed_ips":[{"subnet_id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["1f112b41-bb51-4818-a0f2-649085975e29"],"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1"}]} 2018-08-20 10:39:13,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=065d135e-5d93-4775-b655-66ae949ae9be&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1&admin_state_up=True used request id req-b540da5b-043c-448e-a778-01ec1c13f76e 2018-08-20 10:39:13,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:13,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c4a223-1065-459b-9525-422b35170e63 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}} 2018-08-20 10:39:13,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e used request id req-f9c4a223-1065-459b-9525-422b35170e63 2018-08-20 10:39:13,198 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst 2018-08-20 10:39:13,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:13,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81293ed7-708b-468f-be56-a6f3f2d67525 x-compute-request-id: req-81293ed7-708b-468f-be56-a6f3f2d67525 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-flavor-name"}]} 2018-08-20 10:39:13,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-81293ed7-708b-468f-be56-a6f3f2d67525 2018-08-20 10:39:13,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:13,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a10b29a7-63de-487d-b3a2-52f00e2488c6 x-compute-request-id: req-a10b29a7-63de-487d-b3a2-52f00e2488c6 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e"}} 2018-08-20 10:39:13,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e used request id req-a10b29a7-63de-487d-b3a2-52f00e2488c6 2018-08-20 10:39:13,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:13,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-12933ef2-e752-41e7-a59e-e8c631511aa7 Date: Mon, 20 Aug 2018 10:39:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:39:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:39:01Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/snap", "metadata": {}}], "self": "/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "min_disk": 0, "protected": false, "id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "file": "/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6fd54c70cd654afc88524f191309340e", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image"} 2018-08-20 10:39:13,457 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image used request id req-12933ef2-e752-41e7-a59e-e8c631511aa7 2018-08-20 10:39:13,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:13,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e2b84fde-22e1-4b17-af52-2224e335b6e8 Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:39:13,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-e2b84fde-22e1-4b17-af52-2224e335b6e8 2018-08-20 10:39:13,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" -d '{"server": {"name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst", "imageRef": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "flavorRef": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "max_count": 1, "min_count": 1, "networks": [{"port": "5a2b3483-c602-46d9-b252-84a3399ab96e"}]}}' 2018-08-20 10:39:15,282 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:39:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2633df97-063f-4eed-b789-fb14d2acec3a x-compute-request-id: req-2633df97-063f-4eed-b789-fb14d2acec3a Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "bookmark"}], "adminPass": "SeaToDWqc4W6"}} 2018-08-20 10:39:15,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-2633df97-063f-4eed-b789-fb14d2acec3a 2018-08-20 10:39:15,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:15,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39: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-9ae9d57b-244e-4885-a988-363b991d81d8 x-compute-request-id: req-9ae9d57b-244e-4885-a988-363b991d81d8 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.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "bookmark"}], "image": {"id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "links": [{"href": "http://172.30.9.36:8774/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "links": [{"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}]}, "id": "3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "user_id": "28b334895cff4ca4a38915f052677943", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:39:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst", "created": "2018-08-20T10:39:15Z", "tenant_id": "6fd54c70cd654afc88524f191309340e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:39:15,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 used request id req-9ae9d57b-244e-4885-a988-363b991d81d8 2018-08-20 10:39:15,545 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst 2018-08-20 10:39:15,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:15,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39: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-991cff56-5173-4942-90b9-d5d7dac7345b x-compute-request-id: req-991cff56-5173-4942-90b9-d5d7dac7345b 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.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "bookmark"}], "image": {"id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "links": [{"href": "http://172.30.9.36:8774/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "links": [{"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}]}, "id": "3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "user_id": "28b334895cff4ca4a38915f052677943", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:39:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst", "created": "2018-08-20T10:39:15Z", "tenant_id": "6fd54c70cd654afc88524f191309340e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:39:15,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 used request id req-991cff56-5173-4942-90b9-d5d7dac7345b 2018-08-20 10:39:15,975 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst] is - BUILD 2018-08-20 10:39:15,975 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:39:18,979 - create_instance - DEBUG - VM status query timeout in 896.566263199 2018-08-20 10:39:18,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:19,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49d5d487-5778-46ec-abfe-8da5aab88e58 x-compute-request-id: req-49d5d487-5778-46ec-abfe-8da5aab88e58 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.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "bookmark"}], "image": {"id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "links": [{"href": "http://172.30.9.36:8774/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "links": [{"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}]}, "id": "3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "security_groups": [{"name": "default"}], "user_id": "28b334895cff4ca4a38915f052677943", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:39:17Z", "hostId": "3b932298466ebfddb59582661a4d539ac5e635a0fd498c31129035a1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst", "created": "2018-08-20T10:39:15Z", "tenant_id": "6fd54c70cd654afc88524f191309340e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:39:19,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 used request id req-49d5d487-5778-46ec-abfe-8da5aab88e58 2018-08-20 10:39:19,377 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst] is - BUILD 2018-08-20 10:39:19,377 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:39:22,380 - create_instance - DEBUG - VM status query timeout in 893.16458106 2018-08-20 10:39:22,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:23,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d384f6d-7fc7-4d8f-b578-f790805c2040 x-compute-request-id: req-8d384f6d-7fc7-4d8f-b578-f790805c2040 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "bookmark"}], "image": {"id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "links": [{"href": "http://172.30.9.36:8774/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:39:21.000000", "flavor": {"id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "links": [{"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}]}, "id": "3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "security_groups": [{"name": "default"}], "user_id": "28b334895cff4ca4a38915f052677943", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:39:21Z", "hostId": "3b932298466ebfddb59582661a4d539ac5e635a0fd498c31129035a1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst", "created": "2018-08-20T10:39:15Z", "tenant_id": "6fd54c70cd654afc88524f191309340e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:39:23,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 used request id req-8d384f6d-7fc7-4d8f-b578-f790805c2040 2018-08-20 10:39:23,067 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst] is - ACTIVE 2018-08-20 10:39:23,067 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:39:23,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:23,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-098ab16d-6c73-47ba-8fd4-1b0770d250f9 x-compute-request-id: req-098ab16d-6c73-47ba-8fd4-1b0770d250f9 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "bookmark"}], "image": {"id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "links": [{"href": "http://172.30.9.36:8774/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:39:21.000000", "flavor": {"id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "links": [{"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}]}, "id": "3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "security_groups": [{"name": "default"}], "user_id": "28b334895cff4ca4a38915f052677943", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:39:21Z", "hostId": "3b932298466ebfddb59582661a4d539ac5e635a0fd498c31129035a1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst", "created": "2018-08-20T10:39:15Z", "tenant_id": "6fd54c70cd654afc88524f191309340e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:39:23,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 used request id req-098ab16d-6c73-47ba-8fd4-1b0770d250f9 2018-08-20 10:39:23,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:24,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fc511d49-64fa-46e9-9de7-6b0fa91b305a Date: Mon, 20 Aug 2018 10:39:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d29a805-ff35-4c2b-9680-4e56a00ad579"],"updated_at":"2018-08-20T10:39:04Z","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6fd54c70cd654afc88524f191309340e","id":"065d135e-5d93-4775-b655-66ae949ae9be","name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net"}]} 2018-08-20 10:39:24,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net used request id req-fc511d49-64fa-46e9-9de7-6b0fa91b305a 2018-08-20 10:39:24,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:24,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-520102a6-1073-4d76-bcf8-4af8b415c937 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}} 2018-08-20 10:39:24,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e used request id req-520102a6-1073-4d76-bcf8-4af8b415c937 2018-08-20 10:39:24,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:24,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bda38e9d-48c1-489a-a56a-ec124ce22187 Date: Mon, 20 Aug 2018 10:39:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"6fd54c70cd654afc88524f191309340e","id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet"}]} 2018-08-20 10:39:24,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-bda38e9d-48c1-489a-a56a-ec124ce22187 2018-08-20 10:39:24,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:24,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3038 X-Openstack-Request-Id: req-cae27df6-3d2c-4295-8990-1429af469497 Date: Mon, 20 Aug 2018 10:39:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:05Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-065d135e-5d93-4775-b655-66ae949ae9be","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:61:53:5b","id":"38e4b5ce-2400-438a-a38c-03139fb45d43","port_security_enabled":false,"project_id":"6fd54c70cd654afc88524f191309340e","fixed_ips":[{"subnet_id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-065d135e-5d93-4775-b655-66ae949ae9be","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:03:34:6b","id":"54eb79e4-256d-40ee-8c44-a20097024a6d","port_security_enabled":false,"project_id":"6fd54c70cd654afc88524f191309340e","fixed_ips":[{"subnet_id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:21Z","binding:vnic_type":"normal","device_id":"3032c76f-df2d-4ce2-aa4a-c58f64db9c53","device_owner":"compute:nova","revision_number":10,"mac_address":"0a:1b:2c:3d:4e:5f","id":"5a2b3483-c602-46d9-b252-84a3399ab96e","port_security_enabled":true,"project_id":"6fd54c70cd654afc88524f191309340e","fixed_ips":[{"subnet_id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["1f112b41-bb51-4818-a0f2-649085975e29"],"name":"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"065d135e-5d93-4775-b655-66ae949ae9be","tenant_id":"6fd54c70cd654afc88524f191309340e","created_at":"2018-08-20T10:39:05Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-065d135e-5d93-4775-b655-66ae949ae9be","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:51:f7:75","id":"d5e135b7-453a-4593-bb6c-4c5ecafe5212","port_security_enabled":false,"project_id":"6fd54c70cd654afc88524f191309340e","fixed_ips":[{"subnet_id":"9d29a805-ff35-4c2b-9680-4e56a00ad579","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:39:24,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=065d135e-5d93-4775-b655-66ae949ae9be used request id req-cae27df6-3d2c-4295-8990-1429af469497 2018-08-20 10:39:24,465 - create_instance - INFO - Deleting Port with ID - 5a2b3483-c602-46d9-b252-84a3399ab96e 2018-08-20 10:39:24,466 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82dport-1 2018-08-20 10:39:24,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/5a2b3483-c602-46d9-b252-84a3399ab96e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:24,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e422adbb-28e9-48d4-a7a1-10f24aec29ee Date: Mon, 20 Aug 2018 10:39:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:39:24,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/5a2b3483-c602-46d9-b252-84a3399ab96e used request id req-e422adbb-28e9-48d4-a7a1-10f24aec29ee 2018-08-20 10:39:24,941 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst 2018-08-20 10:39:24,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:25,126 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:39:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a81dd4ed-216a-4adf-b1bd-031560b357e6 x-compute-request-id: req-a81dd4ed-216a-4adf-b1bd-031560b357e6 Content-Type: application/json 2018-08-20 10:39:25,126 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 used request id req-a81dd4ed-216a-4adf-b1bd-031560b357e6 2018-08-20 10:39:25,127 - create_instance - INFO - Checking deletion status 2018-08-20 10:39:25,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:25,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39: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-a4e8d248-73c5-4396-93e6-5d285d55215e x-compute-request-id: req-a4e8d248-73c5-4396-93e6-5d285d55215e Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "rel": "bookmark"}], "image": {"id": "b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "links": [{"href": "http://172.30.9.36:8774/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:39:21.000000", "flavor": {"id": "b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "links": [{"href": "http://172.30.9.36:8774/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e", "rel": "bookmark"}]}, "id": "3032c76f-df2d-4ce2-aa4a-c58f64db9c53", "user_id": "28b334895cff4ca4a38915f052677943", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:39:25Z", "hostId": "3b932298466ebfddb59582661a4d539ac5e635a0fd498c31129035a1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst", "created": "2018-08-20T10:39:15Z", "tenant_id": "6fd54c70cd654afc88524f191309340e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:39:25,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 used request id req-a4e8d248-73c5-4396-93e6-5d285d55215e 2018-08-20 10:39:25,412 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst] is - ACTIVE 2018-08-20 10:39:25,413 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:39:28,416 - create_instance - DEBUG - VM status query timeout in 296.710921049 2018-08-20 10:39:28,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc5bf82f407391b96b29cfad4a3b65600f74d74" 2018-08-20 10:39:28,468 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:39: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-5aac31db-2b6d-4720-871a-ee974a2b9e7f x-compute-request-id: req-5aac31db-2b6d-4720-871a-ee974a2b9e7f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3032c76f-df2d-4ce2-aa4a-c58f64db9c53 could not be found.", "code": 404}} 2018-08-20 10:39:28,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3032c76f-df2d-4ce2-aa4a-c58f64db9c53 used request id req-5aac31db-2b6d-4720-871a-ee974a2b9e7f 2018-08-20 10:39:28,468 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3032c76f-df2d-4ce2-aa4a-c58f64db9c53 could not be found. (HTTP 404) (Request-ID: req-5aac31db-2b6d-4720-871a-ee974a2b9e7f) 2018-08-20 10:39:28,469 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-inst 2018-08-20 10:39:28,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd244b182bb82aef092b5c1866e639237ca95f" 2018-08-20 10:39:28,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:39: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-8d7ef91a-cc39-420a-88cd-a7a2f9ef3b91 x-compute-request-id: req-8d7ef91a-cc39-420a-88cd-a7a2f9ef3b91 Content-Length: 0 Content-Type: application/json 2018-08-20 10:39:28,511 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/b8d11bc1-2e6c-4c72-ada8-e1bc2d15698e used request id req-8d7ef91a-cc39-420a-88cd-a7a2f9ef3b91 2018-08-20 10:39:28,511 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet 2018-08-20 10:39:28,512 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-subnet 2018-08-20 10:39:28,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/9d29a805-ff35-4c2b-9680-4e56a00ad579 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" 2018-08-20 10:39:31,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-985b8f32-630a-4f30-b207-ada90a04752e Date: Mon, 20 Aug 2018 10:39:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:39:31,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/9d29a805-ff35-4c2b-9680-4e56a00ad579 used request id req-985b8f32-630a-4f30-b207-ada90a04752e 2018-08-20 10:39:31,132 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-pub-net 2018-08-20 10:39:31,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/065d135e-5d93-4775-b655-66ae949ae9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58540a570f4b16187661b9eed8d19888869ea391" 2018-08-20 10:39:33,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f16c540e-4f28-4576-8212-619876801b64 Date: Mon, 20 Aug 2018 10:39:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:39:33,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/065d135e-5d93-4775-b655-66ae949ae9be used request id req-f16c540e-4f28-4576-8212-619876801b64 2018-08-20 10:39:33,009 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-5e250e74-544c-4a86-b596-84fb50dba82d-image 2018-08-20 10:39:33,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2c76b133588dc407d253c61273c6054fa464b7c" 2018-08-20 10:39:33,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a8ae81a-7447-480c-bc1e-8e212eee857b Date: Mon, 20 Aug 2018 10:39:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:39:33,495 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/b967a2c1-eb3d-42d2-bc51-ade6d48cd175 used request id req-6a8ae81a-7447-480c-bc1e-8e212eee857b 2018-08-20 10:39:33,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:39:33,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:39:33,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:39:33,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:39:33,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:39:33,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:39:33,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-6ebac77d-05fe-487f-86d8-879dbac5fe38 Date: Mon, 20 Aug 2018 10:39:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6fd54c70cd654afc88524f191309340e", "created_at": "2018-08-20T10:39:03Z", "updated_at": "2018-08-20T10:39:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:39:03Z", "revision_number": 0, "id": "19b9c85d-f313-4139-8168-79094fdb54b2", "remote_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "remote_ip_prefix": null, "created_at": "2018-08-20T10:39:03Z", "security_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "tenant_id": "6fd54c70cd654afc88524f191309340e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6fd54c70cd654afc88524f191309340e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:39:03Z", "revision_number": 0, "id": "612d5b77-19aa-45b8-bfd5-c28dd916dda5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:39:03Z", "security_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "tenant_id": "6fd54c70cd654afc88524f191309340e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6fd54c70cd654afc88524f191309340e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:39:03Z", "revision_number": 0, "id": "78124090-1a93-44fc-9094-cbd54623d6f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:39:03Z", "security_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "tenant_id": "6fd54c70cd654afc88524f191309340e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6fd54c70cd654afc88524f191309340e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:39:03Z", "revision_number": 0, "id": "c8ed0ae3-135f-4aef-b083-dfb2ae2c538b", "remote_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "remote_ip_prefix": null, "created_at": "2018-08-20T10:39:03Z", "security_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "tenant_id": "6fd54c70cd654afc88524f191309340e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6fd54c70cd654afc88524f191309340e"}], "revision_number": 4, "project_id": "6fd54c70cd654afc88524f191309340e", "id": "1f112b41-bb51-4818-a0f2-649085975e29", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:39:33,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-6ebac77d-05fe-487f-86d8-879dbac5fe38 2018-08-20 10:39:33,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:39:33,877 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:39:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-159fee19-259d-43a4-9e1d-15a495e51234 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:39:33,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-159fee19-259d-43a4-9e1d-15a495e51234 2018-08-20 10:39:33,877 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:39:33,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:39:33,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68e9934d-fe83-4a80-bc4b-687141f5cf66 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6fd54c70cd654afc88524f191309340e", "name": "CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj"}} 2018-08-20 10:39:33,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e used request id req-68e9934d-fe83-4a80-bc4b-687141f5cf66 2018-08-20 10:39:33,970 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f112b41-bb51-4818-a0f2-649085975e29 2018-08-20 10:39:33,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1f112b41-bb51-4818-a0f2-649085975e29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:39:34,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4865769b-ec4a-4edb-90ce-cbc5b46362e5 Date: Mon, 20 Aug 2018 10:39:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:39:03Z", "security_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "port_range_min": null, "revision_number": 0, "tenant_id": "6fd54c70cd654afc88524f191309340e", "created_at": "2018-08-20T10:39:03Z", "project_id": "6fd54c70cd654afc88524f191309340e", "id": "19b9c85d-f313-4139-8168-79094fdb54b2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:39:03Z", "security_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "port_range_min": null, "revision_number": 0, "tenant_id": "6fd54c70cd654afc88524f191309340e", "created_at": "2018-08-20T10:39:03Z", "project_id": "6fd54c70cd654afc88524f191309340e", "id": "612d5b77-19aa-45b8-bfd5-c28dd916dda5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:39:03Z", "security_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "port_range_min": null, "revision_number": 0, "tenant_id": "6fd54c70cd654afc88524f191309340e", "created_at": "2018-08-20T10:39:03Z", "project_id": "6fd54c70cd654afc88524f191309340e", "id": "78124090-1a93-44fc-9094-cbd54623d6f7"}, {"remote_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:39:03Z", "security_group_id": "1f112b41-bb51-4818-a0f2-649085975e29", "port_range_min": null, "revision_number": 0, "tenant_id": "6fd54c70cd654afc88524f191309340e", "created_at": "2018-08-20T10:39:03Z", "project_id": "6fd54c70cd654afc88524f191309340e", "id": "c8ed0ae3-135f-4aef-b083-dfb2ae2c538b"}]} 2018-08-20 10:39:34,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1f112b41-bb51-4818-a0f2-649085975e29 used request id req-4865769b-ec4a-4edb-90ce-cbc5b46362e5 2018-08-20 10:39:34,152 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:39:34,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/1f112b41-bb51-4818-a0f2-649085975e29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:39:34,557 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc7e0e99-d362-4d7b-a374-b83fb0f73ce1 Content-Length: 0 Date: Mon, 20 Aug 2018 10:39:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:39:34,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/1f112b41-bb51-4818-a0f2-649085975e29 used request id req-bc7e0e99-d362-4d7b-a374-b83fb0f73ce1 2018-08-20 10:39:34,559 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj 2018-08-20 10:39:34,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:39:34,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d692b8f7-26a4-4a25-9627-0fea550a73d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:39:34,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6fd54c70cd654afc88524f191309340e used request id req-d692b8f7-26a4-4a25-9627-0fea550a73d2 2018-08-20 10:39:34,879 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b31d5a1a-929a-43f-proj-role 2018-08-20 10:39:34,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/648af7ddb0174a48a4f9a0f672f2dfb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:39:35,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aeb84c4-0c70-46d1-b69f-0657704ba8f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:39:35,016 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/648af7ddb0174a48a4f9a0f672f2dfb6 used request id req-3aeb84c4-0c70-46d1-b69f-0657704ba8f0 2018-08-20 10:39:35,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a814675bc470218de1c3d783f7b6c5729f37db8" 2018-08-20 10:39:35,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02df4127-6b9b-45e9-a80e-4b66657788ab Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:39:35,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-02df4127-6b9b-45e9-a80e-4b66657788ab 2018-08-20 10:39:35,114 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b31d5a1a-929a-43f-user 2018-08-20 10:39:35,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/28b334895cff4ca4a38915f052677943 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067433368ab164e35238fa5653a049b43bebd3eb" 2018-08-20 10:39:35,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:39:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52fe2d38-7ba1-408e-8a21-a354125be3b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:39:35,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/28b334895cff4ca4a38915f052677943 used request id req-52fe2d38-7ba1-408e-8a21-a354125be3b9 2018-08-20 10:39:35,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:35,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:39:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mXt3uKYeSIuQTbQf9UZPpg"], "issued_at": "2018-08-20T10:39:35.000000Z"}} 2018-08-20 10:39:35,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5173928ee086196468267876aec372c4f9cb6e8" 2018-08-20 10:39:35,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6b10483-5e69-455d-9d05-9f81e2f1e785 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:35,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e6b10483-5e69-455d-9d05-9f81e2f1e785 2018-08-20 10:39:35,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:35,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:36,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:39:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["2eF-JDMPTRmaY8SmslPxxQ"], "issued_at": "2018-08-20T10:39:36.000000Z"}} 2018-08-20 10:39:36,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:39:36,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0362900-ab34-4d0e-8982-b42e7c6c8143 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:36,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a0362900-ab34-4d0e-8982-b42e7c6c8143 2018-08-20 10:39:36,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:39:36,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:39:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:39:36,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:39:36,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30ecf9f9-5d4a-495d-a3b4-3ab24ce4cd35 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:39:36,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj used request id req-30ecf9f9-5d4a-495d-a3b4-3ab24ce4cd35 2018-08-20 10:39:36,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:39:36,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7abd49-db77-4317-8c79-a1da77e066e2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:39:36,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-8f7abd49-db77-4317-8c79-a1da77e066e2 2018-08-20 10:39:36,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}}' 2018-08-20 10:39:36,692 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:39:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb73559c-4bb2-4a18-9e53-2db8add69367 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "id": "f87f71f3b0b44a859e83215fae6b70c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}} 2018-08-20 10:39:36,692 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-eb73559c-4bb2-4a18-9e53-2db8add69367 2018-08-20 10:39:36,693 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj 2018-08-20 10:39:36,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:36,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:37,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:39:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["NGciXVGvSPWsKhg37tDXdg"], "issued_at": "2018-08-20T10:39:37.000000Z"}} 2018-08-20 10:39:37,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8d31109723e837531fd18bbab1a657dc7531823" 2018-08-20 10:39:37,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2bbbb3-a895-49ad-880f-bf85f2911990 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:37,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3e2bbbb3-a895-49ad-880f-bf85f2911990 2018-08-20 10:39:37,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:39:37,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:39:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:39:37,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8d31109723e837531fd18bbab1a657dc7531823" 2018-08-20 10:39:37,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d68ae8e4-ba54-4ccb-ad07-c1d2ce821abb Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:39:37,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-d68ae8e4-ba54-4ccb-ad07-c1d2ce821abb 2018-08-20 10:39:37,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8d31109723e837531fd18bbab1a657dc7531823" 2018-08-20 10:39:37,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6676dad-37fb-4b49-a757-a468a8fff6a2 Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "id": "f87f71f3b0b44a859e83215fae6b70c1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}]} 2018-08-20 10:39:37,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj used request id req-f6676dad-37fb-4b49-a757-a468a8fff6a2 2018-08-20 10:39:37,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8d31109723e837531fd18bbab1a657dc7531823" 2018-08-20 10:39:37,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fd0a6f6-6363-4d84-bf85-58190c7841a9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:39:37,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-0fd0a6f6-6363-4d84-bf85-58190c7841a9 2018-08-20 10:39:38,249 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-user 2018-08-20 10:39:38,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:38,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:39:38,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc8aab05-5b5b-45a6-8f58-fbf1d3c1b4f2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:39:38,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fc8aab05-5b5b-45a6-8f58-fbf1d3c1b4f2 2018-08-20 10:39:38,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" -d '{"role": {"name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role"}}' 2018-08-20 10:39:38,464 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:39:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8251ec14-5b0d-4504-a597-73a96d0ac98b Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "db5466aa1caa437f884be375292dbff9", "links": {"self": "http://172.30.9.36:5000/v3/roles/db5466aa1caa437f884be375292dbff9"}, "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role"}} 2018-08-20 10:39:38,465 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-8251ec14-5b0d-4504-a597-73a96d0ac98b 2018-08-20 10:39:38,465 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role 2018-08-20 10:39:38,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/db5466aa1caa437f884be375292dbff9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:39:38,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7862f59f-3dc2-4f8d-ac7e-0543104aa9e6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "db5466aa1caa437f884be375292dbff9", "links": {"self": "http://172.30.9.36:5000/v3/roles/db5466aa1caa437f884be375292dbff9"}, "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role"}} 2018-08-20 10:39:38,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/db5466aa1caa437f884be375292dbff9 used request id req-7862f59f-3dc2-4f8d-ac7e-0543104aa9e6 2018-08-20 10:39:38,570 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role to project CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj 2018-08-20 10:39:38,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1/users/cb27ac68521a41c2abb6e65be72adae9/roles/db5466aa1caa437f884be375292dbff9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:39:38,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:39:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99d8616d-11c2-4b6d-a1ea-d640174a7078 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:39:38,708 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1/users/cb27ac68521a41c2abb6e65be72adae9/roles/db5466aa1caa437f884be375292dbff9 used request id req-99d8616d-11c2-4b6d-a1ea-d640174a7078 2018-08-20 10:39:38,708 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:39:38,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:38,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:39,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db5466aa1caa437f884be375292dbff9", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role"}], "expires_at": "2018-08-20T11:39:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-user", "id": "cb27ac68521a41c2abb6e65be72adae9"}, "audit_ids": ["u93dmeUjQTGj0dCqYnbJSA"], "issued_at": "2018-08-20T10:39:39.000000Z"}} 2018-08-20 10:39:39,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" 2018-08-20 10:39:39,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ef0e48-289d-40df-babb-3513492e5c30 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:39,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-01ef0e48-289d-40df-babb-3513492e5c30 2018-08-20 10:39:39,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" 2018-08-20 10:39:39,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-7a5b94fb-70d1-4651-b6cf-3fd007fd5c58 Date: Mon, 20 Aug 2018 10:39:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image"} 2018-08-20 10:39:39,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image used request id req-7a5b94fb-70d1-4651-b6cf-3fd007fd5c58 2018-08-20 10:39:39,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" 2018-08-20 10:39:39,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e8c874eb-0d60-45f4-a64d-5f27afc419f9 Date: Mon, 20 Aug 2018 10:39:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:39:39,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-e8c874eb-0d60-45f4-a64d-5f27afc419f9 2018-08-20 10:39:39,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image"}' 2018-08-20 10:39:39,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ec0df392-a32c-4ac1-91a8-69f19f64abc3 Date: Mon, 20 Aug 2018 10:39:39 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:39:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:39:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "min_disk": 0, "protected": false, "id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "file": "/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/file", "checksum": null, "owner": "f87f71f3b0b44a859e83215fae6b70c1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:39:39,821 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-ec0df392-a32c-4ac1-91a8-69f19f64abc3 2018-08-20 10:39:39,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" -d '' 2018-08-20 10:39:41,422 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51738f94-ee39-4428-8902-4ee8b6956410 Date: Mon, 20 Aug 2018 10:39:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:39:41,422 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/file used request id req-51738f94-ee39-4428-8902-4ee8b6956410 2018-08-20 10:39:41,423 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:39:41,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" 2018-08-20 10:39:41,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0543f3dc-f623-47e6-ae0d-a4adc5e222ca Date: Mon, 20 Aug 2018 10:39:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:39:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:39:41Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/snap", "metadata": {}}], "self": "/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "min_disk": 0, "protected": false, "id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "file": "/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f87f71f3b0b44a859e83215fae6b70c1", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:39:41,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491 used request id req-0543f3dc-f623-47e6-ae0d-a4adc5e222ca 2018-08-20 10:39:41,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" 2018-08-20 10:39:41,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-40cb049e-b9c5-4ba2-9603-0218df392d7d Date: Mon, 20 Aug 2018 10:39: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:39:41,788 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-40cb049e-b9c5-4ba2-9603-0218df392d7d 2018-08-20 10:39:41,791 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image 2018-08-20 10:39:41,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" 2018-08-20 10:39:41,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-858ac7c6-9090-49fe-b79b-4eef7b8b8de8 Date: Mon, 20 Aug 2018 10:39:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:39:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:39:41Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/snap", "metadata": {}}], "self": "/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "min_disk": 0, "protected": false, "id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "file": "/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f87f71f3b0b44a859e83215fae6b70c1", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:39:41,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491 used request id req-858ac7c6-9090-49fe-b79b-4eef7b8b8de8 2018-08-20 10:39:41,986 - create_image - DEBUG - Instance status is - active 2018-08-20 10:39:41,986 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image 2018-08-20 10:39:41,986 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image 2018-08-20 10:39:41,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:41,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:42,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db5466aa1caa437f884be375292dbff9", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role"}], "expires_at": "2018-08-20T11:39:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-user", "id": "cb27ac68521a41c2abb6e65be72adae9"}, "audit_ids": ["r6diHn66ShezGEEnPX6wuQ"], "issued_at": "2018-08-20T10:39:42.000000Z"}} 2018-08-20 10:39:42,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" 2018-08-20 10:39:42,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5df4e0-4575-4071-a353-16ffb1803065 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:42,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3d5df4e0-4575-4071-a353-16ffb1803065 2018-08-20 10:39:42,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:39:42,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:39:42,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:39:42,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:39:42,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:39:42,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" 2018-08-20 10:39:42,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9c14ab30-5963-44f4-ba96-fff83c9a0963 Date: Mon, 20 Aug 2018 10:39:42 GMT RESP BODY: {"networks":[]} 2018-08-20 10:39:42,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-9c14ab30-5963-44f4-ba96-fff83c9a0963 2018-08-20 10:39:42,670 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net 2018-08-20 10:39:42,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" -d '{"network": {"name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net", "admin_state_up": true}}' 2018-08-20 10:39:43,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-ae7364db-5ffa-418a-97b4-8c91260a0f76 Date: Mon, 20 Aug 2018 10:39:43 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:39:43Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}} 2018-08-20 10:39:43,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-ae7364db-5ffa-418a-97b4-8c91260a0f76 2018-08-20 10:39:43,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" 2018-08-20 10:39:43,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-e411e81a-b0c4-4d41-b778-e7a4e7c8c49b Date: Mon, 20 Aug 2018 10:39: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-08-20T10:39:43Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:43,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-e411e81a-b0c4-4d41-b778-e7a4e7c8c49b 2018-08-20 10:39:43,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" 2018-08-20 10:39:43,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9deab569-16e9-47f7-a4d3-fc78fd6367b8 Date: Mon, 20 Aug 2018 10:39:43 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:39:43,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-9deab569-16e9-47f7-a4d3-fc78fd6367b8 2018-08-20 10:39:43,894 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet 2018-08-20 10:39:43,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" -d '{"subnets": [{"ip_version": 4, "network_id": "483918d8-b46b-42ac-9b2c-a3663a39f7bc", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]}' 2018-08-20 10:39:44,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7569780e-0acd-4aba-99c5-bea6590f413a Date: Mon, 20 Aug 2018 10:39:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:44,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-7569780e-0acd-4aba-99c5-bea6590f413a 2018-08-20 10:39:44,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" 2018-08-20 10:39:45,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ca957a4b-1239-4709-9c51-7e341adc8d65 Date: Mon, 20 Aug 2018 10:39:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:45,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-ca957a4b-1239-4709-9c51-7e341adc8d65 2018-08-20 10:39:45,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" 2018-08-20 10:39:45,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-343d3128-182a-4578-8be3-1eee96fdf12d Date: Mon, 20 Aug 2018 10:39:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:45,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-343d3128-182a-4578-8be3-1eee96fdf12d 2018-08-20 10:39:45,248 - OpenStackNetwork - DEBUG - Network [483918d8-b46b-42ac-9b2c-a3663a39f7bc] created successfully 2018-08-20 10:39:45,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:45,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:45,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["CznqGlyLRtqDy8fDknCO5w"], "issued_at": "2018-08-20T10:39:45.000000Z"}} 2018-08-20 10:39:45,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9103d91508aacd34caeaf3a7987d3586410ee0" 2018-08-20 10:39:45,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d88da45b-e4be-4f4c-87a4-ae977b3a4146 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:45,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d88da45b-e4be-4f4c-87a4-ae977b3a4146 2018-08-20 10:39:45,746 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:39:45,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9103d91508aacd34caeaf3a7987d3586410ee0" 2018-08-20 10:39:45,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6d46ca2-2bf8-4ef4-aff3-fc3c9f360c19 x-compute-request-id: req-f6d46ca2-2bf8-4ef4-aff3-fc3c9f360c19 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:39:45,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f6d46ca2-2bf8-4ef4-aff3-fc3c9f360c19 2018-08-20 10:39:45,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9103d91508aacd34caeaf3a7987d3586410ee0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-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-08-20 10:39:46,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-ce222802-dee5-4d20-9534-ad0e5c16ef85 x-compute-request-id: req-ce222802-dee5-4d20-9534-ad0e5c16ef85 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "0b519cee-c08f-4b75-a85b-43ebb55a6108"}} 2018-08-20 10:39:46,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-ce222802-dee5-4d20-9534-ad0e5c16ef85 2018-08-20 10:39:46,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:46,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:46,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db5466aa1caa437f884be375292dbff9", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role"}], "expires_at": "2018-08-20T11:39:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-user", "id": "cb27ac68521a41c2abb6e65be72adae9"}, "audit_ids": ["oO1OtLuxS1qw9_W0yI2s5w"], "issued_at": "2018-08-20T10:39:46.000000Z"}} 2018-08-20 10:39:46,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:46,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be84c771-aa52-4469-92af-1e7ff66b6c16 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:46,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-be84c771-aa52-4469-92af-1e7ff66b6c16 2018-08-20 10:39:46,478 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:39:46,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:39:46,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:39:46,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:39:46,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:39:46,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:39:46,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:46,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33aeebfe-722d-4979-8b33-b9348cf4fe51 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:46,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-33aeebfe-722d-4979-8b33-b9348cf4fe51 2018-08-20 10:39:46,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:46,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-00243e64-74da-4b3c-ac92-17737d9ba31d Date: Mon, 20 Aug 2018 10:39:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:46,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-00243e64-74da-4b3c-ac92-17737d9ba31d 2018-08-20 10:39:46,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:47,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0e2cf01e-341c-45f5-9235-d444aa7ae82c Date: Mon, 20 Aug 2018 10:39:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:47,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-0e2cf01e-341c-45f5-9235-d444aa7ae82c 2018-08-20 10:39:47,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:47,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-2b8bcdc7-bf64-4d3b-8e53-44df7db2feb9 Date: Mon, 20 Aug 2018 10:39:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:47,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-2b8bcdc7-bf64-4d3b-8e53-44df7db2feb9 2018-08-20 10:39:47,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:39:47,451 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:39:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:39:47,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:47,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-448e19c4-fcad-406b-8ba7-0c34fc1835ec Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}} 2018-08-20 10:39:47,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 used request id req-448e19c4-fcad-406b-8ba7-0c34fc1835ec 2018-08-20 10:39:47,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:47,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5bd1ab35-a998-4ed9-8096-1f50b19d78f7 Date: Mon, 20 Aug 2018 10:39:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:47,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-5bd1ab35-a998-4ed9-8096-1f50b19d78f7 2018-08-20 10:39:47,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:47,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-38fd5ffb-5b9b-40ba-ba3e-fb5385232e38 Date: Mon, 20 Aug 2018 10:39:47 GMT RESP BODY: {"ports":[]} 2018-08-20 10:39:47,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1&admin_state_up=True used request id req-38fd5ffb-5b9b-40ba-ba3e-fb5385232e38 2018-08-20 10:39:47,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:48,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38c9c548-da40-4b01-90e5-4585bb9ba602 x-compute-request-id: req-38c9c548-da40-4b01-90e5-4585bb9ba602 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:39:48,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst used request id req-38c9c548-da40-4b01-90e5-4585bb9ba602 2018-08-20 10:39:48,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:48,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-31400ecc-3ff7-4d12-a7af-e684c5172868 Date: Mon, 20 Aug 2018 10:39:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:48,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-31400ecc-3ff7-4d12-a7af-e684c5172868 2018-08-20 10:39:48,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:48,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d86514cd-7097-4179-b302-3af0708d7006 Date: Mon, 20 Aug 2018 10:39:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:48,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-d86514cd-7097-4179-b302-3af0708d7006 2018-08-20 10:39:48,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:48,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-94143e40-a577-43c9-a08e-cbd4b9dfeda4 Date: Mon, 20 Aug 2018 10:39:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:48,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-94143e40-a577-43c9-a08e-cbd4b9dfeda4 2018-08-20 10:39:48,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:49,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0289b08a-d58e-49c3-a5aa-3545690de2d7 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}} 2018-08-20 10:39:49,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 used request id req-0289b08a-d58e-49c3-a5aa-3545690de2d7 2018-08-20 10:39:49,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:49,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c080f63d-de63-4b4d-b294-46c3b07bdbdf Date: Mon, 20 Aug 2018 10:39:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:49,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-c080f63d-de63-4b4d-b294-46c3b07bdbdf 2018-08-20 10:39:49,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:49,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-30a43f7b-5ddd-49e2-aa79-da1729ba733c Date: Mon, 20 Aug 2018 10:39:49 GMT RESP BODY: {"ports":[]} 2018-08-20 10:39:49,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1&admin_state_up=True used request id req-30a43f7b-5ddd-49e2-aa79-da1729ba733c 2018-08-20 10:39:49,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:39:49,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:39:49,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db5466aa1caa437f884be375292dbff9", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role"}], "expires_at": "2018-08-20T11:39:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f87f71f3b0b44a859e83215fae6b70c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-user", "id": "cb27ac68521a41c2abb6e65be72adae9"}, "audit_ids": ["-nNsIVBEQwC8f93gLEIDlg"], "issued_at": "2018-08-20T10:39:49.000000Z"}} 2018-08-20 10:39:49,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a44787231923ae0196095d5657852d804ea8" 2018-08-20 10:39:50,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fe350dc-6e74-4a9e-b67d-fae829507241 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:39:50,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1fe350dc-6e74-4a9e-b67d-fae829507241 2018-08-20 10:39:50,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:50,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-040601ad-a6db-4487-9551-fa1783e01aad Date: Mon, 20 Aug 2018 10:39: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":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:50,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-040601ad-a6db-4487-9551-fa1783e01aad 2018-08-20 10:39:50,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:50,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-217d9d89-e113-4b34-88ec-389ccd6ebc6f Date: Mon, 20 Aug 2018 10:39:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:50,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-217d9d89-e113-4b34-88ec-389ccd6ebc6f 2018-08-20 10:39:50,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:50,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-4b79d1bb-775f-48df-8a8d-ad3bf150fdba Date: Mon, 20 Aug 2018 10:39: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":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:50,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-4b79d1bb-775f-48df-8a8d-ad3bf150fdba 2018-08-20 10:39:50,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:39:50,833 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:39:50,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb7a44787231923ae0196095d5657852d804ea8" 2018-08-20 10:39:50,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a49c4fe5-57eb-4e47-85dc-2251589bd6bf Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}} 2018-08-20 10:39:50,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 used request id req-a49c4fe5-57eb-4e47-85dc-2251589bd6bf 2018-08-20 10:39:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:51,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5e0b2b44-bcef-4a24-b892-69abed5f4218 Date: Mon, 20 Aug 2018 10:39:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:51,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-5e0b2b44-bcef-4a24-b892-69abed5f4218 2018-08-20 10:39:51,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:51,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-86f6f458-4939-4c9c-bcc4-444b679ce257 Date: Mon, 20 Aug 2018 10:39:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:51,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet used request id req-86f6f458-4939-4c9c-bcc4-444b679ce257 2018-08-20 10:39:51,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:51,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d221b051-3cc6-4e7b-b823-964ad494df22 Date: Mon, 20 Aug 2018 10:39:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:51,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet used request id req-d221b051-3cc6-4e7b-b823-964ad494df22 2018-08-20 10:39:51,602 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net 2018-08-20 10:39:51,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" -d '{"port": {"network_id": "483918d8-b46b-42ac-9b2c-a3663a39f7bc", "fixed_ips": [{"subnet_id": "423e2d91-e18f-4d42-a99b-692c114b0e4d", "ip_address": "10.55.0.101"}, {"subnet_id": "423e2d91-e18f-4d42-a99b-692c114b0e4d", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1", "admin_state_up": true}}' 2018-08-20 10:39:52,618 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-34c387f4-93e2-4fae-b1e3-8c7e9e7ea516 Date: Mon, 20 Aug 2018 10:39:52 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:39:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:39:52Z","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:0d:26:fc","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","fixed_ips":[{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.101"},{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.102"}],"id":"6ed4423e-f8ec-44c0-8f66-1b6ade424a37","security_groups":["64410d81-7292-48eb-9d32-59868d8f0316"],"device_id":""}} 2018-08-20 10:39:52,618 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-34c387f4-93e2-4fae-b1e3-8c7e9e7ea516 2018-08-20 10:39:52,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:52,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fff88386-843c-4ff2-94df-c8226c347f98 Date: Mon, 20 Aug 2018 10:39: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":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:52,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-fff88386-843c-4ff2-94df-c8226c347f98 2018-08-20 10:39:52,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:52,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-977888e0-f96d-403a-a21a-4c39eb7d8955 Date: Mon, 20 Aug 2018 10:39:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:52,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-977888e0-f96d-403a-a21a-4c39eb7d8955 2018-08-20 10:39:52,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:53,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-cf923bc3-1eac-4bb1-9728-351e1e4cceb3 Date: Mon, 20 Aug 2018 10:39: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":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:39:53,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-cf923bc3-1eac-4bb1-9728-351e1e4cceb3 2018-08-20 10:39:53,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:53,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed96cdee-ba7a-43f6-bb79-fdc5d177015a Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}} 2018-08-20 10:39:53,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 used request id req-ed96cdee-ba7a-43f6-bb79-fdc5d177015a 2018-08-20 10:39:53,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:53,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3af6af03-76f9-4dcf-ae3d-c9e061a909a7 Date: Mon, 20 Aug 2018 10:39:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:39:53,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-3af6af03-76f9-4dcf-ae3d-c9e061a909a7 2018-08-20 10:39:53,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:53,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-692c3c4d-49a0-4069-9a80-e907e4693596 Date: Mon, 20 Aug 2018 10:39:53 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:52Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:52Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:0d:26:fc","id":"6ed4423e-f8ec-44c0-8f66-1b6ade424a37","port_security_enabled":true,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","fixed_ips":[{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.101"},{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.102"}],"extra_dhcp_opts":[],"security_groups":["64410d81-7292-48eb-9d32-59868d8f0316"],"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1"}]} 2018-08-20 10:39:53,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1&admin_state_up=True used request id req-692c3c4d-49a0-4069-9a80-e907e4693596 2018-08-20 10:39:53,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:53,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8056271-f539-44ec-867b-b6c2d0312bbb Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}} 2018-08-20 10:39:53,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 used request id req-b8056271-f539-44ec-867b-b6c2d0312bbb 2018-08-20 10:39:53,582 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst 2018-08-20 10:39:53,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:53,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-e89a78f3-b68a-41d1-8801-33cd6a7767be x-compute-request-id: req-e89a78f3-b68a-41d1-8801-33cd6a7767be Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-flavor-name"}]} 2018-08-20 10:39:53,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-e89a78f3-b68a-41d1-8801-33cd6a7767be 2018-08-20 10:39:53,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:53,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-6ab283d1-25c3-48f6-b039-6a016ec2d90b x-compute-request-id: req-6ab283d1-25c3-48f6-b039-6a016ec2d90b Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "0b519cee-c08f-4b75-a85b-43ebb55a6108"}} 2018-08-20 10:39:53,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108 used request id req-6ab283d1-25c3-48f6-b039-6a016ec2d90b 2018-08-20 10:39:53,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:53,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-cb78816f-4d86-4b4b-9c87-f210d05c24c7 Date: Mon, 20 Aug 2018 10:39:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:39:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:39:41Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/snap", "metadata": {}}], "self": "/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "min_disk": 0, "protected": false, "id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "file": "/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f87f71f3b0b44a859e83215fae6b70c1", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image"} 2018-08-20 10:39:53,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image used request id req-cb78816f-4d86-4b4b-9c87-f210d05c24c7 2018-08-20 10:39:53,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:54,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-78f6cd9d-cf25-4d77-915d-8b26e6d69722 Date: Mon, 20 Aug 2018 10:39: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:39:54,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-78f6cd9d-cf25-4d77-915d-8b26e6d69722 2018-08-20 10:39:54,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" -d '{"server": {"name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst", "imageRef": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "flavorRef": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "max_count": 1, "min_count": 1, "networks": [{"port": "6ed4423e-f8ec-44c0-8f66-1b6ade424a37"}]}}' 2018-08-20 10:39:55,958 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:39: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-6fd86549-ba41-489e-be4a-31909c45792d x-compute-request-id: req-6fd86549-ba41-489e-be4a-31909c45792d Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "bookmark"}], "adminPass": "avzjPrswn7QX"}} 2018-08-20 10:39:55,958 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-6fd86549-ba41-489e-be4a-31909c45792d 2018-08-20 10:39:55,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:56,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b11d7097-7b09-416d-84ad-a83f09fe8e9b x-compute-request-id: req-b11d7097-7b09-416d-84ad-a83f09fe8e9b 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.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "bookmark"}], "image": {"id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "links": [{"href": "http://172.30.9.36:8774/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "links": [{"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}]}, "id": "0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "user_id": "cb27ac68521a41c2abb6e65be72adae9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:39:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst", "created": "2018-08-20T10:39:55Z", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:39:56,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-b11d7097-7b09-416d-84ad-a83f09fe8e9b 2018-08-20 10:39:56,385 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst 2018-08-20 10:39:56,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:39:56,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-b6993494-de26-4eba-b532-4fb3131ec687 x-compute-request-id: req-b6993494-de26-4eba-b532-4fb3131ec687 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.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "bookmark"}], "image": {"id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "links": [{"href": "http://172.30.9.36:8774/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "links": [{"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}]}, "id": "0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "user_id": "cb27ac68521a41c2abb6e65be72adae9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:39:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst", "created": "2018-08-20T10:39:55Z", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:39:56,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-b6993494-de26-4eba-b532-4fb3131ec687 2018-08-20 10:39:56,869 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst] is - BUILD 2018-08-20 10:39:56,869 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:39:59,870 - create_instance - DEBUG - VM status query timeout in 896.515376091 2018-08-20 10:39:59,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:00,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:39: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-171a2931-aacc-41af-9c14-20e957684164 x-compute-request-id: req-171a2931-aacc-41af-9c14-20e957684164 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "bookmark"}], "image": {"id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "links": [{"href": "http://172.30.9.36:8774/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "links": [{"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}]}, "id": "0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "security_groups": [{"name": "default"}], "user_id": "cb27ac68521a41c2abb6e65be72adae9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:39:56Z", "hostId": "36a090b59ec8f151989e951077b5fd26b9d62f937258e46d3f980607", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst", "created": "2018-08-20T10:39:55Z", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:00,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-171a2931-aacc-41af-9c14-20e957684164 2018-08-20 10:40:00,408 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst] is - BUILD 2018-08-20 10:40:00,408 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:40:03,411 - create_instance - DEBUG - VM status query timeout in 892.974736929 2018-08-20 10:40:03,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:04,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36506c57-d255-4975-a648-e6307ba0833f x-compute-request-id: req-36506c57-d255-4975-a648-e6307ba0833f Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:26:fc", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:26:fc", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "bookmark"}], "image": {"id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "links": [{"href": "http://172.30.9.36:8774/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:40:01.000000", "flavor": {"id": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "links": [{"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}]}, "id": "0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "security_groups": [{"name": "default"}], "user_id": "cb27ac68521a41c2abb6e65be72adae9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:40:01Z", "hostId": "36a090b59ec8f151989e951077b5fd26b9d62f937258e46d3f980607", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst", "created": "2018-08-20T10:39:55Z", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:04,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-36506c57-d255-4975-a648-e6307ba0833f 2018-08-20 10:40:04,132 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst] is - ACTIVE 2018-08-20 10:40:04,132 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:40:04,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:04,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-d71ec8fb-11fc-40ff-8a8a-339a9ef7d4e9 x-compute-request-id: req-d71ec8fb-11fc-40ff-8a8a-339a9ef7d4e9 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:26:fc", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:26:fc", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "bookmark"}], "image": {"id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "links": [{"href": "http://172.30.9.36:8774/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:40:01.000000", "flavor": {"id": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "links": [{"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}]}, "id": "0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "security_groups": [{"name": "default"}], "user_id": "cb27ac68521a41c2abb6e65be72adae9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:40:01Z", "hostId": "36a090b59ec8f151989e951077b5fd26b9d62f937258e46d3f980607", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst", "created": "2018-08-20T10:39:55Z", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:04,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-d71ec8fb-11fc-40ff-8a8a-339a9ef7d4e9 2018-08-20 10:40:04,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:04,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-05c6e52b-028b-4448-9a89-d0116e8db0ff Date: Mon, 20 Aug 2018 10:40: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":["423e2d91-e18f-4d42-a99b-692c114b0e4d"],"updated_at":"2018-08-20T10:39:44Z","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net"}]} 2018-08-20 10:40:04,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net used request id req-05c6e52b-028b-4448-9a89-d0116e8db0ff 2018-08-20 10:40:04,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:05,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb388f2d-1531-4165-bcc8-0bcf3a37bf58 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}} 2018-08-20 10:40:05,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 used request id req-fb388f2d-1531-4165-bcc8-0bcf3a37bf58 2018-08-20 10:40:05,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:05,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7b20c114-7fb7-4b5b-9683-364c95c19051 Date: Mon, 20 Aug 2018 10:40:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","dns_nameservers":[],"updated_at":"2018-08-20T10:39: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":"f87f71f3b0b44a859e83215fae6b70c1","id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet"}]} 2018-08-20 10:40:05,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-7b20c114-7fb7-4b5b-9683-364c95c19051 2018-08-20 10:40:05,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:05,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3120 X-Openstack-Request-Id: req-234ff445-7685-48c4-af85-c09c0068cb54 Date: Mon, 20 Aug 2018 10:40:05 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:44Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-483918d8-b46b-42ac-9b2c-a3663a39f7bc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8a:39:19","id":"12b0622e-ed0d-475c-9499-f61dfe4823c8","port_security_enabled":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","fixed_ips":[{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:45Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-483918d8-b46b-42ac-9b2c-a3663a39f7bc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c1:78:12","id":"64fcc888-f5bf-4000-bb2a-7a08d7e29634","port_security_enabled":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","fixed_ips":[{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:52Z","admin_state_up":true,"updated_at":"2018-08-20T10:40:01Z","binding:vnic_type":"normal","device_id":"0b82ba85-0c47-4e0b-b3f8-27534c174d5f","device_owner":"compute:nova","revision_number":11,"mac_address":"fa:16:3e:0d:26:fc","id":"6ed4423e-f8ec-44c0-8f66-1b6ade424a37","port_security_enabled":true,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","fixed_ips":[{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.101"},{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.102"}],"extra_dhcp_opts":[],"security_groups":["64410d81-7292-48eb-9d32-59868d8f0316"],"name":"CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"483918d8-b46b-42ac-9b2c-a3663a39f7bc","tenant_id":"f87f71f3b0b44a859e83215fae6b70c1","created_at":"2018-08-20T10:39:46Z","admin_state_up":true,"updated_at":"2018-08-20T10:39:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-483918d8-b46b-42ac-9b2c-a3663a39f7bc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:1d:df:37","id":"81f6eae9-7332-494b-a108-a1865e9e6e38","port_security_enabled":false,"project_id":"f87f71f3b0b44a859e83215fae6b70c1","fixed_ips":[{"subnet_id":"423e2d91-e18f-4d42-a99b-692c114b0e4d","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:40:05,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-234ff445-7685-48c4-af85-c09c0068cb54 2018-08-20 10:40:05,432 - create_instance - INFO - Deleting Port with ID - 6ed4423e-f8ec-44c0-8f66-1b6ade424a37 2018-08-20 10:40:05,432 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79dport-1 2018-08-20 10:40:05,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/6ed4423e-f8ec-44c0-8f66-1b6ade424a37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:06,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae62f5aa-a938-46f6-9fc1-372b809bd34c Date: Mon, 20 Aug 2018 10:40:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:40:06,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/6ed4423e-f8ec-44c0-8f66-1b6ade424a37 used request id req-ae62f5aa-a938-46f6-9fc1-372b809bd34c 2018-08-20 10:40:06,175 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst 2018-08-20 10:40:06,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:06,544 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:40:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae25ac07-15cb-4649-adcc-c5efce292d91 x-compute-request-id: req-ae25ac07-15cb-4649-adcc-c5efce292d91 Content-Type: application/json 2018-08-20 10:40:06,545 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-ae25ac07-15cb-4649-adcc-c5efce292d91 2018-08-20 10:40:06,545 - create_instance - INFO - Checking deletion status 2018-08-20 10:40:06,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:06,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f12af5a-b253-476b-92fe-26ac3b63069b x-compute-request-id: req-0f12af5a-b253-476b-92fe-26ac3b63069b Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "bookmark"}], "image": {"id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "links": [{"href": "http://172.30.9.36:8774/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:40:01.000000", "flavor": {"id": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "links": [{"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}]}, "id": "0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "user_id": "cb27ac68521a41c2abb6e65be72adae9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:40:06Z", "hostId": "36a090b59ec8f151989e951077b5fd26b9d62f937258e46d3f980607", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst", "created": "2018-08-20T10:39:55Z", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:06,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-0f12af5a-b253-476b-92fe-26ac3b63069b 2018-08-20 10:40:06,828 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst] is - ACTIVE 2018-08-20 10:40:06,828 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:40:09,831 - create_instance - DEBUG - VM status query timeout in 296.714094162 2018-08-20 10:40:09,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:10,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40: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-4690ceb3-1c7d-4467-8210-fad69a8644d6 x-compute-request-id: req-4690ceb3-1c7d-4467-8210-fad69a8644d6 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "rel": "bookmark"}], "image": {"id": "783bc0ec-9a30-4a2c-94be-b0082f1e3491", "links": [{"href": "http://172.30.9.36:8774/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:40:01.000000", "flavor": {"id": "0b519cee-c08f-4b75-a85b-43ebb55a6108", "links": [{"href": "http://172.30.9.36:8774/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108", "rel": "bookmark"}]}, "id": "0b82ba85-0c47-4e0b-b3f8-27534c174d5f", "user_id": "cb27ac68521a41c2abb6e65be72adae9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:40:06Z", "hostId": "36a090b59ec8f151989e951077b5fd26b9d62f937258e46d3f980607", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst", "created": "2018-08-20T10:39:55Z", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:10,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-4690ceb3-1c7d-4467-8210-fad69a8644d6 2018-08-20 10:40:10,301 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst] is - ACTIVE 2018-08-20 10:40:10,301 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:40:13,304 - create_instance - DEBUG - VM status query timeout in 293.240745068 2018-08-20 10:40:13,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a6241dd2ad056c08a4be6b2da9889a9813b868" 2018-08-20 10:40:13,373 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:40:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ab047d3-e07b-4c07-974d-41f485157abf x-compute-request-id: req-6ab047d3-e07b-4c07-974d-41f485157abf Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0b82ba85-0c47-4e0b-b3f8-27534c174d5f could not be found.", "code": 404}} 2018-08-20 10:40:13,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/0b82ba85-0c47-4e0b-b3f8-27534c174d5f used request id req-6ab047d3-e07b-4c07-974d-41f485157abf 2018-08-20 10:40:13,374 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0b82ba85-0c47-4e0b-b3f8-27534c174d5f could not be found. (HTTP 404) (Request-ID: req-6ab047d3-e07b-4c07-974d-41f485157abf) 2018-08-20 10:40:13,374 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-inst 2018-08-20 10:40:13,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de9103d91508aacd34caeaf3a7987d3586410ee0" 2018-08-20 10:40:13,416 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:40:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-542bcd2d-d391-43c1-9d0f-838884893960 x-compute-request-id: req-542bcd2d-d391-43c1-9d0f-838884893960 Content-Length: 0 Content-Type: application/json 2018-08-20 10:40:13,416 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/0b519cee-c08f-4b75-a85b-43ebb55a6108 used request id req-542bcd2d-d391-43c1-9d0f-838884893960 2018-08-20 10:40:13,417 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet 2018-08-20 10:40:13,417 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-subnet 2018-08-20 10:40:13,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/423e2d91-e18f-4d42-a99b-692c114b0e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" 2018-08-20 10:40:15,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-37173bfa-ec93-4422-924e-cb3840235813 Date: Mon, 20 Aug 2018 10:40:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:40:15,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/423e2d91-e18f-4d42-a99b-692c114b0e4d used request id req-37173bfa-ec93-4422-924e-cb3840235813 2018-08-20 10:40:15,726 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-pub-net 2018-08-20 10:40:15,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/483918d8-b46b-42ac-9b2c-a3663a39f7bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ae5c564bb9ec8b9c7634bb53197f3c3967ff5d2" 2018-08-20 10:40:17,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16fe0d3f-9d92-4ba6-ad7e-b9964b015ebf Date: Mon, 20 Aug 2018 10:40:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:40:17,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/483918d8-b46b-42ac-9b2c-a3663a39f7bc used request id req-16fe0d3f-9d92-4ba6-ad7e-b9964b015ebf 2018-08-20 10:40:17,362 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-dc5ad380-9c4f-4254-bc61-e3b002bda79d-image 2018-08-20 10:40:17,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8caecbc59701f95dbc715fd9b331195683292596" 2018-08-20 10:40:17,836 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-50b51b14-d30d-42b7-a231-61b0ebf413ae Date: Mon, 20 Aug 2018 10:40:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:40:17,836 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/783bc0ec-9a30-4a2c-94be-b0082f1e3491 used request id req-50b51b14-d30d-42b7-a231-61b0ebf413ae 2018-08-20 10:40:17,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:40:17,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:40:17,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:40:17,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:40:17,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:40:17,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-7328ad15-3680-46ac-9666-188117d924ce Date: Mon, 20 Aug 2018 10:40:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "created_at": "2018-08-20T10:39:42Z", "updated_at": "2018-08-20T10:39:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:39:42Z", "revision_number": 0, "id": "5249f376-ff8a-44a8-a960-58ccadd97910", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:39:42Z", "security_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "f87f71f3b0b44a859e83215fae6b70c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:39:42Z", "revision_number": 0, "id": "5952e047-f1da-47a9-acb4-69582ab60120", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:39:42Z", "security_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "f87f71f3b0b44a859e83215fae6b70c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:39:42Z", "revision_number": 0, "id": "6da36afb-c09e-4f45-b06f-683cf90f7f47", "remote_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "remote_ip_prefix": null, "created_at": "2018-08-20T10:39:42Z", "security_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "f87f71f3b0b44a859e83215fae6b70c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:39:42Z", "revision_number": 0, "id": "bea6bf21-c515-4414-9d68-41f8bb75aee2", "remote_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "remote_ip_prefix": null, "created_at": "2018-08-20T10:39:42Z", "security_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "f87f71f3b0b44a859e83215fae6b70c1"}], "revision_number": 4, "project_id": "f87f71f3b0b44a859e83215fae6b70c1", "id": "64410d81-7292-48eb-9d32-59868d8f0316", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:40:18,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-7328ad15-3680-46ac-9666-188117d924ce 2018-08-20 10:40:18,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,206 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c264d73-c7fa-4723-9bee-c24631f67462 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:40:18,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-8c264d73-c7fa-4723-9bee-c24631f67462 2018-08-20 10:40:18,207 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:40:18,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,302 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fef33919-84aa-4aee-afb5-fc0e01555d69 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:40:18,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-fef33919-84aa-4aee-afb5-fc0e01555d69 2018-08-20 10:40:18,303 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:40:18,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,392 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30330d89-724d-411e-821b-4b24fcb5f7bc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:40:18,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-30330d89-724d-411e-821b-4b24fcb5f7bc 2018-08-20 10:40:18,392 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:40:18,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,484 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cfda1fb-6b81-4c61-b361-d528e035cd86 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:40:18,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-5cfda1fb-6b81-4c61-b361-d528e035cd86 2018-08-20 10:40:18,485 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:40:18,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,578 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1fd5cc8-3d35-4a76-a173-19120057b861 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:40:18,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-d1fd5cc8-3d35-4a76-a173-19120057b861 2018-08-20 10:40:18,579 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:40:18,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,668 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-406eb277-1146-497e-bf4a-2ef5c1ca386e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:40:18,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-406eb277-1146-497e-bf4a-2ef5c1ca386e 2018-08-20 10:40:18,668 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:40:18,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,760 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e36cc81-e8bb-4f02-95b9-7479399f0ed2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:40:18,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-5e36cc81-e8bb-4f02-95b9-7479399f0ed2 2018-08-20 10:40:18,760 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:40:18,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:18,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-164b935b-cc17-43be-8587-9856c29403ca Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f87f71f3b0b44a859e83215fae6b70c1", "name": "CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj"}} 2018-08-20 10:40:18,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 used request id req-164b935b-cc17-43be-8587-9856c29403ca 2018-08-20 10:40:18,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 64410d81-7292-48eb-9d32-59868d8f0316 2018-08-20 10:40:18,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=64410d81-7292-48eb-9d32-59868d8f0316 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:19,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0cbba9af-9ab6-4d27-af15-57f1161df280 Date: Mon, 20 Aug 2018 10:40: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-08-20T10:39:42Z", "security_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "port_range_min": null, "revision_number": 0, "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "created_at": "2018-08-20T10:39:42Z", "project_id": "f87f71f3b0b44a859e83215fae6b70c1", "id": "5249f376-ff8a-44a8-a960-58ccadd97910"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:39:42Z", "security_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "port_range_min": null, "revision_number": 0, "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "created_at": "2018-08-20T10:39:42Z", "project_id": "f87f71f3b0b44a859e83215fae6b70c1", "id": "5952e047-f1da-47a9-acb4-69582ab60120"}, {"remote_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:39:42Z", "security_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "port_range_min": null, "revision_number": 0, "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "created_at": "2018-08-20T10:39:42Z", "project_id": "f87f71f3b0b44a859e83215fae6b70c1", "id": "6da36afb-c09e-4f45-b06f-683cf90f7f47"}, {"remote_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:39:42Z", "security_group_id": "64410d81-7292-48eb-9d32-59868d8f0316", "port_range_min": null, "revision_number": 0, "tenant_id": "f87f71f3b0b44a859e83215fae6b70c1", "created_at": "2018-08-20T10:39:42Z", "project_id": "f87f71f3b0b44a859e83215fae6b70c1", "id": "bea6bf21-c515-4414-9d68-41f8bb75aee2"}]} 2018-08-20 10:40:19,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=64410d81-7292-48eb-9d32-59868d8f0316 used request id req-0cbba9af-9ab6-4d27-af15-57f1161df280 2018-08-20 10:40:19,081 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:40:19,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/64410d81-7292-48eb-9d32-59868d8f0316 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:19,467 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e24f207e-35bf-4b68-b625-4b1a0730fafa Content-Length: 0 Date: Mon, 20 Aug 2018 10:40:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:40:19,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/64410d81-7292-48eb-9d32-59868d8f0316 used request id req-e24f207e-35bf-4b68-b625-4b1a0730fafa 2018-08-20 10:40:19,468 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj 2018-08-20 10:40:19,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:19,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1808056a-7f6c-4916-861c-dfefa323f638 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:40:19,764 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/f87f71f3b0b44a859e83215fae6b70c1 used request id req-1808056a-7f6c-4916-861c-dfefa323f638 2018-08-20 10:40:19,764 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-proj-role 2018-08-20 10:40:19,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/db5466aa1caa437f884be375292dbff9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:19,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb8c63db-a84c-4407-a93f-bcfae18b0614 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:40:19,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/db5466aa1caa437f884be375292dbff9 used request id req-bb8c63db-a84c-4407-a93f-bcfae18b0614 2018-08-20 10:40:19,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661ea4e2fd410e6acdd143bec2ebe223ef7fa2b1" 2018-08-20 10:40:19,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dfac2d1-2a25-4fe0-a04f-e457db660bb5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:40:19,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1dfac2d1-2a25-4fe0-a04f-e457db660bb5 2018-08-20 10:40:19,983 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-5229e5ed-6c12-4aa-user 2018-08-20 10:40:19,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/cb27ac68521a41c2abb6e65be72adae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8d31109723e837531fd18bbab1a657dc7531823" 2018-08-20 10:40:20,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72018de1-ebc5-4a33-8452-e35ff59d9868 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:40:20,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/cb27ac68521a41c2abb6e65be72adae9 used request id req-72018de1-ebc5-4a33-8452-e35ff59d9868 2018-08-20 10:40:20,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:20,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:40:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["OFFRA7DpSWygyotWSV9-QQ"], "issued_at": "2018-08-20T10:40:20.000000Z"}} 2018-08-20 10:40:20,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40343cf255bc91a3369121e60e0e373e4b154dd1" 2018-08-20 10:40:20,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5a5c93c-61d0-4edf-84cf-32d49d1193b4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:20,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e5a5c93c-61d0-4edf-84cf-32d49d1193b4 2018-08-20 10:40:20,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:20,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:21,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:40:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["vQvIJhQ0Sz2BR7XaHQ50XA"], "issued_at": "2018-08-20T10:40:21.000000Z"}} 2018-08-20 10:40:21,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:40:21,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8742f081-f3a5-43ae-9297-f2cd5be3eaa4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:21,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8742f081-f3a5-43ae-9297-f2cd5be3eaa4 2018-08-20 10:40:21,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:40:21,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:40:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:40:21,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8046b242-bfb0-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:40:21,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b10c8b33-17ae-443a-a5f1-30adc503869c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8046b242-bfb0-420-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:40:21,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8046b242-bfb0-420-proj used request id req-b10c8b33-17ae-443a-a5f1-30adc503869c 2018-08-20 10:40:21,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:40:21,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81856e5d-e7da-45e6-be41-e7c1a4601a40 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:40:21,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-81856e5d-e7da-45e6-be41-e7c1a4601a40 2018-08-20 10:40:21,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}}' 2018-08-20 10:40:21,501 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:40:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d984aa1-6309-4d9c-9fdd-f1fad7e7cfa6 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "id": "0e852352ec55436d8955fba94d2227b8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}} 2018-08-20 10:40:21,502 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-8d984aa1-6309-4d9c-9fdd-f1fad7e7cfa6 2018-08-20 10:40:21,502 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8046b242-bfb0-420-proj 2018-08-20 10:40:21,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:21,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:21,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:40:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["rDFWBjj2TZKR0VhGI1gIcQ"], "issued_at": "2018-08-20T10:40:21.000000Z"}} 2018-08-20 10:40:21,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8005a08e07a6e6afd78e68f022b3883d6ea8969" 2018-08-20 10:40:21,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b093caa8-2702-4b3c-a594-d96f99cfc454 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:21,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b093caa8-2702-4b3c-a594-d96f99cfc454 2018-08-20 10:40:21,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:40:21,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:40:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:40:21,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8005a08e07a6e6afd78e68f022b3883d6ea8969" 2018-08-20 10:40:22,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e44edbd-4e42-44dd-bfa2-833f718e8463 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:40:22,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-3e44edbd-4e42-44dd-bfa2-833f718e8463 2018-08-20 10:40:22,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-8046b242-bfb0-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8005a08e07a6e6afd78e68f022b3883d6ea8969" 2018-08-20 10:40:22,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b9e1d38-0c36-47fd-8562-901b52dff6e0 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-8046b242-bfb0-420-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "id": "0e852352ec55436d8955fba94d2227b8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}]} 2018-08-20 10:40:22,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstancePortManipulationTests-8046b242-bfb0-420-proj used request id req-9b9e1d38-0c36-47fd-8562-901b52dff6e0 2018-08-20 10:40:22,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8005a08e07a6e6afd78e68f022b3883d6ea8969" 2018-08-20 10:40:22,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90036510-56b5-4e87-b3cb-5d0a38554c0e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:40:22,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-90036510-56b5-4e87-b3cb-5d0a38554c0e 2018-08-20 10:40:22,638 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8046b242-bfb0-420-user 2018-08-20 10:40:22,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:22,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:40:22,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2898028f-ed24-49b2-a13a-a333f073b2a5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:40:22,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2898028f-ed24-49b2-a13a-a333f073b2a5 2018-08-20 10:40:22,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" -d '{"role": {"name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role"}}' 2018-08-20 10:40:22,861 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:40:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c31ef6fe-d4dd-4753-badc-0d749e894c45 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e925793877774615b7f60017328a96c2", "links": {"self": "http://172.30.9.36:5000/v3/roles/e925793877774615b7f60017328a96c2"}, "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role"}} 2018-08-20 10:40:22,861 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-c31ef6fe-d4dd-4753-badc-0d749e894c45 2018-08-20 10:40:22,861 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role 2018-08-20 10:40:22,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/e925793877774615b7f60017328a96c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:40:22,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2628f63-881c-47cd-b75b-ceafdb4d5d1b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e925793877774615b7f60017328a96c2", "links": {"self": "http://172.30.9.36:5000/v3/roles/e925793877774615b7f60017328a96c2"}, "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role"}} 2018-08-20 10:40:22,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/e925793877774615b7f60017328a96c2 used request id req-f2628f63-881c-47cd-b75b-ceafdb4d5d1b 2018-08-20 10:40:22,955 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role to project CreateInstancePortManipulationTests-8046b242-bfb0-420-proj 2018-08-20 10:40:22,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8/users/7d50ed8dadb7476d96f9f637b114ae6c/roles/e925793877774615b7f60017328a96c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:40:23,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:40:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b34d3c7e-2272-4b51-b1ab-125328e865c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:40:23,115 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8/users/7d50ed8dadb7476d96f9f637b114ae6c/roles/e925793877774615b7f60017328a96c2 used request id req-b34d3c7e-2272-4b51-b1ab-125328e865c7 2018-08-20 10:40:23,116 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:40:23,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:23,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:23,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e925793877774615b7f60017328a96c2", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role"}], "expires_at": "2018-08-20T11:40:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-user", "id": "7d50ed8dadb7476d96f9f637b114ae6c"}, "audit_ids": ["5I0bFoqCTAW2TLVttApk5A"], "issued_at": "2018-08-20T10:40:23.000000Z"}} 2018-08-20 10:40:23,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" 2018-08-20 10:40:23,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0501283c-755d-4611-a7d4-f54c1ea2e428 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:23,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0501283c-755d-4611-a7d4-f54c1ea2e428 2018-08-20 10:40:23,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" 2018-08-20 10:40:23,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-a8ff86cd-e670-4975-870e-88cdaf272536 Date: Mon, 20 Aug 2018 10:40:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image"} 2018-08-20 10:40:23,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image used request id req-a8ff86cd-e670-4975-870e-88cdaf272536 2018-08-20 10:40:23,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" 2018-08-20 10:40:24,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-51d6dfcb-fb9e-4078-8cb5-8d1f3f569ffd Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:40:24,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-51d6dfcb-fb9e-4078-8cb5-8d1f3f569ffd 2018-08-20 10:40:24,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image"}' 2018-08-20 10:40:24,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0027bb01-2c3f-4f64-8fb3-58e5a79d1586 Date: Mon, 20 Aug 2018 10:40:24 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:40:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:40:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "min_disk": 0, "protected": false, "id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "file": "/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/file", "checksum": null, "owner": "0e852352ec55436d8955fba94d2227b8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:40:24,414 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-0027bb01-2c3f-4f64-8fb3-58e5a79d1586 2018-08-20 10:40:24,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" -d '' 2018-08-20 10:40:25,402 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3959541a-eda6-46a1-bd90-cfd245e0d931 Date: Mon, 20 Aug 2018 10:40:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:40:25,402 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/file used request id req-3959541a-eda6-46a1-bd90-cfd245e0d931 2018-08-20 10:40:25,403 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:40:25,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" 2018-08-20 10:40:25,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-25adeb25-c837-4c23-8293-255b87d0a7cc Date: Mon, 20 Aug 2018 10:40:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:40:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:40:25Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/snap", "metadata": {}}], "self": "/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "min_disk": 0, "protected": false, "id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "file": "/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0e852352ec55436d8955fba94d2227b8", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:40:25,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159 used request id req-25adeb25-c837-4c23-8293-255b87d0a7cc 2018-08-20 10:40:25,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" 2018-08-20 10:40:25,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7fcb3f42-592e-438b-91f8-959ae930431e Date: Mon, 20 Aug 2018 10:40: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:40:25,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-7fcb3f42-592e-438b-91f8-959ae930431e 2018-08-20 10:40:25,778 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image 2018-08-20 10:40:25,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" 2018-08-20 10:40:25,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-732c9733-7580-4b23-949c-2a50effa459a Date: Mon, 20 Aug 2018 10:40:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:40:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:40:25Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/snap", "metadata": {}}], "self": "/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "min_disk": 0, "protected": false, "id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "file": "/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0e852352ec55436d8955fba94d2227b8", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:40:25,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159 used request id req-732c9733-7580-4b23-949c-2a50effa459a 2018-08-20 10:40:25,997 - create_image - DEBUG - Instance status is - active 2018-08-20 10:40:25,998 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image 2018-08-20 10:40:25,998 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image 2018-08-20 10:40:25,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:25,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:26,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e925793877774615b7f60017328a96c2", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role"}], "expires_at": "2018-08-20T11:40:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-user", "id": "7d50ed8dadb7476d96f9f637b114ae6c"}, "audit_ids": ["KM6RErwjQ6upnu8aHE_UrA"], "issued_at": "2018-08-20T10:40:26.000000Z"}} 2018-08-20 10:40:26,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" 2018-08-20 10:40:26,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70775bc6-2f79-4816-90b5-c1e8e5caffea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:26,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-70775bc6-2f79-4816-90b5-c1e8e5caffea 2018-08-20 10:40:26,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:40:26,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:40:26,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:40:26,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:40:26,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:40:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" 2018-08-20 10:40:26,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-aa9d0c16-2461-409e-ba3a-ac341d52ba8e Date: Mon, 20 Aug 2018 10:40:26 GMT RESP BODY: {"networks":[]} 2018-08-20 10:40:26,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-net used request id req-aa9d0c16-2461-409e-ba3a-ac341d52ba8e 2018-08-20 10:40:26,608 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-net 2018-08-20 10:40:26,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" -d '{"network": {"name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-net", "admin_state_up": true}}' 2018-08-20 10:40:27,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-7a9e3a47-e218-4662-8552-1db255671595 Date: Mon, 20 Aug 2018 10:40:27 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:40:27Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"e7153f5c-6c1e-4001-bea9-4f53bbf20965","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-net"}} 2018-08-20 10:40:27,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-7a9e3a47-e218-4662-8552-1db255671595 2018-08-20 10:40:27,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=e7153f5c-6c1e-4001-bea9-4f53bbf20965 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" 2018-08-20 10:40:27,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-d8f06497-ffc8-4c6e-ad5b-23294bc8f22a Date: Mon, 20 Aug 2018 10:40: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-08-20T10:40:27Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"e7153f5c-6c1e-4001-bea9-4f53bbf20965","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-net"}]} 2018-08-20 10:40:27,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=e7153f5c-6c1e-4001-bea9-4f53bbf20965 used request id req-d8f06497-ffc8-4c6e-ad5b-23294bc8f22a 2018-08-20 10:40:27,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e7153f5c-6c1e-4001-bea9-4f53bbf20965 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" 2018-08-20 10:40:27,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9edf5ced-6088-4a22-8116-f718e2881387 Date: Mon, 20 Aug 2018 10:40:27 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:40:27,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e7153f5c-6c1e-4001-bea9-4f53bbf20965 used request id req-9edf5ced-6088-4a22-8116-f718e2881387 2018-08-20 10:40:27,857 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-subnet 2018-08-20 10:40:27,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" -d '{"subnets": [{"ip_version": 4, "network_id": "e7153f5c-6c1e-4001-bea9-4f53bbf20965", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-subnet"}]}' 2018-08-20 10:40:28,708 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9956e767-dba9-4614-87e9-1d5269b3c9a1 Date: Mon, 20 Aug 2018 10:40:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7153f5c-6c1e-4001-bea9-4f53bbf20965","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:28Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40: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":"0e852352ec55436d8955fba94d2227b8","id":"899cd9eb-f42f-41c6-b454-867626cd7424","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-subnet"}]} 2018-08-20 10:40:28,709 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-9956e767-dba9-4614-87e9-1d5269b3c9a1 2018-08-20 10:40:28,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=e7153f5c-6c1e-4001-bea9-4f53bbf20965 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" 2018-08-20 10:40:28,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-960577a4-bf26-4925-a121-72a520e1ea21 Date: Mon, 20 Aug 2018 10:40: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":["899cd9eb-f42f-41c6-b454-867626cd7424"],"updated_at":"2018-08-20T10:40:28Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"e7153f5c-6c1e-4001-bea9-4f53bbf20965","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-net"}]} 2018-08-20 10:40:28,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=e7153f5c-6c1e-4001-bea9-4f53bbf20965 used request id req-960577a4-bf26-4925-a121-72a520e1ea21 2018-08-20 10:40:28,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=e7153f5c-6c1e-4001-bea9-4f53bbf20965 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" 2018-08-20 10:40:29,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d760fae2-0d1a-4a8b-bfd8-bc92e58f28de Date: Mon, 20 Aug 2018 10:40:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e7153f5c-6c1e-4001-bea9-4f53bbf20965","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:28Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40: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":"0e852352ec55436d8955fba94d2227b8","id":"899cd9eb-f42f-41c6-b454-867626cd7424","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-subnet"}]} 2018-08-20 10:40:29,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=e7153f5c-6c1e-4001-bea9-4f53bbf20965 used request id req-d760fae2-0d1a-4a8b-bfd8-bc92e58f28de 2018-08-20 10:40:29,262 - OpenStackNetwork - DEBUG - Network [e7153f5c-6c1e-4001-bea9-4f53bbf20965] created successfully 2018-08-20 10:40:29,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:29,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:29,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:40:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["eHDzwLAWQPyRdJU8bju6bA"], "issued_at": "2018-08-20T10:40:29.000000Z"}} 2018-08-20 10:40:29,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf8614b9ae99e02c20410f3fd80b2262d43672c" 2018-08-20 10:40:29,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0a04e3-8b41-4459-989d-e4e794a33c94 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:29,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1e0a04e3-8b41-4459-989d-e4e794a33c94 2018-08-20 10:40:29,746 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:40:29,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf8614b9ae99e02c20410f3fd80b2262d43672c" 2018-08-20 10:40:29,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-87670ac8-cdb2-4020-9771-dc2db3890e9d x-compute-request-id: req-87670ac8-cdb2-4020-9771-dc2db3890e9d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:40:29,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-87670ac8-cdb2-4020-9771-dc2db3890e9d 2018-08-20 10:40:29,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf8614b9ae99e02c20410f3fd80b2262d43672c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-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-08-20 10:40:29,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aafdece1-f710-4105-a7be-334477819530 x-compute-request-id: req-aafdece1-f710-4105-a7be-334477819530 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "2750f121-d2c3-4cd1-85ac-167902209f34"}} 2018-08-20 10:40:29,995 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-aafdece1-f710-4105-a7be-334477819530 2018-08-20 10:40:29,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:29,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:30,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e925793877774615b7f60017328a96c2", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role"}], "expires_at": "2018-08-20T11:40:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-user", "id": "7d50ed8dadb7476d96f9f637b114ae6c"}, "audit_ids": ["f-ez6V6RTNim3vGqN2uJNg"], "issued_at": "2018-08-20T10:40:30.000000Z"}} 2018-08-20 10:40:30,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:40:30,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d98547a-1866-44b4-bf41-bd08121389ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:30,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8d98547a-1866-44b4-bf41-bd08121389ec 2018-08-20 10:40:30,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:40:30,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:40:30,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:40:30,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:40:30,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:40:30,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:40:30,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7ea7aa5d-df1f-476a-b919-6364b2ef39ae Date: Mon, 20 Aug 2018 10:40:30 GMT RESP BODY: {"networks":[]} 2018-08-20 10:40:30,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-7ea7aa5d-df1f-476a-b919-6364b2ef39ae 2018-08-20 10:40:30,685 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 2018-08-20 10:40:30,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" -d '{"network": {"name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2", "admin_state_up": true}}' 2018-08-20 10:40:31,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-127a2b0f-0f7e-41f4-abe0-4f20f2f8701e Date: Mon, 20 Aug 2018 10:40:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:40:31Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}} 2018-08-20 10:40:31,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-127a2b0f-0f7e-41f4-abe0-4f20f2f8701e 2018-08-20 10:40:31,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:40:31,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 597 X-Openstack-Request-Id: req-f7f67af6-091e-43e9-b981-881b68172eca Date: Mon, 20 Aug 2018 10:40:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:40:31Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:31,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-f7f67af6-091e-43e9-b981-881b68172eca 2018-08-20 10:40:31,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:40:31,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f21bb338-9dc3-4860-b2ac-a49215d99361 Date: Mon, 20 Aug 2018 10:40:31 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:40:31,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-f21bb338-9dc3-4860-b2ac-a49215d99361 2018-08-20 10:40:31,761 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1 2018-08-20 10:40:31,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" -d '{"subnets": [{"ip_version": 4, "network_id": "1829105d-0062-48fa-b205-d604b9a7a636", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"}]}' 2018-08-20 10:40:32,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9108c4ff-9b6d-4ad5-9dfb-11e774fb79f3 Date: Mon, 20 Aug 2018 10:40:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"}]} 2018-08-20 10:40:32,541 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-9108c4ff-9b6d-4ad5-9dfb-11e774fb79f3 2018-08-20 10:40:32,542 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2 2018-08-20 10:40:32,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" -d '{"subnets": [{"ip_version": 4, "network_id": "1829105d-0062-48fa-b205-d604b9a7a636", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]}' 2018-08-20 10:40:33,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22c86a38-f34f-4381-b60b-e39f482cef1f Date: Mon, 20 Aug 2018 10:40:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:33,446 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-22c86a38-f34f-4381-b60b-e39f482cef1f 2018-08-20 10:40:33,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:40:33,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ca6c70a7-6c70-4d54-acd2-ca61e27ff8d4 Date: Mon, 20 Aug 2018 10:40:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0bc9f6f3-c184-4b6e-a357-dbf825971083","ef9b941b-c62a-4290-9498-39a5ce8515ae"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:33,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-ca6c70a7-6c70-4d54-acd2-ca61e27ff8d4 2018-08-20 10:40:33,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:40:34,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-ccb5f47a-4015-45fe-82ab-0aac45589101 Date: Mon, 20 Aug 2018 10:40:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:34,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-ccb5f47a-4015-45fe-82ab-0aac45589101 2018-08-20 10:40:34,101 - OpenStackNetwork - DEBUG - Network [1829105d-0062-48fa-b205-d604b9a7a636] created successfully 2018-08-20 10:40:34,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:34,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:34,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e925793877774615b7f60017328a96c2", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role"}], "expires_at": "2018-08-20T11:40:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-user", "id": "7d50ed8dadb7476d96f9f637b114ae6c"}, "audit_ids": ["qvO-8g0MQoSkkarncWwDLg"], "issued_at": "2018-08-20T10:40:34.000000Z"}} 2018-08-20 10:40:34,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:34,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2322c17a-a4c7-4035-b1ff-4e41685c0559 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:34,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2322c17a-a4c7-4035-b1ff-4e41685c0559 2018-08-20 10:40:34,589 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:40:34,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:40:34,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:40:34,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:40:34,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:40:34,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:40:34,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:34,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b89f5ca-e7f3-45bc-87e4-b4bd2788f08d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:34,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4b89f5ca-e7f3-45bc-87e4-b4bd2788f08d 2018-08-20 10:40:34,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:35,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1ce77534-68e2-40b0-88f3-e3b26ae23244 Date: Mon, 20 Aug 2018 10:40: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":["0bc9f6f3-c184-4b6e-a357-dbf825971083","ef9b941b-c62a-4290-9498-39a5ce8515ae"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:35,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-1ce77534-68e2-40b0-88f3-e3b26ae23244 2018-08-20 10:40:35,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:35,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-71b39e46-0b9b-4925-87c1-e647c017e634 Date: Mon, 20 Aug 2018 10:40:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:35,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-71b39e46-0b9b-4925-87c1-e647c017e634 2018-08-20 10:40:35,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:35,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0703dbdc-9c84-4dc8-bf9c-6d9c9f2604dd Date: Mon, 20 Aug 2018 10:40: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":["ef9b941b-c62a-4290-9498-39a5ce8515ae","0bc9f6f3-c184-4b6e-a357-dbf825971083"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:35,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-0703dbdc-9c84-4dc8-bf9c-6d9c9f2604dd 2018-08-20 10:40:35,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:40:35,647 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:40:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:40:35,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:35,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deaac222-a50f-42c4-849b-a400a60aeaf0 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}} 2018-08-20 10:40:35,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 used request id req-deaac222-a50f-42c4-849b-a400a60aeaf0 2018-08-20 10:40:35,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:35,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-a23b9ee6-ac6c-41c9-9750-a9aa63856bd5 Date: Mon, 20 Aug 2018 10:40:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:35,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-a23b9ee6-ac6c-41c9-9750-a9aa63856bd5 2018-08-20 10:40:35,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:36,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9eb4eb27-0035-4790-92df-faceb9cd80ad Date: Mon, 20 Aug 2018 10:40:36 GMT RESP BODY: {"ports":[]} 2018-08-20 10:40:36,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1&admin_state_up=True used request id req-9eb4eb27-0035-4790-92df-faceb9cd80ad 2018-08-20 10:40:36,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:36,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-203a7339-21df-40bf-bc70-857353c7c4bf x-compute-request-id: req-203a7339-21df-40bf-bc70-857353c7c4bf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:40:36,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst used request id req-203a7339-21df-40bf-bc70-857353c7c4bf 2018-08-20 10:40:36,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:37,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6d71ecc0-0c81-4795-bf4b-abc808a3a537 Date: Mon, 20 Aug 2018 10: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":["0bc9f6f3-c184-4b6e-a357-dbf825971083","ef9b941b-c62a-4290-9498-39a5ce8515ae"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:37,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-6d71ecc0-0c81-4795-bf4b-abc808a3a537 2018-08-20 10:40:37,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:37,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-cb64e466-bfe0-4f2c-9bdc-273d9c21f1c3 Date: Mon, 20 Aug 2018 10:40:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:37,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-cb64e466-bfe0-4f2c-9bdc-273d9c21f1c3 2018-08-20 10:40:37,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:37,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ed5edfe4-1f89-487c-b5a1-5611c5247771 Date: Mon, 20 Aug 2018 10:40:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0bc9f6f3-c184-4b6e-a357-dbf825971083","ef9b941b-c62a-4290-9498-39a5ce8515ae"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:37,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-ed5edfe4-1f89-487c-b5a1-5611c5247771 2018-08-20 10:40:37,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:37,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720de14d-5764-4730-b7b0-84bb19682044 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}} 2018-08-20 10:40:37,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 used request id req-720de14d-5764-4730-b7b0-84bb19682044 2018-08-20 10:40:37,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:37,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-705bbbfc-d625-4f6d-a4d6-10079f7cd7ba Date: Mon, 20 Aug 2018 10:40:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:37,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-705bbbfc-d625-4f6d-a4d6-10079f7cd7ba 2018-08-20 10:40:37,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:37,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-98462ade-a3c8-4cd1-81c7-b675b376bdf9 Date: Mon, 20 Aug 2018 10:40:37 GMT RESP BODY: {"ports":[]} 2018-08-20 10:40:37,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1&admin_state_up=True used request id req-98462ade-a3c8-4cd1-81c7-b675b376bdf9 2018-08-20 10:40:37,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:40:37,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:40:38,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e925793877774615b7f60017328a96c2", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role"}], "expires_at": "2018-08-20T11:40:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0e852352ec55436d8955fba94d2227b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-user", "id": "7d50ed8dadb7476d96f9f637b114ae6c"}, "audit_ids": ["S7fY2HCHTgu9y2kmWONueQ"], "issued_at": "2018-08-20T10:40:38.000000Z"}} 2018-08-20 10:40:38,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ce752d276f0679e046360c77d8f35e8e17c59d1" 2018-08-20 10:40:38,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a1da65-bed5-4fa9-a49c-a1f3f1cec53a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:40:38,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-75a1da65-bed5-4fa9-a49c-a1f3f1cec53a 2018-08-20 10:40:38,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:38,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9fa97355-b706-4486-877c-3f3fa8b96d97 Date: Mon, 20 Aug 2018 10:40:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0bc9f6f3-c184-4b6e-a357-dbf825971083","ef9b941b-c62a-4290-9498-39a5ce8515ae"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:38,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-9fa97355-b706-4486-877c-3f3fa8b96d97 2018-08-20 10:40:38,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:38,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-164ace5b-b651-40b5-b1e8-d5b95e284c36 Date: Mon, 20 Aug 2018 10:40:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:38,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-164ace5b-b651-40b5-b1e8-d5b95e284c36 2018-08-20 10:40:38,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:38,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-67be6fd8-663c-495d-a890-1000fa84f4d3 Date: Mon, 20 Aug 2018 10:40:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ef9b941b-c62a-4290-9498-39a5ce8515ae","0bc9f6f3-c184-4b6e-a357-dbf825971083"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:38,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-67be6fd8-663c-495d-a890-1000fa84f4d3 2018-08-20 10:40:38,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:40:38,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:40:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:40:38,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ce752d276f0679e046360c77d8f35e8e17c59d1" 2018-08-20 10:40:38,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-080017ae-4f1b-41ae-a341-a3a1b594c75c Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}} 2018-08-20 10:40:38,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 used request id req-080017ae-4f1b-41ae-a341-a3a1b594c75c 2018-08-20 10:40:39,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:39,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-225bf358-b302-43b0-9d1a-70d3f76b3084 Date: Mon, 20 Aug 2018 10:40:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:39,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-225bf358-b302-43b0-9d1a-70d3f76b3084 2018-08-20 10:40:39,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:39,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b695b0d1-976b-4233-84e2-bd88aabdaaac Date: Mon, 20 Aug 2018 10:40:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"}]} 2018-08-20 10:40:39,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1 used request id req-b695b0d1-976b-4233-84e2-bd88aabdaaac 2018-08-20 10:40:39,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:39,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7bdbf822-4bcd-489f-b04f-4fc8f7a468ee Date: Mon, 20 Aug 2018 10:40:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:39,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2 used request id req-7bdbf822-4bcd-489f-b04f-4fc8f7a468ee 2018-08-20 10:40:39,909 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 2018-08-20 10:40:39,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" -d '{"port": {"network_id": "1829105d-0062-48fa-b205-d604b9a7a636", "fixed_ips": [{"subnet_id": "0bc9f6f3-c184-4b6e-a357-dbf825971083", "ip_address": "10.55.0.101"}, {"subnet_id": "ef9b941b-c62a-4290-9498-39a5ce8515ae", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1", "admin_state_up": true}}' 2018-08-20 10:40:41,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-c9e69544-932d-4a8f-baf7-9f115254c96a Date: Mon, 20 Aug 2018 10:40:41 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:40:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:40:40Z","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:a9:e6:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"0e852352ec55436d8955fba94d2227b8","fixed_ips":[{"subnet_id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","ip_address":"10.55.0.101"},{"subnet_id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","ip_address":"10.65.0.101"}],"id":"abd30215-27f8-43a0-a84c-21985998964f","security_groups":["bfb04cad-3a19-49de-8081-fa265a0d4e0d"],"device_id":""}} 2018-08-20 10:40:41,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-c9e69544-932d-4a8f-baf7-9f115254c96a 2018-08-20 10:40:41,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:41,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-20bce5f2-24b8-4ebc-a6da-964f7bbe6fcc Date: Mon, 20 Aug 2018 10:40: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":["0bc9f6f3-c184-4b6e-a357-dbf825971083","ef9b941b-c62a-4290-9498-39a5ce8515ae"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:41,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-20bce5f2-24b8-4ebc-a6da-964f7bbe6fcc 2018-08-20 10:40:41,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:41,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-0feeeb69-eac2-4e44-93c4-33a0ade383fd Date: Mon, 20 Aug 2018 10:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:41,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-0feeeb69-eac2-4e44-93c4-33a0ade383fd 2018-08-20 10:40:41,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:41,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9e6cbf5f-4161-4131-9508-22d0e5530610 Date: Mon, 20 Aug 2018 10:40: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":["0bc9f6f3-c184-4b6e-a357-dbf825971083","ef9b941b-c62a-4290-9498-39a5ce8515ae"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:41,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-9e6cbf5f-4161-4131-9508-22d0e5530610 2018-08-20 10:40:41,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:41,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51cc536b-6422-4127-a4df-4e669e92e57b Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}} 2018-08-20 10:40:41,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 used request id req-51cc536b-6422-4127-a4df-4e669e92e57b 2018-08-20 10:40:41,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:41,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3bbb2838-5349-4c48-9973-71eb94ffd428 Date: Mon, 20 Aug 2018 10:40:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:41,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-3bbb2838-5349-4c48-9973-71eb94ffd428 2018-08-20 10:40:41,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:42,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-38a6f18d-79de-4fea-9b82-f6ddf397c811 Date: Mon, 20 Aug 2018 10:40:42 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:40Z","admin_state_up":true,"updated_at":"2018-08-20T10:40:40Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:a9:e6:eb","id":"abd30215-27f8-43a0-a84c-21985998964f","port_security_enabled":true,"project_id":"0e852352ec55436d8955fba94d2227b8","fixed_ips":[{"subnet_id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","ip_address":"10.55.0.101"},{"subnet_id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","ip_address":"10.65.0.101"}],"extra_dhcp_opts":[],"security_groups":["bfb04cad-3a19-49de-8081-fa265a0d4e0d"],"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1"}]} 2018-08-20 10:40:42,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=1829105d-0062-48fa-b205-d604b9a7a636&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1&admin_state_up=True used request id req-38a6f18d-79de-4fea-9b82-f6ddf397c811 2018-08-20 10:40:42,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:42,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efb5bded-2fc8-4727-a0c7-f4425b752cf1 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}} 2018-08-20 10:40:42,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 used request id req-efb5bded-2fc8-4727-a0c7-f4425b752cf1 2018-08-20 10:40:42,100 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst 2018-08-20 10:40:42,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:42,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91f7add3-cab2-44f7-a6b6-ea0d0b4993bd x-compute-request-id: req-91f7add3-cab2-44f7-a6b6-ea0d0b4993bd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2750f121-d2c3-4cd1-85ac-167902209f34", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-flavor-name"}]} 2018-08-20 10:40:42,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-91f7add3-cab2-44f7-a6b6-ea0d0b4993bd 2018-08-20 10:40:42,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/2750f121-d2c3-4cd1-85ac-167902209f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:42,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e084db67-079b-45ef-9dab-d3ccdeb5b28e x-compute-request-id: req-e084db67-079b-45ef-9dab-d3ccdeb5b28e Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "2750f121-d2c3-4cd1-85ac-167902209f34"}} 2018-08-20 10:40:42,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/2750f121-d2c3-4cd1-85ac-167902209f34 used request id req-e084db67-079b-45ef-9dab-d3ccdeb5b28e 2018-08-20 10:40:42,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:42,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-4fa0a2f8-b3b0-404b-8336-a802f05fdb66 Date: Mon, 20 Aug 2018 10:40:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:40:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:40:25Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/snap", "metadata": {}}], "self": "/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "min_disk": 0, "protected": false, "id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "file": "/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0e852352ec55436d8955fba94d2227b8", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image"} 2018-08-20 10:40:42,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image used request id req-4fa0a2f8-b3b0-404b-8336-a802f05fdb66 2018-08-20 10:40:42,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:42,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c2194bed-7527-4845-871b-dadbbc8c8106 Date: Mon, 20 Aug 2018 10:40: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:40:42,544 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-c2194bed-7527-4845-871b-dadbbc8c8106 2018-08-20 10:40:42,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" -d '{"server": {"name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst", "imageRef": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "flavorRef": "2750f121-d2c3-4cd1-85ac-167902209f34", "max_count": 1, "min_count": 1, "networks": [{"port": "abd30215-27f8-43a0-a84c-21985998964f"}]}}' 2018-08-20 10:40:44,486 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d80442b4-a594-4788-895d-fe0423f4e30e x-compute-request-id: req-d80442b4-a594-4788-895d-fe0423f4e30e Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5a1de925-383d-44a3-ad6b-e38d0b09ce25", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "bookmark"}], "adminPass": "rLBFmrv6rSue"}} 2018-08-20 10:40:44,486 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-d80442b4-a594-4788-895d-fe0423f4e30e 2018-08-20 10:40:44,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:44,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bd75315-d98b-42bd-afef-d141270c6fa1 x-compute-request-id: req-7bd75315-d98b-42bd-afef-d141270c6fa1 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.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "bookmark"}], "image": {"id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "links": [{"href": "http://172.30.9.36:8774/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2750f121-d2c3-4cd1-85ac-167902209f34", "links": [{"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}]}, "id": "5a1de925-383d-44a3-ad6b-e38d0b09ce25", "user_id": "7d50ed8dadb7476d96f9f637b114ae6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:40:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst", "created": "2018-08-20T10:40:44Z", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:44,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-7bd75315-d98b-42bd-afef-d141270c6fa1 2018-08-20 10:40:44,887 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst 2018-08-20 10:40:44,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:45,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3438596-894a-4f1e-9a83-b621ac89d9a8 x-compute-request-id: req-b3438596-894a-4f1e-9a83-b621ac89d9a8 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "bookmark"}], "image": {"id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "links": [{"href": "http://172.30.9.36:8774/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2750f121-d2c3-4cd1-85ac-167902209f34", "links": [{"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}]}, "id": "5a1de925-383d-44a3-ad6b-e38d0b09ce25", "user_id": "7d50ed8dadb7476d96f9f637b114ae6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:40:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst", "created": "2018-08-20T10:40:44Z", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:45,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-b3438596-894a-4f1e-9a83-b621ac89d9a8 2018-08-20 10:40:45,165 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst] is - BUILD 2018-08-20 10:40:45,166 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:40:48,168 - create_instance - DEBUG - VM status query timeout in 896.719636917 2018-08-20 10:40:48,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:48,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08910893-0c49-41c8-9bbd-921cb08b0a99 x-compute-request-id: req-08910893-0c49-41c8-9bbd-921cb08b0a99 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.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "bookmark"}], "image": {"id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "links": [{"href": "http://172.30.9.36:8774/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2750f121-d2c3-4cd1-85ac-167902209f34", "links": [{"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}]}, "id": "5a1de925-383d-44a3-ad6b-e38d0b09ce25", "security_groups": [{"name": "default"}], "user_id": "7d50ed8dadb7476d96f9f637b114ae6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:40:45Z", "hostId": "7c0c70906d8fae47dde2a9e7f7e6eda8940a51213bdbc0e6c9e79d47", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst", "created": "2018-08-20T10:40:44Z", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:48,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-08910893-0c49-41c8-9bbd-921cb08b0a99 2018-08-20 10:40:48,867 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst] is - BUILD 2018-08-20 10:40:48,868 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:40:51,871 - create_instance - DEBUG - VM status query timeout in 893.01661396 2018-08-20 10:40:51,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:52,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-662eba00-0494-440c-a1f5-39035d669d6c x-compute-request-id: req-662eba00-0494-440c-a1f5-39035d669d6c Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:e6:eb", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:e6:eb", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "bookmark"}], "image": {"id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "links": [{"href": "http://172.30.9.36:8774/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:40:49.000000", "flavor": {"id": "2750f121-d2c3-4cd1-85ac-167902209f34", "links": [{"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}]}, "id": "5a1de925-383d-44a3-ad6b-e38d0b09ce25", "security_groups": [{"name": "default"}], "user_id": "7d50ed8dadb7476d96f9f637b114ae6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:40:49Z", "hostId": "7c0c70906d8fae47dde2a9e7f7e6eda8940a51213bdbc0e6c9e79d47", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst", "created": "2018-08-20T10:40:44Z", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:52,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-662eba00-0494-440c-a1f5-39035d669d6c 2018-08-20 10:40:52,408 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst] is - ACTIVE 2018-08-20 10:40:52,409 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:40:52,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:53,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-f4ceba5f-401e-4fa8-ab35-61e558c40193 x-compute-request-id: req-f4ceba5f-401e-4fa8-ab35-61e558c40193 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:e6:eb", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:e6:eb", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "bookmark"}], "image": {"id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "links": [{"href": "http://172.30.9.36:8774/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:40:49.000000", "flavor": {"id": "2750f121-d2c3-4cd1-85ac-167902209f34", "links": [{"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}]}, "id": "5a1de925-383d-44a3-ad6b-e38d0b09ce25", "security_groups": [{"name": "default"}], "user_id": "7d50ed8dadb7476d96f9f637b114ae6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:40:49Z", "hostId": "7c0c70906d8fae47dde2a9e7f7e6eda8940a51213bdbc0e6c9e79d47", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst", "created": "2018-08-20T10:40:44Z", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:53,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-f4ceba5f-401e-4fa8-ab35-61e558c40193 2018-08-20 10:40:53,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:53,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f48bbe63-52ca-461e-a21f-e3c946aaee17 Date: Mon, 20 Aug 2018 10:40: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":["0bc9f6f3-c184-4b6e-a357-dbf825971083","ef9b941b-c62a-4290-9498-39a5ce8515ae"],"updated_at":"2018-08-20T10:40:33Z","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e852352ec55436d8955fba94d2227b8","id":"1829105d-0062-48fa-b205-d604b9a7a636","name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2"}]} 2018-08-20 10:40:53,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 used request id req-f48bbe63-52ca-461e-a21f-e3c946aaee17 2018-08-20 10:40:53,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:53,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46122cc5-253c-4804-a262-7d50209cf61f Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}} 2018-08-20 10:40:53,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 used request id req-46122cc5-253c-4804-a262-7d50209cf61f 2018-08-20 10:40:53,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:53,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-63a448b1-8e64-4557-87bf-03aa37d7572d Date: Mon, 20 Aug 2018 10:40:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0e852352ec55436d8955fba94d2227b8","id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","dns_nameservers":[],"updated_at":"2018-08-20T10:40:33Z","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":"0e852352ec55436d8955fba94d2227b8","id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2"}]} 2018-08-20 10:40:53,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-63a448b1-8e64-4557-87bf-03aa37d7572d 2018-08-20 10:40:53,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:53,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3354 X-Openstack-Request-Id: req-1b4cfdd3-98ff-47e9-b65c-9620d08b24ce Date: Mon, 20 Aug 2018 10:40:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","admin_state_up":true,"updated_at":"2018-08-20T10:40:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1829105d-0062-48fa-b205-d604b9a7a636","device_owner":"network:dhcp","revision_number":9,"mac_address":"fa:16:3e:81:07:a4","id":"212c0e2d-75a1-474d-b6c2-d2340e957702","port_security_enabled":false,"project_id":"0e852352ec55436d8955fba94d2227b8","fixed_ips":[{"subnet_id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","ip_address":"10.55.0.4"},{"subnet_id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","ip_address":"10.65.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:32Z","admin_state_up":true,"updated_at":"2018-08-20T10:40:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1829105d-0062-48fa-b205-d604b9a7a636","device_owner":"network:dhcp","revision_number":9,"mac_address":"fa:16:3e:c6:88:d6","id":"36348508-ff9d-40d4-9cd3-9edc45951d91","port_security_enabled":false,"project_id":"0e852352ec55436d8955fba94d2227b8","fixed_ips":[{"subnet_id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","ip_address":"10.55.0.2"},{"subnet_id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","ip_address":"10.65.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:40Z","admin_state_up":true,"updated_at":"2018-08-20T10:40:49Z","binding:vnic_type":"normal","device_id":"5a1de925-383d-44a3-ad6b-e38d0b09ce25","device_owner":"compute:nova","revision_number":11,"mac_address":"fa:16:3e:a9:e6:eb","id":"abd30215-27f8-43a0-a84c-21985998964f","port_security_enabled":true,"project_id":"0e852352ec55436d8955fba94d2227b8","fixed_ips":[{"subnet_id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","ip_address":"10.55.0.101"},{"subnet_id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","ip_address":"10.65.0.101"}],"extra_dhcp_opts":[],"security_groups":["bfb04cad-3a19-49de-8081-fa265a0d4e0d"],"name":"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1829105d-0062-48fa-b205-d604b9a7a636","tenant_id":"0e852352ec55436d8955fba94d2227b8","created_at":"2018-08-20T10:40:33Z","admin_state_up":true,"updated_at":"2018-08-20T10:40:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1829105d-0062-48fa-b205-d604b9a7a636","device_owner":"network:dhcp","revision_number":9,"mac_address":"fa:16:3e:17:9d:8d","id":"de46783f-35dc-44c2-8508-3d1b36c3fde0","port_security_enabled":false,"project_id":"0e852352ec55436d8955fba94d2227b8","fixed_ips":[{"subnet_id":"0bc9f6f3-c184-4b6e-a357-dbf825971083","ip_address":"10.55.0.3"},{"subnet_id":"ef9b941b-c62a-4290-9498-39a5ce8515ae","ip_address":"10.65.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:40:53,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=1829105d-0062-48fa-b205-d604b9a7a636 used request id req-1b4cfdd3-98ff-47e9-b65c-9620d08b24ce 2018-08-20 10:40:53,922 - create_instance - INFO - Deleting Port with ID - abd30215-27f8-43a0-a84c-21985998964f 2018-08-20 10:40:53,922 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770port-1 2018-08-20 10:40:53,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/abd30215-27f8-43a0-a84c-21985998964f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:54,469 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd737dc1-ec17-4b5d-9b85-ed4f9da11592 Date: Mon, 20 Aug 2018 10:40:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:40:54,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/abd30215-27f8-43a0-a84c-21985998964f used request id req-dd737dc1-ec17-4b5d-9b85-ed4f9da11592 2018-08-20 10:40:54,469 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst 2018-08-20 10:40:54,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:54,617 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:40:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4107b2be-f937-4378-b217-5408f18ce04f x-compute-request-id: req-4107b2be-f937-4378-b217-5408f18ce04f Content-Type: application/json 2018-08-20 10:40:54,617 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-4107b2be-f937-4378-b217-5408f18ce04f 2018-08-20 10:40:54,617 - create_instance - INFO - Checking deletion status 2018-08-20 10:40:54,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:54,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fb3a4cb-2ab2-4733-bcdf-ba8e39027817 x-compute-request-id: req-4fb3a4cb-2ab2-4733-bcdf-ba8e39027817 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:e6:eb", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:e6:eb", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "bookmark"}], "image": {"id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "links": [{"href": "http://172.30.9.36:8774/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:40:49.000000", "flavor": {"id": "2750f121-d2c3-4cd1-85ac-167902209f34", "links": [{"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}]}, "id": "5a1de925-383d-44a3-ad6b-e38d0b09ce25", "user_id": "7d50ed8dadb7476d96f9f637b114ae6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:40:54Z", "hostId": "7c0c70906d8fae47dde2a9e7f7e6eda8940a51213bdbc0e6c9e79d47", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst", "created": "2018-08-20T10:40:44Z", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:54,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-4fb3a4cb-2ab2-4733-bcdf-ba8e39027817 2018-08-20 10:40:54,911 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst] is - ACTIVE 2018-08-20 10:40:54,911 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:40:57,914 - create_instance - DEBUG - VM status query timeout in 296.703395128 2018-08-20 10:40:57,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:40:58,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-327768ea-4ea3-4e14-90c2-52eb58da43c3 x-compute-request-id: req-327768ea-4ea3-4e14-90c2-52eb58da43c3 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.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25", "rel": "bookmark"}], "image": {"id": "6fdd8b0a-0f68-467b-9b96-39b366e3e159", "links": [{"href": "http://172.30.9.36:8774/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:40:49.000000", "flavor": {"id": "2750f121-d2c3-4cd1-85ac-167902209f34", "links": [{"href": "http://172.30.9.36:8774/flavors/2750f121-d2c3-4cd1-85ac-167902209f34", "rel": "bookmark"}]}, "id": "5a1de925-383d-44a3-ad6b-e38d0b09ce25", "user_id": "7d50ed8dadb7476d96f9f637b114ae6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:40:54Z", "hostId": "7c0c70906d8fae47dde2a9e7f7e6eda8940a51213bdbc0e6c9e79d47", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst", "created": "2018-08-20T10:40:44Z", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:40:58,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-327768ea-4ea3-4e14-90c2-52eb58da43c3 2018-08-20 10:40:58,541 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst] is - ACTIVE 2018-08-20 10:40:58,541 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:41:01,544 - create_instance - DEBUG - VM status query timeout in 293.073513031 2018-08-20 10:41:01,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105484d67a392a6c999e4187e70cb2e2550ca69c" 2018-08-20 10:41:01,596 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-15b29f22-8e83-42a7-82c5-cd44070388be x-compute-request-id: req-15b29f22-8e83-42a7-82c5-cd44070388be Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5a1de925-383d-44a3-ad6b-e38d0b09ce25 could not be found.", "code": 404}} 2018-08-20 10:41:01,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/5a1de925-383d-44a3-ad6b-e38d0b09ce25 used request id req-15b29f22-8e83-42a7-82c5-cd44070388be 2018-08-20 10:41:01,596 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5a1de925-383d-44a3-ad6b-e38d0b09ce25 could not be found. (HTTP 404) (Request-ID: req-15b29f22-8e83-42a7-82c5-cd44070388be) 2018-08-20 10:41:01,597 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-inst 2018-08-20 10:41:01,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/2750f121-d2c3-4cd1-85ac-167902209f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cf8614b9ae99e02c20410f3fd80b2262d43672c" 2018-08-20 10:41:01,649 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-f385f99a-f39e-4a3c-850e-034d39283eb5 x-compute-request-id: req-f385f99a-f39e-4a3c-850e-034d39283eb5 Content-Length: 0 Content-Type: application/json 2018-08-20 10:41:01,649 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/2750f121-d2c3-4cd1-85ac-167902209f34 used request id req-f385f99a-f39e-4a3c-850e-034d39283eb5 2018-08-20 10:41:01,650 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-subnet 2018-08-20 10:41:01,650 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-subnet 2018-08-20 10:41:01,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/899cd9eb-f42f-41c6-b454-867626cd7424 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" 2018-08-20 10:41:04,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5136850-745a-4efe-ad04-10f43af98af0 Date: Mon, 20 Aug 2018 10:41:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:04,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/899cd9eb-f42f-41c6-b454-867626cd7424 used request id req-f5136850-745a-4efe-ad04-10f43af98af0 2018-08-20 10:41:04,236 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-pub-net 2018-08-20 10:41:04,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/e7153f5c-6c1e-4001-bea9-4f53bbf20965 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}048eb231d1ba509e125a596189838e2e0d7adb1c" 2018-08-20 10:41:06,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a8fde9a-987a-40ff-b8f0-f612100cf2f8 Date: Mon, 20 Aug 2018 10:41:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:06,032 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/e7153f5c-6c1e-4001-bea9-4f53bbf20965 used request id req-3a8fde9a-987a-40ff-b8f0-f612100cf2f8 2018-08-20 10:41:06,033 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1 2018-08-20 10:41:06,033 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet1 2018-08-20 10:41:06,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/0bc9f6f3-c184-4b6e-a357-dbf825971083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:41:08,700 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71d11685-ee77-4bba-9bc0-1495e8725a07 Date: Mon, 20 Aug 2018 10:41:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:08,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/0bc9f6f3-c184-4b6e-a357-dbf825971083 used request id req-71d11685-ee77-4bba-9bc0-1495e8725a07 2018-08-20 10:41:08,700 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2 2018-08-20 10:41:08,701 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-subnet2 2018-08-20 10:41:08,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/ef9b941b-c62a-4290-9498-39a5ce8515ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:41:11,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-924be405-dcd3-44d7-9602-8a8d9578bc88 Date: Mon, 20 Aug 2018 10:41:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:11,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/ef9b941b-c62a-4290-9498-39a5ce8515ae used request id req-924be405-dcd3-44d7-9602-8a8d9578bc88 2018-08-20 10:41:11,425 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770net2 2018-08-20 10:41:11,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/1829105d-0062-48fa-b205-d604b9a7a636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abed2bf305fb539d496758198e7cd693a671b775" 2018-08-20 10:41:13,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8308591b-eaf3-436e-9e77-94a21d448352 Date: Mon, 20 Aug 2018 10:41:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:13,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/1829105d-0062-48fa-b205-d604b9a7a636 used request id req-8308591b-eaf3-436e-9e77-94a21d448352 2018-08-20 10:41:13,291 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e21d3cbe-f99e-4aaf-a60c-84dbd1a83770-image 2018-08-20 10:41:13,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ed8e44518e93bf3108dd2819b82c901903bb065" 2018-08-20 10:41:13,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9fd30eed-6f9f-4ed4-a7fc-b38e0ffb46f4 Date: Mon, 20 Aug 2018 10:41:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:41:13,788 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/6fdd8b0a-0f68-467b-9b96-39b366e3e159 used request id req-9fd30eed-6f9f-4ed4-a7fc-b38e0ffb46f4 2018-08-20 10:41:13,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:41:13,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:41:13,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:41:13,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:41:13,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:41:13,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-e2d26ee1-9b7b-4c54-bf46-d79253999bab Date: Mon, 20 Aug 2018 10:41:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e852352ec55436d8955fba94d2227b8", "created_at": "2018-08-20T10:40:26Z", "updated_at": "2018-08-20T10:40:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:40:26Z", "revision_number": 0, "id": "120eb029-2981-451d-89cf-84abbe308f34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:40:26Z", "security_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e852352ec55436d8955fba94d2227b8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:40:26Z", "revision_number": 0, "id": "996982b9-e312-49b0-9324-0117882aa375", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:40:26Z", "security_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e852352ec55436d8955fba94d2227b8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:40:26Z", "revision_number": 0, "id": "dd460294-506c-42f3-851e-d7bc0e283998", "remote_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "remote_ip_prefix": null, "created_at": "2018-08-20T10:40:26Z", "security_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e852352ec55436d8955fba94d2227b8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:40:26Z", "revision_number": 0, "id": "e1aac2d1-0279-4a74-aa4f-0ea13cee99bb", "remote_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "remote_ip_prefix": null, "created_at": "2018-08-20T10:40:26Z", "security_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "tenant_id": "0e852352ec55436d8955fba94d2227b8", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e852352ec55436d8955fba94d2227b8"}], "revision_number": 4, "project_id": "0e852352ec55436d8955fba94d2227b8", "id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:41:14,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-e2d26ee1-9b7b-4c54-bf46-d79253999bab 2018-08-20 10:41:14,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,167 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d406698-e2bf-458b-aa52-31ca6b22c149 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:14,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-7d406698-e2bf-458b-aa52-31ca6b22c149 2018-08-20 10:41:14,167 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:14,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3047f44-4262-4045-a0c1-4a135417eebe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:14,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-c3047f44-4262-4045-a0c1-4a135417eebe 2018-08-20 10:41:14,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:14,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,364 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87367c8e-7255-4274-863a-fb53f6935c14 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:14,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-87367c8e-7255-4274-863a-fb53f6935c14 2018-08-20 10:41:14,364 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:14,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,457 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-feebd5d2-0937-4c38-8caf-eb24ca46ed3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:14,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-feebd5d2-0937-4c38-8caf-eb24ca46ed3d 2018-08-20 10:41:14,458 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:14,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,548 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-decd2ca2-a38d-49eb-90fa-23571d5cf704 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:14,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-decd2ca2-a38d-49eb-90fa-23571d5cf704 2018-08-20 10:41:14,548 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:14,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,646 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a28c59d-a4ce-43b8-bc83-e843d3491f03 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:14,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-0a28c59d-a4ce-43b8-bc83-e843d3491f03 2018-08-20 10:41:14,647 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:14,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,740 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4766c98a-36a5-4929-8589-3a4aa7bc2462 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:14,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-4766c98a-36a5-4929-8589-3a4aa7bc2462 2018-08-20 10:41:14,740 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:14,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:14,926 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ebf51aa-433a-4326-8b27-4d2b57a191c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:14,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-4ebf51aa-433a-4326-8b27-4d2b57a191c4 2018-08-20 10:41:14,927 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:14,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:15,018 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20b946fa-5ab3-4e62-a81c-63ac4dd541c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:15,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-20b946fa-5ab3-4e62-a81c-63ac4dd541c6 2018-08-20 10:41:15,018 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:15,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:15,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e6a6f6-04de-45ee-afd3-aee271680afe Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:41:15,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-02e6a6f6-04de-45ee-afd3-aee271680afe 2018-08-20 10:41:15,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:15,218 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebe39998-f56b-4354-aef3-98a4e51ecb05 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:41:15,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-ebe39998-f56b-4354-aef3-98a4e51ecb05 2018-08-20 10:41:15,219 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:41:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:15,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ff2340-f625-402a-894e-6e2a9bdf094d Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0e852352ec55436d8955fba94d2227b8", "name": "CreateInstancePortManipulationTests-8046b242-bfb0-420-proj"}} 2018-08-20 10:41:15,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 used request id req-67ff2340-f625-402a-894e-6e2a9bdf094d 2018-08-20 10:41:15,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfb04cad-3a19-49de-8081-fa265a0d4e0d 2018-08-20 10:41:15,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bfb04cad-3a19-49de-8081-fa265a0d4e0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:15,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-53daf59e-6667-4034-8a8a-91b522512174 Date: Mon, 20 Aug 2018 10:41:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:40:26Z", "security_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "0e852352ec55436d8955fba94d2227b8", "created_at": "2018-08-20T10:40:26Z", "project_id": "0e852352ec55436d8955fba94d2227b8", "id": "120eb029-2981-451d-89cf-84abbe308f34"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:40:26Z", "security_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "0e852352ec55436d8955fba94d2227b8", "created_at": "2018-08-20T10:40:26Z", "project_id": "0e852352ec55436d8955fba94d2227b8", "id": "996982b9-e312-49b0-9324-0117882aa375"}, {"remote_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:40:26Z", "security_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "0e852352ec55436d8955fba94d2227b8", "created_at": "2018-08-20T10:40:26Z", "project_id": "0e852352ec55436d8955fba94d2227b8", "id": "dd460294-506c-42f3-851e-d7bc0e283998"}, {"remote_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:40:26Z", "security_group_id": "bfb04cad-3a19-49de-8081-fa265a0d4e0d", "port_range_min": null, "revision_number": 0, "tenant_id": "0e852352ec55436d8955fba94d2227b8", "created_at": "2018-08-20T10:40:26Z", "project_id": "0e852352ec55436d8955fba94d2227b8", "id": "e1aac2d1-0279-4a74-aa4f-0ea13cee99bb"}]} 2018-08-20 10:41:15,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bfb04cad-3a19-49de-8081-fa265a0d4e0d used request id req-53daf59e-6667-4034-8a8a-91b522512174 2018-08-20 10:41:15,517 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:41:15,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/bfb04cad-3a19-49de-8081-fa265a0d4e0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:15,965 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c86ed21-68be-4f62-8c1c-da076a35cc45 Content-Length: 0 Date: Mon, 20 Aug 2018 10:41:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:15,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/bfb04cad-3a19-49de-8081-fa265a0d4e0d used request id req-5c86ed21-68be-4f62-8c1c-da076a35cc45 2018-08-20 10:41:15,966 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8046b242-bfb0-420-proj 2018-08-20 10:41:15,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:16,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:41:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dc14fbc-6191-4de3-838b-0e6f94fae1f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:41:16,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/0e852352ec55436d8955fba94d2227b8 used request id req-4dc14fbc-6191-4de3-838b-0e6f94fae1f0 2018-08-20 10:41:16,274 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8046b242-bfb0-420-proj-role 2018-08-20 10:41:16,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/e925793877774615b7f60017328a96c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:16,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:41:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cccedb8b-4e54-4723-aa61-0c31aa48f822 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:41:16,399 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/e925793877774615b7f60017328a96c2 used request id req-cccedb8b-4e54-4723-aa61-0c31aa48f822 2018-08-20 10:41:16,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ddda1f897dea023db23c373eebc29cbb60561f8" 2018-08-20 10:41:16,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1a523e-14c8-4b13-9cd2-06a9826bace1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:41:16,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7b1a523e-14c8-4b13-9cd2-06a9826bace1 2018-08-20 10:41:16,503 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8046b242-bfb0-420-user 2018-08-20 10:41:16,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/7d50ed8dadb7476d96f9f637b114ae6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8005a08e07a6e6afd78e68f022b3883d6ea8969" 2018-08-20 10:41:16,760 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:41:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f6e31bd-eb6a-4339-9204-b184a69090e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:41:16,760 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/7d50ed8dadb7476d96f9f637b114ae6c used request id req-4f6e31bd-eb6a-4339-9204-b184a69090e1 2018-08-20 10:41:16,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:17,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["X5P2tK7ORa-vn-jTzk9pXg"], "issued_at": "2018-08-20T10:41:17.000000Z"}} 2018-08-20 10:41:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4479f0cccf1cf541e1148e2262131303a4546c5a" 2018-08-20 10:41:17,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eedb34c-ff5f-44d5-91ab-572e05227bdf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:17,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2eedb34c-ff5f-44d5-91ab-572e05227bdf 2018-08-20 10:41:17,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:17,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:17,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["4bxWWwluRAuaFpsboRO1Bg"], "issued_at": "2018-08-20T10:41:17.000000Z"}} 2018-08-20 10:41:17,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:41:17,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19e9f92f-338a-4568-86bf-bbfafc86ea35 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:17,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-19e9f92f-338a-4568-86bf-bbfafc86ea35 2018-08-20 10:41:17,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:41:17,749 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:41:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:41:17,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-653dd88d-23c3-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:41:17,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7de23ab-98b0-43e3-a830-5226b32bb69c Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-653dd88d-23c3-434-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:41:17,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-653dd88d-23c3-434-proj used request id req-e7de23ab-98b0-43e3-a830-5226b32bb69c 2018-08-20 10:41:17,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:41:17,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08132234-3138-46de-8995-503ca3fd0b13 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:41:17,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-08132234-3138-46de-8995-503ca3fd0b13 2018-08-20 10:41:17,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}}' 2018-08-20 10:41:18,082 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:41:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3aad92f-75a5-4ffc-9818-7a72afb0a728 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "id": "57ed541dfd714a1c89c37074b678bb16", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:18,082 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-e3aad92f-75a5-4ffc-9818-7a72afb0a728 2018-08-20 10:41:18,082 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-653dd88d-23c3-434-proj 2018-08-20 10:41:18,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:18,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:18,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:41:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["VFFyxihwRB-Fs2vWnNA3qQ"], "issued_at": "2018-08-20T10:41:18.000000Z"}} 2018-08-20 10:41:18,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7f0808c3ad53cc6d22135ff3b06253ec6d9d13" 2018-08-20 10:41:18,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d145f96f-636f-4ee6-9d45-b56438e466a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:18,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d145f96f-636f-4ee6-9d45-b56438e466a8 2018-08-20 10:41:18,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:41:18,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:41:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:41:18,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7f0808c3ad53cc6d22135ff3b06253ec6d9d13" 2018-08-20 10:41:18,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88b0cb8-4963-4e07-8d2a-904a8091b532 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:41:18,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-f88b0cb8-4963-4e07-8d2a-904a8091b532 2018-08-20 10:41:18,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-653dd88d-23c3-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7f0808c3ad53cc6d22135ff3b06253ec6d9d13" 2018-08-20 10:41:18,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00994748-3bde-44d0-a324-d47b494cfd05 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-653dd88d-23c3-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "id": "57ed541dfd714a1c89c37074b678bb16", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}]} 2018-08-20 10:41:18,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-653dd88d-23c3-434-proj used request id req-00994748-3bde-44d0-a324-d47b494cfd05 2018-08-20 10:41:18,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7f0808c3ad53cc6d22135ff3b06253ec6d9d13" 2018-08-20 10:41:18,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd1f4cc9-2e6e-42b3-9ee6-ad1a1412772e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:41:18,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-dd1f4cc9-2e6e-42b3-9ee6-ad1a1412772e 2018-08-20 10:41:19,303 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-653dd88d-23c3-434-user 2018-08-20 10:41:19,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:19,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:41:19,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5c1181-213f-447c-852a-094561e02924 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:41:19,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-bc5c1181-213f-447c-852a-094561e02924 2018-08-20 10:41:19,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" -d '{"role": {"name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}}' 2018-08-20 10:41:19,507 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:41:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eac540eb-94a8-4a4e-a726-b9edd2410239 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b560d04510e43f49ac6cae721f31808", "links": {"self": "http://172.30.9.36:5000/v3/roles/4b560d04510e43f49ac6cae721f31808"}, "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}} 2018-08-20 10:41:19,507 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-eac540eb-94a8-4a4e-a726-b9edd2410239 2018-08-20 10:41:19,507 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role 2018-08-20 10:41:19,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/4b560d04510e43f49ac6cae721f31808 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:41:19,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b0eaee-2434-4bab-96ba-8a192cc42e06 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b560d04510e43f49ac6cae721f31808", "links": {"self": "http://172.30.9.36:5000/v3/roles/4b560d04510e43f49ac6cae721f31808"}, "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}} 2018-08-20 10:41:19,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/4b560d04510e43f49ac6cae721f31808 used request id req-36b0eaee-2434-4bab-96ba-8a192cc42e06 2018-08-20 10:41:19,606 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role to project InstanceSecurityGroupTests-653dd88d-23c3-434-proj 2018-08-20 10:41:19,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16/users/91b5efb7f8fa44aea13263ebbf81e433/roles/4b560d04510e43f49ac6cae721f31808 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:41:19,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:41:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd2a2c04-da81-4ffe-a2d8-90583aac21c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:41:19,737 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16/users/91b5efb7f8fa44aea13263ebbf81e433/roles/4b560d04510e43f49ac6cae721f31808 used request id req-dd2a2c04-da81-4ffe-a2d8-90583aac21c3 2018-08-20 10:41:19,738 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:41:19,739 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:41:19,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:19,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:20,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b560d04510e43f49ac6cae721f31808", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}], "expires_at": "2018-08-20T11:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-user", "id": "91b5efb7f8fa44aea13263ebbf81e433"}, "audit_ids": ["S-BjAU3xR4WLCWkU_UBR7w"], "issued_at": "2018-08-20T10:41:20.000000Z"}} 2018-08-20 10:41:20,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" 2018-08-20 10:41:20,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5b59aa5-6572-4e44-b277-54cc504066e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:20,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e5b59aa5-6572-4e44-b277-54cc504066e9 2018-08-20 10:41:20,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" 2018-08-20 10:41:20,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-b4a6ac78-811e-4221-82fc-9d8707f33b2e Date: Mon, 20 Aug 2018 10:41:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image"} 2018-08-20 10:41:20,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image used request id req-b4a6ac78-811e-4221-82fc-9d8707f33b2e 2018-08-20 10:41:20,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" 2018-08-20 10:41:20,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5305925a-e86c-40bb-8be9-ad2ba2902f71 Date: Mon, 20 Aug 2018 10:41: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:41:20,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-5305925a-e86c-40bb-8be9-ad2ba2902f71 2018-08-20 10:41:20,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image"}' 2018-08-20 10:41:20,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c4c92d19-1f49-4cc1-8ddb-c9a6b103a45f Date: Mon, 20 Aug 2018 10:41:20 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:41:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:41:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "min_disk": 0, "protected": false, "id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "file": "/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/file", "checksum": null, "owner": "57ed541dfd714a1c89c37074b678bb16", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:41:20,857 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-c4c92d19-1f49-4cc1-8ddb-c9a6b103a45f 2018-08-20 10:41:20,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" -d '' 2018-08-20 10:41:21,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbcfe1db-52fd-4615-95eb-28fec50c8244 Date: Mon, 20 Aug 2018 10:41:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:41:21,438 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/file used request id req-bbcfe1db-52fd-4615-95eb-28fec50c8244 2018-08-20 10:41:21,439 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:41:21,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" 2018-08-20 10:41:21,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ca865a5c-8bce-41a4-bf12-68091ae7843d Date: Mon, 20 Aug 2018 10:41:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:41:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:41:21Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/snap", "metadata": {}}], "self": "/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "min_disk": 0, "protected": false, "id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "file": "/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57ed541dfd714a1c89c37074b678bb16", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:41:21,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9 used request id req-ca865a5c-8bce-41a4-bf12-68091ae7843d 2018-08-20 10:41:21,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" 2018-08-20 10:41:21,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9e2c6959-7448-4cc3-9f95-7601b63cef73 Date: Mon, 20 Aug 2018 10:41: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:41:21,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-9e2c6959-7448-4cc3-9f95-7601b63cef73 2018-08-20 10:41:21,635 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image 2018-08-20 10:41:21,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" 2018-08-20 10:41:21,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-cf6a13a3-d7d0-4033-8a78-453d71f772ca Date: Mon, 20 Aug 2018 10:41:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:41:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:41:21Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/snap", "metadata": {}}], "self": "/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "min_disk": 0, "protected": false, "id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "file": "/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57ed541dfd714a1c89c37074b678bb16", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:41:21,822 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9 used request id req-cf6a13a3-d7d0-4033-8a78-453d71f772ca 2018-08-20 10:41:21,823 - create_image - DEBUG - Instance status is - active 2018-08-20 10:41:21,823 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image 2018-08-20 10:41:21,823 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image 2018-08-20 10:41:21,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:21,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:22,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b560d04510e43f49ac6cae721f31808", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}], "expires_at": "2018-08-20T11:41:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-user", "id": "91b5efb7f8fa44aea13263ebbf81e433"}, "audit_ids": ["ImoO60rzQ-ayBSaM55pESQ"], "issued_at": "2018-08-20T10:41:22.000000Z"}} 2018-08-20 10:41:22,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" 2018-08-20 10:41:22,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe8b29bc-3194-4ddf-9607-2a1570e0cd8a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:22,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fe8b29bc-3194-4ddf-9607-2a1570e0cd8a 2018-08-20 10:41:22,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:41:22,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:41:22,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:41:22,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:41:22,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:41:22,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" 2018-08-20 10:41:22,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-32164b1b-18ed-4372-a5e5-9391af1c260d Date: Mon, 20 Aug 2018 10:41:22 GMT RESP BODY: {"networks":[]} 2018-08-20 10:41:22,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-32164b1b-18ed-4372-a5e5-9391af1c260d 2018-08-20 10:41:22,601 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net 2018-08-20 10:41:22,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" -d '{"network": {"name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net", "admin_state_up": true}}' 2018-08-20 10:41:23,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-faffbf73-ecc9-4541-b91b-7ab989f52892 Date: Mon, 20 Aug 2018 10:41:23 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:41:23Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}} 2018-08-20 10:41:23,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-faffbf73-ecc9-4541-b91b-7ab989f52892 2018-08-20 10:41:23,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" 2018-08-20 10:41:23,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-164e9cb9-8709-4493-af70-b4e747376cf8 Date: Mon, 20 Aug 2018 10:41: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-08-20T10:41:23Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:23,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-164e9cb9-8709-4493-af70-b4e747376cf8 2018-08-20 10:41:23,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" 2018-08-20 10:41:23,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1f1ac747-ac42-4beb-8c88-9c17329bdd33 Date: Mon, 20 Aug 2018 10:41:23 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:41:23,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-1f1ac747-ac42-4beb-8c88-9c17329bdd33 2018-08-20 10:41:23,939 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet 2018-08-20 10:41:23,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" -d '{"subnets": [{"ip_version": 4, "network_id": "74e404e7-f134-4d5a-9142-f39d4cefac86", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]}' 2018-08-20 10:41:24,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1570de8b-027f-45f0-9073-1db265639b08 Date: Mon, 20 Aug 2018 10:41:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:24,799 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-1570de8b-027f-45f0-9073-1db265639b08 2018-08-20 10:41:24,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" 2018-08-20 10:41:25,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-632bd242-3542-4102-a20f-e33b1d886c5e Date: Mon, 20 Aug 2018 10:41:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:25,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-632bd242-3542-4102-a20f-e33b1d886c5e 2018-08-20 10:41:25,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" 2018-08-20 10:41:25,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-261a1d74-6bcb-4f04-ba9a-664c49d76a46 Date: Mon, 20 Aug 2018 10:41:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:25,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-261a1d74-6bcb-4f04-ba9a-664c49d76a46 2018-08-20 10:41:25,302 - OpenStackNetwork - DEBUG - Network [74e404e7-f134-4d5a-9142-f39d4cefac86] created successfully 2018-08-20 10:41:25,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:25,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:25,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["AEphbohPQpO9AuvqYWE-eg"], "issued_at": "2018-08-20T10:41:25.000000Z"}} 2018-08-20 10:41:25,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad97cc23e6e5b8d95e99d5cc4eafd00ab8399b88" 2018-08-20 10:41:25,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e7d5ee3-367c-4403-9704-cb33c126b30e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:25,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5e7d5ee3-367c-4403-9704-cb33c126b30e 2018-08-20 10:41:25,788 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:41:25,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad97cc23e6e5b8d95e99d5cc4eafd00ab8399b88" 2018-08-20 10:41:25,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-348d36d5-54cf-4f55-9af2-71388e728359 x-compute-request-id: req-348d36d5-54cf-4f55-9af2-71388e728359 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:41:25,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-348d36d5-54cf-4f55-9af2-71388e728359 2018-08-20 10:41:26,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad97cc23e6e5b8d95e99d5cc4eafd00ab8399b88" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-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-08-20 10:41:26,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84163134-6f4a-473a-9d42-81a389cd9a14 x-compute-request-id: req-84163134-6f4a-473a-9d42-81a389cd9a14 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "c9544c09-4b02-4d19-83cd-3e7915884888"}} 2018-08-20 10:41:26,042 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-84163134-6f4a-473a-9d42-81a389cd9a14 2018-08-20 10:41:26,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:26,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:26,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b560d04510e43f49ac6cae721f31808", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}], "expires_at": "2018-08-20T11:41:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-user", "id": "91b5efb7f8fa44aea13263ebbf81e433"}, "audit_ids": ["JjlQQCgVQoCCZNeAptJJOA"], "issued_at": "2018-08-20T10:41:26.000000Z"}} 2018-08-20 10:41:26,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:26,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56c7393e-5f2b-4392-b5eb-368ce740eae6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:26,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-56c7393e-5f2b-4392-b5eb-368ce740eae6 2018-08-20 10:41:26,527 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:41:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:41:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:41:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:41:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:41:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:41:26,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:26,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc7d71a8-0033-48c7-a329-1220fa9bd099 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:26,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bc7d71a8-0033-48c7-a329-1220fa9bd099 2018-08-20 10:41:26,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:26,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-55fe4d8b-275f-40e8-a685-a27186abf7cf Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:26,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-55fe4d8b-275f-40e8-a685-a27186abf7cf 2018-08-20 10:41:26,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:27,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-78cc0ba9-636f-4e21-8827-5866f4951127 Date: Mon, 20 Aug 2018 10:41:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:27,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-78cc0ba9-636f-4e21-8827-5866f4951127 2018-08-20 10:41:27,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:27,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-762477e5-7661-485e-b3d4-d4fa9ccbaecf Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:27,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-762477e5-7661-485e-b3d4-d4fa9ccbaecf 2018-08-20 10:41:27,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:41:27,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:41:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:41:27,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:27,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa795ef-f7b1-4d41-beaf-2b7c605c9c5c Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:27,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-7aa795ef-f7b1-4d41-beaf-2b7c605c9c5c 2018-08-20 10:41:27,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:27,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-48b1e287-39a9-4569-8cb1-a4dd087ced2e Date: Mon, 20 Aug 2018 10:41:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:27,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-48b1e287-39a9-4569-8cb1-a4dd087ced2e 2018-08-20 10:41:27,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:28,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e109aeb2-9290-44b6-bcc7-75631d069ed9 Date: Mon, 20 Aug 2018 10:41:28 GMT RESP BODY: {"ports":[]} 2018-08-20 10:41:28,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port&admin_state_up=True used request id req-e109aeb2-9290-44b6-bcc7-75631d069ed9 2018-08-20 10:41:28,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:28,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68b8fe2a-cf94-4ff9-a1c7-bc5087825f10 x-compute-request-id: req-68b8fe2a-cf94-4ff9-a1c7-bc5087825f10 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:41:28,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst used request id req-68b8fe2a-cf94-4ff9-a1c7-bc5087825f10 2018-08-20 10:41:28,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:28,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-fe43b48a-ffcc-425c-818e-ad6210bc52c8 Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:28,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-fe43b48a-ffcc-425c-818e-ad6210bc52c8 2018-08-20 10:41:28,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:29,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-59c6404c-7044-4f02-bb9d-a8af1402f0e2 Date: Mon, 20 Aug 2018 10:41:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:29,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-59c6404c-7044-4f02-bb9d-a8af1402f0e2 2018-08-20 10:41:29,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:29,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-6dc12a14-c42f-41fa-bdc1-8661f2691723 Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:29,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-6dc12a14-c42f-41fa-bdc1-8661f2691723 2018-08-20 10:41:29,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:29,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-520a6b5b-0785-4513-9d94-7bc596e370f6 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:29,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-520a6b5b-0785-4513-9d94-7bc596e370f6 2018-08-20 10:41:29,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:29,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f656ac14-c7ab-449c-b155-ebc8a52e3a9d Date: Mon, 20 Aug 2018 10:41:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:29,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-f656ac14-c7ab-449c-b155-ebc8a52e3a9d 2018-08-20 10:41:29,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:29,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dc118a1f-9af5-4ebe-989e-7954a785a945 Date: Mon, 20 Aug 2018 10:41:29 GMT RESP BODY: {"ports":[]} 2018-08-20 10:41:29,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port&admin_state_up=True used request id req-dc118a1f-9af5-4ebe-989e-7954a785a945 2018-08-20 10:41:29,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:29,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:30,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b560d04510e43f49ac6cae721f31808", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}], "expires_at": "2018-08-20T11:41:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-user", "id": "91b5efb7f8fa44aea13263ebbf81e433"}, "audit_ids": ["cZcxTqM1RBSixAX1XNqUcg"], "issued_at": "2018-08-20T10:41:30.000000Z"}} 2018-08-20 10:41:30,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d394e7b667a82e8f89430ea3536c59ea4c6090f8" 2018-08-20 10:41:30,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cead4f12-b707-4d47-8f5b-a3d421c19814 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:30,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-cead4f12-b707-4d47-8f5b-a3d421c19814 2018-08-20 10:41:30,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:30,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f5aee9e9-d9a5-42bb-83b5-7df0cbf3474f Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:30,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-f5aee9e9-d9a5-42bb-83b5-7df0cbf3474f 2018-08-20 10:41:30,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:30,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0817d2bb-f74f-4771-8ea9-dcb149098265 Date: Mon, 20 Aug 2018 10:41:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:30,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-0817d2bb-f74f-4771-8ea9-dcb149098265 2018-08-20 10:41:30,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:30,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-04be4896-582b-493b-9bc4-34184b1374c3 Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:30,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-04be4896-582b-493b-9bc4-34184b1374c3 2018-08-20 10:41:30,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:41:30,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:41:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:41:30,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d394e7b667a82e8f89430ea3536c59ea4c6090f8" 2018-08-20 10:41:30,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1949f54f-9a3a-47a5-8c57-13655465d366 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:30,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-1949f54f-9a3a-47a5-8c57-13655465d366 2018-08-20 10:41:30,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:31,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-75974c43-3d3e-4f5d-93bc-883e736ecd70 Date: Mon, 20 Aug 2018 10:41:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:31,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-75974c43-3d3e-4f5d-93bc-883e736ecd70 2018-08-20 10:41:31,088 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net 2018-08-20 10:41:31,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" -d '{"port": {"network_id": "74e404e7-f134-4d5a-9142-f39d4cefac86", "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port", "admin_state_up": true}}' 2018-08-20 10:41:31,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-3a0cd36e-18da-4ce2-9a09-6da483368760 Date: Mon, 20 Aug 2018 10:41:31 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:41:31Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:41:31Z","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:8d:97:e3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.10"}],"id":"d558b444-1293-4d59-bdfe-6b64cd5ace42","security_groups":["311196e6-9b59-4bfe-8d4d-2edc046c0565"],"device_id":""}} 2018-08-20 10:41:31,835 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-3a0cd36e-18da-4ce2-9a09-6da483368760 2018-08-20 10:41:31,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:32,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-b083ea1d-bb7c-40d2-a9cd-925cf8fe27b7 Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:32,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-b083ea1d-bb7c-40d2-a9cd-925cf8fe27b7 2018-08-20 10:41:32,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:32,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-41519d33-ece4-4fab-b98e-0cf2c7f2d56a Date: Mon, 20 Aug 2018 10:41:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:32,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-41519d33-ece4-4fab-b98e-0cf2c7f2d56a 2018-08-20 10:41:32,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:32,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-9f428c53-ec4f-4f06-b0d4-889b762a946c Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:32,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-9f428c53-ec4f-4f06-b0d4-889b762a946c 2018-08-20 10:41:32,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:32,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b691e32c-99c5-4469-804f-53fe807b13d2 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:32,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-b691e32c-99c5-4469-804f-53fe807b13d2 2018-08-20 10:41:32,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:32,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d5680d96-8bb6-44b8-b69d-2c629bbc8582 Date: Mon, 20 Aug 2018 10:41:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:32,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-d5680d96-8bb6-44b8-b69d-2c629bbc8582 2018-08-20 10:41:32,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:32,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-e9c31e8a-6bb5-4d14-a952-805fda51bc6c Date: Mon, 20 Aug 2018 10:41:32 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:31Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:8d:97:e3","id":"d558b444-1293-4d59-bdfe-6b64cd5ace42","port_security_enabled":true,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["311196e6-9b59-4bfe-8d4d-2edc046c0565"],"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port"}]} 2018-08-20 10:41:32,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port&admin_state_up=True used request id req-e9c31e8a-6bb5-4d14-a952-805fda51bc6c 2018-08-20 10:41:32,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:33,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-123feb1b-d253-48f7-bb3d-f73cc049b865 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:33,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-123feb1b-d253-48f7-bb3d-f73cc049b865 2018-08-20 10:41:33,071 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst 2018-08-20 10:41:33,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:33,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b167087e-0c13-4d9d-991c-8eefbde7d3b0 x-compute-request-id: req-b167087e-0c13-4d9d-991c-8eefbde7d3b0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-flavor-name"}]} 2018-08-20 10:41:33,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-b167087e-0c13-4d9d-991c-8eefbde7d3b0 2018-08-20 10:41:33,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/c9544c09-4b02-4d19-83cd-3e7915884888 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:33,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2aba938a-32bb-4123-a670-3820d0628db5 x-compute-request-id: req-2aba938a-32bb-4123-a670-3820d0628db5 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "c9544c09-4b02-4d19-83cd-3e7915884888"}} 2018-08-20 10:41:33,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/c9544c09-4b02-4d19-83cd-3e7915884888 used request id req-2aba938a-32bb-4123-a670-3820d0628db5 2018-08-20 10:41:33,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:33,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-21478bbd-4aaa-4e25-b32f-d17829f41e00 Date: Mon, 20 Aug 2018 10:41:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:41:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:41:21Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/snap", "metadata": {}}], "self": "/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "min_disk": 0, "protected": false, "id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "file": "/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57ed541dfd714a1c89c37074b678bb16", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image"} 2018-08-20 10:41:33,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image used request id req-21478bbd-4aaa-4e25-b32f-d17829f41e00 2018-08-20 10:41:33,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:33,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3237a6a5-df50-4f67-bc2d-6f3780a12e78 Date: Mon, 20 Aug 2018 10:41: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:41:33,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-3237a6a5-df50-4f67-bc2d-6f3780a12e78 2018-08-20 10:41:33,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" -d '{"server": {"name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "imageRef": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "flavorRef": "c9544c09-4b02-4d19-83cd-3e7915884888", "max_count": 1, "min_count": 1, "networks": [{"port": "d558b444-1293-4d59-bdfe-6b64cd5ace42"}]}}' 2018-08-20 10:41:34,886 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-03189417-30ff-4413-b030-04d47dbd7ad8 x-compute-request-id: req-03189417-30ff-4413-b030-04d47dbd7ad8 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ef3ede43-a056-4761-9c4e-f61680374437", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "adminPass": "wzrP2Fj43T5m"}} 2018-08-20 10:41:34,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-03189417-30ff-4413-b030-04d47dbd7ad8 2018-08-20 10:41:34,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:35,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55395de8-3851-4be1-adce-c733ba1942b8 x-compute-request-id: req-55395de8-3851-4be1-adce-c733ba1942b8 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.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:41:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:35,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-55395de8-3851-4be1-adce-c733ba1942b8 2018-08-20 10:41:35,126 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst 2018-08-20 10:41:35,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:35,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52a17426-0f8d-4d29-9a1c-04323414d84c x-compute-request-id: req-52a17426-0f8d-4d29-9a1c-04323414d84c 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.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:41:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:35,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-52a17426-0f8d-4d29-9a1c-04323414d84c 2018-08-20 10:41:35,560 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst] is - BUILD 2018-08-20 10:41:35,560 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:41:38,563 - create_instance - DEBUG - VM status query timeout in 896.563148022 2018-08-20 10:41:38,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:39,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3fde95e-6c02-4876-beaf-805b53cb5be5 x-compute-request-id: req-b3fde95e-6c02-4876-beaf-805b53cb5be5 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.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:41:35Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:39,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-b3fde95e-6c02-4876-beaf-805b53cb5be5 2018-08-20 10:41:39,314 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst] is - BUILD 2018-08-20 10:41:39,314 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:41:42,317 - create_instance - DEBUG - VM status query timeout in 892.809311867 2018-08-20 10:41:42,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:42,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87c62c3d-c3bb-47b1-9295-f92118514cf3 x-compute-request-id: req-87c62c3d-c3bb-47b1-9295-f92118514cf3 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:42,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-87c62c3d-c3bb-47b1-9295-f92118514cf3 2018-08-20 10:41:42,758 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst] is - ACTIVE 2018-08-20 10:41:42,758 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:41:42,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:43,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50986210-35b5-49f3-ae4a-dac32f1a59d7 x-compute-request-id: req-50986210-35b5-49f3-ae4a-dac32f1a59d7 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:43,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-50986210-35b5-49f3-ae4a-dac32f1a59d7 2018-08-20 10:41:43,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:43,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-2f85368c-0f3a-4fa9-8577-317ee7cb9c15 Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:43,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-2f85368c-0f3a-4fa9-8577-317ee7cb9c15 2018-08-20 10:41:43,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:43,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d64d2ebe-9fb5-422b-9335-9555a03f02dd Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:43,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-d64d2ebe-9fb5-422b-9335-9555a03f02dd 2018-08-20 10:41:43,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:43,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b62cd4ae-b339-4646-8149-98100162938f Date: Mon, 20 Aug 2018 10:41:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:43,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-b62cd4ae-b339-4646-8149-98100162938f 2018-08-20 10:41:43,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:43,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-58ca61d2-dc3b-467a-9ea3-b35f41686da2 Date: Mon, 20 Aug 2018 10:41:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:f2:c8","id":"86cf811b-b09a-4cb2-9f04-50e658da7f4d","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:25Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:84:2c:86","id":"c4f42f10-5090-4cf5-b6dc-fa58f8b697f3","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:40Z","binding:vnic_type":"normal","device_id":"ef3ede43-a056-4761-9c4e-f61680374437","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8d:97:e3","id":"d558b444-1293-4d59-bdfe-6b64cd5ace42","port_security_enabled":true,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["311196e6-9b59-4bfe-8d4d-2edc046c0565"],"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:26Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:99:21:1b","id":"e265e04d-24bc-48eb-a28b-2b85a07738cd","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:41:43,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-58ca61d2-dc3b-467a-9ea3-b35f41686da2 2018-08-20 10:41:43,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:41:43,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:43,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b560d04510e43f49ac6cae721f31808", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}], "expires_at": "2018-08-20T11:41:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-user", "id": "91b5efb7f8fa44aea13263ebbf81e433"}, "audit_ids": ["7TLAYC-LTOeI3DTELFEYFg"], "issued_at": "2018-08-20T10:41:43.000000Z"}} 2018-08-20 10:41:43,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:43,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87a950ed-4d6c-4543-a19a-64382191ca17 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:41:43,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-87a950ed-4d6c-4543-a19a-64382191ca17 2018-08-20 10:41:43,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:41:43,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:41:43,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:41:43,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:41:43,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:41:43,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:44,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0c1051c9-3888-4298-9f61-0853dd15a66b Date: Mon, 20 Aug 2018 10:41:44 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:41:44,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name&description=hello+group used request id req-0c1051c9-3888-4298-9f61-0853dd15a66b 2018-08-20 10:41:44,150 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name... 2018-08-20 10:41:44,150 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name 2018-08-20 10:41:44,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" -d '{"security_group": {"name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name", "description": "hello group"}}' 2018-08-20 10:41:44,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b08252ba-8985-452f-a16e-642726aa3397 Date: Mon, 20 Aug 2018 10:41:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "updated_at": "2018-08-20T10:41:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "revision_number": 0, "id": "049ddca6-5993-4f6b-8338-472b009d89ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv4", "project_id": "57ed541dfd714a1c89c37074b678bb16"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "revision_number": 0, "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv6", "project_id": "57ed541dfd714a1c89c37074b678bb16"}], "revision_number": 2, "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "e652359a-b944-495d-82db-14e28251a104", "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name"}} 2018-08-20 10:41:44,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-b08252ba-8985-452f-a16e-642726aa3397 2018-08-20 10:41:44,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e652359a-b944-495d-82db-14e28251a104 2018-08-20 10:41:44,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:45,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-08b274c2-7181-4cc3-b31a-6f544c5b53b0 Date: Mon, 20 Aug 2018 10:41:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "049ddca6-5993-4f6b-8338-472b009d89ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc"}]} 2018-08-20 10:41:45,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 used request id req-08b274c2-7181-4cc3-b31a-6f544c5b53b0 2018-08-20 10:41:45,065 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e652359a-b944-495d-82db-14e28251a104 2018-08-20 10:41:45,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:45,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd2989da-fc4e-4602-9712-514dbd3fc2c9 Date: Mon, 20 Aug 2018 10:41:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "049ddca6-5993-4f6b-8338-472b009d89ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc"}]} 2018-08-20 10:41:45,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 used request id req-cd2989da-fc4e-4602-9712-514dbd3fc2c9 2018-08-20 10:41:45,274 - neutron_utils - INFO - Retrieving security group with ID - e652359a-b944-495d-82db-14e28251a104 2018-08-20 10:41:45,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:45,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f30fc40c-e9e4-4f4a-9ed8-e2ff6933b096 Date: Mon, 20 Aug 2018 10:41:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "updated_at": "2018-08-20T10:41:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "revision_number": 0, "id": "049ddca6-5993-4f6b-8338-472b009d89ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv4", "project_id": "57ed541dfd714a1c89c37074b678bb16"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "revision_number": 0, "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv6", "project_id": "57ed541dfd714a1c89c37074b678bb16"}], "revision_number": 2, "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "e652359a-b944-495d-82db-14e28251a104", "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name"}]} 2018-08-20 10:41:45,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=e652359a-b944-495d-82db-14e28251a104 used request id req-f30fc40c-e9e4-4f4a-9ed8-e2ff6933b096 2018-08-20 10:41:45,500 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e652359a-b944-495d-82db-14e28251a104 2018-08-20 10:41:45,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:45,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-13774509-ba97-4783-a5b4-1cb6c495d2d6 Date: Mon, 20 Aug 2018 10:41:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "049ddca6-5993-4f6b-8338-472b009d89ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc"}]} 2018-08-20 10:41:45,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 used request id req-13774509-ba97-4783-a5b4-1cb6c495d2d6 2018-08-20 10:41:45,709 - neutron_utils - INFO - Retrieving security group with ID - e652359a-b944-495d-82db-14e28251a104 2018-08-20 10:41:45,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:45,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d7304b3b-f986-46dd-bfcb-f92e492246f0 Date: Mon, 20 Aug 2018 10:41:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "updated_at": "2018-08-20T10:41:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "revision_number": 0, "id": "049ddca6-5993-4f6b-8338-472b009d89ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv4", "project_id": "57ed541dfd714a1c89c37074b678bb16"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "revision_number": 0, "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv6", "project_id": "57ed541dfd714a1c89c37074b678bb16"}], "revision_number": 2, "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "e652359a-b944-495d-82db-14e28251a104", "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name"}]} 2018-08-20 10:41:45,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=e652359a-b944-495d-82db-14e28251a104 used request id req-d7304b3b-f986-46dd-bfcb-f92e492246f0 2018-08-20 10:41:45,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e652359a-b944-495d-82db-14e28251a104 2018-08-20 10:41:45,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:46,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0fab0b6e-921e-4392-8a45-2eafc5048cf4 Date: Mon, 20 Aug 2018 10:41:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "049ddca6-5993-4f6b-8338-472b009d89ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc"}]} 2018-08-20 10:41:46,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 used request id req-0fab0b6e-921e-4392-8a45-2eafc5048cf4 2018-08-20 10:41:46,132 - neutron_utils - INFO - Retrieving security group with ID - e652359a-b944-495d-82db-14e28251a104 2018-08-20 10:41:46,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:46,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-82cde137-0bcc-45d8-97f3-07b4eb936284 Date: Mon, 20 Aug 2018 10:41:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "updated_at": "2018-08-20T10:41:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "revision_number": 0, "id": "049ddca6-5993-4f6b-8338-472b009d89ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv4", "project_id": "57ed541dfd714a1c89c37074b678bb16"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "revision_number": 0, "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv6", "project_id": "57ed541dfd714a1c89c37074b678bb16"}], "revision_number": 2, "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "e652359a-b944-495d-82db-14e28251a104", "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name"}]} 2018-08-20 10:41:46,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=e652359a-b944-495d-82db-14e28251a104 used request id req-82cde137-0bcc-45d8-97f3-07b4eb936284 2018-08-20 10:41:46,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e652359a-b944-495d-82db-14e28251a104 2018-08-20 10:41:46,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:46,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9f52f3f0-6633-4071-af26-ce0ad5db978f Date: Mon, 20 Aug 2018 10:41:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "049ddca6-5993-4f6b-8338-472b009d89ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:44Z", "security_group_id": "e652359a-b944-495d-82db-14e28251a104", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:44Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "3ef9c51d-af3b-4a77-a6d6-81677de35bdc"}]} 2018-08-20 10:41:46,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e652359a-b944-495d-82db-14e28251a104 used request id req-9f52f3f0-6633-4071-af26-ce0ad5db978f 2018-08-20 10:41:46,561 - neutron_utils - INFO - Deleting security group rule with ID - 049ddca6-5993-4f6b-8338-472b009d89ae 2018-08-20 10:41:46,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/049ddca6-5993-4f6b-8338-472b009d89ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:46,864 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-186b9216-21dd-40e7-96e7-ef364a4030eb Content-Length: 0 Date: Mon, 20 Aug 2018 10:41:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:46,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/049ddca6-5993-4f6b-8338-472b009d89ae used request id req-186b9216-21dd-40e7-96e7-ef364a4030eb 2018-08-20 10:41:46,865 - neutron_utils - INFO - Deleting security group rule with ID - 3ef9c51d-af3b-4a77-a6d6-81677de35bdc 2018-08-20 10:41:46,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/3ef9c51d-af3b-4a77-a6d6-81677de35bdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:47,161 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8db5c08-822c-477b-af37-da7cc5f7d609 Content-Length: 0 Date: Mon, 20 Aug 2018 10:41:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:47,161 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/3ef9c51d-af3b-4a77-a6d6-81677de35bdc used request id req-c8db5c08-822c-477b-af37-da7cc5f7d609 2018-08-20 10:41:47,162 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name 2018-08-20 10:41:47,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/e652359a-b944-495d-82db-14e28251a104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a24092b1e3dad2643c59debd70251e7f813a9f" 2018-08-20 10:41:47,501 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b53cf00f-1ba5-4360-a609-7ac560707a40 Content-Length: 0 Date: Mon, 20 Aug 2018 10:41:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:47,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/e652359a-b944-495d-82db-14e28251a104 used request id req-b53cf00f-1ba5-4360-a609-7ac560707a40 2018-08-20 10:41:47,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:48,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35e4ecd2-be46-47c1-9bbd-dbd37587180a x-compute-request-id: req-35e4ecd2-be46-47c1-9bbd-dbd37587180a Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:48,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-35e4ecd2-be46-47c1-9bbd-dbd37587180a 2018-08-20 10:41:48,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:48,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-669fb86c-6345-4918-8dae-8f69a77786e1 Date: Mon, 20 Aug 2018 10:41: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:48,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-669fb86c-6345-4918-8dae-8f69a77786e1 2018-08-20 10:41:48,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:48,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe89c00e-3545-4d14-9f63-471168e179ac Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:48,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-fe89c00e-3545-4d14-9f63-471168e179ac 2018-08-20 10:41:48,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:48,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-853860a3-4184-4408-8ab7-09d0df2d6a9a Date: Mon, 20 Aug 2018 10:41:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:48,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-853860a3-4184-4408-8ab7-09d0df2d6a9a 2018-08-20 10:41:48,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:48,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-18b10556-9be3-49a7-9fe5-d5c84e2132a4 Date: Mon, 20 Aug 2018 10:41:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:f2:c8","id":"86cf811b-b09a-4cb2-9f04-50e658da7f4d","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:25Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:84:2c:86","id":"c4f42f10-5090-4cf5-b6dc-fa58f8b697f3","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:40Z","binding:vnic_type":"normal","device_id":"ef3ede43-a056-4761-9c4e-f61680374437","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8d:97:e3","id":"d558b444-1293-4d59-bdfe-6b64cd5ace42","port_security_enabled":true,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["311196e6-9b59-4bfe-8d4d-2edc046c0565"],"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:26Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:99:21:1b","id":"e265e04d-24bc-48eb-a28b-2b85a07738cd","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:41:48,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-18b10556-9be3-49a7-9fe5-d5c84e2132a4 2018-08-20 10:41:48,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:41:49,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b560d04510e43f49ac6cae721f31808", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role"}], "expires_at": "2018-08-20T11:41:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/57ed541dfd714a1c89c37074b678bb16", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-user", "id": "91b5efb7f8fa44aea13263ebbf81e433"}, "audit_ids": ["2TkCm0slR0yzlVEG03DqmQ"], "issued_at": "2018-08-20T10:41:49.000000Z"}} 2018-08-20 10:41:49,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65991ad3c4c53690306f42f28656b74f9593e354" 2018-08-20 10:41:50,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-898ae800-90db-4e6b-b3d7-2cf59634d8f3 x-compute-request-id: req-898ae800-90db-4e6b-b3d7-2cf59634d8f3 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:50,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-898ae800-90db-4e6b-b3d7-2cf59634d8f3 2018-08-20 10:41:50,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:50,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37fdf001-68ac-4b5f-a5cf-171892a005ea x-compute-request-id: req-37fdf001-68ac-4b5f-a5cf-171892a005ea Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:50,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-37fdf001-68ac-4b5f-a5cf-171892a005ea 2018-08-20 10:41:50,907 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst] is - ACTIVE 2018-08-20 10:41:50,907 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:41:50,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:51,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-255fc3c5-49ff-4ea2-8f51-14984f59e83a x-compute-request-id: req-255fc3c5-49ff-4ea2-8f51-14984f59e83a Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:51,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-255fc3c5-49ff-4ea2-8f51-14984f59e83a 2018-08-20 10:41:51,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:51,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e8eeb6fc-7891-48c8-8245-a8de71986608 Date: Mon, 20 Aug 2018 10:41:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:51,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-e8eeb6fc-7891-48c8-8245-a8de71986608 2018-08-20 10:41:51,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:51,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34785931-90b2-4e13-9e03-2c587847359f Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:51,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-34785931-90b2-4e13-9e03-2c587847359f 2018-08-20 10:41:51,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:52,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6b121d80-24dd-4268-a5db-8c24eac91b36 Date: Mon, 20 Aug 2018 10:41:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:52,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-6b121d80-24dd-4268-a5db-8c24eac91b36 2018-08-20 10:41:52,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:52,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-a7d240f3-afe6-4af5-8597-1497e26f0f19 Date: Mon, 20 Aug 2018 10:41:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:f2:c8","id":"86cf811b-b09a-4cb2-9f04-50e658da7f4d","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:25Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:84:2c:86","id":"c4f42f10-5090-4cf5-b6dc-fa58f8b697f3","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:40Z","binding:vnic_type":"normal","device_id":"ef3ede43-a056-4761-9c4e-f61680374437","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8d:97:e3","id":"d558b444-1293-4d59-bdfe-6b64cd5ace42","port_security_enabled":true,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["311196e6-9b59-4bfe-8d4d-2edc046c0565"],"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:26Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:99:21:1b","id":"e265e04d-24bc-48eb-a28b-2b85a07738cd","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:41:52,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-a7d240f3-afe6-4af5-8597-1497e26f0f19 2018-08-20 10:41:52,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:52,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13dbbf60-f64c-452c-a54e-331a63cd88d5 x-compute-request-id: req-13dbbf60-f64c-452c-a54e-331a63cd88d5 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:52,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-13dbbf60-f64c-452c-a54e-331a63cd88d5 2018-08-20 10:41:52,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:52,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e2319434-c78e-4fcc-b775-e9e86c5b11ce Date: Mon, 20 Aug 2018 10: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":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:52,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-e2319434-c78e-4fcc-b775-e9e86c5b11ce 2018-08-20 10:41:52,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:53,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3eb6f51-f7ea-43f7-bb68-4fe82bd8d3de Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:53,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-e3eb6f51-f7ea-43f7-bb68-4fe82bd8d3de 2018-08-20 10:41:53,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:53,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e87b3cae-37c9-409a-8ae5-8fe83b77025c Date: Mon, 20 Aug 2018 10:41:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:53,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-e87b3cae-37c9-409a-8ae5-8fe83b77025c 2018-08-20 10:41:53,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:53,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-f578169a-9445-4e61-b189-41515fbdb66b Date: Mon, 20 Aug 2018 10:41:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:f2:c8","id":"86cf811b-b09a-4cb2-9f04-50e658da7f4d","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:25Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:84:2c:86","id":"c4f42f10-5090-4cf5-b6dc-fa58f8b697f3","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:40Z","binding:vnic_type":"normal","device_id":"ef3ede43-a056-4761-9c4e-f61680374437","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8d:97:e3","id":"d558b444-1293-4d59-bdfe-6b64cd5ace42","port_security_enabled":true,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["311196e6-9b59-4bfe-8d4d-2edc046c0565"],"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:26Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:99:21:1b","id":"e265e04d-24bc-48eb-a28b-2b85a07738cd","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:41:53,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-f578169a-9445-4e61-b189-41515fbdb66b 2018-08-20 10:41:53,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name"}}' 2018-08-20 10:41:53,301 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:41: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-0e44f628-c37f-4f86-b4b6-ecf74c2eb82b x-compute-request-id: req-0e44f628-c37f-4f86-b4b6-ecf74c2eb82b Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name is not found for project 57ed541dfd714a1c89c37074b678bb16", "code": 404}} 2018-08-20 10:41:53,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437/action used request id req-0e44f628-c37f-4f86-b4b6-ecf74c2eb82b 2018-08-20 10:41:53,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:53,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41: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-94973d99-0348-42cc-8376-5287c7dd2452 x-compute-request-id: req-94973d99-0348-42cc-8376-5287c7dd2452 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:53,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-94973d99-0348-42cc-8376-5287c7dd2452 2018-08-20 10:41:53,795 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name] - Security group InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name is not found for project 57ed541dfd714a1c89c37074b678bb16 (HTTP 404) (Request-ID: req-0e44f628-c37f-4f86-b4b6-ecf74c2eb82b) 2018-08-20 10:41:53,795 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-name is not found for project 57ed541dfd714a1c89c37074b678bb16 (HTTP 404) (Request-ID: req-0e44f628-c37f-4f86-b4b6-ecf74c2eb82b) 2018-08-20 10:41:53,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:54,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41: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-ab423c68-d6ad-4657-8139-eb64e19cb5a1 x-compute-request-id: req-ab423c68-d6ad-4657-8139-eb64e19cb5a1 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:54,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-ab423c68-d6ad-4657-8139-eb64e19cb5a1 2018-08-20 10:41:54,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:54,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-43216057-7930-441e-b182-d8379438a2ed Date: Mon, 20 Aug 2018 10:41:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["627b960e-c920-4a57-9938-160ab070efb8"],"updated_at":"2018-08-20T10:41:24Z","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","id":"74e404e7-f134-4d5a-9142-f39d4cefac86","name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net"}]} 2018-08-20 10:41:54,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net used request id req-43216057-7930-441e-b182-d8379438a2ed 2018-08-20 10:41:54,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:54,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d0df2d-fbc4-4506-9972-a816d378f1d1 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:41:54,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-b2d0df2d-fbc4-4506-9972-a816d378f1d1 2018-08-20 10:41:54,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:54,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2167582d-cefa-46bb-9333-8b02e117a694 Date: Mon, 20 Aug 2018 10:41:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","dns_nameservers":[],"updated_at":"2018-08-20T10:41:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57ed541dfd714a1c89c37074b678bb16","id":"627b960e-c920-4a57-9938-160ab070efb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet"}]} 2018-08-20 10:41:54,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-2167582d-cefa-46bb-9333-8b02e117a694 2018-08-20 10:41:54,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:54,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-b60fccc3-b603-4f78-bd46-823d6bd92f11 Date: Mon, 20 Aug 2018 10:41:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:24Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:f2:c8","id":"86cf811b-b09a-4cb2-9f04-50e658da7f4d","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:25Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:84:2c:86","id":"c4f42f10-5090-4cf5-b6dc-fa58f8b697f3","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:31Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:40Z","binding:vnic_type":"normal","device_id":"ef3ede43-a056-4761-9c4e-f61680374437","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8d:97:e3","id":"d558b444-1293-4d59-bdfe-6b64cd5ace42","port_security_enabled":true,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["311196e6-9b59-4bfe-8d4d-2edc046c0565"],"name":"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"74e404e7-f134-4d5a-9142-f39d4cefac86","tenant_id":"57ed541dfd714a1c89c37074b678bb16","created_at":"2018-08-20T10:41:26Z","admin_state_up":true,"updated_at":"2018-08-20T10:41:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-74e404e7-f134-4d5a-9142-f39d4cefac86","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:99:21:1b","id":"e265e04d-24bc-48eb-a28b-2b85a07738cd","port_security_enabled":false,"project_id":"57ed541dfd714a1c89c37074b678bb16","fixed_ips":[{"subnet_id":"627b960e-c920-4a57-9938-160ab070efb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:41:54,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-b60fccc3-b603-4f78-bd46-823d6bd92f11 2018-08-20 10:41:54,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65991ad3c4c53690306f42f28656b74f9593e354" 2018-08-20 10:41:55,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:41: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-814834c1-382d-420d-9337-1ba335c60fb3 x-compute-request-id: req-814834c1-382d-420d-9337-1ba335c60fb3 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "security_groups": [{"name": "default"}], "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:40Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:55,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-814834c1-382d-420d-9337-1ba335c60fb3 2018-08-20 10:41:55,813 - create_instance - INFO - Deleting Port with ID - d558b444-1293-4d59-bdfe-6b64cd5ace42 2018-08-20 10:41:55,813 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-port 2018-08-20 10:41:55,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/d558b444-1293-4d59-bdfe-6b64cd5ace42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:56,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6f44c34-c0a3-4d27-b438-1a930ede0f33 Date: Mon, 20 Aug 2018 10:41:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:41:56,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/d558b444-1293-4d59-bdfe-6b64cd5ace42 used request id req-d6f44c34-c0a3-4d27-b438-1a930ede0f33 2018-08-20 10:41:56,730 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst 2018-08-20 10:41:56,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:56,886 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10: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-bddb9015-5647-490f-9dc6-2383d0782f97 x-compute-request-id: req-bddb9015-5647-490f-9dc6-2383d0782f97 Content-Type: application/json 2018-08-20 10:41:56,886 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-bddb9015-5647-490f-9dc6-2383d0782f97 2018-08-20 10:41:56,887 - create_instance - INFO - Checking deletion status 2018-08-20 10:41:56,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:41:57,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-4208a05b-4648-4a01-95d6-3f7bf2fdcd19 x-compute-request-id: req-4208a05b-4648-4a01-95d6-3f7bf2fdcd19 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:97:e3", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:41:56Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:41:57,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-4208a05b-4648-4a01-95d6-3f7bf2fdcd19 2018-08-20 10:41:57,155 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst] is - ACTIVE 2018-08-20 10:41:57,155 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:42:00,159 - create_instance - DEBUG - VM status query timeout in 296.728125095 2018-08-20 10:42:00,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:42:00,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42: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-118b3daf-652b-48ba-b521-2bad0bc8e3b9 x-compute-request-id: req-118b3daf-652b-48ba-b521-2bad0bc8e3b9 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.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ef3ede43-a056-4761-9c4e-f61680374437", "rel": "bookmark"}], "image": {"id": "2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "links": [{"href": "http://172.30.9.36:8774/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:41:40.000000", "flavor": {"id": "c9544c09-4b02-4d19-83cd-3e7915884888", "links": [{"href": "http://172.30.9.36:8774/flavors/c9544c09-4b02-4d19-83cd-3e7915884888", "rel": "bookmark"}]}, "id": "ef3ede43-a056-4761-9c4e-f61680374437", "user_id": "91b5efb7f8fa44aea13263ebbf81e433", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:00Z", "hostId": "7c51f491415f0fa3b27c5201d2e8e8c69d91bb291e232af8c90bd919", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst", "created": "2018-08-20T10:41:34Z", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:00,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-118b3daf-652b-48ba-b521-2bad0bc8e3b9 2018-08-20 10:42:00,518 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst] is - ACTIVE 2018-08-20 10:42:00,518 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:42:03,521 - create_instance - DEBUG - VM status query timeout in 293.365751028 2018-08-20 10:42:03,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de301112583ffc897147e1d9a6af2172ef48d1e1" 2018-08-20 10:42:03,570 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:42:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-766cfcb6-be83-4657-a759-a58160a76591 x-compute-request-id: req-766cfcb6-be83-4657-a759-a58160a76591 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ef3ede43-a056-4761-9c4e-f61680374437 could not be found.", "code": 404}} 2018-08-20 10:42:03,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ef3ede43-a056-4761-9c4e-f61680374437 used request id req-766cfcb6-be83-4657-a759-a58160a76591 2018-08-20 10:42:03,571 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ef3ede43-a056-4761-9c4e-f61680374437 could not be found. (HTTP 404) (Request-ID: req-766cfcb6-be83-4657-a759-a58160a76591) 2018-08-20 10:42:03,571 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-inst 2018-08-20 10:42:03,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/c9544c09-4b02-4d19-83cd-3e7915884888 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad97cc23e6e5b8d95e99d5cc4eafd00ab8399b88" 2018-08-20 10:42:03,614 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:42:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9b8bad2e-dfa7-46dc-82dd-d55af134d7fa x-compute-request-id: req-9b8bad2e-dfa7-46dc-82dd-d55af134d7fa Content-Length: 0 Content-Type: application/json 2018-08-20 10:42:03,614 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/c9544c09-4b02-4d19-83cd-3e7915884888 used request id req-9b8bad2e-dfa7-46dc-82dd-d55af134d7fa 2018-08-20 10:42:03,614 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet 2018-08-20 10:42:03,614 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-subnet 2018-08-20 10:42:03,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/627b960e-c920-4a57-9938-160ab070efb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" 2018-08-20 10:42:06,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b8eeb834-ed17-407d-a78c-3f5e89b89211 Date: Mon, 20 Aug 2018 10:42:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:42:06,220 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/627b960e-c920-4a57-9938-160ab070efb8 used request id req-b8eeb834-ed17-407d-a78c-3f5e89b89211 2018-08-20 10:42:06,220 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-pub-net 2018-08-20 10:42:06,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/74e404e7-f134-4d5a-9142-f39d4cefac86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21bda0765223d4198bbc77788f6127b39f90e174" 2018-08-20 10:42:07,635 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3f6a321-97f7-456b-93d9-b6264af2d253 Date: Mon, 20 Aug 2018 10:42:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:42:07,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/74e404e7-f134-4d5a-9142-f39d4cefac86 used request id req-a3f6a321-97f7-456b-93d9-b6264af2d253 2018-08-20 10:42:07,636 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-6c244c5e-bbeb-49a6-8f9c-339fd7646c57-image 2018-08-20 10:42:07,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}191cbdabf925148b9d2da8d6793bf843975b72ec" 2018-08-20 10:42:08,220 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c027f14-9bfe-4d2e-9afb-5c1ce165b559 Date: Mon, 20 Aug 2018 10:42:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:42:08,220 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/2f72d2be-86b0-4a0b-9902-b9e002d9fbb9 used request id req-5c027f14-9bfe-4d2e-9afb-5c1ce165b559 2018-08-20 10:42:08,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:42:08,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:42:08,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:42:08,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:42:08,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:42:08,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:08,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-864da621-9b7c-4ad8-9a9f-dd284530ca45 Date: Mon, 20 Aug 2018 10:42:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:22Z", "updated_at": "2018-08-20T10:41:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:22Z", "revision_number": 0, "id": "764bb546-dfa3-46df-a4bf-6fc2ca194f44", "remote_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:22Z", "security_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv4", "project_id": "57ed541dfd714a1c89c37074b678bb16"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:22Z", "revision_number": 0, "id": "9a89792f-89b1-4d9c-a3af-06204085e648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:22Z", "security_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv4", "project_id": "57ed541dfd714a1c89c37074b678bb16"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:22Z", "revision_number": 0, "id": "cda59bb4-625d-46fe-b989-4bb078c644df", "remote_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:22Z", "security_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv6", "project_id": "57ed541dfd714a1c89c37074b678bb16"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:41:22Z", "revision_number": 0, "id": "fa1f2ba7-836f-4b33-bae8-b2ddd39f8034", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:41:22Z", "security_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "port_range_min": null, "ethertype": "IPv6", "project_id": "57ed541dfd714a1c89c37074b678bb16"}], "revision_number": 4, "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:42:08,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-864da621-9b7c-4ad8-9a9f-dd284530ca45 2018-08-20 10:42:08,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:08,693 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:42:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7726e889-d68b-4642-a3d5-7b4869fccd3f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:42:08,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-7726e889-d68b-4642-a3d5-7b4869fccd3f 2018-08-20 10:42:08,694 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:42:08,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:08,786 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:42:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4905b49-9c88-4c7e-b471-0d600cd317cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:42:08,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-b4905b49-9c88-4c7e-b471-0d600cd317cf 2018-08-20 10:42:08,787 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:42:08,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:08,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e95769c-6c06-4bc2-a44d-93a1eeb480b9 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "57ed541dfd714a1c89c37074b678bb16", "name": "InstanceSecurityGroupTests-653dd88d-23c3-434-proj"}} 2018-08-20 10:42:08,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-4e95769c-6c06-4bc2-a44d-93a1eeb480b9 2018-08-20 10:42:08,885 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 311196e6-9b59-4bfe-8d4d-2edc046c0565 2018-08-20 10:42:08,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=311196e6-9b59-4bfe-8d4d-2edc046c0565 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:09,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8d5dd16c-4c9c-4edd-90ff-a6d8698385a1 Date: Mon, 20 Aug 2018 10:42:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:22Z", "security_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:22Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "764bb546-dfa3-46df-a4bf-6fc2ca194f44"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:22Z", "security_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:22Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "9a89792f-89b1-4d9c-a3af-06204085e648"}, {"remote_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:22Z", "security_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:22Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "cda59bb4-625d-46fe-b989-4bb078c644df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:41:22Z", "security_group_id": "311196e6-9b59-4bfe-8d4d-2edc046c0565", "port_range_min": null, "revision_number": 0, "tenant_id": "57ed541dfd714a1c89c37074b678bb16", "created_at": "2018-08-20T10:41:22Z", "project_id": "57ed541dfd714a1c89c37074b678bb16", "id": "fa1f2ba7-836f-4b33-bae8-b2ddd39f8034"}]} 2018-08-20 10:42:09,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=311196e6-9b59-4bfe-8d4d-2edc046c0565 used request id req-8d5dd16c-4c9c-4edd-90ff-a6d8698385a1 2018-08-20 10:42:09,070 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:42:09,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/311196e6-9b59-4bfe-8d4d-2edc046c0565 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:09,413 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f53012eb-e0da-4b39-8bf7-b95f6315d6b4 Content-Length: 0 Date: Mon, 20 Aug 2018 10:42:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:42:09,413 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/311196e6-9b59-4bfe-8d4d-2edc046c0565 used request id req-f53012eb-e0da-4b39-8bf7-b95f6315d6b4 2018-08-20 10:42:09,414 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-653dd88d-23c3-434-proj 2018-08-20 10:42:09,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:09,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:42:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72576d1d-26f6-43a6-ac95-105090ea9166 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:42:09,657 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/57ed541dfd714a1c89c37074b678bb16 used request id req-72576d1d-26f6-43a6-ac95-105090ea9166 2018-08-20 10:42:09,657 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-653dd88d-23c3-434-proj-role 2018-08-20 10:42:09,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/4b560d04510e43f49ac6cae721f31808 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:09,800 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:42:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9731e892-150a-4daf-992a-7a66020871c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:42:09,801 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4b560d04510e43f49ac6cae721f31808 used request id req-9731e892-150a-4daf-992a-7a66020871c7 2018-08-20 10:42:09,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b273fdd26d00f555b96d3a8cf5ab07c8aa55c1f" 2018-08-20 10:42:09,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc35f900-e359-40a1-ae3f-73609a94038f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:42:09,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-fc35f900-e359-40a1-ae3f-73609a94038f 2018-08-20 10:42:09,900 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-653dd88d-23c3-434-user 2018-08-20 10:42:09,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/91b5efb7f8fa44aea13263ebbf81e433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7f0808c3ad53cc6d22135ff3b06253ec6d9d13" 2018-08-20 10:42:10,077 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:42:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9dafa68-f587-4ddc-a113-1c5ea77dd1b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:42:10,077 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/91b5efb7f8fa44aea13263ebbf81e433 used request id req-a9dafa68-f587-4ddc-a113-1c5ea77dd1b0 2018-08-20 10:42:10,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:10,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:42:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["1KoCuPX6RmKJGbXpDBHWVg"], "issued_at": "2018-08-20T10:42:10.000000Z"}} 2018-08-20 10:42:10,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}009a12ef308a4d5d20df32acd0ce0c6e044ee36c" 2018-08-20 10:42:10,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab61782-0d46-4254-9bd1-2e3ab57e9d43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:10,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1ab61782-0d46-4254-9bd1-2e3ab57e9d43 2018-08-20 10:42:10,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:10,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:11,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:42:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Gt2PHxBOSkydlXqbKIQFSQ"], "issued_at": "2018-08-20T10:42:11.000000Z"}} 2018-08-20 10:42:11,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:42:11,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e213a46e-e3f9-4011-8e07-a177d7899ba9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:11,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e213a46e-e3f9-4011-8e07-a177d7899ba9 2018-08-20 10:42:11,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:42:11,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:42:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:42:11,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:42:11,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd3529c-d1ce-413f-8f2c-81228ed3a9a1 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:42:11,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj used request id req-9dd3529c-d1ce-413f-8f2c-81228ed3a9a1 2018-08-20 10:42:11,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:42:11,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ef296a-9d60-463e-b735-33ccd1f72216 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:42:11,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-93ef296a-9d60-463e-b735-33ccd1f72216 2018-08-20 10:42:11,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}}' 2018-08-20 10:42:11,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:42:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c113b7c-b3b4-44ca-a2ea-e136fc73c196 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "id": "04bb0ae408bf41cdba947aa7619fe0f8", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:11,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-5c113b7c-b3b4-44ca-a2ea-e136fc73c196 2018-08-20 10:42:11,533 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj 2018-08-20 10:42:11,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:11,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:11,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:42:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["UFtvzolgRt6Wc-PwsBy9Yg"], "issued_at": "2018-08-20T10:42:11.000000Z"}} 2018-08-20 10:42:11,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c92c70b57e38f752ca9555ad54ddebf5d77aa40" 2018-08-20 10:42:12,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc89486f-8691-4da5-a2b9-dd9e9ec3193e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:12,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bc89486f-8691-4da5-a2b9-dd9e9ec3193e 2018-08-20 10:42:12,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:42:12,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:42:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:42:12,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c92c70b57e38f752ca9555ad54ddebf5d77aa40" 2018-08-20 10:42:12,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32cb0c5f-973d-4544-9dfb-9f11cb13d357 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:42:12,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-32cb0c5f-973d-4544-9dfb-9f11cb13d357 2018-08-20 10:42:12,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c92c70b57e38f752ca9555ad54ddebf5d77aa40" 2018-08-20 10:42:12,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb527bb9-b06c-4a6a-94cb-f9fd54398e47 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "id": "04bb0ae408bf41cdba947aa7619fe0f8", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}]} 2018-08-20 10:42:12,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj used request id req-cb527bb9-b06c-4a6a-94cb-f9fd54398e47 2018-08-20 10:42:12,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c92c70b57e38f752ca9555ad54ddebf5d77aa40" 2018-08-20 10:42:12,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0d89748-f357-41c4-a4ce-cdd946a61779 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:42:12,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-a0d89748-f357-41c4-a4ce-cdd946a61779 2018-08-20 10:42:12,723 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-user 2018-08-20 10:42:12,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:12,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:42:12,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ddb64e-08a4-4859-ba83-6161e046791b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:42:12,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-54ddb64e-08a4-4859-ba83-6161e046791b 2018-08-20 10:42:12,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" -d '{"role": {"name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}}' 2018-08-20 10:42:12,944 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:42:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed99c147-3063-4366-a9b4-b83d989154fd Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa65ac3493b94acf937cfcdb33f3b348", "links": {"self": "http://172.30.9.36:5000/v3/roles/aa65ac3493b94acf937cfcdb33f3b348"}, "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}} 2018-08-20 10:42:12,944 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-ed99c147-3063-4366-a9b4-b83d989154fd 2018-08-20 10:42:12,945 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role 2018-08-20 10:42:12,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/aa65ac3493b94acf937cfcdb33f3b348 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:42:12,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9748045-7b61-481e-b5a7-b15fd1789359 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa65ac3493b94acf937cfcdb33f3b348", "links": {"self": "http://172.30.9.36:5000/v3/roles/aa65ac3493b94acf937cfcdb33f3b348"}, "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}} 2018-08-20 10:42:12,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/aa65ac3493b94acf937cfcdb33f3b348 used request id req-f9748045-7b61-481e-b5a7-b15fd1789359 2018-08-20 10:42:12,966 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role to project InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj 2018-08-20 10:42:12,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8/users/a65493530c224d058962f931e02cf266/roles/aa65ac3493b94acf937cfcdb33f3b348 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:42:13,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:42:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cab30c7-6121-48b8-86da-74de9183f908 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:42:13,103 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8/users/a65493530c224d058962f931e02cf266/roles/aa65ac3493b94acf937cfcdb33f3b348 used request id req-2cab30c7-6121-48b8-86da-74de9183f908 2018-08-20 10:42:13,103 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:42:13,105 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:42:13,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:13,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:13,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa65ac3493b94acf937cfcdb33f3b348", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}], "expires_at": "2018-08-20T11:42:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-user", "id": "a65493530c224d058962f931e02cf266"}, "audit_ids": ["BFT-v34CTCircHoQKFZUlw"], "issued_at": "2018-08-20T10:42:13.000000Z"}} 2018-08-20 10:42:13,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" 2018-08-20 10:42:13,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4e0fc8-2311-428f-b195-bef2d88c9e64 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:13,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8d4e0fc8-2311-428f-b195-bef2d88c9e64 2018-08-20 10:42:13,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" 2018-08-20 10:42:13,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-7ff033b8-3005-4c4e-8599-ee8f3a9371c0 Date: Mon, 20 Aug 2018 10:42:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image"} 2018-08-20 10:42:13,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image used request id req-7ff033b8-3005-4c4e-8599-ee8f3a9371c0 2018-08-20 10:42:13,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" 2018-08-20 10:42:13,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-241a86a2-9284-43db-a87f-e3f0964e0298 Date: Mon, 20 Aug 2018 10:42: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:42:13,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-241a86a2-9284-43db-a87f-e3f0964e0298 2018-08-20 10:42:13,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image"}' 2018-08-20 10:42:14,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bb8239a8-02f6-4f8b-bc6e-27052b2309c4 Date: Mon, 20 Aug 2018 10:42:14 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:42:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:42:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "min_disk": 0, "protected": false, "id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "file": "/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/file", "checksum": null, "owner": "04bb0ae408bf41cdba947aa7619fe0f8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:42:14,235 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-bb8239a8-02f6-4f8b-bc6e-27052b2309c4 2018-08-20 10:42:14,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" -d '' 2018-08-20 10:42:15,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-409be4ed-661c-4517-97fb-56bc7b55861d Date: Mon, 20 Aug 2018 10:42:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:42:15,500 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/file used request id req-409be4ed-661c-4517-97fb-56bc7b55861d 2018-08-20 10:42:15,500 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:42:15,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" 2018-08-20 10:42:15,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3e558ac0-7476-445b-ad22-a799be738283 Date: Mon, 20 Aug 2018 10:42:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:42:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:42:15Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/snap", "metadata": {}}], "self": "/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "min_disk": 0, "protected": false, "id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "file": "/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "04bb0ae408bf41cdba947aa7619fe0f8", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:42:15,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396 used request id req-3e558ac0-7476-445b-ad22-a799be738283 2018-08-20 10:42:15,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" 2018-08-20 10:42:15,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8a5e052a-9242-4d60-b323-ce0cffc4e287 Date: Mon, 20 Aug 2018 10:42: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:42:15,698 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-8a5e052a-9242-4d60-b323-ce0cffc4e287 2018-08-20 10:42:15,700 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image 2018-08-20 10:42:15,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" 2018-08-20 10:42:15,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bce1ca00-87e8-43cf-ab6f-a3412ee2a681 Date: Mon, 20 Aug 2018 10:42:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:42:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:42:15Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/snap", "metadata": {}}], "self": "/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "min_disk": 0, "protected": false, "id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "file": "/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "04bb0ae408bf41cdba947aa7619fe0f8", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:42:15,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396 used request id req-bce1ca00-87e8-43cf-ab6f-a3412ee2a681 2018-08-20 10:42:15,895 - create_image - DEBUG - Instance status is - active 2018-08-20 10:42:15,896 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image 2018-08-20 10:42:15,896 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image 2018-08-20 10:42:15,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:15,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:16,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa65ac3493b94acf937cfcdb33f3b348", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}], "expires_at": "2018-08-20T11:42:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-user", "id": "a65493530c224d058962f931e02cf266"}, "audit_ids": ["pzK0bbYTSxenSpRv9-HY9A"], "issued_at": "2018-08-20T10:42:16.000000Z"}} 2018-08-20 10:42:16,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" 2018-08-20 10:42:16,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c3eb7b-b1b3-43f3-8237-f772525ef1a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:16,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-34c3eb7b-b1b3-43f3-8237-f772525ef1a7 2018-08-20 10:42:16,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:42:16,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:42:16,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:42:16,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:42:16,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:42:16,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" 2018-08-20 10:42:16,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-949d0962-3cc6-4457-88ef-38b109511b58 Date: Mon, 20 Aug 2018 10:42:16 GMT RESP BODY: {"networks":[]} 2018-08-20 10:42:16,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-949d0962-3cc6-4457-88ef-38b109511b58 2018-08-20 10:42:16,612 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net 2018-08-20 10:42:16,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" -d '{"network": {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net", "admin_state_up": true}}' 2018-08-20 10:42:17,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-30c701dd-370a-4b0c-9ad1-2fd508447aa4 Date: Mon, 20 Aug 2018 10:42:17 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:42:17Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}} 2018-08-20 10:42:17,350 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-30c701dd-370a-4b0c-9ad1-2fd508447aa4 2018-08-20 10:42:17,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" 2018-08-20 10:42:17,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-329ab1bb-cb87-4e6d-a704-974c7bc2083b Date: Mon, 20 Aug 2018 10:42: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-08-20T10:42:17Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:17,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-329ab1bb-cb87-4e6d-a704-974c7bc2083b 2018-08-20 10:42:17,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" 2018-08-20 10:42:17,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-760f82b9-0e5d-40fc-b3b1-bb61347fb9b6 Date: Mon, 20 Aug 2018 10:42:17 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:42:17,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-760f82b9-0e5d-40fc-b3b1-bb61347fb9b6 2018-08-20 10:42:17,830 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet 2018-08-20 10:42:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" -d '{"subnets": [{"ip_version": 4, "network_id": "7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]}' 2018-08-20 10:42:18,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e4a18f7e-fc49-4097-b6b5-545567d685b6 Date: Mon, 20 Aug 2018 10:42:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:18,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-e4a18f7e-fc49-4097-b6b5-545567d685b6 2018-08-20 10:42:18,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" 2018-08-20 10:42:18,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1a123adc-e39a-4607-b6bf-7e1a7753bda9 Date: Mon, 20 Aug 2018 10: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:18,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-1a123adc-e39a-4607-b6bf-7e1a7753bda9 2018-08-20 10:42:18,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" 2018-08-20 10:42:19,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7b7a7177-a612-4dc9-9618-51dcdb299b3c Date: Mon, 20 Aug 2018 10:42:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:19,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-7b7a7177-a612-4dc9-9618-51dcdb299b3c 2018-08-20 10:42:19,115 - OpenStackNetwork - DEBUG - Network [7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a] created successfully 2018-08-20 10:42:19,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:19,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:19,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:42:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["oflCYmIdRra6rAWutOKWgg"], "issued_at": "2018-08-20T10:42:19.000000Z"}} 2018-08-20 10:42:19,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cd0f21b96882f224fafeafabffc2f3e5e5cef06" 2018-08-20 10:42:19,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae5d8cd-160e-4f33-8dd6-ae831d08b43d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:19,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-aae5d8cd-160e-4f33-8dd6-ae831d08b43d 2018-08-20 10:42:19,602 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:42:19,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cd0f21b96882f224fafeafabffc2f3e5e5cef06" 2018-08-20 10:42:19,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e32d34b-cf96-4f0d-af74-fc0a414d11be x-compute-request-id: req-8e32d34b-cf96-4f0d-af74-fc0a414d11be Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:42:19,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-8e32d34b-cf96-4f0d-af74-fc0a414d11be 2018-08-20 10:42:19,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cd0f21b96882f224fafeafabffc2f3e5e5cef06" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-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-08-20 10:42:19,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77b85591-275e-444a-a18c-6d9f0873b7dd x-compute-request-id: req-77b85591-275e-444a-a18c-6d9f0873b7dd Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "8213048a-8781-4289-97b5-6938456df07a"}} 2018-08-20 10:42:19,816 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-77b85591-275e-444a-a18c-6d9f0873b7dd 2018-08-20 10:42:19,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:19,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:20,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa65ac3493b94acf937cfcdb33f3b348", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}], "expires_at": "2018-08-20T11:42:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-user", "id": "a65493530c224d058962f931e02cf266"}, "audit_ids": ["6qxjNEljTlSCstZgc23tZQ"], "issued_at": "2018-08-20T10:42:20.000000Z"}} 2018-08-20 10:42:20,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:20,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a44b3f-3c75-4ffd-8355-75afdde202b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:20,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-27a44b3f-3c75-4ffd-8355-75afdde202b5 2018-08-20 10:42:20,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:42:20,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:42:20,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:42:20,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:42:20,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:42:20,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:20,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-85230d0f-e404-404f-a68b-94910ffcc799 Date: Mon, 20 Aug 2018 10:42:20 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:42:20,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name&description=hello+group used request id req-85230d0f-e404-404f-a68b-94910ffcc799 2018-08-20 10:42:20,537 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name... 2018-08-20 10:42:20,537 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name 2018-08-20 10:42:20,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" -d '{"security_group": {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name", "description": "hello group"}}' 2018-08-20 10:42:21,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5a617c95-7eb5-404e-8cd4-86769dc16dad Date: Mon, 20 Aug 2018 10:42:21 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "updated_at": "2018-08-20T10:42:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "revision_number": 0, "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "revision_number": 0, "id": "9650b597-0368-4b38-9307-eac8e00d1dc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}], "revision_number": 2, "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "95046d44-3209-4c78-943f-c758a7dad9eb", "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}} 2018-08-20 10:42:21,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-5a617c95-7eb5-404e-8cd4-86769dc16dad 2018-08-20 10:42:21,018 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95046d44-3209-4c78-943f-c758a7dad9eb 2018-08-20 10:42:21,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:21,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-80a71d92-a648-49b5-8ab8-4af105e99bdf Date: Mon, 20 Aug 2018 10:42: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-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "9650b597-0368-4b38-9307-eac8e00d1dc2"}]} 2018-08-20 10:42:21,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb used request id req-80a71d92-a648-49b5-8ab8-4af105e99bdf 2018-08-20 10:42:21,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95046d44-3209-4c78-943f-c758a7dad9eb 2018-08-20 10:42:21,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:21,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6afe83b0-d331-4ead-8a4d-df98629a11d9 Date: Mon, 20 Aug 2018 10:42: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-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "9650b597-0368-4b38-9307-eac8e00d1dc2"}]} 2018-08-20 10:42:21,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb used request id req-6afe83b0-d331-4ead-8a4d-df98629a11d9 2018-08-20 10:42:21,453 - neutron_utils - INFO - Retrieving security group with ID - 95046d44-3209-4c78-943f-c758a7dad9eb 2018-08-20 10:42:21,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:21,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-06eb682b-02f8-4c75-a662-27d60bf5e088 Date: Mon, 20 Aug 2018 10:42:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "updated_at": "2018-08-20T10:42:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "revision_number": 0, "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "revision_number": 0, "id": "9650b597-0368-4b38-9307-eac8e00d1dc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}], "revision_number": 2, "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "95046d44-3209-4c78-943f-c758a7dad9eb", "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}]} 2018-08-20 10:42:21,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=95046d44-3209-4c78-943f-c758a7dad9eb used request id req-06eb682b-02f8-4c75-a662-27d60bf5e088 2018-08-20 10:42:21,683 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95046d44-3209-4c78-943f-c758a7dad9eb 2018-08-20 10:42:21,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:21,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c25df2ce-5aca-4561-8ddb-abb270c8b117 Date: Mon, 20 Aug 2018 10:42: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-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "9650b597-0368-4b38-9307-eac8e00d1dc2"}]} 2018-08-20 10:42:21,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb used request id req-c25df2ce-5aca-4561-8ddb-abb270c8b117 2018-08-20 10:42:21,880 - neutron_utils - INFO - Retrieving security group with ID - 95046d44-3209-4c78-943f-c758a7dad9eb 2018-08-20 10:42:21,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:21,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ea148ae3-cb91-4630-8c6e-c8ca1cf255ef Date: Mon, 20 Aug 2018 10:42:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "updated_at": "2018-08-20T10:42:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "revision_number": 0, "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "revision_number": 0, "id": "9650b597-0368-4b38-9307-eac8e00d1dc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}], "revision_number": 2, "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "95046d44-3209-4c78-943f-c758a7dad9eb", "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}]} 2018-08-20 10:42:21,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=95046d44-3209-4c78-943f-c758a7dad9eb used request id req-ea148ae3-cb91-4630-8c6e-c8ca1cf255ef 2018-08-20 10:42:21,932 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95046d44-3209-4c78-943f-c758a7dad9eb 2018-08-20 10:42:21,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:22,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b9ccb7d-5974-4a90-a251-b16d5c74c698 Date: Mon, 20 Aug 2018 10:42: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-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "9650b597-0368-4b38-9307-eac8e00d1dc2"}]} 2018-08-20 10:42:22,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb used request id req-9b9ccb7d-5974-4a90-a251-b16d5c74c698 2018-08-20 10:42:22,137 - neutron_utils - INFO - Retrieving security group with ID - 95046d44-3209-4c78-943f-c758a7dad9eb 2018-08-20 10:42:22,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:22,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-292e1212-841d-4e0d-8f52-61f76f4e1add Date: Mon, 20 Aug 2018 10:42:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "updated_at": "2018-08-20T10:42:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "revision_number": 0, "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "revision_number": 0, "id": "9650b597-0368-4b38-9307-eac8e00d1dc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}], "revision_number": 2, "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "95046d44-3209-4c78-943f-c758a7dad9eb", "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}]} 2018-08-20 10:42:22,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=95046d44-3209-4c78-943f-c758a7dad9eb used request id req-292e1212-841d-4e0d-8f52-61f76f4e1add 2018-08-20 10:42:22,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95046d44-3209-4c78-943f-c758a7dad9eb 2018-08-20 10:42:22,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:22,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7100599-fcd2-4c52-862a-75b32f6b8c52 Date: Mon, 20 Aug 2018 10:42: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-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "31ccc55a-9df9-435f-bcff-6a95879a1db9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:20Z", "security_group_id": "95046d44-3209-4c78-943f-c758a7dad9eb", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:20Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "9650b597-0368-4b38-9307-eac8e00d1dc2"}]} 2018-08-20 10:42:22,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=95046d44-3209-4c78-943f-c758a7dad9eb used request id req-f7100599-fcd2-4c52-862a-75b32f6b8c52 2018-08-20 10:42:22,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:22,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:22,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa65ac3493b94acf937cfcdb33f3b348", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}], "expires_at": "2018-08-20T11:42:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-user", "id": "a65493530c224d058962f931e02cf266"}, "audit_ids": ["Uxu7_bw8QXWS7bhXSpwfuQ"], "issued_at": "2018-08-20T10:42:22.000000Z"}} 2018-08-20 10:42:22,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:22,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0495bf78-f28f-4421-a4f5-4b1a7d722617 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:22,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0495bf78-f28f-4421-a4f5-4b1a7d722617 2018-08-20 10:42:22,871 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:42:22,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:42:22,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:42:22,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:42:22,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:42:22,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:42:22,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:22,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d3bd0c0-93b4-457d-8566-640518fcf7a5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:22,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2d3bd0c0-93b4-457d-8566-640518fcf7a5 2018-08-20 10:42:22,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:23,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-8064f7e5-2f68-4287-bf66-96188fe005ad Date: Mon, 20 Aug 2018 10:42: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:23,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-8064f7e5-2f68-4287-bf66-96188fe005ad 2018-08-20 10:42:23,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:23,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-575cbbed-cfc8-4f6f-aeaf-8d47649f6c56 Date: Mon, 20 Aug 2018 10:42:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:23,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-575cbbed-cfc8-4f6f-aeaf-8d47649f6c56 2018-08-20 10:42:23,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:24,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-cb1bd685-b9e0-4331-906b-376bb41f746f Date: Mon, 20 Aug 2018 10: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:24,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-cb1bd685-b9e0-4331-906b-376bb41f746f 2018-08-20 10:42:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:42:24,044 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:42:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:42:24,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:24,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d3b59b-4b16-4de6-9441-e2c60cbe08b7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:24,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-69d3b59b-4b16-4de6-9441-e2c60cbe08b7 2018-08-20 10:42:24,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:24,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-25507377-cd12-4fa7-b96b-04174e026541 Date: Mon, 20 Aug 2018 10:42:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:24,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-25507377-cd12-4fa7-b96b-04174e026541 2018-08-20 10:42:24,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:24,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-450ee886-52ad-48b9-a63b-e22905691ee1 Date: Mon, 20 Aug 2018 10:42:24 GMT RESP BODY: {"ports":[]} 2018-08-20 10:42:24,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port&admin_state_up=True used request id req-450ee886-52ad-48b9-a63b-e22905691ee1 2018-08-20 10:42:24,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:24,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7247177b-b3fc-4b3e-90ba-a8bf69cc259b x-compute-request-id: req-7247177b-b3fc-4b3e-90ba-a8bf69cc259b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:42:24,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst used request id req-7247177b-b3fc-4b3e-90ba-a8bf69cc259b 2018-08-20 10:42:24,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:25,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-63abfee3-1468-4d58-b167-baa5f29068aa Date: Mon, 20 Aug 2018 10:42: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:25,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-63abfee3-1468-4d58-b167-baa5f29068aa 2018-08-20 10:42:25,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:25,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-abc1ab90-74b9-4812-a933-2e5d4e7e2596 Date: Mon, 20 Aug 2018 10:42:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:25,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-abc1ab90-74b9-4812-a933-2e5d4e7e2596 2018-08-20 10:42:25,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:25,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ac676dd0-f401-423b-971a-c69f6172e1aa Date: Mon, 20 Aug 2018 10:42: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:25,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-ac676dd0-f401-423b-971a-c69f6172e1aa 2018-08-20 10:42:25,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:25,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae9fff3d-94dc-4283-b83b-2553dca90c4a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:25,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-ae9fff3d-94dc-4283-b83b-2553dca90c4a 2018-08-20 10:42:25,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:25,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-21684b39-d8b6-42ae-99b8-4c88d8395fec Date: Mon, 20 Aug 2018 10:42:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:25,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-21684b39-d8b6-42ae-99b8-4c88d8395fec 2018-08-20 10:42:25,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:25,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1398ff17-6e62-4d7a-aeba-8b19d0f346dd Date: Mon, 20 Aug 2018 10:42:25 GMT RESP BODY: {"ports":[]} 2018-08-20 10:42:25,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port&admin_state_up=True used request id req-1398ff17-6e62-4d7a-aeba-8b19d0f346dd 2018-08-20 10:42:25,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:42:25,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:25,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa65ac3493b94acf937cfcdb33f3b348", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}], "expires_at": "2018-08-20T11:42:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-user", "id": "a65493530c224d058962f931e02cf266"}, "audit_ids": ["HbHGFrRATXSFJT4XH2nn8w"], "issued_at": "2018-08-20T10:42:25.000000Z"}} 2018-08-20 10:42:25,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48c60a9fbf90effad9bacc48d2ecff478cc0134" 2018-08-20 10:42:25,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca0e780-7825-4d3a-b169-f66bba4bb43b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:42:25,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-eca0e780-7825-4d3a-b169-f66bba4bb43b 2018-08-20 10:42:25,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:26,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-20d9fde1-da39-4af1-a534-87efd59bbaa2 Date: Mon, 20 Aug 2018 10: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:26,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-20d9fde1-da39-4af1-a534-87efd59bbaa2 2018-08-20 10:42:26,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:26,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fecd784a-7d45-41bb-9ab3-215355f30c47 Date: Mon, 20 Aug 2018 10:42:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:26,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-fecd784a-7d45-41bb-9ab3-215355f30c47 2018-08-20 10:42:26,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:26,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e2b991d4-15a7-4b2b-bb02-69bea5891040 Date: Mon, 20 Aug 2018 10: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:26,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-e2b991d4-15a7-4b2b-bb02-69bea5891040 2018-08-20 10:42:26,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:42:26,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:42:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:42:26,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48c60a9fbf90effad9bacc48d2ecff478cc0134" 2018-08-20 10:42:26,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f197e6d6-e078-4b51-a2f3-44b7d30ba8b7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:26,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-f197e6d6-e078-4b51-a2f3-44b7d30ba8b7 2018-08-20 10:42:26,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:27,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ede2eb8d-95b1-4791-b868-b4ed809991c9 Date: Mon, 20 Aug 2018 10:42:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:27,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-ede2eb8d-95b1-4791-b868-b4ed809991c9 2018-08-20 10:42:27,037 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net 2018-08-20 10:42:27,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" -d '{"port": {"network_id": "7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a", "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port", "admin_state_up": true}}' 2018-08-20 10:42:28,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-8aa350e4-3a91-4bfb-b7c4-d300d0f44a17 Date: Mon, 20 Aug 2018 10:42:28 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:42:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:42:27Z","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:d0:8d:b0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.16"}],"id":"e49dd9c3-285a-49d4-b98b-5a657f9626e2","security_groups":["5e0f2b7a-51a4-4800-884e-a0450a4113ec"],"device_id":""}} 2018-08-20 10:42:28,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-8aa350e4-3a91-4bfb-b7c4-d300d0f44a17 2018-08-20 10:42:28,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:28,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-fbb74e48-5e5a-432d-8a8b-8970f2206186 Date: Mon, 20 Aug 2018 10:42: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:28,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-fbb74e48-5e5a-432d-8a8b-8970f2206186 2018-08-20 10:42:28,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:28,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cd470b18-ffd0-436e-9796-7d8022122755 Date: Mon, 20 Aug 2018 10:42:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:28,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-cd470b18-ffd0-436e-9796-7d8022122755 2018-08-20 10:42:28,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:28,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f134c6d8-9bfd-4f2c-8dc7-442ceff8aad1 Date: Mon, 20 Aug 2018 10:42: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:28,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-f134c6d8-9bfd-4f2c-8dc7-442ceff8aad1 2018-08-20 10:42:28,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:28,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c1f1c5-445c-48d9-bc3d-3e3a48145100 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:28,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-e0c1f1c5-445c-48d9-bc3d-3e3a48145100 2018-08-20 10:42:28,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:29,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e5803895-eaf3-41ee-9580-de54b4246419 Date: Mon, 20 Aug 2018 10:42:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:29,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-e5803895-eaf3-41ee-9580-de54b4246419 2018-08-20 10:42:29,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:29,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-d1e88119-5971-460b-b1c6-ba23a09c2aec Date: Mon, 20 Aug 2018 10:42:29 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:27Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:d0:8d:b0","id":"e49dd9c3-285a-49d4-b98b-5a657f9626e2","port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["5e0f2b7a-51a4-4800-884e-a0450a4113ec"],"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port"}]} 2018-08-20 10:42:29,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port&admin_state_up=True used request id req-d1e88119-5971-460b-b1c6-ba23a09c2aec 2018-08-20 10:42:29,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:29,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81190fb1-a9b2-4073-882f-281d6fadc335 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:29,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-81190fb1-a9b2-4073-882f-281d6fadc335 2018-08-20 10:42:29,285 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst 2018-08-20 10:42:29,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:29,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-fd976257-1185-4902-b8b1-98f7be32cd42 x-compute-request-id: req-fd976257-1185-4902-b8b1-98f7be32cd42 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-flavor-name"}]} 2018-08-20 10:42:29,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-fd976257-1185-4902-b8b1-98f7be32cd42 2018-08-20 10:42:29,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/8213048a-8781-4289-97b5-6938456df07a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:29,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-dfd65e7c-23e4-4f8b-ba58-cf7f06b49bdb x-compute-request-id: req-dfd65e7c-23e4-4f8b-ba58-cf7f06b49bdb Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "8213048a-8781-4289-97b5-6938456df07a"}} 2018-08-20 10:42:29,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/8213048a-8781-4289-97b5-6938456df07a used request id req-dfd65e7c-23e4-4f8b-ba58-cf7f06b49bdb 2018-08-20 10:42:29,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:29,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-83355ec8-15bb-4361-ab37-6dd447d5dabc Date: Mon, 20 Aug 2018 10:42:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:42:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:42:15Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/snap", "metadata": {}}], "self": "/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "min_disk": 0, "protected": false, "id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "file": "/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "04bb0ae408bf41cdba947aa7619fe0f8", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4e0d7164-3d1d-48f5-929a-a7da0376e396/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image"} 2018-08-20 10:42:29,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image used request id req-83355ec8-15bb-4361-ab37-6dd447d5dabc 2018-08-20 10:42:29,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:29,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-662ef24c-1bff-4c56-8284-93f15b39399a Date: Mon, 20 Aug 2018 10:42: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:42:29,711 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-662ef24c-1bff-4c56-8284-93f15b39399a 2018-08-20 10:42:29,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" -d '{"server": {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "imageRef": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "flavorRef": "8213048a-8781-4289-97b5-6938456df07a", "max_count": 1, "min_count": 1, "networks": [{"port": "e49dd9c3-285a-49d4-b98b-5a657f9626e2"}], "security_groups": [{"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}]}}' 2018-08-20 10:42:31,670 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-8709df34-19fe-49bc-852f-be01edc2ee5e x-compute-request-id: req-8709df34-19fe-49bc-852f-be01edc2ee5e Content-Length: 435 location: http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "8b378632-7340-4114-8cac-1fa471031c2e", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "adminPass": "tswLemZDk64S"}} 2018-08-20 10:42:31,670 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-8709df34-19fe-49bc-852f-be01edc2ee5e 2018-08-20 10:42:31,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:32,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42: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-40b64497-0614-407c-b913-b19516011abc x-compute-request-id: req-40b64497-0614-407c-b913-b19516011abc 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.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:42:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:32,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-40b64497-0614-407c-b913-b19516011abc 2018-08-20 10:42:32,114 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst 2018-08-20 10:42:32,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:32,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42: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-c369b89f-54fc-4f22-84ad-61f342faf395 x-compute-request-id: req-c369b89f-54fc-4f22-84ad-61f342faf395 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:42:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:32,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-c369b89f-54fc-4f22-84ad-61f342faf395 2018-08-20 10:42:32,377 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst] is - BUILD 2018-08-20 10:42:32,377 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:42:35,380 - create_instance - DEBUG - VM status query timeout in 896.734540939 2018-08-20 10:42:35,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:36,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-2dd6921f-bbd8-4b42-9f3c-df807a29e50a x-compute-request-id: req-2dd6921f-bbd8-4b42-9f3c-df807a29e50a 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.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:42:32Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:36,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-2dd6921f-bbd8-4b42-9f3c-df807a29e50a 2018-08-20 10:42:36,109 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst] is - BUILD 2018-08-20 10:42:36,109 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:42:39,112 - create_instance - DEBUG - VM status query timeout in 893.00218606 2018-08-20 10:42:39,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:39,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-7f441ac0-af88-438f-b9fb-80f90348bcf1 x-compute-request-id: req-7f441ac0-af88-438f-b9fb-80f90348bcf1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:39,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-7f441ac0-af88-438f-b9fb-80f90348bcf1 2018-08-20 10:42:39,996 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst] is - ACTIVE 2018-08-20 10:42:39,996 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:42:39,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:40,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-c3d02f92-94f1-4f17-85e9-09dcfa7ca2e9 x-compute-request-id: req-c3d02f92-94f1-4f17-85e9-09dcfa7ca2e9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:40,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-c3d02f92-94f1-4f17-85e9-09dcfa7ca2e9 2018-08-20 10:42:40,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:40,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e51d1cab-2011-4fde-9b9c-dc847513a981 Date: Mon, 20 Aug 2018 10:42: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:40,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-e51d1cab-2011-4fde-9b9c-dc847513a981 2018-08-20 10:42:40,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:40,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed75884c-f0e6-4d1e-8590-d061897a9b23 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:40,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-ed75884c-f0e6-4d1e-8590-d061897a9b23 2018-08-20 10:42:40,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:40,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bc25e9fd-a1c0-4d1f-88a6-ee8974cf31c0 Date: Mon, 20 Aug 2018 10:42:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:40,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-bc25e9fd-a1c0-4d1f-88a6-ee8974cf31c0 2018-08-20 10:42:40,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:41,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-48ad1aa6-ca0d-4913-abe3-ab1ad396e595 Date: Mon, 20 Aug 2018 10:42:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2a:ae:10","id":"696b6211-4136-49bf-b887-b6b532ec4c00","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:14:e4:1e","id":"ad0a79bd-3384-40a2-ae29-cb7099b3e9b1","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:36Z","binding:vnic_type":"normal","device_id":"8b378632-7340-4114-8cac-1fa471031c2e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d0:8d:b0","id":"e49dd9c3-285a-49d4-b98b-5a657f9626e2","port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["5e0f2b7a-51a4-4800-884e-a0450a4113ec"],"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:12:0c:ef","id":"f09ce8de-7cc6-4a4f-b74f-8948a3d01197","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:42:41,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-48ad1aa6-ca0d-4913-abe3-ab1ad396e595 2018-08-20 10:42:41,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:41,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a072a3e-044b-43d2-b6b2-408758191703 x-compute-request-id: req-8a072a3e-044b-43d2-b6b2-408758191703 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:41,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-8a072a3e-044b-43d2-b6b2-408758191703 2018-08-20 10:42:41,948 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst] is - ACTIVE 2018-08-20 10:42:41,948 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:42:41,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:42,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4181cc6e-d604-478d-a63c-e0f104d20c48 x-compute-request-id: req-4181cc6e-d604-478d-a63c-e0f104d20c48 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:42,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-4181cc6e-d604-478d-a63c-e0f104d20c48 2018-08-20 10:42:42,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:42,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f764d556-770a-4e97-9a05-963dae163c25 Date: Mon, 20 Aug 2018 10:42:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:42,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-f764d556-770a-4e97-9a05-963dae163c25 2018-08-20 10:42:42,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:42,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8d6982-5946-4b33-8d35-19822c5fa36e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:42,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-bc8d6982-5946-4b33-8d35-19822c5fa36e 2018-08-20 10:42:42,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:42,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b25832b7-b6b0-4be4-bb90-9aca63b50af4 Date: Mon, 20 Aug 2018 10:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:42,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-b25832b7-b6b0-4be4-bb90-9aca63b50af4 2018-08-20 10:42:42,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:42,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-8003b942-1af8-4801-8be7-a34ccbfbbfd7 Date: Mon, 20 Aug 2018 10:42:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2a:ae:10","id":"696b6211-4136-49bf-b887-b6b532ec4c00","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:14:e4:1e","id":"ad0a79bd-3384-40a2-ae29-cb7099b3e9b1","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:36Z","binding:vnic_type":"normal","device_id":"8b378632-7340-4114-8cac-1fa471031c2e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d0:8d:b0","id":"e49dd9c3-285a-49d4-b98b-5a657f9626e2","port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["5e0f2b7a-51a4-4800-884e-a0450a4113ec"],"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:12:0c:ef","id":"f09ce8de-7cc6-4a4f-b74f-8948a3d01197","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:42:42,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-8003b942-1af8-4801-8be7-a34ccbfbbfd7 2018-08-20 10:42:42,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}}' 2018-08-20 10:42:44,139 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:42:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf43e07c-ca3f-4d47-abc7-833273f430cd x-compute-request-id: req-cf43e07c-ca3f-4d47-abc7-833273f430cd Content-Length: 0 Content-Type: application/json 2018-08-20 10:42:44,139 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e/action used request id req-cf43e07c-ca3f-4d47-abc7-833273f430cd 2018-08-20 10:42:44,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:45,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8f3b562-8279-40ac-8e68-9c1d140b437c x-compute-request-id: req-c8f3b562-8279-40ac-8e68-9c1d140b437c Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:45,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-c8f3b562-8279-40ac-8e68-9c1d140b437c 2018-08-20 10:42:45,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:45,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ec76319a-9057-41b4-8799-ddaf992ea3ad Date: Mon, 20 Aug 2018 10:42: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":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:45,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-ec76319a-9057-41b4-8799-ddaf992ea3ad 2018-08-20 10:42:45,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:45,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0feb768e-2065-41da-a702-5dc7bb94ce6f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:45,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-0feb768e-2065-41da-a702-5dc7bb94ce6f 2018-08-20 10:42:45,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:45,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-627fba3b-c1c3-4950-990f-00557ebc2f5b Date: Mon, 20 Aug 2018 10:42:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:45,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-627fba3b-c1c3-4950-990f-00557ebc2f5b 2018-08-20 10:42:45,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:45,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3068 X-Openstack-Request-Id: req-a8986e88-b208-49ab-8550-f664bfb6b296 Date: Mon, 20 Aug 2018 10:42:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2a:ae:10","id":"696b6211-4136-49bf-b887-b6b532ec4c00","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:14:e4:1e","id":"ad0a79bd-3384-40a2-ae29-cb7099b3e9b1","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:43Z","binding:vnic_type":"normal","device_id":"8b378632-7340-4114-8cac-1fa471031c2e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:d0:8d:b0","id":"e49dd9c3-285a-49d4-b98b-5a657f9626e2","port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["5e0f2b7a-51a4-4800-884e-a0450a4113ec","95046d44-3209-4c78-943f-c758a7dad9eb"],"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:12:0c:ef","id":"f09ce8de-7cc6-4a4f-b74f-8948a3d01197","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:42:45,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-a8986e88-b208-49ab-8550-f664bfb6b296 2018-08-20 10:42:45,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:42:45,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa65ac3493b94acf937cfcdb33f3b348", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role"}], "expires_at": "2018-08-20T11:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/04bb0ae408bf41cdba947aa7619fe0f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-user", "id": "a65493530c224d058962f931e02cf266"}, "audit_ids": ["mrQIA9WNR4qagCs-mtIMLw"], "issued_at": "2018-08-20T10:42:45.000000Z"}} 2018-08-20 10:42:45,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a61ab1281197b95d2a7a8c4518dabc9b251d5d8" 2018-08-20 10:42:47,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48be1fb9-af15-4645-b6f3-581a92425c6a x-compute-request-id: req-48be1fb9-af15-4645-b6f3-581a92425c6a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:47,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-48be1fb9-af15-4645-b6f3-581a92425c6a 2018-08-20 10:42:47,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:47,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-520057d4-e005-4c42-ba51-3bdc1cad0940 x-compute-request-id: req-520057d4-e005-4c42-ba51-3bdc1cad0940 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:47,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-520057d4-e005-4c42-ba51-3bdc1cad0940 2018-08-20 10:42:47,602 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst] is - ACTIVE 2018-08-20 10:42:47,602 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:42:47,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:48,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64fa1c44-e64f-4bbe-b47b-fc33c3baa13e x-compute-request-id: req-64fa1c44-e64f-4bbe-b47b-fc33c3baa13e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:48,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-64fa1c44-e64f-4bbe-b47b-fc33c3baa13e 2018-08-20 10:42:48,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:48,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-44d2643f-a3d1-4070-86de-0c5af9542925 Date: Mon, 20 Aug 2018 10:42:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:48,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-44d2643f-a3d1-4070-86de-0c5af9542925 2018-08-20 10:42:48,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:48,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d552160-0ed3-4d81-bb92-a8e919d67f41 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:48,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-9d552160-0ed3-4d81-bb92-a8e919d67f41 2018-08-20 10:42:48,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:48,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d11d7312-186e-468b-a91b-702d2c4ca7e5 Date: Mon, 20 Aug 2018 10:42:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:48,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-d11d7312-186e-468b-a91b-702d2c4ca7e5 2018-08-20 10:42:48,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:48,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3068 X-Openstack-Request-Id: req-a8533255-ab8e-4e81-8cc1-b90696be0e07 Date: Mon, 20 Aug 2018 10:42:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2a:ae:10","id":"696b6211-4136-49bf-b887-b6b532ec4c00","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:14:e4:1e","id":"ad0a79bd-3384-40a2-ae29-cb7099b3e9b1","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:43Z","binding:vnic_type":"normal","device_id":"8b378632-7340-4114-8cac-1fa471031c2e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:d0:8d:b0","id":"e49dd9c3-285a-49d4-b98b-5a657f9626e2","port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["5e0f2b7a-51a4-4800-884e-a0450a4113ec","95046d44-3209-4c78-943f-c758a7dad9eb"],"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:12:0c:ef","id":"f09ce8de-7cc6-4a4f-b74f-8948a3d01197","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:42:48,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-a8533255-ab8e-4e81-8cc1-b90696be0e07 2018-08-20 10:42:48,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:49,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a65d3957-1830-4758-b00d-79791fd4ff06 x-compute-request-id: req-a65d3957-1830-4758-b00d-79791fd4ff06 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:49,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-a65d3957-1830-4758-b00d-79791fd4ff06 2018-08-20 10:42:49,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:49,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-8e69bc81-74ef-4ac5-a018-d98e30a07bd9 Date: Mon, 20 Aug 2018 10:42:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:49,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-8e69bc81-74ef-4ac5-a018-d98e30a07bd9 2018-08-20 10:42:49,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:49,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0301f84-e455-46f9-9db0-837524640c06 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:49,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-c0301f84-e455-46f9-9db0-837524640c06 2018-08-20 10:42:49,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:49,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4405f6be-029e-4f1a-b340-91bc15315ba5 Date: Mon, 20 Aug 2018 10:42:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:49,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-4405f6be-029e-4f1a-b340-91bc15315ba5 2018-08-20 10:42:49,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:49,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3068 X-Openstack-Request-Id: req-c6714a35-93e2-4b5a-8a02-4896021abad1 Date: Mon, 20 Aug 2018 10:42:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2a:ae:10","id":"696b6211-4136-49bf-b887-b6b532ec4c00","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:14:e4:1e","id":"ad0a79bd-3384-40a2-ae29-cb7099b3e9b1","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:43Z","binding:vnic_type":"normal","device_id":"8b378632-7340-4114-8cac-1fa471031c2e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:d0:8d:b0","id":"e49dd9c3-285a-49d4-b98b-5a657f9626e2","port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["5e0f2b7a-51a4-4800-884e-a0450a4113ec","95046d44-3209-4c78-943f-c758a7dad9eb"],"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:12:0c:ef","id":"f09ce8de-7cc6-4a4f-b74f-8948a3d01197","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:42:49,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-c6714a35-93e2-4b5a-8a02-4896021abad1 2018-08-20 10:42:49,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}}' 2018-08-20 10:42:50,332 - novaclient.v2.client - DEBUG - RESP: [400] Date: Mon, 20 Aug 2018 10:42: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-c02a2d32-8f2b-4522-a2b5-b90c65c5838d x-compute-request-id: req-c02a2d32-8f2b-4522-a2b5-b90c65c5838d 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: '95046d44-3209-4c78-943f-c758a7dad9eb'.\nNeutron server returns request_ids: ['req-1bcca07a-cec0-4730-869a-76655ac54a05']", "code": 400}} 2018-08-20 10:42:50,332 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e/action used request id req-c02a2d32-8f2b-4522-a2b5-b90c65c5838d 2018-08-20 10:42:50,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:51,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9da34b71-3e11-4b65-84ee-ebb60c66209a x-compute-request-id: req-9da34b71-3e11-4b65-84ee-ebb60c66209a Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:51,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-9da34b71-3e11-4b65-84ee-ebb60c66209a 2018-08-20 10:42:51,135 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name] already added to VM [InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst] 2018-08-20 10:42:51,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:51,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84cfe6bc-fda6-407f-a4e0-1e62b60d5395 x-compute-request-id: req-84cfe6bc-fda6-407f-a4e0-1e62b60d5395 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:51,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-84cfe6bc-fda6-407f-a4e0-1e62b60d5395 2018-08-20 10:42:51,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:51,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-780c9834-a871-4f3b-9b76-4c255b263fd2 Date: Mon, 20 Aug 2018 10:42:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9d37c51b-dfdd-4a50-9160-4ca2fa520cb8"],"updated_at":"2018-08-20T10:42:18Z","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net"}]} 2018-08-20 10:42:51,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net used request id req-780c9834-a871-4f3b-9b76-4c255b263fd2 2018-08-20 10:42:51,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:51,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fe8aad-0304-4799-8096-ddeb59def75c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:42:51,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-f5fe8aad-0304-4799-8096-ddeb59def75c 2018-08-20 10:42:51,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:51,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5bc277c0-9130-465c-bb01-b8224314458f Date: Mon, 20 Aug 2018 10:42:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","dns_nameservers":[],"updated_at":"2018-08-20T10:42: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":"04bb0ae408bf41cdba947aa7619fe0f8","id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet"}]} 2018-08-20 10:42:51,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-5bc277c0-9130-465c-bb01-b8224314458f 2018-08-20 10:42:51,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:51,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3068 X-Openstack-Request-Id: req-3f8bee7a-13c2-49aa-9bbc-e5cb7463e001 Date: Mon, 20 Aug 2018 10:42:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2a:ae:10","id":"696b6211-4136-49bf-b887-b6b532ec4c00","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:14:e4:1e","id":"ad0a79bd-3384-40a2-ae29-cb7099b3e9b1","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:27Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:43Z","binding:vnic_type":"normal","device_id":"8b378632-7340-4114-8cac-1fa471031c2e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:d0:8d:b0","id":"e49dd9c3-285a-49d4-b98b-5a657f9626e2","port_security_enabled":true,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.16"}],"extra_dhcp_opts":[],"security_groups":["5e0f2b7a-51a4-4800-884e-a0450a4113ec","95046d44-3209-4c78-943f-c758a7dad9eb"],"name":"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","tenant_id":"04bb0ae408bf41cdba947aa7619fe0f8","created_at":"2018-08-20T10:42:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:42:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:12:0c:ef","id":"f09ce8de-7cc6-4a4f-b74f-8948a3d01197","port_security_enabled":false,"project_id":"04bb0ae408bf41cdba947aa7619fe0f8","fixed_ips":[{"subnet_id":"9d37c51b-dfdd-4a50-9160-4ca2fa520cb8","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:42:51,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-3f8bee7a-13c2-49aa-9bbc-e5cb7463e001 2018-08-20 10:42:51,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a61ab1281197b95d2a7a8c4518dabc9b251d5d8" 2018-08-20 10:42:52,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-079c4a2f-9b02-4b8e-8a89-90220ea84ad1 x-compute-request-id: req-079c4a2f-9b02-4b8e-8a89-90220ea84ad1 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name"}], "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:36Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:52,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-079c4a2f-9b02-4b8e-8a89-90220ea84ad1 2018-08-20 10:42:52,864 - create_instance - INFO - Deleting Port with ID - e49dd9c3-285a-49d4-b98b-5a657f9626e2 2018-08-20 10:42:52,864 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-port 2018-08-20 10:42:52,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/e49dd9c3-285a-49d4-b98b-5a657f9626e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:53,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5096ded-dcc9-48a3-a9a2-11406c46e39b Date: Mon, 20 Aug 2018 10:42:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:42:53,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/e49dd9c3-285a-49d4-b98b-5a657f9626e2 used request id req-b5096ded-dcc9-48a3-a9a2-11406c46e39b 2018-08-20 10:42:53,322 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst 2018-08-20 10:42:53,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:53,486 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c1f8529e-12b7-4816-917e-38154995e8fb x-compute-request-id: req-c1f8529e-12b7-4816-917e-38154995e8fb Content-Type: application/json 2018-08-20 10:42:53,486 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-c1f8529e-12b7-4816-917e-38154995e8fb 2018-08-20 10:42:53,486 - create_instance - INFO - Checking deletion status 2018-08-20 10:42:53,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:53,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a83bed8-587f-43df-9817-9e5fa054a831 x-compute-request-id: req-6a83bed8-587f-43df-9817-9e5fa054a831 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8d:b0", "version": 4, "addr": "10.55.0.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8b378632-7340-4114-8cac-1fa471031c2e", "rel": "bookmark"}], "image": {"id": "4e0d7164-3d1d-48f5-929a-a7da0376e396", "links": [{"href": "http://172.30.9.36:8774/images/4e0d7164-3d1d-48f5-929a-a7da0376e396", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:42:36.000000", "flavor": {"id": "8213048a-8781-4289-97b5-6938456df07a", "links": [{"href": "http://172.30.9.36:8774/flavors/8213048a-8781-4289-97b5-6938456df07a", "rel": "bookmark"}]}, "id": "8b378632-7340-4114-8cac-1fa471031c2e", "user_id": "a65493530c224d058962f931e02cf266", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:42:53Z", "hostId": "dcc10fb6bdd2ce9adecbfd837d8f600dfb7a6dd9e8d82337e1856fe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst", "created": "2018-08-20T10:42:31Z", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:42:53,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-6a83bed8-587f-43df-9817-9e5fa054a831 2018-08-20 10:42:53,587 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst] is - ACTIVE 2018-08-20 10:42:53,587 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:42:56,590 - create_instance - DEBUG - VM status query timeout in 296.895838022 2018-08-20 10:42:56,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198472fdb72467528308278ebd6e89fe3c1a954f" 2018-08-20 10:42:56,641 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04b5d402-14e4-4b94-ad02-3cfa1dee4f16 x-compute-request-id: req-04b5d402-14e4-4b94-ad02-3cfa1dee4f16 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8b378632-7340-4114-8cac-1fa471031c2e could not be found.", "code": 404}} 2018-08-20 10:42:56,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8b378632-7340-4114-8cac-1fa471031c2e used request id req-04b5d402-14e4-4b94-ad02-3cfa1dee4f16 2018-08-20 10:42:56,641 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8b378632-7340-4114-8cac-1fa471031c2e could not be found. (HTTP 404) (Request-ID: req-04b5d402-14e4-4b94-ad02-3cfa1dee4f16) 2018-08-20 10:42:56,641 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-inst 2018-08-20 10:42:56,643 - neutron_utils - INFO - Deleting security group rule with ID - 31ccc55a-9df9-435f-bcff-6a95879a1db9 2018-08-20 10:42:56,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/31ccc55a-9df9-435f-bcff-6a95879a1db9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:56,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-858edc5f-10aa-4caf-adbf-b962ad06695f Content-Length: 0 Date: Mon, 20 Aug 2018 10:42:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:42:56,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/31ccc55a-9df9-435f-bcff-6a95879a1db9 used request id req-858edc5f-10aa-4caf-adbf-b962ad06695f 2018-08-20 10:42:56,741 - neutron_utils - INFO - Deleting security group rule with ID - 9650b597-0368-4b38-9307-eac8e00d1dc2 2018-08-20 10:42:56,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/9650b597-0368-4b38-9307-eac8e00d1dc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:57,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-348768c1-6748-4166-ba1b-7441e4869c39 Content-Length: 0 Date: Mon, 20 Aug 2018 10:42:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:42:57,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/9650b597-0368-4b38-9307-eac8e00d1dc2 used request id req-348768c1-6748-4166-ba1b-7441e4869c39 2018-08-20 10:42:57,017 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-name 2018-08-20 10:42:57,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/95046d44-3209-4c78-943f-c758a7dad9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8ced37f795e9e3b0e8908e055f73aab4a0312d" 2018-08-20 10:42:57,136 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe9ca00d-3d65-4e74-b119-e7a5b1a5b64f Content-Length: 0 Date: Mon, 20 Aug 2018 10:42:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:42:57,136 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/95046d44-3209-4c78-943f-c758a7dad9eb used request id req-fe9ca00d-3d65-4e74-b119-e7a5b1a5b64f 2018-08-20 10:42:57,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/8213048a-8781-4289-97b5-6938456df07a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cd0f21b96882f224fafeafabffc2f3e5e5cef06" 2018-08-20 10:42:57,236 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:42:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-977e4e87-5d27-41b4-b516-6916160bc77e x-compute-request-id: req-977e4e87-5d27-41b4-b516-6916160bc77e Content-Length: 0 Content-Type: application/json 2018-08-20 10:42:57,237 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/8213048a-8781-4289-97b5-6938456df07a used request id req-977e4e87-5d27-41b4-b516-6916160bc77e 2018-08-20 10:42:57,238 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet 2018-08-20 10:42:57,238 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-subnet 2018-08-20 10:42:57,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/9d37c51b-dfdd-4a50-9160-4ca2fa520cb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" 2018-08-20 10:42:59,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-176c8ebf-8a90-485a-8135-925409c3f04a Date: Mon, 20 Aug 2018 10:42:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:42:59,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/9d37c51b-dfdd-4a50-9160-4ca2fa520cb8 used request id req-176c8ebf-8a90-485a-8135-925409c3f04a 2018-08-20 10:42:59,612 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-pub-net 2018-08-20 10:42:59,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91654a7853dd78a462b3e97518d8dd4cf9d47e6" 2018-08-20 10:43:01,319 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ccaeca7-233d-47e0-b090-59ff9425644f Date: Mon, 20 Aug 2018 10:43:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:43:01,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/7d77a1c5-2d4d-4a9f-9384-cf62abb5cf9a used request id req-9ccaeca7-233d-47e0-b090-59ff9425644f 2018-08-20 10:43:01,320 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-28a24fb3-c1f6-4ab1-83a3-fa6da7d2bb0d-image 2018-08-20 10:43:01,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ce03e11cff238379e4359689bd8bcef7967d4f2" 2018-08-20 10:43:01,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38f73d03-70c8-4685-9b33-f37389c8015d Date: Mon, 20 Aug 2018 10:43:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:43:01,831 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/4e0d7164-3d1d-48f5-929a-a7da0376e396 used request id req-38f73d03-70c8-4685-9b33-f37389c8015d 2018-08-20 10:43:01,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:43:01,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:43:01,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:43:01,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:43:01,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:43:01,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:02,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-c8ea7aca-0d08-4918-9ef8-964fb5e62ee1 Date: Mon, 20 Aug 2018 10:43:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:16Z", "updated_at": "2018-08-20T10:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:16Z", "revision_number": 0, "id": "6e3d036d-35dc-4ca0-aa63-af52070bb5de", "remote_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:16Z", "security_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:16Z", "revision_number": 0, "id": "75f5456d-b6bf-4379-82d9-990eadab9a15", "remote_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:16Z", "security_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:16Z", "revision_number": 0, "id": "9000796c-8135-4ff1-bd18-a8f8eb356c08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:16Z", "security_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:42:16Z", "revision_number": 0, "id": "abb7dea4-da4d-499b-a310-eb8bba2df7f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:42:16Z", "security_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8"}], "revision_number": 4, "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:43:02,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-c8ea7aca-0d08-4918-9ef8-964fb5e62ee1 2018-08-20 10:43:02,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:02,222 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abdc74a8-1ff1-49a3-a730-04919275caa2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:02,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-abdc74a8-1ff1-49a3-a730-04919275caa2 2018-08-20 10:43:02,223 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:02,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:02,317 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-440d657a-313a-4d41-86c9-7616d3ea0c2e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:02,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-440d657a-313a-4d41-86c9-7616d3ea0c2e 2018-08-20 10:43:02,317 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:02,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:02,411 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-964e8ed1-ac4f-4b57-8a81-2aa78d5adf07 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:02,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-964e8ed1-ac4f-4b57-8a81-2aa78d5adf07 2018-08-20 10:43:02,412 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:02,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:02,508 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4eb35f3f-4c71-40cb-a9e5-68a843ef3f1e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:02,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-4eb35f3f-4c71-40cb-a9e5-68a843ef3f1e 2018-08-20 10:43:02,509 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:02,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:02,600 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e78bb21-b30c-43d6-b34a-0b4cd517512f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:02,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-3e78bb21-b30c-43d6-b34a-0b4cd517512f 2018-08-20 10:43:02,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:02,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:02,692 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a073f467-baa4-404a-abca-85031f634f89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:02,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-a073f467-baa4-404a-abca-85031f634f89 2018-08-20 10:43:02,693 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:02,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:02,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d5cf4e-2949-4cbd-b65f-ef521ec0b81b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "04bb0ae408bf41cdba947aa7619fe0f8", "name": "InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj"}} 2018-08-20 10:43:02,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-59d5cf4e-2949-4cbd-b65f-ef521ec0b81b 2018-08-20 10:43:02,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e0f2b7a-51a4-4800-884e-a0450a4113ec 2018-08-20 10:43:02,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5e0f2b7a-51a4-4800-884e-a0450a4113ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:03,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-98501c23-aa94-4bac-9f4d-74277b6dd8eb Date: Mon, 20 Aug 2018 10:43:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:16Z", "security_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:16Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "6e3d036d-35dc-4ca0-aa63-af52070bb5de"}, {"remote_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:16Z", "security_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:16Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "75f5456d-b6bf-4379-82d9-990eadab9a15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:16Z", "security_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:16Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "9000796c-8135-4ff1-bd18-a8f8eb356c08"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:42:16Z", "security_group_id": "5e0f2b7a-51a4-4800-884e-a0450a4113ec", "port_range_min": null, "revision_number": 0, "tenant_id": "04bb0ae408bf41cdba947aa7619fe0f8", "created_at": "2018-08-20T10:42:16Z", "project_id": "04bb0ae408bf41cdba947aa7619fe0f8", "id": "abb7dea4-da4d-499b-a310-eb8bba2df7f7"}]} 2018-08-20 10:43:03,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=5e0f2b7a-51a4-4800-884e-a0450a4113ec used request id req-98501c23-aa94-4bac-9f4d-74277b6dd8eb 2018-08-20 10:43:03,006 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:43:03,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/5e0f2b7a-51a4-4800-884e-a0450a4113ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:03,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da0364f7-a6e3-4fef-8217-5a4333a1b826 Content-Length: 0 Date: Mon, 20 Aug 2018 10:43:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:43:03,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/5e0f2b7a-51a4-4800-884e-a0450a4113ec used request id req-da0364f7-a6e3-4fef-8217-5a4333a1b826 2018-08-20 10:43:03,368 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj 2018-08-20 10:43:03,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:03,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:43:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e978b3d-08ea-4ca2-a073-d46ffc7e135f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:43:03,669 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/04bb0ae408bf41cdba947aa7619fe0f8 used request id req-9e978b3d-08ea-4ca2-a073-d46ffc7e135f 2018-08-20 10:43:03,669 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-proj-role 2018-08-20 10:43:03,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/aa65ac3493b94acf937cfcdb33f3b348 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:03,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:43:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adcf4cfa-b58f-4af1-b734-1e679e32be06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:43:03,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/aa65ac3493b94acf937cfcdb33f3b348 used request id req-adcf4cfa-b58f-4af1-b734-1e679e32be06 2018-08-20 10:43:03,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d8ee2be1729e5b2dc65129ecdbc3599961eef08" 2018-08-20 10:43:03,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-033f0532-465c-477e-8023-b0a49946738b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:43:03,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-033f0532-465c-477e-8023-b0a49946738b 2018-08-20 10:43:03,887 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-4e8cfdeb-c7ea-438-user 2018-08-20 10:43:03,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/a65493530c224d058962f931e02cf266 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c92c70b57e38f752ca9555ad54ddebf5d77aa40" 2018-08-20 10:43:04,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:43:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a28ec29-9172-4194-9094-1e88dc7c6419 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:43:04,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/a65493530c224d058962f931e02cf266 used request id req-7a28ec29-9172-4194-9094-1e88dc7c6419 2018-08-20 10:43:04,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:04,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:43:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["tYVqZR0NQHuzQeQ36WFL3g"], "issued_at": "2018-08-20T10:43:04.000000Z"}} 2018-08-20 10:43:04,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cfb4cacc210be3dc5dab14a57d1aa4d5a328155" 2018-08-20 10:43:04,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25c157d0-8a74-4d33-87df-ad8f6d0c2756 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:04,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-25c157d0-8a74-4d33-87df-ad8f6d0c2756 2018-08-20 10:43:04,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:04,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:05,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Ra4HVaYkR1OUNMe9FVMEJg"], "issued_at": "2018-08-20T10:43:05.000000Z"}} 2018-08-20 10:43:05,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:05,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a42d622b-6945-456b-a5c6-96fc0be54941 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:05,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a42d622b-6945-456b-a5c6-96fc0be54941 2018-08-20 10:43:05,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:43:05,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:43:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:43:05,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:05,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c820a99f-84ce-43c7-a09d-2b3e9aa9a98b Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:43:05,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj used request id req-c820a99f-84ce-43c7-a09d-2b3e9aa9a98b 2018-08-20 10:43:05,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:05,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87060a68-0510-4439-9f0d-01f239681c6f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:43:05,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-87060a68-0510-4439-9f0d-01f239681c6f 2018-08-20 10:43:05,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}}' 2018-08-20 10:43:05,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:43:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cfe85a2-5f66-4d40-8e84-c9a8a994cb0e Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "id": "cc15d9e9edd14458946c8e2801628838", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:05,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-9cfe85a2-5f66-4d40-8e84-c9a8a994cb0e 2018-08-20 10:43:05,467 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj 2018-08-20 10:43:05,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:05,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:05,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["eUxYn3F2QrWd4iUIjfVSQA"], "issued_at": "2018-08-20T10:43:05.000000Z"}} 2018-08-20 10:43:05,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd9047d73b4f0ed415f5536a7edd078cddaf32c" 2018-08-20 10:43:05,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9485d6-4e99-4ee5-8c5f-6d4534e5a8dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:05,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bd9485d6-4e99-4ee5-8c5f-6d4534e5a8dd 2018-08-20 10:43:05,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:43:05,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:43:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:43:05,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd9047d73b4f0ed415f5536a7edd078cddaf32c" 2018-08-20 10:43:06,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1fb135-c5f9-451b-ba6b-84945025fdbe Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:43:06,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-4e1fb135-c5f9-451b-ba6b-84945025fdbe 2018-08-20 10:43:06,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd9047d73b4f0ed415f5536a7edd078cddaf32c" 2018-08-20 10:43:06,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c76388be-fda8-4ed8-bff5-3c19557ff286 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "id": "cc15d9e9edd14458946c8e2801628838", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}]} 2018-08-20 10:43:06,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj used request id req-c76388be-fda8-4ed8-bff5-3c19557ff286 2018-08-20 10:43:06,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd9047d73b4f0ed415f5536a7edd078cddaf32c" 2018-08-20 10:43:06,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ad09b2-4cc1-409b-8fd9-471df1c6c8d1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:43:06,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-70ad09b2-4cc1-409b-8fd9-471df1c6c8d1 2018-08-20 10:43:06,603 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-ed602ac4-51d4-44b-user 2018-08-20 10:43:06,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:06,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:06,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-324c55f4-4498-4a95-ac81-14a95c2c50d3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:43:06,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-324c55f4-4498-4a95-ac81-14a95c2c50d3 2018-08-20 10:43:06,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" -d '{"role": {"name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}}' 2018-08-20 10:43:06,825 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:43:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf3567b1-3e6a-4f17-ac3e-0259fd96d5d1 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2fe98b6687a44bc8bf460553d4ec111f", "links": {"self": "http://172.30.9.36:5000/v3/roles/2fe98b6687a44bc8bf460553d4ec111f"}, "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}} 2018-08-20 10:43:06,825 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-bf3567b1-3e6a-4f17-ac3e-0259fd96d5d1 2018-08-20 10:43:06,825 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role 2018-08-20 10:43:06,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/2fe98b6687a44bc8bf460553d4ec111f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:06,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f09cd5-b0af-47a3-bd4f-1e3c0082827a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2fe98b6687a44bc8bf460553d4ec111f", "links": {"self": "http://172.30.9.36:5000/v3/roles/2fe98b6687a44bc8bf460553d4ec111f"}, "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}} 2018-08-20 10:43:06,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/2fe98b6687a44bc8bf460553d4ec111f used request id req-08f09cd5-b0af-47a3-bd4f-1e3c0082827a 2018-08-20 10:43:06,916 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role to project InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj 2018-08-20 10:43:06,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838/users/8d770ba310334929b9d0ff4fbaec4133/roles/2fe98b6687a44bc8bf460553d4ec111f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:07,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:43:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d083945-2081-417a-a442-6293102816ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:43:07,057 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838/users/8d770ba310334929b9d0ff4fbaec4133/roles/2fe98b6687a44bc8bf460553d4ec111f used request id req-1d083945-2081-417a-a442-6293102816ec 2018-08-20 10:43:07,057 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:43:07,058 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:43:07,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:07,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:07,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fe98b6687a44bc8bf460553d4ec111f", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}], "expires_at": "2018-08-20T11:43:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-user", "id": "8d770ba310334929b9d0ff4fbaec4133"}, "audit_ids": ["o9kLayp1RgWYLGpqfe62nA"], "issued_at": "2018-08-20T10:43:07.000000Z"}} 2018-08-20 10:43:07,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" 2018-08-20 10:43:07,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7365a5e2-ee9b-4f53-a789-6b1f3393b866 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:07,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7365a5e2-ee9b-4f53-a789-6b1f3393b866 2018-08-20 10:43:07,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" 2018-08-20 10:43:07,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-a231e024-84fb-4980-bc91-692ac66cbcda Date: Mon, 20 Aug 2018 10:43:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image"} 2018-08-20 10:43:07,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image used request id req-a231e024-84fb-4980-bc91-692ac66cbcda 2018-08-20 10:43:07,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" 2018-08-20 10:43:07,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d744d217-2a15-4d65-a6c5-f924d23a7865 Date: Mon, 20 Aug 2018 10:43: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:43:07,929 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-d744d217-2a15-4d65-a6c5-f924d23a7865 2018-08-20 10:43:07,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image"}' 2018-08-20 10:43:08,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fda82b7c-6a9a-496e-b6c2-1dd5f85ed452 Date: Mon, 20 Aug 2018 10:43:08 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:43:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:43:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "min_disk": 0, "protected": false, "id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "file": "/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/file", "checksum": null, "owner": "cc15d9e9edd14458946c8e2801628838", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:43:08,175 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-fda82b7c-6a9a-496e-b6c2-1dd5f85ed452 2018-08-20 10:43:08,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" -d '' 2018-08-20 10:43:09,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-72d2eb67-157a-4719-94e8-0917e330aa7a Date: Mon, 20 Aug 2018 10:43:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:43:09,522 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/file used request id req-72d2eb67-157a-4719-94e8-0917e330aa7a 2018-08-20 10:43:09,523 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:43:09,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" 2018-08-20 10:43:09,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-7b193ac8-3bc2-41b5-9127-a8e1db2354a0 Date: Mon, 20 Aug 2018 10:43:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:43:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:43:09Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/snap", "metadata": {}}], "self": "/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "min_disk": 0, "protected": false, "id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "file": "/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cc15d9e9edd14458946c8e2801628838", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:43:09,544 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c used request id req-7b193ac8-3bc2-41b5-9127-a8e1db2354a0 2018-08-20 10:43:09,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" 2018-08-20 10:43:09,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-025b56dd-5d61-4fff-873e-119072d6668d Date: Mon, 20 Aug 2018 10:43: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:43:09,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-025b56dd-5d61-4fff-873e-119072d6668d 2018-08-20 10:43:09,732 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image 2018-08-20 10:43:09,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" 2018-08-20 10:43:09,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3c89bdfb-5200-4f0b-b8c3-231ad2ac4d6e Date: Mon, 20 Aug 2018 10:43:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:43:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:43:09Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/snap", "metadata": {}}], "self": "/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "min_disk": 0, "protected": false, "id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "file": "/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cc15d9e9edd14458946c8e2801628838", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:43:09,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c used request id req-3c89bdfb-5200-4f0b-b8c3-231ad2ac4d6e 2018-08-20 10:43:09,911 - create_image - DEBUG - Instance status is - active 2018-08-20 10:43:09,911 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image 2018-08-20 10:43:09,911 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image 2018-08-20 10:43:09,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:09,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:10,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fe98b6687a44bc8bf460553d4ec111f", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}], "expires_at": "2018-08-20T11:43:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-user", "id": "8d770ba310334929b9d0ff4fbaec4133"}, "audit_ids": ["OcjmkIb0SJWKcqeSF7L_4g"], "issued_at": "2018-08-20T10:43:10.000000Z"}} 2018-08-20 10:43:10,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" 2018-08-20 10:43:10,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4421e6ca-c203-4ad8-9832-d62f4c13b945 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:10,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4421e6ca-c203-4ad8-9832-d62f4c13b945 2018-08-20 10:43:10,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:43:10,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:43:10,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:43:10,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:43:10,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:43:10,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" 2018-08-20 10:43:10,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e498aee3-c016-4fd2-ae37-bcf95b11ab3d Date: Mon, 20 Aug 2018 10:43:10 GMT RESP BODY: {"networks":[]} 2018-08-20 10:43:10,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-e498aee3-c016-4fd2-ae37-bcf95b11ab3d 2018-08-20 10:43:10,797 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net 2018-08-20 10:43:10,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" -d '{"network": {"name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net", "admin_state_up": true}}' 2018-08-20 10:43:11,518 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-c7f04717-482a-416d-bcb3-f00f1ff60e9e Date: Mon, 20 Aug 2018 10:43:11 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:43:11Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}} 2018-08-20 10:43:11,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-c7f04717-482a-416d-bcb3-f00f1ff60e9e 2018-08-20 10:43:11,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" 2018-08-20 10:43:11,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-578adad4-1bd2-4a78-8526-cef42e864ef2 Date: Mon, 20 Aug 2018 10:43: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-08-20T10:43:11Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:11,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-578adad4-1bd2-4a78-8526-cef42e864ef2 2018-08-20 10:43:11,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" 2018-08-20 10:43:12,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6441c383-1af3-4ed1-9dbb-0f6617a4e43f Date: Mon, 20 Aug 2018 10:43:12 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:43:12,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-6441c383-1af3-4ed1-9dbb-0f6617a4e43f 2018-08-20 10:43:12,014 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet 2018-08-20 10:43:12,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" -d '{"subnets": [{"ip_version": 4, "network_id": "b7a3cc90-8375-4ec0-b708-3e3c2b519dee", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]}' 2018-08-20 10:43:12,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-24d2db1a-325f-4dd3-881b-3f9cd29bcf38 Date: Mon, 20 Aug 2018 10:43:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:12,907 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-24d2db1a-325f-4dd3-881b-3f9cd29bcf38 2018-08-20 10:43:12,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" 2018-08-20 10:43:13,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f41f64d7-00f2-4dcd-85d5-8e0eac289410 Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:13,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-f41f64d7-00f2-4dcd-85d5-8e0eac289410 2018-08-20 10:43:13,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" 2018-08-20 10:43:13,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3aa2ce88-eb0b-40bd-97e9-546c2b231ba7 Date: Mon, 20 Aug 2018 10:43:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:13,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-3aa2ce88-eb0b-40bd-97e9-546c2b231ba7 2018-08-20 10:43:13,559 - OpenStackNetwork - DEBUG - Network [b7a3cc90-8375-4ec0-b708-3e3c2b519dee] created successfully 2018-08-20 10:43:13,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:13,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:13,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:43:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["RFcd_A46S1SRUOPxq58Z9Q"], "issued_at": "2018-08-20T10:43:13.000000Z"}} 2018-08-20 10:43:13,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f8de21c40e392e7de509af6bcb8f3676f9e79d" 2018-08-20 10:43:14,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9052d430-861e-4f7d-b11f-74d721b18edf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:14,045 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9052d430-861e-4f7d-b11f-74d721b18edf 2018-08-20 10:43:14,046 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:43:14,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f8de21c40e392e7de509af6bcb8f3676f9e79d" 2018-08-20 10:43:14,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3dff9034-0fd1-4899-aade-78c52655239b x-compute-request-id: req-3dff9034-0fd1-4899-aade-78c52655239b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:43:14,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-3dff9034-0fd1-4899-aade-78c52655239b 2018-08-20 10:43:14,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f8de21c40e392e7de509af6bcb8f3676f9e79d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-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-08-20 10:43:14,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03ddbbc0-eed7-4ddc-b608-f631f4b7a5ed x-compute-request-id: req-03ddbbc0-eed7-4ddc-b608-f631f4b7a5ed Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "c1d30946-5850-41f0-904e-9abfad2cd9e4"}} 2018-08-20 10:43:14,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-03ddbbc0-eed7-4ddc-b608-f631f4b7a5ed 2018-08-20 10:43:14,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:14,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:14,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fe98b6687a44bc8bf460553d4ec111f", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}], "expires_at": "2018-08-20T11:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-user", "id": "8d770ba310334929b9d0ff4fbaec4133"}, "audit_ids": ["ivNuu7k9SE2eFeqIjaxNWQ"], "issued_at": "2018-08-20T10:43:14.000000Z"}} 2018-08-20 10:43:14,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:14,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f981fac2-2d2f-48cb-aa27-ee647ee7a0fa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:14,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f981fac2-2d2f-48cb-aa27-ee647ee7a0fa 2018-08-20 10:43:14,806 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:43:14,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:43:14,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:43:14,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:43:14,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:43:14,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:43:14,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:14,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28369c6-399a-4e39-af9c-1e13e0adbebc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:14,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c28369c6-399a-4e39-af9c-1e13e0adbebc 2018-08-20 10:43:14,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:15,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-56950f39-978f-4eb6-a280-9a85408f1bdd Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:15,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-56950f39-978f-4eb6-a280-9a85408f1bdd 2018-08-20 10:43:15,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:15,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-102d5485-dcaa-40e4-8145-b0a1418e9b0d Date: Mon, 20 Aug 2018 10:43:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:15,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-102d5485-dcaa-40e4-8145-b0a1418e9b0d 2018-08-20 10:43:15,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:15,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e873d003-f0e2-432c-9a07-ffe1e94c0555 Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:15,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-e873d003-f0e2-432c-9a07-ffe1e94c0555 2018-08-20 10:43:15,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:43:15,801 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:43:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:43:15,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:15,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-024de1bc-cc6d-4bb5-8891-f5e559cf2868 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:15,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-024de1bc-cc6d-4bb5-8891-f5e559cf2868 2018-08-20 10:43:15,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:16,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9006701e-b119-4242-972b-3a3c7e7ba8cb Date: Mon, 20 Aug 2018 10:43:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:16,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-9006701e-b119-4242-972b-3a3c7e7ba8cb 2018-08-20 10:43:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:16,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7886f5f5-53e5-4c1f-b0c8-d2724c73d01e Date: Mon, 20 Aug 2018 10:43:16 GMT RESP BODY: {"ports":[]} 2018-08-20 10:43:16,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port&admin_state_up=True used request id req-7886f5f5-53e5-4c1f-b0c8-d2724c73d01e 2018-08-20 10:43:16,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:16,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-ef955849-236c-4aac-9208-d8b746cfaaa6 x-compute-request-id: req-ef955849-236c-4aac-9208-d8b746cfaaa6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:43:16,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst used request id req-ef955849-236c-4aac-9208-d8b746cfaaa6 2018-08-20 10:43:16,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:16,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-0d3e26fb-536d-4c25-be3c-dd54aa465a5f Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:16,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-0d3e26fb-536d-4c25-be3c-dd54aa465a5f 2018-08-20 10:43:16,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:17,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1f14d0e8-aa93-459a-aa5b-cc8dd7e6ad90 Date: Mon, 20 Aug 2018 10:43:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:17,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-1f14d0e8-aa93-459a-aa5b-cc8dd7e6ad90 2018-08-20 10:43:17,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:17,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f8c11da8-98e4-4782-8daf-b0632ee463dd Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:17,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-f8c11da8-98e4-4782-8daf-b0632ee463dd 2018-08-20 10:43:17,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:17,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7b7b46-8bfb-49b2-af7c-550a02278b0d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:17,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-6b7b7b46-8bfb-49b2-af7c-550a02278b0d 2018-08-20 10:43:17,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:17,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-67beb736-2220-4bf1-84fd-6fb516b590c3 Date: Mon, 20 Aug 2018 10:43:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:17,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-67beb736-2220-4bf1-84fd-6fb516b590c3 2018-08-20 10:43:17,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:17,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-66cc874c-2dae-406b-bda2-43d49579b8bc Date: Mon, 20 Aug 2018 10:43:17 GMT RESP BODY: {"ports":[]} 2018-08-20 10:43:17,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port&admin_state_up=True used request id req-66cc874c-2dae-406b-bda2-43d49579b8bc 2018-08-20 10:43:17,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:17,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:18,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fe98b6687a44bc8bf460553d4ec111f", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}], "expires_at": "2018-08-20T11:43:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-user", "id": "8d770ba310334929b9d0ff4fbaec4133"}, "audit_ids": ["6iLEIfMwSxOw0fbdyrbTfQ"], "issued_at": "2018-08-20T10:43:18.000000Z"}} 2018-08-20 10:43:18,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae033bb5c5b1a9fe3393a5100e9ecf7b0a8ee2d1" 2018-08-20 10:43:18,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78caef16-8aac-420c-b53e-6fbf51ac9217 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:18,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-78caef16-8aac-420c-b53e-6fbf51ac9217 2018-08-20 10:43:18,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:18,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-cfd31ce8-c5f5-4f5a-91c1-2f5b3a6476c0 Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:18,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-cfd31ce8-c5f5-4f5a-91c1-2f5b3a6476c0 2018-08-20 10:43:18,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:18,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cb955527-0982-4f31-a803-def905df784c Date: Mon, 20 Aug 2018 10:43:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:18,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-cb955527-0982-4f31-a803-def905df784c 2018-08-20 10:43:18,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:18,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-18aa86c3-888c-4e2e-8b85-bb5cc72eecad Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:18,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-18aa86c3-888c-4e2e-8b85-bb5cc72eecad 2018-08-20 10:43:18,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:43:18,990 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:43:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:43:18,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae033bb5c5b1a9fe3393a5100e9ecf7b0a8ee2d1" 2018-08-20 10:43:19,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9a8849-c94e-44b4-806c-9165b7d04fdb Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:19,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-aa9a8849-c94e-44b4-806c-9165b7d04fdb 2018-08-20 10:43:19,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:19,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b4bffc32-40ca-434c-8cb1-120bc3bc0285 Date: Mon, 20 Aug 2018 10:43:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:19,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-b4bffc32-40ca-434c-8cb1-120bc3bc0285 2018-08-20 10:43:19,234 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net 2018-08-20 10:43:19,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" -d '{"port": {"network_id": "b7a3cc90-8375-4ec0-b708-3e3c2b519dee", "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port", "admin_state_up": true}}' 2018-08-20 10:43:20,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-ddf26d4b-1211-4229-ae1d-cb8c089318c3 Date: Mon, 20 Aug 2018 10:43:20 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:43:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:43:20Z","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ec:18:e8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.33"}],"id":"9ada87b8-7661-4f17-ba01-e82aa4dfa96c","security_groups":["fdcb7e6f-238b-4091-99fe-863b12a77ea3"],"device_id":""}} 2018-08-20 10:43:20,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-ddf26d4b-1211-4229-ae1d-cb8c089318c3 2018-08-20 10:43:20,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:20,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7234ba05-82ac-40d0-bc98-38a2e39e520a Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:20,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-7234ba05-82ac-40d0-bc98-38a2e39e520a 2018-08-20 10:43:20,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:20,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f8a4debb-579a-427a-99b3-3f79d2f544b7 Date: Mon, 20 Aug 2018 10:43:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:20,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-f8a4debb-579a-427a-99b3-3f79d2f544b7 2018-08-20 10:43:20,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7220a595-8c05-4432-a666-0abe7359fcec Date: Mon, 20 Aug 2018 10: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:21,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-7220a595-8c05-4432-a666-0abe7359fcec 2018-08-20 10:43:21,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c5b7d0-e0ea-450b-83c5-078e4c7222da Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:21,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-d4c5b7d0-e0ea-450b-83c5-078e4c7222da 2018-08-20 10:43:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4f271fb0-9bb1-4260-9f46-eae3448dc1cd Date: Mon, 20 Aug 2018 10:43:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:21,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-4f271fb0-9bb1-4260-9f46-eae3448dc1cd 2018-08-20 10:43:21,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-ce30cfbf-840b-413c-8ebf-e05f2405fb9a Date: Mon, 20 Aug 2018 10:43:21 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:20Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ec:18:e8","id":"9ada87b8-7661-4f17-ba01-e82aa4dfa96c","port_security_enabled":true,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.33"}],"extra_dhcp_opts":[],"security_groups":["fdcb7e6f-238b-4091-99fe-863b12a77ea3"],"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port"}]} 2018-08-20 10:43:21,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port&admin_state_up=True used request id req-ce30cfbf-840b-413c-8ebf-e05f2405fb9a 2018-08-20 10:43:21,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b108edaf-dd0b-4236-a530-1381316acc25 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:21,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-b108edaf-dd0b-4236-a530-1381316acc25 2018-08-20 10:43:21,538 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst 2018-08-20 10:43:21,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43: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-f5ef560c-b3ac-4214-a85d-23358e8375ed x-compute-request-id: req-f5ef560c-b3ac-4214-a85d-23358e8375ed Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-flavor-name"}]} 2018-08-20 10:43:21,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f5ef560c-b3ac-4214-a85d-23358e8375ed 2018-08-20 10:43:21,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43: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-363d7b38-995a-4fb2-8757-f009d4b4a4ea x-compute-request-id: req-363d7b38-995a-4fb2-8757-f009d4b4a4ea Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "c1d30946-5850-41f0-904e-9abfad2cd9e4"}} 2018-08-20 10:43:21,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4 used request id req-363d7b38-995a-4fb2-8757-f009d4b4a4ea 2018-08-20 10:43:21,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-9eb54eae-abe5-45c5-9e22-e70f0de18645 Date: Mon, 20 Aug 2018 10:43:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:43:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:43:09Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/snap", "metadata": {}}], "self": "/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "min_disk": 0, "protected": false, "id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "file": "/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cc15d9e9edd14458946c8e2801628838", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image"} 2018-08-20 10:43:21,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image used request id req-9eb54eae-abe5-45c5-9e22-e70f0de18645 2018-08-20 10:43:21,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:21,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-14da2aa0-af7f-4133-8ae6-b4468786cec5 Date: Mon, 20 Aug 2018 10:43: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:43:21,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-14da2aa0-af7f-4133-8ae6-b4468786cec5 2018-08-20 10:43:21,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" -d '{"server": {"name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "imageRef": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "flavorRef": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "max_count": 1, "min_count": 1, "networks": [{"port": "9ada87b8-7661-4f17-ba01-e82aa4dfa96c"}]}}' 2018-08-20 10:43:24,073 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:43: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-eb4ff57e-8321-4bc6-8be2-def80edc9516 x-compute-request-id: req-eb4ff57e-8321-4bc6-8be2-def80edc9516 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "adminPass": "jp6pVZJgxW5X"}} 2018-08-20 10:43:24,073 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-eb4ff57e-8321-4bc6-8be2-def80edc9516 2018-08-20 10:43:24,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:24,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77bc6fa0-067a-4cc4-b16e-4aa69648b510 x-compute-request-id: req-77bc6fa0-067a-4cc4-b16e-4aa69648b510 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.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:43:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:24,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-77bc6fa0-067a-4cc4-b16e-4aa69648b510 2018-08-20 10:43:24,329 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst 2018-08-20 10:43:24,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:24,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9044cc91-e732-445a-a6e4-eb660aa6eb71 x-compute-request-id: req-9044cc91-e732-445a-a6e4-eb660aa6eb71 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.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:43:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:24,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-9044cc91-e732-445a-a6e4-eb660aa6eb71 2018-08-20 10:43:24,748 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst] is - BUILD 2018-08-20 10:43:24,748 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:43:27,751 - create_instance - DEBUG - VM status query timeout in 896.578331947 2018-08-20 10:43:27,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:28,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56c9c481-50ae-426b-a26e-5e330ed15536 x-compute-request-id: req-56c9c481-50ae-426b-a26e-5e330ed15536 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.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:43:25Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:28,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-56c9c481-50ae-426b-a26e-5e330ed15536 2018-08-20 10:43:28,546 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst] is - BUILD 2018-08-20 10:43:28,546 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:43:31,549 - create_instance - DEBUG - VM status query timeout in 892.779866934 2018-08-20 10:43:31,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:32,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faaae5d5-328e-44fc-b01a-b08625051b4d x-compute-request-id: req-faaae5d5-328e-44fc-b01a-b08625051b4d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:32,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-faaae5d5-328e-44fc-b01a-b08625051b4d 2018-08-20 10:43:32,239 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst] is - ACTIVE 2018-08-20 10:43:32,239 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:43:32,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:33,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-f6b7a7ed-fa6d-45d4-983a-0d6976911563 x-compute-request-id: req-f6b7a7ed-fa6d-45d4-983a-0d6976911563 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:33,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-f6b7a7ed-fa6d-45d4-983a-0d6976911563 2018-08-20 10:43:33,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:33,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7f3cb5a2-42bf-4edb-8d51-15c66b896ccb Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:33,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-7f3cb5a2-42bf-4edb-8d51-15c66b896ccb 2018-08-20 10:43:33,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:33,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2825cade-1ab9-459d-80f8-121483b6b644 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:33,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-2825cade-1ab9-459d-80f8-121483b6b644 2018-08-20 10:43:33,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:33,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d32ac512-9b15-4f31-9a8c-097a30b5a2f0 Date: Mon, 20 Aug 2018 10:43:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:33,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-d32ac512-9b15-4f31-9a8c-097a30b5a2f0 2018-08-20 10:43:33,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:33,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-436481ba-6fb0-492e-be09-38017c5d62cd Date: Mon, 20 Aug 2018 10:43:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:79:05:c1","id":"4d11590d-b351-4c72-b402-9aad6edf4645","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:29Z","binding:vnic_type":"normal","device_id":"4d74adab-c5d4-4779-a184-02d806cb0d2e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ec:18:e8","id":"9ada87b8-7661-4f17-ba01-e82aa4dfa96c","port_security_enabled":true,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.33"}],"extra_dhcp_opts":[],"security_groups":["fdcb7e6f-238b-4091-99fe-863b12a77ea3"],"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fc:c8:ba","id":"b4cfb67c-2924-4659-8390-325f71e8c3b6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:28:c3:80","id":"d2a7977b-2071-4ee7-8888-ef0cafab90d6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:43:33,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-436481ba-6fb0-492e-be09-38017c5d62cd 2018-08-20 10:43:33,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:43:33,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:34,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fe98b6687a44bc8bf460553d4ec111f", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}], "expires_at": "2018-08-20T11:43:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-user", "id": "8d770ba310334929b9d0ff4fbaec4133"}, "audit_ids": ["HbudHWg5Tx2VpiyCMwdXzQ"], "issued_at": "2018-08-20T10:43:34.000000Z"}} 2018-08-20 10:43:34,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:34,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4381b921-735a-427a-92eb-99d6117cd810 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:43:34,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4381b921-735a-427a-92eb-99d6117cd810 2018-08-20 10:43:34,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:43:34,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:43:34,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:43:34,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:43:34,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:43:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:34,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-67d8be78-d54c-4c5e-880b-9ab471e95adb Date: Mon, 20 Aug 2018 10:43:34 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:43:34,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name&description=hello+group used request id req-67d8be78-d54c-4c5e-880b-9ab471e95adb 2018-08-20 10:43:34,487 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name... 2018-08-20 10:43:34,487 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name 2018-08-20 10:43:34,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" -d '{"security_group": {"name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name", "description": "hello group"}}' 2018-08-20 10:43:34,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6c45543c-e70e-4355-9a3d-0918a5393005 Date: Mon, 20 Aug 2018 10:43:34 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "updated_at": "2018-08-20T10:43:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "revision_number": 0, "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc15d9e9edd14458946c8e2801628838"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "revision_number": 0, "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc15d9e9edd14458946c8e2801628838"}], "revision_number": 2, "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "42380276-5872-43dc-873e-564e986ae732", "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name"}} 2018-08-20 10:43:34,963 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-6c45543c-e70e-4355-9a3d-0918a5393005 2018-08-20 10:43:34,963 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 42380276-5872-43dc-873e-564e986ae732 2018-08-20 10:43:34,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:35,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fb206729-8753-46bc-8578-dc9b301f02a3 Date: Mon, 20 Aug 2018 10:43: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-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad"}]} 2018-08-20 10:43:35,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 used request id req-fb206729-8753-46bc-8578-dc9b301f02a3 2018-08-20 10:43:35,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 42380276-5872-43dc-873e-564e986ae732 2018-08-20 10:43:35,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:35,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bc7a49c1-b4f9-44bb-b463-d00266b962dd Date: Mon, 20 Aug 2018 10:43: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-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad"}]} 2018-08-20 10:43:35,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 used request id req-bc7a49c1-b4f9-44bb-b463-d00266b962dd 2018-08-20 10:43:35,362 - neutron_utils - INFO - Retrieving security group with ID - 42380276-5872-43dc-873e-564e986ae732 2018-08-20 10:43:35,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:35,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-dc237161-95dc-4d66-885c-c1155b7af0f9 Date: Mon, 20 Aug 2018 10:43:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "updated_at": "2018-08-20T10:43:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "revision_number": 0, "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc15d9e9edd14458946c8e2801628838"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "revision_number": 0, "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc15d9e9edd14458946c8e2801628838"}], "revision_number": 2, "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "42380276-5872-43dc-873e-564e986ae732", "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name"}]} 2018-08-20 10:43:35,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=42380276-5872-43dc-873e-564e986ae732 used request id req-dc237161-95dc-4d66-885c-c1155b7af0f9 2018-08-20 10:43:35,581 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 42380276-5872-43dc-873e-564e986ae732 2018-08-20 10:43:35,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:35,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e46593f5-6823-4a59-8110-bceb4431ad60 Date: Mon, 20 Aug 2018 10:43: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-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad"}]} 2018-08-20 10:43:35,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 used request id req-e46593f5-6823-4a59-8110-bceb4431ad60 2018-08-20 10:43:35,770 - neutron_utils - INFO - Retrieving security group with ID - 42380276-5872-43dc-873e-564e986ae732 2018-08-20 10:43:35,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:35,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-5c7df0ed-55b1-4e91-a88c-b4c71f8ab5a8 Date: Mon, 20 Aug 2018 10:43:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "updated_at": "2018-08-20T10:43:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "revision_number": 0, "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc15d9e9edd14458946c8e2801628838"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "revision_number": 0, "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc15d9e9edd14458946c8e2801628838"}], "revision_number": 2, "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "42380276-5872-43dc-873e-564e986ae732", "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name"}]} 2018-08-20 10:43:35,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=42380276-5872-43dc-873e-564e986ae732 used request id req-5c7df0ed-55b1-4e91-a88c-b4c71f8ab5a8 2018-08-20 10:43:35,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 42380276-5872-43dc-873e-564e986ae732 2018-08-20 10:43:35,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:35,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9eb25bff-9f46-436f-bb64-0d3f9b98e65f Date: Mon, 20 Aug 2018 10:43: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-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad"}]} 2018-08-20 10:43:35,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 used request id req-9eb25bff-9f46-436f-bb64-0d3f9b98e65f 2018-08-20 10:43:35,857 - neutron_utils - INFO - Retrieving security group with ID - 42380276-5872-43dc-873e-564e986ae732 2018-08-20 10:43:35,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:36,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ab2c9958-3239-4dd3-b9b8-7d251aee6773 Date: Mon, 20 Aug 2018 10:43:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "updated_at": "2018-08-20T10:43:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "revision_number": 0, "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc15d9e9edd14458946c8e2801628838"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "revision_number": 0, "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc15d9e9edd14458946c8e2801628838"}], "revision_number": 2, "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "42380276-5872-43dc-873e-564e986ae732", "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name"}]} 2018-08-20 10:43:36,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=42380276-5872-43dc-873e-564e986ae732 used request id req-ab2c9958-3239-4dd3-b9b8-7d251aee6773 2018-08-20 10:43:36,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 42380276-5872-43dc-873e-564e986ae732 2018-08-20 10:43:36,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:36,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c4d9826d-c942-4aed-81bc-5468a48579d4 Date: Mon, 20 Aug 2018 10:43:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:34Z", "security_group_id": "42380276-5872-43dc-873e-564e986ae732", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:34Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "4eac172c-1116-4fc7-80f5-fc0cd265f1ad"}]} 2018-08-20 10:43:36,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=42380276-5872-43dc-873e-564e986ae732 used request id req-c4d9826d-c942-4aed-81bc-5468a48579d4 2018-08-20 10:43:36,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:36,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-6ccd93aa-9775-4f18-9731-8f0eaeea79ca x-compute-request-id: req-6ccd93aa-9775-4f18-9731-8f0eaeea79ca Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:36,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-6ccd93aa-9775-4f18-9731-8f0eaeea79ca 2018-08-20 10:43:36,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:37,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-b498b2cc-56d6-416d-8807-cdc2d341d42f Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:37,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-b498b2cc-56d6-416d-8807-cdc2d341d42f 2018-08-20 10:43:37,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:37,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd46ec75-718f-46c0-9a47-c798d8366ef0 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:37,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-cd46ec75-718f-46c0-9a47-c798d8366ef0 2018-08-20 10:43:37,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:37,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-96a12930-7419-4ef7-8003-06459a2cbe7d Date: Mon, 20 Aug 2018 10:43:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:37,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-96a12930-7419-4ef7-8003-06459a2cbe7d 2018-08-20 10:43:37,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:37,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-1cc1e71e-c551-4f98-b04f-a283131a318f Date: Mon, 20 Aug 2018 10:43:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:79:05:c1","id":"4d11590d-b351-4c72-b402-9aad6edf4645","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:29Z","binding:vnic_type":"normal","device_id":"4d74adab-c5d4-4779-a184-02d806cb0d2e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ec:18:e8","id":"9ada87b8-7661-4f17-ba01-e82aa4dfa96c","port_security_enabled":true,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.33"}],"extra_dhcp_opts":[],"security_groups":["fdcb7e6f-238b-4091-99fe-863b12a77ea3"],"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fc:c8:ba","id":"b4cfb67c-2924-4659-8390-325f71e8c3b6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:28:c3:80","id":"d2a7977b-2071-4ee7-8888-ef0cafab90d6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:43:37,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-1cc1e71e-c551-4f98-b04f-a283131a318f 2018-08-20 10:43:37,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:43:37,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fe98b6687a44bc8bf460553d4ec111f", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role"}], "expires_at": "2018-08-20T11:43:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/cc15d9e9edd14458946c8e2801628838", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-user", "id": "8d770ba310334929b9d0ff4fbaec4133"}, "audit_ids": ["evKYgoR4Rh6wUvb3OtSFjg"], "issued_at": "2018-08-20T10:43:37.000000Z"}} 2018-08-20 10:43:37,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01923b795eb0af4114dbf7199dff91f7901e4e95" 2018-08-20 10:43:38,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-5cbe4669-739b-4c7f-9a82-f86da7a989a7 x-compute-request-id: req-5cbe4669-739b-4c7f-9a82-f86da7a989a7 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:38,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-5cbe4669-739b-4c7f-9a82-f86da7a989a7 2018-08-20 10:43:38,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:40,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ed6b521-1fd1-4386-aa52-9394d2a2069e x-compute-request-id: req-5ed6b521-1fd1-4386-aa52-9394d2a2069e Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:40,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-5ed6b521-1fd1-4386-aa52-9394d2a2069e 2018-08-20 10:43:40,023 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst] is - ACTIVE 2018-08-20 10:43:40,023 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:43:40,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:40,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dac74cf-89fc-44c3-adb9-c25ab348306b x-compute-request-id: req-6dac74cf-89fc-44c3-adb9-c25ab348306b Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:40,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-6dac74cf-89fc-44c3-adb9-c25ab348306b 2018-08-20 10:43:40,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:40,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-3f31dd0a-d241-4349-8a08-2e601b5f713b Date: Mon, 20 Aug 2018 10:43: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":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:40,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-3f31dd0a-d241-4349-8a08-2e601b5f713b 2018-08-20 10:43:40,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:40,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fec47b1-fb88-49bf-ab96-44e92a5f894c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:40,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-4fec47b1-fb88-49bf-ab96-44e92a5f894c 2018-08-20 10:43:40,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:40,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ba08df9e-ba28-40b3-99d3-b15a97004955 Date: Mon, 20 Aug 2018 10:43:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:40,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-ba08df9e-ba28-40b3-99d3-b15a97004955 2018-08-20 10:43:40,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:40,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-43d069d6-ee12-4b24-9c67-c643d06bb41c Date: Mon, 20 Aug 2018 10:43:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:79:05:c1","id":"4d11590d-b351-4c72-b402-9aad6edf4645","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:29Z","binding:vnic_type":"normal","device_id":"4d74adab-c5d4-4779-a184-02d806cb0d2e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ec:18:e8","id":"9ada87b8-7661-4f17-ba01-e82aa4dfa96c","port_security_enabled":true,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.33"}],"extra_dhcp_opts":[],"security_groups":["fdcb7e6f-238b-4091-99fe-863b12a77ea3"],"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fc:c8:ba","id":"b4cfb67c-2924-4659-8390-325f71e8c3b6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:28:c3:80","id":"d2a7977b-2071-4ee7-8888-ef0cafab90d6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:43:40,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-43d069d6-ee12-4b24-9c67-c643d06bb41c 2018-08-20 10:43:40,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:41,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92628784-5af1-49bb-a517-e2dd52b42a08 x-compute-request-id: req-92628784-5af1-49bb-a517-e2dd52b42a08 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:41,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-92628784-5af1-49bb-a517-e2dd52b42a08 2018-08-20 10:43:41,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:41,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-cb1d48be-2221-4404-aed6-12283137917a Date: Mon, 20 Aug 2018 10:43:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:41,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-cb1d48be-2221-4404-aed6-12283137917a 2018-08-20 10:43:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:41,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cb1e9cb-3697-4bcd-9f37-7961ad0d5f80 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:41,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-8cb1e9cb-3697-4bcd-9f37-7961ad0d5f80 2018-08-20 10:43:41,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:41,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3a8124ce-e357-4cb7-9b8d-f80bc78842bc Date: Mon, 20 Aug 2018 10:43:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:41,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-3a8124ce-e357-4cb7-9b8d-f80bc78842bc 2018-08-20 10:43:41,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:41,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3029 X-Openstack-Request-Id: req-49730732-ca71-40a2-9c84-a966341c9791 Date: Mon, 20 Aug 2018 10:43:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:79:05:c1","id":"4d11590d-b351-4c72-b402-9aad6edf4645","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:29Z","binding:vnic_type":"normal","device_id":"4d74adab-c5d4-4779-a184-02d806cb0d2e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ec:18:e8","id":"9ada87b8-7661-4f17-ba01-e82aa4dfa96c","port_security_enabled":true,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.33"}],"extra_dhcp_opts":[],"security_groups":["fdcb7e6f-238b-4091-99fe-863b12a77ea3"],"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fc:c8:ba","id":"b4cfb67c-2924-4659-8390-325f71e8c3b6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:28:c3:80","id":"d2a7977b-2071-4ee7-8888-ef0cafab90d6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:43:41,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-49730732-ca71-40a2-9c84-a966341c9791 2018-08-20 10:43:41,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name"}}' 2018-08-20 10:43:42,891 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-58627f6c-ed47-407f-9d50-d8f0a67cbce4 x-compute-request-id: req-58627f6c-ed47-407f-9d50-d8f0a67cbce4 Content-Length: 0 Content-Type: application/json 2018-08-20 10:43:42,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e/action used request id req-58627f6c-ed47-407f-9d50-d8f0a67cbce4 2018-08-20 10:43:42,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:43,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5799a0d-eab8-4260-a98c-709727c784b7 x-compute-request-id: req-b5799a0d-eab8-4260-a98c-709727c784b7 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name"}, {"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:43,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-b5799a0d-eab8-4260-a98c-709727c784b7 2018-08-20 10:43:43,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:43,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e80e9f73-7a2a-4b3a-89b2-4ba5179935c9 Date: Mon, 20 Aug 2018 10:43:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22"],"updated_at":"2018-08-20T10:43:12Z","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cc15d9e9edd14458946c8e2801628838","id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net"}]} 2018-08-20 10:43:43,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net used request id req-e80e9f73-7a2a-4b3a-89b2-4ba5179935c9 2018-08-20 10:43:43,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:43,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b8ea72-c212-4871-803b-2512d99804cb Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:43,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-53b8ea72-c212-4871-803b-2512d99804cb 2018-08-20 10:43:43,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:43,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-45652138-78ec-4a6c-982a-ba57c994e35f Date: Mon, 20 Aug 2018 10:43:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:12Z","dns_nameservers":[],"updated_at":"2018-08-20T10:43: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":"cc15d9e9edd14458946c8e2801628838","id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet"}]} 2018-08-20 10:43:43,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-45652138-78ec-4a6c-982a-ba57c994e35f 2018-08-20 10:43:43,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:43,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3068 X-Openstack-Request-Id: req-3b73b531-6413-4aa3-88df-ac8631615352 Date: Mon, 20 Aug 2018 10:43:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:79:05:c1","id":"4d11590d-b351-4c72-b402-9aad6edf4645","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:19Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:42Z","binding:vnic_type":"normal","device_id":"4d74adab-c5d4-4779-a184-02d806cb0d2e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:ec:18:e8","id":"9ada87b8-7661-4f17-ba01-e82aa4dfa96c","port_security_enabled":true,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.33"}],"extra_dhcp_opts":[],"security_groups":["42380276-5872-43dc-873e-564e986ae732","fdcb7e6f-238b-4091-99fe-863b12a77ea3"],"name":"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fc:c8:ba","id":"b4cfb67c-2924-4659-8390-325f71e8c3b6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7a3cc90-8375-4ec0-b708-3e3c2b519dee","tenant_id":"cc15d9e9edd14458946c8e2801628838","created_at":"2018-08-20T10:43:14Z","admin_state_up":true,"updated_at":"2018-08-20T10:43:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b7a3cc90-8375-4ec0-b708-3e3c2b519dee","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:28:c3:80","id":"d2a7977b-2071-4ee7-8888-ef0cafab90d6","port_security_enabled":false,"project_id":"cc15d9e9edd14458946c8e2801628838","fixed_ips":[{"subnet_id":"cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:43:43,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-3b73b531-6413-4aa3-88df-ac8631615352 2018-08-20 10:43:43,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01923b795eb0af4114dbf7199dff91f7901e4e95" 2018-08-20 10:43:44,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23210bd2-98ff-422f-ac42-89d9c5990041 x-compute-request-id: req-23210bd2-98ff-422f-ac42-89d9c5990041 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:18:e8", "version": 4, "addr": "10.55.0.33", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "security_groups": [{"name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name"}, {"name": "default"}], "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:30Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:44,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-23210bd2-98ff-422f-ac42-89d9c5990041 2018-08-20 10:43:44,691 - create_instance - INFO - Deleting Port with ID - 9ada87b8-7661-4f17-ba01-e82aa4dfa96c 2018-08-20 10:43:44,691 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-port 2018-08-20 10:43:44,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/9ada87b8-7661-4f17-ba01-e82aa4dfa96c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:45,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-842a0085-beda-4bd0-a862-23340219bb1c Date: Mon, 20 Aug 2018 10:43:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:43:45,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/9ada87b8-7661-4f17-ba01-e82aa4dfa96c used request id req-842a0085-beda-4bd0-a862-23340219bb1c 2018-08-20 10:43:45,292 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst 2018-08-20 10:43:45,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:45,504 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-88ef2acb-ffce-42be-9cc2-18339a6b5932 x-compute-request-id: req-88ef2acb-ffce-42be-9cc2-18339a6b5932 Content-Type: application/json 2018-08-20 10:43:45,505 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-88ef2acb-ffce-42be-9cc2-18339a6b5932 2018-08-20 10:43:45,505 - create_instance - INFO - Checking deletion status 2018-08-20 10:43:45,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:45,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-de05ff1c-2efd-4cb5-aa4c-f767e8762b1f x-compute-request-id: req-de05ff1c-2efd-4cb5-aa4c-f767e8762b1f 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.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:45Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:45,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-de05ff1c-2efd-4cb5-aa4c-f767e8762b1f 2018-08-20 10:43:45,602 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst] is - ACTIVE 2018-08-20 10:43:45,602 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:43:48,605 - create_instance - DEBUG - VM status query timeout in 296.89972496 2018-08-20 10:43:48,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:48,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-f6c1bd08-519a-4cb6-a7b6-4bd1009ff41a x-compute-request-id: req-f6c1bd08-519a-4cb6-a7b6-4bd1009ff41a 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.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e", "rel": "bookmark"}], "image": {"id": "10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "links": [{"href": "http://172.30.9.36:8774/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:43:30.000000", "flavor": {"id": "c1d30946-5850-41f0-904e-9abfad2cd9e4", "links": [{"href": "http://172.30.9.36:8774/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4", "rel": "bookmark"}]}, "id": "4d74adab-c5d4-4779-a184-02d806cb0d2e", "user_id": "8d770ba310334929b9d0ff4fbaec4133", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:43:45Z", "hostId": "32ab5c029bde8b37356896a917574a149ee26a67b75050eb0ac0c066", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst", "created": "2018-08-20T10:43:23Z", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:43:48,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-f6c1bd08-519a-4cb6-a7b6-4bd1009ff41a 2018-08-20 10:43:48,865 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst] is - ACTIVE 2018-08-20 10:43:48,865 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:43:51,869 - create_instance - DEBUG - VM status query timeout in 293.636540174 2018-08-20 10:43:51,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae808bf0f98901d7ee5b553c8a8a224942af0567" 2018-08-20 10:43:52,109 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08aef2c3-ffa4-499f-b994-3a03f3a6ca3a x-compute-request-id: req-08aef2c3-ffa4-499f-b994-3a03f3a6ca3a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4d74adab-c5d4-4779-a184-02d806cb0d2e could not be found.", "code": 404}} 2018-08-20 10:43:52,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4d74adab-c5d4-4779-a184-02d806cb0d2e used request id req-08aef2c3-ffa4-499f-b994-3a03f3a6ca3a 2018-08-20 10:43:52,109 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4d74adab-c5d4-4779-a184-02d806cb0d2e could not be found. (HTTP 404) (Request-ID: req-08aef2c3-ffa4-499f-b994-3a03f3a6ca3a) 2018-08-20 10:43:52,110 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-inst 2018-08-20 10:43:52,111 - neutron_utils - INFO - Deleting security group rule with ID - 4eac172c-1116-4fc7-80f5-fc0cd265f1ad 2018-08-20 10:43:52,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/4eac172c-1116-4fc7-80f5-fc0cd265f1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:52,213 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-74f355ec-3d69-4be6-9f59-b5d727ff6c85 Content-Length: 0 Date: Mon, 20 Aug 2018 10:43:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:43:52,213 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/4eac172c-1116-4fc7-80f5-fc0cd265f1ad used request id req-74f355ec-3d69-4be6-9f59-b5d727ff6c85 2018-08-20 10:43:52,213 - neutron_utils - INFO - Deleting security group rule with ID - 3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1 2018-08-20 10:43:52,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:52,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3459f312-61ff-4712-8a9e-b8f148778195 Content-Length: 0 Date: Mon, 20 Aug 2018 10:43:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:43:52,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/3a7e4677-dc2d-4fd3-9c65-4e8c103e1bc1 used request id req-3459f312-61ff-4712-8a9e-b8f148778195 2018-08-20 10:43:52,374 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-name 2018-08-20 10:43:52,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/42380276-5872-43dc-873e-564e986ae732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9e71097641c95e8ef79883b0f30f682f5592e05" 2018-08-20 10:43:52,675 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67b5df5f-94f2-4678-b590-85a8c1cff707 Content-Length: 0 Date: Mon, 20 Aug 2018 10:43:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:43:52,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/42380276-5872-43dc-873e-564e986ae732 used request id req-67b5df5f-94f2-4678-b590-85a8c1cff707 2018-08-20 10:43:52,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f8de21c40e392e7de509af6bcb8f3676f9e79d" 2018-08-20 10:43:52,734 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:43:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-adfdeab7-550c-4949-a27d-a0841e8792fb x-compute-request-id: req-adfdeab7-550c-4949-a27d-a0841e8792fb Content-Length: 0 Content-Type: application/json 2018-08-20 10:43:52,734 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/c1d30946-5850-41f0-904e-9abfad2cd9e4 used request id req-adfdeab7-550c-4949-a27d-a0841e8792fb 2018-08-20 10:43:52,735 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet 2018-08-20 10:43:52,735 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-subnet 2018-08-20 10:43:52,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" 2018-08-20 10:43:55,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49a56786-468f-40c2-8346-595339809125 Date: Mon, 20 Aug 2018 10:43:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:43:55,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/cd09d5a5-ab1c-4940-a4d0-ff0dd41fba22 used request id req-49a56786-468f-40c2-8346-595339809125 2018-08-20 10:43:55,464 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-pub-net 2018-08-20 10:43:55,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/b7a3cc90-8375-4ec0-b708-3e3c2b519dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c5534ddd018053bf65284b049c36daf807f1e0" 2018-08-20 10:43:57,254 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-10ef953d-3965-427f-b1b6-af143cbf9fe1 Date: Mon, 20 Aug 2018 10:43:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:43:57,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/b7a3cc90-8375-4ec0-b708-3e3c2b519dee used request id req-10ef953d-3965-427f-b1b6-af143cbf9fe1 2018-08-20 10:43:57,255 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-3e409188-ae46-4b59-963f-172cb5a3a763-image 2018-08-20 10:43:57,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e295b3849a9ab860158d8dbac7bb3893ab4ac2" 2018-08-20 10:43:57,778 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6aa032d-85a5-47c8-9c51-b691037f0ede Date: Mon, 20 Aug 2018 10:43:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:43:57,778 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/10d91027-afd2-4c09-b3de-e3ca7ac0d52c used request id req-e6aa032d-85a5-47c8-9c51-b691037f0ede 2018-08-20 10:43:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:43:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:43:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:43:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:43:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:43:57,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-ab0f827d-4303-4fb3-b33f-8eee9a7a6bf1 Date: Mon, 20 Aug 2018 10:43:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:11Z", "updated_at": "2018-08-20T10:43:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:11Z", "revision_number": 0, "id": "3aaa32da-1a06-46b6-a4de-c727d114d3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:11Z", "security_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc15d9e9edd14458946c8e2801628838"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:11Z", "revision_number": 0, "id": "a9373785-356f-44e1-9166-06a7b865e08d", "remote_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:11Z", "security_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc15d9e9edd14458946c8e2801628838"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:11Z", "revision_number": 0, "id": "b6dd2097-3621-4a8b-9a96-1325a3a13d14", "remote_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:11Z", "security_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc15d9e9edd14458946c8e2801628838"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:43:11Z", "revision_number": 0, "id": "de2b3387-d7f5-44c4-8819-776afe79eb70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:43:11Z", "security_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "tenant_id": "cc15d9e9edd14458946c8e2801628838", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc15d9e9edd14458946c8e2801628838"}], "revision_number": 4, "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:43:58,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-ab0f827d-4303-4fb3-b33f-8eee9a7a6bf1 2018-08-20 10:43:58,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,155 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5038c229-646a-42a4-9664-5f249756320f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-5038c229-646a-42a4-9664-5f249756320f 2018-08-20 10:43:58,155 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,251 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69d41486-af97-4e91-b992-b6979b90b573 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-69d41486-af97-4e91-b992-b6979b90b573 2018-08-20 10:43:58,251 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,338 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-237615df-141b-4485-9da0-31e0fd2c86bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-237615df-141b-4485-9da0-31e0fd2c86bf 2018-08-20 10:43:58,339 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,443 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e3accdf-7057-4055-baa8-d37a3dde9f27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-5e3accdf-7057-4055-baa8-d37a3dde9f27 2018-08-20 10:43:58,443 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,540 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05275b90-bd2b-4465-9d04-1a319fb6720f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-05275b90-bd2b-4465-9d04-1a319fb6720f 2018-08-20 10:43:58,540 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,630 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70535e62-ac7d-4d4a-b7c7-b6b608bf27af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-70535e62-ac7d-4d4a-b7c7-b6b608bf27af 2018-08-20 10:43:58,630 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,726 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1847feaf-e436-4c03-a8bb-bb2e95bee985 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-1847feaf-e436-4c03-a8bb-bb2e95bee985 2018-08-20 10:43:58,727 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,823 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67fac8bc-563d-47fa-bf6d-37715ec5e90d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-67fac8bc-563d-47fa-bf6d-37715ec5e90d 2018-08-20 10:43:58,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:58,916 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef8cb6da-1476-45d0-b822-fed61b2b39e7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:58,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-ef8cb6da-1476-45d0-b822-fed61b2b39e7 2018-08-20 10:43:58,916 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:58,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed71e25c-fd7f-4a5b-9017-8d39101f70bf Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:43:59,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-ed71e25c-fd7f-4a5b-9017-8d39101f70bf 2018-08-20 10:43:59,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,104 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfd59d06-0926-47a2-8571-4528dcfaad96 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:59,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-dfd59d06-0926-47a2-8571-4528dcfaad96 2018-08-20 10:43:59,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:59,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,202 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-424c2d95-0fd3-47e7-bbf4-7d2a30269d24 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:59,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-424c2d95-0fd3-47e7-bbf4-7d2a30269d24 2018-08-20 10:43:59,202 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:59,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,294 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87a37d83-491c-4833-97ff-18229ae952ce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:59,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-87a37d83-491c-4833-97ff-18229ae952ce 2018-08-20 10:43:59,294 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:59,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,394 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a578797-1ad7-4bae-b404-3da460a35737 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:59,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-2a578797-1ad7-4bae-b404-3da460a35737 2018-08-20 10:43:59,394 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:59,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e9d779a-985e-430d-849d-6bc1eaab7a73 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:43:59,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-5e9d779a-985e-430d-849d-6bc1eaab7a73 2018-08-20 10:43:59,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,581 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1517191-10db-445c-8f22-665cb3831182 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:59,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-f1517191-10db-445c-8f22-665cb3831182 2018-08-20 10:43:59,581 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:59,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,680 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:43:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36ee485c-aad3-4629-9332-3d9bde6ffb01 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:43:59,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-36ee485c-aad3-4629-9332-3d9bde6ffb01 2018-08-20 10:43:59,680 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:43:59,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40def763-630a-4b27-9e72-c3d3724a8fc7 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "cc15d9e9edd14458946c8e2801628838", "name": "InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj"}} 2018-08-20 10:43:59,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-40def763-630a-4b27-9e72-c3d3724a8fc7 2018-08-20 10:43:59,772 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fdcb7e6f-238b-4091-99fe-863b12a77ea3 2018-08-20 10:43:59,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fdcb7e6f-238b-4091-99fe-863b12a77ea3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:43:59,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1c532eee-539e-45e7-b63b-39abb3b5cab6 Date: Mon, 20 Aug 2018 10:43:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:11Z", "security_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:11Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "3aaa32da-1a06-46b6-a4de-c727d114d3ef"}, {"remote_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:11Z", "security_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:11Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "a9373785-356f-44e1-9166-06a7b865e08d"}, {"remote_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:11Z", "security_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:11Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "b6dd2097-3621-4a8b-9a96-1325a3a13d14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:43:11Z", "security_group_id": "fdcb7e6f-238b-4091-99fe-863b12a77ea3", "port_range_min": null, "revision_number": 0, "tenant_id": "cc15d9e9edd14458946c8e2801628838", "created_at": "2018-08-20T10:43:11Z", "project_id": "cc15d9e9edd14458946c8e2801628838", "id": "de2b3387-d7f5-44c4-8819-776afe79eb70"}]} 2018-08-20 10:43:59,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=fdcb7e6f-238b-4091-99fe-863b12a77ea3 used request id req-1c532eee-539e-45e7-b63b-39abb3b5cab6 2018-08-20 10:43:59,976 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:43:59,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/fdcb7e6f-238b-4091-99fe-863b12a77ea3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:44:00,355 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4eacf58-fd17-4ba1-bd8f-b0d0a194a5d7 Content-Length: 0 Date: Mon, 20 Aug 2018 10:44:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:44:00,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/fdcb7e6f-238b-4091-99fe-863b12a77ea3 used request id req-c4eacf58-fd17-4ba1-bd8f-b0d0a194a5d7 2018-08-20 10:44:00,356 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj 2018-08-20 10:44:00,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:44:00,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c4f33b9-7cc7-463c-b9f5-cf601cbb61fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:44:00,699 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/cc15d9e9edd14458946c8e2801628838 used request id req-7c4f33b9-7cc7-463c-b9f5-cf601cbb61fe 2018-08-20 10:44:00,699 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-ed602ac4-51d4-44b-proj-role 2018-08-20 10:44:00,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/2fe98b6687a44bc8bf460553d4ec111f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:44:00,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-135804e6-37ae-44da-92af-b04a90d75f78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:44:00,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2fe98b6687a44bc8bf460553d4ec111f used request id req-135804e6-37ae-44da-92af-b04a90d75f78 2018-08-20 10:44:00,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}212fe238afbac2aabf055c5ac0f6fdcb49de7b14" 2018-08-20 10:44:00,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d074e16-77cd-4044-a59e-fb182db81eca Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:44:00,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9d074e16-77cd-4044-a59e-fb182db81eca 2018-08-20 10:44:00,912 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-ed602ac4-51d4-44b-user 2018-08-20 10:44:00,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/8d770ba310334929b9d0ff4fbaec4133 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dd9047d73b4f0ed415f5536a7edd078cddaf32c" 2018-08-20 10:44:01,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43d1d5d6-8346-428b-84ba-854150b830e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:44:01,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/8d770ba310334929b9d0ff4fbaec4133 used request id req-43d1d5d6-8346-428b-84ba-854150b830e3 2018-08-20 10:44:01,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:01,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:44:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mJwcFqSJRWqJODD0-IeyNg"], "issued_at": "2018-08-20T10:44:01.000000Z"}} 2018-08-20 10:44:01,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00cb7883421b709c447be9eee31467a290eb4c1f" 2018-08-20 10:44:01,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10016e4e-6200-4797-b929-c7796651c6b7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:01,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-10016e4e-6200-4797-b929-c7796651c6b7 2018-08-20 10:44:01,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:01,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:01,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:44:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["PHLK4j8VTOaRlGbn7VsSUQ"], "issued_at": "2018-08-20T10:44:01.000000Z"}} 2018-08-20 10:44:01,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:02,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fda03f1-0242-486e-9226-7ad7e4e86c8a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:02,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8fda03f1-0242-486e-9226-7ad7e4e86c8a 2018-08-20 10:44:02,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:44:02,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:44:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:44:02,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:02,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-221c73a7-1b11-4b94-a046-c553dabc3147 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:44:02,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj used request id req-221c73a7-1b11-4b94-a046-c553dabc3147 2018-08-20 10:44:02,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:02,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33ce6aca-d42a-474c-a5c5-a6f842171057 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:44:02,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-33ce6aca-d42a-474c-a5c5-a6f842171057 2018-08-20 10:44:02,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}}' 2018-08-20 10:44:02,412 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:44:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51f3137b-e418-4a43-8717-ce42f98b3a0b Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:02,412 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-51f3137b-e418-4a43-8717-ce42f98b3a0b 2018-08-20 10:44:02,413 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj 2018-08-20 10:44:02,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:02,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:02,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:44:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mR6rOq-_TR-RmqDfJCuIbA"], "issued_at": "2018-08-20T10:44:02.000000Z"}} 2018-08-20 10:44:02,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04f4a2ed80e18f29fcdd018c45fa83a9bdec6ed" 2018-08-20 10:44:02,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ab747e-c38c-4382-905c-351e9796fef9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:02,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-42ab747e-c38c-4382-905c-351e9796fef9 2018-08-20 10:44:02,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:44:02,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:44:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:44:02,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04f4a2ed80e18f29fcdd018c45fa83a9bdec6ed" 2018-08-20 10:44:03,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc661ba-ac71-4bdd-aa43-8db05547e256 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:44:03,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-5fc661ba-ac71-4bdd-aa43-8db05547e256 2018-08-20 10:44:03,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04f4a2ed80e18f29fcdd018c45fa83a9bdec6ed" 2018-08-20 10:44:03,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54e8c2dc-6a5d-4406-8f8f-ea5920523e54 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}]} 2018-08-20 10:44:03,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj used request id req-54e8c2dc-6a5d-4406-8f8f-ea5920523e54 2018-08-20 10:44:03,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04f4a2ed80e18f29fcdd018c45fa83a9bdec6ed" 2018-08-20 10:44:03,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73476c2a-940e-488f-bad8-4981308038ee Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:44:03,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-73476c2a-940e-488f-bad8-4981308038ee 2018-08-20 10:44:03,597 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-fbc5a61a-c531-4fc-user 2018-08-20 10:44:03,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:03,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:03,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a648355-8e0f-407c-b8a5-40a7e55f4bda Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:44:03,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-3a648355-8e0f-407c-b8a5-40a7e55f4bda 2018-08-20 10:44:03,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" -d '{"role": {"name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}}' 2018-08-20 10:44:03,837 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:44:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d4f2f09-072f-4e48-8ef0-a907089b5060 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cb4b0807466f456985bb79386fbc7730", "links": {"self": "http://172.30.9.36:5000/v3/roles/cb4b0807466f456985bb79386fbc7730"}, "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}} 2018-08-20 10:44:03,837 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-7d4f2f09-072f-4e48-8ef0-a907089b5060 2018-08-20 10:44:03,837 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role 2018-08-20 10:44:03,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/cb4b0807466f456985bb79386fbc7730 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:03,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e11340-e4a5-425a-a618-40ce86f89ab1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cb4b0807466f456985bb79386fbc7730", "links": {"self": "http://172.30.9.36:5000/v3/roles/cb4b0807466f456985bb79386fbc7730"}, "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}} 2018-08-20 10:44:03,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/cb4b0807466f456985bb79386fbc7730 used request id req-b8e11340-e4a5-425a-a618-40ce86f89ab1 2018-08-20 10:44:03,934 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role to project InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj 2018-08-20 10:44:03,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a/users/09d2988dc55044868ef2827427b9ec72/roles/cb4b0807466f456985bb79386fbc7730 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:04,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfd2be84-3fa5-4348-b2f9-42b6713ab6d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:44:04,076 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a/users/09d2988dc55044868ef2827427b9ec72/roles/cb4b0807466f456985bb79386fbc7730 used request id req-dfd2be84-3fa5-4348-b2f9-42b6713ab6d6 2018-08-20 10:44:04,076 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:44:04,078 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:44:04,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:04,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:04,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb4b0807466f456985bb79386fbc7730", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}], "expires_at": "2018-08-20T11:44:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-user", "id": "09d2988dc55044868ef2827427b9ec72"}, "audit_ids": ["KftPyHrGT5aIwfWngeEg1Q"], "issued_at": "2018-08-20T10:44:04.000000Z"}} 2018-08-20 10:44:04,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" 2018-08-20 10:44:04,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34d9a7f1-94c7-4442-8e10-f36bc6296685 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:04,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-34d9a7f1-94c7-4442-8e10-f36bc6296685 2018-08-20 10:44:04,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" 2018-08-20 10:44:04,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-208ecf7e-10a1-4b9b-ada2-194048ea7594 Date: Mon, 20 Aug 2018 10:44:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image"} 2018-08-20 10:44:04,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image used request id req-208ecf7e-10a1-4b9b-ada2-194048ea7594 2018-08-20 10:44:04,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" 2018-08-20 10:44:04,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-803fae20-7830-4d44-9aea-4b7ea93057d9 Date: Mon, 20 Aug 2018 10:44: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:44:04,959 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-803fae20-7830-4d44-9aea-4b7ea93057d9 2018-08-20 10:44:04,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image"}' 2018-08-20 10:44:05,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-782e3461-8487-4bc8-81f6-6e274c00a13d Date: Mon, 20 Aug 2018 10:44:05 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:44:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:44:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "min_disk": 0, "protected": false, "id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "file": "/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/file", "checksum": null, "owner": "06f59aa8574d49ae8ae7b781e9b2a80a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:44:05,217 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-782e3461-8487-4bc8-81f6-6e274c00a13d 2018-08-20 10:44:05,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" -d '' 2018-08-20 10:44:05,840 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25f0001a-5abd-4086-b8e1-229ad1d59722 Date: Mon, 20 Aug 2018 10:44:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:44:05,841 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/file used request id req-25f0001a-5abd-4086-b8e1-229ad1d59722 2018-08-20 10:44:05,841 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:44:05,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" 2018-08-20 10:44:06,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4fa38f54-7b66-4781-8db6-1b944b56fa4c Date: Mon, 20 Aug 2018 10:44:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:44:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:44:05Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/snap", "metadata": {}}], "self": "/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "min_disk": 0, "protected": false, "id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "file": "/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "06f59aa8574d49ae8ae7b781e9b2a80a", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:44:06,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d used request id req-4fa38f54-7b66-4781-8db6-1b944b56fa4c 2018-08-20 10:44:06,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" 2018-08-20 10:44:06,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7742b0e8-a9e9-46ed-82b9-ccc2eea993b4 Date: Mon, 20 Aug 2018 10:44:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:44:06,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-7742b0e8-a9e9-46ed-82b9-ccc2eea993b4 2018-08-20 10:44:06,051 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image 2018-08-20 10:44:06,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" 2018-08-20 10:44:06,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-772630fd-4d6e-4028-b800-25c90fbc0f30 Date: Mon, 20 Aug 2018 10:44:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:44:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:44:05Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/snap", "metadata": {}}], "self": "/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "min_disk": 0, "protected": false, "id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "file": "/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "06f59aa8574d49ae8ae7b781e9b2a80a", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:44:06,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d used request id req-772630fd-4d6e-4028-b800-25c90fbc0f30 2018-08-20 10:44:06,249 - create_image - DEBUG - Instance status is - active 2018-08-20 10:44:06,249 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image 2018-08-20 10:44:06,249 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image 2018-08-20 10:44:06,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:06,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:06,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb4b0807466f456985bb79386fbc7730", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}], "expires_at": "2018-08-20T11:44:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-user", "id": "09d2988dc55044868ef2827427b9ec72"}, "audit_ids": ["pdejDTgPSPiVhKb5Szh-qg"], "issued_at": "2018-08-20T10:44:06.000000Z"}} 2018-08-20 10:44:06,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" 2018-08-20 10:44:06,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0003732e-2fb4-41c5-9896-5ce2403cbe74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:06,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0003732e-2fb4-41c5-9896-5ce2403cbe74 2018-08-20 10:44:06,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:44:06,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:44:06,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:44:06,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:44:06,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:44:06,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" 2018-08-20 10:44:06,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1a375436-0a59-464c-a0ea-28d4bd13fd52 Date: Mon, 20 Aug 2018 10:44:06 GMT RESP BODY: {"networks":[]} 2018-08-20 10:44:06,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-1a375436-0a59-464c-a0ea-28d4bd13fd52 2018-08-20 10:44:06,948 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net 2018-08-20 10:44:06,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" -d '{"network": {"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net", "admin_state_up": true}}' 2018-08-20 10:44:07,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-e71cf89b-3183-4459-a3dd-8193e59e83b4 Date: Mon, 20 Aug 2018 10:44:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:44:07Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}} 2018-08-20 10:44:07,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-e71cf89b-3183-4459-a3dd-8193e59e83b4 2018-08-20 10:44:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" 2018-08-20 10:44:07,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-db0d6edf-3331-49ab-aa29-61d262073ed1 Date: Mon, 20 Aug 2018 10:44: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-08-20T10:44:07Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:07,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-db0d6edf-3331-49ab-aa29-61d262073ed1 2018-08-20 10:44:07,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" 2018-08-20 10:44:08,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1c264547-2bfd-4d9e-a343-6fa423c5a79a Date: Mon, 20 Aug 2018 10:44:08 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:44:08,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-1c264547-2bfd-4d9e-a343-6fa423c5a79a 2018-08-20 10:44:08,221 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet 2018-08-20 10:44:08,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" -d '{"subnets": [{"ip_version": 4, "network_id": "9cdbf8c9-37fe-49da-9244-2f6630f55355", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]}' 2018-08-20 10:44:09,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fc46687a-0de8-4484-8697-98d5eab9bc2e Date: Mon, 20 Aug 2018 10:44:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:09,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-fc46687a-0de8-4484-8697-98d5eab9bc2e 2018-08-20 10:44:09,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" 2018-08-20 10:44:09,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-065db08d-4ec1-4639-9596-b8997455a152 Date: Mon, 20 Aug 2018 10:44: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":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:09,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-065db08d-4ec1-4639-9596-b8997455a152 2018-08-20 10:44:09,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" 2018-08-20 10:44:09,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bd352568-6fa0-4fc3-b6bc-952f368e507b Date: Mon, 20 Aug 2018 10:44:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:09,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-bd352568-6fa0-4fc3-b6bc-952f368e507b 2018-08-20 10:44:09,602 - OpenStackNetwork - DEBUG - Network [9cdbf8c9-37fe-49da-9244-2f6630f55355] created successfully 2018-08-20 10:44:09,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:09,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:10,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["n2Waf-wYQKGHffLZA5dCyg"], "issued_at": "2018-08-20T10:44:10.000000Z"}} 2018-08-20 10:44:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f1322cd5aa571d9fec52129ea1caea7c6a9117" 2018-08-20 10:44:10,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef3ce983-cf6c-4e17-9b41-db6bc24ccea7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:10,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ef3ce983-cf6c-4e17-9b41-db6bc24ccea7 2018-08-20 10:44:10,137 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:44:10,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f1322cd5aa571d9fec52129ea1caea7c6a9117" 2018-08-20 10:44:10,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-47d0c41a-8de7-44df-b320-3c1128cabf56 x-compute-request-id: req-47d0c41a-8de7-44df-b320-3c1128cabf56 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:44:10,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-47d0c41a-8de7-44df-b320-3c1128cabf56 2018-08-20 10:44:10,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f1322cd5aa571d9fec52129ea1caea7c6a9117" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-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-08-20 10:44:10,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-5ef6c766-ea85-4d4c-ba32-5c5d2ec34fc0 x-compute-request-id: req-5ef6c766-ea85-4d4c-ba32-5c5d2ec34fc0 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6"}} 2018-08-20 10:44:10,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-5ef6c766-ea85-4d4c-ba32-5c5d2ec34fc0 2018-08-20 10:44:10,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:10,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:10,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb4b0807466f456985bb79386fbc7730", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}], "expires_at": "2018-08-20T11:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-user", "id": "09d2988dc55044868ef2827427b9ec72"}, "audit_ids": ["ZVymKyPmSIefIbdo5LFkoQ"], "issued_at": "2018-08-20T10:44:10.000000Z"}} 2018-08-20 10:44:10,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:10,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665a24ec-0233-4102-a383-f13a27b57f47 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:10,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-665a24ec-0233-4102-a383-f13a27b57f47 2018-08-20 10:44:10,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:44:10,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:44:10,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:44:10,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:44:10,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:44:10,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:11,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d5a8094d-d17c-4e35-bd78-fb33d6620216 Date: Mon, 20 Aug 2018 10:44:11 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:44:11,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name&description=hello+group used request id req-d5a8094d-d17c-4e35-bd78-fb33d6620216 2018-08-20 10:44:11,232 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name... 2018-08-20 10:44:11,232 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name 2018-08-20 10:44:11,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" -d '{"security_group": {"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name", "description": "hello group"}}' 2018-08-20 10:44:11,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2f4e3bea-4b83-41f0-bc53-370e25736e47 Date: Mon, 20 Aug 2018 10:44:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "updated_at": "2018-08-20T10:44:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "revision_number": 0, "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv4", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "revision_number": 0, "id": "647a9c6f-9e36-402b-82c6-9607564780ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv6", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}], "revision_number": 2, "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}} 2018-08-20 10:44:11,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-2f4e3bea-4b83-41f0-bc53-370e25736e47 2018-08-20 10:44:11,708 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2544edc7-f9b6-4220-9748-5e611e8df5d6 2018-08-20 10:44:11,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:11,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-64d51c0c-a84b-4bb0-b052-3d43c32682e3 Date: Mon, 20 Aug 2018 10:44: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-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "647a9c6f-9e36-402b-82c6-9607564780ac"}]} 2018-08-20 10:44:11,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-64d51c0c-a84b-4bb0-b052-3d43c32682e3 2018-08-20 10:44:11,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2544edc7-f9b6-4220-9748-5e611e8df5d6 2018-08-20 10:44:11,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:12,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-147afbf1-45df-4547-b2ce-7efcbc75e5e1 Date: Mon, 20 Aug 2018 10:44: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-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "647a9c6f-9e36-402b-82c6-9607564780ac"}]} 2018-08-20 10:44:12,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-147afbf1-45df-4547-b2ce-7efcbc75e5e1 2018-08-20 10:44:12,141 - neutron_utils - INFO - Retrieving security group with ID - 2544edc7-f9b6-4220-9748-5e611e8df5d6 2018-08-20 10:44:12,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:12,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3e85bdcb-91a2-4c7c-8ce5-dc60924e9cbf Date: Mon, 20 Aug 2018 10:44:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "updated_at": "2018-08-20T10:44:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "revision_number": 0, "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv4", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "revision_number": 0, "id": "647a9c6f-9e36-402b-82c6-9607564780ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv6", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}], "revision_number": 2, "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}]} 2018-08-20 10:44:12,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-3e85bdcb-91a2-4c7c-8ce5-dc60924e9cbf 2018-08-20 10:44:12,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2544edc7-f9b6-4220-9748-5e611e8df5d6 2018-08-20 10:44:12,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:12,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-154ca566-5a60-47c0-b511-e61f25d4ec3d Date: Mon, 20 Aug 2018 10:44: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-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "647a9c6f-9e36-402b-82c6-9607564780ac"}]} 2018-08-20 10:44:12,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-154ca566-5a60-47c0-b511-e61f25d4ec3d 2018-08-20 10:44:12,408 - neutron_utils - INFO - Retrieving security group with ID - 2544edc7-f9b6-4220-9748-5e611e8df5d6 2018-08-20 10:44:12,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:12,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d88d8baa-0c58-436b-87c0-140666f6eb71 Date: Mon, 20 Aug 2018 10:44:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "updated_at": "2018-08-20T10:44:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "revision_number": 0, "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv4", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "revision_number": 0, "id": "647a9c6f-9e36-402b-82c6-9607564780ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv6", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}], "revision_number": 2, "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}]} 2018-08-20 10:44:12,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-d88d8baa-0c58-436b-87c0-140666f6eb71 2018-08-20 10:44:12,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2544edc7-f9b6-4220-9748-5e611e8df5d6 2018-08-20 10:44:12,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:12,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c8e9f20b-adb2-46fe-b218-dc5ce2431414 Date: Mon, 20 Aug 2018 10:44: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-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "647a9c6f-9e36-402b-82c6-9607564780ac"}]} 2018-08-20 10:44:12,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-c8e9f20b-adb2-46fe-b218-dc5ce2431414 2018-08-20 10:44:12,847 - neutron_utils - INFO - Retrieving security group with ID - 2544edc7-f9b6-4220-9748-5e611e8df5d6 2018-08-20 10:44:12,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:13,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-75cc5221-95dd-49f2-9a15-efae9cd8be8b Date: Mon, 20 Aug 2018 10:44:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "updated_at": "2018-08-20T10:44:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "revision_number": 0, "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv4", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "revision_number": 0, "id": "647a9c6f-9e36-402b-82c6-9607564780ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv6", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}], "revision_number": 2, "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}]} 2018-08-20 10:44:13,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-75cc5221-95dd-49f2-9a15-efae9cd8be8b 2018-08-20 10:44:13,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2544edc7-f9b6-4220-9748-5e611e8df5d6 2018-08-20 10:44:13,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:13,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03bff8f9-8ecd-47cc-b8a9-6f44219f36e6 Date: Mon, 20 Aug 2018 10:44: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-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "4f0e38ac-8a63-42df-b60f-e5638ac754eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:11Z", "security_group_id": "2544edc7-f9b6-4220-9748-5e611e8df5d6", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:11Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "647a9c6f-9e36-402b-82c6-9607564780ac"}]} 2018-08-20 10:44:13,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-03bff8f9-8ecd-47cc-b8a9-6f44219f36e6 2018-08-20 10:44:13,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:13,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:13,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb4b0807466f456985bb79386fbc7730", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}], "expires_at": "2018-08-20T11:44:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-user", "id": "09d2988dc55044868ef2827427b9ec72"}, "audit_ids": ["n3BwlOWlTYyE1csGGpmaxg"], "issued_at": "2018-08-20T10:44:13.000000Z"}} 2018-08-20 10:44:13,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:13,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed56fafb-e0ce-45d4-aa8b-095d1c9b3776 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:13,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ed56fafb-e0ce-45d4-aa8b-095d1c9b3776 2018-08-20 10:44:13,789 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:44:13,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:44:13,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:44:13,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:44:13,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:44:13,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:44:13,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:13,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e585398c-7a65-4466-a186-01daf7d99dde Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:13,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e585398c-7a65-4466-a186-01daf7d99dde 2018-08-20 10:44:13,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:14,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-49d7505f-e62d-4542-ae6b-69a8a084ef36 Date: Mon, 20 Aug 2018 10: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":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:14,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-49d7505f-e62d-4542-ae6b-69a8a084ef36 2018-08-20 10:44:14,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:14,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-43106c75-e598-4d65-99fb-0742715edb25 Date: Mon, 20 Aug 2018 10:44:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:14,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-43106c75-e598-4d65-99fb-0742715edb25 2018-08-20 10:44:14,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:14,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-d0ce1b5a-d54f-42e6-a371-53227b78688b Date: Mon, 20 Aug 2018 10: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":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:14,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-d0ce1b5a-d54f-42e6-a371-53227b78688b 2018-08-20 10:44:14,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:44:14,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:44:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:44:14,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:14,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b3958c-6127-4291-80e7-36c222709204 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:14,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-a7b3958c-6127-4291-80e7-36c222709204 2018-08-20 10:44:14,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:14,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2271c939-468f-4c44-96df-d3e5f76b0279 Date: Mon, 20 Aug 2018 10:44:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:14,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-2271c939-468f-4c44-96df-d3e5f76b0279 2018-08-20 10:44:14,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:14,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-46972a9b-4914-4de9-b65a-0e0580e36846 Date: Mon, 20 Aug 2018 10:44:14 GMT RESP BODY: {"ports":[]} 2018-08-20 10:44:14,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port&admin_state_up=True used request id req-46972a9b-4914-4de9-b65a-0e0580e36846 2018-08-20 10:44:14,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:15,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-ba1b706d-1fb6-48a9-808f-ced17cd992d8 x-compute-request-id: req-ba1b706d-1fb6-48a9-808f-ced17cd992d8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:44:15,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst used request id req-ba1b706d-1fb6-48a9-808f-ced17cd992d8 2018-08-20 10:44:15,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:15,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ed1a0e2c-a47b-4084-b360-6295670a3e15 Date: Mon, 20 Aug 2018 10:44: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":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:15,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-ed1a0e2c-a47b-4084-b360-6295670a3e15 2018-08-20 10:44:15,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:15,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ae4d3dae-4c1f-4d7d-a910-7ae86769581b Date: Mon, 20 Aug 2018 10:44:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:15,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-ae4d3dae-4c1f-4d7d-a910-7ae86769581b 2018-08-20 10:44:15,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:16,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-cd0c778a-71ae-407d-a0a3-70ea03ddbe60 Date: Mon, 20 Aug 2018 10:44:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:16,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-cd0c778a-71ae-407d-a0a3-70ea03ddbe60 2018-08-20 10:44:16,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:16,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca27e360-a7fe-4954-ae41-f6bd3fc727b5 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:16,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-ca27e360-a7fe-4954-ae41-f6bd3fc727b5 2018-08-20 10:44:16,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:16,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a70c1f4c-f998-4524-a45f-b263b702df6a Date: Mon, 20 Aug 2018 10:44:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:16,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-a70c1f4c-f998-4524-a45f-b263b702df6a 2018-08-20 10:44:16,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:16,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a9e574bf-ecd5-4386-863f-5d55f50c394e Date: Mon, 20 Aug 2018 10:44:16 GMT RESP BODY: {"ports":[]} 2018-08-20 10:44:16,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port&admin_state_up=True used request id req-a9e574bf-ecd5-4386-863f-5d55f50c394e 2018-08-20 10:44:16,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:16,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:17,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb4b0807466f456985bb79386fbc7730", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}], "expires_at": "2018-08-20T11:44:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-user", "id": "09d2988dc55044868ef2827427b9ec72"}, "audit_ids": ["CR4QV8URTSOdF4d_UVG0Vw"], "issued_at": "2018-08-20T10:44:17.000000Z"}} 2018-08-20 10:44:17,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c0d1e9140b0f5f27405818fb942fb85daa87a5c" 2018-08-20 10:44:17,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57bb4397-9fbf-480d-8680-14b56a9dc19c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:17,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-57bb4397-9fbf-480d-8680-14b56a9dc19c 2018-08-20 10:44:17,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:17,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-c78f4741-8360-4890-ba1f-f05b5377abe6 Date: Mon, 20 Aug 2018 10:44: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":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:17,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-c78f4741-8360-4890-ba1f-f05b5377abe6 2018-08-20 10:44:17,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:17,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e011e06a-476a-44ea-894c-c6a7addfe915 Date: Mon, 20 Aug 2018 10:44:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:17,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-e011e06a-476a-44ea-894c-c6a7addfe915 2018-08-20 10:44:17,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:17,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-dc8df494-4f3a-4905-bf10-e6fa3400af3f Date: Mon, 20 Aug 2018 10:44: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":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:17,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-dc8df494-4f3a-4905-bf10-e6fa3400af3f 2018-08-20 10:44:17,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:44:17,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:44:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:44:17,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c0d1e9140b0f5f27405818fb942fb85daa87a5c" 2018-08-20 10:44:17,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fde7931-ec3e-4344-bd82-a9b4a5344f93 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:17,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-4fde7931-ec3e-4344-bd82-a9b4a5344f93 2018-08-20 10:44:17,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:18,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7b782835-9e1f-47a6-b7d5-b419bef00c56 Date: Mon, 20 Aug 2018 10:44:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:18,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-7b782835-9e1f-47a6-b7d5-b419bef00c56 2018-08-20 10:44:18,200 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net 2018-08-20 10:44:18,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" -d '{"port": {"network_id": "9cdbf8c9-37fe-49da-9244-2f6630f55355", "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port", "admin_state_up": true}}' 2018-08-20 10:44:19,172 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-cbd5f736-b736-4df9-91a7-1b5ab6e23613 Date: Mon, 20 Aug 2018 10:44:19 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:44:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:44:18Z","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:e5:0b:f0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.5"}],"id":"40fcc514-5a75-4444-af8d-81f0945566f7","security_groups":["841f96d7-bfb8-400b-b4bb-098392692aa2"],"device_id":""}} 2018-08-20 10:44:19,172 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-cbd5f736-b736-4df9-91a7-1b5ab6e23613 2018-08-20 10:44:19,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:19,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-4f0b6a5e-d94c-4d0d-a420-184efdb54b28 Date: Mon, 20 Aug 2018 10:44:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:19,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-4f0b6a5e-d94c-4d0d-a420-184efdb54b28 2018-08-20 10:44:19,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:19,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a7a6f172-797f-4c3d-8eb0-fce9d7c69936 Date: Mon, 20 Aug 2018 10:44:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:19,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-a7a6f172-797f-4c3d-8eb0-fce9d7c69936 2018-08-20 10:44:19,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:19,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a7daaa0a-9b54-4461-b1fc-49e93b81c30f Date: Mon, 20 Aug 2018 10:44:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:19,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-a7daaa0a-9b54-4461-b1fc-49e93b81c30f 2018-08-20 10:44:19,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:19,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f33b41ef-a0c8-4808-b602-e4194e361b30 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:19,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-f33b41ef-a0c8-4808-b602-e4194e361b30 2018-08-20 10:44:19,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:19,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1a08c398-eafc-49da-995e-ecb20b181446 Date: Mon, 20 Aug 2018 10:44:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:19,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-1a08c398-eafc-49da-995e-ecb20b181446 2018-08-20 10:44:19,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:20,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-84788fbb-c0e6-4a38-ba81-4bdc55c0d0b1 Date: Mon, 20 Aug 2018 10:44:20 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:18Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:e5:0b:f0","id":"40fcc514-5a75-4444-af8d-81f0945566f7","port_security_enabled":true,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["841f96d7-bfb8-400b-b4bb-098392692aa2"],"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port"}]} 2018-08-20 10:44:20,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port&admin_state_up=True used request id req-84788fbb-c0e6-4a38-ba81-4bdc55c0d0b1 2018-08-20 10:44:20,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:20,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab8d3e7-782b-4485-8101-f72a2e1a8f9f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:20,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-5ab8d3e7-782b-4485-8101-f72a2e1a8f9f 2018-08-20 10:44:20,155 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst 2018-08-20 10:44:20,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:20,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d56fb65d-220b-4741-8935-969db56217bc x-compute-request-id: req-d56fb65d-220b-4741-8935-969db56217bc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-flavor-name"}]} 2018-08-20 10:44:20,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-d56fb65d-220b-4741-8935-969db56217bc 2018-08-20 10:44:20,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:20,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a492e9b2-6b2d-44db-89ad-f79958d57145 x-compute-request-id: req-a492e9b2-6b2d-44db-89ad-f79958d57145 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6"}} 2018-08-20 10:44:20,202 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6 used request id req-a492e9b2-6b2d-44db-89ad-f79958d57145 2018-08-20 10:44:20,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:20,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-d80e9d71-eb57-4260-98e7-cc2dcd9ddb78 Date: Mon, 20 Aug 2018 10:44:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:44:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:44:05Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/snap", "metadata": {}}], "self": "/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "min_disk": 0, "protected": false, "id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "file": "/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "06f59aa8574d49ae8ae7b781e9b2a80a", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image"} 2018-08-20 10:44:20,411 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image used request id req-d80e9d71-eb57-4260-98e7-cc2dcd9ddb78 2018-08-20 10:44:20,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:20,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-26d37023-0130-4177-85a5-930eb3ee51f5 Date: Mon, 20 Aug 2018 10:44: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:44:20,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-26d37023-0130-4177-85a5-930eb3ee51f5 2018-08-20 10:44:20,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" -d '{"server": {"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "imageRef": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "flavorRef": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "max_count": 1, "min_count": 1, "networks": [{"port": "40fcc514-5a75-4444-af8d-81f0945566f7"}], "security_groups": [{"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}]}}' 2018-08-20 10:44:22,953 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:44:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1906182b-cecf-4818-939a-9d1eb1c1de60 x-compute-request-id: req-1906182b-cecf-4818-939a-9d1eb1c1de60 Content-Length: 435 location: http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "adminPass": "v7hEv4jkPQwv"}} 2018-08-20 10:44:22,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-1906182b-cecf-4818-939a-9d1eb1c1de60 2018-08-20 10:44:22,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:23,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20bbfa06-f341-4ec5-9f7b-eca540404fc1 x-compute-request-id: req-20bbfa06-f341-4ec5-9f7b-eca540404fc1 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.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:44:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:23,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-20bbfa06-f341-4ec5-9f7b-eca540404fc1 2018-08-20 10:44:23,205 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst 2018-08-20 10:44:23,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:23,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da47503b-5b1a-4f91-86fd-bfa0ae7e6741 x-compute-request-id: req-da47503b-5b1a-4f91-86fd-bfa0ae7e6741 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.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:44:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:23,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-da47503b-5b1a-4f91-86fd-bfa0ae7e6741 2018-08-20 10:44:23,446 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst] is - BUILD 2018-08-20 10:44:23,446 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:44:26,449 - create_instance - DEBUG - VM status query timeout in 896.756062984 2018-08-20 10:44:26,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:26,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8b8d42d-3a4e-4efa-957e-763d48b9da96 x-compute-request-id: req-f8b8d42d-3a4e-4efa-957e-763d48b9da96 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.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:44:24Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:26,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-f8b8d42d-3a4e-4efa-957e-763d48b9da96 2018-08-20 10:44:26,830 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst] is - BUILD 2018-08-20 10:44:26,830 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:44:29,834 - create_instance - DEBUG - VM status query timeout in 893.371435165 2018-08-20 10:44:29,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:30,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ccc6757-90fe-45d4-a6d8-c4009a3d6492 x-compute-request-id: req-5ccc6757-90fe-45d4-a6d8-c4009a3d6492 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:30,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-5ccc6757-90fe-45d4-a6d8-c4009a3d6492 2018-08-20 10:44:30,409 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst] is - ACTIVE 2018-08-20 10:44:30,409 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:44:30,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:31,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb4b9578-3b1d-4d42-904e-06aa48179af2 x-compute-request-id: req-cb4b9578-3b1d-4d42-904e-06aa48179af2 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:31,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-cb4b9578-3b1d-4d42-904e-06aa48179af2 2018-08-20 10:44:31,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:31,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-9e19110c-e914-489b-8ee6-1e7a51c6cb34 Date: Mon, 20 Aug 2018 10:44: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":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:31,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-9e19110c-e914-489b-8ee6-1e7a51c6cb34 2018-08-20 10:44:31,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:31,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fde85ad-455d-47f0-a32f-7832de5d7dee Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:31,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-8fde85ad-455d-47f0-a32f-7832de5d7dee 2018-08-20 10:44:31,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:31,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b72152b4-9b23-4889-9d89-f7b7e0c4189b Date: Mon, 20 Aug 2018 10:44:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:31,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-b72152b4-9b23-4889-9d89-f7b7e0c4189b 2018-08-20 10:44:31,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:31,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-6cd59928-f6cf-4a04-918f-96b142f67b91 Date: Mon, 20 Aug 2018 10:44:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:28Z","binding:vnic_type":"normal","device_id":"8d28c59c-e1c2-49f8-9943-707b0f80c8b6","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:e5:0b:f0","id":"40fcc514-5a75-4444-af8d-81f0945566f7","port_security_enabled":true,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["841f96d7-bfb8-400b-b4bb-098392692aa2"],"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:10Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5c:8a:06","id":"4b021695-213a-41df-be14-02dd089ac510","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:04:44:77","id":"7baef1df-39a4-4e54-8d36-277a9c87be38","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:70:09:02","id":"dc93afbd-826b-4d17-a6a8-e79c89d94c22","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:44:31,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-6cd59928-f6cf-4a04-918f-96b142f67b91 2018-08-20 10:44:31,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:32,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-33ecfb8e-4d8c-4791-9d00-42cfbbe8502a x-compute-request-id: req-33ecfb8e-4d8c-4791-9d00-42cfbbe8502a Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:32,417 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-33ecfb8e-4d8c-4791-9d00-42cfbbe8502a 2018-08-20 10:44:32,418 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst] is - ACTIVE 2018-08-20 10:44:32,418 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:44:32,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:32,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-14bcc61c-a795-4153-a654-758992f6b8f0 x-compute-request-id: req-14bcc61c-a795-4153-a654-758992f6b8f0 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:32,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-14bcc61c-a795-4153-a654-758992f6b8f0 2018-08-20 10:44:32,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:32,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-72b5fce6-a3bf-4a5b-a7cf-1dfb5a6ed00b Date: Mon, 20 Aug 2018 10:44: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":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:32,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-72b5fce6-a3bf-4a5b-a7cf-1dfb5a6ed00b 2018-08-20 10:44:32,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:33,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db02d71-2d51-4178-9385-905099b80280 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:33,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-8db02d71-2d51-4178-9385-905099b80280 2018-08-20 10:44:33,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:33,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-56eba43f-aae8-49b7-8b8e-68f4ea2bf821 Date: Mon, 20 Aug 2018 10:44:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:33,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-56eba43f-aae8-49b7-8b8e-68f4ea2bf821 2018-08-20 10:44:33,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:33,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-360a3a00-c929-4154-9a36-2dfe25fedd8b Date: Mon, 20 Aug 2018 10:44:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:28Z","binding:vnic_type":"normal","device_id":"8d28c59c-e1c2-49f8-9943-707b0f80c8b6","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:e5:0b:f0","id":"40fcc514-5a75-4444-af8d-81f0945566f7","port_security_enabled":true,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["841f96d7-bfb8-400b-b4bb-098392692aa2"],"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:10Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5c:8a:06","id":"4b021695-213a-41df-be14-02dd089ac510","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:04:44:77","id":"7baef1df-39a4-4e54-8d36-277a9c87be38","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:70:09:02","id":"dc93afbd-826b-4d17-a6a8-e79c89d94c22","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:44:33,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-360a3a00-c929-4154-9a36-2dfe25fedd8b 2018-08-20 10:44:33,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}}' 2018-08-20 10:44:34,841 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-e7e3f49a-594a-4506-affa-b2d49e387423 x-compute-request-id: req-e7e3f49a-594a-4506-affa-b2d49e387423 Content-Length: 0 Content-Type: application/json 2018-08-20 10:44:34,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6/action used request id req-e7e3f49a-594a-4506-affa-b2d49e387423 2018-08-20 10:44:34,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:35,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb4b0807466f456985bb79386fbc7730", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role"}], "expires_at": "2018-08-20T11:44:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/06f59aa8574d49ae8ae7b781e9b2a80a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-user", "id": "09d2988dc55044868ef2827427b9ec72"}, "audit_ids": ["s8B7V6S9QveodRchLr2zEw"], "issued_at": "2018-08-20T10:44:35.000000Z"}} 2018-08-20 10:44:35,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73745b1b3274624c335534cf4e7a0898f5ae6bc" 2018-08-20 10:44:36,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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,Accept-Encoding x-openstack-request-id: req-8efa746f-e1d6-4293-8525-da0bc55b7815 x-compute-request-id: req-8efa746f-e1d6-4293-8525-da0bc55b7815 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}, {"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:36,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-8efa746f-e1d6-4293-8525-da0bc55b7815 2018-08-20 10:44:36,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:36,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44: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-e939f0cb-406f-4c67-aa63-2013f2fd6a9e x-compute-request-id: req-e939f0cb-406f-4c67-aa63-2013f2fd6a9e Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}, {"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:36,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-e939f0cb-406f-4c67-aa63-2013f2fd6a9e 2018-08-20 10:44:36,900 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst] is - ACTIVE 2018-08-20 10:44:36,901 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:44:36,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:37,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44: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-28597868-a6ad-471b-a0fa-a61e8c2fee82 x-compute-request-id: req-28597868-a6ad-471b-a0fa-a61e8c2fee82 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}, {"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:37,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-28597868-a6ad-471b-a0fa-a61e8c2fee82 2018-08-20 10:44:37,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:38,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-4d77d68c-0c05-4f96-a760-8fb50971a6ff Date: Mon, 20 Aug 2018 10:44:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:38,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-4d77d68c-0c05-4f96-a760-8fb50971a6ff 2018-08-20 10:44:38,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:38,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc27373e-e8ef-4055-a5e3-7d89e46bde87 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:38,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-bc27373e-e8ef-4055-a5e3-7d89e46bde87 2018-08-20 10:44:38,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:38,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c0277a04-2aef-4e2e-8050-ab6e22f5b95d Date: Mon, 20 Aug 2018 10:44:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:38,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-c0277a04-2aef-4e2e-8050-ab6e22f5b95d 2018-08-20 10:44:38,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:38,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-81e452ad-734c-49d2-b4e9-629b95a51599 Date: Mon, 20 Aug 2018 10:44:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:34Z","binding:vnic_type":"normal","device_id":"8d28c59c-e1c2-49f8-9943-707b0f80c8b6","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:e5:0b:f0","id":"40fcc514-5a75-4444-af8d-81f0945566f7","port_security_enabled":true,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["2544edc7-f9b6-4220-9748-5e611e8df5d6","841f96d7-bfb8-400b-b4bb-098392692aa2"],"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:10Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5c:8a:06","id":"4b021695-213a-41df-be14-02dd089ac510","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:04:44:77","id":"7baef1df-39a4-4e54-8d36-277a9c87be38","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:70:09:02","id":"dc93afbd-826b-4d17-a6a8-e79c89d94c22","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:44:38,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-81e452ad-734c-49d2-b4e9-629b95a51599 2018-08-20 10:44:38,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:38,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0b77c76-6b82-4758-afec-0f6cf4025fe8 x-compute-request-id: req-b0b77c76-6b82-4758-afec-0f6cf4025fe8 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}, {"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:38,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-b0b77c76-6b82-4758-afec-0f6cf4025fe8 2018-08-20 10:44:38,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:38,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-2a132ba3-6552-4dc7-8202-c2a54e8deafe Date: Mon, 20 Aug 2018 10:44:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:38,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-2a132ba3-6552-4dc7-8202-c2a54e8deafe 2018-08-20 10:44:38,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:39,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c133b852-f868-4ef8-b934-f2465d316148 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:39,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-c133b852-f868-4ef8-b934-f2465d316148 2018-08-20 10:44:39,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:39,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d2546d6f-7d02-4d6c-8e0c-78680c7179c9 Date: Mon, 20 Aug 2018 10:44:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:39,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-d2546d6f-7d02-4d6c-8e0c-78680c7179c9 2018-08-20 10:44:39,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:39,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3067 X-Openstack-Request-Id: req-d5add3fa-d65d-4aa4-8c69-538c8c39ca84 Date: Mon, 20 Aug 2018 10:44:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:34Z","binding:vnic_type":"normal","device_id":"8d28c59c-e1c2-49f8-9943-707b0f80c8b6","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:e5:0b:f0","id":"40fcc514-5a75-4444-af8d-81f0945566f7","port_security_enabled":true,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["2544edc7-f9b6-4220-9748-5e611e8df5d6","841f96d7-bfb8-400b-b4bb-098392692aa2"],"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:10Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5c:8a:06","id":"4b021695-213a-41df-be14-02dd089ac510","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:04:44:77","id":"7baef1df-39a4-4e54-8d36-277a9c87be38","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:70:09:02","id":"dc93afbd-826b-4d17-a6a8-e79c89d94c22","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:44:39,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-d5add3fa-d65d-4aa4-8c69-538c8c39ca84 2018-08-20 10:44:39,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name"}}' 2018-08-20 10:44:40,381 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:44:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a96a5a1e-da3a-4953-876d-120b00ca4e8f x-compute-request-id: req-a96a5a1e-da3a-4953-876d-120b00ca4e8f Content-Length: 0 Content-Type: application/json 2018-08-20 10:44:40,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6/action used request id req-a96a5a1e-da3a-4953-876d-120b00ca4e8f 2018-08-20 10:44:40,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:40,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b437a94-87f4-4f8d-b456-36b6cfb2000c x-compute-request-id: req-9b437a94-87f4-4f8d-b456-36b6cfb2000c Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:40,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-9b437a94-87f4-4f8d-b456-36b6cfb2000c 2018-08-20 10:44:40,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:40,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-c514e89e-f21f-4187-9b43-f3d82dd3263b Date: Mon, 20 Aug 2018 10:44:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["52088657-db89-47d4-b89f-4de6789e40f6"],"updated_at":"2018-08-20T10:44:08Z","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net"}]} 2018-08-20 10:44:40,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net used request id req-c514e89e-f21f-4187-9b43-f3d82dd3263b 2018-08-20 10:44:40,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:40,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-926f0ea5-eb9f-4b47-a7ea-c2f7920af744 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:40,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-926f0ea5-eb9f-4b47-a7ea-c2f7920af744 2018-08-20 10:44:40,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:40,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2f81136c-9fb4-4ac0-83ec-366c776ed693 Date: Mon, 20 Aug 2018 10:44:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:08Z","dns_nameservers":[],"updated_at":"2018-08-20T10:44:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","id":"52088657-db89-47d4-b89f-4de6789e40f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet"}]} 2018-08-20 10:44:40,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-2f81136c-9fb4-4ac0-83ec-366c776ed693 2018-08-20 10:44:40,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:41,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-7bd37364-7d5a-484b-8ced-94b2e903d3dc Date: Mon, 20 Aug 2018 10:44:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:18Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:40Z","binding:vnic_type":"normal","device_id":"8d28c59c-e1c2-49f8-9943-707b0f80c8b6","device_owner":"compute:nova","revision_number":14,"mac_address":"fa:16:3e:e5:0b:f0","id":"40fcc514-5a75-4444-af8d-81f0945566f7","port_security_enabled":true,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["841f96d7-bfb8-400b-b4bb-098392692aa2"],"name":"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:10Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5c:8a:06","id":"4b021695-213a-41df-be14-02dd089ac510","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:04:44:77","id":"7baef1df-39a4-4e54-8d36-277a9c87be38","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9cdbf8c9-37fe-49da-9244-2f6630f55355","tenant_id":"06f59aa8574d49ae8ae7b781e9b2a80a","created_at":"2018-08-20T10:44:09Z","admin_state_up":true,"updated_at":"2018-08-20T10:44:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9cdbf8c9-37fe-49da-9244-2f6630f55355","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:70:09:02","id":"dc93afbd-826b-4d17-a6a8-e79c89d94c22","port_security_enabled":false,"project_id":"06f59aa8574d49ae8ae7b781e9b2a80a","fixed_ips":[{"subnet_id":"52088657-db89-47d4-b89f-4de6789e40f6","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:44:41,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-7bd37364-7d5a-484b-8ced-94b2e903d3dc 2018-08-20 10:44:41,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b73745b1b3274624c335534cf4e7a0898f5ae6bc" 2018-08-20 10:44:41,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a0fee8c-a28f-4dd7-88c9-9401bd3fb2ac x-compute-request-id: req-7a0fee8c-a28f-4dd7-88c9-9401bd3fb2ac Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "security_groups": [{"name": "default"}], "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:28Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:41,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-7a0fee8c-a28f-4dd7-88c9-9401bd3fb2ac 2018-08-20 10:44:41,830 - create_instance - INFO - Deleting Port with ID - 40fcc514-5a75-4444-af8d-81f0945566f7 2018-08-20 10:44:41,830 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-port 2018-08-20 10:44:41,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/40fcc514-5a75-4444-af8d-81f0945566f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:42,589 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-966a7dab-2a5e-46fb-a33e-1bec78025012 Date: Mon, 20 Aug 2018 10:44:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:44:42,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/40fcc514-5a75-4444-af8d-81f0945566f7 used request id req-966a7dab-2a5e-46fb-a33e-1bec78025012 2018-08-20 10:44:42,590 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst 2018-08-20 10:44:42,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:42,743 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1506afd0-06f4-441a-8865-9137e1da645b x-compute-request-id: req-1506afd0-06f4-441a-8865-9137e1da645b Content-Type: application/json 2018-08-20 10:44:42,743 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-1506afd0-06f4-441a-8865-9137e1da645b 2018-08-20 10:44:42,743 - create_instance - INFO - Checking deletion status 2018-08-20 10:44:42,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:42,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7355b8d-61c1-4cd7-9467-ddc28e1582e8 x-compute-request-id: req-d7355b8d-61c1-4cd7-9467-ddc28e1582e8 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:0b:f0", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "rel": "bookmark"}], "image": {"id": "629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "links": [{"href": "http://172.30.9.36:8774/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:44:28.000000", "flavor": {"id": "f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "links": [{"href": "http://172.30.9.36:8774/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6", "rel": "bookmark"}]}, "id": "8d28c59c-e1c2-49f8-9943-707b0f80c8b6", "user_id": "09d2988dc55044868ef2827427b9ec72", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:44:42Z", "hostId": "911d304c7487f8d62e0622edbbd0990a0a0dc2d1ffbc4d10e290aa8d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst", "created": "2018-08-20T10:44:22Z", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:44:42,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-d7355b8d-61c1-4cd7-9467-ddc28e1582e8 2018-08-20 10:44:42,997 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst] is - ACTIVE 2018-08-20 10:44:42,997 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:44:46,000 - create_instance - DEBUG - VM status query timeout in 296.743278027 2018-08-20 10:44:46,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b18b972ecafb2925dc56a88b29c6a7679767b798" 2018-08-20 10:44:46,051 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0cd47694-436e-4c6e-b463-549fd299ee71 x-compute-request-id: req-0cd47694-436e-4c6e-b463-549fd299ee71 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8d28c59c-e1c2-49f8-9943-707b0f80c8b6 could not be found.", "code": 404}} 2018-08-20 10:44:46,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8d28c59c-e1c2-49f8-9943-707b0f80c8b6 used request id req-0cd47694-436e-4c6e-b463-549fd299ee71 2018-08-20 10:44:46,051 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8d28c59c-e1c2-49f8-9943-707b0f80c8b6 could not be found. (HTTP 404) (Request-ID: req-0cd47694-436e-4c6e-b463-549fd299ee71) 2018-08-20 10:44:46,052 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-inst 2018-08-20 10:44:46,052 - neutron_utils - INFO - Deleting security group rule with ID - 4f0e38ac-8a63-42df-b60f-e5638ac754eb 2018-08-20 10:44:46,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/4f0e38ac-8a63-42df-b60f-e5638ac754eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:46,191 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc9cbbac-200e-4c10-be45-c1c83b4b61fe Content-Length: 0 Date: Mon, 20 Aug 2018 10:44:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:44:46,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/4f0e38ac-8a63-42df-b60f-e5638ac754eb used request id req-fc9cbbac-200e-4c10-be45-c1c83b4b61fe 2018-08-20 10:44:46,191 - neutron_utils - INFO - Deleting security group rule with ID - 647a9c6f-9e36-402b-82c6-9607564780ac 2018-08-20 10:44:46,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/647a9c6f-9e36-402b-82c6-9607564780ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:46,541 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c02c422-ab12-42d0-8578-f81f95fc0486 Content-Length: 0 Date: Mon, 20 Aug 2018 10:44:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:44:46,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/647a9c6f-9e36-402b-82c6-9607564780ac used request id req-3c02c422-ab12-42d0-8578-f81f95fc0486 2018-08-20 10:44:46,541 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-name 2018-08-20 10:44:46,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/2544edc7-f9b6-4220-9748-5e611e8df5d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc4f60938dd257c888c27255007936112458dc2" 2018-08-20 10:44:46,717 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-809d4c4b-e373-4422-b547-86c47cd77bfb Content-Length: 0 Date: Mon, 20 Aug 2018 10:44:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:44:46,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/2544edc7-f9b6-4220-9748-5e611e8df5d6 used request id req-809d4c4b-e373-4422-b547-86c47cd77bfb 2018-08-20 10:44:46,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f1322cd5aa571d9fec52129ea1caea7c6a9117" 2018-08-20 10:44:46,777 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-16e5bc25-9d99-4f43-ac28-6ad80abd72a0 x-compute-request-id: req-16e5bc25-9d99-4f43-ac28-6ad80abd72a0 Content-Length: 0 Content-Type: application/json 2018-08-20 10:44:46,777 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/f7e0636e-c5a8-479f-9ab9-7180ab7f28a6 used request id req-16e5bc25-9d99-4f43-ac28-6ad80abd72a0 2018-08-20 10:44:46,778 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet 2018-08-20 10:44:46,778 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-subnet 2018-08-20 10:44:46,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/52088657-db89-47d4-b89f-4de6789e40f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" 2018-08-20 10:44:49,435 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41ca227b-1cfe-4cbf-9252-7e4326c4618f Date: Mon, 20 Aug 2018 10:44:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:44:49,435 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/52088657-db89-47d4-b89f-4de6789e40f6 used request id req-41ca227b-1cfe-4cbf-9252-7e4326c4618f 2018-08-20 10:44:49,436 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-pub-net 2018-08-20 10:44:49,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/9cdbf8c9-37fe-49da-9244-2f6630f55355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25d88cbd99ad45bb68a1cd613d82fe683709b492" 2018-08-20 10:44:50,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9bdf4085-af65-46c9-8dae-537a225e89c5 Date: Mon, 20 Aug 2018 10:44:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:44:50,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/9cdbf8c9-37fe-49da-9244-2f6630f55355 used request id req-9bdf4085-af65-46c9-8dae-537a225e89c5 2018-08-20 10:44:50,866 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-1e914b62-8044-41fa-ba2f-2e60d89ede7c-image 2018-08-20 10:44:50,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}257601390fee575c8936bcf336a1fa72498971a7" 2018-08-20 10:44:51,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-86d3355d-8ec5-4b52-9422-e90b4ef09415 Date: Mon, 20 Aug 2018 10:44:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:44:51,639 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/629e7dc4-f903-4ee4-a1f1-f1aac76dff0d used request id req-86d3355d-8ec5-4b52-9422-e90b4ef09415 2018-08-20 10:44:51,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:44:51,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:44:51,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:44:51,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:44:51,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:44:51,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:51,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-ba1889c0-49c8-4594-8aec-d8d4cd0a03db Date: Mon, 20 Aug 2018 10:44:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:07Z", "updated_at": "2018-08-20T10:44:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:07Z", "revision_number": 0, "id": "dc595949-8c5a-40af-a44f-95e87962a5d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:07Z", "security_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv4", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:07Z", "revision_number": 0, "id": "e0d58e48-38cd-4423-9df4-a982a8e8d5d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:07Z", "security_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv6", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:07Z", "revision_number": 0, "id": "eea0e3ae-aba8-4a49-8809-83d73e505367", "remote_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:07Z", "security_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv6", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:44:07Z", "revision_number": 0, "id": "fbcb8b87-1a94-45a0-b5bb-6da41687b381", "remote_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "remote_ip_prefix": null, "created_at": "2018-08-20T10:44:07Z", "security_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "port_range_min": null, "ethertype": "IPv4", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a"}], "revision_number": 4, "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:44:51,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-ba1889c0-49c8-4594-8aec-d8d4cd0a03db 2018-08-20 10:44:51,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,027 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c32a47c-3726-4750-b00c-ae6de7af28fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-8c32a47c-3726-4750-b00c-ae6de7af28fe 2018-08-20 10:44:52,027 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,118 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbd7b743-94d7-48a5-b6f5-008124bb0178 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-fbd7b743-94d7-48a5-b6f5-008124bb0178 2018-08-20 10:44:52,119 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,213 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-880922e1-a759-4af8-892b-9dddea643023 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-880922e1-a759-4af8-892b-9dddea643023 2018-08-20 10:44:52,213 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,308 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-870ce928-64e8-4234-8b19-6169b280d24f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-870ce928-64e8-4234-8b19-6169b280d24f 2018-08-20 10:44:52,309 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,397 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e37f39d9-307b-422a-be03-bc690936f72c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-e37f39d9-307b-422a-be03-bc690936f72c 2018-08-20 10:44:52,398 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,571 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab9d069c-47b0-4d56-a1d0-ac1c51eb2fae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-ab9d069c-47b0-4d56-a1d0-ac1c51eb2fae 2018-08-20 10:44:52,571 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,666 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03c1b100-e2a8-434b-9998-db12bd64163b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-03c1b100-e2a8-434b-9998-db12bd64163b 2018-08-20 10:44:52,666 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,756 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1de5d091-e380-4373-b7b2-23a8950a36a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-1de5d091-e380-4373-b7b2-23a8950a36a6 2018-08-20 10:44:52,756 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,847 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31465442-4e37-4582-8486-5924c3109286 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:44:52,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-31465442-4e37-4582-8486-5924c3109286 2018-08-20 10:44:52,848 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:44:52,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:52,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7cd543c-20bf-4180-89d9-a880300681e7 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "06f59aa8574d49ae8ae7b781e9b2a80a", "name": "InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj"}} 2018-08-20 10:44:52,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-a7cd543c-20bf-4180-89d9-a880300681e7 2018-08-20 10:44:52,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 841f96d7-bfb8-400b-b4bb-098392692aa2 2018-08-20 10:44:52,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=841f96d7-bfb8-400b-b4bb-098392692aa2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:53,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-75773b75-77d0-40f1-b47f-ef5617d81f81 Date: Mon, 20 Aug 2018 10:44:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:07Z", "security_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:07Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "dc595949-8c5a-40af-a44f-95e87962a5d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:07Z", "security_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:07Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "e0d58e48-38cd-4423-9df4-a982a8e8d5d4"}, {"remote_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:07Z", "security_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:07Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "eea0e3ae-aba8-4a49-8809-83d73e505367"}, {"remote_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:44:07Z", "security_group_id": "841f96d7-bfb8-400b-b4bb-098392692aa2", "port_range_min": null, "revision_number": 0, "tenant_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "created_at": "2018-08-20T10:44:07Z", "project_id": "06f59aa8574d49ae8ae7b781e9b2a80a", "id": "fbcb8b87-1a94-45a0-b5bb-6da41687b381"}]} 2018-08-20 10:44:53,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=841f96d7-bfb8-400b-b4bb-098392692aa2 used request id req-75773b75-77d0-40f1-b47f-ef5617d81f81 2018-08-20 10:44:53,158 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:44:53,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/841f96d7-bfb8-400b-b4bb-098392692aa2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:53,947 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a568304c-d1cc-49c1-9184-f2336c84f04b Content-Length: 0 Date: Mon, 20 Aug 2018 10:44:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:44:53,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/841f96d7-bfb8-400b-b4bb-098392692aa2 used request id req-a568304c-d1cc-49c1-9184-f2336c84f04b 2018-08-20 10:44:53,948 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj 2018-08-20 10:44:53,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:54,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a98c2b9-f994-412a-bc8e-278f355e0ea1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:44:54,250 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/06f59aa8574d49ae8ae7b781e9b2a80a used request id req-0a98c2b9-f994-412a-bc8e-278f355e0ea1 2018-08-20 10:44:54,250 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-fbc5a61a-c531-4fc-proj-role 2018-08-20 10:44:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/cb4b0807466f456985bb79386fbc7730 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:54,400 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5e5012f-d8a9-40fb-8316-55a4b6d4f07c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:44:54,400 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/cb4b0807466f456985bb79386fbc7730 used request id req-c5e5012f-d8a9-40fb-8316-55a4b6d4f07c 2018-08-20 10:44:54,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f803ecbc762f9c292cf1390b890e906c0258b40c" 2018-08-20 10:44:54,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4253d23a-a951-4697-9114-b627761f2d53 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:44:54,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4253d23a-a951-4697-9114-b627761f2d53 2018-08-20 10:44:54,498 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-fbc5a61a-c531-4fc-user 2018-08-20 10:44:54,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/09d2988dc55044868ef2827427b9ec72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04f4a2ed80e18f29fcdd018c45fa83a9bdec6ed" 2018-08-20 10:44:54,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a170cec4-2d0d-411b-aa1d-740b98f8971f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:44:54,725 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/09d2988dc55044868ef2827427b9ec72 used request id req-a170cec4-2d0d-411b-aa1d-740b98f8971f 2018-08-20 10:44:54,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:55,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:44:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["q4kOVBOjTsaen-zDfkul0w"], "issued_at": "2018-08-20T10:44:55.000000Z"}} 2018-08-20 10:44:55,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05011112b3015a069c3e28136b02def05be51723" 2018-08-20 10:44:55,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab4c8b3-8bf2-47a5-98c9-a132bbde828b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:55,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1ab4c8b3-8bf2-47a5-98c9-a132bbde828b 2018-08-20 10:44:55,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:55,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:55,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:44:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["kBHIeamHT2KAK1B7fCK8rA"], "issued_at": "2018-08-20T10:44:55.000000Z"}} 2018-08-20 10:44:55,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:44:55,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71214f37-49a5-4d0f-ace6-c2c7f33ee0c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:55,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-71214f37-49a5-4d0f-ace6-c2c7f33ee0c2 2018-08-20 10:44:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:44:55,722 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:44:55,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:44:55,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28413e9b-d4b3-4fd3-9dd9-2adf08ca6b98 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:44:55,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj used request id req-28413e9b-d4b3-4fd3-9dd9-2adf08ca6b98 2018-08-20 10:44:55,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:44:55,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb625918-ed72-47bd-b95c-9d86479fc51b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:44:55,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-bb625918-ed72-47bd-b95c-9d86479fc51b 2018-08-20 10:44:55,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}}' 2018-08-20 10:44:56,131 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4025ba5b-577a-4035-8ed5-f63dfbcf494c Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "id": "69c07e1d27474fb8924b8d093fa8bc92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:44:56,131 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-4025ba5b-577a-4035-8ed5-f63dfbcf494c 2018-08-20 10:44:56,132 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj 2018-08-20 10:44:56,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:56,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:56,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:44:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["l1tCUGxxQbqPMTOiGE_rXg"], "issued_at": "2018-08-20T10:44:56.000000Z"}} 2018-08-20 10:44:56,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25204879a4ae88914947ff6f8f9a34e77577dff7" 2018-08-20 10:44:56,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64d67443-cfad-4acc-8234-051787fb51ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:56,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-64d67443-cfad-4acc-8234-051787fb51ec 2018-08-20 10:44:56,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:44:56,633 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:44:56,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25204879a4ae88914947ff6f8f9a34e77577dff7" 2018-08-20 10:44:56,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c72b35-eef3-4c9c-b47b-c4a5cd3756a6 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:44:56,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-a7c72b35-eef3-4c9c-b47b-c4a5cd3756a6 2018-08-20 10:44:56,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25204879a4ae88914947ff6f8f9a34e77577dff7" 2018-08-20 10:44:56,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff99589-bcd3-4e70-b3ff-45756e6eac0e Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "id": "69c07e1d27474fb8924b8d093fa8bc92", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}]} 2018-08-20 10:44:56,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj used request id req-4ff99589-bcd3-4e70-b3ff-45756e6eac0e 2018-08-20 10:44:56,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25204879a4ae88914947ff6f8f9a34e77577dff7" 2018-08-20 10:44:56,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41057c47-d034-491b-ab09-e009dd7936ee Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:44:56,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-41057c47-d034-491b-ab09-e009dd7936ee 2018-08-20 10:44:57,334 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-user 2018-08-20 10:44:57,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:57,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:44:57,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2facbd1-19e2-4092-97ee-e40c166a9d24 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:44:57,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e2facbd1-19e2-4092-97ee-e40c166a9d24 2018-08-20 10:44:57,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" -d '{"role": {"name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}}' 2018-08-20 10:44:57,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2a51421-8777-4139-aece-a86bb57d5863 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a2e270f23be84e0896ff3428dea3b3d9", "links": {"self": "http://172.30.9.36:5000/v3/roles/a2e270f23be84e0896ff3428dea3b3d9"}, "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}} 2018-08-20 10:44:57,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-d2a51421-8777-4139-aece-a86bb57d5863 2018-08-20 10:44:57,557 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role 2018-08-20 10:44:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/a2e270f23be84e0896ff3428dea3b3d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:44:57,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9e1271-b991-40b3-9d28-d013d5b58c6a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a2e270f23be84e0896ff3428dea3b3d9", "links": {"self": "http://172.30.9.36:5000/v3/roles/a2e270f23be84e0896ff3428dea3b3d9"}, "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}} 2018-08-20 10:44:57,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/a2e270f23be84e0896ff3428dea3b3d9 used request id req-4f9e1271-b991-40b3-9d28-d013d5b58c6a 2018-08-20 10:44:57,648 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role to project InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj 2018-08-20 10:44:57,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92/users/1149a84a4db54820b49cae0403c07999/roles/a2e270f23be84e0896ff3428dea3b3d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:44:57,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b847b443-3b51-4178-9521-5b04966304c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:44:57,787 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92/users/1149a84a4db54820b49cae0403c07999/roles/a2e270f23be84e0896ff3428dea3b3d9 used request id req-b847b443-3b51-4178-9521-5b04966304c6 2018-08-20 10:44:57,787 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:44:57,789 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:44:57,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:44:57,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:44:58,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e270f23be84e0896ff3428dea3b3d9", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}], "expires_at": "2018-08-20T11:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-user", "id": "1149a84a4db54820b49cae0403c07999"}, "audit_ids": ["TQb1hLraQBuqO8dpT_JnNQ"], "issued_at": "2018-08-20T10:44:58.000000Z"}} 2018-08-20 10:44:58,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" 2018-08-20 10:44:58,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfbdb0db-2f04-482a-adff-0cd237933f9e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:44:58,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-bfbdb0db-2f04-482a-adff-0cd237933f9e 2018-08-20 10:44:58,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" 2018-08-20 10:44:58,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-b47bd6a8-5623-4132-b186-2a34da91963f Date: Mon, 20 Aug 2018 10:44:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image"} 2018-08-20 10:44:58,488 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image used request id req-b47bd6a8-5623-4132-b186-2a34da91963f 2018-08-20 10:44:58,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" 2018-08-20 10:44:58,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-646b9be9-3aa1-4948-bb4e-3218724b46e4 Date: Mon, 20 Aug 2018 10:44: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:44:58,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-646b9be9-3aa1-4948-bb4e-3218724b46e4 2018-08-20 10:44:58,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image"}' 2018-08-20 10:44:58,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-266a15e1-e7d8-4822-bf46-983c8e4b5e2a Date: Mon, 20 Aug 2018 10:44:58 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:44:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:44:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "min_disk": 0, "protected": false, "id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "file": "/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/file", "checksum": null, "owner": "69c07e1d27474fb8924b8d093fa8bc92", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:44:58,996 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-266a15e1-e7d8-4822-bf46-983c8e4b5e2a 2018-08-20 10:44:59,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" -d '' 2018-08-20 10:44:59,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-67d16052-11de-4075-8386-aeb6b54abb20 Date: Mon, 20 Aug 2018 10:44:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:44:59,693 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/file used request id req-67d16052-11de-4075-8386-aeb6b54abb20 2018-08-20 10:44:59,693 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:44:59,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" 2018-08-20 10:44:59,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f8bc11cf-1e0a-4519-a9ba-573775552108 Date: Mon, 20 Aug 2018 10:44:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:44:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:44:59Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/snap", "metadata": {}}], "self": "/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "min_disk": 0, "protected": false, "id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "file": "/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "69c07e1d27474fb8924b8d093fa8bc92", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:44:59,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a used request id req-f8bc11cf-1e0a-4519-a9ba-573775552108 2018-08-20 10:44:59,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" 2018-08-20 10:44:59,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-65c91775-a1ae-4f35-9cf3-5d59769d45e1 Date: Mon, 20 Aug 2018 10:44: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:44:59,889 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-65c91775-a1ae-4f35-9cf3-5d59769d45e1 2018-08-20 10:44:59,892 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image 2018-08-20 10:44:59,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" 2018-08-20 10:45:00,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-711872bc-5471-44be-a4de-fbbf61d2cb0c Date: Mon, 20 Aug 2018 10:45:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:44:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:44:59Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/snap", "metadata": {}}], "self": "/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "min_disk": 0, "protected": false, "id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "file": "/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "69c07e1d27474fb8924b8d093fa8bc92", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:45:00,076 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a used request id req-711872bc-5471-44be-a4de-fbbf61d2cb0c 2018-08-20 10:45:00,076 - create_image - DEBUG - Instance status is - active 2018-08-20 10:45:00,077 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image 2018-08-20 10:45:00,077 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image 2018-08-20 10:45:00,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:00,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:00,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e270f23be84e0896ff3428dea3b3d9", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}], "expires_at": "2018-08-20T11:45:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-user", "id": "1149a84a4db54820b49cae0403c07999"}, "audit_ids": ["qsncvofgTXqt0rtVDlaghA"], "issued_at": "2018-08-20T10:45:00.000000Z"}} 2018-08-20 10:45:00,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" 2018-08-20 10:45:00,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6937f2-36a7-4a27-af81-ec3725bafc24 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:00,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0b6937f2-36a7-4a27-af81-ec3725bafc24 2018-08-20 10:45:00,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:45:00,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:45:00,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:45:00,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:45:00,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:45:00,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" 2018-08-20 10:45:00,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d0174f45-521c-45ff-b12f-1c71f4e4679c Date: Mon, 20 Aug 2018 10:45:00 GMT RESP BODY: {"networks":[]} 2018-08-20 10:45:00,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-d0174f45-521c-45ff-b12f-1c71f4e4679c 2018-08-20 10:45:00,859 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net 2018-08-20 10:45:00,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" -d '{"network": {"name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net", "admin_state_up": true}}' 2018-08-20 10:45:01,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-d82fd82d-a1b0-4ebf-bdd7-272ef976b9de Date: Mon, 20 Aug 2018 10:45:01 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:45:01Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}} 2018-08-20 10:45:01,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-d82fd82d-a1b0-4ebf-bdd7-272ef976b9de 2018-08-20 10:45:01,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" 2018-08-20 10:45:01,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-be315ea6-61c7-41ee-a126-9ea8aff80929 Date: Mon, 20 Aug 2018 10:45: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-08-20T10:45:01Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:01,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-be315ea6-61c7-41ee-a126-9ea8aff80929 2018-08-20 10:45:01,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" 2018-08-20 10:45:01,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-31583495-b955-4fbf-bda1-040afee0de75 Date: Mon, 20 Aug 2018 10:45:01 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:45:01,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-31583495-b955-4fbf-bda1-040afee0de75 2018-08-20 10:45:01,880 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet 2018-08-20 10:45:01,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" -d '{"subnets": [{"ip_version": 4, "network_id": "8514f39d-9a74-4f19-a79e-61f3ca619a9b", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]}' 2018-08-20 10:45:02,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b783186c-8ff0-4b22-810d-8657f2a37c50 Date: Mon, 20 Aug 2018 10:45:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:02,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-b783186c-8ff0-4b22-810d-8657f2a37c50 2018-08-20 10:45:02,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" 2018-08-20 10:45:03,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a6693064-f939-423c-8a7d-9fde771dfc49 Date: Mon, 20 Aug 2018 10:45: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":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:03,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-a6693064-f939-423c-8a7d-9fde771dfc49 2018-08-20 10:45:03,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" 2018-08-20 10:45:03,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-80cf2822-5a3e-4ce7-b911-45a300fca1f1 Date: Mon, 20 Aug 2018 10:45:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:03,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-80cf2822-5a3e-4ce7-b911-45a300fca1f1 2018-08-20 10:45:03,289 - OpenStackNetwork - DEBUG - Network [8514f39d-9a74-4f19-a79e-61f3ca619a9b] created successfully 2018-08-20 10:45:03,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:03,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:03,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:45:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["nd3wqoVVSAyeyYXx0iroDw"], "issued_at": "2018-08-20T10:45:03.000000Z"}} 2018-08-20 10:45:03,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06862f3a8208d2f7014fdb8746f75966b9c875dd" 2018-08-20 10:45:03,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b92cad7-8f6b-409a-8fe5-9c86ce33b96e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:03,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7b92cad7-8f6b-409a-8fe5-9c86ce33b96e 2018-08-20 10:45:03,867 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:45:03,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06862f3a8208d2f7014fdb8746f75966b9c875dd" 2018-08-20 10:45:04,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45: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-c324661a-8bf1-40d9-bfa8-13fd751402e4 x-compute-request-id: req-c324661a-8bf1-40d9-bfa8-13fd751402e4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:45:04,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-c324661a-8bf1-40d9-bfa8-13fd751402e4 2018-08-20 10:45:04,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06862f3a8208d2f7014fdb8746f75966b9c875dd" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-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-08-20 10:45:04,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45: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-a51f690a-c204-4e5c-8f50-6bcf5f6189f8 x-compute-request-id: req-a51f690a-c204-4e5c-8f50-6bcf5f6189f8 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f"}} 2018-08-20 10:45:04,158 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-a51f690a-c204-4e5c-8f50-6bcf5f6189f8 2018-08-20 10:45:04,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:04,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:04,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e270f23be84e0896ff3428dea3b3d9", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}], "expires_at": "2018-08-20T11:45:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-user", "id": "1149a84a4db54820b49cae0403c07999"}, "audit_ids": ["o8A1_m20SJ6hkvIko9cYhw"], "issued_at": "2018-08-20T10:45:04.000000Z"}} 2018-08-20 10:45:04,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:04,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0620c3a-fa63-4ab4-8128-e1168398a896 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:04,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d0620c3a-fa63-4ab4-8128-e1168398a896 2018-08-20 10:45:04,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:45:04,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:45:04,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:45:04,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:45:04,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:45:04,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:04,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d2a98dea-0cd6-498b-80c4-b130d0aa4883 Date: Mon, 20 Aug 2018 10:45:04 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:45:04,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name&description=hello+group used request id req-d2a98dea-0cd6-498b-80c4-b130d0aa4883 2018-08-20 10:45:04,886 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name... 2018-08-20 10:45:04,887 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name 2018-08-20 10:45:04,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" -d '{"security_group": {"name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name", "description": "hello group"}}' 2018-08-20 10:45:05,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c2b22eeb-6857-4ca8-8f08-f6b3a9222f41 Date: Mon, 20 Aug 2018 10:45:05 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "updated_at": "2018-08-20T10:45:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "revision_number": 0, "id": "cde022e0-e171-450f-934c-139e848e09c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv4", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "revision_number": 0, "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv6", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}], "revision_number": 2, "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name"}} 2018-08-20 10:45:05,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-c2b22eeb-6857-4ca8-8f08-f6b3a9222f41 2018-08-20 10:45:05,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bea74e98-fab3-4e45-9c7f-ea9a527e799f 2018-08-20 10:45:05,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:05,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e28b3230-4578-4a16-8e51-55222550ac83 Date: Mon, 20 Aug 2018 10:45:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "cde022e0-e171-450f-934c-139e848e09c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f"}]} 2018-08-20 10:45:05,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-e28b3230-4578-4a16-8e51-55222550ac83 2018-08-20 10:45:05,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bea74e98-fab3-4e45-9c7f-ea9a527e799f 2018-08-20 10:45:05,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:05,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-516eb5e0-d832-4dc2-a340-c4ab78efbb22 Date: Mon, 20 Aug 2018 10:45:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "cde022e0-e171-450f-934c-139e848e09c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f"}]} 2018-08-20 10:45:05,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-516eb5e0-d832-4dc2-a340-c4ab78efbb22 2018-08-20 10:45:05,937 - neutron_utils - INFO - Retrieving security group with ID - bea74e98-fab3-4e45-9c7f-ea9a527e799f 2018-08-20 10:45:05,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:06,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c1283d3b-5ca1-492b-8723-8c00b900407b Date: Mon, 20 Aug 2018 10:45:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "updated_at": "2018-08-20T10:45:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "revision_number": 0, "id": "cde022e0-e171-450f-934c-139e848e09c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv4", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "revision_number": 0, "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv6", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}], "revision_number": 2, "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name"}]} 2018-08-20 10:45:06,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-c1283d3b-5ca1-492b-8723-8c00b900407b 2018-08-20 10:45:06,170 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bea74e98-fab3-4e45-9c7f-ea9a527e799f 2018-08-20 10:45:06,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:06,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d2dbdd3b-94b6-4812-8c47-f3f658aecb75 Date: Mon, 20 Aug 2018 10:45:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "cde022e0-e171-450f-934c-139e848e09c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f"}]} 2018-08-20 10:45:06,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-d2dbdd3b-94b6-4812-8c47-f3f658aecb75 2018-08-20 10:45:06,386 - neutron_utils - INFO - Retrieving security group with ID - bea74e98-fab3-4e45-9c7f-ea9a527e799f 2018-08-20 10:45:06,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:06,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-a969f6fd-b639-4aec-b26b-7af640b20140 Date: Mon, 20 Aug 2018 10:45:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "updated_at": "2018-08-20T10:45:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "revision_number": 0, "id": "cde022e0-e171-450f-934c-139e848e09c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv4", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "revision_number": 0, "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv6", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}], "revision_number": 2, "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name"}]} 2018-08-20 10:45:06,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-a969f6fd-b639-4aec-b26b-7af640b20140 2018-08-20 10:45:06,606 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bea74e98-fab3-4e45-9c7f-ea9a527e799f 2018-08-20 10:45:06,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:06,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a01ec4aa-037a-4672-8c6e-424c983ffa40 Date: Mon, 20 Aug 2018 10:45:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "cde022e0-e171-450f-934c-139e848e09c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f"}]} 2018-08-20 10:45:06,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-a01ec4aa-037a-4672-8c6e-424c983ffa40 2018-08-20 10:45:06,804 - neutron_utils - INFO - Retrieving security group with ID - bea74e98-fab3-4e45-9c7f-ea9a527e799f 2018-08-20 10:45:06,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:07,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f1c012ad-9627-434b-a09f-b06ba6d548b8 Date: Mon, 20 Aug 2018 10:45:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "updated_at": "2018-08-20T10:45:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "revision_number": 0, "id": "cde022e0-e171-450f-934c-139e848e09c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv4", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "revision_number": 0, "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv6", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}], "revision_number": 2, "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name"}]} 2018-08-20 10:45:07,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-f1c012ad-9627-434b-a09f-b06ba6d548b8 2018-08-20 10:45:07,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bea74e98-fab3-4e45-9c7f-ea9a527e799f 2018-08-20 10:45:07,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:07,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-78a5159b-9a0f-4677-9b9a-9aee646b6680 Date: Mon, 20 Aug 2018 10:45:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "cde022e0-e171-450f-934c-139e848e09c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:05Z", "security_group_id": "bea74e98-fab3-4e45-9c7f-ea9a527e799f", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:05Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f"}]} 2018-08-20 10:45:07,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-78a5159b-9a0f-4677-9b9a-9aee646b6680 2018-08-20 10:45:07,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:07,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:07,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e270f23be84e0896ff3428dea3b3d9", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}], "expires_at": "2018-08-20T11:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-user", "id": "1149a84a4db54820b49cae0403c07999"}, "audit_ids": ["cNjxTzwORTeCxee4qLqD7g"], "issued_at": "2018-08-20T10:45:07.000000Z"}} 2018-08-20 10:45:07,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:07,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e54a4008-4f8e-4bff-ae31-cd1e15c754ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:07,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e54a4008-4f8e-4bff-ae31-cd1e15c754ff 2018-08-20 10:45:07,560 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:45:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:45:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:45:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:45:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:45:07,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:45:07,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:07,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65fed349-f4e8-4981-afee-2c5ed1ca0019 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:07,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-65fed349-f4e8-4981-afee-2c5ed1ca0019 2018-08-20 10:45:07,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:07,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-45de248e-5bc2-42f2-ad63-9d66308c4eb3 Date: Mon, 20 Aug 2018 10:45: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":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:07,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-45de248e-5bc2-42f2-ad63-9d66308c4eb3 2018-08-20 10:45:07,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:08,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9c2d00cb-739c-40b3-b7f8-b24a8dff07a4 Date: Mon, 20 Aug 2018 10:45:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:08,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-9c2d00cb-739c-40b3-b7f8-b24a8dff07a4 2018-08-20 10:45:08,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:08,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-720649d9-1254-4bb3-8fc6-909a20e0dfe4 Date: Mon, 20 Aug 2018 10:45:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:08,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-720649d9-1254-4bb3-8fc6-909a20e0dfe4 2018-08-20 10:45:08,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:45:08,660 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:45:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:45:08,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:08,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1e19a8e-b9e9-462f-ac27-23f6d42fe0fc Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:08,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-c1e19a8e-b9e9-462f-ac27-23f6d42fe0fc 2018-08-20 10:45:08,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:08,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1ac3b4f4-c9f9-44e0-bea9-7b2b5ef4de1d Date: Mon, 20 Aug 2018 10:45:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:08,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-1ac3b4f4-c9f9-44e0-bea9-7b2b5ef4de1d 2018-08-20 10:45:08,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:09,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ba245fa5-fd57-45c3-87f3-6e82927ea2a8 Date: Mon, 20 Aug 2018 10:45:08 GMT RESP BODY: {"ports":[]} 2018-08-20 10:45:09,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port&admin_state_up=True used request id req-ba245fa5-fd57-45c3-87f3-6e82927ea2a8 2018-08-20 10:45:09,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:09,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-704e2b3f-976c-4875-8dd5-6ba4824c2efe x-compute-request-id: req-704e2b3f-976c-4875-8dd5-6ba4824c2efe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:45:09,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst used request id req-704e2b3f-976c-4875-8dd5-6ba4824c2efe 2018-08-20 10:45:09,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:09,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-723b848a-357d-4e2c-a63b-cba2b90ec0f2 Date: Mon, 20 Aug 2018 10:45:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:09,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-723b848a-357d-4e2c-a63b-cba2b90ec0f2 2018-08-20 10:45:09,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:09,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-42453835-131b-4bb6-8d29-6f07eae3d1dc Date: Mon, 20 Aug 2018 10:45:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:09,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-42453835-131b-4bb6-8d29-6f07eae3d1dc 2018-08-20 10:45:09,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:09,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-d86368b3-32ff-4c99-935c-73800f769eb9 Date: Mon, 20 Aug 2018 10:45:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:09,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-d86368b3-32ff-4c99-935c-73800f769eb9 2018-08-20 10:45:09,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:09,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d0ad63d-a5c4-4e7b-adf6-0a27b40751f1 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:09,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-2d0ad63d-a5c4-4e7b-adf6-0a27b40751f1 2018-08-20 10:45:09,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:09,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e4fc6fda-0362-4d17-8bb3-80a9e6bdbbaa Date: Mon, 20 Aug 2018 10:45:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:09,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-e4fc6fda-0362-4d17-8bb3-80a9e6bdbbaa 2018-08-20 10:45:09,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:10,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-db1eadf8-c434-4c7e-adb4-bd64ef451180 Date: Mon, 20 Aug 2018 10:45:10 GMT RESP BODY: {"ports":[]} 2018-08-20 10:45:10,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port&admin_state_up=True used request id req-db1eadf8-c434-4c7e-adb4-bd64ef451180 2018-08-20 10:45:10,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:10,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:10,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e270f23be84e0896ff3428dea3b3d9", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}], "expires_at": "2018-08-20T11:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-user", "id": "1149a84a4db54820b49cae0403c07999"}, "audit_ids": ["EtwDRotpRXq7lhwI-7uC6A"], "issued_at": "2018-08-20T10:45:10.000000Z"}} 2018-08-20 10:45:10,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}625c92d475fabe047a38fb917e1942d9757199a3" 2018-08-20 10:45:10,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689be792-ee2a-4a28-8296-b8bf92b760c4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:10,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-689be792-ee2a-4a28-8296-b8bf92b760c4 2018-08-20 10:45:10,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:10,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-8657d531-4400-47b7-a575-e8d619fa990d Date: Mon, 20 Aug 2018 10:45:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:10,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-8657d531-4400-47b7-a575-e8d619fa990d 2018-08-20 10:45:10,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:10,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c5b209ab-0ea4-415a-991d-e991543ea39f Date: Mon, 20 Aug 2018 10:45:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:10,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-c5b209ab-0ea4-415a-991d-e991543ea39f 2018-08-20 10:45:10,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:11,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-61dcee23-c10f-4b9e-bf99-64ada51c81f7 Date: Mon, 20 Aug 2018 10:45:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:11,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-61dcee23-c10f-4b9e-bf99-64ada51c81f7 2018-08-20 10:45:11,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:45:11,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:45:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:45:11,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}625c92d475fabe047a38fb917e1942d9757199a3" 2018-08-20 10:45:11,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c2fcba3-ddb3-4ef2-8fa0-ab4deeebeb3d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:11,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-9c2fcba3-ddb3-4ef2-8fa0-ab4deeebeb3d 2018-08-20 10:45:11,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:11,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-969f6f8f-2d27-4e7c-b9df-430a36affaf5 Date: Mon, 20 Aug 2018 10:45:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:11,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-969f6f8f-2d27-4e7c-b9df-430a36affaf5 2018-08-20 10:45:11,365 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net 2018-08-20 10:45:11,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" -d '{"port": {"network_id": "8514f39d-9a74-4f19-a79e-61f3ca619a9b", "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port", "admin_state_up": true}}' 2018-08-20 10:45:12,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-e5dd6470-01f6-4b9c-94a4-535c2bea40a9 Date: Mon, 20 Aug 2018 10:45:12 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:45:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:45:12Z","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ca:76:9b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.5"}],"id":"89360342-e368-4217-9217-83975406105c","security_groups":["94242107-7492-4092-b817-8d4db7b3f782"],"device_id":""}} 2018-08-20 10:45:12,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-e5dd6470-01f6-4b9c-94a4-535c2bea40a9 2018-08-20 10:45:12,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:12,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-71911256-7960-4a87-83f1-563658291dbf Date: Mon, 20 Aug 2018 10:45: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":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:12,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-71911256-7960-4a87-83f1-563658291dbf 2018-08-20 10:45:12,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-65131736-bbcd-47bb-94d1-c5aa1771d92c Date: Mon, 20 Aug 2018 10:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:13,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-65131736-bbcd-47bb-94d1-c5aa1771d92c 2018-08-20 10:45:13,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-923842ce-53d2-4384-b09c-ce8ead9608d4 Date: Mon, 20 Aug 2018 10:45:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:13,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-923842ce-53d2-4384-b09c-ce8ead9608d4 2018-08-20 10:45:13,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a63af1a-987d-469d-84fe-c696f4361c17 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:13,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-6a63af1a-987d-469d-84fe-c696f4361c17 2018-08-20 10:45:13,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c0cf25b3-748e-48c1-95f7-3c5cb0ad2a6c Date: Mon, 20 Aug 2018 10:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:13,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-c0cf25b3-748e-48c1-95f7-3c5cb0ad2a6c 2018-08-20 10:45:13,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-d4567280-2062-40e4-9c97-e6f811a02974 Date: Mon, 20 Aug 2018 10:45:13 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:12Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ca:76:9b","id":"89360342-e368-4217-9217-83975406105c","port_security_enabled":true,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["94242107-7492-4092-b817-8d4db7b3f782"],"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port"}]} 2018-08-20 10:45:13,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port&admin_state_up=True used request id req-d4567280-2062-40e4-9c97-e6f811a02974 2018-08-20 10:45:13,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbbad4c7-cb8c-4b38-9d98-ff6468d4f660 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:13,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-fbbad4c7-cb8c-4b38-9d98-ff6468d4f660 2018-08-20 10:45:13,633 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst 2018-08-20 10:45:13,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c0d05ff-c72a-49f2-91e5-9e83bf3d89f8 x-compute-request-id: req-1c0d05ff-c72a-49f2-91e5-9e83bf3d89f8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-flavor-name"}]} 2018-08-20 10:45:13,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-1c0d05ff-c72a-49f2-91e5-9e83bf3d89f8 2018-08-20 10:45:13,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82d430d5-4d7d-42bd-89c3-17ae6aef1b58 x-compute-request-id: req-82d430d5-4d7d-42bd-89c3-17ae6aef1b58 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f"}} 2018-08-20 10:45:13,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f used request id req-82d430d5-4d7d-42bd-89c3-17ae6aef1b58 2018-08-20 10:45:13,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:13,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-04a6246c-7705-4942-8bb4-f43f20eb6fad Date: Mon, 20 Aug 2018 10:45:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:44:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:44:59Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/snap", "metadata": {}}], "self": "/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "min_disk": 0, "protected": false, "id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "file": "/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "69c07e1d27474fb8924b8d093fa8bc92", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/9b87aeb8-8250-45be-a680-1b4087b87e6a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image"} 2018-08-20 10:45:13,877 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image used request id req-04a6246c-7705-4942-8bb4-f43f20eb6fad 2018-08-20 10:45:13,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:14,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-db8ea4cf-1565-4a91-a407-e5dfd93612a2 Date: Mon, 20 Aug 2018 10:45: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:45:14,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-db8ea4cf-1565-4a91-a407-e5dfd93612a2 2018-08-20 10:45:14,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" -d '{"server": {"name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "imageRef": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "flavorRef": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "max_count": 1, "min_count": 1, "networks": [{"port": "89360342-e368-4217-9217-83975406105c"}]}}' 2018-08-20 10:45:15,528 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29a9e063-e984-409f-a7d1-800c0139ab08 x-compute-request-id: req-29a9e063-e984-409f-a7d1-800c0139ab08 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "adminPass": "LS7qSBwvKrVg"}} 2018-08-20 10:45:15,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-29a9e063-e984-409f-a7d1-800c0139ab08 2018-08-20 10:45:15,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:15,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b604809f-f972-4944-a79e-038a81368f99 x-compute-request-id: req-b604809f-f972-4944-a79e-038a81368f99 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.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:45:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:15,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-b604809f-f972-4944-a79e-038a81368f99 2018-08-20 10:45:15,945 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst 2018-08-20 10:45:15,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:16,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c348418b-bbf5-4496-acc9-bc7ec3a81ea3 x-compute-request-id: req-c348418b-bbf5-4496-acc9-bc7ec3a81ea3 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.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:45:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:16,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-c348418b-bbf5-4496-acc9-bc7ec3a81ea3 2018-08-20 10:45:16,195 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst] is - BUILD 2018-08-20 10:45:16,195 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:45:19,198 - create_instance - DEBUG - VM status query timeout in 896.747067213 2018-08-20 10:45:19,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:19,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09addc0c-3893-4749-8fdc-715a367ee354 x-compute-request-id: req-09addc0c-3893-4749-8fdc-715a367ee354 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.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:45:16Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:19,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-09addc0c-3893-4749-8fdc-715a367ee354 2018-08-20 10:45:19,720 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst] is - BUILD 2018-08-20 10:45:19,720 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:45:22,723 - create_instance - DEBUG - VM status query timeout in 893.222185135 2018-08-20 10:45:22,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:23,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45: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-159807ff-7a77-4910-8f52-d95cf317d27e x-compute-request-id: req-159807ff-7a77-4910-8f52-d95cf317d27e Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:23,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-159807ff-7a77-4910-8f52-d95cf317d27e 2018-08-20 10:45:23,262 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst] is - ACTIVE 2018-08-20 10:45:23,262 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:45:23,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:23,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45: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-fe9983b7-1b89-4b70-bb60-5a76ec2aeecb x-compute-request-id: req-fe9983b7-1b89-4b70-bb60-5a76ec2aeecb Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:23,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-fe9983b7-1b89-4b70-bb60-5a76ec2aeecb 2018-08-20 10:45:23,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:24,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-103e8bc1-936f-4100-9cb8-ffc3cbb14be2 Date: Mon, 20 Aug 2018 10:45: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":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:24,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-103e8bc1-936f-4100-9cb8-ffc3cbb14be2 2018-08-20 10:45:24,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:24,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c142c0-c663-44b3-a322-35a851f6989a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:24,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-38c142c0-c663-44b3-a322-35a851f6989a 2018-08-20 10:45:24,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:24,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-59c2a3bb-5eb2-41bf-80dd-6bce7193f114 Date: Mon, 20 Aug 2018 10:45:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:24,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-59c2a3bb-5eb2-41bf-80dd-6bce7193f114 2018-08-20 10:45:24,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:24,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-b0dd4b1d-e73e-4a41-87ba-d9b6c1cb001f Date: Mon, 20 Aug 2018 10:45:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:ba:a4","id":"2a387fde-b686-4306-b69c-6f180ac3d895","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:20Z","binding:vnic_type":"normal","device_id":"763b49c2-77f1-4f18-8893-612d3a3592e1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ca:76:9b","id":"89360342-e368-4217-9217-83975406105c","port_security_enabled":true,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["94242107-7492-4092-b817-8d4db7b3f782"],"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:f5:47","id":"ab5b387f-d6dd-4270-94ef-109b5b067391","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:01:16:6b","id":"cda712c6-c4db-4ada-a04b-8e25cb64fb83","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:45:24,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-b0dd4b1d-e73e-4a41-87ba-d9b6c1cb001f 2018-08-20 10:45:24,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:24,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76035491-8bcb-4afb-b5cb-304a8c728e3f x-compute-request-id: req-76035491-8bcb-4afb-b5cb-304a8c728e3f Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:24,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-76035491-8bcb-4afb-b5cb-304a8c728e3f 2018-08-20 10:45:24,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:25,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-98ca4ecb-d945-4822-92e1-092c53d58083 Date: Mon, 20 Aug 2018 10:45: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":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:25,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-98ca4ecb-d945-4822-92e1-092c53d58083 2018-08-20 10:45:25,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:25,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78171e49-bb9c-476e-b824-7870e6c926d4 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:25,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-78171e49-bb9c-476e-b824-7870e6c926d4 2018-08-20 10:45:25,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:25,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c74b4962-1d52-47f6-a6f4-97edbc8dbd69 Date: Mon, 20 Aug 2018 10:45:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:25,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-c74b4962-1d52-47f6-a6f4-97edbc8dbd69 2018-08-20 10:45:25,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:25,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-8dda3752-f18f-4d71-acb9-1eb3248fa9dd Date: Mon, 20 Aug 2018 10:45:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:ba:a4","id":"2a387fde-b686-4306-b69c-6f180ac3d895","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:20Z","binding:vnic_type":"normal","device_id":"763b49c2-77f1-4f18-8893-612d3a3592e1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ca:76:9b","id":"89360342-e368-4217-9217-83975406105c","port_security_enabled":true,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["94242107-7492-4092-b817-8d4db7b3f782"],"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:f5:47","id":"ab5b387f-d6dd-4270-94ef-109b5b067391","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:01:16:6b","id":"cda712c6-c4db-4ada-a04b-8e25cb64fb83","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:45:25,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-8dda3752-f18f-4d71-acb9-1eb3248fa9dd 2018-08-20 10:45:25,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:25,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a2e270f23be84e0896ff3428dea3b3d9", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role"}], "expires_at": "2018-08-20T11:45:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/69c07e1d27474fb8924b8d093fa8bc92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-user", "id": "1149a84a4db54820b49cae0403c07999"}, "audit_ids": ["_7o3QC3yS2ae2D9XbKvZYw"], "issued_at": "2018-08-20T10:45:25.000000Z"}} 2018-08-20 10:45:25,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef8ecc38599487bbe079c0c70e2ac497699eaf3" 2018-08-20 10:45:26,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45: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-0dfe66b7-0d01-4ffd-963d-f890e6a434c2 x-compute-request-id: req-0dfe66b7-0d01-4ffd-963d-f890e6a434c2 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:26,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-0dfe66b7-0d01-4ffd-963d-f890e6a434c2 2018-08-20 10:45:26,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:27,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47bc02e2-eaea-4d87-ba64-f5a92017a908 x-compute-request-id: req-47bc02e2-eaea-4d87-ba64-f5a92017a908 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:27,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-47bc02e2-eaea-4d87-ba64-f5a92017a908 2018-08-20 10:45:27,361 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst] is - ACTIVE 2018-08-20 10:45:27,361 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:45:27,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:28,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-508948c5-3049-44e0-9780-c737e042ecb1 x-compute-request-id: req-508948c5-3049-44e0-9780-c737e042ecb1 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:28,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-508948c5-3049-44e0-9780-c737e042ecb1 2018-08-20 10:45:28,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:28,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1066d5e1-0bc1-4580-adae-9d7ccc2eee6b Date: Mon, 20 Aug 2018 10:45:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:28,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-1066d5e1-0bc1-4580-adae-9d7ccc2eee6b 2018-08-20 10:45:28,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:28,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a201a032-254e-457c-8b1e-e01177c56604 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:28,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-a201a032-254e-457c-8b1e-e01177c56604 2018-08-20 10:45:28,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:28,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-68698517-717b-4728-890e-de7fe5d02da9 Date: Mon, 20 Aug 2018 10:45:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:28,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-68698517-717b-4728-890e-de7fe5d02da9 2018-08-20 10:45:28,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:28,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-e5a2c7f0-1d9f-4860-b261-a6ce45533784 Date: Mon, 20 Aug 2018 10:45:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:ba:a4","id":"2a387fde-b686-4306-b69c-6f180ac3d895","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:20Z","binding:vnic_type":"normal","device_id":"763b49c2-77f1-4f18-8893-612d3a3592e1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ca:76:9b","id":"89360342-e368-4217-9217-83975406105c","port_security_enabled":true,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["94242107-7492-4092-b817-8d4db7b3f782"],"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:f5:47","id":"ab5b387f-d6dd-4270-94ef-109b5b067391","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:01:16:6b","id":"cda712c6-c4db-4ada-a04b-8e25cb64fb83","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:45:28,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-e5a2c7f0-1d9f-4860-b261-a6ce45533784 2018-08-20 10:45:28,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:29,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3c7856e-6637-4a88-8c1c-b7eea221bcd4 x-compute-request-id: req-e3c7856e-6637-4a88-8c1c-b7eea221bcd4 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:29,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-e3c7856e-6637-4a88-8c1c-b7eea221bcd4 2018-08-20 10:45:29,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:29,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-3bb51eb2-81a7-40d6-abcb-e9fe5216aa32 Date: Mon, 20 Aug 2018 10:45:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:29,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-3bb51eb2-81a7-40d6-abcb-e9fe5216aa32 2018-08-20 10:45:29,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:29,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6161974f-e547-4bdd-991a-aff888b61782 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:29,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-6161974f-e547-4bdd-991a-aff888b61782 2018-08-20 10:45:29,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:29,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3dd129c8-f4d9-4a5a-b882-180bbfb992be Date: Mon, 20 Aug 2018 10:45:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:29,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-3dd129c8-f4d9-4a5a-b882-180bbfb992be 2018-08-20 10:45:29,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:29,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-ef96bcb4-74a0-44e4-b4c4-a233e72b3965 Date: Mon, 20 Aug 2018 10:45:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:ba:a4","id":"2a387fde-b686-4306-b69c-6f180ac3d895","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:20Z","binding:vnic_type":"normal","device_id":"763b49c2-77f1-4f18-8893-612d3a3592e1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ca:76:9b","id":"89360342-e368-4217-9217-83975406105c","port_security_enabled":true,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["94242107-7492-4092-b817-8d4db7b3f782"],"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:f5:47","id":"ab5b387f-d6dd-4270-94ef-109b5b067391","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:01:16:6b","id":"cda712c6-c4db-4ada-a04b-8e25cb64fb83","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:45:29,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-ef96bcb4-74a0-44e4-b4c4-a233e72b3965 2018-08-20 10:45:30,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name"}}' 2018-08-20 10:45:30,747 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97eb03e1-7261-4a97-9b86-21ce27abfe80 x-compute-request-id: req-97eb03e1-7261-4a97-9b86-21ce27abfe80 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name not associated with the instance 763b49c2-77f1-4f18-8893-612d3a3592e1", "code": 404}} 2018-08-20 10:45:30,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1/action used request id req-97eb03e1-7261-4a97-9b86-21ce27abfe80 2018-08-20 10:45:30,748 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name not associated with the instance 763b49c2-77f1-4f18-8893-612d3a3592e1 (HTTP 404) (Request-ID: req-97eb03e1-7261-4a97-9b86-21ce27abfe80) 2018-08-20 10:45:30,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:31,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bedda9b-0c37-4598-8292-f7a9315836e5 x-compute-request-id: req-4bedda9b-0c37-4598-8292-f7a9315836e5 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:31,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-4bedda9b-0c37-4598-8292-f7a9315836e5 2018-08-20 10:45:31,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:31,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-924f43d9-92c0-4eca-9945-26a025a94b96 Date: Mon, 20 Aug 2018 10:45:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7239ef4-c6b7-4dd8-ab54-a0b66e24921a"],"updated_at":"2018-08-20T10:45:02Z","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net"}]} 2018-08-20 10:45:31,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net used request id req-924f43d9-92c0-4eca-9945-26a025a94b96 2018-08-20 10:45:31,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:31,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af8327d1-f194-4433-9731-089ffbe9758f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:31,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-af8327d1-f194-4433-9731-089ffbe9758f 2018-08-20 10:45:31,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:31,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ac9d5a98-8e35-444c-b1d7-2cde43356b39 Date: Mon, 20 Aug 2018 10:45:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"69c07e1d27474fb8924b8d093fa8bc92","id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet"}]} 2018-08-20 10:45:31,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-ac9d5a98-8e35-444c-b1d7-2cde43356b39 2018-08-20 10:45:31,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:31,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-785403c3-eb87-4276-8a4f-86d2fe0d4e70 Date: Mon, 20 Aug 2018 10:45:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2e:ba:a4","id":"2a387fde-b686-4306-b69c-6f180ac3d895","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:20Z","binding:vnic_type":"normal","device_id":"763b49c2-77f1-4f18-8893-612d3a3592e1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ca:76:9b","id":"89360342-e368-4217-9217-83975406105c","port_security_enabled":true,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["94242107-7492-4092-b817-8d4db7b3f782"],"name":"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:02Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:42:f5:47","id":"ab5b387f-d6dd-4270-94ef-109b5b067391","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8514f39d-9a74-4f19-a79e-61f3ca619a9b","tenant_id":"69c07e1d27474fb8924b8d093fa8bc92","created_at":"2018-08-20T10:45:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:45:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8514f39d-9a74-4f19-a79e-61f3ca619a9b","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:01:16:6b","id":"cda712c6-c4db-4ada-a04b-8e25cb64fb83","port_security_enabled":false,"project_id":"69c07e1d27474fb8924b8d093fa8bc92","fixed_ips":[{"subnet_id":"c7239ef4-c6b7-4dd8-ab54-a0b66e24921a","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:45:31,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-785403c3-eb87-4276-8a4f-86d2fe0d4e70 2018-08-20 10:45:31,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef8ecc38599487bbe079c0c70e2ac497699eaf3" 2018-08-20 10:45:32,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-2c1fb562-3cc3-4636-a1ef-a9e9548ef088 x-compute-request-id: req-2c1fb562-3cc3-4636-a1ef-a9e9548ef088 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "security_groups": [{"name": "default"}], "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:20Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:32,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-2c1fb562-3cc3-4636-a1ef-a9e9548ef088 2018-08-20 10:45:32,526 - create_instance - INFO - Deleting Port with ID - 89360342-e368-4217-9217-83975406105c 2018-08-20 10:45:32,526 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-port 2018-08-20 10:45:32,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/89360342-e368-4217-9217-83975406105c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:32,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-883890e3-e17f-41ff-9371-9204fd030a01 Date: Mon, 20 Aug 2018 10:45:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:45:32,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/89360342-e368-4217-9217-83975406105c used request id req-883890e3-e17f-41ff-9371-9204fd030a01 2018-08-20 10:45:32,999 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst 2018-08-20 10:45:33,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:33,161 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:45:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d3d86af-5daf-4b32-a9ef-f5d52d6a8a39 x-compute-request-id: req-3d3d86af-5daf-4b32-a9ef-f5d52d6a8a39 Content-Type: application/json 2018-08-20 10:45:33,161 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-3d3d86af-5daf-4b32-a9ef-f5d52d6a8a39 2018-08-20 10:45:33,162 - create_instance - INFO - Checking deletion status 2018-08-20 10:45:33,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:33,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60083b88-4572-4754-8a9d-7e237e1d5239 x-compute-request-id: req-60083b88-4572-4754-8a9d-7e237e1d5239 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:76:9b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:33Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:33,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-60083b88-4572-4754-8a9d-7e237e1d5239 2018-08-20 10:45:33,276 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst] is - ACTIVE 2018-08-20 10:45:33,276 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:45:36,279 - create_instance - DEBUG - VM status query timeout in 296.882292986 2018-08-20 10:45:36,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:36,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3005a084-2cd7-4e0d-932e-627d4867a648 x-compute-request-id: req-3005a084-2cd7-4e0d-932e-627d4867a648 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.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/763b49c2-77f1-4f18-8893-612d3a3592e1", "rel": "bookmark"}], "image": {"id": "9b87aeb8-8250-45be-a680-1b4087b87e6a", "links": [{"href": "http://172.30.9.36:8774/images/9b87aeb8-8250-45be-a680-1b4087b87e6a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:45:20.000000", "flavor": {"id": "e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "links": [{"href": "http://172.30.9.36:8774/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f", "rel": "bookmark"}]}, "id": "763b49c2-77f1-4f18-8893-612d3a3592e1", "user_id": "1149a84a4db54820b49cae0403c07999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:45:36Z", "hostId": "536874f51c97bab10aca88bb1bedf07270c0996ca4dbaf3a2d6b6984", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst", "created": "2018-08-20T10:45:15Z", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:45:36,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-3005a084-2cd7-4e0d-932e-627d4867a648 2018-08-20 10:45:36,556 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst] is - ACTIVE 2018-08-20 10:45:36,556 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:45:39,560 - create_instance - DEBUG - VM status query timeout in 293.602100134 2018-08-20 10:45:39,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935e28103a0666d676b428001221d1add62b0573" 2018-08-20 10:45:39,615 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c19849a-ea14-4e73-80a1-bd63b9aa089e x-compute-request-id: req-3c19849a-ea14-4e73-80a1-bd63b9aa089e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 763b49c2-77f1-4f18-8893-612d3a3592e1 could not be found.", "code": 404}} 2018-08-20 10:45:39,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/763b49c2-77f1-4f18-8893-612d3a3592e1 used request id req-3c19849a-ea14-4e73-80a1-bd63b9aa089e 2018-08-20 10:45:39,615 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 763b49c2-77f1-4f18-8893-612d3a3592e1 could not be found. (HTTP 404) (Request-ID: req-3c19849a-ea14-4e73-80a1-bd63b9aa089e) 2018-08-20 10:45:39,615 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-inst 2018-08-20 10:45:39,617 - neutron_utils - INFO - Deleting security group rule with ID - cde022e0-e171-450f-934c-139e848e09c3 2018-08-20 10:45:39,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/cde022e0-e171-450f-934c-139e848e09c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:39,895 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d06d3d19-7e03-466e-b98e-7203a7afd2aa Content-Length: 0 Date: Mon, 20 Aug 2018 10:45:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:45:39,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/cde022e0-e171-450f-934c-139e848e09c3 used request id req-d06d3d19-7e03-466e-b98e-7203a7afd2aa 2018-08-20 10:45:39,896 - neutron_utils - INFO - Deleting security group rule with ID - dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f 2018-08-20 10:45:39,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:40,037 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f74e3e93-49df-457f-a598-12afdcab2305 Content-Length: 0 Date: Mon, 20 Aug 2018 10:45:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:45:40,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/dc06bcab-45f8-4ba9-bc37-f4d2dd7ac27f used request id req-f74e3e93-49df-457f-a598-12afdcab2305 2018-08-20 10:45:40,037 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-name 2018-08-20 10:45:40,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/bea74e98-fab3-4e45-9c7f-ea9a527e799f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e93dcd3704a8a4daef3560e0c8beeb9618a23c73" 2018-08-20 10:45:40,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4128c72d-9a8c-4a4d-90f0-62c5c2a8b6d5 Content-Length: 0 Date: Mon, 20 Aug 2018 10:45:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:45:40,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/bea74e98-fab3-4e45-9c7f-ea9a527e799f used request id req-4128c72d-9a8c-4a4d-90f0-62c5c2a8b6d5 2018-08-20 10:45:40,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06862f3a8208d2f7014fdb8746f75966b9c875dd" 2018-08-20 10:45:40,412 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-e35b3e68-be52-4693-8b48-e61995c3ae6b x-compute-request-id: req-e35b3e68-be52-4693-8b48-e61995c3ae6b Content-Length: 0 Content-Type: application/json 2018-08-20 10:45:40,412 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/e8e341df-81a7-4a36-88d1-684f4c0ccd4f used request id req-e35b3e68-be52-4693-8b48-e61995c3ae6b 2018-08-20 10:45:40,413 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet 2018-08-20 10:45:40,413 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-subnet 2018-08-20 10:45:40,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/c7239ef4-c6b7-4dd8-ab54-a0b66e24921a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" 2018-08-20 10:45:42,876 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ecd90271-53af-4604-b55f-d8172a920e4e Date: Mon, 20 Aug 2018 10:45:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:45:42,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/c7239ef4-c6b7-4dd8-ab54-a0b66e24921a used request id req-ecd90271-53af-4604-b55f-d8172a920e4e 2018-08-20 10:45:42,876 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-pub-net 2018-08-20 10:45:42,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/8514f39d-9a74-4f19-a79e-61f3ca619a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01f9d1dd4a1fe8b9f7ed1837850af9911f000ba" 2018-08-20 10:45:44,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20b50ca2-0096-4beb-a2d4-f7ccb29dbbd3 Date: Mon, 20 Aug 2018 10:45:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:45:44,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/8514f39d-9a74-4f19-a79e-61f3ca619a9b used request id req-20b50ca2-0096-4beb-a2d4-f7ccb29dbbd3 2018-08-20 10:45:44,417 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-f3bf3a3c-60fb-4db5-af02-b0a0eea95027-image 2018-08-20 10:45:44,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2948ce5a3bb65ec9c56252ba521ec4cb9486dbb8" 2018-08-20 10:45:45,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-231565b2-5b51-4253-a872-069d3c8053dd Date: Mon, 20 Aug 2018 10:45:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:45:45,634 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/9b87aeb8-8250-45be-a680-1b4087b87e6a used request id req-231565b2-5b51-4253-a872-069d3c8053dd 2018-08-20 10:45:45,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:45:45,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:45:45,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:45:45,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:45:45,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:45:45,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:45,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-cb4dcd32-9a3f-4426-af58-e90298981766 Date: Mon, 20 Aug 2018 10:45:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:01Z", "updated_at": "2018-08-20T10:45:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:01Z", "revision_number": 0, "id": "0ed7f0f5-82ee-4167-9276-f666dab4f9a5", "remote_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:01Z", "security_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv6", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:01Z", "revision_number": 0, "id": "239e3e3d-289f-41ed-a210-f2216c85a807", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:01Z", "security_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv4", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:01Z", "revision_number": 0, "id": "2d8e9895-b277-4f97-bdb1-c4b02d8bbc30", "remote_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:01Z", "security_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv4", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:45:01Z", "revision_number": 0, "id": "925a566d-b571-4bcb-b34c-ad9d5d18e816", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:45:01Z", "security_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "port_range_min": null, "ethertype": "IPv6", "project_id": "69c07e1d27474fb8924b8d093fa8bc92"}], "revision_number": 4, "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "94242107-7492-4092-b817-8d4db7b3f782", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:45:45,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-cb4dcd32-9a3f-4426-af58-e90298981766 2018-08-20 10:45:45,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,003 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55e9e46f-742c-4fdd-9ae7-133733651d82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-55e9e46f-742c-4fdd-9ae7-133733651d82 2018-08-20 10:45:46,003 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,093 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-656c7b90-b4e9-48a2-aaad-f943b37ef272 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-656c7b90-b4e9-48a2-aaad-f943b37ef272 2018-08-20 10:45:46,093 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,190 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d21eafac-11cf-45bf-8898-f28c3ae5b10a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-d21eafac-11cf-45bf-8898-f28c3ae5b10a 2018-08-20 10:45:46,190 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,282 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7292dce-86ab-456b-87c9-326fee95658c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-b7292dce-86ab-456b-87c9-326fee95658c 2018-08-20 10:45:46,283 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,382 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0348141e-62b5-4d7c-b58f-b2e015a410f2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-0348141e-62b5-4d7c-b58f-b2e015a410f2 2018-08-20 10:45:46,383 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,471 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0fe7074-47c4-4da8-9c61-429a4b87185e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-a0fe7074-47c4-4da8-9c61-429a4b87185e 2018-08-20 10:45:46,471 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,655 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a77b8f9f-09ee-4bfb-9222-f1c68ce47fb1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-a77b8f9f-09ee-4bfb-9222-f1c68ce47fb1 2018-08-20 10:45:46,655 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,748 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9dc52ee-2234-4cb1-bf88-da4ea2a967b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-d9dc52ee-2234-4cb1-bf88-da4ea2a967b7 2018-08-20 10:45:46,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,841 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:45:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-430a463b-089c-4f2f-99dc-489e2072b34f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:45:46,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-430a463b-089c-4f2f-99dc-489e2072b34f 2018-08-20 10:45:46,842 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:45:46,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:46,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff5cb10-3442-45e9-8869-3a87a3697603 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "69c07e1d27474fb8924b8d093fa8bc92", "name": "InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj"}} 2018-08-20 10:45:46,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-2ff5cb10-3442-45e9-8869-3a87a3697603 2018-08-20 10:45:46,942 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 94242107-7492-4092-b817-8d4db7b3f782 2018-08-20 10:45:46,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=94242107-7492-4092-b817-8d4db7b3f782 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:47,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-31ef4916-0112-49e2-b54b-52b7bb58229d Date: Mon, 20 Aug 2018 10:45:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:01Z", "security_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:01Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "0ed7f0f5-82ee-4167-9276-f666dab4f9a5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:01Z", "security_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:01Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "239e3e3d-289f-41ed-a210-f2216c85a807"}, {"remote_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:01Z", "security_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:01Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "2d8e9895-b277-4f97-bdb1-c4b02d8bbc30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:45:01Z", "security_group_id": "94242107-7492-4092-b817-8d4db7b3f782", "port_range_min": null, "revision_number": 0, "tenant_id": "69c07e1d27474fb8924b8d093fa8bc92", "created_at": "2018-08-20T10:45:01Z", "project_id": "69c07e1d27474fb8924b8d093fa8bc92", "id": "925a566d-b571-4bcb-b34c-ad9d5d18e816"}]} 2018-08-20 10:45:47,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=94242107-7492-4092-b817-8d4db7b3f782 used request id req-31ef4916-0112-49e2-b54b-52b7bb58229d 2018-08-20 10:45:47,134 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:45:47,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/94242107-7492-4092-b817-8d4db7b3f782 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:47,508 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-768d2443-41c8-42f3-8d28-af8c26e66f8f Content-Length: 0 Date: Mon, 20 Aug 2018 10:45:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:45:47,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/94242107-7492-4092-b817-8d4db7b3f782 used request id req-768d2443-41c8-42f3-8d28-af8c26e66f8f 2018-08-20 10:45:47,509 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj 2018-08-20 10:45:47,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:48,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:45:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-445a725e-6b3e-44c6-aaf1-e71a19fcb6dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:45:48,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/69c07e1d27474fb8924b8d093fa8bc92 used request id req-445a725e-6b3e-44c6-aaf1-e71a19fcb6dc 2018-08-20 10:45:48,005 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-proj-role 2018-08-20 10:45:48,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/a2e270f23be84e0896ff3428dea3b3d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:48,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8746ad80-6620-4da7-9d43-9f351b826554 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:45:48,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/a2e270f23be84e0896ff3428dea3b3d9 used request id req-8746ad80-6620-4da7-9d43-9f351b826554 2018-08-20 10:45:48,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec0244bcf71ec7275af1fab3ad0847140488236" 2018-08-20 10:45:48,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99ff29b1-33a0-484b-a8fd-cf7c10127e2f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:45:48,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-99ff29b1-33a0-484b-a8fd-cf7c10127e2f 2018-08-20 10:45:48,249 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-6c86fb39-eaf9-4e4-user 2018-08-20 10:45:48,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/1149a84a4db54820b49cae0403c07999 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25204879a4ae88914947ff6f8f9a34e77577dff7" 2018-08-20 10:45:48,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77ef53d0-de37-475d-8dd4-34d8623aabf1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:45:48,465 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/1149a84a4db54820b49cae0403c07999 used request id req-77ef53d0-de37-475d-8dd4-34d8623aabf1 2018-08-20 10:45:48,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:48,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:45:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Q5SNoySDSrSFjV0r4BRJhw"], "issued_at": "2018-08-20T10:45:48.000000Z"}} 2018-08-20 10:45:48,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cdeb8efbbeba3030718b68ff56183766e1e2ae" 2018-08-20 10:45:48,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f712ba09-a503-4ef9-80e1-30eab3e305f7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:48,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f712ba09-a503-4ef9-80e1-30eab3e305f7 2018-08-20 10:45:48,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:48,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:49,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:45:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ON69Y5dkSiOaEMDD_KlQJQ"], "issued_at": "2018-08-20T10:45:49.000000Z"}} 2018-08-20 10:45:49,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:45:49,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a3bfc0-265c-46da-ae72-08e246686833 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:49,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a7a3bfc0-265c-46da-ae72-08e246686833 2018-08-20 10:45:49,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:45:49,444 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:45:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:45:49,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:45:49,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7f96619-93ac-4af4-a2f6-f1f5ce6c84b9 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:45:49,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj used request id req-b7f96619-93ac-4af4-a2f6-f1f5ce6c84b9 2018-08-20 10:45:49,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:45:49,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc57a0d-d991-4fbd-a92c-44fab1f94fa3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:45:49,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-edc57a0d-d991-4fbd-a92c-44fab1f94fa3 2018-08-20 10:45:49,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj"}}' 2018-08-20 10:45:49,814 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:45:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f7c0c89-0a28-40c7-b16f-59e25f91a563 Content-Length: 324 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/89faf7bea4454fc48347a26741d86f59"}, "tags": [], "enabled": true, "id": "89faf7bea4454fc48347a26741d86f59", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj"}} 2018-08-20 10:45:49,814 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-0f7c0c89-0a28-40c7-b16f-59e25f91a563 2018-08-20 10:45:49,815 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj 2018-08-20 10:45:49,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:49,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:50,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:45:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["IZ2gYS01QaGBRA1EUeCnOg"], "issued_at": "2018-08-20T10:45:50.000000Z"}} 2018-08-20 10:45:50,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57fcda12fa38c92c24df65ee2fbf1d0a16ad4bb6" 2018-08-20 10:45:50,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a7aa85f-9c22-4b41-9e81-9091dbd6d0f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:50,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4a7aa85f-9c22-4b41-9e81-9091dbd6d0f1 2018-08-20 10:45:50,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:45:50,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:45:50,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57fcda12fa38c92c24df65ee2fbf1d0a16ad4bb6" 2018-08-20 10:45:50,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ab0e8f-f1ee-4404-b25c-0a69c382d9e0 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:45:50,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-13ab0e8f-f1ee-4404-b25c-0a69c382d9e0 2018-08-20 10:45:50,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57fcda12fa38c92c24df65ee2fbf1d0a16ad4bb6" 2018-08-20 10:45:50,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082b90d4-642a-41d3-ad6e-4d3a0992ece7 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/89faf7bea4454fc48347a26741d86f59"}, "tags": [], "enabled": true, "id": "89faf7bea4454fc48347a26741d86f59", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj"}]} 2018-08-20 10:45:50,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj used request id req-082b90d4-642a-41d3-ad6e-4d3a0992ece7 2018-08-20 10:45:50,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57fcda12fa38c92c24df65ee2fbf1d0a16ad4bb6" 2018-08-20 10:45:50,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0afce6c8-d724-4eba-a426-bad6106f1575 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:45:50,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-0afce6c8-d724-4eba-a426-bad6106f1575 2018-08-20 10:45:51,029 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-5bfa15db-9595-4d0-user 2018-08-20 10:45:51,029 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:51,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:45:51,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c18ee59-f684-4079-9109-32e7db2ee9fd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:45:51,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5c18ee59-f684-4079-9109-32e7db2ee9fd 2018-08-20 10:45:51,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" -d '{"role": {"name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj-role"}}' 2018-08-20 10:45:51,247 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:45:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43d35138-d858-4d89-b133-7ed0efcebe2c Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0593ac120b8443b7a6cdb4c0c9b15fca", "links": {"self": "http://172.30.9.36:5000/v3/roles/0593ac120b8443b7a6cdb4c0c9b15fca"}, "name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj-role"}} 2018-08-20 10:45:51,248 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-43d35138-d858-4d89-b133-7ed0efcebe2c 2018-08-20 10:45:51,248 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj-role 2018-08-20 10:45:51,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/0593ac120b8443b7a6cdb4c0c9b15fca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:45:51,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70239156-55f9-4c2d-ba65-e6c019b7ffec Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0593ac120b8443b7a6cdb4c0c9b15fca", "links": {"self": "http://172.30.9.36:5000/v3/roles/0593ac120b8443b7a6cdb4c0c9b15fca"}, "name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj-role"}} 2018-08-20 10:45:51,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/0593ac120b8443b7a6cdb4c0c9b15fca used request id req-70239156-55f9-4c2d-ba65-e6c019b7ffec 2018-08-20 10:45:51,353 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj-role to project CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj 2018-08-20 10:45:51,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/89faf7bea4454fc48347a26741d86f59/users/0ccc5eb844cd47f0bb2ddfdaf667f288/roles/0593ac120b8443b7a6cdb4c0c9b15fca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:45:51,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:45:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91567e72-f2ae-454e-81ef-881ec345a1dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:45:51,487 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/89faf7bea4454fc48347a26741d86f59/users/0ccc5eb844cd47f0bb2ddfdaf667f288/roles/0593ac120b8443b7a6cdb4c0c9b15fca used request id req-91567e72-f2ae-454e-81ef-881ec345a1dd 2018-08-20 10:45:51,488 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:45:51,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:51,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:51,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:45:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["fBJawoyCSmi4vbulFPcm5Q"], "issued_at": "2018-08-20T10:45:51.000000Z"}} 2018-08-20 10:45:51,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" 2018-08-20 10:45:51,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f9fdf3-6d36-46f3-bbb7-37e0193aff02 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:51,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-49f9fdf3-6d36-46f3-bbb7-37e0193aff02 2018-08-20 10:45:51,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:45:51,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:45:51,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:45:51,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:45:51,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:45:51,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" 2018-08-20 10:45:52,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3b5c7026-1a11-44de-905f-ab1afbd253bb Date: Mon, 20 Aug 2018 10:45:52 GMT RESP BODY: {"networks":[]} 2018-08-20 10:45:52,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-3b5c7026-1a11-44de-905f-ab1afbd253bb 2018-08-20 10:45:52,178 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net 2018-08-20 10:45:52,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" -d '{"network": {"name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net", "admin_state_up": true}}' 2018-08-20 10:45:52,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-fb32e792-88d2-4918-b695-790ac1556ed9 Date: Mon, 20 Aug 2018 10:45:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:45:52Z","is_default":false,"provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","mtu":1450}} 2018-08-20 10:45:52,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-fb32e792-88d2-4918-b695-790ac1556ed9 2018-08-20 10:45:52,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" 2018-08-20 10:45:52,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-6cfe36c7-7987-4d04-a0a2-c30733ac5017 Date: Mon, 20 Aug 2018 10:45:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T10:45:52Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:45:52,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-6cfe36c7-7987-4d04-a0a2-c30733ac5017 2018-08-20 10:45:52,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" 2018-08-20 10:45:53,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-619f5d92-fd3e-4de2-bcc9-d58a6f59ee87 Date: Mon, 20 Aug 2018 10:45:53 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:45:53,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-619f5d92-fd3e-4de2-bcc9-d58a6f59ee87 2018-08-20 10:45:53,178 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet 2018-08-20 10:45:53,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" -d '{"subnets": [{"ip_version": 4, "network_id": "12f91cc0-ef81-46a9-910c-d69b112864f2", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]}' 2018-08-20 10:45:53,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f2de73ac-c1be-4df6-b138-9ca0e735d7f9 Date: Mon, 20 Aug 2018 10:45:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:45:53,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-f2de73ac-c1be-4df6-b138-9ca0e735d7f9 2018-08-20 10:45:53,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" 2018-08-20 10:45:54,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-1aaf4b9e-5f7e-45f4-a3dd-b6bb999966cd Date: Mon, 20 Aug 2018 10:45:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:45:54,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-1aaf4b9e-5f7e-45f4-a3dd-b6bb999966cd 2018-08-20 10:45:54,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" 2018-08-20 10:45:54,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b798fb79-e9b6-44d5-b11f-ba5e37c1b4fc Date: Mon, 20 Aug 2018 10:45:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:45:54,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-b798fb79-e9b6-44d5-b11f-ba5e37c1b4fc 2018-08-20 10:45:54,260 - OpenStackNetwork - DEBUG - Network [12f91cc0-ef81-46a9-910c-d69b112864f2] created successfully 2018-08-20 10:45:54,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:54,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:54,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:45:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["KXF_Au65Tru-QhCeh6paag"], "issued_at": "2018-08-20T10:45:54.000000Z"}} 2018-08-20 10:45:54,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a2c22a0eaeb1e91c71fb990aa15f7fe5792a85" 2018-08-20 10:45:54,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a769cd1b-8d55-4d29-9a7f-e22a7c6fa330 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:54,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a769cd1b-8d55-4d29-9a7f-e22a7c6fa330 2018-08-20 10:45:54,759 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:45:54,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a2c22a0eaeb1e91c71fb990aa15f7fe5792a85" 2018-08-20 10:45:55,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-9467b510-1947-41bd-a69c-8584d4ffe9fd x-compute-request-id: req-9467b510-1947-41bd-a69c-8584d4ffe9fd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:45:55,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-9467b510-1947-41bd-a69c-8584d4ffe9fd 2018-08-20 10:45:55,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a2c22a0eaeb1e91c71fb990aa15f7fe5792a85" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-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-08-20 10:45:55,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c31deaf3-6d6d-494a-a974-1a27603e6294 x-compute-request-id: req-c31deaf3-6d6d-494a-a974-1a27603e6294 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba"}} 2018-08-20 10:45:55,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-c31deaf3-6d6d-494a-a974-1a27603e6294 2018-08-20 10:45:55,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:55,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:55,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0593ac120b8443b7a6cdb4c0c9b15fca", "name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj-role"}], "expires_at": "2018-08-20T11:45:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89faf7bea4454fc48347a26741d86f59", "name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/89faf7bea4454fc48347a26741d86f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/89faf7bea4454fc48347a26741d86f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/89faf7bea4454fc48347a26741d86f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/89faf7bea4454fc48347a26741d86f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/89faf7bea4454fc48347a26741d86f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/89faf7bea4454fc48347a26741d86f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_89faf7bea4454fc48347a26741d86f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_89faf7bea4454fc48347a26741d86f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/89faf7bea4454fc48347a26741d86f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/89faf7bea4454fc48347a26741d86f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/89faf7bea4454fc48347a26741d86f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/89faf7bea4454fc48347a26741d86f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/89faf7bea4454fc48347a26741d86f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/89faf7bea4454fc48347a26741d86f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-5bfa15db-9595-4d0-user", "id": "0ccc5eb844cd47f0bb2ddfdaf667f288"}, "audit_ids": ["dqtmIghhTRmSD3HpEI79dw"], "issued_at": "2018-08-20T10:45:55.000000Z"}} 2018-08-20 10:45:55,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" 2018-08-20 10:45:55,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8597859-fa90-4542-8498-6b65470d7b14 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:55,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b8597859-fa90-4542-8498-6b65470d7b14 2018-08-20 10:45:55,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" 2018-08-20 10:45:55,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-93659233-cdd9-4d6d-a463-044ad36b34c4 Date: Mon, 20 Aug 2018 10:45:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image"} 2018-08-20 10:45:55,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image used request id req-93659233-cdd9-4d6d-a463-044ad36b34c4 2018-08-20 10:45:55,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" 2018-08-20 10:45:55,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d7b3eae6-edf4-43ca-92a6-fb5a01884585 Date: Mon, 20 Aug 2018 10:45: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:45:55,949 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-d7b3eae6-edf4-43ca-92a6-fb5a01884585 2018-08-20 10:45:55,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image"}' 2018-08-20 10:45:56,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-da477306-427d-4a76-b844-dfb425bb7c4f Date: Mon, 20 Aug 2018 10:45:56 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:45:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:45:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2", "min_disk": 0, "protected": false, "id": "161861ec-df6b-465a-8366-2695efd423e2", "file": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2/file", "checksum": null, "owner": "89faf7bea4454fc48347a26741d86f59", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:45:56,195 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-da477306-427d-4a76-b844-dfb425bb7c4f 2018-08-20 10:45:56,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" -d '' 2018-08-20 10:45:57,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bffa03b7-ac82-4ea0-9b8a-8ec2df13e483 Date: Mon, 20 Aug 2018 10:45:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:45:57,649 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2/file used request id req-bffa03b7-ac82-4ea0-9b8a-8ec2df13e483 2018-08-20 10:45:57,649 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:45:57,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" 2018-08-20 10:45:57,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-336baa6a-20e4-4e8d-b497-0f11e1ee32b3 Date: Mon, 20 Aug 2018 10:45:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:45:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:45:57Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/161861ec-df6b-465a-8366-2695efd423e2/snap", "metadata": {}}], "self": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2", "min_disk": 0, "protected": false, "id": "161861ec-df6b-465a-8366-2695efd423e2", "file": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "89faf7bea4454fc48347a26741d86f59", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/161861ec-df6b-465a-8366-2695efd423e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:45:57,837 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2 used request id req-336baa6a-20e4-4e8d-b497-0f11e1ee32b3 2018-08-20 10:45:57,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" 2018-08-20 10:45:58,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e46a13d2-559c-4cf4-9f84-9946a1ed3ec7 Date: Mon, 20 Aug 2018 10:45:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:45:58,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-e46a13d2-559c-4cf4-9f84-9946a1ed3ec7 2018-08-20 10:45:58,037 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image 2018-08-20 10:45:58,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" 2018-08-20 10:45:58,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-85f107f9-d7c3-4416-b675-b234d54a580f Date: Mon, 20 Aug 2018 10:45:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:45:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:45:57Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/161861ec-df6b-465a-8366-2695efd423e2/snap", "metadata": {}}], "self": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2", "min_disk": 0, "protected": false, "id": "161861ec-df6b-465a-8366-2695efd423e2", "file": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "89faf7bea4454fc48347a26741d86f59", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/161861ec-df6b-465a-8366-2695efd423e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:45:58,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2 used request id req-85f107f9-d7c3-4416-b675-b234d54a580f 2018-08-20 10:45:58,057 - create_image - DEBUG - Instance status is - active 2018-08-20 10:45:58,057 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image 2018-08-20 10:45:58,058 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image 2018-08-20 10:45:58,058 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:45:58,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75cdeb8efbbeba3030718b68ff56183766e1e2ae" 2018-08-20 10:45:58,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-c49a8022-b51e-4198-bae0-10633eb1edf0 x-compute-request-id: req-c49a8022-b51e-4198-bae0-10633eb1edf0 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-08-20T10:45:52.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:58.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:54.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:52.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:57.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:55.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:53.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:56.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:52.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:48.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-08-20T10:45:51.000000"}}}, "zoneName": "nova"}]} 2018-08-20 10:45:58,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-availability-zone/detail used request id req-c49a8022-b51e-4198-bae0-10633eb1edf0 2018-08-20 10:45:58,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:45:58,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:45:58,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:45:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["QMtWj0ENTSCC8x7BG13LSA"], "issued_at": "2018-08-20T10:45:58.000000Z"}} 2018-08-20 10:45:58,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:45:58,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b79be133-29d4-4271-9b09-80fd0d4bc47c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:58,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b79be133-29d4-4271-9b09-80fd0d4bc47c 2018-08-20 10:45:58,861 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:45:58,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:45:58,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:45:58,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:45:58,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:45:58,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:45:58,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:45:58,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-563df43b-8c5c-44c8-b16f-4ef8837babe3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:45:58,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-563df43b-8c5c-44c8-b16f-4ef8837babe3 2018-08-20 10:45:58,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:45:59,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-499c2a0a-c438-407d-9682-0126342e1ecb Date: Mon, 20 Aug 2018 10:45:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:45:59,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-499c2a0a-c438-407d-9682-0126342e1ecb 2018-08-20 10:45:59,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:45:59,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9bb8ecaa-5657-45e3-a243-25c37b73790e Date: Mon, 20 Aug 2018 10:45:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:45:59,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-9bb8ecaa-5657-45e3-a243-25c37b73790e 2018-08-20 10:45:59,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:45:59,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-377c1f9c-e2e9-41cd-9401-7a84ffe4d609 Date: Mon, 20 Aug 2018 10:45:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:45:59,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-377c1f9c-e2e9-41cd-9401-7a84ffe4d609 2018-08-20 10:45:59,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:45:59,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:45:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:45:59,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:45:59,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4b00f1-62bb-45fe-beb2-b6f67b5b41eb Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:45:59,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-7a4b00f1-62bb-45fe-beb2-b6f67b5b41eb 2018-08-20 10:45:59,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:00,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-49f701fc-814d-4b67-a28c-07e27882abff Date: Mon, 20 Aug 2018 10:46:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:00,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-49f701fc-814d-4b67-a28c-07e27882abff 2018-08-20 10:46:00,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:00,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2154a0ba-45b9-4c9e-80a7-9602c8111e5d Date: Mon, 20 Aug 2018 10:46:00 GMT RESP BODY: {"ports":[]} 2018-08-20 10:46:00,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1&admin_state_up=True used request id req-2154a0ba-45b9-4c9e-80a7-9602c8111e5d 2018-08-20 10:46:00,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:00,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-724e471e-d565-4b1e-b81b-e7845156efd7 x-compute-request-id: req-724e471e-d565-4b1e-b81b-e7845156efd7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:46:00,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-724e471e-d565-4b1e-b81b-e7845156efd7 2018-08-20 10:46:00,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:00,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-dbd87d10-bcb8-47a3-a105-453ed3aea3b8 Date: Mon, 20 Aug 2018 10:46:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:00,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-dbd87d10-bcb8-47a3-a105-453ed3aea3b8 2018-08-20 10:46:00,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:00,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e37c751b-be21-438d-ab52-373e7dde202b Date: Mon, 20 Aug 2018 10:46:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:00,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-e37c751b-be21-438d-ab52-373e7dde202b 2018-08-20 10:46:00,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:01,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-05da2148-b67a-463e-ac2f-2b9e7f1d4bda Date: Mon, 20 Aug 2018 10:46:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:01,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-05da2148-b67a-463e-ac2f-2b9e7f1d4bda 2018-08-20 10:46:01,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:01,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8960841-e61a-45e5-96f5-597f9b72b17f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:01,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b8960841-e61a-45e5-96f5-597f9b72b17f 2018-08-20 10:46:01,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:01,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-16ee2b98-4d53-4247-8b89-698412d651af Date: Mon, 20 Aug 2018 10:46:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:01,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-16ee2b98-4d53-4247-8b89-698412d651af 2018-08-20 10:46:01,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:02,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fff99170-cfc5-468f-adf7-6f7f9992ab5f Date: Mon, 20 Aug 2018 10:46:02 GMT RESP BODY: {"ports":[]} 2018-08-20 10:46:02,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1&admin_state_up=True used request id req-fff99170-cfc5-468f-adf7-6f7f9992ab5f 2018-08-20 10:46:02,049 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:46:02,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:46:02,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:46:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["OPmBKViCR5S-_bhncir-AQ"], "issued_at": "2018-08-20T10:46:02.000000Z"}} 2018-08-20 10:46:02,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2aa01dd2e13edd09c21d247cbfd7b49472e5bf5" 2018-08-20 10:46:02,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00e0192-9490-40a2-8ee4-9d7b1f3bd137 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:46:02,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a00e0192-9490-40a2-8ee4-9d7b1f3bd137 2018-08-20 10:46:02,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:02,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-ac421f52-301e-47e0-bf5d-36d5caa7ae3f Date: Mon, 20 Aug 2018 10:46:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:02,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-ac421f52-301e-47e0-bf5d-36d5caa7ae3f 2018-08-20 10:46:02,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:03,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-cf330e25-2c0b-4a3b-a359-10a37823e078 Date: Mon, 20 Aug 2018 10:46:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:03,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-cf330e25-2c0b-4a3b-a359-10a37823e078 2018-08-20 10:46:03,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:03,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-ffe7cc51-67b4-4dab-8936-f95b246559d8 Date: Mon, 20 Aug 2018 10:46:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:03,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-ffe7cc51-67b4-4dab-8936-f95b246559d8 2018-08-20 10:46:03,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:46:03,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:46:03,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2aa01dd2e13edd09c21d247cbfd7b49472e5bf5" 2018-08-20 10:46:03,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a7db117-ac34-4d07-9099-6a0e8c36fa21 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:03,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-0a7db117-ac34-4d07-9099-6a0e8c36fa21 2018-08-20 10:46:03,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:03,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-0b1c7bee-e440-4481-a6e9-090d9b8892a6 Date: Mon, 20 Aug 2018 10:46:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:03,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-0b1c7bee-e440-4481-a6e9-090d9b8892a6 2018-08-20 10:46:03,452 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net 2018-08-20 10:46:03,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" -d '{"port": {"network_id": "12f91cc0-ef81-46a9-910c-d69b112864f2", "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1", "admin_state_up": true}}' 2018-08-20 10:46:04,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-bd5b69e5-b662-4de1-b9af-4917685758f2 Date: Mon, 20 Aug 2018 10:46:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:04Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"}} 2018-08-20 10:46:04,262 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-bd5b69e5-b662-4de1-b9af-4917685758f2 2018-08-20 10:46:04,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:04,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-e01ab3e5-f933-4d94-87f6-e1ce2704ef58 Date: Mon, 20 Aug 2018 10:46:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:04,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-e01ab3e5-f933-4d94-87f6-e1ce2704ef58 2018-08-20 10:46:04,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:04,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-986d1c33-a89b-46c2-b5a7-8dd16eb68299 Date: Mon, 20 Aug 2018 10:46:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:04,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-986d1c33-a89b-46c2-b5a7-8dd16eb68299 2018-08-20 10:46:04,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:05,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-a860a546-958b-4266-902b-e281d5a1d605 Date: Mon, 20 Aug 2018 10:46:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:05,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-a860a546-958b-4266-902b-e281d5a1d605 2018-08-20 10:46:05,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:05,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ed8df36-a09f-4938-acde-4bd1b460a9b3 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:05,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-3ed8df36-a09f-4938-acde-4bd1b460a9b3 2018-08-20 10:46:05,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:05,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-7022554c-b6f0-4c58-9085-1a733c53fc6d Date: Mon, 20 Aug 2018 10:46:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:05,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-7022554c-b6f0-4c58-9085-1a733c53fc6d 2018-08-20 10:46:05,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:05,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-c67a96bd-f5f1-4f4a-8ce5-909c9cfe0638 Date: Mon, 20 Aug 2018 10:46:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:04Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:05,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1&admin_state_up=True used request id req-c67a96bd-f5f1-4f4a-8ce5-909c9cfe0638 2018-08-20 10:46:05,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:05,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f3d5c3-5add-4155-ba36-00807c0099c9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:05,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-e8f3d5c3-5add-4155-ba36-00807c0099c9 2018-08-20 10:46:05,754 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-20 10:46:05,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:05,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db08fd04-0677-4779-ad20-838334eedf56 x-compute-request-id: req-db08fd04-0677-4779-ad20-838334eedf56 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-flavor-name"}]} 2018-08-20 10:46:05,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-db08fd04-0677-4779-ad20-838334eedf56 2018-08-20 10:46:05,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:05,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f907b68-58c1-4a1a-8fa5-40f533af779b x-compute-request-id: req-3f907b68-58c1-4a1a-8fa5-40f533af779b Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba"}} 2018-08-20 10:46:05,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba used request id req-3f907b68-58c1-4a1a-8fa5-40f533af779b 2018-08-20 10:46:05,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:05,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-666c7728-cf6d-4945-b253-2b0720844c7e Date: Mon, 20 Aug 2018 10:46:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:45:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:45:57Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/161861ec-df6b-465a-8366-2695efd423e2/snap", "metadata": {}}], "self": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2", "min_disk": 0, "protected": false, "id": "161861ec-df6b-465a-8366-2695efd423e2", "file": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "89faf7bea4454fc48347a26741d86f59", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/161861ec-df6b-465a-8366-2695efd423e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image"} 2018-08-20 10:46:05,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image used request id req-666c7728-cf6d-4945-b253-2b0720844c7e 2018-08-20 10:46:06,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:06,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-787c8e8a-fd9a-4ffd-a41f-69e48a0d9842 Date: Mon, 20 Aug 2018 10:46:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:46:06,179 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-787c8e8a-fd9a-4ffd-a41f-69e48a0d9842 2018-08-20 10:46:06,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" -d '{"server": {"name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "161861ec-df6b-465a-8366-2695efd423e2", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "max_count": 1, "min_count": 1, "networks": [{"port": "622db85d-d80a-42cd-ba15-5e23c81e24f3"}]}}' 2018-08-20 10:46:07,990 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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-a4f30d38-1887-4909-89a4-f13f5b72ca90 x-compute-request-id: req-a4f30d38-1887-4909-89a4-f13f5b72ca90 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "adminPass": "SiHsq7D54w5k"}} 2018-08-20 10:46:07,990 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-a4f30d38-1887-4909-89a4-f13f5b72ca90 2018-08-20 10:46:07,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:08,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-521adb82-5edb-464b-8019-c9ab7ad9506e x-compute-request-id: req-521adb82-5edb-464b-8019-c9ab7ad9506e Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:46:08Z", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:08,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-521adb82-5edb-464b-8019-c9ab7ad9506e 2018-08-20 10:46:08,715 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-20 10:46:08,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:08,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-548f1e08-fefc-44e6-9cb6-4e03275229a0 x-compute-request-id: req-548f1e08-fefc-44e6-9cb6-4e03275229a0 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:46:08Z", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:08,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-548f1e08-fefc-44e6-9cb6-4e03275229a0 2018-08-20 10:46:08,954 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-08-20 10:46:08,954 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:46:11,957 - create_instance - DEBUG - VM status query timeout in 896.75828886 2018-08-20 10:46:11,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:12,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf739713-8cf0-42e9-8939-977bfc2482b1 x-compute-request-id: req-bf739713-8cf0-42e9-8939-977bfc2482b1 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:46:10Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:12,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-bf739713-8cf0-42e9-8939-977bfc2482b1 2018-08-20 10:46:12,637 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-08-20 10:46:12,637 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:46:15,640 - create_instance - DEBUG - VM status query timeout in 893.074737787 2018-08-20 10:46:15,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:16,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-58519e3f-6dce-4445-8c1e-5407126f81ad x-compute-request-id: req-58519e3f-6dce-4445-8c1e-5407126f81ad Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2018-08-20T10:46:14.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:14Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:16,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-58519e3f-6dce-4445-8c1e-5407126f81ad 2018-08-20 10:46:16,589 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-08-20 10:46:16,589 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:46:16,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:17,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10f241aa-6956-47c7-8a22-9d7e814b6e17 x-compute-request-id: req-10f241aa-6956-47c7-8a22-9d7e814b6e17 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2018-08-20T10:46:14.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:14Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:17,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-10f241aa-6956-47c7-8a22-9d7e814b6e17 2018-08-20 10:46:17,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:17,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-bdb573b6-d812-4633-86e5-d705681bf8a9 Date: Mon, 20 Aug 2018 10:46:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:17,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-bdb573b6-d812-4633-86e5-d705681bf8a9 2018-08-20 10:46:17,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:17,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f45678c-0525-48d2-a301-a939a2693e58 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:17,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-5f45678c-0525-48d2-a301-a939a2693e58 2018-08-20 10:46:17,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:17,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5cc6c25b-5eec-49b7-b437-47b0ef98e0b9 Date: Mon, 20 Aug 2018 10:46:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:17,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-5cc6c25b-5eec-49b7-b437-47b0ef98e0b9 2018-08-20 10:46:17,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:17,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3536 X-Openstack-Request-Id: req-be2ad235-2e46-4aab-a1ae-7372876acd58 Date: Mon, 20 Aug 2018 10:46:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.2"}],"id":"14bc6816-1467-4eae-9260-6cf113e27e9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:51:20","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9195048c-e3b2-44c2-b0b7-2b83c9d64018","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.3"}],"id":"96798e89-cf7c-4a09-a6fe-2252a73c7690","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fe:2d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.4"}],"id":"a973679d-f6ae-4816-9d78-538e63f0ac9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:81:29","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:55Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:17,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-be2ad235-2e46-4aab-a1ae-7372876acd58 2018-08-20 10:46:17,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:18,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4722bf8f-4b3d-43a0-a90f-c4697017018e x-compute-request-id: req-4722bf8f-4b3d-43a0-a90f-c4697017018e Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2018-08-20T10:46:14.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:14Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:18,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-4722bf8f-4b3d-43a0-a90f-c4697017018e 2018-08-20 10:46:18,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:18,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-9e29301e-6c05-416c-8080-3d6850d220db Date: Mon, 20 Aug 2018 10:46:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:18,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-9e29301e-6c05-416c-8080-3d6850d220db 2018-08-20 10:46:18,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:18,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be9a1247-3341-4e21-bc19-5049433b7db1 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:18,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-be9a1247-3341-4e21-bc19-5049433b7db1 2018-08-20 10:46:18,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:18,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-7052fad3-5ae5-427a-b9b8-15e59c072da2 Date: Mon, 20 Aug 2018 10:46:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:18,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-7052fad3-5ae5-427a-b9b8-15e59c072da2 2018-08-20 10:46:18,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:19,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3536 X-Openstack-Request-Id: req-a151c652-3ba6-44d8-aa8c-9d14e968bea4 Date: Mon, 20 Aug 2018 10:46:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.2"}],"id":"14bc6816-1467-4eae-9260-6cf113e27e9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:51:20","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9195048c-e3b2-44c2-b0b7-2b83c9d64018","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.3"}],"id":"96798e89-cf7c-4a09-a6fe-2252a73c7690","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fe:2d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.4"}],"id":"a973679d-f6ae-4816-9d78-538e63f0ac9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:81:29","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:55Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:19,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-a151c652-3ba6-44d8-aa8c-9d14e968bea4 2018-08-20 10:46:19,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:19,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-4e8cc695-8068-4a3a-b226-22cfe955d6f7 x-compute-request-id: req-4e8cc695-8068-4a3a-b226-22cfe955d6f7 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2018-08-20T10:46:14.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:14Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:19,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-4e8cc695-8068-4a3a-b226-22cfe955d6f7 2018-08-20 10:46:19,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:19,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-d42a13ca-1572-493b-894a-526b03972a00 Date: Mon, 20 Aug 2018 10:46:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:19,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-d42a13ca-1572-493b-894a-526b03972a00 2018-08-20 10:46:19,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:19,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3a890a2-9634-4e8f-881f-acae7f9318b2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:19,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-f3a890a2-9634-4e8f-881f-acae7f9318b2 2018-08-20 10:46:19,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:19,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-976a4cab-2747-48f7-bdc0-a908c48c7888 Date: Mon, 20 Aug 2018 10:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:19,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-976a4cab-2747-48f7-bdc0-a908c48c7888 2018-08-20 10:46:19,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:20,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3536 X-Openstack-Request-Id: req-b3e5b5d8-bcf9-4c94-bb3f-7fe04e39b38c Date: Mon, 20 Aug 2018 10:46:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.2"}],"id":"14bc6816-1467-4eae-9260-6cf113e27e9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:51:20","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9195048c-e3b2-44c2-b0b7-2b83c9d64018","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.3"}],"id":"96798e89-cf7c-4a09-a6fe-2252a73c7690","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fe:2d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.4"}],"id":"a973679d-f6ae-4816-9d78-538e63f0ac9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:81:29","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:55Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:20,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-b3e5b5d8-bcf9-4c94-bb3f-7fe04e39b38c 2018-08-20 10:46:20,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:46:20,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:46:20,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:46:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["2YfdXpnxRCusTK4G96NJZQ"], "issued_at": "2018-08-20T10:46:20.000000Z"}} 2018-08-20 10:46:20,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:20,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edbf40d6-707a-446d-83a4-fd001c2f48d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:46:20,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-edbf40d6-707a-446d-83a4-fd001c2f48d7 2018-08-20 10:46:20,647 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:46:20,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:46:20,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:46:20,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:46:20,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:46:20,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:46:20,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:20,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02215d7d-b006-4628-adb5-e0123d5a45ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:46:20,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-02215d7d-b006-4628-adb5-e0123d5a45ea 2018-08-20 10:46:20,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:20,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-44270158-ec46-49a2-9d8e-220566eb048f Date: Mon, 20 Aug 2018 10:46:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:20,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-44270158-ec46-49a2-9d8e-220566eb048f 2018-08-20 10:46:21,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:21,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a7d84fe0-e5f3-469b-a391-06d6be689300 Date: Mon, 20 Aug 2018 10:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:21,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-a7d84fe0-e5f3-469b-a391-06d6be689300 2018-08-20 10:46:21,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:21,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-f4b6efb0-5558-449c-b7ff-a945fb392153 Date: Mon, 20 Aug 2018 10:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:21,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-f4b6efb0-5558-449c-b7ff-a945fb392153 2018-08-20 10:46:21,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:46:21,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:46:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:46:21,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:21,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2560d4d2-0f5a-44a2-ad25-8cd5135c08c4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:21,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-2560d4d2-0f5a-44a2-ad25-8cd5135c08c4 2018-08-20 10:46:21,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:21,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-aec40a35-882e-4acf-8394-52776b891732 Date: Mon, 20 Aug 2018 10:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:21,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-aec40a35-882e-4acf-8394-52776b891732 2018-08-20 10:46:21,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:22,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-43fe6fe5-bd2b-4f4e-bf89-7a82f6c2f073 Date: Mon, 20 Aug 2018 10:46:22 GMT RESP BODY: {"ports":[]} 2018-08-20 10:46:22,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2&admin_state_up=True used request id req-43fe6fe5-bd2b-4f4e-bf89-7a82f6c2f073 2018-08-20 10:46:22,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:22,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b072b06-3151-4375-936a-21cda638f1a3 x-compute-request-id: req-8b072b06-3151-4375-936a-21cda638f1a3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:46:22,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-8b072b06-3151-4375-936a-21cda638f1a3 2018-08-20 10:46:22,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:22,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-bc39d45f-9c2f-4030-9a1f-e9dab3040a2b Date: Mon, 20 Aug 2018 10:46:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:22,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-bc39d45f-9c2f-4030-9a1f-e9dab3040a2b 2018-08-20 10:46:22,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:22,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-06bbef21-c233-47af-b872-9038e798c146 Date: Mon, 20 Aug 2018 10:46:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:22,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-06bbef21-c233-47af-b872-9038e798c146 2018-08-20 10:46:22,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:23,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-a40c7d0a-13f9-43e2-84ae-d4ad932e4a4c Date: Mon, 20 Aug 2018 10:46:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:23,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-a40c7d0a-13f9-43e2-84ae-d4ad932e4a4c 2018-08-20 10:46:23,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:23,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e62e6ee-287b-4e5b-bd22-32a8802d0483 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:23,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-0e62e6ee-287b-4e5b-bd22-32a8802d0483 2018-08-20 10:46:23,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:23,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-53c1f1ef-1679-4e92-959a-a1731898296e Date: Mon, 20 Aug 2018 10:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:23,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-53c1f1ef-1679-4e92-959a-a1731898296e 2018-08-20 10:46:23,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:23,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-76588617-5f72-4d2f-8223-2faa43013fda Date: Mon, 20 Aug 2018 10:46:23 GMT RESP BODY: {"ports":[]} 2018-08-20 10:46:23,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2&admin_state_up=True used request id req-76588617-5f72-4d2f-8223-2faa43013fda 2018-08-20 10:46:23,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:46:23,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:46:23,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:46:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["uHebMFp9Rz-81ySi3Fgdog"], "issued_at": "2018-08-20T10:46:23.000000Z"}} 2018-08-20 10:46:23,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca08b79c76e7643121075a9001670e5ad019de5" 2018-08-20 10:46:23,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df66288f-4953-468f-a3b7-d706e96de250 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:46:23,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-df66288f-4953-468f-a3b7-d706e96de250 2018-08-20 10:46:23,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:24,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-9d70388c-8f60-4368-a3f1-22cc774cac8d Date: Mon, 20 Aug 2018 10:46:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:24,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-9d70388c-8f60-4368-a3f1-22cc774cac8d 2018-08-20 10:46:24,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:24,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-bf1f17b0-317a-4b70-8e15-324323e1b946 Date: Mon, 20 Aug 2018 10:46:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:24,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-bf1f17b0-317a-4b70-8e15-324323e1b946 2018-08-20 10:46:24,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:24,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-22416625-ca4d-4041-a90e-327c8c47e407 Date: Mon, 20 Aug 2018 10:46:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:24,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-22416625-ca4d-4041-a90e-327c8c47e407 2018-08-20 10:46:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:46:24,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:46:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:46:24,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca08b79c76e7643121075a9001670e5ad019de5" 2018-08-20 10:46:24,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f4af6a-82d0-4417-95ae-cb5b19084311 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:24,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b3f4af6a-82d0-4417-95ae-cb5b19084311 2018-08-20 10:46:24,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:24,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6f66ebf2-be31-442e-a43f-451da9a8ac70 Date: Mon, 20 Aug 2018 10:46:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:24,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-6f66ebf2-be31-442e-a43f-451da9a8ac70 2018-08-20 10:46:24,821 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net 2018-08-20 10:46:24,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" -d '{"port": {"network_id": "12f91cc0-ef81-46a9-910c-d69b112864f2", "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2", "admin_state_up": true}}' 2018-08-20 10:46:25,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-6977ef4d-b97b-4708-b6b3-770127c0cc20 Date: Mon, 20 Aug 2018 10:46:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:25Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.6"}],"id":"dfef9900-97d5-4447-8d14-9c57a08b678c","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:a4:58","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:25Z","binding:vnic_type":"normal"}} 2018-08-20 10:46:25,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-6977ef4d-b97b-4708-b6b3-770127c0cc20 2018-08-20 10:46:25,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:25,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-c01bd406-5839-4f19-98b4-c1b7b837fb24 Date: Mon, 20 Aug 2018 10:46:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:25,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-c01bd406-5839-4f19-98b4-c1b7b837fb24 2018-08-20 10:46:25,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:26,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e4986b27-7964-44be-833d-b97bd2250cb1 Date: Mon, 20 Aug 2018 10:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:26,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-e4986b27-7964-44be-833d-b97bd2250cb1 2018-08-20 10:46:26,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:26,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-5c75b180-109c-4cb5-8fee-597bd3f2c135 Date: Mon, 20 Aug 2018 10:46:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:26,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-5c75b180-109c-4cb5-8fee-597bd3f2c135 2018-08-20 10:46:26,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:26,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58cf8e1-6ff0-4912-846a-b21574130282 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:26,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b58cf8e1-6ff0-4912-846a-b21574130282 2018-08-20 10:46:26,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:26,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2aef54e1-34f5-41b0-9ea7-fbf70eb12be2 Date: Mon, 20 Aug 2018 10:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:26,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-2aef54e1-34f5-41b0-9ea7-fbf70eb12be2 2018-08-20 10:46:26,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:26,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-b2897cb1-ee66-4d59-b052-6c0ae7520502 Date: Mon, 20 Aug 2018 10:46:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:25Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.6"}],"id":"dfef9900-97d5-4447-8d14-9c57a08b678c","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:a4:58","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:25Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:26,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2&admin_state_up=True used request id req-b2897cb1-ee66-4d59-b052-6c0ae7520502 2018-08-20 10:46:26,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:27,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13751d35-2e4c-46ef-9561-c2b81f781819 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:27,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-13751d35-2e4c-46ef-9561-c2b81f781819 2018-08-20 10:46:27,012 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 10:46:27,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:27,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e680cb1-adca-4685-bc0e-e4195b6d1a60 x-compute-request-id: req-9e680cb1-adca-4685-bc0e-e4195b6d1a60 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-flavor-name"}]} 2018-08-20 10:46:27,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-9e680cb1-adca-4685-bc0e-e4195b6d1a60 2018-08-20 10:46:27,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:27,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-477794d4-c6b0-4bcd-9f87-09764419a616 x-compute-request-id: req-477794d4-c6b0-4bcd-9f87-09764419a616 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba"}} 2018-08-20 10:46:27,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba used request id req-477794d4-c6b0-4bcd-9f87-09764419a616 2018-08-20 10:46:27,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:27,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-983a26b6-3f6e-4ef9-ab37-d0abcc7c0491 Date: Mon, 20 Aug 2018 10:46:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:45:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:45:57Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/161861ec-df6b-465a-8366-2695efd423e2/snap", "metadata": {}}], "self": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2", "min_disk": 0, "protected": false, "id": "161861ec-df6b-465a-8366-2695efd423e2", "file": "/v2/images/161861ec-df6b-465a-8366-2695efd423e2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "89faf7bea4454fc48347a26741d86f59", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/161861ec-df6b-465a-8366-2695efd423e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image"} 2018-08-20 10:46:27,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image used request id req-983a26b6-3f6e-4ef9-ab37-d0abcc7c0491 2018-08-20 10:46:27,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:27,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f49d33ea-f024-4acb-b4d5-451681f73280 Date: Mon, 20 Aug 2018 10:46: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:46:27,448 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-f49d33ea-f024-4acb-b4d5-451681f73280 2018-08-20 10:46:27,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" -d '{"server": {"name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "161861ec-df6b-465a-8366-2695efd423e2", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "max_count": 1, "min_count": 1, "networks": [{"port": "dfef9900-97d5-4447-8d14-9c57a08b678c"}]}}' 2018-08-20 10:46:28,600 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:46:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2453903b-b2be-478d-8222-73063fd7f3e4 x-compute-request-id: req-2453903b-b2be-478d-8222-73063fd7f3e4 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "adminPass": "9TJth3yQYayG"}} 2018-08-20 10:46:28,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-2453903b-b2be-478d-8222-73063fd7f3e4 2018-08-20 10:46:28,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:28,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-342e3747-043a-4cec-aa49-c058fecbd6cb x-compute-request-id: req-342e3747-043a-4cec-aa49-c058fecbd6cb 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.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:46:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:28,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-342e3747-043a-4cec-aa49-c058fecbd6cb 2018-08-20 10:46:28,949 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 10:46:28,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:29,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1eeebfb4-c8fb-4c53-9585-babc57917298 x-compute-request-id: req-1eeebfb4-c8fb-4c53-9585-babc57917298 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:46:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:29,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-1eeebfb4-c8fb-4c53-9585-babc57917298 2018-08-20 10:46:29,242 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-08-20 10:46:29,242 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:46:32,245 - create_instance - DEBUG - VM status query timeout in 896.704404116 2018-08-20 10:46:32,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:32,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77e17f69-2e48-44c8-9fef-1a99795afd14 x-compute-request-id: req-77e17f69-2e48-44c8-9fef-1a99795afd14 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:46:29Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:32,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-77e17f69-2e48-44c8-9fef-1a99795afd14 2018-08-20 10:46:32,968 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-08-20 10:46:32,969 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:46:35,972 - create_instance - DEBUG - VM status query timeout in 892.977705002 2018-08-20 10:46:35,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:36,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a72b785-9283-43c5-9439-7cdfd0f29c3f x-compute-request-id: req-7a72b785-9283-43c5-9439-7cdfd0f29c3f Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-08-20T10:46:33.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:33Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:36,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-7a72b785-9283-43c5-9439-7cdfd0f29c3f 2018-08-20 10:46:36,577 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-08-20 10:46:36,577 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:46:36,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:37,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-28f8fd07-6274-470c-afa7-cbde4eedd5aa x-compute-request-id: req-28f8fd07-6274-470c-afa7-cbde4eedd5aa Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-08-20T10:46:33.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:33Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:37,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-28f8fd07-6274-470c-afa7-cbde4eedd5aa 2018-08-20 10:46:37,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:37,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-eb6f6a1d-7d64-429d-8f9a-0c409fc89c77 Date: Mon, 20 Aug 2018 10:46:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:37,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-eb6f6a1d-7d64-429d-8f9a-0c409fc89c77 2018-08-20 10:46:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:37,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68f17b4-9fd9-495d-80cc-24447a9d04d9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:37,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-b68f17b4-9fd9-495d-80cc-24447a9d04d9 2018-08-20 10:46:37,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:37,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f7cc0e8f-44f5-4784-84a9-4a56aa695622 Date: Mon, 20 Aug 2018 10:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:37,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-f7cc0e8f-44f5-4784-84a9-4a56aa695622 2018-08-20 10:46:37,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:37,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-d90c5919-2491-4c63-812a-9fc0e4c8ae66 Date: Mon, 20 Aug 2018 10:46:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.2"}],"id":"14bc6816-1467-4eae-9260-6cf113e27e9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:51:20","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9195048c-e3b2-44c2-b0b7-2b83c9d64018","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.3"}],"id":"96798e89-cf7c-4a09-a6fe-2252a73c7690","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fe:2d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.4"}],"id":"a973679d-f6ae-4816-9d78-538e63f0ac9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:81:29","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:33Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.6"}],"id":"dfef9900-97d5-4447-8d14-9c57a08b678c","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:10:a4:58","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f9bfe009-d1dc-4533-9485-a640fa4901c8","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:25Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:37,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-d90c5919-2491-4c63-812a-9fc0e4c8ae66 2018-08-20 10:46:37,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:38,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-872cd4cd-4764-4a9a-89da-3386d8bd8a56 x-compute-request-id: req-872cd4cd-4764-4a9a-89da-3386d8bd8a56 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-08-20T10:46:33.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:33Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:38,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-872cd4cd-4764-4a9a-89da-3386d8bd8a56 2018-08-20 10:46:38,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:38,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-2a1b1936-f184-44ae-a846-88eb7844c6cc Date: Mon, 20 Aug 2018 10:46:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:38,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-2a1b1936-f184-44ae-a846-88eb7844c6cc 2018-08-20 10:46:38,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:38,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2944592-1cdf-45c4-ae65-0317dbe54399 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:38,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-d2944592-1cdf-45c4-ae65-0317dbe54399 2018-08-20 10:46:38,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:38,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2835d78e-4f45-43f7-b3d5-b840560b3c54 Date: Mon, 20 Aug 2018 10:46:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:38,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-2835d78e-4f45-43f7-b3d5-b840560b3c54 2018-08-20 10:46:38,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:38,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-a20d66d3-cf00-43b4-a29c-77b9275f1ba5 Date: Mon, 20 Aug 2018 10:46:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.2"}],"id":"14bc6816-1467-4eae-9260-6cf113e27e9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:51:20","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9195048c-e3b2-44c2-b0b7-2b83c9d64018","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.3"}],"id":"96798e89-cf7c-4a09-a6fe-2252a73c7690","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fe:2d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.4"}],"id":"a973679d-f6ae-4816-9d78-538e63f0ac9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:81:29","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:33Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.6"}],"id":"dfef9900-97d5-4447-8d14-9c57a08b678c","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:10:a4:58","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f9bfe009-d1dc-4533-9485-a640fa4901c8","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:25Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:38,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-a20d66d3-cf00-43b4-a29c-77b9275f1ba5 2018-08-20 10:46:38,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:39,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4fc1a66-8a15-468e-be0a-6343f634d110 x-compute-request-id: req-e4fc1a66-8a15-468e-be0a-6343f634d110 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-08-20T10:46:33.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:33Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:39,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-e4fc1a66-8a15-468e-be0a-6343f634d110 2018-08-20 10:46:39,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:39,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-f2427f20-26d4-475a-8b29-2b32c1b3bcaa Date: Mon, 20 Aug 2018 10:46:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:39,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-f2427f20-26d4-475a-8b29-2b32c1b3bcaa 2018-08-20 10:46:39,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:39,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101f08f9-5856-4352-b662-06483afa81b7 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:39,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-101f08f9-5856-4352-b662-06483afa81b7 2018-08-20 10:46:39,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:39,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-7386ac94-70cb-4dba-a51c-4d92516e481d Date: Mon, 20 Aug 2018 10:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:39,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-7386ac94-70cb-4dba-a51c-4d92516e481d 2018-08-20 10:46:39,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:39,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-0c32bb5d-8010-472f-94b7-d33a19ac782e Date: Mon, 20 Aug 2018 10:46:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.2"}],"id":"14bc6816-1467-4eae-9260-6cf113e27e9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:51:20","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9195048c-e3b2-44c2-b0b7-2b83c9d64018","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.3"}],"id":"96798e89-cf7c-4a09-a6fe-2252a73c7690","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fe:2d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.4"}],"id":"a973679d-f6ae-4816-9d78-538e63f0ac9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:81:29","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:33Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.6"}],"id":"dfef9900-97d5-4447-8d14-9c57a08b678c","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:10:a4:58","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f9bfe009-d1dc-4533-9485-a640fa4901c8","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:25Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:39,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-0c32bb5d-8010-472f-94b7-d33a19ac782e 2018-08-20 10:46:39,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:40,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b146b46-3f44-410e-8951-98004c2a9e35 x-compute-request-id: req-1b146b46-3f44-410e-8951-98004c2a9e35 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2018-08-20T10:46:14.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:14Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:40,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-1b146b46-3f44-410e-8951-98004c2a9e35 2018-08-20 10:46:40,332 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-08-20 10:46:40,333 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:46:40,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:41,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-ab9528cd-fc45-4e7d-beb7-f07262a780d1 x-compute-request-id: req-ab9528cd-fc45-4e7d-beb7-f07262a780d1 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2018-08-20T10:46:14.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:14Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:41,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-ab9528cd-fc45-4e7d-beb7-f07262a780d1 2018-08-20 10:46:41,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:41,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-643eb84c-27d9-46ea-94dc-db1e1fc874cc Date: Mon, 20 Aug 2018 10:46:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:41,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-643eb84c-27d9-46ea-94dc-db1e1fc874cc 2018-08-20 10:46:41,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:41,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf8d9f2-36dc-4c14-ac61-c0967f4733d0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:41,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-dbf8d9f2-36dc-4c14-ac61-c0967f4733d0 2018-08-20 10:46:41,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:41,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-516155e9-2fd1-49c9-99d7-deac998ecb52 Date: Mon, 20 Aug 2018 10:46:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:41,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-516155e9-2fd1-49c9-99d7-deac998ecb52 2018-08-20 10:46:41,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:41,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-3e67259c-e36a-4c36-aadf-39b4f8b535bb Date: Mon, 20 Aug 2018 10:46:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.2"}],"id":"14bc6816-1467-4eae-9260-6cf113e27e9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:51:20","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9195048c-e3b2-44c2-b0b7-2b83c9d64018","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.3"}],"id":"96798e89-cf7c-4a09-a6fe-2252a73c7690","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fe:2d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.4"}],"id":"a973679d-f6ae-4816-9d78-538e63f0ac9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:81:29","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:33Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.6"}],"id":"dfef9900-97d5-4447-8d14-9c57a08b678c","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:10:a4:58","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f9bfe009-d1dc-4533-9485-a640fa4901c8","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:25Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:41,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-3e67259c-e36a-4c36-aadf-39b4f8b535bb 2018-08-20 10:46:41,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:41,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-4f9268b2-fefa-4e88-9785-7384b8160e86 x-compute-request-id: req-4f9268b2-fefa-4e88-9785-7384b8160e86 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2018-08-20T10:46:14.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:14Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:41,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-4f9268b2-fefa-4e88-9785-7384b8160e86 2018-08-20 10:46:41,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:42,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-4f429ef9-bbb7-4b01-82bd-151380c3e33f x-compute-request-id: req-4f429ef9-bbb7-4b01-82bd-151380c3e33f Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-08-20T10:46:33.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:33Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:42,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-4f429ef9-bbb7-4b01-82bd-151380c3e33f 2018-08-20 10:46:42,335 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-08-20 10:46:42,335 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:46:42,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:42,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-848067b3-eb7c-40bd-bee5-fb98cd89dfba x-compute-request-id: req-848067b3-eb7c-40bd-bee5-fb98cd89dfba Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-08-20T10:46:33.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:33Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:42,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-848067b3-eb7c-40bd-bee5-fb98cd89dfba 2018-08-20 10:46:43,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:43,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-c6f309f7-398e-4019-8de1-cc59c639dac7 Date: Mon, 20 Aug 2018 10:46:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12f91cc0-ef81-46a9-910c-d69b112864f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":["ec468e03-d1ad-4c1f-8252-e4fb3f6a974c"],"description":"","tags":[],"updated_at":"2018-08-20T10:45:53Z","provider:segmentation_id":97,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:46:43,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net used request id req-c6f309f7-398e-4019-8de1-cc59c639dac7 2018-08-20 10:46:43,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:43,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aab8e216-34e1-4085-bee2-cdbd1e8c2945 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:43,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-aab8e216-34e1-4085-bee2-cdbd1e8c2945 2018-08-20 10:46:43,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:43,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5a4f0d41-8ef3-4c7f-a6c0-be1ee1e8fc10 Date: Mon, 20 Aug 2018 10:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:45:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfd90f76052e46538c70a213a6ed6a0e","id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet"}]} 2018-08-20 10:46:43,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-5a4f0d41-8ef3-4c7f-a6c0-be1ee1e8fc10 2018-08-20 10:46:43,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:43,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4468 X-Openstack-Request-Id: req-bd7297ea-f877-4392-b3ea-1a6b87a7bf9d Date: Mon, 20 Aug 2018 10:46:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.2"}],"id":"14bc6816-1467-4eae-9260-6cf113e27e9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:51:20","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:14Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.21"}],"id":"622db85d-d80a-42cd-ba15-5e23c81e24f3","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:4e:85","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9195048c-e3b2-44c2-b0b7-2b83c9d64018","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.3"}],"id":"96798e89-cf7c-4a09-a6fe-2252a73c7690","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:fe:2d","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:45:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.4"}],"id":"a973679d-f6ae-4816-9d78-538e63f0ac9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:81:29","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-12f91cc0-ef81-46a9-910c-d69b112864f2","name":"","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:45:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:46:33Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ec468e03-d1ad-4c1f-8252-e4fb3f6a974c","ip_address":"10.55.0.6"}],"id":"dfef9900-97d5-4447-8d14-9c57a08b678c","security_groups":["f207b512-5aa7-460e-a000-b2ac6a917fb8"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:10:a4:58","project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f9bfe009-d1dc-4533-9485-a640fa4901c8","name":"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2","admin_state_up":true,"network_id":"12f91cc0-ef81-46a9-910c-d69b112864f2","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T10:46:25Z","binding:vnic_type":"normal"}]} 2018-08-20 10:46:43,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-bd7297ea-f877-4392-b3ea-1a6b87a7bf9d 2018-08-20 10:46:43,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:43,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3aef266e-aad1-4823-a605-ad762c6f5995 x-compute-request-id: req-3aef266e-aad1-4823-a605-ad762c6f5995 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-08-20T10:46:33.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "security_groups": [{"name": "default"}], "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:33Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:43,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-3aef266e-aad1-4823-a605-ad762c6f5995 2018-08-20 10:46:43,802 - create_instance - INFO - Deleting Port with ID - 622db85d-d80a-42cd-ba15-5e23c81e24f3 2018-08-20 10:46:43,802 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-1 2018-08-20 10:46:43,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/622db85d-d80a-42cd-ba15-5e23c81e24f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:44,356 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-897c5ed3-76eb-4460-8070-b5d3c62025f7 Date: Mon, 20 Aug 2018 10:46:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:46:44,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/622db85d-d80a-42cd-ba15-5e23c81e24f3 used request id req-897c5ed3-76eb-4460-8070-b5d3c62025f7 2018-08-20 10:46:44,357 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-20 10:46:44,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:44,540 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:46: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-9d44c3a6-4c5f-485c-9c3c-78d46d8c6b87 x-compute-request-id: req-9d44c3a6-4c5f-485c-9c3c-78d46d8c6b87 Content-Type: application/json 2018-08-20 10:46:44,540 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-9d44c3a6-4c5f-485c-9c3c-78d46d8c6b87 2018-08-20 10:46:44,540 - create_instance - INFO - Checking deletion status 2018-08-20 10:46:44,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:44,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46: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-ab554e54-4d2e-486c-96ea-169e9d408fb9 x-compute-request-id: req-ab554e54-4d2e-486c-96ea-169e9d408fb9 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:4e:85", "version": 4, "addr": "10.55.0.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2018-08-20T10:46:14.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "9195048c-e3b2-44c2-b0b7-2b83c9d64018", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:44Z", "hostId": "8c7ab1da01dc8a37c15d95ddec005f44f47581c95a9b8ee9523c3b20", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-08-20T10:46:07Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:44,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-ab554e54-4d2e-486c-96ea-169e9d408fb9 2018-08-20 10:46:44,817 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-08-20 10:46:44,817 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:46:47,818 - create_instance - DEBUG - VM status query timeout in 296.72308588 2018-08-20 10:46:47,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e63dc980c5a1b2bb7c84d307dc95a69a35852e9" 2018-08-20 10:46:47,869 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10: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-27094678-7506-4215-beee-e77aa9429c6f x-compute-request-id: req-27094678-7506-4215-beee-e77aa9429c6f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9195048c-e3b2-44c2-b0b7-2b83c9d64018 could not be found.", "code": 404}} 2018-08-20 10:46:47,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9195048c-e3b2-44c2-b0b7-2b83c9d64018 used request id req-27094678-7506-4215-beee-e77aa9429c6f 2018-08-20 10:46:47,869 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9195048c-e3b2-44c2-b0b7-2b83c9d64018 could not be found. (HTTP 404) (Request-ID: req-27094678-7506-4215-beee-e77aa9429c6f) 2018-08-20 10:46:47,870 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-20 10:46:47,871 - create_instance - INFO - Deleting Port with ID - dfef9900-97d5-4447-8d14-9c57a08b678c 2018-08-20 10:46:47,871 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864dport-2 2018-08-20 10:46:47,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/dfef9900-97d5-4447-8d14-9c57a08b678c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:48,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd46b987-bf17-407c-9ccc-2bfd3135a4f0 Date: Mon, 20 Aug 2018 10:46:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:46:48,358 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/dfef9900-97d5-4447-8d14-9c57a08b678c used request id req-fd46b987-bf17-407c-9ccc-2bfd3135a4f0 2018-08-20 10:46:48,358 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 10:46:48,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:48,529 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10: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-09c5766e-b873-475b-b8a1-2ef9f4939979 x-compute-request-id: req-09c5766e-b873-475b-b8a1-2ef9f4939979 Content-Type: application/json 2018-08-20 10:46:48,529 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-09c5766e-b873-475b-b8a1-2ef9f4939979 2018-08-20 10:46:48,529 - create_instance - INFO - Checking deletion status 2018-08-20 10:46:48,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:48,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-dfe89660-8acc-46e6-b15a-8d8b3672605d x-compute-request-id: req-dfe89660-8acc-46e6-b15a-8d8b3672605d Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:a4:58", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8", "rel": "bookmark"}], "image": {"id": "161861ec-df6b-465a-8366-2695efd423e2", "links": [{"href": "http://172.30.9.36:8774/images/161861ec-df6b-465a-8366-2695efd423e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2018-08-20T10:46:33.000000", "flavor": {"id": "5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "links": [{"href": "http://172.30.9.36:8774/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba", "rel": "bookmark"}]}, "id": "f9bfe009-d1dc-4533-9485-a640fa4901c8", "user_id": "63e9b6fbace64bb08d03ce9c9389b4c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:46:48Z", "hostId": "c08a26793f2471af7dde56a973810fcd2096751161cdaed2c965da21", "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-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-08-20T10:46:28Z", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:46:48,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-dfe89660-8acc-46e6-b15a-8d8b3672605d 2018-08-20 10:46:48,629 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-08-20 10:46:48,629 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:46:51,631 - create_instance - DEBUG - VM status query timeout in 296.898339033 2018-08-20 10:46:51,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1c5068c3f41588dd53cb6cc41579b8f6b8630c" 2018-08-20 10:46:51,683 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46: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-bd5efe91-dd36-430d-ad7e-27e5d06648b5 x-compute-request-id: req-bd5efe91-dd36-430d-ad7e-27e5d06648b5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f9bfe009-d1dc-4533-9485-a640fa4901c8 could not be found.", "code": 404}} 2018-08-20 10:46:51,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/f9bfe009-d1dc-4533-9485-a640fa4901c8 used request id req-bd5efe91-dd36-430d-ad7e-27e5d06648b5 2018-08-20 10:46:51,683 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f9bfe009-d1dc-4533-9485-a640fa4901c8 could not be found. (HTTP 404) (Request-ID: req-bd5efe91-dd36-430d-ad7e-27e5d06648b5) 2018-08-20 10:46:51,683 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-20 10:46:51,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a2c22a0eaeb1e91c71fb990aa15f7fe5792a85" 2018-08-20 10:46:51,741 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:46: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-5501f225-896f-484d-ad81-c3c8eed80c6c x-compute-request-id: req-5501f225-896f-484d-ad81-c3c8eed80c6c Content-Length: 0 Content-Type: application/json 2018-08-20 10:46:51,741 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/5d3ef7b5-7715-4fbf-ade9-86ae29c5eaba used request id req-5501f225-896f-484d-ad81-c3c8eed80c6c 2018-08-20 10:46:51,742 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet 2018-08-20 10:46:51,742 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-subnet 2018-08-20 10:46:51,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/ec468e03-d1ad-4c1f-8252-e4fb3f6a974c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" 2018-08-20 10:46:54,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4517901f-d71a-45a8-a0b0-84e157f5efef Date: Mon, 20 Aug 2018 10:46:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:46:54,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/ec468e03-d1ad-4c1f-8252-e4fb3f6a974c used request id req-4517901f-d71a-45a8-a0b0-84e157f5efef 2018-08-20 10:46:54,022 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-priv-net 2018-08-20 10:46:54,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/12f91cc0-ef81-46a9-910c-d69b112864f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb80aa3d5ed9bafab7d224764af0746eeb16279" 2018-08-20 10:46:56,100 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dbac2ce2-080a-45a0-ac7b-534666f49461 Date: Mon, 20 Aug 2018 10:46:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:46:56,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/12f91cc0-ef81-46a9-910c-d69b112864f2 used request id req-dbac2ce2-080a-45a0-ac7b-534666f49461 2018-08-20 10:46:56,101 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-cd5ff0fb-5c9c-4a1e-a34e-c5670d11864d-image 2018-08-20 10:46:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36cd717223a1394a9e20240ffc0c66f39599eb6e" 2018-08-20 10:46:57,796 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d00f0151-0a74-4aff-a416-aadfb89a456d Date: Mon, 20 Aug 2018 10:46:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:46:57,796 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/161861ec-df6b-465a-8366-2695efd423e2 used request id req-d00f0151-0a74-4aff-a416-aadfb89a456d 2018-08-20 10:46:57,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:46:57,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:46:57,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:46:57,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:46:57,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:46:57,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-84309b82-ce01-4dc6-a6c6-476a8dac3fe9 Date: Mon, 20 Aug 2018 10:46:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:46:58,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-84309b82-ce01-4dc6-a6c6-476a8dac3fe9 2018-08-20 10:46:58,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,175 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df148552-dc68-48b9-a9a9-dab7b393a9ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-df148552-dc68-48b9-a9a9-dab7b393a9ed 2018-08-20 10:46:58,175 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,270 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b47bf345-c739-4910-8c92-1a87d76e7584 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-b47bf345-c739-4910-8c92-1a87d76e7584 2018-08-20 10:46:58,271 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,365 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0063578f-bf59-4117-8be6-36b691106312 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-0063578f-bf59-4117-8be6-36b691106312 2018-08-20 10:46:58,365 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,461 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3579f62-c956-4f0e-9451-52b8007b9fee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-b3579f62-c956-4f0e-9451-52b8007b9fee 2018-08-20 10:46:58,462 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,553 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b887c3dc-8fc8-41e0-8416-b536fe3cc988 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-b887c3dc-8fc8-41e0-8416-b536fe3cc988 2018-08-20 10:46:58,554 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,647 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2feba822-c071-4205-80a8-99df01989577 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-2feba822-c071-4205-80a8-99df01989577 2018-08-20 10:46:58,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,736 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f3640e6-13af-47ea-8945-5862d7a262b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-5f3640e6-13af-47ea-8945-5862d7a262b0 2018-08-20 10:46:58,736 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,830 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c5a4ad-5e7d-4583-b9cd-ace774f0aac3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-07c5a4ad-5e7d-4583-b9cd-ace774f0aac3 2018-08-20 10:46:58,830 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:58,927 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08e17352-994b-477c-8b76-ee05ceb050c1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:58,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-08e17352-994b-477c-8b76-ee05ceb050c1 2018-08-20 10:46:58,927 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:58,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c3f52f-dcff-4b7b-a2a9-9bea4336df87 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:46:59,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-f1c3f52f-dcff-4b7b-a2a9-9bea4336df87 2018-08-20 10:46:59,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,113 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5373680-84e3-44d6-a02b-46ef9193dd67 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:59,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-c5373680-84e3-44d6-a02b-46ef9193dd67 2018-08-20 10:46:59,113 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:59,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,209 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14bc432b-dd52-41ae-be71-6292a2f2b729 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:59,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-14bc432b-dd52-41ae-be71-6292a2f2b729 2018-08-20 10:46:59,210 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:59,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,297 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45f997bc-01f3-4b55-8de6-05090e6aa346 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:59,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-45f997bc-01f3-4b55-8de6-05090e6aa346 2018-08-20 10:46:59,298 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:59,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,393 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4765bffa-1304-414c-b9ef-00596765e905 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:59,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-4765bffa-1304-414c-b9ef-00596765e905 2018-08-20 10:46:59,393 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:59,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1bebdbd-16a3-469d-8f1d-9fd3b2d6b4be Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:46:59,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-e1bebdbd-16a3-469d-8f1d-9fd3b2d6b4be 2018-08-20 10:46:59,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,589 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9907cd34-2834-4d4d-b501-23e69f4a53c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:59,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-9907cd34-2834-4d4d-b501-23e69f4a53c0 2018-08-20 10:46:59,589 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:59,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,690 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4da6e72c-a273-4188-b0d7-336741d07474 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:59,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-4da6e72c-a273-4188-b0d7-336741d07474 2018-08-20 10:46:59,691 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:59,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:46:59,795 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-025e5008-55a2-43f7-99c8-895cf6040d2f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:46:59,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-025e5008-55a2-43f7-99c8-895cf6040d2f 2018-08-20 10:46:59,796 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:46:59,797 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj 2018-08-20 10:46:59,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/89faf7bea4454fc48347a26741d86f59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:47:00,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9bf3f27-4e9b-4809-b577-c8af5d77c3b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:47:00,023 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/89faf7bea4454fc48347a26741d86f59 used request id req-d9bf3f27-4e9b-4809-b577-c8af5d77c3b4 2018-08-20 10:47:00,023 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-5bfa15db-9595-4d0-proj-role 2018-08-20 10:47:00,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/0593ac120b8443b7a6cdb4c0c9b15fca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:47:00,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:47:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05ec987a-3b35-4bdc-88dc-48eeee9b853d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:47:00,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/0593ac120b8443b7a6cdb4c0c9b15fca used request id req-05ec987a-3b35-4bdc-88dc-48eeee9b853d 2018-08-20 10:47:00,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b67ba1b0ba71da8f443a4c10da681965f11c1e" 2018-08-20 10:47:00,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d2cf66d-fd80-4793-97d1-bb05ccb09307 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:47:00,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9d2cf66d-fd80-4793-97d1-bb05ccb09307 2018-08-20 10:47:00,244 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-5bfa15db-9595-4d0-user 2018-08-20 10:47:00,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/0ccc5eb844cd47f0bb2ddfdaf667f288 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57fcda12fa38c92c24df65ee2fbf1d0a16ad4bb6" 2018-08-20 10:47:00,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:47:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dc211bc-1c60-4263-bdd5-6017a100f7c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:47:00,464 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/0ccc5eb844cd47f0bb2ddfdaf667f288 used request id req-0dc211bc-1c60-4263-bdd5-6017a100f7c4 2018-08-20 10:47:00,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:00,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:47:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["0LUfnHu_S26yP9D8Els0Og"], "issued_at": "2018-08-20T10:47:00.000000Z"}} 2018-08-20 10:47:00,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d34521f8538817c6bc93183c472a030cdc4d3e" 2018-08-20 10:47:00,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46f2d72d-53ca-42eb-a8c1-4452cdde6cae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:00,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-46f2d72d-53ca-42eb-a8c1-4452cdde6cae 2018-08-20 10:47:00,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:00,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:01,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:47:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["48-DyzADSBCRFdGPxdgFXg"], "issued_at": "2018-08-20T10:47:01.000000Z"}} 2018-08-20 10:47:01,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:01,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e3aa4cd-6004-4282-8c5f-564ec16dfe11 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:01,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7e3aa4cd-6004-4282-8c5f-564ec16dfe11 2018-08-20 10:47:01,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:47:01,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:47:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:47:01,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-15a0939c-c391-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:01,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f367dd2-d4b1-48b8-8160-72e914616e60 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-15a0939c-c391-410-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:47:01,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-15a0939c-c391-410-proj used request id req-9f367dd2-d4b1-48b8-8160-72e914616e60 2018-08-20 10:47:01,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:01,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ed8815-7ec4-4235-a2b7-ddf5a31c773a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:47:01,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d3ed8815-7ec4-4235-a2b7-ddf5a31c773a 2018-08-20 10:47:01,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}}' 2018-08-20 10:47:01,784 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:47:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63011a28-4fd7-4f54-a34d-c3d7926ebed8 Content-Length: 329 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "id": "4a466dd4c083405581b273714d9b1097", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}} 2018-08-20 10:47:01,785 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-63011a28-4fd7-4f54-a34d-c3d7926ebed8 2018-08-20 10:47:01,785 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-15a0939c-c391-410-proj 2018-08-20 10:47:01,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:01,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:02,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:47:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lIab1P42QnmbOIjwSwb_yw"], "issued_at": "2018-08-20T10:47:02.000000Z"}} 2018-08-20 10:47:02,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87002440284039bc614d6d6f0e0a9564428c42d7" 2018-08-20 10:47:02,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413c9be7-3281-48ae-b354-e304dc3a95bf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:02,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-413c9be7-3281-48ae-b354-e304dc3a95bf 2018-08-20 10:47:02,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:47:02,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:47:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:47:02,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87002440284039bc614d6d6f0e0a9564428c42d7" 2018-08-20 10:47:02,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38937547-f591-4475-9e0f-b7d53027efae Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:47:02,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-38937547-f591-4475-9e0f-b7d53027efae 2018-08-20 10:47:02,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstanceFromThreePartImage-15a0939c-c391-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87002440284039bc614d6d6f0e0a9564428c42d7" 2018-08-20 10:47:02,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a4efd66-f5ef-465f-86fd-8e20e7ed9caf Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstanceFromThreePartImage-15a0939c-c391-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "id": "4a466dd4c083405581b273714d9b1097", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}]} 2018-08-20 10:47:02,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstanceFromThreePartImage-15a0939c-c391-410-proj used request id req-9a4efd66-f5ef-465f-86fd-8e20e7ed9caf 2018-08-20 10:47:02,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87002440284039bc614d6d6f0e0a9564428c42d7" 2018-08-20 10:47:02,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09f9a02b-716d-4919-8f04-1944ee642dde Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:47:02,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-09f9a02b-716d-4919-8f04-1944ee642dde 2018-08-20 10:47:02,957 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-15a0939c-c391-410-user 2018-08-20 10:47:02,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:02,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:03,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a908c2d-5973-4265-bd48-adb8bf62e3db Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:47:03,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2a908c2d-5973-4265-bd48-adb8bf62e3db 2018-08-20 10:47:03,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" -d '{"role": {"name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role"}}' 2018-08-20 10:47:03,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:47:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b7a24e8-c206-407e-8b1a-b9df2bb2bf35 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "544286976b094325a33d1649432c7d14", "links": {"self": "http://172.30.9.36:5000/v3/roles/544286976b094325a33d1649432c7d14"}, "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role"}} 2018-08-20 10:47:03,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-5b7a24e8-c206-407e-8b1a-b9df2bb2bf35 2018-08-20 10:47:03,179 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role 2018-08-20 10:47:03,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/544286976b094325a33d1649432c7d14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:03,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6b8a3f7-42d2-424c-b797-1d345c7260bf Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "544286976b094325a33d1649432c7d14", "links": {"self": "http://172.30.9.36:5000/v3/roles/544286976b094325a33d1649432c7d14"}, "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role"}} 2018-08-20 10:47:03,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/544286976b094325a33d1649432c7d14 used request id req-d6b8a3f7-42d2-424c-b797-1d345c7260bf 2018-08-20 10:47:03,271 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role to project CreateInstanceFromThreePartImage-15a0939c-c391-410-proj 2018-08-20 10:47:03,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097/users/22d189615edc42ef89df9f602c3a588a/roles/544286976b094325a33d1649432c7d14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:03,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:47:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e829c29c-355f-4bcf-82bd-626eef6dfb68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:47:03,422 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097/users/22d189615edc42ef89df9f602c3a588a/roles/544286976b094325a33d1649432c7d14 used request id req-e829c29c-355f-4bcf-82bd-626eef6dfb68 2018-08-20 10:47:03,422 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:47:03,423 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:47:03,424 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-08-20 10:47:03,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:03,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:03,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "544286976b094325a33d1649432c7d14", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role"}], "expires_at": "2018-08-20T11:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-user", "id": "22d189615edc42ef89df9f602c3a588a"}, "audit_ids": ["3FyRQBJuT-ift174BcfFVg"], "issued_at": "2018-08-20T10:47:03.000000Z"}} 2018-08-20 10:47:03,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" 2018-08-20 10:47:03,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2823a5-de0c-41d5-b3eb-127732b8e94e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:03,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4a2823a5-de0c-41d5-b3eb-127732b8e94e 2018-08-20 10:47:03,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" 2018-08-20 10:47:04,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-12458981-959a-42eb-ab7f-6227605b4bfa Date: Mon, 20 Aug 2018 10:47:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5"} 2018-08-20 10:47:04,097 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5 used request id req-12458981-959a-42eb-ab7f-6227605b4bfa 2018-08-20 10:47:04,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" 2018-08-20 10:47:04,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-07d31dd5-7e75-45c8-aff0-cb008f1dde7b Date: Mon, 20 Aug 2018 10:47:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:47:04,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-07d31dd5-7e75-45c8-aff0-cb008f1dde7b 2018-08-20 10:47:04,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5"}' 2018-08-20 10:47:04,542 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0c37766c-b162-44fc-8ee9-da386682f566 Date: Mon, 20 Aug 2018 10:47:04 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:47:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:47:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "min_disk": 0, "protected": false, "id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "file": "/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/file", "checksum": null, "owner": "4a466dd4c083405581b273714d9b1097", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:47:04,543 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-0c37766c-b162-44fc-8ee9-da386682f566 2018-08-20 10:47:04,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" -d '' 2018-08-20 10:47:05,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a30c30ec-6309-4f47-9406-1b45a4958eaf Date: Mon, 20 Aug 2018 10:47:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:47:05,614 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/file used request id req-a30c30ec-6309-4f47-9406-1b45a4958eaf 2018-08-20 10:47:05,614 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:47:05,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" 2018-08-20 10:47:05,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4b1f3e88-bc57-4d4b-95c0-e4d89c906bef Date: Mon, 20 Aug 2018 10:47:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:47:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:47:05Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/snap", "metadata": {}}], "self": "/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "min_disk": 0, "protected": false, "id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "file": "/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4a466dd4c083405581b273714d9b1097", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:47:05,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85 used request id req-4b1f3e88-bc57-4d4b-95c0-e4d89c906bef 2018-08-20 10:47:05,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" 2018-08-20 10:47:06,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3515bad7-ca4c-4988-ad7f-b2deb7d91701 Date: Mon, 20 Aug 2018 10:47:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:47:06,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-3515bad7-ca4c-4988-ad7f-b2deb7d91701 2018-08-20 10:47:06,019 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5 2018-08-20 10:47:06,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" 2018-08-20 10:47:06,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-244c2de8-936e-4670-b720-e4798f22038a Date: Mon, 20 Aug 2018 10:47:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:47:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:47:05Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/snap", "metadata": {}}], "self": "/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "min_disk": 0, "protected": false, "id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "file": "/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4a466dd4c083405581b273714d9b1097", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:47:06,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85 used request id req-244c2de8-936e-4670-b720-e4798f22038a 2018-08-20 10:47:06,199 - create_image - DEBUG - Instance status is - active 2018-08-20 10:47:06,199 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5 2018-08-20 10:47:06,200 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5 2018-08-20 10:47:06,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:06,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:06,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:47:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["rLU3zsTdQc2_JgFTBeBkKQ"], "issued_at": "2018-08-20T10:47:06.000000Z"}} 2018-08-20 10:47:06,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16ddfd3011be126b2c2cf6f4c15e272a248ba7c" 2018-08-20 10:47:06,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-110e1398-9412-4a2f-8d0a-3a7be5f52ca6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:06,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-110e1398-9412-4a2f-8d0a-3a7be5f52ca6 2018-08-20 10:47:06,681 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:47:06,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16ddfd3011be126b2c2cf6f4c15e272a248ba7c" 2018-08-20 10:47:06,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-2c6abeeb-b673-4afe-87d5-c5da54a82e44 x-compute-request-id: req-2c6abeeb-b673-4afe-87d5-c5da54a82e44 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:47:06,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-2c6abeeb-b673-4afe-87d5-c5da54a82e44 2018-08-20 10:47:06,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16ddfd3011be126b2c2cf6f4c15e272a248ba7c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-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-08-20 10:47:06,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-63c61184-9d76-49f6-99bb-4b487d908d4f x-compute-request-id: req-63c61184-9d76-49f6-99bb-4b487d908d4f Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "aa6a5773-7312-4464-a11a-915e9826ff72"}} 2018-08-20 10:47:06,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-63c61184-9d76-49f6-99bb-4b487d908d4f 2018-08-20 10:47:06,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:06,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:07,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "544286976b094325a33d1649432c7d14", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role"}], "expires_at": "2018-08-20T11:47:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-user", "id": "22d189615edc42ef89df9f602c3a588a"}, "audit_ids": ["cT4HHAb2TJ2ADcSeFIfIcw"], "issued_at": "2018-08-20T10:47:07.000000Z"}} 2018-08-20 10:47:07,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" 2018-08-20 10:47:07,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fcdb167-3235-46e2-bcda-9aadbadbcbc7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:07,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9fcdb167-3235-46e2-bcda-9aadbadbcbc7 2018-08-20 10:47:07,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:47:07,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:47:07,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:47:07,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:47:07,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:47:07,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" 2018-08-20 10:47:07,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b76967a6-1171-49fd-aa37-c31e13882714 Date: Mon, 20 Aug 2018 10:47:07 GMT RESP BODY: {"networks":[]} 2018-08-20 10:47:07,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-b76967a6-1171-49fd-aa37-c31e13882714 2018-08-20 10:47:07,619 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net 2018-08-20 10:47:07,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" -d '{"network": {"name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net", "admin_state_up": true}}' 2018-08-20 10:47:08,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 614 X-Openstack-Request-Id: req-b9e22aa7-861a-4e04-9768-372298208ce9 Date: Mon, 20 Aug 2018 10:47:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:47:08Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}} 2018-08-20 10:47:08,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-b9e22aa7-861a-4e04-9768-372298208ce9 2018-08-20 10:47:08,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" 2018-08-20 10:47:08,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 598 X-Openstack-Request-Id: req-463fadaf-953a-4bf1-9075-de6cdb1d3584 Date: Mon, 20 Aug 2018 10:47:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:47:08Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:08,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-463fadaf-953a-4bf1-9075-de6cdb1d3584 2018-08-20 10:47:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" 2018-08-20 10:47:08,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-244f3fa0-2ebd-432b-9bc2-3ebbd87e3d27 Date: Mon, 20 Aug 2018 10:47:08 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:47:08,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-244f3fa0-2ebd-432b-9bc2-3ebbd87e3d27 2018-08-20 10:47:08,881 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet 2018-08-20 10:47:08,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" -d '{"subnets": [{"ip_version": 4, "network_id": "d069abe8-f63f-42e0-a226-d7c24e5d511c", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]}' 2018-08-20 10:47:09,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ae90d679-bb33-43da-9f30-72804fb6cb49 Date: Mon, 20 Aug 2018 10:47:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:09,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-ae90d679-bb33-43da-9f30-72804fb6cb49 2018-08-20 10:47:09,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" 2018-08-20 10:47:10,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c33d94bc-46cb-4479-95e5-ce79e5b697a0 Date: Mon, 20 Aug 2018 10: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":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:10,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-c33d94bc-46cb-4479-95e5-ce79e5b697a0 2018-08-20 10:47:10,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" 2018-08-20 10:47:10,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2d90dff3-978c-405d-b293-d48c67d71e1a Date: Mon, 20 Aug 2018 10:47:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:10,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-2d90dff3-978c-405d-b293-d48c67d71e1a 2018-08-20 10:47:10,303 - OpenStackNetwork - DEBUG - Network [d069abe8-f63f-42e0-a226-d7c24e5d511c] created successfully 2018-08-20 10:47:10,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:10,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:10,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "544286976b094325a33d1649432c7d14", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role"}], "expires_at": "2018-08-20T11:47:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-user", "id": "22d189615edc42ef89df9f602c3a588a"}, "audit_ids": ["Cbs5tBmFT1yFg0cnG9FDGA"], "issued_at": "2018-08-20T10:47:10.000000Z"}} 2018-08-20 10:47:10,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:10,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-958226f1-3c22-41e2-a620-a2585266627e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:10,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-958226f1-3c22-41e2-a620-a2585266627e 2018-08-20 10:47:10,813 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:47:10,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:47:10,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:47:10,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:47:10,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:47:10,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:47:10,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:10,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b00de34-89e6-4c34-a7b4-418f8f680e59 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:10,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8b00de34-89e6-4c34-a7b4-418f8f680e59 2018-08-20 10:47:10,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:11,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ff9037b7-c114-47c0-86ae-c86abfa7eae9 Date: Mon, 20 Aug 2018 10:47:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:11,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-ff9037b7-c114-47c0-86ae-c86abfa7eae9 2018-08-20 10:47:11,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:11,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5a94e769-feed-4ba2-b34a-5ed8331e0cfe Date: Mon, 20 Aug 2018 10:47:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:11,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-5a94e769-feed-4ba2-b34a-5ed8331e0cfe 2018-08-20 10:47:11,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:11,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-50244a94-bb27-455a-9b0c-86df96b9ce23 Date: Mon, 20 Aug 2018 10:47:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:11,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-50244a94-bb27-455a-9b0c-86df96b9ce23 2018-08-20 10:47:11,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:47:11,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:47:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:47:11,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:11,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eebaec46-1fb8-44cf-b6db-3076ec8bb063 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}} 2018-08-20 10:47:11,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 used request id req-eebaec46-1fb8-44cf-b6db-3076ec8bb063 2018-08-20 10:47:11,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:11,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-69b91ee9-3ad2-4553-a12a-069253286c50 Date: Mon, 20 Aug 2018 10:47:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:11,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-69b91ee9-3ad2-4553-a12a-069253286c50 2018-08-20 10:47:11,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:12,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e650c492-37bc-4faf-a609-e9b05d0ec017 Date: Mon, 20 Aug 2018 10:47:12 GMT RESP BODY: {"ports":[]} 2018-08-20 10:47:12,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port&admin_state_up=True used request id req-e650c492-37bc-4faf-a609-e9b05d0ec017 2018-08-20 10:47:12,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:12,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-3038827b-d4a5-449c-827e-8dd805a45f54 x-compute-request-id: req-3038827b-d4a5-449c-827e-8dd805a45f54 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:47:12,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst used request id req-3038827b-d4a5-449c-827e-8dd805a45f54 2018-08-20 10:47:12,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:12,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-78f04cb1-32e7-4148-b17e-45cd28597025 Date: Mon, 20 Aug 2018 10:47: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":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:12,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-78f04cb1-32e7-4148-b17e-45cd28597025 2018-08-20 10:47:12,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:12,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-112abc45-c5d0-4b7a-bc07-4d1566e99b5f Date: Mon, 20 Aug 2018 10:47:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:12,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-112abc45-c5d0-4b7a-bc07-4d1566e99b5f 2018-08-20 10:47:12,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:13,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c5730b7d-d832-430c-af7f-7f554a74d9dd Date: Mon, 20 Aug 2018 10: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":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:13,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-c5730b7d-d832-430c-af7f-7f554a74d9dd 2018-08-20 10:47:13,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:13,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3aadef-fe9f-40b5-b59e-4fd0025b67bb Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}} 2018-08-20 10:47:13,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 used request id req-1e3aadef-fe9f-40b5-b59e-4fd0025b67bb 2018-08-20 10:47:13,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:13,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a4c7c94c-f240-4f30-a4ba-7b30f6629a50 Date: Mon, 20 Aug 2018 10:47:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:13,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-a4c7c94c-f240-4f30-a4ba-7b30f6629a50 2018-08-20 10:47:13,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:13,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-39498993-8edf-4855-805d-76dc425ebfc2 Date: Mon, 20 Aug 2018 10:47:13 GMT RESP BODY: {"ports":[]} 2018-08-20 10:47:13,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port&admin_state_up=True used request id req-39498993-8edf-4855-805d-76dc425ebfc2 2018-08-20 10:47:13,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:13,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:13,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "544286976b094325a33d1649432c7d14", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role"}], "expires_at": "2018-08-20T11:47:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4a466dd4c083405581b273714d9b1097", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-user", "id": "22d189615edc42ef89df9f602c3a588a"}, "audit_ids": ["T6VTJVVLSkWhUEoKPMzr3Q"], "issued_at": "2018-08-20T10:47:13.000000Z"}} 2018-08-20 10:47:13,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39df9f062644f01a8912794500a5434b57d12f2f" 2018-08-20 10:47:13,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860d6684-fe4d-4f1c-823e-5bb08c213d19 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:13,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-860d6684-fe4d-4f1c-823e-5bb08c213d19 2018-08-20 10:47:13,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:14,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-724fb989-d20c-4c04-aee8-fca27315f77c Date: Mon, 20 Aug 2018 10: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":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:14,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-724fb989-d20c-4c04-aee8-fca27315f77c 2018-08-20 10:47:14,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:14,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db225b21-c0a7-4321-a850-7d0c39c0681f Date: Mon, 20 Aug 2018 10:47:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:14,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-db225b21-c0a7-4321-a850-7d0c39c0681f 2018-08-20 10:47:14,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:14,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-709f36a1-c70d-4b09-bcf6-e3668a26bf3d Date: Mon, 20 Aug 2018 10: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":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:14,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-709f36a1-c70d-4b09-bcf6-e3668a26bf3d 2018-08-20 10:47:14,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:47:14,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:47:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:47:14,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39df9f062644f01a8912794500a5434b57d12f2f" 2018-08-20 10:47:14,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67010969-c886-48f1-ae48-d776cf2c46ac Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}} 2018-08-20 10:47:14,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 used request id req-67010969-c886-48f1-ae48-d776cf2c46ac 2018-08-20 10:47:14,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:14,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1233af90-cde6-468e-8ff0-c4c59714270f Date: Mon, 20 Aug 2018 10:47:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:14,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-1233af90-cde6-468e-8ff0-c4c59714270f 2018-08-20 10:47:14,895 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net 2018-08-20 10:47:14,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" -d '{"port": {"network_id": "d069abe8-f63f-42e0-a226-d7c24e5d511c", "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port", "admin_state_up": true}}' 2018-08-20 10:47:15,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 766 X-Openstack-Request-Id: req-03ff10c6-8d08-41bc-95f8-99e073c175bd Date: Mon, 20 Aug 2018 10:47:15 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:47:15Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:47:15Z","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:b1:f3:b7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"4a466dd4c083405581b273714d9b1097","fixed_ips":[{"subnet_id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","ip_address":"10.55.0.7"}],"id":"9063da05-e2a6-4f2a-8b5d-cf206f4e2b01","security_groups":["6d951592-700d-466f-ade2-91d93420e6a0"],"device_id":""}} 2018-08-20 10:47:15,782 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-03ff10c6-8d08-41bc-95f8-99e073c175bd 2018-08-20 10:47:15,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:16,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f50cdd39-ad17-4da4-8986-e810ddf818c7 Date: Mon, 20 Aug 2018 10: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":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:16,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-f50cdd39-ad17-4da4-8986-e810ddf818c7 2018-08-20 10:47:16,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:16,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b8447c3-86a4-4781-898e-01cc8dd57c7c Date: Mon, 20 Aug 2018 10:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:16,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-0b8447c3-86a4-4781-898e-01cc8dd57c7c 2018-08-20 10:47:16,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:16,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-3c51fa22-3ba0-4780-a9fd-c210d2711b41 Date: Mon, 20 Aug 2018 10: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":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:16,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-3c51fa22-3ba0-4780-a9fd-c210d2711b41 2018-08-20 10:47:16,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:16,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c331c5f-e9fb-47d5-8b4b-b6b4d9cf30d0 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}} 2018-08-20 10:47:16,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 used request id req-0c331c5f-e9fb-47d5-8b4b-b6b4d9cf30d0 2018-08-20 10:47:16,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:17,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a410ff4b-7abe-4eb7-aaec-d1ff8d60f475 Date: Mon, 20 Aug 2018 10:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:17,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-a410ff4b-7abe-4eb7-aaec-d1ff8d60f475 2018-08-20 10:47:17,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:17,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4cf28818-cdea-4989-91a9-32d335100849 Date: Mon, 20 Aug 2018 10:47:17 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:15Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:15Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:b1:f3:b7","id":"9063da05-e2a6-4f2a-8b5d-cf206f4e2b01","port_security_enabled":true,"project_id":"4a466dd4c083405581b273714d9b1097","fixed_ips":[{"subnet_id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","ip_address":"10.55.0.7"}],"extra_dhcp_opts":[],"security_groups":["6d951592-700d-466f-ade2-91d93420e6a0"],"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port"}]} 2018-08-20 10:47:17,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port&admin_state_up=True used request id req-4cf28818-cdea-4989-91a9-32d335100849 2018-08-20 10:47:17,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:17,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc298af-4714-49d4-bc0a-7f91073dfce5 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}} 2018-08-20 10:47:17,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 used request id req-1cc298af-4714-49d4-bc0a-7f91073dfce5 2018-08-20 10:47:17,161 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst 2018-08-20 10:47:17,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:17,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9e6dd6a-9743-42d1-a5f0-2f92b9cb90ea x-compute-request-id: req-e9e6dd6a-9743-42d1-a5f0-2f92b9cb90ea Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"flavors": [{"id": "aa6a5773-7312-4464-a11a-915e9826ff72", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-flavor-name"}]} 2018-08-20 10:47:17,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-e9e6dd6a-9743-42d1-a5f0-2f92b9cb90ea 2018-08-20 10:47:17,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/aa6a5773-7312-4464-a11a-915e9826ff72 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:17,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57138f4d-5a6f-4654-b168-decfa801bb5b x-compute-request-id: req-57138f4d-5a6f-4654-b168-decfa801bb5b Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "aa6a5773-7312-4464-a11a-915e9826ff72"}} 2018-08-20 10:47:17,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/aa6a5773-7312-4464-a11a-915e9826ff72 used request id req-57138f4d-5a6f-4654-b168-decfa801bb5b 2018-08-20 10:47:17,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:17,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-fa4c6ab2-1b42-4ac7-ac3e-2036ba42cc49 Date: Mon, 20 Aug 2018 10:47:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:47:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:47:05Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/snap", "metadata": {}}], "self": "/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "min_disk": 0, "protected": false, "id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "file": "/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4a466dd4c083405581b273714d9b1097", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5"} 2018-08-20 10:47:17,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5 used request id req-fa4c6ab2-1b42-4ac7-ac3e-2036ba42cc49 2018-08-20 10:47:17,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:17,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-69fa937e-30af-4c14-b172-71f7c797789d Date: Mon, 20 Aug 2018 10:47: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:47:17,688 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-69fa937e-30af-4c14-b172-71f7c797789d 2018-08-20 10:47:17,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" -d '{"server": {"name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst", "imageRef": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "flavorRef": "aa6a5773-7312-4464-a11a-915e9826ff72", "max_count": 1, "min_count": 1, "networks": [{"port": "9063da05-e2a6-4f2a-8b5d-cf206f4e2b01"}]}}' 2018-08-20 10:47:19,484 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:47:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce44137d-2828-4f85-9231-e6ff4f2dbd4d x-compute-request-id: req-ce44137d-2828-4f85-9231-e6ff4f2dbd4d Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "88f66790-a73f-4bb0-9142-a799763388d2", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "bookmark"}], "adminPass": "32jUx3VCQe3x"}} 2018-08-20 10:47:19,484 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-ce44137d-2828-4f85-9231-e6ff4f2dbd4d 2018-08-20 10:47:19,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:19,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff54341a-db34-4c55-bf87-193ebbe27abf x-compute-request-id: req-ff54341a-db34-4c55-bf87-193ebbe27abf 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.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "bookmark"}], "image": {"id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "links": [{"href": "http://172.30.9.36:8774/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "aa6a5773-7312-4464-a11a-915e9826ff72", "links": [{"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}]}, "id": "88f66790-a73f-4bb0-9142-a799763388d2", "user_id": "22d189615edc42ef89df9f602c3a588a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:47:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst", "created": "2018-08-20T10:47:19Z", "tenant_id": "4a466dd4c083405581b273714d9b1097", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:47:19,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-ff54341a-db34-4c55-bf87-193ebbe27abf 2018-08-20 10:47:19,750 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst 2018-08-20 10:47:19,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:20,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd8c1e89-8b08-4079-9741-636122f0bd4e x-compute-request-id: req-dd8c1e89-8b08-4079-9741-636122f0bd4e 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.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "bookmark"}], "image": {"id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "links": [{"href": "http://172.30.9.36:8774/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "aa6a5773-7312-4464-a11a-915e9826ff72", "links": [{"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}]}, "id": "88f66790-a73f-4bb0-9142-a799763388d2", "user_id": "22d189615edc42ef89df9f602c3a588a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:47:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst", "created": "2018-08-20T10:47:19Z", "tenant_id": "4a466dd4c083405581b273714d9b1097", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:47:20,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-dd8c1e89-8b08-4079-9741-636122f0bd4e 2018-08-20 10:47:20,005 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst] is - BUILD 2018-08-20 10:47:20,005 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:47:23,008 - create_instance - DEBUG - VM status query timeout in 896.741777182 2018-08-20 10:47:23,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:23,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47: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-f2b21335-88a1-4499-be1e-08eb94f91bed x-compute-request-id: req-f2b21335-88a1-4499-be1e-08eb94f91bed Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "bookmark"}], "image": {"id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "links": [{"href": "http://172.30.9.36:8774/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "aa6a5773-7312-4464-a11a-915e9826ff72", "links": [{"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}]}, "id": "88f66790-a73f-4bb0-9142-a799763388d2", "security_groups": [{"name": "default"}], "user_id": "22d189615edc42ef89df9f602c3a588a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:47:20Z", "hostId": "755ce313bfdf424beaed21dc270c096370dfead0dac5f9ef6a55b0eb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst", "created": "2018-08-20T10:47:19Z", "tenant_id": "4a466dd4c083405581b273714d9b1097", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:47:23,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-f2b21335-88a1-4499-be1e-08eb94f91bed 2018-08-20 10:47:23,371 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst] is - BUILD 2018-08-20 10:47:23,371 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:47:26,374 - create_instance - DEBUG - VM status query timeout in 893.375666142 2018-08-20 10:47:26,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:26,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-57675162-394a-4700-8a09-4cc81b3b41d0 x-compute-request-id: req-57675162-394a-4700-8a09-4cc81b3b41d0 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:f3:b7", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "bookmark"}], "image": {"id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "links": [{"href": "http://172.30.9.36:8774/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:47:25.000000", "flavor": {"id": "aa6a5773-7312-4464-a11a-915e9826ff72", "links": [{"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}]}, "id": "88f66790-a73f-4bb0-9142-a799763388d2", "security_groups": [{"name": "default"}], "user_id": "22d189615edc42ef89df9f602c3a588a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:47:25Z", "hostId": "755ce313bfdf424beaed21dc270c096370dfead0dac5f9ef6a55b0eb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst", "created": "2018-08-20T10:47:19Z", "tenant_id": "4a466dd4c083405581b273714d9b1097", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:47:26,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-57675162-394a-4700-8a09-4cc81b3b41d0 2018-08-20 10:47:26,827 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst] is - ACTIVE 2018-08-20 10:47:26,827 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:47:26,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:27,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-a21d2a9b-4288-436f-9d63-b758625b4ce1 x-compute-request-id: req-a21d2a9b-4288-436f-9d63-b758625b4ce1 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:f3:b7", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "bookmark"}], "image": {"id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "links": [{"href": "http://172.30.9.36:8774/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:47:25.000000", "flavor": {"id": "aa6a5773-7312-4464-a11a-915e9826ff72", "links": [{"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}]}, "id": "88f66790-a73f-4bb0-9142-a799763388d2", "security_groups": [{"name": "default"}], "user_id": "22d189615edc42ef89df9f602c3a588a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:47:25Z", "hostId": "755ce313bfdf424beaed21dc270c096370dfead0dac5f9ef6a55b0eb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst", "created": "2018-08-20T10:47:19Z", "tenant_id": "4a466dd4c083405581b273714d9b1097", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:47:27,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-a21d2a9b-4288-436f-9d63-b758625b4ce1 2018-08-20 10:47:27,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:28,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9464836e-2d62-4742-9373-f8a79b98ada3 Date: Mon, 20 Aug 2018 10:47:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ffca4c12-361c-41a6-97a4-85e5d9395ac1"],"updated_at":"2018-08-20T10:47:09Z","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4a466dd4c083405581b273714d9b1097","id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net"}]} 2018-08-20 10:47:28,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net used request id req-9464836e-2d62-4742-9373-f8a79b98ada3 2018-08-20 10:47:28,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:28,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9de8f001-11b3-4cd5-93d0-adc312d4b5bc Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}} 2018-08-20 10:47:28,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 used request id req-9de8f001-11b3-4cd5-93d0-adc312d4b5bc 2018-08-20 10:47:28,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:28,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-946fc761-47d7-410d-8941-ef635c2686d8 Date: Mon, 20 Aug 2018 10:47:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:09Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4a466dd4c083405581b273714d9b1097","id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet"}]} 2018-08-20 10:47:28,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-946fc761-47d7-410d-8941-ef635c2686d8 2018-08-20 10:47:28,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:28,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3034 X-Openstack-Request-Id: req-1525caa6-eaa3-4b47-b573-f042c7738859 Date: Mon, 20 Aug 2018 10:47:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:10Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d069abe8-f63f-42e0-a226-d7c24e5d511c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:56:0f:87","id":"54d0ba91-c1a2-4c61-99f7-5592d2fb1994","port_security_enabled":false,"project_id":"4a466dd4c083405581b273714d9b1097","fixed_ips":[{"subnet_id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:10Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d069abe8-f63f-42e0-a226-d7c24e5d511c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9b:b7:e3","id":"59b85679-e404-4839-ae01-1b03f7e2927b","port_security_enabled":false,"project_id":"4a466dd4c083405581b273714d9b1097","fixed_ips":[{"subnet_id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d069abe8-f63f-42e0-a226-d7c24e5d511c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c2:cf:cf","id":"84b4e4e0-0509-4da8-ad64-254862ae8d71","port_security_enabled":false,"project_id":"4a466dd4c083405581b273714d9b1097","fixed_ips":[{"subnet_id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d069abe8-f63f-42e0-a226-d7c24e5d511c","tenant_id":"4a466dd4c083405581b273714d9b1097","created_at":"2018-08-20T10:47:15Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:25Z","binding:vnic_type":"normal","device_id":"88f66790-a73f-4bb0-9142-a799763388d2","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b1:f3:b7","id":"9063da05-e2a6-4f2a-8b5d-cf206f4e2b01","port_security_enabled":true,"project_id":"4a466dd4c083405581b273714d9b1097","fixed_ips":[{"subnet_id":"ffca4c12-361c-41a6-97a4-85e5d9395ac1","ip_address":"10.55.0.7"}],"extra_dhcp_opts":[],"security_groups":["6d951592-700d-466f-ade2-91d93420e6a0"],"name":"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port"}]} 2018-08-20 10:47:28,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-1525caa6-eaa3-4b47-b573-f042c7738859 2018-08-20 10:47:28,768 - create_instance - INFO - Deleting Port with ID - 9063da05-e2a6-4f2a-8b5d-cf206f4e2b01 2018-08-20 10:47:28,769 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-port 2018-08-20 10:47:28,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/9063da05-e2a6-4f2a-8b5d-cf206f4e2b01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:29,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c6e5586c-bae9-4a9d-a06a-121d5b4646ac Date: Mon, 20 Aug 2018 10:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:47:29,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/9063da05-e2a6-4f2a-8b5d-cf206f4e2b01 used request id req-c6e5586c-bae9-4a9d-a06a-121d5b4646ac 2018-08-20 10:47:29,376 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst 2018-08-20 10:47:29,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:29,744 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:47:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5dd26abb-813a-4e6e-b844-85000cd80e62 x-compute-request-id: req-5dd26abb-813a-4e6e-b844-85000cd80e62 Content-Type: application/json 2018-08-20 10:47:29,744 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-5dd26abb-813a-4e6e-b844-85000cd80e62 2018-08-20 10:47:29,745 - create_instance - INFO - Checking deletion status 2018-08-20 10:47:29,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:30,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b9cb084-91a1-4179-957a-4bb56e716e4a x-compute-request-id: req-2b9cb084-91a1-4179-957a-4bb56e716e4a Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:f3:b7", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "bookmark"}], "image": {"id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "links": [{"href": "http://172.30.9.36:8774/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:47:25.000000", "flavor": {"id": "aa6a5773-7312-4464-a11a-915e9826ff72", "links": [{"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}]}, "id": "88f66790-a73f-4bb0-9142-a799763388d2", "user_id": "22d189615edc42ef89df9f602c3a588a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:47:29Z", "hostId": "755ce313bfdf424beaed21dc270c096370dfead0dac5f9ef6a55b0eb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst", "created": "2018-08-20T10:47:19Z", "tenant_id": "4a466dd4c083405581b273714d9b1097", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:47:30,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-2b9cb084-91a1-4179-957a-4bb56e716e4a 2018-08-20 10:47:30,159 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst] is - ACTIVE 2018-08-20 10:47:30,160 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:47:33,163 - create_instance - DEBUG - VM status query timeout in 296.58196187 2018-08-20 10:47:33,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:33,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac0b18b2-b4b2-428d-b03b-11f8cde38669 x-compute-request-id: req-ac0b18b2-b4b2-428d-b03b-11f8cde38669 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/88f66790-a73f-4bb0-9142-a799763388d2", "rel": "bookmark"}], "image": {"id": "fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "links": [{"href": "http://172.30.9.36:8774/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:47:25.000000", "flavor": {"id": "aa6a5773-7312-4464-a11a-915e9826ff72", "links": [{"href": "http://172.30.9.36:8774/flavors/aa6a5773-7312-4464-a11a-915e9826ff72", "rel": "bookmark"}]}, "id": "88f66790-a73f-4bb0-9142-a799763388d2", "user_id": "22d189615edc42ef89df9f602c3a588a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:47:29Z", "hostId": "755ce313bfdf424beaed21dc270c096370dfead0dac5f9ef6a55b0eb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst", "created": "2018-08-20T10:47:19Z", "tenant_id": "4a466dd4c083405581b273714d9b1097", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:47:33,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-ac0b18b2-b4b2-428d-b03b-11f8cde38669 2018-08-20 10:47:33,524 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst] is - ACTIVE 2018-08-20 10:47:33,525 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:47:36,528 - create_instance - DEBUG - VM status query timeout in 293.216892958 2018-08-20 10:47:36,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}964cd0da1bca5007879c9a4f604586dd7368ecb2" 2018-08-20 10:47:36,583 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61ee3de4-d61f-4972-87c9-61a9e9cc9889 x-compute-request-id: req-61ee3de4-d61f-4972-87c9-61a9e9cc9889 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 88f66790-a73f-4bb0-9142-a799763388d2 could not be found.", "code": 404}} 2018-08-20 10:47:36,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/88f66790-a73f-4bb0-9142-a799763388d2 used request id req-61ee3de4-d61f-4972-87c9-61a9e9cc9889 2018-08-20 10:47:36,584 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 88f66790-a73f-4bb0-9142-a799763388d2 could not be found. (HTTP 404) (Request-ID: req-61ee3de4-d61f-4972-87c9-61a9e9cc9889) 2018-08-20 10:47:36,584 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-inst 2018-08-20 10:47:36,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/aa6a5773-7312-4464-a11a-915e9826ff72 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16ddfd3011be126b2c2cf6f4c15e272a248ba7c" 2018-08-20 10:47:36,633 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:47:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b997c8d-8b1a-47c5-900a-9de65620a6c6 x-compute-request-id: req-2b997c8d-8b1a-47c5-900a-9de65620a6c6 Content-Length: 0 Content-Type: application/json 2018-08-20 10:47:36,633 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/aa6a5773-7312-4464-a11a-915e9826ff72 used request id req-2b997c8d-8b1a-47c5-900a-9de65620a6c6 2018-08-20 10:47:36,634 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet 2018-08-20 10:47:36,634 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-subnet 2018-08-20 10:47:36,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/ffca4c12-361c-41a6-97a4-85e5d9395ac1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" 2018-08-20 10:47:39,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f06c65f2-3d20-413c-9ca5-9c413976e62d Date: Mon, 20 Aug 2018 10:47:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:47:39,448 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/ffca4c12-361c-41a6-97a4-85e5d9395ac1 used request id req-f06c65f2-3d20-413c-9ca5-9c413976e62d 2018-08-20 10:47:39,448 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5-pub-net 2018-08-20 10:47:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/d069abe8-f63f-42e0-a226-d7c24e5d511c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3e7d88065bc0a6141a24d34610ef6253707f46" 2018-08-20 10:47:41,200 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2902819-9708-424c-bff6-afd87bd49b6d Date: Mon, 20 Aug 2018 10:47:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:47:41,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/d069abe8-f63f-42e0-a226-d7c24e5d511c used request id req-f2902819-9708-424c-bff6-afd87bd49b6d 2018-08-20 10:47:41,201 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-6b234556-1136-4205-b039-f1beb6ab66f5 2018-08-20 10:47:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75b10d8befed0f6c87276dcc2fc1e9d1a446697e" 2018-08-20 10:47:41,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-efb86edc-e963-4d76-a7e6-c833ab882f41 Date: Mon, 20 Aug 2018 10:47:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:47:41,682 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/fb36fdfc-c86c-4f0e-a6bb-af171c426a85 used request id req-efb86edc-e963-4d76-a7e6-c833ab882f41 2018-08-20 10:47:41,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:47:41,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:47:41,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:47:41,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:47:41,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:47:41,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:41,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-b44137dc-c314-4ae3-ad26-0b4cb9292791 Date: Mon, 20 Aug 2018 10:47:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a466dd4c083405581b273714d9b1097", "created_at": "2018-08-20T10:47:07Z", "updated_at": "2018-08-20T10:47:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:47:07Z", "revision_number": 0, "id": "26d9f71f-e697-4b75-8d7c-8729c2102df1", "remote_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "remote_ip_prefix": null, "created_at": "2018-08-20T10:47:07Z", "security_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "tenant_id": "4a466dd4c083405581b273714d9b1097", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a466dd4c083405581b273714d9b1097"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:47:07Z", "revision_number": 0, "id": "28e74752-1d88-4cf7-8782-fa62a70797b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:47:07Z", "security_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "tenant_id": "4a466dd4c083405581b273714d9b1097", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a466dd4c083405581b273714d9b1097"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:47:07Z", "revision_number": 0, "id": "5b632606-bd59-4b7f-a3ec-7c1683974152", "remote_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "remote_ip_prefix": null, "created_at": "2018-08-20T10:47:07Z", "security_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "tenant_id": "4a466dd4c083405581b273714d9b1097", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a466dd4c083405581b273714d9b1097"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:47:07Z", "revision_number": 0, "id": "feafbee4-007b-4cf3-be7d-07de866c0955", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:47:07Z", "security_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "tenant_id": "4a466dd4c083405581b273714d9b1097", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a466dd4c083405581b273714d9b1097"}], "revision_number": 4, "project_id": "4a466dd4c083405581b273714d9b1097", "id": "6d951592-700d-466f-ade2-91d93420e6a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:47:41,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-b44137dc-c314-4ae3-ad26-0b4cb9292791 2018-08-20 10:47:41,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:42,064 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d6a49f9-9475-40a2-b477-1dd8ecace3e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:47:42,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-3d6a49f9-9475-40a2-b477-1dd8ecace3e2 2018-08-20 10:47:42,064 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:47:42,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:42,261 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5e49fba-c534-4c65-a44e-0b8962892f40 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:47:42,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e5e49fba-c534-4c65-a44e-0b8962892f40 2018-08-20 10:47:42,262 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:47:42,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:42,364 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-684a1365-8ef0-4164-8e98-d7dc8c04824f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:47:42,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-684a1365-8ef0-4164-8e98-d7dc8c04824f 2018-08-20 10:47:42,364 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:47:42,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:42,459 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3241b5e8-d7d8-4df0-8b4b-51b62c07726b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:47:42,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-3241b5e8-d7d8-4df0-8b4b-51b62c07726b 2018-08-20 10:47:42,459 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:47:42,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:42,555 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-409aaa9d-47d2-446c-98fa-402cad7183c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:47:42,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-409aaa9d-47d2-446c-98fa-402cad7183c8 2018-08-20 10:47:42,556 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:47:42,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:42,732 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9aff40d-a7b5-4ab2-8283-58f85630a2b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:47:42,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-e9aff40d-a7b5-4ab2-8283-58f85630a2b5 2018-08-20 10:47:42,733 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:47:42,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:42,829 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fa908dd-85b6-4271-acd6-f6e2d55e19f6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:47:42,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-7fa908dd-85b6-4271-acd6-f6e2d55e19f6 2018-08-20 10:47:42,829 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:47:42,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:42,922 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0691c81e-f03a-4c68-80c1-e97aadc9554b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:47:42,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-0691c81e-f03a-4c68-80c1-e97aadc9554b 2018-08-20 10:47:42,922 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:47:42,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:43,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08bf85ab-afdf-44cb-9fcc-5e48e0a8a9a5 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4a466dd4c083405581b273714d9b1097", "name": "CreateInstanceFromThreePartImage-15a0939c-c391-410-proj"}} 2018-08-20 10:47:43,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 used request id req-08bf85ab-afdf-44cb-9fcc-5e48e0a8a9a5 2018-08-20 10:47:43,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d951592-700d-466f-ade2-91d93420e6a0 2018-08-20 10:47:43,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=6d951592-700d-466f-ade2-91d93420e6a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:43,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-41e37b14-bee0-463c-b866-50f6c9789a1d Date: Mon, 20 Aug 2018 10:47:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:47:07Z", "security_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "port_range_min": null, "revision_number": 0, "tenant_id": "4a466dd4c083405581b273714d9b1097", "created_at": "2018-08-20T10:47:07Z", "project_id": "4a466dd4c083405581b273714d9b1097", "id": "26d9f71f-e697-4b75-8d7c-8729c2102df1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:47:07Z", "security_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "port_range_min": null, "revision_number": 0, "tenant_id": "4a466dd4c083405581b273714d9b1097", "created_at": "2018-08-20T10:47:07Z", "project_id": "4a466dd4c083405581b273714d9b1097", "id": "28e74752-1d88-4cf7-8782-fa62a70797b9"}, {"remote_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:47:07Z", "security_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "port_range_min": null, "revision_number": 0, "tenant_id": "4a466dd4c083405581b273714d9b1097", "created_at": "2018-08-20T10:47:07Z", "project_id": "4a466dd4c083405581b273714d9b1097", "id": "5b632606-bd59-4b7f-a3ec-7c1683974152"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:47:07Z", "security_group_id": "6d951592-700d-466f-ade2-91d93420e6a0", "port_range_min": null, "revision_number": 0, "tenant_id": "4a466dd4c083405581b273714d9b1097", "created_at": "2018-08-20T10:47:07Z", "project_id": "4a466dd4c083405581b273714d9b1097", "id": "feafbee4-007b-4cf3-be7d-07de866c0955"}]} 2018-08-20 10:47:43,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=6d951592-700d-466f-ade2-91d93420e6a0 used request id req-41e37b14-bee0-463c-b866-50f6c9789a1d 2018-08-20 10:47:43,216 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:47:43,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/6d951592-700d-466f-ade2-91d93420e6a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:43,583 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1799ea27-c45b-44ec-b780-0e04ceabc2b2 Content-Length: 0 Date: Mon, 20 Aug 2018 10:47:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:47:43,583 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/6d951592-700d-466f-ade2-91d93420e6a0 used request id req-1799ea27-c45b-44ec-b780-0e04ceabc2b2 2018-08-20 10:47:43,584 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-15a0939c-c391-410-proj 2018-08-20 10:47:43,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:43,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50e45008-33af-439a-98e7-b26b9426408b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:47:43,898 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/4a466dd4c083405581b273714d9b1097 used request id req-50e45008-33af-439a-98e7-b26b9426408b 2018-08-20 10:47:43,898 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-15a0939c-c391-410-proj-role 2018-08-20 10:47:43,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/544286976b094325a33d1649432c7d14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:44,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44d9ed3c-0409-4f9c-b7d8-7cc4a3829319 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:47:44,011 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/544286976b094325a33d1649432c7d14 used request id req-44d9ed3c-0409-4f9c-b7d8-7cc4a3829319 2018-08-20 10:47:44,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a18671424bbf6e3b0cac5eea17a4fe3fa7fb2d" 2018-08-20 10:47:44,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aad5b855-480c-4dd7-b3ab-f332fb6a8d70 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:47:44,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-aad5b855-480c-4dd7-b3ab-f332fb6a8d70 2018-08-20 10:47:44,107 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-15a0939c-c391-410-user 2018-08-20 10:47:44,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/22d189615edc42ef89df9f602c3a588a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87002440284039bc614d6d6f0e0a9564428c42d7" 2018-08-20 10:47:44,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:47:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-793371ee-588c-47e6-ab16-143554a90db5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:47:44,288 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/22d189615edc42ef89df9f602c3a588a used request id req-793371ee-588c-47e6-ab16-143554a90db5 2018-08-20 10:47:44,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:44,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:47:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["SXlqHUDdQ1ql2lnGOpvewA"], "issued_at": "2018-08-20T10:47:44.000000Z"}} 2018-08-20 10:47:44,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3933b862d818a7176c0014c7ffe1e8648f6b4f08" 2018-08-20 10:47:44,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e3d2f77-0b9b-4f71-854a-3a3ea1a8901f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:44,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9e3d2f77-0b9b-4f71-854a-3a3ea1a8901f 2018-08-20 10:47:44,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:44,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:45,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:47:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["6pEeUnoxTf6hzgRr5xdsBg"], "issued_at": "2018-08-20T10:47:45.000000Z"}} 2018-08-20 10:47:45,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:47:45,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b536352-be97-4c44-9945-5f5fc6cc9204 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:45,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3b536352-be97-4c44-9945-5f5fc6cc9204 2018-08-20 10:47:45,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:47:45,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:47:45,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-fefebc40-a72e-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:47:45,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc07e29-ac33-4942-a262-8ef7e91416bf Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-fefebc40-a72e-45e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:47:45,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-fefebc40-a72e-45e-proj used request id req-dbc07e29-ac33-4942-a262-8ef7e91416bf 2018-08-20 10:47:45,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:47:45,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15aacde-089f-4e60-aff2-0d0d60891448 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:47:45,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d15aacde-089f-4e60-aff2-0d0d60891448 2018-08-20 10:47:45,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}}' 2018-08-20 10:47:45,713 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89cf4f08-272f-4aa9-bc6e-36bbeba974e3 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:47:45,713 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-89cf4f08-272f-4aa9-bc6e-36bbeba974e3 2018-08-20 10:47:45,713 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-fefebc40-a72e-45e-proj 2018-08-20 10:47:45,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:45,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:46,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:47:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mOYUo6AJToyYlSFZWzWvkw"], "issued_at": "2018-08-20T10:47:46.000000Z"}} 2018-08-20 10:47:46,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173860006fdb4aedd823e48091fdceeceb38feee" 2018-08-20 10:47:46,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8765439b-0511-4586-a295-2d046358adab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:46,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8765439b-0511-4586-a295-2d046358adab 2018-08-20 10:47:46,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:47:46,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:47:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:47:46,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173860006fdb4aedd823e48091fdceeceb38feee" 2018-08-20 10:47:46,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d70ccb8e-d53c-4259-8b4e-be1c65cffaf4 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:47:46,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-d70ccb8e-d53c-4259-8b4e-be1c65cffaf4 2018-08-20 10:47:46,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstanceVolumeTests-fefebc40-a72e-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173860006fdb4aedd823e48091fdceeceb38feee" 2018-08-20 10:47:46,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1ea88d-1c84-4d6b-b23a-c7885ca60cd2 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstanceVolumeTests-fefebc40-a72e-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}]} 2018-08-20 10:47:46,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstanceVolumeTests-fefebc40-a72e-45e-proj used request id req-1a1ea88d-1c84-4d6b-b23a-c7885ca60cd2 2018-08-20 10:47:46,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173860006fdb4aedd823e48091fdceeceb38feee" 2018-08-20 10:47:46,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32d9eb22-f80e-4aec-9206-5e6979db9f23 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:47:46,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-32d9eb22-f80e-4aec-9206-5e6979db9f23 2018-08-20 10:47:46,821 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-fefebc40-a72e-45e-user 2018-08-20 10:47:46,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:46,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:47:46,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c12f360-366e-4d5e-ab25-cdd4bb5b7126 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:47:46,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5c12f360-366e-4d5e-ab25-cdd4bb5b7126 2018-08-20 10:47:46,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" -d '{"role": {"name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}}' 2018-08-20 10:47:47,048 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96ff3fc8-37a1-4cfa-a927-7a9ca2f11933 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "49951106b69c4f5e899cc84a4af36d26", "links": {"self": "http://172.30.9.36:5000/v3/roles/49951106b69c4f5e899cc84a4af36d26"}, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}} 2018-08-20 10:47:47,048 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-96ff3fc8-37a1-4cfa-a927-7a9ca2f11933 2018-08-20 10:47:47,049 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role 2018-08-20 10:47:47,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/49951106b69c4f5e899cc84a4af36d26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:47:47,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc490709-bb5b-4e10-a08b-2d90313ffc83 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "49951106b69c4f5e899cc84a4af36d26", "links": {"self": "http://172.30.9.36:5000/v3/roles/49951106b69c4f5e899cc84a4af36d26"}, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}} 2018-08-20 10:47:47,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/49951106b69c4f5e899cc84a4af36d26 used request id req-dc490709-bb5b-4e10-a08b-2d90313ffc83 2018-08-20 10:47:47,143 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role to project CreateInstanceVolumeTests-fefebc40-a72e-45e-proj 2018-08-20 10:47:47,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f/users/dfe94c5b60da423e8a46d778b615946f/roles/49951106b69c4f5e899cc84a4af36d26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:47:47,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42b56007-a858-4007-b5d6-f5f5f26f3cf8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:47:47,285 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f/users/dfe94c5b60da423e8a46d778b615946f/roles/49951106b69c4f5e899cc84a4af36d26 used request id req-42b56007-a858-4007-b5d6-f5f5f26f3cf8 2018-08-20 10:47:47,285 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:47:47,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:47:47,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:47:47,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:47:47,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:47:47,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:47:47,289 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:47:47,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:47,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:47,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49951106b69c4f5e899cc84a4af36d26", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}], "expires_at": "2018-08-20T11:47:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-user", "id": "dfe94c5b60da423e8a46d778b615946f"}, "audit_ids": ["bWGry8TuR7q7mkyP2OO72w"], "issued_at": "2018-08-20T10:47:47.000000Z"}} 2018-08-20 10:47:47,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" 2018-08-20 10:47:47,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7f77bef-f33e-40ee-bfe5-e3ea769e38fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:47,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a7f77bef-f33e-40ee-bfe5-e3ea769e38fc 2018-08-20 10:47:47,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" 2018-08-20 10:47:48,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-a7a38613-97af-47cd-8357-27c627847199 Date: Mon, 20 Aug 2018 10:47:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image"} 2018-08-20 10:47:48,008 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image used request id req-a7a38613-97af-47cd-8357-27c627847199 2018-08-20 10:47:48,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" 2018-08-20 10:47:48,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6cd9e87a-0bc4-4dd3-ba7a-d2d467a90a77 Date: Mon, 20 Aug 2018 10:47: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:47:48,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-6cd9e87a-0bc4-4dd3-ba7a-d2d467a90a77 2018-08-20 10:47:48,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image"}' 2018-08-20 10:47:48,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b380c0a4-aab3-4efc-8cad-66e12ca3b2d8 Date: Mon, 20 Aug 2018 10:47:48 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:47:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:47:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "min_disk": 0, "protected": false, "id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "file": "/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/file", "checksum": null, "owner": "0b6181b1aa894b448c19ca5ff9bb0a8f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:47:48,434 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-b380c0a4-aab3-4efc-8cad-66e12ca3b2d8 2018-08-20 10:47:48,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" -d '' 2018-08-20 10:47:49,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-259a65ee-d85d-4a12-9dd1-0fbc58cdac7a Date: Mon, 20 Aug 2018 10:47:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:47:49,633 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/file used request id req-259a65ee-d85d-4a12-9dd1-0fbc58cdac7a 2018-08-20 10:47:49,634 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:47:49,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" 2018-08-20 10:47:49,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-7af4df84-de44-4254-9c0d-eca077dd3ac8 Date: Mon, 20 Aug 2018 10:47:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:47:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:47:49Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/snap", "metadata": {}}], "self": "/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "min_disk": 0, "protected": false, "id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "file": "/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0b6181b1aa894b448c19ca5ff9bb0a8f", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:47:49,877 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91 used request id req-7af4df84-de44-4254-9c0d-eca077dd3ac8 2018-08-20 10:47:49,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" 2018-08-20 10:47:50,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-48fc3889-dc5a-4eb0-97e3-75c13495b5d4 Date: Mon, 20 Aug 2018 10:47:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:47:50,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-48fc3889-dc5a-4eb0-97e3-75c13495b5d4 2018-08-20 10:47:50,055 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image 2018-08-20 10:47:50,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" 2018-08-20 10:47:50,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-d5e557b6-f866-4881-b6f5-4a8e24ef4751 Date: Mon, 20 Aug 2018 10:47:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:47:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:47:49Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/snap", "metadata": {}}], "self": "/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "min_disk": 0, "protected": false, "id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "file": "/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0b6181b1aa894b448c19ca5ff9bb0a8f", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:47:50,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91 used request id req-d5e557b6-f866-4881-b6f5-4a8e24ef4751 2018-08-20 10:47:50,075 - create_image - DEBUG - Instance status is - active 2018-08-20 10:47:50,075 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image 2018-08-20 10:47:50,075 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image 2018-08-20 10:47:50,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:50,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:50,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:47:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["BLUVvEzKSZq_w9hOtBaWaw"], "issued_at": "2018-08-20T10:47:50.000000Z"}} 2018-08-20 10:47:50,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca23a8300aed23c7824bd282575ace7d7d535a23" 2018-08-20 10:47:50,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e239ff2-94ac-4485-9bdf-b8fafa053b3f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:50,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5e239ff2-94ac-4485-9bdf-b8fafa053b3f 2018-08-20 10:47:50,563 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:47:50,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca23a8300aed23c7824bd282575ace7d7d535a23" 2018-08-20 10:47:50,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98f6865d-9ddb-4d82-ae6a-30d15ffa82fd x-compute-request-id: req-98f6865d-9ddb-4d82-ae6a-30d15ffa82fd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:47:50,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-98f6865d-9ddb-4d82-ae6a-30d15ffa82fd 2018-08-20 10:47:50,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca23a8300aed23c7824bd282575ace7d7d535a23" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-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-08-20 10:47:50,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-786cd99c-8719-4c4d-aaf4-f658416c88dc x-compute-request-id: req-786cd99c-8719-4c4d-aaf4-f658416c88dc Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21"}} 2018-08-20 10:47:50,821 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-786cd99c-8719-4c4d-aaf4-f658416c88dc 2018-08-20 10:47:50,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:50,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:51,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49951106b69c4f5e899cc84a4af36d26", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}], "expires_at": "2018-08-20T11:47:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-user", "id": "dfe94c5b60da423e8a46d778b615946f"}, "audit_ids": ["BD_SfwCqTSGZPR7vpiQfGA"], "issued_at": "2018-08-20T10:47:51.000000Z"}} 2018-08-20 10:47:51,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" 2018-08-20 10:47:51,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19dda9bf-23e3-4b7a-8a8a-c48434dcd567 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:51,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-19dda9bf-23e3-4b7a-8a8a-c48434dcd567 2018-08-20 10:47:51,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:47:51,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:47:51,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:47:51,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:47:51,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:47:51,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" 2018-08-20 10:47:51,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2f5fc766-f571-4d87-9cfc-4101f7d20606 Date: Mon, 20 Aug 2018 10:47:51 GMT RESP BODY: {"networks":[]} 2018-08-20 10:47:51,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-2f5fc766-f571-4d87-9cfc-4101f7d20606 2018-08-20 10:47:51,512 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net 2018-08-20 10:47:51,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" -d '{"network": {"name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net", "admin_state_up": true}}' 2018-08-20 10:47:52,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-a69dc7db-00b9-453b-85a4-fb31f906b0a1 Date: Mon, 20 Aug 2018 10:47:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:47:52Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}} 2018-08-20 10:47:52,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-a69dc7db-00b9-453b-85a4-fb31f906b0a1 2018-08-20 10:47:52,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" 2018-08-20 10:47:52,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-fc19f077-df45-45ed-8d88-f2a3ad945b2e Date: Mon, 20 Aug 2018 10:47:52 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-08-20T10:47:52Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:47:52,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-fc19f077-df45-45ed-8d88-f2a3ad945b2e 2018-08-20 10:47:52,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" 2018-08-20 10:47:52,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-74ddbcbf-b487-4775-a66c-5ad8796a33e5 Date: Mon, 20 Aug 2018 10:47:52 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:47:52,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-74ddbcbf-b487-4775-a66c-5ad8796a33e5 2018-08-20 10:47:52,697 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet 2018-08-20 10:47:52,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" -d '{"subnets": [{"ip_version": 4, "network_id": "c21d2ea7-1910-489b-acc3-f8c524f98ad4", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]}' 2018-08-20 10:47:53,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ba3a34a5-8090-4427-95a7-7922db08872f Date: Mon, 20 Aug 2018 10:47:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:47:53,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-ba3a34a5-8090-4427-95a7-7922db08872f 2018-08-20 10:47:53,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" 2018-08-20 10:47:53,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ab674b57-3910-4665-a9eb-d9f88c00d50d Date: Mon, 20 Aug 2018 10:47: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:47:53,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-ab674b57-3910-4665-a9eb-d9f88c00d50d 2018-08-20 10:47:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" 2018-08-20 10:47:54,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-93687f34-8452-4d30-881e-679b6477349d Date: Mon, 20 Aug 2018 10:47:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:47:54,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-93687f34-8452-4d30-881e-679b6477349d 2018-08-20 10:47:54,143 - OpenStackNetwork - DEBUG - Network [c21d2ea7-1910-489b-acc3-f8c524f98ad4] created successfully 2018-08-20 10:47:54,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:54,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:54,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49951106b69c4f5e899cc84a4af36d26", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}], "expires_at": "2018-08-20T11:47:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-user", "id": "dfe94c5b60da423e8a46d778b615946f"}, "audit_ids": ["XXrFJFoBRei2i3wXULHSGA"], "issued_at": "2018-08-20T10:47:54.000000Z"}} 2018-08-20 10:47:54,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" 2018-08-20 10:47:54,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bfb287a-bf59-4319-ae1d-205d24a98349 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:54,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3bfb287a-bf59-4319-ae1d-205d24a98349 2018-08-20 10:47:54,718 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" 2018-08-20 10:47:54,927 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:54 GMT Server: Apache x-compute-request-id: req-201341a4-bd37-442c-8702-4ff7806c82eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-201341a4-bd37-442c-8702-4ff7806c82eb Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:47:54,927 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/detail used request id req-201341a4-bd37-442c-8702-4ff7806c82eb 2018-08-20 10:47:54,930 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-201341a4-bd37-442c-8702-4ff7806c82eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-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-08-20 10:47:55,535 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:47:54 GMT Server: Apache x-compute-request-id: req-ead59b43-b62c-43c2-b2d9-5cc88169e08a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ead59b43-b62c-43c2-b2d9-5cc88169e08a Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:55.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "size": 1}} 2018-08-20 10:47:55,536 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes used request id req-ead59b43-b62c-43c2-b2d9-5cc88169e08a 2018-08-20 10:47:55,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-201341a4-bd37-442c-8702-4ff7806c82eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" 2018-08-20 10:47:55,771 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:55 GMT Server: Apache x-compute-request-id: req-9c3a3060-bb6f-44f0-8e64-6f17ca6ee512 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c3a3060-bb6f-44f0-8e64-6f17ca6ee512 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:55.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:47:55.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "size": 1}} 2018-08-20 10:47:55,772 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 used request id req-9c3a3060-bb6f-44f0-8e64-6f17ca6ee512 2018-08-20 10:47:55,772 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1 2018-08-20 10:47:55,775 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-201341a4-bd37-442c-8702-4ff7806c82eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" 2018-08-20 10:47:56,014 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:55 GMT Server: Apache x-compute-request-id: req-2fde635e-8909-4747-8b90-dfad6fc9bb98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2fde635e-8909-4747-8b90-dfad6fc9bb98 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:55.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:47:55.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "size": 1}} 2018-08-20 10:47:56,014 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 used request id req-2fde635e-8909-4747-8b90-dfad6fc9bb98 2018-08-20 10:47:56,014 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:47:56,014 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1 2018-08-20 10:47:56,015 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1 2018-08-20 10:47:56,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:56,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:56,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49951106b69c4f5e899cc84a4af36d26", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}], "expires_at": "2018-08-20T11:47:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-user", "id": "dfe94c5b60da423e8a46d778b615946f"}, "audit_ids": ["qjWLvLaRQXi1xR9U9Xz0QQ"], "issued_at": "2018-08-20T10:47:56.000000Z"}} 2018-08-20 10:47:56,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" 2018-08-20 10:47:56,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-415ed72e-3761-4fbf-bca1-7941e393f0ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:56,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-415ed72e-3761-4fbf-bca1-7941e393f0ac 2018-08-20 10:47:56,502 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" 2018-08-20 10:47:56,734 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:56 GMT Server: Apache x-compute-request-id: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:55.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:47:55.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "size": 1}]} 2018-08-20 10:47:56,734 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/detail used request id req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9 2018-08-20 10:47:56,738 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-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-08-20 10:47:57,136 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:47:56 GMT Server: Apache x-compute-request-id: req-3120e863-8c21-446c-b28f-0fce1ec775b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3120e863-8c21-446c-b28f-0fce1ec775b3 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:56.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6505293-3e10-4d3f-b877-c734f77a9a43", "size": 1}} 2018-08-20 10:47:57,136 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes used request id req-3120e863-8c21-446c-b28f-0fce1ec775b3 2018-08-20 10:47:57,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" 2018-08-20 10:47:57,406 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:57 GMT Server: Apache x-compute-request-id: req-d4ff886f-e9e9-452f-b474-d7109a3c9126 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d4ff886f-e9e9-452f-b474-d7109a3c9126 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:47:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6505293-3e10-4d3f-b877-c734f77a9a43", "size": 1}} 2018-08-20 10:47:57,406 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 used request id req-d4ff886f-e9e9-452f-b474-d7109a3c9126 2018-08-20 10:47:57,406 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2 2018-08-20 10:47:57,409 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" 2018-08-20 10:47:57,645 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:57 GMT Server: Apache x-compute-request-id: req-900cdb14-d3e7-4646-b9e1-1b59bf2e4c01 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-900cdb14-d3e7-4646-b9e1-1b59bf2e4c01 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:47:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6505293-3e10-4d3f-b877-c734f77a9a43", "size": 1}} 2018-08-20 10:47:57,645 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 used request id req-900cdb14-d3e7-4646-b9e1-1b59bf2e4c01 2018-08-20 10:47:57,646 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:47:57,646 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2 2018-08-20 10:47:57,646 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2 2018-08-20 10:47:57,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:47:57,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:47:58,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49951106b69c4f5e899cc84a4af36d26", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}], "expires_at": "2018-08-20T11:47:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-user", "id": "dfe94c5b60da423e8a46d778b615946f"}, "audit_ids": ["NEKfZj5_Q0GU46iMRLu9Sw"], "issued_at": "2018-08-20T10:47:58.000000Z"}} 2018-08-20 10:47:58,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:58,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d146e020-8c57-4f95-b8d5-dfc2393e6fcf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:58,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d146e020-8c57-4f95-b8d5-dfc2393e6fcf 2018-08-20 10:47:58,119 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:47:58,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:47:58,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:47:58,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:47:58,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:47:58,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:47:58,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:58,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5891ce-cd86-4ce3-8010-e0ef1ab62ba2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:47:58,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5c5891ce-cd86-4ce3-8010-e0ef1ab62ba2 2018-08-20 10:47:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:58,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-013e57ca-8180-4d75-970a-2d1d35f5e9ff Date: Mon, 20 Aug 2018 10:47: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:47:58,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-013e57ca-8180-4d75-970a-2d1d35f5e9ff 2018-08-20 10:47:58,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:58,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d86ea83c-7e48-4a86-bfb2-c30651fbd5c1 Date: Mon, 20 Aug 2018 10:47:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:47:58,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-d86ea83c-7e48-4a86-bfb2-c30651fbd5c1 2018-08-20 10:47:58,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:58,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9118ec53-ffdf-472f-a168-577505598b27 Date: Mon, 20 Aug 2018 10:47: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:47:58,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-9118ec53-ffdf-472f-a168-577505598b27 2018-08-20 10:47:58,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:47:59,004 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:47:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:47:59,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:59,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52efb807-be9f-484e-89f5-f76761eb943e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:47:59,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-52efb807-be9f-484e-89f5-f76761eb943e 2018-08-20 10:47:59,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:59,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-280e4358-5f4b-4d08-bcb3-1296e6191a53 Date: Mon, 20 Aug 2018 10:47:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:47:59,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-280e4358-5f4b-4d08-bcb3-1296e6191a53 2018-08-20 10:47:59,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:59,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c69816e7-aaeb-4ee9-aadf-ba9294332aad Date: Mon, 20 Aug 2018 10:47:59 GMT RESP BODY: {"ports":[]} 2018-08-20 10:47:59,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port&admin_state_up=True used request id req-c69816e7-aaeb-4ee9-aadf-ba9294332aad 2018-08-20 10:47:59,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:47:59,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa4f3746-9521-4c6b-a5be-03a1193778eb x-compute-request-id: req-aa4f3746-9521-4c6b-a5be-03a1193778eb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:47:59,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst used request id req-aa4f3746-9521-4c6b-a5be-03a1193778eb 2018-08-20 10:47:59,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:00,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e7556179-6bd8-446c-81a3-4c7b9beddcc7 Date: Mon, 20 Aug 2018 10: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:00,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-e7556179-6bd8-446c-81a3-4c7b9beddcc7 2018-08-20 10:48:00,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:00,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-45dbf0fe-2ef2-4f17-b06e-e08a8c440762 Date: Mon, 20 Aug 2018 10:48:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:00,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-45dbf0fe-2ef2-4f17-b06e-e08a8c440762 2018-08-20 10:48:00,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:00,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b4977ded-d33f-447d-9cbf-ff5bd7f69a54 Date: Mon, 20 Aug 2018 10: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:00,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-b4977ded-d33f-447d-9cbf-ff5bd7f69a54 2018-08-20 10:48:00,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:00,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a738ac9e-155a-436b-9dce-7314cc36ceda Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:00,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-a738ac9e-155a-436b-9dce-7314cc36ceda 2018-08-20 10:48:00,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:00,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d63eb81c-e98a-496a-9b6e-a653c5551d45 Date: Mon, 20 Aug 2018 10:48:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:00,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-d63eb81c-e98a-496a-9b6e-a653c5551d45 2018-08-20 10:48:00,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:01,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cedcf66f-c8fc-4e1f-9399-4de0b190cd0c Date: Mon, 20 Aug 2018 10:48:01 GMT RESP BODY: {"ports":[]} 2018-08-20 10:48:01,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port&admin_state_up=True used request id req-cedcf66f-c8fc-4e1f-9399-4de0b190cd0c 2018-08-20 10:48:01,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:01,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:01,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49951106b69c4f5e899cc84a4af36d26", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}], "expires_at": "2018-08-20T11:48:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-user", "id": "dfe94c5b60da423e8a46d778b615946f"}, "audit_ids": ["-9hXuSfYSdeQ3M3DlTfdXQ"], "issued_at": "2018-08-20T10:48:01.000000Z"}} 2018-08-20 10:48:01,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c4ba7d43df413a5fd0bd8e9d4566352dfb679e" 2018-08-20 10:48:01,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67b017e-9750-4d54-83cc-7965fb97bf16 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:01,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f67b017e-9750-4d54-83cc-7965fb97bf16 2018-08-20 10:48:01,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:01,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2b61c3ce-0a24-4d38-ac94-467b42692a9d Date: Mon, 20 Aug 2018 10:48: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:01,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-2b61c3ce-0a24-4d38-ac94-467b42692a9d 2018-08-20 10:48:01,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:02,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ff64b68d-1f4f-4e93-9e93-54328d2d5559 Date: Mon, 20 Aug 2018 10:48:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:02,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-ff64b68d-1f4f-4e93-9e93-54328d2d5559 2018-08-20 10:48:02,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:02,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-cc8af7d9-891e-4c61-9a43-27388817c952 Date: Mon, 20 Aug 2018 10:48: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:02,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-cc8af7d9-891e-4c61-9a43-27388817c952 2018-08-20 10:48:02,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:48:02,342 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:48:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:48:02,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c4ba7d43df413a5fd0bd8e9d4566352dfb679e" 2018-08-20 10:48:02,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34cd0aac-28b1-4443-9813-723cfae9a68c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:02,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-34cd0aac-28b1-4443-9813-723cfae9a68c 2018-08-20 10:48:02,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:02,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9e46c090-7eb0-405f-ba97-f514a7bcea36 Date: Mon, 20 Aug 2018 10:48:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:02,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-9e46c090-7eb0-405f-ba97-f514a7bcea36 2018-08-20 10:48:02,655 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net 2018-08-20 10:48:02,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" -d '{"port": {"network_id": "c21d2ea7-1910-489b-acc3-f8c524f98ad4", "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port", "admin_state_up": true}}' 2018-08-20 10:48:03,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-eed5e560-f1bf-4c82-8581-99b959218fcf Date: Mon, 20 Aug 2018 10:48:03 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:48:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:48:03Z","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:da:1d:db","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.10"}],"id":"a8671d49-74ba-42fa-855d-c6d3c18a8f9f","security_groups":["4080e239-88e6-4e7b-94d0-c09d96e50208"],"device_id":""}} 2018-08-20 10:48:03,585 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-eed5e560-f1bf-4c82-8581-99b959218fcf 2018-08-20 10:48:03,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:03,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ffc3f070-ba49-47d1-9803-d3c17bc461a9 Date: Mon, 20 Aug 2018 10:48: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:03,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-ffc3f070-ba49-47d1-9803-d3c17bc461a9 2018-08-20 10:48:03,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:04,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-72d1408e-46f4-4a5d-8ad9-e75ed8940195 Date: Mon, 20 Aug 2018 10:48:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:04,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-72d1408e-46f4-4a5d-8ad9-e75ed8940195 2018-08-20 10:48:04,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:04,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4791b203-e709-4c63-8ff0-3d4c2ba7d103 Date: Mon, 20 Aug 2018 10:48: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:04,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-4791b203-e709-4c63-8ff0-3d4c2ba7d103 2018-08-20 10:48:04,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:04,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7d7687d-eb8b-48bd-9133-87cd2ab7ee7f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:04,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-d7d7687d-eb8b-48bd-9133-87cd2ab7ee7f 2018-08-20 10:48:04,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:04,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-44acda3e-9d30-4b40-bbc0-b5fd34e4c756 Date: Mon, 20 Aug 2018 10:48:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:04,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-44acda3e-9d30-4b40-bbc0-b5fd34e4c756 2018-08-20 10:48:04,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:04,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-16518357-b216-4edd-b6fc-ae0eb0f169e5 Date: Mon, 20 Aug 2018 10:48:04 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:48:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:03Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:da:1d:db","id":"a8671d49-74ba-42fa-855d-c6d3c18a8f9f","port_security_enabled":true,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["4080e239-88e6-4e7b-94d0-c09d96e50208"],"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port"}]} 2018-08-20 10:48:04,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port&admin_state_up=True used request id req-16518357-b216-4edd-b6fc-ae0eb0f169e5 2018-08-20 10:48:04,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:04,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcc383e4-aec0-4a19-9213-e809841cac25 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:04,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-fcc383e4-aec0-4a19-9213-e809841cac25 2018-08-20 10:48:04,865 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst 2018-08-20 10:48:04,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:04,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6448f809-9286-4fd2-8b2e-fda9369afcad x-compute-request-id: req-6448f809-9286-4fd2-8b2e-fda9369afcad Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-flavor-name"}]} 2018-08-20 10:48:04,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-6448f809-9286-4fd2-8b2e-fda9369afcad 2018-08-20 10:48:04,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:04,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab8f24bf-0795-4ac1-98e3-ef512624e2d7 x-compute-request-id: req-ab8f24bf-0795-4ac1-98e3-ef512624e2d7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21"}} 2018-08-20 10:48:04,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21 used request id req-ab8f24bf-0795-4ac1-98e3-ef512624e2d7 2018-08-20 10:48:04,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:05,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-c5ee9bd3-d572-4ca0-99c6-c894acc921aa Date: Mon, 20 Aug 2018 10:48:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:47:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:47:49Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/snap", "metadata": {}}], "self": "/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "min_disk": 0, "protected": false, "id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "file": "/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0b6181b1aa894b448c19ca5ff9bb0a8f", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image"} 2018-08-20 10:48:05,127 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image used request id req-c5ee9bd3-d572-4ca0-99c6-c894acc921aa 2018-08-20 10:48:05,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:05,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-99fec7c9-de02-4a73-9f1e-0d1fd810efe3 Date: Mon, 20 Aug 2018 10:48: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:48:05,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-99fec7c9-de02-4a73-9f1e-0d1fd810efe3 2018-08-20 10:48:05,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" -d '{"server": {"name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "imageRef": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "flavorRef": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "max_count": 1, "min_count": 1, "networks": [{"port": "a8671d49-74ba-42fa-855d-c6d3c18a8f9f"}]}}' 2018-08-20 10:48:07,169 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:48: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-1bc9a3b3-86c2-49b1-9449-7c869aba4f03 x-compute-request-id: req-1bc9a3b3-86c2-49b1-9449-7c869aba4f03 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "adminPass": "yUcgJ7RdS8ZV"}} 2018-08-20 10:48:07,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-1bc9a3b3-86c2-49b1-9449-7c869aba4f03 2018-08-20 10:48:07,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:07,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48: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-c75ef2f2-7eb8-4b45-a8c7-c6ef508e935b x-compute-request-id: req-c75ef2f2-7eb8-4b45-a8c7-c6ef508e935b 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.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:48:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:07,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-c75ef2f2-7eb8-4b45-a8c7-c6ef508e935b 2018-08-20 10:48:07,596 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst 2018-08-20 10:48:07,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:08,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48: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-76c97a02-3679-4183-bde0-594a92aee245 x-compute-request-id: req-76c97a02-3679-4183-bde0-594a92aee245 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.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:48:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:08,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-76c97a02-3679-4183-bde0-594a92aee245 2018-08-20 10:48:08,042 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst] is - BUILD 2018-08-20 10:48:08,042 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:48:11,045 - create_instance - DEBUG - VM status query timeout in 896.551306963 2018-08-20 10:48:11,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:11,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-0b7a7d9e-424f-4d08-80c7-93f1b7f8f4e2 x-compute-request-id: req-0b7a7d9e-424f-4d08-80c7-93f1b7f8f4e2 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "security_groups": [{"name": "default"}], "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:48:08Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:11,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-0b7a7d9e-424f-4d08-80c7-93f1b7f8f4e2 2018-08-20 10:48:11,482 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst] is - BUILD 2018-08-20 10:48:11,483 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:48:14,486 - create_instance - DEBUG - VM status query timeout in 893.110508919 2018-08-20 10:48:14,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:15,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2d725bf-40b0-4e82-b772-83b6e82afda2 x-compute-request-id: req-b2d725bf-40b0-4e82-b772-83b6e82afda2 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:1d:db", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "security_groups": [{"name": "default"}], "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:12Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:15,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-b2d725bf-40b0-4e82-b772-83b6e82afda2 2018-08-20 10:48:15,008 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst] is - ACTIVE 2018-08-20 10:48:15,009 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:48:15,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:15,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78d84759-0ac9-4f6e-a696-ae5a287b022f x-compute-request-id: req-78d84759-0ac9-4f6e-a696-ae5a287b022f Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:1d:db", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "security_groups": [{"name": "default"}], "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:12Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:15,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-78d84759-0ac9-4f6e-a696-ae5a287b022f 2018-08-20 10:48:15,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:15,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4f9663eb-8afa-47ed-94e4-7d8b9a629838 Date: Mon, 20 Aug 2018 10:48: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:15,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-4f9663eb-8afa-47ed-94e4-7d8b9a629838 2018-08-20 10:48:15,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:15,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2079fd19-58d9-47af-aa26-94207375d4cf Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:15,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-2079fd19-58d9-47af-aa26-94207375d4cf 2018-08-20 10:48:15,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:15,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a752293f-d296-4c71-9f80-b0dc447f065c Date: Mon, 20 Aug 2018 10:48:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:15,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-a752293f-d296-4c71-9f80-b0dc447f065c 2018-08-20 10:48:15,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:16,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-e8377345-3d59-4618-9d1a-987548256cd1 Date: Mon, 20 Aug 2018 10:48:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:7f:c4:01","id":"446a2988-d892-41c7-ac09-ff49d3e1a84a","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:48:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:12Z","binding:vnic_type":"normal","device_id":"6c5f9818-1bd7-4599-b2b3-71cf8816a92d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:da:1d:db","id":"a8671d49-74ba-42fa-855d-c6d3c18a8f9f","port_security_enabled":true,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["4080e239-88e6-4e7b-94d0-c09d96e50208"],"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e7:64:cc","id":"e2ffbd3c-1b58-4def-9d50-445e4fe12ae3","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8e:c8:47","id":"ff13d7a0-fdae-46c9-ae8a-f3cc3f4b41a7","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:48:16,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-e8377345-3d59-4618-9d1a-987548256cd1 2018-08-20 10:48:16,124 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:16,375 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:16 GMT Server: Apache x-compute-request-id: req-363e11f2-a16d-4558-858e-3ccddb1e6a88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-363e11f2-a16d-4558-858e-3ccddb1e6a88 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:47:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6505293-3e10-4d3f-b877-c734f77a9a43", "size": 1}, {"status": "available", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:55.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:47:55.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "size": 1}]} 2018-08-20 10:48:16,375 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/detail used request id req-363e11f2-a16d-4558-858e-3ccddb1e6a88 2018-08-20 10:48:16,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:16,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d509ba9-ee6c-4d4b-962f-944b6b216d26 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:16,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-0d509ba9-ee6c-4d4b-962f-944b6b216d26 2018-08-20 10:48:16,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:16,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64e266ac-a429-4cc8-b679-2cdeabc8ae42 x-compute-request-id: req-64e266ac-a429-4cc8-b679-2cdeabc8ae42 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:1d:db", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "security_groups": [{"name": "default"}], "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:12Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:16,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-64e266ac-a429-4cc8-b679-2cdeabc8ae42 2018-08-20 10:48:16,819 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst] is - ACTIVE 2018-08-20 10:48:16,819 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:48:16,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:17,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40399bcc-bbe4-4633-8c94-f3c774824319 x-compute-request-id: req-40399bcc-bbe4-4633-8c94-f3c774824319 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:1d:db", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "security_groups": [{"name": "default"}], "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:12Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:17,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-40399bcc-bbe4-4633-8c94-f3c774824319 2018-08-20 10:48:17,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:17,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-dd92b251-ce39-477d-bdd7-6f015df76b4d Date: Mon, 20 Aug 2018 10: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:17,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-dd92b251-ce39-477d-bdd7-6f015df76b4d 2018-08-20 10:48:17,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:17,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a593c17-47d0-4807-bf4a-c2b2f3317771 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:17,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-9a593c17-47d0-4807-bf4a-c2b2f3317771 2018-08-20 10:48:17,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:17,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ce1c1ac4-b873-4f09-8125-9fce7ed8d7d4 Date: Mon, 20 Aug 2018 10:48:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:17,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-ce1c1ac4-b873-4f09-8125-9fce7ed8d7d4 2018-08-20 10:48:17,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:17,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-71b8cdbd-c001-42d5-bd18-b47c05566e9a Date: Mon, 20 Aug 2018 10:48:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:7f:c4:01","id":"446a2988-d892-41c7-ac09-ff49d3e1a84a","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:48:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:12Z","binding:vnic_type":"normal","device_id":"6c5f9818-1bd7-4599-b2b3-71cf8816a92d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:da:1d:db","id":"a8671d49-74ba-42fa-855d-c6d3c18a8f9f","port_security_enabled":true,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["4080e239-88e6-4e7b-94d0-c09d96e50208"],"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e7:64:cc","id":"e2ffbd3c-1b58-4def-9d50-445e4fe12ae3","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8e:c8:47","id":"ff13d7a0-fdae-46c9-ae8a-f3cc3f4b41a7","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:48:17,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-71b8cdbd-c001-42d5-bd18-b47c05566e9a 2018-08-20 10:48:17,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" -d '{"volumeAttachment": {"volumeId": "7c71b1cd-c836-4c4a-a534-5659552c7a55"}}' 2018-08-20 10:48:19,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d244aa1f-9c79-466a-bec3-90bf4cb5b95f x-compute-request-id: req-d244aa1f-9c79-466a-bec3-90bf4cb5b95f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "volumeId": "7c71b1cd-c836-4c4a-a534-5659552c7a55"}} 2018-08-20 10:48:19,284 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d/os-volume_attachments used request id req-d244aa1f-9c79-466a-bec3-90bf4cb5b95f 2018-08-20 10:48:19,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:20,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ca7d389-d51a-4075-86e2-763405a4477e x-compute-request-id: req-7ca7d389-d51a-4075-86e2-763405a4477e Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:1d:db", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "security_groups": [{"name": "default"}], "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:12Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [{"id": "7c71b1cd-c836-4c4a-a534-5659552c7a55"}], "metadata": {}}} 2018-08-20 10:48:20,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-7ca7d389-d51a-4075-86e2-763405a4477e 2018-08-20 10:48:20,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:20,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8a800111-eed3-4ac1-8d4c-f70fa920b224 Date: Mon, 20 Aug 2018 10: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:20,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-8a800111-eed3-4ac1-8d4c-f70fa920b224 2018-08-20 10:48:20,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:20,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45dba66-3b50-413a-9033-7475c7443dcb Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:20,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-f45dba66-3b50-413a-9033-7475c7443dcb 2018-08-20 10:48:20,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:20,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8ee4e51f-2e06-4375-8ea6-d5ae73e401fd Date: Mon, 20 Aug 2018 10:48:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:20,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-8ee4e51f-2e06-4375-8ea6-d5ae73e401fd 2018-08-20 10:48:20,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:20,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-a04247b1-100d-454f-a83e-b69478ca1ac7 Date: Mon, 20 Aug 2018 10:48:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:7f:c4:01","id":"446a2988-d892-41c7-ac09-ff49d3e1a84a","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:48:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:12Z","binding:vnic_type":"normal","device_id":"6c5f9818-1bd7-4599-b2b3-71cf8816a92d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:da:1d:db","id":"a8671d49-74ba-42fa-855d-c6d3c18a8f9f","port_security_enabled":true,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["4080e239-88e6-4e7b-94d0-c09d96e50208"],"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e7:64:cc","id":"e2ffbd3c-1b58-4def-9d50-445e4fe12ae3","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8e:c8:47","id":"ff13d7a0-fdae-46c9-ae8a-f3cc3f4b41a7","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:48:20,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-a04247b1-100d-454f-a83e-b69478ca1ac7 2018-08-20 10:48:20,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:20,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49951106b69c4f5e899cc84a4af36d26", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role"}], "expires_at": "2018-08-20T11:48:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/0b6181b1aa894b448c19ca5ff9bb0a8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-user", "id": "dfe94c5b60da423e8a46d778b615946f"}, "audit_ids": ["wQskA-wuTtev4JOLbT18Ew"], "issued_at": "2018-08-20T10:48:20.000000Z"}} 2018-08-20 10:48:20,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3637d7b8287ea16dbcf8f701d14013ff0a2f7fa8" 2018-08-20 10:48:21,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7fc4c9c-1f2c-49d7-9bc9-21707fc5c0bb x-compute-request-id: req-f7fc4c9c-1f2c-49d7-9bc9-21707fc5c0bb Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:1d:db", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "security_groups": [{"name": "default"}], "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:12Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [{"id": "7c71b1cd-c836-4c4a-a534-5659552c7a55"}], "metadata": {}}]} 2018-08-20 10:48:21,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst used request id req-f7fc4c9c-1f2c-49d7-9bc9-21707fc5c0bb 2018-08-20 10:48:21,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3637d7b8287ea16dbcf8f701d14013ff0a2f7fa8" 2018-08-20 10:48:22,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-edf706b7-7c31-4ef0-8360-df03924885f6 Date: Mon, 20 Aug 2018 10:48: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":["c6fd8bb9-b7e6-4423-b3d9-aba02547198f"],"updated_at":"2018-08-20T10:47:53Z","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net"}]} 2018-08-20 10:48:22,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net used request id req-edf706b7-7c31-4ef0-8360-df03924885f6 2018-08-20 10:48:22,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3637d7b8287ea16dbcf8f701d14013ff0a2f7fa8" 2018-08-20 10:48:22,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4f6b5914-c734-490e-991c-b94f3327ceeb Date: Mon, 20 Aug 2018 10:48:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","subnetpool_id":null,"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet"}]} 2018-08-20 10:48:22,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-4f6b5914-c734-490e-991c-b94f3327ceeb 2018-08-20 10:48:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3637d7b8287ea16dbcf8f701d14013ff0a2f7fa8" 2018-08-20 10:48:22,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-22ba45a4-21c0-4f7e-9a8c-719d13faa9ca Date: Mon, 20 Aug 2018 10:48:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:7f:c4:01","id":"446a2988-d892-41c7-ac09-ff49d3e1a84a","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:48:03Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:12Z","binding:vnic_type":"normal","device_id":"6c5f9818-1bd7-4599-b2b3-71cf8816a92d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:da:1d:db","id":"a8671d49-74ba-42fa-855d-c6d3c18a8f9f","port_security_enabled":true,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["4080e239-88e6-4e7b-94d0-c09d96e50208"],"name":"CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:53Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e7:64:cc","id":"e2ffbd3c-1b58-4def-9d50-445e4fe12ae3","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c21d2ea7-1910-489b-acc3-f8c524f98ad4","tenant_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","created_at":"2018-08-20T10:47:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:47:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c21d2ea7-1910-489b-acc3-f8c524f98ad4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:8e:c8:47","id":"ff13d7a0-fdae-46c9-ae8a-f3cc3f4b41a7","port_security_enabled":false,"project_id":"0b6181b1aa894b448c19ca5ff9bb0a8f","fixed_ips":[{"subnet_id":"c6fd8bb9-b7e6-4423-b3d9-aba02547198f","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:48:22,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-22ba45a4-21c0-4f7e-9a8c-719d13faa9ca 2018-08-20 10:48:22,430 - create_instance - INFO - Deleting Port with ID - a8671d49-74ba-42fa-855d-c6d3c18a8f9f 2018-08-20 10:48:22,430 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-port 2018-08-20 10:48:22,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/a8671d49-74ba-42fa-855d-c6d3c18a8f9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:22,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba701e42-497c-4b6c-aa3c-c3d4408b2b93 Date: Mon, 20 Aug 2018 10:48:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:48:22,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/a8671d49-74ba-42fa-855d-c6d3c18a8f9f used request id req-ba701e42-497c-4b6c-aa3c-c3d4408b2b93 2018-08-20 10:48:22,934 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-363e11f2-a16d-4558-858e-3ccddb1e6a88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:23,010 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:22 GMT Server: Apache x-compute-request-id: req-6006443c-f677-433b-ae43-7438b6c10a8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6006443c-f677-433b-ae43-7438b6c10a8a Content-Encoding: gzip Content-Length: 591 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [{"server_id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "attachment_id": "f81580b7-4733-4232-a1c2-88c918b5aa54", "attached_at": "2018-08-20T10:48:20.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "device": "/dev/vdb", "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55"}], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:55.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:48:20.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "size": 1}} 2018-08-20 10:48:23,010 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 used request id req-6006443c-f677-433b-ae43-7438b6c10a8a 2018-08-20 10:48:23,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d/os-volume_attachments/7c71b1cd-c836-4c4a-a534-5659552c7a55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:23,732 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bcef412-a70e-4735-9836-3f3cac06e144 x-compute-request-id: req-0bcef412-a70e-4735-9836-3f3cac06e144 Content-Length: 0 Content-Type: application/json 2018-08-20 10:48:23,732 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d/os-volume_attachments/7c71b1cd-c836-4c4a-a534-5659552c7a55 used request id req-0bcef412-a70e-4735-9836-3f3cac06e144 2018-08-20 10:48:23,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:24,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-83b207c9-e327-48e0-9135-d22ce3c0326c x-compute-request-id: req-83b207c9-e327-48e0-9135-d22ce3c0326c Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:12Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [{"id": "7c71b1cd-c836-4c4a-a534-5659552c7a55"}], "metadata": {}}} 2018-08-20 10:48:24,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-83b207c9-e327-48e0-9135-d22ce3c0326c 2018-08-20 10:48:27,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:27,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-aa6a6997-8d23-4595-a6f0-39b657c21126 x-compute-request-id: req-aa6a6997-8d23-4595-a6f0-39b657c21126 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:12Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:27,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-aa6a6997-8d23-4595-a6f0-39b657c21126 2018-08-20 10:48:27,116 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst 2018-08-20 10:48:27,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:27,259 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:48:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d84bbf7-f765-4113-9ae3-344151192014 x-compute-request-id: req-1d84bbf7-f765-4113-9ae3-344151192014 Content-Type: application/json 2018-08-20 10:48:27,259 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-1d84bbf7-f765-4113-9ae3-344151192014 2018-08-20 10:48:27,260 - create_instance - INFO - Checking deletion status 2018-08-20 10:48:27,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:27,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-266b2f4e-7ad2-43c3-9007-88486520f911 x-compute-request-id: req-266b2f4e-7ad2-43c3-9007-88486520f911 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.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "rel": "bookmark"}], "image": {"id": "b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "links": [{"href": "http://172.30.9.36:8774/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:48:12.000000", "flavor": {"id": "1073e7b2-6848-45a0-9c01-8c2b8605ff21", "links": [{"href": "http://172.30.9.36:8774/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21", "rel": "bookmark"}]}, "id": "6c5f9818-1bd7-4599-b2b3-71cf8816a92d", "user_id": "dfe94c5b60da423e8a46d778b615946f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:48:27Z", "hostId": "f5bdfed4ac505f84f10316114ab2011ecb6bf5e3fcde155cae83f95b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst", "created": "2018-08-20T10:48:07Z", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:48:27,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-266b2f4e-7ad2-43c3-9007-88486520f911 2018-08-20 10:48:27,528 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst] is - ACTIVE 2018-08-20 10:48:27,528 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:48:30,532 - create_instance - DEBUG - VM status query timeout in 296.728153944 2018-08-20 10:48:30,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9bb6ccd858aa7580e62451acccac88dfbddd5ef" 2018-08-20 10:48:30,580 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:48:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74107b6f-e9e8-436d-8033-2181682aace6 x-compute-request-id: req-74107b6f-e9e8-436d-8033-2181682aace6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6c5f9818-1bd7-4599-b2b3-71cf8816a92d could not be found.", "code": 404}} 2018-08-20 10:48:30,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/6c5f9818-1bd7-4599-b2b3-71cf8816a92d used request id req-74107b6f-e9e8-436d-8033-2181682aace6 2018-08-20 10:48:30,580 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6c5f9818-1bd7-4599-b2b3-71cf8816a92d could not be found. (HTTP 404) (Request-ID: req-74107b6f-e9e8-436d-8033-2181682aace6) 2018-08-20 10:48:30,580 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-inst 2018-08-20 10:48:30,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca23a8300aed23c7824bd282575ace7d7d535a23" 2018-08-20 10:48:30,628 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:48:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e28a2fca-fca8-462d-8bd7-bb8467acc69e x-compute-request-id: req-e28a2fca-fca8-462d-8bd7-bb8467acc69e Content-Length: 0 Content-Type: application/json 2018-08-20 10:48:30,628 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/1073e7b2-6848-45a0-9c01-8c2b8605ff21 used request id req-e28a2fca-fca8-462d-8bd7-bb8467acc69e 2018-08-20 10:48:30,629 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet 2018-08-20 10:48:30,629 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-subnet 2018-08-20 10:48:30,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/c6fd8bb9-b7e6-4423-b3d9-aba02547198f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" 2018-08-20 10:48:33,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ddbc437b-2320-46ac-b8d2-33ec986dfeda Date: Mon, 20 Aug 2018 10:48:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:48:33,196 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/c6fd8bb9-b7e6-4423-b3d9-aba02547198f used request id req-ddbc437b-2320-46ac-b8d2-33ec986dfeda 2018-08-20 10:48:33,196 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-pub-net 2018-08-20 10:48:33,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/c21d2ea7-1910-489b-acc3-f8c524f98ad4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4470b33d1bdebc716211b4db3265ff4966cfdf3f" 2018-08-20 10:48:34,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6ab13983-78f9-4cf4-9a31-2c646e65e0e5 Date: Mon, 20 Aug 2018 10:48:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:48:34,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/c21d2ea7-1910-489b-acc3-f8c524f98ad4 used request id req-6ab13983-78f9-4cf4-9a31-2c646e65e0e5 2018-08-20 10:48:34,708 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" 2018-08-20 10:48:34,929 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:34 GMT Server: Apache x-compute-request-id: req-117a3866-a14c-4367-86b3-21d2dfbbb0c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-117a3866-a14c-4367-86b3-21d2dfbbb0c4 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:47:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6505293-3e10-4d3f-b877-c734f77a9a43", "size": 1}} 2018-08-20 10:48:34,929 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 used request id req-117a3866-a14c-4367-86b3-21d2dfbbb0c4 2018-08-20 10:48:34,930 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:48:34,930 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2 2018-08-20 10:48:34,930 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2 2018-08-20 10:48:34,932 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" 2018-08-20 10:48:35,199 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:48:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b42b5904-7b32-47d5-83db-658bb180a5c9 Content-Length: 0 Content-Type: text/html; 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-08-20 10:48:35,199 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 used request id req-b42b5904-7b32-47d5-83db-658bb180a5c9 2018-08-20 10:48:35,201 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" 2018-08-20 10:48:35,433 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:35 GMT Server: Apache x-compute-request-id: req-e89f5b39-4c35-4fb7-87e0-eab981700c84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e89f5b39-4c35-4fb7-87e0-eab981700c84 Content-Encoding: gzip Content-Length: 470 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:48:35.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6505293-3e10-4d3f-b877-c734f77a9a43", "size": 1}} 2018-08-20 10:48:35,433 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 used request id req-e89f5b39-4c35-4fb7-87e0-eab981700c84 2018-08-20 10:48:35,434 - create_volume - DEBUG - Instance status is - deleting 2018-08-20 10:48:35,434 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-20 10:48:38,437 - create_volume - DEBUG - Volume status query timeout in 56.7622690201 2018-08-20 10:48:38,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f3b2605-0e41-4fcb-b822-5bf46bb961d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a381d74ab4e684d652666c19ab19f624eb168dc" 2018-08-20 10:48:38,663 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:48:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8748b921-a8f7-41bd-84f8-75c02e6b2574 x-openstack-request-id: req-8748b921-a8f7-41bd-84f8-75c02e6b2574 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d6505293-3e10-4d3f-b877-c734f77a9a43 could not be found.", "code": 404}} 2018-08-20 10:48:38,663 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/d6505293-3e10-4d3f-b877-c734f77a9a43 used request id req-8748b921-a8f7-41bd-84f8-75c02e6b2574 2018-08-20 10:48:38,664 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d6505293-3e10-4d3f-b877-c734f77a9a43 could not be found. (HTTP 404) (Request-ID: req-8748b921-a8f7-41bd-84f8-75c02e6b2574) 2018-08-20 10:48:38,664 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-2 2018-08-20 10:48:38,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-201341a4-bd37-442c-8702-4ff7806c82eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" 2018-08-20 10:48:38,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:38 GMT Server: Apache x-compute-request-id: req-3f415102-608f-44eb-ae67-c390b1f0cd76 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f415102-608f-44eb-ae67-c390b1f0cd76 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:55.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:48:24.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "size": 1}} 2018-08-20 10:48:38,730 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 used request id req-3f415102-608f-44eb-ae67-c390b1f0cd76 2018-08-20 10:48:38,731 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:48:38,731 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1 2018-08-20 10:48:38,731 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1 2018-08-20 10:48:38,734 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-201341a4-bd37-442c-8702-4ff7806c82eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" 2018-08-20 10:48:39,085 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:48:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0b6f6da-d7e4-44f2-8dbc-455bf556c5a3 Content-Length: 0 Content-Type: text/html; 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-08-20 10:48:39,085 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 used request id req-e0b6f6da-d7e4-44f2-8dbc-455bf556c5a3 2018-08-20 10:48:39,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-201341a4-bd37-442c-8702-4ff7806c82eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" 2018-08-20 10:48:39,373 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:39 GMT Server: Apache x-compute-request-id: req-60632a25-922b-4de3-935b-bdbf0d33f2c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-60632a25-922b-4de3-935b-bdbf0d33f2c7 Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "dfe94c5b60da423e8a46d778b615946f", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "self"}, {"href": "http://172.30.9.36:8776/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:47:55.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "updated_at": "2018-08-20T10:48:38.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7c71b1cd-c836-4c4a-a534-5659552c7a55", "size": 1}} 2018-08-20 10:48:39,373 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 used request id req-60632a25-922b-4de3-935b-bdbf0d33f2c7 2018-08-20 10:48:39,373 - create_volume - DEBUG - Instance status is - deleting 2018-08-20 10:48:39,374 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-20 10:48:42,377 - create_volume - DEBUG - Volume status query timeout in 56.7084438801 2018-08-20 10:48:42,380 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-201341a4-bd37-442c-8702-4ff7806c82eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245afc838079df62c2ff64ac738324eae31776f3" 2018-08-20 10:48:42,612 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:48:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-aeb0c951-7709-4258-b920-bc76fd63278f x-openstack-request-id: req-aeb0c951-7709-4258-b920-bc76fd63278f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7c71b1cd-c836-4c4a-a534-5659552c7a55 could not be found.", "code": 404}} 2018-08-20 10:48:42,612 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/0b6181b1aa894b448c19ca5ff9bb0a8f/volumes/7c71b1cd-c836-4c4a-a534-5659552c7a55 used request id req-aeb0c951-7709-4258-b920-bc76fd63278f 2018-08-20 10:48:42,613 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 7c71b1cd-c836-4c4a-a534-5659552c7a55 could not be found. (HTTP 404) (Request-ID: req-aeb0c951-7709-4258-b920-bc76fd63278f) 2018-08-20 10:48:42,613 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-1 2018-08-20 10:48:42,613 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-acc7d577-cd62-4717-8a20-aee5a5793ffa-image 2018-08-20 10:48:42,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f6e1ae8f1c4ede7fd3b3b0fbb1bdb3892554f28" 2018-08-20 10:48:43,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4bdd378e-f92a-4a6b-a9af-6bf4fa32cb6e Date: Mon, 20 Aug 2018 10:48:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:48:43,724 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/b2a6d747-3ccd-41cd-9b1f-91e3d8285a91 used request id req-4bdd378e-f92a-4a6b-a9af-6bf4fa32cb6e 2018-08-20 10:48:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:48:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:48:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:48:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:48:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:48:43,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:44,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-c59b990b-dfa9-47ce-9843-0c39551b7efb Date: Mon, 20 Aug 2018 10:48:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "created_at": "2018-08-20T10:47:51Z", "updated_at": "2018-08-20T10:47:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:47:51Z", "revision_number": 0, "id": "21cb03b3-2cd5-467b-8fd8-8e95bababe24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:47:51Z", "security_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:47:51Z", "revision_number": 0, "id": "c761f15e-c4a3-4d9c-b133-8a9938c49238", "remote_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "remote_ip_prefix": null, "created_at": "2018-08-20T10:47:51Z", "security_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:47:51Z", "revision_number": 0, "id": "dea8bb3d-78b8-4cc6-9e30-ad1ded7491fa", "remote_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "remote_ip_prefix": null, "created_at": "2018-08-20T10:47:51Z", "security_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:47:51Z", "revision_number": 0, "id": "e5690edd-ae06-46df-b27a-1b74fd42ebdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:47:51Z", "security_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f"}], "revision_number": 4, "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:48:44,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-c59b990b-dfa9-47ce-9843-0c39551b7efb 2018-08-20 10:48:44,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:44,125 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:48:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2345178f-4cdb-4b6e-a8fc-935598544b25 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:48:44,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-2345178f-4cdb-4b6e-a8fc-935598544b25 2018-08-20 10:48:44,126 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:48:44,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:44,221 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:48:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b784418d-bd8a-4458-92a9-9a34b34e64d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:48:44,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-b784418d-bd8a-4458-92a9-9a34b34e64d8 2018-08-20 10:48:44,221 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:48:44,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:44,313 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:48:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14965aec-663d-4c93-a54d-190127b96d18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:48:44,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-14965aec-663d-4c93-a54d-190127b96d18 2018-08-20 10:48:44,314 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:48:44,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:44,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35883590-d32f-42d9-a20c-b2b18508fe6d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "name": "CreateInstanceVolumeTests-fefebc40-a72e-45e-proj"}} 2018-08-20 10:48:44,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-35883590-d32f-42d9-a20c-b2b18508fe6d 2018-08-20 10:48:44,413 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4080e239-88e6-4e7b-94d0-c09d96e50208 2018-08-20 10:48:44,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=4080e239-88e6-4e7b-94d0-c09d96e50208 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:44,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b26d3f8e-8604-4afd-8cc5-f22a6418335a Date: Mon, 20 Aug 2018 10:48: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-08-20T10:47:51Z", "security_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "port_range_min": null, "revision_number": 0, "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "created_at": "2018-08-20T10:47:51Z", "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "id": "21cb03b3-2cd5-467b-8fd8-8e95bababe24"}, {"remote_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:47:51Z", "security_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "port_range_min": null, "revision_number": 0, "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "created_at": "2018-08-20T10:47:51Z", "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "id": "c761f15e-c4a3-4d9c-b133-8a9938c49238"}, {"remote_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:47:51Z", "security_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "port_range_min": null, "revision_number": 0, "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "created_at": "2018-08-20T10:47:51Z", "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "id": "dea8bb3d-78b8-4cc6-9e30-ad1ded7491fa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:47:51Z", "security_group_id": "4080e239-88e6-4e7b-94d0-c09d96e50208", "port_range_min": null, "revision_number": 0, "tenant_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "created_at": "2018-08-20T10:47:51Z", "project_id": "0b6181b1aa894b448c19ca5ff9bb0a8f", "id": "e5690edd-ae06-46df-b27a-1b74fd42ebdf"}]} 2018-08-20 10:48:44,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=4080e239-88e6-4e7b-94d0-c09d96e50208 used request id req-b26d3f8e-8604-4afd-8cc5-f22a6418335a 2018-08-20 10:48:44,603 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:48:44,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/4080e239-88e6-4e7b-94d0-c09d96e50208 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:45,083 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d293d28d-9222-4d18-9eb3-28aa03a51a55 Content-Length: 0 Date: Mon, 20 Aug 2018 10:48:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:48:45,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/4080e239-88e6-4e7b-94d0-c09d96e50208 used request id req-d293d28d-9222-4d18-9eb3-28aa03a51a55 2018-08-20 10:48:45,084 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-fefebc40-a72e-45e-proj 2018-08-20 10:48:45,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:45,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:48:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c27aa843-582e-4354-b7a5-100c419b3c7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:48:45,360 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/0b6181b1aa894b448c19ca5ff9bb0a8f used request id req-c27aa843-582e-4354-b7a5-100c419b3c7d 2018-08-20 10:48:45,360 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-fefebc40-a72e-45e-proj-role 2018-08-20 10:48:45,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/49951106b69c4f5e899cc84a4af36d26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:45,479 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:48:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67138a31-bf51-4c1f-84bd-3be04ee1f75c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:48:45,479 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/49951106b69c4f5e899cc84a4af36d26 used request id req-67138a31-bf51-4c1f-84bd-3be04ee1f75c 2018-08-20 10:48:45,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7bab42e386f1a250beb5fb2a532a847ab69d7" 2018-08-20 10:48:45,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6743b160-c810-4c30-b7d2-27daee969d08 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:48:45,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6743b160-c810-4c30-b7d2-27daee969d08 2018-08-20 10:48:45,574 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-fefebc40-a72e-45e-user 2018-08-20 10:48:45,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/dfe94c5b60da423e8a46d778b615946f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173860006fdb4aedd823e48091fdceeceb38feee" 2018-08-20 10:48:45,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:48:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1eaed97d-cb50-49f8-81d1-6ddd116c7370 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:48:45,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/dfe94c5b60da423e8a46d778b615946f used request id req-1eaed97d-cb50-49f8-81d1-6ddd116c7370 2018-08-20 10:48:45,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:46,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:48:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mi5ntjZVQ9C90jTQp1rO3A"], "issued_at": "2018-08-20T10:48:46.000000Z"}} 2018-08-20 10:48:46,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c015e81606d2572605169f9084e17e4db15808" 2018-08-20 10:48:46,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aa32ac0-c226-4e02-977b-cafd54e49d7a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:46,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0aa32ac0-c226-4e02-977b-cafd54e49d7a 2018-08-20 10:48:46,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:46,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:46,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:48:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["IpOOmnw7SWKkP-viLv35xg"], "issued_at": "2018-08-20T10:48:46.000000Z"}} 2018-08-20 10:48:46,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:48:46,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9d02b8-7ce4-496f-bf03-f2a59b77fb43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:46,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7f9d02b8-7ce4-496f-bf03-f2a59b77fb43 2018-08-20 10:48:46,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:48:46,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:48:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:48:46,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-b517953b-6040-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:48:46,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c88e6f4-309a-48b7-aaea-8102f6ea5762 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-b517953b-6040-41a-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:48:46,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-b517953b-6040-41a-proj used request id req-9c88e6f4-309a-48b7-aaea-8102f6ea5762 2018-08-20 10:48:46,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:48:46,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93293d45-5054-4ecb-b31a-9cf3f9c7e204 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:48:46,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-93293d45-5054-4ecb-b31a-9cf3f9c7e204 2018-08-20 10:48:46,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}}' 2018-08-20 10:48:47,102 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:48:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7139f960-6974-4594-8992-ea1039f0035a Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "id": "351da9aecf56484686cf2eff0f055e59", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:48:47,102 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-7139f960-6974-4594-8992-ea1039f0035a 2018-08-20 10:48:47,103 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-b517953b-6040-41a-proj 2018-08-20 10:48:47,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:47,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:47,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:48:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["1_gMUd2TTAGY8j3Mhg1UQg"], "issued_at": "2018-08-20T10:48:47.000000Z"}} 2018-08-20 10:48:47,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}798ab78f0a702b4afb37f5768b62d4c750534d0b" 2018-08-20 10:48:47,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dec8a63-a780-4b22-bd4a-9e76f839be1c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:47,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8dec8a63-a780-4b22-bd4a-9e76f839be1c 2018-08-20 10:48:47,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:48:47,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:48:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:48:47,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}798ab78f0a702b4afb37f5768b62d4c750534d0b" 2018-08-20 10:48:47,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3086828e-fc7f-466f-8794-c3f7071dbb31 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:48:47,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-3086828e-fc7f-466f-8794-c3f7071dbb31 2018-08-20 10:48:47,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateInstanceVolumeTests-b517953b-6040-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}798ab78f0a702b4afb37f5768b62d4c750534d0b" 2018-08-20 10:48:47,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa53aec-843e-43f5-98a2-ba1a56f2608a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateInstanceVolumeTests-b517953b-6040-41a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "id": "351da9aecf56484686cf2eff0f055e59", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}]} 2018-08-20 10:48:47,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateInstanceVolumeTests-b517953b-6040-41a-proj used request id req-daa53aec-843e-43f5-98a2-ba1a56f2608a 2018-08-20 10:48:47,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}798ab78f0a702b4afb37f5768b62d4c750534d0b" 2018-08-20 10:48:47,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a53cb3-a66e-46a6-ad89-2392c3be65bc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:48:47,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-b8a53cb3-a66e-46a6-ad89-2392c3be65bc 2018-08-20 10:48:48,305 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-b517953b-6040-41a-user 2018-08-20 10:48:48,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:48,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:48:48,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95156ed1-a9d1-4311-b151-40d84425c503 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:48:48,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-95156ed1-a9d1-4311-b151-40d84425c503 2018-08-20 10:48:48,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" -d '{"role": {"name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}}' 2018-08-20 10:48:48,521 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd8afce1-728e-4a91-8718-59be5de633d6 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f3a34045ec7e48beb53f187bbf4f6800", "links": {"self": "http://172.30.9.36:5000/v3/roles/f3a34045ec7e48beb53f187bbf4f6800"}, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}} 2018-08-20 10:48:48,521 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-fd8afce1-728e-4a91-8718-59be5de633d6 2018-08-20 10:48:48,522 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-b517953b-6040-41a-proj-role 2018-08-20 10:48:48,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/f3a34045ec7e48beb53f187bbf4f6800 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:48:48,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c38cf13-21c4-4871-a0ea-7155d9225e5f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f3a34045ec7e48beb53f187bbf4f6800", "links": {"self": "http://172.30.9.36:5000/v3/roles/f3a34045ec7e48beb53f187bbf4f6800"}, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}} 2018-08-20 10:48:48,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/f3a34045ec7e48beb53f187bbf4f6800 used request id req-8c38cf13-21c4-4871-a0ea-7155d9225e5f 2018-08-20 10:48:48,615 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-b517953b-6040-41a-proj-role to project CreateInstanceVolumeTests-b517953b-6040-41a-proj 2018-08-20 10:48:48,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59/users/876ab1636b324ad99fd0c21398829b31/roles/f3a34045ec7e48beb53f187bbf4f6800 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:48:48,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-605fc747-4838-47d1-ae44-f6bb3a9c1318 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:48:48,751 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59/users/876ab1636b324ad99fd0c21398829b31/roles/f3a34045ec7e48beb53f187bbf4f6800 used request id req-605fc747-4838-47d1-ae44-f6bb3a9c1318 2018-08-20 10:48:48,751 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:48:48,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:48:48,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:48:48,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:48:48,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:48:48,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:48:48,755 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:48:48,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:48,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:49,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a34045ec7e48beb53f187bbf4f6800", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}], "expires_at": "2018-08-20T11:48:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-user", "id": "876ab1636b324ad99fd0c21398829b31"}, "audit_ids": ["z35BVswlTQWBn6WnkvmftQ"], "issued_at": "2018-08-20T10:48:49.000000Z"}} 2018-08-20 10:48:49,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" 2018-08-20 10:48:49,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62338bd4-da22-4cee-8baf-14d70a09b3ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:49,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-62338bd4-da22-4cee-8baf-14d70a09b3ed 2018-08-20 10:48:49,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" 2018-08-20 10:48:49,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-0b6ce593-ca81-45be-b3c1-ea77390c580b Date: Mon, 20 Aug 2018 10:48:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image"} 2018-08-20 10:48:49,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image used request id req-0b6ce593-ca81-45be-b3c1-ea77390c580b 2018-08-20 10:48:49,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" 2018-08-20 10:48:49,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f2fcf072-861a-4883-be6f-021f604effc4 Date: Mon, 20 Aug 2018 10:48: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:48:49,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-f2fcf072-861a-4883-be6f-021f604effc4 2018-08-20 10:48:49,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image"}' 2018-08-20 10:48:49,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0f5c0faf-5a29-406d-8abb-e4bd49fc147b Date: Mon, 20 Aug 2018 10:48:49 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:48:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:48:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/810e688f-b8ba-46bc-984e-4e2067892115", "min_disk": 0, "protected": false, "id": "810e688f-b8ba-46bc-984e-4e2067892115", "file": "/v2/images/810e688f-b8ba-46bc-984e-4e2067892115/file", "checksum": null, "owner": "351da9aecf56484686cf2eff0f055e59", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:48:49,877 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-0f5c0faf-5a29-406d-8abb-e4bd49fc147b 2018-08-20 10:48:49,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" -d '' 2018-08-20 10:48:50,551 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a8de61c-e06c-4e0a-b365-3863d4ff0a57 Date: Mon, 20 Aug 2018 10:48:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:48:50,551 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115/file used request id req-9a8de61c-e06c-4e0a-b365-3863d4ff0a57 2018-08-20 10:48:50,552 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:48:50,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" 2018-08-20 10:48:50,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-40321247-2994-4322-8b10-b39b10787b02 Date: Mon, 20 Aug 2018 10:48:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:48:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:48:50Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/810e688f-b8ba-46bc-984e-4e2067892115/snap", "metadata": {}}], "self": "/v2/images/810e688f-b8ba-46bc-984e-4e2067892115", "min_disk": 0, "protected": false, "id": "810e688f-b8ba-46bc-984e-4e2067892115", "file": "/v2/images/810e688f-b8ba-46bc-984e-4e2067892115/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "351da9aecf56484686cf2eff0f055e59", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/810e688f-b8ba-46bc-984e-4e2067892115/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:48:50,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115 used request id req-40321247-2994-4322-8b10-b39b10787b02 2018-08-20 10:48:50,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" 2018-08-20 10:48:50,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fb361bcf-2eef-4772-990e-ce16c8370236 Date: Mon, 20 Aug 2018 10:48: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:48:50,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-fb361bcf-2eef-4772-990e-ce16c8370236 2018-08-20 10:48:50,921 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image 2018-08-20 10:48:50,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" 2018-08-20 10:48:51,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-1a668877-7b6b-4ae8-ab7d-aa94b5fc8e57 Date: Mon, 20 Aug 2018 10:48:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:48:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:48:50Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/810e688f-b8ba-46bc-984e-4e2067892115/snap", "metadata": {}}], "self": "/v2/images/810e688f-b8ba-46bc-984e-4e2067892115", "min_disk": 0, "protected": false, "id": "810e688f-b8ba-46bc-984e-4e2067892115", "file": "/v2/images/810e688f-b8ba-46bc-984e-4e2067892115/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "351da9aecf56484686cf2eff0f055e59", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/810e688f-b8ba-46bc-984e-4e2067892115/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:48:51,125 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115 used request id req-1a668877-7b6b-4ae8-ab7d-aa94b5fc8e57 2018-08-20 10:48:51,126 - create_image - DEBUG - Instance status is - active 2018-08-20 10:48:51,126 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image 2018-08-20 10:48:51,126 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image 2018-08-20 10:48:51,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:51,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:51,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:48:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["IEs3IsKiT0y1YVyEJGrQ3A"], "issued_at": "2018-08-20T10:48:51.000000Z"}} 2018-08-20 10:48:51,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20e95651e17d2ce45af713acee5670c7df8bbc2" 2018-08-20 10:48:51,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51e14ae-ba50-46ce-945e-62e8a987ad05 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:51,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b51e14ae-ba50-46ce-945e-62e8a987ad05 2018-08-20 10:48:51,611 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:48:51,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20e95651e17d2ce45af713acee5670c7df8bbc2" 2018-08-20 10:48:51,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-131ee1c1-dd17-4e84-8fd2-2f6d59b3587b x-compute-request-id: req-131ee1c1-dd17-4e84-8fd2-2f6d59b3587b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:48:51,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-131ee1c1-dd17-4e84-8fd2-2f6d59b3587b 2018-08-20 10:48:51,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20e95651e17d2ce45af713acee5670c7df8bbc2" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-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-08-20 10:48:51,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f64ed27-278b-4c73-8d9e-50b2cfa108f0 x-compute-request-id: req-6f64ed27-278b-4c73-8d9e-50b2cfa108f0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0e42c684-392a-4d09-8558-34a9e61fd482"}} 2018-08-20 10:48:51,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-6f64ed27-278b-4c73-8d9e-50b2cfa108f0 2018-08-20 10:48:51,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:51,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:52,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a34045ec7e48beb53f187bbf4f6800", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}], "expires_at": "2018-08-20T11:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-user", "id": "876ab1636b324ad99fd0c21398829b31"}, "audit_ids": ["vkPHK2BTRUmUqD8lBbQGaw"], "issued_at": "2018-08-20T10:48:52.000000Z"}} 2018-08-20 10:48:52,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" 2018-08-20 10:48:52,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbe4138-b26c-4ec0-926d-7852f1e20ba8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:52,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ffbe4138-b26c-4ec0-926d-7852f1e20ba8 2018-08-20 10:48:52,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:48:52,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:48:52,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:48:52,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:48:52,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:48:52,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" 2018-08-20 10:48:52,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e4171ca1-efc5-43c0-a819-b6ee677a63b0 Date: Mon, 20 Aug 2018 10:48:52 GMT RESP BODY: {"networks":[]} 2018-08-20 10:48:52,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-e4171ca1-efc5-43c0-a819-b6ee677a63b0 2018-08-20 10:48:52,540 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net 2018-08-20 10:48:52,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" -d '{"network": {"name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net", "admin_state_up": true}}' 2018-08-20 10:48:53,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-bde57fec-c733-45b6-8a4d-a7039906945c Date: Mon, 20 Aug 2018 10:48:53 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:48:53Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}} 2018-08-20 10:48:53,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-bde57fec-c733-45b6-8a4d-a7039906945c 2018-08-20 10:48:53,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" 2018-08-20 10:48:53,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-1355488d-80f2-44cf-8c98-17882f5818e9 Date: Mon, 20 Aug 2018 10:48:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:48:53Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:48:53,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-1355488d-80f2-44cf-8c98-17882f5818e9 2018-08-20 10:48:53,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" 2018-08-20 10:48:53,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-388502eb-e8a4-4e78-b727-f366df0d660f Date: Mon, 20 Aug 2018 10:48:53 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:48:53,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-388502eb-e8a4-4e78-b727-f366df0d660f 2018-08-20 10:48:53,730 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet 2018-08-20 10:48:53,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" -d '{"subnets": [{"ip_version": 4, "network_id": "6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]}' 2018-08-20 10:48:54,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-abe7af46-bcc3-4639-9b0c-51cb64674299 Date: Mon, 20 Aug 2018 10:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:48:54,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-abe7af46-bcc3-4639-9b0c-51cb64674299 2018-08-20 10:48:54,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" 2018-08-20 10:48:54,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-ce744430-4dc7-4545-9d90-f76a103d1fc9 Date: Mon, 20 Aug 2018 10:48:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:48:54,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-ce744430-4dc7-4545-9d90-f76a103d1fc9 2018-08-20 10:48:54,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" 2018-08-20 10:48:54,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ebca9a7c-b2de-49cb-9f48-fd1016d41400 Date: Mon, 20 Aug 2018 10:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:48:54,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-ebca9a7c-b2de-49cb-9f48-fd1016d41400 2018-08-20 10:48:54,968 - OpenStackNetwork - DEBUG - Network [6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c] created successfully 2018-08-20 10:48:54,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:54,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:55,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a34045ec7e48beb53f187bbf4f6800", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}], "expires_at": "2018-08-20T11:48:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-user", "id": "876ab1636b324ad99fd0c21398829b31"}, "audit_ids": ["KPycFnW4TbiQZhTXPKCDbA"], "issued_at": "2018-08-20T10:48:55.000000Z"}} 2018-08-20 10:48:55,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aecb347010d934fc8b58abfbeef7076c886416b8" 2018-08-20 10:48:55,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bf7d656-7bb7-4489-ae6b-69205dac3e5c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:55,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9bf7d656-7bb7-4489-ae6b-69205dac3e5c 2018-08-20 10:48:55,490 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aecb347010d934fc8b58abfbeef7076c886416b8" 2018-08-20 10:48:55,702 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:55 GMT Server: Apache x-compute-request-id: req-38579c58-54b2-44dc-a252-3be17e7ac109 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-38579c58-54b2-44dc-a252-3be17e7ac109 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 10:48:55,702 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/detail used request id req-38579c58-54b2-44dc-a252-3be17e7ac109 2018-08-20 10:48:55,705 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-38579c58-54b2-44dc-a252-3be17e7ac109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aecb347010d934fc8b58abfbeef7076c886416b8" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-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-08-20 10:48:56,222 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:48:55 GMT Server: Apache x-compute-request-id: req-cbdd1a08-9bad-46b7-ae46-cb2bc04f07ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cbdd1a08-9bad-46b7-ae46-cb2bc04f07ae Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:56.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "size": 1}} 2018-08-20 10:48:56,222 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes used request id req-cbdd1a08-9bad-46b7-ae46-cb2bc04f07ae 2018-08-20 10:48:56,225 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-38579c58-54b2-44dc-a252-3be17e7ac109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aecb347010d934fc8b58abfbeef7076c886416b8" 2018-08-20 10:48:56,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:56 GMT Server: Apache x-compute-request-id: req-602228fe-4978-4b19-8924-c84dc289971e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-602228fe-4978-4b19-8924-c84dc289971e Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:48:56.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "size": 1}} 2018-08-20 10:48:56,460 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b used request id req-602228fe-4978-4b19-8924-c84dc289971e 2018-08-20 10:48:56,460 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1 2018-08-20 10:48:56,463 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-38579c58-54b2-44dc-a252-3be17e7ac109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aecb347010d934fc8b58abfbeef7076c886416b8" 2018-08-20 10:48:56,693 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:56 GMT Server: Apache x-compute-request-id: req-45c5ebb0-d716-4dfd-9d77-23c6fc5edce8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-45c5ebb0-d716-4dfd-9d77-23c6fc5edce8 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:48:56.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "size": 1}} 2018-08-20 10:48:56,693 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b used request id req-45c5ebb0-d716-4dfd-9d77-23c6fc5edce8 2018-08-20 10:48:56,693 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:48:56,693 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1 2018-08-20 10:48:56,693 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1 2018-08-20 10:48:56,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:56,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:57,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a34045ec7e48beb53f187bbf4f6800", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}], "expires_at": "2018-08-20T11:48:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-user", "id": "876ab1636b324ad99fd0c21398829b31"}, "audit_ids": ["LozZkeajTByJ6smvNCuezA"], "issued_at": "2018-08-20T10:48:57.000000Z"}} 2018-08-20 10:48:57,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5caf08274c6e0b1f3027dc72b7481a42d437502a" 2018-08-20 10:48:57,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-875cdc49-b254-4db5-b395-960a435bf869 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:57,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-875cdc49-b254-4db5-b395-960a435bf869 2018-08-20 10:48:57,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5caf08274c6e0b1f3027dc72b7481a42d437502a" 2018-08-20 10:48:57,362 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:57 GMT Server: Apache x-compute-request-id: req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:48:56.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "size": 1}]} 2018-08-20 10:48:57,363 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/detail used request id req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5 2018-08-20 10:48:57,366 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5caf08274c6e0b1f3027dc72b7481a42d437502a" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-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-08-20 10:48:57,833 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:48:57 GMT Server: Apache x-compute-request-id: req-0d8bc881-4762-4320-b01d-f9faa2f8c384 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0d8bc881-4762-4320-b01d-f9faa2f8c384 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:57.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "size": 1}} 2018-08-20 10:48:57,833 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes used request id req-0d8bc881-4762-4320-b01d-f9faa2f8c384 2018-08-20 10:48:57,836 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5caf08274c6e0b1f3027dc72b7481a42d437502a" 2018-08-20 10:48:58,071 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:57 GMT Server: Apache x-compute-request-id: req-444e74fe-4258-4123-9a20-dccc0863dfdd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-444e74fe-4258-4123-9a20-dccc0863dfdd Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:48:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "size": 1}} 2018-08-20 10:48:58,071 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 used request id req-444e74fe-4258-4123-9a20-dccc0863dfdd 2018-08-20 10:48:58,071 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2 2018-08-20 10:48:58,074 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5caf08274c6e0b1f3027dc72b7481a42d437502a" 2018-08-20 10:48:58,335 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:58 GMT Server: Apache x-compute-request-id: req-29dd3d52-1d18-49e6-a666-9801f914e454 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29dd3d52-1d18-49e6-a666-9801f914e454 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:48:58.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "size": 1}} 2018-08-20 10:48:58,336 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 used request id req-29dd3d52-1d18-49e6-a666-9801f914e454 2018-08-20 10:48:58,336 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:48:58,336 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2 2018-08-20 10:48:58,336 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2 2018-08-20 10:48:58,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:48:58,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:48:58,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a34045ec7e48beb53f187bbf4f6800", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}], "expires_at": "2018-08-20T11:48:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-user", "id": "876ab1636b324ad99fd0c21398829b31"}, "audit_ids": ["XlGGQkGsQOqefD_s6hunoQ"], "issued_at": "2018-08-20T10:48:58.000000Z"}} 2018-08-20 10:48:58,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:48:58,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323a399c-4a49-4369-ac3c-3f4023614667 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:58,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-323a399c-4a49-4369-ac3c-3f4023614667 2018-08-20 10:48:58,770 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:48:58,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:48:58,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:48:58,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:48:58,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:48:58,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:48:58,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:48:58,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-779a5cf3-2b16-4344-88fb-975659225fb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:48:58,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-779a5cf3-2b16-4344-88fb-975659225fb1 2018-08-20 10:48:58,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:48:59,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f233832f-f570-4136-ae85-742065cb7287 Date: Mon, 20 Aug 2018 10:48: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:48:59,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-f233832f-f570-4136-ae85-742065cb7287 2018-08-20 10:48:59,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:48:59,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d29be1e4-3418-412e-8770-63df0f10a56c Date: Mon, 20 Aug 2018 10:48:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:48:59,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-d29be1e4-3418-412e-8770-63df0f10a56c 2018-08-20 10:48:59,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:48:59,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-becec093-acbf-4988-878f-16a13487774e Date: Mon, 20 Aug 2018 10:48: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:48:59,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-becec093-acbf-4988-878f-16a13487774e 2018-08-20 10:48:59,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:48:59,685 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:48:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:48:59,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:48:59,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1b7d000-9e07-4f83-92b9-e07352e45908 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:48:59,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-b1b7d000-9e07-4f83-92b9-e07352e45908 2018-08-20 10:48:59,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:00,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3b747610-eda8-4cbc-97d6-1f6cbefcbbed Date: Mon, 20 Aug 2018 10:49:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:00,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-3b747610-eda8-4cbc-97d6-1f6cbefcbbed 2018-08-20 10:49:00,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:00,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-79453a1b-1e1c-4e9d-a427-54780d2b785a Date: Mon, 20 Aug 2018 10:49:00 GMT RESP BODY: {"ports":[]} 2018-08-20 10:49:00,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port&admin_state_up=True used request id req-79453a1b-1e1c-4e9d-a427-54780d2b785a 2018-08-20 10:49:00,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:00,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-42abb2a3-304c-4bb3-acc0-1cbb780693fe x-compute-request-id: req-42abb2a3-304c-4bb3-acc0-1cbb780693fe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:49:00,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst used request id req-42abb2a3-304c-4bb3-acc0-1cbb780693fe 2018-08-20 10:49:00,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:01,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2e37ae88-919e-4fcd-80ec-c0918f3d93a9 Date: Mon, 20 Aug 2018 10:49: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:01,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-2e37ae88-919e-4fcd-80ec-c0918f3d93a9 2018-08-20 10:49:01,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:01,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8a34bed5-f8ae-4142-b54e-3bad65555d43 Date: Mon, 20 Aug 2018 10:49:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:01,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-8a34bed5-f8ae-4142-b54e-3bad65555d43 2018-08-20 10:49:01,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:01,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-c20c4570-5a99-4f8f-bc09-0204597f179f Date: Mon, 20 Aug 2018 10:49: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:01,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-c20c4570-5a99-4f8f-bc09-0204597f179f 2018-08-20 10:49:01,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:01,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98de5c66-1047-4e6b-b352-43e69fd697a8 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:01,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-98de5c66-1047-4e6b-b352-43e69fd697a8 2018-08-20 10:49:01,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:01,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d08625b1-d190-49b9-a947-99649f26fa4f Date: Mon, 20 Aug 2018 10:49:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:01,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-d08625b1-d190-49b9-a947-99649f26fa4f 2018-08-20 10:49:01,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:02,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2eab4817-3245-47c2-bb80-a5793d264718 Date: Mon, 20 Aug 2018 10:49:02 GMT RESP BODY: {"ports":[]} 2018-08-20 10:49:02,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port&admin_state_up=True used request id req-2eab4817-3245-47c2-bb80-a5793d264718 2018-08-20 10:49:02,187 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:49:02,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:49:02,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a34045ec7e48beb53f187bbf4f6800", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}], "expires_at": "2018-08-20T11:49:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-user", "id": "876ab1636b324ad99fd0c21398829b31"}, "audit_ids": ["awh-bMsHS4euAK7T85oqjg"], "issued_at": "2018-08-20T10:49:02.000000Z"}} 2018-08-20 10:49:02,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee4f4afe10384e8b0c8cc4f0de78e9b4675dfe40" 2018-08-20 10:49:02,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d16a04a-eba3-4554-bde5-3b0241644612 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:49:02,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3d16a04a-eba3-4554-bde5-3b0241644612 2018-08-20 10:49:02,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:02,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-af7c0da1-9b45-4252-950e-7c5cae0f7fbc Date: Mon, 20 Aug 2018 10:49: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:02,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-af7c0da1-9b45-4252-950e-7c5cae0f7fbc 2018-08-20 10:49:02,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:03,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-646b9a3c-23ff-4318-931e-9d2120d4f9d9 Date: Mon, 20 Aug 2018 10:49:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:03,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-646b9a3c-23ff-4318-931e-9d2120d4f9d9 2018-08-20 10:49:03,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:03,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-97d1da56-f99b-4aea-bdcf-00e6bad9da1d Date: Mon, 20 Aug 2018 10:49:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:03,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-97d1da56-f99b-4aea-bdcf-00e6bad9da1d 2018-08-20 10:49:03,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:49:03,540 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:49:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:49:03,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee4f4afe10384e8b0c8cc4f0de78e9b4675dfe40" 2018-08-20 10:49:03,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e803180a-f892-4ee8-ba4a-d50d248f2f6f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:03,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-e803180a-f892-4ee8-ba4a-d50d248f2f6f 2018-08-20 10:49:03,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:03,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-351fdfab-0318-47a7-93d3-044db996e77c Date: Mon, 20 Aug 2018 10:49:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:03,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-351fdfab-0318-47a7-93d3-044db996e77c 2018-08-20 10:49:03,684 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net 2018-08-20 10:49:03,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" -d '{"port": {"network_id": "6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c", "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port", "admin_state_up": true}}' 2018-08-20 10:49:04,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-9405bf09-36ea-4985-9554-31f631b275dc Date: Mon, 20 Aug 2018 10:49:04 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:49:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:49:04Z","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:35:15:90","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.11"}],"id":"fcc36728-5f17-4531-833e-a0f309b11c04","security_groups":["ca5b77d0-9806-4f9d-adc9-129a6274035b"],"device_id":""}} 2018-08-20 10:49:04,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-9405bf09-36ea-4985-9554-31f631b275dc 2018-08-20 10:49:04,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e63fea2a-95f6-4ea2-8aec-32aef07d0a80 Date: Mon, 20 Aug 2018 10:49: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:05,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-e63fea2a-95f6-4ea2-8aec-32aef07d0a80 2018-08-20 10:49:05,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-19b0e807-13f1-48a7-a97e-7df9d1483840 Date: Mon, 20 Aug 2018 10:49:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:05,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-19b0e807-13f1-48a7-a97e-7df9d1483840 2018-08-20 10:49:05,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-73ae64eb-6677-4f73-8620-df14d6999231 Date: Mon, 20 Aug 2018 10:49: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:05,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-73ae64eb-6677-4f73-8620-df14d6999231 2018-08-20 10:49:05,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16038b33-4743-4048-9cfc-3e222c2b4dce Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:05,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-16038b33-4743-4048-9cfc-3e222c2b4dce 2018-08-20 10:49:05,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-71724de5-81c8-4e7f-a537-7b35ba90f21f Date: Mon, 20 Aug 2018 10:49:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:05,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-71724de5-81c8-4e7f-a537-7b35ba90f21f 2018-08-20 10:49:05,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-fa9253d3-6711-423d-8032-85961f395c7f Date: Mon, 20 Aug 2018 10:49:05 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:49:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:49:04Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:35:15:90","id":"fcc36728-5f17-4531-833e-a0f309b11c04","port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["ca5b77d0-9806-4f9d-adc9-129a6274035b"],"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port"}]} 2018-08-20 10:49:05,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port&admin_state_up=True used request id req-fa9253d3-6711-423d-8032-85961f395c7f 2018-08-20 10:49:05,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb11e51f-93ce-4c69-8e81-076ab7a6cee2 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:05,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-bb11e51f-93ce-4c69-8e81-076ab7a6cee2 2018-08-20 10:49:05,906 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst 2018-08-20 10:49:05,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a58597e1-4a6a-4474-9995-7a647f8ac64a x-compute-request-id: req-a58597e1-4a6a-4474-9995-7a647f8ac64a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-flavor-name"}]} 2018-08-20 10:49:05,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-a58597e1-4a6a-4474-9995-7a647f8ac64a 2018-08-20 10:49:05,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/0e42c684-392a-4d09-8558-34a9e61fd482 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:05,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3911876f-f71a-4f85-98a4-c9c3cad3ec79 x-compute-request-id: req-3911876f-f71a-4f85-98a4-c9c3cad3ec79 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0e42c684-392a-4d09-8558-34a9e61fd482"}} 2018-08-20 10:49:05,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/0e42c684-392a-4d09-8558-34a9e61fd482 used request id req-3911876f-f71a-4f85-98a4-c9c3cad3ec79 2018-08-20 10:49:05,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:06,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-1d6905b8-f0ff-418c-b96d-a0fc16fdf2d9 Date: Mon, 20 Aug 2018 10:49:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:48:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:48:50Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/810e688f-b8ba-46bc-984e-4e2067892115/snap", "metadata": {}}], "self": "/v2/images/810e688f-b8ba-46bc-984e-4e2067892115", "min_disk": 0, "protected": false, "id": "810e688f-b8ba-46bc-984e-4e2067892115", "file": "/v2/images/810e688f-b8ba-46bc-984e-4e2067892115/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "351da9aecf56484686cf2eff0f055e59", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/810e688f-b8ba-46bc-984e-4e2067892115/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image"} 2018-08-20 10:49:06,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image used request id req-1d6905b8-f0ff-418c-b96d-a0fc16fdf2d9 2018-08-20 10:49:06,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:06,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bddd2eb4-6884-489c-8f0b-b3ca45b5f3de Date: Mon, 20 Aug 2018 10:49:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:49:06,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-bddd2eb4-6884-489c-8f0b-b3ca45b5f3de 2018-08-20 10:49:06,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" -d '{"server": {"name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "imageRef": "810e688f-b8ba-46bc-984e-4e2067892115", "flavorRef": "0e42c684-392a-4d09-8558-34a9e61fd482", "max_count": 1, "min_count": 1, "networks": [{"port": "fcc36728-5f17-4531-833e-a0f309b11c04"}]}}' 2018-08-20 10:49:07,858 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:49:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63843a7b-37dd-47ae-a58e-507414c5c9b6 x-compute-request-id: req-63843a7b-37dd-47ae-a58e-507414c5c9b6 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "adminPass": "QwprE7Nc4bCJ"}} 2018-08-20 10:49:07,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-63843a7b-37dd-47ae-a58e-507414c5c9b6 2018-08-20 10:49:07,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:08,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6bfc9f7-2c6a-4069-b5e1-8a18ec46f379 x-compute-request-id: req-e6bfc9f7-2c6a-4069-b5e1-8a18ec46f379 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.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:49:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:08,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-e6bfc9f7-2c6a-4069-b5e1-8a18ec46f379 2018-08-20 10:49:08,273 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst 2018-08-20 10:49:08,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:08,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-296f4ed2-b0e7-46e6-b92b-01a0d76165da x-compute-request-id: req-296f4ed2-b0e7-46e6-b92b-01a0d76165da 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.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:49:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:08,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-296f4ed2-b0e7-46e6-b92b-01a0d76165da 2018-08-20 10:49:08,742 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst] is - BUILD 2018-08-20 10:49:08,742 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:49:11,745 - create_instance - DEBUG - VM status query timeout in 896.52750802 2018-08-20 10:49:11,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:12,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eba46140-3ced-4e32-a2bb-2a36f7bcf36b x-compute-request-id: req-eba46140-3ced-4e32-a2bb-2a36f7bcf36b 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.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:49:09Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:12,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-eba46140-3ced-4e32-a2bb-2a36f7bcf36b 2018-08-20 10:49:12,605 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst] is - BUILD 2018-08-20 10:49:12,605 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:49:15,607 - create_instance - DEBUG - VM status query timeout in 892.665783882 2018-08-20 10:49:15,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:16,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49: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-b942e83e-bb96-4cb2-bcb6-f72bb062005e x-compute-request-id: req-b942e83e-bb96-4cb2-bcb6-f72bb062005e Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:16,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-b942e83e-bb96-4cb2-bcb6-f72bb062005e 2018-08-20 10:49:16,284 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst] is - ACTIVE 2018-08-20 10:49:16,284 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:49:16,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:17,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49: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-03a0c93c-e080-4c94-8d0f-435248f2ea9e x-compute-request-id: req-03a0c93c-e080-4c94-8d0f-435248f2ea9e Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:17,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-03a0c93c-e080-4c94-8d0f-435248f2ea9e 2018-08-20 10:49:17,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:17,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2b994f74-3cb6-4322-b623-b56b6d4ee9e2 Date: Mon, 20 Aug 2018 10:49: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:17,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-2b994f74-3cb6-4322-b623-b56b6d4ee9e2 2018-08-20 10:49:17,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:17,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b6501c-6221-4962-9811-4ad7c4887463 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:17,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-52b6501c-6221-4962-9811-4ad7c4887463 2018-08-20 10:49:17,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:17,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-592379db-c5bd-4681-a5c4-2dc8cc773ed3 Date: Mon, 20 Aug 2018 10:49:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:17,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-592379db-c5bd-4681-a5c4-2dc8cc773ed3 2018-08-20 10:49:17,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:17,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-ee8e07f2-01a2-453e-a703-99918ba70842 Date: Mon, 20 Aug 2018 10:49:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:56Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:43:77","id":"59e279c8-be73-4b6f-967c-92bc5cc364a7","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:06:4f:8e","id":"5b0a050d-e791-45ae-a20d-9ee3bc2b37e2","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:60:3f","id":"8fa9ba3e-841c-492b-b488-619a1181777f","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:49:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:49:13Z","binding:vnic_type":"normal","device_id":"a8e8605c-aefc-4484-bf93-b28dc035bf32","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:35:15:90","id":"fcc36728-5f17-4531-833e-a0f309b11c04","port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["ca5b77d0-9806-4f9d-adc9-129a6274035b"],"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port"}]} 2018-08-20 10:49:17,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-ee8e07f2-01a2-453e-a703-99918ba70842 2018-08-20 10:49:17,762 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:17,990 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:17 GMT Server: Apache x-compute-request-id: req-40fa6fa9-a1dc-4345-8f30-bddd05fd6212 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-40fa6fa9-a1dc-4345-8f30-bddd05fd6212 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:48:58.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "size": 1}, {"status": "available", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:48:56.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "size": 1}]} 2018-08-20 10:49:17,991 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/detail used request id req-40fa6fa9-a1dc-4345-8f30-bddd05fd6212 2018-08-20 10:49:17,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:18,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9663355c-30d4-45b9-9b40-845f3949b6de Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:18,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-9663355c-30d4-45b9-9b40-845f3949b6de 2018-08-20 10:49:18,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:18,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49: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-f2f1f6f4-af46-4ff5-931b-5b860befdc65 x-compute-request-id: req-f2f1f6f4-af46-4ff5-931b-5b860befdc65 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:18,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-f2f1f6f4-af46-4ff5-931b-5b860befdc65 2018-08-20 10:49:18,596 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst] is - ACTIVE 2018-08-20 10:49:18,596 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:49:18,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:19,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49: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-a03facd6-a65c-4640-80d9-ba7df6bc1f25 x-compute-request-id: req-a03facd6-a65c-4640-80d9-ba7df6bc1f25 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:19,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-a03facd6-a65c-4640-80d9-ba7df6bc1f25 2018-08-20 10:49:19,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:19,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f8dde502-4093-4bda-b91a-8ccbea93ec25 Date: Mon, 20 Aug 2018 10:49: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":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:19,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-f8dde502-4093-4bda-b91a-8ccbea93ec25 2018-08-20 10:49:19,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:19,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db416e3f-d724-4ae4-aa22-e97b09ad649f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:19,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-db416e3f-d724-4ae4-aa22-e97b09ad649f 2018-08-20 10:49:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:19,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3e91ec50-0005-487b-a0e9-4f43e0d1d2bd Date: Mon, 20 Aug 2018 10:49:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:19,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-3e91ec50-0005-487b-a0e9-4f43e0d1d2bd 2018-08-20 10:49:19,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:19,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-43ec745c-fe4d-4f6f-9fcb-83f01d2f5ac6 Date: Mon, 20 Aug 2018 10:49:19 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:56Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:43:77","id":"59e279c8-be73-4b6f-967c-92bc5cc364a7","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:06:4f:8e","id":"5b0a050d-e791-45ae-a20d-9ee3bc2b37e2","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:60:3f","id":"8fa9ba3e-841c-492b-b488-619a1181777f","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:49:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:49:13Z","binding:vnic_type":"normal","device_id":"a8e8605c-aefc-4484-bf93-b28dc035bf32","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:35:15:90","id":"fcc36728-5f17-4531-833e-a0f309b11c04","port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["ca5b77d0-9806-4f9d-adc9-129a6274035b"],"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port"}]} 2018-08-20 10:49:19,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-43ec745c-fe4d-4f6f-9fcb-83f01d2f5ac6 2018-08-20 10:49:19,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" -d '{"volumeAttachment": {"volumeId": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}}' 2018-08-20 10:49:20,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66e8ae2f-d482-4a17-adba-9bcf3329af37 x-compute-request-id: req-66e8ae2f-d482-4a17-adba-9bcf3329af37 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "volumeId": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}} 2018-08-20 10:49:20,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32/os-volume_attachments used request id req-66e8ae2f-d482-4a17-adba-9bcf3329af37 2018-08-20 10:49:20,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:21,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-674b8aa6-7568-46db-b494-243620a7b251 x-compute-request-id: req-674b8aa6-7568-46db-b494-243620a7b251 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [{"id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}], "metadata": {}}} 2018-08-20 10:49:21,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-674b8aa6-7568-46db-b494-243620a7b251 2018-08-20 10:49:21,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:21,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d1765283-bbce-4aaf-8fa8-a164d12d09d6 Date: Mon, 20 Aug 2018 10:49:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:21,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-d1765283-bbce-4aaf-8fa8-a164d12d09d6 2018-08-20 10:49:21,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:21,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a24bfa0-066e-4b1a-87c0-76462fc1c6c0 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:21,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-8a24bfa0-066e-4b1a-87c0-76462fc1c6c0 2018-08-20 10:49:21,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:21,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e3e24768-6210-4f85-b24a-b36a3e01c84c Date: Mon, 20 Aug 2018 10:49:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:21,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-e3e24768-6210-4f85-b24a-b36a3e01c84c 2018-08-20 10:49:21,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:21,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-1c0306a2-70e4-48bb-802c-d89da4f25eef Date: Mon, 20 Aug 2018 10:49:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:56Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:43:77","id":"59e279c8-be73-4b6f-967c-92bc5cc364a7","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:06:4f:8e","id":"5b0a050d-e791-45ae-a20d-9ee3bc2b37e2","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:60:3f","id":"8fa9ba3e-841c-492b-b488-619a1181777f","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:49:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:49:13Z","binding:vnic_type":"normal","device_id":"a8e8605c-aefc-4484-bf93-b28dc035bf32","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:35:15:90","id":"fcc36728-5f17-4531-833e-a0f309b11c04","port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["ca5b77d0-9806-4f9d-adc9-129a6274035b"],"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port"}]} 2018-08-20 10:49:21,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-1c0306a2-70e4-48bb-802c-d89da4f25eef 2018-08-20 10:49:21,614 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40fa6fa9-a1dc-4345-8f30-bddd05fd6212" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:21,680 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:21 GMT Server: Apache x-compute-request-id: req-a1726b24-95b0-4b89-9b39-5dca4b52e697 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a1726b24-95b0-4b89-9b39-5dca4b52e697 Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:48:58.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "size": 1}, {"status": "reserved", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:49:20.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "size": 1}]} 2018-08-20 10:49:21,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/detail used request id req-a1726b24-95b0-4b89-9b39-5dca4b52e697 2018-08-20 10:49:21,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:21,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebb74682-3acf-453b-b7ab-859abfc12a54 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:21,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-ebb74682-3acf-453b-b7ab-859abfc12a54 2018-08-20 10:49:21,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:21,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49: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-5080ab3c-5340-41f1-88e7-8d4b386f7526 x-compute-request-id: req-5080ab3c-5340-41f1-88e7-8d4b386f7526 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [{"id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}], "metadata": {}}} 2018-08-20 10:49:21,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-5080ab3c-5340-41f1-88e7-8d4b386f7526 2018-08-20 10:49:21,951 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst] is - ACTIVE 2018-08-20 10:49:21,951 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:49:21,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:22,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49: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-695f1dc7-a1a3-4c88-9e5f-4cb628ff3680 x-compute-request-id: req-695f1dc7-a1a3-4c88-9e5f-4cb628ff3680 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [{"id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}], "metadata": {}}} 2018-08-20 10:49:22,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-695f1dc7-a1a3-4c88-9e5f-4cb628ff3680 2018-08-20 10:49:22,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:22,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9ea37c01-b166-462f-9e9a-d682cf2e8d4d Date: Mon, 20 Aug 2018 10:49:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:22,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-9ea37c01-b166-462f-9e9a-d682cf2e8d4d 2018-08-20 10:49:22,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:22,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c79c1fa-5aa2-4f30-b56a-50d0f0bef0ee Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:22,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-1c79c1fa-5aa2-4f30-b56a-50d0f0bef0ee 2018-08-20 10:49:22,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:22,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c6b3d07d-6aed-45c4-afef-5ccd5ae58c75 Date: Mon, 20 Aug 2018 10:49:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:22,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-c6b3d07d-6aed-45c4-afef-5ccd5ae58c75 2018-08-20 10:49:22,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:22,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-d1b814ff-3a2f-4a8d-b2a1-f93dcf36d4f9 Date: Mon, 20 Aug 2018 10:49:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:56Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:43:77","id":"59e279c8-be73-4b6f-967c-92bc5cc364a7","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:06:4f:8e","id":"5b0a050d-e791-45ae-a20d-9ee3bc2b37e2","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:60:3f","id":"8fa9ba3e-841c-492b-b488-619a1181777f","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:49:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:49:13Z","binding:vnic_type":"normal","device_id":"a8e8605c-aefc-4484-bf93-b28dc035bf32","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:35:15:90","id":"fcc36728-5f17-4531-833e-a0f309b11c04","port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["ca5b77d0-9806-4f9d-adc9-129a6274035b"],"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port"}]} 2018-08-20 10:49:22,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-d1b814ff-3a2f-4a8d-b2a1-f93dcf36d4f9 2018-08-20 10:49:22,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" -d '{"volumeAttachment": {"volumeId": "d42cbc4d-d241-4716-adec-ea2b31466a17"}}' 2018-08-20 10:49:23,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35d77ac0-2b44-4bf6-a939-03fe85b29ee4 x-compute-request-id: req-35d77ac0-2b44-4bf6-a939-03fe85b29ee4 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "volumeId": "d42cbc4d-d241-4716-adec-ea2b31466a17"}} 2018-08-20 10:49:23,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32/os-volume_attachments used request id req-35d77ac0-2b44-4bf6-a939-03fe85b29ee4 2018-08-20 10:49:23,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:24,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d87ae15-631d-4005-b452-739659e5c75e x-compute-request-id: req-4d87ae15-631d-4005-b452-739659e5c75e Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [{"id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}, {"id": "d42cbc4d-d241-4716-adec-ea2b31466a17"}], "metadata": {}}} 2018-08-20 10:49:24,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-4d87ae15-631d-4005-b452-739659e5c75e 2018-08-20 10:49:24,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:24,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-070741ec-0df0-49c2-8554-882e95e35f3b Date: Mon, 20 Aug 2018 10:49:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:24,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-070741ec-0df0-49c2-8554-882e95e35f3b 2018-08-20 10:49:24,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:24,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f137aabd-a2ec-4a22-842d-b1b851f67b78 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:24,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-f137aabd-a2ec-4a22-842d-b1b851f67b78 2018-08-20 10:49:24,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:24,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-40d65625-523d-4d40-94f6-60d208672195 Date: Mon, 20 Aug 2018 10:49:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:24,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-40d65625-523d-4d40-94f6-60d208672195 2018-08-20 10:49:24,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:24,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-62c14a01-c958-4d39-b9fd-5d7771ae6259 Date: Mon, 20 Aug 2018 10:49:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:56Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:43:77","id":"59e279c8-be73-4b6f-967c-92bc5cc364a7","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:06:4f:8e","id":"5b0a050d-e791-45ae-a20d-9ee3bc2b37e2","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:60:3f","id":"8fa9ba3e-841c-492b-b488-619a1181777f","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:49:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:49:13Z","binding:vnic_type":"normal","device_id":"a8e8605c-aefc-4484-bf93-b28dc035bf32","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:35:15:90","id":"fcc36728-5f17-4531-833e-a0f309b11c04","port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["ca5b77d0-9806-4f9d-adc9-129a6274035b"],"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port"}]} 2018-08-20 10:49:24,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-62c14a01-c958-4d39-b9fd-5d7771ae6259 2018-08-20 10:49:24,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:49:25,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a34045ec7e48beb53f187bbf4f6800", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj-role"}], "expires_at": "2018-08-20T11:49:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/351da9aecf56484686cf2eff0f055e59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b517953b-6040-41a-user", "id": "876ab1636b324ad99fd0c21398829b31"}, "audit_ids": ["C9OsuvjjQh2LOkWDFVAVKQ"], "issued_at": "2018-08-20T10:49:25.000000Z"}} 2018-08-20 10:49:25,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaf10b62f316d2dbfe5b26f6d0a3fbda2f8560ef" 2018-08-20 10:49:25,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d54a07a-9052-4149-a3b0-76d5514f06a4 x-compute-request-id: req-8d54a07a-9052-4149-a3b0-76d5514f06a4 Content-Encoding: gzip Content-Length: 801 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:15:90", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "security_groups": [{"name": "default"}], "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [{"id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}, {"id": "d42cbc4d-d241-4716-adec-ea2b31466a17"}], "metadata": {}}]} 2018-08-20 10:49:25,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst used request id req-8d54a07a-9052-4149-a3b0-76d5514f06a4 2018-08-20 10:49:25,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaf10b62f316d2dbfe5b26f6d0a3fbda2f8560ef" 2018-08-20 10:49:26,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-353c6fd0-0a37-495a-a4c0-d76c0f73268a Date: Mon, 20 Aug 2018 10:49:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bdebca97-ba7c-4bbb-9683-69980866a528"],"updated_at":"2018-08-20T10:48:54Z","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"351da9aecf56484686cf2eff0f055e59","id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net"}]} 2018-08-20 10:49:26,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net used request id req-353c6fd0-0a37-495a-a4c0-d76c0f73268a 2018-08-20 10:49:26,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaf10b62f316d2dbfe5b26f6d0a3fbda2f8560ef" 2018-08-20 10:49:26,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7522f7fc-8c3b-4a50-bb42-dd3ec6e68973 Date: Mon, 20 Aug 2018 10:49:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","dns_nameservers":[],"updated_at":"2018-08-20T10:48:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"351da9aecf56484686cf2eff0f055e59","id":"bdebca97-ba7c-4bbb-9683-69980866a528","subnetpool_id":null,"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet"}]} 2018-08-20 10:49:26,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-7522f7fc-8c3b-4a50-bb42-dd3ec6e68973 2018-08-20 10:49:26,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaf10b62f316d2dbfe5b26f6d0a3fbda2f8560ef" 2018-08-20 10:49:26,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3028 X-Openstack-Request-Id: req-eebb31a3-eb2b-418c-9a30-1e46e0da7bf4 Date: Mon, 20 Aug 2018 10:49:26 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:56Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a4:43:77","id":"59e279c8-be73-4b6f-967c-92bc5cc364a7","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:55Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:06:4f:8e","id":"5b0a050d-e791-45ae-a20d-9ee3bc2b37e2","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:48:54Z","admin_state_up":true,"updated_at":"2018-08-20T10:48:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c8:60:3f","id":"8fa9ba3e-841c-492b-b488-619a1181777f","port_security_enabled":false,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c","tenant_id":"351da9aecf56484686cf2eff0f055e59","created_at":"2018-08-20T10:49:04Z","admin_state_up":true,"updated_at":"2018-08-20T10:49:13Z","binding:vnic_type":"normal","device_id":"a8e8605c-aefc-4484-bf93-b28dc035bf32","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:35:15:90","id":"fcc36728-5f17-4531-833e-a0f309b11c04","port_security_enabled":true,"project_id":"351da9aecf56484686cf2eff0f055e59","fixed_ips":[{"subnet_id":"bdebca97-ba7c-4bbb-9683-69980866a528","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["ca5b77d0-9806-4f9d-adc9-129a6274035b"],"name":"CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port"}]} 2018-08-20 10:49:26,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-eebb31a3-eb2b-418c-9a30-1e46e0da7bf4 2018-08-20 10:49:26,688 - create_instance - INFO - Deleting Port with ID - fcc36728-5f17-4531-833e-a0f309b11c04 2018-08-20 10:49:26,688 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-port 2018-08-20 10:49:26,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/fcc36728-5f17-4531-833e-a0f309b11c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:27,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9c4c7a21-b158-415a-9707-0ddd39c6e689 Date: Mon, 20 Aug 2018 10:49:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:49:27,358 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/fcc36728-5f17-4531-833e-a0f309b11c04 used request id req-9c4c7a21-b158-415a-9707-0ddd39c6e689 2018-08-20 10:49:27,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40fa6fa9-a1dc-4345-8f30-bddd05fd6212" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:27,605 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:27 GMT Server: Apache x-compute-request-id: req-56984865-fce6-4fe3-8b2c-716a22c34cac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-56984865-fce6-4fe3-8b2c-716a22c34cac Content-Encoding: gzip Content-Length: 594 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [{"server_id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "attachment_id": "8634d795-ecc1-44f9-8174-3cd5f972c0e9", "attached_at": "2018-08-20T10:49:21.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "device": "/dev/vdb", "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:49:22.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "size": 1}} 2018-08-20 10:49:27,605 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b used request id req-56984865-fce6-4fe3-8b2c-716a22c34cac 2018-08-20 10:49:27,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32/os-volume_attachments/fe4a56a1-3928-4800-baa5-6e9b200b4a9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:28,589 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f56e544-3464-4ca8-b042-e44251660d53 x-compute-request-id: req-1f56e544-3464-4ca8-b042-e44251660d53 Content-Length: 0 Content-Type: application/json 2018-08-20 10:49:28,589 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32/os-volume_attachments/fe4a56a1-3928-4800-baa5-6e9b200b4a9b used request id req-1f56e544-3464-4ca8-b042-e44251660d53 2018-08-20 10:49:28,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:28,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70fae95b-ce22-4980-b3ba-fce2845e0585 x-compute-request-id: req-70fae95b-ce22-4980-b3ba-fce2845e0585 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [{"id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b"}, {"id": "d42cbc4d-d241-4716-adec-ea2b31466a17"}], "metadata": {}}} 2018-08-20 10:49:28,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-70fae95b-ce22-4980-b3ba-fce2845e0585 2018-08-20 10:49:31,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:32,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8654c7dd-b6f0-4dd5-9e2f-8d6a9c1dba77 x-compute-request-id: req-8654c7dd-b6f0-4dd5-9e2f-8d6a9c1dba77 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [{"id": "d42cbc4d-d241-4716-adec-ea2b31466a17"}], "metadata": {}}} 2018-08-20 10:49:32,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-8654c7dd-b6f0-4dd5-9e2f-8d6a9c1dba77 2018-08-20 10:49:32,118 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-40fa6fa9-a1dc-4345-8f30-bddd05fd6212" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:32,188 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:32 GMT Server: Apache x-compute-request-id: req-183ffbbb-1ce0-4227-9aac-86aabd920e8e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-183ffbbb-1ce0-4227-9aac-86aabd920e8e Content-Encoding: gzip Content-Length: 593 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [{"server_id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "attachment_id": "85add80c-4b18-4922-a2c7-7b7433164507", "attached_at": "2018-08-20T10:49:24.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "device": "/dev/vdc", "id": "d42cbc4d-d241-4716-adec-ea2b31466a17"}], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:49:25.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "size": 1}} 2018-08-20 10:49:32,189 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 used request id req-183ffbbb-1ce0-4227-9aac-86aabd920e8e 2018-08-20 10:49:32,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32/os-volume_attachments/d42cbc4d-d241-4716-adec-ea2b31466a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:33,122 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:49:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d715f019-0dea-4159-be52-76759f1136ed x-compute-request-id: req-d715f019-0dea-4159-be52-76759f1136ed Content-Length: 0 Content-Type: application/json 2018-08-20 10:49:33,122 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32/os-volume_attachments/d42cbc4d-d241-4716-adec-ea2b31466a17 used request id req-d715f019-0dea-4159-be52-76759f1136ed 2018-08-20 10:49:33,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:33,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49: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-45d8b1d7-793a-4517-90dc-e564da2823d1 x-compute-request-id: req-45d8b1d7-793a-4517-90dc-e564da2823d1 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [{"id": "d42cbc4d-d241-4716-adec-ea2b31466a17"}], "metadata": {}}} 2018-08-20 10:49:33,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-45d8b1d7-793a-4517-90dc-e564da2823d1 2018-08-20 10:49:36,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:36,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf2051cc-6717-4109-b1cb-af57f749b496 x-compute-request-id: req-bf2051cc-6717-4109-b1cb-af57f749b496 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:13Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:36,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-bf2051cc-6717-4109-b1cb-af57f749b496 2018-08-20 10:49:36,675 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst 2018-08-20 10:49:36,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:36,817 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6e176f9-3223-4e73-add6-e8984dcb686c x-compute-request-id: req-a6e176f9-3223-4e73-add6-e8984dcb686c Content-Type: application/json 2018-08-20 10:49:36,817 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-a6e176f9-3223-4e73-add6-e8984dcb686c 2018-08-20 10:49:36,817 - create_instance - INFO - Checking deletion status 2018-08-20 10:49:36,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:37,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d7a38ac-1e91-4686-bd7b-148aa1292e5f x-compute-request-id: req-6d7a38ac-1e91-4686-bd7b-148aa1292e5f 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.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32", "rel": "bookmark"}], "image": {"id": "810e688f-b8ba-46bc-984e-4e2067892115", "links": [{"href": "http://172.30.9.36:8774/images/810e688f-b8ba-46bc-984e-4e2067892115", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:49:13.000000", "flavor": {"id": "0e42c684-392a-4d09-8558-34a9e61fd482", "links": [{"href": "http://172.30.9.36:8774/flavors/0e42c684-392a-4d09-8558-34a9e61fd482", "rel": "bookmark"}]}, "id": "a8e8605c-aefc-4484-bf93-b28dc035bf32", "user_id": "876ab1636b324ad99fd0c21398829b31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:49:36Z", "hostId": "4f8415303d095f8d5f8937a99fbc231bff5c5c5c3bb98a3a33f8540f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst", "created": "2018-08-20T10:49:07Z", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:49:37,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-6d7a38ac-1e91-4686-bd7b-148aa1292e5f 2018-08-20 10:49:37,093 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst] is - ACTIVE 2018-08-20 10:49:37,093 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:49:40,097 - create_instance - DEBUG - VM status query timeout in 296.72091794 2018-08-20 10:49:40,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13876ae837a2f59fa14bdbb7a1acdd5e394e9448" 2018-08-20 10:49:40,142 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7df56a04-fa1f-48ae-ac6a-957c49ef1436 x-compute-request-id: req-7df56a04-fa1f-48ae-ac6a-957c49ef1436 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a8e8605c-aefc-4484-bf93-b28dc035bf32 could not be found.", "code": 404}} 2018-08-20 10:49:40,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a8e8605c-aefc-4484-bf93-b28dc035bf32 used request id req-7df56a04-fa1f-48ae-ac6a-957c49ef1436 2018-08-20 10:49:40,143 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a8e8605c-aefc-4484-bf93-b28dc035bf32 could not be found. (HTTP 404) (Request-ID: req-7df56a04-fa1f-48ae-ac6a-957c49ef1436) 2018-08-20 10:49:40,143 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-inst 2018-08-20 10:49:40,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/0e42c684-392a-4d09-8558-34a9e61fd482 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20e95651e17d2ce45af713acee5670c7df8bbc2" 2018-08-20 10:49:40,191 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a1083bb-3aef-430d-8290-2fd885c54eab x-compute-request-id: req-3a1083bb-3aef-430d-8290-2fd885c54eab Content-Length: 0 Content-Type: application/json 2018-08-20 10:49:40,191 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/0e42c684-392a-4d09-8558-34a9e61fd482 used request id req-3a1083bb-3aef-430d-8290-2fd885c54eab 2018-08-20 10:49:40,192 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet 2018-08-20 10:49:40,192 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-subnet 2018-08-20 10:49:40,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/bdebca97-ba7c-4bbb-9683-69980866a528 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" 2018-08-20 10:49:43,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c71046c8-5629-49bb-8fa7-ed60bb78ca8f Date: Mon, 20 Aug 2018 10:49:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:49:43,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/bdebca97-ba7c-4bbb-9683-69980866a528 used request id req-c71046c8-5629-49bb-8fa7-ed60bb78ca8f 2018-08-20 10:49:43,416 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-pub-net 2018-08-20 10:49:43,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b760ce92fffe87cd7b0be927cc66e3b95734ba" 2018-08-20 10:49:44,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-733acaf2-dc01-474a-a231-857050ea0848 Date: Mon, 20 Aug 2018 10:49:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:49:44,872 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/6fe80f1e-1fc7-4b01-bdb0-0ca7db0a702c used request id req-733acaf2-dc01-474a-a231-857050ea0848 2018-08-20 10:49:44,876 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5caf08274c6e0b1f3027dc72b7481a42d437502a" 2018-08-20 10:49:44,935 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:44 GMT Server: Apache x-compute-request-id: req-d8411d71-e58f-46c1-8f1d-dc9e5297c002 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d8411d71-e58f-46c1-8f1d-dc9e5297c002 Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:49:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d42cbc4d-d241-4716-adec-ea2b31466a17", "size": 1}} 2018-08-20 10:49:44,935 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 used request id req-d8411d71-e58f-46c1-8f1d-dc9e5297c002 2018-08-20 10:49:44,935 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:49:44,935 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2 2018-08-20 10:49:44,936 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2 2018-08-20 10:49:44,938 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5caf08274c6e0b1f3027dc72b7481a42d437502a" 2018-08-20 10:49:45,025 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:49:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-761a6f7e-93b9-4935-bc72-ca0fca6fe44d Content-Length: 0 Content-Type: text/html; 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-08-20 10:49:45,025 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 used request id req-761a6f7e-93b9-4935-bc72-ca0fca6fe44d 2018-08-20 10:49:45,028 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bfd62d78-78bc-4ca1-b75c-33f4ce56b6b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5caf08274c6e0b1f3027dc72b7481a42d437502a" 2018-08-20 10:49:45,276 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a0afac13-6e80-4bb6-8537-a6ca9057020e x-openstack-request-id: req-a0afac13-6e80-4bb6-8537-a6ca9057020e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d42cbc4d-d241-4716-adec-ea2b31466a17 could not be found.", "code": 404}} 2018-08-20 10:49:45,276 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/d42cbc4d-d241-4716-adec-ea2b31466a17 used request id req-a0afac13-6e80-4bb6-8537-a6ca9057020e 2018-08-20 10:49:45,276 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d42cbc4d-d241-4716-adec-ea2b31466a17 could not be found. (HTTP 404) (Request-ID: req-a0afac13-6e80-4bb6-8537-a6ca9057020e) 2018-08-20 10:49:45,276 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-2 2018-08-20 10:49:45,280 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-38579c58-54b2-44dc-a252-3be17e7ac109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aecb347010d934fc8b58abfbeef7076c886416b8" 2018-08-20 10:49:45,533 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:45 GMT Server: Apache x-compute-request-id: req-26a3a3ac-1515-4a8d-b3ba-b2a1b4ff4c83 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26a3a3ac-1515-4a8d-b3ba-b2a1b4ff4c83 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "876ab1636b324ad99fd0c21398829b31", "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "self"}, {"href": "http://172.30.9.36:8776/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-20T10:48:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "351da9aecf56484686cf2eff0f055e59", "updated_at": "2018-08-20T10:49:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fe4a56a1-3928-4800-baa5-6e9b200b4a9b", "size": 1}} 2018-08-20 10:49:45,533 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b used request id req-26a3a3ac-1515-4a8d-b3ba-b2a1b4ff4c83 2018-08-20 10:49:45,534 - create_volume - DEBUG - Instance status is - available 2018-08-20 10:49:45,534 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1 2018-08-20 10:49:45,534 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1 2018-08-20 10:49:45,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-38579c58-54b2-44dc-a252-3be17e7ac109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aecb347010d934fc8b58abfbeef7076c886416b8" 2018-08-20 10:49:45,941 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:49:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e392cbd3-0b4a-4f2c-9957-a534d00188cd Content-Length: 0 Content-Type: text/html; 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-08-20 10:49:45,941 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b used request id req-e392cbd3-0b4a-4f2c-9957-a534d00188cd 2018-08-20 10:49:45,944 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-38579c58-54b2-44dc-a252-3be17e7ac109" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aecb347010d934fc8b58abfbeef7076c886416b8" 2018-08-20 10:49:46,158 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-98750845-1280-4c22-82bc-b373f23a7d75 x-openstack-request-id: req-98750845-1280-4c22-82bc-b373f23a7d75 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume fe4a56a1-3928-4800-baa5-6e9b200b4a9b could not be found.", "code": 404}} 2018-08-20 10:49:46,158 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/351da9aecf56484686cf2eff0f055e59/volumes/fe4a56a1-3928-4800-baa5-6e9b200b4a9b used request id req-98750845-1280-4c22-82bc-b373f23a7d75 2018-08-20 10:49:46,158 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume fe4a56a1-3928-4800-baa5-6e9b200b4a9b could not be found. (HTTP 404) (Request-ID: req-98750845-1280-4c22-82bc-b373f23a7d75) 2018-08-20 10:49:46,159 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-1 2018-08-20 10:49:46,159 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-173a4459-1ad1-4ecc-a306-641199423ba5-image 2018-08-20 10:49:46,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2c4df418b4373630091688651d6e08817cf0dc1b" 2018-08-20 10:49:46,952 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7cb82d13-0e16-4288-af62-94fdcb443614 Date: Mon, 20 Aug 2018 10:49:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:49:46,952 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/810e688f-b8ba-46bc-984e-4e2067892115 used request id req-7cb82d13-0e16-4288-af62-94fdcb443614 2018-08-20 10:49:46,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:49:46,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:49:46,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:49:46,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:49:46,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:49:46,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:47,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-98bb4737-fc57-49dc-9d7f-b07979612f9c Date: Mon, 20 Aug 2018 10:49:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "351da9aecf56484686cf2eff0f055e59", "created_at": "2018-08-20T10:48:52Z", "updated_at": "2018-08-20T10:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:48:52Z", "revision_number": 0, "id": "494dbc59-d6dd-472f-8fd6-4abb6f74767d", "remote_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "remote_ip_prefix": null, "created_at": "2018-08-20T10:48:52Z", "security_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "port_range_min": null, "ethertype": "IPv4", "project_id": "351da9aecf56484686cf2eff0f055e59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:48:52Z", "revision_number": 0, "id": "60605c8f-fcac-4d8a-b693-43f487b0be1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:48:52Z", "security_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "port_range_min": null, "ethertype": "IPv6", "project_id": "351da9aecf56484686cf2eff0f055e59"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:48:52Z", "revision_number": 0, "id": "b0c15758-33d2-41e1-8fd0-3992f22aab73", "remote_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "remote_ip_prefix": null, "created_at": "2018-08-20T10:48:52Z", "security_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "port_range_min": null, "ethertype": "IPv6", "project_id": "351da9aecf56484686cf2eff0f055e59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:48:52Z", "revision_number": 0, "id": "c1ade7e2-cb99-45bc-8794-40a9df0cd00d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:48:52Z", "security_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "tenant_id": "351da9aecf56484686cf2eff0f055e59", "port_range_min": null, "ethertype": "IPv4", "project_id": "351da9aecf56484686cf2eff0f055e59"}], "revision_number": 4, "project_id": "351da9aecf56484686cf2eff0f055e59", "id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:49:47,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-98bb4737-fc57-49dc-9d7f-b07979612f9c 2018-08-20 10:49:47,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:47,332 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-321d1d59-8a2a-482c-a9e9-4aae7efff171 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:47,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-321d1d59-8a2a-482c-a9e9-4aae7efff171 2018-08-20 10:49:47,332 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:47,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:47,439 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47a0f5fe-7bdc-434b-96ee-ae703f45c449 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:47,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-47a0f5fe-7bdc-434b-96ee-ae703f45c449 2018-08-20 10:49:47,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:47,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:47,531 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a049d7c-78e9-4bcc-ab9a-06b65d7f90ee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:47,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-8a049d7c-78e9-4bcc-ab9a-06b65d7f90ee 2018-08-20 10:49:47,531 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:47,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:47,625 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48048a37-65e0-4ea7-8b79-836739d13c83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:47,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-48048a37-65e0-4ea7-8b79-836739d13c83 2018-08-20 10:49:47,625 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:47,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:47,716 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cde4b13e-ea37-4602-93f5-520c87bd8b18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:47,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-cde4b13e-ea37-4602-93f5-520c87bd8b18 2018-08-20 10:49:47,716 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:47,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:47,815 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2261057-7401-469b-bf27-17dd752d0de7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:47,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-d2261057-7401-469b-bf27-17dd752d0de7 2018-08-20 10:49:47,815 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:47,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:47,920 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8f908fd-bc3b-412b-b023-8c0586e182af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:47,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-c8f908fd-bc3b-412b-b023-8c0586e182af 2018-08-20 10:49:47,921 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:47,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:48,016 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc0ba5da-675b-4451-a92f-e99be700f57b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:48,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-fc0ba5da-675b-4451-a92f-e99be700f57b 2018-08-20 10:49:48,016 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:48,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:48,111 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18dd4aee-8e3d-4aa6-a062-bff71238d139 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:48,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-18dd4aee-8e3d-4aa6-a062-bff71238d139 2018-08-20 10:49:48,111 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:48,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:48,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e23f519c-e05e-4d39-92fb-4467b7c8cbb8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:49:48,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-e23f519c-e05e-4d39-92fb-4467b7c8cbb8 2018-08-20 10:49:48,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:48,297 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecd0affb-a62f-431b-9ebf-bbe2197d6ad4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:48,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-ecd0affb-a62f-431b-9ebf-bbe2197d6ad4 2018-08-20 10:49:48,297 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:48,394 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:49:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2248d718-a3d4-4615-8d08-2de6e488348f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:49:48,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-2248d718-a3d4-4615-8d08-2de6e488348f 2018-08-20 10:49:48,395 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:49:48,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:48,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8157c11-d413-491a-aa40-2fc303bcbeb0 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "351da9aecf56484686cf2eff0f055e59", "name": "CreateInstanceVolumeTests-b517953b-6040-41a-proj"}} 2018-08-20 10:49:48,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-d8157c11-d413-491a-aa40-2fc303bcbeb0 2018-08-20 10:49:48,517 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ca5b77d0-9806-4f9d-adc9-129a6274035b 2018-08-20 10:49:48,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=ca5b77d0-9806-4f9d-adc9-129a6274035b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:48,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b6a68491-b306-49cd-b599-8bdfb2988579 Date: Mon, 20 Aug 2018 10:49:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:48:52Z", "security_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "port_range_min": null, "revision_number": 0, "tenant_id": "351da9aecf56484686cf2eff0f055e59", "created_at": "2018-08-20T10:48:52Z", "project_id": "351da9aecf56484686cf2eff0f055e59", "id": "494dbc59-d6dd-472f-8fd6-4abb6f74767d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:48:52Z", "security_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "port_range_min": null, "revision_number": 0, "tenant_id": "351da9aecf56484686cf2eff0f055e59", "created_at": "2018-08-20T10:48:52Z", "project_id": "351da9aecf56484686cf2eff0f055e59", "id": "60605c8f-fcac-4d8a-b693-43f487b0be1d"}, {"remote_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:48:52Z", "security_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "port_range_min": null, "revision_number": 0, "tenant_id": "351da9aecf56484686cf2eff0f055e59", "created_at": "2018-08-20T10:48:52Z", "project_id": "351da9aecf56484686cf2eff0f055e59", "id": "b0c15758-33d2-41e1-8fd0-3992f22aab73"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:48:52Z", "security_group_id": "ca5b77d0-9806-4f9d-adc9-129a6274035b", "port_range_min": null, "revision_number": 0, "tenant_id": "351da9aecf56484686cf2eff0f055e59", "created_at": "2018-08-20T10:48:52Z", "project_id": "351da9aecf56484686cf2eff0f055e59", "id": "c1ade7e2-cb99-45bc-8794-40a9df0cd00d"}]} 2018-08-20 10:49:48,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=ca5b77d0-9806-4f9d-adc9-129a6274035b used request id req-b6a68491-b306-49cd-b599-8bdfb2988579 2018-08-20 10:49:48,711 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:49:48,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/ca5b77d0-9806-4f9d-adc9-129a6274035b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:49,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90d9e7ad-d486-4ceb-9c16-f5c81ba244a0 Content-Length: 0 Date: Mon, 20 Aug 2018 10:49:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:49:49,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/ca5b77d0-9806-4f9d-adc9-129a6274035b used request id req-90d9e7ad-d486-4ceb-9c16-f5c81ba244a0 2018-08-20 10:49:49,058 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-b517953b-6040-41a-proj 2018-08-20 10:49:49,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:49,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:49:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0c2c6d2-a0e2-42e2-bf5c-f5e88ff73730 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:49:49,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/351da9aecf56484686cf2eff0f055e59 used request id req-e0c2c6d2-a0e2-42e2-bf5c-f5e88ff73730 2018-08-20 10:49:49,367 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-b517953b-6040-41a-proj-role 2018-08-20 10:49:49,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/f3a34045ec7e48beb53f187bbf4f6800 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:49,533 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:49:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b865fef1-8590-43e8-b6fa-491d859d2be0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:49:49,533 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/f3a34045ec7e48beb53f187bbf4f6800 used request id req-b865fef1-8590-43e8-b6fa-491d859d2be0 2018-08-20 10:49:49,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9246f1de50f596d2c4388f6da8e36a42bad42718" 2018-08-20 10:49:49,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd41dd7d-21b9-4261-bf61-03863b52ee29 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:49:49,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dd41dd7d-21b9-4261-bf61-03863b52ee29 2018-08-20 10:49:49,632 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-b517953b-6040-41a-user 2018-08-20 10:49:49,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/876ab1636b324ad99fd0c21398829b31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}798ab78f0a702b4afb37f5768b62d4c750534d0b" 2018-08-20 10:49:49,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:49:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfa4f3f0-e196-43b4-9458-6ac6a2620d46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:49:49,811 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/876ab1636b324ad99fd0c21398829b31 used request id req-bfa4f3f0-e196-43b4-9458-6ac6a2620d46 2018-08-20 10:49:49,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:49:50,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:49:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["kzHDidpaSiiuSfqRsb_v5w"], "issued_at": "2018-08-20T10:49:50.000000Z"}} 2018-08-20 10:49:50,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c0cd7bd17aa10544360c04d7861d233da1795f" 2018-08-20 10:49:50,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0ebda3e-6a30-438b-9b8c-85535b408f76 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:49:50,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a0ebda3e-6a30-438b-9b8c-85535b408f76 2018-08-20 10:49:50,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:49:50,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:49:50,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:49:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["dkOYrqgQRGWX3vMddgnsqw"], "issued_at": "2018-08-20T10:49:50.000000Z"}} 2018-08-20 10:49:50,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:49:50,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2db72649-226f-4f99-a6ba-2c076a557aec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:49:50,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2db72649-226f-4f99-a6ba-2c076a557aec 2018-08-20 10:49:50,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:49:50,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:49:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:49:50,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:49:50,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-277d33bd-578d-4739-80b7-6612afcdd77a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:49:50,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj used request id req-277d33bd-578d-4739-80b7-6612afcdd77a 2018-08-20 10:49:50,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:49:51,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af89c83e-3006-4091-8983-b0621c2e2050 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:49:51,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-af89c83e-3006-4091-8983-b0621c2e2050 2018-08-20 10:49:51,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj"}}' 2018-08-20 10:49:51,264 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:49:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72930761-cba8-4dd7-a0c6-ddda174daeea Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f"}, "tags": [], "enabled": true, "id": "094d80beb63b4adea75722fd069a780f", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj"}} 2018-08-20 10:49:51,264 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-72930761-cba8-4dd7-a0c6-ddda174daeea 2018-08-20 10:49:51,264 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-fb7353ed-f09c-47c-proj 2018-08-20 10:49:51,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:49:51,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:49:51,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:49:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["txMQugZxQ2G4VVC-q76oFA"], "issued_at": "2018-08-20T10:49:51.000000Z"}} 2018-08-20 10:49:51,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f959772bb9ed206a49e45ed932e26cab50849e77" 2018-08-20 10:49:51,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00538d8d-3d20-4a5b-a725-b40a686a4c49 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:49:51,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-00538d8d-3d20-4a5b-a725-b40a686a4c49 2018-08-20 10:49:51,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:49:51,748 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:49:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:49:51,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f959772bb9ed206a49e45ed932e26cab50849e77" 2018-08-20 10:49:51,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734b5130-3419-4898-89c6-278f9c8d92a5 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:49:51,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-734b5130-3419-4898-89c6-278f9c8d92a5 2018-08-20 10:49:51,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f959772bb9ed206a49e45ed932e26cab50849e77" 2018-08-20 10:49:51,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6984bf-0f84-4dc9-8897-46cb41004b8f Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f"}, "tags": [], "enabled": true, "id": "094d80beb63b4adea75722fd069a780f", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj"}]} 2018-08-20 10:49:51,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj used request id req-3c6984bf-0f84-4dc9-8897-46cb41004b8f 2018-08-20 10:49:51,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f959772bb9ed206a49e45ed932e26cab50849e77" 2018-08-20 10:49:52,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcc2db02-6ad4-4709-a616-7b637964ba3d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:49:52,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-fcc2db02-6ad4-4709-a616-7b637964ba3d 2018-08-20 10:49:52,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f959772bb9ed206a49e45ed932e26cab50849e77" 2018-08-20 10:49:52,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75b58895-a393-40b3-8b90-e043e7d753d3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:49:52,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-75b58895-a393-40b3-8b90-e043e7d753d3 2018-08-20 10:49:52,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f959772bb9ed206a49e45ed932e26cab50849e77" 2018-08-20 10:49:52,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6d276de-e859-4113-9806-0aec318e2c0b Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f"}, "tags": [], "enabled": true, "id": "094d80beb63b4adea75722fd069a780f", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj"}]} 2018-08-20 10:49:52,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-fb7353ed-f09c-47c-proj used request id req-d6d276de-e859-4113-9806-0aec318e2c0b 2018-08-20 10:49:52,651 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-fb7353ed-f09c-47c-user 2018-08-20 10:49:52,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:49:52,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:49:52,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c7450a-1865-46a6-b7a6-ea6d22cca7f2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:49:52,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-10c7450a-1865-46a6-b7a6-ea6d22cca7f2 2018-08-20 10:49:52,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" -d '{"role": {"name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role"}}' 2018-08-20 10:49:52,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03c1ac93-9ac4-47d6-8751-d4cb913c2f14 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1fcf63b704b453c8d89cf9d9572345a", "links": {"self": "http://172.30.9.36:5000/v3/roles/b1fcf63b704b453c8d89cf9d9572345a"}, "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role"}} 2018-08-20 10:49:52,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-03c1ac93-9ac4-47d6-8751-d4cb913c2f14 2018-08-20 10:49:52,857 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role 2018-08-20 10:49:52,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b1fcf63b704b453c8d89cf9d9572345a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:49:52,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a79e70b-4901-449d-a15d-16d0646b5425 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1fcf63b704b453c8d89cf9d9572345a", "links": {"self": "http://172.30.9.36:5000/v3/roles/b1fcf63b704b453c8d89cf9d9572345a"}, "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role"}} 2018-08-20 10:49:52,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b1fcf63b704b453c8d89cf9d9572345a used request id req-6a79e70b-4901-449d-a15d-16d0646b5425 2018-08-20 10:49:52,958 - keystone_utils - INFO - Granting role CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role to project CreateStackSuccessTests-fb7353ed-f09c-47c-proj 2018-08-20 10:49:52,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f/users/5a21ec62f563456c8b6b7f27e8603949/roles/b1fcf63b704b453c8d89cf9d9572345a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:49:53,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0cdc88e-bda0-44b8-9c78-478c3ec15e8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:49:53,093 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f/users/5a21ec62f563456c8b6b7f27e8603949/roles/b1fcf63b704b453c8d89cf9d9572345a used request id req-c0cdc88e-bda0-44b8-9c78-478c3ec15e8f 2018-08-20 10:49:53,093 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:49:53,099 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:49:53,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:49:53,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:49:53,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1fcf63b704b453c8d89cf9d9572345a", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role"}], "expires_at": "2018-08-20T11:49:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "094d80beb63b4adea75722fd069a780f", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-user", "id": "5a21ec62f563456c8b6b7f27e8603949"}, "audit_ids": ["t-SVTZQHQpSzrgIlXsh6yg"], "issued_at": "2018-08-20T10:49:53.000000Z"}} 2018-08-20 10:49:53,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" 2018-08-20 10:49:53,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b391b7-ff3d-45d2-8713-f5487a6ea158 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:49:53,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-22b391b7-ff3d-45d2-8713-f5487a6ea158 2018-08-20 10:49:53,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" 2018-08-20 10:49:53,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-a87d994a-47b1-46a2-b82f-767bdc74f5ce Date: Mon, 20 Aug 2018 10:49:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image"} 2018-08-20 10:49:53,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image used request id req-a87d994a-47b1-46a2-b82f-767bdc74f5ce 2018-08-20 10:49:53,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" 2018-08-20 10:49:53,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c04ebfb8-ac31-41e6-88ed-42708cca8394 Date: Mon, 20 Aug 2018 10:49: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:49:53,960 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-c04ebfb8-ac31-41e6-88ed-42708cca8394 2018-08-20 10:49:53,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image"}' 2018-08-20 10:49:54,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dac6cb28-93bf-4d6a-ade8-0505e1cf1790 Date: Mon, 20 Aug 2018 10:49:54 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:49:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:49:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af", "min_disk": 0, "protected": false, "id": "82935a1f-ab18-439d-b4e3-7823ab3192af", "file": "/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af/file", "checksum": null, "owner": "094d80beb63b4adea75722fd069a780f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:49:54,195 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-dac6cb28-93bf-4d6a-ade8-0505e1cf1790 2018-08-20 10:49:54,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" -d '' 2018-08-20 10:49:54,834 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a362328-cf85-4cd2-a60f-92e9b24d3503 Date: Mon, 20 Aug 2018 10:49:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:49:54,834 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af/file used request id req-6a362328-cf85-4cd2-a60f-92e9b24d3503 2018-08-20 10:49:54,834 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:49:54,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" 2018-08-20 10:49:54,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-077538fd-3523-465e-8f3f-64315f5d680e Date: Mon, 20 Aug 2018 10:49:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:49:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:49:54Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/82935a1f-ab18-439d-b4e3-7823ab3192af/snap", "metadata": {}}], "self": "/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af", "min_disk": 0, "protected": false, "id": "82935a1f-ab18-439d-b4e3-7823ab3192af", "file": "/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "094d80beb63b4adea75722fd069a780f", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/82935a1f-ab18-439d-b4e3-7823ab3192af/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:49:54,856 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af used request id req-077538fd-3523-465e-8f3f-64315f5d680e 2018-08-20 10:49:54,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" 2018-08-20 10:49:55,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a31e1e90-c6fe-41e8-a6ea-c0fd5814467b Date: Mon, 20 Aug 2018 10:49: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:49:55,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-a31e1e90-c6fe-41e8-a6ea-c0fd5814467b 2018-08-20 10:49:55,050 - create_image - INFO - Created image with name - CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image 2018-08-20 10:49:55,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" 2018-08-20 10:49:55,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b3aeefd7-06fb-4438-83d9-8c7713977ba7 Date: Mon, 20 Aug 2018 10:49:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:49:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:49:54Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/82935a1f-ab18-439d-b4e3-7823ab3192af/snap", "metadata": {}}], "self": "/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af", "min_disk": 0, "protected": false, "id": "82935a1f-ab18-439d-b4e3-7823ab3192af", "file": "/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "094d80beb63b4adea75722fd069a780f", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/82935a1f-ab18-439d-b4e3-7823ab3192af/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:49:55,337 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af used request id req-b3aeefd7-06fb-4438-83d9-8c7713977ba7 2018-08-20 10:49:55,338 - create_image - DEBUG - Instance status is - active 2018-08-20 10:49:55,338 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image 2018-08-20 10:49:55,338 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image 2018-08-20 10:49:55,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:49:55,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:49:55,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:49:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["VlpASKYwTOqgHaowMHz1gw"], "issued_at": "2018-08-20T10:49:55.000000Z"}} 2018-08-20 10:49:55,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0afc8e971e91945c596065a9a720356d087b3dbc" 2018-08-20 10:49:55,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac841d9-82d1-4e11-b76b-82594ab017e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:49:55,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9ac841d9-82d1-4e11-b76b-82594ab017e9 2018-08-20 10:49:55,829 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:49:55,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0afc8e971e91945c596065a9a720356d087b3dbc" 2018-08-20 10:49:56,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b338f73-a106-4cd4-a220-851338622822 x-compute-request-id: req-2b338f73-a106-4cd4-a220-851338622822 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:49:56,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-2b338f73-a106-4cd4-a220-851338622822 2018-08-20 10:49:56,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0afc8e971e91945c596065a9a720356d087b3dbc" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-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-08-20 10:49:56,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-aec9110e-e8ab-4173-9368-6c389444d685 x-compute-request-id: req-aec9110e-e8ab-4173-9368-6c389444d685 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/363f93c2-0105-4b10-aa9d-8c37c81ecb3d", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/363f93c2-0105-4b10-aa9d-8c37c81ecb3d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "363f93c2-0105-4b10-aa9d-8c37c81ecb3d"}} 2018-08-20 10:49:56,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-aec9110e-e8ab-4173-9368-6c389444d685 2018-08-20 10:49:56,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:49:56,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:49:56,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1fcf63b704b453c8d89cf9d9572345a", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role"}], "expires_at": "2018-08-20T11:49:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "094d80beb63b4adea75722fd069a780f", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-user", "id": "5a21ec62f563456c8b6b7f27e8603949"}, "audit_ids": ["auTVJYrUQ1qnPSRT_FiuJQ"], "issued_at": "2018-08-20T10:49:56.000000Z"}} 2018-08-20 10:49:56,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:49:56,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb707c6-484c-44ea-9045-b81f803bb3c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:49:56,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ffb707c6-484c-44ea-9045-b81f803bb3c2 2018-08-20 10:49:56,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:49:56,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:49:56,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:49:56,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:49:56,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:49:56,690 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:49:56,693 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:49:56,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:49:57,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:49:56 GMT Server: Apache x-openstack-request-id: req-3fdef9fd-100b-4525-978f-7a40c379bbd6 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:49:57,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack used request id req-3fdef9fd-100b-4525-978f-7a40c379bbd6 2018-08-20 10:49:57,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-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-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}}' 2018-08-20 10:50:00,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:49:57 GMT Server: Apache x-openstack-request-id: req-418871e6-7bf9-4189-8580-c26de0e9ebf1 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}]}} 2018-08-20 10:50:00,124 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks used request id req-418871e6-7bf9-4189-8580-c26de0e9ebf1 2018-08-20 10:50:00,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:00,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:00 GMT Server: Apache x-openstack-request-id: req-79c79709-7e0e-4881-add1-961a0828e508 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:00,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:00 GMT Server: Apache x-openstack-request-id: req-fc7e820b-a3b5-4a13-b72c-453fb4ecb503 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:00,850 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-fc7e820b-a3b5-4a13-b72c-453fb4ecb503 2018-08-20 10:50:00,850 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack 2018-08-20 10:50:00,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:01,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:00 GMT Server: Apache x-openstack-request-id: req-77a62d6f-948e-48a1-a5ef-bc0106affbc2 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:02,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:01 GMT Server: Apache x-openstack-request-id: req-7d2cc3bd-dcde-449a-a6c5-ea817a4391a3 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:02,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-7d2cc3bd-dcde-449a-a6c5-ea817a4391a3 2018-08-20 10:50:02,215 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:50:02,215 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:50:05,219 - create_stack - DEBUG - Stack status query timeout in 1195.63173413 2018-08-20 10:50:05,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:05,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:05 GMT Server: Apache x-openstack-request-id: req-03456b2a-df9b-49d1-83c9-d3fd43a8e3cb Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:05,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:05 GMT Server: Apache x-openstack-request-id: req-40d5f647-cd16-4bb1-b30b-dc5027d59b1b 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:05,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-40d5f647-cd16-4bb1-b30b-dc5027d59b1b 2018-08-20 10:50:05,875 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:50:05,875 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:50:08,879 - create_stack - DEBUG - Stack status query timeout in 1191.97179818 2018-08-20 10:50:08,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:09,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:08 GMT Server: Apache x-openstack-request-id: req-8d4b2f11-066e-4faf-afa1-d913510d9522 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:10,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:09 GMT Server: Apache x-openstack-request-id: req-488c2687-b77f-4352-b679-16fc9713c771 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:10,299 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-488c2687-b77f-4352-b679-16fc9713c771 2018-08-20 10:50:10,300 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:50:10,300 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:50:13,301 - create_stack - DEBUG - Stack status query timeout in 1187.54913116 2018-08-20 10:50:13,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:13,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:13 GMT Server: Apache x-openstack-request-id: req-8b6cfbd4-a8b3-4178-b1c9-d69a483cc16d Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:14,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:13 GMT Server: Apache x-openstack-request-id: req-12e4eaf9-d980-46b5-b11f-877f0311b8bb 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:14,508 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-12e4eaf9-d980-46b5-b11f-877f0311b8bb 2018-08-20 10:50:14,508 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:50:14,508 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:50:17,511 - create_stack - DEBUG - Stack status query timeout in 1183.33924103 2018-08-20 10:50:17,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:18,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:17 GMT Server: Apache x-openstack-request-id: req-8b3ab95a-f0ae-4e19-a61a-ede6a03c2f6a Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:18,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:18 GMT Server: Apache x-openstack-request-id: req-5b7f24b3-5d9c-4ab6-8944-cec4469bbe1e 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:18,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-5b7f24b3-5d9c-4ab6-8944-cec4469bbe1e 2018-08-20 10:50:18,743 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:50:18,743 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack 2018-08-20 10:50:18,743 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack 2018-08-20 10:50:18,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:50:19,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1fcf63b704b453c8d89cf9d9572345a", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role"}], "expires_at": "2018-08-20T11:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "094d80beb63b4adea75722fd069a780f", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/094d80beb63b4adea75722fd069a780f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-user", "id": "5a21ec62f563456c8b6b7f27e8603949"}, "audit_ids": ["KVJ2a4qpSzGF1a_8LLjPAQ"], "issued_at": "2018-08-20T10:50:19.000000Z"}} 2018-08-20 10:50:19,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:19,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:19 GMT Server: Apache x-openstack-request-id: req-d446d1a6-0f7e-47c0-b8a8-712516986959 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:19,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:19 GMT Server: Apache x-openstack-request-id: req-aff5a446-0ec6-4a55-9091-16ee7e408d38 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:19,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-aff5a446-0ec6-4a55-9091-16ee7e408d38 2018-08-20 10:50:19,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:20,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:19 GMT Server: Apache x-openstack-request-id: req-86e23dc8-a0f3-4900-aabc-ca87a715a846 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:21,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:20 GMT Server: Apache x-openstack-request-id: req-5c03625e-0d22-4305-addb-2ef961f030ad 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:21,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-5c03625e-0d22-4305-addb-2ef961f030ad 2018-08-20 10:50:21,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:21,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:21 GMT Server: Apache x-openstack-request-id: req-9fba7755-ea0a-4e19-9263-403a366bb026 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:21,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:21 GMT Server: Apache x-openstack-request-id: req-e0299057-a28f-4a10-8c88-7200145da349 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:21,793 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-e0299057-a28f-4a10-8c88-7200145da349 2018-08-20 10:50:21,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:22,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:21 GMT Server: Apache x-openstack-request-id: req-2f85a613-22ed-478e-8e3c-49cfa99ac258 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:22,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:50:22 GMT Server: Apache x-openstack-request-id: req-37da97a9-99d7-4fdc-ab89-e56b3e6df81e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:50:22,432 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-37da97a9-99d7-4fdc-ab89-e56b3e6df81e 2018-08-20 10:50:22,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:23,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:22 GMT Server: Apache x-openstack-request-id: req-e041e6bf-0a8f-4804-87a1-04e75d1c8641 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:23,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:23 GMT Server: Apache x-openstack-request-id: req-a0e03704-b97f-440e-be83-a9be278098c1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:23,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-a0e03704-b97f-440e-be83-a9be278098c1 2018-08-20 10:50:23,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:23,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:23 GMT Server: Apache x-openstack-request-id: req-061dde65-a3ed-4526-a87a-f82034cd5fbe Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:24,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:23 GMT Server: Apache x-openstack-request-id: req-c1c984d1-7902-4775-acde-bd82674a6c1b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:24,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-c1c984d1-7902-4775-acde-bd82674a6c1b 2018-08-20 10:50:24,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:25,048 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:24 GMT Server: Apache x-openstack-request-id: req-328d15ad-8bdd-4661-8f82-dcff83561fc1 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:25,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:25 GMT Server: Apache x-openstack-request-id: req-4c7cfdf5-faf4-4a8a-9c30-a69328fd1b58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:25,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-4c7cfdf5-faf4-4a8a-9c30-a69328fd1b58 2018-08-20 10:50:25,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:25,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:25 GMT Server: Apache x-openstack-request-id: req-152f31bf-24b5-4691-a37f-dd0fc9786be9 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:26,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:25 GMT Server: Apache x-openstack-request-id: req-89dcd339-55b4-452c-9035-7f9b277e41ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:26,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-89dcd339-55b4-452c-9035-7f9b277e41ba 2018-08-20 10:50:26,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:26,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:26 GMT Server: Apache x-openstack-request-id: req-3202f606-f581-4b9c-b950-f357f32e8175 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:26,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:26 GMT Server: Apache x-openstack-request-id: req-aa55e93d-e262-467f-8fd6-99c779046473 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:26,901 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-aa55e93d-e262-467f-8fd6-99c779046473 2018-08-20 10:50:26,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:27,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:26 GMT Server: Apache x-openstack-request-id: req-8ff313db-b8a5-4721-97aa-207aadf106a9 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:27,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:27 GMT Server: Apache x-openstack-request-id: req-0b601d17-0324-4cee-9183-31efc25094a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:27,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-0b601d17-0324-4cee-9183-31efc25094a0 2018-08-20 10:50:27,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:27,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:27 GMT Server: Apache x-openstack-request-id: req-23481813-953d-469b-9fb6-230c4ecfed50 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:28,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:27 GMT Server: Apache x-openstack-request-id: req-fcd39ed5-6306-4efc-85da-9ee3e94ae773 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:28,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-fcd39ed5-6306-4efc-85da-9ee3e94ae773 2018-08-20 10:50:28,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:28,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:28 GMT Server: Apache x-openstack-request-id: req-db490966-d672-4cb8-8e18-a894faeb27e6 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:28,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:28 GMT Server: Apache x-openstack-request-id: req-c85fc12c-4e54-4228-b68d-ad3f884bd6d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:28,800 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-c85fc12c-4e54-4228-b68d-ad3f884bd6d9 2018-08-20 10:50:28,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:28,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:28 GMT Server: Apache x-openstack-request-id: req-b1f31794-4ac4-4d8c-8f32-c094445d56b5 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:28,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:28 GMT Server: Apache x-openstack-request-id: req-f598ba2b-954b-430a-b548-e8e0a7dd6ae6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:28,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-f598ba2b-954b-430a-b548-e8e0a7dd6ae6 2018-08-20 10:50:28,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:28,900 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:28 GMT Server: Apache x-openstack-request-id: req-f329a7ef-0ff4-404e-ad9b-9ca105f6221f Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:28,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:28 GMT Server: Apache x-openstack-request-id: req-0976b291-91eb-4d81-bf08-2587ac2098bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:28,925 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-0976b291-91eb-4d81-bf08-2587ac2098bd 2018-08-20 10:50:28,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:29,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:28 GMT Server: Apache x-openstack-request-id: req-9f6800d5-2a53-4683-a6cb-a8d263cc78db Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:29,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:29 GMT Server: Apache x-openstack-request-id: req-ae8d87f0-525b-4922-b9e5-51871c104ec3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:29,736 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-ae8d87f0-525b-4922-b9e5-51871c104ec3 2018-08-20 10:50:29,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:29,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:29 GMT Server: Apache x-openstack-request-id: req-5e324816-5caf-4d4b-9261-f84133a6800c Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:29,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:29 GMT Server: Apache x-openstack-request-id: req-242fabc6-9068-4f27-8936-563a8ca9596f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:29,792 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-242fabc6-9068-4f27-8936-563a8ca9596f 2018-08-20 10:50:29,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:30,070 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:29 GMT Server: Apache x-openstack-request-id: req-11c76594-a976-47c0-9892-871ca714d55f Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:30,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:30 GMT Server: Apache x-openstack-request-id: req-c44ee6b9-3ce5-4625-ba76-ec5d19fcf706 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:30,285 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-c44ee6b9-3ce5-4625-ba76-ec5d19fcf706 2018-08-20 10:50:30,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:30,900 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:30 GMT Server: Apache x-openstack-request-id: req-b1e0f8da-6b7e-4def-984d-462bf00dd877 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:30,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:30 GMT Server: Apache x-openstack-request-id: req-614ffef3-fd11-4d75-8845-c05a6f70299f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:30,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-614ffef3-fd11-4d75-8845-c05a6f70299f 2018-08-20 10:50:30,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:31,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:30 GMT Server: Apache x-openstack-request-id: req-0d27ba7f-57f4-4880-b8f7-ad71d1c5ba22 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:32,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:31 GMT Server: Apache x-openstack-request-id: req-5cefb9f9-ac6b-460d-9851-3e0c5dcc4370 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:32,170 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-5cefb9f9-ac6b-460d-9851-3e0c5dcc4370 2018-08-20 10:50:32,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:32,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-1257fcca-f058-4f29-9153-7b7881085780 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:32,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-969fb786-3088-4f89-aa60-03b21cfc8516 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:32,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-969fb786-3088-4f89-aa60-03b21cfc8516 2018-08-20 10:50:32,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:32,294 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-73c6e57d-e448-41f9-93c2-de64890a0769 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:32,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-131f32a5-8b6f-437e-bb87-c43b6c742699 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:32,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-131f32a5-8b6f-437e-bb87-c43b6c742699 2018-08-20 10:50:32,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:32,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-b60e5567-b825-434f-b905-55e36f2a38aa Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:32,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-4244e869-e5b2-4513-8813-27d39a7bfca4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:32,550 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-4244e869-e5b2-4513-8813-27d39a7bfca4 2018-08-20 10:50:32,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:32,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-abf9853a-e047-47be-9700-1fd5e03ce169 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:32,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-4c9cd249-488b-468b-82aa-43a22344e7c6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:32,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-4c9cd249-488b-468b-82aa-43a22344e7c6 2018-08-20 10:50:32,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:32,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-e5b11c81-3b7e-422d-9545-e4dcd360cc30 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:32,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-58056fa9-9f79-423c-8dd2-2fa7df8a6b6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:32,698 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-58056fa9-9f79-423c-8dd2-2fa7df8a6b6e 2018-08-20 10:50:32,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:32,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-83d2bdba-8c9b-4cea-87e2-88c4b958500d Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:32,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-fc8e765b-1eb4-413d-b6e9-56b51ce61994 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:32,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-fc8e765b-1eb4-413d-b6e9-56b51ce61994 2018-08-20 10:50:32,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2a525340e592c247b0d38ef9d546ddd34e86ea" 2018-08-20 10:50:33,568 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:32 GMT Server: Apache x-openstack-request-id: req-1b1a17e9-6ce2-406d-a2f9-b6177b89ab4a Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:33,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:33 GMT Server: Apache x-openstack-request-id: req-dab6092d-d285-4f2f-b1de-dfaa7ae91554 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": "094d80beb63b4adea75722fd069a780f", "OS::stack_id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "image_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image", "inst_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-inst", "subnet_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-subnet", "flavor_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-flavor-name", "net_name": "CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack", "stack_user_project_id": "2b3745ac22e54c3f8d142954b7af3a0d", "tags": null, "creation_time": "2018-08-20T10:49:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:50:22Z", "id": "d61617c2-6828-4013-bb21-06f3aee3bf16", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:33,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-dab6092d-d285-4f2f-b1de-dfaa7ae91554 2018-08-20 10:50:33,595 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack 2018-08-20 10:50:33,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/d61617c2-6828-4013-bb21-06f3aee3bf16 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55dcf3b4dd36005848b1b6f322ce1649043b15" 2018-08-20 10:50:33,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:33 GMT Server: Apache x-openstack-request-id: req-7b325bbe-b71d-411f-95e4-1f1226073570 Location: http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:34,388 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:50:33 GMT Server: Apache x-openstack-request-id: req-e66f9b08-1959-411f-8d74-679b75ecaecb Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:50:34,388 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/094d80beb63b4adea75722fd069a780f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-stack/d61617c2-6828-4013-bb21-06f3aee3bf16 used request id req-e66f9b08-1959-411f-8d74-679b75ecaecb 2018-08-20 10:50:34,389 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-5ca74cd9-3079-4e55-bef3-758a2e7d126b-image 2018-08-20 10:50:34,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0b83646eab942a13d4cbe93e71b355e413125d6" 2018-08-20 10:50:35,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3e23c3a-2d2f-4fc2-9a71-b6bbf8076cb9 Date: Mon, 20 Aug 2018 10:50:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:50:35,821 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/82935a1f-ab18-439d-b4e3-7823ab3192af used request id req-f3e23c3a-2d2f-4fc2-9a71-b6bbf8076cb9 2018-08-20 10:50:35,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/363f93c2-0105-4b10-aa9d-8c37c81ecb3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0afc8e971e91945c596065a9a720356d087b3dbc" 2018-08-20 10:50:35,934 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c8c1e07-c436-41a1-8a20-7cf73d9df6d0 x-compute-request-id: req-9c8c1e07-c436-41a1-8a20-7cf73d9df6d0 Content-Length: 0 Content-Type: application/json 2018-08-20 10:50:35,934 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/363f93c2-0105-4b10-aa9d-8c37c81ecb3d used request id req-9c8c1e07-c436-41a1-8a20-7cf73d9df6d0 2018-08-20 10:50:35,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:50:35,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:50:35,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:50:35,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:50:35,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:50:35,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:36,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-824924d7-6e33-4103-aba6-1b387d6226d4 Date: Mon, 20 Aug 2018 10:50:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "094d80beb63b4adea75722fd069a780f", "created_at": "2018-08-20T10:50:00Z", "updated_at": "2018-08-20T10:50:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:50:00Z", "revision_number": 0, "id": "74f1a978-ea8b-487e-b6a1-572aca59808f", "remote_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "remote_ip_prefix": null, "created_at": "2018-08-20T10:50:00Z", "security_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "tenant_id": "094d80beb63b4adea75722fd069a780f", "port_range_min": null, "ethertype": "IPv4", "project_id": "094d80beb63b4adea75722fd069a780f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:50:00Z", "revision_number": 0, "id": "796de2b3-f68e-4413-baf8-86125a47fcab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:50:00Z", "security_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "tenant_id": "094d80beb63b4adea75722fd069a780f", "port_range_min": null, "ethertype": "IPv4", "project_id": "094d80beb63b4adea75722fd069a780f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:50:00Z", "revision_number": 0, "id": "a339df74-1477-4a7d-aa6a-3e0624747f4d", "remote_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "remote_ip_prefix": null, "created_at": "2018-08-20T10:50:00Z", "security_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "tenant_id": "094d80beb63b4adea75722fd069a780f", "port_range_min": null, "ethertype": "IPv6", "project_id": "094d80beb63b4adea75722fd069a780f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:50:00Z", "revision_number": 0, "id": "e61a260b-1b1e-4c21-b522-48a8a47ba5ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:50:00Z", "security_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "tenant_id": "094d80beb63b4adea75722fd069a780f", "port_range_min": null, "ethertype": "IPv6", "project_id": "094d80beb63b4adea75722fd069a780f"}], "revision_number": 4, "project_id": "094d80beb63b4adea75722fd069a780f", "id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:50:36,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-824924d7-6e33-4103-aba6-1b387d6226d4 2018-08-20 10:50:36,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:36,761 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:50:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7af0bff-fa90-47e5-89d1-4a398d592d25 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:50:36,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-c7af0bff-fa90-47e5-89d1-4a398d592d25 2018-08-20 10:50:36,761 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:50:36,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:36,860 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:50:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79a670e0-1cb4-4de6-9610-c0c0b7dced1a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:50:36,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-79a670e0-1cb4-4de6-9610-c0c0b7dced1a 2018-08-20 10:50:36,860 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:50:36,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:36,951 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:50:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c70d72c-7c0c-4fbf-ac6f-57dc5eeb160e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:50:36,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-8c70d72c-7c0c-4fbf-ac6f-57dc5eeb160e 2018-08-20 10:50:36,951 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:50:36,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:37,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-174f6c90-58fc-4d6a-a1cb-f9a2b9fc4692 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "094d80beb63b4adea75722fd069a780f", "name": "CreateStackSuccessTests-fb7353ed-f09c-47c-proj"}} 2018-08-20 10:50:37,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f used request id req-174f6c90-58fc-4d6a-a1cb-f9a2b9fc4692 2018-08-20 10:50:37,051 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4200e8c9-3a8c-4a90-8971-4cc5a353d2b3 2018-08-20 10:50:37,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=4200e8c9-3a8c-4a90-8971-4cc5a353d2b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:37,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c7dc1013-b464-4614-bd69-48780bff934f Date: Mon, 20 Aug 2018 10:50:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:50:00Z", "security_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "port_range_min": null, "revision_number": 0, "tenant_id": "094d80beb63b4adea75722fd069a780f", "created_at": "2018-08-20T10:50:00Z", "project_id": "094d80beb63b4adea75722fd069a780f", "id": "74f1a978-ea8b-487e-b6a1-572aca59808f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:50:00Z", "security_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "port_range_min": null, "revision_number": 0, "tenant_id": "094d80beb63b4adea75722fd069a780f", "created_at": "2018-08-20T10:50:00Z", "project_id": "094d80beb63b4adea75722fd069a780f", "id": "796de2b3-f68e-4413-baf8-86125a47fcab"}, {"remote_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:50:00Z", "security_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "port_range_min": null, "revision_number": 0, "tenant_id": "094d80beb63b4adea75722fd069a780f", "created_at": "2018-08-20T10:50:00Z", "project_id": "094d80beb63b4adea75722fd069a780f", "id": "a339df74-1477-4a7d-aa6a-3e0624747f4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:50:00Z", "security_group_id": "4200e8c9-3a8c-4a90-8971-4cc5a353d2b3", "port_range_min": null, "revision_number": 0, "tenant_id": "094d80beb63b4adea75722fd069a780f", "created_at": "2018-08-20T10:50:00Z", "project_id": "094d80beb63b4adea75722fd069a780f", "id": "e61a260b-1b1e-4c21-b522-48a8a47ba5ee"}]} 2018-08-20 10:50:37,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=4200e8c9-3a8c-4a90-8971-4cc5a353d2b3 used request id req-c7dc1013-b464-4614-bd69-48780bff934f 2018-08-20 10:50:37,256 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:50:37,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/4200e8c9-3a8c-4a90-8971-4cc5a353d2b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:37,611 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-417ccc00-f231-4aa0-a76c-f4293857a7c7 Content-Length: 0 Date: Mon, 20 Aug 2018 10:50:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:50:37,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/4200e8c9-3a8c-4a90-8971-4cc5a353d2b3 used request id req-417ccc00-f231-4aa0-a76c-f4293857a7c7 2018-08-20 10:50:37,612 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-fb7353ed-f09c-47c-proj 2018-08-20 10:50:37,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:37,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:50:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3933f77-5b71-4638-b75e-084ab8097fa8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:50:37,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/094d80beb63b4adea75722fd069a780f used request id req-d3933f77-5b71-4638-b75e-084ab8097fa8 2018-08-20 10:50:37,994 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-fb7353ed-f09c-47c-proj-role 2018-08-20 10:50:37,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/b1fcf63b704b453c8d89cf9d9572345a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:38,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:50:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3824650-ef15-421a-8673-4347a58a1930 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:50:38,234 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b1fcf63b704b453c8d89cf9d9572345a used request id req-c3824650-ef15-421a-8673-4347a58a1930 2018-08-20 10:50:38,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3b94e09f2a686c4057fdef4c9fd073b9e6319b" 2018-08-20 10:50:38,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18da3e97-3c08-4243-b37e-8e144845e0dd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:50:38,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-18da3e97-3c08-4243-b37e-8e144845e0dd 2018-08-20 10:50:38,348 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-fb7353ed-f09c-47c-user 2018-08-20 10:50:38,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/5a21ec62f563456c8b6b7f27e8603949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f959772bb9ed206a49e45ed932e26cab50849e77" 2018-08-20 10:50:38,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:50:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bab32569-f230-4f0f-b8aa-9525da399758 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:50:38,678 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/5a21ec62f563456c8b6b7f27e8603949 used request id req-bab32569-f230-4f0f-b8aa-9525da399758 2018-08-20 10:50:38,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:50:39,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["2F6Az9QOTyOa5w9NGwf-Kw"], "issued_at": "2018-08-20T10:50:39.000000Z"}} 2018-08-20 10:50:39,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d04f5b2ec1ca9742c16dca335daf382c85c8734d" 2018-08-20 10:50:39,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2dac0c3-2c70-4a96-8a50-21c9a9dc9f31 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:50:39,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a2dac0c3-2c70-4a96-8a50-21c9a9dc9f31 2018-08-20 10:50:39,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:50:39,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:50:39,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ssSdgrMNSRqh20K4UZVfxA"], "issued_at": "2018-08-20T10:50:39.000000Z"}} 2018-08-20 10:50:39,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:50:39,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e9ef96-ab4f-4b18-8add-02536f806887 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:50:39,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-00e9ef96-ab4f-4b18-8add-02536f806887 2018-08-20 10:50:39,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:50:39,662 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:50:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:50:39,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:50:39,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2defcc53-6928-478b-b7b7-5b3150092d11 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:50:39,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj used request id req-2defcc53-6928-478b-b7b7-5b3150092d11 2018-08-20 10:50:39,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:50:39,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-628d7d7f-12d4-4e54-bbbc-b5d385f2cdfe Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:50:39,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-628d7d7f-12d4-4e54-bbbc-b5d385f2cdfe 2018-08-20 10:50:39,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}}' 2018-08-20 10:50:39,989 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:50:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e1c0304-ed99-473f-9eb6-6e1b83d16556 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65"}, "tags": [], "enabled": true, "id": "bc65d781825c433ca4608b2e3b4f8c65", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}} 2018-08-20 10:50:39,989 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-1e1c0304-ed99-473f-9eb6-6e1b83d16556 2018-08-20 10:50:39,989 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-1553cd8a-c0c9-44e-proj 2018-08-20 10:50:39,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:50:39,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:50:40,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["eNZvb2QQQJuu4MpxtrPTzQ"], "issued_at": "2018-08-20T10:50:40.000000Z"}} 2018-08-20 10:50:40,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45163b7379a28fd4ad168c6bd58b31298fbf0c68" 2018-08-20 10:50:40,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c98ac6fe-a185-477c-9b1b-a2bbebe5c395 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:50:40,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c98ac6fe-a185-477c-9b1b-a2bbebe5c395 2018-08-20 10:50:40,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:50:40,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:50:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:50:40,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45163b7379a28fd4ad168c6bd58b31298fbf0c68" 2018-08-20 10:50:40,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9388438e-c911-460d-8191-132bec57625e Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:50:40,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-9388438e-c911-460d-8191-132bec57625e 2018-08-20 10:50:40,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45163b7379a28fd4ad168c6bd58b31298fbf0c68" 2018-08-20 10:50:40,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c34e176-a038-4802-a944-0b435cc1a9e3 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65"}, "tags": [], "enabled": true, "id": "bc65d781825c433ca4608b2e3b4f8c65", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}]} 2018-08-20 10:50:40,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj used request id req-1c34e176-a038-4802-a944-0b435cc1a9e3 2018-08-20 10:50:40,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45163b7379a28fd4ad168c6bd58b31298fbf0c68" 2018-08-20 10:50:40,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9899fb-d1c5-422c-8f5b-7ef7b1e26967 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:50:40,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-1a9899fb-d1c5-422c-8f5b-7ef7b1e26967 2018-08-20 10:50:41,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45163b7379a28fd4ad168c6bd58b31298fbf0c68" 2018-08-20 10:50:41,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7058e804-dbb1-45c1-83e1-6549f93d5f59 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:50:41,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-7058e804-dbb1-45c1-83e1-6549f93d5f59 2018-08-20 10:50:41,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45163b7379a28fd4ad168c6bd58b31298fbf0c68" 2018-08-20 10:50:41,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb0309e7-2302-494c-8dfd-5984e8a35e23 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65"}, "tags": [], "enabled": true, "id": "bc65d781825c433ca4608b2e3b4f8c65", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}]} 2018-08-20 10:50:41,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-1553cd8a-c0c9-44e-proj used request id req-fb0309e7-2302-494c-8dfd-5984e8a35e23 2018-08-20 10:50:41,318 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-1553cd8a-c0c9-44e-user 2018-08-20 10:50:41,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:50:41,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:50:41,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb47980-ac7e-4382-8056-9ca1fe8e20fc Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:50:41,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-bcb47980-ac7e-4382-8056-9ca1fe8e20fc 2018-08-20 10:50:41,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" -d '{"role": {"name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role"}}' 2018-08-20 10:50:41,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:50:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a047b20-1843-411c-98a7-ad66b14376b7 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6671b1a3fc31431186742d494e1a2c01", "links": {"self": "http://172.30.9.36:5000/v3/roles/6671b1a3fc31431186742d494e1a2c01"}, "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role"}} 2018-08-20 10:50:41,534 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-7a047b20-1843-411c-98a7-ad66b14376b7 2018-08-20 10:50:41,534 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role 2018-08-20 10:50:41,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/6671b1a3fc31431186742d494e1a2c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:50:41,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007b7c16-3499-495c-9b1b-609d85cc63e3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6671b1a3fc31431186742d494e1a2c01", "links": {"self": "http://172.30.9.36:5000/v3/roles/6671b1a3fc31431186742d494e1a2c01"}, "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role"}} 2018-08-20 10:50:41,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/6671b1a3fc31431186742d494e1a2c01 used request id req-007b7c16-3499-495c-9b1b-609d85cc63e3 2018-08-20 10:50:41,717 - keystone_utils - INFO - Granting role CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role to project CreateStackSuccessTests-1553cd8a-c0c9-44e-proj 2018-08-20 10:50:41,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65/users/6561996fb9d74174bf51205f91afb95b/roles/6671b1a3fc31431186742d494e1a2c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:50:41,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:50:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c18654b-6847-41e6-9bd6-e820d270d7be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:50:41,853 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65/users/6561996fb9d74174bf51205f91afb95b/roles/6671b1a3fc31431186742d494e1a2c01 used request id req-7c18654b-6847-41e6-9bd6-e820d270d7be 2018-08-20 10:50:41,854 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:50:41,854 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:50:41,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:50:41,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:50:42,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6671b1a3fc31431186742d494e1a2c01", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role"}], "expires_at": "2018-08-20T11:50:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc65d781825c433ca4608b2e3b4f8c65", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-user", "id": "6561996fb9d74174bf51205f91afb95b"}, "audit_ids": ["HJKB-5jKT7OD-hi4SCqMfw"], "issued_at": "2018-08-20T10:50:42.000000Z"}} 2018-08-20 10:50:42,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" 2018-08-20 10:50:42,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d333cd5-25c8-411a-ba57-bee74a1eb5b4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:50:42,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2d333cd5-25c8-411a-ba57-bee74a1eb5b4 2018-08-20 10:50:42,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" 2018-08-20 10:50:42,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-9700e321-e72e-4099-b7b3-da53f392edf5 Date: Mon, 20 Aug 2018 10:50:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image"} 2018-08-20 10:50:42,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image used request id req-9700e321-e72e-4099-b7b3-da53f392edf5 2018-08-20 10:50:42,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" 2018-08-20 10:50:42,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f506a65f-45c1-44fa-b5a8-33a6574aed7c Date: Mon, 20 Aug 2018 10:50: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:50:42,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-f506a65f-45c1-44fa-b5a8-33a6574aed7c 2018-08-20 10:50:42,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image"}' 2018-08-20 10:50:43,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a3af200a-fbb3-431e-a876-810573572f5b Date: Mon, 20 Aug 2018 10:50:43 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:50:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:50:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018", "min_disk": 0, "protected": false, "id": "28413547-47e1-4c5a-bf4c-57ccc54ac018", "file": "/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/file", "checksum": null, "owner": "bc65d781825c433ca4608b2e3b4f8c65", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:50:43,039 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-a3af200a-fbb3-431e-a876-810573572f5b 2018-08-20 10:50:43,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" -d '' 2018-08-20 10:50:43,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6987e9b6-17ab-46dd-b2c0-1be5957d2423 Date: Mon, 20 Aug 2018 10:50:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:50:43,788 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/file used request id req-6987e9b6-17ab-46dd-b2c0-1be5957d2423 2018-08-20 10:50:43,789 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:50:43,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" 2018-08-20 10:50:43,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-319c4814-d2c2-48d7-b627-97ed3881f681 Date: Mon, 20 Aug 2018 10:50:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:50:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:50:43Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/snap", "metadata": {}}], "self": "/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018", "min_disk": 0, "protected": false, "id": "28413547-47e1-4c5a-bf4c-57ccc54ac018", "file": "/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bc65d781825c433ca4608b2e3b4f8c65", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:50:43,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018 used request id req-319c4814-d2c2-48d7-b627-97ed3881f681 2018-08-20 10:50:43,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" 2018-08-20 10:50:43,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-491ba383-f4d3-4fd1-a712-e795a1149a72 Date: Mon, 20 Aug 2018 10:50: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:50:43,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-491ba383-f4d3-4fd1-a712-e795a1149a72 2018-08-20 10:50:44,001 - create_image - INFO - Created image with name - CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image 2018-08-20 10:50:44,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" 2018-08-20 10:50:44,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-cd5a0cf5-da9c-4c78-ae47-7413b404c541 Date: Mon, 20 Aug 2018 10:50:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:50:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:50:43Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/snap", "metadata": {}}], "self": "/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018", "min_disk": 0, "protected": false, "id": "28413547-47e1-4c5a-bf4c-57ccc54ac018", "file": "/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bc65d781825c433ca4608b2e3b4f8c65", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/28413547-47e1-4c5a-bf4c-57ccc54ac018/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:50:44,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018 used request id req-cd5a0cf5-da9c-4c78-ae47-7413b404c541 2018-08-20 10:50:44,259 - create_image - DEBUG - Instance status is - active 2018-08-20 10:50:44,259 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image 2018-08-20 10:50:44,259 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image 2018-08-20 10:50:44,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:50:44,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:50:44,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:50:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mAA4JCnVQUOXLEK2LmKBmg"], "issued_at": "2018-08-20T10:50:44.000000Z"}} 2018-08-20 10:50:44,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed774024524fae2001e77353bb888657243022c" 2018-08-20 10:50:44,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8e1aa3-8569-4b90-8f4d-2df0b940492a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:50:44,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0e8e1aa3-8569-4b90-8f4d-2df0b940492a 2018-08-20 10:50:44,738 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:50:44,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed774024524fae2001e77353bb888657243022c" 2018-08-20 10:50:44,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a6d6372-919e-4303-a01f-cab37301d9b8 x-compute-request-id: req-4a6d6372-919e-4303-a01f-cab37301d9b8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:50:44,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-4a6d6372-919e-4303-a01f-cab37301d9b8 2018-08-20 10:50:44,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed774024524fae2001e77353bb888657243022c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-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-08-20 10:50:45,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34c6c66e-c6e3-4300-83f3-8dd7f3de3ce9 x-compute-request-id: req-34c6c66e-c6e3-4300-83f3-8dd7f3de3ce9 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/d176c35d-3156-4d2e-abf3-4af5c7098201", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/d176c35d-3156-4d2e-abf3-4af5c7098201", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "d176c35d-3156-4d2e-abf3-4af5c7098201"}} 2018-08-20 10:50:45,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-34c6c66e-c6e3-4300-83f3-8dd7f3de3ce9 2018-08-20 10:50:45,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:50:45,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:50:45,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6671b1a3fc31431186742d494e1a2c01", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role"}], "expires_at": "2018-08-20T11:50:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc65d781825c433ca4608b2e3b4f8c65", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-user", "id": "6561996fb9d74174bf51205f91afb95b"}, "audit_ids": ["8BW9dMfTTxetKuhfUZhBRg"], "issued_at": "2018-08-20T10:50:45.000000Z"}} 2018-08-20 10:50:45,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:50:45,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13cb1623-31e3-4f1a-b4ce-1e66db8452a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:50:45,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-13cb1623-31e3-4f1a-b4ce-1e66db8452a0 2018-08-20 10:50:45,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:50:45,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:50:45,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:50:45,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:50:45,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:50:45,551 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:50:45,553 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:50:45,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:50:45,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:45 GMT Server: Apache x-openstack-request-id: req-43517de2-d5d6-42be-a236-052ec702f77e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:50:45,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack used request id req-43517de2-d5d6-42be-a236-052ec702f77e 2018-08-20 10:50:45,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-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-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}}' 2018-08-20 10:50:48,293 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:50:45 GMT Server: Apache x-openstack-request-id: req-65841f75-52e3-4794-b502-87cece38e561 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}]}} 2018-08-20 10:50:48,294 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks used request id req-65841f75-52e3-4794-b502-87cece38e561 2018-08-20 10:50:48,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:50:48,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:48 GMT Server: Apache x-openstack-request-id: req-d308ab1e-3366-4a58-a4ca-7a1ced0a71c5 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:49,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:48 GMT Server: Apache x-openstack-request-id: req-c5333afe-e91d-44f9-bc92-6fe88c2cd8f3 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:49,143 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-c5333afe-e91d-44f9-bc92-6fe88c2cd8f3 2018-08-20 10:50:49,143 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack 2018-08-20 10:50:49,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:50:49,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:49 GMT Server: Apache x-openstack-request-id: req-dc309091-5983-49e1-a888-a3938093908b Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:49,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:49 GMT Server: Apache x-openstack-request-id: req-d5a3537f-8769-4ef3-90fb-5e5b84d3f100 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:49,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-d5a3537f-8769-4ef3-90fb-5e5b84d3f100 2018-08-20 10:50:49,643 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:50:49,643 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:50:52,644 - create_stack - DEBUG - Stack status query timeout in 1196.49983001 2018-08-20 10:50:52,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:50:52,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:52 GMT Server: Apache x-openstack-request-id: req-48381b2f-4995-435c-92bd-f14945dedd46 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:52,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:52 GMT Server: Apache x-openstack-request-id: req-14d3d181-514f-471d-ab13-e945cd1e10d4 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:52,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-14d3d181-514f-471d-ab13-e945cd1e10d4 2018-08-20 10:50:52,919 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:50:52,919 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:50:55,921 - create_stack - DEBUG - Stack status query timeout in 1193.22306705 2018-08-20 10:50:55,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:50:56,113 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:55 GMT Server: Apache x-openstack-request-id: req-bc2f0549-9cb5-4c18-95a4-e958a3ab9fba Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:56,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:56 GMT Server: Apache x-openstack-request-id: req-948349df-214a-473c-a071-c2882e3126d4 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:56,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-948349df-214a-473c-a071-c2882e3126d4 2018-08-20 10:50:56,335 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:50:56,335 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:50:59,336 - create_stack - DEBUG - Stack status query timeout in 1189.80810404 2018-08-20 10:50:59,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:50:59,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:50:59 GMT Server: Apache x-openstack-request-id: req-ecaa49fb-c979-486e-ad12-f9c35b9052ef Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:50:59,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:50:59 GMT Server: Apache x-openstack-request-id: req-f0aa9407-f7af-41de-9f46-e74f6f225c17 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:50:59,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-f0aa9407-f7af-41de-9f46-e74f6f225c17 2018-08-20 10:50:59,693 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:50:59,694 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:51:02,694 - create_stack - DEBUG - Stack status query timeout in 1186.44957995 2018-08-20 10:51:02,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:02,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:02 GMT Server: Apache x-openstack-request-id: req-448a7bf6-0c2e-4b1e-a3da-0c69a20b43a0 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:03,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:02 GMT Server: Apache x-openstack-request-id: req-56a4e053-b905-4f02-bef6-5ecc18a4d4b6 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:03,099 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-56a4e053-b905-4f02-bef6-5ecc18a4d4b6 2018-08-20 10:51:03,099 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:51:03,099 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:51:06,103 - create_stack - DEBUG - Stack status query timeout in 1183.04112291 2018-08-20 10:51:06,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:06,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:06 GMT Server: Apache x-openstack-request-id: req-df17159c-dd0d-47d3-a482-22abaff24ab0 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:06,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:06 GMT Server: Apache x-openstack-request-id: req-50449a2f-b079-4034-805a-c4f30fcea511 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:06,528 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-50449a2f-b079-4034-805a-c4f30fcea511 2018-08-20 10:51:06,529 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:51:06,529 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack 2018-08-20 10:51:06,529 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack 2018-08-20 10:51:06,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:06,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6671b1a3fc31431186742d494e1a2c01", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role"}], "expires_at": "2018-08-20T11:51:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc65d781825c433ca4608b2e3b4f8c65", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-user", "id": "6561996fb9d74174bf51205f91afb95b"}, "audit_ids": ["j3Q0_6VMQxC1giywyam1qw"], "issued_at": "2018-08-20T10:51:06.000000Z"}} 2018-08-20 10:51:06,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06fb6574f3b936245588dc9310d60c79e70497cb" 2018-08-20 10:51:07,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:06 GMT Server: Apache x-openstack-request-id: req-0a6a48e6-790a-4bca-9c76-37a5179a714f Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:07,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:07 GMT Server: Apache x-openstack-request-id: req-12b6422d-52ca-433f-b5da-13ae2ee86d00 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:07,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-12b6422d-52ca-433f-b5da-13ae2ee86d00 2018-08-20 10:51:07,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:07,539 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:07 GMT Server: Apache x-openstack-request-id: req-4bb20230-2469-448e-b9dc-60cf10cefe99 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:07,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:07 GMT Server: Apache x-openstack-request-id: req-46dc3410-a7b4-4dca-bfe8-064088ceae93 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:07,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-46dc3410-a7b4-4dca-bfe8-064088ceae93 2018-08-20 10:51:07,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:07,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:08,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6671b1a3fc31431186742d494e1a2c01", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role"}], "expires_at": "2018-08-20T11:51:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc65d781825c433ca4608b2e3b4f8c65", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bc65d781825c433ca4608b2e3b4f8c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-user", "id": "6561996fb9d74174bf51205f91afb95b"}, "audit_ids": ["Un2TGEaOQJWa1-USz653pA"], "issued_at": "2018-08-20T10:51:08.000000Z"}} 2018-08-20 10:51:08,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed1d614d0c58190e3c49507d4e7d4f21c71367a" 2018-08-20 10:51:08,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16eb78a-c6b0-457e-afea-c83374734280 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:08,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b16eb78a-c6b0-457e-afea-c83374734280 2018-08-20 10:51:08,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:51:08,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:51:08,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:51:08,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:51:08,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:51:08,257 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:51:08,260 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:51:08,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed1d614d0c58190e3c49507d4e7d4f21c71367a" 2018-08-20 10:51:08,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:08 GMT Server: Apache x-openstack-request-id: req-ce212e33-1345-4cf6-b78d-c831e8d7df15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "deletion_time": null, "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "tags": null}]} 2018-08-20 10:51:08,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack used request id req-ce212e33-1345-4cf6-b78d-c831e8d7df15 2018-08-20 10:51:08,475 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack 2018-08-20 10:51:08,475 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack 2018-08-20 10:51:08,475 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack 2018-08-20 10:51:08,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:08,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:08 GMT Server: Apache x-openstack-request-id: req-8a7218ee-bf31-448d-affb-4f1c5ee7f6be Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:08,546 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:08 GMT Server: Apache x-openstack-request-id: req-189d90ce-02b7-41f3-a3ee-d55306da0dcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:08,546 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-189d90ce-02b7-41f3-a3ee-d55306da0dcf 2018-08-20 10:51:08,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:09,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:08 GMT Server: Apache x-openstack-request-id: req-32ade00b-b220-424c-8483-0e361f2afdf9 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:09,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:09 GMT Server: Apache x-openstack-request-id: req-f829a214-9b2b-4c50-8238-8768dccd44d7 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:51:08Z", "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:09,224 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-f829a214-9b2b-4c50-8238-8768dccd44d7 2018-08-20 10:51:09,224 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:51:09,224 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:51:12,227 - create_stack - DEBUG - Stack status query timeout in 1196.318753 2018-08-20 10:51:12,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:12,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:12 GMT Server: Apache x-openstack-request-id: req-6bbb4977-3c35-4cf8-8bcd-d48edd041f87 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:12,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:12 GMT Server: Apache x-openstack-request-id: req-5679a120-1a23-42dc-878d-51a4ee80df08 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:51:08Z", "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:12,640 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-5679a120-1a23-42dc-878d-51a4ee80df08 2018-08-20 10:51:12,641 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:51:12,641 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:51:15,644 - create_stack - DEBUG - Stack status query timeout in 1192.90199614 2018-08-20 10:51:15,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:15,675 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:15 GMT Server: Apache x-openstack-request-id: req-5ed69240-8a19-49b7-a0f6-62339c128386 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:15,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:15 GMT Server: Apache x-openstack-request-id: req-af4da2d9-fdf1-48dc-b9f0-832df52f6010 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:51:08Z", "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:15,717 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-af4da2d9-fdf1-48dc-b9f0-832df52f6010 2018-08-20 10:51:15,718 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:51:15,718 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:51:18,720 - create_stack - DEBUG - Stack status query timeout in 1189.82587004 2018-08-20 10:51:18,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:18,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:18 GMT Server: Apache x-openstack-request-id: req-483b3ac5-d924-4589-9307-a83c1efc3e1f Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:18,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:18 GMT Server: Apache x-openstack-request-id: req-ce89fbe6-ce45-4c6c-a7d1-ef4d82de5705 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:51:08Z", "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:18,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-ce89fbe6-ce45-4c6c-a7d1-ef4d82de5705 2018-08-20 10:51:18,977 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:51:18,977 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:51:21,980 - create_stack - DEBUG - Stack status query timeout in 1186.5662272 2018-08-20 10:51:21,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:22,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:21 GMT Server: Apache x-openstack-request-id: req-fb44a733-d567-430d-aa96-d435cd34baf3 Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:22,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:22 GMT Server: Apache x-openstack-request-id: req-88a98af8-f22b-4db1-b0fd-209fe9f32ca4 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": "bc65d781825c433ca4608b2e3b4f8c65", "OS::stack_id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "image_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image", "inst_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-inst", "subnet_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-subnet", "flavor_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-flavor-name", "net_name": "CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack", "stack_user_project_id": "db7595fb31bf43dab72ed826c6639a82", "tags": null, "creation_time": "2018-08-20T10:50:47Z", "links": [{"href": "http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:51:08Z", "id": "a3494cbc-e166-425c-b1ae-900e65c4f403", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:22,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-88a98af8-f22b-4db1-b0fd-209fe9f32ca4 2018-08-20 10:51:22,054 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:51:22,055 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack 2018-08-20 10:51:22,055 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack 2018-08-20 10:51:22,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/a3494cbc-e166-425c-b1ae-900e65c4f403 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48237af80a7dc8191551a28e9bd5763973855d1c" 2018-08-20 10:51:22,311 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:22 GMT Server: Apache x-openstack-request-id: req-41235d63-e294-4346-8978-5e58a895ea7c Location: http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:22,340 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:22 GMT Server: Apache x-openstack-request-id: req-d359bb46-a1d8-4af0-90fb-c7fbab040e7e Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:51:22,340 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/bc65d781825c433ca4608b2e3b4f8c65/stacks/CreateStackSuccessTests-CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-stack/a3494cbc-e166-425c-b1ae-900e65c4f403 used request id req-d359bb46-a1d8-4af0-90fb-c7fbab040e7e 2018-08-20 10:51:22,341 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-9f443bf2-44e6-4703-a12e-e14c36d60571-image 2018-08-20 10:51:22,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa0ccf1026ca580fec92d8937f46edcca5119ee5" 2018-08-20 10:51:22,814 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bfd06802-6c84-4ac5-9732-273f49cfc47a Date: Mon, 20 Aug 2018 10:51:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:51:22,815 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/28413547-47e1-4c5a-bf4c-57ccc54ac018 used request id req-bfd06802-6c84-4ac5-9732-273f49cfc47a 2018-08-20 10:51:22,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/d176c35d-3156-4d2e-abf3-4af5c7098201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ed774024524fae2001e77353bb888657243022c" 2018-08-20 10:51:22,850 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10: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-a2a3112a-607f-4de5-9e29-b193ca4efe9d x-compute-request-id: req-a2a3112a-607f-4de5-9e29-b193ca4efe9d Content-Length: 0 Content-Type: application/json 2018-08-20 10:51:22,850 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/d176c35d-3156-4d2e-abf3-4af5c7098201 used request id req-a2a3112a-607f-4de5-9e29-b193ca4efe9d 2018-08-20 10:51:22,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:51:22,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:51:22,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:51:22,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:51:22,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:51:22,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:23,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-91e91e19-4ec7-450c-a789-175dd5cf02f7 Date: Mon, 20 Aug 2018 10:51:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "created_at": "2018-08-20T10:50:48Z", "updated_at": "2018-08-20T10:50:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:50:48Z", "revision_number": 0, "id": "21016238-4721-4009-95b4-9d2ce85a006d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:50:48Z", "security_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "port_range_min": null, "ethertype": "IPv6", "project_id": "bc65d781825c433ca4608b2e3b4f8c65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:50:48Z", "revision_number": 0, "id": "44917133-f80f-4046-8a82-b7b761122a85", "remote_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "remote_ip_prefix": null, "created_at": "2018-08-20T10:50:48Z", "security_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "port_range_min": null, "ethertype": "IPv4", "project_id": "bc65d781825c433ca4608b2e3b4f8c65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:50:48Z", "revision_number": 0, "id": "8f73d75a-6bf2-4721-ab9b-6e5b7f577a4e", "remote_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "remote_ip_prefix": null, "created_at": "2018-08-20T10:50:48Z", "security_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "port_range_min": null, "ethertype": "IPv6", "project_id": "bc65d781825c433ca4608b2e3b4f8c65"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:50:48Z", "revision_number": 0, "id": "dbf6fc16-f1df-4a9a-b8cd-3b93041dd831", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:50:48Z", "security_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "port_range_min": null, "ethertype": "IPv4", "project_id": "bc65d781825c433ca4608b2e3b4f8c65"}], "revision_number": 4, "project_id": "bc65d781825c433ca4608b2e3b4f8c65", "id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:51:23,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-91e91e19-4ec7-450c-a789-175dd5cf02f7 2018-08-20 10:51:23,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:23,236 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed3aa41d-c640-4581-870a-ed9c333e0e2b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:23,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-ed3aa41d-c640-4581-870a-ed9c333e0e2b 2018-08-20 10:51:23,236 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:23,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:23,339 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f57e2c6-a29b-46f1-a067-acf12c45a685 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:23,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-9f57e2c6-a29b-46f1-a067-acf12c45a685 2018-08-20 10:51:23,340 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:23,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:23,429 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9291a6b-bf91-4c3e-9fa9-e0d588cba119 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:23,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-a9291a6b-bf91-4c3e-9fa9-e0d588cba119 2018-08-20 10:51:23,430 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:23,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:23,529 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f54170b-3463-438c-b4c9-46c90807b00e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:23,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-8f54170b-3463-438c-b4c9-46c90807b00e 2018-08-20 10:51:23,529 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:23,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:23,625 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2be41ca1-cd8c-4814-8c61-1e67d80990d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:23,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-2be41ca1-cd8c-4814-8c61-1e67d80990d6 2018-08-20 10:51:23,625 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:23,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:23,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0298431e-44bf-4724-ad7c-1a865db2f5e5 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bc65d781825c433ca4608b2e3b4f8c65", "name": "CreateStackSuccessTests-1553cd8a-c0c9-44e-proj"}} 2018-08-20 10:51:23,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65 used request id req-0298431e-44bf-4724-ad7c-1a865db2f5e5 2018-08-20 10:51:23,719 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 546db3e9-a0d1-484c-bc9e-ea7694259664 2018-08-20 10:51:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=546db3e9-a0d1-484c-bc9e-ea7694259664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:23,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2ff62dc7-e584-462b-b537-51a0feb016d9 Date: Mon, 20 Aug 2018 10:51: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-08-20T10:50:48Z", "security_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "port_range_min": null, "revision_number": 0, "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "created_at": "2018-08-20T10:50:48Z", "project_id": "bc65d781825c433ca4608b2e3b4f8c65", "id": "21016238-4721-4009-95b4-9d2ce85a006d"}, {"remote_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:50:48Z", "security_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "port_range_min": null, "revision_number": 0, "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "created_at": "2018-08-20T10:50:48Z", "project_id": "bc65d781825c433ca4608b2e3b4f8c65", "id": "44917133-f80f-4046-8a82-b7b761122a85"}, {"remote_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:50:48Z", "security_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "port_range_min": null, "revision_number": 0, "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "created_at": "2018-08-20T10:50:48Z", "project_id": "bc65d781825c433ca4608b2e3b4f8c65", "id": "8f73d75a-6bf2-4721-ab9b-6e5b7f577a4e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:50:48Z", "security_group_id": "546db3e9-a0d1-484c-bc9e-ea7694259664", "port_range_min": null, "revision_number": 0, "tenant_id": "bc65d781825c433ca4608b2e3b4f8c65", "created_at": "2018-08-20T10:50:48Z", "project_id": "bc65d781825c433ca4608b2e3b4f8c65", "id": "dbf6fc16-f1df-4a9a-b8cd-3b93041dd831"}]} 2018-08-20 10:51:23,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=546db3e9-a0d1-484c-bc9e-ea7694259664 used request id req-2ff62dc7-e584-462b-b537-51a0feb016d9 2018-08-20 10:51:23,944 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:51:23,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/546db3e9-a0d1-484c-bc9e-ea7694259664 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:24,267 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-529d5f6e-622e-4c3a-8105-80e62b778aac Content-Length: 0 Date: Mon, 20 Aug 2018 10:51:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:51:24,267 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/546db3e9-a0d1-484c-bc9e-ea7694259664 used request id req-529d5f6e-622e-4c3a-8105-80e62b778aac 2018-08-20 10:51:24,268 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-1553cd8a-c0c9-44e-proj 2018-08-20 10:51:24,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:24,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08a76887-f73c-4bfe-a036-8962c8453eca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:24,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/bc65d781825c433ca4608b2e3b4f8c65 used request id req-08a76887-f73c-4bfe-a036-8962c8453eca 2018-08-20 10:51:24,600 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-1553cd8a-c0c9-44e-proj-role 2018-08-20 10:51:24,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/6671b1a3fc31431186742d494e1a2c01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:24,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f00426f7-0018-4b9c-bf05-d7a1ce3b109a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:24,713 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/6671b1a3fc31431186742d494e1a2c01 used request id req-f00426f7-0018-4b9c-bf05-d7a1ce3b109a 2018-08-20 10:51:24,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}613dad2ae14ec4a177bfb9bafa0aa7ea5f199977" 2018-08-20 10:51:24,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc77ded-02c7-4b21-bf1d-79229c989116 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:51:24,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5bc77ded-02c7-4b21-bf1d-79229c989116 2018-08-20 10:51:24,806 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-1553cd8a-c0c9-44e-user 2018-08-20 10:51:24,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/6561996fb9d74174bf51205f91afb95b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45163b7379a28fd4ad168c6bd58b31298fbf0c68" 2018-08-20 10:51:24,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-775cf023-8eeb-4184-9ba7-ecbb9a3cce35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:24,991 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/6561996fb9d74174bf51205f91afb95b used request id req-775cf023-8eeb-4184-9ba7-ecbb9a3cce35 2018-08-20 10:51:24,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:25,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["cIjja2qaRP2jBoIRN_rkww"], "issued_at": "2018-08-20T10:51:25.000000Z"}} 2018-08-20 10:51:25,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaeb6986603a12f53fb24bd7bd9347d1ca0e3577" 2018-08-20 10:51:25,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c8b1ad-f46b-482d-a56d-84ed0c8d18de Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:25,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e9c8b1ad-f46b-482d-a56d-84ed0c8d18de 2018-08-20 10:51:25,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:25,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:25,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["zQbQjaa-SV6W4TUY9nL4cQ"], "issued_at": "2018-08-20T10:51:25.000000Z"}} 2018-08-20 10:51:25,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:25,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-559d2305-32c4-4403-9b39-d234ea38ff47 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:25,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-559d2305-32c4-4403-9b39-d234ea38ff47 2018-08-20 10:51:25,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:51:25,982 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:51:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:51:25,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-6a9204a4-2c01-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:26,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ad4407-b3da-4d73-a17b-125fd12f088c Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-6a9204a4-2c01-412-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:51:26,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-6a9204a4-2c01-412-proj used request id req-c7ad4407-b3da-4d73-a17b-125fd12f088c 2018-08-20 10:51:26,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:26,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf0e8b2-07a3-421f-83c3-843f3bfbf5f7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:51:26,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-abf0e8b2-07a3-421f-83c3-843f3bfbf5f7 2018-08-20 10:51:26,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj"}}' 2018-08-20 10:51:26,306 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:51:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7d9b78a-87a4-4ddd-85fa-1656414ff2f5 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051"}, "tags": [], "enabled": true, "id": "a0813b28276046abb3e90a1a7df09051", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj"}} 2018-08-20 10:51:26,306 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-f7d9b78a-87a4-4ddd-85fa-1656414ff2f5 2018-08-20 10:51:26,306 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-6a9204a4-2c01-412-proj 2018-08-20 10:51:26,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:26,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:26,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:51:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lpEuPxrGShyEh8O949PtKg"], "issued_at": "2018-08-20T10:51:26.000000Z"}} 2018-08-20 10:51:26,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1241fedd3f22bbbe37f73c46c30a68153c59aa31" 2018-08-20 10:51:26,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39ba270-6740-46ca-b9fc-4eb891873a2e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:26,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f39ba270-6740-46ca-b9fc-4eb891873a2e 2018-08-20 10:51:26,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:51:26,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:51:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:51:26,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1241fedd3f22bbbe37f73c46c30a68153c59aa31" 2018-08-20 10:51:26,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0998059f-66ba-4ffa-89c1-92ad931c0480 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:51:26,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-0998059f-66ba-4ffa-89c1-92ad931c0480 2018-08-20 10:51:26,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-6a9204a4-2c01-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1241fedd3f22bbbe37f73c46c30a68153c59aa31" 2018-08-20 10:51:27,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-226f29a5-228d-4c48-96a2-8dedfc4e85a2 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-6a9204a4-2c01-412-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051"}, "tags": [], "enabled": true, "id": "a0813b28276046abb3e90a1a7df09051", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj"}]} 2018-08-20 10:51:27,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-6a9204a4-2c01-412-proj used request id req-226f29a5-228d-4c48-96a2-8dedfc4e85a2 2018-08-20 10:51:27,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1241fedd3f22bbbe37f73c46c30a68153c59aa31" 2018-08-20 10:51:27,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a780c49-dbc9-4601-bf29-957e4e126d57 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:51:27,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-9a780c49-dbc9-4601-bf29-957e4e126d57 2018-08-20 10:51:27,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1241fedd3f22bbbe37f73c46c30a68153c59aa31" 2018-08-20 10:51:27,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b122c0-b702-463e-8065-ec353c13b08f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:51:27,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-04b122c0-b702-463e-8065-ec353c13b08f 2018-08-20 10:51:27,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-6a9204a4-2c01-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1241fedd3f22bbbe37f73c46c30a68153c59aa31" 2018-08-20 10:51:27,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73176f5c-ac04-4e67-8d47-25b58eebbf87 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-6a9204a4-2c01-412-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051"}, "tags": [], "enabled": true, "id": "a0813b28276046abb3e90a1a7df09051", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj"}]} 2018-08-20 10:51:27,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-6a9204a4-2c01-412-proj used request id req-73176f5c-ac04-4e67-8d47-25b58eebbf87 2018-08-20 10:51:27,816 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-6a9204a4-2c01-412-user 2018-08-20 10:51:27,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:27,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:27,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-348d6d6a-f16e-495c-b939-0669d32a33ca Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:51:27,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-348d6d6a-f16e-495c-b939-0669d32a33ca 2018-08-20 10:51:27,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" -d '{"role": {"name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj-role"}}' 2018-08-20 10:51:28,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:51:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcb33f2a-f28f-4a96-a0e2-a491309599eb Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "feafca106b2f4ca78eca7b557a6d4e7b", "links": {"self": "http://172.30.9.36:5000/v3/roles/feafca106b2f4ca78eca7b557a6d4e7b"}, "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj-role"}} 2018-08-20 10:51:28,062 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-bcb33f2a-f28f-4a96-a0e2-a491309599eb 2018-08-20 10:51:28,062 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-6a9204a4-2c01-412-proj-role 2018-08-20 10:51:28,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/feafca106b2f4ca78eca7b557a6d4e7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:28,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-127b6461-1da7-4d0e-890b-6cc1ab13d581 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "feafca106b2f4ca78eca7b557a6d4e7b", "links": {"self": "http://172.30.9.36:5000/v3/roles/feafca106b2f4ca78eca7b557a6d4e7b"}, "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj-role"}} 2018-08-20 10:51:28,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/feafca106b2f4ca78eca7b557a6d4e7b used request id req-127b6461-1da7-4d0e-890b-6cc1ab13d581 2018-08-20 10:51:28,152 - keystone_utils - INFO - Granting role CreateStackSuccessTests-6a9204a4-2c01-412-proj-role to project CreateStackSuccessTests-6a9204a4-2c01-412-proj 2018-08-20 10:51:28,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051/users/051e64906b3143e0bc24211d09a3a491/roles/feafca106b2f4ca78eca7b557a6d4e7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:28,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d73a940-bc4a-41d9-96db-804074c9935d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:28,291 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051/users/051e64906b3143e0bc24211d09a3a491/roles/feafca106b2f4ca78eca7b557a6d4e7b used request id req-6d73a940-bc4a-41d9-96db-804074c9935d 2018-08-20 10:51:28,291 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:51:28,291 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:51:28,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:28,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:28,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feafca106b2f4ca78eca7b557a6d4e7b", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj-role"}], "expires_at": "2018-08-20T11:51:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0813b28276046abb3e90a1a7df09051", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a0813b28276046abb3e90a1a7df09051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a0813b28276046abb3e90a1a7df09051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a0813b28276046abb3e90a1a7df09051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a0813b28276046abb3e90a1a7df09051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-6a9204a4-2c01-412-user", "id": "051e64906b3143e0bc24211d09a3a491"}, "audit_ids": ["Cv2wUUKcQuiqVUvVNZ9qMQ"], "issued_at": "2018-08-20T10:51:28.000000Z"}} 2018-08-20 10:51:28,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" 2018-08-20 10:51:28,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-283c35cf-e4aa-4af5-8fc0-febfbe8f9b96 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:28,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-283c35cf-e4aa-4af5-8fc0-febfbe8f9b96 2018-08-20 10:51:28,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" 2018-08-20 10:51:28,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-12c2ebf5-f402-4d90-acaf-3d55b91b102b Date: Mon, 20 Aug 2018 10:51:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image"} 2018-08-20 10:51:28,992 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image used request id req-12c2ebf5-f402-4d90-acaf-3d55b91b102b 2018-08-20 10:51:28,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" 2018-08-20 10:51:29,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-25f572da-7945-47c0-8117-540cdad71d46 Date: Mon, 20 Aug 2018 10:51: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:51:29,183 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-25f572da-7945-47c0-8117-540cdad71d46 2018-08-20 10:51:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image"}' 2018-08-20 10:51:29,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-358e7f0e-8877-4588-b70f-ee0e7e4a6a1d Date: Mon, 20 Aug 2018 10:51:29 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:51:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:51:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e", "min_disk": 0, "protected": false, "id": "5f41ee41-9d33-45d0-88d9-4e5a5629d43e", "file": "/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/file", "checksum": null, "owner": "a0813b28276046abb3e90a1a7df09051", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:51:29,410 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-358e7f0e-8877-4588-b70f-ee0e7e4a6a1d 2018-08-20 10:51:29,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" -d '' 2018-08-20 10:51:30,100 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8814448-f838-4a3c-aab4-fb7043ebcdf2 Date: Mon, 20 Aug 2018 10:51:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:51:30,101 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/file used request id req-f8814448-f838-4a3c-aab4-fb7043ebcdf2 2018-08-20 10:51:30,101 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:51:30,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" 2018-08-20 10:51:30,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-35679bb9-58d3-4be5-938c-ecf9401e39c5 Date: Mon, 20 Aug 2018 10:51:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:51:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:51:30Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/snap", "metadata": {}}], "self": "/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e", "min_disk": 0, "protected": false, "id": "5f41ee41-9d33-45d0-88d9-4e5a5629d43e", "file": "/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0813b28276046abb3e90a1a7df09051", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:51:30,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e used request id req-35679bb9-58d3-4be5-938c-ecf9401e39c5 2018-08-20 10:51:30,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" 2018-08-20 10:51:30,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4e08f616-ba9e-49a8-8728-2b4e67a31b27 Date: Mon, 20 Aug 2018 10:51:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:51:30,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-4e08f616-ba9e-49a8-8728-2b4e67a31b27 2018-08-20 10:51:30,479 - create_image - INFO - Created image with name - CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image 2018-08-20 10:51:30,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" 2018-08-20 10:51:30,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-ee774470-b9a1-4f88-909e-eb7ff70ad74b Date: Mon, 20 Aug 2018 10:51:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:51:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:51:30Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/snap", "metadata": {}}], "self": "/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e", "min_disk": 0, "protected": false, "id": "5f41ee41-9d33-45d0-88d9-4e5a5629d43e", "file": "/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0813b28276046abb3e90a1a7df09051", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:51:30,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e used request id req-ee774470-b9a1-4f88-909e-eb7ff70ad74b 2018-08-20 10:51:30,680 - create_image - DEBUG - Instance status is - active 2018-08-20 10:51:30,680 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image 2018-08-20 10:51:30,680 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image 2018-08-20 10:51:30,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:30,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:31,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["m6jBn0swTfeguQ_OwPaTrQ"], "issued_at": "2018-08-20T10:51:31.000000Z"}} 2018-08-20 10:51:31,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b0580c7db435690508679821cc1e65cfe77557" 2018-08-20 10:51:31,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6664bcd9-5daa-4841-8185-12b2c1d44a7b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:31,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6664bcd9-5daa-4841-8185-12b2c1d44a7b 2018-08-20 10:51:31,169 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:51:31,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b0580c7db435690508679821cc1e65cfe77557" 2018-08-20 10:51:31,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-aad9f514-f987-4811-bdff-e9e9943f5b6a x-compute-request-id: req-aad9f514-f987-4811-bdff-e9e9943f5b6a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:51:31,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-aad9f514-f987-4811-bdff-e9e9943f5b6a 2018-08-20 10:51:31,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b0580c7db435690508679821cc1e65cfe77557" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-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-08-20 10:51:31,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-04b0f165-f437-423f-8a96-140ac1f15965 x-compute-request-id: req-04b0f165-f437-423f-8a96-140ac1f15965 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/6e2244e8-34ed-477d-bfdd-0aa9d080d1b9", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/6e2244e8-34ed-477d-bfdd-0aa9d080d1b9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "6e2244e8-34ed-477d-bfdd-0aa9d080d1b9"}} 2018-08-20 10:51:31,398 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-04b0f165-f437-423f-8a96-140ac1f15965 2018-08-20 10:51:31,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:31,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:31,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feafca106b2f4ca78eca7b557a6d4e7b", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj-role"}], "expires_at": "2018-08-20T11:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0813b28276046abb3e90a1a7df09051", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a0813b28276046abb3e90a1a7df09051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a0813b28276046abb3e90a1a7df09051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a0813b28276046abb3e90a1a7df09051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a0813b28276046abb3e90a1a7df09051", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a0813b28276046abb3e90a1a7df09051", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a0813b28276046abb3e90a1a7df09051", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-6a9204a4-2c01-412-user", "id": "051e64906b3143e0bc24211d09a3a491"}, "audit_ids": ["zuIfcUSWRS6shY3IVpnThw"], "issued_at": "2018-08-20T10:51:31.000000Z"}} 2018-08-20 10:51:31,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" 2018-08-20 10:51:31,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e5b134-4651-481f-8a68-6466f0587d11 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:31,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-21e5b134-4651-481f-8a68-6466f0587d11 2018-08-20 10:51:31,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:51:31,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:51:31,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:51:31,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:51:31,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:51:31,867 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:51:31,870 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:51:31,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" 2018-08-20 10:51:32,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:31 GMT Server: Apache x-openstack-request-id: req-90e87f12-b2fd-46ef-9a20-93aad0ba019f Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:51:32,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack used request id req-90e87f12-b2fd-46ef-9a20-93aad0ba019f 2018-08-20 10:51:32,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-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-42936472-39b1-4bd7-9714-ce45f5db3e80-net", "inst_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-inst", "subnet_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-subnet", "image_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image", "flavor_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-flavor-name"}}' 2018-08-20 10:51:34,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:51:32 GMT Server: Apache x-openstack-request-id: req-17bfc617-3354-4206-b183-16ee8f520974 Location: http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "b343db3d-3337-469f-a4ce-6787825e351d", "links": [{"href": "http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d", "rel": "self"}]}} 2018-08-20 10:51:34,520 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks used request id req-17bfc617-3354-4206-b183-16ee8f520974 2018-08-20 10:51:34,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/b343db3d-3337-469f-a4ce-6787825e351d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" 2018-08-20 10:51:34,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:34 GMT Server: Apache x-openstack-request-id: req-8024c8ff-7c76-42bf-a271-80415b79f44a Location: http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:34,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:34 GMT Server: Apache x-openstack-request-id: req-0f8da4ef-1964-427c-b938-20927a2272d2 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": "a0813b28276046abb3e90a1a7df09051", "OS::stack_id": "b343db3d-3337-469f-a4ce-6787825e351d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack", "image_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image", "inst_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-inst", "subnet_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-subnet", "net_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-net", "flavor_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack", "stack_user_project_id": "45601bfb6faa4dc8a8139aa200aee136", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:51:33Z", "links": [{"href": "http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b343db3d-3337-469f-a4ce-6787825e351d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:34,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d used request id req-0f8da4ef-1964-427c-b938-20927a2272d2 2018-08-20 10:51:34,927 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack 2018-08-20 10:51:34,927 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-08-20 10:51:34,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/b343db3d-3337-469f-a4ce-6787825e351d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" 2018-08-20 10:51:35,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:34 GMT Server: Apache x-openstack-request-id: req-86523719-aa4e-4b42-bd0a-f0684da29dd1 Location: http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:35,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:35 GMT Server: Apache x-openstack-request-id: req-53f278ba-43a2-430b-8c74-fb75caf6e05c 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": "a0813b28276046abb3e90a1a7df09051", "OS::stack_id": "b343db3d-3337-469f-a4ce-6787825e351d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack", "image_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image", "inst_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-inst", "subnet_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-subnet", "net_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-net", "flavor_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack", "stack_user_project_id": "45601bfb6faa4dc8a8139aa200aee136", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:51:33Z", "links": [{"href": "http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b343db3d-3337-469f-a4ce-6787825e351d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:35,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d used request id req-53f278ba-43a2-430b-8c74-fb75caf6e05c 2018-08-20 10:51:35,417 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-08-20 10:51:35,417 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack 2018-08-20 10:51:35,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/b343db3d-3337-469f-a4ce-6787825e351d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" 2018-08-20 10:51:35,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:35 GMT Server: Apache x-openstack-request-id: req-8e168165-307a-4966-ba22-1d8432973cd3 Location: http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:35,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:35 GMT Server: Apache x-openstack-request-id: req-cdda29be-8d25-411d-b297-7007d8f37abb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:35,824 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d used request id req-cdda29be-8d25-411d-b297-7007d8f37abb 2018-08-20 10:51:35,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/b343db3d-3337-469f-a4ce-6787825e351d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" 2018-08-20 10:51:36,028 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:35 GMT Server: Apache x-openstack-request-id: req-8ed86615-d3c6-4737-b5a0-f6685f60a3f0 Location: http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:36,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:36 GMT Server: Apache x-openstack-request-id: req-ecf4bbae-4fd1-4dde-a1ca-bf5c2c3eeb76 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": "a0813b28276046abb3e90a1a7df09051", "OS::stack_id": "b343db3d-3337-469f-a4ce-6787825e351d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack", "image_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image", "inst_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-inst", "subnet_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-subnet", "flavor_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-flavor-name", "net_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack", "stack_user_project_id": "45601bfb6faa4dc8a8139aa200aee136", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:51:33Z", "links": [{"href": "http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:51:35Z", "id": "b343db3d-3337-469f-a4ce-6787825e351d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:36,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d used request id req-ecf4bbae-4fd1-4dde-a1ca-bf5c2c3eeb76 2018-08-20 10:51:36,311 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:51:36,311 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:51:39,314 - create_stack - DEBUG - Stack status query timeout in 1196.51052499 2018-08-20 10:51:39,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/b343db3d-3337-469f-a4ce-6787825e351d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" 2018-08-20 10:51:39,516 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:39 GMT Server: Apache x-openstack-request-id: req-56792a9c-2c33-4921-8ed3-6cd2509fde88 Location: http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:39,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:39 GMT Server: Apache x-openstack-request-id: req-b1d196a2-2719-4293-b66e-2c1d05b35135 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": "a0813b28276046abb3e90a1a7df09051", "OS::stack_id": "b343db3d-3337-469f-a4ce-6787825e351d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack", "image_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image", "inst_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-inst", "subnet_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-subnet", "flavor_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-flavor-name", "net_name": "CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack", "stack_user_project_id": "45601bfb6faa4dc8a8139aa200aee136", "tags": null, "creation_time": "2018-08-20T10:51:33Z", "links": [{"href": "http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:51:35Z", "id": "b343db3d-3337-469f-a4ce-6787825e351d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:39,722 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d used request id req-b1d196a2-2719-4293-b66e-2c1d05b35135 2018-08-20 10:51:39,722 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:51:39,722 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack 2018-08-20 10:51:39,722 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack 2018-08-20 10:51:39,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/b343db3d-3337-469f-a4ce-6787825e351d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8166ef93ca39f22305a9c897d301c1abde16be7" 2018-08-20 10:51:39,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:39 GMT Server: Apache x-openstack-request-id: req-254360b7-2ca4-405c-9a06-609799e0d003 Location: http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:40,495 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:39 GMT Server: Apache x-openstack-request-id: req-95168733-d981-4a96-8602-095513bed181 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:51:40,495 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/a0813b28276046abb3e90a1a7df09051/stacks/CreateStackSuccessTests-CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-stack/b343db3d-3337-469f-a4ce-6787825e351d used request id req-95168733-d981-4a96-8602-095513bed181 2018-08-20 10:51:40,497 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-42936472-39b1-4bd7-9714-ce45f5db3e80-image 2018-08-20 10:51:40,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}058d5c6df9844083cc996214624481848882cda1" 2018-08-20 10:51:41,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-188fee80-d6f7-4391-a2d4-4ef1209faaab Date: Mon, 20 Aug 2018 10:51:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:51:41,857 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/5f41ee41-9d33-45d0-88d9-4e5a5629d43e used request id req-188fee80-d6f7-4391-a2d4-4ef1209faaab 2018-08-20 10:51:41,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/6e2244e8-34ed-477d-bfdd-0aa9d080d1b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1b0580c7db435690508679821cc1e65cfe77557" 2018-08-20 10:51:41,898 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:51:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c9c15fa-b043-4643-8c5a-85310d06fda5 x-compute-request-id: req-7c9c15fa-b043-4643-8c5a-85310d06fda5 Content-Length: 0 Content-Type: application/json 2018-08-20 10:51:41,898 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/6e2244e8-34ed-477d-bfdd-0aa9d080d1b9 used request id req-7c9c15fa-b043-4643-8c5a-85310d06fda5 2018-08-20 10:51:41,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:51:41,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:51:41,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:51:41,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:51:41,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:51:41,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-902dc327-f964-4f46-9336-37c9bd7c4399 Date: Mon, 20 Aug 2018 10:51:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a0813b28276046abb3e90a1a7df09051", "created_at": "2018-08-20T10:51:35Z", "updated_at": "2018-08-20T10:51:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:51:35Z", "revision_number": 0, "id": "0acac3ce-5f53-4993-8ab3-f710c068a88a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:51:35Z", "security_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "tenant_id": "a0813b28276046abb3e90a1a7df09051", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0813b28276046abb3e90a1a7df09051"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:51:35Z", "revision_number": 0, "id": "13da59b2-ab69-43a6-b264-294d811c3ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:51:35Z", "security_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "tenant_id": "a0813b28276046abb3e90a1a7df09051", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0813b28276046abb3e90a1a7df09051"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:51:35Z", "revision_number": 0, "id": "93918533-0778-4fbf-879e-c401956b6f9d", "remote_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "remote_ip_prefix": null, "created_at": "2018-08-20T10:51:35Z", "security_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "tenant_id": "a0813b28276046abb3e90a1a7df09051", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0813b28276046abb3e90a1a7df09051"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:51:35Z", "revision_number": 0, "id": "ca12ce55-c3a0-45ab-8d77-3d59621450af", "remote_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "remote_ip_prefix": null, "created_at": "2018-08-20T10:51:35Z", "security_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "tenant_id": "a0813b28276046abb3e90a1a7df09051", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0813b28276046abb3e90a1a7df09051"}], "revision_number": 4, "project_id": "a0813b28276046abb3e90a1a7df09051", "id": "cb834264-9301-4dde-bd91-1751c210f329", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:51:42,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-902dc327-f964-4f46-9336-37c9bd7c4399 2018-08-20 10:51:42,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,297 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52cf0f7e-1b50-4a4e-9f96-193586f7e95c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:42,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-52cf0f7e-1b50-4a4e-9f96-193586f7e95c 2018-08-20 10:51:42,298 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:42,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,394 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eea8c428-1155-43be-9c99-86db10fcac08 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:42,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-eea8c428-1155-43be-9c99-86db10fcac08 2018-08-20 10:51:42,395 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:42,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,491 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2b35a70-d358-441b-ad67-1dcf82eb8604 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:42,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-a2b35a70-d358-441b-ad67-1dcf82eb8604 2018-08-20 10:51:42,491 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:42,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,591 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-705d24e8-56ff-4da1-9676-f69e258646cc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:42,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-705d24e8-56ff-4da1-9676-f69e258646cc 2018-08-20 10:51:42,591 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:42,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,687 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4667910-7222-4487-b8c0-6558ed8858cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:42,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-a4667910-7222-4487-b8c0-6558ed8858cf 2018-08-20 10:51:42,688 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:42,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,786 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20aeeaee-95ee-42d4-a065-6d7977bf72b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:42,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-20aeeaee-95ee-42d4-a065-6d7977bf72b4 2018-08-20 10:51:42,786 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:42,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,880 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52030cba-1c15-4deb-b539-b499cbaabe9a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:42,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-52030cba-1c15-4deb-b539-b499cbaabe9a 2018-08-20 10:51:42,880 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:42,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:42,977 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab36e06c-01c0-4e8a-af62-f5d7351edc67 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:42,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-ab36e06c-01c0-4e8a-af62-f5d7351edc67 2018-08-20 10:51:42,977 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:42,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:43,079 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3355f40e-5a3b-4d12-bbcc-134989c4044e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:43,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-3355f40e-5a3b-4d12-bbcc-134989c4044e 2018-08-20 10:51:43,080 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:43,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:43,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7349e8f3-59c5-48d0-9307-d81a7d6a2c82 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:51:43,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-7349e8f3-59c5-48d0-9307-d81a7d6a2c82 2018-08-20 10:51:43,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:43,282 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74bd9884-711f-4848-b088-d1a00c36b53b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:43,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-74bd9884-711f-4848-b088-d1a00c36b53b 2018-08-20 10:51:43,282 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:43,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:43,304 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09acfbc6-e502-4571-bb89-2a73719f75a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:51:43,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-09acfbc6-e502-4571-bb89-2a73719f75a9 2018-08-20 10:51:43,304 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:51:43,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:43,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f40dc653-0e13-46a4-884c-c99d806ca121 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a0813b28276046abb3e90a1a7df09051", "name": "CreateStackSuccessTests-6a9204a4-2c01-412-proj"}} 2018-08-20 10:51:43,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051 used request id req-f40dc653-0e13-46a4-884c-c99d806ca121 2018-08-20 10:51:43,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb834264-9301-4dde-bd91-1751c210f329 2018-08-20 10:51:43,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=cb834264-9301-4dde-bd91-1751c210f329 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:43,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-53c77ae2-eccb-46e0-a903-8eba62211159 Date: Mon, 20 Aug 2018 10:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:51:35Z", "security_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "port_range_min": null, "revision_number": 0, "tenant_id": "a0813b28276046abb3e90a1a7df09051", "created_at": "2018-08-20T10:51:35Z", "project_id": "a0813b28276046abb3e90a1a7df09051", "id": "0acac3ce-5f53-4993-8ab3-f710c068a88a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:51:35Z", "security_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "port_range_min": null, "revision_number": 0, "tenant_id": "a0813b28276046abb3e90a1a7df09051", "created_at": "2018-08-20T10:51:35Z", "project_id": "a0813b28276046abb3e90a1a7df09051", "id": "13da59b2-ab69-43a6-b264-294d811c3ea5"}, {"remote_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:51:35Z", "security_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "port_range_min": null, "revision_number": 0, "tenant_id": "a0813b28276046abb3e90a1a7df09051", "created_at": "2018-08-20T10:51:35Z", "project_id": "a0813b28276046abb3e90a1a7df09051", "id": "93918533-0778-4fbf-879e-c401956b6f9d"}, {"remote_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:51:35Z", "security_group_id": "cb834264-9301-4dde-bd91-1751c210f329", "port_range_min": null, "revision_number": 0, "tenant_id": "a0813b28276046abb3e90a1a7df09051", "created_at": "2018-08-20T10:51:35Z", "project_id": "a0813b28276046abb3e90a1a7df09051", "id": "ca12ce55-c3a0-45ab-8d77-3d59621450af"}]} 2018-08-20 10:51:43,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=cb834264-9301-4dde-bd91-1751c210f329 used request id req-53c77ae2-eccb-46e0-a903-8eba62211159 2018-08-20 10:51:43,608 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:51:43,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/cb834264-9301-4dde-bd91-1751c210f329 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:43,995 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b658a2d-e786-4bf7-bcf0-8da3feaf8843 Content-Length: 0 Date: Mon, 20 Aug 2018 10:51:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:51:43,995 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/cb834264-9301-4dde-bd91-1751c210f329 used request id req-7b658a2d-e786-4bf7-bcf0-8da3feaf8843 2018-08-20 10:51:43,996 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-6a9204a4-2c01-412-proj 2018-08-20 10:51:43,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:44,258 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a36a72ff-59e8-4be7-98ef-82f9d4893ba5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:44,258 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/a0813b28276046abb3e90a1a7df09051 used request id req-a36a72ff-59e8-4be7-98ef-82f9d4893ba5 2018-08-20 10:51:44,258 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-6a9204a4-2c01-412-proj-role 2018-08-20 10:51:44,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/feafca106b2f4ca78eca7b557a6d4e7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:44,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbb143a5-93bc-41ef-b079-f6bd5889450b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:44,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/feafca106b2f4ca78eca7b557a6d4e7b used request id req-cbb143a5-93bc-41ef-b079-f6bd5889450b 2018-08-20 10:51:44,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ea81519d260a2fd0aea0497c059d29a3bd96ee" 2018-08-20 10:51:44,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c64ecf4-64da-4465-9dcc-dff9602f2f1c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:51:44,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1c64ecf4-64da-4465-9dcc-dff9602f2f1c 2018-08-20 10:51:44,480 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-6a9204a4-2c01-412-user 2018-08-20 10:51:44,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/051e64906b3143e0bc24211d09a3a491 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1241fedd3f22bbbe37f73c46c30a68153c59aa31" 2018-08-20 10:51:44,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f487ca86-9ded-4b7b-bab9-b05ec63ef75f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:44,757 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/051e64906b3143e0bc24211d09a3a491 used request id req-f487ca86-9ded-4b7b-bab9-b05ec63ef75f 2018-08-20 10:51:44,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:45,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:51:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["xG7jnmghR9-HRScqQor6Yg"], "issued_at": "2018-08-20T10:51:45.000000Z"}} 2018-08-20 10:51:45,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43695ce8c6bd1dc4fa982449a6fa8aef380489ea" 2018-08-20 10:51:45,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-755348cd-190a-4c07-b086-f128aba424ef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:45,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-755348cd-190a-4c07-b086-f128aba424ef 2018-08-20 10:51:45,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:45,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:45,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:51:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["wkRZv9fBS5STsVkWQI0mow"], "issued_at": "2018-08-20T10:51:45.000000Z"}} 2018-08-20 10:51:45,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:51:45,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bc28189-2c09-4a2d-9618-cbcdc6eea002 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:45,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8bc28189-2c09-4a2d-9618-cbcdc6eea002 2018-08-20 10:51:45,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:51:45,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:51:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:51:45,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:51:45,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5ffe12-6fa1-40f0-a955-f9728383b89d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:51:45,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj used request id req-ab5ffe12-6fa1-40f0-a955-f9728383b89d 2018-08-20 10:51:45,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:51:45,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-726e8f7e-08ee-4542-b8e2-0b0fd665faab Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:51:45,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-726e8f7e-08ee-4542-b8e2-0b0fd665faab 2018-08-20 10:51:45,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj"}}' 2018-08-20 10:51:46,139 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:51:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44bee001-c0c0-4968-ac63-4ae3b244759b Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd"}, "tags": [], "enabled": true, "id": "651aa3489df04f1aae47ced7bad093fd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj"}} 2018-08-20 10:51:46,139 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-44bee001-c0c0-4968-ac63-4ae3b244759b 2018-08-20 10:51:46,139 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-7bf4bda2-58a5-438-proj 2018-08-20 10:51:46,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:46,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:46,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["jR4VQTwIQd-a08Q5gCwZ_w"], "issued_at": "2018-08-20T10:51:46.000000Z"}} 2018-08-20 10:51:46,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}786cc90127ca30b0ea2c7bca152eaf1415881309" 2018-08-20 10:51:46,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a665567c-ce4d-46e3-8fd8-468c0eab628f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:46,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a665567c-ce4d-46e3-8fd8-468c0eab628f 2018-08-20 10:51:46,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:51:46,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:51:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:51:46,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}786cc90127ca30b0ea2c7bca152eaf1415881309" 2018-08-20 10:51:46,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b90e6b4-97d5-46da-8686-acc7439087f4 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:51:46,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-8b90e6b4-97d5-46da-8686-acc7439087f4 2018-08-20 10:51:46,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}786cc90127ca30b0ea2c7bca152eaf1415881309" 2018-08-20 10:51:46,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47d3f4c-d923-40fd-beb9-4eb2cc1dbb16 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd"}, "tags": [], "enabled": true, "id": "651aa3489df04f1aae47ced7bad093fd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj"}]} 2018-08-20 10:51:46,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj used request id req-d47d3f4c-d923-40fd-beb9-4eb2cc1dbb16 2018-08-20 10:51:46,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}786cc90127ca30b0ea2c7bca152eaf1415881309" 2018-08-20 10:51:46,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2d8179d-f715-401b-b409-20f8603f933c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:51:46,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d2d8179d-f715-401b-b409-20f8603f933c 2018-08-20 10:51:47,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}786cc90127ca30b0ea2c7bca152eaf1415881309" 2018-08-20 10:51:47,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-003873b4-f238-4469-a3e2-b8e138279551 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:51:47,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-003873b4-f238-4469-a3e2-b8e138279551 2018-08-20 10:51:47,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}786cc90127ca30b0ea2c7bca152eaf1415881309" 2018-08-20 10:51:47,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-192891f1-5412-44f9-a20e-8c45b6376e13 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd"}, "tags": [], "enabled": true, "id": "651aa3489df04f1aae47ced7bad093fd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj"}]} 2018-08-20 10:51:47,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-7bf4bda2-58a5-438-proj used request id req-192891f1-5412-44f9-a20e-8c45b6376e13 2018-08-20 10:51:47,508 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-7bf4bda2-58a5-438-user 2018-08-20 10:51:47,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:47,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:51:47,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca03b506-f37e-432b-9685-bd6f9c7ac012 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:51:47,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ca03b506-f37e-432b-9685-bd6f9c7ac012 2018-08-20 10:51:47,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" -d '{"role": {"name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role"}}' 2018-08-20 10:51:47,821 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:51:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7cdb3ba-427c-489f-b549-7a73e384fc2f Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2c9fddc92089465b86a4b1c13a1ffe03", "links": {"self": "http://172.30.9.36:5000/v3/roles/2c9fddc92089465b86a4b1c13a1ffe03"}, "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role"}} 2018-08-20 10:51:47,821 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-d7cdb3ba-427c-489f-b549-7a73e384fc2f 2018-08-20 10:51:47,822 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role 2018-08-20 10:51:47,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/2c9fddc92089465b86a4b1c13a1ffe03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:51:47,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6ba04e-1bd3-4f85-bd1e-097a1b370c69 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2c9fddc92089465b86a4b1c13a1ffe03", "links": {"self": "http://172.30.9.36:5000/v3/roles/2c9fddc92089465b86a4b1c13a1ffe03"}, "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role"}} 2018-08-20 10:51:47,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/2c9fddc92089465b86a4b1c13a1ffe03 used request id req-cb6ba04e-1bd3-4f85-bd1e-097a1b370c69 2018-08-20 10:51:47,921 - keystone_utils - INFO - Granting role CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role to project CreateStackSuccessTests-7bf4bda2-58a5-438-proj 2018-08-20 10:51:47,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd/users/a1caa0192621458e88e28ec18feacc48/roles/2c9fddc92089465b86a4b1c13a1ffe03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:51:48,058 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:51:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-339d2195-3640-4845-96bb-73adedc06ee7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:51:48,058 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd/users/a1caa0192621458e88e28ec18feacc48/roles/2c9fddc92089465b86a4b1c13a1ffe03 used request id req-339d2195-3640-4845-96bb-73adedc06ee7 2018-08-20 10:51:48,058 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:51:48,059 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:51:48,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:48,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:48,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2c9fddc92089465b86a4b1c13a1ffe03", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role"}], "expires_at": "2018-08-20T11:51:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "651aa3489df04f1aae47ced7bad093fd", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-user", "id": "a1caa0192621458e88e28ec18feacc48"}, "audit_ids": ["gvIDTGM5RwCGpQ0oQhwtXg"], "issued_at": "2018-08-20T10:51:48.000000Z"}} 2018-08-20 10:51:48,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" 2018-08-20 10:51:48,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44ebc787-dc07-493e-b538-6fe3f7ad6c7f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:48,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-44ebc787-dc07-493e-b538-6fe3f7ad6c7f 2018-08-20 10:51:48,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" 2018-08-20 10:51:48,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-c3ad44b1-cb73-471b-b90e-956b0dd3b08c Date: Mon, 20 Aug 2018 10:51:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image"} 2018-08-20 10:51:48,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image used request id req-c3ad44b1-cb73-471b-b90e-956b0dd3b08c 2018-08-20 10:51:48,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" 2018-08-20 10:51:48,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d099d61a-31a6-4557-8d05-42be3ab0ec73 Date: Mon, 20 Aug 2018 10: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:51:48,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-d099d61a-31a6-4557-8d05-42be3ab0ec73 2018-08-20 10:51:48,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image"}' 2018-08-20 10:51:49,214 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f6d2aec9-621f-4853-b8de-eeb1f5925530 Date: Mon, 20 Aug 2018 10:51:49 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:51:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:51:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d", "min_disk": 0, "protected": false, "id": "01ebc26f-8302-46e9-b6f1-bc39c742c87d", "file": "/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/file", "checksum": null, "owner": "651aa3489df04f1aae47ced7bad093fd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:51:49,214 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-f6d2aec9-621f-4853-b8de-eeb1f5925530 2018-08-20 10:51:49,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" -d '' 2018-08-20 10:51:49,825 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f899ced0-808a-4006-b118-c4381a244ed7 Date: Mon, 20 Aug 2018 10:51:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:51:49,825 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/file used request id req-f899ced0-808a-4006-b118-c4381a244ed7 2018-08-20 10:51:49,826 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:51:49,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" 2018-08-20 10:51:50,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-91c8c4cd-6cf9-4224-b543-fae56967db51 Date: Mon, 20 Aug 2018 10:51:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:51:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:51:49Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/snap", "metadata": {}}], "self": "/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d", "min_disk": 0, "protected": false, "id": "01ebc26f-8302-46e9-b6f1-bc39c742c87d", "file": "/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "651aa3489df04f1aae47ced7bad093fd", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:51:50,026 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d used request id req-91c8c4cd-6cf9-4224-b543-fae56967db51 2018-08-20 10:51:50,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" 2018-08-20 10:51:50,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-317a7283-b377-4c29-9e70-6d990c49b49f Date: Mon, 20 Aug 2018 10:51: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:51:50,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-317a7283-b377-4c29-9e70-6d990c49b49f 2018-08-20 10:51:50,201 - create_image - INFO - Created image with name - CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image 2018-08-20 10:51:50,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" 2018-08-20 10:51:50,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-23ef9348-cffe-49cc-9d77-312d8b642a3f Date: Mon, 20 Aug 2018 10:51:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:51:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:51:49Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/snap", "metadata": {}}], "self": "/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d", "min_disk": 0, "protected": false, "id": "01ebc26f-8302-46e9-b6f1-bc39c742c87d", "file": "/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "651aa3489df04f1aae47ced7bad093fd", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:51:50,392 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d used request id req-23ef9348-cffe-49cc-9d77-312d8b642a3f 2018-08-20 10:51:50,392 - create_image - DEBUG - Instance status is - active 2018-08-20 10:51:50,392 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image 2018-08-20 10:51:50,393 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image 2018-08-20 10:51:50,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:50,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:50,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:51:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Eh69S44wRKOOB0z-oaTT5g"], "issued_at": "2018-08-20T10:51:50.000000Z"}} 2018-08-20 10:51:50,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d93b6ddc2dfe1ae55b9c2b402e8b713baae79" 2018-08-20 10:51:50,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8fa49b2-5693-4181-b3b1-e05435d10fe1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:50,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b8fa49b2-5693-4181-b3b1-e05435d10fe1 2018-08-20 10:51:50,874 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:51:50,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d93b6ddc2dfe1ae55b9c2b402e8b713baae79" 2018-08-20 10:51:51,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d29015e9-300f-4fec-b3ac-1438a0e1b5a7 x-compute-request-id: req-d29015e9-300f-4fec-b3ac-1438a0e1b5a7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:51:51,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-d29015e9-300f-4fec-b3ac-1438a0e1b5a7 2018-08-20 10:51:51,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d93b6ddc2dfe1ae55b9c2b402e8b713baae79" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-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-08-20 10:51:51,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07d94d73-9d09-412a-a189-f03ee0e5e1f6 x-compute-request-id: req-07d94d73-9d09-412a-a189-f03ee0e5e1f6 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/82185e1e-db19-46a1-ab36-2d290aae40c0", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/82185e1e-db19-46a1-ab36-2d290aae40c0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "82185e1e-db19-46a1-ab36-2d290aae40c0"}} 2018-08-20 10:51:51,117 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-07d94d73-9d09-412a-a189-f03ee0e5e1f6 2018-08-20 10:51:51,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:51:51,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:51:51,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2c9fddc92089465b86a4b1c13a1ffe03", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role"}], "expires_at": "2018-08-20T11:51:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "651aa3489df04f1aae47ced7bad093fd", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-user", "id": "a1caa0192621458e88e28ec18feacc48"}, "audit_ids": ["UQHnisnmT4mmmUz8MnVBDQ"], "issued_at": "2018-08-20T10:51:51.000000Z"}} 2018-08-20 10:51:51,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:51:51,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad61b714-5303-4fa0-b41f-79fdd3d5550a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:51:51,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ad61b714-5303-4fa0-b41f-79fdd3d5550a 2018-08-20 10:51:51,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:51:51,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:51:51,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:51:51,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:51:51,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:51:51,702 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:51:51,704 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:51:51,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:51:51,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:51 GMT Server: Apache x-openstack-request-id: req-e53a4984-1003-4510-91c6-ca72aea5796c Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:51:51,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack used request id req-e53a4984-1003-4510-91c6-ca72aea5796c 2018-08-20 10:51:51,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-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-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}}' 2018-08-20 10:51:54,196 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:51:51 GMT Server: Apache x-openstack-request-id: req-0cec0006-79ae-4ecb-b814-d80c34f05d24 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "e235a5d5-e046-4468-b3e1-170602532123", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}]}} 2018-08-20 10:51:54,197 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks used request id req-0cec0006-79ae-4ecb-b814-d80c34f05d24 2018-08-20 10:51:54,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:51:54,386 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:54 GMT Server: Apache x-openstack-request-id: req-3c45683e-58ec-4a7d-9c25-bc3928f7b1ca Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:54,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:54 GMT Server: Apache x-openstack-request-id: req-582252a0-b049-4d01-8e15-22d3877f2d47 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:54,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-582252a0-b049-4d01-8e15-22d3877f2d47 2018-08-20 10:51:54,602 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack 2018-08-20 10:51:54,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:51:54,797 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:54 GMT Server: Apache x-openstack-request-id: req-32304a4f-96a4-45e1-a1bd-ebdb637ba4bb Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:55,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:54 GMT Server: Apache x-openstack-request-id: req-65fc8b33-a691-46bb-9129-10e0667eadf4 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:55,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-65fc8b33-a691-46bb-9129-10e0667eadf4 2018-08-20 10:51:55,114 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:51:55,114 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:51:58,117 - create_stack - DEBUG - Stack status query timeout in 1196.48505807 2018-08-20 10:51:58,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:51:58,328 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:51:58 GMT Server: Apache x-openstack-request-id: req-a1d3df20-9ce1-45d6-af0d-dcfa0b069e3e Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:51:58,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:51:58 GMT Server: Apache x-openstack-request-id: req-526bf638-54a5-45ab-aeed-579a02f589b4 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:51:58,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-526bf638-54a5-45ab-aeed-579a02f589b4 2018-08-20 10:51:58,573 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:51:58,573 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:01,576 - create_stack - DEBUG - Stack status query timeout in 1193.02609515 2018-08-20 10:52:01,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:01,608 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:01 GMT Server: Apache x-openstack-request-id: req-d7dd65dd-b900-40e0-b541-413329fe2b43 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:02,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:01 GMT Server: Apache x-openstack-request-id: req-36b84183-bc53-49dd-af33-b360507106af 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:02,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-36b84183-bc53-49dd-af33-b360507106af 2018-08-20 10:52:02,217 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:52:02,217 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:05,220 - create_stack - DEBUG - Stack status query timeout in 1189.38189912 2018-08-20 10:52:05,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:05,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:05 GMT Server: Apache x-openstack-request-id: req-df2ecf4d-d6d3-4532-82c5-b0b17857a149 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:05,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:05 GMT Server: Apache x-openstack-request-id: req-692cc834-ab1e-4e3c-b0be-7b5bbaeafdd3 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:05,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-692cc834-ab1e-4e3c-b0be-7b5bbaeafdd3 2018-08-20 10:52:05,451 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:52:05,451 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:08,454 - create_stack - DEBUG - Stack status query timeout in 1186.14792418 2018-08-20 10:52:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:08,485 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:08 GMT Server: Apache x-openstack-request-id: req-6eda8aa9-1161-4cf9-bd7a-a03baffb370c Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:08,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:08 GMT Server: Apache x-openstack-request-id: req-345cd204-892f-4527-9618-60506bdb05a6 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:08,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-345cd204-892f-4527-9618-60506bdb05a6 2018-08-20 10:52:08,683 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:52:08,683 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:11,687 - create_stack - DEBUG - Stack status query timeout in 1182.91531205 2018-08-20 10:52:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:11,893 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:11 GMT Server: Apache x-openstack-request-id: req-a45b1a45-b8ea-4b0c-8c05-703780d45582 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:12,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:11 GMT Server: Apache x-openstack-request-id: req-f474bc77-71b7-451d-841e-3076ad00fc9f 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:12,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-f474bc77-71b7-451d-841e-3076ad00fc9f 2018-08-20 10:52:12,197 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:52:12,197 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack 2018-08-20 10:52:12,197 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack 2018-08-20 10:52:12,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:12,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2c9fddc92089465b86a4b1c13a1ffe03", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role"}], "expires_at": "2018-08-20T11:52:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "651aa3489df04f1aae47ced7bad093fd", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/651aa3489df04f1aae47ced7bad093fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-user", "id": "a1caa0192621458e88e28ec18feacc48"}, "audit_ids": ["yWSmBZb3TCOw4AtiIW6Lig"], "issued_at": "2018-08-20T10:52:12.000000Z"}} 2018-08-20 10:52:12,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}180d90df33d12dc68de9b6d0062e0f4cba129a5c" 2018-08-20 10:52:12,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:12 GMT Server: Apache x-openstack-request-id: req-baa4d670-0b24-4aa7-8d43-0b5dd0ad16cd Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:12,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:12 GMT Server: Apache x-openstack-request-id: req-214fcdaa-66a2-4a77-8012-64bd02b0fb49 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:12,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-214fcdaa-66a2-4a77-8012-64bd02b0fb49 2018-08-20 10:52:13,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:13,202 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:12 GMT Server: Apache x-openstack-request-id: req-3de4f62e-0b5f-4888-8950-fa4596897617 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:13,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:13 GMT Server: Apache x-openstack-request-id: req-ba5d5bd6-edd9-412c-abd5-b61450f10476 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:13,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-ba5d5bd6-edd9-412c-abd5-b61450f10476 2018-08-20 10:52:13,411 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack 2018-08-20 10:52:13,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:13,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:13 GMT Server: Apache x-openstack-request-id: req-cf85f1dd-d29c-4968-8899-c804fdcb6c10 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:13,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:52:13 GMT Server: Apache x-openstack-request-id: req-102d5690-e1ef-4aea-99ba-95ab6a8da224 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:52:13,652 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-102d5690-e1ef-4aea-99ba-95ab6a8da224 2018-08-20 10:52:13,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:13,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:13 GMT Server: Apache x-openstack-request-id: req-223ae221-7eb6-48d0-acd8-0d52c3f2097a Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:13,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:13 GMT Server: Apache x-openstack-request-id: req-b735bfcf-f05e-481f-84af-32dbef9221bb 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:52:13Z", "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:13,709 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-b735bfcf-f05e-481f-84af-32dbef9221bb 2018-08-20 10:52:13,710 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:52:13,710 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:16,712 - create_stack - DEBUG - Stack status query timeout in 1196.94057107 2018-08-20 10:52:16,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:16,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:16 GMT Server: Apache x-openstack-request-id: req-9d3a5e68-1cf7-41b7-89d6-7d28a65e1a30 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:16,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:16 GMT Server: Apache x-openstack-request-id: req-6ec9a21e-5f7c-4661-8326-8b5e167c9458 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:52:13Z", "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:16,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-6ec9a21e-5f7c-4661-8326-8b5e167c9458 2018-08-20 10:52:16,936 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:52:16,936 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:19,937 - create_stack - DEBUG - Stack status query timeout in 1193.71552396 2018-08-20 10:52:19,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:20,215 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:19 GMT Server: Apache x-openstack-request-id: req-68dcb848-bb27-4934-a692-65607f1ce3d5 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:20,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:20 GMT Server: Apache x-openstack-request-id: req-225cb9ad-862f-4e26-955a-99c06041a6cc 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:52:13Z", "id": "e235a5d5-e046-4468-b3e1-170602532123", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:20,429 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-225cb9ad-862f-4e26-955a-99c06041a6cc 2018-08-20 10:52:20,429 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:52:20,430 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:23,431 - create_stack - DEBUG - Stack status query timeout in 1190.2220521 2018-08-20 10:52:23,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:23,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:23 GMT Server: Apache x-openstack-request-id: req-5bd682b4-84ca-4f77-b857-b275a4bee11e Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:23,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:23 GMT Server: Apache x-openstack-request-id: req-b70c12e0-947f-4547-9e08-11158f107a3a 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": "651aa3489df04f1aae47ced7bad093fd", "OS::stack_id": "e235a5d5-e046-4468-b3e1-170602532123", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "image_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image", "inst_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-inst", "subnet_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-subnet", "flavor_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-flavor-name", "net_name": "CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack", "stack_user_project_id": "1cc22285eba24e8bb0f442e2cec556ca", "tags": null, "creation_time": "2018-08-20T10:51:53Z", "links": [{"href": "http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:52:13Z", "id": "e235a5d5-e046-4468-b3e1-170602532123", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:23,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-b70c12e0-947f-4547-9e08-11158f107a3a 2018-08-20 10:52:23,833 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:52:23,833 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack 2018-08-20 10:52:23,833 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack 2018-08-20 10:52:23,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/e235a5d5-e046-4468-b3e1-170602532123 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa88c9b766764c9d700f9fb86032b6c262ecc6c" 2018-08-20 10:52:24,028 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:23 GMT Server: Apache x-openstack-request-id: req-1ee0e2ab-3833-41ca-8c51-7703be7e9d82 Location: http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:24,054 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:24 GMT Server: Apache x-openstack-request-id: req-a043afa3-cd39-421c-a721-26f1ea231577 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:52:24,054 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/651aa3489df04f1aae47ced7bad093fd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-stack/e235a5d5-e046-4468-b3e1-170602532123 used request id req-a043afa3-cd39-421c-a721-26f1ea231577 2018-08-20 10:52:24,055 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-2f114a17-fcfc-4f29-9fee-3f7f2a57c1b2-image 2018-08-20 10:52:24,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac1cdc5e15b3f753615ed85a0167e6c61530943f" 2018-08-20 10:52:24,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-44564ab2-550d-4db3-b479-bd1e5c67d53c Date: Mon, 20 Aug 2018 10:52:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:52:24,576 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/01ebc26f-8302-46e9-b6f1-bc39c742c87d used request id req-44564ab2-550d-4db3-b479-bd1e5c67d53c 2018-08-20 10:52:24,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/82185e1e-db19-46a1-ab36-2d290aae40c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131d93b6ddc2dfe1ae55b9c2b402e8b713baae79" 2018-08-20 10:52:24,658 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:52: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-ff1c8a3d-363d-46a4-b522-058de45f3781 x-compute-request-id: req-ff1c8a3d-363d-46a4-b522-058de45f3781 Content-Length: 0 Content-Type: application/json 2018-08-20 10:52:24,659 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/82185e1e-db19-46a1-ab36-2d290aae40c0 used request id req-ff1c8a3d-363d-46a4-b522-058de45f3781 2018-08-20 10:52:24,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:52:24,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:52:24,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:52:24,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:52:24,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:52:24,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:24,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-b87655e7-b0d0-47e9-9c0f-06c50cc97728 Date: Mon, 20 Aug 2018 10:52:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "created_at": "2018-08-20T10:51:54Z", "updated_at": "2018-08-20T10:51:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:51:54Z", "revision_number": 0, "id": "1671b4c3-3f41-4d3b-a915-6e343d219308", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:51:54Z", "security_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "651aa3489df04f1aae47ced7bad093fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:51:54Z", "revision_number": 0, "id": "6e4bb0e5-d53a-41ab-95f5-ebdb23139b51", "remote_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "remote_ip_prefix": null, "created_at": "2018-08-20T10:51:54Z", "security_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "651aa3489df04f1aae47ced7bad093fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:51:54Z", "revision_number": 0, "id": "9b3b2b76-7811-46d5-a478-85a6de304025", "remote_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "remote_ip_prefix": null, "created_at": "2018-08-20T10:51:54Z", "security_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "651aa3489df04f1aae47ced7bad093fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:51:54Z", "revision_number": 0, "id": "ac08104c-0dee-4ae2-b0de-6df1175d4818", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:51:54Z", "security_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "651aa3489df04f1aae47ced7bad093fd"}], "revision_number": 4, "project_id": "651aa3489df04f1aae47ced7bad093fd", "id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:52:24,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-b87655e7-b0d0-47e9-9c0f-06c50cc97728 2018-08-20 10:52:24,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,041 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88accaee-3402-45a8-a63d-e7754213505c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-88accaee-3402-45a8-a63d-e7754213505c 2018-08-20 10:52:25,041 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,130 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32051329-a8fc-4bae-afd6-f6d901852db5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-32051329-a8fc-4bae-afd6-f6d901852db5 2018-08-20 10:52:25,130 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,231 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9748d78b-7ff2-4370-aa19-17a9329d3a4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-9748d78b-7ff2-4370-aa19-17a9329d3a4f 2018-08-20 10:52:25,231 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,325 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d7da032-ad08-4014-8b6c-c497fae6c291 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-1d7da032-ad08-4014-8b6c-c497fae6c291 2018-08-20 10:52:25,326 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,413 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9d0a0bc-ba6a-4cc1-a329-131db2e535d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-f9d0a0bc-ba6a-4cc1-a329-131db2e535d7 2018-08-20 10:52:25,413 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,507 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16482595-86d0-40bc-9225-0abf587c3c08 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-16482595-86d0-40bc-9225-0abf587c3c08 2018-08-20 10:52:25,508 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,606 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1c1d2f2-1cc1-4ba0-8b92-68c544cfffff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-f1c1d2f2-1cc1-4ba0-8b92-68c544cfffff 2018-08-20 10:52:25,607 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,696 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-304cd90e-2256-4057-9684-2cdb55d25ea3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-304cd90e-2256-4057-9684-2cdb55d25ea3 2018-08-20 10:52:25,696 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,824 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce49ec31-cae9-458f-9dbe-ddce5c293801 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:25,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-ce49ec31-cae9-458f-9dbe-ddce5c293801 2018-08-20 10:52:25,824 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:25,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:25,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d36ac57-025e-484d-99f2-22d300ad63e9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:52:25,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-9d36ac57-025e-484d-99f2-22d300ad63e9 2018-08-20 10:52:25,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:26,019 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f60dbae-98d5-470f-b478-2672cc1f14e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:26,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-4f60dbae-98d5-470f-b478-2672cc1f14e3 2018-08-20 10:52:26,020 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:26,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:26,114 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee17358f-9612-4538-a2a7-fcb480c26742 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:52:26,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-ee17358f-9612-4538-a2a7-fcb480c26742 2018-08-20 10:52:26,115 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:52:26,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:26,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899bbd5a-804a-410c-ae7f-d9c036059f0a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "651aa3489df04f1aae47ced7bad093fd", "name": "CreateStackSuccessTests-7bf4bda2-58a5-438-proj"}} 2018-08-20 10:52:26,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd used request id req-899bbd5a-804a-410c-ae7f-d9c036059f0a 2018-08-20 10:52:26,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14 2018-08-20 10:52:26,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:26,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e3f1707f-0064-443d-813f-9cef73a465f4 Date: Mon, 20 Aug 2018 10:52:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:51:54Z", "security_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "port_range_min": null, "revision_number": 0, "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "created_at": "2018-08-20T10:51:54Z", "project_id": "651aa3489df04f1aae47ced7bad093fd", "id": "1671b4c3-3f41-4d3b-a915-6e343d219308"}, {"remote_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:51:54Z", "security_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "port_range_min": null, "revision_number": 0, "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "created_at": "2018-08-20T10:51:54Z", "project_id": "651aa3489df04f1aae47ced7bad093fd", "id": "6e4bb0e5-d53a-41ab-95f5-ebdb23139b51"}, {"remote_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:51:54Z", "security_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "port_range_min": null, "revision_number": 0, "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "created_at": "2018-08-20T10:51:54Z", "project_id": "651aa3489df04f1aae47ced7bad093fd", "id": "9b3b2b76-7811-46d5-a478-85a6de304025"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:51:54Z", "security_group_id": "e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14", "port_range_min": null, "revision_number": 0, "tenant_id": "651aa3489df04f1aae47ced7bad093fd", "created_at": "2018-08-20T10:51:54Z", "project_id": "651aa3489df04f1aae47ced7bad093fd", "id": "ac08104c-0dee-4ae2-b0de-6df1175d4818"}]} 2018-08-20 10:52:26,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14 used request id req-e3f1707f-0064-443d-813f-9cef73a465f4 2018-08-20 10:52:26,424 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:52:26,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:26,771 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1665888-c38d-4d10-93ad-26856610921b Content-Length: 0 Date: Mon, 20 Aug 2018 10:52:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:52:26,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/e36e1fda-f01c-4caf-b9d7-0ee8fc63ee14 used request id req-f1665888-c38d-4d10-93ad-26856610921b 2018-08-20 10:52:26,772 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-7bf4bda2-58a5-438-proj 2018-08-20 10:52:26,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:27,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fd93774-9c7f-496c-b643-7125911fc49b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:52:27,151 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/651aa3489df04f1aae47ced7bad093fd used request id req-3fd93774-9c7f-496c-b643-7125911fc49b 2018-08-20 10:52:27,152 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-7bf4bda2-58a5-438-proj-role 2018-08-20 10:52:27,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/2c9fddc92089465b86a4b1c13a1ffe03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:27,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acbb34f5-b158-4976-a69b-b15ebaed5668 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:52:27,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/2c9fddc92089465b86a4b1c13a1ffe03 used request id req-acbb34f5-b158-4976-a69b-b15ebaed5668 2018-08-20 10:52:27,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ae727e57a5d4aad6eed8d6f2d10c1e89a46455" 2018-08-20 10:52:27,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6534f281-6f93-4638-84d0-365743ad361f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:52:27,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6534f281-6f93-4638-84d0-365743ad361f 2018-08-20 10:52:27,372 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-7bf4bda2-58a5-438-user 2018-08-20 10:52:27,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/a1caa0192621458e88e28ec18feacc48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}786cc90127ca30b0ea2c7bca152eaf1415881309" 2018-08-20 10:52:27,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34569818-885b-4d72-868d-18ac511ed212 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:52:27,572 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/a1caa0192621458e88e28ec18feacc48 used request id req-34569818-885b-4d72-868d-18ac511ed212 2018-08-20 10:52:27,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:27,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ypttmWYfRfOWaeNtz2qHng"], "issued_at": "2018-08-20T10:52:27.000000Z"}} 2018-08-20 10:52:27,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ca89d2b4e06f365be00bf8b8f89ee733e627bcb" 2018-08-20 10:52:28,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa02a256-782b-4aa3-83ea-b2cf4af9c542 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:52:28,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-aa02a256-782b-4aa3-83ea-b2cf4af9c542 2018-08-20 10:52:28,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:52:28,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:28,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:52:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["riiVzxKrQv6sSfx_WTeCeA"], "issued_at": "2018-08-20T10:52:28.000000Z"}} 2018-08-20 10:52:28,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:52:28,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71eaf49d-4271-4bac-92e1-84793226cad0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:52:28,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-71eaf49d-4271-4bac-92e1-84793226cad0 2018-08-20 10:52:28,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:52:28,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:52:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:52:28,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-08e61d56-8491-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:52:28,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9d8384-6dcc-4e62-9e4c-d1e9c43dbf7c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-08e61d56-8491-471-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:52:28,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-08e61d56-8491-471-proj used request id req-9e9d8384-6dcc-4e62-9e4c-d1e9c43dbf7c 2018-08-20 10:52:28,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:52:28,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac722347-6af4-47cb-a65b-af25068ca267 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:52:28,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-ac722347-6af4-47cb-a65b-af25068ca267 2018-08-20 10:52:28,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}}' 2018-08-20 10:52:28,845 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:52:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95667fdb-6bf4-4e1a-9811-c17bbf229270 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6"}, "tags": [], "enabled": true, "id": "66a9c858a8c04785a698bb8c91aa39e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}} 2018-08-20 10:52:28,845 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-95667fdb-6bf4-4e1a-9811-c17bbf229270 2018-08-20 10:52:28,845 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-08e61d56-8491-471-proj 2018-08-20 10:52:28,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:52:28,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:29,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["xE3hsbXDRJuPPFs_CLUy1A"], "issued_at": "2018-08-20T10:52:29.000000Z"}} 2018-08-20 10:52:29,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1536dfb7f275c57a7f6f7f42e9fec5add91c76e" 2018-08-20 10:52:29,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4c082e-b08c-4340-bed5-fb74dc5687d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:52:29,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fc4c082e-b08c-4340-bed5-fb74dc5687d9 2018-08-20 10:52:29,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:52:29,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:52:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:52:29,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1536dfb7f275c57a7f6f7f42e9fec5add91c76e" 2018-08-20 10:52:29,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989a887e-3235-43e3-a975-ccbf04589dad Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:52:29,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-989a887e-3235-43e3-a975-ccbf04589dad 2018-08-20 10:52:29,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-08e61d56-8491-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1536dfb7f275c57a7f6f7f42e9fec5add91c76e" 2018-08-20 10:52:29,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f1fe597-fbb5-422e-9440-6c92edf766c3 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-08e61d56-8491-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6"}, "tags": [], "enabled": true, "id": "66a9c858a8c04785a698bb8c91aa39e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}]} 2018-08-20 10:52:29,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-08e61d56-8491-471-proj used request id req-9f1fe597-fbb5-422e-9440-6c92edf766c3 2018-08-20 10:52:29,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1536dfb7f275c57a7f6f7f42e9fec5add91c76e" 2018-08-20 10:52:29,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ab922dd-ed47-4fed-b534-f68313e4009f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:52:29,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-4ab922dd-ed47-4fed-b534-f68313e4009f 2018-08-20 10:52:30,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1536dfb7f275c57a7f6f7f42e9fec5add91c76e" 2018-08-20 10:52:30,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b629e3a6-3487-4452-99f2-fb48b755477c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:52:30,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b629e3a6-3487-4452-99f2-fb48b755477c 2018-08-20 10:52:30,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-08e61d56-8491-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1536dfb7f275c57a7f6f7f42e9fec5add91c76e" 2018-08-20 10:52:30,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfa2f4e6-9474-4a0b-9836-29fd34ba6a70 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-08e61d56-8491-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6"}, "tags": [], "enabled": true, "id": "66a9c858a8c04785a698bb8c91aa39e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}]} 2018-08-20 10:52:30,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-08e61d56-8491-471-proj used request id req-dfa2f4e6-9474-4a0b-9836-29fd34ba6a70 2018-08-20 10:52:30,225 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-08e61d56-8491-471-user 2018-08-20 10:52:30,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:52:30,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:52:30,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf0c3468-86d4-4e23-88a0-254eeb37fc3d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:52:30,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-bf0c3468-86d4-4e23-88a0-254eeb37fc3d 2018-08-20 10:52:30,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" -d '{"role": {"name": "CreateStackSuccessTests-08e61d56-8491-471-proj-role"}}' 2018-08-20 10:52:30,450 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:52:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9672950a-7fa6-4c4a-8818-1d145c56e51b Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f2c0d7b58f244a993df20526afea756", "links": {"self": "http://172.30.9.36:5000/v3/roles/0f2c0d7b58f244a993df20526afea756"}, "name": "CreateStackSuccessTests-08e61d56-8491-471-proj-role"}} 2018-08-20 10:52:30,450 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-9672950a-7fa6-4c4a-8818-1d145c56e51b 2018-08-20 10:52:30,451 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-08e61d56-8491-471-proj-role 2018-08-20 10:52:30,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/0f2c0d7b58f244a993df20526afea756 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:52:30,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234abc49-5fee-4221-bfa0-7b39fe98fd76 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f2c0d7b58f244a993df20526afea756", "links": {"self": "http://172.30.9.36:5000/v3/roles/0f2c0d7b58f244a993df20526afea756"}, "name": "CreateStackSuccessTests-08e61d56-8491-471-proj-role"}} 2018-08-20 10:52:30,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/0f2c0d7b58f244a993df20526afea756 used request id req-234abc49-5fee-4221-bfa0-7b39fe98fd76 2018-08-20 10:52:30,546 - keystone_utils - INFO - Granting role CreateStackSuccessTests-08e61d56-8491-471-proj-role to project CreateStackSuccessTests-08e61d56-8491-471-proj 2018-08-20 10:52:30,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6/users/ac94c8ed6f7841ee9540b7b68438b90e/roles/0f2c0d7b58f244a993df20526afea756 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:52:30,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:52:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14cf0d80-d39d-4096-81cd-3a072b1999c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:52:30,693 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6/users/ac94c8ed6f7841ee9540b7b68438b90e/roles/0f2c0d7b58f244a993df20526afea756 used request id req-14cf0d80-d39d-4096-81cd-3a072b1999c6 2018-08-20 10:52:30,694 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:52:30,694 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:52:30,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:52:30,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:31,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f2c0d7b58f244a993df20526afea756", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj-role"}], "expires_at": "2018-08-20T11:52:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66a9c858a8c04785a698bb8c91aa39e6", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-08e61d56-8491-471-user", "id": "ac94c8ed6f7841ee9540b7b68438b90e"}, "audit_ids": ["mjTs-o40SDGjUs9KZmzO0g"], "issued_at": "2018-08-20T10:52:31.000000Z"}} 2018-08-20 10:52:31,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" 2018-08-20 10:52:31,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7239d674-27e4-49fb-84da-436f246055a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:52:31,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7239d674-27e4-49fb-84da-436f246055a9 2018-08-20 10:52:31,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" 2018-08-20 10:52:31,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-6858fe14-0e0f-41a6-94f3-e5e4d516a209 Date: Mon, 20 Aug 2018 10:52:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image"} 2018-08-20 10:52:31,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image used request id req-6858fe14-0e0f-41a6-94f3-e5e4d516a209 2018-08-20 10:52:31,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" 2018-08-20 10:52:31,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-343be895-4e4c-4405-8004-5b223d82519b Date: Mon, 20 Aug 2018 10:52: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:52:31,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-343be895-4e4c-4405-8004-5b223d82519b 2018-08-20 10:52:31,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image"}' 2018-08-20 10:52:31,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-60167597-1d42-40b1-9a82-69e23c09d448 Date: Mon, 20 Aug 2018 10:52:31 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:52:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:52:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634", "min_disk": 0, "protected": false, "id": "1620fe38-fa4c-4fd5-917f-c0440140e634", "file": "/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634/file", "checksum": null, "owner": "66a9c858a8c04785a698bb8c91aa39e6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:52:31,905 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-60167597-1d42-40b1-9a82-69e23c09d448 2018-08-20 10:52:31,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" -d '' 2018-08-20 10:52:32,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9781320c-a76b-4e06-9932-438e1562e4ab Date: Mon, 20 Aug 2018 10:52:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:52:32,608 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634/file used request id req-9781320c-a76b-4e06-9932-438e1562e4ab 2018-08-20 10:52:32,609 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:52:32,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" 2018-08-20 10:52:32,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-722b0b76-b0ec-4e34-b420-214a413cc84a Date: Mon, 20 Aug 2018 10:52:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:52:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:52:32Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1620fe38-fa4c-4fd5-917f-c0440140e634/snap", "metadata": {}}], "self": "/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634", "min_disk": 0, "protected": false, "id": "1620fe38-fa4c-4fd5-917f-c0440140e634", "file": "/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "66a9c858a8c04785a698bb8c91aa39e6", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1620fe38-fa4c-4fd5-917f-c0440140e634/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:52:32,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634 used request id req-722b0b76-b0ec-4e34-b420-214a413cc84a 2018-08-20 10:52:32,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" 2018-08-20 10:52:32,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ea65aa77-e2c5-4fb5-88ac-da7c217e6ec4 Date: Mon, 20 Aug 2018 10:52: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:52:32,992 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-ea65aa77-e2c5-4fb5-88ac-da7c217e6ec4 2018-08-20 10:52:32,995 - create_image - INFO - Created image with name - CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image 2018-08-20 10:52:32,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" 2018-08-20 10:52:33,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-938fe632-e856-41dc-a51c-cdc41b708fd4 Date: Mon, 20 Aug 2018 10:52:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:52:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:52:32Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1620fe38-fa4c-4fd5-917f-c0440140e634/snap", "metadata": {}}], "self": "/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634", "min_disk": 0, "protected": false, "id": "1620fe38-fa4c-4fd5-917f-c0440140e634", "file": "/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "66a9c858a8c04785a698bb8c91aa39e6", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/1620fe38-fa4c-4fd5-917f-c0440140e634/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:52:33,187 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634 used request id req-938fe632-e856-41dc-a51c-cdc41b708fd4 2018-08-20 10:52:33,187 - create_image - DEBUG - Instance status is - active 2018-08-20 10:52:33,187 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image 2018-08-20 10:52:33,188 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image 2018-08-20 10:52:33,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:52:33,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:33,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["YG7rTgvkRmCi5hIS3RbECg"], "issued_at": "2018-08-20T10:52:33.000000Z"}} 2018-08-20 10:52:33,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baf07e4bd825f6d28c39fcd4e9f648576e7ad659" 2018-08-20 10:52:33,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2699bf50-da10-4308-99e8-e995a8340ebf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:52:33,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2699bf50-da10-4308-99e8-e995a8340ebf 2018-08-20 10:52:33,682 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:52:33,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baf07e4bd825f6d28c39fcd4e9f648576e7ad659" 2018-08-20 10:52:33,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb952d11-01c0-4c87-a794-a204b172046e x-compute-request-id: req-cb952d11-01c0-4c87-a794-a204b172046e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:52:33,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-cb952d11-01c0-4c87-a794-a204b172046e 2018-08-20 10:52:33,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baf07e4bd825f6d28c39fcd4e9f648576e7ad659" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-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-08-20 10:52:33,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c21322cb-50a0-4583-b0d4-b4216eed4280 x-compute-request-id: req-c21322cb-50a0-4583-b0d4-b4216eed4280 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/91a18fd5-ad7b-491b-aece-c36ceb4bb55d", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/91a18fd5-ad7b-491b-aece-c36ceb4bb55d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "91a18fd5-ad7b-491b-aece-c36ceb4bb55d"}} 2018-08-20 10:52:33,934 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-c21322cb-50a0-4583-b0d4-b4216eed4280 2018-08-20 10:52:33,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:52:33,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:34,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f2c0d7b58f244a993df20526afea756", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj-role"}], "expires_at": "2018-08-20T11:52:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66a9c858a8c04785a698bb8c91aa39e6", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-08e61d56-8491-471-user", "id": "ac94c8ed6f7841ee9540b7b68438b90e"}, "audit_ids": ["k5PSYVqQQKutXHH1LYLILQ"], "issued_at": "2018-08-20T10:52:34.000000Z"}} 2018-08-20 10:52:34,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:34,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2ab676-e84c-40b1-ac1d-080f6a5a4da5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:52:34,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ac2ab676-e84c-40b1-ac1d-080f6a5a4da5 2018-08-20 10:52:34,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:52:34,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:52:34,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:52:34,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:52:34,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:52:34,425 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:52:34,428 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:52:34,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:34,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:34 GMT Server: Apache x-openstack-request-id: req-4167c9ae-30d2-4eb6-bf60-33426cfc05e6 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:52:34,629 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack used request id req-4167c9ae-30d2-4eb6-bf60-33426cfc05e6 2018-08-20 10:52:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-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-865086ea-ffc6-409d-95e1-951c320da7cf-net", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}}' 2018-08-20 10:52:37,314 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:52:34 GMT Server: Apache x-openstack-request-id: req-faa65b98-a7d4-4bf5-bcd4-b6ebb14b7162 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}]}} 2018-08-20 10:52:37,314 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks used request id req-faa65b98-a7d4-4bf5-bcd4-b6ebb14b7162 2018-08-20 10:52:37,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:37,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:37 GMT Server: Apache x-openstack-request-id: req-095c6255-58e1-465d-ad04-8058c4738ec5 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:37,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:37 GMT Server: Apache x-openstack-request-id: req-3406200e-26bc-45ab-aa30-2ad58a1b7de9 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:37,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-3406200e-26bc-45ab-aa30-2ad58a1b7de9 2018-08-20 10:52:37,730 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack 2018-08-20 10:52:37,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:37,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:37 GMT Server: Apache x-openstack-request-id: req-485fd534-76e5-483e-aebe-5976201c3fec Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:38,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:37 GMT Server: Apache x-openstack-request-id: req-35ba2bb4-929b-446e-a2b1-108efe43a39c 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:38,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-35ba2bb4-929b-446e-a2b1-108efe43a39c 2018-08-20 10:52:38,153 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:52:38,153 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:41,156 - create_stack - DEBUG - Stack status query timeout in 1196.57420015 2018-08-20 10:52:41,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:41,395 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:41 GMT Server: Apache x-openstack-request-id: req-45bd0e6a-656a-463c-a495-bf6851f03da7 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:41,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:41 GMT Server: Apache x-openstack-request-id: req-7029fe8f-3019-4e7b-b9ae-aa5a693337fc 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:41,590 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-7029fe8f-3019-4e7b-b9ae-aa5a693337fc 2018-08-20 10:52:41,591 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:52:41,591 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:44,594 - create_stack - DEBUG - Stack status query timeout in 1193.13610506 2018-08-20 10:52:44,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:44,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:44 GMT Server: Apache x-openstack-request-id: req-19a863f5-4af0-421d-a50d-be847c22ff17 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:45,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:44 GMT Server: Apache x-openstack-request-id: req-83eb08ca-af90-49c7-98ec-679c4ae68ac3 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:45,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-83eb08ca-af90-49c7-98ec-679c4ae68ac3 2018-08-20 10:52:45,014 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:52:45,014 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:48,017 - create_stack - DEBUG - Stack status query timeout in 1189.71298313 2018-08-20 10:52:48,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:48,214 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:48 GMT Server: Apache x-openstack-request-id: req-475a7e1d-7789-48ee-ac35-90604a279bbc Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:48,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:48 GMT Server: Apache x-openstack-request-id: req-d7935c4c-c782-4a17-b75c-d36c4cf628ce 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:48,462 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-d7935c4c-c782-4a17-b75c-d36c4cf628ce 2018-08-20 10:52:48,462 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:52:48,463 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:51,466 - create_stack - DEBUG - Stack status query timeout in 1186.26434493 2018-08-20 10:52:51,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:51,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:51 GMT Server: Apache x-openstack-request-id: req-61c15436-1382-4221-9792-256968901fdb Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:51,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:51 GMT Server: Apache x-openstack-request-id: req-3777f222-c32c-44c6-bbe7-d3553f7ebddc 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:51,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-3777f222-c32c-44c6-bbe7-d3553f7ebddc 2018-08-20 10:52:51,743 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:52:51,743 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:52:54,746 - create_stack - DEBUG - Stack status query timeout in 1182.98383403 2018-08-20 10:52:54,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:54,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:54 GMT Server: Apache x-openstack-request-id: req-7e349122-a82f-48bf-a43a-6e07f945e96a Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:54,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:54 GMT Server: Apache x-openstack-request-id: req-fd381d57-ef9a-4715-9c3b-c973ed62c0a6 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:54,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-fd381d57-ef9a-4715-9c3b-c973ed62c0a6 2018-08-20 10:52:54,823 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:52:54,824 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack 2018-08-20 10:52:54,824 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack 2018-08-20 10:52:54,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:55,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f2c0d7b58f244a993df20526afea756", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj-role"}], "expires_at": "2018-08-20T11:52:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66a9c858a8c04785a698bb8c91aa39e6", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-08e61d56-8491-471-user", "id": "ac94c8ed6f7841ee9540b7b68438b90e"}, "audit_ids": ["jcPSmIELQC-tqXS5PqAUjA"], "issued_at": "2018-08-20T10:52:55.000000Z"}} 2018-08-20 10:52:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f1e963b8d18ec9b7f909a076e7bd64f172d95a4" 2018-08-20 10:52:55,440 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:55 GMT Server: Apache x-openstack-request-id: req-2d8e4070-14dc-40cf-a87c-4fa70fe9ff8b Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:55,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:55 GMT Server: Apache x-openstack-request-id: req-9464bb69-1144-4ef0-890b-750c0f693f0c 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:55,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-9464bb69-1144-4ef0-890b-750c0f693f0c 2018-08-20 10:52:55,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:55,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:55 GMT Server: Apache x-openstack-request-id: req-ad462c4c-976b-444e-a4ee-e242129fcaa8 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:55,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:55 GMT Server: Apache x-openstack-request-id: req-fed77b2f-5abd-45b9-8be4-c4e38ed3cc89 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:55,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-fed77b2f-5abd-45b9-8be4-c4e38ed3cc89 2018-08-20 10:52:55,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:52:55,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:52:56,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f2c0d7b58f244a993df20526afea756", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj-role"}], "expires_at": "2018-08-20T11:52:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66a9c858a8c04785a698bb8c91aa39e6", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/66a9c858a8c04785a698bb8c91aa39e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-08e61d56-8491-471-user", "id": "ac94c8ed6f7841ee9540b7b68438b90e"}, "audit_ids": ["qcEoaEyFQrCCHkdk5x5fgA"], "issued_at": "2018-08-20T10:52:56.000000Z"}} 2018-08-20 10:52:56,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff5b376e5faf21adb3755429bde68cc9f138a5f" 2018-08-20 10:52:56,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b12c4d9-30d2-4b66-9720-7b53a74dca77 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:52:56,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7b12c4d9-30d2-4b66-9720-7b53a74dca77 2018-08-20 10:52:56,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:52:56,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:52:56,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:52:56,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:52:56,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:52:56,400 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:52:56,403 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:52:56,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff5b376e5faf21adb3755429bde68cc9f138a5f" 2018-08-20 10:52:56,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:56 GMT Server: Apache x-openstack-request-id: req-b4373ca7-4b7e-461c-8dfb-d57b5472e488 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "deletion_time": null, "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "tags": null}]} 2018-08-20 10:52:56,619 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack used request id req-b4373ca7-4b7e-461c-8dfb-d57b5472e488 2018-08-20 10:52:56,620 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack 2018-08-20 10:52:56,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff5b376e5faf21adb3755429bde68cc9f138a5f" 2018-08-20 10:52:56,820 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:56 GMT Server: Apache x-openstack-request-id: req-6d70cc79-0e73-4e5b-a2ed-121f960209a1 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:57,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:56 GMT Server: Apache x-openstack-request-id: req-b616d74a-59ea-4cdf-ae35-2fdc4de59ab3 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:57,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-b616d74a-59ea-4cdf-ae35-2fdc4de59ab3 2018-08-20 10:52:57,044 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack 2018-08-20 10:52:57,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:57,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:57 GMT Server: Apache x-openstack-request-id: req-6706c6b9-68ec-4e64-a1cb-33fe1c5ad160 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:57,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:52:57 GMT Server: Apache x-openstack-request-id: req-0b40f6e0-b2d2-4136-9856-b18ebce46c41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:52:57,117 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-0b40f6e0-b2d2-4136-9856-b18ebce46c41 2018-08-20 10:52:57,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:52:57,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:52:57 GMT Server: Apache x-openstack-request-id: req-be8e7ac5-eadb-45c0-abbf-5bd04edc24ac Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:52:57,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:52:57 GMT Server: Apache x-openstack-request-id: req-a4c193a0-5ce8-48e1-afaf-332e4f784f7e 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:52:57Z", "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:52:57,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-a4c193a0-5ce8-48e1-afaf-332e4f784f7e 2018-08-20 10:52:57,515 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:52:57,515 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:00,518 - create_stack - DEBUG - Stack status query timeout in 1196.59866905 2018-08-20 10:53:00,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:53:00,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:00 GMT Server: Apache x-openstack-request-id: req-b237ab11-2ab3-4889-a9dc-7ebb9e48dbf1 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:01,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:00 GMT Server: Apache x-openstack-request-id: req-730b2c05-90bd-4e8a-878a-2c52cff302a6 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:52:57Z", "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:01,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-730b2c05-90bd-4e8a-878a-2c52cff302a6 2018-08-20 10:53:01,010 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:53:01,010 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:04,013 - create_stack - DEBUG - Stack status query timeout in 1193.10356188 2018-08-20 10:53:04,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:53:04,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:04 GMT Server: Apache x-openstack-request-id: req-ec0318e2-9fca-4bfe-9e5d-d5961ce4dd2c Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:04,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:04 GMT Server: Apache x-openstack-request-id: req-abd0b6a9-f4c8-430e-83d6-ae43ee5e485e 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:52:57Z", "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:04,072 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-abd0b6a9-f4c8-430e-83d6-ae43ee5e485e 2018-08-20 10:53:04,072 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:53:04,072 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:07,075 - create_stack - DEBUG - Stack status query timeout in 1190.04156804 2018-08-20 10:53:07,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:53:07,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:07 GMT Server: Apache x-openstack-request-id: req-00a9b197-8451-4465-8f2c-c99e15dbb866 Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:07,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:07 GMT Server: Apache x-openstack-request-id: req-63f2244b-26b5-435b-8255-dd9f1d65582b 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": "66a9c858a8c04785a698bb8c91aa39e6", "OS::stack_id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "image_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image", "inst_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-inst", "subnet_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-subnet", "flavor_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-flavor-name", "net_name": "CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack", "stack_user_project_id": "e03b2398a06f4f548b881bbb97c36aac", "tags": null, "creation_time": "2018-08-20T10:52:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:52:57Z", "id": "ffbf626d-25b2-4e46-90ef-b289df7b6e13", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:07,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-63f2244b-26b5-435b-8255-dd9f1d65582b 2018-08-20 10:53:07,321 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:53:07,321 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack 2018-08-20 10:53:07,322 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack 2018-08-20 10:53:07,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/ffbf626d-25b2-4e46-90ef-b289df7b6e13 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4617195b118b064c1fdf3543687c4de8b63094b0" 2018-08-20 10:53:07,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:07 GMT Server: Apache x-openstack-request-id: req-f9041d05-2afa-4523-8cab-ce0a701d899f Location: http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:07,554 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:53:07 GMT Server: Apache x-openstack-request-id: req-67b2ca35-ff89-4844-8c07-a5072525a025 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:53:07,554 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/66a9c858a8c04785a698bb8c91aa39e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-stack/ffbf626d-25b2-4e46-90ef-b289df7b6e13 used request id req-67b2ca35-ff89-4844-8c07-a5072525a025 2018-08-20 10:53:07,555 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-865086ea-ffc6-409d-95e1-951c320da7cf-image 2018-08-20 10:53:07,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777ad77754fa5540aae44a4d4e746a3b8ff47bc9" 2018-08-20 10:53:08,019 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93d0cb90-1a97-4141-a0d5-bb2d1d86af53 Date: Mon, 20 Aug 2018 10:53:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:53:08,019 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/1620fe38-fa4c-4fd5-917f-c0440140e634 used request id req-93d0cb90-1a97-4141-a0d5-bb2d1d86af53 2018-08-20 10:53:08,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/91a18fd5-ad7b-491b-aece-c36ceb4bb55d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baf07e4bd825f6d28c39fcd4e9f648576e7ad659" 2018-08-20 10:53:08,055 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:53: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-42022525-be41-44f3-9c06-2c3b3df6a6fa x-compute-request-id: req-42022525-be41-44f3-9c06-2c3b3df6a6fa Content-Length: 0 Content-Type: application/json 2018-08-20 10:53:08,055 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/91a18fd5-ad7b-491b-aece-c36ceb4bb55d used request id req-42022525-be41-44f3-9c06-2c3b3df6a6fa 2018-08-20 10:53:08,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:53:08,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:53:08,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:53:08,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:53:08,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:53:08,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:53:08,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-fe388ba0-b257-4e50-ae02-d93e1690dd18 Date: Mon, 20 Aug 2018 10:53:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "created_at": "2018-08-20T10:52:38Z", "updated_at": "2018-08-20T10:52:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:52:38Z", "revision_number": 0, "id": "0930b9f7-701f-4bb0-a376-56e0c0fbdbcf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:52:38Z", "security_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "66a9c858a8c04785a698bb8c91aa39e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:52:38Z", "revision_number": 0, "id": "5bb619a7-82b3-4cc1-ba6f-2358c37c941e", "remote_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:52:38Z", "security_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "66a9c858a8c04785a698bb8c91aa39e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:52:38Z", "revision_number": 0, "id": "5bc60388-f598-4c48-9255-5668e45d9719", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:52:38Z", "security_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "66a9c858a8c04785a698bb8c91aa39e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:52:38Z", "revision_number": 0, "id": "f68c8e41-d453-4f17-976a-9337ff41424c", "remote_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:52:38Z", "security_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "66a9c858a8c04785a698bb8c91aa39e6"}], "revision_number": 4, "project_id": "66a9c858a8c04785a698bb8c91aa39e6", "id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:53:08,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-fe388ba0-b257-4e50-ae02-d93e1690dd18 2018-08-20 10:53:08,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:53:08,432 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:53:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaea10c7-1a16-4f72-bc03-48835c5aa91b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:53:08,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-eaea10c7-1a16-4f72-bc03-48835c5aa91b 2018-08-20 10:53:08,433 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:53:08,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:53:08,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3df275-8718-491a-bbf4-26edc744e6e8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "66a9c858a8c04785a698bb8c91aa39e6", "name": "CreateStackSuccessTests-08e61d56-8491-471-proj"}} 2018-08-20 10:53:08,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6 used request id req-1c3df275-8718-491a-bbf4-26edc744e6e8 2018-08-20 10:53:08,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 09c75d64-88df-4af3-a01f-82c4a8e4677f 2018-08-20 10:53:08,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=09c75d64-88df-4af3-a01f-82c4a8e4677f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:53:08,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b3bfd6d3-3ff4-4a9a-a3d0-6c5dcbf7b3a8 Date: Mon, 20 Aug 2018 10:53:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:52:38Z", "security_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "port_range_min": null, "revision_number": 0, "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "created_at": "2018-08-20T10:52:38Z", "project_id": "66a9c858a8c04785a698bb8c91aa39e6", "id": "0930b9f7-701f-4bb0-a376-56e0c0fbdbcf"}, {"remote_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:52:38Z", "security_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "port_range_min": null, "revision_number": 0, "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "created_at": "2018-08-20T10:52:38Z", "project_id": "66a9c858a8c04785a698bb8c91aa39e6", "id": "5bb619a7-82b3-4cc1-ba6f-2358c37c941e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:52:38Z", "security_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "port_range_min": null, "revision_number": 0, "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "created_at": "2018-08-20T10:52:38Z", "project_id": "66a9c858a8c04785a698bb8c91aa39e6", "id": "5bc60388-f598-4c48-9255-5668e45d9719"}, {"remote_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:52:38Z", "security_group_id": "09c75d64-88df-4af3-a01f-82c4a8e4677f", "port_range_min": null, "revision_number": 0, "tenant_id": "66a9c858a8c04785a698bb8c91aa39e6", "created_at": "2018-08-20T10:52:38Z", "project_id": "66a9c858a8c04785a698bb8c91aa39e6", "id": "f68c8e41-d453-4f17-976a-9337ff41424c"}]} 2018-08-20 10:53:08,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=09c75d64-88df-4af3-a01f-82c4a8e4677f used request id req-b3bfd6d3-3ff4-4a9a-a3d0-6c5dcbf7b3a8 2018-08-20 10:53:08,731 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:53:08,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/09c75d64-88df-4af3-a01f-82c4a8e4677f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:53:09,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50da2f31-ee7d-4407-b07e-6b796cb40b6f Content-Length: 0 Date: Mon, 20 Aug 2018 10:53:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:53:09,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/09c75d64-88df-4af3-a01f-82c4a8e4677f used request id req-50da2f31-ee7d-4407-b07e-6b796cb40b6f 2018-08-20 10:53:09,128 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-08e61d56-8491-471-proj 2018-08-20 10:53:09,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:53:09,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fe942ea-f99c-4a62-96ce-05415cc63a5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:09,732 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/66a9c858a8c04785a698bb8c91aa39e6 used request id req-8fe942ea-f99c-4a62-96ce-05415cc63a5f 2018-08-20 10:53:09,732 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-08e61d56-8491-471-proj-role 2018-08-20 10:53:09,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/0f2c0d7b58f244a993df20526afea756 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:53:09,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-683ca935-e5ec-43cd-923f-f1161c9f6ad3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:09,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/0f2c0d7b58f244a993df20526afea756 used request id req-683ca935-e5ec-43cd-923f-f1161c9f6ad3 2018-08-20 10:53:09,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd91a92b2f2281ab5c2d34f4aa7d877e386ba28" 2018-08-20 10:53:09,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e33d726d-ee1f-4319-83c0-c1d52fa7156d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:53:09,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e33d726d-ee1f-4319-83c0-c1d52fa7156d 2018-08-20 10:53:09,942 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-08e61d56-8491-471-user 2018-08-20 10:53:09,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/ac94c8ed6f7841ee9540b7b68438b90e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1536dfb7f275c57a7f6f7f42e9fec5add91c76e" 2018-08-20 10:53:10,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fc7c785-c0ee-435b-b03b-1b545901c27e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:10,139 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/ac94c8ed6f7841ee9540b7b68438b90e used request id req-3fc7c785-c0ee-435b-b03b-1b545901c27e 2018-08-20 10:53:10,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:10,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["sA5gC4XRRsuTUUKF-7lybg"], "issued_at": "2018-08-20T10:53:10.000000Z"}} 2018-08-20 10:53:10,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b5799f76d6229d972595e5ef079be5f7e5161ef" 2018-08-20 10:53:10,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-454db519-e243-4899-9ded-2c78c9cc96f2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:10,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-454db519-e243-4899-9ded-2c78c9cc96f2 2018-08-20 10:53:10,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:10,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:11,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["JeH89_c9SoKwpD8P2rtfkQ"], "issued_at": "2018-08-20T10:53:11.000000Z"}} 2018-08-20 10:53:11,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:11,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a29b4e-72c8-4748-90aa-d8e9f6e102bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:11,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-72a29b4e-72c8-4748-90aa-d8e9f6e102bd 2018-08-20 10:53:11,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:53:11,122 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:53:11,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-60634946-9959-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:11,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbc0cdc-39de-493e-b741-49751a232122 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-60634946-9959-4aa-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:53:11,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-60634946-9959-4aa-proj used request id req-bdbc0cdc-39de-493e-b741-49751a232122 2018-08-20 10:53:11,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:11,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc2fe98-ce5a-4bcc-80cf-e07361955854 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:53:11,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-3bc2fe98-ce5a-4bcc-80cf-e07361955854 2018-08-20 10:53:11,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}}' 2018-08-20 10:53:11,438 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b780a168-6829-4a7c-8cea-033c9891608c Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753"}, "tags": [], "enabled": true, "id": "794caec4d0444691b3dbb1c930d0f753", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}} 2018-08-20 10:53:11,439 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-b780a168-6829-4a7c-8cea-033c9891608c 2018-08-20 10:53:11,439 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-60634946-9959-4aa-proj 2018-08-20 10:53:11,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:11,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:11,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["2zak704PQTyDQZ8VxGFjTw"], "issued_at": "2018-08-20T10:53:11.000000Z"}} 2018-08-20 10:53:11,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221c556a4478d089c3b0e88ed7ce78df9f3655fb" 2018-08-20 10:53:11,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cbbb282-c8fd-415d-9cbb-a2aad9313968 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:11,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7cbbb282-c8fd-415d-9cbb-a2aad9313968 2018-08-20 10:53:11,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:53:11,920 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:53:11,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221c556a4478d089c3b0e88ed7ce78df9f3655fb" 2018-08-20 10:53:12,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a1e09a-3032-4ba4-8f30-d1f573c11a6f Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:53:12,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-28a1e09a-3032-4ba4-8f30-d1f573c11a6f 2018-08-20 10:53:12,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-60634946-9959-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221c556a4478d089c3b0e88ed7ce78df9f3655fb" 2018-08-20 10:53:12,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf3cb33a-e169-4c2e-bd31-d9ac349c228a Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-60634946-9959-4aa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753"}, "tags": [], "enabled": true, "id": "794caec4d0444691b3dbb1c930d0f753", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}]} 2018-08-20 10:53:12,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-60634946-9959-4aa-proj used request id req-cf3cb33a-e169-4c2e-bd31-d9ac349c228a 2018-08-20 10:53:12,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221c556a4478d089c3b0e88ed7ce78df9f3655fb" 2018-08-20 10:53:12,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0cb294c-ddef-4088-bcc9-ddba3b2cb974 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:53:12,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d0cb294c-ddef-4088-bcc9-ddba3b2cb974 2018-08-20 10:53:12,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221c556a4478d089c3b0e88ed7ce78df9f3655fb" 2018-08-20 10:53:12,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-972f13ed-080c-4a1c-b359-8ce25f7183af Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:53:12,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-972f13ed-080c-4a1c-b359-8ce25f7183af 2018-08-20 10:53:12,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-60634946-9959-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221c556a4478d089c3b0e88ed7ce78df9f3655fb" 2018-08-20 10:53:12,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d2d597a-8dfe-488c-8c93-e2dad66beb9b Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-60634946-9959-4aa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753"}, "tags": [], "enabled": true, "id": "794caec4d0444691b3dbb1c930d0f753", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}]} 2018-08-20 10:53:12,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-60634946-9959-4aa-proj used request id req-2d2d597a-8dfe-488c-8c93-e2dad66beb9b 2018-08-20 10:53:12,830 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-60634946-9959-4aa-user 2018-08-20 10:53:12,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:12,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:12,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25ef40f-b77d-4ab5-924b-cbb50b0ce380 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:53:12,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f25ef40f-b77d-4ab5-924b-cbb50b0ce380 2018-08-20 10:53:12,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" -d '{"role": {"name": "CreateStackSuccessTests-60634946-9959-4aa-proj-role"}}' 2018-08-20 10:53:13,036 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fed8cb6c-4f54-4e11-8d39-6d8559100e2e Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0adf959a19f476e813d0eff0f64dae9", "links": {"self": "http://172.30.9.36:5000/v3/roles/f0adf959a19f476e813d0eff0f64dae9"}, "name": "CreateStackSuccessTests-60634946-9959-4aa-proj-role"}} 2018-08-20 10:53:13,036 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-fed8cb6c-4f54-4e11-8d39-6d8559100e2e 2018-08-20 10:53:13,037 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-60634946-9959-4aa-proj-role 2018-08-20 10:53:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/f0adf959a19f476e813d0eff0f64dae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:13,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0848d03e-06bb-42e1-98f2-855767605e35 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0adf959a19f476e813d0eff0f64dae9", "links": {"self": "http://172.30.9.36:5000/v3/roles/f0adf959a19f476e813d0eff0f64dae9"}, "name": "CreateStackSuccessTests-60634946-9959-4aa-proj-role"}} 2018-08-20 10:53:13,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/f0adf959a19f476e813d0eff0f64dae9 used request id req-0848d03e-06bb-42e1-98f2-855767605e35 2018-08-20 10:53:13,132 - keystone_utils - INFO - Granting role CreateStackSuccessTests-60634946-9959-4aa-proj-role to project CreateStackSuccessTests-60634946-9959-4aa-proj 2018-08-20 10:53:13,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753/users/15c41d9f8ec9489ab57abf3df21a8252/roles/f0adf959a19f476e813d0eff0f64dae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:13,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ead59a2a-da53-4368-b1cf-b0e39dcf9cc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:13,274 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753/users/15c41d9f8ec9489ab57abf3df21a8252/roles/f0adf959a19f476e813d0eff0f64dae9 used request id req-ead59a2a-da53-4368-b1cf-b0e39dcf9cc8 2018-08-20 10:53:13,274 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:53:13,274 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:53:13,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:13,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:13,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0adf959a19f476e813d0eff0f64dae9", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj-role"}], "expires_at": "2018-08-20T11:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "794caec4d0444691b3dbb1c930d0f753", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-60634946-9959-4aa-user", "id": "15c41d9f8ec9489ab57abf3df21a8252"}, "audit_ids": ["d-nFpbpjTZ6pPTg9AUYkFQ"], "issued_at": "2018-08-20T10:53:13.000000Z"}} 2018-08-20 10:53:13,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" 2018-08-20 10:53:13,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c6d0a3-0b76-40c4-90af-cb35fd2a0748 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:13,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c1c6d0a3-0b76-40c4-90af-cb35fd2a0748 2018-08-20 10:53:13,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" 2018-08-20 10:53:13,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-1bf4a992-e222-4531-b5c3-b90d9f5b7084 Date: Mon, 20 Aug 2018 10:53:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image"} 2018-08-20 10:53:13,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image used request id req-1bf4a992-e222-4531-b5c3-b90d9f5b7084 2018-08-20 10:53:13,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" 2018-08-20 10:53:14,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-347282a1-d987-4f5a-8ec4-3e34b25c89bc Date: Mon, 20 Aug 2018 10:53: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:53:14,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-347282a1-d987-4f5a-8ec4-3e34b25c89bc 2018-08-20 10:53:14,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image"}' 2018-08-20 10:53:14,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2b9c7f95-fa1a-41d6-ba7b-a51d3eb9b429 Date: Mon, 20 Aug 2018 10:53:14 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:53:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:53:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f", "min_disk": 0, "protected": false, "id": "87e7d62d-45fc-43df-bea3-7ad08def208f", "file": "/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f/file", "checksum": null, "owner": "794caec4d0444691b3dbb1c930d0f753", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:53:14,418 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-2b9c7f95-fa1a-41d6-ba7b-a51d3eb9b429 2018-08-20 10:53:14,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" -d '' 2018-08-20 10:53:14,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6047c504-4c24-4749-bf2f-3c69e9e29e3f Date: Mon, 20 Aug 2018 10:53:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:53:14,881 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f/file used request id req-6047c504-4c24-4749-bf2f-3c69e9e29e3f 2018-08-20 10:53:14,882 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:53:14,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" 2018-08-20 10:53:15,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-9100ed85-13e0-475c-8128-128b5b8b98ca Date: Mon, 20 Aug 2018 10:53:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:53:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:53:14Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/87e7d62d-45fc-43df-bea3-7ad08def208f/snap", "metadata": {}}], "self": "/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f", "min_disk": 0, "protected": false, "id": "87e7d62d-45fc-43df-bea3-7ad08def208f", "file": "/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "794caec4d0444691b3dbb1c930d0f753", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/87e7d62d-45fc-43df-bea3-7ad08def208f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:53:15,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f used request id req-9100ed85-13e0-475c-8128-128b5b8b98ca 2018-08-20 10:53:15,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" 2018-08-20 10:53:15,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9e66a209-670f-4208-b9ba-b6615ac7a421 Date: Mon, 20 Aug 2018 10:53: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:53:15,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-9e66a209-670f-4208-b9ba-b6615ac7a421 2018-08-20 10:53:15,254 - create_image - INFO - Created image with name - CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image 2018-08-20 10:53:15,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" 2018-08-20 10:53:15,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-692cfa50-cdf1-4b44-83d9-783d4567abbb Date: Mon, 20 Aug 2018 10:53:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:53:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:53:14Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/87e7d62d-45fc-43df-bea3-7ad08def208f/snap", "metadata": {}}], "self": "/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f", "min_disk": 0, "protected": false, "id": "87e7d62d-45fc-43df-bea3-7ad08def208f", "file": "/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "794caec4d0444691b3dbb1c930d0f753", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/87e7d62d-45fc-43df-bea3-7ad08def208f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:53:15,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f used request id req-692cfa50-cdf1-4b44-83d9-783d4567abbb 2018-08-20 10:53:15,443 - create_image - DEBUG - Instance status is - active 2018-08-20 10:53:15,443 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image 2018-08-20 10:53:15,443 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image 2018-08-20 10:53:15,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:15,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:15,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:53:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["xRHekyVRRXqZxLKv7q2_wg"], "issued_at": "2018-08-20T10:53:15.000000Z"}} 2018-08-20 10:53:15,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eee78141eb99770be66fba7dfa8fb48d8096563" 2018-08-20 10:53:15,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-444304bd-7ff0-4369-bd44-d8dc3ac6a02d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:15,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-444304bd-7ff0-4369-bd44-d8dc3ac6a02d 2018-08-20 10:53:15,918 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:53:15,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eee78141eb99770be66fba7dfa8fb48d8096563" 2018-08-20 10:53:16,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb3e9dca-1670-47d1-bb31-1ebb638a7c7c x-compute-request-id: req-cb3e9dca-1670-47d1-bb31-1ebb638a7c7c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:53:16,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-cb3e9dca-1670-47d1-bb31-1ebb638a7c7c 2018-08-20 10:53:16,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eee78141eb99770be66fba7dfa8fb48d8096563" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-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-08-20 10:53:16,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-325578b3-ff1b-457a-9983-a0294027aab6 x-compute-request-id: req-325578b3-ff1b-457a-9983-a0294027aab6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f27ca1f5-d76c-4395-8859-8576d7d83b53", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f27ca1f5-d76c-4395-8859-8576d7d83b53", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f27ca1f5-d76c-4395-8859-8576d7d83b53"}} 2018-08-20 10:53:16,154 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-325578b3-ff1b-457a-9983-a0294027aab6 2018-08-20 10:53:16,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:16,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:16,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0adf959a19f476e813d0eff0f64dae9", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj-role"}], "expires_at": "2018-08-20T11:53:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "794caec4d0444691b3dbb1c930d0f753", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-60634946-9959-4aa-user", "id": "15c41d9f8ec9489ab57abf3df21a8252"}, "audit_ids": ["yBMWEnoyQvSfO-bF4picgQ"], "issued_at": "2018-08-20T10:53:16.000000Z"}} 2018-08-20 10:53:16,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:16,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3069701-13a4-4425-8b99-87504d8e5d7d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:16,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f3069701-13a4-4425-8b99-87504d8e5d7d 2018-08-20 10:53:16,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:53:16,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:53:16,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:53:16,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:53:16,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:53:16,644 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:53:16,647 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:53:16,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:16,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:16 GMT Server: Apache x-openstack-request-id: req-70b6b321-93e3-46c9-9b12-ace397fe5ae0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:53:16,844 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack used request id req-70b6b321-93e3-46c9-9b12-ace397fe5ae0 2018-08-20 10:53:16,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-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-1b555379-16c5-4e8c-af64-e17b50117873-net", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name"}}' 2018-08-20 10:53:19,378 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:53:16 GMT Server: Apache x-openstack-request-id: req-8ab2eb0d-3ea6-45f8-b127-8106f1cad39d Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}]}} 2018-08-20 10:53:19,378 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks used request id req-8ab2eb0d-3ea6-45f8-b127-8106f1cad39d 2018-08-20 10:53:19,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:19,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:19 GMT Server: Apache x-openstack-request-id: req-6060e2a6-97cf-4561-b5c0-f8d277dbab06 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:19,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:19 GMT Server: Apache x-openstack-request-id: req-b2ca7eb1-101c-4d52-8195-d46e85f637c6 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:19,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-b2ca7eb1-101c-4d52-8195-d46e85f637c6 2018-08-20 10:53:19,809 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack 2018-08-20 10:53:19,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:20,005 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:19 GMT Server: Apache x-openstack-request-id: req-3e8cf568-5c18-4c01-bdc8-1984227e5daf Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:20,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:19 GMT Server: Apache x-openstack-request-id: req-0b3a6397-252a-485f-a30d-7bdf51360e33 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:20,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-0b3a6397-252a-485f-a30d-7bdf51360e33 2018-08-20 10:53:20,246 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:53:20,246 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:23,249 - create_stack - DEBUG - Stack status query timeout in 1196.56040907 2018-08-20 10:53:23,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:23,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:23 GMT Server: Apache x-openstack-request-id: req-2eee3821-811b-4b26-9345-1e98e35c40fc Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:23,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:23 GMT Server: Apache x-openstack-request-id: req-e1412bd0-b9d7-4ab6-b25e-d55ef45dfa2a 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:23,492 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-e1412bd0-b9d7-4ab6-b25e-d55ef45dfa2a 2018-08-20 10:53:23,492 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:53:23,492 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:26,496 - create_stack - DEBUG - Stack status query timeout in 1193.31392407 2018-08-20 10:53:26,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:26,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:26 GMT Server: Apache x-openstack-request-id: req-3f921af9-7339-4c9d-842b-1bba26b16be5 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:26,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:26 GMT Server: Apache x-openstack-request-id: req-df85c2b7-c1c2-4b54-be63-5e892e420dfc 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:26,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-df85c2b7-c1c2-4b54-be63-5e892e420dfc 2018-08-20 10:53:26,739 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:53:26,739 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:29,743 - create_stack - DEBUG - Stack status query timeout in 1190.06696391 2018-08-20 10:53:29,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:30,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:29 GMT Server: Apache x-openstack-request-id: req-673fd75f-0f15-4f4b-be83-92b197eb105a Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:30,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:30 GMT Server: Apache x-openstack-request-id: req-a5ebe6b2-aa92-4d69-a710-d7d8409ea7fe 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:30,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-a5ebe6b2-aa92-4d69-a710-d7d8409ea7fe 2018-08-20 10:53:30,293 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:53:30,293 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:33,296 - create_stack - DEBUG - Stack status query timeout in 1186.51361704 2018-08-20 10:53:33,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:33,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:33 GMT Server: Apache x-openstack-request-id: req-fdd9177d-94cc-4169-99c9-c008cc195334 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:33,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:33 GMT Server: Apache x-openstack-request-id: req-3d91076e-f551-47bc-a5e1-57c293a0e4d1 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:33,536 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-3d91076e-f551-47bc-a5e1-57c293a0e4d1 2018-08-20 10:53:33,536 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:53:33,536 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:36,540 - create_stack - DEBUG - Stack status query timeout in 1183.2700839 2018-08-20 10:53:36,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:36,570 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:36 GMT Server: Apache x-openstack-request-id: req-b7c36d5b-0f9d-4816-a93c-fb783f948946 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:36,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:36 GMT Server: Apache x-openstack-request-id: req-5b07caa7-af66-4326-8529-37bf171f06ff 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:36,793 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-5b07caa7-af66-4326-8529-37bf171f06ff 2018-08-20 10:53:36,793 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:53:36,794 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack 2018-08-20 10:53:36,794 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack 2018-08-20 10:53:36,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:37,159 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:36 GMT Server: Apache x-openstack-request-id: req-6144df5c-05fd-44b3-bd82-399f04d27bf0 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:37,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:37 GMT Server: Apache x-openstack-request-id: req-6c6eeece-cb2b-4f80-ab4c-d60bc1c8948c 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.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-20T10:53:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:53:19Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d4f37413-d076-4023-bfd6-eb7c54ed21ab", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-20T10:53:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:53:19Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9b862436-dc06-4a88-ae8c-be7f27e401c4", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-20T10:53:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:53:19Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "ed0e0ed6-14cd-4f6d-9481-e95b8575520c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-20T10:53:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:53:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f8531342-b459-45f1-b329-76bf62b7364d", "resource_type": "OS::Nova::Server"}]} 2018-08-20 10:53:37,361 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203/resources used request id req-6c6eeece-cb2b-4f80-ab4c-d60bc1c8948c 2018-08-20 10:53:37,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:37,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-049ccaf9-cf56-4123-93a4-77e135c27332 Date: Mon, 20 Aug 2018 10:53: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":["9b862436-dc06-4a88-ae8c-be7f27e401c4"],"updated_at":"2018-08-20T10:53:21Z","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"794caec4d0444691b3dbb1c930d0f753","id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net"}]} 2018-08-20 10:53:37,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c used request id req-049ccaf9-cf56-4123-93a4-77e135c27332 2018-08-20 10:53:37,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:37,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-028cdcd1-e07f-4be5-a8cc-affe80e0a2e2 Date: Mon, 20 Aug 2018 10:53:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:21Z","dns_nameservers":[],"updated_at":"2018-08-20T10:53:21Z","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":"794caec4d0444691b3dbb1c930d0f753","id":"9b862436-dc06-4a88-ae8c-be7f27e401c4","subnetpool_id":null,"name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet"}]} 2018-08-20 10:53:37,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c used request id req-028cdcd1-e07f-4be5-a8cc-affe80e0a2e2 2018-08-20 10:53:37,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:37,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1103dff0-5e79-4028-adeb-cba1ed3493db Date: Mon, 20 Aug 2018 10:53:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:21Z","dns_nameservers":[],"updated_at":"2018-08-20T10:53:21Z","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":"794caec4d0444691b3dbb1c930d0f753","id":"9b862436-dc06-4a88-ae8c-be7f27e401c4","subnetpool_id":null,"name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet"}]} 2018-08-20 10:53:37,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c used request id req-1103dff0-5e79-4028-adeb-cba1ed3493db 2018-08-20 10:53:37,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:37,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:38,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0adf959a19f476e813d0eff0f64dae9", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj-role"}], "expires_at": "2018-08-20T11:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "794caec4d0444691b3dbb1c930d0f753", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-60634946-9959-4aa-user", "id": "15c41d9f8ec9489ab57abf3df21a8252"}, "audit_ids": ["o_5ww--OTs-b_4W8WEpb_w"], "issued_at": "2018-08-20T10:53:38.000000Z"}} 2018-08-20 10:53:38,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c8de3653ca822652594ccad82ec1bbbfe67e10" 2018-08-20 10:53:38,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e03b9a-c0ef-4197-9a7a-ec5b0fdd3f19 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:38,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-74e03b9a-c0ef-4197-9a7a-ec5b0fdd3f19 2018-08-20 10:53:38,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:53:38,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:53:38,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:53:38,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:53:38,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:53:38,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c8de3653ca822652594ccad82ec1bbbfe67e10" 2018-08-20 10:53:38,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-0e1c2f1a-8cf2-4a2c-bb26-97c29397bae0 Date: Mon, 20 Aug 2018 10:53: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":["9b862436-dc06-4a88-ae8c-be7f27e401c4"],"updated_at":"2018-08-20T10:53:21Z","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"794caec4d0444691b3dbb1c930d0f753","id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net"}]} 2018-08-20 10:53:38,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net used request id req-0e1c2f1a-8cf2-4a2c-bb26-97c29397bae0 2018-08-20 10:53:38,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:53:38,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:53:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:53:38,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c8de3653ca822652594ccad82ec1bbbfe67e10" 2018-08-20 10:53:38,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-761d2f08-8999-4f4d-adaf-4a053feae2f8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "794caec4d0444691b3dbb1c930d0f753", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}} 2018-08-20 10:53:38,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753 used request id req-761d2f08-8999-4f4d-adaf-4a053feae2f8 2018-08-20 10:53:38,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c8de3653ca822652594ccad82ec1bbbfe67e10" 2018-08-20 10:53:38,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ded63de5-1968-4a47-8fdd-1d911ffeba85 Date: Mon, 20 Aug 2018 10:53:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:21Z","dns_nameservers":[],"updated_at":"2018-08-20T10:53:21Z","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":"794caec4d0444691b3dbb1c930d0f753","id":"9b862436-dc06-4a88-ae8c-be7f27e401c4","subnetpool_id":null,"name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet"}]} 2018-08-20 10:53:38,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c used request id req-ded63de5-1968-4a47-8fdd-1d911ffeba85 2018-08-20 10:53:38,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:53:38,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:53:38,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:53:38,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:53:38,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:53:38,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:39,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0adf959a19f476e813d0eff0f64dae9", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj-role"}], "expires_at": "2018-08-20T11:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "794caec4d0444691b3dbb1c930d0f753", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/794caec4d0444691b3dbb1c930d0f753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-60634946-9959-4aa-user", "id": "15c41d9f8ec9489ab57abf3df21a8252"}, "audit_ids": ["C6nJmEw4SDSrGd15Cjt0jg"], "issued_at": "2018-08-20T10:53:39.000000Z"}} 2018-08-20 10:53:39,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4fc8d17dcf05ebec34289bf66d03c4c0d4863c" 2018-08-20 10:53:39,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25980da-26cd-4220-ac85-88d182226d24 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:39,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e25980da-26cd-4220-ac85-88d182226d24 2018-08-20 10:53:39,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4fc8d17dcf05ebec34289bf66d03c4c0d4863c" 2018-08-20 10:53:39,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-000e6812-a51c-4fd7-bbfb-6729c293a6e5 Date: Mon, 20 Aug 2018 10:53: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":["9b862436-dc06-4a88-ae8c-be7f27e401c4"],"updated_at":"2018-08-20T10:53:21Z","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"794caec4d0444691b3dbb1c930d0f753","id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net"}]} 2018-08-20 10:53:39,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net used request id req-000e6812-a51c-4fd7-bbfb-6729c293a6e5 2018-08-20 10:53:39,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4fc8d17dcf05ebec34289bf66d03c4c0d4863c" 2018-08-20 10:53:39,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2be28b63-d617-4e6a-84e8-48cb11131572 Date: Mon, 20 Aug 2018 10:53:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:21Z","dns_nameservers":[],"updated_at":"2018-08-20T10:53:21Z","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":"794caec4d0444691b3dbb1c930d0f753","id":"9b862436-dc06-4a88-ae8c-be7f27e401c4","subnetpool_id":null,"name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet"}]} 2018-08-20 10:53:39,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c used request id req-2be28b63-d617-4e6a-84e8-48cb11131572 2018-08-20 10:53:39,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4fc8d17dcf05ebec34289bf66d03c4c0d4863c" 2018-08-20 10:53:39,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-c4729693-432b-4a4b-8616-b903ede1310d Date: Mon, 20 Aug 2018 10:53: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":["9b862436-dc06-4a88-ae8c-be7f27e401c4"],"updated_at":"2018-08-20T10:53:21Z","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"794caec4d0444691b3dbb1c930d0f753","id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net"}]} 2018-08-20 10:53:39,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c used request id req-c4729693-432b-4a4b-8616-b903ede1310d 2018-08-20 10:53:39,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4fc8d17dcf05ebec34289bf66d03c4c0d4863c" 2018-08-20 10:53:40,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6d444871-e3ab-4f7a-9a54-3f683524efd1 Date: Mon, 20 Aug 2018 10:53:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:21Z","dns_nameservers":[],"updated_at":"2018-08-20T10:53:21Z","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":"794caec4d0444691b3dbb1c930d0f753","id":"9b862436-dc06-4a88-ae8c-be7f27e401c4","subnetpool_id":null,"name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet"}]} 2018-08-20 10:53:40,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c used request id req-6d444871-e3ab-4f7a-9a54-3f683524efd1 2018-08-20 10:53:40,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c&name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4fc8d17dcf05ebec34289bf66d03c4c0d4863c" 2018-08-20 10:53:40,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-98748e0d-74ce-4bfe-aeed-dee1a2e06fbe Date: Mon, 20 Aug 2018 10:53:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:21Z","dns_nameservers":[],"updated_at":"2018-08-20T10:53:21Z","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":"794caec4d0444691b3dbb1c930d0f753","id":"9b862436-dc06-4a88-ae8c-be7f27e401c4","subnetpool_id":null,"name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet"}]} 2018-08-20 10:53:40,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=ed0e0ed6-14cd-4f6d-9481-e95b8575520c&name=CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet used request id req-98748e0d-74ce-4bfe-aeed-dee1a2e06fbe 2018-08-20 10:53:40,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/9b862436-dc06-4a88-ae8c-be7f27e401c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4fc8d17dcf05ebec34289bf66d03c4c0d4863c" 2018-08-20 10:53:40,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-14ac55ce-679f-4a13-a6ff-b2ccba14a876 Date: Mon, 20 Aug 2018 10:53:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed0e0ed6-14cd-4f6d-9481-e95b8575520c","tenant_id":"794caec4d0444691b3dbb1c930d0f753","created_at":"2018-08-20T10:53:21Z","dns_nameservers":[],"updated_at":"2018-08-20T10:53:21Z","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":"794caec4d0444691b3dbb1c930d0f753","id":"9b862436-dc06-4a88-ae8c-be7f27e401c4","subnetpool_id":null,"name":"CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet"}} 2018-08-20 10:53:40,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/9b862436-dc06-4a88-ae8c-be7f27e401c4 used request id req-14ac55ce-679f-4a13-a6ff-b2ccba14a876 2018-08-20 10:53:40,395 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack 2018-08-20 10:53:40,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:40,424 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:40 GMT Server: Apache x-openstack-request-id: req-a6bad1e8-0671-4221-a098-b96fbd44ff86 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:40,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:40 GMT Server: Apache x-openstack-request-id: req-de6ccbde-61b0-4a77-afde-95cdd5c971e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:40,639 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-de6ccbde-61b0-4a77-afde-95cdd5c971e6 2018-08-20 10:53:40,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:40,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:40 GMT Server: Apache x-openstack-request-id: req-d5a7ed2d-d79b-476b-bdd7-a21ac52bdf22 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:41,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:40 GMT Server: Apache x-openstack-request-id: req-8c40ca7e-6ec4-4eee-a20e-16093660c637 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:53:40Z", "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:41,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-8c40ca7e-6ec4-4eee-a20e-16093660c637 2018-08-20 10:53:41,047 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:53:41,047 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:44,050 - create_stack - DEBUG - Stack status query timeout in 1196.58924103 2018-08-20 10:53:44,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:44,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:44 GMT Server: Apache x-openstack-request-id: req-a70538be-dcef-46a4-b4b7-a710e332ddb4 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:44,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:44 GMT Server: Apache x-openstack-request-id: req-91585821-758b-4be8-8c26-3d66875f4ffc 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:53:40Z", "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:44,272 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-91585821-758b-4be8-8c26-3d66875f4ffc 2018-08-20 10:53:44,273 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:53:44,273 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:47,275 - create_stack - DEBUG - Stack status query timeout in 1193.36424708 2018-08-20 10:53:47,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:47,305 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:47 GMT Server: Apache x-openstack-request-id: req-96a493f4-2f07-490e-bdd9-23a80489b915 Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:47,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:47 GMT Server: Apache x-openstack-request-id: req-90353afe-6a54-4890-b64b-0df8f3214aa4 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:53:40Z", "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:47,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-90353afe-6a54-4890-b64b-0df8f3214aa4 2018-08-20 10:53:47,347 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:53:47,348 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:53:50,351 - create_stack - DEBUG - Stack status query timeout in 1190.28853106 2018-08-20 10:53:50,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:50,534 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:50 GMT Server: Apache x-openstack-request-id: req-cee5929f-7f75-412c-8119-c890eafa054b Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:50,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:50 GMT Server: Apache x-openstack-request-id: req-92277a7e-6121-4c49-bd41-f82959a73838 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": "794caec4d0444691b3dbb1c930d0f753", "OS::stack_id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "image_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image", "inst_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-inst", "subnet_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-subnet", "flavor_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-flavor-name", "net_name": "CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack", "stack_user_project_id": "12fed3a987a64fd398e22644e733e872", "tags": null, "creation_time": "2018-08-20T10:53:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:53:40Z", "id": "eb90eb07-0a7b-49a6-ae03-fcbc866df203", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:53:50,560 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-92277a7e-6121-4c49-bd41-f82959a73838 2018-08-20 10:53:50,561 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:53:50,561 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack 2018-08-20 10:53:50,561 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack 2018-08-20 10:53:50,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/eb90eb07-0a7b-49a6-ae03-fcbc866df203 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88b36af6f0e90072052a0acdd05fe0dc6dc17886" 2018-08-20 10:53:50,818 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:53:50 GMT Server: Apache x-openstack-request-id: req-fad9c9b2-2b3e-4762-8087-b1e4bb9b7b1f Location: http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:53:50,843 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:53:50 GMT Server: Apache x-openstack-request-id: req-17847010-7ef4-4ba5-91bd-a226729a8fc3 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:53:50,843 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/794caec4d0444691b3dbb1c930d0f753/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-stack/eb90eb07-0a7b-49a6-ae03-fcbc866df203 used request id req-17847010-7ef4-4ba5-91bd-a226729a8fc3 2018-08-20 10:53:50,844 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-1b555379-16c5-4e8c-af64-e17b50117873-image 2018-08-20 10:53:50,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8670c158a71e5312010cec3d93293efdabefa980" 2018-08-20 10:53:51,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12c04776-59b2-4013-a663-1d085a15b73f Date: Mon, 20 Aug 2018 10:53:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:53:51,960 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/87e7d62d-45fc-43df-bea3-7ad08def208f used request id req-12c04776-59b2-4013-a663-1d085a15b73f 2018-08-20 10:53:51,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/f27ca1f5-d76c-4395-8859-8576d7d83b53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eee78141eb99770be66fba7dfa8fb48d8096563" 2018-08-20 10:53:51,999 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f51d25f-95af-404b-a9ef-40a84420ac20 x-compute-request-id: req-9f51d25f-95af-404b-a9ef-40a84420ac20 Content-Length: 0 Content-Type: application/json 2018-08-20 10:53:51,999 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/f27ca1f5-d76c-4395-8859-8576d7d83b53 used request id req-9f51d25f-95af-404b-a9ef-40a84420ac20 2018-08-20 10:53:52,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:53:52,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:53:52,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:53:52,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:53:52,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:53:52,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:52,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-75c4b5f8-2bc7-4969-a2f4-61fb5c97a7d4 Date: Mon, 20 Aug 2018 10:53:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "created_at": "2018-08-20T10:53:19Z", "updated_at": "2018-08-20T10:53:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:53:19Z", "revision_number": 0, "id": "0268c880-99f0-4fa1-a8bd-5882dac23a9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:53:19Z", "security_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "port_range_min": null, "ethertype": "IPv6", "project_id": "794caec4d0444691b3dbb1c930d0f753"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:53:19Z", "revision_number": 0, "id": "60ceb503-6ae7-4487-80dd-95ceaea2a7ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:53:19Z", "security_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "port_range_min": null, "ethertype": "IPv4", "project_id": "794caec4d0444691b3dbb1c930d0f753"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:53:19Z", "revision_number": 0, "id": "7cb869f4-686d-45e3-b20d-3efdc5a91e13", "remote_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "remote_ip_prefix": null, "created_at": "2018-08-20T10:53:19Z", "security_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "port_range_min": null, "ethertype": "IPv4", "project_id": "794caec4d0444691b3dbb1c930d0f753"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:53:19Z", "revision_number": 0, "id": "8bb35617-60e6-4e48-b16a-a1e81ff762a2", "remote_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "remote_ip_prefix": null, "created_at": "2018-08-20T10:53:19Z", "security_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "port_range_min": null, "ethertype": "IPv6", "project_id": "794caec4d0444691b3dbb1c930d0f753"}], "revision_number": 4, "project_id": "794caec4d0444691b3dbb1c930d0f753", "id": "59f8b823-14e1-4c79-a593-eb6923073955", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:53:52,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-75c4b5f8-2bc7-4969-a2f4-61fb5c97a7d4 2018-08-20 10:53:52,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:52,379 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fed34447-9a8f-45b9-8ff6-9aa279592eb4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:53:52,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-fed34447-9a8f-45b9-8ff6-9aa279592eb4 2018-08-20 10:53:52,379 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:53:52,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:52,476 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c18818e2-bdff-473b-bc93-9feee00fc584 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:53:52,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-c18818e2-bdff-473b-bc93-9feee00fc584 2018-08-20 10:53:52,477 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:53:52,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:52,567 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7b6408f-5ff2-428a-8cf4-3cdbb2267b51 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:53:52,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-d7b6408f-5ff2-428a-8cf4-3cdbb2267b51 2018-08-20 10:53:52,567 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:53:52,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:52,658 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfac4060-db20-4458-86f5-3a2da9acf93d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:53:52,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-cfac4060-db20-4458-86f5-3a2da9acf93d 2018-08-20 10:53:52,658 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:53:52,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:52,748 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08f2ad31-a1b8-48e6-8e01-0ea85c34a3bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:53:52,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-08f2ad31-a1b8-48e6-8e01-0ea85c34a3bf 2018-08-20 10:53:52,749 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:53:52,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:52,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed31962-e61f-4935-9106-a38e8f5134ea Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "794caec4d0444691b3dbb1c930d0f753", "name": "CreateStackSuccessTests-60634946-9959-4aa-proj"}} 2018-08-20 10:53:52,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753 used request id req-1ed31962-e61f-4935-9106-a38e8f5134ea 2018-08-20 10:53:52,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59f8b823-14e1-4c79-a593-eb6923073955 2018-08-20 10:53:52,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=59f8b823-14e1-4c79-a593-eb6923073955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:53,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-80101f86-4cd1-4095-a6ab-0a3e24d12f37 Date: Mon, 20 Aug 2018 10:53:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:53:19Z", "security_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "port_range_min": null, "revision_number": 0, "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "created_at": "2018-08-20T10:53:19Z", "project_id": "794caec4d0444691b3dbb1c930d0f753", "id": "0268c880-99f0-4fa1-a8bd-5882dac23a9b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:53:19Z", "security_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "port_range_min": null, "revision_number": 0, "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "created_at": "2018-08-20T10:53:19Z", "project_id": "794caec4d0444691b3dbb1c930d0f753", "id": "60ceb503-6ae7-4487-80dd-95ceaea2a7ca"}, {"remote_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:53:19Z", "security_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "port_range_min": null, "revision_number": 0, "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "created_at": "2018-08-20T10:53:19Z", "project_id": "794caec4d0444691b3dbb1c930d0f753", "id": "7cb869f4-686d-45e3-b20d-3efdc5a91e13"}, {"remote_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:53:19Z", "security_group_id": "59f8b823-14e1-4c79-a593-eb6923073955", "port_range_min": null, "revision_number": 0, "tenant_id": "794caec4d0444691b3dbb1c930d0f753", "created_at": "2018-08-20T10:53:19Z", "project_id": "794caec4d0444691b3dbb1c930d0f753", "id": "8bb35617-60e6-4e48-b16a-a1e81ff762a2"}]} 2018-08-20 10:53:53,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=59f8b823-14e1-4c79-a593-eb6923073955 used request id req-80101f86-4cd1-4095-a6ab-0a3e24d12f37 2018-08-20 10:53:53,049 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:53:53,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/59f8b823-14e1-4c79-a593-eb6923073955 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:53,364 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ea53dcf-7c16-42df-95e1-b7d272381217 Content-Length: 0 Date: Mon, 20 Aug 2018 10:53:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:53:53,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/59f8b823-14e1-4c79-a593-eb6923073955 used request id req-7ea53dcf-7c16-42df-95e1-b7d272381217 2018-08-20 10:53:53,365 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-60634946-9959-4aa-proj 2018-08-20 10:53:53,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:53,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f25ec5b2-b2b4-4da5-ad4c-9e12e24bf0e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:53,786 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/794caec4d0444691b3dbb1c930d0f753 used request id req-f25ec5b2-b2b4-4da5-ad4c-9e12e24bf0e5 2018-08-20 10:53:53,786 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-60634946-9959-4aa-proj-role 2018-08-20 10:53:53,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/f0adf959a19f476e813d0eff0f64dae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:53,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d35f537-d9b1-4e0f-9122-4dba2f7d2755 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:53,905 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/f0adf959a19f476e813d0eff0f64dae9 used request id req-9d35f537-d9b1-4e0f-9122-4dba2f7d2755 2018-08-20 10:53:53,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2da9f5ff9dae15ecd3d7f9bd45b1cf5feb56bb0b" 2018-08-20 10:53:53,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47509e39-2323-4db3-8d94-baa36aee0930 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:53:53,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-47509e39-2323-4db3-8d94-baa36aee0930 2018-08-20 10:53:53,999 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-60634946-9959-4aa-user 2018-08-20 10:53:54,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/15c41d9f8ec9489ab57abf3df21a8252 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221c556a4478d089c3b0e88ed7ce78df9f3655fb" 2018-08-20 10:53:54,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2ee5031-2d61-4fb0-9856-9060f918d96c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:54,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/15c41d9f8ec9489ab57abf3df21a8252 used request id req-e2ee5031-2d61-4fb0-9856-9060f918d96c 2018-08-20 10:53:54,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:54,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:53:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["OFjXhHjiTG2rHdbo7ZoxiA"], "issued_at": "2018-08-20T10:53:54.000000Z"}} 2018-08-20 10:53:54,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8aefb26462e91a1e0ead1664cb48216c7d05dc3" 2018-08-20 10:53:54,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10611977-6429-4b57-9815-08b3fec86349 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:54,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-10611977-6429-4b57-9815-08b3fec86349 2018-08-20 10:53:54,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:54,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:55,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:53:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["dQpAq6LWTVyqBzVt_qbMEg"], "issued_at": "2018-08-20T10:53:55.000000Z"}} 2018-08-20 10:53:55,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:53:55,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6459aace-0816-40fb-9e2a-2d11478bb16d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:55,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6459aace-0816-40fb-9e2a-2d11478bb16d 2018-08-20 10:53:55,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:53:55,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:53:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:53:55,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c079579a-d01c-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:53:55,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205f879e-9654-46b3-8017-63ac6823a12e Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c079579a-d01c-475-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:53:55,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c079579a-d01c-475-proj used request id req-205f879e-9654-46b3-8017-63ac6823a12e 2018-08-20 10:53:55,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:53:55,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2825d5f5-668c-4929-8f3a-ffba792647ea Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:53:55,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-2825d5f5-668c-4929-8f3a-ffba792647ea 2018-08-20 10:53:55,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}}' 2018-08-20 10:53:55,629 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2729ce3c-4c3e-4436-ad71-dec2e4239872 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "id": "624e8a559e4c4cf7b194af8697eef4cb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:53:55,629 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-2729ce3c-4c3e-4436-ad71-dec2e4239872 2018-08-20 10:53:55,629 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c079579a-d01c-475-proj 2018-08-20 10:53:55,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:55,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:56,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:53:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mqLfQFIVRJmXqD8wG9VWyg"], "issued_at": "2018-08-20T10:53:56.000000Z"}} 2018-08-20 10:53:56,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456fb1b51312bdd04de78fcf0569d826aab7ec97" 2018-08-20 10:53:56,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f585a2b1-7b9f-40ca-9e76-e45a9cfb8b8c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:56,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f585a2b1-7b9f-40ca-9e76-e45a9cfb8b8c 2018-08-20 10:53:56,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:53:56,118 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:53:56,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456fb1b51312bdd04de78fcf0569d826aab7ec97" 2018-08-20 10:53:56,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fefc9555-a85b-443c-932c-fc6617149368 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:53:56,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-fefc9555-a85b-443c-932c-fc6617149368 2018-08-20 10:53:56,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-c079579a-d01c-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456fb1b51312bdd04de78fcf0569d826aab7ec97" 2018-08-20 10:53:56,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd13af65-7971-42b7-84c0-7b41f9e29e78 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-c079579a-d01c-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "id": "624e8a559e4c4cf7b194af8697eef4cb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}]} 2018-08-20 10:53:56,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-c079579a-d01c-475-proj used request id req-bd13af65-7971-42b7-84c0-7b41f9e29e78 2018-08-20 10:53:56,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456fb1b51312bdd04de78fcf0569d826aab7ec97" 2018-08-20 10:53:56,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf36bc76-f591-4e80-8f22-a7d06edb8ec3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:53:56,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-bf36bc76-f591-4e80-8f22-a7d06edb8ec3 2018-08-20 10:53:56,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456fb1b51312bdd04de78fcf0569d826aab7ec97" 2018-08-20 10:53:56,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9947c8-0df0-4d6a-9117-283da8ebaf69 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:53:56,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-bd9947c8-0df0-4d6a-9117-283da8ebaf69 2018-08-20 10:53:56,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-c079579a-d01c-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456fb1b51312bdd04de78fcf0569d826aab7ec97" 2018-08-20 10:53:56,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1716ae8e-e1a1-49f5-bf9f-3f721c1b60be Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-c079579a-d01c-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "id": "624e8a559e4c4cf7b194af8697eef4cb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}]} 2018-08-20 10:53:56,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSuccessTests-c079579a-d01c-475-proj used request id req-1716ae8e-e1a1-49f5-bf9f-3f721c1b60be 2018-08-20 10:53:56,943 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c079579a-d01c-475-user 2018-08-20 10:53:56,943 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:56,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:53:57,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d5c9d9-7574-4e47-b34a-f7446258a8c4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:53:57,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-66d5c9d9-7574-4e47-b34a-f7446258a8c4 2018-08-20 10:53:57,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" -d '{"role": {"name": "CreateStackSuccessTests-c079579a-d01c-475-proj-role"}}' 2018-08-20 10:53:57,170 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:53:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9782ef8-b0f7-4a8a-8356-a5e6f3bde6f7 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e2064cc7466a4161a8dc236da834f22c", "links": {"self": "http://172.30.9.36:5000/v3/roles/e2064cc7466a4161a8dc236da834f22c"}, "name": "CreateStackSuccessTests-c079579a-d01c-475-proj-role"}} 2018-08-20 10:53:57,170 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e9782ef8-b0f7-4a8a-8356-a5e6f3bde6f7 2018-08-20 10:53:57,171 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c079579a-d01c-475-proj-role 2018-08-20 10:53:57,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/e2064cc7466a4161a8dc236da834f22c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:53:57,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f756078-534a-4c7f-acf4-52db03fa3294 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e2064cc7466a4161a8dc236da834f22c", "links": {"self": "http://172.30.9.36:5000/v3/roles/e2064cc7466a4161a8dc236da834f22c"}, "name": "CreateStackSuccessTests-c079579a-d01c-475-proj-role"}} 2018-08-20 10:53:57,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/e2064cc7466a4161a8dc236da834f22c used request id req-3f756078-534a-4c7f-acf4-52db03fa3294 2018-08-20 10:53:57,263 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c079579a-d01c-475-proj-role to project CreateStackSuccessTests-c079579a-d01c-475-proj 2018-08-20 10:53:57,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb/users/b65d02c2002444ec97486cc4bbfc1bf2/roles/e2064cc7466a4161a8dc236da834f22c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:53:57,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:53:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d4b1bf1-7080-47be-aaa2-8cc2af680042 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:53:57,401 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb/users/b65d02c2002444ec97486cc4bbfc1bf2/roles/e2064cc7466a4161a8dc236da834f22c used request id req-8d4b1bf1-7080-47be-aaa2-8cc2af680042 2018-08-20 10:53:57,401 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:53:57,401 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:53:57,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:53:57,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:53:57,837 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2064cc7466a4161a8dc236da834f22c", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj-role"}], "expires_at": "2018-08-20T11:53:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c079579a-d01c-475-user", "id": "b65d02c2002444ec97486cc4bbfc1bf2"}, "audit_ids": ["9qvgYaE9Toy8AzdYOBfhyw"], "issued_at": "2018-08-20T10:53:57.000000Z"}} 2018-08-20 10:53:57,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" 2018-08-20 10:53:57,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70467950-eb71-45b8-96c7-035a22e58a9e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:53:57,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-70467950-eb71-45b8-96c7-035a22e58a9e 2018-08-20 10:53:57,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" 2018-08-20 10:53:58,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-b6bed739-8fe2-4b06-afb5-017d74bac381 Date: Mon, 20 Aug 2018 10:53:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image"} 2018-08-20 10:53:58,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image used request id req-b6bed739-8fe2-4b06-afb5-017d74bac381 2018-08-20 10:53:58,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" 2018-08-20 10:53:58,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e7c563b9-6d2f-4a66-8bd8-c8d4915df7fc Date: Mon, 20 Aug 2018 10:53: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:53:58,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-e7c563b9-6d2f-4a66-8bd8-c8d4915df7fc 2018-08-20 10:53:58,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image"}' 2018-08-20 10:53:58,561 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e9c0acde-00b9-410d-8d63-a6af2cf2e175 Date: Mon, 20 Aug 2018 10:53:58 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:53:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:53:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "min_disk": 0, "protected": false, "id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "file": "/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/file", "checksum": null, "owner": "624e8a559e4c4cf7b194af8697eef4cb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:53:58,561 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-e9c0acde-00b9-410d-8d63-a6af2cf2e175 2018-08-20 10:53:58,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" -d '' 2018-08-20 10:53:59,898 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76d620a0-7ee5-41a9-9ec0-b22f6e7275aa Date: Mon, 20 Aug 2018 10:53:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:53:59,898 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/file used request id req-76d620a0-7ee5-41a9-9ec0-b22f6e7275aa 2018-08-20 10:53:59,898 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:53:59,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" 2018-08-20 10:54:00,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b0341854-6b3f-4e14-9421-17a0744c2aa6 Date: Mon, 20 Aug 2018 10:54:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:53:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:53:59Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/snap", "metadata": {}}], "self": "/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "min_disk": 0, "protected": false, "id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "file": "/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "624e8a559e4c4cf7b194af8697eef4cb", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:54:00,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9 used request id req-b0341854-6b3f-4e14-9421-17a0744c2aa6 2018-08-20 10:54:00,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" 2018-08-20 10:54:00,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d2b75e74-42ab-4e3b-bac7-ac1120a6e775 Date: Mon, 20 Aug 2018 10:54: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:54:00,306 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-d2b75e74-42ab-4e3b-bac7-ac1120a6e775 2018-08-20 10:54:00,307 - create_image - INFO - Created image with name - CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image 2018-08-20 10:54:00,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" 2018-08-20 10:54:00,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-0a25524f-4516-41e2-8ddd-70678949a9ac Date: Mon, 20 Aug 2018 10:54:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:53:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:53:59Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/snap", "metadata": {}}], "self": "/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "min_disk": 0, "protected": false, "id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "file": "/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "624e8a559e4c4cf7b194af8697eef4cb", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:54:00,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9 used request id req-0a25524f-4516-41e2-8ddd-70678949a9ac 2018-08-20 10:54:00,486 - create_image - DEBUG - Instance status is - active 2018-08-20 10:54:00,486 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image 2018-08-20 10:54:00,486 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image 2018-08-20 10:54:00,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:54:00,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:54:00,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:54:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["2xjGohxBSHaUmAUxl6OBTw"], "issued_at": "2018-08-20T10:54:00.000000Z"}} 2018-08-20 10:54:00,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f54adc4d6a8f09fb0688b35c33420abcccdf2c" 2018-08-20 10:54:00,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8a1061-46a0-4014-86ea-55d25a5c7055 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:00,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ea8a1061-46a0-4014-86ea-55d25a5c7055 2018-08-20 10:54:00,960 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:54:00,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f54adc4d6a8f09fb0688b35c33420abcccdf2c" 2018-08-20 10:54:01,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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 x-openstack-request-id: req-34466541-51f7-46b7-940b-30f472b76df7 x-compute-request-id: req-34466541-51f7-46b7-940b-30f472b76df7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:54:01,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-34466541-51f7-46b7-940b-30f472b76df7 2018-08-20 10:54:01,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f54adc4d6a8f09fb0688b35c33420abcccdf2c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-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-08-20 10:54:01,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-92160e28-2139-4c2e-ab4f-c0d13322a9f4 x-compute-request-id: req-92160e28-2139-4c2e-ab4f-c0d13322a9f4 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b955476e-f25f-4eff-a0f7-9309edfe11bb"}} 2018-08-20 10:54:01,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-92160e28-2139-4c2e-ab4f-c0d13322a9f4 2018-08-20 10:54:01,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:54:01,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:54:01,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2064cc7466a4161a8dc236da834f22c", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj-role"}], "expires_at": "2018-08-20T11:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c079579a-d01c-475-user", "id": "b65d02c2002444ec97486cc4bbfc1bf2"}, "audit_ids": ["W4YgOBKUT0CWAIV5ucIMCQ"], "issued_at": "2018-08-20T10:54:01.000000Z"}} 2018-08-20 10:54:01,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:01,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6166558-c8f0-49ce-b642-0510ab2ce98a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:01,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b6166558-c8f0-49ce-b642-0510ab2ce98a 2018-08-20 10:54:01,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:54:01,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:54:01,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:54:01,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:54:01,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:54:01,674 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:54:01,677 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:54:01,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:01,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:01 GMT Server: Apache x-openstack-request-id: req-c9f3fea9-e1fd-4271-abab-479b5e48cd1b Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:54:01,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack used request id req-c9f3fea9-e1fd-4271-abab-479b5e48cd1b 2018-08-20 10:54:02,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-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-77c07bac-f2da-401d-b756-dca9e417a558-net", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name"}}' 2018-08-20 10:54:04,226 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:54:02 GMT Server: Apache x-openstack-request-id: req-f8a72c05-569b-45b1-a061-56509d4e7719 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}]}} 2018-08-20 10:54:04,226 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks used request id req-f8a72c05-569b-45b1-a061-56509d4e7719 2018-08-20 10:54:04,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:04,417 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:04 GMT Server: Apache x-openstack-request-id: req-ad8c1179-7db9-4364-8e18-c27d35cde095 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:04,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:04 GMT Server: Apache x-openstack-request-id: req-b12389c6-be65-44e8-99ba-102a3881d02b 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:04,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-b12389c6-be65-44e8-99ba-102a3881d02b 2018-08-20 10:54:04,632 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack 2018-08-20 10:54:04,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:04,827 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:04 GMT Server: Apache x-openstack-request-id: req-303304a5-c8c8-4a10-ae8d-cf10d5a89c5a Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:05,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:04 GMT Server: Apache x-openstack-request-id: req-8b2ff6e5-393d-4782-9503-a21b4fd33ba1 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:05,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-8b2ff6e5-393d-4782-9503-a21b4fd33ba1 2018-08-20 10:54:05,042 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:54:05,042 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:54:08,046 - create_stack - DEBUG - Stack status query timeout in 1196.586694 2018-08-20 10:54:08,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:08,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:08 GMT Server: Apache x-openstack-request-id: req-c4b3e968-3ccf-41aa-a318-7aa7e5f42e6a Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:08,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:08 GMT Server: Apache x-openstack-request-id: req-073ac32f-b238-4e06-9c01-385f330924ca 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:08,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-073ac32f-b238-4e06-9c01-385f330924ca 2018-08-20 10:54:08,553 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:54:08,553 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:54:11,556 - create_stack - DEBUG - Stack status query timeout in 1193.07636404 2018-08-20 10:54:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:11,762 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:11 GMT Server: Apache x-openstack-request-id: req-0114405c-7af7-4a1f-8f24-b587314e7d4e Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:11,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:11 GMT Server: Apache x-openstack-request-id: req-9cd364cf-9f8e-42a7-8bce-24fe95cf6c79 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:11,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-9cd364cf-9f8e-42a7-8bce-24fe95cf6c79 2018-08-20 10:54:11,976 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:54:11,976 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:54:14,979 - create_stack - DEBUG - Stack status query timeout in 1189.65291905 2018-08-20 10:54:14,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:15,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:14 GMT Server: Apache x-openstack-request-id: req-5b984a5f-a7eb-4901-9a4a-e5e8d526c0c5 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:15,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:15 GMT Server: Apache x-openstack-request-id: req-fca094fb-d0d5-4d52-b418-6e6a105d260f 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:15,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-fca094fb-d0d5-4d52-b418-6e6a105d260f 2018-08-20 10:54:15,386 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:54:15,387 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:54:18,389 - create_stack - DEBUG - Stack status query timeout in 1186.24332309 2018-08-20 10:54:18,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:18,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:18 GMT Server: Apache x-openstack-request-id: req-d01e990d-49e6-47fc-87e7-0321cbb57d4d Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:18,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:18 GMT Server: Apache x-openstack-request-id: req-969fc05f-c671-461a-8e15-0e4ab3b935fa 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:18,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-969fc05f-c671-461a-8e15-0e4ab3b935fa 2018-08-20 10:54:18,652 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:54:18,652 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:54:21,655 - create_stack - DEBUG - Stack status query timeout in 1182.9771781 2018-08-20 10:54:21,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:21,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:21 GMT Server: Apache x-openstack-request-id: req-d2159215-8e4f-4d62-a7c0-8916b88fa9ff Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:21,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:21 GMT Server: Apache x-openstack-request-id: req-8f814a33-f66b-46dc-9a59-89dc9e4e7189 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:21,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-8f814a33-f66b-46dc-9a59-89dc9e4e7189 2018-08-20 10:54:21,883 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:54:21,883 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack 2018-08-20 10:54:21,883 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack 2018-08-20 10:54:21,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:21,914 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:21 GMT Server: Apache x-openstack-request-id: req-90e002f6-9cb4-4d83-8895-a3ca1e8bd325 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:21,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:21 GMT Server: Apache x-openstack-request-id: req-df030064-c2ab-498a-84ba-5dc5559a9717 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.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-20T10:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:04Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a59ada9c-d76b-4ed9-8846-1a55eb20851b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-20T10:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:04Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "dabc25f2-421e-4f12-9869-9bd2a0a30e25", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-20T10:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:04Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "8e7e9ab6-8418-422e-87c6-c8e10869860a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-20T10:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "resource_type": "OS::Nova::Server"}]} 2018-08-20 10:54:21,958 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources used request id req-df030064-c2ab-498a-84ba-5dc5559a9717 2018-08-20 10:54:21,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:22,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-05a1a6a3-7b2b-4a2d-af42-163e57f1958c x-compute-request-id: req-05a1a6a3-7b2b-4a2d-af42-163e57f1958c Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:b4:48", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "bookmark"}], "image": {"id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "links": [{"href": "http://172.30.9.36:8774/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:54:18.000000", "flavor": {"id": "b955476e-f25f-4eff-a0f7-9309edfe11bb", "links": [{"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}]}, "id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "security_groups": [{"name": "default"}], "user_id": "b65d02c2002444ec97486cc4bbfc1bf2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:54:18Z", "hostId": "42d168007e85a2f26bbcff2828d3da0b913b11018442cbd68612669f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "created": "2018-08-20T10:54:12Z", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:54:22,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 used request id req-05a1a6a3-7b2b-4a2d-af42-163e57f1958c 2018-08-20 10:54:22,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:22,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-5d9b454e-4cc1-4c9e-85bf-a59c40d771c3 Date: Mon, 20 Aug 2018 10: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:22,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-5d9b454e-4cc1-4c9e-85bf-a59c40d771c3 2018-08-20 10:54:22,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:54:22,920 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:54:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:54:22,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:23,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32dade21-3250-4d19-ba9a-3dca30e7434f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:23,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-32dade21-3250-4d19-ba9a-3dca30e7434f 2018-08-20 10:54:23,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:23,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fc53ec70-871c-48d2-8948-68375337acdf Date: Mon, 20 Aug 2018 10:54:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:23,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-fc53ec70-871c-48d2-8948-68375337acdf 2018-08-20 10:54:23,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:23,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-a15b58b3-2c7b-4096-a6f1-f8ca429b6df4 Date: Mon, 20 Aug 2018 10:54:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:23,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-a15b58b3-2c7b-4096-a6f1-f8ca429b6df4 2018-08-20 10:54:23,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:23,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:23 GMT Server: Apache x-openstack-request-id: req-51c3421c-67bc-42b8-b9c3-877a851799a4 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:23,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:23 GMT Server: Apache x-openstack-request-id: req-76e0cf63-d564-42b3-ae6a-fe2f19de2a2c 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.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-20T10:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:04Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a59ada9c-d76b-4ed9-8846-1a55eb20851b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-20T10:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:04Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "dabc25f2-421e-4f12-9869-9bd2a0a30e25", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-20T10:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:04Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "8e7e9ab6-8418-422e-87c6-c8e10869860a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-20T10:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "resource_type": "OS::Nova::Server"}]} 2018-08-20 10:54:23,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5/resources used request id req-76e0cf63-d564-42b3-ae6a-fe2f19de2a2c 2018-08-20 10:54:23,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:23,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e3e61a9-5d82-4e74-9f0b-fa0050397d68 x-compute-request-id: req-6e3e61a9-5d82-4e74-9f0b-fa0050397d68 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "b955476e-f25f-4eff-a0f7-9309edfe11bb"}} 2018-08-20 10:54:23,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb used request id req-6e3e61a9-5d82-4e74-9f0b-fa0050397d68 2018-08-20 10:54:23,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/dabc25f2-421e-4f12-9869-9bd2a0a30e25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:23,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-45402cc5-b080-4fcd-8b4f-f3f3c7a0b2c6 Date: Mon, 20 Aug 2018 10:54:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}} 2018-08-20 10:54:23,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/dabc25f2-421e-4f12-9869-9bd2a0a30e25 used request id req-45402cc5-b080-4fcd-8b4f-f3f3c7a0b2c6 2018-08-20 10:54:23,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:24,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-5f14bfca-82ff-4d3c-ab0e-27379416faff Date: Mon, 20 Aug 2018 10:54: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:24,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-5f14bfca-82ff-4d3c-ab0e-27379416faff 2018-08-20 10:54:24,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:24,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-adff3c3b-2648-4b9e-948d-f091bf07bc94 Date: Mon, 20 Aug 2018 10:54:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:24,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-adff3c3b-2648-4b9e-948d-f091bf07bc94 2018-08-20 10:54:24,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:24,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-34b94962-cd8f-4665-8358-dc929949f41b Date: Mon, 20 Aug 2018 10:54: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:24,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-34b94962-cd8f-4665-8358-dc929949f41b 2018-08-20 10:54:24,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:24,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-30458bcc-20f0-4342-afb2-3a91211ab34c Date: Mon, 20 Aug 2018 10:54:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:24,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-30458bcc-20f0-4342-afb2-3a91211ab34c 2018-08-20 10:54:24,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:24,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-cd464508-e790-49e5-b9ce-9bfd6038b68d Date: Mon, 20 Aug 2018 10:54: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:24,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-cd464508-e790-49e5-b9ce-9bfd6038b68d 2018-08-20 10:54:24,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:24,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b3090f-e406-4d70-9d1d-84932ff06464 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:24,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-92b3090f-e406-4d70-9d1d-84932ff06464 2018-08-20 10:54:24,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:24,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b8a6b772-e19d-4f25-8a7a-ec33456b6136 Date: Mon, 20 Aug 2018 10:54:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:24,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-b8a6b772-e19d-4f25-8a7a-ec33456b6136 2018-08-20 10:54:24,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a&mac_address=fa%3A16%3A3e%3A5f%3Ab4%3A48&name=CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:25,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-b13ca321-2cf8-48b0-ac77-9c0593234c66 Date: Mon, 20 Aug 2018 10:54:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"}]} 2018-08-20 10:54:25,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a&mac_address=fa%3A16%3A3e%3A5f%3Ab4%3A48&name=CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p&admin_state_up=True used request id req-b13ca321-2cf8-48b0-ac77-9c0593234c66 2018-08-20 10:54:25,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:25,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41afbfd4-55b8-4201-9d15-67958584906f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:25,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-41afbfd4-55b8-4201-9d15-67958584906f 2018-08-20 10:54:25,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:25,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-ef9ae3f2-d3dd-4baf-b42a-4aaa97d2b2a8 Date: Mon, 20 Aug 2018 10:54:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:25,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-ef9ae3f2-d3dd-4baf-b42a-4aaa97d2b2a8 2018-08-20 10:54:25,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:25,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-dfb9d836-4fc3-4550-8aa1-a5dedb3c34a0 Date: Mon, 20 Aug 2018 10:54:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:25,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-dfb9d836-4fc3-4550-8aa1-a5dedb3c34a0 2018-08-20 10:54:25,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:25,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-10ff4543-f140-4296-b724-c2a432522654 Date: Mon, 20 Aug 2018 10:54:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:25,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-10ff4543-f140-4296-b724-c2a432522654 2018-08-20 10:54:25,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:25,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9e795f95-9eb8-48e1-88c9-7d931d021d82 Date: Mon, 20 Aug 2018 10:54:25 GMT RESP BODY: {"floatingips": []} 2018-08-20 10:54:25,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-9e795f95-9eb8-48e1-88c9-7d931d021d82 2018-08-20 10:54:25,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:54:25,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:54:26,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2064cc7466a4161a8dc236da834f22c", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj-role"}], "expires_at": "2018-08-20T11:54:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c079579a-d01c-475-user", "id": "b65d02c2002444ec97486cc4bbfc1bf2"}, "audit_ids": ["MHDeVNwbSg2xiY8FzVq2qg"], "issued_at": "2018-08-20T10:54:26.000000Z"}} 2018-08-20 10:54:26,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:26,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f87b2e03-2de1-4897-a108-d2d3c8f81d77 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:26,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f87b2e03-2de1-4897-a108-d2d3c8f81d77 2018-08-20 10:54:26,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:54:26,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:54:26,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:54:26,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:54:26,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:54:26,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:54:26,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:26,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2cae550-6743-4285-a223-30f9856107ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:26,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f2cae550-6743-4285-a223-30f9856107ae 2018-08-20 10:54:26,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:26,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-aad990b1-9e09-4e47-83be-5c020b456bb1 Date: Mon, 20 Aug 2018 10:54: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:26,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-aad990b1-9e09-4e47-83be-5c020b456bb1 2018-08-20 10:54:26,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:26,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9d1f4ca4-7a1a-4943-8ecf-c5d1c95ec9cc Date: Mon, 20 Aug 2018 10:54:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:26,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-9d1f4ca4-7a1a-4943-8ecf-c5d1c95ec9cc 2018-08-20 10:54:26,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:27,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-6ed8e77f-f278-4657-92af-ccc9e57d3d65 Date: Mon, 20 Aug 2018 10:54:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:27,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-6ed8e77f-f278-4657-92af-ccc9e57d3d65 2018-08-20 10:54:27,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:54:27,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:54:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:54:27,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:27,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc8fd195-f145-4171-b375-78360ab7842e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:27,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-fc8fd195-f145-4171-b375-78360ab7842e 2018-08-20 10:54:27,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:27,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-dd0ed2e1-c67a-4f31-bea6-77f07dcb77f9 Date: Mon, 20 Aug 2018 10:54:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:27,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-dd0ed2e1-c67a-4f31-bea6-77f07dcb77f9 2018-08-20 10:54:27,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a&mac_address=fa%3A16%3A3e%3A5f%3Ab4%3A48&name=CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:27,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-85fa4cb8-4008-4989-a212-92d200f13a8b Date: Mon, 20 Aug 2018 10:54:27 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"}]} 2018-08-20 10:54:27,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a&mac_address=fa%3A16%3A3e%3A5f%3Ab4%3A48&name=CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p&admin_state_up=True used request id req-85fa4cb8-4008-4989-a212-92d200f13a8b 2018-08-20 10:54:27,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:27,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa2e20d-0abf-4883-9b4d-58b40b758bfa Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:27,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-3aa2e20d-0abf-4883-9b4d-58b40b758bfa 2018-08-20 10:54:27,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:28,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7c2c41d-381e-43a4-92b4-db37d416121d x-compute-request-id: req-e7c2c41d-381e-43a4-92b4-db37d416121d Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:b4:48", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "bookmark"}], "image": {"id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "links": [{"href": "http://172.30.9.36:8774/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:54:18.000000", "flavor": {"id": "b955476e-f25f-4eff-a0f7-9309edfe11bb", "links": [{"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}]}, "id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "security_groups": [{"name": "default"}], "user_id": "b65d02c2002444ec97486cc4bbfc1bf2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:54:18Z", "hostId": "42d168007e85a2f26bbcff2828d3da0b913b11018442cbd68612669f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "created": "2018-08-20T10:54:12Z", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:54:28,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst used request id req-e7c2c41d-381e-43a4-92b4-db37d416121d 2018-08-20 10:54:28,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:29,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-31562705-77a2-4262-99a1-c9d7a25353d3 Date: Mon, 20 Aug 2018 10:54: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:29,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-31562705-77a2-4262-99a1-c9d7a25353d3 2018-08-20 10:54:29,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:29,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-602e8316-565c-4de9-8ce7-aa824112d4db Date: Mon, 20 Aug 2018 10:54:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:29,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-602e8316-565c-4de9-8ce7-aa824112d4db 2018-08-20 10:54:29,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:29,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-bc3796bb-49d8-456c-8d74-2ae4eb3d8134 Date: Mon, 20 Aug 2018 10:54:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:29,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-bc3796bb-49d8-456c-8d74-2ae4eb3d8134 2018-08-20 10:54:29,455 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst 2018-08-20 10:54:29,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:29,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b93cac15-3e2a-4ad8-bef3-17b0275d19a7 Date: Mon, 20 Aug 2018 10:54:29 GMT RESP BODY: {"floatingips": []} 2018-08-20 10:54:29,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-b93cac15-3e2a-4ad8-bef3-17b0275d19a7 2018-08-20 10:54:29,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:30,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-1f8f8b90-ccd7-4fe4-be92-48820b002583 x-compute-request-id: req-1f8f8b90-ccd7-4fe4-be92-48820b002583 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:b4:48", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "bookmark"}], "image": {"id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "links": [{"href": "http://172.30.9.36:8774/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:54:18.000000", "flavor": {"id": "b955476e-f25f-4eff-a0f7-9309edfe11bb", "links": [{"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}]}, "id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "security_groups": [{"name": "default"}], "user_id": "b65d02c2002444ec97486cc4bbfc1bf2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:54:18Z", "hostId": "42d168007e85a2f26bbcff2828d3da0b913b11018442cbd68612669f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "created": "2018-08-20T10:54:12Z", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:54:30,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 used request id req-1f8f8b90-ccd7-4fe4-be92-48820b002583 2018-08-20 10:54:30,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:30,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-0f1f419d-113e-4f4f-95e9-f6f50df0e0b5 Date: Mon, 20 Aug 2018 10:54:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:30,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-0f1f419d-113e-4f4f-95e9-f6f50df0e0b5 2018-08-20 10:54:30,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:30,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3626cc29-a4b9-4ff4-a5aa-712f08553bf9 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:30,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-3626cc29-a4b9-4ff4-a5aa-712f08553bf9 2018-08-20 10:54:30,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:30,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4c7e6469-c5c2-406e-b662-1e14ca599cc0 Date: Mon, 20 Aug 2018 10:54:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:30,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-4c7e6469-c5c2-406e-b662-1e14ca599cc0 2018-08-20 10:54:30,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:30,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-37be2e36-105a-41bd-896d-69ea7f0ac62e Date: Mon, 20 Aug 2018 10:54:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:30,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-37be2e36-105a-41bd-896d-69ea7f0ac62e 2018-08-20 10:54:30,925 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:54:30,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:54:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:54:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:54:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:54:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:54:30,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:54:31,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2064cc7466a4161a8dc236da834f22c", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj-role"}], "expires_at": "2018-08-20T11:54:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/624e8a559e4c4cf7b194af8697eef4cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c079579a-d01c-475-user", "id": "b65d02c2002444ec97486cc4bbfc1bf2"}, "audit_ids": ["WoTj1KgXSMSpgle29QHexw"], "issued_at": "2018-08-20T10:54:31.000000Z"}} 2018-08-20 10:54:31,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:31,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-881b29b4-5304-47a4-9588-5c9f7ed61728 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:31,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-881b29b4-5304-47a4-9588-5c9f7ed61728 2018-08-20 10:54:31,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:32,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa8724e5-c3c3-420c-840e-aada59d0e6d8 x-compute-request-id: req-fa8724e5-c3c3-420c-840e-aada59d0e6d8 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:b4:48", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "bookmark"}], "image": {"id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "links": [{"href": "http://172.30.9.36:8774/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:54:18.000000", "flavor": {"id": "b955476e-f25f-4eff-a0f7-9309edfe11bb", "links": [{"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}]}, "id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "security_groups": [{"name": "default"}], "user_id": "b65d02c2002444ec97486cc4bbfc1bf2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:54:18Z", "hostId": "42d168007e85a2f26bbcff2828d3da0b913b11018442cbd68612669f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "created": "2018-08-20T10:54:12Z", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:54:32,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 used request id req-fa8724e5-c3c3-420c-840e-aada59d0e6d8 2018-08-20 10:54:32,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:33,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-0d14e481-e4a8-4a65-9538-a0455b961aa1 Date: Mon, 20 Aug 2018 10:54: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:33,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-0d14e481-e4a8-4a65-9538-a0455b961aa1 2018-08-20 10:54:33,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:33,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20c9eb67-3bcc-42cf-8802-f2f3c38f6db4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:33,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-20c9eb67-3bcc-42cf-8802-f2f3c38f6db4 2018-08-20 10:54:33,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:33,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-43089937-eecb-48ff-9512-45d93ad21f36 Date: Mon, 20 Aug 2018 10:54:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:33,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-43089937-eecb-48ff-9512-45d93ad21f36 2018-08-20 10:54:33,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:33,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-9540f303-6b28-4e9d-ae29-d8fe3540cb03 Date: Mon, 20 Aug 2018 10:54:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:33,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-9540f303-6b28-4e9d-ae29-d8fe3540cb03 2018-08-20 10:54:33,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:35,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b23a7620-8f2a-4673-a126-73d10bb44cb4 x-compute-request-id: req-b23a7620-8f2a-4673-a126-73d10bb44cb4 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:b4:48", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "bookmark"}], "image": {"id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "links": [{"href": "http://172.30.9.36:8774/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:54:18.000000", "flavor": {"id": "b955476e-f25f-4eff-a0f7-9309edfe11bb", "links": [{"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}]}, "id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "security_groups": [{"name": "default"}], "user_id": "b65d02c2002444ec97486cc4bbfc1bf2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:54:18Z", "hostId": "42d168007e85a2f26bbcff2828d3da0b913b11018442cbd68612669f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "created": "2018-08-20T10:54:12Z", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:54:35,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst used request id req-b23a7620-8f2a-4673-a126-73d10bb44cb4 2018-08-20 10:54:35,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:35,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-5b24d19e-90d7-4b1f-ad61-4914124faa77 Date: Mon, 20 Aug 2018 10:54:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:35,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-5b24d19e-90d7-4b1f-ad61-4914124faa77 2018-08-20 10:54:35,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:35,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-78f55318-02a1-48d3-bdea-8b2ce1e9946e Date: Mon, 20 Aug 2018 10:54:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:35,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-78f55318-02a1-48d3-bdea-8b2ce1e9946e 2018-08-20 10:54:35,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:35,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-9060f784-1bf1-4396-8f18-56ce10b57a12 Date: Mon, 20 Aug 2018 10:54:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:35,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-9060f784-1bf1-4396-8f18-56ce10b57a12 2018-08-20 10:54:35,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:36,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d703cb34-1101-47cb-a563-103c6bdfaf9c x-compute-request-id: req-d703cb34-1101-47cb-a563-103c6bdfaf9c Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:b4:48", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "bookmark"}], "image": {"id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "links": [{"href": "http://172.30.9.36:8774/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:54:18.000000", "flavor": {"id": "b955476e-f25f-4eff-a0f7-9309edfe11bb", "links": [{"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}]}, "id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "security_groups": [{"name": "default"}], "user_id": "b65d02c2002444ec97486cc4bbfc1bf2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:54:18Z", "hostId": "42d168007e85a2f26bbcff2828d3da0b913b11018442cbd68612669f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "created": "2018-08-20T10:54:12Z", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:54:36,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 used request id req-d703cb34-1101-47cb-a563-103c6bdfaf9c 2018-08-20 10:54:36,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:36,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-e61e27fa-ba04-4e70-a763-a8a1d7f4a3aa Date: Mon, 20 Aug 2018 10:54: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:36,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-e61e27fa-ba04-4e70-a763-a8a1d7f4a3aa 2018-08-20 10:54:36,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:37,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48cd671-44c8-4755-a824-79977afbb422 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:37,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-b48cd671-44c8-4755-a824-79977afbb422 2018-08-20 10:54:37,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:37,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9c8ecce8-04f1-4af0-826d-defa1227cc10 Date: Mon, 20 Aug 2018 10:54:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:37,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-9c8ecce8-04f1-4af0-826d-defa1227cc10 2018-08-20 10:54:37,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:37,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-2fa53b9c-29f7-4a3c-af7c-98a828c92ee8 Date: Mon, 20 Aug 2018 10:54:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:37,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-2fa53b9c-29f7-4a3c-af7c-98a828c92ee8 2018-08-20 10:54:37,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:37,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cca412d-ab46-46a1-88a8-d4a3ebfb543b x-compute-request-id: req-5cca412d-ab46-46a1-88a8-d4a3ebfb543b Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:b4:48", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "bookmark"}], "image": {"id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "links": [{"href": "http://172.30.9.36:8774/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:54:18.000000", "flavor": {"id": "b955476e-f25f-4eff-a0f7-9309edfe11bb", "links": [{"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}]}, "id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "security_groups": [{"name": "default"}], "user_id": "b65d02c2002444ec97486cc4bbfc1bf2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:54:18Z", "hostId": "42d168007e85a2f26bbcff2828d3da0b913b11018442cbd68612669f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "created": "2018-08-20T10:54:12Z", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:54:37,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 used request id req-5cca412d-ab46-46a1-88a8-d4a3ebfb543b 2018-08-20 10:54:37,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:38,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-152752a4-4317-46f7-a673-63ba4bccd5ed Date: Mon, 20 Aug 2018 10:54: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":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:38,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-152752a4-4317-46f7-a673-63ba4bccd5ed 2018-08-20 10:54:38,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:38,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8136e1cd-a3a0-433c-964d-0b8d875e8974 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:38,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-8136e1cd-a3a0-433c-964d-0b8d875e8974 2018-08-20 10:54:38,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:38,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8b438157-dfc3-46a6-bc6c-eb5bb1b8d722 Date: Mon, 20 Aug 2018 10:54:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:38,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-8b438157-dfc3-46a6-bc6c-eb5bb1b8d722 2018-08-20 10:54:38,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7e60ba4b4102c01207c8922c72fb9eb88e85b" 2018-08-20 10:54:38,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-e94b5815-3bd3-4e3e-8cd2-6891049004cb Date: Mon, 20 Aug 2018 10:54:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:38,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-e94b5815-3bd3-4e3e-8cd2-6891049004cb 2018-08-20 10:54:38,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:39,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f74d58de-269b-45da-9a51-0aeb74a9cc40 x-compute-request-id: req-f74d58de-269b-45da-9a51-0aeb74a9cc40 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:b4:48", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "rel": "bookmark"}], "image": {"id": "788dc8e3-a4ec-4ebf-acae-33177d710dd9", "links": [{"href": "http://172.30.9.36:8774/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T10:54:18.000000", "flavor": {"id": "b955476e-f25f-4eff-a0f7-9309edfe11bb", "links": [{"href": "http://172.30.9.36:8774/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb", "rel": "bookmark"}]}, "id": "2e6c3fdc-cdb2-47d8-adc8-614b822113b5", "security_groups": [{"name": "default"}], "user_id": "b65d02c2002444ec97486cc4bbfc1bf2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:54:18Z", "hostId": "42d168007e85a2f26bbcff2828d3da0b913b11018442cbd68612669f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "created": "2018-08-20T10:54:12Z", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:54:39,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/2e6c3fdc-cdb2-47d8-adc8-614b822113b5 used request id req-f74d58de-269b-45da-9a51-0aeb74a9cc40 2018-08-20 10:54:39,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:39,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-c597b946-9b06-47d9-9b30-dd4e2d9d6bdf Date: Mon, 20 Aug 2018 10:54:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dabc25f2-421e-4f12-9869-9bd2a0a30e25"],"updated_at":"2018-08-20T10:54:06Z","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}]} 2018-08-20 10:54:39,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net used request id req-c597b946-9b06-47d9-9b30-dd4e2d9d6bdf 2018-08-20 10:54:39,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:39,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-28f66eaa-f966-4809-9f56-f6cc0ed9a4e0 Date: Mon, 20 Aug 2018 10:54:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:06Z","dns_nameservers":[],"updated_at":"2018-08-20T10:54:06Z","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":"624e8a559e4c4cf7b194af8697eef4cb","id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","subnetpool_id":null,"name":"CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet"}]} 2018-08-20 10:54:39,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-28f66eaa-f966-4809-9f56-f6cc0ed9a4e0 2018-08-20 10:54:39,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0d5930ab88100eb6519331c9691f687a5410d7" 2018-08-20 10:54:39,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3073 X-Openstack-Request-Id: req-258d2d4a-ea16-40c3-b418-e1ea36aa89ad Date: Mon, 20 Aug 2018 10:54:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:07Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ec:c3:50","id":"99e90096-38b4-48d8-b9cd-dc1bd80f5851","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:36:b0:55","id":"99f6ea50-3513-439c-88ed-d3e4a77e36a3","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:18Z","binding:vnic_type":"normal","device_id":"2e6c3fdc-cdb2-47d8-adc8-614b822113b5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5f:b4:48","id":"a59ada9c-d76b-4ed9-8846-1a55eb20851b","port_security_enabled":true,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.11"}],"extra_dhcp_opts":[],"security_groups":["a4379251-a550-4577-bf49-7233933327c8"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack-server1_port-wbl2yqj7su6p"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8e7e9ab6-8418-422e-87c6-c8e10869860a","tenant_id":"624e8a559e4c4cf7b194af8697eef4cb","created_at":"2018-08-20T10:54:08Z","admin_state_up":true,"updated_at":"2018-08-20T10:54:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e7e9ab6-8418-422e-87c6-c8e10869860a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:e3:c7","id":"ca46bc59-4911-4316-800c-28e35e6877d0","port_security_enabled":false,"project_id":"624e8a559e4c4cf7b194af8697eef4cb","fixed_ips":[{"subnet_id":"dabc25f2-421e-4f12-9869-9bd2a0a30e25","ip_address":"10.0.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:54:39,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=8e7e9ab6-8418-422e-87c6-c8e10869860a used request id req-258d2d4a-ea16-40c3-b418-e1ea36aa89ad 2018-08-20 10:54:39,656 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack 2018-08-20 10:54:39,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:39,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:39 GMT Server: Apache x-openstack-request-id: req-01a87711-b077-4e99-a9d6-ecafd09ba234 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:39,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:54:39 GMT Server: Apache x-openstack-request-id: req-e1444e0f-472f-4ddf-b2b0-d9b584864ea8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:54:39,899 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-e1444e0f-472f-4ddf-b2b0-d9b584864ea8 2018-08-20 10:54:39,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:39,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:39 GMT Server: Apache x-openstack-request-id: req-187c2b91-652e-425c-887c-2c71604392c5 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:40,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:39 GMT Server: Apache x-openstack-request-id: req-162fd0fa-6afc-4c7c-a603-a009e1ac7f2e 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:54:39Z", "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:40,144 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-162fd0fa-6afc-4c7c-a603-a009e1ac7f2e 2018-08-20 10:54:40,145 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:54:40,145 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:54:43,146 - create_stack - DEBUG - Stack status query timeout in 1196.75370502 2018-08-20 10:54:43,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:43,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:43 GMT Server: Apache x-openstack-request-id: req-a786f181-7be1-4db4-bb65-281f375b2848 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:43,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:43 GMT Server: Apache x-openstack-request-id: req-03a5dd02-39a2-44d8-a29f-d73da0e7aadb 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:54:39Z", "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:43,219 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-03a5dd02-39a2-44d8-a29f-d73da0e7aadb 2018-08-20 10:54:43,219 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:54:43,219 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:54:46,222 - create_stack - DEBUG - Stack status query timeout in 1193.67760301 2018-08-20 10:54:46,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:46,441 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:46 GMT Server: Apache x-openstack-request-id: req-a6c2f808-4814-4d13-b7c5-1c5027d06333 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:46,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:46 GMT Server: Apache x-openstack-request-id: req-92de2834-1a76-4a5c-9f99-15f7268074cc 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:54:39Z", "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:46,468 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-92de2834-1a76-4a5c-9f99-15f7268074cc 2018-08-20 10:54:46,468 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:54:46,468 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:54:49,471 - create_stack - DEBUG - Stack status query timeout in 1190.42871094 2018-08-20 10:54:49,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:49,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:49 GMT Server: Apache x-openstack-request-id: req-fe26738e-e287-4a9f-8fdb-07290a87f675 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:49,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:49 GMT Server: Apache x-openstack-request-id: req-baf22dcb-0aa6-44c1-8656-fadfb1abef1b 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": "624e8a559e4c4cf7b194af8697eef4cb", "OS::stack_id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "image_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image", "inst_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-inst", "subnet_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-subnet", "flavor_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-flavor-name", "net_name": "CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-net"}, "deletion_time": "2018-08-20T10:54:48Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack", "stack_user_project_id": "d0ccf5410e444af4a79db8028102c1da", "tags": null, "creation_time": "2018-08-20T10:54:03Z", "links": [{"href": "http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:54:39Z", "id": "7c978231-3fc5-4a1c-940a-151fb60a7dd5", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-08-20 10:54:49,696 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-baf22dcb-0aa6-44c1-8656-fadfb1abef1b 2018-08-20 10:54:49,696 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:54:49,696 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack 2018-08-20 10:54:49,696 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack 2018-08-20 10:54:49,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/7c978231-3fc5-4a1c-940a-151fb60a7dd5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b1bbd1121caa895166af84f8a66e99a5410cfc6" 2018-08-20 10:54:49,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:49 GMT Server: Apache x-openstack-request-id: req-54ae911c-143d-49f2-9fb6-cefe73582008 Location: http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:54:50,076 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:49 GMT Server: Apache x-openstack-request-id: req-9806ee6d-6351-431e-a9a3-2aa62bf27f98 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:54:50,076 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/624e8a559e4c4cf7b194af8697eef4cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-stack/7c978231-3fc5-4a1c-940a-151fb60a7dd5 used request id req-9806ee6d-6351-431e-a9a3-2aa62bf27f98 2018-08-20 10:54:50,077 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-77c07bac-f2da-401d-b756-dca9e417a558-image 2018-08-20 10:54:50,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4aa35841f436f1da5878cc5c78619b57ee14a83" 2018-08-20 10:54:50,667 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9af99103-168e-4299-ac07-7f47cf0052d1 Date: Mon, 20 Aug 2018 10:54:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:54:50,667 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/788dc8e3-a4ec-4ebf-acae-33177d710dd9 used request id req-9af99103-168e-4299-ac07-7f47cf0052d1 2018-08-20 10:54:50,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f54adc4d6a8f09fb0688b35c33420abcccdf2c" 2018-08-20 10:54:50,700 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:54: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-261e75b7-f105-44a2-adea-8ffcb9571e4d x-compute-request-id: req-261e75b7-f105-44a2-adea-8ffcb9571e4d Content-Length: 0 Content-Type: application/json 2018-08-20 10:54:50,700 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/b955476e-f25f-4eff-a0f7-9309edfe11bb used request id req-261e75b7-f105-44a2-adea-8ffcb9571e4d 2018-08-20 10:54:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:54:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:54:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:54:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:54:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:54:50,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:50,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-1facb368-fc37-4f7d-9de1-3e50fb987dc7 Date: Mon, 20 Aug 2018 10:54:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "created_at": "2018-08-20T10:54:04Z", "updated_at": "2018-08-20T10:54:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:54:04Z", "revision_number": 0, "id": "2babacad-d796-4128-b7ba-461e1d79cbf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:54:04Z", "security_group_id": "a4379251-a550-4577-bf49-7233933327c8", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "624e8a559e4c4cf7b194af8697eef4cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:54:04Z", "revision_number": 0, "id": "81446135-63be-46c4-9997-fbd6d971c594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:54:04Z", "security_group_id": "a4379251-a550-4577-bf49-7233933327c8", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "624e8a559e4c4cf7b194af8697eef4cb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:54:04Z", "revision_number": 0, "id": "f995b74e-e16c-4929-9cd1-fcb971d8cf9e", "remote_group_id": "a4379251-a550-4577-bf49-7233933327c8", "remote_ip_prefix": null, "created_at": "2018-08-20T10:54:04Z", "security_group_id": "a4379251-a550-4577-bf49-7233933327c8", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "624e8a559e4c4cf7b194af8697eef4cb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:54:04Z", "revision_number": 0, "id": "fd903268-254f-461f-a173-e580d6d471f7", "remote_group_id": "a4379251-a550-4577-bf49-7233933327c8", "remote_ip_prefix": null, "created_at": "2018-08-20T10:54:04Z", "security_group_id": "a4379251-a550-4577-bf49-7233933327c8", "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "624e8a559e4c4cf7b194af8697eef4cb"}], "revision_number": 4, "project_id": "624e8a559e4c4cf7b194af8697eef4cb", "id": "a4379251-a550-4577-bf49-7233933327c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:54:50,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-1facb368-fc37-4f7d-9de1-3e50fb987dc7 2018-08-20 10:54:50,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-173fb2c6-ae6e-41b0-8a28-5ba8a4ef4a0b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-173fb2c6-ae6e-41b0-8a28-5ba8a4ef4a0b 2018-08-20 10:54:51,084 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,171 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e73a372c-f2c1-404e-9d07-3a7102a0368a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e73a372c-f2c1-404e-9d07-3a7102a0368a 2018-08-20 10:54:51,172 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,290 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c72eff5-f2a0-4996-a714-ac902377c863 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-6c72eff5-f2a0-4996-a714-ac902377c863 2018-08-20 10:54:51,290 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,378 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3a4d2e9-0908-4a62-bd7c-947b6659b054 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-e3a4d2e9-0908-4a62-bd7c-947b6659b054 2018-08-20 10:54:51,378 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,468 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f208fc17-bc7b-4cbd-9b8f-ce46c3bc3bdb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-f208fc17-bc7b-4cbd-9b8f-ce46c3bc3bdb 2018-08-20 10:54:51,468 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,559 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcaa6aa1-883b-412a-9117-417169c20049 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-fcaa6aa1-883b-412a-9117-417169c20049 2018-08-20 10:54:51,559 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,643 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ee4dd89-e2c8-484a-9905-a87cb30f6632 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-7ee4dd89-e2c8-484a-9905-a87cb30f6632 2018-08-20 10:54:51,643 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,734 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dce94f1-8699-4e96-8ec1-90fce5e3fe83 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-6dce94f1-8699-4e96-8ec1-90fce5e3fe83 2018-08-20 10:54:51,734 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,824 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e4ed6b7-03ff-428c-8714-019bc78d7b89 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:54:51,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-2e4ed6b7-03ff-428c-8714-019bc78d7b89 2018-08-20 10:54:51,824 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:54:51,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:51,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c831105-01b4-4e4f-bcf0-f15f4ada80a4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "624e8a559e4c4cf7b194af8697eef4cb", "name": "CreateStackSuccessTests-c079579a-d01c-475-proj"}} 2018-08-20 10:54:51,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-9c831105-01b4-4e4f-bcf0-f15f4ada80a4 2018-08-20 10:54:51,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a4379251-a550-4577-bf49-7233933327c8 2018-08-20 10:54:51,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=a4379251-a550-4577-bf49-7233933327c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:52,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f92ba96e-e082-4646-8dba-da2f6686a92f Date: Mon, 20 Aug 2018 10:54: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-08-20T10:54:04Z", "security_group_id": "a4379251-a550-4577-bf49-7233933327c8", "port_range_min": null, "revision_number": 0, "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "created_at": "2018-08-20T10:54:04Z", "project_id": "624e8a559e4c4cf7b194af8697eef4cb", "id": "2babacad-d796-4128-b7ba-461e1d79cbf4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:54:04Z", "security_group_id": "a4379251-a550-4577-bf49-7233933327c8", "port_range_min": null, "revision_number": 0, "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "created_at": "2018-08-20T10:54:04Z", "project_id": "624e8a559e4c4cf7b194af8697eef4cb", "id": "81446135-63be-46c4-9997-fbd6d971c594"}, {"remote_group_id": "a4379251-a550-4577-bf49-7233933327c8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:54:04Z", "security_group_id": "a4379251-a550-4577-bf49-7233933327c8", "port_range_min": null, "revision_number": 0, "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "created_at": "2018-08-20T10:54:04Z", "project_id": "624e8a559e4c4cf7b194af8697eef4cb", "id": "f995b74e-e16c-4929-9cd1-fcb971d8cf9e"}, {"remote_group_id": "a4379251-a550-4577-bf49-7233933327c8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:54:04Z", "security_group_id": "a4379251-a550-4577-bf49-7233933327c8", "port_range_min": null, "revision_number": 0, "tenant_id": "624e8a559e4c4cf7b194af8697eef4cb", "created_at": "2018-08-20T10:54:04Z", "project_id": "624e8a559e4c4cf7b194af8697eef4cb", "id": "fd903268-254f-461f-a173-e580d6d471f7"}]} 2018-08-20 10:54:52,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=a4379251-a550-4577-bf49-7233933327c8 used request id req-f92ba96e-e082-4646-8dba-da2f6686a92f 2018-08-20 10:54:52,189 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:54:52,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/a4379251-a550-4577-bf49-7233933327c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:52,608 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3b6cf76-ee6f-4e11-a770-ba8d5e44b2f0 Content-Length: 0 Date: Mon, 20 Aug 2018 10:54:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:54:52,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/a4379251-a550-4577-bf49-7233933327c8 used request id req-f3b6cf76-ee6f-4e11-a770-ba8d5e44b2f0 2018-08-20 10:54:52,609 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c079579a-d01c-475-proj 2018-08-20 10:54:52,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:52,935 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9e08dac-a054-49ae-9031-4406c094a2d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:54:52,936 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/624e8a559e4c4cf7b194af8697eef4cb used request id req-d9e08dac-a054-49ae-9031-4406c094a2d4 2018-08-20 10:54:52,936 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c079579a-d01c-475-proj-role 2018-08-20 10:54:52,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/e2064cc7466a4161a8dc236da834f22c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:53,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-723cf885-fcb2-4e17-976a-1cc305ba9465 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:54:53,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/e2064cc7466a4161a8dc236da834f22c used request id req-723cf885-fcb2-4e17-976a-1cc305ba9465 2018-08-20 10:54:53,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e59cc666508907d82d740d964a3941f8204b26c" 2018-08-20 10:54:53,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2749027-a2e5-4318-998b-a5294c08c468 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:54:53,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d2749027-a2e5-4318-998b-a5294c08c468 2018-08-20 10:54:53,168 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c079579a-d01c-475-user 2018-08-20 10:54:53,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/b65d02c2002444ec97486cc4bbfc1bf2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456fb1b51312bdd04de78fcf0569d826aab7ec97" 2018-08-20 10:54:53,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-103a9c8d-603c-48ea-a94a-3b1adcc76e16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:54:53,414 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/b65d02c2002444ec97486cc4bbfc1bf2 used request id req-103a9c8d-603c-48ea-a94a-3b1adcc76e16 2018-08-20 10:54:53,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:54:53,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["tkdIQDy4Tqee6ephKCZm9Q"], "issued_at": "2018-08-20T10:54:53.000000Z"}} 2018-08-20 10:54:53,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f257687da0d2ca0bcfa2ce98fe9894d9eaa3d530" 2018-08-20 10:54:53,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb0177b-20b8-4b73-8e7d-b25886febf95 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:53,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7cb0177b-20b8-4b73-8e7d-b25886febf95 2018-08-20 10:54:53,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:54:53,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:54:54,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:54:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["mjjJB-8ERpSwErrDdosVnA"], "issued_at": "2018-08-20T10:54:54.000000Z"}} 2018-08-20 10:54:54,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:54:54,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148b372c-f87b-40bc-a27c-e03ead18af85 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:54,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-148b372c-f87b-40bc-a27c-e03ead18af85 2018-08-20 10:54:54,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:54:54,453 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:54:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:54:54,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-582a215e-8474-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:54:54,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b186c0f-3191-4ab1-bccf-959bf724df15 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-582a215e-8474-49e-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:54:54,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-582a215e-8474-49e-proj used request id req-3b186c0f-3191-4ab1-bccf-959bf724df15 2018-08-20 10:54:54,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:54:54,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f00c2aaf-73a1-4209-a7d9-797f24b3f67b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:54:54,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f00c2aaf-73a1-4209-a7d9-797f24b3f67b 2018-08-20 10:54:54,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj"}}' 2018-08-20 10:54:54,804 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:54:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aee25b8-4e8a-448d-82d2-ab7de282a3d1 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6"}, "tags": [], "enabled": true, "id": "6327961d9d7d45db9a55e6c6988cf4f6", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj"}} 2018-08-20 10:54:54,804 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-3aee25b8-4e8a-448d-82d2-ab7de282a3d1 2018-08-20 10:54:54,804 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-582a215e-8474-49e-proj 2018-08-20 10:54:54,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:54:54,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:54:55,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:54:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ePuC8yZRTleagX4OXjJ_3w"], "issued_at": "2018-08-20T10:54:55.000000Z"}} 2018-08-20 10:54:55,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:55,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85227b3e-9780-4789-b541-0a9252b71928 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:55,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-85227b3e-9780-4789-b541-0a9252b71928 2018-08-20 10:54:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:54:55,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:54:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:54:55,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:55,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c773f321-bf6b-4bdf-b79f-ae5a2fcd9b22 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:54:55,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-c773f321-bf6b-4bdf-b79f-ae5a2fcd9b22 2018-08-20 10:54:55,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:55,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba10d5e3-bfe5-404f-bdc1-a39c84fe38e5 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6"}, "tags": [], "enabled": true, "id": "6327961d9d7d45db9a55e6c6988cf4f6", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj"}]} 2018-08-20 10:54:55,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj used request id req-ba10d5e3-bfe5-404f-bdc1-a39c84fe38e5 2018-08-20 10:54:55,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:55,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e223e313-e5b8-4324-8d09-0b000cde9f32 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:54:55,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e223e313-e5b8-4324-8d09-0b000cde9f32 2018-08-20 10:54:55,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:56,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf6a6540-2327-4903-8b90-150820e9f8df Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:54:56,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-bf6a6540-2327-4903-8b90-150820e9f8df 2018-08-20 10:54:56,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:56,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1abd648-ff7b-4804-b98f-ce62f89f78dd Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6"}, "tags": [], "enabled": true, "id": "6327961d9d7d45db9a55e6c6988cf4f6", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj"}]} 2018-08-20 10:54:56,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj used request id req-a1abd648-ff7b-4804-b98f-ce62f89f78dd 2018-08-20 10:54:56,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users/ae87084507b54dc2b69187d21a8ba110 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:56,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa611ef7-b883-41e3-8c94-8d8de0980416 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-582a215e-8474-49e-user", "links": {"self": "http://172.30.9.36:5000/v3/users/ae87084507b54dc2b69187d21a8ba110"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "6327961d9d7d45db9a55e6c6988cf4f6", "id": "ae87084507b54dc2b69187d21a8ba110", "password_expires_at": null}} 2018-08-20 10:54:56,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/ae87084507b54dc2b69187d21a8ba110 used request id req-fa611ef7-b883-41e3-8c94-8d8de0980416 2018-08-20 10:54:56,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6/users/ae87084507b54dc2b69187d21a8ba110/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:56,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea0aa5e-eb5a-4551-a452-e552e89d25d1 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6/users/ae87084507b54dc2b69187d21a8ba110/roles", "previous": null, "next": null}, "roles": []} 2018-08-20 10:54:56,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6/users/ae87084507b54dc2b69187d21a8ba110/roles used request id req-8ea0aa5e-eb5a-4551-a452-e552e89d25d1 2018-08-20 10:54:56,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:56,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cdab213-bea7-4b9c-b878-05f0ed42f247 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}} 2018-08-20 10:54:56,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-6cdab213-bea7-4b9c-b878-05f0ed42f247 2018-08-20 10:54:56,513 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-582a215e-8474-49e-proj 2018-08-20 10:54:56,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6/users/ae87084507b54dc2b69187d21a8ba110/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:56,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee0faa4f-28ac-4b9a-a901-10212c5468ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:54:56,579 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6/users/ae87084507b54dc2b69187d21a8ba110/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-ee0faa4f-28ac-4b9a-a901-10212c5468ee 2018-08-20 10:54:56,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:56,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a67bc3-f9e0-463e-8abc-a849378632d0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:54:56,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-25a67bc3-f9e0-463e-8abc-a849378632d0 2018-08-20 10:54:56,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:54:56,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e74fb7d2-8a1a-4118-97be-82984315f51b Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6"}, "tags": [], "enabled": true, "id": "6327961d9d7d45db9a55e6c6988cf4f6", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj"}]} 2018-08-20 10:54:56,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-582a215e-8474-49e-proj used request id req-e74fb7d2-8a1a-4118-97be-82984315f51b 2018-08-20 10:54:56,767 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-582a215e-8474-49e-user 2018-08-20 10:54:56,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:54:56,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:54:56,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34166be6-d9d2-4906-89fa-6eb2981414e1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:54:56,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-34166be6-d9d2-4906-89fa-6eb2981414e1 2018-08-20 10:54:56,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" -d '{"role": {"name": "CreateStackVolumeTests-582a215e-8474-49e-proj-role"}}' 2018-08-20 10:54:56,989 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd3fb44f-85b1-4bc5-8426-8bdf789e91ed Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4c602dc67f21467a88bde0efc883273b", "links": {"self": "http://172.30.9.36:5000/v3/roles/4c602dc67f21467a88bde0efc883273b"}, "name": "CreateStackVolumeTests-582a215e-8474-49e-proj-role"}} 2018-08-20 10:54:56,989 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-dd3fb44f-85b1-4bc5-8426-8bdf789e91ed 2018-08-20 10:54:56,990 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-582a215e-8474-49e-proj-role 2018-08-20 10:54:56,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/4c602dc67f21467a88bde0efc883273b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:54:57,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dd2f249-e79b-4a5c-9f78-d42271afac5f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4c602dc67f21467a88bde0efc883273b", "links": {"self": "http://172.30.9.36:5000/v3/roles/4c602dc67f21467a88bde0efc883273b"}, "name": "CreateStackVolumeTests-582a215e-8474-49e-proj-role"}} 2018-08-20 10:54:57,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/4c602dc67f21467a88bde0efc883273b used request id req-6dd2f249-e79b-4a5c-9f78-d42271afac5f 2018-08-20 10:54:57,085 - keystone_utils - INFO - Granting role CreateStackVolumeTests-582a215e-8474-49e-proj-role to project CreateStackVolumeTests-582a215e-8474-49e-proj 2018-08-20 10:54:57,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6/users/ae87084507b54dc2b69187d21a8ba110/roles/4c602dc67f21467a88bde0efc883273b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:54:57,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:54:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8b44f6a-78ea-495a-965f-f007414924ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:54:57,232 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6/users/ae87084507b54dc2b69187d21a8ba110/roles/4c602dc67f21467a88bde0efc883273b used request id req-b8b44f6a-78ea-495a-965f-f007414924ce 2018-08-20 10:54:57,232 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:54:57,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:54:57,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:54:57,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "4c602dc67f21467a88bde0efc883273b", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj-role"}], "expires_at": "2018-08-20T11:54:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6327961d9d7d45db9a55e6c6988cf4f6", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-582a215e-8474-49e-user", "id": "ae87084507b54dc2b69187d21a8ba110"}, "audit_ids": ["BaKlvWtyRlmDFolrSHII2A"], "issued_at": "2018-08-20T10:54:57.000000Z"}} 2018-08-20 10:54:57,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:54:57,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6acb95a3-f95f-492c-84cf-20fbf6b0f369 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:54:57,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-6acb95a3-f95f-492c-84cf-20fbf6b0f369 2018-08-20 10:54:57,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:54:57,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:54:57,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:54:57,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:54:57,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:54:57,731 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:54:57,733 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:54:57,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:54:57,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:57 GMT Server: Apache x-openstack-request-id: req-2e8a557f-6ca1-410f-819d-0e37ba9be785 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:54:57,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack used request id req-2e8a557f-6ca1-410f-819d-0e37ba9be785 2018-08-20 10:54:57,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-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-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume-type", "volume_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume"}}' 2018-08-20 10:54:59,661 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:54:57 GMT Server: Apache x-openstack-request-id: req-f9444193-e8aa-49cb-86bc-29991dc81b01 Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "links": [{"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982", "rel": "self"}]}} 2018-08-20 10:54:59,661 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks used request id req-f9444193-e8aa-49cb-86bc-29991dc81b01 2018-08-20 10:54:59,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/ba426a55-e6b2-4b72-8470-e2ee618c2982 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:54:59,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:54:59 GMT Server: Apache x-openstack-request-id: req-2b59fdf5-4e23-4796-9127-3efc706f926d Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:00,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:54:59 GMT Server: Apache x-openstack-request-id: req-0cec75d8-c1ca-4875-b890-70f58c29a097 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "6327961d9d7d45db9a55e6c6988cf4f6", "volume_type_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume-type", "OS::stack_id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "volume_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "stack_user_project_id": "d9402013cb5e4446bd30f0fb215c3435", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:54:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:00,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 used request id req-0cec75d8-c1ca-4875-b890-70f58c29a097 2018-08-20 10:55:00,090 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack 2018-08-20 10:55:00,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/ba426a55-e6b2-4b72-8470-e2ee618c2982 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:55:00,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:00 GMT Server: Apache x-openstack-request-id: req-8475f67b-3d5e-4d75-a7f3-ed58837b2590 Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:00,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:00 GMT Server: Apache x-openstack-request-id: req-b3233eac-0067-45a2-9650-12f2c3d21ce4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "6327961d9d7d45db9a55e6c6988cf4f6", "volume_type_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume-type", "OS::stack_id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "volume_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "stack_user_project_id": "d9402013cb5e4446bd30f0fb215c3435", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:54:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:00,544 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 used request id req-b3233eac-0067-45a2-9650-12f2c3d21ce4 2018-08-20 10:55:00,544 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:55:00,544 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:55:03,548 - create_stack - DEBUG - Stack status query timeout in 1196.54280305 2018-08-20 10:55:03,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/ba426a55-e6b2-4b72-8470-e2ee618c2982 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:55:03,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:03 GMT Server: Apache x-openstack-request-id: req-e95fc253-51b4-417c-b965-d877e27f7be7 Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:03,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:03 GMT Server: Apache x-openstack-request-id: req-aac04064-ccfc-4a79-9727-41d3a27c2df4 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": "6327961d9d7d45db9a55e6c6988cf4f6", "volume_type_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume-type", "OS::stack_id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "volume_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "stack_user_project_id": "d9402013cb5e4446bd30f0fb215c3435", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:54:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:03,968 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 used request id req-aac04064-ccfc-4a79-9727-41d3a27c2df4 2018-08-20 10:55:03,969 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:55:03,969 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack 2018-08-20 10:55:03,969 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack 2018-08-20 10:55:03,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/ba426a55-e6b2-4b72-8470-e2ee618c2982/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:55:03,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:03 GMT Server: Apache x-openstack-request-id: req-cfbdc47a-453f-45d7-9f8f-70c84dca8932 Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:04,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:03 GMT Server: Apache x-openstack-request-id: req-def49eeb-6ef8-4ba2-8b5e-dbd9016a8314 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982/resources/volume", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-08-20T10:54:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5b13ea3b-6bbd-466a-9a97-0458b7ad3a39", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-08-20T10:54:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:54:59Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "c95163a8-c16c-4c95-8f4b-06c1d2640277", "resource_type": "OS::Cinder::VolumeType"}]} 2018-08-20 10:55:04,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982/resources used request id req-def49eeb-6ef8-4ba2-8b5e-dbd9016a8314 2018-08-20 10:55:04,224 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6/volumes/5b13ea3b-6bbd-466a-9a97-0458b7ad3a39 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:55:04,439 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:04 GMT Server: Apache x-compute-request-id: req-56999472-1cee-4976-99f9-e7f80e227a7e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-56999472-1cee-4976-99f9-e7f80e227a7e Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6/volumes/5b13ea3b-6bbd-466a-9a97-0458b7ad3a39", "rel": "self"}, {"href": "http://172.30.9.36:8776/6327961d9d7d45db9a55e6c6988cf4f6/volumes/5b13ea3b-6bbd-466a-9a97-0458b7ad3a39", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-20T10:55:01.000000", "replication_status": null, "snapshot_id": null, "id": "5b13ea3b-6bbd-466a-9a97-0458b7ad3a39", "size": 1, "user_id": "ae87084507b54dc2b69187d21a8ba110", "os-vol-tenant-attr:tenant_id": "6327961d9d7d45db9a55e6c6988cf4f6", "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-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume", "bootable": "false", "created_at": "2018-08-20T10:55:00.000000", "volume_type": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume-type"}} 2018-08-20 10:55:04,440 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6/volumes/5b13ea3b-6bbd-466a-9a97-0458b7ad3a39 used request id req-56999472-1cee-4976-99f9-e7f80e227a7e 2018-08-20 10:55:04,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:04,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:04,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "4c602dc67f21467a88bde0efc883273b", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj-role"}], "expires_at": "2018-08-20T11:55:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6327961d9d7d45db9a55e6c6988cf4f6", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/6327961d9d7d45db9a55e6c6988cf4f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-582a215e-8474-49e-user", "id": "ae87084507b54dc2b69187d21a8ba110"}, "audit_ids": ["xEHPr_C1Q0ODrME_mSeO2A"], "issued_at": "2018-08-20T10:55:04.000000Z"}} 2018-08-20 10:55:04,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2edc96abd8861ff06818dc517bd9430d8e71d43a" 2018-08-20 10:55:04,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c236fc21-a414-4490-9434-841698c46258 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:04,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c236fc21-a414-4490-9434-841698c46258 2018-08-20 10:55:04,954 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2edc96abd8861ff06818dc517bd9430d8e71d43a" 2018-08-20 10:55:05,187 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:04 GMT Server: Apache x-compute-request-id: req-34fa4de3-80f9-410c-9927-b9b5255ba00f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-34fa4de3-80f9-410c-9927-b9b5255ba00f Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.36:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6/volumes/5b13ea3b-6bbd-466a-9a97-0458b7ad3a39", "rel": "self"}, {"href": "http://172.30.9.36:8776/6327961d9d7d45db9a55e6c6988cf4f6/volumes/5b13ea3b-6bbd-466a-9a97-0458b7ad3a39", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-20T10:55:01.000000", "replication_status": null, "snapshot_id": null, "id": "5b13ea3b-6bbd-466a-9a97-0458b7ad3a39", "size": 1, "user_id": "ae87084507b54dc2b69187d21a8ba110", "os-vol-tenant-attr:tenant_id": "6327961d9d7d45db9a55e6c6988cf4f6", "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-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume", "bootable": "false", "created_at": "2018-08-20T10:55:00.000000", "volume_type": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume-type"}]} 2018-08-20 10:55:05,187 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/6327961d9d7d45db9a55e6c6988cf4f6/volumes/detail used request id req-34fa4de3-80f9-410c-9927-b9b5255ba00f 2018-08-20 10:55:05,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:55:05,195 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:55:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:55:05,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2edc96abd8861ff06818dc517bd9430d8e71d43a" 2018-08-20 10:55:05,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cf218f4-3a4a-4767-9fc6-bec0cf24faa4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6327961d9d7d45db9a55e6c6988cf4f6", "name": "CreateStackVolumeTests-582a215e-8474-49e-proj"}} 2018-08-20 10:55:05,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6 used request id req-9cf218f4-3a4a-4767-9fc6-bec0cf24faa4 2018-08-20 10:55:05,275 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack 2018-08-20 10:55:05,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/ba426a55-e6b2-4b72-8470-e2ee618c2982 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:55:05,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:05 GMT Server: Apache x-openstack-request-id: req-33fa0413-5f72-4518-a8ec-45cb5e317442 Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:05,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:05 GMT Server: Apache x-openstack-request-id: req-e62b9e93-e035-417d-b58f-8e570a39b360 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:05,700 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 used request id req-e62b9e93-e035-417d-b58f-8e570a39b360 2018-08-20 10:55:05,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/ba426a55-e6b2-4b72-8470-e2ee618c2982 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:55:05,986 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:05 GMT Server: Apache x-openstack-request-id: req-2e253509-5f9e-43d9-99c6-f6e6d2ae2c5e Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:06,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:05 GMT Server: Apache x-openstack-request-id: req-85bd3e29-ac4a-4691-8412-6858a4d1fc1a 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": "6327961d9d7d45db9a55e6c6988cf4f6", "volume_type_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume-type", "OS::stack_id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "volume_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "stack_user_project_id": "d9402013cb5e4446bd30f0fb215c3435", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:54:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:55:05Z", "id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:06,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 used request id req-85bd3e29-ac4a-4691-8412-6858a4d1fc1a 2018-08-20 10:55:06,184 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:55:06,184 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:55:09,187 - create_stack - DEBUG - Stack status query timeout in 1196.51305795 2018-08-20 10:55:09,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/ba426a55-e6b2-4b72-8470-e2ee618c2982 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:55:09,396 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:09 GMT Server: Apache x-openstack-request-id: req-83a727bd-5886-438f-a517-f5f6b4f1d793 Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:09,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:09 GMT Server: Apache x-openstack-request-id: req-6d563b40-2f8b-48e0-a845-f3b033a67428 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "6327961d9d7d45db9a55e6c6988cf4f6", "volume_type_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume-type", "OS::stack_id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "volume_name": "CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-volume"}, "deletion_time": "2018-08-20T10:55:09Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack", "stack_user_project_id": "d9402013cb5e4446bd30f0fb215c3435", "tags": null, "creation_time": "2018-08-20T10:54:59Z", "links": [{"href": "http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:55:05Z", "id": "ba426a55-e6b2-4b72-8470-e2ee618c2982", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:09,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 used request id req-6d563b40-2f8b-48e0-a845-f3b033a67428 2018-08-20 10:55:09,423 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:55:09,423 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack 2018-08-20 10:55:09,423 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack 2018-08-20 10:55:09,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/ba426a55-e6b2-4b72-8470-e2ee618c2982 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664ec13200a724b4e50719f9daae6d275a1376d1" 2018-08-20 10:55:09,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:09 GMT Server: Apache x-openstack-request-id: req-836f3698-204a-4dd3-b54d-5dc0d49f919d Location: http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:09,902 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:09 GMT Server: Apache x-openstack-request-id: req-e1b68d4e-4875-4d5f-8f0a-171a26f8bd4e Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:55:09,902 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/6327961d9d7d45db9a55e6c6988cf4f6/stacks/CreateStackVolumeTests-CreateStackVolumeTests-b7dc9db5-0ba4-46cf-8c19-8fd4f50d52b9-stack/ba426a55-e6b2-4b72-8470-e2ee618c2982 used request id req-e1b68d4e-4875-4d5f-8f0a-171a26f8bd4e 2018-08-20 10:55:09,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:55:09,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:55:09,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:55:09,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:55:09,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:55:09,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:10,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-2027f4ea-9cff-4773-91d6-ef2104de3a6d Date: Mon, 20 Aug 2018 10:55:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:55:10,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-2027f4ea-9cff-4773-91d6-ef2104de3a6d 2018-08-20 10:55:10,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:10,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abb8b20b-e9f8-4093-8580-e73ea21591c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:10,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-abb8b20b-e9f8-4093-8580-e73ea21591c3 2018-08-20 10:55:10,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:10,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:10,374 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f1daf39-6874-4c73-a619-690e60524350 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:10,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-3f1daf39-6874-4c73-a619-690e60524350 2018-08-20 10:55:10,375 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:10,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:10,469 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79492f7f-25b7-4380-b8fc-a432650ad68d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:10,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-79492f7f-25b7-4380-b8fc-a432650ad68d 2018-08-20 10:55:10,469 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:10,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:10,565 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d1d057f-eda1-4407-8582-bc7b3f15faf0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:10,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-2d1d057f-eda1-4407-8582-bc7b3f15faf0 2018-08-20 10:55:10,565 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:10,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:10,651 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbfdef0f-dc6b-4f49-ada2-6e7b520c60a0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:10,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-dbfdef0f-dc6b-4f49-ada2-6e7b520c60a0 2018-08-20 10:55:10,652 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:10,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:10,742 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c7302df-4d06-4b74-86f1-80e0a4172a66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:10,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-7c7302df-4d06-4b74-86f1-80e0a4172a66 2018-08-20 10:55:10,743 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:10,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:10,920 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06a6633e-3200-4d2c-8943-77b918d7f94a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:10,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-06a6633e-3200-4d2c-8943-77b918d7f94a 2018-08-20 10:55:10,921 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:10,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,012 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-546238df-3b93-487a-be4a-37d490d62d26 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-546238df-3b93-487a-be4a-37d490d62d26 2018-08-20 10:55:11,012 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,109 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca4824c5-2e1f-41c6-b483-3159d8b1c6b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-ca4824c5-2e1f-41c6-b483-3159d8b1c6b3 2018-08-20 10:55:11,109 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b6660d7-8059-4aad-92c4-26a9a4d02d30 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:55:11,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-7b6660d7-8059-4aad-92c4-26a9a4d02d30 2018-08-20 10:55:11,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,321 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfe1872d-6948-4d92-a7ce-cfcc429dea9b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-bfe1872d-6948-4d92-a7ce-cfcc429dea9b 2018-08-20 10:55:11,322 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,415 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-baf8d4a6-0b63-4b15-8c34-46a7b557a82b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-baf8d4a6-0b63-4b15-8c34-46a7b557a82b 2018-08-20 10:55:11,415 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8932083-1957-448d-8e16-09d20b94c96e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-c8932083-1957-448d-8e16-09d20b94c96e 2018-08-20 10:55:11,522 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,615 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1619795a-e0ed-41da-930e-969a4b5764ef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-1619795a-e0ed-41da-930e-969a4b5764ef 2018-08-20 10:55:11,615 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff432f6-27e5-480f-a409-a2ab5df2fa16 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:55:11,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-9ff432f6-27e5-480f-a409-a2ab5df2fa16 2018-08-20 10:55:11,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,813 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-106daa97-9422-49ee-8002-a6b8a6663835 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-106daa97-9422-49ee-8002-a6b8a6663835 2018-08-20 10:55:11,813 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,904 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26b870df-a94e-4b85-a4da-b0874dda8365 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-26b870df-a94e-4b85-a4da-b0874dda8365 2018-08-20 10:55:11,905 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:11,997 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45e286ca-be53-44df-a818-3b3faf649ab9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:11,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-45e286ca-be53-44df-a818-3b3faf649ab9 2018-08-20 10:55:11,998 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:11,999 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-582a215e-8474-49e-proj 2018-08-20 10:55:12,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:12,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44da165a-b09f-45b3-ab36-aafed0e8409f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:12,248 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/6327961d9d7d45db9a55e6c6988cf4f6 used request id req-44da165a-b09f-45b3-ab36-aafed0e8409f 2018-08-20 10:55:12,248 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-582a215e-8474-49e-proj-role 2018-08-20 10:55:12,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/4c602dc67f21467a88bde0efc883273b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:12,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f717c5b-d4f2-4a45-8e13-15aa640a8324 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:12,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4c602dc67f21467a88bde0efc883273b used request id req-7f717c5b-d4f2-4a45-8e13-15aa640a8324 2018-08-20 10:55:12,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9661814ad747f64d0e9b45140395a5d43be7d70c" 2018-08-20 10:55:12,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-050528df-a4d4-4b41-8dac-f08877d15f73 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:12,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-050528df-a4d4-4b41-8dac-f08877d15f73 2018-08-20 10:55:12,474 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-582a215e-8474-49e-user 2018-08-20 10:55:12,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/ae87084507b54dc2b69187d21a8ba110 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d155e61a956071fa459b40f6ebc26ec112e21490" 2018-08-20 10:55:12,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d6b828e-2bc5-4c0b-8806-10aaa8e2b01c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:12,681 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/ae87084507b54dc2b69187d21a8ba110 used request id req-9d6b828e-2bc5-4c0b-8806-10aaa8e2b01c 2018-08-20 10:55:12,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:13,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["_FhGnehvT22GlZsUTQ_DfA"], "issued_at": "2018-08-20T10:55:13.000000Z"}} 2018-08-20 10:55:13,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e27595e5975f881308a341f29e99763db36311b" 2018-08-20 10:55:13,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3da2f67-e6c2-44e5-bfd7-4e2d87c88fe2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:13,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d3da2f67-e6c2-44e5-bfd7-4e2d87c88fe2 2018-08-20 10:55:13,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:13,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:13,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["0H9YLRkQRAu2XnjdDfKpPA"], "issued_at": "2018-08-20T10:55:13.000000Z"}} 2018-08-20 10:55:13,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:13,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c6ad68-ea5c-43ea-ace1-b9ee12c862c0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:13,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-71c6ad68-ea5c-43ea-ace1-b9ee12c862c0 2018-08-20 10:55:13,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:55:13,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:55:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:55:13,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:13,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4d312c-5f8e-4da4-990e-0138dc3009bf Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:55:13,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj used request id req-3c4d312c-5f8e-4da4-990e-0138dc3009bf 2018-08-20 10:55:13,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:13,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3cb90c-097d-4a20-a3b8-a8a7467f4184 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:55:13,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-1e3cb90c-097d-4a20-a3b8-a8a7467f4184 2018-08-20 10:55:13,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj"}}' 2018-08-20 10:55:14,037 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c155acd1-0265-455f-a4a7-aacc2a51adc1 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729"}, "tags": [], "enabled": true, "id": "deebb19e33094965bf356243ca830729", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj"}} 2018-08-20 10:55:14,038 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-c155acd1-0265-455f-a4a7-aacc2a51adc1 2018-08-20 10:55:14,038 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj 2018-08-20 10:55:14,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:14,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:14,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["MvdztzTfR-6hUZbdTTgGHA"], "issued_at": "2018-08-20T10:55:14.000000Z"}} 2018-08-20 10:55:14,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:14,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786812b9-97f0-4096-b291-5ab01214e318 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:14,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-786812b9-97f0-4096-b291-5ab01214e318 2018-08-20 10:55:14,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:55:14,635 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:55:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:55:14,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:14,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae60102b-5978-475b-9db5-4db8ac9858e9 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:55:14,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-ae60102b-5978-475b-9db5-4db8ac9858e9 2018-08-20 10:55:14,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:14,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329c18ab-edc2-44ba-a6c9-a368027065c8 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729"}, "tags": [], "enabled": true, "id": "deebb19e33094965bf356243ca830729", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj"}]} 2018-08-20 10:55:14,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj used request id req-329c18ab-edc2-44ba-a6c9-a368027065c8 2018-08-20 10:55:14,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:14,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-947d80c4-8ff4-410d-b355-11d473b2b51b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:55:14,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-947d80c4-8ff4-410d-b355-11d473b2b51b 2018-08-20 10:55:15,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:15,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba263d5-9182-4273-837e-19a547481ac5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:15,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1ba263d5-9182-4273-837e-19a547481ac5 2018-08-20 10:55:15,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:15,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec9b2d3-0bf8-4680-a99f-30bd8d200974 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729"}, "tags": [], "enabled": true, "id": "deebb19e33094965bf356243ca830729", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj"}]} 2018-08-20 10:55:15,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj used request id req-6ec9b2d3-0bf8-4680-a99f-30bd8d200974 2018-08-20 10:55:15,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users/a032142f12c0426c93c4f43f00b48d22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:15,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c06c8a74-2913-437c-854e-c7a0bdd24848 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-user", "links": {"self": "http://172.30.9.36:5000/v3/users/a032142f12c0426c93c4f43f00b48d22"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "deebb19e33094965bf356243ca830729", "id": "a032142f12c0426c93c4f43f00b48d22", "password_expires_at": null}} 2018-08-20 10:55:15,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/a032142f12c0426c93c4f43f00b48d22 used request id req-c06c8a74-2913-437c-854e-c7a0bdd24848 2018-08-20 10:55:15,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729/users/a032142f12c0426c93c4f43f00b48d22/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:15,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f0769c-4bcd-45d8-a2e0-4c606d3aa36b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729/users/a032142f12c0426c93c4f43f00b48d22/roles", "previous": null, "next": null}, "roles": []} 2018-08-20 10:55:15,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729/users/a032142f12c0426c93c4f43f00b48d22/roles used request id req-04f0769c-4bcd-45d8-a2e0-4c606d3aa36b 2018-08-20 10:55:15,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:15,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0645c0-cb9a-4813-8819-c240763057b8 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}} 2018-08-20 10:55:15,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-4b0645c0-cb9a-4813-8819-c240763057b8 2018-08-20 10:55:15,780 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj 2018-08-20 10:55:15,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729/users/a032142f12c0426c93c4f43f00b48d22/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:15,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6643683e-14f0-461c-8b24-12cd7dd229d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:15,933 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729/users/a032142f12c0426c93c4f43f00b48d22/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-6643683e-14f0-461c-8b24-12cd7dd229d8 2018-08-20 10:55:15,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:16,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7f81ba9-91ba-4ba8-898e-3dbedbface20 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:16,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c7f81ba9-91ba-4ba8-898e-3dbedbface20 2018-08-20 10:55:16,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:16,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df78e9f-99a9-4f54-9f49-053651c04c2f Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729"}, "tags": [], "enabled": true, "id": "deebb19e33094965bf356243ca830729", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj"}]} 2018-08-20 10:55:16,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj used request id req-2df78e9f-99a9-4f54-9f49-053651c04c2f 2018-08-20 10:55:16,131 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-da43f2c2-ea0b-4a2-user 2018-08-20 10:55:16,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:16,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:16,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58091e67-1bcb-451a-abfa-4acf5baad86b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:16,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-58091e67-1bcb-451a-abfa-4acf5baad86b 2018-08-20 10:55:16,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" -d '{"role": {"name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj-role"}}' 2018-08-20 10:55:16,337 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe269730-0051-462c-b5f3-bc7781117a48 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e4c76354a7d94ce9a399b404de7462e0", "links": {"self": "http://172.30.9.36:5000/v3/roles/e4c76354a7d94ce9a399b404de7462e0"}, "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj-role"}} 2018-08-20 10:55:16,337 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-fe269730-0051-462c-b5f3-bc7781117a48 2018-08-20 10:55:16,338 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj-role 2018-08-20 10:55:16,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/e4c76354a7d94ce9a399b404de7462e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:16,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad5a6ea0-9301-49d2-a8ff-d51e936f425c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e4c76354a7d94ce9a399b404de7462e0", "links": {"self": "http://172.30.9.36:5000/v3/roles/e4c76354a7d94ce9a399b404de7462e0"}, "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj-role"}} 2018-08-20 10:55:16,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/e4c76354a7d94ce9a399b404de7462e0 used request id req-ad5a6ea0-9301-49d2-a8ff-d51e936f425c 2018-08-20 10:55:16,438 - keystone_utils - INFO - Granting role CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj-role to project CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj 2018-08-20 10:55:16,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729/users/a032142f12c0426c93c4f43f00b48d22/roles/e4c76354a7d94ce9a399b404de7462e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:16,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98929340-f378-48fe-973b-06433cfec2ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:16,580 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729/users/a032142f12c0426c93c4f43f00b48d22/roles/e4c76354a7d94ce9a399b404de7462e0 used request id req-98929340-f378-48fe-973b-06433cfec2ed 2018-08-20 10:55:16,580 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:55:16,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:16,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:16,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "e4c76354a7d94ce9a399b404de7462e0", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj-role"}], "expires_at": "2018-08-20T11:55:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "deebb19e33094965bf356243ca830729", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/deebb19e33094965bf356243ca830729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/deebb19e33094965bf356243ca830729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/deebb19e33094965bf356243ca830729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/deebb19e33094965bf356243ca830729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-user", "id": "a032142f12c0426c93c4f43f00b48d22"}, "audit_ids": ["PFGF9zDMTiCsv6ITqMB03w"], "issued_at": "2018-08-20T10:55:16.000000Z"}} 2018-08-20 10:55:16,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:17,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d6abfa-3f54-4fe0-92e2-ad62cd05d51f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:17,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-13d6abfa-3f54-4fe0-92e2-ad62cd05d51f 2018-08-20 10:55:17,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:55:17,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:55:17,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:55:17,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:55:17,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:55:17,083 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:55:17,086 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:55:17,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:17,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:17 GMT Server: Apache x-openstack-request-id: req-af1fb011-02f8-4dad-951c-876bbc8041e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:55:17,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack used request id req-af1fb011-02f8-4dad-951c-876bbc8041e3 2018-08-20 10:55:17,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-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-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "volume_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume"}}' 2018-08-20 10:55:18,967 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:17 GMT Server: Apache x-openstack-request-id: req-b91b93b8-e260-4506-9d5a-5980e644725e Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "links": [{"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146", "rel": "self"}]}} 2018-08-20 10:55:18,967 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks used request id req-b91b93b8-e260-4506-9d5a-5980e644725e 2018-08-20 10:55:18,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/1d3dd095-3cd3-42d7-aa74-1ac85986e146 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:19,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:18 GMT Server: Apache x-openstack-request-id: req-959ed28b-0ee0-4fdc-9be9-29f2cd72db9e Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:19,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:19 GMT Server: Apache x-openstack-request-id: req-382c0ab4-7148-4910-a9c6-5489333cf7bf 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": "deebb19e33094965bf356243ca830729", "volume_type_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "OS::stack_id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "volume_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "stack_user_project_id": "555c0c1c40634172a68c9238930ff907", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:55:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:19,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 used request id req-382c0ab4-7148-4910-a9c6-5489333cf7bf 2018-08-20 10:55:19,389 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack 2018-08-20 10:55:19,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/1d3dd095-3cd3-42d7-aa74-1ac85986e146 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:19,608 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:19 GMT Server: Apache x-openstack-request-id: req-9b4c9266-b4d3-48d1-bdd1-c1a5c0458b07 Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:19,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:19 GMT Server: Apache x-openstack-request-id: req-5678e5ed-522c-4d2c-95a5-9f272319a30c 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": "deebb19e33094965bf356243ca830729", "volume_type_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "OS::stack_id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "volume_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "stack_user_project_id": "555c0c1c40634172a68c9238930ff907", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:55:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:19,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 used request id req-5678e5ed-522c-4d2c-95a5-9f272319a30c 2018-08-20 10:55:19,874 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:55:19,874 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:55:22,878 - create_stack - DEBUG - Stack status query timeout in 1196.51156497 2018-08-20 10:55:22,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/1d3dd095-3cd3-42d7-aa74-1ac85986e146 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:23,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:22 GMT Server: Apache x-openstack-request-id: req-016cce23-1faa-477a-8c2c-c7b300b8da48 Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:23,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:23 GMT Server: Apache x-openstack-request-id: req-84c20f03-1a4c-442d-90da-e4e719c3faf1 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": "deebb19e33094965bf356243ca830729", "volume_type_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "OS::stack_id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "volume_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "stack_user_project_id": "555c0c1c40634172a68c9238930ff907", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:55:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:23,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 used request id req-84c20f03-1a4c-442d-90da-e4e719c3faf1 2018-08-20 10:55:23,116 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:55:23,116 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack 2018-08-20 10:55:23,116 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack 2018-08-20 10:55:23,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/1d3dd095-3cd3-42d7-aa74-1ac85986e146/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:23,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:23 GMT Server: Apache x-openstack-request-id: req-f5d021b7-f549-41dd-81ac-f5a4969e87bd Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:23,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:23 GMT Server: Apache x-openstack-request-id: req-7107d589-3641-4c4b-a6a3-da2a2c8a68a2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146/resources/volume", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-08-20T10:55:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:55:18Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "dd4c0a5b-829c-4687-a344-220fec43cea7", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-08-20T10:55:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:55:18Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "61e401ea-90e2-411f-aa40-c1cca8ca2a2d", "resource_type": "OS::Cinder::VolumeType"}]} 2018-08-20 10:55:23,583 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146/resources used request id req-7107d589-3641-4c4b-a6a3-da2a2c8a68a2 2018-08-20 10:55:23,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:23,764 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:23 GMT Server: Apache x-compute-request-id: req-8f946a86-0ac8-452e-bb22-009d151ae90a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f946a86-0ac8-452e-bb22-009d151ae90a Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "61e401ea-90e2-411f-aa40-c1cca8ca2a2d", "description": null}} 2018-08-20 10:55:23,764 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d used request id req-8f946a86-0ac8-452e-bb22-009d151ae90a 2018-08-20 10:55:23,767 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f946a86-0ac8-452e-bb22-009d151ae90a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:23,964 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:23 GMT Server: Apache x-compute-request-id: req-86e66568-955e-4a2b-854b-c4a6697a3ac1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-86e66568-955e-4a2b-854b-c4a6697a3ac1 Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "61e401ea-90e2-411f-aa40-c1cca8ca2a2d", "description": null}} 2018-08-20 10:55:23,964 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d used request id req-86e66568-955e-4a2b-854b-c4a6697a3ac1 2018-08-20 10:55:23,966 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f946a86-0ac8-452e-bb22-009d151ae90a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:24,206 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:23 GMT Server: Apache x-compute-request-id: req-c4dee700-ab6c-4618-8cc5-6c3413e45642 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c4dee700-ab6c-4618-8cc5-6c3413e45642 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-20 10:55:24,207 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d/encryption used request id req-c4dee700-ab6c-4618-8cc5-6c3413e45642 2018-08-20 10:55:24,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:24,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:24,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "e4c76354a7d94ce9a399b404de7462e0", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj-role"}], "expires_at": "2018-08-20T11:55:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "deebb19e33094965bf356243ca830729", "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/deebb19e33094965bf356243ca830729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/deebb19e33094965bf356243ca830729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/deebb19e33094965bf356243ca830729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/deebb19e33094965bf356243ca830729", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/deebb19e33094965bf356243ca830729", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/deebb19e33094965bf356243ca830729", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-da43f2c2-ea0b-4a2-user", "id": "a032142f12c0426c93c4f43f00b48d22"}, "audit_ids": ["bFrDfBhRSoi5dyMnqSOLSQ"], "issued_at": "2018-08-20T10:55:24.000000Z"}} 2018-08-20 10:55:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2865d56b930c0a28b512285d9ae0a333d52b41" 2018-08-20 10:55:24,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60bb904f-9081-4cca-86c7-9d33b6c55b42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:24,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-60bb904f-9081-4cca-86c7-9d33b6c55b42 2018-08-20 10:55:24,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2865d56b930c0a28b512285d9ae0a333d52b41" 2018-08-20 10:55:24,913 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:24 GMT Server: Apache x-compute-request-id: req-a5b18530-5674-41f6-88a4-299cc89c9311 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5b18530-5674-41f6-88a4-299cc89c9311 Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "61e401ea-90e2-411f-aa40-c1cca8ca2a2d", "description": null}]} 2018-08-20 10:55:24,913 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types?is_public=None used request id req-a5b18530-5674-41f6-88a4-299cc89c9311 2018-08-20 10:55:24,916 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a5b18530-5674-41f6-88a4-299cc89c9311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2865d56b930c0a28b512285d9ae0a333d52b41" 2018-08-20 10:55:25,127 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:24 GMT Server: Apache x-compute-request-id: req-41c57e51-6aa4-4080-a52b-80515039aa74 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41c57e51-6aa4-4080-a52b-80515039aa74 Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "61e401ea-90e2-411f-aa40-c1cca8ca2a2d", "description": null}} 2018-08-20 10:55:25,127 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d used request id req-41c57e51-6aa4-4080-a52b-80515039aa74 2018-08-20 10:55:25,130 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a5b18530-5674-41f6-88a4-299cc89c9311" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2865d56b930c0a28b512285d9ae0a333d52b41" 2018-08-20 10:55:25,328 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:25 GMT Server: Apache x-compute-request-id: req-6f34747c-d1f9-49f6-9006-a23c02bd3378 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6f34747c-d1f9-49f6-9006-a23c02bd3378 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-20 10:55:25,328 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/deebb19e33094965bf356243ca830729/types/61e401ea-90e2-411f-aa40-c1cca8ca2a2d/encryption used request id req-6f34747c-d1f9-49f6-9006-a23c02bd3378 2018-08-20 10:55:25,329 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack 2018-08-20 10:55:25,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/1d3dd095-3cd3-42d7-aa74-1ac85986e146 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:25,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:25 GMT Server: Apache x-openstack-request-id: req-b41af62a-fdd6-442c-bf3a-762d0c3c2ec3 Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:25,584 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:25 GMT Server: Apache x-openstack-request-id: req-69e2637c-a011-41ef-9a7b-26ae177ede0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:25,584 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 used request id req-69e2637c-a011-41ef-9a7b-26ae177ede0a 2018-08-20 10:55:25,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/1d3dd095-3cd3-42d7-aa74-1ac85986e146 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:25,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:25 GMT Server: Apache x-openstack-request-id: req-681acedb-a8a6-4bff-9f4f-fec85f4a5894 Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:25,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:25 GMT Server: Apache x-openstack-request-id: req-d1fcc5e1-270b-4bda-9443-ef4df158be69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 536 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "deebb19e33094965bf356243ca830729", "volume_type_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "OS::stack_id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "volume_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "stack_user_project_id": "555c0c1c40634172a68c9238930ff907", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:55:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:55:25Z", "id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:25,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 used request id req-d1fcc5e1-270b-4bda-9443-ef4df158be69 2018-08-20 10:55:25,995 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:55:25,995 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:55:28,998 - create_stack - DEBUG - Stack status query timeout in 1196.586128 2018-08-20 10:55:29,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/1d3dd095-3cd3-42d7-aa74-1ac85986e146 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:29,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:29 GMT Server: Apache x-openstack-request-id: req-a2703ca2-d52b-4a9a-a54f-1b73d19ac8e6 Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:29,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:29 GMT Server: Apache x-openstack-request-id: req-ee499629-ca18-496b-acfd-f35291408cab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "deebb19e33094965bf356243ca830729", "volume_type_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume-type", "OS::stack_id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "volume_name": "CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-volume"}, "deletion_time": "2018-08-20T10:55:28Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack", "stack_user_project_id": "555c0c1c40634172a68c9238930ff907", "tags": null, "creation_time": "2018-08-20T10:55:18Z", "links": [{"href": "http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:55:25Z", "id": "1d3dd095-3cd3-42d7-aa74-1ac85986e146", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:29,423 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 used request id req-ee499629-ca18-496b-acfd-f35291408cab 2018-08-20 10:55:29,423 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:55:29,423 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack 2018-08-20 10:55:29,423 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack 2018-08-20 10:55:29,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/1d3dd095-3cd3-42d7-aa74-1ac85986e146 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f6472c0363356d371e13369eabf0b72c1db539" 2018-08-20 10:55:29,453 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:29 GMT Server: Apache x-openstack-request-id: req-a5086da9-cc7e-41c5-a515-822c215f8676 Location: http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:29,673 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:29 GMT Server: Apache x-openstack-request-id: req-3bce5455-2c07-4ead-a51a-427256eb5fc3 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:55:29,673 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/deebb19e33094965bf356243ca830729/stacks/CreateStackVolumeTests-CreateStackVolumeTests-bbdf33e4-78a2-459a-a0d2-0d2fca5e3401-stack/1d3dd095-3cd3-42d7-aa74-1ac85986e146 used request id req-3bce5455-2c07-4ead-a51a-427256eb5fc3 2018-08-20 10:55:29,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:55:29,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:55:29,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:55:29,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:55:29,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:55:29,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:29,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-ba695c37-8615-4ba5-b492-86db28985c80 Date: Mon, 20 Aug 2018 10:55:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:55:29,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-ba695c37-8615-4ba5-b492-86db28985c80 2018-08-20 10:55:29,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,070 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fa28f6c-75b5-49db-9313-2cfcd0c24c03 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-3fa28f6c-75b5-49db-9313-2cfcd0c24c03 2018-08-20 10:55:30,070 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,167 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e45a3ba9-6d4a-4c5a-981e-5d1c00be7ef1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-e45a3ba9-6d4a-4c5a-981e-5d1c00be7ef1 2018-08-20 10:55:30,167 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,257 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa5c008a-4073-4e61-8f02-4c8d6e4be71a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-fa5c008a-4073-4e61-8f02-4c8d6e4be71a 2018-08-20 10:55:30,258 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,356 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c86dfa03-1a81-4305-ad62-eac802615882 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-c86dfa03-1a81-4305-ad62-eac802615882 2018-08-20 10:55:30,356 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,449 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-301e85b6-ae9f-4c61-a1ff-8b11f70721fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-301e85b6-ae9f-4c61-a1ff-8b11f70721fa 2018-08-20 10:55:30,450 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,543 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-915462f6-695e-407f-88af-5550b8167354 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-915462f6-695e-407f-88af-5550b8167354 2018-08-20 10:55:30,543 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,640 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ee08952-a122-463c-bea8-ece1e35d3635 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-7ee08952-a122-463c-bea8-ece1e35d3635 2018-08-20 10:55:30,640 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5626d266-df0b-4be0-97bb-17d575e86fd3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-5626d266-df0b-4be0-97bb-17d575e86fd3 2018-08-20 10:55:30,747 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,837 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76e342ad-817c-457c-a7ae-13e90a405a14 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:30,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-76e342ad-817c-457c-a7ae-13e90a405a14 2018-08-20 10:55:30,837 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:30,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:30,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97cbb12c-d61a-46e7-aad0-38a41f7aaffe Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:55:30,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-97cbb12c-d61a-46e7-aad0-38a41f7aaffe 2018-08-20 10:55:30,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,039 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49e93162-7d18-49b0-a2fd-6e1442c5194d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:31,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-49e93162-7d18-49b0-a2fd-6e1442c5194d 2018-08-20 10:55:31,040 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:31,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,127 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a728e91-2816-433f-ad80-05e6904e1be0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:31,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-4a728e91-2816-433f-ad80-05e6904e1be0 2018-08-20 10:55:31,128 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:31,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,222 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af363caa-572d-42ea-9a41-21f4a7c8c2e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:31,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-af363caa-572d-42ea-9a41-21f4a7c8c2e2 2018-08-20 10:55:31,223 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:31,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,322 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e5fb5f8-5ac9-4dc2-9f63-32895cbf46f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:31,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-5e5fb5f8-5ac9-4dc2-9f63-32895cbf46f3 2018-08-20 10:55:31,323 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:31,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fed746d7-4697-4826-9e99-5f5e0f036170 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:55:31,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-fed746d7-4697-4826-9e99-5f5e0f036170 2018-08-20 10:55:31,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,519 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c429a0a-7986-4fe8-abcb-2762119d12a6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:31,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-2c429a0a-7986-4fe8-abcb-2762119d12a6 2018-08-20 10:55:31,519 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:31,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,611 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55cffbc7-c440-4270-8232-bdc98e826a74 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:31,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-55cffbc7-c440-4270-8232-bdc98e826a74 2018-08-20 10:55:31,612 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:31,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,700 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a210f8c5-46d7-4586-9dcd-a295a3ddda72 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:31,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-a210f8c5-46d7-4586-9dcd-a295a3ddda72 2018-08-20 10:55:31,701 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:31,702 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj 2018-08-20 10:55:31,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:31,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e913b33b-9e9f-4323-993f-6fcef50958e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:31,930 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/deebb19e33094965bf356243ca830729 used request id req-e913b33b-9e9f-4323-993f-6fcef50958e4 2018-08-20 10:55:31,930 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-da43f2c2-ea0b-4a2-proj-role 2018-08-20 10:55:31,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/e4c76354a7d94ce9a399b404de7462e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:32,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02c7da44-0bbb-4dc4-b6f8-23d87ac5a088 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:32,061 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/e4c76354a7d94ce9a399b404de7462e0 used request id req-02c7da44-0bbb-4dc4-b6f8-23d87ac5a088 2018-08-20 10:55:32,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7f14d3636665cec9d78464a6427c1a76507c042" 2018-08-20 10:55:32,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ebacfed-ebae-4229-ba00-77ba1aa028dd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:32,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2ebacfed-ebae-4229-ba00-77ba1aa028dd 2018-08-20 10:55:32,157 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-da43f2c2-ea0b-4a2-user 2018-08-20 10:55:32,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/a032142f12c0426c93c4f43f00b48d22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ea954b33574272dfa0b4ae4fae7d22933ede5f8" 2018-08-20 10:55:32,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2007582-25b7-4178-9d2f-4942d3e116ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:32,357 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/a032142f12c0426c93c4f43f00b48d22 used request id req-d2007582-25b7-4178-9d2f-4942d3e116ba 2018-08-20 10:55:32,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:32,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["PJ8ZZ6lmS_iVp1cOMPl3eg"], "issued_at": "2018-08-20T10:55:32.000000Z"}} 2018-08-20 10:55:32,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fe4561947307b68ea29e330e09e8c6cace97f32" 2018-08-20 10:55:32,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ec77c0-d98d-47b9-9786-4ceaaef260f9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:32,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-12ec77c0-d98d-47b9-9786-4ceaaef260f9 2018-08-20 10:55:32,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:32,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:33,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["gDYIRm7vS7q2QpK6kqh0Mw"], "issued_at": "2018-08-20T10:55:33.000000Z"}} 2018-08-20 10:55:33,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:33,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d839d4-0a86-40d1-9938-793c157a9361 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:33,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d0d839d4-0a86-40d1-9938-793c157a9361 2018-08-20 10:55:33,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:55:33,339 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:55:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:55:33,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-363b99c6-8378-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:33,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-412cde86-052a-4564-8c44-557b76489a91 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-363b99c6-8378-4d4-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:55:33,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-363b99c6-8378-4d4-proj used request id req-412cde86-052a-4564-8c44-557b76489a91 2018-08-20 10:55:33,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:33,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f953b298-41bc-4150-9513-68b7c3c5713f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:55:33,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-f953b298-41bc-4150-9513-68b7c3c5713f 2018-08-20 10:55:33,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj"}}' 2018-08-20 10:55:33,666 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93a89a78-f32d-4ee7-bf4b-0c17d2b52d03 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828"}, "tags": [], "enabled": true, "id": "9912d8ada6ea4d86bb9593c8acc9f828", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj"}} 2018-08-20 10:55:33,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-93a89a78-f32d-4ee7-bf4b-0c17d2b52d03 2018-08-20 10:55:33,667 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-363b99c6-8378-4d4-proj 2018-08-20 10:55:33,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:33,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:34,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["1RL5g5OoTHKALR6py6vRQw"], "issued_at": "2018-08-20T10:55:34.000000Z"}} 2018-08-20 10:55:34,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:34,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6fb3b56-7c00-4e32-b2e7-5f36a2e81841 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:34,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f6fb3b56-7c00-4e32-b2e7-5f36a2e81841 2018-08-20 10:55:34,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:55:34,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:55:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:55:34,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:34,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81112c94-ba53-47ca-8e52-e024e5fe6bb8 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:55:34,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-81112c94-ba53-47ca-8e52-e024e5fe6bb8 2018-08-20 10:55:34,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:34,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d424e51-6d40-4442-b35a-9c48f37eca52 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828"}, "tags": [], "enabled": true, "id": "9912d8ada6ea4d86bb9593c8acc9f828", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj"}]} 2018-08-20 10:55:34,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj used request id req-1d424e51-6d40-4442-b35a-9c48f37eca52 2018-08-20 10:55:34,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:34,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85febf0a-0565-4108-a099-166f88f42f9e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:55:34,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-85febf0a-0565-4108-a099-166f88f42f9e 2018-08-20 10:55:34,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:34,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e06eaf-fdfe-4853-881f-c5cb9443d918 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:34,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d0e06eaf-fdfe-4853-881f-c5cb9443d918 2018-08-20 10:55:34,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:35,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5671f0d-72a8-4b3f-848b-a367999b4788 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828"}, "tags": [], "enabled": true, "id": "9912d8ada6ea4d86bb9593c8acc9f828", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj"}]} 2018-08-20 10:55:35,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj used request id req-b5671f0d-72a8-4b3f-848b-a367999b4788 2018-08-20 10:55:35,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users/14fe542ea1ab46cd8d3a8a90864a3bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:35,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671016bd-9fe5-48c1-a4e3-fdf8e85c27de Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-363b99c6-8378-4d4-user", "links": {"self": "http://172.30.9.36:5000/v3/users/14fe542ea1ab46cd8d3a8a90864a3bc0"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "9912d8ada6ea4d86bb9593c8acc9f828", "id": "14fe542ea1ab46cd8d3a8a90864a3bc0", "password_expires_at": null}} 2018-08-20 10:55:35,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/14fe542ea1ab46cd8d3a8a90864a3bc0 used request id req-671016bd-9fe5-48c1-a4e3-fdf8e85c27de 2018-08-20 10:55:35,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828/users/14fe542ea1ab46cd8d3a8a90864a3bc0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:35,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5959943b-6af1-40a9-99df-d5f6e454d5e8 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828/users/14fe542ea1ab46cd8d3a8a90864a3bc0/roles", "previous": null, "next": null}, "roles": []} 2018-08-20 10:55:35,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828/users/14fe542ea1ab46cd8d3a8a90864a3bc0/roles used request id req-5959943b-6af1-40a9-99df-d5f6e454d5e8 2018-08-20 10:55:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:35,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0435b68-52bf-42dc-8921-19669eb29641 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}} 2018-08-20 10:55:35,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-c0435b68-52bf-42dc-8921-19669eb29641 2018-08-20 10:55:35,396 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-363b99c6-8378-4d4-proj 2018-08-20 10:55:35,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828/users/14fe542ea1ab46cd8d3a8a90864a3bc0/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:35,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53c06dc3-3acc-4580-8ae3-079ece6a722f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:35,531 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828/users/14fe542ea1ab46cd8d3a8a90864a3bc0/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-53c06dc3-3acc-4580-8ae3-079ece6a722f 2018-08-20 10:55:35,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:35,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d115ab-8744-48e3-bc29-beefbf2c674c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:35,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a1d115ab-8744-48e3-bc29-beefbf2c674c 2018-08-20 10:55:35,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:35,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22497389-2d8c-4706-9e48-706bc0d9e69c Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828"}, "tags": [], "enabled": true, "id": "9912d8ada6ea4d86bb9593c8acc9f828", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj"}]} 2018-08-20 10:55:35,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFlavorTests-363b99c6-8378-4d4-proj used request id req-22497389-2d8c-4706-9e48-706bc0d9e69c 2018-08-20 10:55:35,643 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-363b99c6-8378-4d4-user 2018-08-20 10:55:35,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:35,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:35,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93272472-745f-4050-a290-1cd1af34a2fa Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:35,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-93272472-745f-4050-a290-1cd1af34a2fa 2018-08-20 10:55:35,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" -d '{"role": {"name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj-role"}}' 2018-08-20 10:55:35,780 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb7b4c8a-c78c-4bff-80ac-f180079a52df Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6b80fb5df98d46a2b7ff28a2a38c1c13", "links": {"self": "http://172.30.9.36:5000/v3/roles/6b80fb5df98d46a2b7ff28a2a38c1c13"}, "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj-role"}} 2018-08-20 10:55:35,780 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-eb7b4c8a-c78c-4bff-80ac-f180079a52df 2018-08-20 10:55:35,780 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-363b99c6-8378-4d4-proj-role 2018-08-20 10:55:35,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/6b80fb5df98d46a2b7ff28a2a38c1c13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:35,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f4238a3-1b45-40fd-841b-30deaa0cbfaf Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6b80fb5df98d46a2b7ff28a2a38c1c13", "links": {"self": "http://172.30.9.36:5000/v3/roles/6b80fb5df98d46a2b7ff28a2a38c1c13"}, "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj-role"}} 2018-08-20 10:55:35,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/6b80fb5df98d46a2b7ff28a2a38c1c13 used request id req-0f4238a3-1b45-40fd-841b-30deaa0cbfaf 2018-08-20 10:55:35,876 - keystone_utils - INFO - Granting role CreateStackFlavorTests-363b99c6-8378-4d4-proj-role to project CreateStackFlavorTests-363b99c6-8378-4d4-proj 2018-08-20 10:55:35,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828/users/14fe542ea1ab46cd8d3a8a90864a3bc0/roles/6b80fb5df98d46a2b7ff28a2a38c1c13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:35,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9932f38-f038-41a5-b870-ba32ef16e916 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:35,938 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828/users/14fe542ea1ab46cd8d3a8a90864a3bc0/roles/6b80fb5df98d46a2b7ff28a2a38c1c13 used request id req-f9932f38-f038-41a5-b870-ba32ef16e916 2018-08-20 10:55:35,939 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:55:35,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:35,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:36,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "6b80fb5df98d46a2b7ff28a2a38c1c13", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj-role"}], "expires_at": "2018-08-20T11:55:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9912d8ada6ea4d86bb9593c8acc9f828", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-363b99c6-8378-4d4-user", "id": "14fe542ea1ab46cd8d3a8a90864a3bc0"}, "audit_ids": ["7fVB4ZVFQTSYsBgzor59gA"], "issued_at": "2018-08-20T10:55:36.000000Z"}} 2018-08-20 10:55:36,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:36,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf886ca-2a69-44b9-ae25-bee1d11797f2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:36,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-caf886ca-2a69-44b9-ae25-bee1d11797f2 2018-08-20 10:55:36,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:55:36,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:55:36,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:55:36,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:55:36,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:55:36,433 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:55:36,436 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:55:36,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks?stack_name=CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:36,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:36 GMT Server: Apache x-openstack-request-id: req-cb6575a7-7b22-4fb8-99cc-53aa69a78d6d Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:55:36,626 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks?stack_name=CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack used request id req-cb6575a7-7b22-4fb8-99cc-53aa69a78d6d 2018-08-20 10:55:36,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" -d '{"stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-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-08-20 10:55:38,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:36 GMT Server: Apache x-openstack-request-id: req-b802ad4f-7ff2-48e7-af6f-57023b6c816f Location: http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "links": [{"href": "http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8", "rel": "self"}]}} 2018-08-20 10:55:38,298 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks used request id req-b802ad4f-7ff2-48e7-af6f-57023b6c816f 2018-08-20 10:55:38,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/a5ff752f-b595-4708-9fea-1dd641cafad8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:38,506 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:38 GMT Server: Apache x-openstack-request-id: req-1665ee2f-c6da-4694-ab5d-8a352795a533 Location: http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:38,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:38 GMT Server: Apache x-openstack-request-id: req-2a39400a-0375-4fd3-a81a-b6459788d296 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 503 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": "9912d8ada6ea4d86bb9593c8acc9f828", "OS::stack_id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "OS::stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack", "stack_user_project_id": "a5d88c36da4f49349d47e8ad7d36d91c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:55:37Z", "links": [{"href": "http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:38,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 used request id req-2a39400a-0375-4fd3-a81a-b6459788d296 2018-08-20 10:55:38,725 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack 2018-08-20 10:55:38,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/a5ff752f-b595-4708-9fea-1dd641cafad8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:38,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:38 GMT Server: Apache x-openstack-request-id: req-b5f362f0-69cf-44b8-aec3-ed15de296706 Location: http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:39,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:38 GMT Server: Apache x-openstack-request-id: req-a693df85-d051-42a2-b044-9bec65232d8c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "9912d8ada6ea4d86bb9593c8acc9f828", "OS::stack_id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "OS::stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack", "stack_user_project_id": "a5d88c36da4f49349d47e8ad7d36d91c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:55:37Z", "links": [{"href": "http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:39,145 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 used request id req-a693df85-d051-42a2-b044-9bec65232d8c 2018-08-20 10:55:39,145 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:55:39,145 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack 2018-08-20 10:55:39,146 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack 2018-08-20 10:55:39,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/a5ff752f-b595-4708-9fea-1dd641cafad8/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:39,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:39 GMT Server: Apache x-openstack-request-id: req-ae994fab-1e61-4734-aca4-0bf632b07542 Location: http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:39,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:39 GMT Server: Apache x-openstack-request-id: req-22c02186-2bf2-4faf-84f3-2aa82c4558da 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.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-08-20T10:55:38Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:55:38Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "189f5349-e274-469b-9d5e-5e71209cc17f", "resource_type": "OS::Nova::Flavor"}]} 2018-08-20 10:55:39,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8/resources used request id req-22c02186-2bf2-4faf-84f3-2aa82c4558da 2018-08-20 10:55:39,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/189f5349-e274-469b-9d5e-5e71209cc17f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:39,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b135931-89a4-4c81-a033-a00377d289d8 x-compute-request-id: req-7b135931-89a4-4c81-a033-a00377d289d8 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack-flavor-3orwu4272rt7", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/189f5349-e274-469b-9d5e-5e71209cc17f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/189f5349-e274-469b-9d5e-5e71209cc17f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 200, "id": "189f5349-e274-469b-9d5e-5e71209cc17f"}} 2018-08-20 10:55:39,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/189f5349-e274-469b-9d5e-5e71209cc17f used request id req-7b135931-89a4-4c81-a033-a00377d289d8 2018-08-20 10:55:39,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:39,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:40,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "6b80fb5df98d46a2b7ff28a2a38c1c13", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj-role"}], "expires_at": "2018-08-20T11:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9912d8ada6ea4d86bb9593c8acc9f828", "name": "CreateStackFlavorTests-363b99c6-8378-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/9912d8ada6ea4d86bb9593c8acc9f828", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-363b99c6-8378-4d4-user", "id": "14fe542ea1ab46cd8d3a8a90864a3bc0"}, "audit_ids": ["qCpN-4L5RWCeJqROlR4bRg"], "issued_at": "2018-08-20T10:55:40.000000Z"}} 2018-08-20 10:55:40,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b7266dea0bb346708d16d1fc95401ec485e045" 2018-08-20 10:55:40,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e28f3ab2-eef6-44f7-9d85-c2794301a58d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:40,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e28f3ab2-eef6-44f7-9d85-c2794301a58d 2018-08-20 10:55:40,117 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:55:40,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b7266dea0bb346708d16d1fc95401ec485e045" 2018-08-20 10:55:40,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-331c099e-5d39-414d-870e-01e5803dd2f6 x-compute-request-id: req-331c099e-5d39-414d-870e-01e5803dd2f6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "189f5349-e274-469b-9d5e-5e71209cc17f", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/189f5349-e274-469b-9d5e-5e71209cc17f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/189f5349-e274-469b-9d5e-5e71209cc17f", "rel": "bookmark"}], "name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack-flavor-3orwu4272rt7"}]} 2018-08-20 10:55:40,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-331c099e-5d39-414d-870e-01e5803dd2f6 2018-08-20 10:55:40,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/189f5349-e274-469b-9d5e-5e71209cc17f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b7266dea0bb346708d16d1fc95401ec485e045" 2018-08-20 10:55:40,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-955c7f7a-84ba-44ef-b47b-f360ec674b3e x-compute-request-id: req-955c7f7a-84ba-44ef-b47b-f360ec674b3e Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack-flavor-3orwu4272rt7", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/189f5349-e274-469b-9d5e-5e71209cc17f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/189f5349-e274-469b-9d5e-5e71209cc17f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 200, "id": "189f5349-e274-469b-9d5e-5e71209cc17f"}} 2018-08-20 10:55:40,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/189f5349-e274-469b-9d5e-5e71209cc17f used request id req-955c7f7a-84ba-44ef-b47b-f360ec674b3e 2018-08-20 10:55:40,332 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack-flavor-3orwu4272rt7 2018-08-20 10:55:40,332 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack 2018-08-20 10:55:40,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/a5ff752f-b595-4708-9fea-1dd641cafad8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:40,536 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:40 GMT Server: Apache x-openstack-request-id: req-7450de87-475b-403c-b7e1-95b448292abe Location: http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:40,768 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:40 GMT Server: Apache x-openstack-request-id: req-5b640903-2519-4f5c-b868-5c043cf54607 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:40,768 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 used request id req-5b640903-2519-4f5c-b868-5c043cf54607 2018-08-20 10:55:40,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/a5ff752f-b595-4708-9fea-1dd641cafad8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:40,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:40 GMT Server: Apache x-openstack-request-id: req-dbbd117e-a2d1-4cd2-a85a-3fdcf55559f9 Location: http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:41,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:40 GMT Server: Apache x-openstack-request-id: req-45f480c9-ad15-4f9e-b8ea-0107f167928f 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": "9912d8ada6ea4d86bb9593c8acc9f828", "OS::stack_id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "OS::stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack", "stack_user_project_id": "a5d88c36da4f49349d47e8ad7d36d91c", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:55:37Z", "links": [{"href": "http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:55:40Z", "id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:41,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 used request id req-45f480c9-ad15-4f9e-b8ea-0107f167928f 2018-08-20 10:55:41,175 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:55:41,175 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:55:44,178 - create_stack - DEBUG - Stack status query timeout in 1196.59044719 2018-08-20 10:55:44,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/a5ff752f-b595-4708-9fea-1dd641cafad8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:44,367 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:44 GMT Server: Apache x-openstack-request-id: req-aa0e0350-fc63-45ed-9c1e-9ccba8e82ba2 Location: http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:44,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:44 GMT Server: Apache x-openstack-request-id: req-34f3f162-5a43-4a95-9f8c-63b03a1a79aa 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": "9912d8ada6ea4d86bb9593c8acc9f828", "OS::stack_id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "OS::stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack"}, "deletion_time": "2018-08-20T10:55:42Z", "stack_name": "CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack", "stack_user_project_id": "a5d88c36da4f49349d47e8ad7d36d91c", "tags": null, "creation_time": "2018-08-20T10:55:37Z", "links": [{"href": "http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:55:40Z", "id": "a5ff752f-b595-4708-9fea-1dd641cafad8", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-20 10:55:44,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 used request id req-34f3f162-5a43-4a95-9f8c-63b03a1a79aa 2018-08-20 10:55:44,571 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:55:44,571 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack 2018-08-20 10:55:44,571 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack 2018-08-20 10:55:44,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/a5ff752f-b595-4708-9fea-1dd641cafad8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b66fc60a37ded165153c074595ac9bda82dc3e9f" 2018-08-20 10:55:44,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:44 GMT Server: Apache x-openstack-request-id: req-6c034c95-e4a4-47ef-8d8e-2437cbe75067 Location: http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:44,811 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:44 GMT Server: Apache x-openstack-request-id: req-c84472d2-e900-4b59-94e8-afa4c82ed24a Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:55:44,811 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/9912d8ada6ea4d86bb9593c8acc9f828/stacks/CreateStackFlavorTests-aafe85ba-6965-4ca5-bf9f-109b3e8596cb-stack/a5ff752f-b595-4708-9fea-1dd641cafad8 used request id req-c84472d2-e900-4b59-94e8-afa4c82ed24a 2018-08-20 10:55:44,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:55:44,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:55:44,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:55:44,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:55:44,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:55:44,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-e075931d-e3a0-4615-ab94-f55d038d0385 Date: Mon, 20 Aug 2018 10:55:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:55:45,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-e075931d-e3a0-4615-ab94-f55d038d0385 2018-08-20 10:55:45,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-714d4fe3-c88a-4c5e-a4c1-044c1fcbd053 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-714d4fe3-c88a-4c5e-a4c1-044c1fcbd053 2018-08-20 10:55:45,179 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,277 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da2be29e-be4e-41b4-b96f-e9728cedbd54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-da2be29e-be4e-41b4-b96f-e9728cedbd54 2018-08-20 10:55:45,278 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,374 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fcd43db-8db0-4611-81a6-24df3ae1b904 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-3fcd43db-8db0-4611-81a6-24df3ae1b904 2018-08-20 10:55:45,375 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,465 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4223762-3006-47c3-9836-e1c4ee23ac2e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-d4223762-3006-47c3-9836-e1c4ee23ac2e 2018-08-20 10:55:45,466 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,561 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0e52918-692f-4102-b13d-40edabc4ebed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-c0e52918-692f-4102-b13d-40edabc4ebed 2018-08-20 10:55:45,561 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,658 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6aa7d17-2e68-4107-972d-09ba87adace3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-c6aa7d17-2e68-4107-972d-09ba87adace3 2018-08-20 10:55:45,659 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,747 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d2811b4-8e10-4a8b-af4f-7040f4f45d61 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-0d2811b4-8e10-4a8b-af4f-7040f4f45d61 2018-08-20 10:55:45,748 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,861 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-586a1128-49ab-45c8-9103-b73dec64d138 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-586a1128-49ab-45c8-9103-b73dec64d138 2018-08-20 10:55:45,862 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:45,957 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b064f987-afef-442b-b06c-f74addc2af27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:45,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-b064f987-afef-442b-b06c-f74addc2af27 2018-08-20 10:55:45,957 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:45,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5795269d-25ba-43c1-8e09-5275237a1561 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:55:46,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-5795269d-25ba-43c1-8e09-5275237a1561 2018-08-20 10:55:46,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,142 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4e88021-4909-4a80-aa7d-a500f03e7052 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:46,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-a4e88021-4909-4a80-aa7d-a500f03e7052 2018-08-20 10:55:46,143 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:46,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,237 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f00ab6f-b271-4082-bac5-9ab52c406625 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:46,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-8f00ab6f-b271-4082-bac5-9ab52c406625 2018-08-20 10:55:46,237 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:46,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,331 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b9c66c1-af88-4723-8047-8b999c677976 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:46,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-0b9c66c1-af88-4723-8047-8b999c677976 2018-08-20 10:55:46,331 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,433 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa8954eb-5482-45f1-b584-3caa15aba250 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:46,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-aa8954eb-5482-45f1-b584-3caa15aba250 2018-08-20 10:55:46,433 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:46,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-221349c9-1f0d-4d3e-bd2f-7d785011ff76 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:55:46,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-221349c9-1f0d-4d3e-bd2f-7d785011ff76 2018-08-20 10:55:46,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,625 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01563264-908a-492d-88c9-b5f8c5ee6ba7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:46,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-01563264-908a-492d-88c9-b5f8c5ee6ba7 2018-08-20 10:55:46,625 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:46,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,720 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a2a1364-1b31-4477-9ac6-6191d40fca3c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:46,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-7a2a1364-1b31-4477-9ac6-6191d40fca3c 2018-08-20 10:55:46,720 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:46,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:46,817 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5823d4c4-9831-4f9d-9de6-0b91c91bf03d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:55:46,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-5823d4c4-9831-4f9d-9de6-0b91c91bf03d 2018-08-20 10:55:46,817 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:55:46,818 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-363b99c6-8378-4d4-proj 2018-08-20 10:55:46,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:47,128 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-274ac9da-ec84-4d1f-821e-9bef2f85ce67 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:47,128 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/9912d8ada6ea4d86bb9593c8acc9f828 used request id req-274ac9da-ec84-4d1f-821e-9bef2f85ce67 2018-08-20 10:55:47,128 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-363b99c6-8378-4d4-proj-role 2018-08-20 10:55:47,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/6b80fb5df98d46a2b7ff28a2a38c1c13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:47,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3edc5a9-4be2-46b6-961c-f73142ce9924 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:47,247 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/6b80fb5df98d46a2b7ff28a2a38c1c13 used request id req-a3edc5a9-4be2-46b6-961c-f73142ce9924 2018-08-20 10:55:47,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ef6cfe674dd4bc3b3cfb4e9f416e692397bcbd" 2018-08-20 10:55:47,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0cea70-9799-4677-be58-2b5314a9492a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:47,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5e0cea70-9799-4677-be58-2b5314a9492a 2018-08-20 10:55:47,347 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-363b99c6-8378-4d4-user 2018-08-20 10:55:47,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/14fe542ea1ab46cd8d3a8a90864a3bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c716bf0456f3b4b26d3f7e96a5d6e6e26de2a3" 2018-08-20 10:55:47,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6661b69-c09b-41db-9ec1-d95c5c703830 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:47,536 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/14fe542ea1ab46cd8d3a8a90864a3bc0 used request id req-b6661b69-c09b-41db-9ec1-d95c5c703830 2018-08-20 10:55:47,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:47,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["4PKxyXCiTACY21Q4nD-j0w"], "issued_at": "2018-08-20T10:55:47.000000Z"}} 2018-08-20 10:55:47,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60b2aa29d17a6af3b0a4287fd6065c1a9d1b8fe" 2018-08-20 10:55:48,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19c97b13-3492-40d5-b34d-bfce3585a6f4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:48,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-19c97b13-3492-40d5-b34d-bfce3585a6f4 2018-08-20 10:55:48,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:48,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:48,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["7HUH5liiSD6wUbRuphLn1w"], "issued_at": "2018-08-20T10:55:48.000000Z"}} 2018-08-20 10:55:48,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:55:48,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1602085-7478-46bf-ab78-01fa9ab309f9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:48,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b1602085-7478-46bf-ab78-01fa9ab309f9 2018-08-20 10:55:48,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:55:48,547 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:55:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:55:48,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-e46d81d6-fd02-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:55:48,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1426ef8f-b800-430c-aa38-ad4f8029c8e7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-e46d81d6-fd02-499-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:55:48,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-e46d81d6-fd02-499-proj used request id req-1426ef8f-b800-430c-aa38-ad4f8029c8e7 2018-08-20 10:55:48,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:55:48,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f90263-7248-45ae-acb9-5992fd2dc9fb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:55:48,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-06f90263-7248-45ae-acb9-5992fd2dc9fb 2018-08-20 10:55:48,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj"}}' 2018-08-20 10:55:48,876 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e2c59aa-d39a-4167-8990-978a34df6ed4 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a75f0bc67c524f5faf64187db2d8a447"}, "tags": [], "enabled": true, "id": "a75f0bc67c524f5faf64187db2d8a447", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj"}} 2018-08-20 10:55:48,876 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-3e2c59aa-d39a-4167-8990-978a34df6ed4 2018-08-20 10:55:48,876 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-e46d81d6-fd02-499-proj 2018-08-20 10:55:48,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:48,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:49,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:55:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Syxk5EmWT_ix2Ka3jTLkdg"], "issued_at": "2018-08-20T10:55:49.000000Z"}} 2018-08-20 10:55:49,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc182cef51469666f3c8564dadcf77737b7d455d" 2018-08-20 10:55:49,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b60f24a2-f10d-4b41-a60a-9c65fa179eda Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:49,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b60f24a2-f10d-4b41-a60a-9c65fa179eda 2018-08-20 10:55:49,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:55:49,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:55:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:55:49,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc182cef51469666f3c8564dadcf77737b7d455d" 2018-08-20 10:55:49,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d69a13e3-cef2-4d45-aba0-1bad5fe62461 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:55:49,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-d69a13e3-cef2-4d45-aba0-1bad5fe62461 2018-08-20 10:55:49,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackKeypairTests-e46d81d6-fd02-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc182cef51469666f3c8564dadcf77737b7d455d" 2018-08-20 10:55:49,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d6f2d9-945e-4139-863d-99bb88136156 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackKeypairTests-e46d81d6-fd02-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a75f0bc67c524f5faf64187db2d8a447"}, "tags": [], "enabled": true, "id": "a75f0bc67c524f5faf64187db2d8a447", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj"}]} 2018-08-20 10:55:49,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackKeypairTests-e46d81d6-fd02-499-proj used request id req-c0d6f2d9-945e-4139-863d-99bb88136156 2018-08-20 10:55:49,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc182cef51469666f3c8564dadcf77737b7d455d" 2018-08-20 10:55:49,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e195423-71a1-49db-a3e9-c1b2e59eeb9f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:55:49,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-8e195423-71a1-49db-a3e9-c1b2e59eeb9f 2018-08-20 10:55:50,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc182cef51469666f3c8564dadcf77737b7d455d" 2018-08-20 10:55:50,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c99e366b-0ec4-4ce8-a14a-28ff5e47bfa1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:50,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c99e366b-0ec4-4ce8-a14a-28ff5e47bfa1 2018-08-20 10:55:50,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackKeypairTests-e46d81d6-fd02-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc182cef51469666f3c8564dadcf77737b7d455d" 2018-08-20 10:55:50,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f6ddd9-4494-4876-958c-d517c4281d1c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackKeypairTests-e46d81d6-fd02-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/a75f0bc67c524f5faf64187db2d8a447"}, "tags": [], "enabled": true, "id": "a75f0bc67c524f5faf64187db2d8a447", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj"}]} 2018-08-20 10:55:50,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackKeypairTests-e46d81d6-fd02-499-proj used request id req-d2f6ddd9-4494-4876-958c-d517c4281d1c 2018-08-20 10:55:50,259 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-e46d81d6-fd02-499-user 2018-08-20 10:55:50,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:50,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:55:50,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-182b1ddf-69ff-4936-af44-d73b23278aeb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:55:50,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-182b1ddf-69ff-4936-af44-d73b23278aeb 2018-08-20 10:55:50,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" -d '{"role": {"name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj-role"}}' 2018-08-20 10:55:50,468 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ff89ce8-31f3-45f4-acb0-694926b56bed Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0fec869224d549eda9a39e8889b46256", "links": {"self": "http://172.30.9.36:5000/v3/roles/0fec869224d549eda9a39e8889b46256"}, "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj-role"}} 2018-08-20 10:55:50,468 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-8ff89ce8-31f3-45f4-acb0-694926b56bed 2018-08-20 10:55:50,469 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-e46d81d6-fd02-499-proj-role 2018-08-20 10:55:50,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/0fec869224d549eda9a39e8889b46256 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:55:50,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21292022-7bc7-44b8-8acb-ec9608bf0eb2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0fec869224d549eda9a39e8889b46256", "links": {"self": "http://172.30.9.36:5000/v3/roles/0fec869224d549eda9a39e8889b46256"}, "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj-role"}} 2018-08-20 10:55:50,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/0fec869224d549eda9a39e8889b46256 used request id req-21292022-7bc7-44b8-8acb-ec9608bf0eb2 2018-08-20 10:55:50,568 - keystone_utils - INFO - Granting role CreateStackKeypairTests-e46d81d6-fd02-499-proj-role to project CreateStackKeypairTests-e46d81d6-fd02-499-proj 2018-08-20 10:55:50,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/a75f0bc67c524f5faf64187db2d8a447/users/b66a78993a674904b6c282cabafd9ef4/roles/0fec869224d549eda9a39e8889b46256 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:55:50,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-955134d8-d9d9-41ba-9022-81ef1e20f5a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:50,692 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/a75f0bc67c524f5faf64187db2d8a447/users/b66a78993a674904b6c282cabafd9ef4/roles/0fec869224d549eda9a39e8889b46256 used request id req-955134d8-d9d9-41ba-9022-81ef1e20f5a6 2018-08-20 10:55:50,693 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:55:50,693 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:55:50,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:50,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:51,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fec869224d549eda9a39e8889b46256", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj-role"}], "expires_at": "2018-08-20T11:55:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a75f0bc67c524f5faf64187db2d8a447", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-e46d81d6-fd02-499-user", "id": "b66a78993a674904b6c282cabafd9ef4"}, "audit_ids": ["eLrktiyBSkGZBNxTHtgFFA"], "issued_at": "2018-08-20T10:55:51.000000Z"}} 2018-08-20 10:55:51,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:51,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b7db21-f7c8-44fd-9cff-5e88a906bab4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:51,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-94b7db21-f7c8-44fd-9cff-5e88a906bab4 2018-08-20 10:55:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:55:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:55:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:55:51,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:55:51,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:55:51,186 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:55:51,189 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:55:51,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:51,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:51 GMT Server: Apache x-openstack-request-id: req-25eca479-1ce6-4793-96ca-44417ce7f1f6 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:55:51,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack used request id req-25eca479-1ce6-4793-96ca-44417ce7f1f6 2018-08-20 10:55:51,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-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-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp"}}' 2018-08-20 10:55:52,962 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:55:51 GMT Server: Apache x-openstack-request-id: req-8a2a8487-016c-4982-959b-cced0eb4909a Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "links": [{"href": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "rel": "self"}]}} 2018-08-20 10:55:52,962 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks used request id req-8a2a8487-016c-4982-959b-cced0eb4909a 2018-08-20 10:55:52,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:53,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:52 GMT Server: Apache x-openstack-request-id: req-56183a77-f1b0-4042-846a-46e39a01888f Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:53,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:53 GMT Server: Apache x-openstack-request-id: req-10ff5e56-36cb-48e8-bd8d-767f28424db3 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": "a75f0bc67c524f5faf64187db2d8a447", "OS::stack_id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "keypair_name": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "stack_user_project_id": "92f956bdbfef4b55ae7c21b4b45c35f1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:55:52Z", "links": [{"href": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA4KJ9rcOSILpqOmRJ/qK90tafTciTMPb+Y2tXZMn+bu2fJYFA\nkl6Q4jBiGHtuqYePkNU+GaT8PUwYpJPE/OUzke+kw5sYhLwmH3ZLZmcUJqQNwM3e\nMkF5XTqoH3qRafVc4Hgd5RoGHEX+Ia/HmUS1pCvDg5Fb5SHk/f1nx6YhPsYMdhkK\nfLSVWZ9uUp1NQy9dZCQlRJps1KnnBo9q0lKb7HZtypTg84Dyh3u/XwmYGA8BNUvb\nVSZmPnHkDdtcc99YLEeSTjxeXhvCaj0ck3iHFRSV6jFsaO/mJbzQz3/r1OnZvAKv\nlbBZrpftmk0UXvwmqWkcavl3/EVrrPJEp5OffQIDAQABAoIBAQCq9V964E2VFOqF\nuA/MeGTJUkf5Nb431LJ0TZw8e7JlD/k/3OecvdW8HyB5C2+EHER58KCLedHygLh8\ngG26HmGqHl0h9Saq1lqZNTlbHPXsFozVAJirXMMV3e9Xzbtfjbn6p8/wrWabG/W2\nA4Z/shgfcqMgvX7Xmn0hhDr4agoBL+FkL1F5qxLOKc6LX7EBIjHQcKyBPQIYjA8h\nL+DFZbs45/eBQbtxigstS6hDX1jRXvQTay44fYLSihi7HDj5LsMQeb6balh77mKm\n4p/NPqG1e3cHt7d6xJVDbQqfqSS4Irtvnf5nbS0br5fMPVKK74K0aGC8RrMGOv+R\nR5H8fi9tAoGBAP5dU7jIlZEBs1Enj3Kdqu9HUZoWlxYkYAdsreXYiQLW8T/xMHkL\n4QV4P6ZFde5ZSpi+cXfEM1LlcR9UbXLr/Ne5rX05mRtcZTesSxNoXjAm0EdXDHXl\nwpQz6i3Pf21vg9F14SoXgazNLOmmNygKHcLHVWzser841YoNCZ1ibT0PAoGBAOIU\nOtpYLXfPmLxlj0lmNeF0cGHp86ggClqNSRIE1eCOyF5CS/dB9NjGDKtyQqTB+e3F\npdkcNETCWw9rGw+aQCvAwzMLR/0f43BuRTDr1f5nEUKlR30156+DKWyN/KmwODxw\nru96vuD7h3vPuGm4Yoqvqe/yP7eak3omQ81mazKzAoGAPZRmgmO9Id/hg5IqPjtB\neLAxZzZ02V1xChsbdnuXn+JdgXdonsVrcqGL9zr1tABV+OiSG8aaDkWRv133KU1M\nZwWCpMBe+qrBrlq9yjMIKmwbHEpMr/YxxyNSXEjRtrK6nOkG2+PY9vatGtusmrro\nPZF4cuhFRyoBOGyzmTCM9a0CgYAMAFTreFjZjlymS6HinJlpoXvBxuCXYTQLgIqL\neVQ9Oncqgcx0kLzFsSXFCCi/hEiXNbHLJ7Min0qkM+RY3LBhYjc6g3PL3SB+vGvR\n4AMZITGKXym/XNgyufy99X+fJmql0rmGnvZ5DQExMmKwwggBIrgbs7lsLrl7d4KL\n6c7w/wKBgGqQEhZYFmSEJa8/80Nun8YvuYS3r3UXDjO0OH7DJVpkDNuNv8P9l+ma\nzs9ftcsblFUGijL6HAgd9jT8ucU6JHAeHFVfW3gmRyRj4b/zhZ+wc8M1XwKoZrwn\nPtrvPjpxmEMdo9Ad3M6cC9zzqABNLRr/EjUx6z2OtLugmFxXkiKq\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-08-20 10:55:53,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc used request id req-10ff5e56-36cb-48e8-bd8d-767f28424db3 2018-08-20 10:55:53,510 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack 2018-08-20 10:55:53,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:53,712 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:53 GMT Server: Apache x-openstack-request-id: req-5f0d9ec0-1192-4ad9-9d01-3472d94f77ae Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:54,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:53 GMT Server: Apache x-openstack-request-id: req-ca68d177-f39c-4d82-92fd-790e31069e79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1912 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": "a75f0bc67c524f5faf64187db2d8a447", "OS::stack_id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "keypair_name": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "stack_user_project_id": "92f956bdbfef4b55ae7c21b4b45c35f1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:55:52Z", "links": [{"href": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA4KJ9rcOSILpqOmRJ/qK90tafTciTMPb+Y2tXZMn+bu2fJYFA\nkl6Q4jBiGHtuqYePkNU+GaT8PUwYpJPE/OUzke+kw5sYhLwmH3ZLZmcUJqQNwM3e\nMkF5XTqoH3qRafVc4Hgd5RoGHEX+Ia/HmUS1pCvDg5Fb5SHk/f1nx6YhPsYMdhkK\nfLSVWZ9uUp1NQy9dZCQlRJps1KnnBo9q0lKb7HZtypTg84Dyh3u/XwmYGA8BNUvb\nVSZmPnHkDdtcc99YLEeSTjxeXhvCaj0ck3iHFRSV6jFsaO/mJbzQz3/r1OnZvAKv\nlbBZrpftmk0UXvwmqWkcavl3/EVrrPJEp5OffQIDAQABAoIBAQCq9V964E2VFOqF\nuA/MeGTJUkf5Nb431LJ0TZw8e7JlD/k/3OecvdW8HyB5C2+EHER58KCLedHygLh8\ngG26HmGqHl0h9Saq1lqZNTlbHPXsFozVAJirXMMV3e9Xzbtfjbn6p8/wrWabG/W2\nA4Z/shgfcqMgvX7Xmn0hhDr4agoBL+FkL1F5qxLOKc6LX7EBIjHQcKyBPQIYjA8h\nL+DFZbs45/eBQbtxigstS6hDX1jRXvQTay44fYLSihi7HDj5LsMQeb6balh77mKm\n4p/NPqG1e3cHt7d6xJVDbQqfqSS4Irtvnf5nbS0br5fMPVKK74K0aGC8RrMGOv+R\nR5H8fi9tAoGBAP5dU7jIlZEBs1Enj3Kdqu9HUZoWlxYkYAdsreXYiQLW8T/xMHkL\n4QV4P6ZFde5ZSpi+cXfEM1LlcR9UbXLr/Ne5rX05mRtcZTesSxNoXjAm0EdXDHXl\nwpQz6i3Pf21vg9F14SoXgazNLOmmNygKHcLHVWzser841YoNCZ1ibT0PAoGBAOIU\nOtpYLXfPmLxlj0lmNeF0cGHp86ggClqNSRIE1eCOyF5CS/dB9NjGDKtyQqTB+e3F\npdkcNETCWw9rGw+aQCvAwzMLR/0f43BuRTDr1f5nEUKlR30156+DKWyN/KmwODxw\nru96vuD7h3vPuGm4Yoqvqe/yP7eak3omQ81mazKzAoGAPZRmgmO9Id/hg5IqPjtB\neLAxZzZ02V1xChsbdnuXn+JdgXdonsVrcqGL9zr1tABV+OiSG8aaDkWRv133KU1M\nZwWCpMBe+qrBrlq9yjMIKmwbHEpMr/YxxyNSXEjRtrK6nOkG2+PY9vatGtusmrro\nPZF4cuhFRyoBOGyzmTCM9a0CgYAMAFTreFjZjlymS6HinJlpoXvBxuCXYTQLgIqL\neVQ9Oncqgcx0kLzFsSXFCCi/hEiXNbHLJ7Min0qkM+RY3LBhYjc6g3PL3SB+vGvR\n4AMZITGKXym/XNgyufy99X+fJmql0rmGnvZ5DQExMmKwwggBIrgbs7lsLrl7d4KL\n6c7w/wKBgGqQEhZYFmSEJa8/80Nun8YvuYS3r3UXDjO0OH7DJVpkDNuNv8P9l+ma\nzs9ftcsblFUGijL6HAgd9jT8ucU6JHAeHFVfW3gmRyRj4b/zhZ+wc8M1XwKoZrwn\nPtrvPjpxmEMdo9Ad3M6cC9zzqABNLRr/EjUx6z2OtLugmFxXkiKq\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-08-20 10:55:54,063 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc used request id req-ca68d177-f39c-4d82-92fd-790e31069e79 2018-08-20 10:55:54,064 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:55:54,064 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack 2018-08-20 10:55:54,064 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack 2018-08-20 10:55:54,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:54,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:54 GMT Server: Apache x-openstack-request-id: req-ed02b416-2624-4e8e-8ff8-19bbd70fc6c7 Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:54,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:54 GMT Server: Apache x-openstack-request-id: req-8b12525f-d739-4e0d-ba70-001ed6c52082 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-20T10:55:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:55:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-08-20 10:55:54,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc/resources used request id req-8b12525f-d739-4e0d-ba70-001ed6c52082 2018-08-20 10:55:54,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs/CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:54,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-e6e6c2d4-9f08-4c53-bda1-98edbe85d066 x-compute-request-id: req-e6e6c2d4-9f08-4c53-bda1-98edbe85d066 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgon2tw5Igumo6ZEn+or3S1p9NyJMw9v5ja1dkyf5u7Z8lgUCSXpDiMGIYe26ph4+Q1T4ZpPw9TBikk8T85TOR76TDmxiEvCYfdktmZxQmpA3Azd4yQXldOqgfepFp9VzgeB3lGgYcRf4hr8eZRLWkK8ODkVvlIeT9/WfHpiE+xgx2GQp8tJVZn25SnU1DL11kJCVEmmzUqecGj2rSUpvsdm3KlODzgPKHe79fCZgYDwE1S9tVJmY+ceQN21xz31gsR5JOPF5eG8JqPRyTeIcVFJXqMWxo7+YlvNDPf+vU6dm8Aq+VsFmul+2aTRRe/CapaRxq+Xf8RWus8kSnk599 Generated-by-Nova", "user_id": "b66a78993a674904b6c282cabafd9ef4", "name": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp", "deleted": false, "created_at": "2018-08-20T10:55:53.000000", "updated_at": null, "fingerprint": "f3:92:78:15:e0:04:61:de:3f:d6:2f:ce:85:64:36:88", "deleted_at": null, "id": 104}} 2018-08-20 10:55:54,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp used request id req-e6e6c2d4-9f08-4c53-bda1-98edbe85d066 2018-08-20 10:55:54,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:54,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:54 GMT Server: Apache x-openstack-request-id: req-5d29f73e-c0ca-487e-9ab9-094812df47e3 Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:54,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:54 GMT Server: Apache x-openstack-request-id: req-d0e29373-60ba-44a6-8ac1-81168a2caf00 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1912 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": "a75f0bc67c524f5faf64187db2d8a447", "OS::stack_id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "keypair_name": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "stack_user_project_id": "92f956bdbfef4b55ae7c21b4b45c35f1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:55:52Z", "links": [{"href": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA4KJ9rcOSILpqOmRJ/qK90tafTciTMPb+Y2tXZMn+bu2fJYFA\nkl6Q4jBiGHtuqYePkNU+GaT8PUwYpJPE/OUzke+kw5sYhLwmH3ZLZmcUJqQNwM3e\nMkF5XTqoH3qRafVc4Hgd5RoGHEX+Ia/HmUS1pCvDg5Fb5SHk/f1nx6YhPsYMdhkK\nfLSVWZ9uUp1NQy9dZCQlRJps1KnnBo9q0lKb7HZtypTg84Dyh3u/XwmYGA8BNUvb\nVSZmPnHkDdtcc99YLEeSTjxeXhvCaj0ck3iHFRSV6jFsaO/mJbzQz3/r1OnZvAKv\nlbBZrpftmk0UXvwmqWkcavl3/EVrrPJEp5OffQIDAQABAoIBAQCq9V964E2VFOqF\nuA/MeGTJUkf5Nb431LJ0TZw8e7JlD/k/3OecvdW8HyB5C2+EHER58KCLedHygLh8\ngG26HmGqHl0h9Saq1lqZNTlbHPXsFozVAJirXMMV3e9Xzbtfjbn6p8/wrWabG/W2\nA4Z/shgfcqMgvX7Xmn0hhDr4agoBL+FkL1F5qxLOKc6LX7EBIjHQcKyBPQIYjA8h\nL+DFZbs45/eBQbtxigstS6hDX1jRXvQTay44fYLSihi7HDj5LsMQeb6balh77mKm\n4p/NPqG1e3cHt7d6xJVDbQqfqSS4Irtvnf5nbS0br5fMPVKK74K0aGC8RrMGOv+R\nR5H8fi9tAoGBAP5dU7jIlZEBs1Enj3Kdqu9HUZoWlxYkYAdsreXYiQLW8T/xMHkL\n4QV4P6ZFde5ZSpi+cXfEM1LlcR9UbXLr/Ne5rX05mRtcZTesSxNoXjAm0EdXDHXl\nwpQz6i3Pf21vg9F14SoXgazNLOmmNygKHcLHVWzser841YoNCZ1ibT0PAoGBAOIU\nOtpYLXfPmLxlj0lmNeF0cGHp86ggClqNSRIE1eCOyF5CS/dB9NjGDKtyQqTB+e3F\npdkcNETCWw9rGw+aQCvAwzMLR/0f43BuRTDr1f5nEUKlR30156+DKWyN/KmwODxw\nru96vuD7h3vPuGm4Yoqvqe/yP7eak3omQ81mazKzAoGAPZRmgmO9Id/hg5IqPjtB\neLAxZzZ02V1xChsbdnuXn+JdgXdonsVrcqGL9zr1tABV+OiSG8aaDkWRv133KU1M\nZwWCpMBe+qrBrlq9yjMIKmwbHEpMr/YxxyNSXEjRtrK6nOkG2+PY9vatGtusmrro\nPZF4cuhFRyoBOGyzmTCM9a0CgYAMAFTreFjZjlymS6HinJlpoXvBxuCXYTQLgIqL\neVQ9Oncqgcx0kLzFsSXFCCi/hEiXNbHLJ7Min0qkM+RY3LBhYjc6g3PL3SB+vGvR\n4AMZITGKXym/XNgyufy99X+fJmql0rmGnvZ5DQExMmKwwggBIrgbs7lsLrl7d4KL\n6c7w/wKBgGqQEhZYFmSEJa8/80Nun8YvuYS3r3UXDjO0OH7DJVpkDNuNv8P9l+ma\nzs9ftcsblFUGijL6HAgd9jT8ucU6JHAeHFVfW3gmRyRj4b/zhZ+wc8M1XwKoZrwn\nPtrvPjpxmEMdo9Ad3M6cC9zzqABNLRr/EjUx6z2OtLugmFxXkiKq\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-08-20 10:55:54,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc used request id req-d0e29373-60ba-44a6-8ac1-81168a2caf00 2018-08-20 10:55:54,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:55:54,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:55,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fec869224d549eda9a39e8889b46256", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj-role"}], "expires_at": "2018-08-20T11:55:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a75f0bc67c524f5faf64187db2d8a447", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-e46d81d6-fd02-499-user", "id": "b66a78993a674904b6c282cabafd9ef4"}, "audit_ids": ["_vPMRDlaSN-259a6Q7aHXg"], "issued_at": "2018-08-20T10:55:54.000000Z"}} 2018-08-20 10:55:55,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f344e0f11d2deec03c10fd572228c588c45dd8a" 2018-08-20 10:55:55,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b11bb18c-6780-4803-9077-e2bd13309c73 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:55:55,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b11bb18c-6780-4803-9077-e2bd13309c73 2018-08-20 10:55:55,089 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:55:55,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f344e0f11d2deec03c10fd572228c588c45dd8a" 2018-08-20 10:55:55,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-920762ca-85c8-4817-9df5-3828c10f92d1 x-compute-request-id: req-920762ca-85c8-4817-9df5-3828c10f92d1 Content-Encoding: gzip Content-Length: 491 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgon2tw5Igumo6ZEn+or3S1p9NyJMw9v5ja1dkyf5u7Z8lgUCSXpDiMGIYe26ph4+Q1T4ZpPw9TBikk8T85TOR76TDmxiEvCYfdktmZxQmpA3Azd4yQXldOqgfepFp9VzgeB3lGgYcRf4hr8eZRLWkK8ODkVvlIeT9/WfHpiE+xgx2GQp8tJVZn25SnU1DL11kJCVEmmzUqecGj2rSUpvsdm3KlODzgPKHe79fCZgYDwE1S9tVJmY+ceQN21xz31gsR5JOPF5eG8JqPRyTeIcVFJXqMWxo7+YlvNDPf+vU6dm8Aq+VsFmul+2aTRRe/CapaRxq+Xf8RWus8kSnk599 Generated-by-Nova", "name": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp", "fingerprint": "f3:92:78:15:e0:04:61:de:3f:d6:2f:ce:85:64:36:88"}}]} 2018-08-20 10:55:55,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-920762ca-85c8-4817-9df5-3828c10f92d1 2018-08-20 10:55:55,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:55:55,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fec869224d549eda9a39e8889b46256", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj-role"}], "expires_at": "2018-08-20T11:55:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a75f0bc67c524f5faf64187db2d8a447", "name": "CreateStackKeypairTests-e46d81d6-fd02-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/a75f0bc67c524f5faf64187db2d8a447", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-e46d81d6-fd02-499-user", "id": "b66a78993a674904b6c282cabafd9ef4"}, "audit_ids": ["o_TNOO5QQkigDx_tE-s6Tg"], "issued_at": "2018-08-20T10:55:55.000000Z"}} 2018-08-20 10:55:55,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs/CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6db9febea3d0c5d46d4bda21d1642dd2be73a7" 2018-08-20 10:55:55,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3a14509-e3ab-4cca-a1c6-9585641b7e3b x-compute-request-id: req-b3a14509-e3ab-4cca-a1c6-9585641b7e3b Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgon2tw5Igumo6ZEn+or3S1p9NyJMw9v5ja1dkyf5u7Z8lgUCSXpDiMGIYe26ph4+Q1T4ZpPw9TBikk8T85TOR76TDmxiEvCYfdktmZxQmpA3Azd4yQXldOqgfepFp9VzgeB3lGgYcRf4hr8eZRLWkK8ODkVvlIeT9/WfHpiE+xgx2GQp8tJVZn25SnU1DL11kJCVEmmzUqecGj2rSUpvsdm3KlODzgPKHe79fCZgYDwE1S9tVJmY+ceQN21xz31gsR5JOPF5eG8JqPRyTeIcVFJXqMWxo7+YlvNDPf+vU6dm8Aq+VsFmul+2aTRRe/CapaRxq+Xf8RWus8kSnk599 Generated-by-Nova", "user_id": "b66a78993a674904b6c282cabafd9ef4", "name": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp", "deleted": false, "created_at": "2018-08-20T10:55:53.000000", "updated_at": null, "fingerprint": "f3:92:78:15:e0:04:61:de:3f:d6:2f:ce:85:64:36:88", "deleted_at": null, "id": 104}} 2018-08-20 10:55:55,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp used request id req-b3a14509-e3ab-4cca-a1c6-9585641b7e3b 2018-08-20 10:55:55,936 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack 2018-08-20 10:55:55,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:56,133 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:55 GMT Server: Apache x-openstack-request-id: req-fc631acc-71c2-4161-bed8-aa1ae9a45b02 Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:56,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-8df7db70-6888-494b-99bf-4a2e3a98be1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:55:56,352 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc used request id req-8df7db70-6888-494b-99bf-4a2e3a98be1d 2018-08-20 10:55:56,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:56,383 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-e672778e-c061-477e-a664-509425c1833b Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:56,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-e7b9a5b5-26c0-40f2-b741-b6bade3c5f57 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 615 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": "a75f0bc67c524f5faf64187db2d8a447", "OS::stack_id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "keypair_name": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "stack_user_project_id": "92f956bdbfef4b55ae7c21b4b45c35f1", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:55:52Z", "links": [{"href": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:55:56Z", "id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-08-20 10:55:56,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc used request id req-e7b9a5b5-26c0-40f2-b741-b6bade3c5f57 2018-08-20 10:55:56,654 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:55:56,654 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:55:59,657 - create_stack - DEBUG - Stack status query timeout in 1196.69499493 2018-08-20 10:55:59,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:59,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:59 GMT Server: Apache x-openstack-request-id: req-0497b06e-e229-40dd-9997-2c30f33ca07a Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:59,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:55:59 GMT Server: Apache x-openstack-request-id: req-923d2651-55bc-4f6e-9d7b-83098e4e2216 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "a75f0bc67c524f5faf64187db2d8a447", "OS::stack_id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "keypair_name": "CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-kp"}, "deletion_time": "2018-08-20T10:55:57Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack", "stack_user_project_id": "92f956bdbfef4b55ae7c21b4b45c35f1", "tags": null, "creation_time": "2018-08-20T10:55:52Z", "links": [{"href": "http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:55:56Z", "id": "f85b2058-e5b7-4a4b-82ea-20f6f69c26cc", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-08-20 10:55:59,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc used request id req-923d2651-55bc-4f6e-9d7b-83098e4e2216 2018-08-20 10:55:59,730 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:55:59,731 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack 2018-08-20 10:55:59,731 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack 2018-08-20 10:55:59,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e7fa233511d298610e8b30bcb468da67ce1c8c" 2018-08-20 10:55:59,761 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:55:59 GMT Server: Apache x-openstack-request-id: req-cf0acc11-7850-4e54-8657-432c4cbf5bf1 Location: http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:55:59,960 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:55:59 GMT Server: Apache x-openstack-request-id: req-70efeaa0-ad2f-4ff3-be9c-7b3cf8d88af5 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:55:59,960 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/a75f0bc67c524f5faf64187db2d8a447/stacks/CreateStackKeypairTests-CreateStackKeypairTests-718ebffb-9ad8-4e80-9ff2-f640dc653910-stack/f85b2058-e5b7-4a4b-82ea-20f6f69c26cc used request id req-70efeaa0-ad2f-4ff3-be9c-7b3cf8d88af5 2018-08-20 10:55:59,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:55:59,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:55:59,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:55:59,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:55:59,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:55:59,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-e17d2800-6db5-4af0-92ee-acd7b68decb4 Date: Mon, 20 Aug 2018 10:56:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:56:00,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-e17d2800-6db5-4af0-92ee-acd7b68decb4 2018-08-20 10:56:00,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,330 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-444d152a-585d-42c4-8f71-45e15425e7be Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:00,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-444d152a-585d-42c4-8f71-45e15425e7be 2018-08-20 10:56:00,331 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:00,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,427 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b9c7457-8f1a-43fe-b8dc-917f3dfc2588 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:00,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-6b9c7457-8f1a-43fe-b8dc-917f3dfc2588 2018-08-20 10:56:00,427 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:00,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,516 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1357dffc-5265-4856-b227-ffef331a3f58 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:00,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-1357dffc-5265-4856-b227-ffef331a3f58 2018-08-20 10:56:00,516 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:00,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,604 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d89132b8-be24-454d-8911-bc604f7f6439 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:00,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-d89132b8-be24-454d-8911-bc604f7f6439 2018-08-20 10:56:00,605 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:00,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,701 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3db8c045-4648-40ea-b014-320b6755fafb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:00,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-3db8c045-4648-40ea-b014-320b6755fafb 2018-08-20 10:56:00,701 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:00,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,795 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9de0bf43-2cdb-4dc3-8191-b38de7d08d9f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:00,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-9de0bf43-2cdb-4dc3-8191-b38de7d08d9f 2018-08-20 10:56:00,795 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:00,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,885 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbc6a78f-3640-4f73-814a-67d91400842f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:00,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-fbc6a78f-3640-4f73-814a-67d91400842f 2018-08-20 10:56:00,886 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:00,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:00,978 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6df9c2d-94d2-45bd-8ec0-223acbb43ca2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:00,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-c6df9c2d-94d2-45bd-8ec0-223acbb43ca2 2018-08-20 10:56:00,978 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:00,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,083 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00a60ac6-bbd2-4c5d-a9f1-c5080f0c50dd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:01,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-00a60ac6-bbd2-4c5d-a9f1-c5080f0c50dd 2018-08-20 10:56:01,084 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:01,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5f295c-fb01-421d-a6c3-2b06af59ebc8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:56:01,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-ef5f295c-fb01-421d-a6c3-2b06af59ebc8 2018-08-20 10:56:01,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,271 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11eda4ed-0c8d-4324-af9b-6c5b0937e391 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:01,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-11eda4ed-0c8d-4324-af9b-6c5b0937e391 2018-08-20 10:56:01,272 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,364 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2713dff3-7993-4660-98e7-f8421cb13531 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:01,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-2713dff3-7993-4660-98e7-f8421cb13531 2018-08-20 10:56:01,364 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:01,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,467 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2f6d543-91ac-444b-9e91-16f0c17cbcbe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:01,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-d2f6d543-91ac-444b-9e91-16f0c17cbcbe 2018-08-20 10:56:01,468 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:01,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,562 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7aff84aa-3c1e-415e-988b-a4d6409d37fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:01,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-7aff84aa-3c1e-415e-988b-a4d6409d37fe 2018-08-20 10:56:01,563 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:01,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f2067b-ecc1-4b44-9eb0-d004af7e9f83 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:56:01,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-44f2067b-ecc1-4b44-9eb0-d004af7e9f83 2018-08-20 10:56:01,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,751 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25acca47-f828-448b-b946-6e2d2d290432 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:01,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-25acca47-f828-448b-b946-6e2d2d290432 2018-08-20 10:56:01,751 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:01,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,842 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4924ab05-c8b5-468b-a05e-de4a4e8bb511 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:01,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-4924ab05-c8b5-468b-a05e-de4a4e8bb511 2018-08-20 10:56:01,842 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:01,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:01,950 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29cf03e4-5e75-4829-bf23-079dfefeb336 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:01,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-29cf03e4-5e75-4829-bf23-079dfefeb336 2018-08-20 10:56:01,950 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:01,951 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-e46d81d6-fd02-499-proj 2018-08-20 10:56:01,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/a75f0bc67c524f5faf64187db2d8a447 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:02,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-943badd8-0dc6-4b41-960d-f7ac34137590 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:02,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/a75f0bc67c524f5faf64187db2d8a447 used request id req-943badd8-0dc6-4b41-960d-f7ac34137590 2018-08-20 10:56:02,211 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-e46d81d6-fd02-499-proj-role 2018-08-20 10:56:02,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/0fec869224d549eda9a39e8889b46256 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:02,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abe7f94b-57b0-45ee-920f-dc9a00e3a2df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:02,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/0fec869224d549eda9a39e8889b46256 used request id req-abe7f94b-57b0-45ee-920f-dc9a00e3a2df 2018-08-20 10:56:02,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb986041ec6a20df5abfe9b27b0378a3f6b2852" 2018-08-20 10:56:02,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1edbb9e4-6e1f-4857-8149-6720577f025e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:02,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1edbb9e4-6e1f-4857-8149-6720577f025e 2018-08-20 10:56:02,457 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-e46d81d6-fd02-499-user 2018-08-20 10:56:02,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/b66a78993a674904b6c282cabafd9ef4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc182cef51469666f3c8564dadcf77737b7d455d" 2018-08-20 10:56:02,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f4696d2-0951-410a-8bc8-8fc68b2c07af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:02,631 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/b66a78993a674904b6c282cabafd9ef4 used request id req-3f4696d2-0951-410a-8bc8-8fc68b2c07af 2018-08-20 10:56:02,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:03,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ahMTW8y1QHqv42enlltZnQ"], "issued_at": "2018-08-20T10:56:03.000000Z"}} 2018-08-20 10:56:03,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efb39025948391821cf9eeb44e2b2338332ac358" 2018-08-20 10:56:03,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81eff8e-e875-4eb3-b80a-7274402bcffd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:03,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c81eff8e-e875-4eb3-b80a-7274402bcffd 2018-08-20 10:56:03,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:03,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:03,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["tMvjgxK-Q2eEyk5YOQ74FA"], "issued_at": "2018-08-20T10:56:03.000000Z"}} 2018-08-20 10:56:03,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:03,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-758a10f1-8071-4870-aa19-c5759167ac54 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:03,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-758a10f1-8071-4870-aa19-c5759167ac54 2018-08-20 10:56:03,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:03,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:03,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:03,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7cb7ece-206c-4bae-b76b-6106fbad369b Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:56:03,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj used request id req-f7cb7ece-206c-4bae-b76b-6106fbad369b 2018-08-20 10:56:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:03,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3aa4a21-6abb-4338-aaac-f5a7b4d459db Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:56:03,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d3aa4a21-6abb-4338-aaac-f5a7b4d459db 2018-08-20 10:56:03,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj"}}' 2018-08-20 10:56:03,924 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1d628f7-a71c-4c9a-98f9-3bb48c0f72ec Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753"}, "tags": [], "enabled": true, "id": "bd63a7b1180848e28494f35cf20bb753", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj"}} 2018-08-20 10:56:03,924 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-a1d628f7-a71c-4c9a-98f9-3bb48c0f72ec 2018-08-20 10:56:03,925 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj 2018-08-20 10:56:03,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:03,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:04,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["uo4ILkc4QKqIKnEA0Mwfbw"], "issued_at": "2018-08-20T10:56:04.000000Z"}} 2018-08-20 10:56:04,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d86847da17a2f422cfb180b57e19bb59a8b505" 2018-08-20 10:56:04,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae8733b-308e-49a0-a768-e344b3c0f438 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:04,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0ae8733b-308e-49a0-a768-e344b3c0f438 2018-08-20 10:56:04,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:04,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:04,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d86847da17a2f422cfb180b57e19bb59a8b505" 2018-08-20 10:56:04,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dc9aeb2-4463-4149-913a-bf3c4989b71f Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:56:04,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-9dc9aeb2-4463-4149-913a-bf3c4989b71f 2018-08-20 10:56:04,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d86847da17a2f422cfb180b57e19bb59a8b505" 2018-08-20 10:56:04,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25750363-1f2a-4ecc-b2fc-c6115d00b95b Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753"}, "tags": [], "enabled": true, "id": "bd63a7b1180848e28494f35cf20bb753", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj"}]} 2018-08-20 10:56:04,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj used request id req-25750363-1f2a-4ecc-b2fc-c6115d00b95b 2018-08-20 10:56:04,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d86847da17a2f422cfb180b57e19bb59a8b505" 2018-08-20 10:56:04,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc3e1169-af98-46f6-99e2-79d66302af75 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:56:04,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-bc3e1169-af98-46f6-99e2-79d66302af75 2018-08-20 10:56:05,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d86847da17a2f422cfb180b57e19bb59a8b505" 2018-08-20 10:56:05,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e36ff4b-b7a7-4405-8d1b-bafd38adcdeb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:05,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6e36ff4b-b7a7-4405-8d1b-bafd38adcdeb 2018-08-20 10:56:05,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d86847da17a2f422cfb180b57e19bb59a8b505" 2018-08-20 10:56:05,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7f7e88-683e-4e2d-afbf-565d1a00a3ea Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753"}, "tags": [], "enabled": true, "id": "bd63a7b1180848e28494f35cf20bb753", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj"}]} 2018-08-20 10:56:05,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj used request id req-1b7f7e88-683e-4e2d-afbf-565d1a00a3ea 2018-08-20 10:56:05,299 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-c7dbca99-c73d-43c-user 2018-08-20 10:56:05,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:05,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:05,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccfb7b52-ffed-4fe4-9c3b-6039dda3e34c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:05,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-ccfb7b52-ffed-4fe4-9c3b-6039dda3e34c 2018-08-20 10:56:05,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" -d '{"role": {"name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj-role"}}' 2018-08-20 10:56:05,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78ba1f81-6a86-4644-bbdb-1c230fb40403 Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f10e90854dc4887afa17a5001e65ed6", "links": {"self": "http://172.30.9.36:5000/v3/roles/7f10e90854dc4887afa17a5001e65ed6"}, "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj-role"}} 2018-08-20 10:56:05,434 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-78ba1f81-6a86-4644-bbdb-1c230fb40403 2018-08-20 10:56:05,434 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj-role 2018-08-20 10:56:05,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/7f10e90854dc4887afa17a5001e65ed6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:05,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a6eeff7-f14a-417c-8231-629308dd4a93 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f10e90854dc4887afa17a5001e65ed6", "links": {"self": "http://172.30.9.36:5000/v3/roles/7f10e90854dc4887afa17a5001e65ed6"}, "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj-role"}} 2018-08-20 10:56:05,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/7f10e90854dc4887afa17a5001e65ed6 used request id req-4a6eeff7-f14a-417c-8231-629308dd4a93 2018-08-20 10:56:05,532 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj-role to project CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj 2018-08-20 10:56:05,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753/users/bcce566ca87d4d21bdabf79a2e20fa1b/roles/7f10e90854dc4887afa17a5001e65ed6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:05,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e59f5fe-4726-483c-9bef-7cce5b659ac2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:05,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753/users/bcce566ca87d4d21bdabf79a2e20fa1b/roles/7f10e90854dc4887afa17a5001e65ed6 used request id req-1e59f5fe-4726-483c-9bef-7cce5b659ac2 2018-08-20 10:56:05,663 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:56:05,664 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:56:05,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:05,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:06,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f10e90854dc4887afa17a5001e65ed6", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj-role"}], "expires_at": "2018-08-20T11:56:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd63a7b1180848e28494f35cf20bb753", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd63a7b1180848e28494f35cf20bb753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd63a7b1180848e28494f35cf20bb753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-user", "id": "bcce566ca87d4d21bdabf79a2e20fa1b"}, "audit_ids": ["dc5HNNyMQCaxnHaxjTIpTw"], "issued_at": "2018-08-20T10:56:06.000000Z"}} 2018-08-20 10:56:06,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:06,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fa30996-7cd1-40b4-a582-bc530e33717f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:06,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7fa30996-7cd1-40b4-a582-bc530e33717f 2018-08-20 10:56:06,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:56:06,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:56:06,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:56:06,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:56:06,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:56:06,146 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:56:06,149 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:56:06,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:06,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:06 GMT Server: Apache x-openstack-request-id: req-eb23e170-4f87-4554-ae35-fcec04beab73 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:56:06,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack used request id req-eb23e170-4f87-4554-ae35-fcec04beab73 2018-08-20 10:56:06,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-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-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}}' 2018-08-20 10:56:07,905 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:06 GMT Server: Apache x-openstack-request-id: req-f8341197-06d6-4509-bb49-efa6ff787e67 Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "links": [{"href": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f", "rel": "self"}]}} 2018-08-20 10:56:07,906 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks used request id req-f8341197-06d6-4509-bb49-efa6ff787e67 2018-08-20 10:56:07,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/5e625630-1f97-4d59-b619-627c6fc3a55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:08,108 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:07 GMT Server: Apache x-openstack-request-id: req-cf16f581-db85-4474-8a79-583d3ac3bae9 Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:08,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:08 GMT Server: Apache x-openstack-request-id: req-3df713e9-d5cb-4d14-9637-4e09b842720d 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": "bd63a7b1180848e28494f35cf20bb753", "OS::stack_id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "security_group_name": "CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "stack_user_project_id": "18a6be96858c4746a55f8587a7892e61", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:07Z", "links": [{"href": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-20 10:56:08,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f used request id req-3df713e9-d5cb-4d14-9637-4e09b842720d 2018-08-20 10:56:08,320 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack 2018-08-20 10:56:08,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/5e625630-1f97-4d59-b619-627c6fc3a55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:08,533 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:08 GMT Server: Apache x-openstack-request-id: req-86c86a55-24ef-411c-91a9-00207dea1690 Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:08,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:08 GMT Server: Apache x-openstack-request-id: req-56f22bee-f2d5-471e-817a-d6184e4886ae 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": "bd63a7b1180848e28494f35cf20bb753", "OS::stack_id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "security_group_name": "CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "stack_user_project_id": "18a6be96858c4746a55f8587a7892e61", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:07Z", "links": [{"href": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-20 10:56:08,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f used request id req-56f22bee-f2d5-471e-817a-d6184e4886ae 2018-08-20 10:56:08,743 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:56:08,743 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:56:11,746 - create_stack - DEBUG - Stack status query timeout in 1196.57437086 2018-08-20 10:56:11,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/5e625630-1f97-4d59-b619-627c6fc3a55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:11,776 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:11 GMT Server: Apache x-openstack-request-id: req-9c2fb83b-60d6-47d3-a354-714a9919f6f4 Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:11,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:11 GMT Server: Apache x-openstack-request-id: req-85f74c80-d0af-4f4d-a06d-08b6dff0e96d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "bd63a7b1180848e28494f35cf20bb753", "OS::stack_id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "security_group_name": "CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "stack_user_project_id": "18a6be96858c4746a55f8587a7892e61", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:56:07Z", "links": [{"href": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-20 10:56:11,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f used request id req-85f74c80-d0af-4f4d-a06d-08b6dff0e96d 2018-08-20 10:56:11,979 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:56:11,980 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack 2018-08-20 10:56:11,980 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack 2018-08-20 10:56:11,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/5e625630-1f97-4d59-b619-627c6fc3a55f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:12,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:11 GMT Server: Apache x-openstack-request-id: req-645961f7-fbc6-4fdb-b39d-e03323673352 Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:12,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:12 GMT Server: Apache x-openstack-request-id: req-c441339a-1091-4e8d-94c3-b634a25679d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-20T10:56:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-08-20 10:56:12,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f/resources used request id req-c441339a-1091-4e8d-94c3-b634a25679d2 2018-08-20 10:56:12,425 - neutron_utils - INFO - Retrieving security group with ID - f032ef64-c552-4311-837b-5cdcedcd94cf 2018-08-20 10:56:12,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=f032ef64-c552-4311-837b-5cdcedcd94cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:12,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-0663c96d-a47b-4fb5-a153-ccb7c537ea6e Date: Mon, 20 Aug 2018 10:56:12 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:08Z", "updated_at": "2018-08-20T10:56:10Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T10:56:09Z", "revision_number": 0, "id": "34344f61-2dee-4c30-928f-b3eb1f945044", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-20T10:56:09Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd63a7b1180848e28494f35cf20bb753"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:10Z", "revision_number": 0, "id": "77055dd2-3de6-48a9-963e-2f6836080447", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-20T10:56:10Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd63a7b1180848e28494f35cf20bb753"}], "revision_number": 6, "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "name": "CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}]} 2018-08-20 10:56:12,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=f032ef64-c552-4311-837b-5cdcedcd94cf used request id req-0663c96d-a47b-4fb5-a153-ccb7c537ea6e 2018-08-20 10:56:12,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f032ef64-c552-4311-837b-5cdcedcd94cf 2018-08-20 10:56:12,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:12,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-609c26ee-ca2e-40a3-98cd-4f0b7b0539f6 Date: Mon, 20 Aug 2018 10:56:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-20T10:56:09Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:09Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "34344f61-2dee-4c30-928f-b3eb1f945044"}, {"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-08-20T10:56:10Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:10Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "77055dd2-3de6-48a9-963e-2f6836080447"}]} 2018-08-20 10:56:12,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf used request id req-609c26ee-ca2e-40a3-98cd-4f0b7b0539f6 2018-08-20 10:56:12,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f032ef64-c552-4311-837b-5cdcedcd94cf 2018-08-20 10:56:12,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:13,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-e186a5e0-4156-4040-bbc2-2fe057fba56c Date: Mon, 20 Aug 2018 10:56:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-20T10:56:09Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:09Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "34344f61-2dee-4c30-928f-b3eb1f945044"}, {"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-08-20T10:56:10Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:10Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "77055dd2-3de6-48a9-963e-2f6836080447"}]} 2018-08-20 10:56:13,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf used request id req-e186a5e0-4156-4040-bbc2-2fe057fba56c 2018-08-20 10:56:13,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:13,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:13,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f10e90854dc4887afa17a5001e65ed6", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj-role"}], "expires_at": "2018-08-20T11:56:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd63a7b1180848e28494f35cf20bb753", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd63a7b1180848e28494f35cf20bb753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd63a7b1180848e28494f35cf20bb753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd63a7b1180848e28494f35cf20bb753", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-user", "id": "bcce566ca87d4d21bdabf79a2e20fa1b"}, "audit_ids": ["ulSD_dbrTEyj_U4g8eXqqQ"], "issued_at": "2018-08-20T10:56:13.000000Z"}} 2018-08-20 10:56:13,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbc6c47f723e801880cbd6569b678d9fd1b3968" 2018-08-20 10:56:13,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5cd6180-79cd-4b82-ac83-99bce1fe7c51 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:13,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a5cd6180-79cd-4b82-ac83-99bce1fe7c51 2018-08-20 10:56:13,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:56:13,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:56:13,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:56:13,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:56:13,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:56:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbc6c47f723e801880cbd6569b678d9fd1b3968" 2018-08-20 10:56:13,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-5acd2724-ddf8-4971-8269-77f272bfe98c Date: Mon, 20 Aug 2018 10:56:13 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:08Z", "updated_at": "2018-08-20T10:56:10Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T10:56:09Z", "revision_number": 0, "id": "34344f61-2dee-4c30-928f-b3eb1f945044", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-20T10:56:09Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd63a7b1180848e28494f35cf20bb753"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:10Z", "revision_number": 0, "id": "77055dd2-3de6-48a9-963e-2f6836080447", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-20T10:56:10Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd63a7b1180848e28494f35cf20bb753"}], "revision_number": 6, "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "name": "CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}]} 2018-08-20 10:56:13,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp&description=Test+description used request id req-5acd2724-ddf8-4971-8269-77f272bfe98c 2018-08-20 10:56:13,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:13,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:13,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbc6c47f723e801880cbd6569b678d9fd1b3968" 2018-08-20 10:56:13,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f8d14e-0811-43fe-8d1f-fb30ea6362ad Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd63a7b1180848e28494f35cf20bb753", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj"}} 2018-08-20 10:56:13,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753 used request id req-81f8d14e-0811-43fe-8d1f-fb30ea6362ad 2018-08-20 10:56:13,854 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f032ef64-c552-4311-837b-5cdcedcd94cf 2018-08-20 10:56:13,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbc6c47f723e801880cbd6569b678d9fd1b3968" 2018-08-20 10:56:14,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-3f64599e-3674-4dd5-ad20-1d9c6dcc2fcf Date: Mon, 20 Aug 2018 10:56:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-20T10:56:09Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:09Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "34344f61-2dee-4c30-928f-b3eb1f945044"}, {"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-08-20T10:56:10Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:10Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "77055dd2-3de6-48a9-963e-2f6836080447"}]} 2018-08-20 10:56:14,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf used request id req-3f64599e-3674-4dd5-ad20-1d9c6dcc2fcf 2018-08-20 10:56:14,061 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f032ef64-c552-4311-837b-5cdcedcd94cf 2018-08-20 10:56:14,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbc6c47f723e801880cbd6569b678d9fd1b3968" 2018-08-20 10:56:14,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-a71a14d1-7a6c-429f-8465-3d4e9269169a Date: Mon, 20 Aug 2018 10:56:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-20T10:56:09Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:09Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "34344f61-2dee-4c30-928f-b3eb1f945044"}, {"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-08-20T10:56:10Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:10Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "77055dd2-3de6-48a9-963e-2f6836080447"}]} 2018-08-20 10:56:14,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf used request id req-a71a14d1-7a6c-429f-8465-3d4e9269169a 2018-08-20 10:56:14,300 - neutron_utils - INFO - Retrieving security group with ID - f032ef64-c552-4311-837b-5cdcedcd94cf 2018-08-20 10:56:14,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=f032ef64-c552-4311-837b-5cdcedcd94cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbc6c47f723e801880cbd6569b678d9fd1b3968" 2018-08-20 10:56:14,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-a4778d77-d1cd-4772-8cc8-0b6bf4b4c810 Date: Mon, 20 Aug 2018 10:56:14 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:08Z", "updated_at": "2018-08-20T10:56:10Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T10:56:09Z", "revision_number": 0, "id": "34344f61-2dee-4c30-928f-b3eb1f945044", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-20T10:56:09Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd63a7b1180848e28494f35cf20bb753"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:10Z", "revision_number": 0, "id": "77055dd2-3de6-48a9-963e-2f6836080447", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-20T10:56:10Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd63a7b1180848e28494f35cf20bb753"}], "revision_number": 6, "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "name": "CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}]} 2018-08-20 10:56:14,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=f032ef64-c552-4311-837b-5cdcedcd94cf used request id req-a4778d77-d1cd-4772-8cc8-0b6bf4b4c810 2018-08-20 10:56:14,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f032ef64-c552-4311-837b-5cdcedcd94cf 2018-08-20 10:56:14,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbc6c47f723e801880cbd6569b678d9fd1b3968" 2018-08-20 10:56:14,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-fb4e8ec3-98a7-40c9-8564-b1ac4b0051ad Date: Mon, 20 Aug 2018 10:56:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-20T10:56:09Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:09Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "34344f61-2dee-4c30-928f-b3eb1f945044"}, {"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-08-20T10:56:10Z", "security_group_id": "f032ef64-c552-4311-837b-5cdcedcd94cf", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:10Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "77055dd2-3de6-48a9-963e-2f6836080447"}]} 2018-08-20 10:56:14,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=f032ef64-c552-4311-837b-5cdcedcd94cf used request id req-fb4e8ec3-98a7-40c9-8564-b1ac4b0051ad 2018-08-20 10:56:14,743 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack 2018-08-20 10:56:14,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/5e625630-1f97-4d59-b619-627c6fc3a55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:14,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:14 GMT Server: Apache x-openstack-request-id: req-bba5943a-1708-43a7-a1f1-2b4377b8c8d8 Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:15,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:14 GMT Server: Apache x-openstack-request-id: req-0d744656-b77a-4432-b5d7-3fe4e3999ca9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:15,155 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f used request id req-0d744656-b77a-4432-b5d7-3fe4e3999ca9 2018-08-20 10:56:15,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/5e625630-1f97-4d59-b619-627c6fc3a55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:15,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:15 GMT Server: Apache x-openstack-request-id: req-c6c40be2-181c-4f82-ab07-b53e36e8fe8b Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:15,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:15 GMT Server: Apache x-openstack-request-id: req-eab8f14d-e948-497c-8b67-3ebf7cda1b2f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "bd63a7b1180848e28494f35cf20bb753", "OS::stack_id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "security_group_name": "CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "stack_user_project_id": "18a6be96858c4746a55f8587a7892e61", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:56:07Z", "links": [{"href": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:56:15Z", "id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-20 10:56:15,549 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f used request id req-eab8f14d-e948-497c-8b67-3ebf7cda1b2f 2018-08-20 10:56:15,550 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:56:15,550 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:56:18,553 - create_stack - DEBUG - Stack status query timeout in 1196.60156798 2018-08-20 10:56:18,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/5e625630-1f97-4d59-b619-627c6fc3a55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:18,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:18 GMT Server: Apache x-openstack-request-id: req-3d9cc965-d454-4517-9ede-dbd356433856 Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:18,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:18 GMT Server: Apache x-openstack-request-id: req-145b3634-f386-4374-bb57-5b895c000b3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "bd63a7b1180848e28494f35cf20bb753", "OS::stack_id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "security_group_name": "CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-sec-grp"}, "deletion_time": "2018-08-20T10:56:17Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack", "stack_user_project_id": "18a6be96858c4746a55f8587a7892e61", "tags": null, "creation_time": "2018-08-20T10:56:07Z", "links": [{"href": "http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:56:15Z", "id": "5e625630-1f97-4d59-b619-627c6fc3a55f", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-20 10:56:18,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f used request id req-145b3634-f386-4374-bb57-5b895c000b3f 2018-08-20 10:56:18,947 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:56:18,947 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack 2018-08-20 10:56:18,948 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack 2018-08-20 10:56:18,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/5e625630-1f97-4d59-b619-627c6fc3a55f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366e73adea420efb1750ca77993b5b0c75f1d6ba" 2018-08-20 10:56:19,159 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:18 GMT Server: Apache x-openstack-request-id: req-c3411fb1-6c8c-4a82-93ff-76bfe7d2ae58 Location: http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:19,354 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:19 GMT Server: Apache x-openstack-request-id: req-083b7fae-dceb-4d91-9959-d9a40e442bde Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:56:19,354 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/bd63a7b1180848e28494f35cf20bb753/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-810e6946-5bcd-48af-a4ec-467baa3c4e1c-stack/5e625630-1f97-4d59-b619-627c6fc3a55f used request id req-083b7fae-dceb-4d91-9959-d9a40e442bde 2018-08-20 10:56:19,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:56:19,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:56:19,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:56:19,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:56:19,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:56:19,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:19,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-4aa4089e-6e94-4571-8116-276df566fd68 Date: Mon, 20 Aug 2018 10:56:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:08Z", "updated_at": "2018-08-20T10:56:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:08Z", "revision_number": 0, "id": "0240aa32-3cce-4196-ae19-62337964a0b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:56:08Z", "security_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd63a7b1180848e28494f35cf20bb753"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:08Z", "revision_number": 0, "id": "50eb2c23-b5c3-4ee1-83de-7fa5eab59fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:56:08Z", "security_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd63a7b1180848e28494f35cf20bb753"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:08Z", "revision_number": 0, "id": "5ea4dcc7-0306-430f-a095-b2e16a454786", "remote_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "remote_ip_prefix": null, "created_at": "2018-08-20T10:56:08Z", "security_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd63a7b1180848e28494f35cf20bb753"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:08Z", "revision_number": 0, "id": "c76c9439-8dfa-43d7-899b-6efe04c8aa81", "remote_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "remote_ip_prefix": null, "created_at": "2018-08-20T10:56:08Z", "security_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd63a7b1180848e28494f35cf20bb753"}], "revision_number": 4, "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "06bceace-6545-4cc4-9cef-109c59db90e5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:56:19,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-4aa4089e-6e94-4571-8116-276df566fd68 2018-08-20 10:56:19,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:19,739 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a57ac37c-0919-4ad8-b90c-a017aa4d2495 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:19,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-a57ac37c-0919-4ad8-b90c-a017aa4d2495 2018-08-20 10:56:19,739 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:19,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:19,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eca6dbd-83ed-442b-97dc-fa4d4f981909 Content-Encoding: gzip Content-Length: 233 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd63a7b1180848e28494f35cf20bb753", "name": "CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj"}} 2018-08-20 10:56:19,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753 used request id req-8eca6dbd-83ed-442b-97dc-fa4d4f981909 2018-08-20 10:56:19,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 06bceace-6545-4cc4-9cef-109c59db90e5 2018-08-20 10:56:19,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=06bceace-6545-4cc4-9cef-109c59db90e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:20,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-338e9a2b-f889-4186-8a13-7cd6df342b6a Date: Mon, 20 Aug 2018 10:56: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-08-20T10:56:08Z", "security_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:08Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "0240aa32-3cce-4196-ae19-62337964a0b2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:56:08Z", "security_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:08Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "50eb2c23-b5c3-4ee1-83de-7fa5eab59fd2"}, {"remote_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:56:08Z", "security_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:08Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "5ea4dcc7-0306-430f-a095-b2e16a454786"}, {"remote_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:56:08Z", "security_group_id": "06bceace-6545-4cc4-9cef-109c59db90e5", "port_range_min": null, "revision_number": 0, "tenant_id": "bd63a7b1180848e28494f35cf20bb753", "created_at": "2018-08-20T10:56:08Z", "project_id": "bd63a7b1180848e28494f35cf20bb753", "id": "c76c9439-8dfa-43d7-899b-6efe04c8aa81"}]} 2018-08-20 10:56:20,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=06bceace-6545-4cc4-9cef-109c59db90e5 used request id req-338e9a2b-f889-4186-8a13-7cd6df342b6a 2018-08-20 10:56:20,032 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:56:20,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/06bceace-6545-4cc4-9cef-109c59db90e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:20,399 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86425dd2-fb7f-4621-98f7-afac4f591971 Content-Length: 0 Date: Mon, 20 Aug 2018 10:56:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:56:20,399 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/06bceace-6545-4cc4-9cef-109c59db90e5 used request id req-86425dd2-fb7f-4621-98f7-afac4f591971 2018-08-20 10:56:20,400 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj 2018-08-20 10:56:20,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:20,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3383071d-7793-4821-89e9-662991fde3c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:20,697 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/bd63a7b1180848e28494f35cf20bb753 used request id req-3383071d-7793-4821-89e9-662991fde3c3 2018-08-20 10:56:20,697 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-c7dbca99-c73d-43c-proj-role 2018-08-20 10:56:20,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/7f10e90854dc4887afa17a5001e65ed6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:20,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d60cfdf1-40e0-46e6-83a2-0e241d525531 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:20,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/7f10e90854dc4887afa17a5001e65ed6 used request id req-d60cfdf1-40e0-46e6-83a2-0e241d525531 2018-08-20 10:56:20,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1518fd3187470fc1cee344d32e36a8ae1de16" 2018-08-20 10:56:20,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a1cebd-f4a3-4fff-ad8c-55fb598a6022 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:20,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d7a1cebd-f4a3-4fff-ad8c-55fb598a6022 2018-08-20 10:56:20,934 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-c7dbca99-c73d-43c-user 2018-08-20 10:56:20,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/bcce566ca87d4d21bdabf79a2e20fa1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20d86847da17a2f422cfb180b57e19bb59a8b505" 2018-08-20 10:56:21,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff0bb9bb-df24-4368-8027-211808d4f608 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:21,111 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/bcce566ca87d4d21bdabf79a2e20fa1b used request id req-ff0bb9bb-df24-4368-8027-211808d4f608 2018-08-20 10:56:21,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:21,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["F343x1lcQ0ajC6dNPeE_-Q"], "issued_at": "2018-08-20T10:56:21.000000Z"}} 2018-08-20 10:56:21,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83db33232f11546c6b9477f38923748e293f16ae" 2018-08-20 10:56:21,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aa644b4-9575-431f-8499-251e785882bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:21,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5aa644b4-9575-431f-8499-251e785882bd 2018-08-20 10:56:21,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:21,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:22,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["eL_TO7UVRFmfSU6l_3_r3Q"], "issued_at": "2018-08-20T10:56:22.000000Z"}} 2018-08-20 10:56:22,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:22,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5f2ed86-2e1e-4a28-89d0-bbeaefa42910 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:22,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f5f2ed86-2e1e-4a28-89d0-bbeaefa42910 2018-08-20 10:56:22,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:22,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:22,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:22,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad2889e5-d271-408c-b59d-7825d0fcef74 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:56:22,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj used request id req-ad2889e5-d271-408c-b59d-7825d0fcef74 2018-08-20 10:56:22,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:22,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba76e5f-a33d-4433-b9a0-ef0e9732b6e0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:56:22,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-dba76e5f-a33d-4433-b9a0-ef0e9732b6e0 2018-08-20 10:56:22,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj"}}' 2018-08-20 10:56:22,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9753abee-5a51-48a4-ba0d-704741a501eb Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2d2c760e899f4c56b244167e11cb127d"}, "tags": [], "enabled": true, "id": "2d2c760e899f4c56b244167e11cb127d", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj"}} 2018-08-20 10:56:22,446 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-9753abee-5a51-48a4-ba0d-704741a501eb 2018-08-20 10:56:22,446 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-8b55eb7d-8eca-416-proj 2018-08-20 10:56:22,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:22,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:22,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["YTnnQUtLRjGibsavy6IYSg"], "issued_at": "2018-08-20T10:56:22.000000Z"}} 2018-08-20 10:56:22,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558709eaf89cbdb82484e0a1688c923ff7afa6ee" 2018-08-20 10:56:22,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7e3cce-bb39-4572-ac8b-aab02e8c0049 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:22,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8f7e3cce-bb39-4572-ac8b-aab02e8c0049 2018-08-20 10:56:22,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:22,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:22,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558709eaf89cbdb82484e0a1688c923ff7afa6ee" 2018-08-20 10:56:22,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a094ce5-cff4-438d-ab40-2dcf40114069 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:56:22,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-2a094ce5-cff4-438d-ab40-2dcf40114069 2018-08-20 10:56:22,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558709eaf89cbdb82484e0a1688c923ff7afa6ee" 2018-08-20 10:56:23,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6930e310-9da5-46a7-980e-091abb7cd134 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2d2c760e899f4c56b244167e11cb127d"}, "tags": [], "enabled": true, "id": "2d2c760e899f4c56b244167e11cb127d", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj"}]} 2018-08-20 10:56:23,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj used request id req-6930e310-9da5-46a7-980e-091abb7cd134 2018-08-20 10:56:23,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558709eaf89cbdb82484e0a1688c923ff7afa6ee" 2018-08-20 10:56:23,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01bf3078-a64a-4e4c-a3da-97452b86da99 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:56:23,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-01bf3078-a64a-4e4c-a3da-97452b86da99 2018-08-20 10:56:23,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558709eaf89cbdb82484e0a1688c923ff7afa6ee" 2018-08-20 10:56:23,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667f50b6-f7d0-45e7-b62f-28915a859547 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:23,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-667f50b6-f7d0-45e7-b62f-28915a859547 2018-08-20 10:56:23,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558709eaf89cbdb82484e0a1688c923ff7afa6ee" 2018-08-20 10:56:23,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d64311-41e9-4918-a33f-5384a9a75f5a Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2d2c760e899f4c56b244167e11cb127d"}, "tags": [], "enabled": true, "id": "2d2c760e899f4c56b244167e11cb127d", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj"}]} 2018-08-20 10:56:23,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-8b55eb7d-8eca-416-proj used request id req-f1d64311-41e9-4918-a33f-5384a9a75f5a 2018-08-20 10:56:23,793 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-8b55eb7d-8eca-416-user 2018-08-20 10:56:23,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:23,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:23,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5484db4-fd05-48fe-8f83-a83a96058794 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:23,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d5484db4-fd05-48fe-8f83-a83a96058794 2018-08-20 10:56:23,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" -d '{"role": {"name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj-role"}}' 2018-08-20 10:56:24,008 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c863265-64cd-4207-b1e2-4ab046601727 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fc0abeb30f704dd3914e1428c2b606a3", "links": {"self": "http://172.30.9.36:5000/v3/roles/fc0abeb30f704dd3914e1428c2b606a3"}, "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj-role"}} 2018-08-20 10:56:24,008 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-5c863265-64cd-4207-b1e2-4ab046601727 2018-08-20 10:56:24,008 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-8b55eb7d-8eca-416-proj-role 2018-08-20 10:56:24,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/fc0abeb30f704dd3914e1428c2b606a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:24,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b729c5d3-0af9-4b1a-b6b0-2d0eff992574 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fc0abeb30f704dd3914e1428c2b606a3", "links": {"self": "http://172.30.9.36:5000/v3/roles/fc0abeb30f704dd3914e1428c2b606a3"}, "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj-role"}} 2018-08-20 10:56:24,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/fc0abeb30f704dd3914e1428c2b606a3 used request id req-b729c5d3-0af9-4b1a-b6b0-2d0eff992574 2018-08-20 10:56:24,136 - keystone_utils - INFO - Granting role CreateStackNegativeTests-8b55eb7d-8eca-416-proj-role to project CreateStackNegativeTests-8b55eb7d-8eca-416-proj 2018-08-20 10:56:24,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/2d2c760e899f4c56b244167e11cb127d/users/182c6216affc4d75bf70c5b1ddfc3c4f/roles/fc0abeb30f704dd3914e1428c2b606a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:24,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82629a46-c6fe-4fd4-90f3-db93f0a550f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:24,268 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/2d2c760e899f4c56b244167e11cb127d/users/182c6216affc4d75bf70c5b1ddfc3c4f/roles/fc0abeb30f704dd3914e1428c2b606a3 used request id req-82629a46-c6fe-4fd4-90f3-db93f0a550f6 2018-08-20 10:56:24,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:24,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:24,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc0abeb30f704dd3914e1428c2b606a3", "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj-role"}], "expires_at": "2018-08-20T11:56:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d2c760e899f4c56b244167e11cb127d", "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/2d2c760e899f4c56b244167e11cb127d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/2d2c760e899f4c56b244167e11cb127d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/2d2c760e899f4c56b244167e11cb127d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2d2c760e899f4c56b244167e11cb127d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/2d2c760e899f4c56b244167e11cb127d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/2d2c760e899f4c56b244167e11cb127d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_2d2c760e899f4c56b244167e11cb127d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_2d2c760e899f4c56b244167e11cb127d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/2d2c760e899f4c56b244167e11cb127d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/2d2c760e899f4c56b244167e11cb127d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/2d2c760e899f4c56b244167e11cb127d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/2d2c760e899f4c56b244167e11cb127d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/2d2c760e899f4c56b244167e11cb127d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/2d2c760e899f4c56b244167e11cb127d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-8b55eb7d-8eca-416-user", "id": "182c6216affc4d75bf70c5b1ddfc3c4f"}, "audit_ids": ["8ewQxsnPQgWY-GXEbjSNpw"], "issued_at": "2018-08-20T10:56:24.000000Z"}} 2018-08-20 10:56:24,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d199898f325a3258caa3412ba6e2d41c5e0b5ac" 2018-08-20 10:56:24,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b9de66-5a7a-4b2d-b6aa-63e8565f8065 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:24,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-04b9de66-5a7a-4b2d-b6aa-63e8565f8065 2018-08-20 10:56:24,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:56:24,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:56:24,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:56:24,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:56:24,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:56:24,786 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:56:24,789 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:56:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/2d2c760e899f4c56b244167e11cb127d/stacks?stack_name=CreateStackNegativeTests-99298977-1302-4aec-a8f0-6372c1719855 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d199898f325a3258caa3412ba6e2d41c5e0b5ac" 2018-08-20 10:56:25,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:24 GMT Server: Apache x-openstack-request-id: req-6a1187b3-2cfb-46be-b212-69a962881cd9 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:56:25,006 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/2d2c760e899f4c56b244167e11cb127d/stacks?stack_name=CreateStackNegativeTests-99298977-1302-4aec-a8f0-6372c1719855 used request id req-6a1187b3-2cfb-46be-b212-69a962881cd9 2018-08-20 10:56:25,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:56:25,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:56:25,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:56:25,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:56:25,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:56:25,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:25,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-8b371dc4-b23e-4fa5-a30c-3ad058254633 Date: Mon, 20 Aug 2018 10:56:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:56:25,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8b371dc4-b23e-4fa5-a30c-3ad058254633 2018-08-20 10:56:25,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:25,387 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a3ab6ee-c80a-417e-8d7e-a7780307999e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:25,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-4a3ab6ee-c80a-417e-8d7e-a7780307999e 2018-08-20 10:56:25,388 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:25,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:25,482 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b085d5c-958b-40c0-a2b8-02c7f34d7bed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:25,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-2b085d5c-958b-40c0-a2b8-02c7f34d7bed 2018-08-20 10:56:25,482 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:25,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:25,578 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5018e8d-142e-43c4-8f25-6b8698067f63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:25,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-b5018e8d-142e-43c4-8f25-6b8698067f63 2018-08-20 10:56:25,579 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:25,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:25,668 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4751f7b-df85-4bc3-be5d-dfe436d55cf5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:25,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-f4751f7b-df85-4bc3-be5d-dfe436d55cf5 2018-08-20 10:56:25,668 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:25,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:25,771 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd5cbdb4-f937-42b5-bb62-880eda3a4e63 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:25,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-dd5cbdb4-f937-42b5-bb62-880eda3a4e63 2018-08-20 10:56:25,771 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:25,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:25,892 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2e53368-37b7-40c4-a68a-125891bc4ec2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:25,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-c2e53368-37b7-40c4-a68a-125891bc4ec2 2018-08-20 10:56:25,892 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:25,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:25,981 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43210e52-046d-4ac0-9537-d7b94b048075 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:25,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-43210e52-046d-4ac0-9537-d7b94b048075 2018-08-20 10:56:25,981 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:25,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,073 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbdfac9c-4b20-4c20-b686-ce9f6d617573 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:26,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-bbdfac9c-4b20-4c20-b686-ce9f6d617573 2018-08-20 10:56:26,073 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:26,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,177 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69357e68-dc16-4626-a7f0-f6199740fa77 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:26,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-69357e68-dc16-4626-a7f0-f6199740fa77 2018-08-20 10:56:26,177 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:26,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0796bf06-26c1-4f76-847c-5ca317cbf816 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:56:26,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-0796bf06-26c1-4f76-847c-5ca317cbf816 2018-08-20 10:56:26,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,363 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c73f61e6-7248-4d02-9cf5-ae0b2dcaca57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:26,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-c73f61e6-7248-4d02-9cf5-ae0b2dcaca57 2018-08-20 10:56:26,363 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:26,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,478 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27d1f443-4a63-41fd-8bba-93326504778d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:26,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-27d1f443-4a63-41fd-8bba-93326504778d 2018-08-20 10:56:26,478 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:26,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,566 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-370adace-f592-414f-ba93-b95a762a48dd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:26,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-370adace-f592-414f-ba93-b95a762a48dd 2018-08-20 10:56:26,566 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:26,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,659 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b87ecfd0-359e-4113-ac4e-858f1ba8bafc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:26,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-b87ecfd0-359e-4113-ac4e-858f1ba8bafc 2018-08-20 10:56:26,659 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:26,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fdfb39a-f935-4950-8adf-341c037e58cc Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:56:26,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-1fdfb39a-f935-4950-8adf-341c037e58cc 2018-08-20 10:56:26,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,880 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cdc86f5-8c4d-49d7-a39a-bfa8cdfe0559 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:26,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-0cdc86f5-8c4d-49d7-a39a-bfa8cdfe0559 2018-08-20 10:56:26,881 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:26,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:26,966 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75e7e6c6-d25e-4e43-b9d8-b6594d4910f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:26,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-75e7e6c6-d25e-4e43-b9d8-b6594d4910f5 2018-08-20 10:56:26,967 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:26,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:27,064 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c91062d-a04f-4a5a-93f0-4458363244b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:27,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-4c91062d-a04f-4a5a-93f0-4458363244b8 2018-08-20 10:56:27,065 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:27,066 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-8b55eb7d-8eca-416-proj 2018-08-20 10:56:27,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/2d2c760e899f4c56b244167e11cb127d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:27,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df205bcb-224e-461f-b330-7ff3d03b58e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:27,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/2d2c760e899f4c56b244167e11cb127d used request id req-df205bcb-224e-461f-b330-7ff3d03b58e2 2018-08-20 10:56:27,295 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-8b55eb7d-8eca-416-proj-role 2018-08-20 10:56:27,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/fc0abeb30f704dd3914e1428c2b606a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:27,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd17cb41-0358-4f02-aac9-d57fd604561e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:27,415 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/fc0abeb30f704dd3914e1428c2b606a3 used request id req-bd17cb41-0358-4f02-aac9-d57fd604561e 2018-08-20 10:56:27,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddfe6aa03c2518cf9f23ea9b0357cc0d5b8b2537" 2018-08-20 10:56:27,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a030862-6fda-42f0-b23c-518d61a1c920 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:27,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-9a030862-6fda-42f0-b23c-518d61a1c920 2018-08-20 10:56:27,510 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-8b55eb7d-8eca-416-user 2018-08-20 10:56:27,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/182c6216affc4d75bf70c5b1ddfc3c4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558709eaf89cbdb82484e0a1688c923ff7afa6ee" 2018-08-20 10:56:27,728 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2f7b199-3e7f-4503-ab5d-0f1624cd140b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:27,728 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/182c6216affc4d75bf70c5b1ddfc3c4f used request id req-c2f7b199-3e7f-4503-ab5d-0f1624cd140b 2018-08-20 10:56:27,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:28,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["4yPFokmdTL6s7iJJTUTMPw"], "issued_at": "2018-08-20T10:56:28.000000Z"}} 2018-08-20 10:56:28,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbaf1569d922661095f8b636fa7612b7c275f1a7" 2018-08-20 10:56:28,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64663f47-91e8-44ad-9203-7635105cb0d0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:28,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-64663f47-91e8-44ad-9203-7635105cb0d0 2018-08-20 10:56:28,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:28,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:28,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["BUo5gHBaTYKPi1Fb2Ezdyw"], "issued_at": "2018-08-20T10:56:28.000000Z"}} 2018-08-20 10:56:28,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:28,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413dd398-4e7f-4d75-8ac5-b7b851185d65 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:28,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-413dd398-4e7f-4d75-8ac5-b7b851185d65 2018-08-20 10:56:28,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:28,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:28,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-505a0105-a81f-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:28,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fce4204-0021-4401-9758-5b97b918e049 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-505a0105-a81f-4d7-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:56:28,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-505a0105-a81f-4d7-proj used request id req-2fce4204-0021-4401-9758-5b97b918e049 2018-08-20 10:56:28,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:28,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95a4db99-dcd5-4631-af84-2873012617e0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:56:28,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-95a4db99-dcd5-4631-af84-2873012617e0 2018-08-20 10:56:28,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj"}}' 2018-08-20 10:56:29,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3400dcb-e46f-4357-917b-e9d2de56f827 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2da9562ef6ce4d5d8775ba350e99373d"}, "tags": [], "enabled": true, "id": "2da9562ef6ce4d5d8775ba350e99373d", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj"}} 2018-08-20 10:56:29,116 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-e3400dcb-e46f-4357-917b-e9d2de56f827 2018-08-20 10:56:29,116 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-505a0105-a81f-4d7-proj 2018-08-20 10:56:29,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:29,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:29,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lku0K3zYS5qA1wE-uCC4nw"], "issued_at": "2018-08-20T10:56:29.000000Z"}} 2018-08-20 10:56:29,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c769d8c873dbf26e19fe9ea40c242392aec00ca" 2018-08-20 10:56:29,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b74997b7-d503-4a5d-9eff-3b9ae1ebc475 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:29,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b74997b7-d503-4a5d-9eff-3b9ae1ebc475 2018-08-20 10:56:29,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:29,601 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:29,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c769d8c873dbf26e19fe9ea40c242392aec00ca" 2018-08-20 10:56:29,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f64c96e-2e74-448e-b771-d46877775dbb Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:56:29,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-1f64c96e-2e74-448e-b771-d46877775dbb 2018-08-20 10:56:29,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-505a0105-a81f-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c769d8c873dbf26e19fe9ea40c242392aec00ca" 2018-08-20 10:56:29,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96cf12f9-27a9-4fec-b05f-a5cefa3dfa5c Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-505a0105-a81f-4d7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2da9562ef6ce4d5d8775ba350e99373d"}, "tags": [], "enabled": true, "id": "2da9562ef6ce4d5d8775ba350e99373d", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj"}]} 2018-08-20 10:56:29,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-505a0105-a81f-4d7-proj used request id req-96cf12f9-27a9-4fec-b05f-a5cefa3dfa5c 2018-08-20 10:56:29,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c769d8c873dbf26e19fe9ea40c242392aec00ca" 2018-08-20 10:56:29,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5601ef-cf98-4462-ab3a-3154bf130da6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:56:29,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-4e5601ef-cf98-4462-ab3a-3154bf130da6 2018-08-20 10:56:30,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c769d8c873dbf26e19fe9ea40c242392aec00ca" 2018-08-20 10:56:30,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d22cfa7-c776-4759-acc8-14741182120d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:30,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0d22cfa7-c776-4759-acc8-14741182120d 2018-08-20 10:56:30,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-505a0105-a81f-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c769d8c873dbf26e19fe9ea40c242392aec00ca" 2018-08-20 10:56:30,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcdefe3e-4456-43f6-9ee0-4fff10cde8fe Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-505a0105-a81f-4d7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/2da9562ef6ce4d5d8775ba350e99373d"}, "tags": [], "enabled": true, "id": "2da9562ef6ce4d5d8775ba350e99373d", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj"}]} 2018-08-20 10:56:30,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackNegativeTests-505a0105-a81f-4d7-proj used request id req-fcdefe3e-4456-43f6-9ee0-4fff10cde8fe 2018-08-20 10:56:30,571 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-505a0105-a81f-4d7-user 2018-08-20 10:56:30,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:30,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:30,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2218a163-75d7-4574-a750-0cbe4be1e148 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:30,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2218a163-75d7-4574-a750-0cbe4be1e148 2018-08-20 10:56:30,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" -d '{"role": {"name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj-role"}}' 2018-08-20 10:56:30,696 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-978ff19f-6172-4dc2-a102-488c86fc06ef Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "269769258db8439d8ec5bc76c7df6a9f", "links": {"self": "http://172.30.9.36:5000/v3/roles/269769258db8439d8ec5bc76c7df6a9f"}, "name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj-role"}} 2018-08-20 10:56:30,697 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-978ff19f-6172-4dc2-a102-488c86fc06ef 2018-08-20 10:56:30,697 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-505a0105-a81f-4d7-proj-role 2018-08-20 10:56:30,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/269769258db8439d8ec5bc76c7df6a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:30,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ac26d05-6d0b-43f1-98f7-05df32d75294 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "269769258db8439d8ec5bc76c7df6a9f", "links": {"self": "http://172.30.9.36:5000/v3/roles/269769258db8439d8ec5bc76c7df6a9f"}, "name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj-role"}} 2018-08-20 10:56:30,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/269769258db8439d8ec5bc76c7df6a9f used request id req-4ac26d05-6d0b-43f1-98f7-05df32d75294 2018-08-20 10:56:30,798 - keystone_utils - INFO - Granting role CreateStackNegativeTests-505a0105-a81f-4d7-proj-role to project CreateStackNegativeTests-505a0105-a81f-4d7-proj 2018-08-20 10:56:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/2da9562ef6ce4d5d8775ba350e99373d/users/0540c2cb305e47bdbc4e1310cc874b56/roles/269769258db8439d8ec5bc76c7df6a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:30,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd2eade8-30f5-4574-af9c-869545a3a859 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:30,938 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/2da9562ef6ce4d5d8775ba350e99373d/users/0540c2cb305e47bdbc4e1310cc874b56/roles/269769258db8439d8ec5bc76c7df6a9f used request id req-fd2eade8-30f5-4574-af9c-869545a3a859 2018-08-20 10:56:30,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:30,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:31,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "269769258db8439d8ec5bc76c7df6a9f", "name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj-role"}], "expires_at": "2018-08-20T11:56:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2da9562ef6ce4d5d8775ba350e99373d", "name": "CreateStackNegativeTests-505a0105-a81f-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/2da9562ef6ce4d5d8775ba350e99373d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/2da9562ef6ce4d5d8775ba350e99373d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/2da9562ef6ce4d5d8775ba350e99373d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2da9562ef6ce4d5d8775ba350e99373d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/2da9562ef6ce4d5d8775ba350e99373d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/2da9562ef6ce4d5d8775ba350e99373d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_2da9562ef6ce4d5d8775ba350e99373d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_2da9562ef6ce4d5d8775ba350e99373d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/2da9562ef6ce4d5d8775ba350e99373d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/2da9562ef6ce4d5d8775ba350e99373d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/2da9562ef6ce4d5d8775ba350e99373d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/2da9562ef6ce4d5d8775ba350e99373d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/2da9562ef6ce4d5d8775ba350e99373d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/2da9562ef6ce4d5d8775ba350e99373d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-505a0105-a81f-4d7-user", "id": "0540c2cb305e47bdbc4e1310cc874b56"}, "audit_ids": ["hfaaGfy3SjW8GH6x_OP96g"], "issued_at": "2018-08-20T10:56:31.000000Z"}} 2018-08-20 10:56:31,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89060a1e5a00296b983743d701a5bdbbb4db35df" 2018-08-20 10:56:31,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255e48c5-b2bb-4533-85b9-d8189d868005 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:31,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-255e48c5-b2bb-4533-85b9-d8189d868005 2018-08-20 10:56:31,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:56:31,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:56:31,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:56:31,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:56:31,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:56:31,436 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:56:31,439 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:56:31,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/2da9562ef6ce4d5d8775ba350e99373d/stacks?stack_name=CreateStackNegativeTests-553c1098-77a0-47d1-bfc2-6902fa5d1300 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89060a1e5a00296b983743d701a5bdbbb4db35df" 2018-08-20 10:56:31,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:31 GMT Server: Apache x-openstack-request-id: req-a0e4800a-1bdf-4262-b5c7-8eec3bcc665d Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:56:31,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/2da9562ef6ce4d5d8775ba350e99373d/stacks?stack_name=CreateStackNegativeTests-553c1098-77a0-47d1-bfc2-6902fa5d1300 used request id req-a0e4800a-1bdf-4262-b5c7-8eec3bcc665d 2018-08-20 10:56:31,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/2da9562ef6ce4d5d8775ba350e99373d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89060a1e5a00296b983743d701a5bdbbb4db35df" -d '{"stack_name": "CreateStackNegativeTests-553c1098-77a0-47d1-bfc2-6902fa5d1300", "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-08-20 10:56:32,134 - keystoneauth.session - DEBUG - RESP: [400] Date: Mon, 20 Aug 2018 10:56:31 GMT Server: Apache x-openstack-request-id: req-54c8b7a6-597d-4246-875e-6f7f72d64897 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-08-20 10:56:32,134 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/2da9562ef6ce4d5d8775ba350e99373d/stacks used request id req-54c8b7a6-597d-4246-875e-6f7f72d64897 2018-08-20 10:56:32,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:56:32,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:56:32,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:56:32,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:56:32,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:56:32,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:32,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-7802ad00-cd19-44a2-8595-bae98351dfc2 Date: Mon, 20 Aug 2018 10:56:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:56:32,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-7802ad00-cd19-44a2-8595-bae98351dfc2 2018-08-20 10:56:32,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:32,534 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b82b8714-3672-4bb7-9cfb-e4a2ca787bdd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:32,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-b82b8714-3672-4bb7-9cfb-e4a2ca787bdd 2018-08-20 10:56:32,534 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:32,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:32,623 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f873cffc-c886-47ac-819e-2c3a78aa683f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:32,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-f873cffc-c886-47ac-819e-2c3a78aa683f 2018-08-20 10:56:32,624 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:32,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:32,731 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ef8e8cf-9f53-4d1e-bb07-4166baf3a388 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:32,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-6ef8e8cf-9f53-4d1e-bb07-4166baf3a388 2018-08-20 10:56:32,731 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:32,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:32,822 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-062261fb-d5fb-45a2-95db-173a1e43bd05 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:32,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-062261fb-d5fb-45a2-95db-173a1e43bd05 2018-08-20 10:56:32,822 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:32,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:32,916 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cf391ca-127e-4fd2-8ba0-f25d5629d130 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:32,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-3cf391ca-127e-4fd2-8ba0-f25d5629d130 2018-08-20 10:56:32,917 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:32,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,015 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-875deb6e-cdb2-467c-81bf-59af22e25e5c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:33,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-875deb6e-cdb2-467c-81bf-59af22e25e5c 2018-08-20 10:56:33,016 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:33,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,105 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7077133c-e2ad-45d0-83bc-f4e8db4c584a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:33,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-7077133c-e2ad-45d0-83bc-f4e8db4c584a 2018-08-20 10:56:33,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:33,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,204 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13a20750-b0b5-4432-9f1f-652ea11b3369 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:33,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-13a20750-b0b5-4432-9f1f-652ea11b3369 2018-08-20 10:56:33,204 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:33,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,306 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5139dfbd-dfe5-4903-8eb1-f3939557e08a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:33,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-5139dfbd-dfe5-4903-8eb1-f3939557e08a 2018-08-20 10:56:33,307 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:33,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f7ca36c-535c-47da-9671-9ad2542d3a15 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:56:33,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-2f7ca36c-535c-47da-9671-9ad2542d3a15 2018-08-20 10:56:33,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,498 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f424e4a4-223c-43cb-8bcb-c52b57b34db2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 2acbffc4918840cf85c381ea7eb027bd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:33,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/2acbffc4918840cf85c381ea7eb027bd used request id req-f424e4a4-223c-43cb-8bcb-c52b57b34db2 2018-08-20 10:56:33,498 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:33,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,590 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87b72974-538a-41ec-851d-4e61d9e98b46 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ad7530c7ee14f30ba316342ad0f50ea.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:33,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ad7530c7ee14f30ba316342ad0f50ea used request id req-87b72974-538a-41ec-851d-4e61d9e98b46 2018-08-20 10:56:33,590 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:33,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,692 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e36bb6bd-b6b3-4a91-aaf4-67f4e45dffa6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cc7d2d3fc6144d3aadd933a5be6b450b.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:33,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cc7d2d3fc6144d3aadd933a5be6b450b used request id req-e36bb6bd-b6b3-4a91-aaf4-67f4e45dffa6 2018-08-20 10:56:33,693 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:33,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,788 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0e8e9cf-648f-4542-84a9-146a556390e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a136ee74b06644f9b49c62c7d9cbd606.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:33,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/a136ee74b06644f9b49c62c7d9cbd606 used request id req-a0e8e9cf-648f-4542-84a9-146a556390e0 2018-08-20 10:56:33,788 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:33,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:33,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89fe27e7-cbd0-4653-8435-78b1f9134e12 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}} 2018-08-20 10:56:33,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e used request id req-89fe27e7-cbd0-4653-8435-78b1f9134e12 2018-08-20 10:56:33,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:34,002 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8cbc820-522c-41df-bbbc-c6efb0b3f600 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 17b55fea1a444a3191c6f0cf017c59a8.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:34,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/17b55fea1a444a3191c6f0cf017c59a8 used request id req-e8cbc820-522c-41df-bbbc-c6efb0b3f600 2018-08-20 10:56:34,002 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:34,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:34,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86df5b38-2e9f-4268-a859-381e8cab0e45 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7a964e24d64141ee8e8c95d62dbc8dba.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:34,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/7a964e24d64141ee8e8c95d62dbc8dba used request id req-86df5b38-2e9f-4268-a859-381e8cab0e45 2018-08-20 10:56:34,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:34,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:34,187 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-690e4160-9810-4faa-9f12-634ef6135a30 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e30044c5db144d178a978b595f398f79.", "code": 404, "title": "Not Found"}} 2018-08-20 10:56:34,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e30044c5db144d178a978b595f398f79 used request id req-690e4160-9810-4faa-9f12-634ef6135a30 2018-08-20 10:56:34,187 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:56:34,189 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-505a0105-a81f-4d7-proj 2018-08-20 10:56:34,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/2da9562ef6ce4d5d8775ba350e99373d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:34,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac6ec1ef-8fd8-4cc3-b4f3-9cb4d9fbada9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:34,415 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/2da9562ef6ce4d5d8775ba350e99373d used request id req-ac6ec1ef-8fd8-4cc3-b4f3-9cb4d9fbada9 2018-08-20 10:56:34,415 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-505a0105-a81f-4d7-proj-role 2018-08-20 10:56:34,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/269769258db8439d8ec5bc76c7df6a9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:34,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b47bddf2-6c84-45d5-98b9-03636f3f933e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:34,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/269769258db8439d8ec5bc76c7df6a9f used request id req-b47bddf2-6c84-45d5-98b9-03636f3f933e 2018-08-20 10:56:34,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddc2ae06bdc7e108589ce717bc5dc3af9fbdabe0" 2018-08-20 10:56:34,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7463e8-b642-4da7-a325-43f089380da2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:34,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dd7463e8-b642-4da7-a325-43f089380da2 2018-08-20 10:56:34,649 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-505a0105-a81f-4d7-user 2018-08-20 10:56:34,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/0540c2cb305e47bdbc4e1310cc874b56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c769d8c873dbf26e19fe9ea40c242392aec00ca" 2018-08-20 10:56:34,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3415449d-b2e9-4f31-8416-3725c8b612f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:34,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/0540c2cb305e47bdbc4e1310cc874b56 used request id req-3415449d-b2e9-4f31-8416-3725c8b612f8 2018-08-20 10:56:34,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:35,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["EOCcdfCFQ_-DA_sJ5Kj94A"], "issued_at": "2018-08-20T10:56:35.000000Z"}} 2018-08-20 10:56:35,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79d09ae386f9ab0e7eb43905147f34d938ba341c" 2018-08-20 10:56:35,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-750ead8d-bccb-42b4-b83d-95c3aba7b5e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:35,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-750ead8d-bccb-42b4-b83d-95c3aba7b5e5 2018-08-20 10:56:35,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:35,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:35,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["A4otThrGTdCm5_7T_uTvkA"], "issued_at": "2018-08-20T10:56:35.000000Z"}} 2018-08-20 10:56:35,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:56:35,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357b2e48-e2be-4560-8746-50936ad4d346 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:35,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-357b2e48-e2be-4560-8746-50936ad4d346 2018-08-20 10:56:35,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:35,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:35,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:56:35,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a208f8-0f6e-497d-96b8-93a258c71a21 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:56:35,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj used request id req-13a208f8-0f6e-497d-96b8-93a258c71a21 2018-08-20 10:56:35,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:56:36,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c99fb4f-0023-4ac4-8941-dbb74f31251c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:56:36,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-2c99fb4f-0023-4ac4-8941-dbb74f31251c 2018-08-20 10:56:36,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}}' 2018-08-20 10:56:36,206 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07cf1596-d6bb-47d2-879f-6486aafe86cd Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "id": "63bbf265426c4b08a3cac0338731a97d", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:56:36,206 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-07cf1596-d6bb-47d2-879f-6486aafe86cd 2018-08-20 10:56:36,206 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj 2018-08-20 10:56:36,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:36,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:36,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:56:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["8IG9BokuR7SVTa3vib3Aug"], "issued_at": "2018-08-20T10:56:36.000000Z"}} 2018-08-20 10:56:36,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:36,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7af8d2-9d2c-4bcc-8879-9fa02e9ff166 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:36,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8c7af8d2-9d2c-4bcc-8879-9fa02e9ff166 2018-08-20 10:56:36,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:56:36,714 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:56:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:56:36,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:36,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80ab8f9-5dde-4fbc-b03e-6eb853612f5c Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:56:36,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-d80ab8f9-5dde-4fbc-b03e-6eb853612f5c 2018-08-20 10:56:36,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:36,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf830b84-ef72-42fb-8b9e-34485b41d67c Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "id": "63bbf265426c4b08a3cac0338731a97d", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}]} 2018-08-20 10:56:36,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj used request id req-bf830b84-ef72-42fb-8b9e-34485b41d67c 2018-08-20 10:56:36,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:37,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-827da94d-26d1-4764-8582-627bc4c62984 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:56:37,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-827da94d-26d1-4764-8582-627bc4c62984 2018-08-20 10:56:37,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:37,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c4dc8b2-b1d2-49e5-ad45-3d390583cd80 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:37,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4c4dc8b2-b1d2-49e5-ad45-3d390583cd80 2018-08-20 10:56:37,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:37,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f88df6a-874b-45cd-b55e-5de75925fa71 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "id": "63bbf265426c4b08a3cac0338731a97d", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}]} 2018-08-20 10:56:37,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj used request id req-6f88df6a-874b-45cd-b55e-5de75925fa71 2018-08-20 10:56:37,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users/5b5108928e5e4cff8bcbd7625740daa9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:37,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4619d68f-5fee-4863-a737-e40521019abc Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-user", "links": {"self": "http://172.30.9.36:5000/v3/users/5b5108928e5e4cff8bcbd7625740daa9"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "63bbf265426c4b08a3cac0338731a97d", "id": "5b5108928e5e4cff8bcbd7625740daa9", "password_expires_at": null}} 2018-08-20 10:56:37,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/5b5108928e5e4cff8bcbd7625740daa9 used request id req-4619d68f-5fee-4863-a737-e40521019abc 2018-08-20 10:56:37,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d/users/5b5108928e5e4cff8bcbd7625740daa9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:37,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9c0802-b705-4489-86b8-893a08a2de30 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d/users/5b5108928e5e4cff8bcbd7625740daa9/roles", "previous": null, "next": null}, "roles": []} 2018-08-20 10:56:37,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d/users/5b5108928e5e4cff8bcbd7625740daa9/roles used request id req-ef9c0802-b705-4489-86b8-893a08a2de30 2018-08-20 10:56:37,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:37,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1b2568-b296-4c7d-943a-379e7fdc4b01 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}} 2018-08-20 10:56:37,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-1d1b2568-b296-4c7d-943a-379e7fdc4b01 2018-08-20 10:56:37,976 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj 2018-08-20 10:56:37,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d/users/5b5108928e5e4cff8bcbd7625740daa9/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:38,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bc056f3-6798-4b3c-9085-bae76264a8b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:38,125 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d/users/5b5108928e5e4cff8bcbd7625740daa9/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-6bc056f3-6798-4b3c-9085-bae76264a8b1 2018-08-20 10:56:38,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:38,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f5cf0f-e8aa-40e2-bbbd-cffdd617ab76 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:38,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-54f5cf0f-e8aa-40e2-bbbd-cffdd617ab76 2018-08-20 10:56:38,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:56:38,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d816f0-a94f-478a-aa98-6f80c3573049 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "id": "63bbf265426c4b08a3cac0338731a97d", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}]} 2018-08-20 10:56:38,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj used request id req-e8d816f0-a94f-478a-aa98-6f80c3573049 2018-08-20 10:56:38,345 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-07d2fd83-f579-4b2-user 2018-08-20 10:56:38,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:56:38,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6ac2752-9b03-4dff-9afa-cd75ed75bb42 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:56:38,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c6ac2752-9b03-4dff-9afa-cd75ed75bb42 2018-08-20 10:56:38,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" -d '{"role": {"name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role"}}' 2018-08-20 10:56:38,643 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3b86553-ffcf-42e2-b678-8e5cbf736f7b Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ea707450520e441d978ef717e57e03a8", "links": {"self": "http://172.30.9.36:5000/v3/roles/ea707450520e441d978ef717e57e03a8"}, "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role"}} 2018-08-20 10:56:38,643 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-d3b86553-ffcf-42e2-b678-8e5cbf736f7b 2018-08-20 10:56:38,644 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role 2018-08-20 10:56:38,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/ea707450520e441d978ef717e57e03a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:56:38,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d169669-8cb5-4b13-bbba-f0c6396fbf2d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ea707450520e441d978ef717e57e03a8", "links": {"self": "http://172.30.9.36:5000/v3/roles/ea707450520e441d978ef717e57e03a8"}, "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role"}} 2018-08-20 10:56:38,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/ea707450520e441d978ef717e57e03a8 used request id req-8d169669-8cb5-4b13-bbba-f0c6396fbf2d 2018-08-20 10:56:38,741 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role to project CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj 2018-08-20 10:56:38,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d/users/5b5108928e5e4cff8bcbd7625740daa9/roles/ea707450520e441d978ef717e57e03a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:56:38,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:56:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-924245d7-b44d-497f-9c28-f395c4f70152 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:56:38,872 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d/users/5b5108928e5e4cff8bcbd7625740daa9/roles/ea707450520e441d978ef717e57e03a8 used request id req-924245d7-b44d-497f-9c28-f395c4f70152 2018-08-20 10:56:38,873 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:56:38,873 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:56:38,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:38,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:39,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "ea707450520e441d978ef717e57e03a8", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role"}], "expires_at": "2018-08-20T11:56:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-user", "id": "5b5108928e5e4cff8bcbd7625740daa9"}, "audit_ids": ["J6X9RoUSRe-MJZUbJ4TRew"], "issued_at": "2018-08-20T10:56:39.000000Z"}} 2018-08-20 10:56:39,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" 2018-08-20 10:56:39,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e86193d-df0f-4010-91dd-9d56bbbb8255 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:39,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-0e86193d-df0f-4010-91dd-9d56bbbb8255 2018-08-20 10:56:39,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" 2018-08-20 10:56:39,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-d477c913-cf0f-42c8-81a5-3c1dca63a2d1 Date: Mon, 20 Aug 2018 10:56:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"} 2018-08-20 10:56:39,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image used request id req-d477c913-cf0f-42c8-81a5-3c1dca63a2d1 2018-08-20 10:56:39,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" 2018-08-20 10:56:39,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-01de36bf-c8be-491d-81bf-c141d121dea8 Date: Mon, 20 Aug 2018 10:56:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:56:39,766 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-01de36bf-c8be-491d-81bf-c141d121dea8 2018-08-20 10:56:39,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}' 2018-08-20 10:56:40,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-65218410-95e8-4756-aa37-d0e56833d877 Date: Mon, 20 Aug 2018 10:56:40 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:56:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:56:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "min_disk": 0, "protected": false, "id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "file": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/file", "checksum": null, "owner": "63bbf265426c4b08a3cac0338731a97d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:56:40,082 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-65218410-95e8-4756-aa37-d0e56833d877 2018-08-20 10:56:40,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" -d '' 2018-08-20 10:56:40,814 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a3d9827-43a8-4230-8bfc-3a310ca594cb Date: Mon, 20 Aug 2018 10:56:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:56:40,814 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/file used request id req-9a3d9827-43a8-4230-8bfc-3a310ca594cb 2018-08-20 10:56:40,814 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:56:40,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" 2018-08-20 10:56:40,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-b009a8b8-0371-40c6-b3b8-f6e40eebfde5 Date: Mon, 20 Aug 2018 10:56:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:56:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:56:40Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/snap", "metadata": {}}], "self": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "min_disk": 0, "protected": false, "id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "file": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "63bbf265426c4b08a3cac0338731a97d", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:56:40,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 used request id req-b009a8b8-0371-40c6-b3b8-f6e40eebfde5 2018-08-20 10:56:40,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" 2018-08-20 10:56:41,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d7668ff1-3b4c-4d5a-ad29-2fcf7f21ddb2 Date: Mon, 20 Aug 2018 10:56: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:56:41,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-d7668ff1-3b4c-4d5a-ad29-2fcf7f21ddb2 2018-08-20 10:56:41,030 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image 2018-08-20 10:56:41,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" 2018-08-20 10:56:41,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1006c755-2723-48af-b524-c4c02a2e9db5 Date: Mon, 20 Aug 2018 10:56:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:56:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:56:40Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/snap", "metadata": {}}], "self": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "min_disk": 0, "protected": false, "id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "file": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "63bbf265426c4b08a3cac0338731a97d", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:56:41,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 used request id req-1006c755-2723-48af-b524-c4c02a2e9db5 2018-08-20 10:56:41,228 - create_image - DEBUG - Instance status is - active 2018-08-20 10:56:41,228 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image 2018-08-20 10:56:41,228 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image 2018-08-20 10:56:41,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:56:41,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:56:41,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "ea707450520e441d978ef717e57e03a8", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role"}], "expires_at": "2018-08-20T11:56:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-user", "id": "5b5108928e5e4cff8bcbd7625740daa9"}, "audit_ids": ["UXZpVYRaQwuqO2eVXk5ArA"], "issued_at": "2018-08-20T10:56:41.000000Z"}} 2018-08-20 10:56:41,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:56:41,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42d0597-83c1-4d9a-a535-19bb606421ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:56:41,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b42d0597-83c1-4d9a-a535-19bb606421ae 2018-08-20 10:56:41,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:56:41,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:56:41,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:56:41,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:56:41,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:56:41,709 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:56:41,712 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:56:41,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:56:41,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:41 GMT Server: Apache x-openstack-request-id: req-4bac8f3d-6283-406e-88e7-4e34eccabdc3 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:56:41,917 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack used request id req-4bac8f3d-6283-406e-88e7-4e34eccabdc3 2018-08-20 10:56:41,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net"}}' 2018-08-20 10:56:45,439 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:56:41 GMT Server: Apache x-openstack-request-id: req-7fc9c8c6-bffa-4924-af2d-8deaace27091 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "fd9430b8-7651-4214-8135-45840bf1305b", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}]}} 2018-08-20 10:56:45,439 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks used request id req-7fc9c8c6-bffa-4924-af2d-8deaace27091 2018-08-20 10:56:45,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:56:45,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:45 GMT Server: Apache x-openstack-request-id: req-f9f3ca08-32e1-4e8e-a5a7-89eb544fcee3 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:45,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:45 GMT Server: Apache x-openstack-request-id: req-74c08473-0faa-40b4-b80a-773767959a0f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "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-08-20 10:56:45,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-74c08473-0faa-40b4-b80a-773767959a0f 2018-08-20 10:56:45,877 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack 2018-08-20 10:56:45,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:56:46,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:45 GMT Server: Apache x-openstack-request-id: req-a1e41787-4bd0-4dbf-b7f8-c98619e12266 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:46,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:46 GMT Server: Apache x-openstack-request-id: req-27e9ae5c-ee22-46ff-934c-6a01791988bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "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-08-20 10:56:46,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-27e9ae5c-ee22-46ff-934c-6a01791988bd 2018-08-20 10:56:46,424 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:56:46,424 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:56:49,427 - create_stack - DEBUG - Stack status query timeout in 1196.450665 2018-08-20 10:56:49,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:56:49,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:49 GMT Server: Apache x-openstack-request-id: req-1c970dcb-46c8-4b75-9323-ca1946804f6c Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:49,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:49 GMT Server: Apache x-openstack-request-id: req-6721dd71-f43f-42e3-a356-34cd2e334fca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxo771/OpJCztlXNbQ+8j55mhZOwe6s+SANTu8UHUptaCyTcO\nEvQqK45qGxabYkBoxOftid0NF2zW4e0tiL/EMV+GjUhdW9mcUC0PJUnh69TByDTB\nNUNCgoMA/wucLN1bjWnDr8qFdKjaW3PCGY7KhCk48oWjPjWafGSgfkudppSsdOK3\n7on3Focc3rGU60HF6spUNvDHIZY+SdWv670MGyDPuFkZSQgoEShcse0B0ONCVmTD\n8UrLh6HlLyeDvOy8VoD3TXwJdKfJpagISoL8arkHYajG6E2QLBTFQiZ436iDaQf9\nblkUy5t4w9GKwDMeF0VKOAt6pPPKy0ePfHdB7QIDAQABAoIBAGNTg4gzy5jdILxy\nSGVja4Kfx6zEsXKlA1SHMEBfvhD3ndUqRVAV9EJ1q36BgJlVvxNBMgKVIcdmGthJ\n3U1bILnSH2ztlkYsRZWV9M2id/GRLJ8KRNxwGQVQo17yX93RncrP7aQymzAQh6rX\n7XD7jTMvq90mHNMx3WX8sIx9Jw/8zTbwVA8JOIoxhs/ZdBSVHRVNp3wg4I42itJc\n2+zdH0FAAaOlLoDc0j1h51Da2o7b0YDe3ZFlyzC/Xmak+C4Mo9ipdo6R4wr4DBHa\nw604n5Ox78mcxyHWNlEsKBToaprqZQQDBy/oJa6hgxysoKdXu+8OlqQmnT3hUsCR\n14sp+cECgYEA9J6pNrzE4YxCW8abkPAW4wq26QqAoviLfmGO+i/bJ36A8CciO9vz\nwIIdIMBfeg756DFni6hYJUa7Ilzqfo9yDT6eerfRY8IFeuanfpd4UYtOQbPn5CzF\n24FNNilJ/XsjWrfWsTJbcWmAlUMPzFvVH2lXwcT0zxit1XPccjNb9A8CgYEAz8u/\numvjQp3OLee7h26qD6WlP15ZLamseZ9Aee/pS3MGjPQ82GGfMAGUoV9bdzCOxL5J\nUeU4ZFwOP5adu3CopY55C1PB/42wvt0vGNEuTNKJWuQA+Tt9BbHhuVF0aWAbtgK3\nBR8Cl5YGAqB+TCq0bVKD6kFiX0zQwrn1m79JfkMCgYAxLhTnJFyQ3BobSXrNUPfI\n/cZ4Y9wo579j0Ullk2mELzLNFZEUZ8xBz+b7RrHrYEduH0CqG1ZdaDMHXZbniv9r\nGkPSeFJotAFWDDlwghN2kYNSQlFE1puQ3hYf5X0ysScSfhNz3KP10ThAyhLLC0t1\n3T//fRGa8WNBnuGbNCgwkQKBgQC8GybqHIZzJKWjmraBaGWcmogX8FHsaz/OLaLR\nf6QCgBM7AFIgU2cmrxecadVD9XoYkmWPNGCzQT5IxBDvwJF6pZnf7iedLugEL/hV\nj+9I7gIXfHWBKSAJSrka6KjoR29uedCyWxsenFm+gQkz7Ci/GkZ+hkgGG2SUEoFL\nR4PBPwKBgGcXmS4HpYg6jZDcUjoNEyEEGDrj9oboW2tpNEBG8jmP4Jlu0wfCsYaV\nDEtZ6Bky/0G2XWQ7ZBqqIKZvqFAQiZu6DnERLSe0W1My/1dwOwlrugL7zFzexgft\nH0oojIzufNwZ1BVr3WoOPSnsS5IUDCzlH19m2HW33nMvbv3Cily2\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-08-20 10:56:49,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-6721dd71-f43f-42e3-a356-34cd2e334fca 2018-08-20 10:56:49,945 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:56:49,945 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:56:52,948 - create_stack - DEBUG - Stack status query timeout in 1192.92889619 2018-08-20 10:56:52,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:56:53,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:52 GMT Server: Apache x-openstack-request-id: req-79dad13d-8584-4bb2-af85-7e305e1b941e Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:53,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:53 GMT Server: Apache x-openstack-request-id: req-565a40cb-0405-4dff-8891-7f0ab39bddaa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxo771/OpJCztlXNbQ+8j55mhZOwe6s+SANTu8UHUptaCyTcO\nEvQqK45qGxabYkBoxOftid0NF2zW4e0tiL/EMV+GjUhdW9mcUC0PJUnh69TByDTB\nNUNCgoMA/wucLN1bjWnDr8qFdKjaW3PCGY7KhCk48oWjPjWafGSgfkudppSsdOK3\n7on3Focc3rGU60HF6spUNvDHIZY+SdWv670MGyDPuFkZSQgoEShcse0B0ONCVmTD\n8UrLh6HlLyeDvOy8VoD3TXwJdKfJpagISoL8arkHYajG6E2QLBTFQiZ436iDaQf9\nblkUy5t4w9GKwDMeF0VKOAt6pPPKy0ePfHdB7QIDAQABAoIBAGNTg4gzy5jdILxy\nSGVja4Kfx6zEsXKlA1SHMEBfvhD3ndUqRVAV9EJ1q36BgJlVvxNBMgKVIcdmGthJ\n3U1bILnSH2ztlkYsRZWV9M2id/GRLJ8KRNxwGQVQo17yX93RncrP7aQymzAQh6rX\n7XD7jTMvq90mHNMx3WX8sIx9Jw/8zTbwVA8JOIoxhs/ZdBSVHRVNp3wg4I42itJc\n2+zdH0FAAaOlLoDc0j1h51Da2o7b0YDe3ZFlyzC/Xmak+C4Mo9ipdo6R4wr4DBHa\nw604n5Ox78mcxyHWNlEsKBToaprqZQQDBy/oJa6hgxysoKdXu+8OlqQmnT3hUsCR\n14sp+cECgYEA9J6pNrzE4YxCW8abkPAW4wq26QqAoviLfmGO+i/bJ36A8CciO9vz\nwIIdIMBfeg756DFni6hYJUa7Ilzqfo9yDT6eerfRY8IFeuanfpd4UYtOQbPn5CzF\n24FNNilJ/XsjWrfWsTJbcWmAlUMPzFvVH2lXwcT0zxit1XPccjNb9A8CgYEAz8u/\numvjQp3OLee7h26qD6WlP15ZLamseZ9Aee/pS3MGjPQ82GGfMAGUoV9bdzCOxL5J\nUeU4ZFwOP5adu3CopY55C1PB/42wvt0vGNEuTNKJWuQA+Tt9BbHhuVF0aWAbtgK3\nBR8Cl5YGAqB+TCq0bVKD6kFiX0zQwrn1m79JfkMCgYAxLhTnJFyQ3BobSXrNUPfI\n/cZ4Y9wo579j0Ullk2mELzLNFZEUZ8xBz+b7RrHrYEduH0CqG1ZdaDMHXZbniv9r\nGkPSeFJotAFWDDlwghN2kYNSQlFE1puQ3hYf5X0ysScSfhNz3KP10ThAyhLLC0t1\n3T//fRGa8WNBnuGbNCgwkQKBgQC8GybqHIZzJKWjmraBaGWcmogX8FHsaz/OLaLR\nf6QCgBM7AFIgU2cmrxecadVD9XoYkmWPNGCzQT5IxBDvwJF6pZnf7iedLugEL/hV\nj+9I7gIXfHWBKSAJSrka6KjoR29uedCyWxsenFm+gQkz7Ci/GkZ+hkgGG2SUEoFL\nR4PBPwKBgGcXmS4HpYg6jZDcUjoNEyEEGDrj9oboW2tpNEBG8jmP4Jlu0wfCsYaV\nDEtZ6Bky/0G2XWQ7ZBqqIKZvqFAQiZu6DnERLSe0W1My/1dwOwlrugL7zFzexgft\nH0oojIzufNwZ1BVr3WoOPSnsS5IUDCzlH19m2HW33nMvbv3Cily2\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-08-20 10:56:53,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-565a40cb-0405-4dff-8891-7f0ab39bddaa 2018-08-20 10:56:53,464 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:56:53,464 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:56:56,467 - create_stack - DEBUG - Stack status query timeout in 1189.40980411 2018-08-20 10:56:56,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:56:56,667 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:56 GMT Server: Apache x-openstack-request-id: req-73a85a79-f2fd-4289-8ed6-2c0a9fff81c4 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:56:56,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:56:56 GMT Server: Apache x-openstack-request-id: req-18e3e3d6-7d46-48b1-b992-5be2d842a056 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxo771/OpJCztlXNbQ+8j55mhZOwe6s+SANTu8UHUptaCyTcO\nEvQqK45qGxabYkBoxOftid0NF2zW4e0tiL/EMV+GjUhdW9mcUC0PJUnh69TByDTB\nNUNCgoMA/wucLN1bjWnDr8qFdKjaW3PCGY7KhCk48oWjPjWafGSgfkudppSsdOK3\n7on3Focc3rGU60HF6spUNvDHIZY+SdWv670MGyDPuFkZSQgoEShcse0B0ONCVmTD\n8UrLh6HlLyeDvOy8VoD3TXwJdKfJpagISoL8arkHYajG6E2QLBTFQiZ436iDaQf9\nblkUy5t4w9GKwDMeF0VKOAt6pPPKy0ePfHdB7QIDAQABAoIBAGNTg4gzy5jdILxy\nSGVja4Kfx6zEsXKlA1SHMEBfvhD3ndUqRVAV9EJ1q36BgJlVvxNBMgKVIcdmGthJ\n3U1bILnSH2ztlkYsRZWV9M2id/GRLJ8KRNxwGQVQo17yX93RncrP7aQymzAQh6rX\n7XD7jTMvq90mHNMx3WX8sIx9Jw/8zTbwVA8JOIoxhs/ZdBSVHRVNp3wg4I42itJc\n2+zdH0FAAaOlLoDc0j1h51Da2o7b0YDe3ZFlyzC/Xmak+C4Mo9ipdo6R4wr4DBHa\nw604n5Ox78mcxyHWNlEsKBToaprqZQQDBy/oJa6hgxysoKdXu+8OlqQmnT3hUsCR\n14sp+cECgYEA9J6pNrzE4YxCW8abkPAW4wq26QqAoviLfmGO+i/bJ36A8CciO9vz\nwIIdIMBfeg756DFni6hYJUa7Ilzqfo9yDT6eerfRY8IFeuanfpd4UYtOQbPn5CzF\n24FNNilJ/XsjWrfWsTJbcWmAlUMPzFvVH2lXwcT0zxit1XPccjNb9A8CgYEAz8u/\numvjQp3OLee7h26qD6WlP15ZLamseZ9Aee/pS3MGjPQ82GGfMAGUoV9bdzCOxL5J\nUeU4ZFwOP5adu3CopY55C1PB/42wvt0vGNEuTNKJWuQA+Tt9BbHhuVF0aWAbtgK3\nBR8Cl5YGAqB+TCq0bVKD6kFiX0zQwrn1m79JfkMCgYAxLhTnJFyQ3BobSXrNUPfI\n/cZ4Y9wo579j0Ullk2mELzLNFZEUZ8xBz+b7RrHrYEduH0CqG1ZdaDMHXZbniv9r\nGkPSeFJotAFWDDlwghN2kYNSQlFE1puQ3hYf5X0ysScSfhNz3KP10ThAyhLLC0t1\n3T//fRGa8WNBnuGbNCgwkQKBgQC8GybqHIZzJKWjmraBaGWcmogX8FHsaz/OLaLR\nf6QCgBM7AFIgU2cmrxecadVD9XoYkmWPNGCzQT5IxBDvwJF6pZnf7iedLugEL/hV\nj+9I7gIXfHWBKSAJSrka6KjoR29uedCyWxsenFm+gQkz7Ci/GkZ+hkgGG2SUEoFL\nR4PBPwKBgGcXmS4HpYg6jZDcUjoNEyEEGDrj9oboW2tpNEBG8jmP4Jlu0wfCsYaV\nDEtZ6Bky/0G2XWQ7ZBqqIKZvqFAQiZu6DnERLSe0W1My/1dwOwlrugL7zFzexgft\nH0oojIzufNwZ1BVr3WoOPSnsS5IUDCzlH19m2HW33nMvbv3Cily2\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-08-20 10:56:56,965 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-18e3e3d6-7d46-48b1-b992-5be2d842a056 2018-08-20 10:56:56,965 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:56:56,966 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:56:59,969 - create_stack - DEBUG - Stack status query timeout in 1185.90845108 2018-08-20 10:56:59,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:56:59,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:56:59 GMT Server: Apache x-openstack-request-id: req-7a2d8ff7-f2f1-40f3-b4c3-abd330b6dd06 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:00,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:00 GMT Server: Apache x-openstack-request-id: req-5023d87a-1e36-4766-b0c8-74016e63f4cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxo771/OpJCztlXNbQ+8j55mhZOwe6s+SANTu8UHUptaCyTcO\nEvQqK45qGxabYkBoxOftid0NF2zW4e0tiL/EMV+GjUhdW9mcUC0PJUnh69TByDTB\nNUNCgoMA/wucLN1bjWnDr8qFdKjaW3PCGY7KhCk48oWjPjWafGSgfkudppSsdOK3\n7on3Focc3rGU60HF6spUNvDHIZY+SdWv670MGyDPuFkZSQgoEShcse0B0ONCVmTD\n8UrLh6HlLyeDvOy8VoD3TXwJdKfJpagISoL8arkHYajG6E2QLBTFQiZ436iDaQf9\nblkUy5t4w9GKwDMeF0VKOAt6pPPKy0ePfHdB7QIDAQABAoIBAGNTg4gzy5jdILxy\nSGVja4Kfx6zEsXKlA1SHMEBfvhD3ndUqRVAV9EJ1q36BgJlVvxNBMgKVIcdmGthJ\n3U1bILnSH2ztlkYsRZWV9M2id/GRLJ8KRNxwGQVQo17yX93RncrP7aQymzAQh6rX\n7XD7jTMvq90mHNMx3WX8sIx9Jw/8zTbwVA8JOIoxhs/ZdBSVHRVNp3wg4I42itJc\n2+zdH0FAAaOlLoDc0j1h51Da2o7b0YDe3ZFlyzC/Xmak+C4Mo9ipdo6R4wr4DBHa\nw604n5Ox78mcxyHWNlEsKBToaprqZQQDBy/oJa6hgxysoKdXu+8OlqQmnT3hUsCR\n14sp+cECgYEA9J6pNrzE4YxCW8abkPAW4wq26QqAoviLfmGO+i/bJ36A8CciO9vz\nwIIdIMBfeg756DFni6hYJUa7Ilzqfo9yDT6eerfRY8IFeuanfpd4UYtOQbPn5CzF\n24FNNilJ/XsjWrfWsTJbcWmAlUMPzFvVH2lXwcT0zxit1XPccjNb9A8CgYEAz8u/\numvjQp3OLee7h26qD6WlP15ZLamseZ9Aee/pS3MGjPQ82GGfMAGUoV9bdzCOxL5J\nUeU4ZFwOP5adu3CopY55C1PB/42wvt0vGNEuTNKJWuQA+Tt9BbHhuVF0aWAbtgK3\nBR8Cl5YGAqB+TCq0bVKD6kFiX0zQwrn1m79JfkMCgYAxLhTnJFyQ3BobSXrNUPfI\n/cZ4Y9wo579j0Ullk2mELzLNFZEUZ8xBz+b7RrHrYEduH0CqG1ZdaDMHXZbniv9r\nGkPSeFJotAFWDDlwghN2kYNSQlFE1puQ3hYf5X0ysScSfhNz3KP10ThAyhLLC0t1\n3T//fRGa8WNBnuGbNCgwkQKBgQC8GybqHIZzJKWjmraBaGWcmogX8FHsaz/OLaLR\nf6QCgBM7AFIgU2cmrxecadVD9XoYkmWPNGCzQT5IxBDvwJF6pZnf7iedLugEL/hV\nj+9I7gIXfHWBKSAJSrka6KjoR29uedCyWxsenFm+gQkz7Ci/GkZ+hkgGG2SUEoFL\nR4PBPwKBgGcXmS4HpYg6jZDcUjoNEyEEGDrj9oboW2tpNEBG8jmP4Jlu0wfCsYaV\nDEtZ6Bky/0G2XWQ7ZBqqIKZvqFAQiZu6DnERLSe0W1My/1dwOwlrugL7zFzexgft\nH0oojIzufNwZ1BVr3WoOPSnsS5IUDCzlH19m2HW33nMvbv3Cily2\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-08-20 10:57:00,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-5023d87a-1e36-4766-b0c8-74016e63f4cf 2018-08-20 10:57:00,289 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:57:00,289 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:03,292 - create_stack - DEBUG - Stack status query timeout in 1182.58471799 2018-08-20 10:57:03,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:03,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:03 GMT Server: Apache x-openstack-request-id: req-e7d6964f-ca9b-4f0b-a148-1cb769f94c5d Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:03,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:03 GMT Server: Apache x-openstack-request-id: req-94392f69-cf0a-4cf1-bf1c-a3c06522d93b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxo771/OpJCztlXNbQ+8j55mhZOwe6s+SANTu8UHUptaCyTcO\nEvQqK45qGxabYkBoxOftid0NF2zW4e0tiL/EMV+GjUhdW9mcUC0PJUnh69TByDTB\nNUNCgoMA/wucLN1bjWnDr8qFdKjaW3PCGY7KhCk48oWjPjWafGSgfkudppSsdOK3\n7on3Focc3rGU60HF6spUNvDHIZY+SdWv670MGyDPuFkZSQgoEShcse0B0ONCVmTD\n8UrLh6HlLyeDvOy8VoD3TXwJdKfJpagISoL8arkHYajG6E2QLBTFQiZ436iDaQf9\nblkUy5t4w9GKwDMeF0VKOAt6pPPKy0ePfHdB7QIDAQABAoIBAGNTg4gzy5jdILxy\nSGVja4Kfx6zEsXKlA1SHMEBfvhD3ndUqRVAV9EJ1q36BgJlVvxNBMgKVIcdmGthJ\n3U1bILnSH2ztlkYsRZWV9M2id/GRLJ8KRNxwGQVQo17yX93RncrP7aQymzAQh6rX\n7XD7jTMvq90mHNMx3WX8sIx9Jw/8zTbwVA8JOIoxhs/ZdBSVHRVNp3wg4I42itJc\n2+zdH0FAAaOlLoDc0j1h51Da2o7b0YDe3ZFlyzC/Xmak+C4Mo9ipdo6R4wr4DBHa\nw604n5Ox78mcxyHWNlEsKBToaprqZQQDBy/oJa6hgxysoKdXu+8OlqQmnT3hUsCR\n14sp+cECgYEA9J6pNrzE4YxCW8abkPAW4wq26QqAoviLfmGO+i/bJ36A8CciO9vz\nwIIdIMBfeg756DFni6hYJUa7Ilzqfo9yDT6eerfRY8IFeuanfpd4UYtOQbPn5CzF\n24FNNilJ/XsjWrfWsTJbcWmAlUMPzFvVH2lXwcT0zxit1XPccjNb9A8CgYEAz8u/\numvjQp3OLee7h26qD6WlP15ZLamseZ9Aee/pS3MGjPQ82GGfMAGUoV9bdzCOxL5J\nUeU4ZFwOP5adu3CopY55C1PB/42wvt0vGNEuTNKJWuQA+Tt9BbHhuVF0aWAbtgK3\nBR8Cl5YGAqB+TCq0bVKD6kFiX0zQwrn1m79JfkMCgYAxLhTnJFyQ3BobSXrNUPfI\n/cZ4Y9wo579j0Ullk2mELzLNFZEUZ8xBz+b7RrHrYEduH0CqG1ZdaDMHXZbniv9r\nGkPSeFJotAFWDDlwghN2kYNSQlFE1puQ3hYf5X0ysScSfhNz3KP10ThAyhLLC0t1\n3T//fRGa8WNBnuGbNCgwkQKBgQC8GybqHIZzJKWjmraBaGWcmogX8FHsaz/OLaLR\nf6QCgBM7AFIgU2cmrxecadVD9XoYkmWPNGCzQT5IxBDvwJF6pZnf7iedLugEL/hV\nj+9I7gIXfHWBKSAJSrka6KjoR29uedCyWxsenFm+gQkz7Ci/GkZ+hkgGG2SUEoFL\nR4PBPwKBgGcXmS4HpYg6jZDcUjoNEyEEGDrj9oboW2tpNEBG8jmP4Jlu0wfCsYaV\nDEtZ6Bky/0G2XWQ7ZBqqIKZvqFAQiZu6DnERLSe0W1My/1dwOwlrugL7zFzexgft\nH0oojIzufNwZ1BVr3WoOPSnsS5IUDCzlH19m2HW33nMvbv3Cily2\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-08-20 10:57:03,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-94392f69-cf0a-4cf1-bf1c-a3c06522d93b 2018-08-20 10:57:03,628 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:57:03,628 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:06,631 - create_stack - DEBUG - Stack status query timeout in 1179.24593306 2018-08-20 10:57:06,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:06,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:06 GMT Server: Apache x-openstack-request-id: req-5716999c-a9bc-4497-8e92-bae4171e7b13 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:06,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:06 GMT Server: Apache x-openstack-request-id: req-43567792-1c1e-45c2-a6ce-7bf556f16798 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxo771/OpJCztlXNbQ+8j55mhZOwe6s+SANTu8UHUptaCyTcO\nEvQqK45qGxabYkBoxOftid0NF2zW4e0tiL/EMV+GjUhdW9mcUC0PJUnh69TByDTB\nNUNCgoMA/wucLN1bjWnDr8qFdKjaW3PCGY7KhCk48oWjPjWafGSgfkudppSsdOK3\n7on3Focc3rGU60HF6spUNvDHIZY+SdWv670MGyDPuFkZSQgoEShcse0B0ONCVmTD\n8UrLh6HlLyeDvOy8VoD3TXwJdKfJpagISoL8arkHYajG6E2QLBTFQiZ436iDaQf9\nblkUy5t4w9GKwDMeF0VKOAt6pPPKy0ePfHdB7QIDAQABAoIBAGNTg4gzy5jdILxy\nSGVja4Kfx6zEsXKlA1SHMEBfvhD3ndUqRVAV9EJ1q36BgJlVvxNBMgKVIcdmGthJ\n3U1bILnSH2ztlkYsRZWV9M2id/GRLJ8KRNxwGQVQo17yX93RncrP7aQymzAQh6rX\n7XD7jTMvq90mHNMx3WX8sIx9Jw/8zTbwVA8JOIoxhs/ZdBSVHRVNp3wg4I42itJc\n2+zdH0FAAaOlLoDc0j1h51Da2o7b0YDe3ZFlyzC/Xmak+C4Mo9ipdo6R4wr4DBHa\nw604n5Ox78mcxyHWNlEsKBToaprqZQQDBy/oJa6hgxysoKdXu+8OlqQmnT3hUsCR\n14sp+cECgYEA9J6pNrzE4YxCW8abkPAW4wq26QqAoviLfmGO+i/bJ36A8CciO9vz\nwIIdIMBfeg756DFni6hYJUa7Ilzqfo9yDT6eerfRY8IFeuanfpd4UYtOQbPn5CzF\n24FNNilJ/XsjWrfWsTJbcWmAlUMPzFvVH2lXwcT0zxit1XPccjNb9A8CgYEAz8u/\numvjQp3OLee7h26qD6WlP15ZLamseZ9Aee/pS3MGjPQ82GGfMAGUoV9bdzCOxL5J\nUeU4ZFwOP5adu3CopY55C1PB/42wvt0vGNEuTNKJWuQA+Tt9BbHhuVF0aWAbtgK3\nBR8Cl5YGAqB+TCq0bVKD6kFiX0zQwrn1m79JfkMCgYAxLhTnJFyQ3BobSXrNUPfI\n/cZ4Y9wo579j0Ullk2mELzLNFZEUZ8xBz+b7RrHrYEduH0CqG1ZdaDMHXZbniv9r\nGkPSeFJotAFWDDlwghN2kYNSQlFE1puQ3hYf5X0ysScSfhNz3KP10ThAyhLLC0t1\n3T//fRGa8WNBnuGbNCgwkQKBgQC8GybqHIZzJKWjmraBaGWcmogX8FHsaz/OLaLR\nf6QCgBM7AFIgU2cmrxecadVD9XoYkmWPNGCzQT5IxBDvwJF6pZnf7iedLugEL/hV\nj+9I7gIXfHWBKSAJSrka6KjoR29uedCyWxsenFm+gQkz7Ci/GkZ+hkgGG2SUEoFL\nR4PBPwKBgGcXmS4HpYg6jZDcUjoNEyEEGDrj9oboW2tpNEBG8jmP4Jlu0wfCsYaV\nDEtZ6Bky/0G2XWQ7ZBqqIKZvqFAQiZu6DnERLSe0W1My/1dwOwlrugL7zFzexgft\nH0oojIzufNwZ1BVr3WoOPSnsS5IUDCzlH19m2HW33nMvbv3Cily2\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-08-20 10:57:06,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-43567792-1c1e-45c2-a6ce-7bf556f16798 2018-08-20 10:57:06,956 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:57:06,957 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack 2018-08-20 10:57:06,957 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack 2018-08-20 10:57:06,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:07,167 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:06 GMT Server: Apache x-openstack-request-id: req-4625a2e6-44af-4753-a2bf-09124c4e604e Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:07,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:07 GMT Server: Apache x-openstack-request-id: req-5640fc24-83fc-44b8-ae09-041092f08e45 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1050 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1b79870a-1116-442e-abd7-8d286bcf3e2a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/network", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "04798ec0-1248-462e-be10-a3e1277f1f75", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "0495ca59-e3df-4fc3-b31c-d84566c9e017", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7ece91b6-8650-4a18-97d5-cda3451d0666", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "254", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f:subnet_id=2254ef89-82a1-42fd-b8e3-91e87ced498a", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2254ef89-82a1-42fd-b8e3-91e87ced498a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "411b395c-c9e3-4cd5-9803-281c3456a738", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a68df553-fad2-428d-80be-a65c2bbe757a", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "f131f2a2-98fb-4acd-af68-5f173b9deb8a", "resource_type": "OS::Neutron::Port"}]} 2018-08-20 10:57:07,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources used request id req-5640fc24-83fc-44b8-ae09-041092f08e45 2018-08-20 10:57:07,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:07,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a68df553-fad2-428d-80be-a65c2bbe757a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:07,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40a8852c-ba7d-4c03-b64f-e7df38268b53 x-compute-request-id: req-40a8852c-ba7d-4c03-b64f-e7df38268b53 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "10.1.2.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "bookmark"}], "image": {"id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "links": [{"href": "http://172.30.9.36:8774/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-08-20T10:57:01.000000", "flavor": {"id": "1b79870a-1116-442e-abd7-8d286bcf3e2a", "links": [{"href": "http://172.30.9.36:8774/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a", "rel": "bookmark"}]}, "id": "411b395c-c9e3-4cd5-9803-281c3456a738", "security_groups": [{"name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp"}], "user_id": "5b5108928e5e4cff8bcbd7625740daa9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:57:01Z", "hostId": "dae49e5de2e20b7bbd8d8f8d0ef8b1afd7ae1e27c8fd146becb43806", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "created": "2018-08-20T10:56:55Z", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:57:07,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738 used request id req-40a8852c-ba7d-4c03-b64f-e7df38268b53 2018-08-20 10:57:07,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-739d0027-15ec-4c6b-832e-7359cdd7aed0 x-compute-request-id: req-739d0027-15ec-4c6b-832e-7359cdd7aed0 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:d3:0c", "version": 4, "addr": "10.1.2.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a68df553-fad2-428d-80be-a65c2bbe757a", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a68df553-fad2-428d-80be-a65c2bbe757a", "rel": "bookmark"}], "image": {"id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "links": [{"href": "http://172.30.9.36:8774/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-08-20T10:57:00.000000", "flavor": {"id": "f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "links": [{"href": "http://172.30.9.36:8774/flavors/f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "rel": "bookmark"}]}, "id": "a68df553-fad2-428d-80be-a65c2bbe757a", "security_groups": [{"name": "default"}], "user_id": "5b5108928e5e4cff8bcbd7625740daa9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:57:01Z", "hostId": "dae49e5de2e20b7bbd8d8f8d0ef8b1afd7ae1e27c8fd146becb43806", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "created": "2018-08-20T10:56:54Z", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:57:08,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a68df553-fad2-428d-80be-a65c2bbe757a used request id req-739d0027-15ec-4c6b-832e-7359cdd7aed0 2018-08-20 10:57:08,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-3072caf5-bdd1-40f2-8a4b-96da6510d43d Date: Mon, 20 Aug 2018 10:57:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:08,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-3072caf5-bdd1-40f2-8a4b-96da6510d43d 2018-08-20 10:57:08,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:57:08,082 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:57:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:57:08,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9567f7b7-fc1f-4462-98b8-cd02e77d216d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:08,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-9567f7b7-fc1f-4462-98b8-cd02e77d216d 2018-08-20 10:57:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5301df52-a15b-464c-9479-e28f4c9c370d Date: Mon, 20 Aug 2018 10:57:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:08,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-5301df52-a15b-464c-9479-e28f4c9c370d 2018-08-20 10:57:08,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-14c38a55-e32a-481f-be0e-9cf593f982d7 Date: Mon, 20 Aug 2018 10:57:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:08,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-14c38a55-e32a-481f-be0e-9cf593f982d7 2018-08-20 10:57:08,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57df1fd5-0a3a-4c98-81eb-f16a86f9363d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:08,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-57df1fd5-0a3a-4c98-81eb-f16a86f9363d 2018-08-20 10:57:08,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-4d272e52-f77f-4e43-b3c6-0c7c9493e058 Date: Mon, 20 Aug 2018 10:57:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:08,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-4d272e52-f77f-4e43-b3c6-0c7c9493e058 2018-08-20 10:57:08,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-17d57748-6de2-47c2-a848-d1aaaa39ceb5 Date: Mon, 20 Aug 2018 10:57:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:08,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-17d57748-6de2-47c2-a848-d1aaaa39ceb5 2018-08-20 10:57:08,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-63b4baed-fe76-4530-be61-51d0a2ed896c Date: Mon, 20 Aug 2018 10:57:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:08,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-63b4baed-fe76-4530-be61-51d0a2ed896c 2018-08-20 10:57:08,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:08,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:08 GMT Server: Apache x-openstack-request-id: req-cd5c0bd6-92d6-43a9-97ee-6ad5d2c79e77 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:09,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:08 GMT Server: Apache x-openstack-request-id: req-8855766f-11ee-4f75-a6df-27662b1395ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1050 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "1b79870a-1116-442e-abd7-8d286bcf3e2a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/network", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "04798ec0-1248-462e-be10-a3e1277f1f75", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "0495ca59-e3df-4fc3-b31c-d84566c9e017", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7ece91b6-8650-4a18-97d5-cda3451d0666", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "254", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f:subnet_id=2254ef89-82a1-42fd-b8e3-91e87ced498a", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2254ef89-82a1-42fd-b8e3-91e87ced498a", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "411b395c-c9e3-4cd5-9803-281c3456a738", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a68df553-fad2-428d-80be-a65c2bbe757a", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources/port1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-20T10:56:45Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:56:45Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "f131f2a2-98fb-4acd-af68-5f173b9deb8a", "resource_type": "OS::Neutron::Port"}]} 2018-08-20 10:57:09,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b/resources used request id req-8855766f-11ee-4f75-a6df-27662b1395ea 2018-08-20 10:57:09,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-79f3eb4a-9175-4300-b1f6-da738dbb4b05 x-compute-request-id: req-79f3eb4a-9175-4300-b1f6-da738dbb4b05 Content-Encoding: gzip Content-Length: 340 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-flavor1-i4nzlowqbofx", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 2, "id": "1b79870a-1116-442e-abd7-8d286bcf3e2a"}} 2018-08-20 10:57:09,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a used request id req-79f3eb4a-9175-4300-b1f6-da738dbb4b05 2018-08-20 10:57:09,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-b6dc8816-f5a6-42f2-88b6-fca3b9a9a539 x-compute-request-id: req-b6dc8816-f5a6-42f2-88b6-fca3b9a9a539 Content-Encoding: gzip Content-Length: 340 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-flavor2-odkitycy33qj", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 2, "id": "f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5"}} 2018-08-20 10:57:09,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5 used request id req-b6dc8816-f5a6-42f2-88b6-fca3b9a9a539 2018-08-20 10:57:09,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/2254ef89-82a1-42fd-b8e3-91e87ced498a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/2254ef89-82a1-42fd-b8e3-91e87ced498a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-664074ef-105d-4f5d-b008-c04fadcb664e Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}} 2018-08-20 10:57:09,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/2254ef89-82a1-42fd-b8e3-91e87ced498a used request id req-664074ef-105d-4f5d-b008-c04fadcb664e 2018-08-20 10:57:09,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-29382957-35af-4e9e-8774-30c1c070657b Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}} 2018-08-20 10:57:09,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/2254ef89-82a1-42fd-b8e3-91e87ced498a used request id req-29382957-35af-4e9e-8774-30c1c070657b 2018-08-20 10:57:09,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-9893b615-2afd-41c3-b43f-37eb8e823b9a Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:09,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-9893b615-2afd-41c3-b43f-37eb8e823b9a 2018-08-20 10:57:09,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-7cd39e90-9528-46af-90ad-1311c6c0f220 Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:09,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-7cd39e90-9528-46af-90ad-1311c6c0f220 2018-08-20 10:57:09,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a0ecc588-301a-4ec6-a2b6-44d55040f7be Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:09,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-a0ecc588-301a-4ec6-a2b6-44d55040f7be 2018-08-20 10:57:09,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f7f5bb9c-e469-4079-97ac-be179e0aaddd Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:09,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-f7f5bb9c-e469-4079-97ac-be179e0aaddd 2018-08-20 10:57:09,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-7e4a9608-9b1f-489d-ab6b-4890ffef4c3b Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:09,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-7e4a9608-9b1f-489d-ab6b-4890ffef4c3b 2018-08-20 10:57:09,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-a606c959-0334-4420-9e4f-3731bb40ed4c Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:09,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-a606c959-0334-4420-9e4f-3731bb40ed4c 2018-08-20 10:57:09,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-38e53e07-4b2e-4140-bba2-daf230189526 Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:09,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-38e53e07-4b2e-4140-bba2-daf230189526 2018-08-20 10:57:09,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8f556490-6795-462e-b727-db4cb36c0ac0 Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:09,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-8f556490-6795-462e-b727-db4cb36c0ac0 2018-08-20 10:57:09,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-6f653c3f-91ee-4c27-8b35-328b4b93b1b6 Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:09,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-6f653c3f-91ee-4c27-8b35-328b4b93b1b6 2018-08-20 10:57:09,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-48c8facf-1ef8-4232-ab54-3526ae00997a Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:09,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-48c8facf-1ef8-4232-ab54-3526ae00997a 2018-08-20 10:57:09,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57275a56-fad7-4564-90c7-460968b57bd6 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:09,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-57275a56-fad7-4564-90c7-460968b57bd6 2018-08-20 10:57:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2abd21dd-9de4-4028-b9b6-98e0fa42ecb2 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:09,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-2abd21dd-9de4-4028-b9b6-98e0fa42ecb2 2018-08-20 10:57:09,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e8f3262b-5921-4041-ab57-8c679cdf2fd3 Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:09,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-e8f3262b-5921-4041-ab57-8c679cdf2fd3 2018-08-20 10:57:09,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5da40527-f0cd-4d04-bb17-a5eedd21e9c1 Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:09,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75&mac_address=fa%3A16%3A3e%3Aaf%3A78%3A76&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-5da40527-f0cd-4d04-bb17-a5eedd21e9c1 2018-08-20 10:57:09,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75&mac_address=fa%3A16%3A3e%3A9e%3Ad3%3A0c&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 988 X-Openstack-Request-Id: req-b885d762-a1ac-48bc-bc3e-693bf9fb0834 Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:09,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75&mac_address=fa%3A16%3A3e%3Aaf%3A78%3A76&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz&admin_state_up=True used request id req-b885d762-a1ac-48bc-bc3e-693bf9fb0834 2018-08-20 10:57:09,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-96acaff9-6d91-4e69-9355-b64a40549d0f Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:09,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75&mac_address=fa%3A16%3A3e%3A9e%3Ad3%3A0c&admin_state_up=True used request id req-96acaff9-6d91-4e69-9355-b64a40549d0f 2018-08-20 10:57:09,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38a36404-5627-4937-ad89-f1b0a8344587 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:09,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-38a36404-5627-4937-ad89-f1b0a8344587 2018-08-20 10:57:09,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079f907f-5ea3-4330-9e24-beacf1d48d55 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:09,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-079f907f-5ea3-4330-9e24-beacf1d48d55 2018-08-20 10:57:09,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:09,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-d713ab29-682c-422c-9cb0-2c3551dcbe91 Date: Mon, 20 Aug 2018 10:57:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:09,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-d713ab29-682c-422c-9cb0-2c3551dcbe91 2018-08-20 10:57:09,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-6cf22201-9994-4db8-9acf-5dd968fdfd53 Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:10,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-6cf22201-9994-4db8-9acf-5dd968fdfd53 2018-08-20 10:57:10,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9d3573bf-dbaa-40e2-946c-e73f964f48c9 Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:10,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-9d3573bf-dbaa-40e2-946c-e73f964f48c9 2018-08-20 10:57:10,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-d07102df-fab7-4771-802e-a4a69c3d9444 Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:10,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-d07102df-fab7-4771-802e-a4a69c3d9444 2018-08-20 10:57:10,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-353c6dc1-c8be-4128-9f88-642df2d1a78e Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"floatingips": [{"router_id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T10:56:55Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.1.2.19", "floating_ip_address": "172.30.9.215", "revision_number": 2, "port_id": "f131f2a2-98fb-4acd-af68-5f173b9deb8a", "id": "7ece91b6-8650-4a18-97d5-cda3451d0666", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:51Z", "project_id": "63bbf265426c4b08a3cac0338731a97d"}]} 2018-08-20 10:57:10,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-353c6dc1-c8be-4128-9f88-642df2d1a78e 2018-08-20 10:57:10,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/aab70e35-a9da-40c1-8aa0-a2d511b9a41f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c7728510-c30c-4f97-9f7d-278a197a21e4 Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:10,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-c7728510-c30c-4f97-9f7d-278a197a21e4 2018-08-20 10:57:10,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-892431f3-e127-43b1-9a68-71db060f0088 Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:10,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-892431f3-e127-43b1-9a68-71db060f0088 2018-08-20 10:57:10,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-62af264b-a227-4e9e-a3f2-718f4d2366d8 Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"floatingips": [{"router_id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T10:56:55Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.1.2.19", "floating_ip_address": "172.30.9.215", "revision_number": 2, "port_id": "f131f2a2-98fb-4acd-af68-5f173b9deb8a", "id": "7ece91b6-8650-4a18-97d5-cda3451d0666", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:51Z", "project_id": "63bbf265426c4b08a3cac0338731a97d"}]} 2018-08-20 10:57:10,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-62af264b-a227-4e9e-a3f2-718f4d2366d8 2018-08-20 10:57:10,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bf474ab0-708c-4012-afbd-0163ceb2154f Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:56:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:56:40Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/snap", "metadata": {}}], "self": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "min_disk": 0, "protected": false, "id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "file": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "63bbf265426c4b08a3cac0338731a97d", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:57:10,491 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 used request id req-bf474ab0-708c-4012-afbd-0163ceb2154f 2018-08-20 10:57:10,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0a426b25-5c6c-4c5e-923f-58643d4c551e Date: Mon, 20 Aug 2018 10:57: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:57:10,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-0a426b25-5c6c-4c5e-923f-58643d4c551e 2018-08-20 10:57:10,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:10 GMT Server: Apache x-openstack-request-id: req-adb89825-bf99-4b8c-9008-6d972098b107 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:10,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-b03d912d-c377-4b12-b422-b66a4511881a Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:56:53Z", "revision_number": 3, "routes": [], "project_id": "63bbf265426c4b08a3cac0338731a97d", "id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f", "name": "mgmt_router"}} 2018-08-20 10:57:10,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/aab70e35-a9da-40c1-8aa0-a2d511b9a41f used request id req-b03d912d-c377-4b12-b422-b66a4511881a 2018-08-20 10:57:10,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=aab70e35-a9da-40c1-8aa0-a2d511b9a41f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-c13b1cf8-86b3-4a41-be13-5acdb32e6bb9 Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:48Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.204"}],"id":"0343bc5c-4dfe-4fb1-81ca-0477a4102361","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:f4:20","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:56:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:10,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=aab70e35-a9da-40c1-8aa0-a2d511b9a41f used request id req-c13b1cf8-86b3-4a41-be13-5acdb32e6bb9 2018-08-20 10:57:10,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:10,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:10 GMT Server: Apache x-openstack-request-id: req-845cfda2-6695-4a01-b9b3-71706f48629a 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxo771/OpJCztlXNbQ+8j55mhZOwe6s+SANTu8UHUptaCyTcO\nEvQqK45qGxabYkBoxOftid0NF2zW4e0tiL/EMV+GjUhdW9mcUC0PJUnh69TByDTB\nNUNCgoMA/wucLN1bjWnDr8qFdKjaW3PCGY7KhCk48oWjPjWafGSgfkudppSsdOK3\n7on3Focc3rGU60HF6spUNvDHIZY+SdWv670MGyDPuFkZSQgoEShcse0B0ONCVmTD\n8UrLh6HlLyeDvOy8VoD3TXwJdKfJpagISoL8arkHYajG6E2QLBTFQiZ436iDaQf9\nblkUy5t4w9GKwDMeF0VKOAt6pPPKy0ePfHdB7QIDAQABAoIBAGNTg4gzy5jdILxy\nSGVja4Kfx6zEsXKlA1SHMEBfvhD3ndUqRVAV9EJ1q36BgJlVvxNBMgKVIcdmGthJ\n3U1bILnSH2ztlkYsRZWV9M2id/GRLJ8KRNxwGQVQo17yX93RncrP7aQymzAQh6rX\n7XD7jTMvq90mHNMx3WX8sIx9Jw/8zTbwVA8JOIoxhs/ZdBSVHRVNp3wg4I42itJc\n2+zdH0FAAaOlLoDc0j1h51Da2o7b0YDe3ZFlyzC/Xmak+C4Mo9ipdo6R4wr4DBHa\nw604n5Ox78mcxyHWNlEsKBToaprqZQQDBy/oJa6hgxysoKdXu+8OlqQmnT3hUsCR\n14sp+cECgYEA9J6pNrzE4YxCW8abkPAW4wq26QqAoviLfmGO+i/bJ36A8CciO9vz\nwIIdIMBfeg756DFni6hYJUa7Ilzqfo9yDT6eerfRY8IFeuanfpd4UYtOQbPn5CzF\n24FNNilJ/XsjWrfWsTJbcWmAlUMPzFvVH2lXwcT0zxit1XPccjNb9A8CgYEAz8u/\numvjQp3OLee7h26qD6WlP15ZLamseZ9Aee/pS3MGjPQ82GGfMAGUoV9bdzCOxL5J\nUeU4ZFwOP5adu3CopY55C1PB/42wvt0vGNEuTNKJWuQA+Tt9BbHhuVF0aWAbtgK3\nBR8Cl5YGAqB+TCq0bVKD6kFiX0zQwrn1m79JfkMCgYAxLhTnJFyQ3BobSXrNUPfI\n/cZ4Y9wo579j0Ullk2mELzLNFZEUZ8xBz+b7RrHrYEduH0CqG1ZdaDMHXZbniv9r\nGkPSeFJotAFWDDlwghN2kYNSQlFE1puQ3hYf5X0ysScSfhNz3KP10ThAyhLLC0t1\n3T//fRGa8WNBnuGbNCgwkQKBgQC8GybqHIZzJKWjmraBaGWcmogX8FHsaz/OLaLR\nf6QCgBM7AFIgU2cmrxecadVD9XoYkmWPNGCzQT5IxBDvwJF6pZnf7iedLugEL/hV\nj+9I7gIXfHWBKSAJSrka6KjoR29uedCyWxsenFm+gQkz7Ci/GkZ+hkgGG2SUEoFL\nR4PBPwKBgGcXmS4HpYg6jZDcUjoNEyEEGDrj9oboW2tpNEBG8jmP4Jlu0wfCsYaV\nDEtZ6Bky/0G2XWQ7ZBqqIKZvqFAQiZu6DnERLSe0W1My/1dwOwlrugL7zFzexgft\nH0oojIzufNwZ1BVr3WoOPSnsS5IUDCzlH19m2HW33nMvbv3Cily2\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-08-20 10:57:10,813 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-845cfda2-6695-4a01-b9b3-71706f48629a 2018-08-20 10:57:10,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:57:10,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:57:10,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ada53582-957a-48c0-ac52-280d29b5f0d4 Date: Mon, 20 Aug 2018 10:57:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:57:10,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-ada53582-957a-48c0-ac52-280d29b5f0d4 2018-08-20 10:57:10,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/2254ef89-82a1-42fd-b8e3-91e87ced498a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:11,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-754adf61-b8fc-4ee8-8e2d-e292556faea3 Date: Mon, 20 Aug 2018 10:57:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}} 2018-08-20 10:57:11,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/2254ef89-82a1-42fd-b8e3-91e87ced498a used request id req-754adf61-b8fc-4ee8-8e2d-e292556faea3 2018-08-20 10:57:11,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports/f131f2a2-98fb-4acd-af68-5f173b9deb8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:11,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 985 X-Openstack-Request-Id: req-a2b3bcaa-67b2-4fca-9bbb-728bd2af1b7d Date: Mon, 20 Aug 2018 10:57:11 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}} 2018-08-20 10:57:11,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports/f131f2a2-98fb-4acd-af68-5f173b9deb8a used request id req-a2b3bcaa-67b2-4fca-9bbb-728bd2af1b7d 2018-08-20 10:57:11,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/2254ef89-82a1-42fd-b8e3-91e87ced498a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:11,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a8c14a5d-12c2-41da-b74f-40363683bd3a Date: Mon, 20 Aug 2018 10:57:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}} 2018-08-20 10:57:11,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/2254ef89-82a1-42fd-b8e3-91e87ced498a used request id req-a8c14a5d-12c2-41da-b74f-40363683bd3a 2018-08-20 10:57:11,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:11,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "ea707450520e441d978ef717e57e03a8", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role"}], "expires_at": "2018-08-20T11:57:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-user", "id": "5b5108928e5e4cff8bcbd7625740daa9"}, "audit_ids": ["aHUXCEOBTeadeu8OxPZWEQ"], "issued_at": "2018-08-20T10:57:11.000000Z"}} 2018-08-20 10:57:11,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:11,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7430230-861d-4796-8a7a-b6f9cb13f0c6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:11,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c7430230-861d-4796-8a7a-b6f9cb13f0c6 2018-08-20 10:57:11,300 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:57:11,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:57:11,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:57:11,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:57:11,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:57:11,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:57:11,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:11,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-85a288d0-ec0c-4fee-b724-fb57049a47dc Date: Mon, 20 Aug 2018 10:57:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:56:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:56:40Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/snap", "metadata": {}}], "self": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "min_disk": 0, "protected": false, "id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "file": "/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "63bbf265426c4b08a3cac0338731a97d", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/62438b48-334d-48b8-9ebd-dadfe028cfd9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:57:11,339 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 used request id req-85a288d0-ec0c-4fee-b724-fb57049a47dc 2018-08-20 10:57:11,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:11,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:11 GMT Server: Apache x-openstack-request-id: req-1a3a260a-3213-4384-bbba-f0d9afdcfab8 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:11,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed0c46e9-c5f5-49b5-b407-62cbbde3510c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:11,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ed0c46e9-c5f5-49b5-b407-62cbbde3510c 2018-08-20 10:57:11,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:11,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:11 GMT Server: Apache x-openstack-request-id: req-1b5bc293-985f-4fde-aabb-15cc5417d3dd 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxo771/OpJCztlXNbQ+8j55mhZOwe6s+SANTu8UHUptaCyTcO\nEvQqK45qGxabYkBoxOftid0NF2zW4e0tiL/EMV+GjUhdW9mcUC0PJUnh69TByDTB\nNUNCgoMA/wucLN1bjWnDr8qFdKjaW3PCGY7KhCk48oWjPjWafGSgfkudppSsdOK3\n7on3Focc3rGU60HF6spUNvDHIZY+SdWv670MGyDPuFkZSQgoEShcse0B0ONCVmTD\n8UrLh6HlLyeDvOy8VoD3TXwJdKfJpagISoL8arkHYajG6E2QLBTFQiZ436iDaQf9\nblkUy5t4w9GKwDMeF0VKOAt6pPPKy0ePfHdB7QIDAQABAoIBAGNTg4gzy5jdILxy\nSGVja4Kfx6zEsXKlA1SHMEBfvhD3ndUqRVAV9EJ1q36BgJlVvxNBMgKVIcdmGthJ\n3U1bILnSH2ztlkYsRZWV9M2id/GRLJ8KRNxwGQVQo17yX93RncrP7aQymzAQh6rX\n7XD7jTMvq90mHNMx3WX8sIx9Jw/8zTbwVA8JOIoxhs/ZdBSVHRVNp3wg4I42itJc\n2+zdH0FAAaOlLoDc0j1h51Da2o7b0YDe3ZFlyzC/Xmak+C4Mo9ipdo6R4wr4DBHa\nw604n5Ox78mcxyHWNlEsKBToaprqZQQDBy/oJa6hgxysoKdXu+8OlqQmnT3hUsCR\n14sp+cECgYEA9J6pNrzE4YxCW8abkPAW4wq26QqAoviLfmGO+i/bJ36A8CciO9vz\nwIIdIMBfeg756DFni6hYJUa7Ilzqfo9yDT6eerfRY8IFeuanfpd4UYtOQbPn5CzF\n24FNNilJ/XsjWrfWsTJbcWmAlUMPzFvVH2lXwcT0zxit1XPccjNb9A8CgYEAz8u/\numvjQp3OLee7h26qD6WlP15ZLamseZ9Aee/pS3MGjPQ82GGfMAGUoV9bdzCOxL5J\nUeU4ZFwOP5adu3CopY55C1PB/42wvt0vGNEuTNKJWuQA+Tt9BbHhuVF0aWAbtgK3\nBR8Cl5YGAqB+TCq0bVKD6kFiX0zQwrn1m79JfkMCgYAxLhTnJFyQ3BobSXrNUPfI\n/cZ4Y9wo579j0Ullk2mELzLNFZEUZ8xBz+b7RrHrYEduH0CqG1ZdaDMHXZbniv9r\nGkPSeFJotAFWDDlwghN2kYNSQlFE1puQ3hYf5X0ysScSfhNz3KP10ThAyhLLC0t1\n3T//fRGa8WNBnuGbNCgwkQKBgQC8GybqHIZzJKWjmraBaGWcmogX8FHsaz/OLaLR\nf6QCgBM7AFIgU2cmrxecadVD9XoYkmWPNGCzQT5IxBDvwJF6pZnf7iedLugEL/hV\nj+9I7gIXfHWBKSAJSrka6KjoR29uedCyWxsenFm+gQkz7Ci/GkZ+hkgGG2SUEoFL\nR4PBPwKBgGcXmS4HpYg6jZDcUjoNEyEEGDrj9oboW2tpNEBG8jmP4Jlu0wfCsYaV\nDEtZ6Bky/0G2XWQ7ZBqqIKZvqFAQiZu6DnERLSe0W1My/1dwOwlrugL7zFzexgft\nH0oojIzufNwZ1BVr3WoOPSnsS5IUDCzlH19m2HW33nMvbv3Cily2\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-08-20 10:57:11,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-1b5bc293-985f-4fde-aabb-15cc5417d3dd 2018-08-20 10:57:11,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:57:11,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:57:11,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-5d760e84-f070-43ba-8606-04a9b2de5264 Date: Mon, 20 Aug 2018 10:57:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:11,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-5d760e84-f070-43ba-8606-04a9b2de5264 2018-08-20 10:57:11,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:11,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ac82eb27-a51d-4cd7-9d15-b1fa2a0f745c Date: Mon, 20 Aug 2018 10:57:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:11,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-ac82eb27-a51d-4cd7-9d15-b1fa2a0f745c 2018-08-20 10:57:11,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "ea707450520e441d978ef717e57e03a8", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role"}], "expires_at": "2018-08-20T11:57:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/63bbf265426c4b08a3cac0338731a97d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-user", "id": "5b5108928e5e4cff8bcbd7625740daa9"}, "audit_ids": ["7dijiXT0T8mJxa9WLt__SQ"], "issued_at": "2018-08-20T10:57:11.000000Z"}} 2018-08-20 10:57:11,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:11,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9478e51-2736-4c15-9b58-9e6210476aab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:11,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c9478e51-2736-4c15-9b58-9e6210476aab 2018-08-20 10:57:11,993 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:57:11,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:57:11,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:57:11,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:57:11,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:57:11,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:57:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:12,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c83aec23-c4e9-46be-a5b4-a5997ea1092a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:12,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c83aec23-c4e9-46be-a5b4-a5997ea1092a 2018-08-20 10:57:12,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:12,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-7f900c5e-577e-439f-b299-4f7c5ef80baa Date: Mon, 20 Aug 2018 10:57:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:12,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-7f900c5e-577e-439f-b299-4f7c5ef80baa 2018-08-20 10:57:12,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:57:12,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:57:12,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:12,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e365063f-eb23-4adb-8c84-0ff8857d2b0d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:12,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-e365063f-eb23-4adb-8c84-0ff8857d2b0d 2018-08-20 10:57:12,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:12,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-baba72c9-bba6-4868-a06a-a353d5070e71 Date: Mon, 20 Aug 2018 10:57:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:12,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-baba72c9-bba6-4868-a06a-a353d5070e71 2018-08-20 10:57:12,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:12,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-22fc1afd-0b87-4040-95c1-732f96db470e Date: Mon, 20 Aug 2018 10:57:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:12,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-22fc1afd-0b87-4040-95c1-732f96db470e 2018-08-20 10:57:12,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75&mac_address=fa%3A16%3A3e%3A9e%3Ad3%3A0c&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:12,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-360feaf9-4541-4438-b6b6-0f2249573629 Date: Mon, 20 Aug 2018 10:57:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:12,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-360feaf9-4541-4438-b6b6-0f2249573629 2018-08-20 10:57:12,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:12,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-df30e0f3-f344-4e0b-98f0-637eabcc0cdc Date: Mon, 20 Aug 2018 10:57:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:12,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75&mac_address=fa%3A16%3A3e%3A9e%3Ad3%3A0c&admin_state_up=True used request id req-df30e0f3-f344-4e0b-98f0-637eabcc0cdc 2018-08-20 10:57:12,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:12,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fdb7cd6-7451-44b4-a7f6-1ed0b85f5188 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:12,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-2fdb7cd6-7451-44b4-a7f6-1ed0b85f5188 2018-08-20 10:57:12,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:12,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-6c78dbb5-e1af-4c61-83d2-592b25d02d40 Date: Mon, 20 Aug 2018 10:57:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:12,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-6c78dbb5-e1af-4c61-83d2-592b25d02d40 2018-08-20 10:57:12,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:57:12,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:57:12,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:12,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-430f3de8-e0f1-4952-a64f-27d943af793a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:12,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-430f3de8-e0f1-4952-a64f-27d943af793a 2018-08-20 10:57:12,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:13,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5b7a1d1f-7761-4a4e-8c95-4ef606b4c10c Date: Mon, 20 Aug 2018 10:57:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:13,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-5b7a1d1f-7761-4a4e-8c95-4ef606b4c10c 2018-08-20 10:57:13,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75&mac_address=fa%3A16%3A3e%3Aaf%3A78%3A76&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:13,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 988 X-Openstack-Request-Id: req-c82e8f04-c169-4470-af8d-a834a4cb6bff Date: Mon, 20 Aug 2018 10:57:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:13,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75&mac_address=fa%3A16%3A3e%3Aaf%3A78%3A76&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz&admin_state_up=True used request id req-c82e8f04-c169-4470-af8d-a834a4cb6bff 2018-08-20 10:57:13,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:13,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe85ae34-b7a1-4772-bbd6-645c8f7405c6 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:13,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-fe85ae34-b7a1-4772-bbd6-645c8f7405c6 2018-08-20 10:57:13,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:14,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb59e728-8fda-481a-ad5f-743f46d68b75 x-compute-request-id: req-fb59e728-8fda-481a-ad5f-743f46d68b75 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:d3:0c", "version": 4, "addr": "10.1.2.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a68df553-fad2-428d-80be-a65c2bbe757a", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a68df553-fad2-428d-80be-a65c2bbe757a", "rel": "bookmark"}], "image": {"id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "links": [{"href": "http://172.30.9.36:8774/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-08-20T10:57:00.000000", "flavor": {"id": "f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "links": [{"href": "http://172.30.9.36:8774/flavors/f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "rel": "bookmark"}]}, "id": "a68df553-fad2-428d-80be-a65c2bbe757a", "security_groups": [{"name": "default"}], "user_id": "5b5108928e5e4cff8bcbd7625740daa9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:57:01Z", "hostId": "dae49e5de2e20b7bbd8d8f8d0ef8b1afd7ae1e27c8fd146becb43806", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "created": "2018-08-20T10:56:54Z", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:57:14,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2 used request id req-fb59e728-8fda-481a-ad5f-743f46d68b75 2018-08-20 10:57:14,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:14,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-87fd0a95-d26c-47da-a5b0-0ad0f56ad6a8 Date: Mon, 20 Aug 2018 10:57:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:14,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-87fd0a95-d26c-47da-a5b0-0ad0f56ad6a8 2018-08-20 10:57:14,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:14,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1cbec6fb-91e2-47ee-8ae1-adb4f18bbd0d Date: Mon, 20 Aug 2018 10:57:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:14,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-1cbec6fb-91e2-47ee-8ae1-adb4f18bbd0d 2018-08-20 10:57:14,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:14,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-953345b5-eef2-4a22-abd8-bb5cb9ba93db x-compute-request-id: req-953345b5-eef2-4a22-abd8-bb5cb9ba93db Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "10.1.2.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "bookmark"}], "image": {"id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "links": [{"href": "http://172.30.9.36:8774/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-08-20T10:57:01.000000", "flavor": {"id": "1b79870a-1116-442e-abd7-8d286bcf3e2a", "links": [{"href": "http://172.30.9.36:8774/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a", "rel": "bookmark"}]}, "id": "411b395c-c9e3-4cd5-9803-281c3456a738", "security_groups": [{"name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp"}], "user_id": "5b5108928e5e4cff8bcbd7625740daa9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:57:01Z", "hostId": "dae49e5de2e20b7bbd8d8f8d0ef8b1afd7ae1e27c8fd146becb43806", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "created": "2018-08-20T10:56:55Z", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:57:14,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1 used request id req-953345b5-eef2-4a22-abd8-bb5cb9ba93db 2018-08-20 10:57:14,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:14,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-ee116087-0fa1-409f-912f-71aa05936b6b Date: Mon, 20 Aug 2018 10:57:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:14,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-ee116087-0fa1-409f-912f-71aa05936b6b 2018-08-20 10:57:14,544 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2 2018-08-20 10:57:14,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:14,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-8f0da7f4-bb22-49a7-81c6-f73362aaf464 Date: Mon, 20 Aug 2018 10:57:14 GMT RESP BODY: {"floatingips": [{"router_id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T10:56:55Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.1.2.19", "floating_ip_address": "172.30.9.215", "revision_number": 2, "port_id": "f131f2a2-98fb-4acd-af68-5f173b9deb8a", "id": "7ece91b6-8650-4a18-97d5-cda3451d0666", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:51Z", "project_id": "63bbf265426c4b08a3cac0338731a97d"}]} 2018-08-20 10:57:14,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-8f0da7f4-bb22-49a7-81c6-f73362aaf464 2018-08-20 10:57:14,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e77e3c3d-9a74-4cf5-8535-82cc29ff31a1 Date: Mon, 20 Aug 2018 10:57:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:14,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-e77e3c3d-9a74-4cf5-8535-82cc29ff31a1 2018-08-20 10:57:14,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:14,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-517bfc51-4257-465c-8382-d1e3d6a2f65f Date: Mon, 20 Aug 2018 10:57:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:14,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-517bfc51-4257-465c-8382-d1e3d6a2f65f 2018-08-20 10:57:14,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:15,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-ad71e9ec-93ba-4457-8eea-c57ba82fa06f Date: Mon, 20 Aug 2018 10:57:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:15,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-ad71e9ec-93ba-4457-8eea-c57ba82fa06f 2018-08-20 10:57:15,076 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1 2018-08-20 10:57:15,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:15,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-53e23efb-b06b-4750-a71c-efafadf999e9 Date: Mon, 20 Aug 2018 10:57:15 GMT RESP BODY: {"floatingips": [{"router_id": "aab70e35-a9da-40c1-8aa0-a2d511b9a41f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T10:56:55Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.1.2.19", "floating_ip_address": "172.30.9.215", "revision_number": 2, "port_id": "f131f2a2-98fb-4acd-af68-5f173b9deb8a", "id": "7ece91b6-8650-4a18-97d5-cda3451d0666", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:51Z", "project_id": "63bbf265426c4b08a3cac0338731a97d"}]} 2018-08-20 10:57:15,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-53e23efb-b06b-4750-a71c-efafadf999e9 2018-08-20 10:57:15,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:15,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-94ca3cb1-a2e0-4d97-b837-8653cdbefb13 x-compute-request-id: req-94ca3cb1-a2e0-4d97-b837-8653cdbefb13 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "10.1.2.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "bookmark"}], "image": {"id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "links": [{"href": "http://172.30.9.36:8774/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-08-20T10:57:01.000000", "flavor": {"id": "1b79870a-1116-442e-abd7-8d286bcf3e2a", "links": [{"href": "http://172.30.9.36:8774/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a", "rel": "bookmark"}]}, "id": "411b395c-c9e3-4cd5-9803-281c3456a738", "security_groups": [{"name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp"}], "user_id": "5b5108928e5e4cff8bcbd7625740daa9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:57:01Z", "hostId": "dae49e5de2e20b7bbd8d8f8d0ef8b1afd7ae1e27c8fd146becb43806", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "created": "2018-08-20T10:56:55Z", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:57:15,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738 used request id req-94ca3cb1-a2e0-4d97-b837-8653cdbefb13 2018-08-20 10:57:15,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:15,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-b2d61f6e-0353-418e-8e2e-7d0998f205c8 Date: Mon, 20 Aug 2018 10:57:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:15,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-b2d61f6e-0353-418e-8e2e-7d0998f205c8 2018-08-20 10:57:15,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:16,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4781894-b66d-4249-9df8-5ee6a3850649 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:16,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-b4781894-b66d-4249-9df8-5ee6a3850649 2018-08-20 10:57:16,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:16,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ccb4f250-2f7b-4f9f-af63-56b7039b1c71 Date: Mon, 20 Aug 2018 10:57:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:16,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-ccb4f250-2f7b-4f9f-af63-56b7039b1c71 2018-08-20 10:57:16,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:16,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-0059745d-2134-41b8-959f-03d8be31a711 Date: Mon, 20 Aug 2018 10:57:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:16,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-0059745d-2134-41b8-959f-03d8be31a711 2018-08-20 10:57:16,329 - create_instance - INFO - Checking if VM is active 2018-08-20 10:57:16,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:17,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-ea1b279d-02b4-4126-a3b0-0b1edc8230b0 x-compute-request-id: req-ea1b279d-02b4-4126-a3b0-0b1edc8230b0 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "10.1.2.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "bookmark"}], "image": {"id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "links": [{"href": "http://172.30.9.36:8774/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-08-20T10:57:01.000000", "flavor": {"id": "1b79870a-1116-442e-abd7-8d286bcf3e2a", "links": [{"href": "http://172.30.9.36:8774/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a", "rel": "bookmark"}]}, "id": "411b395c-c9e3-4cd5-9803-281c3456a738", "security_groups": [{"name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp"}], "user_id": "5b5108928e5e4cff8bcbd7625740daa9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:57:01Z", "hostId": "dae49e5de2e20b7bbd8d8f8d0ef8b1afd7ae1e27c8fd146becb43806", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "created": "2018-08-20T10:56:55Z", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:57:17,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738 used request id req-ea1b279d-02b4-4126-a3b0-0b1edc8230b0 2018-08-20 10:57:17,151 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1] is - ACTIVE 2018-08-20 10:57:17,151 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:57:17,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:17,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-1a4ba1a7-4df0-45ae-a5f1-d278b2ef9d14 x-compute-request-id: req-1a4ba1a7-4df0-45ae-a5f1-d278b2ef9d14 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "10.1.2.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:78:76", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/411b395c-c9e3-4cd5-9803-281c3456a738", "rel": "bookmark"}], "image": {"id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "links": [{"href": "http://172.30.9.36:8774/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-08-20T10:57:01.000000", "flavor": {"id": "1b79870a-1116-442e-abd7-8d286bcf3e2a", "links": [{"href": "http://172.30.9.36:8774/flavors/1b79870a-1116-442e-abd7-8d286bcf3e2a", "rel": "bookmark"}]}, "id": "411b395c-c9e3-4cd5-9803-281c3456a738", "security_groups": [{"name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp"}], "user_id": "5b5108928e5e4cff8bcbd7625740daa9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:57:01Z", "hostId": "dae49e5de2e20b7bbd8d8f8d0ef8b1afd7ae1e27c8fd146becb43806", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "created": "2018-08-20T10:56:55Z", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:57:17,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/411b395c-c9e3-4cd5-9803-281c3456a738 used request id req-1a4ba1a7-4df0-45ae-a5f1-d278b2ef9d14 2018-08-20 10:57:17,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:18,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-188b505e-f747-450d-8e52-d13f53632b21 Date: Mon, 20 Aug 2018 10:57:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:18,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-188b505e-f747-450d-8e52-d13f53632b21 2018-08-20 10:57:18,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:18,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53defc88-900f-42c1-924f-3ab141206ad0 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:18,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-53defc88-900f-42c1-924f-3ab141206ad0 2018-08-20 10:57:18,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:18,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-51ca01c3-d6d0-40e4-9362-2da65ead8e2d Date: Mon, 20 Aug 2018 10:57:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:18,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-51ca01c3-d6d0-40e4-9362-2da65ead8e2d 2018-08-20 10:57:18,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7fd79c56e2d5ebf95df9d5350eb51d3b065480b" 2018-08-20 10:57:18,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-515a3ace-0826-483e-905c-9f8fc6a52c0e Date: Mon, 20 Aug 2018 10:57:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:18,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-515a3ace-0826-483e-905c-9f8fc6a52c0e 2018-08-20 10:57:18,464 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 10:57:18,467 - paramiko.transport - DEBUG - starting thread (client mode): 0xee00ddd0L 2018-08-20 10:57:18,467 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 10:57:18,468 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 10:57:18,468 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 10:57:18,469 - 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-08-20 10:57:18,469 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 10:57:18,470 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 10:57:18,470 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 10:57:18,470 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 10:57:18,470 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 10:57:18,489 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 10:57:18,490 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 10:57:18,500 - paramiko.transport - DEBUG - Trying discovered key 7ddd21014f2f429e2f67f25eb9dc9168 in 32d0a41a-392f-4525-8183-4834a38376b8 2018-08-20 10:57:18,528 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 10:57:18,533 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 10:57:18,633 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 10:57:18,678 - create_instance - INFO - SSH is active for VM instance 2018-08-20 10:57:18,678 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 10:57:18,679 - paramiko.transport - DEBUG - starting thread (client mode): 0xee00ddd0L 2018-08-20 10:57:18,680 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 10:57:18,680 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 10:57:18,680 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 10:57:18,681 - 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-08-20 10:57:18,681 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 10:57:18,682 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 10:57:18,682 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 10:57:18,682 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 10:57:18,682 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 10:57:18,698 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 10:57:18,698 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 10:57:18,712 - paramiko.transport - DEBUG - Trying discovered key 7ddd21014f2f429e2f67f25eb9dc9168 in 32d0a41a-392f-4525-8183-4834a38376b8 2018-08-20 10:57:18,736 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 10:57:18,741 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 10:57:18,745 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 10:57:18,746 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 10:57:18,746 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 10:57:18,747 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 10:57:18,748 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 10:57:18,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/a68df553-fad2-428d-80be-a65c2bbe757a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:19,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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,Accept-Encoding x-openstack-request-id: req-179d47b0-f184-471a-9f3f-8dada57a4df2 x-compute-request-id: req-179d47b0-f184-471a-9f3f-8dada57a4df2 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:d3:0c", "version": 4, "addr": "10.1.2.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a68df553-fad2-428d-80be-a65c2bbe757a", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a68df553-fad2-428d-80be-a65c2bbe757a", "rel": "bookmark"}], "image": {"id": "62438b48-334d-48b8-9ebd-dadfe028cfd9", "links": [{"href": "http://172.30.9.36:8774/images/62438b48-334d-48b8-9ebd-dadfe028cfd9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-08-20T10:57:00.000000", "flavor": {"id": "f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "links": [{"href": "http://172.30.9.36:8774/flavors/f1f7ccdf-6ce3-459f-876a-3fb4eaecf7b5", "rel": "bookmark"}]}, "id": "a68df553-fad2-428d-80be-a65c2bbe757a", "security_groups": [{"name": "default"}], "user_id": "5b5108928e5e4cff8bcbd7625740daa9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:57:01Z", "hostId": "dae49e5de2e20b7bbd8d8f8d0ef8b1afd7ae1e27c8fd146becb43806", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "created": "2018-08-20T10:56:54Z", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:57:19,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/a68df553-fad2-428d-80be-a65c2bbe757a used request id req-179d47b0-f184-471a-9f3f-8dada57a4df2 2018-08-20 10:57:19,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:19,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-ad71ec1f-723e-4ab8-a7c9-bd02160b1829 Date: Mon, 20 Aug 2018 10:57:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"04798ec0-1248-462e-be10-a3e1277f1f75","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","subnets":["2254ef89-82a1-42fd-b8e3-91e87ced498a"],"description":"","tags":[],"updated_at":"2018-08-20T10:56:50Z","provider:segmentation_id":15,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net","admin_state_up":true,"tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:49Z","provider:network_type":"vxlan"}]} 2018-08-20 10:57:19,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net used request id req-ad71ec1f-723e-4ab8-a7c9-bd02160b1829 2018-08-20 10:57:19,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:19,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7f15742-0c25-46ba-99ac-6a8e0b26d6d0 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:19,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-f7f15742-0c25-46ba-99ac-6a8e0b26d6d0 2018-08-20 10:57:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:19,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e6ec521b-f6dc-4da1-9023-110008efbb93 Date: Mon, 20 Aug 2018 10:57:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:50Z","dns_nameservers":[],"updated_at":"2018-08-20T10:56:50Z","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":"63bbf265426c4b08a3cac0338731a97d","id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","subnetpool_id":null,"name":"CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet"}]} 2018-08-20 10:57:19,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-e6ec521b-f6dc-4da1-9023-110008efbb93 2018-08-20 10:57:19,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}014363778edee193e7bf87601edce195111ced60" 2018-08-20 10:57:20,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5241 X-Openstack-Request-Id: req-42a15586-5825-4825-a678-a16ecc5b7019 Date: Mon, 20 Aug 2018 10:57:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.3"}],"id":"58a48414-b86f-4499-87bf-ab6fb994b86d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:78:56","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.2"}],"id":"6eeb2a1e-bf24-44d0-aa53-93d4618e137c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c4:bd:8f","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.4"}],"id":"a05b5d5c-34ca-47ba-9e17-906852dcf518","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:99:f0","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-04798ec0-1248-462e-be10-a3e1277f1f75","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:00Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.21"}],"id":"cb16b00d-6452-47b4-bb24-3a9895fee5ee","security_groups":["aef87662-5e8d-4dd1-8d6d-e0c7b981123d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9e:d3:0c","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a68df553-fad2-428d-80be-a65c2bbe757a","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:56:53Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.1"}],"id":"ec98bb91-9907-4898-abb3-e27e4a9b6edf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:2b:99","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aab70e35-a9da-40c1-8aa0-a2d511b9a41f","name":"","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:01Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2254ef89-82a1-42fd-b8e3-91e87ced498a","ip_address":"10.1.2.19"}],"id":"f131f2a2-98fb-4acd-af68-5f173b9deb8a","security_groups":["0495ca59-e3df-4fc3-b31c-d84566c9e017"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:78:76","project_id":"63bbf265426c4b08a3cac0338731a97d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"411b395c-c9e3-4cd5-9803-281c3456a738","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack-port1-ue5k55cupmaz","admin_state_up":true,"network_id":"04798ec0-1248-462e-be10-a3e1277f1f75","tenant_id":"63bbf265426c4b08a3cac0338731a97d","created_at":"2018-08-20T10:56:52Z","binding:vnic_type":"normal"}]} 2018-08-20 10:57:20,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=04798ec0-1248-462e-be10-a3e1277f1f75 used request id req-42a15586-5825-4825-a678-a16ecc5b7019 2018-08-20 10:57:20,231 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack 2018-08-20 10:57:20,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:20,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:20 GMT Server: Apache x-openstack-request-id: req-17ee97ec-8754-4d55-abd9-1893b2747807 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:20,305 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:57:20 GMT Server: Apache x-openstack-request-id: req-1b27c078-edb5-481f-aad0-159ca7629508 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:57:20,305 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-1b27c078-edb5-481f-aad0-159ca7629508 2018-08-20 10:57:20,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:20,499 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:20 GMT Server: Apache x-openstack-request-id: req-0695d58e-abcb-422f-b728-2180a8c5037a Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:20,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:20 GMT Server: Apache x-openstack-request-id: req-8afde39b-4dc7-4032-9d76-8cd8c6759a4e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 775 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:57:20Z", "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-08-20 10:57:20,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-8afde39b-4dc7-4032-9d76-8cd8c6759a4e 2018-08-20 10:57:20,693 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:57:20,693 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:23,696 - create_stack - DEBUG - Stack status query timeout in 1196.60892487 2018-08-20 10:57:23,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:23,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:23 GMT Server: Apache x-openstack-request-id: req-0282e5d8-a2d2-460b-a771-5c6cba21a557 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:23,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:23 GMT Server: Apache x-openstack-request-id: req-1abc683a-ebf3-496b-9d52-b8daedbb99b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 775 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:57:20Z", "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-08-20 10:57:23,931 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-1abc683a-ebf3-496b-9d52-b8daedbb99b5 2018-08-20 10:57:23,932 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:57:23,932 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:26,935 - create_stack - DEBUG - Stack status query timeout in 1193.37011194 2018-08-20 10:57:26,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:26,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:26 GMT Server: Apache x-openstack-request-id: req-1e407875-3c06-471f-a3ef-0560f64d71e7 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:27,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:26 GMT Server: Apache x-openstack-request-id: req-d3534a7f-96ba-4a4c-b158-b82bc00f393e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 775 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:57:20Z", "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-08-20 10:57:27,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-d3534a7f-96ba-4a4c-b158-b82bc00f393e 2018-08-20 10:57:27,179 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:57:27,179 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:30,179 - create_stack - DEBUG - Stack status query timeout in 1190.12589598 2018-08-20 10:57:30,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:30,211 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:30 GMT Server: Apache x-openstack-request-id: req-38417b5c-bbea-489f-aae6-9b575d8d5d33 Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:30,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:30 GMT Server: Apache x-openstack-request-id: req-d5ce492d-fcf3-4b4a-ad66-1e95ac570444 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 775 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-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:57:20Z", "id": "fd9430b8-7651-4214-8135-45840bf1305b", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-08-20 10:57:30,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-d5ce492d-fcf3-4b4a-ad66-1e95ac570444 2018-08-20 10:57:30,431 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:57:30,431 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:33,432 - create_stack - DEBUG - Stack status query timeout in 1186.87272191 2018-08-20 10:57:33,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:33,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:33 GMT Server: Apache x-openstack-request-id: req-90bbc447-1ce9-47d9-bfa8-a1aaee80683c Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:33,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:33 GMT Server: Apache x-openstack-request-id: req-3b19b8e3-81dd-4309-a414-64428d8023d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 693 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor2", "OS::project_id": "63bbf265426c4b08a3cac0338731a97d", "OS::stack_id": "fd9430b8-7651-4214-8135-45840bf1305b", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-kp", "security_group_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-sec_grp", "subnet_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-subnet", "net_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst2", "inst1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-inst1", "image2_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image", "flavor1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-flavor1", "image1_name": "CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image"}, "deletion_time": "2018-08-20T10:57:31Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack", "stack_user_project_id": "55fb6420e3884f73a021119364f97eec", "tags": null, "creation_time": "2018-08-20T10:56:44Z", "links": [{"href": "http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:57:20Z", "id": "fd9430b8-7651-4214-8135-45840bf1305b", "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-08-20 10:57:33,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-3b19b8e3-81dd-4309-a414-64428d8023d9 2018-08-20 10:57:33,828 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:57:33,828 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack 2018-08-20 10:57:33,828 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack 2018-08-20 10:57:33,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/fd9430b8-7651-4214-8135-45840bf1305b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3326a82b1b16eb1a851dbbc585b75f9f3a2f763e" 2018-08-20 10:57:34,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:33 GMT Server: Apache x-openstack-request-id: req-92240f56-b182-4fcc-9a98-d940dfcc1f4d Location: http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:34,049 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:34 GMT Server: Apache x-openstack-request-id: req-564f9a41-9e49-40fb-a31e-5ef7242c5290 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:57:34,050 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/63bbf265426c4b08a3cac0338731a97d/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-stack/fd9430b8-7651-4214-8135-45840bf1305b used request id req-564f9a41-9e49-40fb-a31e-5ef7242c5290 2018-08-20 10:57:34,051 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-055c0772-3cdb-42ff-bca3-d515a5f478a1-image 2018-08-20 10:57:34,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9727fbf97f1b9a675f96345913680f1854ba9e8" 2018-08-20 10:57:34,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa5aef1c-5313-48c8-b8d7-8d89449db177 Date: Mon, 20 Aug 2018 10:57:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:57:34,343 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/62438b48-334d-48b8-9ebd-dadfe028cfd9 used request id req-fa5aef1c-5313-48c8-b8d7-8d89449db177 2018-08-20 10:57:34,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:57:34,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:57:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:57:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:57:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:57:34,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:34,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-0b92d982-8826-409f-9104-ebfa0d8aaea8 Date: Mon, 20 Aug 2018 10:57:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:49Z", "updated_at": "2018-08-20T10:56:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:49Z", "revision_number": 0, "id": "0e2e4196-c17b-4a12-9248-a3b25e34ad98", "remote_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "remote_ip_prefix": null, "created_at": "2018-08-20T10:56:49Z", "security_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63bbf265426c4b08a3cac0338731a97d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:49Z", "revision_number": 0, "id": "38ce848d-98a4-4950-9392-0a2933841961", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:56:49Z", "security_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63bbf265426c4b08a3cac0338731a97d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:49Z", "revision_number": 0, "id": "582c6651-7107-4ac8-a5cc-c3eaac4b8a96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:56:49Z", "security_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "port_range_min": null, "ethertype": "IPv4", "project_id": "63bbf265426c4b08a3cac0338731a97d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:56:49Z", "revision_number": 0, "id": "b8832bd3-5b92-407a-ba4e-3eb3a82d56e1", "remote_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "remote_ip_prefix": null, "created_at": "2018-08-20T10:56:49Z", "security_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "port_range_min": null, "ethertype": "IPv6", "project_id": "63bbf265426c4b08a3cac0338731a97d"}], "revision_number": 4, "project_id": "63bbf265426c4b08a3cac0338731a97d", "id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:57:34,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-0b92d982-8826-409f-9104-ebfa0d8aaea8 2018-08-20 10:57:34,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:34,718 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10d2cdfb-f9aa-47a5-85b9-2335ebe84e96 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:34,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-10d2cdfb-f9aa-47a5-85b9-2335ebe84e96 2018-08-20 10:57:34,718 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:34,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:34,809 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8dad3df-46c7-4ba0-a773-c7da443bdf39 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:34,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-d8dad3df-46c7-4ba0-a773-c7da443bdf39 2018-08-20 10:57:34,810 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:34,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:34,913 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f101634-8181-41cd-a727-f43200aeff27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:34,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-3f101634-8181-41cd-a727-f43200aeff27 2018-08-20 10:57:34,914 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:34,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,030 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9362b175-807f-488e-9743-387e480ec601 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:35,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-9362b175-807f-488e-9743-387e480ec601 2018-08-20 10:57:35,030 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:35,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,123 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0657da36-8262-4ff4-a2a7-7d401db35204 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:35,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-0657da36-8262-4ff4-a2a7-7d401db35204 2018-08-20 10:57:35,123 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:35,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,218 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ebb5f40-1aa0-4dfd-bf41-8d3d40214582 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:35,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-6ebb5f40-1aa0-4dfd-bf41-8d3d40214582 2018-08-20 10:57:35,219 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:35,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,306 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76c93aaf-b295-48c4-89f0-bc43985d69fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:35,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-76c93aaf-b295-48c4-89f0-bc43985d69fb 2018-08-20 10:57:35,307 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:35,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,403 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43439e36-8590-4c45-ae3a-068883323d67 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:35,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-43439e36-8590-4c45-ae3a-068883323d67 2018-08-20 10:57:35,404 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:35,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,513 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:57:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8deeefcf-445f-4aba-a7a2-2fc2da152edc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 10:57:35,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-8deeefcf-445f-4aba-a7a2-2fc2da152edc 2018-08-20 10:57:35,514 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:57:35,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6197a0e-6c87-436d-bf2e-a100349d3183 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 10:57:35,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-b6197a0e-6c87-436d-bf2e-a100349d3183 2018-08-20 10:57:35,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2db21c9-f55d-40cd-8feb-9ea2743c38b7 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "63bbf265426c4b08a3cac0338731a97d", "name": "CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj"}} 2018-08-20 10:57:35,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-f2db21c9-f55d-40cd-8feb-9ea2743c38b7 2018-08-20 10:57:35,711 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aef87662-5e8d-4dd1-8d6d-e0c7b981123d 2018-08-20 10:57:35,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=aef87662-5e8d-4dd1-8d6d-e0c7b981123d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:35,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1c0c2da4-442e-42f8-af4e-36fc9d00c212 Date: Mon, 20 Aug 2018 10:57:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:56:49Z", "security_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "port_range_min": null, "revision_number": 0, "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:49Z", "project_id": "63bbf265426c4b08a3cac0338731a97d", "id": "0e2e4196-c17b-4a12-9248-a3b25e34ad98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:56:49Z", "security_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "port_range_min": null, "revision_number": 0, "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:49Z", "project_id": "63bbf265426c4b08a3cac0338731a97d", "id": "38ce848d-98a4-4950-9392-0a2933841961"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:56:49Z", "security_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "port_range_min": null, "revision_number": 0, "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:49Z", "project_id": "63bbf265426c4b08a3cac0338731a97d", "id": "582c6651-7107-4ac8-a5cc-c3eaac4b8a96"}, {"remote_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:56:49Z", "security_group_id": "aef87662-5e8d-4dd1-8d6d-e0c7b981123d", "port_range_min": null, "revision_number": 0, "tenant_id": "63bbf265426c4b08a3cac0338731a97d", "created_at": "2018-08-20T10:56:49Z", "project_id": "63bbf265426c4b08a3cac0338731a97d", "id": "b8832bd3-5b92-407a-ba4e-3eb3a82d56e1"}]} 2018-08-20 10:57:35,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=aef87662-5e8d-4dd1-8d6d-e0c7b981123d used request id req-1c0c2da4-442e-42f8-af4e-36fc9d00c212 2018-08-20 10:57:35,907 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:57:35,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/aef87662-5e8d-4dd1-8d6d-e0c7b981123d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:36,290 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3da6dad-3694-494b-9c57-038a8af72a51 Content-Length: 0 Date: Mon, 20 Aug 2018 10:57:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:57:36,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/aef87662-5e8d-4dd1-8d6d-e0c7b981123d used request id req-a3da6dad-3694-494b-9c57-038a8af72a51 2018-08-20 10:57:36,291 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj 2018-08-20 10:57:36,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:36,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:57:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ffd4e5b-4b94-4d39-bf23-3a5337ea8e9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:57:36,637 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/63bbf265426c4b08a3cac0338731a97d used request id req-4ffd4e5b-4b94-4d39-bf23-3a5337ea8e9b 2018-08-20 10:57:36,637 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-07d2fd83-f579-4b2-proj-role 2018-08-20 10:57:36,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/ea707450520e441d978ef717e57e03a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:36,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:57:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c81fb228-8aa0-4a8a-89b2-b270e1b96b8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:57:36,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ea707450520e441d978ef717e57e03a8 used request id req-c81fb228-8aa0-4a8a-89b2-b270e1b96b8d 2018-08-20 10:57:36,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5bdcdc1878ca4006cea6f92408c36399d6ac39a" 2018-08-20 10:57:36,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e2b127-4ea4-4c83-9750-e406ea2e957a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:57:36,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f5e2b127-4ea4-4c83-9750-e406ea2e957a 2018-08-20 10:57:36,867 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-07d2fd83-f579-4b2-user 2018-08-20 10:57:36,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/5b5108928e5e4cff8bcbd7625740daa9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56db06f185c2555c5e51f24f9557a43890dc2f8e" 2018-08-20 10:57:37,059 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:57:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dabee9e2-7fa9-418a-9100-73028188fef2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:57:37,059 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/5b5108928e5e4cff8bcbd7625740daa9 used request id req-dabee9e2-7fa9-418a-9100-73028188fef2 2018-08-20 10:57:37,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:57:37,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["naWjWQ5TQjaymR6qt0mtjg"], "issued_at": "2018-08-20T10:57:37.000000Z"}} 2018-08-20 10:57:37,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380172ae0d707952f02409ff6d58ce86d7db5243" 2018-08-20 10:57:37,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4d3f17-b646-457a-9621-da44e62416a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:37,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ef4d3f17-b646-457a-9621-da44e62416a7 2018-08-20 10:57:37,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:57:37,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:57:38,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:57:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["2ZaWlGm8SUO9wwxO4c6tZA"], "issued_at": "2018-08-20T10:57:38.000000Z"}} 2018-08-20 10:57:38,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:57:38,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d27d71-66fb-4135-b9d5-9839c2cee0a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:38,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-65d27d71-66fb-4135-b9d5-9839c2cee0a7 2018-08-20 10:57:38,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:57:38,114 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:57:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:57:38,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:57:38,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1aa0e0f-8e40-4b9f-a887-d3200e986e08 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:57:38,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj used request id req-d1aa0e0f-8e40-4b9f-a887-d3200e986e08 2018-08-20 10:57:38,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:57:38,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ec060f-99bb-41b7-8b47-a8f14b8f6930 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:57:38,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-d3ec060f-99bb-41b7-8b47-a8f14b8f6930 2018-08-20 10:57:38,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}}' 2018-08-20 10:57:38,445 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:57:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52a97146-e211-46e8-b620-8731da5be1c6 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "id": "e2edc7b129df4f1e90b9b8842de92e25", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:57:38,445 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-52a97146-e211-46e8-b620-8731da5be1c6 2018-08-20 10:57:38,445 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-beebc455-7985-4ed-proj 2018-08-20 10:57:38,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:57:38,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:57:38,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:57:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["kN3qDBJuRZeM860ks-unoQ"], "issued_at": "2018-08-20T10:57:38.000000Z"}} 2018-08-20 10:57:38,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:38,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906c81b9-408f-4e89-855b-4d6481a68291 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:38,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-906c81b9-408f-4e89-855b-4d6481a68291 2018-08-20 10:57:38,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:57:38,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:57:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:57:38,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:39,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b9c4469-90b9-42fc-a9ff-e9ef06f51e93 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:57:39,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-3b9c4469-90b9-42fc-a9ff-e9ef06f51e93 2018-08-20 10:57:39,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:39,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5c2e05b-b0fc-4346-8941-e53347fe0063 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "id": "e2edc7b129df4f1e90b9b8842de92e25", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}]} 2018-08-20 10:57:39,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj used request id req-c5c2e05b-b0fc-4346-8941-e53347fe0063 2018-08-20 10:57:39,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:39,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e685ae4c-717d-43cb-aeae-d33135add86e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:57:39,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-e685ae4c-717d-43cb-aeae-d33135add86e 2018-08-20 10:57:39,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:39,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e655e310-31e8-430f-a8eb-7dfd32f1bdf3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:57:39,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-e655e310-31e8-430f-a8eb-7dfd32f1bdf3 2018-08-20 10:57:39,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:39,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-295f422b-db60-42d8-b4cf-f6d2210fa643 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "id": "e2edc7b129df4f1e90b9b8842de92e25", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}]} 2018-08-20 10:57:39,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj used request id req-295f422b-db60-42d8-b4cf-f6d2210fa643 2018-08-20 10:57:39,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users/876d40f7b8424ccd9f57147283fd30cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:39,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6bfbf6b-d4f1-48b1-a125-32c83da79fab Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-beebc455-7985-4ed-user", "links": {"self": "http://172.30.9.36:5000/v3/users/876d40f7b8424ccd9f57147283fd30cf"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "e2edc7b129df4f1e90b9b8842de92e25", "id": "876d40f7b8424ccd9f57147283fd30cf", "password_expires_at": null}} 2018-08-20 10:57:39,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/876d40f7b8424ccd9f57147283fd30cf used request id req-e6bfbf6b-d4f1-48b1-a125-32c83da79fab 2018-08-20 10:57:39,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25/users/876d40f7b8424ccd9f57147283fd30cf/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:40,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f910a62-b265-4674-8431-1bab112d9792 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25/users/876d40f7b8424ccd9f57147283fd30cf/roles", "previous": null, "next": null}, "roles": []} 2018-08-20 10:57:40,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25/users/876d40f7b8424ccd9f57147283fd30cf/roles used request id req-5f910a62-b265-4674-8431-1bab112d9792 2018-08-20 10:57:40,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:40,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b632a0-0b6c-4ac1-ba6b-c21b04cc70bd Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}} 2018-08-20 10:57:40,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-22b632a0-0b6c-4ac1-ba6b-c21b04cc70bd 2018-08-20 10:57:40,127 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-beebc455-7985-4ed-proj 2018-08-20 10:57:40,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25/users/876d40f7b8424ccd9f57147283fd30cf/roles/b3efb973439c483da0b5bf17b7531ce0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:40,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:57:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51f921ee-80d5-4e33-8ac3-2515c0b4eca0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:57:40,509 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25/users/876d40f7b8424ccd9f57147283fd30cf/roles/b3efb973439c483da0b5bf17b7531ce0 used request id req-51f921ee-80d5-4e33-8ac3-2515c0b4eca0 2018-08-20 10:57:40,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:40,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3866184-02f5-4712-be3f-fc396d1481e7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:57:40,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-f3866184-02f5-4712-be3f-fc396d1481e7 2018-08-20 10:57:40,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:57:40,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fda4d18-7cb3-4cbe-9d2c-f58c7554bf30 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "id": "e2edc7b129df4f1e90b9b8842de92e25", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}]} 2018-08-20 10:57:40,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=CreateStackFloatingIpTests-beebc455-7985-4ed-proj used request id req-5fda4d18-7cb3-4cbe-9d2c-f58c7554bf30 2018-08-20 10:57:40,699 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-beebc455-7985-4ed-user 2018-08-20 10:57:40,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:57:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:57:40,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c18a6a08-b476-4720-bee0-b57312cb2caf Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:57:40,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-c18a6a08-b476-4720-bee0-b57312cb2caf 2018-08-20 10:57:40,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" -d '{"role": {"name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role"}}' 2018-08-20 10:57:40,948 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:57:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92922628-0bd0-40b4-a0e5-7eebacab2058 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4328230f11e14ab5a0f32b46813bf08c", "links": {"self": "http://172.30.9.36:5000/v3/roles/4328230f11e14ab5a0f32b46813bf08c"}, "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role"}} 2018-08-20 10:57:40,948 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-92922628-0bd0-40b4-a0e5-7eebacab2058 2018-08-20 10:57:40,948 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role 2018-08-20 10:57:40,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/4328230f11e14ab5a0f32b46813bf08c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:57:41,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9926821f-ca5f-4717-86a8-5fb21c0768cc Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4328230f11e14ab5a0f32b46813bf08c", "links": {"self": "http://172.30.9.36:5000/v3/roles/4328230f11e14ab5a0f32b46813bf08c"}, "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role"}} 2018-08-20 10:57:41,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/4328230f11e14ab5a0f32b46813bf08c used request id req-9926821f-ca5f-4717-86a8-5fb21c0768cc 2018-08-20 10:57:41,048 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role to project CreateStackFloatingIpTests-beebc455-7985-4ed-proj 2018-08-20 10:57:41,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25/users/876d40f7b8424ccd9f57147283fd30cf/roles/4328230f11e14ab5a0f32b46813bf08c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:57:41,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47c7b9f7-5969-40cd-a6a7-cf7ff428927c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:57:41,197 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25/users/876d40f7b8424ccd9f57147283fd30cf/roles/4328230f11e14ab5a0f32b46813bf08c used request id req-47c7b9f7-5969-40cd-a6a7-cf7ff428927c 2018-08-20 10:57:41,198 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:57:41,198 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-20 10:57:41,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:57:41,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:57:41,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "4328230f11e14ab5a0f32b46813bf08c", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role"}], "expires_at": "2018-08-20T11:57:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-user", "id": "876d40f7b8424ccd9f57147283fd30cf"}, "audit_ids": ["y_RQShfaQt6wLU6T4cK-8w"], "issued_at": "2018-08-20T10:57:41.000000Z"}} 2018-08-20 10:57:41,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" 2018-08-20 10:57:41,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8697c05-c1f1-40cf-aad5-5bb3e0c43046 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:41,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a8697c05-c1f1-40cf-aad5-5bb3e0c43046 2018-08-20 10:57:41,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" 2018-08-20 10:57:41,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-1fd44deb-fa19-4726-b745-947c69077261 Date: Mon, 20 Aug 2018 10:57:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"} 2018-08-20 10:57:41,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image used request id req-1fd44deb-fa19-4726-b745-947c69077261 2018-08-20 10:57:41,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" 2018-08-20 10:57:42,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-82efcca9-600e-45a8-bba6-8657431f856c Date: Mon, 20 Aug 2018 10:57: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:57:42,071 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-82efcca9-600e-45a8-bba6-8657431f856c 2018-08-20 10:57:42,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}' 2018-08-20 10:57:42,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e805d447-af8a-4d51-8517-9c69a647d5cb Date: Mon, 20 Aug 2018 10:57:42 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:57:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:57:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "min_disk": 0, "protected": false, "id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "file": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/file", "checksum": null, "owner": "e2edc7b129df4f1e90b9b8842de92e25", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:57:42,346 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-e805d447-af8a-4d51-8517-9c69a647d5cb 2018-08-20 10:57:42,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" -d '' 2018-08-20 10:57:42,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a98b5681-a72b-436c-a7be-3d6e8dbc0f7a Date: Mon, 20 Aug 2018 10:57:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:57:42,816 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/file used request id req-a98b5681-a72b-436c-a7be-3d6e8dbc0f7a 2018-08-20 10:57:42,816 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 10:57:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" 2018-08-20 10:57:43,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-38e66c03-8e13-491b-9186-abd144a25718 Date: Mon, 20 Aug 2018 10:57:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:57:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/snap", "metadata": {}}], "self": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "min_disk": 0, "protected": false, "id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "file": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e2edc7b129df4f1e90b9b8842de92e25", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:57:43,005 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 used request id req-38e66c03-8e13-491b-9186-abd144a25718 2018-08-20 10:57:43,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" 2018-08-20 10:57:43,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-442d0227-cfb2-4ccc-9c0a-11779a6e2553 Date: Mon, 20 Aug 2018 10:57:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:57:43,182 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-442d0227-cfb2-4ccc-9c0a-11779a6e2553 2018-08-20 10:57:43,185 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image 2018-08-20 10:57:43,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" 2018-08-20 10:57:43,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-aab1d196-4956-453f-b11f-50672f414b0a Date: Mon, 20 Aug 2018 10:57:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:57:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/snap", "metadata": {}}], "self": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "min_disk": 0, "protected": false, "id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "file": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e2edc7b129df4f1e90b9b8842de92e25", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:57:43,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 used request id req-aab1d196-4956-453f-b11f-50672f414b0a 2018-08-20 10:57:43,379 - create_image - DEBUG - Instance status is - active 2018-08-20 10:57:43,379 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image 2018-08-20 10:57:43,379 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image 2018-08-20 10:57:43,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:57:43,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:57:43,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "4328230f11e14ab5a0f32b46813bf08c", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role"}], "expires_at": "2018-08-20T11:57:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-user", "id": "876d40f7b8424ccd9f57147283fd30cf"}, "audit_ids": ["J6rJDfR-QSG9tst3Cvsz2Q"], "issued_at": "2018-08-20T10:57:43.000000Z"}} 2018-08-20 10:57:43,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:57:43,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5213d5f4-6a42-4d18-bd9e-9084e3a5e25c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:57:43,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5213d5f4-6a42-4d18-bd9e-9084e3a5e25c 2018-08-20 10:57:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:57:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:57:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:57:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:57:43,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:57:43,898 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:57:43,901 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:57:43,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:57:44,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:43 GMT Server: Apache x-openstack-request-id: req-3ee4830b-1285-4f20-a80b-82818e80d85a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-20 10:57:44,106 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack used request id req-3ee4830b-1285-4f20-a80b-82818e80d85a 2018-08-20 10:57:44,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-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-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net"}}' 2018-08-20 10:57:47,673 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:57:44 GMT Server: Apache x-openstack-request-id: req-2139e8e0-27d6-4fb0-85ba-2966e01e4d54 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}]}} 2018-08-20 10:57:47,674 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks used request id req-2139e8e0-27d6-4fb0-85ba-2966e01e4d54 2018-08-20 10:57:47,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:57:47,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:47 GMT Server: Apache x-openstack-request-id: req-c1aafd75-5dda-46ca-9c3f-59350eca7e8f Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:48,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:47 GMT Server: Apache x-openstack-request-id: req-219f5083-0ba1-4b51-b370-696245c6c964 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-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "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-08-20 10:57:48,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-219f5083-0ba1-4b51-b370-696245c6c964 2018-08-20 10:57:48,141 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack 2018-08-20 10:57:48,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:57:48,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:48 GMT Server: Apache x-openstack-request-id: req-b8c1ae2a-e8e5-4387-a5c9-fed31a1ed909 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:48,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:48 GMT Server: Apache x-openstack-request-id: req-43d848d4-05de-48e3-903d-90bc459f7ddd 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-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "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-08-20 10:57:48,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-43d848d4-05de-48e3-903d-90bc459f7ddd 2018-08-20 10:57:48,589 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:57:48,590 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:51,593 - create_stack - DEBUG - Stack status query timeout in 1196.54880285 2018-08-20 10:57:51,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:57:51,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:51 GMT Server: Apache x-openstack-request-id: req-8a8c0130-f587-44a2-8bfe-43abf2fcc6da Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:52,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:51 GMT Server: Apache x-openstack-request-id: req-8c111598-9757-4b39-a079-b9313be24a3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:57:52,096 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-8c111598-9757-4b39-a079-b9313be24a3f 2018-08-20 10:57:52,096 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:57:52,097 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:55,100 - create_stack - DEBUG - Stack status query timeout in 1193.04192686 2018-08-20 10:57:55,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:57:55,444 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:55 GMT Server: Apache x-openstack-request-id: req-2231e937-d36e-4e6b-8da5-2f0883baaa06 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:55,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:55 GMT Server: Apache x-openstack-request-id: req-3ea9d4d2-bd7b-4002-901a-9a548348efb5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:57:55,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-3ea9d4d2-bd7b-4002-901a-9a548348efb5 2018-08-20 10:57:55,817 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:57:55,817 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:57:58,820 - create_stack - DEBUG - Stack status query timeout in 1189.32140493 2018-08-20 10:57:58,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:57:59,031 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:57:58 GMT Server: Apache x-openstack-request-id: req-3abd47c5-bb6c-4b17-ab2d-c9fce37f4859 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:57:59,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:57:59 GMT Server: Apache x-openstack-request-id: req-5e079bed-a520-4eb5-8d35-8c8c6cd3cfbf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:57:59,328 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-5e079bed-a520-4eb5-8d35-8c8c6cd3cfbf 2018-08-20 10:57:59,329 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:57:59,329 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:58:02,332 - create_stack - DEBUG - Stack status query timeout in 1185.80924988 2018-08-20 10:58:02,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:02,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:02 GMT Server: Apache x-openstack-request-id: req-6150d88b-ef33-4125-b01f-caf10cb20f3a Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:02,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:02 GMT Server: Apache x-openstack-request-id: req-db4c605b-04c3-4b50-975a-dafff7cc7a28 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:58:02,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-db4c605b-04c3-4b50-975a-dafff7cc7a28 2018-08-20 10:58:02,659 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:58:02,659 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:58:05,662 - create_stack - DEBUG - Stack status query timeout in 1182.4796989 2018-08-20 10:58:05,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:05,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:05 GMT Server: Apache x-openstack-request-id: req-3878c0d6-4d84-464a-b3b5-39a1428edd75 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:06,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:05 GMT Server: Apache x-openstack-request-id: req-158509c7-7d57-40f5-a827-3b87e13838d8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:58:06,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-158509c7-7d57-40f5-a827-3b87e13838d8 2018-08-20 10:58:06,147 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:58:06,147 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:58:09,147 - create_stack - DEBUG - Stack status query timeout in 1178.99424481 2018-08-20 10:58:09,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:09,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:09 GMT Server: Apache x-openstack-request-id: req-d00e0039-0ebb-46d5-9b7b-db5612b13542 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:09,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:09 GMT Server: Apache x-openstack-request-id: req-198ae3d6-505c-4052-a30c-06d73976efc4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:58:09,486 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-198ae3d6-505c-4052-a30c-06d73976efc4 2018-08-20 10:58:09,486 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-08-20 10:58:09,486 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:58:12,489 - create_stack - DEBUG - Stack status query timeout in 1175.65219784 2018-08-20 10:58:12,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:12,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:12 GMT Server: Apache x-openstack-request-id: req-764a0ab7-831c-4bb8-99c5-b84511ecdc3e Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:12,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:12 GMT Server: Apache x-openstack-request-id: req-c57c2208-c16e-4107-b6b2-033f8f994959 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:58:12,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-c57c2208-c16e-4107-b6b2-033f8f994959 2018-08-20 10:58:12,807 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-08-20 10:58:12,807 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack 2018-08-20 10:58:12,807 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack 2018-08-20 10:58:12,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:58:12,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:58:13,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "4328230f11e14ab5a0f32b46813bf08c", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role"}], "expires_at": "2018-08-20T11:58:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-user", "id": "876d40f7b8424ccd9f57147283fd30cf"}, "audit_ids": ["1RjzILbCSPeER7xwr0KiCg"], "issued_at": "2018-08-20T10:58:13.000000Z"}} 2018-08-20 10:58:13,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:13,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dd199a2-408e-425e-b757-e35cf2e1033a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:58:13,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-2dd199a2-408e-425e-b757-e35cf2e1033a 2018-08-20 10:58:13,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:58:13,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:58:13,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:58:13,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:58:13,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:58:13,301 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:58:13,304 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-20 10:58:13,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:13,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:13 GMT Server: Apache x-openstack-request-id: req-085419da-f7b4-4630-9cf5-e8de63e0bd3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "deletion_time": null, "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "updated_time": null, "project": "e2edc7b129df4f1e90b9b8842de92e25", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "tags": null}]} 2018-08-20 10:58:13,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack used request id req-085419da-f7b4-4630-9cf5-e8de63e0bd3f 2018-08-20 10:58:13,525 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack 2018-08-20 10:58:13,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:13,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:13 GMT Server: Apache x-openstack-request-id: req-ac2c9ae5-f583-44a2-8b13-42e30586bcc7 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:14,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:13 GMT Server: Apache x-openstack-request-id: req-3270c943-2512-4e6a-b43c-7c9f5310418b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1047 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b0c48302-f719-406f-8082-07aef53ead52", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "27f2e5b7-d018-45bb-b244-93e51d1b15db", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/network", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9f9c4c86-87ea-4047-9ac8-ea25ff98a69a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "bd4b1247-0540-48de-a738-f3d117aa070a", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c21dac4f-4f41-43a8-851e-19918bf013c3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "284", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0:subnet_id=889e67a1-7cad-4a47-8a3f-6e0c74c32ac9", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "889e67a1-7cad-4a47-8a3f-6e0c74c32ac9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8bdab974-def0-435d-8f9d-c545a047df30", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3b430f28-d402-4db3-81ad-44baf0f9084f", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/port1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "685e1db9-463e-4669-8ff5-0bfe7baf0e4a", "resource_type": "OS::Neutron::Port"}]} 2018-08-20 10:58:14,050 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources used request id req-3270c943-2512-4e6a-b43c-7c9f5310418b 2018-08-20 10:58:14,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:14,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3b430f28-d402-4db3-81ad-44baf0f9084f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:14,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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,Accept-Encoding x-openstack-request-id: req-9511d209-9dfa-4916-a6c6-5c9b04616c59 x-compute-request-id: req-9511d209-9dfa-4916-a6c6-5c9b04616c59 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:43:46", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3b430f28-d402-4db3-81ad-44baf0f9084f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3b430f28-d402-4db3-81ad-44baf0f9084f", "rel": "bookmark"}], "image": {"id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "links": [{"href": "http://172.30.9.36:8774/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-08-20T10:58:04.000000", "flavor": {"id": "b0c48302-f719-406f-8082-07aef53ead52", "links": [{"href": "http://172.30.9.36:8774/flavors/b0c48302-f719-406f-8082-07aef53ead52", "rel": "bookmark"}]}, "id": "3b430f28-d402-4db3-81ad-44baf0f9084f", "security_groups": [{"name": "default"}], "user_id": "876d40f7b8424ccd9f57147283fd30cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:58:04Z", "hostId": "d27fd2143d2c69b2b3e6a2e39ba0b6447385b0e61faa90700429e3e3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "created": "2018-08-20T10:57:58Z", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:58:14,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3b430f28-d402-4db3-81ad-44baf0f9084f used request id req-9511d209-9dfa-4916-a6c6-5c9b04616c59 2018-08-20 10:58:14,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:15,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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,Accept-Encoding x-openstack-request-id: req-2a206839-eb13-470a-8f61-7f31222cb837 x-compute-request-id: req-2a206839-eb13-470a-8f61-7f31222cb837 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "10.1.2.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "bookmark"}], "image": {"id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "links": [{"href": "http://172.30.9.36:8774/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-08-20T10:58:06.000000", "flavor": {"id": "27f2e5b7-d018-45bb-b244-93e51d1b15db", "links": [{"href": "http://172.30.9.36:8774/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db", "rel": "bookmark"}]}, "id": "8bdab974-def0-435d-8f9d-c545a047df30", "security_groups": [{"name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp"}], "user_id": "876d40f7b8424ccd9f57147283fd30cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:58:06Z", "hostId": "00c647ca76112ab17fca806a487592d4f0e54f902ff2d01ec26bfcab", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "created": "2018-08-20T10:57:59Z", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:58:15,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30 used request id req-2a206839-eb13-470a-8f61-7f31222cb837 2018-08-20 10:58:15,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:15,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-76783a0f-9e62-4218-a416-37d7f99d99b8 Date: Mon, 20 Aug 2018 10:58:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:15,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-76783a0f-9e62-4218-a416-37d7f99d99b8 2018-08-20 10:58:15,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:58:15,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:58:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:58:15,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:15,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cbebb86-c236-4d70-a180-809368db607c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:15,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-3cbebb86-c236-4d70-a180-809368db607c 2018-08-20 10:58:15,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:15,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-94e8eb47-90bf-46bd-b7c4-6b1a574df1d9 Date: Mon, 20 Aug 2018 10:58:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:15,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-94e8eb47-90bf-46bd-b7c4-6b1a574df1d9 2018-08-20 10:58:15,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:15,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78fb9ce-933d-463f-9713-bf5d2559684f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:15,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-a78fb9ce-933d-463f-9713-bf5d2559684f 2018-08-20 10:58:15,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6c7a397d-15c0-4e07-959f-e3a4745b7753 Date: Mon, 20 Aug 2018 10:58:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:15,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:15,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-6c7a397d-15c0-4e07-959f-e3a4745b7753 2018-08-20 10:58:15,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:15,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dd6e36c2-1d72-4416-841d-6d1761a2003d Date: Mon, 20 Aug 2018 10:58:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:15,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-dd6e36c2-1d72-4416-841d-6d1761a2003d 2018-08-20 10:58:15,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:15,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-02521568-957c-4259-832b-077d2d5b8993 Date: Mon, 20 Aug 2018 10:58:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:15,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-02521568-957c-4259-832b-077d2d5b8993 2018-08-20 10:58:15,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-593b8e6c-184f-4d46-ab8b-c2357812a956 Date: Mon, 20 Aug 2018 10:58:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:15,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-593b8e6c-184f-4d46-ab8b-c2357812a956 2018-08-20 10:58:15,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:15 GMT Server: Apache x-openstack-request-id: req-b70e8736-8f46-48ed-93d4-f99ce7624376 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:16,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:16 GMT Server: Apache x-openstack-request-id: req-172a95c6-614d-4f0b-b4bf-ba428a58481a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1047 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b0c48302-f719-406f-8082-07aef53ead52", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "27f2e5b7-d018-45bb-b244-93e51d1b15db", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/network", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9f9c4c86-87ea-4047-9ac8-ea25ff98a69a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "bd4b1247-0540-48de-a738-f3d117aa070a", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "c21dac4f-4f41-43a8-851e-19918bf013c3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "284", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0:subnet_id=889e67a1-7cad-4a47-8a3f-6e0c74c32ac9", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "889e67a1-7cad-4a47-8a3f-6e0c74c32ac9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8bdab974-def0-435d-8f9d-c545a047df30", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3b430f28-d402-4db3-81ad-44baf0f9084f", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources/port1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-20T10:57:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-20T10:57:47Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "685e1db9-463e-4669-8ff5-0bfe7baf0e4a", "resource_type": "OS::Neutron::Port"}]} 2018-08-20 10:58:16,251 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1/resources used request id req-172a95c6-614d-4f0b-b4bf-ba428a58481a 2018-08-20 10:58:16,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/b0c48302-f719-406f-8082-07aef53ead52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-109036ec-6313-4b9a-9ed3-ab490f1b8927 x-compute-request-id: req-109036ec-6313-4b9a-9ed3-ab490f1b8927 Content-Encoding: gzip Content-Length: 341 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-flavor1-pznl5vh6ny3n", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 2, "id": "27f2e5b7-d018-45bb-b244-93e51d1b15db"}} 2018-08-20 10:58:16,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db used request id req-109036ec-6313-4b9a-9ed3-ab490f1b8927 2018-08-20 10:58:16,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-6f721596-0173-4257-9804-6fc5d2be42b0 x-compute-request-id: req-6f721596-0173-4257-9804-6fc5d2be42b0 Content-Encoding: gzip Content-Length: 340 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-flavor2-ggnosrvitqnz", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/b0c48302-f719-406f-8082-07aef53ead52", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/b0c48302-f719-406f-8082-07aef53ead52", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 2, "id": "b0c48302-f719-406f-8082-07aef53ead52"}} 2018-08-20 10:58:16,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/b0c48302-f719-406f-8082-07aef53ead52 used request id req-6f721596-0173-4257-9804-6fc5d2be42b0 2018-08-20 10:58:16,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/889e67a1-7cad-4a47-8a3f-6e0c74c32ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/889e67a1-7cad-4a47-8a3f-6e0c74c32ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-0de9b2fb-6034-47f7-abd4-9e8c6c768f7e Date: Mon, 20 Aug 2018 10:58:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}} 2018-08-20 10:58:16,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/889e67a1-7cad-4a47-8a3f-6e0c74c32ac9 used request id req-0de9b2fb-6034-47f7-abd4-9e8c6c768f7e 2018-08-20 10:58:16,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a75fb936-f001-4043-90d6-98fe8af02803 Date: Mon, 20 Aug 2018 10:58:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}} 2018-08-20 10:58:16,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/889e67a1-7cad-4a47-8a3f-6e0c74c32ac9 used request id req-a75fb936-f001-4043-90d6-98fe8af02803 2018-08-20 10:58:16,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e76bc762-a8a8-4ce1-b67c-0634ed313cfc Date: Mon, 20 Aug 2018 10:58:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:16,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-e76bc762-a8a8-4ce1-b67c-0634ed313cfc 2018-08-20 10:58:16,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-f035799d-d3c7-49fc-9b56-bf00697a4089 Date: Mon, 20 Aug 2018 10:58:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:16,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-f035799d-d3c7-49fc-9b56-bf00697a4089 2018-08-20 10:58:16,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-255dfb38-eea8-40d9-a94f-f57bccbdf015 Date: Mon, 20 Aug 2018 10:58:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:16,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-255dfb38-eea8-40d9-a94f-f57bccbdf015 2018-08-20 10:58:16,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-04058ce2-5063-4239-8448-e64dfadb4911 Date: Mon, 20 Aug 2018 10:58:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:16,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-04058ce2-5063-4239-8448-e64dfadb4911 2018-08-20 10:58:16,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:16,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-84f3ec21-77bb-4b36-a28d-dad9fecc129a Date: Mon, 20 Aug 2018 10:58:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:16,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-84f3ec21-77bb-4b36-a28d-dad9fecc129a 2018-08-20 10:58:16,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-467f8d4f-715d-4083-a1e5-dccc78b65a5e Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:17,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-467f8d4f-715d-4083-a1e5-dccc78b65a5e 2018-08-20 10:58:17,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c5813405-11cb-4f8c-bbd0-bdf73de2b53a Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:17,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-c5813405-11cb-4f8c-bbd0-bdf73de2b53a 2018-08-20 10:58:17,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e0aeb3db-e553-40dc-8366-19526959da40 Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:17,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-e0aeb3db-e553-40dc-8366-19526959da40 2018-08-20 10:58:17,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-048362e2-4b12-4621-974e-399ba24b5fd3 Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:17,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-048362e2-4b12-4621-974e-399ba24b5fd3 2018-08-20 10:58:17,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-33335f9a-4af7-4665-b9fd-d47939580fe0 Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:17,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-33335f9a-4af7-4665-b9fd-d47939580fe0 2018-08-20 10:58:17,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a17035aa-9d52-4504-96d4-bcc281d685bf Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:17,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-a17035aa-9d52-4504-96d4-bcc281d685bf 2018-08-20 10:58:17,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3e4e27e0-5e7e-4a70-8c0f-08d11dfa2944 Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:17,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-3e4e27e0-5e7e-4a70-8c0f-08d11dfa2944 2018-08-20 10:58:17,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a&mac_address=fa%3A16%3A3e%3Aa4%3A43%3A46&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb56aa8c-8b5c-44f5-b5f0-b9746ca13fe9 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:17,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-eb56aa8c-8b5c-44f5-b5f0-b9746ca13fe9 2018-08-20 10:58:17,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-efdf4dd5-81f0-4edd-aed6-8b5f53c3ff50 Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:17,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-efdf4dd5-81f0-4edd-aed6-8b5f53c3ff50 2018-08-20 10:58:17,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 872 X-Openstack-Request-Id: req-024792e1-8785-472f-8644-618f2d2329c5 Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:17,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a&mac_address=fa%3A16%3A3e%3A0b%3A5d%3Ae5&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a&mac_address=fa%3A16%3A3e%3Aa4%3A43%3A46&admin_state_up=True used request id req-024792e1-8785-472f-8644-618f2d2329c5 2018-08-20 10:58:17,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 987 X-Openstack-Request-Id: req-68f05e01-2796-4ef0-9962-7f7afa006b7f Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:17,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a&mac_address=fa%3A16%3A3e%3A0b%3A5d%3Ae5&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm&admin_state_up=True used request id req-68f05e01-2796-4ef0-9962-7f7afa006b7f 2018-08-20 10:58:17,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c5cf62-dca4-4f7b-b504-5704bac90eab Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:17,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-91c5cf62-dca4-4f7b-b504-5704bac90eab 2018-08-20 10:58:17,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-859399d7-0bac-46a5-b9f8-280d1044fc7c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:17,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-859399d7-0bac-46a5-b9f8-280d1044fc7c 2018-08-20 10:58:17,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:17,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-6372c116-732c-4605-86a0-92c26213b3b8 Date: Mon, 20 Aug 2018 10:58:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:17,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-6372c116-732c-4605-86a0-92c26213b3b8 2018-08-20 10:58:17,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0fb0cee5-9462-4252-8836-08cecdc0e331 Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:18,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-0fb0cee5-9462-4252-8836-08cecdc0e331 2018-08-20 10:58:18,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-f8f97c0a-bb04-4aa9-b7d8-3a16f425c33d Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:18,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-f8f97c0a-bb04-4aa9-b7d8-3a16f425c33d 2018-08-20 10:58:18,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-bc58de7d-b978-4e3d-bc50-99790952aae0 Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:18,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-bc58de7d-b978-4e3d-bc50-99790952aae0 2018-08-20 10:58:18,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ae197013-d7d6-4d21-8346-ca8ce46c0371 Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:18,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-ae197013-d7d6-4d21-8346-ca8ce46c0371 2018-08-20 10:58:18,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-bedef0d8-1ab2-4d51-95a2-ca2683198c02 Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"floatingips": [{"router_id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T10:57:58Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.1.2.4", "floating_ip_address": "172.30.9.208", "revision_number": 2, "port_id": "685e1db9-463e-4669-8ff5-0bfe7baf0e4a", "id": "c21dac4f-4f41-43a8-851e-19918bf013c3", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:52Z", "project_id": "e2edc7b129df4f1e90b9b8842de92e25"}]} 2018-08-20 10:58:18,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-bedef0d8-1ab2-4d51-95a2-ca2683198c02 2018-08-20 10:58:18,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-70ea3098-638d-42d4-886d-54428c89b631 Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:57:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/snap", "metadata": {}}], "self": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "min_disk": 0, "protected": false, "id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "file": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e2edc7b129df4f1e90b9b8842de92e25", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:58:18,314 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 used request id req-70ea3098-638d-42d4-886d-54428c89b631 2018-08-20 10:58:18,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-8ef0afe5-6592-4217-b048-bccb07b9320a Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:18,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-8ef0afe5-6592-4217-b048-bccb07b9320a 2018-08-20 10:58:18,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-253b7b0b-0e7f-4fa6-be94-745ef6710a30 Date: Mon, 20 Aug 2018 10:58: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:58:18,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-253b7b0b-0e7f-4fa6-be94-745ef6710a30 2018-08-20 10:58:18,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-32be626c-24e6-4ef3-b9d1-72ecc1c1f8f8 Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"floatingips": [{"router_id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T10:57:58Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.1.2.4", "floating_ip_address": "172.30.9.208", "revision_number": 2, "port_id": "685e1db9-463e-4669-8ff5-0bfe7baf0e4a", "id": "c21dac4f-4f41-43a8-851e-19918bf013c3", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:52Z", "project_id": "e2edc7b129df4f1e90b9b8842de92e25"}]} 2018-08-20 10:58:18,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-32be626c-24e6-4ef3-b9d1-72ecc1c1f8f8 2018-08-20 10:58:18,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/4ccfe5a4-c91d-4063-9cc6-b5593618b1c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:18 GMT Server: Apache x-openstack-request-id: req-e645f97c-5215-4fd6-97c4-a8621c1ed146 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:18,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-3a159818-bd2b-43ee-900e-582a38e94ee1 Date: Mon, 20 Aug 2018 10:58:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T10:57:56Z", "revision_number": 3, "routes": [], "project_id": "e2edc7b129df4f1e90b9b8842de92e25", "id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0", "name": "mgmt_router"}} 2018-08-20 10:58:18,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/4ccfe5a4-c91d-4063-9cc6-b5593618b1c0 used request id req-3a159818-bd2b-43ee-900e-582a38e94ee1 2018-08-20 10:58:18,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=4ccfe5a4-c91d-4063-9cc6-b5593618b1c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:18,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:18 GMT Server: Apache x-openstack-request-id: req-9e306430-d9fa-45aa-9305-1319ebcffa73 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:58:18,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-9e306430-d9fa-45aa-9305-1319ebcffa73 2018-08-20 10:58:18,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:58:18,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:58:19,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-a756c88e-0025-42f6-bd70-38b967644a0f Date: Mon, 20 Aug 2018 10:58:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:49Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","ip_address":"172.30.9.203"}],"id":"f9c613da-a1e7-46d8-a48a-d34a88eb8909","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:65:57","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"","created_at":"2018-08-20T10:57:49Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:19,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=4ccfe5a4-c91d-4063-9cc6-b5593618b1c0 used request id req-a756c88e-0025-42f6-bd70-38b967644a0f 2018-08-20 10:58:19,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:19,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ef4915b7-3179-4a67-b030-d79d6ae3320d Date: Mon, 20 Aug 2018 10:58:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"}} 2018-08-20 10:58:19,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/7b530fc8-91e6-47ed-9c42-49e5a66e77b0 used request id req-ef4915b7-3179-4a67-b030-d79d6ae3320d 2018-08-20 10:58:19,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/889e67a1-7cad-4a47-8a3f-6e0c74c32ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:19,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-527f2f56-b3fa-4b54-939b-0abbd2f9623f Date: Mon, 20 Aug 2018 10:58:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}} 2018-08-20 10:58:19,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/889e67a1-7cad-4a47-8a3f-6e0c74c32ac9 used request id req-527f2f56-b3fa-4b54-939b-0abbd2f9623f 2018-08-20 10:58:19,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports/685e1db9-463e-4669-8ff5-0bfe7baf0e4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:19,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "4328230f11e14ab5a0f32b46813bf08c", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role"}], "expires_at": "2018-08-20T11:58:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-user", "id": "876d40f7b8424ccd9f57147283fd30cf"}, "audit_ids": ["T-ZKK1mKSIqQiECkl9Vh7A"], "issued_at": "2018-08-20T10:58:19.000000Z"}} 2018-08-20 10:58:19,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:19,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0d1dfa-a6a5-4468-8be6-1e93d409bd7b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:58:19,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-1a0d1dfa-a6a5-4468-8be6-1e93d409bd7b 2018-08-20 10:58:19,470 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:58:19,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:58:19,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:58:19,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:58:19,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:58:19,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:58:19,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:19,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 984 X-Openstack-Request-Id: req-61d26488-279a-4b9a-95e2-369862b4dcce Date: Mon, 20 Aug 2018 10:58:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"}} 2018-08-20 10:58:19,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports/685e1db9-463e-4669-8ff5-0bfe7baf0e4a used request id req-61d26488-279a-4b9a-95e2-369862b4dcce 2018-08-20 10:58:19,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/889e67a1-7cad-4a47-8a3f-6e0c74c32ac9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:19,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6bb6c7b7-cc35-4a8b-bd35-7a1f0a6ced3a Date: Mon, 20 Aug 2018 10:58:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}} 2018-08-20 10:58:19,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f56d6a0-6158-46d2-8dd2-505c6dd17d6a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:58:19,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/889e67a1-7cad-4a47-8a3f-6e0c74c32ac9 used request id req-6bb6c7b7-cc35-4a8b-bd35-7a1f0a6ced3a 2018-08-20 10:58:19,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4f56d6a0-6158-46d2-8dd2-505c6dd17d6a 2018-08-20 10:58:19,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:19,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:19,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-773ffc3e-500b-425a-9b40-daf1f153b960 Date: Mon, 20 Aug 2018 10:58:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:57:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-20T10:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/snap", "metadata": {}}], "self": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "min_disk": 0, "protected": false, "id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "file": "/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e2edc7b129df4f1e90b9b8842de92e25", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:58:19,761 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 used request id req-773ffc3e-500b-425a-9b40-daf1f153b960 2018-08-20 10:58:19,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1852d16af9b2ecd0b08686c287d24fc97c340212" 2018-08-20 10:58:19,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:19 GMT Server: Apache x-openstack-request-id: req-d806034d-83d8-470e-9e7c-dd5f92261a4e Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:19,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-ce4f365f-588d-47a6-9ff5-598a9f5c0c1e Date: Mon, 20 Aug 2018 10:58:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:19,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-ce4f365f-588d-47a6-9ff5-598a9f5c0c1e 2018-08-20 10:58:19,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:20,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:19 GMT Server: Apache x-openstack-request-id: req-db1aec20-9bf7-4952-9c2d-b92810dec054 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuft3qjBotb1tRkxkO2QMyxrciOkc2iCSQKzOZo0JppdXz15/\n0XUnl8vOlFOf+/OeyjuMxOE1Ayy15tgL8/yZcVwATKvQa71rPPeOAtonwmrHmbeq\n7uDAit/XTss4yBgyta0L88M87dWjrB+AG4TmbmnpKgA9aYgF7dGxSy0Z7zhsxV/L\nXn4L66k5iQHT85KxnB1kFOk5ZkQbssdHn3X/7wSlRlxMLXRLNfQSVU5q4aEo3SYj\n307rrf0DjqeVoPC/f9DOJrwsB+G7mPxAXPjsOKpg3d09pgLcsfJLlu8H1i902Ek6\nEfLb0G9yaAjbtZB6qCzE4Wn/orkWoQpXVmCgswIDAQABAoIBAQCBphF3bKOx/clN\ndjdxR3+7npAaSRc53/bUayK/TpZpsZsfDitgYqElKohp0hn204/gPr8VCEGiYuqz\nb+x1O6Pj6FS1Hhj+4l79cz1mM5n/59wZBnZ8a+UNapl3bie5JVVEXMu2NGYnDgU5\nGgR+KplQYziNdPlatd4cOU+0rk4j+ituOwvqE6vNuWYRrvRywgXGUDmErjvhilc1\nmPytAOtjFw0WF0Y5S/xqXjA/yybIvmxZz2g/0NSj5VRvx00PlqGXWoaTatp1dJ8R\nqeGQ2OZvkBx1SZd8HH0bJTucCCATAOe8ug71PNIIp4bdCsxfzy3BvMgAxbOmAULp\n9RgSrW8RAoGBANvutE1Q1+wXJdv4sq0LwFwUndVWUPJrQ4EHjCxXihaIwtFAkDgJ\nDFUr/WxkgJs+I0cmZ+WqsU+TclZiw35XL/y28YOzctiz3rkkhGp7dwkibSyS5YzY\njRPGRiALCHWy2i/6/Y/bFNkIhBwR1ogy9PybS9fMQD5XNdCaOGWyfH23AoGBANh7\ndDgPSZbfooh67owmji6G+5XvLaPgQulRyYixvVsdvA+ulTJRvKoqfmqwjtYJ06GK\nqAquLrQSPM8OFP5KqZbruaLLf9kR6x0MIy6/b4i75ZxaQ8Uq0GLWs9TXsdSWvJID\n2TuPnb5A46+Er1IHB/G+3TfS/7/FwL/oC7oIXTTlAoGBAKRXvwt3OaIFuhihwoJk\noZ0tGrPsCBjd5ldomGoaD+m+0DUlFZ+Jw1lxwbFZeHCJAjuMi16nKk/YUjwTGRoz\ndHxXCCnt0gf0gJ3Al+Ip2E1PGF2Sd03EE8ePBZ+0HuI0f64S057HitCS+IUxHyov\nSbnpIcdjrS3oZSI326TCtxwJAoGALXLluGtFON6koeClOllR2mTOZvD69P+9LHzW\nQdOG/J0mgWhWvGS6pkMbnUyKAFe5zZ1toChnd7ioeZPsRmLobd35cDsnESyY3tVQ\ngZ0BToScNRIiTj+p1kZbJOFP3WD0H/ec4MtLA8ldw9iociE1wsQeb3zl4p4i1Gdk\nJt9gqh0CgYBrfjTO7AcLlg7Kpoa5PRf9P+xwubZcnoXLXsHVLQEyZKmBdIxEcAZJ\n4Bl6ExtaiAW3S6Dapz8yq3alqQ77pDgovb+T9bhwOO0+pODfT6UHicqIlqMj/fHE\nq7Thujp1onlqO+QyTlwWM2tJtkh3NnXdzXySjOR74Xv5WwhmHVpXHQ==\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-08-20 10:58:20,166 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-db1aec20-9bf7-4952-9c2d-b92810dec054 2018-08-20 10:58:20,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:58:20,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:58:20,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-32759897-30a2-4fc7-8a3b-395b8057ce08 Date: Mon, 20 Aug 2018 10:58:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:20,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-32759897-30a2-4fc7-8a3b-395b8057ce08 2018-08-20 10:58:20,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:20,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}, {"id": "4328230f11e14ab5a0f32b46813bf08c", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role"}], "expires_at": "2018-08-20T11:58:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/e2edc7b129df4f1e90b9b8842de92e25", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-user", "id": "876d40f7b8424ccd9f57147283fd30cf"}, "audit_ids": ["SkmHME1uR8mrey4DKwO4vg"], "issued_at": "2018-08-20T10:58:20.000000Z"}} 2018-08-20 10:58:20,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:20,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47e16cc7-5397-453d-82f5-2c2b8e33c1cf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:58:20,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-47e16cc7-5397-453d-82f5-2c2b8e33c1cf 2018-08-20 10:58:20,678 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:58:20,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:58:20,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:58:20,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:58:20,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:58:20,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:58:20,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:20,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-2396f591-c3ae-4eb6-9440-ea1beb90c5e0 Date: Mon, 20 Aug 2018 10:58:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:20,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-2396f591-c3ae-4eb6-9440-ea1beb90c5e0 2018-08-20 10:58:20,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:58:20,740 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:58:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:58:20,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:20,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57018b25-dfcc-404a-b9c1-cc293013795e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:58:20,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-57018b25-dfcc-404a-b9c1-cc293013795e 2018-08-20 10:58:20,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:20,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f996dd91-28e0-48c8-835b-17ab3c7c0819 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:20,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-f996dd91-28e0-48c8-835b-17ab3c7c0819 2018-08-20 10:58:20,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:21,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-c4338a52-bd11-46ef-8350-0875b457166a Date: Mon, 20 Aug 2018 10:58:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:21,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-c4338a52-bd11-46ef-8350-0875b457166a 2018-08-20 10:58:21,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:21,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c4136015-bfca-4774-9865-8955b6e5fc7b Date: Mon, 20 Aug 2018 10:58:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:21,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-c4136015-bfca-4774-9865-8955b6e5fc7b 2018-08-20 10:58:21,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a&mac_address=fa%3A16%3A3e%3Aa4%3A43%3A46&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:21,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e78b6633-4dc4-433e-9457-cdb55d0a097d Date: Mon, 20 Aug 2018 10:58:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:21,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-e78b6633-4dc4-433e-9457-cdb55d0a097d 2018-08-20 10:58:21,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:21,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 872 X-Openstack-Request-Id: req-f0fe10bb-8758-4a0d-b2a1-4853824f1e5f Date: Mon, 20 Aug 2018 10:58:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:21,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a&mac_address=fa%3A16%3A3e%3Aa4%3A43%3A46&admin_state_up=True used request id req-f0fe10bb-8758-4a0d-b2a1-4853824f1e5f 2018-08-20 10:58:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:21,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff646bc-204e-48d4-b079-1a282f8c1a28 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:21,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-2ff646bc-204e-48d4-b079-1a282f8c1a28 2018-08-20 10:58:21,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:21,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-b7d54bf0-7796-4c88-93ad-449b2ecd297b Date: Mon, 20 Aug 2018 10:58:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:21,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-b7d54bf0-7796-4c88-93ad-449b2ecd297b 2018-08-20 10:58:21,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:58:21,565 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:58:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:58:21,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:21,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68d8a3cf-7e3a-4d16-81be-cee72e0a91b1 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:21,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-68d8a3cf-7e3a-4d16-81be-cee72e0a91b1 2018-08-20 10:58:21,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:21,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-98218082-3b34-4395-ba4a-4f416250fa64 Date: Mon, 20 Aug 2018 10:58:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:21,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-98218082-3b34-4395-ba4a-4f416250fa64 2018-08-20 10:58:21,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a&mac_address=fa%3A16%3A3e%3A0b%3A5d%3Ae5&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:21,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 987 X-Openstack-Request-Id: req-aaa16b80-d59a-45f6-b89f-6bce5eba9461 Date: Mon, 20 Aug 2018 10:58:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:21,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a&mac_address=fa%3A16%3A3e%3A0b%3A5d%3Ae5&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm&admin_state_up=True used request id req-aaa16b80-d59a-45f6-b89f-6bce5eba9461 2018-08-20 10:58:21,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:22,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb9b28d2-3131-4533-ad37-bf56930f46dd Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:22,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-cb9b28d2-3131-4533-ad37-bf56930f46dd 2018-08-20 10:58:22,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:22,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-21774f18-d48b-47af-ac1f-5abf2a46055b x-compute-request-id: req-21774f18-d48b-47af-ac1f-5abf2a46055b Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:43:46", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3b430f28-d402-4db3-81ad-44baf0f9084f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3b430f28-d402-4db3-81ad-44baf0f9084f", "rel": "bookmark"}], "image": {"id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "links": [{"href": "http://172.30.9.36:8774/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-08-20T10:58:04.000000", "flavor": {"id": "b0c48302-f719-406f-8082-07aef53ead52", "links": [{"href": "http://172.30.9.36:8774/flavors/b0c48302-f719-406f-8082-07aef53ead52", "rel": "bookmark"}]}, "id": "3b430f28-d402-4db3-81ad-44baf0f9084f", "security_groups": [{"name": "default"}], "user_id": "876d40f7b8424ccd9f57147283fd30cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:58:04Z", "hostId": "d27fd2143d2c69b2b3e6a2e39ba0b6447385b0e61faa90700429e3e3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "created": "2018-08-20T10:57:58Z", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:58:22,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2 used request id req-21774f18-d48b-47af-ac1f-5abf2a46055b 2018-08-20 10:58:22,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:22,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-ae1f0ccb-4ecf-425c-927c-243ea2dc3865 Date: Mon, 20 Aug 2018 10:58:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:22,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-ae1f0ccb-4ecf-425c-927c-243ea2dc3865 2018-08-20 10:58:22,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:22,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0dfec4f3-33cc-42e8-bdbb-db00120f7101 Date: Mon, 20 Aug 2018 10:58:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:22,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-0dfec4f3-33cc-42e8-bdbb-db00120f7101 2018-08-20 10:58:22,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:23,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58: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-8c7fd163-5be3-4660-a171-fe0ed1275c46 x-compute-request-id: req-8c7fd163-5be3-4660-a171-fe0ed1275c46 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "10.1.2.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "bookmark"}], "image": {"id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "links": [{"href": "http://172.30.9.36:8774/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-08-20T10:58:06.000000", "flavor": {"id": "27f2e5b7-d018-45bb-b244-93e51d1b15db", "links": [{"href": "http://172.30.9.36:8774/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db", "rel": "bookmark"}]}, "id": "8bdab974-def0-435d-8f9d-c545a047df30", "security_groups": [{"name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp"}], "user_id": "876d40f7b8424ccd9f57147283fd30cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:58:06Z", "hostId": "00c647ca76112ab17fca806a487592d4f0e54f902ff2d01ec26bfcab", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "created": "2018-08-20T10:57:59Z", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 10:58:23,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1 used request id req-8c7fd163-5be3-4660-a171-fe0ed1275c46 2018-08-20 10:58:23,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:23,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-ef12025e-7154-46c5-a527-d60cf219e69b Date: Mon, 20 Aug 2018 10:58:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:23,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-ef12025e-7154-46c5-a527-d60cf219e69b 2018-08-20 10:58:23,158 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2 2018-08-20 10:58:23,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:23,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-e3652a9d-7e12-4683-900e-bf2f447f7f69 Date: Mon, 20 Aug 2018 10:58:23 GMT RESP BODY: {"floatingips": [{"router_id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T10:57:58Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.1.2.4", "floating_ip_address": "172.30.9.208", "revision_number": 2, "port_id": "685e1db9-463e-4669-8ff5-0bfe7baf0e4a", "id": "c21dac4f-4f41-43a8-851e-19918bf013c3", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:52Z", "project_id": "e2edc7b129df4f1e90b9b8842de92e25"}]} 2018-08-20 10:58:23,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-e3652a9d-7e12-4683-900e-bf2f447f7f69 2018-08-20 10:58:23,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-9f6399ef-c1bc-4e46-9de1-cb3a42e980cf Date: Mon, 20 Aug 2018 10:58:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:23,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-9f6399ef-c1bc-4e46-9de1-cb3a42e980cf 2018-08-20 10:58:23,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:23,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2999ede8-0fa9-4134-ab8d-47a03edb7e9b Date: Mon, 20 Aug 2018 10:58:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:23,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-2999ede8-0fa9-4134-ab8d-47a03edb7e9b 2018-08-20 10:58:23,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:23,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-421c84d4-ae97-4cc4-b301-4083ec89fb27 Date: Mon, 20 Aug 2018 10:58:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:23,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-421c84d4-ae97-4cc4-b301-4083ec89fb27 2018-08-20 10:58:23,686 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1 2018-08-20 10:58:23,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:23,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-f7051362-c1cf-4404-bde7-c14b658dba24 Date: Mon, 20 Aug 2018 10:58:23 GMT RESP BODY: {"floatingips": [{"router_id": "4ccfe5a4-c91d-4063-9cc6-b5593618b1c0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T10:57:58Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.1.2.4", "floating_ip_address": "172.30.9.208", "revision_number": 2, "port_id": "685e1db9-463e-4669-8ff5-0bfe7baf0e4a", "id": "c21dac4f-4f41-43a8-851e-19918bf013c3", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:52Z", "project_id": "e2edc7b129df4f1e90b9b8842de92e25"}]} 2018-08-20 10:58:23,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-f7051362-c1cf-4404-bde7-c14b658dba24 2018-08-20 10:58:23,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:24,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52b2341f-e1d4-4cba-abed-8ed2f428310a x-compute-request-id: req-52b2341f-e1d4-4cba-abed-8ed2f428310a Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "10.1.2.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "bookmark"}], "image": {"id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "links": [{"href": "http://172.30.9.36:8774/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-08-20T10:58:06.000000", "flavor": {"id": "27f2e5b7-d018-45bb-b244-93e51d1b15db", "links": [{"href": "http://172.30.9.36:8774/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db", "rel": "bookmark"}]}, "id": "8bdab974-def0-435d-8f9d-c545a047df30", "security_groups": [{"name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp"}], "user_id": "876d40f7b8424ccd9f57147283fd30cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:58:06Z", "hostId": "00c647ca76112ab17fca806a487592d4f0e54f902ff2d01ec26bfcab", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "created": "2018-08-20T10:57:59Z", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:58:24,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30 used request id req-52b2341f-e1d4-4cba-abed-8ed2f428310a 2018-08-20 10:58:24,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:24,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-a0b633d0-3338-429d-a7ed-55862a30f7ec Date: Mon, 20 Aug 2018 10:58:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:24,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-a0b633d0-3338-429d-a7ed-55862a30f7ec 2018-08-20 10:58:25,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:25,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc81b450-cd4f-4367-89b5-12951b428621 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:25,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-bc81b450-cd4f-4367-89b5-12951b428621 2018-08-20 10:58:25,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:25,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f3ddb16a-8f48-49c7-9cef-669e2c85f86d Date: Mon, 20 Aug 2018 10:58:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:25,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-f3ddb16a-8f48-49c7-9cef-669e2c85f86d 2018-08-20 10:58:25,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:25,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-f0f1fabb-2e2e-4dbf-98a5-ac022dc41716 Date: Mon, 20 Aug 2018 10:58:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:25,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-f0f1fabb-2e2e-4dbf-98a5-ac022dc41716 2018-08-20 10:58:25,421 - create_instance - INFO - Checking if VM is active 2018-08-20 10:58:25,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:25,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-658af78b-44a9-42f5-973a-90297259a618 x-compute-request-id: req-658af78b-44a9-42f5-973a-90297259a618 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "10.1.2.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "bookmark"}], "image": {"id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "links": [{"href": "http://172.30.9.36:8774/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-08-20T10:58:06.000000", "flavor": {"id": "27f2e5b7-d018-45bb-b244-93e51d1b15db", "links": [{"href": "http://172.30.9.36:8774/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db", "rel": "bookmark"}]}, "id": "8bdab974-def0-435d-8f9d-c545a047df30", "security_groups": [{"name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp"}], "user_id": "876d40f7b8424ccd9f57147283fd30cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:58:06Z", "hostId": "00c647ca76112ab17fca806a487592d4f0e54f902ff2d01ec26bfcab", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "created": "2018-08-20T10:57:59Z", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:58:25,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30 used request id req-658af78b-44a9-42f5-973a-90297259a618 2018-08-20 10:58:25,912 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1] is - ACTIVE 2018-08-20 10:58:25,912 - create_instance - INFO - VM is - ACTIVE 2018-08-20 10:58:25,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:26,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-75dacd77-4685-4587-a403-0642afe0815c x-compute-request-id: req-75dacd77-4685-4587-a403-0642afe0815c Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "10.1.2.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:5d:e5", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/8bdab974-def0-435d-8f9d-c545a047df30", "rel": "bookmark"}], "image": {"id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "links": [{"href": "http://172.30.9.36:8774/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-08-20T10:58:06.000000", "flavor": {"id": "27f2e5b7-d018-45bb-b244-93e51d1b15db", "links": [{"href": "http://172.30.9.36:8774/flavors/27f2e5b7-d018-45bb-b244-93e51d1b15db", "rel": "bookmark"}]}, "id": "8bdab974-def0-435d-8f9d-c545a047df30", "security_groups": [{"name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp"}], "user_id": "876d40f7b8424ccd9f57147283fd30cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:58:06Z", "hostId": "00c647ca76112ab17fca806a487592d4f0e54f902ff2d01ec26bfcab", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "created": "2018-08-20T10:57:59Z", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:58:26,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/8bdab974-def0-435d-8f9d-c545a047df30 used request id req-75dacd77-4685-4587-a403-0642afe0815c 2018-08-20 10:58:26,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:27,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e3191dc9-977b-4277-85b3-0b0aaeab41bb Date: Mon, 20 Aug 2018 10:58:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:27,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-e3191dc9-977b-4277-85b3-0b0aaeab41bb 2018-08-20 10:58:27,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:27,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0972f08-2e20-4a0a-82d8-2580eaaa7edc Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:27,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-e0972f08-2e20-4a0a-82d8-2580eaaa7edc 2018-08-20 10:58:27,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:27,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-edd5307a-1d8f-4aa8-848a-e9ed3ecf7d45 Date: Mon, 20 Aug 2018 10:58:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:27,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-edd5307a-1d8f-4aa8-848a-e9ed3ecf7d45 2018-08-20 10:58:27,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930d46d100c12306e2ca71f29c37b0c6d58ccd3f" 2018-08-20 10:58:27,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-f2c01b5c-be89-4111-8c01-ea0b7d650ad7 Date: Mon, 20 Aug 2018 10:58:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:27,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-f2c01b5c-be89-4111-8c01-ea0b7d650ad7 2018-08-20 10:58:27,434 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 10:58:42,466 - paramiko.transport - DEBUG - starting thread (client mode): 0xedf1a650L 2018-08-20 10:58:42,466 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 10:58:42,467 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 10:58:42,467 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 10:58:42,468 - 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-08-20 10:58:42,468 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 10:58:42,468 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 10:58:42,468 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 10:58:42,469 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 10:58:42,469 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 10:58:42,486 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 10:58:42,487 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 10:58:42,499 - paramiko.transport - DEBUG - Trying discovered key 83a50412249b588daf6ba5294bb2aec2 in 77c57baa-a045-49a5-8abb-35ef1bcd4d01 2018-08-20 10:58:42,523 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 10:58:42,530 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 10:58:42,630 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 10:58:42,645 - create_instance - INFO - SSH is active for VM instance 2018-08-20 10:58:42,645 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 10:58:42,647 - paramiko.transport - DEBUG - starting thread (client mode): 0xedf1a650L 2018-08-20 10:58:42,647 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 10:58:42,647 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-20 10:58:42,647 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-20 10:58:42,648 - 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-08-20 10:58:42,649 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 10:58:42,649 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-20 10:58:42,649 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 10:58:42,649 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 10:58:42,649 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 10:58:42,666 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 10:58:42,667 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 10:58:42,679 - paramiko.transport - DEBUG - Trying discovered key 83a50412249b588daf6ba5294bb2aec2 in 77c57baa-a045-49a5-8abb-35ef1bcd4d01 2018-08-20 10:58:42,704 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 10:58:42,710 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 10:58:42,712 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 10:58:42,713 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-20 10:58:42,713 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 10:58:42,714 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 10:58:42,716 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 10:58:42,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/3b430f28-d402-4db3-81ad-44baf0f9084f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:43,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffef9fca-fc82-440d-99a4-94d2f99103e2 x-compute-request-id: req-ffef9fca-fc82-440d-99a4-94d2f99103e2 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:43:46", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/3b430f28-d402-4db3-81ad-44baf0f9084f", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/3b430f28-d402-4db3-81ad-44baf0f9084f", "rel": "bookmark"}], "image": {"id": "4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "links": [{"href": "http://172.30.9.36:8774/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-08-20T10:58:04.000000", "flavor": {"id": "b0c48302-f719-406f-8082-07aef53ead52", "links": [{"href": "http://172.30.9.36:8774/flavors/b0c48302-f719-406f-8082-07aef53ead52", "rel": "bookmark"}]}, "id": "3b430f28-d402-4db3-81ad-44baf0f9084f", "security_groups": [{"name": "default"}], "user_id": "876d40f7b8424ccd9f57147283fd30cf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T10:58:04Z", "hostId": "d27fd2143d2c69b2b3e6a2e39ba0b6447385b0e61faa90700429e3e3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "created": "2018-08-20T10:57:58Z", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:58:43,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/3b430f28-d402-4db3-81ad-44baf0f9084f used request id req-ffef9fca-fc82-440d-99a4-94d2f99103e2 2018-08-20 10:58:43,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:43,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-d84ef0bb-aba6-4902-bb06-727337768077 Date: Mon, 20 Aug 2018 10:58:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","subnets":["889e67a1-7cad-4a47-8a3f-6e0c74c32ac9"],"description":"","tags":[],"updated_at":"2018-08-20T10:57:53Z","provider:segmentation_id":58,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net","admin_state_up":true,"tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:52Z","provider:network_type":"vxlan"}]} 2018-08-20 10:58:43,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net used request id req-d84ef0bb-aba6-4902-bb06-727337768077 2018-08-20 10:58:43,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:43,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c723a613-d03e-4db0-814c-a02a0866c975 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:43,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-c723a613-d03e-4db0-814c-a02a0866c975 2018-08-20 10:58:43,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:44,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f9ad75d4-8a6a-4ad2-8bfa-e7388071c8ad Date: Mon, 20 Aug 2018 10:58:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:53Z","dns_nameservers":[],"updated_at":"2018-08-20T10:57:53Z","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":"e2edc7b129df4f1e90b9b8842de92e25","id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","subnetpool_id":null,"name":"CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet"}]} 2018-08-20 10:58:44,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-f9ad75d4-8a6a-4ad2-8bfa-e7388071c8ad 2018-08-20 10:58:44,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79777fddfb9924a9b264071233b99cac4318083a" 2018-08-20 10:58:44,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5239 X-Openstack-Request-Id: req-2f73cf14-d78d-466e-b012-76b527726f14 Date: Mon, 20 Aug 2018 10:58:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:05Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.4"}],"id":"685e1db9-463e-4669-8ff5-0bfe7baf0e4a","security_groups":["bd4b1247-0540-48de-a738-f3d117aa070a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:5d:e5","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8bdab974-def0-435d-8f9d-c545a047df30","name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack-port1-yjp43g7ftwbm","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.1"}],"id":"68bf7763-3dc3-41b6-b5df-32892df926f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:31:3a","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ccfe5a4-c91d-4063-9cc6-b5593618b1c0","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.3"}],"id":"6b512604-c12d-4b83-9e70-722f3e40ad57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:a2:9b","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.6"}],"id":"aa3d8d0e-61d5-47d3-a294-d1134e5f62ab","security_groups":["1ecc68c9-6288-4dd5-982e-d8490165d05c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:43:46","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3b430f28-d402-4db3-81ad-44baf0f9084f","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.5"}],"id":"b0401856-3f2b-46d5-953e-534fe15a0eb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:7b:d8","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-20T10:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"889e67a1-7cad-4a47-8a3f-6e0c74c32ac9","ip_address":"10.1.2.2"}],"id":"e29997d6-13ed-46fb-a563-87c8ec9d1db9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:33:7e","project_id":"e2edc7b129df4f1e90b9b8842de92e25","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","name":"","admin_state_up":true,"network_id":"9f9c4c86-87ea-4047-9ac8-ea25ff98a69a","tenant_id":"e2edc7b129df4f1e90b9b8842de92e25","created_at":"2018-08-20T10:57:54Z","binding:vnic_type":"normal"}]} 2018-08-20 10:58:44,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=9f9c4c86-87ea-4047-9ac8-ea25ff98a69a used request id req-2f73cf14-d78d-466e-b012-76b527726f14 2018-08-20 10:58:44,173 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack 2018-08-20 10:58:44,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:44,206 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:44 GMT Server: Apache x-openstack-request-id: req-bed7f064-7901-4359-ab85-61a1d302257b Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:44,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:58:44 GMT Server: Apache x-openstack-request-id: req-45cf6695-d4ef-4525-9d93-49787ba3f884 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:58:44,283 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-45cf6695-d4ef-4525-9d93-49787ba3f884 2018-08-20 10:58:44,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:44,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:44 GMT Server: Apache x-openstack-request-id: req-d3c3014e-f560-4a3a-8bfa-89db8034ab37 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:44,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:44 GMT Server: Apache x-openstack-request-id: req-6e942b58-55b7-43fa-a3bf-e38f3f3af61c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 774 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-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:58:44Z", "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-08-20 10:58:44,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-6e942b58-55b7-43fa-a3bf-e38f3f3af61c 2018-08-20 10:58:44,342 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:58:44,343 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:58:47,346 - create_stack - DEBUG - Stack status query timeout in 1196.93717289 2018-08-20 10:58:47,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:47,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:47 GMT Server: Apache x-openstack-request-id: req-ab923d57-eebc-4f2d-bad0-ded0a5c17589 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:47,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:47 GMT Server: Apache x-openstack-request-id: req-d664dbb5-adf6-4edf-98ab-91935ac2eecc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 774 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-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:58:44Z", "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-08-20 10:58:47,782 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-d664dbb5-adf6-4edf-98ab-91935ac2eecc 2018-08-20 10:58:47,782 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:58:47,783 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:58:50,783 - create_stack - DEBUG - Stack status query timeout in 1193.49949884 2018-08-20 10:58:50,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:50,814 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:50 GMT Server: Apache x-openstack-request-id: req-9db97743-32ba-46cc-9202-0b7ad89d33ea Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:50,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:50 GMT Server: Apache x-openstack-request-id: req-1423530f-ce0f-4844-9174-06052d406e16 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 774 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-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:58:44Z", "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-08-20 10:58:50,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-1423530f-ce0f-4844-9174-06052d406e16 2018-08-20 10:58:50,857 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:58:50,857 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:58:53,860 - create_stack - DEBUG - Stack status query timeout in 1190.42295384 2018-08-20 10:58:53,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:53,891 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:53 GMT Server: Apache x-openstack-request-id: req-a6155c0b-787e-41e8-a719-b21db7725676 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:53,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:53 GMT Server: Apache x-openstack-request-id: req-1d301528-7cc0-40d0-a7d4-7141cefedd93 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 774 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-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-20T10:58:44Z", "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "outputs": [{"output_value": null, "output_error": "The specified reference \"keypair\" (in unknown) is incorrect.", "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-08-20 10:58:53,936 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-1d301528-7cc0-40d0-a7d4-7141cefedd93 2018-08-20 10:58:53,936 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-08-20 10:58:53,937 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-08-20 10:58:56,940 - create_stack - DEBUG - Stack status query timeout in 1187.34315586 2018-08-20 10:58:56,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:57,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:56 GMT Server: Apache x-openstack-request-id: req-1b4a3b1f-87c8-4373-98c6-c529c49f8f98 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:57,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:57 GMT Server: Apache x-openstack-request-id: req-0a47b8f4-9c9c-44ca-a4b2-a43915ef7c22 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-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor2", "OS::project_id": "e2edc7b129df4f1e90b9b8842de92e25", "OS::stack_id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-kp", "security_group_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-sec_grp", "subnet_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-subnet", "net_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst2", "inst1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-inst1", "image2_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image", "flavor1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-flavor1", "image1_name": "CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image"}, "deletion_time": "2018-08-20T10:58:55Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack", "stack_user_project_id": "dbf34eaa9ddd4b098c24197cae675fa0", "tags": null, "creation_time": "2018-08-20T10:57:46Z", "links": [{"href": "http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T10:58:44Z", "id": "2b1d5fed-c2a5-440b-996a-e56187f656b1", "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-08-20 10:58:57,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-0a47b8f4-9c9c-44ca-a4b2-a43915ef7c22 2018-08-20 10:58:57,197 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-08-20 10:58:57,197 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack 2018-08-20 10:58:57,197 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack 2018-08-20 10:58:57,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/2b1d5fed-c2a5-440b-996a-e56187f656b1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c2bc0c88aa8d09284599f2ad873df4eb5e2220" 2018-08-20 10:58:57,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 10:58:57 GMT Server: Apache x-openstack-request-id: req-397190f5-72cd-4df2-a897-fd1db30f2801 Location: http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-20 10:58:57,256 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:58:57 GMT Server: Apache x-openstack-request-id: req-b6485b77-98e1-4c42-8ea4-6d7838808fb8 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-08-20 10:58:57,256 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/e2edc7b129df4f1e90b9b8842de92e25/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-stack/2b1d5fed-c2a5-440b-996a-e56187f656b1 used request id req-b6485b77-98e1-4c42-8ea4-6d7838808fb8 2018-08-20 10:58:57,257 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-a2700c58-0b59-48cb-bd52-2b8c2d9225b9-image 2018-08-20 10:58:57,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00c3234621248436a32e7616c6e14cc2d96234eb" 2018-08-20 10:58:58,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-347822ba-d166-4e8e-b9b0-4b55425b6637 Date: Mon, 20 Aug 2018 10:58:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:58:58,123 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/4a865ca4-8aa1-4dec-8d9b-fcca0f163a53 used request id req-347822ba-d166-4e8e-b9b0-4b55425b6637 2018-08-20 10:58:58,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:58:58,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:58:58,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:58:58,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:58:58,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:58:58,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:58:58,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-43cfca04-63f0-4c6d-9f3e-970b497525a0 Date: Mon, 20 Aug 2018 10:58:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:49Z", "updated_at": "2018-08-20T10:57:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:57:49Z", "revision_number": 0, "id": "2524e909-dc8f-4d86-90c3-111d3e7260ef", "remote_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "remote_ip_prefix": null, "created_at": "2018-08-20T10:57:49Z", "security_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2edc7b129df4f1e90b9b8842de92e25"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:57:49Z", "revision_number": 0, "id": "8ea2b19e-8047-49af-908a-269a6507dc0a", "remote_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "remote_ip_prefix": null, "created_at": "2018-08-20T10:57:49Z", "security_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2edc7b129df4f1e90b9b8842de92e25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:57:49Z", "revision_number": 0, "id": "eac6fc44-6129-46c2-9c54-65329b42386a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:57:49Z", "security_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2edc7b129df4f1e90b9b8842de92e25"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:57:49Z", "revision_number": 0, "id": "f5a7feed-3e0a-4256-a021-85856943863f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:57:49Z", "security_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2edc7b129df4f1e90b9b8842de92e25"}], "revision_number": 4, "project_id": "e2edc7b129df4f1e90b9b8842de92e25", "id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 10:58:58,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-43cfca04-63f0-4c6d-9f3e-970b497525a0 2018-08-20 10:58:58,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:58:58,517 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 10:58:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-974eb736-6b85-4dc6-9e0f-6a1674fc7075 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 10:58:58,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-974eb736-6b85-4dc6-9e0f-6a1674fc7075 2018-08-20 10:58:58,518 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 10:58:58,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:58:58,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f22b1de-40f0-48b8-8a69-bf7c79765188 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e2edc7b129df4f1e90b9b8842de92e25", "name": "CreateStackFloatingIpTests-beebc455-7985-4ed-proj"}} 2018-08-20 10:58:58,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-9f22b1de-40f0-48b8-8a69-bf7c79765188 2018-08-20 10:58:58,617 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1ecc68c9-6288-4dd5-982e-d8490165d05c 2018-08-20 10:58:58,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1ecc68c9-6288-4dd5-982e-d8490165d05c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:58:58,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e4ae42d6-de89-4c74-9eb1-2b36fdca1e40 Date: Mon, 20 Aug 2018 10:58:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:57:49Z", "security_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "port_range_min": null, "revision_number": 0, "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:49Z", "project_id": "e2edc7b129df4f1e90b9b8842de92e25", "id": "2524e909-dc8f-4d86-90c3-111d3e7260ef"}, {"remote_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:57:49Z", "security_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "port_range_min": null, "revision_number": 0, "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:49Z", "project_id": "e2edc7b129df4f1e90b9b8842de92e25", "id": "8ea2b19e-8047-49af-908a-269a6507dc0a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:57:49Z", "security_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "port_range_min": null, "revision_number": 0, "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:49Z", "project_id": "e2edc7b129df4f1e90b9b8842de92e25", "id": "eac6fc44-6129-46c2-9c54-65329b42386a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:57:49Z", "security_group_id": "1ecc68c9-6288-4dd5-982e-d8490165d05c", "port_range_min": null, "revision_number": 0, "tenant_id": "e2edc7b129df4f1e90b9b8842de92e25", "created_at": "2018-08-20T10:57:49Z", "project_id": "e2edc7b129df4f1e90b9b8842de92e25", "id": "f5a7feed-3e0a-4256-a021-85856943863f"}]} 2018-08-20 10:58:58,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=1ecc68c9-6288-4dd5-982e-d8490165d05c used request id req-e4ae42d6-de89-4c74-9eb1-2b36fdca1e40 2018-08-20 10:58:58,819 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 10:58:58,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/1ecc68c9-6288-4dd5-982e-d8490165d05c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:58:59,169 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b0c69a00-ed0c-4f75-a5d2-324778a0ed0c Content-Length: 0 Date: Mon, 20 Aug 2018 10:58:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 10:58:59,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/1ecc68c9-6288-4dd5-982e-d8490165d05c used request id req-b0c69a00-ed0c-4f75-a5d2-324778a0ed0c 2018-08-20 10:58:59,170 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-beebc455-7985-4ed-proj 2018-08-20 10:58:59,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:58:59,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:58:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8915f5c-d3ee-40e2-8c8f-d1af1b80cf6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:58:59,427 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/e2edc7b129df4f1e90b9b8842de92e25 used request id req-f8915f5c-d3ee-40e2-8c8f-d1af1b80cf6c 2018-08-20 10:58:59,427 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-beebc455-7985-4ed-proj-role 2018-08-20 10:58:59,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/4328230f11e14ab5a0f32b46813bf08c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:58:59,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:58:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fca24d69-b27d-4385-b93e-ea804fa6ae34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:58:59,553 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4328230f11e14ab5a0f32b46813bf08c used request id req-fca24d69-b27d-4385-b93e-ea804fa6ae34 2018-08-20 10:58:59,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b378acd3df4b884ad2ac876192ed65445ec62008" 2018-08-20 10:58:59,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:58:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a439f737-2466-4262-a707-7e96773662d4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:58:59,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a439f737-2466-4262-a707-7e96773662d4 2018-08-20 10:58:59,675 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-beebc455-7985-4ed-user 2018-08-20 10:58:59,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/876d40f7b8424ccd9f57147283fd30cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5109c4fab8e1abc4f5d240baf92993b078fd7d" 2018-08-20 10:58:59,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:58:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88b6c525-707c-4542-accb-a6baf586540f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:58:59,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/876d40f7b8424ccd9f57147283fd30cf used request id req-88b6c525-707c-4542-accb-a6baf586540f 2018-08-20 10:58:59,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:00,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:59:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["CiPhIeF3Q8-4Oscq0ewG9g"], "issued_at": "2018-08-20T10:59:00.000000Z"}} 2018-08-20 10:59:00,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ce99526b551ffac27abf00a5032db8f67fa841" 2018-08-20 10:59:00,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5e00ad-f53f-47bb-b2c1-ac0b4633c611 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:00,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-dc5e00ad-f53f-47bb-b2c1-ac0b4633c611 2018-08-20 10:59:00,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:00,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:00,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:59:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["WmkY99aRTP6WBPOQjmObeA"], "issued_at": "2018-08-20T10:59:00.000000Z"}} 2018-08-20 10:59:00,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 10:59:00,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04d4f4b5-5cda-4821-b40e-57d0cc7e32b0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:00,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-04d4f4b5-5cda-4821-b40e-57d0cc7e32b0 2018-08-20 10:59:00,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:59:00,878 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:59:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:59:00,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-315b3974-bd63-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 10:59:00,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cbd461c-7a48-497d-b94a-d9266badb4b0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-315b3974-bd63-434-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 10:59:00,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-315b3974-bd63-434-proj used request id req-8cbd461c-7a48-497d-b94a-d9266badb4b0 2018-08-20 10:59:00,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 10:59:01,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d2602f-218a-4fda-aada-6ecaea17780a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:59:01,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-40d2602f-218a-4fda-aada-6ecaea17780a 2018-08-20 10:59:01,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}}' 2018-08-20 10:59:01,206 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:59:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-321fabda-aa60-42ff-9537-b0abc2f96637 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "id": "ff0d57ba357144859ae1e88da562cd84", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:01,207 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-321fabda-aa60-42ff-9537-b0abc2f96637 2018-08-20 10:59:01,207 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-315b3974-bd63-434-proj 2018-08-20 10:59:01,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:01,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:01,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:59:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["TQ6bAsnGTme8jQcjwSSM3Q"], "issued_at": "2018-08-20T10:59:01.000000Z"}} 2018-08-20 10:59:01,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059efb519fad1a0d7930ee7430c2dd42d06d26a6" 2018-08-20 10:59:01,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83fe8573-20cf-4d16-87ec-e1c4afcdfb76 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:01,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-83fe8573-20cf-4d16-87ec-e1c4afcdfb76 2018-08-20 10:59:01,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:59:01,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:59:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:59:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059efb519fad1a0d7930ee7430c2dd42d06d26a6" 2018-08-20 10:59:01,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7652901a-085a-4fef-8637-f6cc7184a2de Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 10:59:01,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7652901a-085a-4fef-8637-f6cc7184a2de 2018-08-20 10:59:01,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=AnsibleProvisioningTests-315b3974-bd63-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059efb519fad1a0d7930ee7430c2dd42d06d26a6" 2018-08-20 10:59:01,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb97d60b-0779-4cfa-ac4d-8e207dcfe362 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=AnsibleProvisioningTests-315b3974-bd63-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "id": "ff0d57ba357144859ae1e88da562cd84", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}]} 2018-08-20 10:59:01,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=AnsibleProvisioningTests-315b3974-bd63-434-proj used request id req-fb97d60b-0779-4cfa-ac4d-8e207dcfe362 2018-08-20 10:59:01,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059efb519fad1a0d7930ee7430c2dd42d06d26a6" 2018-08-20 10:59:01,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-446b8b7e-17ab-4f1e-bf02-095a8b5c50b1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 10:59:01,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-446b8b7e-17ab-4f1e-bf02-095a8b5c50b1 2018-08-20 10:59:02,320 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-315b3974-bd63-434-user 2018-08-20 10:59:02,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:02,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 10:59:02,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb8a2cd1-e752-4dd8-96a4-116a4fc479f4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 10:59:02,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-cb8a2cd1-e752-4dd8-96a4-116a4fc479f4 2018-08-20 10:59:02,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" -d '{"role": {"name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}}' 2018-08-20 10:59:02,542 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 10:59:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f717de23-2927-47ed-a973-3835cabcda2c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "links": {"self": "http://172.30.9.36:5000/v3/roles/12761a3d5edf4f0fa7d0de9de2a6ae84"}, "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}} 2018-08-20 10:59:02,542 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-f717de23-2927-47ed-a973-3835cabcda2c 2018-08-20 10:59:02,543 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-315b3974-bd63-434-proj-role 2018-08-20 10:59:02,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/12761a3d5edf4f0fa7d0de9de2a6ae84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 10:59:02,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f89503d-ea10-42ad-a2ae-baa7e0d328b6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "links": {"self": "http://172.30.9.36:5000/v3/roles/12761a3d5edf4f0fa7d0de9de2a6ae84"}, "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}} 2018-08-20 10:59:02,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/12761a3d5edf4f0fa7d0de9de2a6ae84 used request id req-9f89503d-ea10-42ad-a2ae-baa7e0d328b6 2018-08-20 10:59:02,563 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-315b3974-bd63-434-proj-role to project AnsibleProvisioningTests-315b3974-bd63-434-proj 2018-08-20 10:59:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84/users/7b5bd29df6d9469abeb52e5765866f07/roles/12761a3d5edf4f0fa7d0de9de2a6ae84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 10:59:02,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 10:59:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cea29d1-6d91-4d94-871e-c9b4fe7462f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 10:59:02,700 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84/users/7b5bd29df6d9469abeb52e5765866f07/roles/12761a3d5edf4f0fa7d0de9de2a6ae84 used request id req-3cea29d1-6d91-4d94-871e-c9b4fe7462f7 2018-08-20 10:59:02,700 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:59:02,702 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-08-20 10:59:02,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:02,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:03,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}], "expires_at": "2018-08-20T11:59:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-315b3974-bd63-434-user", "id": "7b5bd29df6d9469abeb52e5765866f07"}, "audit_ids": ["OOItV0CvQSOxr-6s94TKMQ"], "issued_at": "2018-08-20T10:59:03.000000Z"}} 2018-08-20 10:59:03,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" 2018-08-20 10:59:03,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-818c8660-705c-4ee7-96ad-2009ed0f43b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:03,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-818c8660-705c-4ee7-96ad-2009ed0f43b2 2018-08-20 10:59:03,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" 2018-08-20 10:59:03,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-e136fe3b-2f7e-4f45-9bd5-c6b624018938 Date: Mon, 20 Aug 2018 10:59:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image"} 2018-08-20 10:59:03,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image used request id req-e136fe3b-2f7e-4f45-9bd5-c6b624018938 2018-08-20 10:59:03,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" 2018-08-20 10:59:03,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8e2becd6-65cd-49a4-958f-b36e9538dd4f Date: Mon, 20 Aug 2018 10:59: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:59:03,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-8e2becd6-65cd-49a4-958f-b36e9538dd4f 2018-08-20 10:59:03,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image"}' 2018-08-20 10:59:03,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c6140d53-1b35-4f10-826d-0989d723151e Date: Mon, 20 Aug 2018 10:59:03 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:59:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T10:59:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "min_disk": 0, "protected": false, "id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "file": "/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/file", "checksum": null, "owner": "ff0d57ba357144859ae1e88da562cd84", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:59:03,845 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-c6140d53-1b35-4f10-826d-0989d723151e 2018-08-20 10:59:03,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" -d '' 2018-08-20 10:59:08,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cbb4d47e-3494-4ef6-9f09-1cfb532d046c Date: Mon, 20 Aug 2018 10:59:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 10:59:08,502 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/file used request id req-cbb4d47e-3494-4ef6-9f09-1cfb532d046c 2018-08-20 10:59:08,502 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-20 10:59:08,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" 2018-08-20 10:59:08,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-654d514e-d873-4925-9843-64c69bca48ff Date: Mon, 20 Aug 2018 10:59:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:59:03Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-08-20T10:59:08Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/snap", "metadata": {}}], "self": "/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "min_disk": 0, "protected": false, "id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "file": "/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "ff0d57ba357144859ae1e88da562cd84", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:59:08,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da used request id req-654d514e-d873-4925-9843-64c69bca48ff 2018-08-20 10:59:08,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" 2018-08-20 10:59:08,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-57b4932d-3942-4097-8093-92224d9116fe Date: Mon, 20 Aug 2018 10:59: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:59:08,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-57b4932d-3942-4097-8093-92224d9116fe 2018-08-20 10:59:08,712 - create_image - INFO - Created image with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image 2018-08-20 10:59:08,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" 2018-08-20 10:59:08,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4600f5aa-44db-4b43-9b09-c38b67e839f2 Date: Mon, 20 Aug 2018 10:59:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:59:03Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-08-20T10:59:08Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/snap", "metadata": {}}], "self": "/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "min_disk": 0, "protected": false, "id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "file": "/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "ff0d57ba357144859ae1e88da562cd84", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 10:59:08,921 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da used request id req-4600f5aa-44db-4b43-9b09-c38b67e839f2 2018-08-20 10:59:08,922 - create_image - DEBUG - Instance status is - active 2018-08-20 10:59:08,922 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image 2018-08-20 10:59:08,922 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image 2018-08-20 10:59:08,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:08,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:09,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}], "expires_at": "2018-08-20T11:59:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-315b3974-bd63-434-user", "id": "7b5bd29df6d9469abeb52e5765866f07"}, "audit_ids": ["t1a26ytUSgu8KPv8jI9VOQ"], "issued_at": "2018-08-20T10:59:09.000000Z"}} 2018-08-20 10:59:09,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" 2018-08-20 10:59:09,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-164b54e4-1e6a-482b-b5b0-6d3689240741 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:09,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-164b54e4-1e6a-482b-b5b0-6d3689240741 2018-08-20 10:59:09,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:59:09,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:59:09,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:59:09,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:59:09,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:59:09,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" 2018-08-20 10:59:09,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f06cf20a-0950-45df-9010-2072d969f4f5 Date: Mon, 20 Aug 2018 10:59:09 GMT RESP BODY: {"networks":[]} 2018-08-20 10:59:09,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-f06cf20a-0950-45df-9010-2072d969f4f5 2018-08-20 10:59:09,603 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net 2018-08-20 10:59:09,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" -d '{"network": {"mtu": 1450, "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net", "admin_state_up": true}}' 2018-08-20 10:59:10,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-cc7186b7-917a-4d2e-bfe9-3f46600ef0da Date: Mon, 20 Aug 2018 10:59:10 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T10:59:10Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}} 2018-08-20 10:59:10,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-cc7186b7-917a-4d2e-bfe9-3f46600ef0da 2018-08-20 10:59:10,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" 2018-08-20 10:59:10,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8a4db5c6-6222-44da-8085-ca9b6e61251d Date: Mon, 20 Aug 2018 10:59:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T10:59:10Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:10,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-8a4db5c6-6222-44da-8085-ca9b6e61251d 2018-08-20 10:59:10,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" 2018-08-20 10:59:10,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-46e6415f-80a8-4dd4-bd4d-e226f6968180 Date: Mon, 20 Aug 2018 10:59:10 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:59:10,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-46e6415f-80a8-4dd4-bd4d-e226f6968180 2018-08-20 10:59:10,796 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet 2018-08-20 10:59:10,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" -d '{"subnets": [{"ip_version": 4, "network_id": "6fc71434-4b5e-4fd3-b83e-7421d84a5363", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]}' 2018-08-20 10:59:11,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1562e293-1ed6-443c-aed6-606d5cafcc1a Date: Mon, 20 Aug 2018 10:59:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:11,606 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-1562e293-1ed6-443c-aed6-606d5cafcc1a 2018-08-20 10:59:11,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" 2018-08-20 10:59:11,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-8db531ad-b9d9-46fc-902f-1ef71a08fc89 Date: Mon, 20 Aug 2018 10:59: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:11,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-8db531ad-b9d9-46fc-902f-1ef71a08fc89 2018-08-20 10:59:11,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" 2018-08-20 10:59:12,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a4d8db6c-59b1-4cd4-8bed-1f87018497d1 Date: Mon, 20 Aug 2018 10:59:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:12,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-a4d8db6c-59b1-4cd4-8bed-1f87018497d1 2018-08-20 10:59:12,145 - OpenStackNetwork - DEBUG - Network [6fc71434-4b5e-4fd3-b83e-7421d84a5363] created successfully 2018-08-20 10:59:12,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:12,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:12,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}], "expires_at": "2018-08-20T11:59:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-315b3974-bd63-434-user", "id": "7b5bd29df6d9469abeb52e5765866f07"}, "audit_ids": ["r-dT2EFdS1-wp-pSmiLWBQ"], "issued_at": "2018-08-20T10:59:12.000000Z"}} 2018-08-20 10:59:12,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:12,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1bf04d4-5376-4c3b-ab0b-1551d46d5b06 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:12,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e1bf04d4-5376-4c3b-ab0b-1551d46d5b06 2018-08-20 10:59:12,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:59:12,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:59:12,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:59:12,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:59:12,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:59:12,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:12,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b175f1ad-8887-472f-9286-3eb393ad836e Date: Mon, 20 Aug 2018 10:59:12 GMT RESP BODY: {"routers": []} 2018-08-20 10:59:12,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router&admin_state_up=True used request id req-b175f1ad-8887-472f-9286-3eb393ad836e 2018-08-20 10:59:12,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:12,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:13,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}], "expires_at": "2018-08-20T11:59:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-315b3974-bd63-434-user", "id": "7b5bd29df6d9469abeb52e5765866f07"}, "audit_ids": ["dCV8uu3TTRaPZQ7hQ2juLQ"], "issued_at": "2018-08-20T10:59:13.000000Z"}} 2018-08-20 10:59:13,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ea672ef6ed9f998af14955da9c90d48d8543125" 2018-08-20 10:59:13,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f70ac048-e472-4a20-bcf8-178268d06579 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:13,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-f70ac048-e472-4a20-bcf8-178268d06579 2018-08-20 10:59:13,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:13,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f4df07dd-00a4-465d-8949-bc958eada673 Date: Mon, 20 Aug 2018 10:59:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 10:59:13,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-f4df07dd-00a4-465d-8949-bc958eada673 2018-08-20 10:59:13,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:13,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-55b3706e-0ea4-4bb8-8d7f-39aa4aa75c46 Date: Mon, 20 Aug 2018 10:59:13 GMT RESP BODY: {"subnets":[]} 2018-08-20 10:59:13,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-55b3706e-0ea4-4bb8-8d7f-39aa4aa75c46 2018-08-20 10:59:13,914 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router 2018-08-20 10:59:13,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router", "admin_state_up": true}}' 2018-08-20 10:59:15,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-19548e94-6166-4354-9270-96c2a00485b3 Date: Mon, 20 Aug 2018 10:59:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:14Z", "admin_state_up": true, "updated_at": "2018-08-20T10:59:14Z", "revision_number": 2, "routes": [], "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "749e6ab8-c89e-452b-b30e-a2dd41daf507", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router"}} 2018-08-20 10:59:15,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-19548e94-6166-4354-9270-96c2a00485b3 2018-08-20 10:59:15,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=749e6ab8-c89e-452b-b30e-a2dd41daf507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:15,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f2cf7d18-a986-486c-902d-f1bb1c70d3e2 Date: Mon, 20 Aug 2018 10:59:15 GMT RESP BODY: {"ports":[]} 2018-08-20 10:59:15,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=749e6ab8-c89e-452b-b30e-a2dd41daf507 used request id req-f2cf7d18-a986-486c-902d-f1bb1c70d3e2 2018-08-20 10:59:15,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:15,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-4521bc60-9536-4f9f-ae93-509707372f8e Date: Mon, 20 Aug 2018 10:59: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:15,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-4521bc60-9536-4f9f-ae93-509707372f8e 2018-08-20 10:59:15,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:59:15,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:59:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:59:15,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:15,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03409ab4-89f8-4036-a1d2-37c40a510136 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:15,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-03409ab4-89f8-4036-a1d2-37c40a510136 2018-08-20 10:59:15,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:16,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-65ce9352-bb15-4146-8fee-7b3e4a506619 Date: Mon, 20 Aug 2018 10:59:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:16,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-65ce9352-bb15-4146-8fee-7b3e4a506619 2018-08-20 10:59:16,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:16,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b7875d2a-bcfc-4854-88ed-3e6056a13f4b Date: Mon, 20 Aug 2018 10:59:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:16,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet used request id req-b7875d2a-bcfc-4854-88ed-3e6056a13f4b 2018-08-20 10:59:16,437 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-20 10:59:16,438 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router 2018-08-20 10:59:16,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/749e6ab8-c89e-452b-b30e-a2dd41daf507/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" -d '{"subnet_id": "3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"}' 2018-08-20 10:59:18,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b777992a-bc60-4748-835e-9e988f1764e7 Date: Mon, 20 Aug 2018 10:59:18 GMT RESP BODY: {"network_id": "6fc71434-4b5e-4fd3-b83e-7421d84a5363", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "subnet_id": "3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0", "subnet_ids": ["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"], "port_id": "5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e", "id": "749e6ab8-c89e-452b-b30e-a2dd41daf507"} 2018-08-20 10:59:18,714 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/749e6ab8-c89e-452b-b30e-a2dd41daf507/add_router_interface used request id req-b777992a-bc60-4748-835e-9e988f1764e7 2018-08-20 10:59:18,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/749e6ab8-c89e-452b-b30e-a2dd41daf507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:19,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-cbc681de-660f-45a7-abeb-d6a1c8f2ad11 Date: Mon, 20 Aug 2018 10:59:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:14Z", "admin_state_up": true, "updated_at": "2018-08-20T10:59:17Z", "revision_number": 3, "routes": [], "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "749e6ab8-c89e-452b-b30e-a2dd41daf507", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router"}} 2018-08-20 10:59:19,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/749e6ab8-c89e-452b-b30e-a2dd41daf507 used request id req-cbc681de-660f-45a7-abeb-d6a1c8f2ad11 2018-08-20 10:59:19,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=749e6ab8-c89e-452b-b30e-a2dd41daf507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:19,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-a96ecc79-46bb-47d5-be0b-207ac788cc67 Date: Mon, 20 Aug 2018 10:59:19 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 10:59:19,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=749e6ab8-c89e-452b-b30e-a2dd41daf507 used request id req-a96ecc79-46bb-47d5-be0b-207ac788cc67 2018-08-20 10:59:19,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 10:59:19,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-58d04827-bb88-4ba8-adc7-da66e7ce0b69 Date: Mon, 20 Aug 2018 10:59:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}} 2018-08-20 10:59:19,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0 used request id req-58d04827-bb88-4ba8-adc7-da66e7ce0b69 2018-08-20 10:59:19,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:19,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:19,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T11:59:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["EoUfvZdCSZag_H_Hqvj0Fw"], "issued_at": "2018-08-20T10:59:19.000000Z"}} 2018-08-20 10:59:19,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2f89d6ac9bb2c86ccbfdd33040940d3692b8e" 2018-08-20 10:59:20,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6064f4b-4a54-4e07-bee1-fdc22ab42978 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:20,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c6064f4b-4a54-4e07-bee1-fdc22ab42978 2018-08-20 10:59:20,020 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:59:20,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2f89d6ac9bb2c86ccbfdd33040940d3692b8e" 2018-08-20 10:59:20,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba8dca55-32ac-498e-a7fd-b2c7f0bb4b3d x-compute-request-id: req-ba8dca55-32ac-498e-a7fd-b2c7f0bb4b3d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 10:59:20,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-ba8dca55-32ac-498e-a7fd-b2c7f0bb4b3d 2018-08-20 10:59:20,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2f89d6ac9bb2c86ccbfdd33040940d3692b8e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-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-08-20 10:59:20,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-268c675b-8b23-4968-a733-f4ffa17776fe x-compute-request-id: req-268c675b-8b23-4968-a733-f4ffa17776fe Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "80bbe511-14d1-4c32-8362-e4bb9e52f456"}} 2018-08-20 10:59:20,262 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-268c675b-8b23-4968-a733-f4ffa17776fe 2018-08-20 10:59:20,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:20,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:20,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}], "expires_at": "2018-08-20T11:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-315b3974-bd63-434-user", "id": "7b5bd29df6d9469abeb52e5765866f07"}, "audit_ids": ["D6KITtv0Tjy6jJOiE7qiAA"], "issued_at": "2018-08-20T10:59:20.000000Z"}} 2018-08-20 10:59:20,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc24fd81ff8620cb1b84087e2dd34e0c85935662" 2018-08-20 10:59:20,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d28c7b6-5421-4b61-ab20-6f41f1daeec4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:20,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-8d28c7b6-5421-4b61-ab20-6f41f1daeec4 2018-08-20 10:59:20,758 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:59:20,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc24fd81ff8620cb1b84087e2dd34e0c85935662" 2018-08-20 10:59:20,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-167226d9-e029-4ebf-b5e9-47dce3b3768d x-compute-request-id: req-167226d9-e029-4ebf-b5e9-47dce3b3768d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 10:59:20,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-167226d9-e029-4ebf-b5e9-47dce3b3768d 2018-08-20 10:59:20,969 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp... 2018-08-20 10:59:20,970 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 10:59:21,066 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp 2018-08-20 10:59:21,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc24fd81ff8620cb1b84087e2dd34e0c85935662" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOaYC20A0rVo1+W/lzervZH8gTXjhSxWX71pND2A4B0ErFQrDvdthqdPVEAdltBOFs3xoeL5LtasH//XGohFYtOW8d0tfOmayW2IN1gogs5QG+g9wqvv2Hs/Kvrfx46F6Q/gqQtiAbUG5TJRN3XyfwIDJBwVQScKt9D3kDsaNGGw==", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp"}}' 2018-08-20 10:59:21,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63b08ca2-69e4-426c-8747-1929f4f243d4 x-compute-request-id: req-63b08ca2-69e4-426c-8747-1929f4f243d4 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOaYC20A0rVo1+W/lzervZH8gTXjhSxWX71pND2A4B0ErFQrDvdthqdPVEAdltBOFs3xoeL5LtasH//XGohFYtOW8d0tfOmayW2IN1gogs5QG+g9wqvv2Hs/Kvrfx46F6Q/gqQtiAbUG5TJRN3XyfwIDJBwVQScKt9D3kDsaNGGw==", "user_id": "7b5bd29df6d9469abeb52e5765866f07", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "fingerprint": "66:63:43:0e:0c:1b:e8:9d:89:d3:91:33:38:c4:fb:2f"}} 2018-08-20 10:59:21,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-63b08ca2-69e4-426c-8747-1929f4f243d4 2018-08-20 10:59:21,143 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6.pub 2018-08-20 10:59:21,143 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6 2018-08-20 10:59:21,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:21,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:21,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}], "expires_at": "2018-08-20T11:59:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-315b3974-bd63-434-user", "id": "7b5bd29df6d9469abeb52e5765866f07"}, "audit_ids": ["tSaKqSBSTNG4WDVfhv0KhA"], "issued_at": "2018-08-20T10:59:21.000000Z"}} 2018-08-20 10:59:21,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:21,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fab10a9e-bd95-4f58-8c04-8684ef129612 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:21,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fab10a9e-bd95-4f58-8c04-8684ef129612 2018-08-20 10:59:21,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:59:21,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:59:21,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:59:21,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:59:21,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:59:21,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:21,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3f569739-b256-48c1-82b2-f4ad50cbc6b7 Date: Mon, 20 Aug 2018 10:59:21 GMT RESP BODY: {"security_groups": []} 2018-08-20 10:59:21,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp used request id req-3f569739-b256-48c1-82b2-f4ad50cbc6b7 2018-08-20 10:59:21,938 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp... 2018-08-20 10:59:21,938 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp 2018-08-20 10:59:21,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" -d '{"security_group": {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}}' 2018-08-20 10:59:22,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-402b312a-0076-4f8f-991d-e617bcccdbd5 Date: Mon, 20 Aug 2018 10:59:22 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "updated_at": "2018-08-20T10:59:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}], "revision_number": 2, "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "de582b9f-922e-46da-907a-b90f48d14bac", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}} 2018-08-20 10:59:22,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-402b312a-0076-4f8f-991d-e617bcccdbd5 2018-08-20 10:59:22,356 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:22,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:22,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5f91870d-b9b9-4a25-97c4-bda32f4bc0a6 Date: Mon, 20 Aug 2018 10:59: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-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53"}]} 2018-08-20 10:59:22,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-5f91870d-b9b9-4a25-97c4-bda32f4bc0a6 2018-08-20 10:59:22,635 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:22,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:22,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d5bec35-8ae5-4b45-aa6c-d34c35d64c45 Date: Mon, 20 Aug 2018 10:59: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-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53"}]} 2018-08-20 10:59:22,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-3d5bec35-8ae5-4b45-aa6c-d34c35d64c45 2018-08-20 10:59:22,834 - neutron_utils - INFO - Retrieving security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:22,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:22,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-1c5e7659-b15b-4934-abd9-96fd1dd3cb21 Date: Mon, 20 Aug 2018 10:59:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "updated_at": "2018-08-20T10:59:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}], "revision_number": 2, "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "de582b9f-922e-46da-907a-b90f48d14bac", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}]} 2018-08-20 10:59:22,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-1c5e7659-b15b-4934-abd9-96fd1dd3cb21 2018-08-20 10:59:22,936 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:22,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:23,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1628766a-e2ef-4749-94e7-08b7c7ba21a2 Date: Mon, 20 Aug 2018 10:59: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-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53"}]} 2018-08-20 10:59:23,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-1628766a-e2ef-4749-94e7-08b7c7ba21a2 2018-08-20 10:59:23,168 - neutron_utils - INFO - Retrieving security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:23,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:23,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-a38e6fe0-b21d-42c3-88f9-ac4ee0ea417e Date: Mon, 20 Aug 2018 10:59:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "updated_at": "2018-08-20T10:59:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}], "revision_number": 2, "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "de582b9f-922e-46da-907a-b90f48d14bac", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}]} 2018-08-20 10:59:23,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-a38e6fe0-b21d-42c3-88f9-ac4ee0ea417e 2018-08-20 10:59:23,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:23,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:23,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-99258ced-c5a4-41e5-a1de-c9c27212e203 Date: Mon, 20 Aug 2018 10:59: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-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53"}]} 2018-08-20 10:59:23,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-99258ced-c5a4-41e5-a1de-c9c27212e203 2018-08-20 10:59:23,595 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp 2018-08-20 10:59:23,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:23,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-392f33bb-2b9c-401c-a772-7d68ee21bdd8 Date: Mon, 20 Aug 2018 10:59:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "updated_at": "2018-08-20T10:59:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}], "revision_number": 2, "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "de582b9f-922e-46da-907a-b90f48d14bac", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}]} 2018-08-20 10:59:23,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp used request id req-392f33bb-2b9c-401c-a772-7d68ee21bdd8 2018-08-20 10:59:23,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:59:23,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:59:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:59:23,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:23,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d7533b6-ada7-447c-bb2f-d2c406dd9389 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:23,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-4d7533b6-ada7-447c-bb2f-d2c406dd9389 2018-08-20 10:59:23,938 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:23,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:24,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea6a8499-ba6a-4bc6-b042-57be70ba9c0c Date: Mon, 20 Aug 2018 10:59: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-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53"}]} 2018-08-20 10:59:24,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-ea6a8499-ba6a-4bc6-b042-57be70ba9c0c 2018-08-20 10:59:24,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}cb18232cd019ceff7d154fc4d67852bea625fd49" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac"}}' 2018-08-20 10:59:24,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-3ccdf640-a7ab-426b-a5a0-15e0f99420a7 Date: Mon, 20 Aug 2018 10:59:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:24Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:24Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c0f93df4-1aa8-4c13-8f10-47c7d6a26343"}} 2018-08-20 10:59:24,497 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-3ccdf640-a7ab-426b-a5a0-15e0f99420a7 2018-08-20 10:59:24,497 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp 2018-08-20 10:59:24,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:24,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-cda5db2a-acbb-4c13-8aae-4ffc4b283d16 Date: Mon, 20 Aug 2018 10:59:24 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "updated_at": "2018-08-20T10:59:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:24Z", "revision_number": 0, "id": "c0f93df4-1aa8-4c13-8f10-47c7d6a26343", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:24Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}], "revision_number": 3, "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "de582b9f-922e-46da-907a-b90f48d14bac", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}]} 2018-08-20 10:59:24,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp used request id req-cda5db2a-acbb-4c13-8aae-4ffc4b283d16 2018-08-20 10:59:24,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:24,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc7830fc-1648-4bd0-9fb0-99ddb024df5c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:24,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-dc7830fc-1648-4bd0-9fb0-99ddb024df5c 2018-08-20 10:59:24,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:24,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:24,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-ec38185b-923e-4fda-ae12-ff936268d9a7 Date: Mon, 20 Aug 2018 10:59: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-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:24Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:24Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c0f93df4-1aa8-4c13-8f10-47c7d6a26343"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53"}]} 2018-08-20 10:59:24,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-ec38185b-923e-4fda-ae12-ff936268d9a7 2018-08-20 10:59:24,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}cb18232cd019ceff7d154fc4d67852bea625fd49" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac"}}' 2018-08-20 10:59:25,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-2c0feecc-0a79-4e13-8333-eedf1c199b33 Date: Mon, 20 Aug 2018 10:59:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T10:59:25Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": 22, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:25Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "353736f9-7a19-46fc-9c75-838aeb726318"}} 2018-08-20 10:59:25,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-2c0feecc-0a79-4e13-8333-eedf1c199b33 2018-08-20 10:59:25,278 - neutron_utils - INFO - Retrieving security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:25,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:25,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-0c9157ec-3132-4ccf-a6e3-302acb116869 Date: Mon, 20 Aug 2018 10:59:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "updated_at": "2018-08-20T10:59:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T10:59:25Z", "revision_number": 0, "id": "353736f9-7a19-46fc-9c75-838aeb726318", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:25Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:24Z", "revision_number": 0, "id": "c0f93df4-1aa8-4c13-8f10-47c7d6a26343", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:24Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "revision_number": 0, "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}], "revision_number": 4, "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "de582b9f-922e-46da-907a-b90f48d14bac", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}]} 2018-08-20 10:59:25,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-0c9157ec-3132-4ccf-a6e3-302acb116869 2018-08-20 10:59:25,333 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de582b9f-922e-46da-907a-b90f48d14bac 2018-08-20 10:59:25,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 10:59:25,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-672e08cb-2f31-41c3-85dc-32f81914a2fe Date: Mon, 20 Aug 2018 10:59:25 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-08-20T10:59:25Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": 22, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:25Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "353736f9-7a19-46fc-9c75-838aeb726318"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "4a51fb77-d4d7-4e36-8b57-b811788e728b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:24Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:24Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c0f93df4-1aa8-4c13-8f10-47c7d6a26343"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:22Z", "security_group_id": "de582b9f-922e-46da-907a-b90f48d14bac", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:22Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "c881863f-2b72-42a9-9ddc-8f37e98bdc53"}]} 2018-08-20 10:59:25,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=de582b9f-922e-46da-907a-b90f48d14bac used request id req-672e08cb-2f31-41c3-85dc-32f81914a2fe 2018-08-20 10:59:25,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:25,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:25,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}], "expires_at": "2018-08-20T11:59:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-315b3974-bd63-434-user", "id": "7b5bd29df6d9469abeb52e5765866f07"}, "audit_ids": ["downyqKRS3CcUAIbVibo8w"], "issued_at": "2018-08-20T10:59:25.000000Z"}} 2018-08-20 10:59:25,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:25,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2e65318-074b-495a-8d7a-2dde7adffc9c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:25,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d2e65318-074b-495a-8d7a-2dde7adffc9c 2018-08-20 10:59:25,853 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 10:59:25,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 10:59:25,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 10:59:25,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 10:59:25,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 10:59:25,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 10:59:25,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:25,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6352f23-9e01-45a5-af90-d5c4a9686951 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:25,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-c6352f23-9e01-45a5-af90-d5c4a9686951 2018-08-20 10:59:25,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:26,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-1e224e39-ec00-43de-a01d-420c8594fafe Date: Mon, 20 Aug 2018 10:59: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:26,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-1e224e39-ec00-43de-a01d-420c8594fafe 2018-08-20 10:59:26,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:26,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2b941b70-5f35-44a6-8d99-dd6e7228caba Date: Mon, 20 Aug 2018 10:59:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:26,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-2b941b70-5f35-44a6-8d99-dd6e7228caba 2018-08-20 10:59:26,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:26,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-b653baa8-7e28-406c-897f-d8a22cce4bdd Date: Mon, 20 Aug 2018 10:59: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:26,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-b653baa8-7e28-406c-897f-d8a22cce4bdd 2018-08-20 10:59:26,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:59:26,747 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:59:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:59:26,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:26,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19e54401-b8ac-48d9-902a-87da7c755f10 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:26,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-19e54401-b8ac-48d9-902a-87da7c755f10 2018-08-20 10:59:26,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:26,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-522b265c-b95f-4579-9e73-41fa6e45170a Date: Mon, 20 Aug 2018 10:59:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:26,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-522b265c-b95f-4579-9e73-41fa6e45170a 2018-08-20 10:59:26,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:27,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-01af9f02-e269-4176-9e8f-f9a9990cd34a Date: Mon, 20 Aug 2018 10:59:27 GMT RESP BODY: {"ports":[]} 2018-08-20 10:59:27,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1&admin_state_up=True used request id req-01af9f02-e269-4176-9e8f-f9a9990cd34a 2018-08-20 10:59:27,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:27,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6ef980d-7d1e-4eed-a4c3-6caf1c667045 x-compute-request-id: req-b6ef980d-7d1e-4eed-a4c3-6caf1c667045 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 10:59:27,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst used request id req-b6ef980d-7d1e-4eed-a4c3-6caf1c667045 2018-08-20 10:59:27,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:27,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-24140887-2278-49ec-9051-6b0bee721c87 Date: Mon, 20 Aug 2018 10:59: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:27,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-24140887-2278-49ec-9051-6b0bee721c87 2018-08-20 10:59:27,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:27,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-97cacf57-3573-4519-8664-933d78d048e3 Date: Mon, 20 Aug 2018 10:59:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:27,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-97cacf57-3573-4519-8664-933d78d048e3 2018-08-20 10:59:27,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:28,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-d3f328d7-0ed6-44a7-b9d1-3e18f3751af9 Date: Mon, 20 Aug 2018 10:59: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:28,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-d3f328d7-0ed6-44a7-b9d1-3e18f3751af9 2018-08-20 10:59:28,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:28,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37bc1f34-286e-459e-bf4c-6f694c7de6c6 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:28,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-37bc1f34-286e-459e-bf4c-6f694c7de6c6 2018-08-20 10:59:28,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:28,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-424d56ae-35e2-472f-baed-34990277862a Date: Mon, 20 Aug 2018 10:59:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:28,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-424d56ae-35e2-472f-baed-34990277862a 2018-08-20 10:59:28,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:28,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-46d08981-62e7-4914-a41b-c2010531d5be Date: Mon, 20 Aug 2018 10:59:28 GMT RESP BODY: {"ports":[]} 2018-08-20 10:59:28,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1&admin_state_up=True used request id req-46d08981-62e7-4914-a41b-c2010531d5be 2018-08-20 10:59:28,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 10:59:28,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 10:59:29,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12761a3d5edf4f0fa7d0de9de2a6ae84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj-role"}], "expires_at": "2018-08-20T11:59:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ff0d57ba357144859ae1e88da562cd84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-315b3974-bd63-434-user", "id": "7b5bd29df6d9469abeb52e5765866f07"}, "audit_ids": ["eAoxJu15ShS0CDli5mBtew"], "issued_at": "2018-08-20T10:59:29.000000Z"}} 2018-08-20 10:59:29,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab37fe09e367d7d94448cc30b16025dfcae3a4f" 2018-08-20 10:59:29,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b18735c9-dbae-4dbb-8322-d010d12dcf91 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 10:59:29,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b18735c9-dbae-4dbb-8322-d010d12dcf91 2018-08-20 10:59:29,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:29,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e51d672e-202e-46b1-a701-085d614f371e Date: Mon, 20 Aug 2018 10:59: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:29,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-e51d672e-202e-46b1-a701-085d614f371e 2018-08-20 10:59:29,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:29,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-896be306-7d98-43b8-9f8e-d913752480ce Date: Mon, 20 Aug 2018 10:59:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:29,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-896be306-7d98-43b8-9f8e-d913752480ce 2018-08-20 10:59:29,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:29,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-8f505f17-55fd-4012-b39a-ae01fbda6b47 Date: Mon, 20 Aug 2018 10:59: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:29,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-8f505f17-55fd-4012-b39a-ae01fbda6b47 2018-08-20 10:59:29,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 10:59:29,887 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 10:59:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 10:59:29,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab37fe09e367d7d94448cc30b16025dfcae3a4f" 2018-08-20 10:59:29,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6d5559-8d06-42e7-bcec-0ede0b7a6de4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:29,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-2a6d5559-8d06-42e7-bcec-0ede0b7a6de4 2018-08-20 10:59:29,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:30,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9405e9e9-59f0-4f0f-a82f-6a56cf3d5cf6 Date: Mon, 20 Aug 2018 10:59:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:30,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-9405e9e9-59f0-4f0f-a82f-6a56cf3d5cf6 2018-08-20 10:59:30,222 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net 2018-08-20 10:59:30,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" -d '{"port": {"network_id": "6fc71434-4b5e-4fd3-b83e-7421d84a5363", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1", "admin_state_up": true}}' 2018-08-20 10:59:30,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-60479ab9-4816-4981-8e6f-c3afda7265bc Date: Mon, 20 Aug 2018 10:59:30 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T10:59:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T10:59:30Z","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:dc:df:19","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f"],"device_id":""}} 2018-08-20 10:59:30,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-60479ab9-4816-4981-8e6f-c3afda7265bc 2018-08-20 10:59:31,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:31,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-a77193ec-d56e-47d1-9dd4-357a934b7277 Date: Mon, 20 Aug 2018 10:59:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:31,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-a77193ec-d56e-47d1-9dd4-357a934b7277 2018-08-20 10:59:31,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:31,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e40d90cb-506d-4b2c-ac8f-807c89f44847 Date: Mon, 20 Aug 2018 10:59:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:31,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-e40d90cb-506d-4b2c-ac8f-807c89f44847 2018-08-20 10:59:31,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:31,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-3b6f796d-44ff-4a4c-b1a6-2af0c87c4d53 Date: Mon, 20 Aug 2018 10:59:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 10:59:31,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-3b6f796d-44ff-4a4c-b1a6-2af0c87c4d53 2018-08-20 10:59:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:31,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2823d41-0467-435d-bcd2-caa22c4cf703 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:31,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-b2823d41-0467-435d-bcd2-caa22c4cf703 2018-08-20 10:59:31,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:31,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-798393fe-21e9-4fdc-a31e-d599b3d26510 Date: Mon, 20 Aug 2018 10:59:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 10:59:31,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-798393fe-21e9-4fdc-a31e-d599b3d26510 2018-08-20 10:59:31,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:32,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-98c925d3-2b4b-4c60-8270-7df1bd7a8f67 Date: Mon, 20 Aug 2018 10:59:32 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:30Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:30Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:dc:df:19","id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f"],"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1"}]} 2018-08-20 10:59:32,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1&admin_state_up=True used request id req-98c925d3-2b4b-4c60-8270-7df1bd7a8f67 2018-08-20 10:59:32,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:32,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb4c1314-1197-4946-a514-27c8d61e0975 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 10:59:32,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-fb4c1314-1197-4946-a514-27c8d61e0975 2018-08-20 10:59:32,120 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst 2018-08-20 10:59:32,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:32,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-936afa54-6da1-4501-8f41-4d2be483dad8 x-compute-request-id: req-936afa54-6da1-4501-8f41-4d2be483dad8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-flavor-name"}]} 2018-08-20 10:59:32,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-936afa54-6da1-4501-8f41-4d2be483dad8 2018-08-20 10:59:32,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:32,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f388a45-81ee-458b-a6c0-7e326b7222d8 x-compute-request-id: req-4f388a45-81ee-458b-a6c0-7e326b7222d8 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "80bbe511-14d1-4c32-8362-e4bb9e52f456"}} 2018-08-20 10:59:32,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456 used request id req-4f388a45-81ee-458b-a6c0-7e326b7222d8 2018-08-20 10:59:32,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:32,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-2ffe9255-dfe8-4161-8d11-a00c0b9e2e1f Date: Mon, 20 Aug 2018 10:59:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T10:59:03Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-08-20T10:59:08Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/snap", "metadata": {}}], "self": "/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "min_disk": 0, "protected": false, "id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "file": "/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "ff0d57ba357144859ae1e88da562cd84", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/c65da4fb-134a-4c43-91d7-c94693cfb1da/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image"} 2018-08-20 10:59:32,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image used request id req-2ffe9255-dfe8-4161-8d11-a00c0b9e2e1f 2018-08-20 10:59:32,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:32,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8f87d097-0b05-4344-8742-7a4b6f06013d Date: Mon, 20 Aug 2018 10:59: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 10:59:32,659 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-8f87d097-0b05-4344-8742-7a4b6f06013d 2018-08-20 10:59:32,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" -d '{"server": {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "imageRef": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "flavorRef": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "max_count": 1, "min_count": 1, "networks": [{"port": "6c2b9e95-34ce-4fb9-9bf5-7ed628f38937"}]}}' 2018-08-20 10:59:34,005 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 10:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d00ff3fe-3c1f-421f-aad7-f4aa88d0f7b7 x-compute-request-id: req-d00ff3fe-3c1f-421f-aad7-f4aa88d0f7b7 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "adminPass": "82SwQQLvWpke"}} 2018-08-20 10:59:34,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-d00ff3fe-3c1f-421f-aad7-f4aa88d0f7b7 2018-08-20 10:59:34,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:34,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47ae9364-b121-4a9b-8bfe-323111fa2dd2 x-compute-request-id: req-47ae9364-b121-4a9b-8bfe-323111fa2dd2 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:59:34,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-47ae9364-b121-4a9b-8bfe-323111fa2dd2 2018-08-20 10:59:34,083 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst 2018-08-20 10:59:34,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:34,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7d6117c-6708-4f05-a241-51b8a83debdf x-compute-request-id: req-d7d6117c-6708-4f05-a241-51b8a83debdf 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:59:34,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-d7d6117c-6708-4f05-a241-51b8a83debdf 2018-08-20 10:59:34,332 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 10:59:34,332 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:59:37,335 - create_instance - DEBUG - VM status query timeout in 896.748754978 2018-08-20 10:59:37,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:37,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-7ec6b95a-da54-4e57-8a84-f25007bb21cd x-compute-request-id: req-7ec6b95a-da54-4e57-8a84-f25007bb21cd 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:59:37,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-7ec6b95a-da54-4e57-8a84-f25007bb21cd 2018-08-20 10:59:37,718 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 10:59:37,718 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:59:40,722 - create_instance - DEBUG - VM status query timeout in 893.362160921 2018-08-20 10:59:40,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:41,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10: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-248c1a4f-e0ab-472c-9a20-6ed668398826 x-compute-request-id: req-248c1a4f-e0ab-472c-9a20-6ed668398826 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:59:41,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-248c1a4f-e0ab-472c-9a20-6ed668398826 2018-08-20 10:59:41,177 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 10:59:41,177 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:59:44,180 - create_instance - DEBUG - VM status query timeout in 889.903539896 2018-08-20 10:59:44,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:45,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffb9694a-8e2c-4e26-81cf-1349b7e2595a x-compute-request-id: req-ffb9694a-8e2c-4e26-81cf-1349b7e2595a 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:59:45,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-ffb9694a-8e2c-4e26-81cf-1349b7e2595a 2018-08-20 10:59:45,432 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 10:59:45,432 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:59:48,435 - create_instance - DEBUG - VM status query timeout in 885.648485899 2018-08-20 10:59:48,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:49,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffe7bc66-a6a7-4b9f-9642-02b094fc6ce4 x-compute-request-id: req-ffe7bc66-a6a7-4b9f-9642-02b094fc6ce4 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:59:49,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-ffe7bc66-a6a7-4b9f-9642-02b094fc6ce4 2018-08-20 10:59:49,321 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 10:59:49,321 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:59:52,324 - create_instance - DEBUG - VM status query timeout in 881.759567022 2018-08-20 10:59:52,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:53,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11e521f4-ff77-4402-9480-c2b77a052c66 x-compute-request-id: req-11e521f4-ff77-4402-9480-c2b77a052c66 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:59:53,202 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-11e521f4-ff77-4402-9480-c2b77a052c66 2018-08-20 10:59:53,203 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 10:59:53,203 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:59:56,206 - create_instance - DEBUG - VM status query timeout in 877.877778053 2018-08-20 10:59:56,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 10:59:56,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f3d4353-ef61-41ac-9cfd-8363416c1b36 x-compute-request-id: req-9f3d4353-ef61-41ac-9cfd-8363416c1b36 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 10:59:56,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-9f3d4353-ef61-41ac-9cfd-8363416c1b36 2018-08-20 10:59:56,764 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 10:59:56,764 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 10:59:59,768 - create_instance - DEBUG - VM status query timeout in 874.316031933 2018-08-20 10:59:59,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:00,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 10:59:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a97a0ef-af2f-4b91-b2fd-78228ac5cfc6 x-compute-request-id: req-9a97a0ef-af2f-4b91-b2fd-78228ac5cfc6 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:00,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-9a97a0ef-af2f-4b91-b2fd-78228ac5cfc6 2018-08-20 11:00:00,379 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:00,379 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:03,382 - create_instance - DEBUG - VM status query timeout in 870.701498032 2018-08-20 11:00:03,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:03,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-503b9678-fb8e-4aac-b198-db3160dcc824 x-compute-request-id: req-503b9678-fb8e-4aac-b198-db3160dcc824 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:03,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-503b9678-fb8e-4aac-b198-db3160dcc824 2018-08-20 11:00:03,932 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:03,933 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:06,936 - create_instance - DEBUG - VM status query timeout in 867.147906065 2018-08-20 11:00:06,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:07,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00: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-bd2788c2-e15b-4f80-83cd-a64c8a084057 x-compute-request-id: req-bd2788c2-e15b-4f80-83cd-a64c8a084057 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:07,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-bd2788c2-e15b-4f80-83cd-a64c8a084057 2018-08-20 11:00:07,477 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:07,477 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:10,480 - create_instance - DEBUG - VM status query timeout in 863.603419065 2018-08-20 11:00:10,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:11,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00: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-7efd9760-3943-4777-8d91-f722e08d88b9 x-compute-request-id: req-7efd9760-3943-4777-8d91-f722e08d88b9 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:11,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-7efd9760-3943-4777-8d91-f722e08d88b9 2018-08-20 11:00:11,184 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:11,185 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:14,188 - create_instance - DEBUG - VM status query timeout in 859.895941019 2018-08-20 11:00:14,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:15,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00: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-deb65ad8-69e7-4f5a-ab25-29a17fe8e796 x-compute-request-id: req-deb65ad8-69e7-4f5a-ab25-29a17fe8e796 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:15,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-deb65ad8-69e7-4f5a-ab25-29a17fe8e796 2018-08-20 11:00:15,080 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:15,080 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:18,083 - create_instance - DEBUG - VM status query timeout in 856.000231028 2018-08-20 11:00:18,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:18,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-2311d95d-e1cb-4cb7-a090-6d0759074520 x-compute-request-id: req-2311d95d-e1cb-4cb7-a090-6d0759074520 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:18,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-2311d95d-e1cb-4cb7-a090-6d0759074520 2018-08-20 11:00:18,617 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:18,618 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:21,621 - create_instance - DEBUG - VM status query timeout in 852.462852955 2018-08-20 11:00:21,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:22,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-c0a561df-cef6-4fbf-8e89-983d477fa954 x-compute-request-id: req-c0a561df-cef6-4fbf-8e89-983d477fa954 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:22,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-c0a561df-cef6-4fbf-8e89-983d477fa954 2018-08-20 11:00:22,525 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:22,525 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:25,529 - create_instance - DEBUG - VM status query timeout in 848.555063009 2018-08-20 11:00:25,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:26,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00: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-2dad0c0e-0c8c-41c7-8bcd-40a727e6431a x-compute-request-id: req-2dad0c0e-0c8c-41c7-8bcd-40a727e6431a 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:26,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-2dad0c0e-0c8c-41c7-8bcd-40a727e6431a 2018-08-20 11:00:26,239 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:26,240 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:29,243 - create_instance - DEBUG - VM status query timeout in 844.840946913 2018-08-20 11:00:29,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:29,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc88bde2-07c9-4047-9623-67ada798ddb8 x-compute-request-id: req-bc88bde2-07c9-4047-9623-67ada798ddb8 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:29,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-bc88bde2-07c9-4047-9623-67ada798ddb8 2018-08-20 11:00:29,765 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:29,766 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:32,769 - create_instance - DEBUG - VM status query timeout in 841.31489706 2018-08-20 11:00:32,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:33,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c19317ed-2cef-4111-936e-4092fb1e99fd x-compute-request-id: req-c19317ed-2cef-4111-936e-4092fb1e99fd 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:33,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-c19317ed-2cef-4111-936e-4092fb1e99fd 2018-08-20 11:00:33,286 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:33,286 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:36,289 - create_instance - DEBUG - VM status query timeout in 837.794239998 2018-08-20 11:00:36,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:36,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-cae952f6-19be-499f-83e1-fce006e6473f x-compute-request-id: req-cae952f6-19be-499f-83e1-fce006e6473f 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:36,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-cae952f6-19be-499f-83e1-fce006e6473f 2018-08-20 11:00:36,817 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:36,817 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:39,820 - create_instance - DEBUG - VM status query timeout in 834.263327837 2018-08-20 11:00:39,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:40,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-bf9cd10e-69e3-4e19-b9ca-6108155f157d x-compute-request-id: req-bf9cd10e-69e3-4e19-b9ca-6108155f157d 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:40,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-bf9cd10e-69e3-4e19-b9ca-6108155f157d 2018-08-20 11:00:40,358 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:40,358 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:43,361 - create_instance - DEBUG - VM status query timeout in 830.722234964 2018-08-20 11:00:43,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:44,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d2e5752-c46f-450c-83b9-18c143ff589a x-compute-request-id: req-4d2e5752-c46f-450c-83b9-18c143ff589a 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:44,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-4d2e5752-c46f-450c-83b9-18c143ff589a 2018-08-20 11:00:44,060 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:44,060 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:47,063 - create_instance - DEBUG - VM status query timeout in 827.020746946 2018-08-20 11:00:47,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:47,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-58ce36cf-ecf0-4af5-9a79-8485fc4ccc9b x-compute-request-id: req-58ce36cf-ecf0-4af5-9a79-8485fc4ccc9b 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:47,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-58ce36cf-ecf0-4af5-9a79-8485fc4ccc9b 2018-08-20 11:00:47,815 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:47,815 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:50,818 - create_instance - DEBUG - VM status query timeout in 823.265481949 2018-08-20 11:00:50,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:51,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60583375-5151-4bfb-ade3-47cd25a68276 x-compute-request-id: req-60583375-5151-4bfb-ade3-47cd25a68276 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:51,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-60583375-5151-4bfb-ade3-47cd25a68276 2018-08-20 11:00:51,340 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:51,340 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:54,344 - create_instance - DEBUG - VM status query timeout in 819.740102053 2018-08-20 11:00:54,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:54,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94b7d39d-c41e-4831-9fbd-1d3bbb6a198e x-compute-request-id: req-94b7d39d-c41e-4831-9fbd-1d3bbb6a198e 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:54,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-94b7d39d-c41e-4831-9fbd-1d3bbb6a198e 2018-08-20 11:00:54,697 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:54,697 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:00:57,700 - create_instance - DEBUG - VM status query timeout in 816.383690834 2018-08-20 11:00:57,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:00:58,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:00:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b8d2251-8272-4536-80af-bb91b7af9ee6 x-compute-request-id: req-5b8d2251-8272-4536-80af-bb91b7af9ee6 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:00:58,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-5b8d2251-8272-4536-80af-bb91b7af9ee6 2018-08-20 11:00:58,249 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:00:58,250 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:01:01,253 - create_instance - DEBUG - VM status query timeout in 812.830945969 2018-08-20 11:01:01,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:01,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01: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-6206b058-49fd-4e98-a0f1-fed8f88440bc x-compute-request-id: req-6206b058-49fd-4e98-a0f1-fed8f88440bc 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:01,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-6206b058-49fd-4e98-a0f1-fed8f88440bc 2018-08-20 11:01:01,793 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:01:01,794 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:01:04,797 - create_instance - DEBUG - VM status query timeout in 809.286824942 2018-08-20 11:01:04,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:05,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c057cdf-a99a-4f33-b1d2-5738effb164b x-compute-request-id: req-1c057cdf-a99a-4f33-b1d2-5738effb164b 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:05,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-1c057cdf-a99a-4f33-b1d2-5738effb164b 2018-08-20 11:01:05,351 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:01:05,351 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:01:08,354 - create_instance - DEBUG - VM status query timeout in 805.729645967 2018-08-20 11:01:08,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:08,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e15f2e7-e4f4-4f9a-8228-e7bf0ca1306c x-compute-request-id: req-1e15f2e7-e4f4-4f9a-8228-e7bf0ca1306c 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:08,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-1e15f2e7-e4f4-4f9a-8228-e7bf0ca1306c 2018-08-20 11:01:08,880 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:01:08,880 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:01:11,884 - create_instance - DEBUG - VM status query timeout in 802.200167894 2018-08-20 11:01:11,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:12,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-3e3e6580-d7d4-415e-9fb0-145a1773bf62 x-compute-request-id: req-3e3e6580-d7d4-415e-9fb0-145a1773bf62 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.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T10:59:35Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:12,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-3e3e6580-d7d4-415e-9fb0-145a1773bf62 2018-08-20 11:01:12,407 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - BUILD 2018-08-20 11:01:12,407 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:01:15,410 - create_instance - DEBUG - VM status query timeout in 798.673246861 2018-08-20 11:01:15,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:15,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-b79723eb-4f34-40c3-913e-580bead270f2 x-compute-request-id: req-b79723eb-4f34-40c3-913e-580bead270f2 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:15,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-b79723eb-4f34-40c3-913e-580bead270f2 2018-08-20 11:01:15,944 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - ACTIVE 2018-08-20 11:01:15,945 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:01:15,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:16,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-c56ff2f1-2dac-4958-8c44-5e97ab286d51 x-compute-request-id: req-c56ff2f1-2dac-4958-8c44-5e97ab286d51 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:16,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-c56ff2f1-2dac-4958-8c44-5e97ab286d51 2018-08-20 11:01:16,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:16,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-7032ab6e-05ef-4344-8e0f-bfdc19b4e89b Date: Mon, 20 Aug 2018 11:01:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 11:01:16,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-7032ab6e-05ef-4344-8e0f-bfdc19b4e89b 2018-08-20 11:01:16,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:16,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5d028d2-e08e-49db-8d46-d9b1d7fd5671 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:16,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-e5d028d2-e08e-49db-8d46-d9b1d7fd5671 2018-08-20 11:01:16,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:16,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ed78b568-de8f-4350-ab4c-107cd0a8515d Date: Mon, 20 Aug 2018 11:01:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 11:01:16,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-ed78b568-de8f-4350-ab4c-107cd0a8515d 2018-08-20 11:01:16,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:16,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-687ac2fd-212c-4398-90f6-42b38fd5dbd7 Date: Mon, 20 Aug 2018 11:01:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:79:08","id":"16a2b0e2-828a-45ec-a2c0-188c4330b625","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2b:3d:c0","id":"1b5bf73c-7501-422e-9eed-973502617a20","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:30Z","admin_state_up":true,"updated_at":"2018-08-20T11:01:12Z","binding:vnic_type":"normal","device_id":"27e92667-94a5-4e8e-b5f9-42f9d6db2e19","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:dc:df:19","id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f"],"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:b4:c0:b0","id":"c2e2db44-162a-4763-a454-f37a59f85222","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:01:16,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-687ac2fd-212c-4398-90f6-42b38fd5dbd7 2018-08-20 11:01:16,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:16,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-fbc67b56-ff2e-463a-a35f-7e92145644f0 Date: Mon, 20 Aug 2018 11:01:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:14Z", "admin_state_up": true, "updated_at": "2018-08-20T10:59:17Z", "revision_number": 3, "routes": [], "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "749e6ab8-c89e-452b-b30e-a2dd41daf507", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router"}]} 2018-08-20 11:01:16,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router used request id req-fbc67b56-ff2e-463a-a35f-7e92145644f0 2018-08-20 11:01:16,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:16,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1421c33c-c0f8-4ff2-b617-70674cf89dc4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:16,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-1421c33c-c0f8-4ff2-b617-70674cf89dc4 2018-08-20 11:01:16,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=749e6ab8-c89e-452b-b30e-a2dd41daf507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:17,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-0370e453-2997-4309-a663-eb3bb4b3bbaa Date: Mon, 20 Aug 2018 11:01:17 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:01:17,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=749e6ab8-c89e-452b-b30e-a2dd41daf507 used request id req-0370e453-2997-4309-a663-eb3bb4b3bbaa 2018-08-20 11:01:17,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:17,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-2837e7d5-9e22-4385-bb11-11fdddd130f3 Date: Mon, 20 Aug 2018 11:01:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}} 2018-08-20 11:01:17,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0 used request id req-2837e7d5-9e22-4385-bb11-11fdddd130f3 2018-08-20 11:01:17,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:17,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-514666b3-0080-4fd9-9e7f-55461bb8221c Date: Mon, 20 Aug 2018 11:01:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:01:17,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-514666b3-0080-4fd9-9e7f-55461bb8221c 2018-08-20 11:01:17,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:17,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d7720b46-b5f8-4a86-85c6-46d1a0e541e0 Date: Mon, 20 Aug 2018 11:01:17 GMT RESP BODY: {"subnets":[]} 2018-08-20 11:01:17,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-d7720b46-b5f8-4a86-85c6-46d1a0e541e0 2018-08-20 11:01:17,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:17,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0417af0-4654-4429-ad85-54f05cc9f7d0 x-compute-request-id: req-f0417af0-4654-4429-ad85-54f05cc9f7d0 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:17,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-f0417af0-4654-4429-ad85-54f05cc9f7d0 2018-08-20 11:01:17,822 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - ACTIVE 2018-08-20 11:01:17,822 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:01:17,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:18,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dccbf2de-8ac8-4610-b27e-bc186fa25c98 x-compute-request-id: req-dccbf2de-8ac8-4610-b27e-bc186fa25c98 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:18,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-dccbf2de-8ac8-4610-b27e-bc186fa25c98 2018-08-20 11:01:18,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:18,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-75e29cf0-ece0-4d0f-8a64-641be5b0ffa8 Date: Mon, 20 Aug 2018 11:01:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 11:01:18,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-75e29cf0-ece0-4d0f-8a64-641be5b0ffa8 2018-08-20 11:01:18,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:18,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8cda6af-6bd8-492b-b589-1336ccc75523 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:18,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-b8cda6af-6bd8-492b-b589-1336ccc75523 2018-08-20 11:01:18,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:18,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-09d0754e-7836-4d6c-9af7-193592fc11b4 Date: Mon, 20 Aug 2018 11:01:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 11:01:18,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-09d0754e-7836-4d6c-9af7-193592fc11b4 2018-08-20 11:01:18,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:18,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-17612689-94cd-4145-bc75-88bc39dbfc24 Date: Mon, 20 Aug 2018 11:01:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:79:08","id":"16a2b0e2-828a-45ec-a2c0-188c4330b625","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2b:3d:c0","id":"1b5bf73c-7501-422e-9eed-973502617a20","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:30Z","admin_state_up":true,"updated_at":"2018-08-20T11:01:12Z","binding:vnic_type":"normal","device_id":"27e92667-94a5-4e8e-b5f9-42f9d6db2e19","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:dc:df:19","id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f"],"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:b4:c0:b0","id":"c2e2db44-162a-4763-a454-f37a59f85222","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:01:18,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-17612689-94cd-4145-bc75-88bc39dbfc24 2018-08-20 11:01:18,744 - neutron_utils - INFO - Creating floating ip to external network - external 2018-08-20 11:01:18,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:18,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c6468b85-736a-44dc-be69-6aa9aa18dbe1 Date: Mon, 20 Aug 2018 11:01:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:01:18,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-c6468b85-736a-44dc-be69-6aa9aa18dbe1 2018-08-20 11:01:18,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:18,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8ab36db9-6cd3-426a-9e61-85be6ec0e65a Date: Mon, 20 Aug 2018 11:01:18 GMT RESP BODY: {"subnets":[]} 2018-08-20 11:01:18,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-8ab36db9-6cd3-426a-9e61-85be6ec0e65a 2018-08-20 11:01:18,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "port_id": "6c2b9e95-34ce-4fb9-9bf5-7ed628f38937"}}' 2018-08-20 11:01:20,774 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 550 X-Openstack-Request-Id: req-d616598f-59d1-48e9-95a6-30362cf47d3a Date: Mon, 20 Aug 2018 11:01:20 GMT RESP BODY: {"floatingip": {"router_id": "749e6ab8-c89e-452b-b30e-a2dd41daf507", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T11:01:19Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.55.1.16", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "6c2b9e95-34ce-4fb9-9bf5-7ed628f38937", "id": "89b1d3ad-9fc5-4864-bacc-e9c0a24d235a", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T11:01:19Z", "project_id": "ff0d57ba357144859ae1e88da562cd84"}} 2018-08-20 11:01:20,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-d616598f-59d1-48e9-95a6-30362cf47d3a 2018-08-20 11:01:20,775 - create_instance - INFO - Created floating IP 172.30.9.205 via router - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router 2018-08-20 11:01:20,775 - create_instance_tests - INFO - Looking for IP 10.55.1.16 in the console log 2018-08-20 11:01:20,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:21,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-489efa9a-5844-4086-ba46-444fcf9cd212 x-compute-request-id: req-489efa9a-5844-4086-ba46-444fcf9cd212 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:21,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-489efa9a-5844-4086-ba46-444fcf9cd212 2018-08-20 11:01:21,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:01:21,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01: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-34ff4e92-fa6d-422e-a8a8-c65acdd5248a x-compute-request-id: req-34ff4e92-fa6d-422e-a8a8-c65acdd5248a Content-Encoding: gzip Content-Length: 10569 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008030] Security Framework initialized\n[ 0.009020] AppArmor: AppArmor initialized\n[ 0.009984] Yama: becoming mindful.\n[ 0.011003] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013308] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016129] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017585] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.019340] Initializing cgroup subsys memory\n[ 0.020006] Initializing cgroup subsys devices\n[ 0.021037] Initializing cgroup subsys freezer\n[ 0.022050] Initializing cgroup subsys blkio\n[ 0.023035] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025065] FEATURE SPEC_CTRL Not Present\n[ 0.026699] mce: CPU supports 10 MCE banks\n[ 0.028031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030290] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031692] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033575] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.038504] ACPI: Core revision 20131115\n[ 0.040451] ACPI: All ACPI Tables successfully acquired\n[ 0.041771] ftrace: allocating 28717 entries in 113 pages\n[ 0.060156] smpboot: Max logical packages: 2\n[ 0.061148] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.062561] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.064157] Enabling x2apic\n[ 0.064871] Enabled x2apic\n[ 0.065753] Switched APIC routing to physical x2apic.\n[ 0.068426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.069774] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.072017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081786] KVM setup paravirtual spinlock\n[ 0.084157] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.085849] x86: Booting SMP configuration:\n[ 0.086900] .... node #0, CPUs: #1[ 0.084123] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100019] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103137] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104308] devtmpfs: initialized\n[ 0.106805] EVM: security.selinux\n[ 0.108005] EVM: security.SMACK64\n[ 0.108805] EVM: security.ima\n[ 0.109538] EVM: security.capability\n[ 0.110415] pinctrl core: initialized pinctrl subsystem\n[ 0.112045] regulator-dummy: no parameters\n[ 0.113056] RTC time: 11:01:13, date: 08/20/18\n[ 0.114095] NET: Registered protocol family 16\n[ 0.115226] cpuidle: using governor ladder\n[ 0.116004] cpuidle: using governor menu\n[ 0.117006] ACPI: bus type PCI registered\n[ 0.118000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.119509] PCI: Using configuration type 1 for base access\n[ 0.120535] bio: create slab at 0\n[ 0.121041] ACPI: Added _OSI(Module Device)\n[ 0.121060] ACPI: Added _OSI(Processor Device)\n[ 0.122108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126291] ACPI: Interpreter enabled\n[ 0.128077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.130296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.134183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.136021] ACPI: (supports S0 S5)\n[ 0.136859] ACPI: Using IOAPIC for interrupt routing\n[ 0.138071] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140217] ACPI: No dock devices found.\n[ 0.143149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148011] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149525] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.152224] acpiphp: Slot [3] registered\n[ 0.153218] acpiphp: Slot [4] registered\n[ 0.154190] acpiphp: Slot [5] registered\n[ 0.155184] acpiphp: Slot [6] registered\n[ 0.156019] acpiphp: Slot [7] registered\n[ 0.156988] acpiphp: Slot [8] registered\n[ 0.157971] acpiphp: Slot [9] registered\n[ 0.158976] acpiphp: Slot [10] registered\n[ 0.159980] acpiphp: Slot [11] registered\n[ 0.160018] acpiphp: Slot [12] registered\n[ 0.160970] acpiphp: Slot [13] registered\n[ 0.161991] acpiphp: Slot [14] registered\n[ 0.162955] acpiphp: Slot [15] registered\n[ 0.163912] acpiphp: Slot [16] registered\n[ 0.164026] acpiphp: Slot [17] registered\n[ 0.165033] acpiphp: Slot [18] registered\n[ 0.166026] acpiphp: Slot [19] registered\n[ 0.167035] acpiphp: Slot [20] registered\n[ 0.168020] acpiphp: Slot [21] registered\n[ 0.169019] acpiphp: Slot [22] registered\n[ 0.169977] acpiphp: Slot [23] registered\n[ 0.170940] acpiphp: Slot [24] registered\n[ 0.171897] acpiphp: Slot [25] registered\n[ 0.172018] acpiphp: Slot [26] registered\n[ 0.172983] acpiphp: Slot [27] registered\n[ 0.173941] acpiphp: Slot [28] registered\n[ 0.174898] acpiphp: Slot [29] registered\n[ 0.175856] acpiphp: Slot [30] registered\n[ 0.176024] acpiphp: Slot [31] registered\n[ 0.176978] PCI host bridge to bus 0000:00\n[ 0.177939] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.179219] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.181350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.182848] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192189] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193911] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.213108] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.214886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.216830] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.218506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.220044] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.221627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.223115] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.223115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.224004] vgaarb: loaded\n[ 0.224739] vgaarb: bridge control possible 0000:00:02.0\n[ 0.226160] SCSI subsystem initialized\n[ 0.227221] ACPI: bus type USB registered\n[ 0.228030] usbcore: registered new interface driver usbfs\n[ 0.229269] usbcore: registered new interface driver hub\n[ 0.230539] usbcore: registered new device driver usb\n[ 0.230539] PCI: Using ACPI for IRQ routing\n[ 0.232288] NetLabel: Initializing\n[ 0.233162] NetLabel: domain hash size = 128\n[ 0.234194] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.235373] NetLabel: unlabeled traffic allowed by default\n[ 0.236164] Switched to clocksource kvm-clock\n[ 0.243561] AppArmor: AppArmor Filesystem Enabled\n[ 0.244691] pnp: PnP ACPI init\n[ 0.245471] ACPI: bus type PNP registered\n[ 0.246914] pnp: PnP ACPI: found 8 devices\n[ 0.247884] ACPI: bus type PNP unregistered\n[ 0.255017] NET: Registered protocol family 2\n[ 0.256310] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.258169] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.259744] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.261277] TCP: reno registered\n[ 0.262126] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.263489] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.264984] NET: Registered protocol family 1\n[ 0.266076] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.267391] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.268677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290237] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.312176] Trying to unpack rootfs image as initramfs...\n[ 0.403100] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.405177] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406540] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407948] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.409968] Scanning for low memory corruption every 60 seconds\n[ 0.411654] Initialise system trusted keyring\n[ 0.412737] audit: initializing netlink socket (disabled)\n[ 0.413935] type=2000 audit(1534762873.207:1): initialized\n[ 0.433215] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.435482] zbud: loaded\n[ 0.436378] VFS: Disk quotas dquot_6.5.2\n[ 0.437355] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.439078] fuse init (API version 7.22)\n[ 0.440105] msgmni has been set to 3997\n[ 0.441087] Key type big_key registered\n[ 0.442318] Key type asymmetric registered\n[ 0.443273] Asymmetric key parser 'x509' registered\n[ 0.444387] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.446170] io scheduler noop registered\n[ 0.447118] io scheduler deadline registered (default)\n[ 0.448265] io scheduler cfq registered\n[ 0.449250] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.450457] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.451887] ipmi message handler version 39.2\n[ 0.452976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.454652] ACPI: Power Button [PWRF]\n[ 0.455619] GHES: HEST is not enabled!\n[ 0.477164] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.519891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.521747] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.545986] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.548393] Linux agpgart interface v0.103\n[ 0.550170] brd: module loaded\n[ 0.551324] loop: module loaded\n[ 0.552380] blk-mq: CPU -> queue map\n[ 0.553227] CPU 0 -> Queue 0\n[ 0.553965] CPU 1 -> Queue 0\n[ 0.555439] vda: vda1\n[ 0.556775] scsi0 : ata_piix\n[ 0.557632] scsi1 : ata_piix\n[ 0.558430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.559917] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.561580] libphy: Fixed MDIO Bus: probed\n[ 0.562654] tun: Universal TUN/TAP device driver, 1.6\n[ 0.563832] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.566008] PPP generic driver version 2.4.2\n[ 0.567117] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.568585] ehci-pci: EHCI PCI platform driver\n[ 0.569651] ehci-platform: EHCI generic platform driver\n[ 0.570854] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.572242] ohci-pci: OHCI PCI platform driver\n[ 0.573298] ohci-platform: OHCI generic platform driver\n[ 0.574499] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.596503] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.597707] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.599418] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.600714] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.602120] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.603730] usb usb1: Product: UHCI Host Controller\n[ 0.604789] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.606122] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.607297] hub 1-0:1.0: USB hub found\n[ 0.608219] hub 1-0:1.0: 2 ports detected\n[ 0.609240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.611551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.612638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.613890] mousedev: PS/2 mouse device common for all mice\n[ 0.615360] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.617352] rtc_cmos 00:00: RTC can wake from S4\n[ 0.618660] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.619993] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.621376] device-mapper: uevent: version 1.0.3\n[ 0.622456] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.624328] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.625688] TCP: cubic registered\n[ 0.626525] NET: Registered protocol family 10\n[ 0.627730] NET: Registered protocol family 17\n[ 0.628743] Key type dns_resolver registered\n[ 0.629844] Loading compiled-in X.509 certificates\n[ 0.631406] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.633424] registered taskstats version 1\n[ 0.636106] Key type trusted registered\n[ 0.639549] Key type encrypted registered\n[ 0.640465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.641635] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.643127] regulator-dummy: disabling\n[ 0.650947] Magic number: 14:641:24\n[ 0.651834] misc cpu_dma_latency: hash matches\n[ 0.652925] rtc_cmos 00:00: setting system clock to 2018-08-20 11:01:13 UTC (1534762873)\n[ 0.654799] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.656067] EDD information not available.\n[ 0.717566] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.719227] Write protecting the kernel read-only data: 12288k\n[ 0.720916] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.723635] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.737144] systemd-udevd[107]: starting version 204\n[ 0.784990] FDC 0 is a S82078B\n[ 0.920118] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.083771] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.085129] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.086535] usb 1-1: Product: QEMU USB Tablet\n[ 1.087479] usb 1-1: Manufacturer: QEMU\n[ 1.088327] usb 1-1: SerialNumber: 42\n[ 1.404071] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.793049] 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.034643] 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.135008] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate 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.226079] 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, 20 Aug 2018 11:01:15 +0000. Up 2.54 seconds.\ncloud-init-nonet[2.69]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.40]: 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, 20 Aug 2018 11:01:16 +0000. Up 3.58 seconds.\nci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.16 | 255.255.255.0 | fa:16:3e:dc:df:19 |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nc3:30:f9:df:8b:01:bf:77:af:34:03:45:13:be:8d:45 root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| +.E|\n| . o o |\n| + o .|\n| = . = |\n| S . o .|\n| = . . |\n| + . + |\n| +.o.o |\n| o....o.|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n80:7e:99:91:6a:6b:75:72:26:20:b6:47:53:0d:83:68 root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . .+o |\n| E .o o. |\n| .o = + |\n| . = + = |\n| . = B S |\n| o + * |\n| o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n45:2c:39:60:4f:17:c9:c5:72:e0:55:e6:cc:17:49:0f root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o..+=*o.Eo.|\n| . o++=.o= oo|\n| .ooo + o|\n| . . |\n| S |\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:\nf7:25:fa:33:b0:c1:6b:e1:0f:bc:c5:fe:d0:f8:e6:3d root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| |\n| S.. . . |\n| o=+ = |\n| .+** . |\n| =*oo.E |\n| ...+*+ o|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting SystemD login management service[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 system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting early crypto disks... [80G [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, 20 Aug 2018 11:01:19 +0000. Up 6.50 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:01:20 +0000. Up 7.26 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 | 66:63:43:0e:0c:1b:e8:9d:89:d3:91:33:38:c4:fb:2f | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 80:7e:99:91:6a:6b:75:72:26:20:b6:47:53:0d:83:68 root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i (DSA)\nec2: 256 45:2c:39:60:4f:17:c9:c5:72:e0:55:e6:cc:17:49:0f root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i (ECDSA)\nec2: 256 f7:25:fa:33:b0:c1:6b:e1:0f:bc:c5:fe:d0:f8:e6:3d root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i (ED25519)\nec2: 2048 c3:30:f9:df:8b:01:bf:77:af:34:03:45:13:be:8d:45 root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAuEYIPJVb2i+jPtEXYV5LSqwiHagXXu2rKSeJ4x/ZJSRBWiFmaJEJWidOWqumTYfoH9BkFw1qroXpR4NDhjqcY= root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIRP3za3fmKnuBu+nRa+rtbK4RUI7fnsClaIC+c5om/P root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLGV+gCamipI0OJRb8LCYRp/XGau0AuAyIpmGIdgBjR62R0QYVZeflglD6KDDygGc/Eqmf6QzXGq9xcSxvU6OdXSbwjJ2Ke46J0x+NASQ5TNG+SZy7TcnTYuMXoWqS6lKKygDApZiMXe98ZmvsHcgy+FyV2qANZyri6kq+0n/kbktJl0VCW49irzLpE4yzv7fV5Z/PSZ/8DFB2YU3y9ZUu/rGQd7oJ9V1hB4kDh1NkoIL1WeufMKE3MhrVrw6fuezILuAvd27uoiXGzDwWHcnzVrPMLY8084jNtMXDUQ5VpCPN0LUQGU85Imy9BQwzCC26Wjdoh8ERrTkExRFz+ihv root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:01:20 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.33 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i ttyS0\n\nansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i login: "} 2018-08-20 11:01:21,247 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19/action used request id req-34ff4e92-fa6d-422e-a8a8-c65acdd5248a 2018-08-20 11:01:21,249 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-20 11:01:21,249 - 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008030] Security Framework initialized [ 0.009020] AppArmor: AppArmor initialized [ 0.009984] Yama: becoming mindful. [ 0.011003] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013308] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016129] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017585] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.019340] Initializing cgroup subsys memory [ 0.020006] Initializing cgroup subsys devices [ 0.021037] Initializing cgroup subsys freezer [ 0.022050] Initializing cgroup subsys blkio [ 0.023035] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025065] FEATURE SPEC_CTRL Not Present [ 0.026699] mce: CPU supports 10 MCE banks [ 0.028031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030290] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031692] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033575] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.038504] ACPI: Core revision 20131115 [ 0.040451] ACPI: All ACPI Tables successfully acquired [ 0.041771] ftrace: allocating 28717 entries in 113 pages [ 0.060156] smpboot: Max logical packages: 2 [ 0.061148] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.062561] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.064157] Enabling x2apic [ 0.064871] Enabled x2apic [ 0.065753] Switched APIC routing to physical x2apic. [ 0.068426] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.069774] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.072017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081786] KVM setup paravirtual spinlock [ 0.084157] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.085849] x86: Booting SMP configuration: [ 0.086900] .... node #0, CPUs: #1[ 0.084123] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100019] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103137] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104308] devtmpfs: initialized [ 0.106805] EVM: security.selinux [ 0.108005] EVM: security.SMACK64 [ 0.108805] EVM: security.ima [ 0.109538] EVM: security.capability [ 0.110415] pinctrl core: initialized pinctrl subsystem [ 0.112045] regulator-dummy: no parameters [ 0.113056] RTC time: 11:01:13, date: 08/20/18 [ 0.114095] NET: Registered protocol family 16 [ 0.115226] cpuidle: using governor ladder [ 0.116004] cpuidle: using governor menu [ 0.117006] ACPI: bus type PCI registered [ 0.118000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.119509] PCI: Using configuration type 1 for base access [ 0.120535] bio: create slab at 0 [ 0.121041] ACPI: Added _OSI(Module Device) [ 0.121060] ACPI: Added _OSI(Processor Device) [ 0.122108] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126291] ACPI: Interpreter enabled [ 0.128077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.130296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.134183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.136021] ACPI: (supports S0 S5) [ 0.136859] ACPI: Using IOAPIC for interrupt routing [ 0.138071] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140217] ACPI: No dock devices found. [ 0.143149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148011] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149525] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.152224] acpiphp: Slot [3] registered [ 0.153218] acpiphp: Slot [4] registered [ 0.154190] acpiphp: Slot [5] registered [ 0.155184] acpiphp: Slot [6] registered [ 0.156019] acpiphp: Slot [7] registered [ 0.156988] acpiphp: Slot [8] registered [ 0.157971] acpiphp: Slot [9] registered [ 0.158976] acpiphp: Slot [10] registered [ 0.159980] acpiphp: Slot [11] registered [ 0.160018] acpiphp: Slot [12] registered [ 0.160970] acpiphp: Slot [13] registered [ 0.161991] acpiphp: Slot [14] registered [ 0.162955] acpiphp: Slot [15] registered [ 0.163912] acpiphp: Slot [16] registered [ 0.164026] acpiphp: Slot [17] registered [ 0.165033] acpiphp: Slot [18] registered [ 0.166026] acpiphp: Slot [19] registered [ 0.167035] acpiphp: Slot [20] registered [ 0.168020] acpiphp: Slot [21] registered [ 0.169019] acpiphp: Slot [22] registered [ 0.169977] acpiphp: Slot [23] registered [ 0.170940] acpiphp: Slot [24] registered [ 0.171897] acpiphp: Slot [25] registered [ 0.172018] acpiphp: Slot [26] registered [ 0.172983] acpiphp: Slot [27] registered [ 0.173941] acpiphp: Slot [28] registered [ 0.174898] acpiphp: Slot [29] registered [ 0.175856] acpiphp: Slot [30] registered [ 0.176024] acpiphp: Slot [31] registered [ 0.176978] PCI host bridge to bus 0000:00 [ 0.177939] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.179219] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.181350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.182848] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192189] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193911] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.213108] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.214886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.216830] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.218506] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.220044] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.221627] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.223115] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.223115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.224004] vgaarb: loaded [ 0.224739] vgaarb: bridge control possible 0000:00:02.0 [ 0.226160] SCSI subsystem initialized [ 0.227221] ACPI: bus type USB registered [ 0.228030] usbcore: registered new interface driver usbfs [ 0.229269] usbcore: registered new interface driver hub [ 0.230539] usbcore: registered new device driver usb [ 0.230539] PCI: Using ACPI for IRQ routing [ 0.232288] NetLabel: Initializing [ 0.233162] NetLabel: domain hash size = 128 [ 0.234194] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.235373] NetLabel: unlabeled traffic allowed by default [ 0.236164] Switched to clocksource kvm-clock [ 0.243561] AppArmor: AppArmor Filesystem Enabled [ 0.244691] pnp: PnP ACPI init [ 0.245471] ACPI: bus type PNP registered [ 0.246914] pnp: PnP ACPI: found 8 devices [ 0.247884] ACPI: bus type PNP unregistered [ 0.255017] NET: Registered protocol family 2 [ 0.256310] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.258169] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.259744] TCP: Hash tables configured (established 16384 bind 16384) [ 0.261277] TCP: reno registered [ 0.262126] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.263489] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.264984] NET: Registered protocol family 1 [ 0.266076] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.267391] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.268677] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290237] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.312176] Trying to unpack rootfs image as initramfs... [ 0.403100] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.405177] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406540] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407948] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.409968] Scanning for low memory corruption every 60 seconds [ 0.411654] Initialise system trusted keyring [ 0.412737] audit: initializing netlink socket (disabled) [ 0.413935] type=2000 audit(1534762873.207:1): initialized [ 0.433215] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.435482] zbud: loaded [ 0.436378] VFS: Disk quotas dquot_6.5.2 [ 0.437355] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.439078] fuse init (API version 7.22) [ 0.440105] msgmni has been set to 3997 [ 0.441087] Key type big_key registered [ 0.442318] Key type asymmetric registered [ 0.443273] Asymmetric key parser 'x509' registered [ 0.444387] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.446170] io scheduler noop registered [ 0.447118] io scheduler deadline registered (default) [ 0.448265] io scheduler cfq registered [ 0.449250] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.450457] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.451887] ipmi message handler version 39.2 [ 0.452976] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.454652] ACPI: Power Button [PWRF] [ 0.455619] GHES: HEST is not enabled! [ 0.477164] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.519891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.521747] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.545986] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.548393] Linux agpgart interface v0.103 [ 0.550170] brd: module loaded [ 0.551324] loop: module loaded [ 0.552380] blk-mq: CPU -> queue map [ 0.553227] CPU 0 -> Queue 0 [ 0.553965] CPU 1 -> Queue 0 [ 0.555439] vda: vda1 [ 0.556775] scsi0 : ata_piix [ 0.557632] scsi1 : ata_piix [ 0.558430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.559917] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.561580] libphy: Fixed MDIO Bus: probed [ 0.562654] tun: Universal TUN/TAP device driver, 1.6 [ 0.563832] tun: (C) 1999-2004 Max Krasnyansky [ 0.566008] PPP generic driver version 2.4.2 [ 0.567117] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.568585] ehci-pci: EHCI PCI platform driver [ 0.569651] ehci-platform: EHCI generic platform driver [ 0.570854] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.572242] ohci-pci: OHCI PCI platform driver [ 0.573298] ohci-platform: OHCI generic platform driver [ 0.574499] uhci_hcd: USB Universal Host Controller Interface driver [ 0.596503] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.597707] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.599418] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.600714] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.602120] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.603730] usb usb1: Product: UHCI Host Controller [ 0.604789] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.606122] usb usb1: SerialNumber: 0000:00:01.2 [ 0.607297] hub 1-0:1.0: USB hub found [ 0.608219] hub 1-0:1.0: 2 ports detected [ 0.609240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.611551] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.612638] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.613890] mousedev: PS/2 mouse device common for all mice [ 0.615360] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.617352] rtc_cmos 00:00: RTC can wake from S4 [ 0.618660] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.619993] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.621376] device-mapper: uevent: version 1.0.3 [ 0.622456] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.624328] ledtrig-cpu: registered to indicate activity on CPUs [ 0.625688] TCP: cubic registered [ 0.626525] NET: Registered protocol family 10 [ 0.627730] NET: Registered protocol family 17 [ 0.628743] Key type dns_resolver registered [ 0.629844] Loading compiled-in X.509 certificates [ 0.631406] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.633424] registered taskstats version 1 [ 0.636106] Key type trusted registered [ 0.639549] Key type encrypted registered [ 0.640465] AppArmor: AppArmor sha1 policy hashing enabled [ 0.641635] IMA: No TPM chip found, activating TPM-bypass! [ 0.643127] regulator-dummy: disabling [ 0.650947] Magic number: 14:641:24 [ 0.651834] misc cpu_dma_latency: hash matches [ 0.652925] rtc_cmos 00:00: setting system clock to 2018-08-20 11:01:13 UTC (1534762873) [ 0.654799] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.656067] EDD information not available. [ 0.717566] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.719227] Write protecting the kernel read-only data: 12288k [ 0.720916] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.723635] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.737144] systemd-udevd[107]: starting version 204 [ 0.784990] FDC 0 is a S82078B [ 0.920118] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.083771] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.085129] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.086535] usb 1-1: Product: QEMU USB Tablet [ 1.087479] usb 1-1: Manufacturer: QEMU [ 1.088327] usb 1-1: SerialNumber: 42 [ 1.404071] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.793049] 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.034643] 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.135008] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate 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.226079] 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, 20 Aug 2018 11:01:15 +0000. Up 2.54 seconds. cloud-init-nonet[2.69]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.40]: 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, 20 Aug 2018 11:01:16 +0000. Up 3.58 seconds. ci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.16 | 255.255.255.0 | fa:16:3e:dc:df:19 | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: c3:30:f9:df:8b:01:bf:77:af:34:03:45:13:be:8d:45 root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i The key's randomart image is: +--[ RSA 2048]----+ | +.E| | . o o | | + o .| | = . = | | S . o .| | = . . | | + . + | | +.o.o | | o....o.| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 80:7e:99:91:6a:6b:75:72:26:20:b6:47:53:0d:83:68 root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i The key's randomart image is: +--[ DSA 1024]----+ | . .+o | | E .o o. | | .o = + | | . = + = | | . = B S | | o + * | | o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 45:2c:39:60:4f:17:c9:c5:72:e0:55:e6:cc:17:49:0f root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i The key's randomart image is: +--[ECDSA 256]---+ | o..+=*o.Eo.| | . o++=.o= oo| | .ooo + o| | . . | | S | | | | | | | | | +-----------------+ 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: f7:25:fa:33:b0:c1:6b:e1:0f:bc:c5:fe:d0:f8:e6:3d root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i The key's randomart image is: +--[ED25519 256--+ | | | | | | | | | S.. . . | | o=+ = | | .+** . | | =*oo.E | | ...+*+ o| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[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 system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting early crypto disks... [80G [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, 20 Aug 2018 11:01:19 +0000. Up 6.50 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:01:20 +0000. Up 7.26 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 | 66:63:43:0e:0c:1b:e8:9d:89:d3:91:33:38:c4:fb:2f | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 80:7e:99:91:6a:6b:75:72:26:20:b6:47:53:0d:83:68 root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i (DSA) ec2: 256 45:2c:39:60:4f:17:c9:c5:72:e0:55:e6:cc:17:49:0f root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i (ECDSA) ec2: 256 f7:25:fa:33:b0:c1:6b:e1:0f:bc:c5:fe:d0:f8:e6:3d root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i (ED25519) ec2: 2048 c3:30:f9:df:8b:01:bf:77:af:34:03:45:13:be:8d:45 root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAuEYIPJVb2i+jPtEXYV5LSqwiHagXXu2rKSeJ4x/ZJSRBWiFmaJEJWidOWqumTYfoH9BkFw1qroXpR4NDhjqcY= root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIRP3za3fmKnuBu+nRa+rtbK4RUI7fnsClaIC+c5om/P root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLGV+gCamipI0OJRb8LCYRp/XGau0AuAyIpmGIdgBjR62R0QYVZeflglD6KDDygGc/Eqmf6QzXGq9xcSxvU6OdXSbwjJ2Ke46J0x+NASQ5TNG+SZy7TcnTYuMXoWqS6lKKygDApZiMXe98ZmvsHcgy+FyV2qANZyri6kq+0n/kbktJl0VCW49irzLpE4yzv7fV5Z/PSZ/8DFB2YU3y9ZUu/rGQd7oJ9V1hB4kDh1NkoIL1WeufMKE3MhrVrw6fuezILuAvd27uoiXGzDwWHcnzVrPMLY8084jNtMXDUQ5VpCPN0LUQGU85Imy9BQwzCC26Wjdoh8ERrTkExRFz+ihv root@ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:01:20 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.33 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i ttyS0 ansibleprovisioningtests-86a1fe81-fd91-488b-98ad-ec63390006a6-i login: 2018-08-20 11:01:21,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:21,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01: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-513f45b4-b51a-4cde-8665-5c143e20227e x-compute-request-id: req-513f45b4-b51a-4cde-8665-5c143e20227e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:21,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-513f45b4-b51a-4cde-8665-5c143e20227e 2018-08-20 11:01:21,608 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - ACTIVE 2018-08-20 11:01:21,609 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:01:21,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:21,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01: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-d27d57d6-e919-4007-a586-d72ad6c80234 x-compute-request-id: req-d27d57d6-e919-4007-a586-d72ad6c80234 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:21,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-d27d57d6-e919-4007-a586-d72ad6c80234 2018-08-20 11:01:21,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:22,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-3cd8c8da-bdf7-4298-8474-218698e69108 Date: Mon, 20 Aug 2018 11:01: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 11:01:22,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-3cd8c8da-bdf7-4298-8474-218698e69108 2018-08-20 11:01:22,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:22,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb6a124-dd5b-46f9-834c-c61cddcc52bd Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:22,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-fdb6a124-dd5b-46f9-834c-c61cddcc52bd 2018-08-20 11:01:22,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:22,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-18c488c2-52b9-4b75-b834-41386a199e0d Date: Mon, 20 Aug 2018 11:01:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 11:01:22,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-18c488c2-52b9-4b75-b834-41386a199e0d 2018-08-20 11:01:22,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:22,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-a56b4a6d-70a3-4755-945c-ad6393856483 Date: Mon, 20 Aug 2018 11:01:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:79:08","id":"16a2b0e2-828a-45ec-a2c0-188c4330b625","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2b:3d:c0","id":"1b5bf73c-7501-422e-9eed-973502617a20","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:30Z","admin_state_up":true,"updated_at":"2018-08-20T11:01:12Z","binding:vnic_type":"normal","device_id":"27e92667-94a5-4e8e-b5f9-42f9d6db2e19","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:dc:df:19","id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f"],"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:b4:c0:b0","id":"c2e2db44-162a-4763-a454-f37a59f85222","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:01:22,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-a56b4a6d-70a3-4755-945c-ad6393856483 2018-08-20 11:01:22,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:22,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-75ff4e1c-3e24-41df-9138-f5acf91f5765 x-compute-request-id: req-75ff4e1c-3e24-41df-9138-f5acf91f5765 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:22,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-75ff4e1c-3e24-41df-9138-f5acf91f5765 2018-08-20 11:01:22,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:22,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-5916b42f-9417-4d8f-b9c0-ce9d87bc73f6 Date: Mon, 20 Aug 2018 11:01: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 11:01:22,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-5916b42f-9417-4d8f-b9c0-ce9d87bc73f6 2018-08-20 11:01:23,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:23,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4547bd2-4a09-47e2-a01d-bf2c5ce49cb7 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:23,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-b4547bd2-4a09-47e2-a01d-bf2c5ce49cb7 2018-08-20 11:01:23,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:23,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-43c2a386-8ac8-4783-a96c-22bf88900319 Date: Mon, 20 Aug 2018 11:01:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 11:01:23,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-43c2a386-8ac8-4783-a96c-22bf88900319 2018-08-20 11:01:23,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:23,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-972b0b15-eb1c-4651-94d3-20c0fdf4ef17 Date: Mon, 20 Aug 2018 11:01:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:79:08","id":"16a2b0e2-828a-45ec-a2c0-188c4330b625","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2b:3d:c0","id":"1b5bf73c-7501-422e-9eed-973502617a20","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:30Z","admin_state_up":true,"updated_at":"2018-08-20T11:01:12Z","binding:vnic_type":"normal","device_id":"27e92667-94a5-4e8e-b5f9-42f9d6db2e19","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:dc:df:19","id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f"],"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:b4:c0:b0","id":"c2e2db44-162a-4763-a454-f37a59f85222","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:01:23,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-972b0b15-eb1c-4651-94d3-20c0fdf4ef17 2018-08-20 11:01:23,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}}' 2018-08-20 11:01:24,464 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:01: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-7efc921d-25d1-4d7d-a7d7-8a594ef14915 x-compute-request-id: req-7efc921d-25d1-4d7d-a7d7-8a594ef14915 Content-Length: 0 Content-Type: application/json 2018-08-20 11:01:24,464 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19/action used request id req-7efc921d-25d1-4d7d-a7d7-8a594ef14915 2018-08-20 11:01:24,464 - create_instance - INFO - Checking if VM is active 2018-08-20 11:01:24,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:25,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c51b78a8-4827-43ee-80b8-34f0f4017b36 x-compute-request-id: req-c51b78a8-4827-43ee-80b8-34f0f4017b36 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:25,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-c51b78a8-4827-43ee-80b8-34f0f4017b36 2018-08-20 11:01:25,161 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - ACTIVE 2018-08-20 11:01:25,161 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:01:25,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:25,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-addc5598-9a0f-4abc-b334-26d08aa40749 x-compute-request-id: req-addc5598-9a0f-4abc-b334-26d08aa40749 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:25,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-addc5598-9a0f-4abc-b334-26d08aa40749 2018-08-20 11:01:25,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:25,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-9b519dd1-03c6-4bbf-9f37-a751ec728b90 Date: Mon, 20 Aug 2018 11:01: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 11:01:25,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-9b519dd1-03c6-4bbf-9f37-a751ec728b90 2018-08-20 11:01:25,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:26,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e46b62a-edd4-4959-95ba-323e1e42ac4f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:26,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-7e46b62a-edd4-4959-95ba-323e1e42ac4f 2018-08-20 11:01:26,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:26,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d709682a-8766-4102-a28c-448ff2900c23 Date: Mon, 20 Aug 2018 11:01:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 11:01:26,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-d709682a-8766-4102-a28c-448ff2900c23 2018-08-20 11:01:26,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:26,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-aa2d75a7-74e7-490c-b174-25c7336fe24f Date: Mon, 20 Aug 2018 11:01:26 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:79:08","id":"16a2b0e2-828a-45ec-a2c0-188c4330b625","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2b:3d:c0","id":"1b5bf73c-7501-422e-9eed-973502617a20","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:30Z","admin_state_up":true,"updated_at":"2018-08-20T11:01:24Z","binding:vnic_type":"normal","device_id":"27e92667-94a5-4e8e-b5f9-42f9d6db2e19","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:dc:df:19","id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f","de582b9f-922e-46da-907a-b90f48d14bac"],"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:b4:c0:b0","id":"c2e2db44-162a-4763-a454-f37a59f85222","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:01:26,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-aa2d75a7-74e7-490c-b174-25c7336fe24f 2018-08-20 11:01:26,235 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:01:33,249 - paramiko.transport - DEBUG - starting thread (client mode): 0xeddbc410L 2018-08-20 11:01:33,250 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:01:33,255 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:01:33,255 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:01:33,256 - 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-08-20 11:01:33,257 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:01:33,257 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:01:33,257 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:01:33,257 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:01:33,257 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:01:33,299 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:01:33,300 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:01:33,314 - paramiko.transport - DEBUG - Trying discovered key 6663430e0c1be89d89d3913338c4fb2f in tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6 2018-08-20 11:01:33,340 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:01:33,366 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:01:33,467 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 11:01:33,492 - create_instance - INFO - SSH is active for VM instance 2018-08-20 11:01:33,493 - create_instance - INFO - Checking if cloud-init has completed 2018-08-20 11:01:33,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:33,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-b79b3477-5193-4dbe-8b01-f34b7e73f532 x-compute-request-id: req-b79b3477-5193-4dbe-8b01-f34b7e73f532 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:33,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-b79b3477-5193-4dbe-8b01-f34b7e73f532 2018-08-20 11:01:33,857 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - ACTIVE 2018-08-20 11:01:33,857 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:01:33,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:34,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-4e984f5f-1f0e-4ebc-96b7-424fffdfd09b x-compute-request-id: req-4e984f5f-1f0e-4ebc-96b7-424fffdfd09b Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:34,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-4e984f5f-1f0e-4ebc-96b7-424fffdfd09b 2018-08-20 11:01:34,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:34,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-f7a2571f-5b84-484e-a65d-c725a02b11b1 Date: Mon, 20 Aug 2018 11:01: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":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 11:01:34,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-f7a2571f-5b84-484e-a65d-c725a02b11b1 2018-08-20 11:01:34,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:34,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a47ede4-1fd3-4e50-8295-8cb838b89d1b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:34,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-1a47ede4-1fd3-4e50-8295-8cb838b89d1b 2018-08-20 11:01:34,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:34,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c960a768-3535-423d-a158-ffa4bf97c6e9 Date: Mon, 20 Aug 2018 11:01:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 11:01:34,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-c960a768-3535-423d-a158-ffa4bf97c6e9 2018-08-20 11:01:34,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:34,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-53e070a7-201f-4ea1-b8ec-8e2da5504d61 Date: Mon, 20 Aug 2018 11:01:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:79:08","id":"16a2b0e2-828a-45ec-a2c0-188c4330b625","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2b:3d:c0","id":"1b5bf73c-7501-422e-9eed-973502617a20","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:30Z","admin_state_up":true,"updated_at":"2018-08-20T11:01:24Z","binding:vnic_type":"normal","device_id":"27e92667-94a5-4e8e-b5f9-42f9d6db2e19","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:dc:df:19","id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f","de582b9f-922e-46da-907a-b90f48d14bac"],"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:b4:c0:b0","id":"c2e2db44-162a-4763-a454-f37a59f85222","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:01:34,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-53e070a7-201f-4ea1-b8ec-8e2da5504d61 2018-08-20 11:01:34,640 - create_instance - INFO - Checking if VM is active 2018-08-20 11:01:34,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:35,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-6949de01-aa54-4e24-89aa-b095075b6f60 x-compute-request-id: req-6949de01-aa54-4e24-89aa-b095075b6f60 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:35,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-6949de01-aa54-4e24-89aa-b095075b6f60 2018-08-20 11:01:35,213 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - ACTIVE 2018-08-20 11:01:35,213 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:01:35,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:35,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c9209fe-52f6-4520-a7c0-d076514210e5 x-compute-request-id: req-0c9209fe-52f6-4520-a7c0-d076514210e5 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp"}], "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:12Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:35,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-0c9209fe-52f6-4520-a7c0-d076514210e5 2018-08-20 11:01:35,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:35,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-ea6b6b47-5208-44ff-8b21-3073e41db38a Date: Mon, 20 Aug 2018 11:01:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"],"updated_at":"2018-08-20T10:59:11Z","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net"}]} 2018-08-20 11:01:35,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net used request id req-ea6b6b47-5208-44ff-8b21-3073e41db38a 2018-08-20 11:01:35,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:35,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c19067-7d71-46ec-9c1c-e007d5461e0e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:35,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-a4c19067-7d71-46ec-9c1c-e007d5461e0e 2018-08-20 11:01:35,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:36,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cb10401c-7be0-4c0a-b498-53c5a9e697b4 Date: Mon, 20 Aug 2018 11:01:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","dns_nameservers":[],"updated_at":"2018-08-20T10:59:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ff0d57ba357144859ae1e88da562cd84","id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","subnetpool_id":null,"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet"}]} 2018-08-20 11:01:36,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-cb10401c-7be0-4c0a-b498-53c5a9e697b4 2018-08-20 11:01:36,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:36,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-7733d198-11e2-4458-8e18-a27c6355ea0b Date: Mon, 20 Aug 2018 11:01:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:12Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:97:79:08","id":"16a2b0e2-828a-45ec-a2c0-188c4330b625","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:11Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:2b:3d:c0","id":"1b5bf73c-7501-422e-9eed-973502617a20","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:17Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:18Z","binding:vnic_type":"normal","device_id":"749e6ab8-c89e-452b-b30e-a2dd41daf507","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:c7:32","id":"5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:30Z","admin_state_up":true,"updated_at":"2018-08-20T11:01:24Z","binding:vnic_type":"normal","device_id":"27e92667-94a5-4e8e-b5f9-42f9d6db2e19","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:dc:df:19","id":"6c2b9e95-34ce-4fb9-9bf5-7ed628f38937","port_security_enabled":true,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.16"}],"extra_dhcp_opts":[],"security_groups":["b0f43431-2a31-44fb-8aa9-ee4d2c8da09f","de582b9f-922e-46da-907a-b90f48d14bac"],"name":"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6fc71434-4b5e-4fd3-b83e-7421d84a5363","tenant_id":"ff0d57ba357144859ae1e88da562cd84","created_at":"2018-08-20T10:59:13Z","admin_state_up":true,"updated_at":"2018-08-20T10:59:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fc71434-4b5e-4fd3-b83e-7421d84a5363","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:b4:c0:b0","id":"c2e2db44-162a-4763-a454-f37a59f85222","port_security_enabled":false,"project_id":"ff0d57ba357144859ae1e88da562cd84","fixed_ips":[{"subnet_id":"3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:01:36,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-7733d198-11e2-4458-8e18-a27c6355ea0b 2018-08-20 11:01:36,107 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:01:36,109 - paramiko.transport - DEBUG - starting thread (client mode): 0xede8e710L 2018-08-20 11:01:36,109 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:01:36,112 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:01:36,113 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:01:36,114 - 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-08-20 11:01:36,114 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:01:36,114 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:01:36,114 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:01:36,114 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:01:36,114 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:01:36,156 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:01:36,156 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:01:36,173 - paramiko.transport - DEBUG - Trying discovered key 6663430e0c1be89d89d3913338c4fb2f in tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6 2018-08-20 11:01:36,196 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:01:36,205 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:01:36,306 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 11:01:36,351 - create_instance - INFO - SSH is active for VM instance 2018-08-20 11:01:36,352 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:01:36,353 - paramiko.transport - DEBUG - starting thread (client mode): 0xedda6f50L 2018-08-20 11:01:36,354 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:01:36,357 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:01:36,357 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:01:36,358 - 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-08-20 11:01:36,358 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:01:36,359 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:01:36,359 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:01:36,359 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:01:36,359 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:01:36,399 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:01:36,400 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:01:36,418 - paramiko.transport - DEBUG - Trying discovered key 6663430e0c1be89d89d3913338c4fb2f in tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6 2018-08-20 11:01:36,440 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:01:36,447 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:01:36,450 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 11:01:36,641 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 11:01:36,641 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 11:01:36,652 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 11:01:36,663 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 11:01:36,663 - create_instance - INFO - cloud-init complete for VM instance 2018-08-20 11:01:36,663 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 11:01:36,664 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:01:36,665 - paramiko.transport - DEBUG - starting thread (client mode): 0xedde0a50L 2018-08-20 11:01:36,666 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:01:36,668 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:01:36,669 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:01:36,670 - 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-08-20 11:01:36,670 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:01:36,670 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:01:36,670 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:01:36,670 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:01:36,671 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:01:36,711 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:01:36,712 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:01:36,730 - paramiko.transport - DEBUG - Trying discovered key 6663430e0c1be89d89d3913338c4fb2f in tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6 2018-08-20 11:01:36,748 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:01:36,756 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:01:36,763 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 11:01:36,934 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 11:01:36,935 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 11:01:36,964 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 11:01:36,966 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 11:01:37,002 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-08-20 11:01:37,031 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-08-20 11:01:39,376 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:01:39,377 - paramiko.transport - DEBUG - starting thread (client mode): 0xedd787d0L 2018-08-20 11:01:39,378 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:01:39,382 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:01:39,382 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:01:39,383 - 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-08-20 11:01:39,383 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:01:39,383 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:01:39,383 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:01:39,383 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:01:39,384 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:01:39,423 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:01:39,424 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:01:39,442 - paramiko.transport - DEBUG - Trying discovered key 6663430e0c1be89d89d3913338c4fb2f in tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6 2018-08-20 11:01:39,464 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:01:39,472 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:01:39,474 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 11:01:39,679 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 11:01:39,679 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 11:01:39,682 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 11:01:39,697 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 11:01:39,697 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 11:01:39,698 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 11:01:39,699 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-08-20 11:01:39,699 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2018-08-20 11:01:39,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/floatingips/89b1d3ad-9fc5-4864-bacc-e9c0a24d235a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:40,617 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-956662f3-66b3-4d13-9dd1-34062b113031 Content-Length: 0 Date: Mon, 20 Aug 2018 11:01:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:40,617 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/89b1d3ad-9fc5-4864-bacc-e9c0a24d235a used request id req-956662f3-66b3-4d13-9dd1-34062b113031 2018-08-20 11:01:40,617 - create_instance - INFO - Deleting Port with ID - 6c2b9e95-34ce-4fb9-9bf5-7ed628f38937 2018-08-20 11:01:40,617 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-port-1 2018-08-20 11:01:40,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/6c2b9e95-34ce-4fb9-9bf5-7ed628f38937 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:41,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f4a563bb-2f61-452a-9465-2d9c8c6cef75 Date: Mon, 20 Aug 2018 11:01:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:41,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/6c2b9e95-34ce-4fb9-9bf5-7ed628f38937 used request id req-f4a563bb-2f61-452a-9465-2d9c8c6cef75 2018-08-20 11:01:41,146 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst 2018-08-20 11:01:41,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:41,304 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fffaade4-ff82-455e-91b2-add72f5bc935 x-compute-request-id: req-fffaade4-ff82-455e-91b2-add72f5bc935 Content-Type: application/json 2018-08-20 11:01:41,305 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-fffaade4-ff82-455e-91b2-add72f5bc935 2018-08-20 11:01:41,305 - create_instance - INFO - Checking deletion status 2018-08-20 11:01:41,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:41,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd616fae-50f8-44c4-8cc4-050cc37e2ab6 x-compute-request-id: req-fd616fae-50f8-44c4-8cc4-050cc37e2ab6 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "10.55.1.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:df:19", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "rel": "bookmark"}], "image": {"id": "c65da4fb-134a-4c43-91d7-c94693cfb1da", "links": [{"href": "http://172.30.9.36:8774/images/c65da4fb-134a-4c43-91d7-c94693cfb1da", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:01:12.000000", "flavor": {"id": "80bbe511-14d1-4c32-8362-e4bb9e52f456", "links": [{"href": "http://172.30.9.36:8774/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456", "rel": "bookmark"}]}, "id": "27e92667-94a5-4e8e-b5f9-42f9d6db2e19", "user_id": "7b5bd29df6d9469abeb52e5765866f07", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:01:41Z", "hostId": "04a2dc2e02ddad5732037c89debd212236f45cc4610bbb6cb5911fe1", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp", "name": "AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst", "created": "2018-08-20T10:59:33Z", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:01:41,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-fd616fae-50f8-44c4-8cc4-050cc37e2ab6 2018-08-20 11:01:41,638 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst] is - ACTIVE 2018-08-20 11:01:41,638 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:01:44,639 - create_instance - DEBUG - VM status query timeout in 296.665864944 2018-08-20 11:01:44,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f8086fb107671017078d18e810202088e67f8e" 2018-08-20 11:01:44,688 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0a4fa9e-b1f6-4ddd-9190-32cae1800781 x-compute-request-id: req-f0a4fa9e-b1f6-4ddd-9190-32cae1800781 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 27e92667-94a5-4e8e-b5f9-42f9d6db2e19 could not be found.", "code": 404}} 2018-08-20 11:01:44,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/27e92667-94a5-4e8e-b5f9-42f9d6db2e19 used request id req-f0a4fa9e-b1f6-4ddd-9190-32cae1800781 2018-08-20 11:01:44,688 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 27e92667-94a5-4e8e-b5f9-42f9d6db2e19 could not be found. (HTTP 404) (Request-ID: req-f0a4fa9e-b1f6-4ddd-9190-32cae1800781) 2018-08-20 11:01:44,688 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-inst 2018-08-20 11:01:44,690 - neutron_utils - INFO - Deleting security group rule with ID - c0f93df4-1aa8-4c13-8f10-47c7d6a26343 2018-08-20 11:01:44,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/c0f93df4-1aa8-4c13-8f10-47c7d6a26343 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 11:01:44,811 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d22a279-2aaa-4b0e-a4a5-c8a2d7431974 Content-Length: 0 Date: Mon, 20 Aug 2018 11:01:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:44,811 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/c0f93df4-1aa8-4c13-8f10-47c7d6a26343 used request id req-5d22a279-2aaa-4b0e-a4a5-c8a2d7431974 2018-08-20 11:01:44,811 - neutron_utils - INFO - Deleting security group rule with ID - 4a51fb77-d4d7-4e36-8b57-b811788e728b 2018-08-20 11:01:44,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/4a51fb77-d4d7-4e36-8b57-b811788e728b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 11:01:45,098 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65832258-479b-4945-87de-59a87695c596 Content-Length: 0 Date: Mon, 20 Aug 2018 11:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:45,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/4a51fb77-d4d7-4e36-8b57-b811788e728b used request id req-65832258-479b-4945-87de-59a87695c596 2018-08-20 11:01:45,098 - neutron_utils - INFO - Deleting security group rule with ID - c881863f-2b72-42a9-9ddc-8f37e98bdc53 2018-08-20 11:01:45,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/c881863f-2b72-42a9-9ddc-8f37e98bdc53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 11:01:45,366 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5495a6d3-59c8-450a-b59d-448f67db5168 Content-Length: 0 Date: Mon, 20 Aug 2018 11:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:45,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/c881863f-2b72-42a9-9ddc-8f37e98bdc53 used request id req-5495a6d3-59c8-450a-b59d-448f67db5168 2018-08-20 11:01:45,366 - neutron_utils - INFO - Deleting security group rule with ID - 353736f9-7a19-46fc-9c75-838aeb726318 2018-08-20 11:01:45,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/353736f9-7a19-46fc-9c75-838aeb726318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 11:01:45,467 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-455ff0f0-6c05-41af-b779-11c87102d594 Content-Length: 0 Date: Mon, 20 Aug 2018 11:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:45,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/353736f9-7a19-46fc-9c75-838aeb726318 used request id req-455ff0f0-6c05-41af-b779-11c87102d594 2018-08-20 11:01:45,467 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-sec-grp 2018-08-20 11:01:45,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/de582b9f-922e-46da-907a-b90f48d14bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb18232cd019ceff7d154fc4d67852bea625fd49" 2018-08-20 11:01:45,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c35e08b3-8e42-47c7-aa4e-b4805423415f Content-Length: 0 Date: Mon, 20 Aug 2018 11:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:45,614 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/de582b9f-922e-46da-907a-b90f48d14bac used request id req-c35e08b3-8e42-47c7-aa4e-b4805423415f 2018-08-20 11:01:45,614 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp 2018-08-20 11:01:45,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc24fd81ff8620cb1b84087e2dd34e0c85935662" 2018-08-20 11:01:45,649 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:01:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cfb634b3-cefd-4f70-8de2-159080dcaf08 x-compute-request-id: req-cfb634b3-cefd-4f70-8de2-159080dcaf08 Content-Length: 0 Content-Type: application/json 2018-08-20 11:01:45,650 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-kp used request id req-cfb634b3-cefd-4f70-8de2-159080dcaf08 2018-08-20 11:01:45,650 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6.pub] 2018-08-20 11:01:45,650 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6] 2018-08-20 11:01:45,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2f89d6ac9bb2c86ccbfdd33040940d3692b8e" 2018-08-20 11:01:45,732 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:01:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-121a6d9f-303f-4ab7-96c9-ced89d5dd0db x-compute-request-id: req-121a6d9f-303f-4ab7-96c9-ced89d5dd0db Content-Length: 0 Content-Type: application/json 2018-08-20 11:01:45,732 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/80bbe511-14d1-4c32-8362-e4bb9e52f456 used request id req-121a6d9f-303f-4ab7-96c9-ced89d5dd0db 2018-08-20 11:01:45,733 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router and subnet AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet 2018-08-20 11:01:45,734 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router 2018-08-20 11:01:45,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/749e6ab8-c89e-452b-b30e-a2dd41daf507/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" -d '{"subnet_id": "3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"}' 2018-08-20 11:01:47,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5cf651c9-7f33-4411-ac58-d17a9cda8dcd Date: Mon, 20 Aug 2018 11:01:47 GMT RESP BODY: {"network_id": "6fc71434-4b5e-4fd3-b83e-7421d84a5363", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "subnet_id": "3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0", "subnet_ids": ["3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0"], "port_id": "5657ddb5-7dc8-4f25-be10-c8ccdab1ee4e", "id": "749e6ab8-c89e-452b-b30e-a2dd41daf507"} 2018-08-20 11:01:47,344 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/749e6ab8-c89e-452b-b30e-a2dd41daf507/remove_router_interface used request id req-5cf651c9-7f33-4411-ac58-d17a9cda8dcd 2018-08-20 11:01:47,344 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router 2018-08-20 11:01:47,344 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-router 2018-08-20 11:01:47,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/749e6ab8-c89e-452b-b30e-a2dd41daf507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917bdae82701805f5b938eef0514790a2f1deab3" 2018-08-20 11:01:48,765 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a9711691-092d-404c-968a-a533823da626 Content-Length: 0 Date: Mon, 20 Aug 2018 11:01:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:48,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/749e6ab8-c89e-452b-b30e-a2dd41daf507 used request id req-a9711691-092d-404c-968a-a533823da626 2018-08-20 11:01:48,766 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet 2018-08-20 11:01:48,766 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-subnet 2018-08-20 11:01:48,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" 2018-08-20 11:01:51,505 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a6ab9845-7cdc-47e5-9246-8ebca27d12fa Date: Mon, 20 Aug 2018 11:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:51,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/3d8766b6-6ac4-4d43-9e4e-e8f1c08b02d0 used request id req-a6ab9845-7cdc-47e5-9246-8ebca27d12fa 2018-08-20 11:01:51,505 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6-pub-net 2018-08-20 11:01:51,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/6fc71434-4b5e-4fd3-b83e-7421d84a5363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab2ba76e9069f8f0b2dcf837dc121b337572e4c" 2018-08-20 11:01:52,970 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7048c5e4-37f3-43d4-948b-e2cd7853bd2c Date: Mon, 20 Aug 2018 11:01:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:52,971 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/6fc71434-4b5e-4fd3-b83e-7421d84a5363 used request id req-7048c5e4-37f3-43d4-948b-e2cd7853bd2c 2018-08-20 11:01:52,971 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-86a1fe81-fd91-488b-98ad-ec63390006a6--image 2018-08-20 11:01:52,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ff7013898e7f482b856db31da405cfead4c6733" 2018-08-20 11:01:54,201 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-01dcf52f-6db8-4182-80da-206c1e32fe94 Date: Mon, 20 Aug 2018 11: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-08-20 11:01:54,201 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/c65da4fb-134a-4c43-91d7-c94693cfb1da used request id req-01dcf52f-6db8-4182-80da-206c1e32fe94 2018-08-20 11:01:54,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 11:01:54,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 11:01:54,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 11:01:54,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 11:01:54,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 11:01:54,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:54,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-8871b9e4-6981-4d26-92e0-1b6be534a717 Date: Mon, 20 Aug 2018 11:01:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:09Z", "updated_at": "2018-08-20T10:59:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:09Z", "revision_number": 0, "id": "07c8e07c-a663-4110-8845-1fecef726190", "remote_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:09Z", "security_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:09Z", "revision_number": 0, "id": "547c8d8d-b280-481e-99a5-f39c7fec84c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:09Z", "security_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:09Z", "revision_number": 0, "id": "67f78f0a-5b00-4d06-9275-2e4920edb248", "remote_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:09Z", "security_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv6", "project_id": "ff0d57ba357144859ae1e88da562cd84"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T10:59:09Z", "revision_number": 0, "id": "ed420918-a4fc-4cc7-8c37-d27b143b3627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T10:59:09Z", "security_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "port_range_min": null, "ethertype": "IPv4", "project_id": "ff0d57ba357144859ae1e88da562cd84"}], "revision_number": 4, "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 11:01:54,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-8871b9e4-6981-4d26-92e0-1b6be534a717 2018-08-20 11:01:54,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:54,776 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ee030b4-d2ef-4348-9000-fbdc40cf9f7c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:54,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-8ee030b4-d2ef-4348-9000-fbdc40cf9f7c 2018-08-20 11:01:54,776 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:54,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:54,944 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28972c1e-07a1-4825-af36-65d5108f4524 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: d47dfcddcfd74468806c46323ceba78d.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:54,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/d47dfcddcfd74468806c46323ceba78d used request id req-28972c1e-07a1-4825-af36-65d5108f4524 2018-08-20 11:01:54,945 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:54,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,041 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c3688b5-79d9-468a-ab03-16a2d13d15fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6c5e1252106a4fbd831fdf475bd981fd.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:55,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6c5e1252106a4fbd831fdf475bd981fd used request id req-2c3688b5-79d9-468a-ab03-16a2d13d15fe 2018-08-20 11:01:55,041 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:55,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,137 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d54fd4eb-6275-4c5e-b645-a16ab9548936 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9ae439e78faa4f3db8355f0689853952.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:55,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/9ae439e78faa4f3db8355f0689853952 used request id req-d54fd4eb-6275-4c5e-b645-a16ab9548936 2018-08-20 11:01:55,137 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:55,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,228 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92158c2d-660b-4e41-85a7-0384a428db4d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ec8ba79132c243b9bdc1b2574bb415ec.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:55,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ec8ba79132c243b9bdc1b2574bb415ec used request id req-92158c2d-660b-4e41-85a7-0384a428db4d 2018-08-20 11:01:55,228 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:55,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,322 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a98855c4-4dcd-4e75-83c0-9f4ae495dded Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6482edba13a74403b4b5e7b5092074e5.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:55,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/6482edba13a74403b4b5e7b5092074e5 used request id req-a98855c4-4dcd-4e75-83c0-9f4ae495dded 2018-08-20 11:01:55,322 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:55,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,424 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e49c224f-5c96-4539-844a-b495ad844bee Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: cdca7d5571664f3a937d5cbda3b1c98f.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:55,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/cdca7d5571664f3a937d5cbda3b1c98f used request id req-e49c224f-5c96-4539-844a-b495ad844bee 2018-08-20 11:01:55,425 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:55,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,515 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fa080d0-6df9-4f95-b815-9e578b49d6a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1d20c3aa4b3b4abf8a1bd9786d33efb3.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:55,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/1d20c3aa4b3b4abf8a1bd9786d33efb3 used request id req-8fa080d0-6df9-4f95-b815-9e578b49d6a9 2018-08-20 11:01:55,515 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:55,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,697 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a86f00b-3666-4ced-9b84-2f4c5f7a1ecd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 87b11a9714a34c04818ddc7d58f5f666.", "code": 404, "title": "Not Found"}} 2018-08-20 11:01:55,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/87b11a9714a34c04818ddc7d58f5f666 used request id req-4a86f00b-3666-4ced-9b84-2f4c5f7a1ecd 2018-08-20 11:01:55,697 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:01:55,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f42805-85fa-4860-bcf2-56c2548d6519 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3c4aed65191b4dba89fd510567c6ae9c", "name": "service"}} 2018-08-20 11:01:55,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c used request id req-a1f42805-85fa-4860-bcf2-56c2548d6519 2018-08-20 11:01:55,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:55,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38442677-f93d-4785-bbb2-8185dba8e3ed Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ff0d57ba357144859ae1e88da562cd84", "name": "AnsibleProvisioningTests-315b3974-bd63-434-proj"}} 2018-08-20 11:01:55,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-38442677-f93d-4785-bbb2-8185dba8e3ed 2018-08-20 11:01:55,890 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0f43431-2a31-44fb-8aa9-ee4d2c8da09f 2018-08-20 11:01:55,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b0f43431-2a31-44fb-8aa9-ee4d2c8da09f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:56,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-22601d4d-369e-43d3-a147-823c20ab59a4 Date: Mon, 20 Aug 2018 11:01:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:09Z", "security_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:09Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "07c8e07c-a663-4110-8845-1fecef726190"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:09Z", "security_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:09Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "547c8d8d-b280-481e-99a5-f39c7fec84c7"}, {"remote_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:09Z", "security_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:09Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "67f78f0a-5b00-4d06-9275-2e4920edb248"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T10:59:09Z", "security_group_id": "b0f43431-2a31-44fb-8aa9-ee4d2c8da09f", "port_range_min": null, "revision_number": 0, "tenant_id": "ff0d57ba357144859ae1e88da562cd84", "created_at": "2018-08-20T10:59:09Z", "project_id": "ff0d57ba357144859ae1e88da562cd84", "id": "ed420918-a4fc-4cc7-8c37-d27b143b3627"}]} 2018-08-20 11:01:56,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=b0f43431-2a31-44fb-8aa9-ee4d2c8da09f used request id req-22601d4d-369e-43d3-a147-823c20ab59a4 2018-08-20 11:01:56,099 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 11:01:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/b0f43431-2a31-44fb-8aa9-ee4d2c8da09f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:56,486 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-711902a5-66d7-4bc8-9b9b-7d7bcad054ef Content-Length: 0 Date: Mon, 20 Aug 2018 11:01:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:01:56,486 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/b0f43431-2a31-44fb-8aa9-ee4d2c8da09f used request id req-711902a5-66d7-4bc8-9b9b-7d7bcad054ef 2018-08-20 11:01:56,487 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-315b3974-bd63-434-proj 2018-08-20 11:01:56,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:56,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:01:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b008ac02-af14-4752-960f-2540e513b2c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:01:56,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ff0d57ba357144859ae1e88da562cd84 used request id req-b008ac02-af14-4752-960f-2540e513b2c7 2018-08-20 11:01:56,794 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-315b3974-bd63-434-proj-role 2018-08-20 11:01:56,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/12761a3d5edf4f0fa7d0de9de2a6ae84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:56,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:01:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44d1a2de-70e6-4795-9cf6-6a891331385c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:01:56,907 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/12761a3d5edf4f0fa7d0de9de2a6ae84 used request id req-44d1a2de-70e6-4795-9cf6-6a891331385c 2018-08-20 11:01:56,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6686567d4042aa77d6813c9d2888dd34b6a830c" 2018-08-20 11:01:57,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1db38dda-febb-42df-8399-330f19968c42 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:01:57,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1db38dda-febb-42df-8399-330f19968c42 2018-08-20 11:01:57,003 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-315b3974-bd63-434-user 2018-08-20 11:01:57,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/7b5bd29df6d9469abeb52e5765866f07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059efb519fad1a0d7930ee7430c2dd42d06d26a6" 2018-08-20 11:01:57,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:01:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f188bd73-b609-4b7e-b3fd-b5ae396ede22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:01:57,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/7b5bd29df6d9469abeb52e5765866f07 used request id req-f188bd73-b609-4b7e-b3fd-b5ae396ede22 2018-08-20 11:01:57,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:01:57,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:01:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Itv2AOE5Q_GcbiqlEk2CAw"], "issued_at": "2018-08-20T11:01:57.000000Z"}} 2018-08-20 11:01:57,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5020eb6041229aca383d300bd4382047193d7b" 2018-08-20 11:01:57,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee840c5e-3ee3-4874-80ed-00a4b1562c41 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:01:57,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-ee840c5e-3ee3-4874-80ed-00a4b1562c41 2018-08-20 11:01:57,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:01:57,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:01:58,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["0GlvnPjgRP2QsCZ6NCpIHQ"], "issued_at": "2018-08-20T11:01:58.000000Z"}} 2018-08-20 11:01:58,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:01:58,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d10736f1-a9c1-4952-8b6a-feb2a42e14a5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:01:58,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d10736f1-a9c1-4952-8b6a-feb2a42e14a5 2018-08-20 11:01:58,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:01:58,210 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:01:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:01:58,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-8e839e85-7898-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:01:58,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acde7136-637b-49e3-8856-4475b84c84b7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-8e839e85-7898-41f-proj", "previous": null, "next": null}, "projects": []} 2018-08-20 11:01:58,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-8e839e85-7898-41f-proj used request id req-acde7136-637b-49e3-8856-4475b84c84b7 2018-08-20 11:01:58,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:01:58,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e091e86-764e-4e27-9a91-9fc1ca31eb4c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 11:01:58,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-5e091e86-764e-4e27-9a91-9fc1ca31eb4c 2018-08-20 11:01:58,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}}' 2018-08-20 11:01:58,524 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:01:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bd60e16-9f27-428f-bd3c-8673d145a294 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "id": "bd1e3a571f48426a9b56755e0ac46843", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:01:58,524 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-5bd60e16-9f27-428f-bd3c-8673d145a294 2018-08-20 11:01:58,524 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-8e839e85-7898-41f-proj 2018-08-20 11:01:58,524 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:01:58,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:01:58,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["lushWK4aQR2WPzSRV__lEQ"], "issued_at": "2018-08-20T11:01:58.000000Z"}} 2018-08-20 11:01:58,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851a99bae4631354602d76f4a51c6002f58afc61" 2018-08-20 11:01:59,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e4b305b-6fd1-40b1-b392-c9d6d3ef5805 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:01:59,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-9e4b305b-6fd1-40b1-b392-c9d6d3ef5805 2018-08-20 11:01:59,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:01:59,016 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:01:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:01:59,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851a99bae4631354602d76f4a51c6002f58afc61" 2018-08-20 11:01:59,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94984488-ec66-4257-9057-49be70c2050f Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:01:59,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-94984488-ec66-4257-9057-49be70c2050f 2018-08-20 11:01:59,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects?name=AnsibleProvisioningTests-8e839e85-7898-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851a99bae4631354602d76f4a51c6002f58afc61" 2018-08-20 11:01:59,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb6484d-142c-4c68-87c4-fd6a3271b3f4 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects?name=AnsibleProvisioningTests-8e839e85-7898-41f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "id": "bd1e3a571f48426a9b56755e0ac46843", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}]} 2018-08-20 11:01:59,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?name=AnsibleProvisioningTests-8e839e85-7898-41f-proj used request id req-abb6484d-142c-4c68-87c4-fd6a3271b3f4 2018-08-20 11:01:59,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851a99bae4631354602d76f4a51c6002f58afc61" 2018-08-20 11:01:59,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3417721-10c4-4138-b642-3a3be59642bf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-20 11:01:59,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains?name=Default used request id req-c3417721-10c4-4138-b642-3a3be59642bf 2018-08-20 11:01:59,733 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-8e839e85-7898-41f-user 2018-08-20 11:01:59,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:01:59,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:01:59,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6145b075-6fe2-4499-bdd7-2878d01e1fe8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:01:59,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6145b075-6fe2-4499-bdd7-2878d01e1fe8 2018-08-20 11:01:59,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" -d '{"role": {"name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}}' 2018-08-20 11:01:59,949 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:01:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e47578ce-c200-4bc3-af15-88b3fc4893e0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4cffdcce242a4b6f822d3c4619c2b941", "links": {"self": "http://172.30.9.36:5000/v3/roles/4cffdcce242a4b6f822d3c4619c2b941"}, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}} 2018-08-20 11:01:59,949 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-e47578ce-c200-4bc3-af15-88b3fc4893e0 2018-08-20 11:01:59,949 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-8e839e85-7898-41f-proj-role 2018-08-20 11:01:59,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles/4cffdcce242a4b6f822d3c4619c2b941 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:02:00,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb175c7-fa00-43b6-8659-657b40d7218c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4cffdcce242a4b6f822d3c4619c2b941", "links": {"self": "http://172.30.9.36:5000/v3/roles/4cffdcce242a4b6f822d3c4619c2b941"}, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}} 2018-08-20 11:02:00,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles/4cffdcce242a4b6f822d3c4619c2b941 used request id req-1bb175c7-fa00-43b6-8659-657b40d7218c 2018-08-20 11:02:00,045 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-8e839e85-7898-41f-proj-role to project AnsibleProvisioningTests-8e839e85-7898-41f-proj 2018-08-20 11:02:00,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843/users/d73acc245d944f92a6f6b60436a34174/roles/4cffdcce242a4b6f822d3c4619c2b941 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:02:00,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:02:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f80a3ee-db8c-49ee-839d-f09c4aa778d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:02:00,199 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843/users/d73acc245d944f92a6f6b60436a34174/roles/4cffdcce242a4b6f822d3c4619c2b941 used request id req-2f80a3ee-db8c-49ee-839d-f09c4aa778d6 2018-08-20 11:02:00,200 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 11:02:00,202 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-08-20 11:02:00,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:00,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:00,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cffdcce242a4b6f822d3c4619c2b941", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}], "expires_at": "2018-08-20T12:02:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-user", "id": "d73acc245d944f92a6f6b60436a34174"}, "audit_ids": ["_gV9RE3kS6KWySm3Rt1EfQ"], "issued_at": "2018-08-20T11:02:00.000000Z"}} 2018-08-20 11:02:00,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" 2018-08-20 11:02:00,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84df528-a3eb-4636-89f9-56faaefe49be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:00,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-b84df528-a3eb-4636-89f9-56faaefe49be 2018-08-20 11:02:00,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" 2018-08-20 11:02:00,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-ceb98356-6b2a-4b83-8f7b-83b6e9baf7a7 Date: Mon, 20 Aug 2018 11:02:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image"} 2018-08-20 11:02:00,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image used request id req-ceb98356-6b2a-4b83-8f7b-83b6e9baf7a7 2018-08-20 11:02:00,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" 2018-08-20 11:02:01,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-527e0fc1-fc37-4a48-a123-f97c0f951901 Date: Mon, 20 Aug 2018 11: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 11:02:01,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-527e0fc1-fc37-4a48-a123-f97c0f951901 2018-08-20 11:02:01,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image"}' 2018-08-20 11:02:01,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8b2465c5-c58b-4be1-9adb-6b122e2bb8b9 Date: Mon, 20 Aug 2018 11:02:01 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T11:02:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-20T11:02:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "min_disk": 0, "protected": false, "id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "file": "/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/file", "checksum": null, "owner": "bd1e3a571f48426a9b56755e0ac46843", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 11:02:01,318 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-8b2465c5-c58b-4be1-9adb-6b122e2bb8b9 2018-08-20 11:02:01,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" -d '' 2018-08-20 11:02:06,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c32e028a-7e2b-48c5-bf28-a7645469dfdc Date: Mon, 20 Aug 2018 11:02:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:02:06,282 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/file used request id req-c32e028a-7e2b-48c5-bf28-a7645469dfdc 2018-08-20 11:02:06,283 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-20 11:02:06,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" 2018-08-20 11:02:06,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-cfb0ef39-61d1-4d2a-85be-89fcaa1a00b3 Date: Mon, 20 Aug 2018 11:02:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T11:02:01Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-08-20T11:02:06Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/snap", "metadata": {}}], "self": "/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "min_disk": 0, "protected": false, "id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "file": "/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "bd1e3a571f48426a9b56755e0ac46843", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 11:02:06,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7 used request id req-cfb0ef39-61d1-4d2a-85be-89fcaa1a00b3 2018-08-20 11:02:06,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" 2018-08-20 11:02:06,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-915d04fc-9cf2-4ba7-8dd6-ac1d59339b70 Date: Mon, 20 Aug 2018 11:02:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 11:02:06,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-915d04fc-9cf2-4ba7-8dd6-ac1d59339b70 2018-08-20 11:02:06,651 - create_image - INFO - Created image with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image 2018-08-20 11:02:06,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" 2018-08-20 11:02:06,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f949c4e7-cc5a-4b69-8145-3ab5c68b60bf Date: Mon, 20 Aug 2018 11:02:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T11:02:01Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-08-20T11:02:06Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/snap", "metadata": {}}], "self": "/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "min_disk": 0, "protected": false, "id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "file": "/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "bd1e3a571f48426a9b56755e0ac46843", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-20 11:02:06,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7 used request id req-f949c4e7-cc5a-4b69-8145-3ab5c68b60bf 2018-08-20 11:02:06,671 - create_image - DEBUG - Instance status is - active 2018-08-20 11:02:06,671 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image 2018-08-20 11:02:06,671 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image 2018-08-20 11:02:06,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:06,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:07,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cffdcce242a4b6f822d3c4619c2b941", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}], "expires_at": "2018-08-20T12:02:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-user", "id": "d73acc245d944f92a6f6b60436a34174"}, "audit_ids": ["M5YHdp-bT2SmPvkVnkEOLg"], "issued_at": "2018-08-20T11:02:07.000000Z"}} 2018-08-20 11:02:07,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" 2018-08-20 11:02:07,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21720f07-d85f-46c2-bf61-d3a5b3dc2558 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:07,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-21720f07-d85f-46c2-bf61-d3a5b3dc2558 2018-08-20 11:02:07,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 11:02:07,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 11:02:07,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 11:02:07,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 11:02:07,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 11:02:07,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" 2018-08-20 11:02:07,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1f5f9079-a3bc-466c-822e-d7bcacb62992 Date: Mon, 20 Aug 2018 11:02:07 GMT RESP BODY: {"networks":[]} 2018-08-20 11:02:07,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-1f5f9079-a3bc-466c-822e-d7bcacb62992 2018-08-20 11:02:07,372 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net 2018-08-20 11:02:07,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" -d '{"network": {"mtu": 1450, "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net", "admin_state_up": true}}' 2018-08-20 11:02:08,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-8ef6ba1a-e9e1-41d1-b110-b774b28857fc Date: Mon, 20 Aug 2018 11:02:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T11:02:07Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}} 2018-08-20 11:02:08,387 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks used request id req-8ef6ba1a-e9e1-41d1-b110-b774b28857fc 2018-08-20 11:02:08,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" 2018-08-20 11:02:08,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-396ccff5-398a-4ef9-9cbd-34a69d7fa261 Date: Mon, 20 Aug 2018 11:02:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T11:02:07Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:08,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-396ccff5-398a-4ef9-9cbd-34a69d7fa261 2018-08-20 11:02:08,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" 2018-08-20 11:02:08,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2469da0a-0379-4366-8abc-e4e2fb58b4ef Date: Mon, 20 Aug 2018 11:02:08 GMT RESP BODY: {"subnets":[]} 2018-08-20 11:02:08,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-2469da0a-0379-4366-8abc-e4e2fb58b4ef 2018-08-20 11:02:08,866 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet 2018-08-20 11:02:08,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" -d '{"subnets": [{"ip_version": 4, "network_id": "d08ba262-17d5-475b-a874-adcd5011d388", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]}' 2018-08-20 11:02:09,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-91720981-1293-4429-819b-4ac7904f297e Date: Mon, 20 Aug 2018 11:02:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:09,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets used request id req-91720981-1293-4429-819b-4ac7904f297e 2018-08-20 11:02:09,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" 2018-08-20 11:02:10,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-cf585728-eb9c-45e0-b094-b008a731b763 Date: Mon, 20 Aug 2018 11:02: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:10,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-cf585728-eb9c-45e0-b094-b008a731b763 2018-08-20 11:02:10,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" 2018-08-20 11:02:10,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e657c4ee-6a59-4dd3-ba9e-ff4ab79b047f Date: Mon, 20 Aug 2018 11:02:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:10,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-e657c4ee-6a59-4dd3-ba9e-ff4ab79b047f 2018-08-20 11:02:10,205 - OpenStackNetwork - DEBUG - Network [d08ba262-17d5-475b-a874-adcd5011d388] created successfully 2018-08-20 11:02:10,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:10,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:10,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cffdcce242a4b6f822d3c4619c2b941", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}], "expires_at": "2018-08-20T12:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-user", "id": "d73acc245d944f92a6f6b60436a34174"}, "audit_ids": ["HXbTot_1StKtrJZAzNDniw"], "issued_at": "2018-08-20T11:02:10.000000Z"}} 2018-08-20 11:02:10,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:10,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6185ad0-e8f5-44c9-97d1-1187ce6cfb44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:10,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e6185ad0-e8f5-44c9-97d1-1187ce6cfb44 2018-08-20 11:02:10,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 11:02:10,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 11:02:10,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 11:02:10,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 11:02:10,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 11:02:10,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:10,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2b106ee5-6ebb-4f10-9aa3-46cf02763dd2 Date: Mon, 20 Aug 2018 11:02:10 GMT RESP BODY: {"routers": []} 2018-08-20 11:02:10,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router&admin_state_up=True used request id req-2b106ee5-6ebb-4f10-9aa3-46cf02763dd2 2018-08-20 11:02:10,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:10,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:11,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cffdcce242a4b6f822d3c4619c2b941", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}], "expires_at": "2018-08-20T12:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-user", "id": "d73acc245d944f92a6f6b60436a34174"}, "audit_ids": ["taaEYaSHRxGFYYNiTkOVkw"], "issued_at": "2018-08-20T11:02:11.000000Z"}} 2018-08-20 11:02:11,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d06ee00de71e6bcfc689027d67842a836c9e447d" 2018-08-20 11:02:11,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374721ae-6e19-4e1d-82b9-06207510d0b4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:11,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-374721ae-6e19-4e1d-82b9-06207510d0b4 2018-08-20 11:02:11,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:11,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-168cb384-731b-40a5-85f3-4796cd92f499 Date: Mon, 20 Aug 2018 11:02:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:02:11,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-168cb384-731b-40a5-85f3-4796cd92f499 2018-08-20 11:02:11,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:11,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fa0a95aa-1e75-44a3-89e7-72e59763d643 Date: Mon, 20 Aug 2018 11:02:11 GMT RESP BODY: {"subnets":[]} 2018-08-20 11:02:11,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-fa0a95aa-1e75-44a3-89e7-72e59763d643 2018-08-20 11:02:11,938 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router 2018-08-20 11:02:11,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router", "admin_state_up": true}}' 2018-08-20 11:02:13,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-51460ebc-9828-48e8-9e9c-d3b8ea0d3ab6 Date: Mon, 20 Aug 2018 11:02:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:12Z", "admin_state_up": true, "updated_at": "2018-08-20T11:02:12Z", "revision_number": 2, "routes": [], "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5c4fb158-4874-4aa8-86d4-fa6abc52e5aa", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router"}} 2018-08-20 11:02:13,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers used request id req-51460ebc-9828-48e8-9e9c-d3b8ea0d3ab6 2018-08-20 11:02:13,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=5c4fb158-4874-4aa8-86d4-fa6abc52e5aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:13,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d78c4c54-16c4-476b-82cd-f8360f2ef05c Date: Mon, 20 Aug 2018 11:02:13 GMT RESP BODY: {"ports":[]} 2018-08-20 11:02:13,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=5c4fb158-4874-4aa8-86d4-fa6abc52e5aa used request id req-d78c4c54-16c4-476b-82cd-f8360f2ef05c 2018-08-20 11:02:13,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:13,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-221af332-dd05-4a91-8c38-a6c287cb88cb Date: Mon, 20 Aug 2018 11:02: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:13,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-221af332-dd05-4a91-8c38-a6c287cb88cb 2018-08-20 11:02:13,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:02:13,837 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:02:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:02:13,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:13,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b022326-a489-47db-9c6a-3cfa38ac3bcf Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:02:13,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-8b022326-a489-47db-9c6a-3cfa38ac3bcf 2018-08-20 11:02:13,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:14,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ce3724c1-b49b-45fd-83d0-c731cf3448ca Date: Mon, 20 Aug 2018 11:02:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:14,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-ce3724c1-b49b-45fd-83d0-c731cf3448ca 2018-08-20 11:02:14,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:14,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-79af75f9-38bd-4485-8852-5ff875aec3c0 Date: Mon, 20 Aug 2018 11:02:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:14,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet used request id req-79af75f9-38bd-4485-8852-5ff875aec3c0 2018-08-20 11:02:14,153 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-08-20 11:02:14,153 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router 2018-08-20 11:02:14,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/5c4fb158-4874-4aa8-86d4-fa6abc52e5aa/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" -d '{"subnet_id": "407a7c54-0a5f-4441-82bb-f16a480cd655"}' 2018-08-20 11:02:16,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-138e2660-da24-484a-9157-c496d27764c2 Date: Mon, 20 Aug 2018 11:02:16 GMT RESP BODY: {"network_id": "d08ba262-17d5-475b-a874-adcd5011d388", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "subnet_id": "407a7c54-0a5f-4441-82bb-f16a480cd655", "subnet_ids": ["407a7c54-0a5f-4441-82bb-f16a480cd655"], "port_id": "84315963-aedd-49a5-8f87-d8757359d055", "id": "5c4fb158-4874-4aa8-86d4-fa6abc52e5aa"} 2018-08-20 11:02:16,599 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5c4fb158-4874-4aa8-86d4-fa6abc52e5aa/add_router_interface used request id req-138e2660-da24-484a-9157-c496d27764c2 2018-08-20 11:02:16,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers/5c4fb158-4874-4aa8-86d4-fa6abc52e5aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:16,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-9ee6f3ac-a900-4261-935a-10fc1f18a477 Date: Mon, 20 Aug 2018 11:02:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:12Z", "admin_state_up": true, "updated_at": "2018-08-20T11:02:15Z", "revision_number": 3, "routes": [], "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5c4fb158-4874-4aa8-86d4-fa6abc52e5aa", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router"}} 2018-08-20 11:02:16,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers/5c4fb158-4874-4aa8-86d4-fa6abc52e5aa used request id req-9ee6f3ac-a900-4261-935a-10fc1f18a477 2018-08-20 11:02:16,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=5c4fb158-4874-4aa8-86d4-fa6abc52e5aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:17,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-4c8831c9-e4cf-43c5-8345-d0385ace94d1 Date: Mon, 20 Aug 2018 11:02:17 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:02:17,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=5c4fb158-4874-4aa8-86d4-fa6abc52e5aa used request id req-4c8831c9-e4cf-43c5-8345-d0385ace94d1 2018-08-20 11:02:17,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/407a7c54-0a5f-4441-82bb-f16a480cd655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:02:17,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-36153763-6698-472f-8def-0cc01796231e Date: Mon, 20 Aug 2018 11:02:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}} 2018-08-20 11:02:17,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/407a7c54-0a5f-4441-82bb-f16a480cd655 used request id req-36153763-6698-472f-8def-0cc01796231e 2018-08-20 11:02:17,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:17,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:17,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:02:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["hLamvVpMQAe9kjA6R9G0YQ"], "issued_at": "2018-08-20T11:02:17.000000Z"}} 2018-08-20 11:02:17,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059429d77cb6446465f99570b93056cfa9618f0f" 2018-08-20 11:02:17,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de81819-6775-40c9-8bc3-13e1d358bf7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:17,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-5de81819-6775-40c9-8bc3-13e1d358bf7e 2018-08-20 11:02:17,847 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 11:02:17,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059429d77cb6446465f99570b93056cfa9618f0f" 2018-08-20 11:02:18,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8617f46-c0a1-4eb1-a3d6-75cb50dde371 x-compute-request-id: req-f8617f46-c0a1-4eb1-a3d6-75cb50dde371 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-20 11:02:18,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f8617f46-c0a1-4eb1-a3d6-75cb50dde371 2018-08-20 11:02:18,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059429d77cb6446465f99570b93056cfa9618f0f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-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-08-20 11:02:18,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-496cc7ae-990a-46bf-9d4d-5de76b439598 x-compute-request-id: req-496cc7ae-990a-46bf-9d4d-5de76b439598 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c"}} 2018-08-20 11:02:18,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-496cc7ae-990a-46bf-9d4d-5de76b439598 2018-08-20 11:02:18,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:18,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:18,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cffdcce242a4b6f822d3c4619c2b941", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}], "expires_at": "2018-08-20T12:02:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-user", "id": "d73acc245d944f92a6f6b60436a34174"}, "audit_ids": ["494wVp0qS5yZnTnAff0o6A"], "issued_at": "2018-08-20T11:02:18.000000Z"}} 2018-08-20 11:02:18,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a8c64e2a1ae55003bdc62a780366dce0e40a5" 2018-08-20 11:02:18,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48e35f12-f918-4f07-9000-d6780e5d50bb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:18,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-48e35f12-f918-4f07-9000-d6780e5d50bb 2018-08-20 11:02:18,518 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 11:02:18,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a8c64e2a1ae55003bdc62a780366dce0e40a5" 2018-08-20 11:02:18,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-accaf620-1b1a-43b4-ab1e-d691c0ce00cd x-compute-request-id: req-accaf620-1b1a-43b4-ab1e-d691c0ce00cd Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-20 11:02:18,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-accaf620-1b1a-43b4-ab1e-d691c0ce00cd 2018-08-20 11:02:18,711 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp... 2018-08-20 11:02:18,711 - OpenStackKeypair - INFO - Creating new keypair 2018-08-20 11:02:18,725 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp 2018-08-20 11:02:18,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a8c64e2a1ae55003bdc62a780366dce0e40a5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCytVukwgseiWrBMstqauZlaeV1xKCc4/DI7B8zWOqo6D/jKzWpUztLnJqhRACUlCX7IDAFrfNeEDApIDOHpgjZ3EW428LTBASaX0xhRwdA3N6KZuqf4mU876yROc0igwusGw/0dUwPJ6WO5sJdYEET4vgVDOx/T2iYyvpsypr2zw==", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp"}}' 2018-08-20 11:02:18,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-f7c324db-8eb9-4f16-a445-21e19b84bba4 x-compute-request-id: req-f7c324db-8eb9-4f16-a445-21e19b84bba4 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCytVukwgseiWrBMstqauZlaeV1xKCc4/DI7B8zWOqo6D/jKzWpUztLnJqhRACUlCX7IDAFrfNeEDApIDOHpgjZ3EW428LTBASaX0xhRwdA3N6KZuqf4mU876yROc0igwusGw/0dUwPJ6WO5sJdYEET4vgVDOx/T2iYyvpsypr2zw==", "user_id": "d73acc245d944f92a6f6b60436a34174", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "fingerprint": "ae:c3:16:de:d8:7f:da:cb:d2:bd:11:96:d0:86:1f:ad"}} 2018-08-20 11:02:18,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-f7c324db-8eb9-4f16-a445-21e19b84bba4 2018-08-20 11:02:18,796 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c.pub 2018-08-20 11:02:18,796 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c 2018-08-20 11:02:18,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:18,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:19,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cffdcce242a4b6f822d3c4619c2b941", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}], "expires_at": "2018-08-20T12:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-user", "id": "d73acc245d944f92a6f6b60436a34174"}, "audit_ids": ["JGRtBmnqSUaPqHqJu4RALg"], "issued_at": "2018-08-20T11:02:19.000000Z"}} 2018-08-20 11:02:19,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:19,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbd74668-4b24-4c11-a559-b486ed3a2d8e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:19,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-fbd74668-4b24-4c11-a559-b486ed3a2d8e 2018-08-20 11:02:19,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 11:02:19,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 11:02:19,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 11:02:19,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 11:02:19,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 11:02:19,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:19,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c19a2b9c-d864-49f7-aa34-57267f773fe2 Date: Mon, 20 Aug 2018 11:02:19 GMT RESP BODY: {"security_groups": []} 2018-08-20 11:02:19,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp used request id req-c19a2b9c-d864-49f7-aa34-57267f773fe2 2018-08-20 11:02:19,502 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp... 2018-08-20 11:02:19,502 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp 2018-08-20 11:02:19,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" -d '{"security_group": {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}}' 2018-08-20 11:02:19,944 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-36006a30-bb34-48be-98dc-4cbf5e3f6425 Date: Mon, 20 Aug 2018 11:02:19 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "updated_at": "2018-08-20T11:02:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "5aa31053-cc55-4cae-ad54-acef0e262c64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}], "revision_number": 2, "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}} 2018-08-20 11:02:19,944 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups used request id req-36006a30-bb34-48be-98dc-4cbf5e3f6425 2018-08-20 11:02:19,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:19,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cf3f7cf5-599b-46ac-8033-a23271ca6246 Date: Mon, 20 Aug 2018 11:02: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-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5aa31053-cc55-4cae-ad54-acef0e262c64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815"}]} 2018-08-20 11:02:20,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-cf3f7cf5-599b-46ac-8033-a23271ca6246 2018-08-20 11:02:20,138 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:20,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1c526e88-e545-44cf-afc8-9696ac79e8a0 Date: Mon, 20 Aug 2018 11:02: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-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5aa31053-cc55-4cae-ad54-acef0e262c64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815"}]} 2018-08-20 11:02:20,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-1c526e88-e545-44cf-afc8-9696ac79e8a0 2018-08-20 11:02:20,346 - neutron_utils - INFO - Retrieving security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:20,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-6f4ddc60-f3ca-4dc1-ad40-517bca968440 Date: Mon, 20 Aug 2018 11:02:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "updated_at": "2018-08-20T11:02:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "5aa31053-cc55-4cae-ad54-acef0e262c64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}], "revision_number": 2, "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}]} 2018-08-20 11:02:20,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-6f4ddc60-f3ca-4dc1-ad40-517bca968440 2018-08-20 11:02:20,434 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:20,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-154fa402-0a6a-4645-9fac-4d8f0362a895 Date: Mon, 20 Aug 2018 11:02: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-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5aa31053-cc55-4cae-ad54-acef0e262c64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815"}]} 2018-08-20 11:02:20,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-154fa402-0a6a-4645-9fac-4d8f0362a895 2018-08-20 11:02:20,464 - neutron_utils - INFO - Retrieving security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:20,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-cbad7f09-32f6-4e8f-93d7-0970db23ab7f Date: Mon, 20 Aug 2018 11:02:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "updated_at": "2018-08-20T11:02:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "5aa31053-cc55-4cae-ad54-acef0e262c64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}], "revision_number": 2, "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}]} 2018-08-20 11:02:20,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-cbad7f09-32f6-4e8f-93d7-0970db23ab7f 2018-08-20 11:02:20,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:20,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-094db1a2-c899-4aa1-bebc-b1006a335569 Date: Mon, 20 Aug 2018 11:02: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-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5aa31053-cc55-4cae-ad54-acef0e262c64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815"}]} 2018-08-20 11:02:20,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-094db1a2-c899-4aa1-bebc-b1006a335569 2018-08-20 11:02:20,775 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp 2018-08-20 11:02:20,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-beef5db0-631f-4ab2-993c-c660de3d33c3 Date: Mon, 20 Aug 2018 11:02:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "updated_at": "2018-08-20T11:02:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "5aa31053-cc55-4cae-ad54-acef0e262c64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}], "revision_number": 2, "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}]} 2018-08-20 11:02:20,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp used request id req-beef5db0-631f-4ab2-993c-c660de3d33c3 2018-08-20 11:02:20,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:02:20,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:02:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:02:20,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1204b3ce-125a-4679-aac5-ab03bd636d2f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:02:20,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-1204b3ce-125a-4679-aac5-ab03bd636d2f 2018-08-20 11:02:20,940 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:20,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:20,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c99e1886-cf90-4b6c-ad31-a9d6f6bdc725 Date: Mon, 20 Aug 2018 11:02: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-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5aa31053-cc55-4cae-ad54-acef0e262c64"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815"}]} 2018-08-20 11:02:20,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-c99e1886-cf90-4b6c-ad31-a9d6f6bdc725 2018-08-20 11:02:20,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}f6b2c54c0a68301aa42b0add179daff93cb5dde9" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1"}}' 2018-08-20 11:02:21,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-ced4002c-a43e-4003-84b2-14dd3c3357d0 Date: Mon, 20 Aug 2018 11:02:21 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-08-20T11:02:21Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:21Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "64a480a3-4738-4e38-a833-12de082955be"}} 2018-08-20 11:02:21,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-ced4002c-a43e-4003-84b2-14dd3c3357d0 2018-08-20 11:02:21,328 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp 2018-08-20 11:02:21,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:21,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-0ab47b3b-adba-448c-b4c2-0097a09202e1 Date: Mon, 20 Aug 2018 11:02:21 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "updated_at": "2018-08-20T11:02:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "5aa31053-cc55-4cae-ad54-acef0e262c64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:21Z", "revision_number": 0, "id": "64a480a3-4738-4e38-a833-12de082955be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:21Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}], "revision_number": 3, "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}]} 2018-08-20 11:02:21,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp used request id req-0ab47b3b-adba-448c-b4c2-0097a09202e1 2018-08-20 11:02:21,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:21,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5dbba9-5249-40a3-848e-3adf15410ab0 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:02:21,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-0b5dbba9-5249-40a3-848e-3adf15410ab0 2018-08-20 11:02:21,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:21,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:21,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-a1ecd388-19bc-41c8-b16c-2111b4aaffba Date: Mon, 20 Aug 2018 11:02: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-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5aa31053-cc55-4cae-ad54-acef0e262c64"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:21Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:21Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "64a480a3-4738-4e38-a833-12de082955be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815"}]} 2018-08-20 11:02:21,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-a1ecd388-19bc-41c8-b16c-2111b4aaffba 2018-08-20 11:02:21,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36: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}f6b2c54c0a68301aa42b0add179daff93cb5dde9" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1"}}' 2018-08-20 11:02:21,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-0d1cf8ff-a761-4d9d-8812-75ee3aa60acf Date: Mon, 20 Aug 2018 11:02:21 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-08-20T11:02:21Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:21Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "c8c824bf-917d-4037-84b4-cbcf45b68eb4"}} 2018-08-20 11:02:21,937 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules used request id req-0d1cf8ff-a761-4d9d-8812-75ee3aa60acf 2018-08-20 11:02:21,938 - neutron_utils - INFO - Retrieving security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:21,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:22,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-961c733d-ad0b-464c-80a6-b645930fd06e Date: Mon, 20 Aug 2018 11:02:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "updated_at": "2018-08-20T11:02:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "5aa31053-cc55-4cae-ad54-acef0e262c64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:21Z", "revision_number": 0, "id": "64a480a3-4738-4e38-a833-12de082955be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:21Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "revision_number": 0, "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:02:21Z", "revision_number": 0, "id": "c8c824bf-917d-4037-84b4-cbcf45b68eb4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:21Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}], "revision_number": 4, "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}]} 2018-08-20 11:02:22,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-961c733d-ad0b-464c-80a6-b645930fd06e 2018-08-20 11:02:22,186 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652ed7da-eed1-4165-b81e-a1f69b7224a1 2018-08-20 11:02:22,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:02:22,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-e39ab2e4-5fc0-4914-b5ef-aff41223239f Date: Mon, 20 Aug 2018 11:02: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-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5aa31053-cc55-4cae-ad54-acef0e262c64"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:21Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:21Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "64a480a3-4738-4e38-a833-12de082955be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:19Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:19Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "7ccbf9f1-c730-428a-8603-1d5fa312c815"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T11:02:21Z", "security_group_id": "652ed7da-eed1-4165-b81e-a1f69b7224a1", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:21Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "c8c824bf-917d-4037-84b4-cbcf45b68eb4"}]} 2018-08-20 11:02:22,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-e39ab2e4-5fc0-4914-b5ef-aff41223239f 2018-08-20 11:02:22,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:22,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:22,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cffdcce242a4b6f822d3c4619c2b941", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}], "expires_at": "2018-08-20T12:02:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-user", "id": "d73acc245d944f92a6f6b60436a34174"}, "audit_ids": ["7SBjdDR6R06eqcDbuR6ogQ"], "issued_at": "2018-08-20T11:02:22.000000Z"}} 2018-08-20 11:02:22,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:22,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d57d9dd7-2e6d-4c21-905d-082f7e1e32c9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:22,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d57d9dd7-2e6d-4c21-905d-082f7e1e32c9 2018-08-20 11:02:22,712 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-20 11:02:22,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 11:02:22,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 11:02:22,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 11:02:22,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 11:02:22,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 11:02:22,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:22,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a18be944-2a5d-435a-9eca-f9facc2ba09b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:22,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a18be944-2a5d-435a-9eca-f9facc2ba09b 2018-08-20 11:02:22,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:23,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-096179d5-79fa-4105-abb0-28ffe97fe519 Date: Mon, 20 Aug 2018 11:02:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:23,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-096179d5-79fa-4105-abb0-28ffe97fe519 2018-08-20 11:02:23,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:23,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cac6a235-f800-421c-bc37-ba63e11d6a5a Date: Mon, 20 Aug 2018 11:02:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:23,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-cac6a235-f800-421c-bc37-ba63e11d6a5a 2018-08-20 11:02:23,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:23,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-a1a1c0c0-34ba-4539-8c50-9ed856661dc4 Date: Mon, 20 Aug 2018 11:02:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:23,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-a1a1c0c0-34ba-4539-8c50-9ed856661dc4 2018-08-20 11:02:23,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:02:23,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:02:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:02:23,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:24,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f43dfe-dec7-4b74-85ab-e1732eac98e3 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:02:24,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-08f43dfe-dec7-4b74-85ab-e1732eac98e3 2018-08-20 11:02:24,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:24,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ab2b503d-a552-4c65-926c-79a4b02e7f43 Date: Mon, 20 Aug 2018 11:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:24,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-ab2b503d-a552-4c65-926c-79a4b02e7f43 2018-08-20 11:02:24,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:24,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-61780ead-c0ce-402a-a9a6-9d9d35ce4871 Date: Mon, 20 Aug 2018 11:02:24 GMT RESP BODY: {"ports":[]} 2018-08-20 11:02:24,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1&admin_state_up=True used request id req-61780ead-c0ce-402a-a9a6-9d9d35ce4871 2018-08-20 11:02:24,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:24,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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 x-openstack-request-id: req-2d5c090c-6d51-4924-954e-b676b14ed550 x-compute-request-id: req-2d5c090c-6d51-4924-954e-b676b14ed550 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 11:02:24,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst used request id req-2d5c090c-6d51-4924-954e-b676b14ed550 2018-08-20 11:02:24,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:25,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-6508698a-d922-4ce5-b0cc-6828eec09660 Date: Mon, 20 Aug 2018 11:02:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:25,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-6508698a-d922-4ce5-b0cc-6828eec09660 2018-08-20 11:02:25,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:25,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cfe3fde7-aa5c-4e0a-918c-5090fa3729fc Date: Mon, 20 Aug 2018 11:02:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:25,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-cfe3fde7-aa5c-4e0a-918c-5090fa3729fc 2018-08-20 11:02:25,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:25,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-a5819f93-52cf-4dcc-a62a-31a93baed690 Date: Mon, 20 Aug 2018 11:02:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:25,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-a5819f93-52cf-4dcc-a62a-31a93baed690 2018-08-20 11:02:25,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:25,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3b3b5c-7bbe-4f66-88c5-9de4ab58847c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:02:25,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-9f3b3b5c-7bbe-4f66-88c5-9de4ab58847c 2018-08-20 11:02:25,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:26,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9291f31e-c234-4013-8789-d8c84675c3c9 Date: Mon, 20 Aug 2018 11:02:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:26,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-9291f31e-c234-4013-8789-d8c84675c3c9 2018-08-20 11:02:26,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:26,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-72f04774-6024-47fd-accd-0a5145200646 Date: Mon, 20 Aug 2018 11:02:26 GMT RESP BODY: {"ports":[]} 2018-08-20 11:02:26,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1&admin_state_up=True used request id req-72f04774-6024-47fd-accd-0a5145200646 2018-08-20 11:02:26,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-20 11:02:26,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000//v3/auth/tokens 2018-08-20 11:02:26,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cffdcce242a4b6f822d3c4619c2b941", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj-role"}], "expires_at": "2018-08-20T12:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/bd1e3a571f48426a9b56755e0ac46843", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-8e839e85-7898-41f-user", "id": "d73acc245d944f92a6f6b60436a34174"}, "audit_ids": ["cCueZqpITRqDKxD_kNWfFw"], "issued_at": "2018-08-20T11:02:26.000000Z"}} 2018-08-20 11:02:26,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2723c13383f4c6ec7bc146fcbe7e0232c060cbe" 2018-08-20 11:02:26,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a57f9b-41a8-4a04-876d-d03e382faed9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:02:26,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-a1a57f9b-41a8-4a04-876d-d03e382faed9 2018-08-20 11:02:26,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:26,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-721cf736-8338-4343-b46c-6d7244d6c7a5 Date: Mon, 20 Aug 2018 11: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:26,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-721cf736-8338-4343-b46c-6d7244d6c7a5 2018-08-20 11:02:26,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:26,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a77f9f2e-f36d-47b4-ad12-601a0f3bb64c Date: Mon, 20 Aug 2018 11:02:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:26,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-a77f9f2e-f36d-47b4-ad12-601a0f3bb64c 2018-08-20 11:02:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:27,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-6d9cc54c-4777-4584-b055-98b234d284b4 Date: Mon, 20 Aug 2018 11:02: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:27,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-6d9cc54c-4777-4584-b055-98b234d284b4 2018-08-20 11:02:27,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:02:27,019 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:02:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:02:27,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2723c13383f4c6ec7bc146fcbe7e0232c060cbe" 2018-08-20 11:02:27,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0bc40f9-d013-4b5f-a832-923371cbdbfe Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:02:27,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-e0bc40f9-d013-4b5f-a832-923371cbdbfe 2018-08-20 11:02:27,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:27,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-77ecb479-16da-45fb-927a-d0845695c430 Date: Mon, 20 Aug 2018 11:02:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:27,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-77ecb479-16da-45fb-927a-d0845695c430 2018-08-20 11:02:27,167 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net 2018-08-20 11:02:27,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" -d '{"port": {"network_id": "d08ba262-17d5-475b-a874-adcd5011d388", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1", "admin_state_up": true}}' 2018-08-20 11:02:28,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-ed1f4c6e-f291-4f90-81d6-c5444b48b4be Date: Mon, 20 Aug 2018 11:02:28 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-20T11:02:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-20T11:02:27Z","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:09:dc:39","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"id":"0795eb30-ee33-45c6-b950-1203d63714ce","security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea"],"device_id":""}} 2018-08-20 11:02:28,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/ports used request id req-ed1f4c6e-f291-4f90-81d6-c5444b48b4be 2018-08-20 11:02:28,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:28,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-9a6a66f0-b856-4abf-88f9-965e98d856a1 Date: Mon, 20 Aug 2018 11:02:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:28,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-9a6a66f0-b856-4abf-88f9-965e98d856a1 2018-08-20 11:02:28,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:28,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e70ac49e-11b9-4090-882e-c8a543f7b123 Date: Mon, 20 Aug 2018 11:02:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:28,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-e70ac49e-11b9-4090-882e-c8a543f7b123 2018-08-20 11:02:28,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:28,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-faa6d827-e370-4eda-953d-cc9c54250ecd Date: Mon, 20 Aug 2018 11:02:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:02:28,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-faa6d827-e370-4eda-953d-cc9c54250ecd 2018-08-20 11:02:28,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:28,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c852b616-90a2-48e7-8dc2-c82a7c200a3e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:02:28,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-c852b616-90a2-48e7-8dc2-c82a7c200a3e 2018-08-20 11:02:29,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:29,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cf62f210-9bfe-420c-a652-a9f4bf90cc35 Date: Mon, 20 Aug 2018 11:02:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:02:29,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-cf62f210-9bfe-420c-a652-a9f4bf90cc35 2018-08-20 11:02:29,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:29,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-29886509-63f8-4305-a4ea-5f68d82f3a30 Date: Mon, 20 Aug 2018 11:02:29 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:27Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"}]} 2018-08-20 11:02:29,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1&admin_state_up=True used request id req-29886509-63f8-4305-a4ea-5f68d82f3a30 2018-08-20 11:02:29,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:29,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-729a0f6b-d976-490a-96d1-4d116fbe6eae Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:02:29,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-729a0f6b-d976-490a-96d1-4d116fbe6eae 2018-08-20 11:02:29,389 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst 2018-08-20 11:02:29,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:29,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-dca73f80-ae47-433b-b79f-f9590f380c0d x-compute-request-id: req-dca73f80-ae47-433b-b79f-f9590f380c0d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-flavor-name"}]} 2018-08-20 11:02:29,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-dca73f80-ae47-433b-b79f-f9590f380c0d 2018-08-20 11:02:29,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:29,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-2874d6af-da9c-4254-bdd1-5702f1cbdced x-compute-request-id: req-2874d6af-da9c-4254-bdd1-5702f1cbdced Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-flavor-name", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c"}} 2018-08-20 11:02:29,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c used request id req-2874d6af-da9c-4254-bdd1-5702f1cbdced 2018-08-20 11:02:29,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:29,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-a1c59f62-8902-49b1-a876-4be69063e6ee Date: Mon, 20 Aug 2018 11:02:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image", "tags": [], "container_format": "bare", "created_at": "2018-08-20T11:02:01Z", "size": 263193088, "disk_format": "qcow2", "updated_at": "2018-08-20T11:02:06Z", "visibility": "shared", "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/snap", "metadata": {}}], "self": "/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "min_disk": 0, "protected": false, "id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "file": "/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/file", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "owner": "bd1e3a571f48426a9b56755e0ac46843", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image"} 2018-08-20 11:02:29,636 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image used request id req-a1c59f62-8902-49b1-a876-4be69063e6ee 2018-08-20 11:02:29,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:29,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fd529a8f-39e3-408f-953f-713b8c59bd54 Date: Mon, 20 Aug 2018 11:02: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", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-20 11:02:29,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/schemas/image used request id req-fd529a8f-39e3-408f-953f-713b8c59bd54 2018-08-20 11:02:29,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" -d '{"server": {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "imageRef": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "flavorRef": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "max_count": 1, "min_count": 1, "networks": [{"port": "0795eb30-ee33-45c6-b950-1203d63714ce"}]}}' 2018-08-20 11:02:31,684 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11: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 x-openstack-request-id: req-23f64ffd-7996-4b73-b3d7-32c4ecda8319 x-compute-request-id: req-23f64ffd-7996-4b73-b3d7-32c4ecda8319 Content-Length: 374 location: http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "adminPass": "5KquR7a7JeCY"}} 2018-08-20 11:02:31,684 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-23f64ffd-7996-4b73-b3d7-32c4ecda8319 2018-08-20 11:02:31,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:32,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-05690aa5-9907-4413-8d9c-05af5714bf6c x-compute-request-id: req-05690aa5-9907-4413-8d9c-05af5714bf6c 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:32,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-05690aa5-9907-4413-8d9c-05af5714bf6c 2018-08-20 11:02:32,102 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst 2018-08-20 11:02:32,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:32,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c1eea18-36d4-4ab9-8dd8-3be41cefcd0d x-compute-request-id: req-4c1eea18-36d4-4ab9-8dd8-3be41cefcd0d 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:32,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-4c1eea18-36d4-4ab9-8dd8-3be41cefcd0d 2018-08-20 11:02:32,381 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:02:32,381 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:02:35,384 - create_instance - DEBUG - VM status query timeout in 896.718396902 2018-08-20 11:02:35,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:35,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02: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-bece38d7-3e88-4824-b614-c337a9eb6c87 x-compute-request-id: req-bece38d7-3e88-4824-b614-c337a9eb6c87 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:35,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-bece38d7-3e88-4824-b614-c337a9eb6c87 2018-08-20 11:02:35,919 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:02:35,919 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:02:38,923 - create_instance - DEBUG - VM status query timeout in 893.179819107 2018-08-20 11:02:38,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:39,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-8ea370d0-e34e-4611-adec-3cf5993a8b0f x-compute-request-id: req-8ea370d0-e34e-4611-adec-3cf5993a8b0f 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:39,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-8ea370d0-e34e-4611-adec-3cf5993a8b0f 2018-08-20 11:02:39,521 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:02:39,521 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:02:42,523 - create_instance - DEBUG - VM status query timeout in 889.579560041 2018-08-20 11:02:42,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:43,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79874f4c-eca7-4f36-9870-221611f47eb9 x-compute-request-id: req-79874f4c-eca7-4f36-9870-221611f47eb9 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:43,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-79874f4c-eca7-4f36-9870-221611f47eb9 2018-08-20 11:02:43,397 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:02:43,398 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:02:46,401 - create_instance - DEBUG - VM status query timeout in 885.701553106 2018-08-20 11:02:46,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:47,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-851229bf-b31a-45ac-a770-dedd85f17049 x-compute-request-id: req-851229bf-b31a-45ac-a770-dedd85f17049 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:47,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-851229bf-b31a-45ac-a770-dedd85f17049 2018-08-20 11:02:47,103 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:02:47,104 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:02:50,107 - create_instance - DEBUG - VM status query timeout in 881.995522022 2018-08-20 11:02:50,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:50,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1a1402f-f579-456e-9ff2-c8c2fc1881fb x-compute-request-id: req-f1a1402f-f579-456e-9ff2-c8c2fc1881fb 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:50,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-f1a1402f-f579-456e-9ff2-c8c2fc1881fb 2018-08-20 11:02:50,614 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:02:50,614 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:02:53,617 - create_instance - DEBUG - VM status query timeout in 878.485054016 2018-08-20 11:02:53,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:54,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-2a0186b4-5c58-45ff-8d77-5765da8c28a3 x-compute-request-id: req-2a0186b4-5c58-45ff-8d77-5765da8c28a3 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:54,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-2a0186b4-5c58-45ff-8d77-5765da8c28a3 2018-08-20 11:02:54,795 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:02:54,795 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:02:57,798 - create_instance - DEBUG - VM status query timeout in 874.3043859 2018-08-20 11:02:57,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:02:58,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-2cbabc7d-ac43-48f7-92ce-fd7341e40682 x-compute-request-id: req-2cbabc7d-ac43-48f7-92ce-fd7341e40682 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:02:58,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-2cbabc7d-ac43-48f7-92ce-fd7341e40682 2018-08-20 11:02:58,827 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:02:58,827 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:01,830 - create_instance - DEBUG - VM status query timeout in 870.271968126 2018-08-20 11:03:01,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:02,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-3c96a5be-c059-4bd4-864f-1754302460c1 x-compute-request-id: req-3c96a5be-c059-4bd4-864f-1754302460c1 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:02,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-3c96a5be-c059-4bd4-864f-1754302460c1 2018-08-20 11:03:02,380 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:02,380 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:05,383 - create_instance - DEBUG - VM status query timeout in 866.719393969 2018-08-20 11:03:05,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:06,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:03:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da99fc5c-9371-4997-a5c1-1220e8edeff7 x-compute-request-id: req-da99fc5c-9371-4997-a5c1-1220e8edeff7 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:06,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-da99fc5c-9371-4997-a5c1-1220e8edeff7 2018-08-20 11:03:06,093 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:06,093 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:09,096 - create_instance - DEBUG - VM status query timeout in 863.00624609 2018-08-20 11:03:09,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:09,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-55e3b861-e31a-42ef-ba80-a6d59bd068f2 x-compute-request-id: req-55e3b861-e31a-42ef-ba80-a6d59bd068f2 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:09,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-55e3b861-e31a-42ef-ba80-a6d59bd068f2 2018-08-20 11:03:09,983 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:09,983 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:12,987 - create_instance - DEBUG - VM status query timeout in 859.115751982 2018-08-20 11:03:12,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:13,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:03: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-48d9558d-2509-4bdb-b8d4-15606edb70f3 x-compute-request-id: req-48d9558d-2509-4bdb-b8d4-15606edb70f3 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:13,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-48d9558d-2509-4bdb-b8d4-15606edb70f3 2018-08-20 11:03:13,866 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:13,866 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:16,869 - create_instance - DEBUG - VM status query timeout in 855.23291111 2018-08-20 11:03:16,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:17,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:03:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d92e613-2239-4c34-8d49-891b8954cbdf x-compute-request-id: req-7d92e613-2239-4c34-8d49-891b8954cbdf 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:17,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-7d92e613-2239-4c34-8d49-891b8954cbdf 2018-08-20 11:03:17,396 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:17,396 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:20,397 - create_instance - DEBUG - VM status query timeout in 851.705039024 2018-08-20 11:03:20,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:20,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:03:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e1e6fd5-ef56-47a6-91e8-a2844e8bdb08 x-compute-request-id: req-6e1e6fd5-ef56-47a6-91e8-a2844e8bdb08 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:20,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-6e1e6fd5-ef56-47a6-91e8-a2844e8bdb08 2018-08-20 11:03:20,591 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:20,591 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:23,592 - create_instance - DEBUG - VM status query timeout in 848.51051712 2018-08-20 11:03:23,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:24,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-37154277-9929-4890-90cc-46f3daf5e037 x-compute-request-id: req-37154277-9929-4890-90cc-46f3daf5e037 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:24,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-37154277-9929-4890-90cc-46f3daf5e037 2018-08-20 11:03:24,116 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:24,116 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:27,119 - create_instance - DEBUG - VM status query timeout in 844.983558893 2018-08-20 11:03:27,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:27,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:03:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e79b53e-37bd-42f2-b0df-af4a5633342e x-compute-request-id: req-0e79b53e-37bd-42f2-b0df-af4a5633342e 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:27,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-0e79b53e-37bd-42f2-b0df-af4a5633342e 2018-08-20 11:03:27,649 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:27,649 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:30,652 - create_instance - DEBUG - VM status query timeout in 841.450499058 2018-08-20 11:03:30,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:31,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-7f5c872a-5c48-468e-8008-0dd2967241c5 x-compute-request-id: req-7f5c872a-5c48-468e-8008-0dd2967241c5 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:31,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-7f5c872a-5c48-468e-8008-0dd2967241c5 2018-08-20 11:03:31,199 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:31,199 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:34,203 - create_instance - DEBUG - VM status query timeout in 837.899729013 2018-08-20 11:03:34,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:35,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-00b9a4a5-fda3-447c-917e-d1f8410e2af6 x-compute-request-id: req-00b9a4a5-fda3-447c-917e-d1f8410e2af6 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:35,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-00b9a4a5-fda3-447c-917e-d1f8410e2af6 2018-08-20 11:03:35,014 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:35,015 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:38,018 - create_instance - DEBUG - VM status query timeout in 834.084605932 2018-08-20 11:03:38,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:38,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-fe20d76a-7bcf-4aea-b080-0d5c97499af1 x-compute-request-id: req-fe20d76a-7bcf-4aea-b080-0d5c97499af1 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:38,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-fe20d76a-7bcf-4aea-b080-0d5c97499af1 2018-08-20 11:03:38,881 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:38,881 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:41,884 - create_instance - DEBUG - VM status query timeout in 830.21835804 2018-08-20 11:03:41,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:42,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-a6a05272-0b39-4240-a01a-5162e11aeedb x-compute-request-id: req-a6a05272-0b39-4240-a01a-5162e11aeedb 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:42,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-a6a05272-0b39-4240-a01a-5162e11aeedb 2018-08-20 11:03:42,421 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:42,422 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:45,425 - create_instance - DEBUG - VM status query timeout in 826.677494049 2018-08-20 11:03:45,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:46,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:03:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66578c12-cf03-4c31-a55e-9bc919fddd23 x-compute-request-id: req-66578c12-cf03-4c31-a55e-9bc919fddd23 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:46,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-66578c12-cf03-4c31-a55e-9bc919fddd23 2018-08-20 11:03:46,412 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:46,412 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:49,415 - create_instance - DEBUG - VM status query timeout in 822.686933041 2018-08-20 11:03:49,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:49,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-ae2f364d-0484-404d-bb92-405aab91c1ee x-compute-request-id: req-ae2f364d-0484-404d-bb92-405aab91c1ee 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:49,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-ae2f364d-0484-404d-bb92-405aab91c1ee 2018-08-20 11:03:49,948 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:49,948 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:52,952 - create_instance - DEBUG - VM status query timeout in 819.150795937 2018-08-20 11:03:52,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:53,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-45b513cb-af2b-4292-bf07-614908fad835 x-compute-request-id: req-45b513cb-af2b-4292-bf07-614908fad835 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:53,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-45b513cb-af2b-4292-bf07-614908fad835 2018-08-20 11:03:53,675 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:53,675 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:03:56,678 - create_instance - DEBUG - VM status query timeout in 815.424299002 2018-08-20 11:03:56,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:03:57,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:03: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-7585ff28-e7dd-4cbd-849f-bab768161371 x-compute-request-id: req-7585ff28-e7dd-4cbd-849f-bab768161371 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:03:57,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-7585ff28-e7dd-4cbd-849f-bab768161371 2018-08-20 11:03:57,301 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:03:57,302 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:04:00,305 - create_instance - DEBUG - VM status query timeout in 811.797555923 2018-08-20 11:04:00,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:01,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-f5d1d63b-7636-4168-a7d7-085a5a670d3a x-compute-request-id: req-f5d1d63b-7636-4168-a7d7-085a5a670d3a 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.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:02:32Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:01,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-f5d1d63b-7636-4168-a7d7-085a5a670d3a 2018-08-20 11:04:01,225 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - BUILD 2018-08-20 11:04:01,225 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:04:04,228 - create_instance - DEBUG - VM status query timeout in 807.873953104 2018-08-20 11:04:04,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:04,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04: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-7ea6a7e8-e2df-4647-9172-809d3f2c3b63 x-compute-request-id: req-7ea6a7e8-e2df-4647-9172-809d3f2c3b63 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:04,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-7ea6a7e8-e2df-4647-9172-809d3f2c3b63 2018-08-20 11:04:04,803 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - ACTIVE 2018-08-20 11:04:04,803 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:04:04,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:05,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04: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-bbc13af1-a330-40e2-aa7b-7a91c323e32a x-compute-request-id: req-bbc13af1-a330-40e2-aa7b-7a91c323e32a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:05,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-bbc13af1-a330-40e2-aa7b-7a91c323e32a 2018-08-20 11:04:05,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:05,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-642c36f1-65fb-41f8-b159-51599dc43266 Date: Mon, 20 Aug 2018 11:04: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:05,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-642c36f1-65fb-41f8-b159-51599dc43266 2018-08-20 11:04:05,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:05,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38bc0f36-23b3-4806-bd56-3c7f5372c286 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:05,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-38bc0f36-23b3-4806-bd56-3c7f5372c286 2018-08-20 11:04:05,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:05,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9e2eed53-c520-4ebc-8082-5f6a2df4f2b6 Date: Mon, 20 Aug 2018 11:04:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:05,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-9e2eed53-c520-4ebc-8082-5f6a2df4f2b6 2018-08-20 11:04:05,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:06,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-10119771-e7c6-4fad-aed0-7c15fa615bed Date: Mon, 20 Aug 2018 11:04:06 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:01Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:06,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-10119771-e7c6-4fad-aed0-7c15fa615bed 2018-08-20 11:04:06,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/routers?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:06,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-a28955eb-3873-48b2-bd72-212bb1b21790 Date: Mon, 20 Aug 2018 11:04:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:12Z", "admin_state_up": true, "updated_at": "2018-08-20T11:02:15Z", "revision_number": 3, "routes": [], "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "5c4fb158-4874-4aa8-86d4-fa6abc52e5aa", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router"}]} 2018-08-20 11:04:06,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router used request id req-a28955eb-3873-48b2-bd72-212bb1b21790 2018-08-20 11:04:06,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:06,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c7b768-1a3e-495a-9476-332ace725a13 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:06,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-10c7b768-1a3e-495a-9476-332ace725a13 2018-08-20 11:04:06,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?device_id=5c4fb158-4874-4aa8-86d4-fa6abc52e5aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:06,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-c637cb48-dda1-44e9-b0f1-86dfc938715a Date: Mon, 20 Aug 2018 11:04:06 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:06,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?device_id=5c4fb158-4874-4aa8-86d4-fa6abc52e5aa used request id req-c637cb48-dda1-44e9-b0f1-86dfc938715a 2018-08-20 11:04:06,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets/407a7c54-0a5f-4441-82bb-f16a480cd655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:06,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-f56c8d86-e1aa-43e0-a3f3-2977f400c99b Date: Mon, 20 Aug 2018 11:04:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}} 2018-08-20 11:04:06,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets/407a7c54-0a5f-4441-82bb-f16a480cd655 used request id req-f56c8d86-e1aa-43e0-a3f3-2977f400c99b 2018-08-20 11:04:06,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:06,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-87639ecd-6fe3-4602-920e-e9e00dbceef4 Date: Mon, 20 Aug 2018 11:04:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:04:06,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-87639ecd-6fe3-4602-920e-e9e00dbceef4 2018-08-20 11:04:06,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:06,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-833497bb-9682-410a-8ff1-50ad1519c211 Date: Mon, 20 Aug 2018 11:04:06 GMT RESP BODY: {"subnets":[]} 2018-08-20 11:04:06,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-833497bb-9682-410a-8ff1-50ad1519c211 2018-08-20 11:04:06,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:07,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc6828da-fe21-4313-bb1c-4f87f1b5cf37 x-compute-request-id: req-dc6828da-fe21-4313-bb1c-4f87f1b5cf37 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:07,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-dc6828da-fe21-4313-bb1c-4f87f1b5cf37 2018-08-20 11:04:07,038 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - ACTIVE 2018-08-20 11:04:07,038 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:04:07,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:07,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-c8e47332-edf3-4780-80a5-00144b1959f2 x-compute-request-id: req-c8e47332-edf3-4780-80a5-00144b1959f2 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:07,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-c8e47332-edf3-4780-80a5-00144b1959f2 2018-08-20 11:04:07,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:08,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-b2154257-9997-42f8-9f63-9dc330a780b4 Date: Mon, 20 Aug 2018 11:04:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:08,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-b2154257-9997-42f8-9f63-9dc330a780b4 2018-08-20 11:04:08,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:08,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e7ac045-ba37-42da-8e4b-da4fa47a93f9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:08,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-0e7ac045-ba37-42da-8e4b-da4fa47a93f9 2018-08-20 11:04:08,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:08,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8d60008c-0cd8-4299-aaaa-9a9663f47164 Date: Mon, 20 Aug 2018 11:04:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:08,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-8d60008c-0cd8-4299-aaaa-9a9663f47164 2018-08-20 11:04:08,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:08,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-7fef29b0-6383-4157-b82b-1e0c86668d4f Date: Mon, 20 Aug 2018 11:04:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:01Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:08,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-7fef29b0-6383-4157-b82b-1e0c86668d4f 2018-08-20 11:04:08,496 - neutron_utils - INFO - Creating floating ip to external network - external 2018-08-20 11:04:08,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:08,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6ca5fe77-1a07-4080-bc6c-7ab71676cd1b Date: Mon, 20 Aug 2018 11:04:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:04:08,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=external used request id req-6ca5fe77-1a07-4080-bc6c-7ab71676cd1b 2018-08-20 11:04:08,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:08,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-91811359-8454-4ad9-9ff9-d4b96ef23db5 Date: Mon, 20 Aug 2018 11:04:08 GMT RESP BODY: {"subnets":[]} 2018-08-20 11:04:08,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=a6080755-5724-465a-b182-14c24f0c1811 used request id req-91811359-8454-4ad9-9ff9-d4b96ef23db5 2018-08-20 11:04:08,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "port_id": "0795eb30-ee33-45c6-b950-1203d63714ce"}}' 2018-08-20 11:04:10,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 550 X-Openstack-Request-Id: req-ecb6940a-16e7-4f24-8bf4-9819e4463d6a Date: Mon, 20 Aug 2018 11:04:10 GMT RESP BODY: {"floatingip": {"router_id": "5c4fb158-4874-4aa8-86d4-fa6abc52e5aa", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T11:04:09Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "0795eb30-ee33-45c6-b950-1203d63714ce", "id": "adaa2a41-58db-47da-9114-9a5efec4e09d", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:04:09Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}} 2018-08-20 11:04:10,473 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips used request id req-ecb6940a-16e7-4f24-8bf4-9819e4463d6a 2018-08-20 11:04:10,474 - create_instance - INFO - Created floating IP 172.30.9.200 via router - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router 2018-08-20 11:04:10,474 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-08-20 11:04:10,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:10,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-34c32275-5292-457b-a284-45cfe94fa5a2 x-compute-request-id: req-34c32275-5292-457b-a284-45cfe94fa5a2 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:10,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-34c32275-5292-457b-a284-45cfe94fa5a2 2018-08-20 11:04:10,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:04:11,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-0a2d8dd5-f131-4fba-ad12-55c350bcbfa8 x-compute-request-id: req-0a2d8dd5-f131-4fba-ad12-55c350bcbfa8 Content-Encoding: gzip Content-Length: 10529 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008029] AppArmor: AppArmor initialized\n[ 0.008871] Yama: becoming mindful.\n[ 0.009740] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012812] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014766] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017541] Initializing cgroup subsys memory\n[ 0.018431] Initializing cgroup subsys devices\n[ 0.019317] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020858] Initializing cgroup subsys perf_event\n[ 0.021767] Initializing cgroup subsys hugetlb\n[ 0.022690] FEATURE SPEC_CTRL Not Present\n[ 0.024430] mce: CPU supports 10 MCE banks\n[ 0.025281] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025281] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.027221] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.028003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.029463] Speculative Store Bypass: Vulnerable\n[ 0.030889] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.034527] ACPI: Core revision 20131115\n[ 0.036460] ACPI: All ACPI Tables successfully acquired\n[ 0.037629] ftrace: allocating 28717 entries in 113 pages\n[ 0.056164] smpboot: Max logical packages: 2\n[ 0.057045] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058242] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.060160] Enabling x2apic\n[ 0.060787] Enabled x2apic\n[ 0.061600] Switched APIC routing to physical x2apic.\n[ 0.064173] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.065398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.067480] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.073049] KVM setup paravirtual spinlock\n[ 0.075167] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.076148] x86: Booting SMP configuration:\n[ 0.077067] .... node #0, CPUs: #1[ 0.075135] 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.092013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.094699] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096224] devtmpfs: initialized\n[ 0.098693] EVM: security.selinux\n[ 0.099397] EVM: security.SMACK64\n[ 0.100005] EVM: security.ima\n[ 0.100658] EVM: security.capability\n[ 0.101429] pinctrl core: initialized pinctrl subsystem\n[ 0.101829] regulator-dummy: no parameters\n[ 0.104060] RTC time: 11:04:01, date: 08/20/18\n[ 0.104965] NET: Registered protocol family 16\n[ 0.105924] cpuidle: using governor ladder\n[ 0.106753] cpuidle: using governor menu\n[ 0.107596] ACPI: bus type PCI registered\n[ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.109275] PCI: Using configuration type 1 for base access\n[ 0.110864] bio: create slab at 0\n[ 0.110864] ACPI: Added _OSI(Module Device)\n[ 0.112003] ACPI: Added _OSI(Processor Device)\n[ 0.112872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.113778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.115767] ACPI: Interpreter enabled\n[ 0.116005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.117871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.119731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.121206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.123067] ACPI: (supports S0 S5)\n[ 0.123789] 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.125927] ACPI: No dock devices found.\n[ 0.128517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.129672] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.132007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.133226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.135460] acpiphp: Slot [3] registered\n[ 0.136019] acpiphp: Slot [4] registered\n[ 0.136832] acpiphp: Slot [5] registered\n[ 0.137633] acpiphp: Slot [6] registered\n[ 0.138429] acpiphp: Slot [7] registered\n[ 0.139232] acpiphp: Slot [8] registered\n[ 0.140016] acpiphp: Slot [9] registered\n[ 0.140832] acpiphp: Slot [10] registered\n[ 0.141649] acpiphp: Slot [11] registered\n[ 0.142460] acpiphp: Slot [12] registered\n[ 0.143279] acpiphp: Slot [13] registered\n[ 0.144022] acpiphp: Slot [14] registered\n[ 0.144859] acpiphp: Slot [15] registered\n[ 0.145675] acpiphp: Slot [16] registered\n[ 0.146511] acpiphp: Slot [17] registered\n[ 0.147324] acpiphp: Slot [18] registered\n[ 0.148022] acpiphp: Slot [19] registered\n[ 0.148857] acpiphp: Slot [20] registered\n[ 0.149672] acpiphp: Slot [21] registered\n[ 0.150494] acpiphp: Slot [22] registered\n[ 0.151312] acpiphp: Slot [23] registered\n[ 0.152022] acpiphp: Slot [24] registered\n[ 0.152851] acpiphp: Slot [25] registered\n[ 0.153671] acpiphp: Slot [26] registered\n[ 0.154490] acpiphp: Slot [27] registered\n[ 0.155307] acpiphp: Slot [28] registered\n[ 0.156016] acpiphp: Slot [29] registered\n[ 0.156838] acpiphp: Slot [30] registered\n[ 0.157668] acpiphp: Slot [31] registered\n[ 0.158513] PCI host bridge to bus 0000:00\n[ 0.159331] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.160004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.161139] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.162265] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.163493] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.164003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.169588] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.171030] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.189695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.191240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.192777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.194519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.196042] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.197701] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.199168] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.199168] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.200003] vgaarb: loaded\n[ 0.200726] vgaarb: bridge control possible 0000:00:02.0\n[ 0.202139] SCSI subsystem initialized\n[ 0.203182] ACPI: bus type USB registered\n[ 0.204023] usbcore: registered new interface driver usbfs\n[ 0.205331] usbcore: registered new interface driver hub\n[ 0.206606] usbcore: registered new device driver usb\n[ 0.208011] PCI: Using ACPI for IRQ routing\n[ 0.209295] NetLabel: Initializing\n[ 0.210162] NetLabel: domain hash size = 128\n[ 0.211249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.212063] NetLabel: unlabeled traffic allowed by default\n[ 0.213335] Switched to clocksource kvm-clock\n[ 0.219187] AppArmor: AppArmor Filesystem Enabled\n[ 0.220388] pnp: PnP ACPI init\n[ 0.221183] ACPI: bus type PNP registered\n[ 0.222602] pnp: PnP ACPI: found 8 devices\n[ 0.223625] ACPI: bus type PNP unregistered\n[ 0.230781] NET: Registered protocol family 2\n[ 0.232070] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.233945] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.235561] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.237112] TCP: reno registered\n[ 0.237941] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.239337] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.240855] NET: Registered protocol family 1\n[ 0.241929] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.243320] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.244650] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.267903] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.290180] Trying to unpack rootfs image as initramfs...\n[ 0.380151] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.382394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.383782] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.385096] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.387170] Scanning for low memory corruption every 60 seconds\n[ 0.388974] Initialise system trusted keyring\n[ 0.389985] audit: initializing netlink socket (disabled)\n[ 0.391124] type=2000 audit(1534763042.560:1): initialized\n[ 0.410573] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.412666] zbud: loaded\n[ 0.413520] VFS: Disk quotas dquot_6.5.2\n[ 0.414454] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.416144] fuse init (API version 7.22)\n[ 0.417069] msgmni has been set to 3997\n[ 0.417970] Key type big_key registered\n[ 0.419129] Key type asymmetric registered\n[ 0.420027] Asymmetric key parser 'x509' registered\n[ 0.421054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.422637] io scheduler noop registered\n[ 0.423494] io scheduler deadline registered (default)\n[ 0.424558] io scheduler cfq registered\n[ 0.425466] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.426604] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.427948] ipmi message handler version 39.2\n[ 0.428943] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.430505] ACPI: Power Button [PWRF]\n[ 0.431436] GHES: HEST is not enabled!\n[ 0.452785] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.495602] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.497347] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.521062] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.523402] Linux agpgart interface v0.103\n[ 0.525180] brd: module loaded\n[ 0.526319] loop: module loaded\n[ 0.527352] blk-mq: CPU -> queue map\n[ 0.528165] CPU 0 -> Queue 0\n[ 0.528875] CPU 1 -> Queue 0\n[ 0.530511] vda: vda1\n[ 0.531850] scsi0 : ata_piix\n[ 0.532777] scsi1 : ata_piix\n[ 0.533586] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.535102] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.536863] libphy: Fixed MDIO Bus: probed\n[ 0.537976] tun: Universal TUN/TAP device driver, 1.6\n[ 0.539207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.541422] PPP generic driver version 2.4.2\n[ 0.542591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.544129] ehci-pci: EHCI PCI platform driver\n[ 0.545193] ehci-platform: EHCI generic platform driver\n[ 0.546441] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.547835] ohci-pci: OHCI PCI platform driver\n[ 0.548900] ohci-platform: OHCI generic platform driver\n[ 0.550124] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.571844] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.573142] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.575036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.576458] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.578039] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.579804] usb usb1: Product: UHCI Host Controller\n[ 0.580994] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.582523] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.583780] hub 1-0:1.0: USB hub found\n[ 0.584763] hub 1-0:1.0: 2 ports detected\n[ 0.585897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.588460] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.589662] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.591026] mousedev: PS/2 mouse device common for all mice\n[ 0.592604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.594886] rtc_cmos 00:00: RTC can wake from S4\n[ 0.596257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.597753] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.599281] device-mapper: uevent: version 1.0.3\n[ 0.600451] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.602436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.603913] TCP: cubic registered\n[ 0.604835] NET: Registered protocol family 10\n[ 0.606131] NET: Registered protocol family 17\n[ 0.607280] Key type dns_resolver registered\n[ 0.608510] Loading compiled-in X.509 certificates\n[ 0.610165] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.612374] registered taskstats version 1\n[ 0.615046] Key type trusted registered\n[ 0.618506] Key type encrypted registered\n[ 0.619435] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.620570] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.622076] regulator-dummy: disabling\n[ 0.629800] Magic number: 14:194:75\n[ 0.630752] rtc_cmos 00:00: setting system clock to 2018-08-20 11:04:02 UTC (1534763042)\n[ 0.632504] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.633722] EDD information not available.\n[ 0.693219] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.695082] Write protecting the kernel read-only data: 12288k\n[ 0.696920] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.699996] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.713548] systemd-udevd[107]: starting version 204\n[ 0.768583] FDC 0 is a S82078B\n[ 0.900046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.059970] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.061241] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.062545] usb 1-1: Product: QEMU USB Tablet\n[ 1.063417] usb 1-1: Manufacturer: QEMU\n[ 1.064214] usb 1-1: SerialNumber: 42\n[ 1.380030] tsc: Refined TSC clocksource calibration: 3491.842 MHz\n[ 1.768768] 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.002925] 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.105541] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.214519] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:04:04 +0000. Up 2.54 seconds.\ncloud-init-nonet[2.70]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.61]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:04:05 +0000. Up 3.80 seconds.\nci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.14 | 255.255.255.0 | fa:16:3e:09:dc:39 |\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:\n00:c3:6f:6c:3f:ad:2c:9f:b8:71:32:e8:3a:84:50:09 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n|E. oo |\n| o .o |\n| . o. |\n|. =. |\n|.. o .S. |\n|. . . o . |\n| . . +..o |\n| .. .*o. |\n| .o. 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:\na4:e6:71:94:27:c4:8b:f0:31:48:bd:3b:fd:79:c4:05 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| ..o .. |\n| o +... E |\n| o ==.. . |\n| ++.o . |\n| +oS . . |\n| ooo. o |\n| .. . o |\n| o . |\n| . |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nc4:f8:61:69:dc:12:b3:a2:d0:0d:e9:02:40:97:68:e6 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n|+...o. o |\n|.+.o.o + * |\n|+.... + @ . |\n| E.... * o |\n| .. S |\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:\n51:55:07:46:06:00:98:b0:04:26:cb:fd:80:ca:b6:d4 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i\nThe key's randomart image is:\n+--[ED25519 256--+\n|. o.o. o..ooo+*..|\n|.+o. .o . o . |\n|.o o. . |\n|o . o . |\n|.+ E . S |\n|o . |\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 * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting early crypto disks... [80G [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, 20 Aug 2018 11:04:09 +0000. Up 7.32 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:04:09 +0000. Up 8.12 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 | ae:c3:16:de:d8:7f:da:cb:d2:bd:11:96:d0:86:1f:ad | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 a4:e6:71:94:27:c4:8b:f0:31:48:bd:3b:fd:79:c4:05 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i (DSA)\nec2: 256 c4:f8:61:69:dc:12:b3:a2:d0:0d:e9:02:40:97:68:e6 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i (ECDSA)\nec2: 256 51:55:07:46:06:00:98:b0:04:26:cb:fd:80:ca:b6:d4 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i (ED25519)\nec2: 2048 00:c3:6f:6c:3f:ad:2c:9f:b8:71:32:e8:3a:84:50:09 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLxZg9kO5ZyTVHr4rXbFY887ZCox5qLOIc9+5vZcRNKOFev2j/ow8HvFzwrKITSmkoMn7Wd3WPqAf3VEa8/yxWE= root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSkGtTCQJyffHNUmbp7RtZTlDNLKGhulBQj0BYsSykl root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAr/ZmII5xLntm2S8kco7N1cZZc7PZfw5S6tCJjjXsZdxv0MyOjy6wdGarc806ui9vvpkIaj2X9mLMnIOT77Int3iPW0IeJn/+Y9cjN7ybmmrus1kVO0xnNeGPkRDKUP5EtIAHtUNZyQt5J3ZJS5GpBTfH3iiLXjU7O4XMnwFp//L3af35AZtl7dG3nBjy82amrYT11Ek4Ty3lccwVELfnvC51zTQIUnvdWXUbUn2a8JpHED7Gn8+9sZIaln4RpHlFNgnrrhGXndYnbGfAmID+F1hqTjfaUblFqBjan70j6C/NsOlbwcWpn9PtDppJRe9G//PedMXbhIkAdnuSRkPt root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:04:10 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 8.21 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i ttyS0\n\nansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i login: "} 2018-08-20 11:04:11,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5/action used request id req-0a2d8dd5-f131-4fba-ad12-55c350bcbfa8 2018-08-20 11:04:11,060 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-20 11:04:11,060 - 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008029] AppArmor: AppArmor initialized [ 0.008871] Yama: becoming mindful. [ 0.009740] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012812] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014766] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017541] Initializing cgroup subsys memory [ 0.018431] Initializing cgroup subsys devices [ 0.019317] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020858] Initializing cgroup subsys perf_event [ 0.021767] Initializing cgroup subsys hugetlb [ 0.022690] FEATURE SPEC_CTRL Not Present [ 0.024430] mce: CPU supports 10 MCE banks [ 0.025281] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025281] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.027221] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.028003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.029463] Speculative Store Bypass: Vulnerable [ 0.030889] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.034527] ACPI: Core revision 20131115 [ 0.036460] ACPI: All ACPI Tables successfully acquired [ 0.037629] ftrace: allocating 28717 entries in 113 pages [ 0.056164] smpboot: Max logical packages: 2 [ 0.057045] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058242] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.060160] Enabling x2apic [ 0.060787] Enabled x2apic [ 0.061600] Switched APIC routing to physical x2apic. [ 0.064173] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.065398] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.067480] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.073049] KVM setup paravirtual spinlock [ 0.075167] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.076148] x86: Booting SMP configuration: [ 0.077067] .... node #0, CPUs: #1[ 0.075135] 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.092013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.094699] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096224] devtmpfs: initialized [ 0.098693] EVM: security.selinux [ 0.099397] EVM: security.SMACK64 [ 0.100005] EVM: security.ima [ 0.100658] EVM: security.capability [ 0.101429] pinctrl core: initialized pinctrl subsystem [ 0.101829] regulator-dummy: no parameters [ 0.104060] RTC time: 11:04:01, date: 08/20/18 [ 0.104965] NET: Registered protocol family 16 [ 0.105924] cpuidle: using governor ladder [ 0.106753] cpuidle: using governor menu [ 0.107596] ACPI: bus type PCI registered [ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.109275] PCI: Using configuration type 1 for base access [ 0.110864] bio: create slab at 0 [ 0.110864] ACPI: Added _OSI(Module Device) [ 0.112003] ACPI: Added _OSI(Processor Device) [ 0.112872] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.113778] ACPI: Added _OSI(Processor Aggregator Device) [ 0.115767] ACPI: Interpreter enabled [ 0.116005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.117871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.119731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.121206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.123067] ACPI: (supports S0 S5) [ 0.123789] 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.125927] ACPI: No dock devices found. [ 0.128517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.129672] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.132007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.133226] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.135460] acpiphp: Slot [3] registered [ 0.136019] acpiphp: Slot [4] registered [ 0.136832] acpiphp: Slot [5] registered [ 0.137633] acpiphp: Slot [6] registered [ 0.138429] acpiphp: Slot [7] registered [ 0.139232] acpiphp: Slot [8] registered [ 0.140016] acpiphp: Slot [9] registered [ 0.140832] acpiphp: Slot [10] registered [ 0.141649] acpiphp: Slot [11] registered [ 0.142460] acpiphp: Slot [12] registered [ 0.143279] acpiphp: Slot [13] registered [ 0.144022] acpiphp: Slot [14] registered [ 0.144859] acpiphp: Slot [15] registered [ 0.145675] acpiphp: Slot [16] registered [ 0.146511] acpiphp: Slot [17] registered [ 0.147324] acpiphp: Slot [18] registered [ 0.148022] acpiphp: Slot [19] registered [ 0.148857] acpiphp: Slot [20] registered [ 0.149672] acpiphp: Slot [21] registered [ 0.150494] acpiphp: Slot [22] registered [ 0.151312] acpiphp: Slot [23] registered [ 0.152022] acpiphp: Slot [24] registered [ 0.152851] acpiphp: Slot [25] registered [ 0.153671] acpiphp: Slot [26] registered [ 0.154490] acpiphp: Slot [27] registered [ 0.155307] acpiphp: Slot [28] registered [ 0.156016] acpiphp: Slot [29] registered [ 0.156838] acpiphp: Slot [30] registered [ 0.157668] acpiphp: Slot [31] registered [ 0.158513] PCI host bridge to bus 0000:00 [ 0.159331] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.160004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.161139] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.162265] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.163493] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.164003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.169588] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.171030] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.189695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.191240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.192777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.194519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.196042] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.197701] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.199168] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.199168] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.200003] vgaarb: loaded [ 0.200726] vgaarb: bridge control possible 0000:00:02.0 [ 0.202139] SCSI subsystem initialized [ 0.203182] ACPI: bus type USB registered [ 0.204023] usbcore: registered new interface driver usbfs [ 0.205331] usbcore: registered new interface driver hub [ 0.206606] usbcore: registered new device driver usb [ 0.208011] PCI: Using ACPI for IRQ routing [ 0.209295] NetLabel: Initializing [ 0.210162] NetLabel: domain hash size = 128 [ 0.211249] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.212063] NetLabel: unlabeled traffic allowed by default [ 0.213335] Switched to clocksource kvm-clock [ 0.219187] AppArmor: AppArmor Filesystem Enabled [ 0.220388] pnp: PnP ACPI init [ 0.221183] ACPI: bus type PNP registered [ 0.222602] pnp: PnP ACPI: found 8 devices [ 0.223625] ACPI: bus type PNP unregistered [ 0.230781] NET: Registered protocol family 2 [ 0.232070] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.233945] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.235561] TCP: Hash tables configured (established 16384 bind 16384) [ 0.237112] TCP: reno registered [ 0.237941] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.239337] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.240855] NET: Registered protocol family 1 [ 0.241929] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.243320] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.244650] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.267903] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.290180] Trying to unpack rootfs image as initramfs... [ 0.380151] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.382394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.383782] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.385096] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.387170] Scanning for low memory corruption every 60 seconds [ 0.388974] Initialise system trusted keyring [ 0.389985] audit: initializing netlink socket (disabled) [ 0.391124] type=2000 audit(1534763042.560:1): initialized [ 0.410573] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.412666] zbud: loaded [ 0.413520] VFS: Disk quotas dquot_6.5.2 [ 0.414454] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.416144] fuse init (API version 7.22) [ 0.417069] msgmni has been set to 3997 [ 0.417970] Key type big_key registered [ 0.419129] Key type asymmetric registered [ 0.420027] Asymmetric key parser 'x509' registered [ 0.421054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.422637] io scheduler noop registered [ 0.423494] io scheduler deadline registered (default) [ 0.424558] io scheduler cfq registered [ 0.425466] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.426604] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.427948] ipmi message handler version 39.2 [ 0.428943] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.430505] ACPI: Power Button [PWRF] [ 0.431436] GHES: HEST is not enabled! [ 0.452785] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.495602] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.497347] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.521062] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.523402] Linux agpgart interface v0.103 [ 0.525180] brd: module loaded [ 0.526319] loop: module loaded [ 0.527352] blk-mq: CPU -> queue map [ 0.528165] CPU 0 -> Queue 0 [ 0.528875] CPU 1 -> Queue 0 [ 0.530511] vda: vda1 [ 0.531850] scsi0 : ata_piix [ 0.532777] scsi1 : ata_piix [ 0.533586] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.535102] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.536863] libphy: Fixed MDIO Bus: probed [ 0.537976] tun: Universal TUN/TAP device driver, 1.6 [ 0.539207] tun: (C) 1999-2004 Max Krasnyansky [ 0.541422] PPP generic driver version 2.4.2 [ 0.542591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.544129] ehci-pci: EHCI PCI platform driver [ 0.545193] ehci-platform: EHCI generic platform driver [ 0.546441] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.547835] ohci-pci: OHCI PCI platform driver [ 0.548900] ohci-platform: OHCI generic platform driver [ 0.550124] uhci_hcd: USB Universal Host Controller Interface driver [ 0.571844] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.573142] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.575036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.576458] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.578039] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.579804] usb usb1: Product: UHCI Host Controller [ 0.580994] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.582523] usb usb1: SerialNumber: 0000:00:01.2 [ 0.583780] hub 1-0:1.0: USB hub found [ 0.584763] hub 1-0:1.0: 2 ports detected [ 0.585897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.588460] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.589662] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.591026] mousedev: PS/2 mouse device common for all mice [ 0.592604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.594886] rtc_cmos 00:00: RTC can wake from S4 [ 0.596257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.597753] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.599281] device-mapper: uevent: version 1.0.3 [ 0.600451] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.602436] ledtrig-cpu: registered to indicate activity on CPUs [ 0.603913] TCP: cubic registered [ 0.604835] NET: Registered protocol family 10 [ 0.606131] NET: Registered protocol family 17 [ 0.607280] Key type dns_resolver registered [ 0.608510] Loading compiled-in X.509 certificates [ 0.610165] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.612374] registered taskstats version 1 [ 0.615046] Key type trusted registered [ 0.618506] Key type encrypted registered [ 0.619435] AppArmor: AppArmor sha1 policy hashing enabled [ 0.620570] IMA: No TPM chip found, activating TPM-bypass! [ 0.622076] regulator-dummy: disabling [ 0.629800] Magic number: 14:194:75 [ 0.630752] rtc_cmos 00:00: setting system clock to 2018-08-20 11:04:02 UTC (1534763042) [ 0.632504] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.633722] EDD information not available. [ 0.693219] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.695082] Write protecting the kernel read-only data: 12288k [ 0.696920] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.699996] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.713548] systemd-udevd[107]: starting version 204 [ 0.768583] FDC 0 is a S82078B [ 0.900046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.059970] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.061241] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.062545] usb 1-1: Product: QEMU USB Tablet [ 1.063417] usb 1-1: Manufacturer: QEMU [ 1.064214] usb 1-1: SerialNumber: 42 [ 1.380030] tsc: Refined TSC clocksource calibration: 3491.842 MHz [ 1.768768] 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.002925] 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.105541] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.214519] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:04:04 +0000. Up 2.54 seconds. cloud-init-nonet[2.70]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[3.61]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:04:05 +0000. Up 3.80 seconds. ci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.14 | 255.255.255.0 | fa:16:3e:09:dc:39 | 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: 00:c3:6f:6c:3f:ad:2c:9f:b8:71:32:e8:3a:84:50:09 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i The key's randomart image is: +--[ RSA 2048]----+ |E. oo | | o .o | | . o. | |. =. | |.. o .S. | |. . . o . | | . . +..o | | .. .*o. | | .o. o+o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: a4:e6:71:94:27:c4:8b:f0:31:48:bd:3b:fd:79:c4:05 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i The key's randomart image is: +--[ DSA 1024]----+ | ..o .. | | o +... E | | o ==.. . | | ++.o . | | +oS . . | | ooo. o | | .. . 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: c4:f8:61:69:dc:12:b3:a2:d0:0d:e9:02:40:97:68:e6 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i The key's randomart image is: +--[ECDSA 256]---+ |+...o. o | |.+.o.o + * | |+.... + @ . | | E.... * o | | .. S | | | | | | | | | +-----------------+ 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: 51:55:07:46:06:00:98:b0:04:26:cb:fd:80:ca:b6:d4 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i The key's randomart image is: +--[ED25519 256--+ |. o.o. o..ooo+*..| |.+o. .o . o . | |.o o. . | |o . o . | |.+ E . S | |o . | | . | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:04:09 +0000. Up 7.32 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:04:09 +0000. Up 8.12 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 | ae:c3:16:de:d8:7f:da:cb:d2:bd:11:96:d0:86:1f:ad | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 a4:e6:71:94:27:c4:8b:f0:31:48:bd:3b:fd:79:c4:05 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i (DSA) ec2: 256 c4:f8:61:69:dc:12:b3:a2:d0:0d:e9:02:40:97:68:e6 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i (ECDSA) ec2: 256 51:55:07:46:06:00:98:b0:04:26:cb:fd:80:ca:b6:d4 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i (ED25519) ec2: 2048 00:c3:6f:6c:3f:ad:2c:9f:b8:71:32:e8:3a:84:50:09 root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLxZg9kO5ZyTVHr4rXbFY887ZCox5qLOIc9+5vZcRNKOFev2j/ow8HvFzwrKITSmkoMn7Wd3WPqAf3VEa8/yxWE= root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSkGtTCQJyffHNUmbp7RtZTlDNLKGhulBQj0BYsSykl root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAr/ZmII5xLntm2S8kco7N1cZZc7PZfw5S6tCJjjXsZdxv0MyOjy6wdGarc806ui9vvpkIaj2X9mLMnIOT77Int3iPW0IeJn/+Y9cjN7ybmmrus1kVO0xnNeGPkRDKUP5EtIAHtUNZyQt5J3ZJS5GpBTfH3iiLXjU7O4XMnwFp//L3af35AZtl7dG3nBjy82amrYT11Ek4Ty3lccwVELfnvC51zTQIUnvdWXUbUn2a8JpHED7Gn8+9sZIaln4RpHlFNgnrrhGXndYnbGfAmID+F1hqTjfaUblFqBjan70j6C/NsOlbwcWpn9PtDppJRe9G//PedMXbhIkAdnuSRkPt root@ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:04:10 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 8.21 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i ttyS0 ansibleprovisioningtests-d6bc0a64-942a-440d-8702-94f5f6ec641c-i login: 2018-08-20 11:04:11,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:11,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1698e225-3617-4e9d-8b6f-368733da192a x-compute-request-id: req-1698e225-3617-4e9d-8b6f-368733da192a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:11,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-1698e225-3617-4e9d-8b6f-368733da192a 2018-08-20 11:04:11,510 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - ACTIVE 2018-08-20 11:04:11,511 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:04:11,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:12,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-122323a0-78ca-49fb-b684-9ee0321d6c86 x-compute-request-id: req-122323a0-78ca-49fb-b684-9ee0321d6c86 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:12,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-122323a0-78ca-49fb-b684-9ee0321d6c86 2018-08-20 11:04:12,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:12,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e942b153-b53f-4a67-a153-0fa0ca86b742 Date: Mon, 20 Aug 2018 11:04: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:12,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-e942b153-b53f-4a67-a153-0fa0ca86b742 2018-08-20 11:04:12,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:12,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7df763a5-ca75-437a-bfad-70af86deef64 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:12,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-7df763a5-ca75-437a-bfad-70af86deef64 2018-08-20 11:04:12,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:12,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8f2d502b-f12b-4a7d-9062-2f81f32578d6 Date: Mon, 20 Aug 2018 11:04:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:12,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-8f2d502b-f12b-4a7d-9062-2f81f32578d6 2018-08-20 11:04:12,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:12,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-48eead0a-5e9e-451b-af0a-16bc4a970fd7 Date: Mon, 20 Aug 2018 11:04:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:01Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:12,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-48eead0a-5e9e-451b-af0a-16bc4a970fd7 2018-08-20 11:04:12,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:13,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d5e5f07-cbf6-44f7-8cfa-df39bddb48ad x-compute-request-id: req-2d5e5f07-cbf6-44f7-8cfa-df39bddb48ad Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:13,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-2d5e5f07-cbf6-44f7-8cfa-df39bddb48ad 2018-08-20 11:04:13,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:13,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-2422f208-4a93-40d0-ad17-e73e501abd87 Date: Mon, 20 Aug 2018 11:04: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:13,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-2422f208-4a93-40d0-ad17-e73e501abd87 2018-08-20 11:04:13,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:13,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc59cc7-34af-458d-a2fe-def6c4ca64b4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:13,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-9bc59cc7-34af-458d-a2fe-def6c4ca64b4 2018-08-20 11:04:13,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:13,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-44e73ccb-1298-4ad1-8094-4e1977d20d14 Date: Mon, 20 Aug 2018 11:04:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:13,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-44e73ccb-1298-4ad1-8094-4e1977d20d14 2018-08-20 11:04:13,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:13,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3736 X-Openstack-Request-Id: req-a65cea30-0861-4bb3-b8ba-8c6dcfab6972 Date: Mon, 20 Aug 2018 11:04:13 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:01Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:13,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-a65cea30-0861-4bb3-b8ba-8c6dcfab6972 2018-08-20 11:04:13,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}}' 2018-08-20 11:04:14,783 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:04:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88b26b03-daa6-4a68-b622-ce825a4fbcf8 x-compute-request-id: req-88b26b03-daa6-4a68-b622-ce825a4fbcf8 Content-Length: 0 Content-Type: application/json 2018-08-20 11:04:14,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5/action used request id req-88b26b03-daa6-4a68-b622-ce825a4fbcf8 2018-08-20 11:04:14,784 - create_instance - INFO - Checking if VM is active 2018-08-20 11:04:14,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:15,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f96a2008-4a78-45ca-9b82-483aa51b3df3 x-compute-request-id: req-f96a2008-4a78-45ca-9b82-483aa51b3df3 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:15,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-f96a2008-4a78-45ca-9b82-483aa51b3df3 2018-08-20 11:04:15,281 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - ACTIVE 2018-08-20 11:04:15,281 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:04:15,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:15,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-2cc8509d-560b-4d40-83df-a9b5e58ef90e x-compute-request-id: req-2cc8509d-560b-4d40-83df-a9b5e58ef90e Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:15,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-2cc8509d-560b-4d40-83df-a9b5e58ef90e 2018-08-20 11:04:15,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:15,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-380eaa6a-20b9-4d0a-be9f-d29fa6451703 Date: Mon, 20 Aug 2018 11:04: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:15,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-380eaa6a-20b9-4d0a-be9f-d29fa6451703 2018-08-20 11:04:15,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:16,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15eea719-0835-4ccd-93a9-b48b3fd4cc8c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:16,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-15eea719-0835-4ccd-93a9-b48b3fd4cc8c 2018-08-20 11:04:16,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:16,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e3b283df-a528-4205-a09c-30a61b00336f Date: Mon, 20 Aug 2018 11:04:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:16,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-e3b283df-a528-4205-a09c-30a61b00336f 2018-08-20 11:04:16,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:16,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-30cf5ba2-4ff3-4e4d-b2ce-e6d77a24d6e0 Date: Mon, 20 Aug 2018 11:04:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:14Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea","652ed7da-eed1-4165-b81e-a1f69b7224a1"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:16,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-30cf5ba2-4ff3-4e4d-b2ce-e6d77a24d6e0 2018-08-20 11:04:16,192 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:04:31,218 - paramiko.transport - DEBUG - starting thread (client mode): 0xed83ae50L 2018-08-20 11:04:31,218 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:04:31,223 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:04:31,224 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:04:31,225 - 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-08-20 11:04:31,225 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:04:31,225 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:04:31,225 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:04:31,226 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:04:31,226 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:04:31,268 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:04:31,269 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:04:31,283 - paramiko.transport - DEBUG - Trying discovered key aec316ded87fdacbd2bd1196d0861fad in tmp/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c 2018-08-20 11:04:31,309 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:04:31,336 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:04:31,437 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 11:04:31,461 - create_instance - INFO - SSH is active for VM instance 2018-08-20 11:04:31,461 - create_instance - INFO - Checking if cloud-init has completed 2018-08-20 11:04:31,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:32,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56c43409-82f2-4581-9192-d67c3f997718 x-compute-request-id: req-56c43409-82f2-4581-9192-d67c3f997718 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:32,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-56c43409-82f2-4581-9192-d67c3f997718 2018-08-20 11:04:32,014 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - ACTIVE 2018-08-20 11:04:32,014 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:04:32,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:32,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-cfe7740d-662c-4949-9feb-982db920425f x-compute-request-id: req-cfe7740d-662c-4949-9feb-982db920425f Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:32,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-cfe7740d-662c-4949-9feb-982db920425f 2018-08-20 11:04:32,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:32,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-6ead8fb0-e76c-4d43-94dc-955ef523367f Date: Mon, 20 Aug 2018 11:04: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:32,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-6ead8fb0-e76c-4d43-94dc-955ef523367f 2018-08-20 11:04:32,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:32,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9486a9c5-4bc2-4df0-bfb8-d9965bca5433 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:32,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-9486a9c5-4bc2-4df0-bfb8-d9965bca5433 2018-08-20 11:04:32,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:32,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1992b8f3-a77b-40cf-b6db-5c62e528d8ce Date: Mon, 20 Aug 2018 11:04:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:32,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-1992b8f3-a77b-40cf-b6db-5c62e528d8ce 2018-08-20 11:04:32,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:32,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-4e92012c-5a45-41de-8f8c-21691ca8fe06 Date: Mon, 20 Aug 2018 11:04:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:14Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea","652ed7da-eed1-4165-b81e-a1f69b7224a1"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:32,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-4e92012c-5a45-41de-8f8c-21691ca8fe06 2018-08-20 11:04:32,992 - create_instance - INFO - Checking if VM is active 2018-08-20 11:04:32,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:33,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3944f43f-e6e3-4332-8d44-84f0d34f7747 x-compute-request-id: req-3944f43f-e6e3-4332-8d44-84f0d34f7747 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:33,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-3944f43f-e6e3-4332-8d44-84f0d34f7747 2018-08-20 11:04:33,521 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - ACTIVE 2018-08-20 11:04:33,521 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:04:33,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:34,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7023a930-aa33-40e1-aec0-bad561861093 x-compute-request-id: req-7023a930-aa33-40e1-aec0-bad561861093 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:34,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-7023a930-aa33-40e1-aec0-bad561861093 2018-08-20 11:04:34,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:34,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-11cf3b0c-9476-4b54-991c-5644558de09c Date: Mon, 20 Aug 2018 11:04:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:34,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-11cf3b0c-9476-4b54-991c-5644558de09c 2018-08-20 11:04:34,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:34,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64d1fd1-ca17-4e63-9022-e72c0bbfb5bf Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:34,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-b64d1fd1-ca17-4e63-9022-e72c0bbfb5bf 2018-08-20 11:04:34,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:34,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-02115462-8885-4c0d-b182-c18a1d5731f4 Date: Mon, 20 Aug 2018 11:04:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:34,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-02115462-8885-4c0d-b182-c18a1d5731f4 2018-08-20 11:04:34,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:34,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-0af197ae-9f25-492d-9725-75a92432845b Date: Mon, 20 Aug 2018 11:04:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:14Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea","652ed7da-eed1-4165-b81e-a1f69b7224a1"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:34,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-0af197ae-9f25-492d-9725-75a92432845b 2018-08-20 11:04:34,863 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:04:34,865 - paramiko.transport - DEBUG - starting thread (client mode): 0xed81e990L 2018-08-20 11:04:34,865 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:04:34,869 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:04:34,869 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:04:34,870 - 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-08-20 11:04:34,871 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:04:34,871 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:04:34,871 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:04:34,871 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:04:34,871 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:04:34,913 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:04:34,913 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:04:34,929 - paramiko.transport - DEBUG - Trying discovered key aec316ded87fdacbd2bd1196d0861fad in tmp/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c 2018-08-20 11:04:34,953 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:04:34,962 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:04:35,063 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 11:04:35,107 - create_instance - INFO - SSH is active for VM instance 2018-08-20 11:04:35,108 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:04:35,109 - paramiko.transport - DEBUG - starting thread (client mode): 0xed81e550L 2018-08-20 11:04:35,109 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:04:35,113 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:04:35,113 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:04:35,114 - 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-08-20 11:04:35,114 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:04:35,114 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:04:35,114 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:04:35,115 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:04:35,115 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:04:35,156 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:04:35,157 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:04:35,173 - paramiko.transport - DEBUG - Trying discovered key aec316ded87fdacbd2bd1196d0861fad in tmp/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c 2018-08-20 11:04:35,193 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:04:35,202 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:04:35,206 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 11:04:35,381 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 11:04:35,381 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 11:04:35,408 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 11:04:35,418 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 11:04:35,418 - create_instance - INFO - cloud-init complete for VM instance 2018-08-20 11:04:35,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:35,423 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 11:04:35,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-353999d4-607e-4da9-997f-ed19bda79a44 x-compute-request-id: req-353999d4-607e-4da9-997f-ed19bda79a44 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:35,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-353999d4-607e-4da9-997f-ed19bda79a44 2018-08-20 11:04:35,943 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - ACTIVE 2018-08-20 11:04:35,943 - create_instance - INFO - VM is - ACTIVE 2018-08-20 11:04:35,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:36,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-50a891f4-3bbf-4f38-b2fd-2bc1bd33f832 x-compute-request-id: req-50a891f4-3bbf-4f38-b2fd-2bc1bd33f832 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:36,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-50a891f4-3bbf-4f38-b2fd-2bc1bd33f832 2018-08-20 11:04:36,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:36,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-aee7ee3a-2816-441f-83d0-3ccb34294cb2 Date: Mon, 20 Aug 2018 11:04: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":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:36,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-aee7ee3a-2816-441f-83d0-3ccb34294cb2 2018-08-20 11:04:36,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:36,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82efe37-d351-47e0-a9c9-515f9162f25b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:36,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-c82efe37-d351-47e0-a9c9-515f9162f25b 2018-08-20 11:04:36,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:36,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-21751684-3a5c-4d81-8939-77d7f5b30252 Date: Mon, 20 Aug 2018 11:04:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:36,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-21751684-3a5c-4d81-8939-77d7f5b30252 2018-08-20 11:04:36,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:36,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-0393fa9f-ad68-491e-af36-479bc9a0643a Date: Mon, 20 Aug 2018 11:04:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:14Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea","652ed7da-eed1-4165-b81e-a1f69b7224a1"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:36,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-0393fa9f-ad68-491e-af36-479bc9a0643a 2018-08-20 11:04:36,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:37,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea31bc1e-46a2-4aff-ac3d-3e56fa01e592 x-compute-request-id: req-ea31bc1e-46a2-4aff-ac3d-3e56fa01e592 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:37,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-ea31bc1e-46a2-4aff-ac3d-3e56fa01e592 2018-08-20 11:04:37,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:37,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-cdc770a9-4770-44f8-9771-a882a51cd123 Date: Mon, 20 Aug 2018 11:04:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["407a7c54-0a5f-4441-82bb-f16a480cd655"],"updated_at":"2018-08-20T11:02:09Z","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"d08ba262-17d5-475b-a874-adcd5011d388","name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net"}]} 2018-08-20 11:04:37,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks?name=AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net used request id req-cdc770a9-4770-44f8-9771-a882a51cd123 2018-08-20 11:04:37,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:37,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-663550c5-b217-40de-a8d3-800021a3f000 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:37,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-663550c5-b217-40de-a8d3-800021a3f000 2018-08-20 11:04:37,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:37,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-43d0e7fc-6609-41eb-b19a-30b95d21cae3 Date: Mon, 20 Aug 2018 11:04:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:09Z","dns_nameservers":[],"updated_at":"2018-08-20T11:02:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"bd1e3a571f48426a9b56755e0ac46843","id":"407a7c54-0a5f-4441-82bb-f16a480cd655","subnetpool_id":null,"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet"}]} 2018-08-20 11:04:37,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-43d0e7fc-6609-41eb-b19a-30b95d21cae3 2018-08-20 11:04:37,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:37,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3775 X-Openstack-Request-Id: req-0a96137f-9397-4d77-ac1d-4148a4634955 Date: Mon, 20 Aug 2018 11:04:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:27Z","admin_state_up":true,"updated_at":"2018-08-20T11:04:14Z","binding:vnic_type":"normal","device_id":"9a851fe4-059c-48b4-9cc9-90e9cb5757e5","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:09:dc:39","id":"0795eb30-ee33-45c6-b950-1203d63714ce","port_security_enabled":true,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.14"}],"extra_dhcp_opts":[],"security_groups":["07ca123b-71cc-4b12-af79-f046a875fdea","652ed7da-eed1-4165-b81e-a1f69b7224a1"],"name":"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:11Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:14Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f2:7f:43","id":"5539aeb1-3d84-4b59-803b-e8da24aa2941","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:91:49:4b","id":"71b9cdfb-9ce3-4f13-b34e-84fe563d00f3","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:14Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:16Z","binding:vnic_type":"normal","device_id":"5c4fb158-4874-4aa8-86d4-fa6abc52e5aa","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:72:a5:f4","id":"84315963-aedd-49a5-8f87-d8757359d055","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d08ba262-17d5-475b-a874-adcd5011d388","tenant_id":"bd1e3a571f48426a9b56755e0ac46843","created_at":"2018-08-20T11:02:10Z","admin_state_up":true,"updated_at":"2018-08-20T11:02:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d08ba262-17d5-475b-a874-adcd5011d388","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:9a:be:5f","id":"de6fff19-fb79-441a-b0b3-4716d26fe88c","port_security_enabled":false,"project_id":"bd1e3a571f48426a9b56755e0ac46843","fixed_ips":[{"subnet_id":"407a7c54-0a5f-4441-82bb-f16a480cd655","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-20 11:04:37,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports?network_id=d08ba262-17d5-475b-a874-adcd5011d388 used request id req-0a96137f-9397-4d77-ac1d-4148a4634955 2018-08-20 11:04:37,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}}' 2018-08-20 11:04:38,479 - novaclient.v2.client - DEBUG - RESP: [400] Date: Mon, 20 Aug 2018 11: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-77b891e6-48e1-45fb-8b64-3fc02fb7a03f x-compute-request-id: req-77b891e6-48e1-45fb-8b64-3fc02fb7a03f 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: '652ed7da-eed1-4165-b81e-a1f69b7224a1'.\nNeutron server returns request_ids: ['req-ef525bfc-1d79-4686-a524-4fa243308f55']", "code": 400}} 2018-08-20 11:04:38,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5/action used request id req-77b891e6-48e1-45fb-8b64-3fc02fb7a03f 2018-08-20 11:04:38,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:39,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-2e48d223-3d19-4376-b5fe-2cc35624b895 x-compute-request-id: req-2e48d223-3d19-4376-b5fe-2cc35624b895 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp"}], "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:01Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:39,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-2e48d223-3d19-4376-b5fe-2cc35624b895 2018-08-20 11:04:39,044 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp] already added to VM [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] 2018-08-20 11:04:39,049 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-08-20 11:04:39,050 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-08-20 11:04:40,424 - ansible_utils - DEBUG - Retrieving SSH client 2018-08-20 11:04:40,427 - paramiko.transport - DEBUG - starting thread (client mode): 0xed7d2f10L 2018-08-20 11:04:40,427 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:04:40,431 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-08-20 11:04:40,431 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-08-20 11:04:40,433 - 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-08-20 11:04:40,433 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:04:40,433 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:04:40,433 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:04:40,433 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:04:40,434 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:04:40,473 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:04:40,474 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:04:40,491 - paramiko.transport - DEBUG - Trying discovered key aec316ded87fdacbd2bd1196d0861fad in tmp/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c 2018-08-20 11:04:40,513 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:04:40,522 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:04:40,524 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 11:04:40,718 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 11:04:40,718 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 11:04:40,726 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 11:04:40,740 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 11:04:40,740 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 11:04:40,741 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 11:04:40,742 - create_instance - INFO - Deleting Floating IP - 172.30.9.200 2018-08-20 11:04:40,742 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-08-20 11:04:40,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/floatingips/adaa2a41-58db-47da-9114-9a5efec4e09d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:41,540 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27f7b35f-3432-46e2-960c-bfa67a398861 Content-Length: 0 Date: Mon, 20 Aug 2018 11:04:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:41,540 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/adaa2a41-58db-47da-9114-9a5efec4e09d used request id req-27f7b35f-3432-46e2-960c-bfa67a398861 2018-08-20 11:04:41,541 - create_instance - INFO - Deleting Port with ID - 0795eb30-ee33-45c6-b950-1203d63714ce 2018-08-20 11:04:41,541 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-port-1 2018-08-20 11:04:41,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/ports/0795eb30-ee33-45c6-b950-1203d63714ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:42,043 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4882286e-047e-48ac-9fce-9cdbed760fb0 Date: Mon, 20 Aug 2018 11:04:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:42,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/ports/0795eb30-ee33-45c6-b950-1203d63714ce used request id req-4882286e-047e-48ac-9fce-9cdbed760fb0 2018-08-20 11:04:42,044 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst 2018-08-20 11:04:42,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:42,192 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11: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-2338046f-e7ba-41f1-bbc4-9a559b0498d4 x-compute-request-id: req-2338046f-e7ba-41f1-bbc4-9a559b0498d4 Content-Type: application/json 2018-08-20 11:04:42,193 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-2338046f-e7ba-41f1-bbc4-9a559b0498d4 2018-08-20 11:04:42,193 - create_instance - INFO - Checking deletion status 2018-08-20 11:04:42,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:42,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-81fa317e-a5fe-4af7-b34d-8ed09147910c x-compute-request-id: req-81fa317e-a5fe-4af7-b34d-8ed09147910c Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:dc:39", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "rel": "bookmark"}], "image": {"id": "ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "links": [{"href": "http://172.30.9.36:8774/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:04:01.000000", "flavor": {"id": "3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "links": [{"href": "http://172.30.9.36:8774/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c", "rel": "bookmark"}]}, "id": "9a851fe4-059c-48b4-9cc9-90e9cb5757e5", "user_id": "d73acc245d944f92a6f6b60436a34174", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:04:42Z", "hostId": "ef37f0d519508f603c0540ea8fcf21ffe50f1ea54913ec3ea9689c15", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp", "name": "AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst", "created": "2018-08-20T11:02:31Z", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-20 11:04:42,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-81fa317e-a5fe-4af7-b34d-8ed09147910c 2018-08-20 11:04:42,297 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst] is - ACTIVE 2018-08-20 11:04:42,297 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-20 11:04:45,300 - create_instance - DEBUG - VM status query timeout in 296.893081903 2018-08-20 11:04:45,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e72cdfcfba47a724c01f91abd43ee8f489508d7" 2018-08-20 11:04:45,349 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11: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 x-openstack-request-id: req-e7804de1-34cb-44c3-b174-f7a0ed7af6fb x-compute-request-id: req-e7804de1-34cb-44c3-b174-f7a0ed7af6fb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9a851fe4-059c-48b4-9cc9-90e9cb5757e5 could not be found.", "code": 404}} 2018-08-20 11:04:45,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9a851fe4-059c-48b4-9cc9-90e9cb5757e5 used request id req-e7804de1-34cb-44c3-b174-f7a0ed7af6fb 2018-08-20 11:04:45,350 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9a851fe4-059c-48b4-9cc9-90e9cb5757e5 could not be found. (HTTP 404) (Request-ID: req-e7804de1-34cb-44c3-b174-f7a0ed7af6fb) 2018-08-20 11:04:45,350 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-inst 2018-08-20 11:04:45,351 - neutron_utils - INFO - Deleting security group rule with ID - c8c824bf-917d-4037-84b4-cbcf45b68eb4 2018-08-20 11:04:45,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/c8c824bf-917d-4037-84b4-cbcf45b68eb4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:04:45,464 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b650d541-47db-4c59-99f1-5b552baa202a Content-Length: 0 Date: Mon, 20 Aug 2018 11:04:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:45,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/c8c824bf-917d-4037-84b4-cbcf45b68eb4 used request id req-b650d541-47db-4c59-99f1-5b552baa202a 2018-08-20 11:04:45,465 - neutron_utils - INFO - Deleting security group rule with ID - 5aa31053-cc55-4cae-ad54-acef0e262c64 2018-08-20 11:04:45,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/5aa31053-cc55-4cae-ad54-acef0e262c64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:04:45,574 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-642f093b-487a-49fa-916f-9b72a46a98d4 Content-Length: 0 Date: Mon, 20 Aug 2018 11:04:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:45,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/5aa31053-cc55-4cae-ad54-acef0e262c64 used request id req-642f093b-487a-49fa-916f-9b72a46a98d4 2018-08-20 11:04:45,575 - neutron_utils - INFO - Deleting security group rule with ID - 7ccbf9f1-c730-428a-8603-1d5fa312c815 2018-08-20 11:04:45,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/7ccbf9f1-c730-428a-8603-1d5fa312c815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:04:45,681 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7046c59b-1646-43aa-9406-eafa37ee3cc4 Content-Length: 0 Date: Mon, 20 Aug 2018 11:04:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:45,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/7ccbf9f1-c730-428a-8603-1d5fa312c815 used request id req-7046c59b-1646-43aa-9406-eafa37ee3cc4 2018-08-20 11:04:45,682 - neutron_utils - INFO - Deleting security group rule with ID - 64a480a3-4738-4e38-a833-12de082955be 2018-08-20 11:04:45,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-group-rules/64a480a3-4738-4e38-a833-12de082955be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:04:45,807 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6efbe468-e96e-42e7-be0e-fb77541eb285 Content-Length: 0 Date: Mon, 20 Aug 2018 11:04:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:45,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-group-rules/64a480a3-4738-4e38-a833-12de082955be used request id req-6efbe468-e96e-42e7-be0e-fb77541eb285 2018-08-20 11:04:45,807 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-sec-grp 2018-08-20 11:04:45,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/652ed7da-eed1-4165-b81e-a1f69b7224a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b2c54c0a68301aa42b0add179daff93cb5dde9" 2018-08-20 11:04:46,149 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4d8eaec-6d01-4097-ac54-248cec31ff34 Content-Length: 0 Date: Mon, 20 Aug 2018 11:04:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:46,149 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/652ed7da-eed1-4165-b81e-a1f69b7224a1 used request id req-c4d8eaec-6d01-4097-ac54-248cec31ff34 2018-08-20 11:04:46,150 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp 2018-08-20 11:04:46,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0a8c64e2a1ae55003bdc62a780366dce0e40a5" 2018-08-20 11:04:46,214 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d762236d-3024-4ecb-a432-7bad637b05a1 x-compute-request-id: req-d762236d-3024-4ecb-a432-7bad637b05a1 Content-Length: 0 Content-Type: application/json 2018-08-20 11:04:46,214 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-kp used request id req-d762236d-3024-4ecb-a432-7bad637b05a1 2018-08-20 11:04:46,215 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c.pub] 2018-08-20 11:04:46,215 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c] 2018-08-20 11:04:46,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:8774/v2.1/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059429d77cb6446465f99570b93056cfa9618f0f" 2018-08-20 11:04:46,290 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f85a1b5c-8166-4f20-9b6d-bb7758baf60b x-compute-request-id: req-f85a1b5c-8166-4f20-9b6d-bb7758baf60b Content-Length: 0 Content-Type: application/json 2018-08-20 11:04:46,290 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/3b5ab615-79c5-4fc6-bea5-1cd2dd858c1c used request id req-f85a1b5c-8166-4f20-9b6d-bb7758baf60b 2018-08-20 11:04:46,291 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router and subnet AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet 2018-08-20 11:04:46,291 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router 2018-08-20 11:04:46,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.36:9696/v2.0/routers/5c4fb158-4874-4aa8-86d4-fa6abc52e5aa/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" -d '{"subnet_id": "407a7c54-0a5f-4441-82bb-f16a480cd655"}' 2018-08-20 11:04:47,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-65fab9d1-5ab9-464f-a60b-8309a596a9e4 Date: Mon, 20 Aug 2018 11:04:47 GMT RESP BODY: {"network_id": "d08ba262-17d5-475b-a874-adcd5011d388", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "subnet_id": "407a7c54-0a5f-4441-82bb-f16a480cd655", "subnet_ids": ["407a7c54-0a5f-4441-82bb-f16a480cd655"], "port_id": "84315963-aedd-49a5-8f87-d8757359d055", "id": "5c4fb158-4874-4aa8-86d4-fa6abc52e5aa"} 2018-08-20 11:04:47,714 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/5c4fb158-4874-4aa8-86d4-fa6abc52e5aa/remove_router_interface used request id req-65fab9d1-5ab9-464f-a60b-8309a596a9e4 2018-08-20 11:04:47,714 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router 2018-08-20 11:04:47,714 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-router 2018-08-20 11:04:47,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/routers/5c4fb158-4874-4aa8-86d4-fa6abc52e5aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c79a4609bf84e2da4bdc5881abcbe5e41408f6b" 2018-08-20 11:04:49,153 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8b4a58c-671a-4283-8010-577e09a6f6de Content-Length: 0 Date: Mon, 20 Aug 2018 11:04:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:49,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/5c4fb158-4874-4aa8-86d4-fa6abc52e5aa used request id req-b8b4a58c-671a-4283-8010-577e09a6f6de 2018-08-20 11:04:49,154 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet 2018-08-20 11:04:49,154 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-subnet 2018-08-20 11:04:49,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/subnets/407a7c54-0a5f-4441-82bb-f16a480cd655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" 2018-08-20 11:04:51,667 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d2295cf-01bc-447c-8ce4-b273bdd1805c Date: Mon, 20 Aug 2018 11:04:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:51,667 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/407a7c54-0a5f-4441-82bb-f16a480cd655 used request id req-1d2295cf-01bc-447c-8ce4-b273bdd1805c 2018-08-20 11:04:51,667 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c-pub-net 2018-08-20 11:04:51,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/networks/d08ba262-17d5-475b-a874-adcd5011d388 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728d63088beef14c9a29f14f9734102abf7f831d" 2018-08-20 11:04:53,043 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13444a2a-649f-4d06-b399-993b15878325 Date: Mon, 20 Aug 2018 11:04:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:53,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/d08ba262-17d5-475b-a874-adcd5011d388 used request id req-13444a2a-649f-4d06-b399-993b15878325 2018-08-20 11:04:53,043 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-d6bc0a64-942a-440d-8702-94f5f6ec641c--image 2018-08-20 11:04:53,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0aef48b26cf3ca76a55f13feafea6f2a36d489e" 2018-08-20 11:04:54,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-df5871b8-9193-4e3f-9112-48757216dfcb Date: Mon, 20 Aug 2018 11:04:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:04:54,339 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/ead6ae29-3c60-4ffb-a722-a2a380ee5fc7 used request id req-df5871b8-9193-4e3f-9112-48757216dfcb 2018-08-20 11:04:54,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-20 11:04:54,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-20 11:04:54,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-20 11:04:54,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-20 11:04:54,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-20 11:04:54,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:04:54,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 47961 X-Openstack-Request-Id: req-52217612-5b87-49b6-84ed-1ba2ed25245d Date: Mon, 20 Aug 2018 11:04:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "created_at": "2018-08-20T06:53:45Z", "updated_at": "2018-08-20T06:53:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "0cedbbdf-46ab-40c8-a1a1-27791ec824f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "a15233a9-7357-4380-870c-60d750cf87f8", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "c9905ae4-08b4-4885-8ac0-0092a71618a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:53:45Z", "revision_number": 0, "id": "f3c8b1f5-27ae-479b-a9a7-d803ba73432c", "remote_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:53:45Z", "security_group_id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "tenant_id": "16592438d8f4416fa68d2f673f80b9dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16592438d8f4416fa68d2f673f80b9dd"}], "revision_number": 4, "project_id": "16592438d8f4416fa68d2f673f80b9dd", "id": "01c94576-7f33-42b7-bb7e-d1582a820af6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:07Z", "updated_at": "2018-08-20T11:02:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:07Z", "revision_number": 0, "id": "30fba29e-c73d-4ba6-8ebe-16e795680131", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:07Z", "security_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:07Z", "revision_number": 0, "id": "43d9bb23-1ce3-44b3-95b9-fc50f721d978", "remote_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:07Z", "security_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:07Z", "revision_number": 0, "id": "babb6b42-f005-4b8e-a796-f2d5c944d28b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:07Z", "security_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:02:07Z", "revision_number": 0, "id": "c637632c-bd42-462f-b379-90c0b90d3627", "remote_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "remote_ip_prefix": null, "created_at": "2018-08-20T11:02:07Z", "security_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd1e3a571f48426a9b56755e0ac46843"}], "revision_number": 4, "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "07ca123b-71cc-4b12-af79-f046a875fdea", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "created_at": "2018-08-20T07:16:10Z", "updated_at": "2018-08-20T07:16:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "0650edac-bb61-4c68-9012-30204db97ea5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:11Z", "revision_number": 0, "id": "1c9bd4a9-5ace-4450-9851-dfb407828e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:11Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "66ff02f0-6000-483d-99e9-e77f35520081", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d47dfcddcfd74468806c46323ceba78d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:10Z", "revision_number": 0, "id": "b2262629-f62d-40ad-a98e-47f0b95fd574", "remote_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:10Z", "security_group_id": "30f1cd76-690d-40df-89cf-040ed578dade", "tenant_id": "d47dfcddcfd74468806c46323ceba78d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d47dfcddcfd74468806c46323ceba78d"}], "revision_number": 4, "project_id": "d47dfcddcfd74468806c46323ceba78d", "id": "30f1cd76-690d-40df-89cf-040ed578dade", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "created_at": "2018-08-20T06:50:47Z", "updated_at": "2018-08-20T06:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "317feacc-b4b3-4e06-8615-19db35c2ab08", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "3511c9a0-abf0-43e9-8a49-e780d76e37f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "99baf67b-d502-491b-881f-cd1b7b031f8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:50:47Z", "revision_number": 0, "id": "a5712903-70cd-455f-b390-85fac446e2b3", "remote_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "remote_ip_prefix": null, "created_at": "2018-08-20T06:50:47Z", "security_group_id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "tenant_id": "6c5e1252106a4fbd831fdf475bd981fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6c5e1252106a4fbd831fdf475bd981fd"}], "revision_number": 4, "project_id": "6c5e1252106a4fbd831fdf475bd981fd", "id": "3acb678c-52e8-44e0-9c40-25643f3defb3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ae439e78faa4f3db8355f0689853952", "created_at": "2018-08-20T09:10:19Z", "updated_at": "2018-08-20T09:10:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "78d6e58a-9cb2-408b-be08-740d5431f882", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "7e209a1e-0a02-459a-ac10-c7b1f5a6be1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "f87dfd6c-dfc4-4284-af4f-04f85ba6503a", "remote_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T09:10:19Z", "revision_number": 0, "id": "fbc559ba-0f29-48b1-8d7a-10654a370960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T09:10:19Z", "security_group_id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "tenant_id": "9ae439e78faa4f3db8355f0689853952", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ae439e78faa4f3db8355f0689853952"}], "revision_number": 4, "project_id": "9ae439e78faa4f3db8355f0689853952", "id": "53dd5efc-7bbd-4135-a3b4-434fcfadda49", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "70cfd847-a8a0-45ce-af80-86cf5c0077bd", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "a55b7df7-9da8-4c5a-8751-158fc9ad84ae", "remote_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b65c0a4e-5f3a-47d8-b2ed-cb1127144225", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "fd4c5dfd-bfc3-418c-a602-7c76cdeee723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "543d29c9-8bb4-4598-8581-404611a4035a", "tenant_id": "ec8ba79132c243b9bdc1b2574bb415ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec8ba79132c243b9bdc1b2574bb415ec"}], "revision_number": 4, "project_id": "ec8ba79132c243b9bdc1b2574bb415ec", "id": "543d29c9-8bb4-4598-8581-404611a4035a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "created_at": "2018-08-20T06:51:45Z", "updated_at": "2018-08-20T06:51:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "a512ad75-623c-485f-b732-6d0ef8bc88be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "af5ba4f0-22cb-45cb-9780-d7b75d7f0231", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "dcd6734b-6ca0-4bca-930c-5438edc84d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:51:45Z", "revision_number": 0, "id": "e925c2b0-76a2-4c1b-94af-e3bb37337c66", "remote_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "remote_ip_prefix": null, "created_at": "2018-08-20T06:51:45Z", "security_group_id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "tenant_id": "6482edba13a74403b4b5e7b5092074e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6482edba13a74403b4b5e7b5092074e5"}], "revision_number": 4, "project_id": "6482edba13a74403b4b5e7b5092074e5", "id": "5d4570be-9ec0-4da3-86e5-858a583cb684", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "created_at": "2018-08-20T06:52:50Z", "updated_at": "2018-08-20T06:52:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "03ac95d5-e6be-49d9-a0af-debd88dadb78", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "54a8d7b1-6ad1-4e5c-88c7-be987aaf3c4c", "remote_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "733ce8ea-9699-4578-ab85-b5a47b38b34b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:52:50Z", "revision_number": 0, "id": "8195b4a6-9a55-484f-a82c-3a99fe20e4e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:52:50Z", "security_group_id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "tenant_id": "cdca7d5571664f3a937d5cbda3b1c98f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdca7d5571664f3a937d5cbda3b1c98f"}], "revision_number": 4, "project_id": "cdca7d5571664f3a937d5cbda3b1c98f", "id": "639082b8-1a5e-46ba-a6f5-490229fad84a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "created_at": "2018-08-20T08:11:08Z", "updated_at": "2018-08-20T08:11:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "25b76b9d-5609-4f6e-84c7-d52fdeea754e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:08Z", "revision_number": 0, "id": "4ac15d82-e616-4b05-a3fb-2869a70df07c", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:08Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "5433c76d-90fe-42a8-aaaf-35dfaf5c1cef", "remote_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T08:11:09Z", "revision_number": 0, "id": "c44b274b-280b-4398-bc26-4f33746b006f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T08:11:09Z", "security_group_id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "tenant_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3"}], "revision_number": 4, "project_id": "1d20c3aa4b3b4abf8a1bd9786d33efb3", "id": "6b0a1154-9fc4-4a42-bd38-018e221636c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-20T06:48:17Z", "updated_at": "2018-08-20T06:48:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "2843c1c9-b967-4494-b2bc-bea53b5cf0f2", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a01d8320-1b3e-4937-961f-d8ac2cdd7494", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "a642922f-0747-4ab3-982f-f75965c70827", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:17Z", "revision_number": 0, "id": "e2660504-578e-415f-8069-2804742165f3", "remote_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:17Z", "security_group_id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "793d7efa-560a-449e-8804-6cbb202d0fe2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "created_at": "2018-08-20T06:48:37Z", "updated_at": "2018-08-20T06:48:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "16816b08-7664-4897-86bf-5bd1d556cec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "79e1ca71-f48a-41b5-9c75-6fe264781691", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv6", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "e31cb5e0-b130-486e-8265-574d4d37af5d", "remote_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:48:37Z", "revision_number": 0, "id": "ffafd155-d489-47f3-83f6-452d3786d3f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:48:37Z", "security_group_id": "7d2be960-5646-4432-a30e-8823f9beb677", "tenant_id": "87b11a9714a34c04818ddc7d58f5f666", "port_range_min": null, "ethertype": "IPv4", "project_id": "87b11a9714a34c04818ddc7d58f5f666"}], "revision_number": 4, "project_id": "87b11a9714a34c04818ddc7d58f5f666", "id": "7d2be960-5646-4432-a30e-8823f9beb677", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "created_at": "2018-08-20T06:44:26Z", "updated_at": "2018-08-20T06:44:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "4a68bc88-0862-46a8-b861-5b0fc1e6c3b5", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "5109915d-7a9f-4222-b7c9-12f4798fc4c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "e52ba92f-d556-40ea-9b65-090428af021c", "remote_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:44:26Z", "revision_number": 0, "id": "fb7086e7-0d33-40d3-aa72-6a6aac429eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:44:26Z", "security_group_id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "tenant_id": "3c4aed65191b4dba89fd510567c6ae9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c4aed65191b4dba89fd510567c6ae9c"}], "revision_number": 4, "project_id": "3c4aed65191b4dba89fd510567c6ae9c", "id": "a5722b3e-154b-4290-9917-3016a92e5e7e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "created_at": "2018-08-20T06:49:22Z", "updated_at": "2018-08-20T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "11f1f624-4a9b-48b2-a94a-ea7e72c8dac3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "57ed89f6-81fd-47be-b270-542d3e3dc8c6", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "becf2eab-4078-432c-b97d-a8def0f81e1c", "remote_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:49:22Z", "revision_number": 0, "id": "d224b500-9d51-4bd2-bc80-3765bddfed16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:49:22Z", "security_group_id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "tenant_id": "2acbffc4918840cf85c381ea7eb027bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2acbffc4918840cf85c381ea7eb027bd"}], "revision_number": 4, "project_id": "2acbffc4918840cf85c381ea7eb027bd", "id": "b4007e43-4257-4510-9ee7-293e31eaa3e6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "created_at": "2018-08-20T07:15:58Z", "updated_at": "2018-08-20T07:15:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "03681f86-ca9a-4ee4-ab3c-4b733ff014dd", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "bea3fc84-29b4-4d89-868f-061d72dd44c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f4db9204-66af-477e-ae8f-34ef7877a4a5", "remote_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:58Z", "revision_number": 0, "id": "f5871f3a-e592-48d9-be78-9c62d0d24c2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:58Z", "security_group_id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "tenant_id": "9ad7530c7ee14f30ba316342ad0f50ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "9ad7530c7ee14f30ba316342ad0f50ea"}], "revision_number": 4, "project_id": "9ad7530c7ee14f30ba316342ad0f50ea", "id": "c97c788e-594d-4f7a-98ac-2ae58dc75c58", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "created_at": "2018-08-20T07:30:10Z", "updated_at": "2018-08-20T07:30:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "5b8cc3d8-b488-438a-b28b-9ea4b5847e08", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "96043b51-29d4-45cf-a2b4-36479ddd5a10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "aefb939b-cada-4665-b00e-01e8cef89c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:30:10Z", "revision_number": 0, "id": "c1377ffd-23d8-48c5-ac01-f84b611e5f6e", "remote_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "remote_ip_prefix": null, "created_at": "2018-08-20T07:30:10Z", "security_group_id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "tenant_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b"}], "revision_number": 4, "project_id": "cc7d2d3fc6144d3aadd933a5be6b450b", "id": "ea7d037b-b598-4795-b2f1-885f5d51b6d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "created_at": "2018-08-20T07:16:13Z", "updated_at": "2018-08-20T07:16:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "160a91a2-8e98-40f6-83f9-674a9dac462c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "2dcd1898-64f0-4459-ae48-3be425673790", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "8808d334-9af2-431c-83b5-a542b1f8d181", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv6", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:13Z", "revision_number": 0, "id": "b492b6a7-5176-438a-a7d8-1101a1b43546", "remote_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:13Z", "security_group_id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "tenant_id": "a136ee74b06644f9b49c62c7d9cbd606", "port_range_min": null, "ethertype": "IPv4", "project_id": "a136ee74b06644f9b49c62c7d9cbd606"}], "revision_number": 4, "project_id": "a136ee74b06644f9b49c62c7d9cbd606", "id": "ed7ac87a-4227-4f05-9a8b-65ae2bb0745d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T06:56:34Z", "updated_at": "2018-08-20T06:56:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "18d181ea-dcc4-4609-82e9-1497e69da565", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "1a736865-dff5-409e-9c97-4910d2221389", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "377755e8-5df6-4012-a30d-4f3008f88ad8", "remote_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T06:56:34Z", "revision_number": 0, "id": "ef8408f8-d2c2-4846-b6ee-ad41d46876cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T06:56:34Z", "security_group_id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfd90f76052e46538c70a213a6ed6a0e"}], "revision_number": 4, "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "f207b512-5aa7-460e-a000-b2ac6a917fb8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "created_at": "2018-08-20T07:16:15Z", "updated_at": "2018-08-20T07:16:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "2f017682-bad0-45e1-bfff-1a9bf52bc177", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "4dcfc6d7-8905-44df-8621-f260f7864e29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:15Z", "revision_number": 0, "id": "72205959-51a9-48e9-9929-5c4e6506897c", "remote_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:15Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:16Z", "revision_number": 0, "id": "e6e53f98-07c6-4cd0-8e75-8f252fcca8b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:16Z", "security_group_id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "tenant_id": "17b55fea1a444a3191c6f0cf017c59a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "17b55fea1a444a3191c6f0cf017c59a8"}], "revision_number": 4, "project_id": "17b55fea1a444a3191c6f0cf017c59a8", "id": "f583ce9c-02ba-402d-9b1a-49ab1c434046", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "created_at": "2018-08-20T07:15:46Z", "updated_at": "2018-08-20T07:15:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "5fc07093-45ff-4e43-9e9e-820ceb0a79f4", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "936cba89-8e47-4739-993f-922bf6a0908f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "a9d1299c-4ffe-4421-8760-f065f5fa3b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:15:46Z", "revision_number": 0, "id": "b08bd4ad-875d-46aa-9017-ef3d1af7da35", "remote_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "remote_ip_prefix": null, "created_at": "2018-08-20T07:15:46Z", "security_group_id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "tenant_id": "7a964e24d64141ee8e8c95d62dbc8dba", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a964e24d64141ee8e8c95d62dbc8dba"}], "revision_number": 4, "project_id": "7a964e24d64141ee8e8c95d62dbc8dba", "id": "fc70fa7c-5808-4866-b3da-6b6aff3a110b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e30044c5db144d178a978b595f398f79", "created_at": "2018-08-20T07:16:00Z", "updated_at": "2018-08-20T07:16:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "213438a0-eeb3-4f98-a21c-7916e5d102a8", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "411abef5-5b1a-44d1-bf74-8c032d1084a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv6", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "60182533-0f79-4fa8-bc1e-175f2d0a54b9", "remote_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T07:16:00Z", "revision_number": 0, "id": "902d4638-5ce2-431b-bcc7-2a4dbf770e90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T07:16:00Z", "security_group_id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "tenant_id": "e30044c5db144d178a978b595f398f79", "port_range_min": null, "ethertype": "IPv4", "project_id": "e30044c5db144d178a978b595f398f79"}], "revision_number": 4, "project_id": "e30044c5db144d178a978b595f398f79", "id": "ffe6eca2-6a5c-4064-9e15-b1f418517a26", "name": "default"}]} 2018-08-20 11:04:54,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups?name=default used request id req-52217612-5b87-49b6-84ed-1ba2ed25245d 2018-08-20 11:04:54,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:04:54,735 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 20 Aug 2018 11:04:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54367b36-a0a7-4ae0-831c-215e6aaf4539 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 16592438d8f4416fa68d2f673f80b9dd.", "code": 404, "title": "Not Found"}} 2018-08-20 11:04:54,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/16592438d8f4416fa68d2f673f80b9dd used request id req-54367b36-a0a7-4ae0-831c-215e6aaf4539 2018-08-20 11:04:54,736 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-20 11:04:54,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:04:54,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ec7cb8-e9d4-4909-a382-d70742c70b12 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "bd1e3a571f48426a9b56755e0ac46843", "name": "AnsibleProvisioningTests-8e839e85-7898-41f-proj"}} 2018-08-20 11:04:54,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-05ec7cb8-e9d4-4909-a382-d70742c70b12 2018-08-20 11:04:54,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 07ca123b-71cc-4b12-af79-f046a875fdea 2018-08-20 11:04:54,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=07ca123b-71cc-4b12-af79-f046a875fdea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:04:55,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5693d182-6f4e-4575-8528-9d605e8fdda3 Date: Mon, 20 Aug 2018 11:04:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:07Z", "security_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:07Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "30fba29e-c73d-4ba6-8ebe-16e795680131"}, {"remote_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:07Z", "security_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:07Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "43d9bb23-1ce3-44b3-95b9-fc50f721d978"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:07Z", "security_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:07Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "babb6b42-f005-4b8e-a796-f2d5c944d28b"}, {"remote_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:02:07Z", "security_group_id": "07ca123b-71cc-4b12-af79-f046a875fdea", "port_range_min": null, "revision_number": 0, "tenant_id": "bd1e3a571f48426a9b56755e0ac46843", "created_at": "2018-08-20T11:02:07Z", "project_id": "bd1e3a571f48426a9b56755e0ac46843", "id": "c637632c-bd42-462f-b379-90c0b90d3627"}]} 2018-08-20 11:04:55,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-group-rules?security_group_id=07ca123b-71cc-4b12-af79-f046a875fdea used request id req-5693d182-6f4e-4575-8528-9d605e8fdda3 2018-08-20 11:04:55,127 - neutron_utils - INFO - Deleting security group with name - default 2018-08-20 11:04:55,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:9696/v2.0/security-groups/07ca123b-71cc-4b12-af79-f046a875fdea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:04:55,522 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a19614de-5377-4d89-848d-ed25874bea02 Content-Length: 0 Date: Mon, 20 Aug 2018 11:04:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:04:55,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/07ca123b-71cc-4b12-af79-f046a875fdea used request id req-a19614de-5377-4d89-848d-ed25874bea02 2018-08-20 11:04:55,523 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-8e839e85-7898-41f-proj 2018-08-20 11:04:55,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:04:55,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:04:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e84b103e-d8c3-4fa6-825e-5a26e0d572e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:04:55,848 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/bd1e3a571f48426a9b56755e0ac46843 used request id req-e84b103e-d8c3-4fa6-825e-5a26e0d572e1 2018-08-20 11:04:55,848 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-8e839e85-7898-41f-proj-role 2018-08-20 11:04:55,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/roles/4cffdcce242a4b6f822d3c4619c2b941 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:04:55,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:04:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35958dbd-5438-40a8-9d8e-5271176844c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:04:55,968 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/4cffdcce242a4b6f822d3c4619c2b941 used request id req-35958dbd-5438-40a8-9d8e-5271176844c5 2018-08-20 11:04:55,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.36:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d125cd0136bd1cf59edb0e1e6ad1230ca8d5fec2" 2018-08-20 11:04:56,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb9ec30-7bbd-4f76-82b6-cae87e342331 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:04:56,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-6fb9ec30-7bbd-4f76-82b6-cae87e342331 2018-08-20 11:04:56,061 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-8e839e85-7898-41f-user 2018-08-20 11:04:56,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.36:5000/v3/users/d73acc245d944f92a6f6b60436a34174 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851a99bae4631354602d76f4a51c6002f58afc61" 2018-08-20 11:04:56,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:04:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38f7d8e6-cc41-4fda-8c76-0ce17d7cc54f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:04:56,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/d73acc245d944f92a6f6b60436a34174 used request id req-38f7d8e6-cc41-4fda-8c76-0ce17d7cc54f 2018-08-20 11:04:56,295 - 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_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 114 tests in 2936.324s OK 2018-08-20 11:04:56,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 11:04:56,423 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 48:56 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-20 11:04:56,488 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-20 11:04:56,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:04:56,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 11:04:56,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:04:56,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:04:56,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:04:56,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:04:56,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:04:56,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:04:56,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:04:56,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:04:56,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 11:04:56,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 11:04:56,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:04:56,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4137f5af-35e0-4b7d-8059-62471b98cb6a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:04:56,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4137f5af-35e0-4b7d-8059-62471b98cb6a 2018-08-20 11:04:56,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:04:56,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["5MSt-LWGTQCqJBICfhb0CQ"], "issued_at": "2018-08-20T11:04:56.000000Z"}} 2018-08-20 11:04:56,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:04:56,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:04:57,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3903779f-df85-42df-b494-efb0d94320c1 Date: Mon, 20 Aug 2018 11:04:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:04:57,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3903779f-df85-42df-b494-efb0d94320c1 2018-08-20 11:04:57,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260475158691s 2018-08-20 11:04:57,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3903779f-df85-42df-b494-efb0d94320c1 2018-08-20 11:04:57,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 11:05:00,059 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 11:05:02,984 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | a3f3076a-523e-4bb2-868e-006d5e60a0d6 | 2018-08-20T11:05:02.643988 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: a3f3076a-523e-4bb2-868e-006d5e60a0d6 ~/.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-08-20 11:05:06,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 11:05:06,681 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 11:05:09,422 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 11:05:12,620 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=84d3dd9a-38a9-4459-9d48-32163b159a98) as the default verifier for the future CLI operations. 2018-08-20 11:05:15,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 11:05:15,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:16,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-6b647585-3a83-45ec-8bdb-7dd9f4f437fa Date: Mon, 20 Aug 2018 11:05:16 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 11:05:16,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-6b647585-3a83-45ec-8bdb-7dd9f4f437fa 2018-08-20 11:05:16,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.186363935471s 2018-08-20 11:05:16,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-6b647585-3a83-45ec-8bdb-7dd9f4f437fa 2018-08-20 11:05:16,130 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-20 11:05:16,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 11:05:16,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"network": {"name": "neutron_trunk-net_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "admin_state_up": true}}' 2018-08-20 11:05:16,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-253c9380-d1f9-4673-abf2-a5c82399284c Date: Mon, 20 Aug 2018 11:05:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5f3eb4da-938b-478b-b5c4-26db62b94828","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T11:05:16Z","is_default":false,"provider:segmentation_id":79,"name":"neutron_trunk-net_30f0f573-ed2a-46a4-ae00-38b679bd43f5","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T11:05:16Z","mtu":1450}} 2018-08-20 11:05:16,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-253c9380-d1f9-4673-abf2-a5c82399284c 2018-08-20 11:05:16,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.439927816391s 2018-08-20 11:05:16,571 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-253c9380-d1f9-4673-abf2-a5c82399284c 2018-08-20 11:05:16,572 - 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-08-20T11:05:16Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5f3eb4da-938b-478b-b5c4-26db62b94828', u'provider:segmentation_id': 79, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_30f0f573-ed2a-46a4-ae00-38b679bd43f5', u'admin_state_up': True, u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T11:05:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 11:05:16,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:05:16,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:16,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-a1c60522-ddf9-492b-9859-cfe91aab5623 Date: Mon, 20 Aug 2018 11:05:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5f3eb4da-938b-478b-b5c4-26db62b94828","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T11:05:16Z","provider:segmentation_id":79,"name":"neutron_trunk-net_30f0f573-ed2a-46a4-ae00-38b679bd43f5","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T11:05:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:05:16,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a1c60522-ddf9-492b-9859-cfe91aab5623 2018-08-20 11:05:16,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258599996567s 2018-08-20 11:05:16,831 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a1c60522-ddf9-492b-9859-cfe91aab5623 2018-08-20 11:05:16,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 11:05:16,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"subnet": {"name": "neutron_trunk-subnet_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "enable_dhcp": true, "network_id": "5f3eb4da-938b-478b-b5c4-26db62b94828", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 11:05:17,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-b2f6e324-1776-4c8f-adff-43136e63f37a Date: Mon, 20 Aug 2018 11:05:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f3eb4da-938b-478b-b5c4-26db62b94828","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T11:05:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:05:17Z","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":"dfd90f76052e46538c70a213a6ed6a0e","id":"b07422d4-1fef-4b18-a1a9-88bc36bc6a34","subnetpool_id":null,"name":"neutron_trunk-subnet_30f0f573-ed2a-46a4-ae00-38b679bd43f5"}} 2018-08-20 11:05:17,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-b2f6e324-1776-4c8f-adff-43136e63f37a 2018-08-20 11:05:17,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.767394065857s 2018-08-20 11:05:17,602 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-b2f6e324-1776-4c8f-adff-43136e63f37a 2018-08-20 11:05:17,602 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T11:05:17Z', 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'b07422d4-1fef-4b18-a1a9-88bc36bc6a34', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_30f0f573-ed2a-46a4-ae00-38b679bd43f5', u'enable_dhcp': True, u'network_id': u'5f3eb4da-938b-478b-b5c4-26db62b94828', u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T11:05:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e'}) 2018-08-20 11:05:17,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 11:05:17,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "neutron_trunk-router_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "admin_state_up": true}}' 2018-08-20 11:05:19,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-5b953408-6977-48e7-b180-9247681625af Date: Mon, 20 Aug 2018 11:05:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T11:05:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T11:05:18Z", "revision_number": 2, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3", "name": "neutron_trunk-router_30f0f573-ed2a-46a4-ae00-38b679bd43f5"}} 2018-08-20 11:05:19,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-5b953408-6977-48e7-b180-9247681625af 2018-08-20 11:05:19,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.4848279953s 2018-08-20 11:05:19,088 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-5b953408-6977-48e7-b180-9247681625af 2018-08-20 11:05:19,088 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'created_at': u'2018-08-20T11:05:17Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-20T11:05:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfd90f76052e46538c70a213a6ed6a0e', u'id': u'86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3', u'name': u'neutron_trunk-router_30f0f573-ed2a-46a4-ae00-38b679bd43f5'}) 2018-08-20 11:05:19,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 11:05:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"subnet_id": "b07422d4-1fef-4b18-a1a9-88bc36bc6a34"}' 2018-08-20 11:05:20,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-22cd6ebd-fa92-4d74-8e78-f66b5e293c65 Date: Mon, 20 Aug 2018 11:05:20 GMT RESP BODY: {"network_id": "5f3eb4da-938b-478b-b5c4-26db62b94828", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "b07422d4-1fef-4b18-a1a9-88bc36bc6a34", "subnet_ids": ["b07422d4-1fef-4b18-a1a9-88bc36bc6a34"], "port_id": "b0f3fe46-f3e0-4b51-8207-6268b44a2ccc", "id": "86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3"} 2018-08-20 11:05:20,738 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3/add_router_interface.json used request id req-22cd6ebd-fa92-4d74-8e78-f66b5e293c65 2018-08-20 11:05:20,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.64897203445s 2018-08-20 11:05:20,739 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3/add_router_interface.json used request id req-22cd6ebd-fa92-4d74-8e78-f66b5e293c65 returning object 86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3 2018-08-20 11:05:20,739 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-20 11:05:20,872 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-20 11:05:20,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:05:20,879 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 11:05:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 11:05:20,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:05:20,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:21,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-75690692-1a5d-4f59-87a1-8fdc814acf81 Date: Mon, 20 Aug 2018 11:05:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:05:21,081 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-75690692-1a5d-4f59-87a1-8fdc814acf81 2018-08-20 11:05:21,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197572946548s 2018-08-20 11:05:21,082 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-75690692-1a5d-4f59-87a1-8fdc814acf81 2018-08-20 11:05:21,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 11:05:21,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5"}' 2018-08-20 11:05:21,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8eed368e-a778-4030-b187-d10b3957bdd7 Date: Mon, 20 Aug 2018 11:05:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "543311cd-7442-41b7-aba6-de0002df2b3f", "size": null, "self": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T11:05:21Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "checksum": null, "created_at": "2018-08-20T11:05:21Z", "protected": false} 2018-08-20 11:05:21,326 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-8eed368e-a778-4030-b187-d10b3957bdd7 2018-08-20 11:05:21,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.235020875931s 2018-08-20 11:05:21,326 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-8eed368e-a778-4030-b187-d10b3957bdd7 returning object 543311cd-7442-41b7-aba6-de0002df2b3f 2018-08-20 11:05:21,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 11:05:21,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '' 2018-08-20 11:05:22,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f80706b-35ab-486f-9022-f4b2e1b4fe1f Date: Mon, 20 Aug 2018 11:05:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:05:22,402 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file used request id req-3f80706b-35ab-486f-9022-f4b2e1b4fe1f 2018-08-20 11:05:22,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.0748231411s 2018-08-20 11:05:22,402 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file used request id req-3f80706b-35ab-486f-9022-f4b2e1b4fe1f 2018-08-20 11:05:22,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:05:22,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:22,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-a663fc80-4a37-452f-82e5-6152762f86f7 Date: Mon, 20 Aug 2018 11:05:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap", "metadata": {}}], "file": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "543311cd-7442-41b7-aba6-de0002df2b3f", "size": 12716032, "self": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T11:05:22Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T11:05:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:05:22,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-a663fc80-4a37-452f-82e5-6152762f86f7 2018-08-20 11:05:22,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.224862098694s 2018-08-20 11:05:22,632 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-a663fc80-4a37-452f-82e5-6152762f86f7 2018-08-20 11:05:22,633 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'543311cd-7442-41b7-aba6-de0002df2b3f', 'size': 12716032, u'self': u'/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T11:05:22Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T11:05:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5', 'created': u'2018-08-20T11:05:21Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T11:05:21Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 11:05:22,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 11:05:22,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 11:05:22,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:05:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-add26d47-3485-4de1-af27-51adbc9359a3 x-compute-request-id: req-add26d47-3485-4de1-af27-51adbc9359a3 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "54311ef6-2ded-48fe-b6fc-74caf6d59736"}} 2018-08-20 11:05:22,845 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-add26d47-3485-4de1-af27-51adbc9359a3 2018-08-20 11:05:22,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.210602045059s 2018-08-20 11:05:22,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-add26d47-3485-4de1-af27-51adbc9359a3 2018-08-20 11:05:22,846 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_30f0f573-ed2a-46a4-ae00-38b679bd43f5', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'54311ef6-2ded-48fe-b6fc-74caf6d59736', 'swap': 0}) 2018-08-20 11:05:22,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 11:05:22,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"extra_specs": {}}' 2018-08-20 11:05:22,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:05:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c27189ed-d7b5-449f-95f6-0260043fe665 x-compute-request-id: req-c27189ed-d7b5-449f-95f6-0260043fe665 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 11:05:22,872 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736/os-extra_specs used request id req-c27189ed-d7b5-449f-95f6-0260043fe665 2018-08-20 11:05:22,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0253658294678s 2018-08-20 11:05:22,873 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736/os-extra_specs used request id req-c27189ed-d7b5-449f-95f6-0260043fe665 2018-08-20 11:05:22,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:05:22,882 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:05:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:05:22,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:05:22,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:22,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-022e6036-1d94-442f-977f-0dea4f78dacd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:05:22,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-022e6036-1d94-442f-977f-0dea4f78dacd 2018-08-20 11:05:22,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0949680805206s 2018-08-20 11:05:22,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-022e6036-1d94-442f-977f-0dea4f78dacd 2018-08-20 11:05:22,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:05:22,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:23,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35fb35c9-a02c-42c3-b355-e6f48fb627e6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:05:23,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-35fb35c9-a02c-42c3-b355-e6f48fb627e6 2018-08-20 11:05:23,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0958218574524s 2018-08-20 11:05:23,082 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-35fb35c9-a02c-42c3-b355-e6f48fb627e6 2018-08-20 11:05:23,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-20 11:05:23,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:23,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:05: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-10e92ea0-ec6e-424d-9451-3eee9ea14995 x-compute-request-id: req-10e92ea0-ec6e-424d-9451-3eee9ea14995 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 244, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 14}, "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.4", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 244, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-20 11:05:23,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-10e92ea0-ec6e-424d-9451-3eee9ea14995 2018-08-20 11:05:23,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0429999828339s 2018-08-20 11:05:23,129 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/os-hypervisors/detail used request id req-10e92ea0-ec6e-424d-9451-3eee9ea14995 2018-08-20 11:05:23,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:05:23,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:23,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-7055e518-f824-4c1e-9f41-9980c9722d95 Date: Mon, 20 Aug 2018 11:05:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap", "metadata": {}}], "file": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "543311cd-7442-41b7-aba6-de0002df2b3f", "size": 12716032, "self": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T11:05:22Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T11:05:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:05:23,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-7055e518-f824-4c1e-9f41-9980c9722d95 2018-08-20 11:05:23,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193603038788s 2018-08-20 11:05:23,327 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-7055e518-f824-4c1e-9f41-9980c9722d95 2018-08-20 11:05:23,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 11:05:23,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5"}' 2018-08-20 11:05:23,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7839f36b-3d38-43c9-89e1-99376cedbe35 Date: Mon, 20 Aug 2018 11:05:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "dc904e6d-7cea-4368-8f3b-cd495d6eebc2", "size": null, "self": "/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T11:05:23Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "checksum": null, "created_at": "2018-08-20T11:05:23Z", "protected": false} 2018-08-20 11:05:23,570 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-7839f36b-3d38-43c9-89e1-99376cedbe35 2018-08-20 11:05:23,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.234541893005s 2018-08-20 11:05:23,571 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-7839f36b-3d38-43c9-89e1-99376cedbe35 returning object dc904e6d-7cea-4368-8f3b-cd495d6eebc2 2018-08-20 11:05:23,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 11:05:23,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '' 2018-08-20 11:05:24,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a530b3fa-5430-4e56-831a-315ef40120d9 Date: Mon, 20 Aug 2018 11:05:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:05:24,570 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/file used request id req-a530b3fa-5430-4e56-831a-315ef40120d9 2018-08-20 11:05:24,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.998278856277s 2018-08-20 11:05:24,570 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/file used request id req-a530b3fa-5430-4e56-831a-315ef40120d9 2018-08-20 11:05:24,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:05:24,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:05:24,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-d72fe1aa-6f15-4e98-b44d-0848159c2e5e Date: Mon, 20 Aug 2018 11:05:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/snap", "metadata": {}}], "file": "/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "dc904e6d-7cea-4368-8f3b-cd495d6eebc2", "size": 12716032, "self": "/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T11:05:24Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T11:05:23Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap", "metadata": {}}], "file": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "543311cd-7442-41b7-aba6-de0002df2b3f", "size": 12716032, "self": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T11:05:22Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T11:05:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:05:24,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-d72fe1aa-6f15-4e98-b44d-0848159c2e5e 2018-08-20 11:05:24,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189725875854s 2018-08-20 11:05:24,765 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-d72fe1aa-6f15-4e98-b44d-0848159c2e5e 2018-08-20 11:05:24,767 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/file', 'owner': u'dfd90f76052e46538c70a213a6ed6a0e', 'id': u'dc904e6d-7cea-4368-8f3b-cd495d6eebc2', 'size': 12716032, u'self': u'/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfd90f76052e46538c70a213a6ed6a0e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T11:05:24Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-20T11:05:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5', 'created': u'2018-08-20T11:05:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-20T11:05:23Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-20 11:05:24,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 11:05:24,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-20 11:05:24,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:05:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52e3c87f-96d4-4d83-8e79-d24c20fa90b4 x-compute-request-id: req-52e3c87f-96d4-4d83-8e79-d24c20fa90b4 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "bfe04ff5-e5e2-4755-b8ee-b74452e2f786"}} 2018-08-20 11:05:24,821 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-52e3c87f-96d4-4d83-8e79-d24c20fa90b4 2018-08-20 11:05:24,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0529489517212s 2018-08-20 11:05:24,821 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-52e3c87f-96d4-4d83-8e79-d24c20fa90b4 2018-08-20 11:05:24,822 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'bfe04ff5-e5e2-4755-b8ee-b74452e2f786', 'swap': 0}) 2018-08-20 11:05:24,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 11:05:24,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"extra_specs": {}}' 2018-08-20 11:05:24,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:05:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b1ee5489-2cf3-4395-87b3-7e679546325c x-compute-request-id: req-b1ee5489-2cf3-4395-87b3-7e679546325c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 11:05:24,847 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786/os-extra_specs used request id req-b1ee5489-2cf3-4395-87b3-7e679546325c 2018-08-20 11:05:24,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243728160858s 2018-08-20 11:05:24,848 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786/os-extra_specs used request id req-b1ee5489-2cf3-4395-87b3-7e679546325c 2018-08-20 11:05:24,848 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'bfe04ff5-e5e2-4755-b8ee-b74452e2f786', 'swap': 0}) 2018-08-20 11:05:28,410 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-20 11:05:28,410 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-20 11:05:28,411 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-20 11:05:28,413 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-20 11:05:28,417 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-20 11:05:31,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-84d3dd9a-38a9-4459-9d48-32163b159a98/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-20 11:05:31,760 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-20 11:05:31,770 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-20 11:05:31,770 - 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-08-20 11:08:49,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1e345b18-f961-441c-a84a-aebb81983cc1 2018-08-20 11:08:49,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1e345b18-f961-441c-a84a-aebb81983cc1']'. 2018-08-20 11:08:50,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-20 11:08:50,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-20 11:08:50,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 11:08:50,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1e345b18-f961-441c-a84a-aebb81983cc1 | 2018-08-20 11:08:50,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-20 11:08:50,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-20 11:05:34 | 2018-08-20 11:08:50,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-20 11:08:49 | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:15 | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 84d3dd9a-38a9-4459-9d48-32163b159a98) | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a3f3076a-523e-4bb2-868e-006d5e60a0d6) | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 175.226 | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-08-20 11:08:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 10 | 2018-08-20 11:08:50,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-20 11:08:50,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-20 11:08:50,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-20 11:08:50,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-20 11:08:50,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-20 11:08:50,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-20 11:08:50,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-20 11:08:50,395 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 11:08:50,396 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:34 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-20 11:08:50,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 11:08:50,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:50,813 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6bfc6ce5-0a75-406f-903b-4dffeec4b702 Date: Mon, 20 Aug 2018 11:08:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:08:50,814 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2 used request id req-6bfc6ce5-0a75-406f-903b-4dffeec4b702 2018-08-20 11:08:50,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.409241914749s 2018-08-20 11:08:50,814 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/dc904e6d-7cea-4368-8f3b-cd495d6eebc2 used request id req-6bfc6ce5-0a75-406f-903b-4dffeec4b702 2018-08-20 11:08:50,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:08:50,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:50,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-7030e474-de45-488c-8808-64bea2f6a51f x-compute-request-id: req-7030e474-de45-488c-8808-64bea2f6a51f Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "54311ef6-2ded-48fe-b6fc-74caf6d59736"}, {"name": "neutron_trunk-flavor_alt_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "bfe04ff5-e5e2-4755-b8ee-b74452e2f786"}]} 2018-08-20 11:08:50,843 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-7030e474-de45-488c-8808-64bea2f6a51f 2018-08-20 11:08:50,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.028776884079s 2018-08-20 11:08:50,844 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-7030e474-de45-488c-8808-64bea2f6a51f 2018-08-20 11:08:50,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 11:08:50,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:50,896 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11: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-a02e92ba-1a21-4e41-942a-eced8bf6866c x-compute-request-id: req-a02e92ba-1a21-4e41-942a-eced8bf6866c Content-Length: 0 Content-Type: application/json 2018-08-20 11:08:50,896 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786 used request id req-a02e92ba-1a21-4e41-942a-eced8bf6866c 2018-08-20 11:08:50,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0502550601959s 2018-08-20 11:08:50,897 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/bfe04ff5-e5e2-4755-b8ee-b74452e2f786 used request id req-a02e92ba-1a21-4e41-942a-eced8bf6866c 2018-08-20 11:08:50,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 11:08:50,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" -d '{"subnet_id": "b07422d4-1fef-4b18-a1a9-88bc36bc6a34"}' 2018-08-20 11:08:52,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6442801d-b171-45b3-99ab-f7a62f1c6668 Date: Mon, 20 Aug 2018 11:08:52 GMT RESP BODY: {"network_id": "5f3eb4da-938b-478b-b5c4-26db62b94828", "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "subnet_id": "b07422d4-1fef-4b18-a1a9-88bc36bc6a34", "subnet_ids": ["b07422d4-1fef-4b18-a1a9-88bc36bc6a34"], "port_id": "b0f3fe46-f3e0-4b51-8207-6268b44a2ccc", "id": "86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3"} 2018-08-20 11:08:52,513 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3/remove_router_interface.json used request id req-6442801d-b171-45b3-99ab-f7a62f1c6668 2018-08-20 11:08:52,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61584091187s 2018-08-20 11:08:52,514 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3/remove_router_interface.json used request id req-6442801d-b171-45b3-99ab-f7a62f1c6668 returning object 86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3 2018-08-20 11:08:52,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 11:08:52,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:52,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-79a5d1cf-39f4-47da-927e-e42c381d8a5c Date: Mon, 20 Aug 2018 11:08:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "dfd90f76052e46538c70a213a6ed6a0e", "created_at": "2018-08-20T11:05:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-20T11:08:51Z", "revision_number": 4, "routes": [], "project_id": "dfd90f76052e46538c70a213a6ed6a0e", "id": "86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3", "name": "neutron_trunk-router_30f0f573-ed2a-46a4-ae00-38b679bd43f5"}]} 2018-08-20 11:08:52,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-79a5d1cf-39f4-47da-927e-e42c381d8a5c 2018-08-20 11:08:52,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.278851032257s 2018-08-20 11:08:52,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-79a5d1cf-39f4-47da-927e-e42c381d8a5c 2018-08-20 11:08:52,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 11:08:52,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:54,316 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-056bfd2b-ad30-4efa-870a-423a93b09490 Content-Length: 0 Date: Mon, 20 Aug 2018 11:08:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:08:54,317 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3.json used request id req-056bfd2b-ad30-4efa-870a-423a93b09490 2018-08-20 11:08:54,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52156496048s 2018-08-20 11:08:54,317 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/86ceb22f-7e6c-4e8c-9923-e8a22bd4e0a3.json used request id req-056bfd2b-ad30-4efa-870a-423a93b09490 2018-08-20 11:08:54,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 11:08:54,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:54,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-4890ef8b-0d34-4ecc-90ac-57cb42f27950 Date: Mon, 20 Aug 2018 11:08:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6080755-5724-465a-b182-14c24f0c1811","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:34Z","dns_nameservers":[],"updated_at":"2018-08-20T06:44:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"7b530fc8-91e6-47ed-9c42-49e5a66e77b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f3eb4da-938b-478b-b5c4-26db62b94828","tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T11:05:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:05:17Z","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":"dfd90f76052e46538c70a213a6ed6a0e","id":"b07422d4-1fef-4b18-a1a9-88bc36bc6a34","subnetpool_id":null,"name":"neutron_trunk-subnet_30f0f573-ed2a-46a4-ae00-38b679bd43f5"}]} 2018-08-20 11:08:54,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-4890ef8b-0d34-4ecc-90ac-57cb42f27950 2018-08-20 11:08:54,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.207427024841s 2018-08-20 11:08:54,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-4890ef8b-0d34-4ecc-90ac-57cb42f27950 2018-08-20 11:08:54,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 11:08:54,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/b07422d4-1fef-4b18-a1a9-88bc36bc6a34.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:57,133 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08fa5aa4-3e9e-4714-9675-d2416674ac33 Date: Mon, 20 Aug 2018 11:08:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:08:57,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/b07422d4-1fef-4b18-a1a9-88bc36bc6a34.json used request id req-08fa5aa4-3e9e-4714-9675-d2416674ac33 2018-08-20 11:08:57,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.60618782043s 2018-08-20 11:08:57,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/b07422d4-1fef-4b18-a1a9-88bc36bc6a34.json used request id req-08fa5aa4-3e9e-4714-9675-d2416674ac33 2018-08-20 11:08:57,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:08:57,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:57,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-52dfd20e-92a2-4ddd-b565-5febef5f31be Date: Mon, 20 Aug 2018 11:08:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5f3eb4da-938b-478b-b5c4-26db62b94828","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfd90f76052e46538c70a213a6ed6a0e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-20T11:08:56Z","provider:segmentation_id":79,"name":"neutron_trunk-net_30f0f573-ed2a-46a4-ae00-38b679bd43f5","admin_state_up":true,"tenant_id":"dfd90f76052e46538c70a213a6ed6a0e","created_at":"2018-08-20T11:05:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:08:57,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-52dfd20e-92a2-4ddd-b565-5febef5f31be 2018-08-20 11:08:57,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0832250118256s 2018-08-20 11:08:57,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-52dfd20e-92a2-4ddd-b565-5febef5f31be 2018-08-20 11:08:57,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 11:08:57,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/5f3eb4da-938b-478b-b5c4-26db62b94828.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:58,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08a3a382-1930-462f-868c-4281ddd982b0 Date: Mon, 20 Aug 2018 11:08:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:08:58,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/5f3eb4da-938b-478b-b5c4-26db62b94828.json used request id req-08a3a382-1930-462f-868c-4281ddd982b0 2018-08-20 11:08:58,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.72775006294s 2018-08-20 11:08:58,946 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/5f3eb4da-938b-478b-b5c4-26db62b94828.json used request id req-08a3a382-1930-462f-868c-4281ddd982b0 2018-08-20 11:08:58,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:08:58,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:08:59,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-0c7ef2b2-55d1-4f83-98e7-a51adb0f40c6 Date: Mon, 20 Aug 2018 11:08:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap", "metadata": {}}], "file": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f/file", "owner": "dfd90f76052e46538c70a213a6ed6a0e", "id": "543311cd-7442-41b7-aba6-de0002df2b3f", "size": 12716032, "self": "/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/543311cd-7442-41b7-aba6-de0002df2b3f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-20T11:05:22Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-20T11:05:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:08:59,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-0c7ef2b2-55d1-4f83-98e7-a51adb0f40c6 2018-08-20 11:08:59,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193515062332s 2018-08-20 11:08:59,144 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-0c7ef2b2-55d1-4f83-98e7-a51adb0f40c6 2018-08-20 11:08:59,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 11:08:59,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:09:00,723 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-626574c4-f35c-42f6-b3a4-d00ca9f4c38d Date: Mon, 20 Aug 2018 11:09:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:09:00,723 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f used request id req-626574c4-f35c-42f6-b3a4-d00ca9f4c38d 2018-08-20 11:09:00,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.57749795914s 2018-08-20 11:09:00,724 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/543311cd-7442-41b7-aba6-de0002df2b3f used request id req-626574c4-f35c-42f6-b3a4-d00ca9f4c38d 2018-08-20 11:09:00,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:09:00,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:09:00,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-1768c406-b6ef-48ad-bd9d-4d6e366eada1 x-compute-request-id: req-1768c406-b6ef-48ad-bd9d-4d6e366eada1 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_30f0f573-ed2a-46a4-ae00-38b679bd43f5", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "54311ef6-2ded-48fe-b6fc-74caf6d59736"}]} 2018-08-20 11:09:00,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-1768c406-b6ef-48ad-bd9d-4d6e366eada1 2018-08-20 11:09:00,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254600048065s 2018-08-20 11:09:00,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-1768c406-b6ef-48ad-bd9d-4d6e366eada1 2018-08-20 11:09:00,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 11:09:00,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54d3d9aa50dd6cc660708d134fd24bc2f8cbd61a" 2018-08-20 11:09:00,818 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:09:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d09306f0-eac8-4772-82df-690c06c76d02 x-compute-request-id: req-d09306f0-eac8-4772-82df-690c06c76d02 Content-Length: 0 Content-Type: application/json 2018-08-20 11:09:00,818 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736 used request id req-d09306f0-eac8-4772-82df-690c06c76d02 2018-08-20 11:09:00,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0665988922119s 2018-08-20 11:09:00,819 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/54311ef6-2ded-48fe-b6fc-74caf6d59736 used request id req-d09306f0-eac8-4772-82df-690c06c76d02 2018-08-20 11:09:00,877 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:09:00,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 11:09:00,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 11:09:00,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:09:00,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bec4cf9-5abe-4901-a79a-d421319f128e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:09:00,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4bec4cf9-5abe-4901-a79a-d421319f128e 2018-08-20 11:09:00,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:09:01,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:09:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["grDkHqmVRzONKpsvkoiIdw"], "issued_at": "2018-08-20T11:09:01.000000Z"}} 2018-08-20 11:09:01,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:09:01,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da7a4bf97a6fc56dbe530c305bb264c1ed7e38cd" 2018-08-20 11:09:01,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3bafc71b-669f-4d52-8de1-30256508a408 Date: Mon, 20 Aug 2018 11:09:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:09:01,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3bafc71b-669f-4d52-8de1-30256508a408 2018-08-20 11:09:01,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253326892853s 2018-08-20 11:09:01,595 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3bafc71b-669f-4d52-8de1-30256508a408 2018-08-20 11:09:01,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 11:09:04,454 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 11:09:07,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | e0c28ba1-fc66-498a-8699-c92074aa87fd | 2018-08-20T11:09:06.873537 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: e0c28ba1-fc66-498a-8699-c92074aa87fd ~/.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-08-20 11:09:10,901 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 11:09:10,902 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 11:09:13,597 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 11:09:16,985 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=a55454d9-9cd4-4e44-9ac9-d413183c8d38) as the default verifier for the future CLI operations. 2018-08-20 11:09:20,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 11:09:20,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da7a4bf97a6fc56dbe530c305bb264c1ed7e38cd" 2018-08-20 11:09:20,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-d9871c0e-16de-43ea-9fe3-a77aa342e9d1 Date: Mon, 20 Aug 2018 11:09:20 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 11:09:20,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-d9871c0e-16de-43ea-9fe3-a77aa342e9d1 2018-08-20 11:09:20,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.180615901947s 2018-08-20 11:09:20,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-d9871c0e-16de-43ea-9fe3-a77aa342e9d1 2018-08-20 11:09:20,418 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-20 11:09:20,418 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-20 11:09:20,418 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-20 11:09:20,480 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-20 11:09:20,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:09:20,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 11:09:20,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:09:20,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:09:20,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:09:20,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:09:20,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:09:20,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:09:20,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:09:20,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:09:20,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:09:20,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 11:09:20,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 11:09:20,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:09:20,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caedf45e-0883-452e-97b4-374e7790b590 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:09:20,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-caedf45e-0883-452e-97b4-374e7790b590 2018-08-20 11:09:20,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:09:20,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:09:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["YeKTT3VBRSedsCA7v4sj0w"], "issued_at": "2018-08-20T11:09:20.000000Z"}} 2018-08-20 11:09:20,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:09:20,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0ab6bfe12c4d2d0ff7f901009351e3db3764081" 2018-08-20 11:09:21,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-97b08c49-10c1-49b4-92fe-d67dab7ca9a0 Date: Mon, 20 Aug 2018 11:09:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:09:21,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-97b08c49-10c1-49b4-92fe-d67dab7ca9a0 2018-08-20 11:09:21,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.288564920425s 2018-08-20 11:09:21,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-97b08c49-10c1-49b4-92fe-d67dab7ca9a0 2018-08-20 11:09:21,220 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 11:09:24,015 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 11:09:26,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 06c0a536-61f5-4551-a688-de933cdc2f85 | 2018-08-20T11:09:26.434929 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 06c0a536-61f5-4551-a688-de933cdc2f85 ~/.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-08-20 11:09:30,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 11:09:30,596 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 11:09:33,264 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 11:09:37,288 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=0897620e-71a1-4729-b229-e1a9758106e6) as the default verifier for the future CLI operations. 2018-08-20 11:09:40,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 11:09:40,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0ab6bfe12c4d2d0ff7f901009351e3db3764081" 2018-08-20 11:09:40,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-47c487c1-729d-43f2-bf89-3e6cf64204e9 Date: Mon, 20 Aug 2018 11:09:40 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 11:09:40,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-47c487c1-729d-43f2-bf89-3e6cf64204e9 2018-08-20 11:09:40,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.190227031708s 2018-08-20 11:09:40,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-47c487c1-729d-43f2-bf89-3e6cf64204e9 2018-08-20 11:09:40,724 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-20 11:09:40,724 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-20 11:09:40,725 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-20 11:09:40,786 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-20 11:09:40,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:09:40,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-20 11:09:40,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:09:40,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:09:40,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:09:40,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:09:40,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:09:40,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:09:40,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:09:40,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-20 11:09:40,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-20 11:09:40,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:09:40,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85df0cc4-25a4-4753-9658-fef2bd5a0ef5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:09:40,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-85df0cc4-25a4-4753-9658-fef2bd5a0ef5 2018-08-20 11:09:40,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:09:41,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["Tu_zDu8gR0SBRA4BYZzIqg"], "issued_at": "2018-08-20T11:09:41.000000Z"}} 2018-08-20 11:09:41,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:09:41,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f20a20733a20edb8f16a6f902ea2ee7b35fe70b" 2018-08-20 11:09:41,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-937e172f-b57f-40bf-a108-e4cb1d715cea Date: Mon, 20 Aug 2018 11:09:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:09:41,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-937e172f-b57f-40bf-a108-e4cb1d715cea 2018-08-20 11:09:41,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260343790054s 2018-08-20 11:09:41,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-937e172f-b57f-40bf-a108-e4cb1d715cea 2018-08-20 11:09:41,509 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-20 11:09:44,408 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-20 11:09:47,134 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | abdf1e2f-a35b-443e-a584-8dea52bb7ff9 | 2018-08-20T11:09:46.758431 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: abdf1e2f-a35b-443e-a584-8dea52bb7ff9 ~/.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-08-20 11:09:50,945 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-20 11:09:50,946 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-20 11:09:53,558 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-20 11:09:56,975 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=6ab19822-d13f-4ad8-80f2-2e61859a27fc) as the default verifier for the future CLI operations. 2018-08-20 11:10:00,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:10:00,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:10:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:10:00,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 11:10:00,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:10:00,254 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:10:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:10:00,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f20a20733a20edb8f16a6f902ea2ee7b35fe70b" 2018-08-20 11:10:00,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50385c6-f2bc-4a3b-babe-d28f9692a2a5 Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/066af2358fb3468b9f13d02553da9e85"}, "enabled": true, "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/26b4eff88bbc43f280b3e5a8e0131b38"}, "enabled": true, "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/479c301a4b134996817712aba271c597"}, "enabled": true, "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/4ea12df9e7c24697bcf8b8f6290c170a"}, "enabled": true, "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5592bc28c898431080bea2676267935c"}, "enabled": true, "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6799ed79c4ae4ca2b0e427613b1a8e09"}, "enabled": true, "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7164e46168fe49f898ad2c038f7f3746"}, "enabled": true, "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7c215d4a291c4866b90c1d525d7e366d"}, "enabled": true, "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/852c9059bcfe479b935edd1838aab5f2"}, "enabled": true, "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a16b56e9ff5540ccacbb431795c7a13a"}, "enabled": true, "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c79032d0c5ed4e18b41161b911d32cb9"}, "enabled": true, "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/d31669f894e246138ba51775d305f903"}, "enabled": true, "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d731d6cc6b1e4878b11dccdb7194e58a"}, "enabled": true, "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e08ef898f6eb4685a44824b6d219bfff"}, "enabled": true, "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ff82f31c5d56409ca7e100830c744249"}, "enabled": true, "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-20 11:10:00,342 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-b50385c6-f2bc-4a3b-babe-d28f9692a2a5 2018-08-20 11:10:00,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0972249507904s 2018-08-20 11:10:00,342 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-b50385c6-f2bc-4a3b-babe-d28f9692a2a5 2018-08-20 11:10:00,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-20 11:10:00,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f20a20733a20edb8f16a6f902ea2ee7b35fe70b" 2018-08-20 11:10:00,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-24fdb62c-0e52-4754-8f1d-4ba216044fab Date: Mon, 20 Aug 2018 11:10:00 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-20 11:10:00,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-24fdb62c-0e52-4754-8f1d-4ba216044fab 2018-08-20 11:10:00,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.181972980499s 2018-08-20 11:10:00,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/extensions.json used request id req-24fdb62c-0e52-4754-8f1d-4ba216044fab 2018-08-20 11:10:00,537 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-20 11:10:00,538 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-20 11:10:00,542 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 06:29 | PASS | | neutron-tempest-plugin-api | functest | smoke | 14:49 | FAIL | | rally_sanity | functest | smoke | 29:22 | PASS | | refstack_defcore | functest | smoke | 08:13 | FAIL | | patrole | functest | smoke | 01:59 | PASS | | vmtp | functest | smoke | 59:15 | FAIL | | shaker | functest | smoke | 65:20 | FAIL | | snaps_smoke | functest | smoke | 48:56 | PASS | | neutron_trunk | functest | smoke | 03:34 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-20 11:10:00,554 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-20 11:10:00,824 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 11:10:00,923 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 11:10:04,034 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-226 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 11:10:04,037 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.36,192.30.9.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.36:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FNhvaKzgxNQGYMj9wBxxxq77v export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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_PROJECT_ID=dfd90f76052e46538c70a213a6ed6a0e export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.8 export SDN_CONTROLLER_PASSWORD=rEwr9DwzXq8D7vzcc4guAZZMm export OS_REGION_NAME=regionOne 2018-08-20 11:10:04,037 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-20 11:10:04,037 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-20 11:10:04,037 - 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 | | vgpu | functest | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-20 11:10:04,040 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-20 11:10:07,172 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-226 | | 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-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 11:10:07,177 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.36,192.30.9.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.36:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FNhvaKzgxNQGYMj9wBxxxq77v export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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_PROJECT_ID=dfd90f76052e46538c70a213a6ed6a0e export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.8 export SDN_CONTROLLER_PASSWORD=rEwr9DwzXq8D7vzcc4guAZZMm export OS_REGION_NAME=regionOne 2018-08-20 11:10:07,177 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-20 11:10:07,178 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------------------------+----------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------------------------+----------------------------------------+ | vnf | 4 | Collection of VNF test cases. | cloudify cloudify_ims heat_ims | | | | | vyos_vrouter juju_epc | +---------------+---------------+---------------------------------------+----------------------------------------+ 2018-08-20 11:10:07,196 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:10:07,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:10:07,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:10:07,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:10:07,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:10:07,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:10:07,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:10:07,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:10:07,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02305db7-bea1-4d36-8618-c797669ec788 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:10:07,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-02305db7-bea1-4d36-8618-c797669ec788 2018-08-20 11:10:07,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:10:08,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:10:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ERHBVkpRTnue7MiUFwdDZA"], "issued_at": "2018-08-20T11:10:08.000000Z"}} 2018-08-20 11:10:08,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:10:08,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:08,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-17dbf1d9-1b2d-4e65-82c5-9a72493c007d Date: Mon, 20 Aug 2018 11:10:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:10:08,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-17dbf1d9-1b2d-4e65-82c5-9a72493c007d 2018-08-20 11:10:08,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268032073975s 2018-08-20 11:10:08,278 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-17dbf1d9-1b2d-4e65-82c5-9a72493c007d 2018-08-20 11:10:08,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:10:08,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:10:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:10:08,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:10:08,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:08,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130b30c1-264c-4e66-af18-b02be0a3adbf Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 11:10:08,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-130b30c1-264c-4e66-af18-b02be0a3adbf 2018-08-20 11:10:08,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0988750457764s 2018-08-20 11:10:08,392 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-130b30c1-264c-4e66-af18-b02be0a3adbf 2018-08-20 11:10:08,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 11:10:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}}' 2018-08-20 11:10:08,538 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-156fbf50-0c38-4132-b08a-edfe6584403c Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8"}, "tags": [], "enabled": true, "id": "4b9144a3a757415d8a2178c3469538f8", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}} 2018-08-20 11:10:08,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-156fbf50-0c38-4132-b08a-edfe6584403c 2018-08-20 11:10:08,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.139904975891s 2018-08-20 11:10:08,539 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-156fbf50-0c38-4132-b08a-edfe6584403c 2018-08-20 11:10:08,539 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify', u'tags': [], 'enabled': True, 'id': u'4b9144a3a757415d8a2178c3469538f8', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb'}) 2018-08-20 11:10:08,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 11:10:08,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "fcd1f412-6bcc-4685-ad03-c3114307777d", "email": null, "name": "cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}}' 2018-08-20 11:10:08,921 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55182935-741a-4014-9333-147b30aa5cb5 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "links": {"self": "http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05ffade32b8d44c89f7cc8253f0f64e2", "domain_id": "default", "password_expires_at": null}} 2018-08-20 11:10:08,921 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-55182935-741a-4014-9333-147b30aa5cb5 2018-08-20 11:10:08,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.375988006592s 2018-08-20 11:10:08,922 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-55182935-741a-4014-9333-147b30aa5cb5 2018-08-20 11:10:08,922 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'05ffade32b8d44c89f7cc8253f0f64e2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb'}) 2018-08-20 11:10:08,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:10:08,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:09,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5740031f-5324-4850-b6ab-74ce8f337986 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:10:09,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5740031f-5324-4850-b6ab-74ce8f337986 2018-08-20 11:10:09,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10050702095s 2018-08-20 11:10:09,027 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5740031f-5324-4850-b6ab-74ce8f337986 2018-08-20 11:10:09,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:10:09,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:09,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584e906e-d74f-4568-9bb5-6a54ae0ebdfd Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:10:09,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-584e906e-d74f-4568-9bb5-6a54ae0ebdfd 2018-08-20 11:10:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0932950973511s 2018-08-20 11:10:09,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-584e906e-d74f-4568-9bb5-6a54ae0ebdfd 2018-08-20 11:10:09,127 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 11:10:09,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 11:10:09,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" -d '{"role": {"name": "Member"}}' 2018-08-20 11:10:09,250 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8899c443-cfc7-4045-ab9b-c19204b0fb22 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c24d727b1a1040b1a0ec3a3c78a0bf44", "links": {"self": "http://172.30.9.36:5000/v3/roles/c24d727b1a1040b1a0ec3a3c78a0bf44"}, "name": "Member"}} 2018-08-20 11:10:09,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-8899c443-cfc7-4045-ab9b-c19204b0fb22 2018-08-20 11:10:09,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.119795084s 2018-08-20 11:10:09,251 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-8899c443-cfc7-4045-ab9b-c19204b0fb22 2018-08-20 11:10:09,251 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'c24d727b1a1040b1a0ec3a3c78a0bf44'}) 2018-08-20 11:10:09,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:10:09,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:09,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27c95171-8982-4d7a-9e36-254e8ac28b29 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "c24d727b1a1040b1a0ec3a3c78a0bf44", "links": {"self": "http://172.30.9.36:5000/v3/roles/c24d727b1a1040b1a0ec3a3c78a0bf44"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:10:09,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-27c95171-8982-4d7a-9e36-254e8ac28b29 2018-08-20 11:10:09,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0911228656769s 2018-08-20 11:10:09,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-27c95171-8982-4d7a-9e36-254e8ac28b29 2018-08-20 11:10:09,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:10:09,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:09,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c8e695e-1dc3-4ab2-bcf6-a4092dc5e358 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 11:10:09,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-5c8e695e-1dc3-4ab2-bcf6-a4092dc5e358 2018-08-20 11:10:09,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0969111919403s 2018-08-20 11:10:09,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-5c8e695e-1dc3-4ab2-bcf6-a4092dc5e358 2018-08-20 11:10:09,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:10:09,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:09,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4028e9ef-4878-42d5-aaae-ba230e4b597d Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "links": {"self": "http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05ffade32b8d44c89f7cc8253f0f64e2", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:10:09,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-4028e9ef-4878-42d5-aaae-ba230e4b597d 2018-08-20 11:10:09,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125728130341s 2018-08-20 11:10:09,576 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-4028e9ef-4878-42d5-aaae-ba230e4b597d 2018-08-20 11:10:09,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:10:09,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:09,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37479cee-24f8-4554-8d89-af15a7999764 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8"}, "tags": [], "enabled": true, "id": "4b9144a3a757415d8a2178c3469538f8", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 11:10:09,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-37479cee-24f8-4554-8d89-af15a7999764 2018-08-20 11:10:09,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1096971035s 2018-08-20 11:10:09,708 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-37479cee-24f8-4554-8d89-af15a7999764 2018-08-20 11:10:09,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 11:10:09,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=05ffade32b8d44c89f7cc8253f0f64e2&role.id=c24d727b1a1040b1a0ec3a3c78a0bf44&scope.project.id=4b9144a3a757415d8a2178c3469538f8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:09,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d94cdc-5f43-4294-b7a3-79ec722e10bb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=05ffade32b8d44c89f7cc8253f0f64e2&role.id=c24d727b1a1040b1a0ec3a3c78a0bf44&scope.project.id=4b9144a3a757415d8a2178c3469538f8", "previous": null, "next": null}} 2018-08-20 11:10:09,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=05ffade32b8d44c89f7cc8253f0f64e2&role.id=c24d727b1a1040b1a0ec3a3c78a0bf44&scope.project.id=4b9144a3a757415d8a2178c3469538f8 used request id req-b7d94cdc-5f43-4294-b7a3-79ec722e10bb 2018-08-20 11:10:09,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.08948802948s 2018-08-20 11:10:09,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=05ffade32b8d44c89f7cc8253f0f64e2&role.id=c24d727b1a1040b1a0ec3a3c78a0bf44&scope.project.id=4b9144a3a757415d8a2178c3469538f8 used request id req-b7d94cdc-5f43-4294-b7a3-79ec722e10bb 2018-08-20 11:10:09,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 11:10:09,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8/users/05ffade32b8d44c89f7cc8253f0f64e2/roles/c24d727b1a1040b1a0ec3a3c78a0bf44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:10:09,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25284dac-9d86-40e1-97bb-a1e3c51aef19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:10:09,952 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8/users/05ffade32b8d44c89f7cc8253f0f64e2/roles/c24d727b1a1040b1a0ec3a3c78a0bf44 used request id req-25284dac-9d86-40e1-97bb-a1e3c51aef19 2018-08-20 11:10:09,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.142100095749s 2018-08-20 11:10:09,953 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8/users/05ffade32b8d44c89f7cc8253f0f64e2/roles/c24d727b1a1040b1a0ec3a3c78a0bf44 used request id req-25284dac-9d86-40e1-97bb-a1e3c51aef19 2018-08-20 11:10:09,954 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'4b9144a3a757415d8a2178c3469538f8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'fcd1f412-6bcc-4685-ad03-c3114307777d', 'username': u'cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 11:10:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:10:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:10:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:10:09,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:10:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:10:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:10:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:10:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:10:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:10:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:10:09,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:10:09,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:10:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:10:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:10:09,961 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'password': 'fcd1f412-6bcc-4685-ad03-c3114307777d', 'project_name': 'cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': '4b9144a3a757415d8a2178c3469538f8', 'project_domain_name': 'Default'} 2018-08-20 11:10:09,962 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-20 11:10:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:10:09,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70e296d-2226-4ba8-8273-6c0042562d5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:10:09,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e70e296d-2226-4ba8-8273-6c0042562d5f 2018-08-20 11:10:09,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:10:10,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c24d727b1a1040b1a0ec3a3c78a0bf44", "name": "Member"}], "expires_at": "2018-08-20T12:10:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b9144a3a757415d8a2178c3469538f8", "name": "cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/4b9144a3a757415d8a2178c3469538f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/4b9144a3a757415d8a2178c3469538f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/4b9144a3a757415d8a2178c3469538f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4b9144a3a757415d8a2178c3469538f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/4b9144a3a757415d8a2178c3469538f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/4b9144a3a757415d8a2178c3469538f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_4b9144a3a757415d8a2178c3469538f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_4b9144a3a757415d8a2178c3469538f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/4b9144a3a757415d8a2178c3469538f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/4b9144a3a757415d8a2178c3469538f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/4b9144a3a757415d8a2178c3469538f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/4b9144a3a757415d8a2178c3469538f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/4b9144a3a757415d8a2178c3469538f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/4b9144a3a757415d8a2178c3469538f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "id": "05ffade32b8d44c89f7cc8253f0f64e2"}, "audit_ids": ["13agI4A2SaC7ohLcW-YPBA"], "issued_at": "2018-08-20T11:10:10.000000Z"}} 2018-08-20 11:10:10,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 11:10:10,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"network": {"name": "cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "admin_state_up": true}}' 2018-08-20 11:10:10,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-a11ad2fc-2716-4570-ae8c-e044b1466fb4 Date: Mon, 20 Aug 2018 11:10:11 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T11:10:10Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4b9144a3a757415d8a2178c3469538f8","id":"919357b7-b1cf-4a49-860e-69eabd389955","name":"cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}} 2018-08-20 11:10:10,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a11ad2fc-2716-4570-ae8c-e044b1466fb4 2018-08-20 11:10:10,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.63108587265s 2018-08-20 11:10:10,998 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-a11ad2fc-2716-4570-ae8c-e044b1466fb4 2018-08-20 11:10:10,999 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T11:10:10Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'919357b7-b1cf-4a49-860e-69eabd389955', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', u'admin_state_up': True, u'tenant_id': u'4b9144a3a757415d8a2178c3469538f8', u'created_at': u'2018-08-20T11:10:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4b9144a3a757415d8a2178c3469538f8'}) 2018-08-20 11:10:11,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:10:11,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:10:11,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-9bc1ab74-10d7-4014-bad6-fd29f6c8e721 Date: Mon, 20 Aug 2018 11:10: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-08-20T11:10:10Z","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4b9144a3a757415d8a2178c3469538f8","id":"919357b7-b1cf-4a49-860e-69eabd389955","name":"cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:10:11,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-9bc1ab74-10d7-4014-bad6-fd29f6c8e721 2018-08-20 11:10:11,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.288800954819s 2018-08-20 11:10:11,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-9bc1ab74-10d7-4014-bad6-fd29f6c8e721 2018-08-20 11:10:11,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 11:10:11,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"subnet": {"name": "cloudify-subnet_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "enable_dhcp": true, "network_id": "919357b7-b1cf-4a49-860e-69eabd389955", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 11:10:12,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-93555d3a-f381-4ee7-93fd-39bd634fdeb8 Date: Mon, 20 Aug 2018 11:10:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"919357b7-b1cf-4a49-860e-69eabd389955","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:10: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":"4b9144a3a757415d8a2178c3469538f8","id":"28cab196-f8d7-4845-a580-612ff55fa328","subnetpool_id":null,"name":"cloudify-subnet_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}} 2018-08-20 11:10:12,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-93555d3a-f381-4ee7-93fd-39bd634fdeb8 2018-08-20 11:10:12,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.860351085663s 2018-08-20 11:10:12,151 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-93555d3a-f381-4ee7-93fd-39bd634fdeb8 2018-08-20 11:10:12,152 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T11:10: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'28cab196-f8d7-4845-a580-612ff55fa328', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', u'enable_dhcp': True, u'network_id': u'919357b7-b1cf-4a49-860e-69eabd389955', u'tenant_id': u'4b9144a3a757415d8a2178c3469538f8', u'created_at': u'2018-08-20T11:10: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'4b9144a3a757415d8a2178c3469538f8'}) 2018-08-20 11:10:12,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 11:10:12,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "cloudify-router_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "admin_state_up": true}}' 2018-08-20 11:10:13,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-47e22de9-936e-47bb-af19-8bce9249c429 Date: Mon, 20 Aug 2018 11:10:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:12Z", "admin_state_up": true, "updated_at": "2018-08-20T11:10:13Z", "revision_number": 2, "routes": [], "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "169035bd-6a97-42e5-8ac8-90a9ae209122", "name": "cloudify-router_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}} 2018-08-20 11:10:13,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-47e22de9-936e-47bb-af19-8bce9249c429 2018-08-20 11:10:13,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.33860993385s 2018-08-20 11:10:13,491 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-47e22de9-936e-47bb-af19-8bce9249c429 2018-08-20 11:10:13,492 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4b9144a3a757415d8a2178c3469538f8', u'created_at': u'2018-08-20T11:10:12Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T11:10:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'4b9144a3a757415d8a2178c3469538f8', u'id': u'169035bd-6a97-42e5-8ac8-90a9ae209122', u'name': u'cloudify-router_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb'}) 2018-08-20 11:10:13,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 11:10:13,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"subnet_id": "28cab196-f8d7-4845-a580-612ff55fa328"}' 2018-08-20 11:10:15,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-05360795-d457-46b8-83af-43c91ceda04b Date: Mon, 20 Aug 2018 11:10:15 GMT RESP BODY: {"network_id": "919357b7-b1cf-4a49-860e-69eabd389955", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "subnet_id": "28cab196-f8d7-4845-a580-612ff55fa328", "subnet_ids": ["28cab196-f8d7-4845-a580-612ff55fa328"], "port_id": "c4ac00ae-a6a1-4713-8317-b8464dfb312d", "id": "169035bd-6a97-42e5-8ac8-90a9ae209122"} 2018-08-20 11:10:15,749 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122/add_router_interface.json used request id req-05360795-d457-46b8-83af-43c91ceda04b 2018-08-20 11:10:15,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.25666594505s 2018-08-20 11:10:15,750 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122/add_router_interface.json used request id req-05360795-d457-46b8-83af-43c91ceda04b returning object 169035bd-6a97-42e5-8ac8-90a9ae209122 2018-08-20 11:10:15,750 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-20 11:10:44,097 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-20 11:10:44,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:10:44,104 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 11:10:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 11:10:44,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:10:44,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:10:44,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-08bd1ee9-25b5-49dd-8cf1-3f37abc6fbd6 Date: Mon, 20 Aug 2018 11:10:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:10:44,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-08bd1ee9-25b5-49dd-8cf1-3f37abc6fbd6 2018-08-20 11:10:44,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199261188507s 2018-08-20 11:10:44,309 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-08bd1ee9-25b5-49dd-8cf1-3f37abc6fbd6 2018-08-20 11:10:44,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 11:10:44,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}' 2018-08-20 11:10:44,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ea0af566-0444-421a-a2e9-dc2d187b894a Date: Mon, 20 Aug 2018 11:10:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/file", "owner": "4b9144a3a757415d8a2178c3469538f8", "id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "size": null, "self": "/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:10:44Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "checksum": null, "created_at": "2018-08-20T11:10:44Z", "protected": false} 2018-08-20 11:10:44,554 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-ea0af566-0444-421a-a2e9-dc2d187b894a 2018-08-20 11:10:44,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.236922025681s 2018-08-20 11:10:44,554 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-ea0af566-0444-421a-a2e9-dc2d187b894a returning object ca85912f-b96b-4b6b-ae4e-a23cb612d015 2018-08-20 11:10:44,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 11:10:44,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '' 2018-08-20 11:11:40,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a98661a0-0e03-4b76-9e01-bc4c5df85c82 Date: Mon, 20 Aug 2018 11:11:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:11:40,659 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/file used request id req-a98661a0-0e03-4b76-9e01-bc4c5df85c82 2018-08-20 11:11:40,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 56.1045331955s 2018-08-20 11:11:40,660 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/file used request id req-a98661a0-0e03-4b76-9e01-bc4c5df85c82 2018-08-20 11:11:40,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:11:40,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:40,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-12b9e88a-f48b-4b38-b195-a008eefdbeea Date: Mon, 20 Aug 2018 11:11:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/snap", "metadata": {}}], "file": "/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/file", "owner": "4b9144a3a757415d8a2178c3469538f8", "id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "size": 4373348352, "self": "/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:11:40Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:10:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:11:40,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-12b9e88a-f48b-4b38-b195-a008eefdbeea 2018-08-20 11:11:40,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.226802110672s 2018-08-20 11:11:40,892 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-12b9e88a-f48b-4b38-b195-a008eefdbeea 2018-08-20 11:11:40,894 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/file', 'owner': u'4b9144a3a757415d8a2178c3469538f8', 'id': u'ca85912f-b96b-4b6b-ae4e-a23cb612d015', 'size': 4373348352, u'self': u'/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b9144a3a757415d8a2178c3469538f8', 'name': 'cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T11:11:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T11:11:40Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'created': u'2018-08-20T11:10:44Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-20T11:10:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-20 11:11:40,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 11:11:40,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-20 11:11:41,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:11: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-5a736b3a-eb0d-4494-8916-760f4536e5eb x-compute-request-id: req-5a736b3a-eb0d-4494-8916-760f4536e5eb Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788"}} 2018-08-20 11:11:41,134 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-5a736b3a-eb0d-4494-8916-760f4536e5eb 2018-08-20 11:11:41,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.237982988358s 2018-08-20 11:11:41,134 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-5a736b3a-eb0d-4494-8916-760f4536e5eb 2018-08-20 11:11:41,135 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788', 'swap': 0}) 2018-08-20 11:11:41,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 11:11:41,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" -d '{"extra_specs": {}}' 2018-08-20 11:11:41,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:11: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-a4420453-f17f-4131-9e46-ef59ae33c05e x-compute-request-id: req-a4420453-f17f-4131-9e46-ef59ae33c05e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 11:11:41,159 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788/os-extra_specs used request id req-a4420453-f17f-4131-9e46-ef59ae33c05e 2018-08-20 11:11:41,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232532024384s 2018-08-20 11:11:41,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788/os-extra_specs used request id req-a4420453-f17f-4131-9e46-ef59ae33c05e 2018-08-20 11:11:41,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 11:11:41,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"keypair": {"name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}}' 2018-08-20 11:11:41,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:11: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-786c89e7-7077-42f8-9d35-db4903bd19c6 x-compute-request-id: req-786c89e7-7077-42f8-9d35-db4903bd19c6 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2JRDZ4ebHitS97gInpR8yKBJ7RUEnkASglkNwVqTZDnti6BWVZjrO+ootK4K+1K+VWzU05QW1NmQ7gSk3AQ/ynSYSpGrxzywFhWsaRQ+Ap88dFbLW++6CVVS/PPhuQ6+Fj5CrZHgWAsL8eEGMRdbkq41KikdecqUw2OOgTb8QX5QpJgBGf3PoTIu4Fe7btohob6UvFLmhE+WC5iMOzYKPCxQxJnX9Lejphh+9Qti9+n+OD3Y3x10YUEzM4fM1MYWQ3Z39A0KFsyrQkq32DGo6DsPZ9hgIzeqb82eSu8YBDYI5kOtaxVzTarcSDiXZ0uNeR1jtPTSIVQ7/oD29DsGB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtiUQ2eHmx4rUve4CJ6UfMigSe0VBJ5AEoJZDcFak2Q57YugV\nlWY6zvqKLSuCvtSvlVs1NOUFtTZkO4EpNwEP8p0mEqRq8c8sBYVrGkUPgKfPHRWy\n1vvuglVUvzz4bkOvhY+Qq2R4FgLC/HhBjEXW5KuNSopHXnKlMNjjoE2/EF+UKSYA\nRn9z6EyLuBXu27aIaG+lLxS5oRPlguYjDs2CjwsUMSZ1/S3o6YYfvULYvfp/jg92\nN8ddGFBMzOHzNTGFkN2d/QNChbMq0JKt9gxqOg7D2fYYCM3qm/NnkrvGAQ2COZDr\nWsVc02q3Eg4l2dLjXkdY7T00iFUO/6A9vQ7BgQIDAQABAoIBAHTyK3WZQzFPA/TG\nQf/uVq8/Z05aUtDx+OaaU8Zm+wSZ9cK1PFZmAtAtsFX8H8AiknGU0/6YJSgKOiSy\ncyHrvq+JEo7ZngiPebY5yWBeguuZ0rLb4a2Cp8pquzTmEqPJNYLNgJdqtGd9cm/j\nTkKf/K9pLhhz3AraFRHdz5h3EnuRrFMPRTTcVaQJCd9W8tXJmCa+lY0V3YO3l3ir\nIcjt3UpRuQBO3lDE+K3DcPwRv0m7c14NUuo6acxQFWz9b/OzbCFUrUa5uj3BtIO4\n5zBGlM3t2iLVYHwzMOHJoJpWvbA7WNzIrdfz8+mSBNCZUx9INDpBVsRq4UY081bG\nDhVKNvkCgYEA6Uebaq28qufUJRF2GQI6UURUBm3T9oBi56DGoOFKvG8ocD87+Yt3\n99eG6CrYqr2QXoy2zTu8YxEicw9//XfNP74+BDhKztMMUJuOB67n7iTYPMk+1ZZP\nw+rwJ2Qj0dLbq9Na1wWekE6X+KEuirWhoyqC13HO74GZWhzdjHX0p7cCgYEAx+KB\nTHRuLck/k9ostsfNfCrYK/owpfa98XuObZn9VvIODz28HEu6GCMLHNqwAL2C1c+Q\nNnaT1z9xsCS4HWysfXla327k9MchcS1tz5riHVD6RZkScyVKIHrZse1zY6HeT35B\n/OrzmOfVayLHd3YijhLnoNP9nwzBRSM95jMoMIcCgYEAsWROfvTWv2/DFt0MXUAg\ncKPw8WKbCJvgmhrccIJhfqFYsuKjDMRN2h3+7JWIZW35VqzSZYbDXuIsvCpRPcHY\nRly4dCUKXfSHLNTdUGJk4+cIuFCgg3Ll/SmurYWs52XcvfDe5xvS1BGv5tVKuxgb\nbiRpksNshRycLLY+kw0vmkkCgYAIlrL3lgkl7n/M2pMRR4SM0Up4mUd92hxPQ//a\ntcMs+TmhbgWnMZnNb7QKiVsGrR3yEfkgXff8R72a0/kVSpYezhgZgapU2jmVo14U\njZMpr1ERrIIecHu+6YhxHMLYhRwITmSHeZD+APgqolPvziOt9yH8xx8etm2Xiuwd\n+BTCAQKBgQCtjx4zn7WKtRl3uorjp7HYRnG4QqIXWh+Eyvu0eDrkv6lQihcyk3SO\nk2yCAS7U0GmlLz0+iuxp/Vf0k8uo1lsO/eqM+f5F1sx0mUR/cKjxRwrxJOXq/Ekj\nLp5SYlEE5zYaCJa3510tzmL5DoPQTmjG2yMzM9/Uru9ffOpTVNdo8w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "fingerprint": "c2:31:a6:48:4c:5d:a7:f1:2e:50:78:6e:f6:e0:8a:b7"}} 2018-08-20 11:11:41,506 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-786c89e7-7077-42f8-9d35-db4903bd19c6 2018-08-20 11:11:41,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.346049070358s 2018-08-20 11:11:41,507 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-786c89e7-7077-42f8-9d35-db4903bd19c6 2018-08-20 11:11:41,507 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2JRDZ4ebHitS97gInpR8yKBJ7RUEnkASglkNwVqTZDnti6BWVZjrO+ootK4K+1K+VWzU05QW1NmQ7gSk3AQ/ynSYSpGrxzywFhWsaRQ+Ap88dFbLW++6CVVS/PPhuQ6+Fj5CrZHgWAsL8eEGMRdbkq41KikdecqUw2OOgTb8QX5QpJgBGf3PoTIu4Fe7btohob6UvFLmhE+WC5iMOzYKPCxQxJnX9Lejphh+9Qti9+n+OD3Y3x10YUEzM4fM1MYWQ3Z39A0KFsyrQkq32DGo6DsPZ9hgIzeqb82eSu8YBDYI5kOtaxVzTarcSDiXZ0uNeR1jtPTSIVQ7/oD29DsGB Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtiUQ2eHmx4rUve4CJ6UfMigSe0VBJ5AEoJZDcFak2Q57YugV\nlWY6zvqKLSuCvtSvlVs1NOUFtTZkO4EpNwEP8p0mEqRq8c8sBYVrGkUPgKfPHRWy\n1vvuglVUvzz4bkOvhY+Qq2R4FgLC/HhBjEXW5KuNSopHXnKlMNjjoE2/EF+UKSYA\nRn9z6EyLuBXu27aIaG+lLxS5oRPlguYjDs2CjwsUMSZ1/S3o6YYfvULYvfp/jg92\nN8ddGFBMzOHzNTGFkN2d/QNChbMq0JKt9gxqOg7D2fYYCM3qm/NnkrvGAQ2COZDr\nWsVc02q3Eg4l2dLjXkdY7T00iFUO/6A9vQ7BgQIDAQABAoIBAHTyK3WZQzFPA/TG\nQf/uVq8/Z05aUtDx+OaaU8Zm+wSZ9cK1PFZmAtAtsFX8H8AiknGU0/6YJSgKOiSy\ncyHrvq+JEo7ZngiPebY5yWBeguuZ0rLb4a2Cp8pquzTmEqPJNYLNgJdqtGd9cm/j\nTkKf/K9pLhhz3AraFRHdz5h3EnuRrFMPRTTcVaQJCd9W8tXJmCa+lY0V3YO3l3ir\nIcjt3UpRuQBO3lDE+K3DcPwRv0m7c14NUuo6acxQFWz9b/OzbCFUrUa5uj3BtIO4\n5zBGlM3t2iLVYHwzMOHJoJpWvbA7WNzIrdfz8+mSBNCZUx9INDpBVsRq4UY081bG\nDhVKNvkCgYEA6Uebaq28qufUJRF2GQI6UURUBm3T9oBi56DGoOFKvG8ocD87+Yt3\n99eG6CrYqr2QXoy2zTu8YxEicw9//XfNP74+BDhKztMMUJuOB67n7iTYPMk+1ZZP\nw+rwJ2Qj0dLbq9Na1wWekE6X+KEuirWhoyqC13HO74GZWhzdjHX0p7cCgYEAx+KB\nTHRuLck/k9ostsfNfCrYK/owpfa98XuObZn9VvIODz28HEu6GCMLHNqwAL2C1c+Q\nNnaT1z9xsCS4HWysfXla327k9MchcS1tz5riHVD6RZkScyVKIHrZse1zY6HeT35B\n/OrzmOfVayLHd3YijhLnoNP9nwzBRSM95jMoMIcCgYEAsWROfvTWv2/DFt0MXUAg\ncKPw8WKbCJvgmhrccIJhfqFYsuKjDMRN2h3+7JWIZW35VqzSZYbDXuIsvCpRPcHY\nRly4dCUKXfSHLNTdUGJk4+cIuFCgg3Ll/SmurYWs52XcvfDe5xvS1BGv5tVKuxgb\nbiRpksNshRycLLY+kw0vmkkCgYAIlrL3lgkl7n/M2pMRR4SM0Up4mUd92hxPQ//a\ntcMs+TmhbgWnMZnNb7QKiVsGrR3yEfkgXff8R72a0/kVSpYezhgZgapU2jmVo14U\njZMpr1ERrIIecHu+6YhxHMLYhRwITmSHeZD+APgqolPvziOt9yH8xx8etm2Xiuwd\n+BTCAQKBgQCtjx4zn7WKtRl3uorjp7HYRnG4QqIXWh+Eyvu0eDrkv6lQihcyk3SO\nk2yCAS7U0GmlLz0+iuxp/Vf0k8uo1lsO/eqM+f5F1sx0mUR/cKjxRwrxJOXq/Ekj\nLp5SYlEE5zYaCJa3510tzmL5DoPQTmjG2yMzM9/Uru9ffOpTVNdo8w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'05ffade32b8d44c89f7cc8253f0f64e2', 'name': u'cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'created_at': '2018-08-20T11:11:41.507922', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b9144a3a757415d8a2178c3469538f8', 'name': 'cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c2:31:a6:48:4c:5d:a7:f1:2e:50:78:6e:f6:e0:8a:b7', 'type': 'ssh', 'id': u'cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb'}) 2018-08-20 11:11:41,508 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAtiUQ2eHmx4rUve4CJ6UfMigSe0VBJ5AEoJZDcFak2Q57YugV lWY6zvqKLSuCvtSvlVs1NOUFtTZkO4EpNwEP8p0mEqRq8c8sBYVrGkUPgKfPHRWy 1vvuglVUvzz4bkOvhY+Qq2R4FgLC/HhBjEXW5KuNSopHXnKlMNjjoE2/EF+UKSYA Rn9z6EyLuBXu27aIaG+lLxS5oRPlguYjDs2CjwsUMSZ1/S3o6YYfvULYvfp/jg92 N8ddGFBMzOHzNTGFkN2d/QNChbMq0JKt9gxqOg7D2fYYCM3qm/NnkrvGAQ2COZDr WsVc02q3Eg4l2dLjXkdY7T00iFUO/6A9vQ7BgQIDAQABAoIBAHTyK3WZQzFPA/TG Qf/uVq8/Z05aUtDx+OaaU8Zm+wSZ9cK1PFZmAtAtsFX8H8AiknGU0/6YJSgKOiSy cyHrvq+JEo7ZngiPebY5yWBeguuZ0rLb4a2Cp8pquzTmEqPJNYLNgJdqtGd9cm/j TkKf/K9pLhhz3AraFRHdz5h3EnuRrFMPRTTcVaQJCd9W8tXJmCa+lY0V3YO3l3ir Icjt3UpRuQBO3lDE+K3DcPwRv0m7c14NUuo6acxQFWz9b/OzbCFUrUa5uj3BtIO4 5zBGlM3t2iLVYHwzMOHJoJpWvbA7WNzIrdfz8+mSBNCZUx9INDpBVsRq4UY081bG DhVKNvkCgYEA6Uebaq28qufUJRF2GQI6UURUBm3T9oBi56DGoOFKvG8ocD87+Yt3 99eG6CrYqr2QXoy2zTu8YxEicw9//XfNP74+BDhKztMMUJuOB67n7iTYPMk+1ZZP w+rwJ2Qj0dLbq9Na1wWekE6X+KEuirWhoyqC13HO74GZWhzdjHX0p7cCgYEAx+KB THRuLck/k9ostsfNfCrYK/owpfa98XuObZn9VvIODz28HEu6GCMLHNqwAL2C1c+Q NnaT1z9xsCS4HWysfXla327k9MchcS1tz5riHVD6RZkScyVKIHrZse1zY6HeT35B /OrzmOfVayLHd3YijhLnoNP9nwzBRSM95jMoMIcCgYEAsWROfvTWv2/DFt0MXUAg cKPw8WKbCJvgmhrccIJhfqFYsuKjDMRN2h3+7JWIZW35VqzSZYbDXuIsvCpRPcHY Rly4dCUKXfSHLNTdUGJk4+cIuFCgg3Ll/SmurYWs52XcvfDe5xvS1BGv5tVKuxgb biRpksNshRycLLY+kw0vmkkCgYAIlrL3lgkl7n/M2pMRR4SM0Up4mUd92hxPQ//a tcMs+TmhbgWnMZnNb7QKiVsGrR3yEfkgXff8R72a0/kVSpYezhgZgapU2jmVo14U jZMpr1ERrIIecHu+6YhxHMLYhRwITmSHeZD+APgqolPvziOt9yH8xx8etm2Xiuwd +BTCAQKBgQCtjx4zn7WKtRl3uorjp7HYRnG4QqIXWh+Eyvu0eDrkv6lQihcyk3SO k2yCAS7U0GmlLz0+iuxp/Vf0k8uo1lsO/eqM+f5F1sx0mUR/cKjxRwrxJOXq/Ekj Lp5SYlEE5zYaCJa3510tzmL5DoPQTmjG2yMzM9/Uru9ffOpTVNdo8w== -----END RSA PRIVATE KEY----- 2018-08-20 11:11:41,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 11:11:41,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"security_group": {"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-20 11:11:41,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-702f2171-5b50-4f84-aad7-b1e42cc50070 Date: Mon, 20 Aug 2018 11:11:41 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:41Z", "updated_at": "2018-08-20T11:11:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "7287bca6-a17a-4cf1-b13b-32946664c727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "9c1ca949-4dd2-47b1-a2d6-e8614ec2e9dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 2, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "188c712c-072f-4cb2-9576-9f772df42e08", "name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}} 2018-08-20 11:11:41,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-702f2171-5b50-4f84-aad7-b1e42cc50070 2018-08-20 11:11:41,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.47095990181s 2018-08-20 11:11:41,982 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-702f2171-5b50-4f84-aad7-b1e42cc50070 2018-08-20 11:11:41,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:11:41,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:42,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-bbfb16f0-d243-4122-a26d-d19f2b8f892f Date: Mon, 20 Aug 2018 11:11:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:41Z", "updated_at": "2018-08-20T11:11:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "7287bca6-a17a-4cf1-b13b-32946664c727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "9c1ca949-4dd2-47b1-a2d6-e8614ec2e9dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 2, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "188c712c-072f-4cb2-9576-9f772df42e08", "name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"description": "Default security group", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:10Z", "updated_at": "2018-08-20T11:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "23be7e1a-bb75-4fa0-80bd-8458db5179e7", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9bac4ce4-cacd-4eb2-9de2-8d579568a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9cfe55f1-7b49-4218-a9d0-9347ae2a460d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "c03bdd39-5b68-4261-b805-8f6385f79476", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 4, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "name": "default"}]} 2018-08-20 11:11:42,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-bbfb16f0-d243-4122-a26d-d19f2b8f892f 2018-08-20 11:11:42,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216016054153s 2018-08-20 11:11:42,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-bbfb16f0-d243-4122-a26d-d19f2b8f892f 2018-08-20 11:11:42,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:11:42,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -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": "188c712c-072f-4cb2-9576-9f772df42e08"}}' 2018-08-20 11:11:42,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e15ca23d-61db-4a83-9c46-5d3f39ccec80 Date: Mon, 20 Aug 2018 11:11:42 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-08-20T11:11:42Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "port_range_min": 22, "revision_number": 0, "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:42Z", "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "b1a5bdb3-86c2-4d15-8369-6d5d4d6664cc"}} 2018-08-20 11:11:42,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e15ca23d-61db-4a83-9c46-5d3f39ccec80 2018-08-20 11:11:42,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.618670940399s 2018-08-20 11:11:42,826 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e15ca23d-61db-4a83-9c46-5d3f39ccec80 2018-08-20 11:11:42,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:11:42,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:43,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-92c7b2db-5980-41b5-9d1a-b1ba772f5947 Date: Mon, 20 Aug 2018 11:11:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:41Z", "updated_at": "2018-08-20T11:11:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "7287bca6-a17a-4cf1-b13b-32946664c727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "9c1ca949-4dd2-47b1-a2d6-e8614ec2e9dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:11:42Z", "revision_number": 0, "id": "b1a5bdb3-86c2-4d15-8369-6d5d4d6664cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:42Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 3, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "188c712c-072f-4cb2-9576-9f772df42e08", "name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"description": "Default security group", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:10Z", "updated_at": "2018-08-20T11:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "23be7e1a-bb75-4fa0-80bd-8458db5179e7", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9bac4ce4-cacd-4eb2-9de2-8d579568a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9cfe55f1-7b49-4218-a9d0-9347ae2a460d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "c03bdd39-5b68-4261-b805-8f6385f79476", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 4, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "name": "default"}]} 2018-08-20 11:11:43,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-92c7b2db-5980-41b5-9d1a-b1ba772f5947 2018-08-20 11:11:43,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.342164993286s 2018-08-20 11:11:43,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-92c7b2db-5980-41b5-9d1a-b1ba772f5947 2018-08-20 11:11:43,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:11:43,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -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": "188c712c-072f-4cb2-9576-9f772df42e08"}}' 2018-08-20 11:11:43,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-759bd88f-0df2-43a8-bc10-b3963a47d05f Date: Mon, 20 Aug 2018 11:11:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:11:43Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "port_range_min": null, "revision_number": 0, "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:43Z", "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f4f72313-c318-49e9-bd7e-f6237676c580"}} 2018-08-20 11:11:43,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-759bd88f-0df2-43a8-bc10-b3963a47d05f 2018-08-20 11:11:43,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.757832050323s 2018-08-20 11:11:43,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-759bd88f-0df2-43a8-bc10-b3963a47d05f 2018-08-20 11:11:43,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:11:43,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:44,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-bff1265c-e24c-4e41-b5d1-4a03dc94aa0c Date: Mon, 20 Aug 2018 11:11:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:41Z", "updated_at": "2018-08-20T11:11:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "7287bca6-a17a-4cf1-b13b-32946664c727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "9c1ca949-4dd2-47b1-a2d6-e8614ec2e9dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:11:42Z", "revision_number": 0, "id": "b1a5bdb3-86c2-4d15-8369-6d5d4d6664cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:42Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:43Z", "revision_number": 0, "id": "f4f72313-c318-49e9-bd7e-f6237676c580", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:43Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 4, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "188c712c-072f-4cb2-9576-9f772df42e08", "name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"description": "Default security group", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:10Z", "updated_at": "2018-08-20T11:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "23be7e1a-bb75-4fa0-80bd-8458db5179e7", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9bac4ce4-cacd-4eb2-9de2-8d579568a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9cfe55f1-7b49-4218-a9d0-9347ae2a460d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "c03bdd39-5b68-4261-b805-8f6385f79476", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 4, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "name": "default"}]} 2018-08-20 11:11:44,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-bff1265c-e24c-4e41-b5d1-4a03dc94aa0c 2018-08-20 11:11:44,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.232369184494s 2018-08-20 11:11:44,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-bff1265c-e24c-4e41-b5d1-4a03dc94aa0c 2018-08-20 11:11:44,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:11:44,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -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": "188c712c-072f-4cb2-9576-9f772df42e08"}}' 2018-08-20 11:11:44,520 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-96c0c568-9cfa-4c52-85cb-168f76c7940f Date: Mon, 20 Aug 2018 11:11:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "port_range_min": 80, "revision_number": 0, "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:44Z", "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f74abe0b-9288-40ac-996c-9d2c2ec66feb"}} 2018-08-20 11:11:44,520 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-96c0c568-9cfa-4c52-85cb-168f76c7940f 2018-08-20 11:11:44,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.345775842667s 2018-08-20 11:11:44,521 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-96c0c568-9cfa-4c52-85cb-168f76c7940f 2018-08-20 11:11:44,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:11:44,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:44,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-546c0f9f-f29e-42de-a723-022f602c8b6a Date: Mon, 20 Aug 2018 11:11:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:41Z", "updated_at": "2018-08-20T11:11:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "7287bca6-a17a-4cf1-b13b-32946664c727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "9c1ca949-4dd2-47b1-a2d6-e8614ec2e9dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:11:42Z", "revision_number": 0, "id": "b1a5bdb3-86c2-4d15-8369-6d5d4d6664cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:42Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:43Z", "revision_number": 0, "id": "f4f72313-c318-49e9-bd7e-f6237676c580", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:43Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:11:44Z", "revision_number": 0, "id": "f74abe0b-9288-40ac-996c-9d2c2ec66feb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 5, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "188c712c-072f-4cb2-9576-9f772df42e08", "name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"description": "Default security group", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:10Z", "updated_at": "2018-08-20T11:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "23be7e1a-bb75-4fa0-80bd-8458db5179e7", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9bac4ce4-cacd-4eb2-9de2-8d579568a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9cfe55f1-7b49-4218-a9d0-9347ae2a460d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "c03bdd39-5b68-4261-b805-8f6385f79476", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 4, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "name": "default"}]} 2018-08-20 11:11:44,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-546c0f9f-f29e-42de-a723-022f602c8b6a 2018-08-20 11:11:44,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.234710931778s 2018-08-20 11:11:44,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-546c0f9f-f29e-42de-a723-022f602c8b6a 2018-08-20 11:11:44,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:11:44,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -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": "188c712c-072f-4cb2-9576-9f772df42e08"}}' 2018-08-20 11:11:44,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-710b7c49-4fc1-45c6-b1f1-b9323ed167eb Date: Mon, 20 Aug 2018 11:11:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "port_range_min": 443, "revision_number": 0, "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:44Z", "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "1741b1f2-065c-49fa-b6b2-b1081b6e9ac7"}} 2018-08-20 11:11:44,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-710b7c49-4fc1-45c6-b1f1-b9323ed167eb 2018-08-20 11:11:44,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.171144008636s 2018-08-20 11:11:44,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-710b7c49-4fc1-45c6-b1f1-b9323ed167eb 2018-08-20 11:11:44,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:11:44,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:45,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-4603d125-7871-4383-a153-75f2e33ae5ec Date: Mon, 20 Aug 2018 11:11:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:41Z", "updated_at": "2018-08-20T11:11:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:11:44Z", "revision_number": 0, "id": "1741b1f2-065c-49fa-b6b2-b1081b6e9ac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "7287bca6-a17a-4cf1-b13b-32946664c727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "9c1ca949-4dd2-47b1-a2d6-e8614ec2e9dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:11:42Z", "revision_number": 0, "id": "b1a5bdb3-86c2-4d15-8369-6d5d4d6664cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:42Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:43Z", "revision_number": 0, "id": "f4f72313-c318-49e9-bd7e-f6237676c580", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:43Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:11:44Z", "revision_number": 0, "id": "f74abe0b-9288-40ac-996c-9d2c2ec66feb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 6, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "188c712c-072f-4cb2-9576-9f772df42e08", "name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"description": "Default security group", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:10Z", "updated_at": "2018-08-20T11:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "23be7e1a-bb75-4fa0-80bd-8458db5179e7", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9bac4ce4-cacd-4eb2-9de2-8d579568a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9cfe55f1-7b49-4218-a9d0-9347ae2a460d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "c03bdd39-5b68-4261-b805-8f6385f79476", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 4, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "name": "default"}]} 2018-08-20 11:11:45,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-4603d125-7871-4383-a153-75f2e33ae5ec 2018-08-20 11:11:45,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.224929094315s 2018-08-20 11:11:45,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-4603d125-7871-4383-a153-75f2e33ae5ec 2018-08-20 11:11:45,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:11:45,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -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": "188c712c-072f-4cb2-9576-9f772df42e08"}}' 2018-08-20 11:11:45,526 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-e4a6b712-a997-42b1-9228-5e53828267d1 Date: Mon, 20 Aug 2018 11:11:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-20T11:11:45Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "port_range_min": 5671, "revision_number": 0, "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:45Z", "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "831cddd0-f738-464b-8919-092aa8eeb15b"}} 2018-08-20 11:11:45,526 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e4a6b712-a997-42b1-9228-5e53828267d1 2018-08-20 11:11:45,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.360342979431s 2018-08-20 11:11:45,526 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e4a6b712-a997-42b1-9228-5e53828267d1 2018-08-20 11:11:45,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:11:45,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:45,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-c5ebe8c4-7ce5-4305-8fbf-c31e5d091184 Date: Mon, 20 Aug 2018 11:11:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:41Z", "updated_at": "2018-08-20T11:11:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:11:44Z", "revision_number": 0, "id": "1741b1f2-065c-49fa-b6b2-b1081b6e9ac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "7287bca6-a17a-4cf1-b13b-32946664c727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-20T11:11:45Z", "revision_number": 0, "id": "831cddd0-f738-464b-8919-092aa8eeb15b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:45Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "9c1ca949-4dd2-47b1-a2d6-e8614ec2e9dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:11:42Z", "revision_number": 0, "id": "b1a5bdb3-86c2-4d15-8369-6d5d4d6664cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:42Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:43Z", "revision_number": 0, "id": "f4f72313-c318-49e9-bd7e-f6237676c580", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:43Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:11:44Z", "revision_number": 0, "id": "f74abe0b-9288-40ac-996c-9d2c2ec66feb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 7, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "188c712c-072f-4cb2-9576-9f772df42e08", "name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"description": "Default security group", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:10Z", "updated_at": "2018-08-20T11:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "23be7e1a-bb75-4fa0-80bd-8458db5179e7", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9bac4ce4-cacd-4eb2-9de2-8d579568a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9cfe55f1-7b49-4218-a9d0-9347ae2a460d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "c03bdd39-5b68-4261-b805-8f6385f79476", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 4, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "name": "default"}]} 2018-08-20 11:11:45,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-c5ebe8c4-7ce5-4305-8fbf-c31e5d091184 2018-08-20 11:11:45,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.223513126373s 2018-08-20 11:11:45,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-c5ebe8c4-7ce5-4305-8fbf-c31e5d091184 2018-08-20 11:11:45,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:11:45,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -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": "188c712c-072f-4cb2-9576-9f772df42e08"}}' 2018-08-20 11:11:46,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-e1810c0b-192b-4725-a761-430c4dc4c6e9 Date: Mon, 20 Aug 2018 11:11:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-20T11:11:46Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "port_range_min": 53333, "revision_number": 0, "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:46Z", "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "e0215b7d-23c5-4037-b2d5-3f8eba6f779d"}} 2018-08-20 11:11:46,149 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e1810c0b-192b-4725-a761-430c4dc4c6e9 2018-08-20 11:11:46,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.392338991165s 2018-08-20 11:11:46,150 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-e1810c0b-192b-4725-a761-430c4dc4c6e9 2018-08-20 11:11:46,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:11:46,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:46,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-813023f5-d5cb-4bbc-9977-d11db6dc263b Date: Mon, 20 Aug 2018 11:11: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":["28cab196-f8d7-4845-a580-612ff55fa328"],"updated_at":"2018-08-20T11:10:11Z","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4b9144a3a757415d8a2178c3469538f8","id":"919357b7-b1cf-4a49-860e-69eabd389955","name":"cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:11:46,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-813023f5-d5cb-4bbc-9977-d11db6dc263b 2018-08-20 11:11:46,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.392134904861s 2018-08-20 11:11:46,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-813023f5-d5cb-4bbc-9977-d11db6dc263b 2018-08-20 11:11:46,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:11:46,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:46,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-320b06ac-c246-4641-895a-e7068db8cdf6 Date: Mon, 20 Aug 2018 11:11:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/snap", "metadata": {}}], "file": "/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/file", "owner": "4b9144a3a757415d8a2178c3469538f8", "id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "size": 4373348352, "self": "/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:11:40Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:10:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:11:46,748 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-320b06ac-c246-4641-895a-e7068db8cdf6 2018-08-20 11:11:46,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199496030807s 2018-08-20 11:11:46,748 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-320b06ac-c246-4641-895a-e7068db8cdf6 2018-08-20 11:11:46,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:11:46,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:46,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:11:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ceff9d5e-21c5-4f16-9111-59962401363b x-compute-request-id: req-ceff9d5e-21c5-4f16-9111-59962401363b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788"}]} 2018-08-20 11:11:46,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-ceff9d5e-21c5-4f16-9111-59962401363b 2018-08-20 11:11:46,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260238647461s 2018-08-20 11:11:46,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-ceff9d5e-21c5-4f16-9111-59962401363b 2018-08-20 11:11:46,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 11:11:46,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"server": {"name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "imageRef": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "flavorRef": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "max_count": 1, "min_count": 1, "networks": [{"uuid": "919357b7-b1cf-4a49-860e-69eabd389955"}], "security_groups": [{"name": "188c712c-072f-4cb2-9576-9f772df42e08"}]}}' 2018-08-20 11:11:49,523 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:11:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-760d8221-ea0e-47d3-b215-d1502d9303b1 x-compute-request-id: req-760d8221-ea0e-47d3-b215-d1502d9303b1 Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "188c712c-072f-4cb2-9576-9f772df42e08"}], "OS-DCF:diskConfig": "MANUAL", "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "adminPass": "7DYT2GLBgx7g"}} 2018-08-20 11:11:49,524 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-760d8221-ea0e-47d3-b215-d1502d9303b1 2018-08-20 11:11:49,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.74542999268s 2018-08-20 11:11:49,524 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-760d8221-ea0e-47d3-b215-d1502d9303b1 2018-08-20 11:11:49,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:11:49,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:49,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:11: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-00e15cab-4889-4dff-96da-e9649a71954d x-compute-request-id: req-00e15cab-4889-4dff-96da-e9649a71954d 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.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:11:49,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-00e15cab-4889-4dff-96da-e9649a71954d 2018-08-20 11:11:49,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472311973572s 2018-08-20 11:11:49,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-00e15cab-4889-4dff-96da-e9649a71954d 2018-08-20 11:11:50,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:11:50,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:50,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-d2e1ee7f-d6ca-4820-82e1-edb26621a34b Date: Mon, 20 Aug 2018 11:11: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":["28cab196-f8d7-4845-a580-612ff55fa328"],"updated_at":"2018-08-20T11:10:11Z","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4b9144a3a757415d8a2178c3469538f8","id":"919357b7-b1cf-4a49-860e-69eabd389955","name":"cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:11:50,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-d2e1ee7f-d6ca-4820-82e1-edb26621a34b 2018-08-20 11:11:50,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116774082184s 2018-08-20 11:11:50,122 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-d2e1ee7f-d6ca-4820-82e1-edb26621a34b 2018-08-20 11:11:50,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 11:11:50,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:50,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-751f10cc-51d0-4210-80b6-7247f6ab21a8 Date: Mon, 20 Aug 2018 11:11:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"919357b7-b1cf-4a49-860e-69eabd389955","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:10: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":"4b9144a3a757415d8a2178c3469538f8","id":"28cab196-f8d7-4845-a580-612ff55fa328","subnetpool_id":null,"name":"cloudify-subnet_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}]} 2018-08-20 11:11:50,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-751f10cc-51d0-4210-80b6-7247f6ab21a8 2018-08-20 11:11:50,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.226703882217s 2018-08-20 11:11:50,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-751f10cc-51d0-4210-80b6-7247f6ab21a8 2018-08-20 11:11:50,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:11:52,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:11:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:52,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:11: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-d90f3fa7-a088-4867-a2d1-9f9f6b157ad9 x-compute-request-id: req-d90f3fa7-a088-4867-a2d1-9f9f6b157ad9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:11:52,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d90f3fa7-a088-4867-a2d1-9f9f6b157ad9 2018-08-20 11:11:52,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571624040604s 2018-08-20 11:11:52,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d90f3fa7-a088-4867-a2d1-9f9f6b157ad9 2018-08-20 11:11:52,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:11:54,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:11:54,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:55,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:11:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa4e72ee-944a-4430-9268-e7e0596d6546 x-compute-request-id: req-aa4e72ee-944a-4430-9268-e7e0596d6546 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:11:55,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-aa4e72ee-944a-4430-9268-e7e0596d6546 2018-08-20 11:11:55,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524292945862s 2018-08-20 11:11:55,456 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-aa4e72ee-944a-4430-9268-e7e0596d6546 2018-08-20 11:11:55,460 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:11:57,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:11:57,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:11:58,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:11: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-346cdce3-5d22-4b80-9a53-8c18dea0ce94 x-compute-request-id: req-346cdce3-5d22-4b80-9a53-8c18dea0ce94 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:11:58,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-346cdce3-5d22-4b80-9a53-8c18dea0ce94 2018-08-20 11:11:58,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560559034348s 2018-08-20 11:11:58,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-346cdce3-5d22-4b80-9a53-8c18dea0ce94 2018-08-20 11:11:58,027 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:00,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:00,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:01,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-46e8f202-035c-4ad5-b57b-cb014992a13b x-compute-request-id: req-46e8f202-035c-4ad5-b57b-cb014992a13b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:01,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-46e8f202-035c-4ad5-b57b-cb014992a13b 2018-08-20 11:12:01,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01872777939s 2018-08-20 11:12:01,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-46e8f202-035c-4ad5-b57b-cb014992a13b 2018-08-20 11:12:01,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:03,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:03,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:03,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-b04bec2c-2102-4ba6-9bf5-c8a34705f2e3 x-compute-request-id: req-b04bec2c-2102-4ba6-9bf5-c8a34705f2e3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:03,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b04bec2c-2102-4ba6-9bf5-c8a34705f2e3 2018-08-20 11:12:03,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.827008008957s 2018-08-20 11:12:03,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b04bec2c-2102-4ba6-9bf5-c8a34705f2e3 2018-08-20 11:12:03,886 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:05,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:05,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:07,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-018e33b5-0fc0-4579-b4a7-b5f399d97530 x-compute-request-id: req-018e33b5-0fc0-4579-b4a7-b5f399d97530 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:07,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-018e33b5-0fc0-4579-b4a7-b5f399d97530 2018-08-20 11:12:07,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43878602982s 2018-08-20 11:12:07,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-018e33b5-0fc0-4579-b4a7-b5f399d97530 2018-08-20 11:12:07,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:09,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:09,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:09,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-0234186f-2c89-430b-8b97-9eff3ab7916e x-compute-request-id: req-0234186f-2c89-430b-8b97-9eff3ab7916e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:09,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0234186f-2c89-430b-8b97-9eff3ab7916e 2018-08-20 11:12:09,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554314136505s 2018-08-20 11:12:09,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0234186f-2c89-430b-8b97-9eff3ab7916e 2018-08-20 11:12:09,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:11,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:12,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-873c61b4-d3eb-4e5f-bc74-935f7842307e x-compute-request-id: req-873c61b4-d3eb-4e5f-bc74-935f7842307e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:12,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-873c61b4-d3eb-4e5f-bc74-935f7842307e 2018-08-20 11:12:12,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.953684806824s 2018-08-20 11:12:12,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-873c61b4-d3eb-4e5f-bc74-935f7842307e 2018-08-20 11:12:12,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:14,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:14,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:15,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-9fd6931a-7f1a-45ff-997b-63039d093895 x-compute-request-id: req-9fd6931a-7f1a-45ff-997b-63039d093895 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:15,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9fd6931a-7f1a-45ff-997b-63039d093895 2018-08-20 11:12:15,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.758924007416s 2018-08-20 11:12:15,613 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9fd6931a-7f1a-45ff-997b-63039d093895 2018-08-20 11:12:15,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:17,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:17,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:18,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a63d6cb5-c8a8-4be4-bcd8-dcf0ec47563b x-compute-request-id: req-a63d6cb5-c8a8-4be4-bcd8-dcf0ec47563b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:18,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a63d6cb5-c8a8-4be4-bcd8-dcf0ec47563b 2018-08-20 11:12:18,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557567834854s 2018-08-20 11:12:18,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a63d6cb5-c8a8-4be4-bcd8-dcf0ec47563b 2018-08-20 11:12:18,182 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:20,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:20,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:20,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-7362a8f8-8fec-492c-83fc-282d03d148ca x-compute-request-id: req-7362a8f8-8fec-492c-83fc-282d03d148ca Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:20,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7362a8f8-8fec-492c-83fc-282d03d148ca 2018-08-20 11:12:20,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385808944702s 2018-08-20 11:12:20,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7362a8f8-8fec-492c-83fc-282d03d148ca 2018-08-20 11:12:20,574 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:22,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:22,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:23,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1288d5bb-0e2a-4f0e-80e8-2bb18e3f1533 x-compute-request-id: req-1288d5bb-0e2a-4f0e-80e8-2bb18e3f1533 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:23,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1288d5bb-0e2a-4f0e-80e8-2bb18e3f1533 2018-08-20 11:12:23,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741693973541s 2018-08-20 11:12:23,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1288d5bb-0e2a-4f0e-80e8-2bb18e3f1533 2018-08-20 11:12:23,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:25,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:25,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:26,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-7217b4c1-8ce2-49d1-a280-4b20a2f7206d x-compute-request-id: req-7217b4c1-8ce2-49d1-a280-4b20a2f7206d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:26,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7217b4c1-8ce2-49d1-a280-4b20a2f7206d 2018-08-20 11:12:26,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71260881424s 2018-08-20 11:12:26,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7217b4c1-8ce2-49d1-a280-4b20a2f7206d 2018-08-20 11:12:26,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:28,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:28,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:28,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-2f4aceb9-0d0f-4ee5-bb19-9819e06bdf07 x-compute-request-id: req-2f4aceb9-0d0f-4ee5-bb19-9819e06bdf07 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:28,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2f4aceb9-0d0f-4ee5-bb19-9819e06bdf07 2018-08-20 11:12:28,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.764939069748s 2018-08-20 11:12:28,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2f4aceb9-0d0f-4ee5-bb19-9819e06bdf07 2018-08-20 11:12:28,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:30,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:30,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:31,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-ecc24d05-91ac-4e8d-8028-0d9b1ef4e52b x-compute-request-id: req-ecc24d05-91ac-4e8d-8028-0d9b1ef4e52b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:31,383 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ecc24d05-91ac-4e8d-8028-0d9b1ef4e52b 2018-08-20 11:12:31,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567093849182s 2018-08-20 11:12:31,384 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ecc24d05-91ac-4e8d-8028-0d9b1ef4e52b 2018-08-20 11:12:31,388 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:33,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:33,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:33,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cc38724-a933-4058-9ce3-eecdb2111971 x-compute-request-id: req-4cc38724-a933-4058-9ce3-eecdb2111971 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:33,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4cc38724-a933-4058-9ce3-eecdb2111971 2018-08-20 11:12:33,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576098918915s 2018-08-20 11:12:33,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4cc38724-a933-4058-9ce3-eecdb2111971 2018-08-20 11:12:33,971 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:35,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:35,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:36,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d9086b7-b567-47f1-baa4-97631dbfefc7 x-compute-request-id: req-3d9086b7-b567-47f1-baa4-97631dbfefc7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:36,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3d9086b7-b567-47f1-baa4-97631dbfefc7 2018-08-20 11:12:36,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.353370189667s 2018-08-20 11:12:36,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3d9086b7-b567-47f1-baa4-97631dbfefc7 2018-08-20 11:12:36,330 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:38,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:38,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:38,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-940433b8-7356-4c4f-b7a2-da907bf79079 x-compute-request-id: req-940433b8-7356-4c4f-b7a2-da907bf79079 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:38,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-940433b8-7356-4c4f-b7a2-da907bf79079 2018-08-20 11:12:38,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565898180008s 2018-08-20 11:12:38,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-940433b8-7356-4c4f-b7a2-da907bf79079 2018-08-20 11:12:38,903 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:40,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:40,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:41,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb48dcce-0bfa-4c71-980f-da77f63cdbaa x-compute-request-id: req-bb48dcce-0bfa-4c71-980f-da77f63cdbaa Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:41,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bb48dcce-0bfa-4c71-980f-da77f63cdbaa 2018-08-20 11:12:41,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649054050446s 2018-08-20 11:12:41,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bb48dcce-0bfa-4c71-980f-da77f63cdbaa 2018-08-20 11:12:41,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:43,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:43,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:44,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4ffe143-9773-4b38-9667-816636851fa8 x-compute-request-id: req-e4ffe143-9773-4b38-9667-816636851fa8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:44,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e4ffe143-9773-4b38-9667-816636851fa8 2018-08-20 11:12:44,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549019813538s 2018-08-20 11:12:44,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e4ffe143-9773-4b38-9667-816636851fa8 2018-08-20 11:12:44,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:46,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:46,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:46,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-1baab424-9ccc-40d1-8d83-fc630adb58f1 x-compute-request-id: req-1baab424-9ccc-40d1-8d83-fc630adb58f1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:46,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1baab424-9ccc-40d1-8d83-fc630adb58f1 2018-08-20 11:12:46,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55588889122s 2018-08-20 11:12:46,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1baab424-9ccc-40d1-8d83-fc630adb58f1 2018-08-20 11:12:46,678 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:48,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:48,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:49,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6814b14f-435e-4ebd-b7e8-b2df93870e7f x-compute-request-id: req-6814b14f-435e-4ebd-b7e8-b2df93870e7f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:49,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6814b14f-435e-4ebd-b7e8-b2df93870e7f 2018-08-20 11:12:49,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568800926208s 2018-08-20 11:12:49,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6814b14f-435e-4ebd-b7e8-b2df93870e7f 2018-08-20 11:12:49,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:51,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:51,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:51,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-63a9199b-8bb4-4a10-90c1-e4eb659cb4f0 x-compute-request-id: req-63a9199b-8bb4-4a10-90c1-e4eb659cb4f0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:51,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-63a9199b-8bb4-4a10-90c1-e4eb659cb4f0 2018-08-20 11:12:51,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545884847641s 2018-08-20 11:12:51,803 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-63a9199b-8bb4-4a10-90c1-e4eb659cb4f0 2018-08-20 11:12:51,807 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:53,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:53,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:54,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-4aa424c2-f00d-4909-a84e-261c0d2b4615 x-compute-request-id: req-4aa424c2-f00d-4909-a84e-261c0d2b4615 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:54,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4aa424c2-f00d-4909-a84e-261c0d2b4615 2018-08-20 11:12:54,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556889057159s 2018-08-20 11:12:54,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4aa424c2-f00d-4909-a84e-261c0d2b4615 2018-08-20 11:12:54,371 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:56,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:56,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:57,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-f29c1f32-b0a6-4659-afbf-9b62395bbb42 x-compute-request-id: req-f29c1f32-b0a6-4659-afbf-9b62395bbb42 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:57,144 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f29c1f32-b0a6-4659-afbf-9b62395bbb42 2018-08-20 11:12:57,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.769965171814s 2018-08-20 11:12:57,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f29c1f32-b0a6-4659-afbf-9b62395bbb42 2018-08-20 11:12:57,148 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:12:59,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:12:59,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:12:59,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:12: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-2896cead-e85f-454d-8113-f81678b5ea35 x-compute-request-id: req-2896cead-e85f-454d-8113-f81678b5ea35 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:12:59,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2896cead-e85f-454d-8113-f81678b5ea35 2018-08-20 11:12:59,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553415060043s 2018-08-20 11:12:59,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2896cead-e85f-454d-8113-f81678b5ea35 2018-08-20 11:12:59,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:01,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:01,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:02,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-05e21312-a232-46cc-8d2a-2d5eb641fea1 x-compute-request-id: req-05e21312-a232-46cc-8d2a-2d5eb641fea1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:02,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-05e21312-a232-46cc-8d2a-2d5eb641fea1 2018-08-20 11:13:02,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398227930069s 2018-08-20 11:13:02,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-05e21312-a232-46cc-8d2a-2d5eb641fea1 2018-08-20 11:13:02,114 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:04,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:04,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:04,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-c525b2f8-b6fc-4719-8456-32f6161ab409 x-compute-request-id: req-c525b2f8-b6fc-4719-8456-32f6161ab409 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:04,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c525b2f8-b6fc-4719-8456-32f6161ab409 2018-08-20 11:13:04,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573437929153s 2018-08-20 11:13:04,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c525b2f8-b6fc-4719-8456-32f6161ab409 2018-08-20 11:13:04,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:06,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:06,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:07,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-0ce38e55-87bf-43ea-923f-146553ffc556 x-compute-request-id: req-0ce38e55-87bf-43ea-923f-146553ffc556 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:07,442 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0ce38e55-87bf-43ea-923f-146553ffc556 2018-08-20 11:13:07,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.744553804398s 2018-08-20 11:13:07,442 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0ce38e55-87bf-43ea-923f-146553ffc556 2018-08-20 11:13:07,446 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:09,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:09,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:10,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-06e278c5-216c-4068-8866-745c8e0c3854 x-compute-request-id: req-06e278c5-216c-4068-8866-745c8e0c3854 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:10,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-06e278c5-216c-4068-8866-745c8e0c3854 2018-08-20 11:13:10,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599193811417s 2018-08-20 11:13:10,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-06e278c5-216c-4068-8866-745c8e0c3854 2018-08-20 11:13:10,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:12,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:12,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:12,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-1f8e870d-ed98-47c7-bd97-0a33ddfb8a28 x-compute-request-id: req-1f8e870d-ed98-47c7-bd97-0a33ddfb8a28 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:12,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1f8e870d-ed98-47c7-bd97-0a33ddfb8a28 2018-08-20 11:13:12,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567671060562s 2018-08-20 11:13:12,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1f8e870d-ed98-47c7-bd97-0a33ddfb8a28 2018-08-20 11:13:12,626 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:14,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:14,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:15,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-ca922be2-b743-45ae-97b2-02bc81ed14f9 x-compute-request-id: req-ca922be2-b743-45ae-97b2-02bc81ed14f9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:15,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ca922be2-b743-45ae-97b2-02bc81ed14f9 2018-08-20 11:13:15,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.985960006714s 2018-08-20 11:13:15,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ca922be2-b743-45ae-97b2-02bc81ed14f9 2018-08-20 11:13:15,619 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:17,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:17,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:18,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-53d191f1-7db8-4d82-9c8e-dde09519f665 x-compute-request-id: req-53d191f1-7db8-4d82-9c8e-dde09519f665 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:18,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-53d191f1-7db8-4d82-9c8e-dde09519f665 2018-08-20 11:13:18,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62795996666s 2018-08-20 11:13:18,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-53d191f1-7db8-4d82-9c8e-dde09519f665 2018-08-20 11:13:18,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:20,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:20,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:20,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-8e37a4eb-c0f3-43fa-a0f2-d0ab8dca0e48 x-compute-request-id: req-8e37a4eb-c0f3-43fa-a0f2-d0ab8dca0e48 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:20,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8e37a4eb-c0f3-43fa-a0f2-d0ab8dca0e48 2018-08-20 11:13:20,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39139008522s 2018-08-20 11:13:20,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8e37a4eb-c0f3-43fa-a0f2-d0ab8dca0e48 2018-08-20 11:13:20,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:22,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:22,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:23,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb893913-5e2d-4b1e-a2df-14a2e4ef3fe4 x-compute-request-id: req-fb893913-5e2d-4b1e-a2df-14a2e4ef3fe4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:23,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-fb893913-5e2d-4b1e-a2df-14a2e4ef3fe4 2018-08-20 11:13:23,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569989919662s 2018-08-20 11:13:23,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-fb893913-5e2d-4b1e-a2df-14a2e4ef3fe4 2018-08-20 11:13:23,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:25,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:25,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:25,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-72fec1cc-bb10-4656-b8d8-3a55cea49556 x-compute-request-id: req-72fec1cc-bb10-4656-b8d8-3a55cea49556 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:25,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-72fec1cc-bb10-4656-b8d8-3a55cea49556 2018-08-20 11:13:25,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369952201843s 2018-08-20 11:13:25,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-72fec1cc-bb10-4656-b8d8-3a55cea49556 2018-08-20 11:13:25,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:27,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:27,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:27,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2b4d066-6c3c-41dc-899e-fb0461c002e3 x-compute-request-id: req-d2b4d066-6c3c-41dc-899e-fb0461c002e3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:27,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d2b4d066-6c3c-41dc-899e-fb0461c002e3 2018-08-20 11:13:27,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371381044388s 2018-08-20 11:13:27,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d2b4d066-6c3c-41dc-899e-fb0461c002e3 2018-08-20 11:13:27,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:29,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:29,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:30,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-941cf21b-10d3-4021-9c01-e65b8f1edbfc x-compute-request-id: req-941cf21b-10d3-4021-9c01-e65b8f1edbfc Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:30,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-941cf21b-10d3-4021-9c01-e65b8f1edbfc 2018-08-20 11:13:30,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570114135742s 2018-08-20 11:13:30,557 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-941cf21b-10d3-4021-9c01-e65b8f1edbfc 2018-08-20 11:13:30,561 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:32,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:32,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:33,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-daf979e0-a16f-4edd-a70b-df0979570272 x-compute-request-id: req-daf979e0-a16f-4edd-a70b-df0979570272 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:33,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-daf979e0-a16f-4edd-a70b-df0979570272 2018-08-20 11:13:33,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653869152069s 2018-08-20 11:13:33,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-daf979e0-a16f-4edd-a70b-df0979570272 2018-08-20 11:13:33,221 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:35,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:35,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:35,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-b1ee7824-151b-4fba-94d4-7fc5ad914524 x-compute-request-id: req-b1ee7824-151b-4fba-94d4-7fc5ad914524 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:35,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b1ee7824-151b-4fba-94d4-7fc5ad914524 2018-08-20 11:13:35,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690773963928s 2018-08-20 11:13:35,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b1ee7824-151b-4fba-94d4-7fc5ad914524 2018-08-20 11:13:35,918 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:37,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:37,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:38,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-b94f2256-82cb-4fa6-a2cf-ac0bbd152c8a x-compute-request-id: req-b94f2256-82cb-4fa6-a2cf-ac0bbd152c8a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:38,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b94f2256-82cb-4fa6-a2cf-ac0bbd152c8a 2018-08-20 11:13:38,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583197832108s 2018-08-20 11:13:38,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b94f2256-82cb-4fa6-a2cf-ac0bbd152c8a 2018-08-20 11:13:38,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:40,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:40,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:41,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99e9579a-d64f-467a-8157-c84ca4efbf59 x-compute-request-id: req-99e9579a-d64f-467a-8157-c84ca4efbf59 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:41,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-99e9579a-d64f-467a-8157-c84ca4efbf59 2018-08-20 11:13:41,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.57794213295s 2018-08-20 11:13:41,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-99e9579a-d64f-467a-8157-c84ca4efbf59 2018-08-20 11:13:41,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:43,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:43,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:43,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-add4a706-3155-4429-a8a3-20d0ad69c620 x-compute-request-id: req-add4a706-3155-4429-a8a3-20d0ad69c620 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:43,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-add4a706-3155-4429-a8a3-20d0ad69c620 2018-08-20 11:13:43,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563416957855s 2018-08-20 11:13:43,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-add4a706-3155-4429-a8a3-20d0ad69c620 2018-08-20 11:13:43,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:45,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:45,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:46,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d047999-0c0b-45ef-9174-90a65221ca80 x-compute-request-id: req-1d047999-0c0b-45ef-9174-90a65221ca80 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:46,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1d047999-0c0b-45ef-9174-90a65221ca80 2018-08-20 11:13:46,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38516998291s 2018-08-20 11:13:46,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1d047999-0c0b-45ef-9174-90a65221ca80 2018-08-20 11:13:46,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:48,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:48,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:48,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13: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-d6cb174b-5c18-4605-9c8c-b2aabed86080 x-compute-request-id: req-d6cb174b-5c18-4605-9c8c-b2aabed86080 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:48,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d6cb174b-5c18-4605-9c8c-b2aabed86080 2018-08-20 11:13:48,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580532073975s 2018-08-20 11:13:48,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d6cb174b-5c18-4605-9c8c-b2aabed86080 2018-08-20 11:13:48,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:50,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:50,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:51,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42eb44b1-0c1c-4edf-90d9-6eff61d74ded x-compute-request-id: req-42eb44b1-0c1c-4edf-90d9-6eff61d74ded Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:11:51Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:51,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-42eb44b1-0c1c-4edf-90d9-6eff61d74ded 2018-08-20 11:13:51,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541339159012s 2018-08-20 11:13:51,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-42eb44b1-0c1c-4edf-90d9-6eff61d74ded 2018-08-20 11:13:51,191 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:13:53,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:13:53,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:53,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-522c6d3f-6ef8-46e3-abec-aec0dfbe30c4 x-compute-request-id: req-522c6d3f-6ef8-46e3-abec-aec0dfbe30c4 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:a9:76", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:13:52.000000", "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:13:52Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:13:53,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-522c6d3f-6ef8-46e3-abec-aec0dfbe30c4 2018-08-20 11:13:53,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568495035172s 2018-08-20 11:13:53,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-522c6d3f-6ef8-46e3-abec-aec0dfbe30c4 2018-08-20 11:13:53,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 11:13:53,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=a2f345eb-b678-4620-9b1b-1dedc3b4a0e3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:53,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ca4c3480-6aae-4a41-af96-2a5401e96f5e Date: Mon, 20 Aug 2018 11:13:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"919357b7-b1cf-4a49-860e-69eabd389955","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:11:51Z","admin_state_up":true,"updated_at":"2018-08-20T11:13:52Z","binding:vnic_type":"normal","device_id":"a2f345eb-b678-4620-9b1b-1dedc3b4a0e3","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:87:a9:76","id":"040bade0-c6cb-4bae-8879-b661085253ab","port_security_enabled":true,"project_id":"4b9144a3a757415d8a2178c3469538f8","fixed_ips":[{"subnet_id":"28cab196-f8d7-4845-a580-612ff55fa328","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["188c712c-072f-4cb2-9576-9f772df42e08"],"name":""}]} 2018-08-20 11:13:53,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=a2f345eb-b678-4620-9b1b-1dedc3b4a0e3 used request id req-ca4c3480-6aae-4a41-af96-2a5401e96f5e 2018-08-20 11:13:53,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0624840259552s 2018-08-20 11:13:53,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=a2f345eb-b678-4620-9b1b-1dedc3b4a0e3 used request id req-ca4c3480-6aae-4a41-af96-2a5401e96f5e 2018-08-20 11:13:53,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 11:13:53,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=040bade0-c6cb-4bae-8879-b661085253ab" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:53,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0a89426d-382d-4b68-843d-714ba381aac2 Date: Mon, 20 Aug 2018 11:13:53 GMT RESP BODY: {"floatingips": []} 2018-08-20 11:13:53,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=040bade0-c6cb-4bae-8879-b661085253ab used request id req-0a89426d-382d-4b68-843d-714ba381aac2 2018-08-20 11:13:53,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0203771591187s 2018-08-20 11:13:53,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=040bade0-c6cb-4bae-8879-b661085253ab used request id req-0a89426d-382d-4b68-843d-714ba381aac2 2018-08-20 11:13:53,857 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:87:a9:76', 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'ca85912f-b96b-4b6b-ae4e-a23cb612d015'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:13:52.000000', 'flavor': Munch({u'id': u'a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788'}), 'az': u'nova', 'id': u'a2f345eb-b678-4620-9b1b-1dedc3b4a0e3', 'security_groups': [Munch({u'name': u'cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'05ffade32b8d44c89f7cc8253f0f64e2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b9144a3a757415d8a2178c3469538f8', 'name': 'cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', '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-08-20T11:13:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:13:52Z', 'hostId': u'ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758', '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-08-20T11:13:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4b9144a3a757415d8a2178c3469538f8', 'name': u'cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'adminPass': u'7DYT2GLBgx7g', 'tenant_id': u'4b9144a3a757415d8a2178c3469538f8', 'created_at': u'2018-08-20T11:11:49Z', 'created': u'2018-08-20T11:11:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 11:13:53,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:13:53,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:54,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-22d920a6-0f88-43a4-9a80-81ec869b1531 Date: Mon, 20 Aug 2018 11:13:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["28cab196-f8d7-4845-a580-612ff55fa328"],"updated_at":"2018-08-20T11:10:11Z","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4b9144a3a757415d8a2178c3469538f8","id":"919357b7-b1cf-4a49-860e-69eabd389955","name":"cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:13:54,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-22d920a6-0f88-43a4-9a80-81ec869b1531 2018-08-20 11:13:54,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.14078783989s 2018-08-20 11:13:54,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-22d920a6-0f88-43a4-9a80-81ec869b1531 2018-08-20 11:13:54,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 11:13:54,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=a2f345eb-b678-4620-9b1b-1dedc3b4a0e3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:54,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e638f260-469f-4f88-aede-347060a95de7 Date: Mon, 20 Aug 2018 11:13:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"919357b7-b1cf-4a49-860e-69eabd389955","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:11:51Z","admin_state_up":true,"updated_at":"2018-08-20T11:13:52Z","binding:vnic_type":"normal","device_id":"a2f345eb-b678-4620-9b1b-1dedc3b4a0e3","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:87:a9:76","id":"040bade0-c6cb-4bae-8879-b661085253ab","port_security_enabled":true,"project_id":"4b9144a3a757415d8a2178c3469538f8","fixed_ips":[{"subnet_id":"28cab196-f8d7-4845-a580-612ff55fa328","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["188c712c-072f-4cb2-9576-9f772df42e08"],"name":""}]} 2018-08-20 11:13:54,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=a2f345eb-b678-4620-9b1b-1dedc3b4a0e3 used request id req-e638f260-469f-4f88-aede-347060a95de7 2018-08-20 11:13:54,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0595228672028s 2018-08-20 11:13:54,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=a2f345eb-b678-4620-9b1b-1dedc3b4a0e3 used request id req-e638f260-469f-4f88-aede-347060a95de7 2018-08-20 11:13:54,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 11:13:54,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.5", "port_id": "040bade0-c6cb-4bae-8879-b661085253ab"}}' 2018-08-20 11:13:55,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-2ea71221-1259-4278-be84-0c0f418df7d8 Date: Mon, 20 Aug 2018 11:13:55 GMT RESP BODY: {"floatingip": {"router_id": "169035bd-6a97-42e5-8ac8-90a9ae209122", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T11:13:55Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "040bade0-c6cb-4bae-8879-b661085253ab", "id": "f5d50146-3b35-44fc-989b-8db542114c50", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:13:55Z", "project_id": "4b9144a3a757415d8a2178c3469538f8"}} 2018-08-20 11:13:55,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-2ea71221-1259-4278-be84-0c0f418df7d8 2018-08-20 11:13:55,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.66574192047s 2018-08-20 11:13:55,729 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-2ea71221-1259-4278-be84-0c0f418df7d8 2018-08-20 11:13:55,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 11:13:55,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:13:55,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-15d4ed15-5faa-460d-989e-4b5ca37df94c Date: Mon, 20 Aug 2018 11:13:55 GMT RESP BODY: {"floatingips": [{"router_id": "169035bd-6a97-42e5-8ac8-90a9ae209122", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T11:13:55Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "040bade0-c6cb-4bae-8879-b661085253ab", "id": "f5d50146-3b35-44fc-989b-8db542114c50", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:13:55Z", "project_id": "4b9144a3a757415d8a2178c3469538f8"}]} 2018-08-20 11:13:55,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-15d4ed15-5faa-460d-989e-4b5ca37df94c 2018-08-20 11:13:55,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0277118682861s 2018-08-20 11:13:55,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-15d4ed15-5faa-460d-989e-4b5ca37df94c 2018-08-20 11:13:55,769 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'169035bd-6a97-42e5-8ac8-90a9ae209122', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'4b9144a3a757415d8a2178c3469538f8', 'created_at': u'2018-08-20T11:13:55Z', 'attached': True, 'updated_at': u'2018-08-20T11:13:55Z', 'id': u'f5d50146-3b35-44fc-989b-8db542114c50', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b9144a3a757415d8a2178c3469538f8', 'name': 'cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'169035bd-6a97-42e5-8ac8-90a9ae209122', 'project_id': u'4b9144a3a757415d8a2178c3469538f8', 'port_id': u'040bade0-c6cb-4bae-8879-b661085253ab', 'port': u'040bade0-c6cb-4bae-8879-b661085253ab', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 11:13:55,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:13:55,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:13:55,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:13:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e66b0368-d011-401b-aedb-f8a315798d89 x-compute-request-id: req-e66b0368-d011-401b-aedb-f8a315798d89 Content-Encoding: gzip Content-Length: 8679 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1739910969 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.308129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.310309] pid_max: default: 32768 minimum: 301\n[ 0.311502] Security Framework initialized\n[ 0.312594] SELinux: Initializing.\n[ 0.313847] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.318416] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.321218] Mount-cache hash table entries: 4096\n[ 0.322618] Initializing cgroup subsys memory\n[ 0.323756] Initializing cgroup subsys devices\n[ 0.324898] Initializing cgroup subsys freezer\n[ 0.326029] Initializing cgroup subsys net_cls\n[ 0.327158] Initializing cgroup subsys blkio\n[ 0.328273] Initializing cgroup subsys perf_event\n[ 0.329441] Initializing cgroup subsys hugetlb\n[ 0.330572] Initializing cgroup subsys pids\n[ 0.331660] Initializing cgroup subsys net_prio\n[ 0.332891] CPU: Physical Processor ID: 0\n[ 0.334658] mce: CPU supports 10 MCE banks\n[ 0.335768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337050] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.338308] tlb_flushall_shift: 6\n[ 0.339473] Freeing SMP alternatives: 28k freed\n[ 0.343273] ACPI: Core revision 20130517\n[ 0.344750] ACPI: All ACPI Tables successfully acquired\n[ 0.346182] ftrace: allocating 25812 entries in 101 pages\n[ 0.367938] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.370586] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372054] smpboot: Max logical packages: 2\n[ 0.373341] Enabling x2apic\n[ 0.374232] Enabled x2apic\n[ 0.375299] Switched APIC routing to physical x2apic.\n[ 0.377449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.378914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.381489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.388866] KVM setup paravirtual spinlock\n[ 0.391317] smpboot: Booting Node 0, Processors #1 OK\n[ 0.392988] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.414690] Brought up 2 CPUs\n[ 0.414692] KVM setup async PF for cpu 1\n[ 0.414695] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.417894] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420043] devtmpfs: initialized\n[ 0.422508] EVM: security.selinux\n[ 0.423504] EVM: security.ima\n[ 0.424432] EVM: security.capability\n[ 0.426084] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.427659] pinctrl core: initialized pinctrl subsystem\n[ 0.429061] NET: Registered protocol family 16\n[ 0.430454] ACPI: bus type PCI registered\n[ 0.431556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433120] PCI: Using configuration type 1 for base access\n[ 0.437792] ACPI: Added _OSI(Module Device)\n[ 0.438939] ACPI: Added _OSI(Processor Device)\n[ 0.440080] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441254] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443951] ACPI: Interpreter enabled\n[ 0.445002] ACPI: (supports S0 S5)\n[ 0.445979] ACPI: Using IOAPIC for interrupt routing\n[ 0.447193] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.452474] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.453971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.455447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.458196] acpiphp: Slot [3] registered\n[ 0.459271] acpiphp: Slot [4] registered\n[ 0.460347] acpiphp: Slot [5] registered\n[ 0.461421] acpiphp: Slot [6] registered\n[ 0.462665] acpiphp: Slot [7] registered\n[ 0.463903] acpiphp: Slot [8] registered\n[ 0.465138] acpiphp: Slot [9] registered\n[ 0.466389] acpiphp: Slot [10] registered\n[ 0.467675] acpiphp: Slot [11] registered\n[ 0.468935] acpiphp: Slot [12] registered\n[ 0.470197] acpiphp: Slot [13] registered\n[ 0.471458] acpiphp: Slot [14] registered\n[ 0.472707] acpiphp: Slot [15] registered\n[ 0.474006] acpiphp: Slot [16] registered\n[ 0.475262] acpiphp: Slot [17] registered\n[ 0.476530] acpiphp: Slot [18] registered\n[ 0.477779] acpiphp: Slot [19] registered\n[ 0.479039] acpiphp: Slot [20] registered\n[ 0.480293] acpiphp: Slot [21] registered\n[ 0.481566] acpiphp: Slot [22] registered\n[ 0.482821] acpiphp: Slot [23] registered\n[ 0.484098] acpiphp: Slot [24] registered\n[ 0.485404] acpiphp: Slot [25] registered\n[ 0.486690] acpiphp: Slot [26] registered\n[ 0.487983] acpiphp: Slot [27] registered\n[ 0.489277] acpiphp: Slot [28] registered\n[ 0.490579] acpiphp: Slot [29] registered\n[ 0.491876] acpiphp: Slot [30] registered\n[ 0.493157] acpiphp: Slot [31] registered\n[ 0.494576] PCI host bridge to bus 0000:00\n[ 0.495854] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.497435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.499209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.500974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.503272] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.505590] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.511215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.513074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.514772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.516573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.520817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.523079] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.546067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.548155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.550187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.552848] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.554933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.556765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.558618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.561070] vgaarb: loaded\n[ 0.562076] vgaarb: bridge control possible 0000:00:02.0\n[ 0.563701] SCSI subsystem initialized\n[ 0.564922] ACPI: bus type USB registered\n[ 0.566196] usbcore: registered new interface driver usbfs\n[ 0.567752] usbcore: registered new interface driver hub\n[ 0.569241] usbcore: registered new device driver usb\n[ 0.570874] PCI: Using ACPI for IRQ routing\n[ 0.572483] NetLabel: Initializing\n[ 0.573626] NetLabel: domain hash size = 128\n[ 0.574953] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.576431] NetLabel: unlabeled traffic allowed by default\n[ 0.578150] Switched to clocksource kvm-clock\n[ 0.586055] pnp: PnP ACPI init\n[ 0.587146] ACPI: bus type PNP registered\n[ 0.588715] pnp: PnP ACPI: found 5 devices\n[ 0.589948] ACPI: bus type PNP unregistered\n[ 0.597157] NET: Registered protocol family 2\n[ 0.598726] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.601171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.603239] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.605087] TCP: reno registered\n[ 0.606165] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.607597] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.609126] NET: Registered protocol family 1\n[ 0.610275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.611655] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.612999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.632881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.652587] Unpacking initramfs...\n[ 1.095940] Freeing initrd memory: 37508k freed\n[ 1.105508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.107064] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.109852] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.111307] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.113018] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.114445] Initialise system trusted keyring\n[ 1.115588] audit: initializing netlink socket (disabled)\n[ 1.116881] type=2000 audit(1534763634.992:1): initialized\n[ 1.133116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.134570] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.136739] zpool: loaded\n[ 1.137611] zbud: loaded\n[ 1.138607] VFS: Disk quotas dquot_6.5.2\n[ 1.139700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.141273] msgmni has been set to 7578\n[ 1.142388] Key type big_key registered\n[ 1.144067] NET: Registered protocol family 38\n[ 1.145214] Key type asymmetric registered\n[ 1.146295] Asymmetric key parser 'x509' registered\n[ 1.147507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.149521] io scheduler noop registered\n[ 1.150585] io scheduler deadline registered (default)\n[ 1.161475] io scheduler cfq registered\n[ 1.162604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.163908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.165469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.167440] ACPI: Power Button [PWRF]\n[ 1.168586] GHES: HEST is not enabled!\n[ 1.169679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.194228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.195960] Non-volatile memory driver v1.3\n[ 1.197061] Linux agpgart interface v0.103\n[ 1.198234] crash memory driver: version 1.1\n[ 1.199410] rdac: device handler registered\n[ 1.200547] hp_sw: device handler registered\n[ 1.201659] emc: device handler registered\n[ 1.202732] alua: device handler registered\n[ 1.203844] libphy: Fixed MDIO Bus: probed\n[ 1.204973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.206427] ehci-pci: EHCI PCI platform driver\n[ 1.207561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.208952] ohci-pci: OHCI PCI platform driver\n[ 1.210090] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.229892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.231204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.233223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.234494] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239302] usb usb1: Product: UHCI Host Controller\n[ 1.240505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.242033] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243277] hub 1-0:1.0: USB hub found\n[ 1.244320] hub 1-0:1.0: 2 ports detected\n[ 1.245502] usbcore: registered new interface driver usbserial\n[ 1.246856] usbcore: registered new interface driver usbserial_generic\n[ 1.248316] usbserial: USB Serial support registered for generic\n[ 1.249713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.252352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.253573] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.254872] mousedev: PS/2 mouse device common for all mice\n[ 1.256458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.259178] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.261371] rtc_cmos 00:00: RTC can wake from S4\n[ 1.262871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.265036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.266803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.268576] cpuidle: using governor menu\n[ 1.269860] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.271469] usbcore: registered new interface driver usbhid\n[ 1.273037] usbhid: USB HID core driver\n[ 1.274280] drop_monitor: Initializing network drop monitor service\n[ 1.276004] TCP: cubic registered\n[ 1.277121] Initializing XFRM netlink socket\n[ 1.278493] NET: Registered protocol family 10\n[ 1.280059] NET: Registered protocol family 17\n[ 1.281575] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.282958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.284574] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.287193] Loading compiled-in X.509 certificates\n[ 1.288611] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.291302] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.294435] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.297145] registered taskstats version 1\n[ 1.300199] Key type trusted registered\n[ 1.302648] Key type encrypted registered\n[ 1.305075] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.306998] rtc_cmos 00:00: setting system clock to 2018-08-20 11:13:54 UTC (1534763634)\n[ 1.310116] Freeing unused kernel memory: 1680k freed\n[ 1.314857] 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.318848] systemd[1]: Detected virtualization kvm.\n[ 1.320066] systemd[1]: Detected architecture x86-64.\n[ 1.321297] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.323639] systemd[1]: No hostname configured.\n[ 1.324792] systemd[1]: Set hostname to .\n[ 1.326052] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.350725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.352842] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.355852] systemd[1]: Reached target Local File Systems.\n[ 1.357162] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.359243] systemd[1]: Created slice Root Slice.\n[ 1.360448] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Paths.\n[ 1.362309] systemd[1]: Reached target Paths.\n[ 1.363452] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.365350] systemd[1]: Created slice System Slice.\n[ 1.366564] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.368567] systemd[1]: Listening on udev Kernel Socket.\n[ 1.369847] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.371896] systemd[1]: Listening on Journal Socket.\n[ 1.373115] systemd[1]: Starting Journal Socket.\n[ 1.374668] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.377466] systemd[1]: Reached target Swap.\n[ 1.378596] systemd[1]: Starting Swap.\n[ 1.380007] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.384284] systemd[1]: Reached target Slices.\n[ 1.385648] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.387806] systemd[1]: Reached target Timers.\n[ 1.389046] systemd[1]: Starting Timers.\n[ 1.390526] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.392912] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.395917] systemd[1]: Listening on udev Control Socket.\n[ 1.397254] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.399675] systemd[1]: Reached target Sockets.\n[ 1.400859] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.403172] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.406091] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.409362] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.461101] RPC: Registered named UNIX socket transport module.\n[ 1.462519] RPC: Registered udp transport module.\n[ 1.463701] RPC: Registered tcp transport module.\n[ 1.464874] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.547159] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.563441] FDC 0 is a S82078B\n[ 1.580725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.620157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.622942] scsi host0: ata_piix\n[ 1.624043] scsi host1: ata_piix\n[ 1.625048] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.626776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.630877] 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.699508] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.701003] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.702543] usb 1-1: Product: QEMU USB Tablet\n[ 1.703667] usb 1-1: Manufacturer: QEMU\n[ 1.704717] usb 1-1: SerialNumber: 42\n[ 1.714712] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.717169] 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"} 2018-08-20 11:13:55,921 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action used request id req-e66b0368-d011-401b-aedb-f8a315798d89 2018-08-20 11:13:55,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.150677919388s 2018-08-20 11:13:55,922 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action used request id req-e66b0368-d011-401b-aedb-f8a315798d89 2018-08-20 11:13:55,922 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1739910969 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.308129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.310309] pid_max: default: 32768 minimum: 301 [ 0.311502] Security Framework initialized [ 0.312594] SELinux: Initializing. [ 0.313847] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.318416] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.321218] Mount-cache hash table entries: 4096 [ 0.322618] Initializing cgroup subsys memory [ 0.323756] Initializing cgroup subsys devices [ 0.324898] Initializing cgroup subsys freezer [ 0.326029] Initializing cgroup subsys net_cls [ 0.327158] Initializing cgroup subsys blkio [ 0.328273] Initializing cgroup subsys perf_event [ 0.329441] Initializing cgroup subsys hugetlb [ 0.330572] Initializing cgroup subsys pids [ 0.331660] Initializing cgroup subsys net_prio [ 0.332891] CPU: Physical Processor ID: 0 [ 0.334658] mce: CPU supports 10 MCE banks [ 0.335768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337050] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.338308] tlb_flushall_shift: 6 [ 0.339473] Freeing SMP alternatives: 28k freed [ 0.343273] ACPI: Core revision 20130517 [ 0.344750] ACPI: All ACPI Tables successfully acquired [ 0.346182] ftrace: allocating 25812 entries in 101 pages [ 0.367938] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.370586] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372054] smpboot: Max logical packages: 2 [ 0.373341] Enabling x2apic [ 0.374232] Enabled x2apic [ 0.375299] Switched APIC routing to physical x2apic. [ 0.377449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.378914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.381489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.388866] KVM setup paravirtual spinlock [ 0.391317] smpboot: Booting Node 0, Processors #1 OK [ 0.392988] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.414690] Brought up 2 CPUs [ 0.414692] KVM setup async PF for cpu 1 [ 0.414695] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.417894] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420043] devtmpfs: initialized [ 0.422508] EVM: security.selinux [ 0.423504] EVM: security.ima [ 0.424432] EVM: security.capability [ 0.426084] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.427659] pinctrl core: initialized pinctrl subsystem [ 0.429061] NET: Registered protocol family 16 [ 0.430454] ACPI: bus type PCI registered [ 0.431556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433120] PCI: Using configuration type 1 for base access [ 0.437792] ACPI: Added _OSI(Module Device) [ 0.438939] ACPI: Added _OSI(Processor Device) [ 0.440080] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441254] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443951] ACPI: Interpreter enabled [ 0.445002] ACPI: (supports S0 S5) [ 0.445979] ACPI: Using IOAPIC for interrupt routing [ 0.447193] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.452474] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.453971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.455447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.458196] acpiphp: Slot [3] registered [ 0.459271] acpiphp: Slot [4] registered [ 0.460347] acpiphp: Slot [5] registered [ 0.461421] acpiphp: Slot [6] registered [ 0.462665] acpiphp: Slot [7] registered [ 0.463903] acpiphp: Slot [8] registered [ 0.465138] acpiphp: Slot [9] registered [ 0.466389] acpiphp: Slot [10] registered [ 0.467675] acpiphp: Slot [11] registered [ 0.468935] acpiphp: Slot [12] registered [ 0.470197] acpiphp: Slot [13] registered [ 0.471458] acpiphp: Slot [14] registered [ 0.472707] acpiphp: Slot [15] registered [ 0.474006] acpiphp: Slot [16] registered [ 0.475262] acpiphp: Slot [17] registered [ 0.476530] acpiphp: Slot [18] registered [ 0.477779] acpiphp: Slot [19] registered [ 0.479039] acpiphp: Slot [20] registered [ 0.480293] acpiphp: Slot [21] registered [ 0.481566] acpiphp: Slot [22] registered [ 0.482821] acpiphp: Slot [23] registered [ 0.484098] acpiphp: Slot [24] registered [ 0.485404] acpiphp: Slot [25] registered [ 0.486690] acpiphp: Slot [26] registered [ 0.487983] acpiphp: Slot [27] registered [ 0.489277] acpiphp: Slot [28] registered [ 0.490579] acpiphp: Slot [29] registered [ 0.491876] acpiphp: Slot [30] registered [ 0.493157] acpiphp: Slot [31] registered [ 0.494576] PCI host bridge to bus 0000:00 [ 0.495854] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.497435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.499209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.500974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.503272] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.505590] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.511215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.513074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.514772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.516573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.520817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.523079] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.546067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.548155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.550187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.552848] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.554933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.556765] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.558618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.561070] vgaarb: loaded [ 0.562076] vgaarb: bridge control possible 0000:00:02.0 [ 0.563701] SCSI subsystem initialized [ 0.564922] ACPI: bus type USB registered [ 0.566196] usbcore: registered new interface driver usbfs [ 0.567752] usbcore: registered new interface driver hub [ 0.569241] usbcore: registered new device driver usb [ 0.570874] PCI: Using ACPI for IRQ routing [ 0.572483] NetLabel: Initializing [ 0.573626] NetLabel: domain hash size = 128 [ 0.574953] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.576431] NetLabel: unlabeled traffic allowed by default [ 0.578150] Switched to clocksource kvm-clock [ 0.586055] pnp: PnP ACPI init [ 0.587146] ACPI: bus type PNP registered [ 0.588715] pnp: PnP ACPI: found 5 devices [ 0.589948] ACPI: bus type PNP unregistered [ 0.597157] NET: Registered protocol family 2 [ 0.598726] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.601171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.603239] TCP: Hash tables configured (established 32768 bind 32768) [ 0.605087] TCP: reno registered [ 0.606165] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.607597] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.609126] NET: Registered protocol family 1 [ 0.610275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.611655] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.612999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.632881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.652587] Unpacking initramfs... [ 1.095940] Freeing initrd memory: 37508k freed [ 1.105508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.107064] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.109852] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.111307] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.113018] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.114445] Initialise system trusted keyring [ 1.115588] audit: initializing netlink socket (disabled) [ 1.116881] type=2000 audit(1534763634.992:1): initialized [ 1.133116] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.134570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.136739] zpool: loaded [ 1.137611] zbud: loaded [ 1.138607] VFS: Disk quotas dquot_6.5.2 [ 1.139700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.141273] msgmni has been set to 7578 [ 1.142388] Key type big_key registered [ 1.144067] NET: Registered protocol family 38 [ 1.145214] Key type asymmetric registered [ 1.146295] Asymmetric key parser 'x509' registered [ 1.147507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.149521] io scheduler noop registered [ 1.150585] io scheduler deadline registered (default) [ 1.161475] io scheduler cfq registered [ 1.162604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.163908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.165469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.167440] ACPI: Power Button [PWRF] [ 1.168586] GHES: HEST is not enabled! [ 1.169679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.194228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.195960] Non-volatile memory driver v1.3 [ 1.197061] Linux agpgart interface v0.103 [ 1.198234] crash memory driver: version 1.1 [ 1.199410] rdac: device handler registered [ 1.200547] hp_sw: device handler registered [ 1.201659] emc: device handler registered [ 1.202732] alua: device handler registered [ 1.203844] libphy: Fixed MDIO Bus: probed [ 1.204973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.206427] ehci-pci: EHCI PCI platform driver [ 1.207561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.208952] ohci-pci: OHCI PCI platform driver [ 1.210090] uhci_hcd: USB Universal Host Controller Interface driver [ 1.229892] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.231204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.233223] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.234494] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239302] usb usb1: Product: UHCI Host Controller [ 1.240505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.242033] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243277] hub 1-0:1.0: USB hub found [ 1.244320] hub 1-0:1.0: 2 ports detected [ 1.245502] usbcore: registered new interface driver usbserial [ 1.246856] usbcore: registered new interface driver usbserial_generic [ 1.248316] usbserial: USB Serial support registered for generic [ 1.249713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.252352] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.253573] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.254872] mousedev: PS/2 mouse device common for all mice [ 1.256458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.259178] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.261371] rtc_cmos 00:00: RTC can wake from S4 [ 1.262871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.265036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.266803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.268576] cpuidle: using governor menu [ 1.269860] hidraw: raw HID events driver (C) Jiri Kosina [ 1.271469] usbcore: registered new interface driver usbhid [ 1.273037] usbhid: USB HID core driver [ 1.274280] drop_monitor: Initializing network drop monitor service [ 1.276004] TCP: cubic registered [ 1.277121] Initializing XFRM netlink socket [ 1.278493] NET: Registered protocol family 10 [ 1.280059] NET: Registered protocol family 17 [ 1.281575] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.282958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.284574] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.287193] Loading compiled-in X.509 certificates [ 1.288611] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.291302] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.294435] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.297145] registered taskstats version 1 [ 1.300199] Key type trusted registered [ 1.302648] Key type encrypted registered [ 1.305075] IMA: No TPM chip found, activating TPM-bypass! [ 1.306998] rtc_cmos 00:00: setting system clock to 2018-08-20 11:13:54 UTC (1534763634) [ 1.310116] Freeing unused kernel memory: 1680k freed [ 1.314857] 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.318848] systemd[1]: Detected virtualization kvm. [ 1.320066] systemd[1]: Detected architecture x86-64. [ 1.321297] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.323639] systemd[1]: No hostname configured. [ 1.324792] systemd[1]: Set hostname to . [ 1.326052] systemd[1]: Initializing machine ID from KVM UUID. [ 1.350725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.352842] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.355852] systemd[1]: Reached target Local File Systems. [ 1.357162] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.359243] systemd[1]: Created slice Root Slice. [ 1.360448] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Paths. [ 1.362309] systemd[1]: Reached target Paths. [ 1.363452] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.365350] systemd[1]: Created slice System Slice. [ 1.366564] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.368567] systemd[1]: Listening on udev Kernel Socket. [ 1.369847] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.371896] systemd[1]: Listening on Journal Socket. [ 1.373115] systemd[1]: Starting Journal Socket. [ 1.374668] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.377466] systemd[1]: Reached target Swap. [ 1.378596] systemd[1]: Starting Swap. [ 1.380007] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.384284] systemd[1]: Reached target Slices. [ 1.385648] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.387806] systemd[1]: Reached target Timers. [ 1.389046] systemd[1]: Starting Timers. [ 1.390526] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.392912] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.395917] systemd[1]: Listening on udev Control Socket. [ 1.397254] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.399675] systemd[1]: Reached target Sockets. [ 1.400859] systemd[1]: Starting Sockets. [[32m OK [0m] Started Apply Kernel Variables. [ 1.403172] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.406091] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.409362] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.461101] RPC: Registered named UNIX socket transport module. [ 1.462519] RPC: Registered udp transport module. [ 1.463701] RPC: Registered tcp transport module. [ 1.464874] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.547159] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.563441] FDC 0 is a S82078B [ 1.580725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.620157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.622942] scsi host0: ata_piix [ 1.624043] scsi host1: ata_piix [ 1.625048] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.626776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.630877] 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.699508] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.701003] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.702543] usb 1-1: Product: QEMU USB Tablet [ 1.703667] usb 1-1: Manufacturer: QEMU [ 1.704717] usb 1-1: SerialNumber: 42 [ 1.714712] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.717169] 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 2018-08-20 11:13:56,926 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-20 11:14:05,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:14:05,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:14:06,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:14:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a13b8c7-4614-4da8-8abd-b7eadb7e9221 x-compute-request-id: req-1a13b8c7-4614-4da8-8abd-b7eadb7e9221 Content-Encoding: gzip Content-Length: 11735 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1739910969 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.308129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.310309] pid_max: default: 32768 minimum: 301\n[ 0.311502] Security Framework initialized\n[ 0.312594] SELinux: Initializing.\n[ 0.313847] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.318416] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.321218] Mount-cache hash table entries: 4096\n[ 0.322618] Initializing cgroup subsys memory\n[ 0.323756] Initializing cgroup subsys devices\n[ 0.324898] Initializing cgroup subsys freezer\n[ 0.326029] Initializing cgroup subsys net_cls\n[ 0.327158] Initializing cgroup subsys blkio\n[ 0.328273] Initializing cgroup subsys perf_event\n[ 0.329441] Initializing cgroup subsys hugetlb\n[ 0.330572] Initializing cgroup subsys pids\n[ 0.331660] Initializing cgroup subsys net_prio\n[ 0.332891] CPU: Physical Processor ID: 0\n[ 0.334658] mce: CPU supports 10 MCE banks\n[ 0.335768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337050] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.338308] tlb_flushall_shift: 6\n[ 0.339473] Freeing SMP alternatives: 28k freed\n[ 0.343273] ACPI: Core revision 20130517\n[ 0.344750] ACPI: All ACPI Tables successfully acquired\n[ 0.346182] ftrace: allocating 25812 entries in 101 pages\n[ 0.367938] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.370586] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372054] smpboot: Max logical packages: 2\n[ 0.373341] Enabling x2apic\n[ 0.374232] Enabled x2apic\n[ 0.375299] Switched APIC routing to physical x2apic.\n[ 0.377449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.378914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.381489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.388866] KVM setup paravirtual spinlock\n[ 0.391317] smpboot: Booting Node 0, Processors #1 OK\n[ 0.392988] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.414690] Brought up 2 CPUs\n[ 0.414692] KVM setup async PF for cpu 1\n[ 0.414695] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.417894] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420043] devtmpfs: initialized\n[ 0.422508] EVM: security.selinux\n[ 0.423504] EVM: security.ima\n[ 0.424432] EVM: security.capability\n[ 0.426084] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.427659] pinctrl core: initialized pinctrl subsystem\n[ 0.429061] NET: Registered protocol family 16\n[ 0.430454] ACPI: bus type PCI registered\n[ 0.431556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433120] PCI: Using configuration type 1 for base access\n[ 0.437792] ACPI: Added _OSI(Module Device)\n[ 0.438939] ACPI: Added _OSI(Processor Device)\n[ 0.440080] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441254] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443951] ACPI: Interpreter enabled\n[ 0.445002] ACPI: (supports S0 S5)\n[ 0.445979] ACPI: Using IOAPIC for interrupt routing\n[ 0.447193] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.452474] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.453971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.455447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.458196] acpiphp: Slot [3] registered\n[ 0.459271] acpiphp: Slot [4] registered\n[ 0.460347] acpiphp: Slot [5] registered\n[ 0.461421] acpiphp: Slot [6] registered\n[ 0.462665] acpiphp: Slot [7] registered\n[ 0.463903] acpiphp: Slot [8] registered\n[ 0.465138] acpiphp: Slot [9] registered\n[ 0.466389] acpiphp: Slot [10] registered\n[ 0.467675] acpiphp: Slot [11] registered\n[ 0.468935] acpiphp: Slot [12] registered\n[ 0.470197] acpiphp: Slot [13] registered\n[ 0.471458] acpiphp: Slot [14] registered\n[ 0.472707] acpiphp: Slot [15] registered\n[ 0.474006] acpiphp: Slot [16] registered\n[ 0.475262] acpiphp: Slot [17] registered\n[ 0.476530] acpiphp: Slot [18] registered\n[ 0.477779] acpiphp: Slot [19] registered\n[ 0.479039] acpiphp: Slot [20] registered\n[ 0.480293] acpiphp: Slot [21] registered\n[ 0.481566] acpiphp: Slot [22] registered\n[ 0.482821] acpiphp: Slot [23] registered\n[ 0.484098] acpiphp: Slot [24] registered\n[ 0.485404] acpiphp: Slot [25] registered\n[ 0.486690] acpiphp: Slot [26] registered\n[ 0.487983] acpiphp: Slot [27] registered\n[ 0.489277] acpiphp: Slot [28] registered\n[ 0.490579] acpiphp: Slot [29] registered\n[ 0.491876] acpiphp: Slot [30] registered\n[ 0.493157] acpiphp: Slot [31] registered\n[ 0.494576] PCI host bridge to bus 0000:00\n[ 0.495854] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.497435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.499209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.500974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.503272] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.505590] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.511215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.513074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.514772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.516573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.520817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.523079] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.546067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.548155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.550187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.552848] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.554933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.556765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.558618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.561070] vgaarb: loaded\n[ 0.562076] vgaarb: bridge control possible 0000:00:02.0\n[ 0.563701] SCSI subsystem initialized\n[ 0.564922] ACPI: bus type USB registered\n[ 0.566196] usbcore: registered new interface driver usbfs\n[ 0.567752] usbcore: registered new interface driver hub\n[ 0.569241] usbcore: registered new device driver usb\n[ 0.570874] PCI: Using ACPI for IRQ routing\n[ 0.572483] NetLabel: Initializing\n[ 0.573626] NetLabel: domain hash size = 128\n[ 0.574953] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.576431] NetLabel: unlabeled traffic allowed by default\n[ 0.578150] Switched to clocksource kvm-clock\n[ 0.586055] pnp: PnP ACPI init\n[ 0.587146] ACPI: bus type PNP registered\n[ 0.588715] pnp: PnP ACPI: found 5 devices\n[ 0.589948] ACPI: bus type PNP unregistered\n[ 0.597157] NET: Registered protocol family 2\n[ 0.598726] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.601171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.603239] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.605087] TCP: reno registered\n[ 0.606165] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.607597] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.609126] NET: Registered protocol family 1\n[ 0.610275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.611655] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.612999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.632881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.652587] Unpacking initramfs...\n[ 1.095940] Freeing initrd memory: 37508k freed\n[ 1.105508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.107064] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.109852] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.111307] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.113018] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.114445] Initialise system trusted keyring\n[ 1.115588] audit: initializing netlink socket (disabled)\n[ 1.116881] type=2000 audit(1534763634.992:1): initialized\n[ 1.133116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.134570] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.136739] zpool: loaded\n[ 1.137611] zbud: loaded\n[ 1.138607] VFS: Disk quotas dquot_6.5.2\n[ 1.139700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.141273] msgmni has been set to 7578\n[ 1.142388] Key type big_key registered\n[ 1.144067] NET: Registered protocol family 38\n[ 1.145214] Key type asymmetric registered\n[ 1.146295] Asymmetric key parser 'x509' registered\n[ 1.147507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.149521] io scheduler noop registered\n[ 1.150585] io scheduler deadline registered (default)\n[ 1.161475] io scheduler cfq registered\n[ 1.162604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.163908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.165469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.167440] ACPI: Power Button [PWRF]\n[ 1.168586] GHES: HEST is not enabled!\n[ 1.169679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.194228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.195960] Non-volatile memory driver v1.3\n[ 1.197061] Linux agpgart interface v0.103\n[ 1.198234] crash memory driver: version 1.1\n[ 1.199410] rdac: device handler registered\n[ 1.200547] hp_sw: device handler registered\n[ 1.201659] emc: device handler registered\n[ 1.202732] alua: device handler registered\n[ 1.203844] libphy: Fixed MDIO Bus: probed\n[ 1.204973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.206427] ehci-pci: EHCI PCI platform driver\n[ 1.207561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.208952] ohci-pci: OHCI PCI platform driver\n[ 1.210090] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.229892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.231204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.233223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.234494] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239302] usb usb1: Product: UHCI Host Controller\n[ 1.240505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.242033] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243277] hub 1-0:1.0: USB hub found\n[ 1.244320] hub 1-0:1.0: 2 ports detected\n[ 1.245502] usbcore: registered new interface driver usbserial\n[ 1.246856] usbcore: registered new interface driver usbserial_generic\n[ 1.248316] usbserial: USB Serial support registered for generic\n[ 1.249713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.252352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.253573] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.254872] mousedev: PS/2 mouse device common for all mice\n[ 1.256458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.259178] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.261371] rtc_cmos 00:00: RTC can wake from S4\n[ 1.262871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.265036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.266803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.268576] cpuidle: using governor menu\n[ 1.269860] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.271469] usbcore: registered new interface driver usbhid\n[ 1.273037] usbhid: USB HID core driver\n[ 1.274280] drop_monitor: Initializing network drop monitor service\n[ 1.276004] TCP: cubic registered\n[ 1.277121] Initializing XFRM netlink socket\n[ 1.278493] NET: Registered protocol family 10\n[ 1.280059] NET: Registered protocol family 17\n[ 1.281575] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.282958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.284574] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.287193] Loading compiled-in X.509 certificates\n[ 1.288611] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.291302] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.294435] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.297145] registered taskstats version 1\n[ 1.300199] Key type trusted registered\n[ 1.302648] Key type encrypted registered\n[ 1.305075] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.306998] rtc_cmos 00:00: setting system clock to 2018-08-20 11:13:54 UTC (1534763634)\n[ 1.310116] Freeing unused kernel memory: 1680k freed\n[ 1.314857] 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.318848] systemd[1]: Detected virtualization kvm.\n[ 1.320066] systemd[1]: Detected architecture x86-64.\n[ 1.321297] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.323639] systemd[1]: No hostname configured.\n[ 1.324792] systemd[1]: Set hostname to .\n[ 1.326052] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.350725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.352842] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.355852] systemd[1]: Reached target Local File Systems.\n[ 1.357162] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.359243] systemd[1]: Created slice Root Slice.\n[ 1.360448] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Paths.\n[ 1.362309] systemd[1]: Reached target Paths.\n[ 1.363452] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.365350] systemd[1]: Created slice System Slice.\n[ 1.366564] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.368567] systemd[1]: Listening on udev Kernel Socket.\n[ 1.369847] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.371896] systemd[1]: Listening on Journal Socket.\n[ 1.373115] systemd[1]: Starting Journal Socket.\n[ 1.374668] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.377466] systemd[1]: Reached target Swap.\n[ 1.378596] systemd[1]: Starting Swap.\n[ 1.380007] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.384284] systemd[1]: Reached target Slices.\n[ 1.385648] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.387806] systemd[1]: Reached target Timers.\n[ 1.389046] systemd[1]: Starting Timers.\n[ 1.390526] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.392912] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.395917] systemd[1]: Listening on udev Control Socket.\n[ 1.397254] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.399675] systemd[1]: Reached target Sockets.\n[ 1.400859] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.403172] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.406091] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.409362] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.461101] RPC: Registered named UNIX socket transport module.\n[ 1.462519] RPC: Registered udp transport module.\n[ 1.463701] RPC: Registered tcp transport module.\n[ 1.464874] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.547159] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.563441] FDC 0 is a S82078B\n[ 1.580725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.620157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.622942] scsi host0: ata_piix\n[ 1.624043] scsi host1: ata_piix\n[ 1.625048] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.626776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.630877] 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.699508] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.701003] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.702543] usb 1-1: Product: QEMU USB Tablet\n[ 1.703667] usb 1-1: Manufacturer: QEMU\n[ 1.704717] usb 1-1: SerialNumber: 42\n[ 1.714712] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.717169] 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.798215] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.800465] XFS (vda1): Mounting V4 Filesystem\n[ 1.825520] 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 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 Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev 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.042896] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.158131] SELinux: Disabled at runtime.\n[ 2.194189] type=1404 audit(1534763635.387:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.216942] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.218389] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\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 File Systems.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.428825] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.581979] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.680324] type=1305 audit(1534763635.873:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m[ 2.878447] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 2.886995] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m[ 2.895391] input: PC Speaker as /devices/platform/pcspkr/input/input5\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n[[32m OK [0m[ 2.916852] ppdev: user-space parallel port driver\n] Started D-Bus System Message Bus.\n[ 2.938284] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.938285] [TTM] Initializing pool allocator\n[ 2.938287] [TTM] Initializing DMA pool allocator\n[ 2.938520] [drm] fb mappable at 0xFC000000\n[ 2.938520] [drm] vram aper at 0xFC000000\n[ 2.938521] [drm] size 33554432\n[ 2.938521] [drm] fb depth is 24\n[ 2.938521] [drm] pitch is 3072\n[ 2.954289] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.978419] Console: switching to colour frame buffer device 128x48\n[ 2.990488] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 2.996291] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n Starting Login Service...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.[ 3.063190] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Login Service.\n[ 3.078321] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.085115] alg: No test for crc32 (crc32-pclmul)\n[ 3.088870] intel_rapl: no valid rapl domains found in package 0\n[ 3.093896] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[ 3.099494] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems (Pre).\n[\n[ 3.104470] 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 NTP client/server.\nintel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n[ 3.119938] intel_powerclamp: No package C-state available Starting Command Scheduler...\n\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.133975] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:13:56 +0000. Up 3.10 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.394013] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:13:58 +0000. Up 5.29 seconds.\n[ 5.426602] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.428840] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.431121] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.433339] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.435531] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.437789] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:87:a9:76 |\n[ 5.439919] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.442234] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.444588] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.447814] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.452517] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.455271] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.457497] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.459787] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.467326] cloud-init[796]: 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: "} 2018-08-20 11:14:06,048 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action used request id req-1a13b8c7-4614-4da8-8abd-b7eadb7e9221 2018-08-20 11:14:06,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.121189832687s 2018-08-20 11:14:06,050 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action used request id req-1a13b8c7-4614-4da8-8abd-b7eadb7e9221 2018-08-20 11:14:06,050 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1739910969 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.308129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.310309] pid_max: default: 32768 minimum: 301 [ 0.311502] Security Framework initialized [ 0.312594] SELinux: Initializing. [ 0.313847] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.318416] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.321218] Mount-cache hash table entries: 4096 [ 0.322618] Initializing cgroup subsys memory [ 0.323756] Initializing cgroup subsys devices [ 0.324898] Initializing cgroup subsys freezer [ 0.326029] Initializing cgroup subsys net_cls [ 0.327158] Initializing cgroup subsys blkio [ 0.328273] Initializing cgroup subsys perf_event [ 0.329441] Initializing cgroup subsys hugetlb [ 0.330572] Initializing cgroup subsys pids [ 0.331660] Initializing cgroup subsys net_prio [ 0.332891] CPU: Physical Processor ID: 0 [ 0.334658] mce: CPU supports 10 MCE banks [ 0.335768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337050] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.338308] tlb_flushall_shift: 6 [ 0.339473] Freeing SMP alternatives: 28k freed [ 0.343273] ACPI: Core revision 20130517 [ 0.344750] ACPI: All ACPI Tables successfully acquired [ 0.346182] ftrace: allocating 25812 entries in 101 pages [ 0.367938] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.370586] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372054] smpboot: Max logical packages: 2 [ 0.373341] Enabling x2apic [ 0.374232] Enabled x2apic [ 0.375299] Switched APIC routing to physical x2apic. [ 0.377449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.378914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.381489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.388866] KVM setup paravirtual spinlock [ 0.391317] smpboot: Booting Node 0, Processors #1 OK [ 0.392988] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.414690] Brought up 2 CPUs [ 0.414692] KVM setup async PF for cpu 1 [ 0.414695] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.417894] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420043] devtmpfs: initialized [ 0.422508] EVM: security.selinux [ 0.423504] EVM: security.ima [ 0.424432] EVM: security.capability [ 0.426084] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.427659] pinctrl core: initialized pinctrl subsystem [ 0.429061] NET: Registered protocol family 16 [ 0.430454] ACPI: bus type PCI registered [ 0.431556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433120] PCI: Using configuration type 1 for base access [ 0.437792] ACPI: Added _OSI(Module Device) [ 0.438939] ACPI: Added _OSI(Processor Device) [ 0.440080] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441254] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443951] ACPI: Interpreter enabled [ 0.445002] ACPI: (supports S0 S5) [ 0.445979] ACPI: Using IOAPIC for interrupt routing [ 0.447193] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.452474] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.453971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.455447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.458196] acpiphp: Slot [3] registered [ 0.459271] acpiphp: Slot [4] registered [ 0.460347] acpiphp: Slot [5] registered [ 0.461421] acpiphp: Slot [6] registered [ 0.462665] acpiphp: Slot [7] registered [ 0.463903] acpiphp: Slot [8] registered [ 0.465138] acpiphp: Slot [9] registered [ 0.466389] acpiphp: Slot [10] registered [ 0.467675] acpiphp: Slot [11] registered [ 0.468935] acpiphp: Slot [12] registered [ 0.470197] acpiphp: Slot [13] registered [ 0.471458] acpiphp: Slot [14] registered [ 0.472707] acpiphp: Slot [15] registered [ 0.474006] acpiphp: Slot [16] registered [ 0.475262] acpiphp: Slot [17] registered [ 0.476530] acpiphp: Slot [18] registered [ 0.477779] acpiphp: Slot [19] registered [ 0.479039] acpiphp: Slot [20] registered [ 0.480293] acpiphp: Slot [21] registered [ 0.481566] acpiphp: Slot [22] registered [ 0.482821] acpiphp: Slot [23] registered [ 0.484098] acpiphp: Slot [24] registered [ 0.485404] acpiphp: Slot [25] registered [ 0.486690] acpiphp: Slot [26] registered [ 0.487983] acpiphp: Slot [27] registered [ 0.489277] acpiphp: Slot [28] registered [ 0.490579] acpiphp: Slot [29] registered [ 0.491876] acpiphp: Slot [30] registered [ 0.493157] acpiphp: Slot [31] registered [ 0.494576] PCI host bridge to bus 0000:00 [ 0.495854] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.497435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.499209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.500974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.503272] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.505590] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.511215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.513074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.514772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.516573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.520817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.523079] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.546067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.548155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.550187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.552848] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.554933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.556765] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.558618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.561070] vgaarb: loaded [ 0.562076] vgaarb: bridge control possible 0000:00:02.0 [ 0.563701] SCSI subsystem initialized [ 0.564922] ACPI: bus type USB registered [ 0.566196] usbcore: registered new interface driver usbfs [ 0.567752] usbcore: registered new interface driver hub [ 0.569241] usbcore: registered new device driver usb [ 0.570874] PCI: Using ACPI for IRQ routing [ 0.572483] NetLabel: Initializing [ 0.573626] NetLabel: domain hash size = 128 [ 0.574953] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.576431] NetLabel: unlabeled traffic allowed by default [ 0.578150] Switched to clocksource kvm-clock [ 0.586055] pnp: PnP ACPI init [ 0.587146] ACPI: bus type PNP registered [ 0.588715] pnp: PnP ACPI: found 5 devices [ 0.589948] ACPI: bus type PNP unregistered [ 0.597157] NET: Registered protocol family 2 [ 0.598726] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.601171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.603239] TCP: Hash tables configured (established 32768 bind 32768) [ 0.605087] TCP: reno registered [ 0.606165] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.607597] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.609126] NET: Registered protocol family 1 [ 0.610275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.611655] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.612999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.632881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.652587] Unpacking initramfs... [ 1.095940] Freeing initrd memory: 37508k freed [ 1.105508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.107064] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.109852] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.111307] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.113018] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.114445] Initialise system trusted keyring [ 1.115588] audit: initializing netlink socket (disabled) [ 1.116881] type=2000 audit(1534763634.992:1): initialized [ 1.133116] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.134570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.136739] zpool: loaded [ 1.137611] zbud: loaded [ 1.138607] VFS: Disk quotas dquot_6.5.2 [ 1.139700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.141273] msgmni has been set to 7578 [ 1.142388] Key type big_key registered [ 1.144067] NET: Registered protocol family 38 [ 1.145214] Key type asymmetric registered [ 1.146295] Asymmetric key parser 'x509' registered [ 1.147507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.149521] io scheduler noop registered [ 1.150585] io scheduler deadline registered (default) [ 1.161475] io scheduler cfq registered [ 1.162604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.163908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.165469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.167440] ACPI: Power Button [PWRF] [ 1.168586] GHES: HEST is not enabled! [ 1.169679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.194228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.195960] Non-volatile memory driver v1.3 [ 1.197061] Linux agpgart interface v0.103 [ 1.198234] crash memory driver: version 1.1 [ 1.199410] rdac: device handler registered [ 1.200547] hp_sw: device handler registered [ 1.201659] emc: device handler registered [ 1.202732] alua: device handler registered [ 1.203844] libphy: Fixed MDIO Bus: probed [ 1.204973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.206427] ehci-pci: EHCI PCI platform driver [ 1.207561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.208952] ohci-pci: OHCI PCI platform driver [ 1.210090] uhci_hcd: USB Universal Host Controller Interface driver [ 1.229892] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.231204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.233223] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.234494] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239302] usb usb1: Product: UHCI Host Controller [ 1.240505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.242033] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243277] hub 1-0:1.0: USB hub found [ 1.244320] hub 1-0:1.0: 2 ports detected [ 1.245502] usbcore: registered new interface driver usbserial [ 1.246856] usbcore: registered new interface driver usbserial_generic [ 1.248316] usbserial: USB Serial support registered for generic [ 1.249713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.252352] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.253573] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.254872] mousedev: PS/2 mouse device common for all mice [ 1.256458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.259178] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.261371] rtc_cmos 00:00: RTC can wake from S4 [ 1.262871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.265036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.266803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.268576] cpuidle: using governor menu [ 1.269860] hidraw: raw HID events driver (C) Jiri Kosina [ 1.271469] usbcore: registered new interface driver usbhid [ 1.273037] usbhid: USB HID core driver [ 1.274280] drop_monitor: Initializing network drop monitor service [ 1.276004] TCP: cubic registered [ 1.277121] Initializing XFRM netlink socket [ 1.278493] NET: Registered protocol family 10 [ 1.280059] NET: Registered protocol family 17 [ 1.281575] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.282958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.284574] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.287193] Loading compiled-in X.509 certificates [ 1.288611] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.291302] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.294435] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.297145] registered taskstats version 1 [ 1.300199] Key type trusted registered [ 1.302648] Key type encrypted registered [ 1.305075] IMA: No TPM chip found, activating TPM-bypass! [ 1.306998] rtc_cmos 00:00: setting system clock to 2018-08-20 11:13:54 UTC (1534763634) [ 1.310116] Freeing unused kernel memory: 1680k freed [ 1.314857] 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.318848] systemd[1]: Detected virtualization kvm. [ 1.320066] systemd[1]: Detected architecture x86-64. [ 1.321297] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.323639] systemd[1]: No hostname configured. [ 1.324792] systemd[1]: Set hostname to . [ 1.326052] systemd[1]: Initializing machine ID from KVM UUID. [ 1.350725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.352842] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.355852] systemd[1]: Reached target Local File Systems. [ 1.357162] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.359243] systemd[1]: Created slice Root Slice. [ 1.360448] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Paths. [ 1.362309] systemd[1]: Reached target Paths. [ 1.363452] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.365350] systemd[1]: Created slice System Slice. [ 1.366564] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.368567] systemd[1]: Listening on udev Kernel Socket. [ 1.369847] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.371896] systemd[1]: Listening on Journal Socket. [ 1.373115] systemd[1]: Starting Journal Socket. [ 1.374668] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.377466] systemd[1]: Reached target Swap. [ 1.378596] systemd[1]: Starting Swap. [ 1.380007] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.384284] systemd[1]: Reached target Slices. [ 1.385648] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.387806] systemd[1]: Reached target Timers. [ 1.389046] systemd[1]: Starting Timers. [ 1.390526] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.392912] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.395917] systemd[1]: Listening on udev Control Socket. [ 1.397254] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.399675] systemd[1]: Reached target Sockets. [ 1.400859] systemd[1]: Starting Sockets. [[32m OK [0m] Started Apply Kernel Variables. [ 1.403172] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.406091] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.409362] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.461101] RPC: Registered named UNIX socket transport module. [ 1.462519] RPC: Registered udp transport module. [ 1.463701] RPC: Registered tcp transport module. [ 1.464874] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.547159] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.563441] FDC 0 is a S82078B [ 1.580725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.620157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.622942] scsi host0: ata_piix [ 1.624043] scsi host1: ata_piix [ 1.625048] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.626776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.630877] 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.699508] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.701003] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.702543] usb 1-1: Product: QEMU USB Tablet [ 1.703667] usb 1-1: Manufacturer: QEMU [ 1.704717] usb 1-1: SerialNumber: 42 [ 1.714712] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.717169] 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.798215] SGI XFS with ACLs, security attributes, no debug enabled [ 1.800465] XFS (vda1): Mounting V4 Filesystem [ 1.825520] 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 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 Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev 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.042896] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.158131] SELinux: Disabled at runtime. [ 2.194189] type=1404 audit(1534763635.387:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.216942] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.218389] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[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 File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice User and Session Slice. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.428825] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Setup Virtual Console. [ 2.581979] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.680324] type=1305 audit(1534763635.873:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m[ 2.878447] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 2.886995] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m[ 2.895391] input: PC Speaker as /devices/platform/pcspkr/input/input5 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting Authorization Manager... [[32m OK [0m[ 2.916852] ppdev: user-space parallel port driver ] Started D-Bus System Message Bus. [ 2.938284] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.938285] [TTM] Initializing pool allocator [ 2.938287] [TTM] Initializing DMA pool allocator [ 2.938520] [drm] fb mappable at 0xFC000000 [ 2.938520] [drm] vram aper at 0xFC000000 [ 2.938521] [drm] size 33554432 [ 2.938521] [drm] fb depth is 24 [ 2.938521] [drm] pitch is 3072 [ 2.954289] fbcon: cirrusdrmfb (fb0) is primary device [ 2.978419] Console: switching to colour frame buffer device 128x48 [ 2.990488] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 2.996291] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... Starting Login Service... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg.[ 3.063190] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Login Service. [ 3.078321] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [ 3.085115] alg: No test for crc32 (crc32-pclmul) [ 3.088870] intel_rapl: no valid rapl domains found in package 0 [ 3.093896] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[ 3.099494] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems (Pre). [ [ 3.104470] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. [ 3.119938] intel_powerclamp: No package C-state available Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.133975] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:13:56 +0000. Up 3.10 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [ 5.394013] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:13:58 +0000. Up 5.29 seconds. [ 5.426602] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.428840] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.431121] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.433339] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.435531] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.437789] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:87:a9:76 | [ 5.439919] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.442234] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.444588] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.447814] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.452517] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.455271] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.457497] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.459787] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.467326] cloud-init[796]: 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: 2018-08-20 11:14:06,055 - paramiko.transport - DEBUG - starting thread (client mode): 0x986911d0L 2018-08-20 11:14:06,055 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:14:06,072 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 11:14:06,072 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 11:14:06,077 - 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-08-20 11:14:06,078 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:14:06,078 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:14:06,078 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:14:06,078 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:14:06,078 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:14:06,086 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:14:06,087 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:14:06,118 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-20 11:14:06,120 - paramiko.transport - DEBUG - Trying discovered key c231a6484c5da7f12e50786ef6e08ab7 in /tmp/tmpoVhsQ1 2018-08-20 11:14:06,126 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:14:16,169 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 11:14:16,200 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-20 11:14:16,201 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:14:16,208 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 11:14:16,216 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.202: Authentication failed. 2018-08-20 11:14:25,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:14:25,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:14:25,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:14: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-72e8b3b2-62ef-435d-8214-a94da53a86c9 x-compute-request-id: req-72e8b3b2-62ef-435d-8214-a94da53a86c9 Content-Encoding: gzip Content-Length: 11735 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1739910969 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.308129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.310309] pid_max: default: 32768 minimum: 301\n[ 0.311502] Security Framework initialized\n[ 0.312594] SELinux: Initializing.\n[ 0.313847] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.318416] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.321218] Mount-cache hash table entries: 4096\n[ 0.322618] Initializing cgroup subsys memory\n[ 0.323756] Initializing cgroup subsys devices\n[ 0.324898] Initializing cgroup subsys freezer\n[ 0.326029] Initializing cgroup subsys net_cls\n[ 0.327158] Initializing cgroup subsys blkio\n[ 0.328273] Initializing cgroup subsys perf_event\n[ 0.329441] Initializing cgroup subsys hugetlb\n[ 0.330572] Initializing cgroup subsys pids\n[ 0.331660] Initializing cgroup subsys net_prio\n[ 0.332891] CPU: Physical Processor ID: 0\n[ 0.334658] mce: CPU supports 10 MCE banks\n[ 0.335768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337050] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.338308] tlb_flushall_shift: 6\n[ 0.339473] Freeing SMP alternatives: 28k freed\n[ 0.343273] ACPI: Core revision 20130517\n[ 0.344750] ACPI: All ACPI Tables successfully acquired\n[ 0.346182] ftrace: allocating 25812 entries in 101 pages\n[ 0.367938] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.370586] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372054] smpboot: Max logical packages: 2\n[ 0.373341] Enabling x2apic\n[ 0.374232] Enabled x2apic\n[ 0.375299] Switched APIC routing to physical x2apic.\n[ 0.377449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.378914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.381489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.388866] KVM setup paravirtual spinlock\n[ 0.391317] smpboot: Booting Node 0, Processors #1 OK\n[ 0.392988] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.414690] Brought up 2 CPUs\n[ 0.414692] KVM setup async PF for cpu 1\n[ 0.414695] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.417894] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420043] devtmpfs: initialized\n[ 0.422508] EVM: security.selinux\n[ 0.423504] EVM: security.ima\n[ 0.424432] EVM: security.capability\n[ 0.426084] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.427659] pinctrl core: initialized pinctrl subsystem\n[ 0.429061] NET: Registered protocol family 16\n[ 0.430454] ACPI: bus type PCI registered\n[ 0.431556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433120] PCI: Using configuration type 1 for base access\n[ 0.437792] ACPI: Added _OSI(Module Device)\n[ 0.438939] ACPI: Added _OSI(Processor Device)\n[ 0.440080] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441254] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443951] ACPI: Interpreter enabled\n[ 0.445002] ACPI: (supports S0 S5)\n[ 0.445979] ACPI: Using IOAPIC for interrupt routing\n[ 0.447193] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.452474] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.453971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.455447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.458196] acpiphp: Slot [3] registered\n[ 0.459271] acpiphp: Slot [4] registered\n[ 0.460347] acpiphp: Slot [5] registered\n[ 0.461421] acpiphp: Slot [6] registered\n[ 0.462665] acpiphp: Slot [7] registered\n[ 0.463903] acpiphp: Slot [8] registered\n[ 0.465138] acpiphp: Slot [9] registered\n[ 0.466389] acpiphp: Slot [10] registered\n[ 0.467675] acpiphp: Slot [11] registered\n[ 0.468935] acpiphp: Slot [12] registered\n[ 0.470197] acpiphp: Slot [13] registered\n[ 0.471458] acpiphp: Slot [14] registered\n[ 0.472707] acpiphp: Slot [15] registered\n[ 0.474006] acpiphp: Slot [16] registered\n[ 0.475262] acpiphp: Slot [17] registered\n[ 0.476530] acpiphp: Slot [18] registered\n[ 0.477779] acpiphp: Slot [19] registered\n[ 0.479039] acpiphp: Slot [20] registered\n[ 0.480293] acpiphp: Slot [21] registered\n[ 0.481566] acpiphp: Slot [22] registered\n[ 0.482821] acpiphp: Slot [23] registered\n[ 0.484098] acpiphp: Slot [24] registered\n[ 0.485404] acpiphp: Slot [25] registered\n[ 0.486690] acpiphp: Slot [26] registered\n[ 0.487983] acpiphp: Slot [27] registered\n[ 0.489277] acpiphp: Slot [28] registered\n[ 0.490579] acpiphp: Slot [29] registered\n[ 0.491876] acpiphp: Slot [30] registered\n[ 0.493157] acpiphp: Slot [31] registered\n[ 0.494576] PCI host bridge to bus 0000:00\n[ 0.495854] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.497435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.499209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.500974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.503272] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.505590] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.511215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.513074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.514772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.516573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.520817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.523079] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.546067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.548155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.550187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.552848] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.554933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.556765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.558618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.561070] vgaarb: loaded\n[ 0.562076] vgaarb: bridge control possible 0000:00:02.0\n[ 0.563701] SCSI subsystem initialized\n[ 0.564922] ACPI: bus type USB registered\n[ 0.566196] usbcore: registered new interface driver usbfs\n[ 0.567752] usbcore: registered new interface driver hub\n[ 0.569241] usbcore: registered new device driver usb\n[ 0.570874] PCI: Using ACPI for IRQ routing\n[ 0.572483] NetLabel: Initializing\n[ 0.573626] NetLabel: domain hash size = 128\n[ 0.574953] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.576431] NetLabel: unlabeled traffic allowed by default\n[ 0.578150] Switched to clocksource kvm-clock\n[ 0.586055] pnp: PnP ACPI init\n[ 0.587146] ACPI: bus type PNP registered\n[ 0.588715] pnp: PnP ACPI: found 5 devices\n[ 0.589948] ACPI: bus type PNP unregistered\n[ 0.597157] NET: Registered protocol family 2\n[ 0.598726] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.601171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.603239] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.605087] TCP: reno registered\n[ 0.606165] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.607597] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.609126] NET: Registered protocol family 1\n[ 0.610275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.611655] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.612999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.632881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.652587] Unpacking initramfs...\n[ 1.095940] Freeing initrd memory: 37508k freed\n[ 1.105508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.107064] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.109852] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.111307] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.113018] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.114445] Initialise system trusted keyring\n[ 1.115588] audit: initializing netlink socket (disabled)\n[ 1.116881] type=2000 audit(1534763634.992:1): initialized\n[ 1.133116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.134570] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.136739] zpool: loaded\n[ 1.137611] zbud: loaded\n[ 1.138607] VFS: Disk quotas dquot_6.5.2\n[ 1.139700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.141273] msgmni has been set to 7578\n[ 1.142388] Key type big_key registered\n[ 1.144067] NET: Registered protocol family 38\n[ 1.145214] Key type asymmetric registered\n[ 1.146295] Asymmetric key parser 'x509' registered\n[ 1.147507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.149521] io scheduler noop registered\n[ 1.150585] io scheduler deadline registered (default)\n[ 1.161475] io scheduler cfq registered\n[ 1.162604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.163908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.165469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.167440] ACPI: Power Button [PWRF]\n[ 1.168586] GHES: HEST is not enabled!\n[ 1.169679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.194228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.195960] Non-volatile memory driver v1.3\n[ 1.197061] Linux agpgart interface v0.103\n[ 1.198234] crash memory driver: version 1.1\n[ 1.199410] rdac: device handler registered\n[ 1.200547] hp_sw: device handler registered\n[ 1.201659] emc: device handler registered\n[ 1.202732] alua: device handler registered\n[ 1.203844] libphy: Fixed MDIO Bus: probed\n[ 1.204973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.206427] ehci-pci: EHCI PCI platform driver\n[ 1.207561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.208952] ohci-pci: OHCI PCI platform driver\n[ 1.210090] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.229892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.231204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.233223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.234494] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239302] usb usb1: Product: UHCI Host Controller\n[ 1.240505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.242033] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243277] hub 1-0:1.0: USB hub found\n[ 1.244320] hub 1-0:1.0: 2 ports detected\n[ 1.245502] usbcore: registered new interface driver usbserial\n[ 1.246856] usbcore: registered new interface driver usbserial_generic\n[ 1.248316] usbserial: USB Serial support registered for generic\n[ 1.249713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.252352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.253573] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.254872] mousedev: PS/2 mouse device common for all mice\n[ 1.256458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.259178] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.261371] rtc_cmos 00:00: RTC can wake from S4\n[ 1.262871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.265036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.266803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.268576] cpuidle: using governor menu\n[ 1.269860] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.271469] usbcore: registered new interface driver usbhid\n[ 1.273037] usbhid: USB HID core driver\n[ 1.274280] drop_monitor: Initializing network drop monitor service\n[ 1.276004] TCP: cubic registered\n[ 1.277121] Initializing XFRM netlink socket\n[ 1.278493] NET: Registered protocol family 10\n[ 1.280059] NET: Registered protocol family 17\n[ 1.281575] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.282958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.284574] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.287193] Loading compiled-in X.509 certificates\n[ 1.288611] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.291302] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.294435] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.297145] registered taskstats version 1\n[ 1.300199] Key type trusted registered\n[ 1.302648] Key type encrypted registered\n[ 1.305075] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.306998] rtc_cmos 00:00: setting system clock to 2018-08-20 11:13:54 UTC (1534763634)\n[ 1.310116] Freeing unused kernel memory: 1680k freed\n[ 1.314857] 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.318848] systemd[1]: Detected virtualization kvm.\n[ 1.320066] systemd[1]: Detected architecture x86-64.\n[ 1.321297] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.323639] systemd[1]: No hostname configured.\n[ 1.324792] systemd[1]: Set hostname to .\n[ 1.326052] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.350725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.352842] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.355852] systemd[1]: Reached target Local File Systems.\n[ 1.357162] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.359243] systemd[1]: Created slice Root Slice.\n[ 1.360448] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Paths.\n[ 1.362309] systemd[1]: Reached target Paths.\n[ 1.363452] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.365350] systemd[1]: Created slice System Slice.\n[ 1.366564] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.368567] systemd[1]: Listening on udev Kernel Socket.\n[ 1.369847] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.371896] systemd[1]: Listening on Journal Socket.\n[ 1.373115] systemd[1]: Starting Journal Socket.\n[ 1.374668] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.377466] systemd[1]: Reached target Swap.\n[ 1.378596] systemd[1]: Starting Swap.\n[ 1.380007] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.384284] systemd[1]: Reached target Slices.\n[ 1.385648] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.387806] systemd[1]: Reached target Timers.\n[ 1.389046] systemd[1]: Starting Timers.\n[ 1.390526] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.392912] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.395917] systemd[1]: Listening on udev Control Socket.\n[ 1.397254] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.399675] systemd[1]: Reached target Sockets.\n[ 1.400859] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.403172] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.406091] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.409362] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.461101] RPC: Registered named UNIX socket transport module.\n[ 1.462519] RPC: Registered udp transport module.\n[ 1.463701] RPC: Registered tcp transport module.\n[ 1.464874] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.547159] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.563441] FDC 0 is a S82078B\n[ 1.580725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.620157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.622942] scsi host0: ata_piix\n[ 1.624043] scsi host1: ata_piix\n[ 1.625048] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.626776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.630877] 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.699508] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.701003] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.702543] usb 1-1: Product: QEMU USB Tablet\n[ 1.703667] usb 1-1: Manufacturer: QEMU\n[ 1.704717] usb 1-1: SerialNumber: 42\n[ 1.714712] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.717169] 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.798215] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.800465] XFS (vda1): Mounting V4 Filesystem\n[ 1.825520] 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 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 Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev 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.042896] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.158131] SELinux: Disabled at runtime.\n[ 2.194189] type=1404 audit(1534763635.387:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.216942] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.218389] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\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 File Systems.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.428825] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.581979] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.680324] type=1305 audit(1534763635.873:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m[ 2.878447] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 2.886995] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m[ 2.895391] input: PC Speaker as /devices/platform/pcspkr/input/input5\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n[[32m OK [0m[ 2.916852] ppdev: user-space parallel port driver\n] Started D-Bus System Message Bus.\n[ 2.938284] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.938285] [TTM] Initializing pool allocator\n[ 2.938287] [TTM] Initializing DMA pool allocator\n[ 2.938520] [drm] fb mappable at 0xFC000000\n[ 2.938520] [drm] vram aper at 0xFC000000\n[ 2.938521] [drm] size 33554432\n[ 2.938521] [drm] fb depth is 24\n[ 2.938521] [drm] pitch is 3072\n[ 2.954289] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.978419] Console: switching to colour frame buffer device 128x48\n[ 2.990488] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 2.996291] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n Starting Login Service...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.[ 3.063190] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Login Service.\n[ 3.078321] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.085115] alg: No test for crc32 (crc32-pclmul)\n[ 3.088870] intel_rapl: no valid rapl domains found in package 0\n[ 3.093896] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[ 3.099494] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems (Pre).\n[\n[ 3.104470] 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 NTP client/server.\nintel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n[ 3.119938] intel_powerclamp: No package C-state available Starting Command Scheduler...\n\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.133975] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:13:56 +0000. Up 3.10 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.394013] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:13:58 +0000. Up 5.29 seconds.\n[ 5.426602] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.428840] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.431121] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.433339] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.435531] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.437789] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:87:a9:76 |\n[ 5.439919] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.442234] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.444588] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.447814] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.452517] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.455271] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.457497] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.459787] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.467326] cloud-init[796]: 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: "} 2018-08-20 11:14:25,302 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action used request id req-72e8b3b2-62ef-435d-8214-a94da53a86c9 2018-08-20 11:14:25,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0756158828735s 2018-08-20 11:14:25,303 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action used request id req-72e8b3b2-62ef-435d-8214-a94da53a86c9 2018-08-20 11:14:25,303 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1739910969 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.308129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.310309] pid_max: default: 32768 minimum: 301 [ 0.311502] Security Framework initialized [ 0.312594] SELinux: Initializing. [ 0.313847] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.318416] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.321218] Mount-cache hash table entries: 4096 [ 0.322618] Initializing cgroup subsys memory [ 0.323756] Initializing cgroup subsys devices [ 0.324898] Initializing cgroup subsys freezer [ 0.326029] Initializing cgroup subsys net_cls [ 0.327158] Initializing cgroup subsys blkio [ 0.328273] Initializing cgroup subsys perf_event [ 0.329441] Initializing cgroup subsys hugetlb [ 0.330572] Initializing cgroup subsys pids [ 0.331660] Initializing cgroup subsys net_prio [ 0.332891] CPU: Physical Processor ID: 0 [ 0.334658] mce: CPU supports 10 MCE banks [ 0.335768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337050] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.338308] tlb_flushall_shift: 6 [ 0.339473] Freeing SMP alternatives: 28k freed [ 0.343273] ACPI: Core revision 20130517 [ 0.344750] ACPI: All ACPI Tables successfully acquired [ 0.346182] ftrace: allocating 25812 entries in 101 pages [ 0.367938] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.370586] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372054] smpboot: Max logical packages: 2 [ 0.373341] Enabling x2apic [ 0.374232] Enabled x2apic [ 0.375299] Switched APIC routing to physical x2apic. [ 0.377449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.378914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.381489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.388866] KVM setup paravirtual spinlock [ 0.391317] smpboot: Booting Node 0, Processors #1 OK [ 0.392988] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.414690] Brought up 2 CPUs [ 0.414692] KVM setup async PF for cpu 1 [ 0.414695] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.417894] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420043] devtmpfs: initialized [ 0.422508] EVM: security.selinux [ 0.423504] EVM: security.ima [ 0.424432] EVM: security.capability [ 0.426084] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.427659] pinctrl core: initialized pinctrl subsystem [ 0.429061] NET: Registered protocol family 16 [ 0.430454] ACPI: bus type PCI registered [ 0.431556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433120] PCI: Using configuration type 1 for base access [ 0.437792] ACPI: Added _OSI(Module Device) [ 0.438939] ACPI: Added _OSI(Processor Device) [ 0.440080] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441254] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443951] ACPI: Interpreter enabled [ 0.445002] ACPI: (supports S0 S5) [ 0.445979] ACPI: Using IOAPIC for interrupt routing [ 0.447193] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.452474] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.453971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.455447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.458196] acpiphp: Slot [3] registered [ 0.459271] acpiphp: Slot [4] registered [ 0.460347] acpiphp: Slot [5] registered [ 0.461421] acpiphp: Slot [6] registered [ 0.462665] acpiphp: Slot [7] registered [ 0.463903] acpiphp: Slot [8] registered [ 0.465138] acpiphp: Slot [9] registered [ 0.466389] acpiphp: Slot [10] registered [ 0.467675] acpiphp: Slot [11] registered [ 0.468935] acpiphp: Slot [12] registered [ 0.470197] acpiphp: Slot [13] registered [ 0.471458] acpiphp: Slot [14] registered [ 0.472707] acpiphp: Slot [15] registered [ 0.474006] acpiphp: Slot [16] registered [ 0.475262] acpiphp: Slot [17] registered [ 0.476530] acpiphp: Slot [18] registered [ 0.477779] acpiphp: Slot [19] registered [ 0.479039] acpiphp: Slot [20] registered [ 0.480293] acpiphp: Slot [21] registered [ 0.481566] acpiphp: Slot [22] registered [ 0.482821] acpiphp: Slot [23] registered [ 0.484098] acpiphp: Slot [24] registered [ 0.485404] acpiphp: Slot [25] registered [ 0.486690] acpiphp: Slot [26] registered [ 0.487983] acpiphp: Slot [27] registered [ 0.489277] acpiphp: Slot [28] registered [ 0.490579] acpiphp: Slot [29] registered [ 0.491876] acpiphp: Slot [30] registered [ 0.493157] acpiphp: Slot [31] registered [ 0.494576] PCI host bridge to bus 0000:00 [ 0.495854] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.497435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.499209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.500974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.503272] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.505590] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.511215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.513074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.514772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.516573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.520817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.523079] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.546067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.548155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.550187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.552848] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.554933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.556765] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.558618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.561070] vgaarb: loaded [ 0.562076] vgaarb: bridge control possible 0000:00:02.0 [ 0.563701] SCSI subsystem initialized [ 0.564922] ACPI: bus type USB registered [ 0.566196] usbcore: registered new interface driver usbfs [ 0.567752] usbcore: registered new interface driver hub [ 0.569241] usbcore: registered new device driver usb [ 0.570874] PCI: Using ACPI for IRQ routing [ 0.572483] NetLabel: Initializing [ 0.573626] NetLabel: domain hash size = 128 [ 0.574953] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.576431] NetLabel: unlabeled traffic allowed by default [ 0.578150] Switched to clocksource kvm-clock [ 0.586055] pnp: PnP ACPI init [ 0.587146] ACPI: bus type PNP registered [ 0.588715] pnp: PnP ACPI: found 5 devices [ 0.589948] ACPI: bus type PNP unregistered [ 0.597157] NET: Registered protocol family 2 [ 0.598726] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.601171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.603239] TCP: Hash tables configured (established 32768 bind 32768) [ 0.605087] TCP: reno registered [ 0.606165] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.607597] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.609126] NET: Registered protocol family 1 [ 0.610275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.611655] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.612999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.632881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.652587] Unpacking initramfs... [ 1.095940] Freeing initrd memory: 37508k freed [ 1.105508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.107064] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.109852] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.111307] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.113018] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.114445] Initialise system trusted keyring [ 1.115588] audit: initializing netlink socket (disabled) [ 1.116881] type=2000 audit(1534763634.992:1): initialized [ 1.133116] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.134570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.136739] zpool: loaded [ 1.137611] zbud: loaded [ 1.138607] VFS: Disk quotas dquot_6.5.2 [ 1.139700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.141273] msgmni has been set to 7578 [ 1.142388] Key type big_key registered [ 1.144067] NET: Registered protocol family 38 [ 1.145214] Key type asymmetric registered [ 1.146295] Asymmetric key parser 'x509' registered [ 1.147507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.149521] io scheduler noop registered [ 1.150585] io scheduler deadline registered (default) [ 1.161475] io scheduler cfq registered [ 1.162604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.163908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.165469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.167440] ACPI: Power Button [PWRF] [ 1.168586] GHES: HEST is not enabled! [ 1.169679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.194228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.195960] Non-volatile memory driver v1.3 [ 1.197061] Linux agpgart interface v0.103 [ 1.198234] crash memory driver: version 1.1 [ 1.199410] rdac: device handler registered [ 1.200547] hp_sw: device handler registered [ 1.201659] emc: device handler registered [ 1.202732] alua: device handler registered [ 1.203844] libphy: Fixed MDIO Bus: probed [ 1.204973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.206427] ehci-pci: EHCI PCI platform driver [ 1.207561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.208952] ohci-pci: OHCI PCI platform driver [ 1.210090] uhci_hcd: USB Universal Host Controller Interface driver [ 1.229892] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.231204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.233223] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.234494] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239302] usb usb1: Product: UHCI Host Controller [ 1.240505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.242033] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243277] hub 1-0:1.0: USB hub found [ 1.244320] hub 1-0:1.0: 2 ports detected [ 1.245502] usbcore: registered new interface driver usbserial [ 1.246856] usbcore: registered new interface driver usbserial_generic [ 1.248316] usbserial: USB Serial support registered for generic [ 1.249713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.252352] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.253573] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.254872] mousedev: PS/2 mouse device common for all mice [ 1.256458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.259178] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.261371] rtc_cmos 00:00: RTC can wake from S4 [ 1.262871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.265036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.266803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.268576] cpuidle: using governor menu [ 1.269860] hidraw: raw HID events driver (C) Jiri Kosina [ 1.271469] usbcore: registered new interface driver usbhid [ 1.273037] usbhid: USB HID core driver [ 1.274280] drop_monitor: Initializing network drop monitor service [ 1.276004] TCP: cubic registered [ 1.277121] Initializing XFRM netlink socket [ 1.278493] NET: Registered protocol family 10 [ 1.280059] NET: Registered protocol family 17 [ 1.281575] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.282958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.284574] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.287193] Loading compiled-in X.509 certificates [ 1.288611] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.291302] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.294435] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.297145] registered taskstats version 1 [ 1.300199] Key type trusted registered [ 1.302648] Key type encrypted registered [ 1.305075] IMA: No TPM chip found, activating TPM-bypass! [ 1.306998] rtc_cmos 00:00: setting system clock to 2018-08-20 11:13:54 UTC (1534763634) [ 1.310116] Freeing unused kernel memory: 1680k freed [ 1.314857] 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.318848] systemd[1]: Detected virtualization kvm. [ 1.320066] systemd[1]: Detected architecture x86-64. [ 1.321297] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.323639] systemd[1]: No hostname configured. [ 1.324792] systemd[1]: Set hostname to . [ 1.326052] systemd[1]: Initializing machine ID from KVM UUID. [ 1.350725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.352842] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.355852] systemd[1]: Reached target Local File Systems. [ 1.357162] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.359243] systemd[1]: Created slice Root Slice. [ 1.360448] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Paths. [ 1.362309] systemd[1]: Reached target Paths. [ 1.363452] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.365350] systemd[1]: Created slice System Slice. [ 1.366564] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.368567] systemd[1]: Listening on udev Kernel Socket. [ 1.369847] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.371896] systemd[1]: Listening on Journal Socket. [ 1.373115] systemd[1]: Starting Journal Socket. [ 1.374668] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.377466] systemd[1]: Reached target Swap. [ 1.378596] systemd[1]: Starting Swap. [ 1.380007] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.384284] systemd[1]: Reached target Slices. [ 1.385648] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.387806] systemd[1]: Reached target Timers. [ 1.389046] systemd[1]: Starting Timers. [ 1.390526] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.392912] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.395917] systemd[1]: Listening on udev Control Socket. [ 1.397254] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.399675] systemd[1]: Reached target Sockets. [ 1.400859] systemd[1]: Starting Sockets. [[32m OK [0m] Started Apply Kernel Variables. [ 1.403172] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.406091] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.409362] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.461101] RPC: Registered named UNIX socket transport module. [ 1.462519] RPC: Registered udp transport module. [ 1.463701] RPC: Registered tcp transport module. [ 1.464874] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.547159] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.563441] FDC 0 is a S82078B [ 1.580725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.620157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.622942] scsi host0: ata_piix [ 1.624043] scsi host1: ata_piix [ 1.625048] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.626776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.630877] 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.699508] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.701003] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.702543] usb 1-1: Product: QEMU USB Tablet [ 1.703667] usb 1-1: Manufacturer: QEMU [ 1.704717] usb 1-1: SerialNumber: 42 [ 1.714712] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.717169] 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.798215] SGI XFS with ACLs, security attributes, no debug enabled [ 1.800465] XFS (vda1): Mounting V4 Filesystem [ 1.825520] 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 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 Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev 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.042896] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.158131] SELinux: Disabled at runtime. [ 2.194189] type=1404 audit(1534763635.387:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.216942] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.218389] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[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 File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice User and Session Slice. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.428825] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Setup Virtual Console. [ 2.581979] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.680324] type=1305 audit(1534763635.873:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m[ 2.878447] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 2.886995] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m[ 2.895391] input: PC Speaker as /devices/platform/pcspkr/input/input5 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting Authorization Manager... [[32m OK [0m[ 2.916852] ppdev: user-space parallel port driver ] Started D-Bus System Message Bus. [ 2.938284] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.938285] [TTM] Initializing pool allocator [ 2.938287] [TTM] Initializing DMA pool allocator [ 2.938520] [drm] fb mappable at 0xFC000000 [ 2.938520] [drm] vram aper at 0xFC000000 [ 2.938521] [drm] size 33554432 [ 2.938521] [drm] fb depth is 24 [ 2.938521] [drm] pitch is 3072 [ 2.954289] fbcon: cirrusdrmfb (fb0) is primary device [ 2.978419] Console: switching to colour frame buffer device 128x48 [ 2.990488] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 2.996291] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... Starting Login Service... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg.[ 3.063190] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Login Service. [ 3.078321] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [ 3.085115] alg: No test for crc32 (crc32-pclmul) [ 3.088870] intel_rapl: no valid rapl domains found in package 0 [ 3.093896] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[ 3.099494] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems (Pre). [ [ 3.104470] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. [ 3.119938] intel_powerclamp: No package C-state available Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.133975] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:13:56 +0000. Up 3.10 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [ 5.394013] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:13:58 +0000. Up 5.29 seconds. [ 5.426602] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.428840] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.431121] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.433339] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.435531] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.437789] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:87:a9:76 | [ 5.439919] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.442234] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.444588] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.447814] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.452517] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.455271] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.457497] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.459787] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.467326] cloud-init[796]: 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: 2018-08-20 11:14:25,307 - paramiko.transport - DEBUG - starting thread (client mode): 0x9aec8490L 2018-08-20 11:14:25,307 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:14:25,313 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 11:14:25,313 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 11:14:25,315 - 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-08-20 11:14:25,315 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:14:25,315 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:14:25,315 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:14:25,315 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:14:25,316 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:14:25,320 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:14:25,321 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:14:25,324 - paramiko.transport - DEBUG - Trying discovered key c231a6484c5da7f12e50786ef6e08ab7 in /tmp/tmpoVhsQ1 2018-08-20 11:14:25,361 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:14:35,381 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 11:14:35,404 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-20 11:14:35,405 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:14:35,411 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 11:14:35,412 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.202: Authentication failed. 2018-08-20 11:14:44,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:14:44,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:14:44,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-8c1d57d0-8efa-4630-8143-8cff9042d44d x-compute-request-id: req-8c1d57d0-8efa-4630-8143-8cff9042d44d Content-Encoding: gzip Content-Length: 11735 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1739910969 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.308129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.310309] pid_max: default: 32768 minimum: 301\n[ 0.311502] Security Framework initialized\n[ 0.312594] SELinux: Initializing.\n[ 0.313847] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.318416] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.321218] Mount-cache hash table entries: 4096\n[ 0.322618] Initializing cgroup subsys memory\n[ 0.323756] Initializing cgroup subsys devices\n[ 0.324898] Initializing cgroup subsys freezer\n[ 0.326029] Initializing cgroup subsys net_cls\n[ 0.327158] Initializing cgroup subsys blkio\n[ 0.328273] Initializing cgroup subsys perf_event\n[ 0.329441] Initializing cgroup subsys hugetlb\n[ 0.330572] Initializing cgroup subsys pids\n[ 0.331660] Initializing cgroup subsys net_prio\n[ 0.332891] CPU: Physical Processor ID: 0\n[ 0.334658] mce: CPU supports 10 MCE banks\n[ 0.335768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337050] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.338308] tlb_flushall_shift: 6\n[ 0.339473] Freeing SMP alternatives: 28k freed\n[ 0.343273] ACPI: Core revision 20130517\n[ 0.344750] ACPI: All ACPI Tables successfully acquired\n[ 0.346182] ftrace: allocating 25812 entries in 101 pages\n[ 0.367938] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.370586] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372054] smpboot: Max logical packages: 2\n[ 0.373341] Enabling x2apic\n[ 0.374232] Enabled x2apic\n[ 0.375299] Switched APIC routing to physical x2apic.\n[ 0.377449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.378914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.381489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.388866] KVM setup paravirtual spinlock\n[ 0.391317] smpboot: Booting Node 0, Processors #1 OK\n[ 0.392988] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.414690] Brought up 2 CPUs\n[ 0.414692] KVM setup async PF for cpu 1\n[ 0.414695] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.417894] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420043] devtmpfs: initialized\n[ 0.422508] EVM: security.selinux\n[ 0.423504] EVM: security.ima\n[ 0.424432] EVM: security.capability\n[ 0.426084] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.427659] pinctrl core: initialized pinctrl subsystem\n[ 0.429061] NET: Registered protocol family 16\n[ 0.430454] ACPI: bus type PCI registered\n[ 0.431556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433120] PCI: Using configuration type 1 for base access\n[ 0.437792] ACPI: Added _OSI(Module Device)\n[ 0.438939] ACPI: Added _OSI(Processor Device)\n[ 0.440080] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441254] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443951] ACPI: Interpreter enabled\n[ 0.445002] ACPI: (supports S0 S5)\n[ 0.445979] ACPI: Using IOAPIC for interrupt routing\n[ 0.447193] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.452474] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.453971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.455447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.458196] acpiphp: Slot [3] registered\n[ 0.459271] acpiphp: Slot [4] registered\n[ 0.460347] acpiphp: Slot [5] registered\n[ 0.461421] acpiphp: Slot [6] registered\n[ 0.462665] acpiphp: Slot [7] registered\n[ 0.463903] acpiphp: Slot [8] registered\n[ 0.465138] acpiphp: Slot [9] registered\n[ 0.466389] acpiphp: Slot [10] registered\n[ 0.467675] acpiphp: Slot [11] registered\n[ 0.468935] acpiphp: Slot [12] registered\n[ 0.470197] acpiphp: Slot [13] registered\n[ 0.471458] acpiphp: Slot [14] registered\n[ 0.472707] acpiphp: Slot [15] registered\n[ 0.474006] acpiphp: Slot [16] registered\n[ 0.475262] acpiphp: Slot [17] registered\n[ 0.476530] acpiphp: Slot [18] registered\n[ 0.477779] acpiphp: Slot [19] registered\n[ 0.479039] acpiphp: Slot [20] registered\n[ 0.480293] acpiphp: Slot [21] registered\n[ 0.481566] acpiphp: Slot [22] registered\n[ 0.482821] acpiphp: Slot [23] registered\n[ 0.484098] acpiphp: Slot [24] registered\n[ 0.485404] acpiphp: Slot [25] registered\n[ 0.486690] acpiphp: Slot [26] registered\n[ 0.487983] acpiphp: Slot [27] registered\n[ 0.489277] acpiphp: Slot [28] registered\n[ 0.490579] acpiphp: Slot [29] registered\n[ 0.491876] acpiphp: Slot [30] registered\n[ 0.493157] acpiphp: Slot [31] registered\n[ 0.494576] PCI host bridge to bus 0000:00\n[ 0.495854] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.497435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.499209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.500974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.503272] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.505590] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.511215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.513074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.514772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.516573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.520817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.523079] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.546067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.548155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.550187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.552848] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.554933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.556765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.558618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.561070] vgaarb: loaded\n[ 0.562076] vgaarb: bridge control possible 0000:00:02.0\n[ 0.563701] SCSI subsystem initialized\n[ 0.564922] ACPI: bus type USB registered\n[ 0.566196] usbcore: registered new interface driver usbfs\n[ 0.567752] usbcore: registered new interface driver hub\n[ 0.569241] usbcore: registered new device driver usb\n[ 0.570874] PCI: Using ACPI for IRQ routing\n[ 0.572483] NetLabel: Initializing\n[ 0.573626] NetLabel: domain hash size = 128\n[ 0.574953] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.576431] NetLabel: unlabeled traffic allowed by default\n[ 0.578150] Switched to clocksource kvm-clock\n[ 0.586055] pnp: PnP ACPI init\n[ 0.587146] ACPI: bus type PNP registered\n[ 0.588715] pnp: PnP ACPI: found 5 devices\n[ 0.589948] ACPI: bus type PNP unregistered\n[ 0.597157] NET: Registered protocol family 2\n[ 0.598726] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.601171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.603239] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.605087] TCP: reno registered\n[ 0.606165] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.607597] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.609126] NET: Registered protocol family 1\n[ 0.610275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.611655] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.612999] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.632881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.652587] Unpacking initramfs...\n[ 1.095940] Freeing initrd memory: 37508k freed\n[ 1.105508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.107064] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.109852] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.111307] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.113018] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.114445] Initialise system trusted keyring\n[ 1.115588] audit: initializing netlink socket (disabled)\n[ 1.116881] type=2000 audit(1534763634.992:1): initialized\n[ 1.133116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.134570] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.136739] zpool: loaded\n[ 1.137611] zbud: loaded\n[ 1.138607] VFS: Disk quotas dquot_6.5.2\n[ 1.139700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.141273] msgmni has been set to 7578\n[ 1.142388] Key type big_key registered\n[ 1.144067] NET: Registered protocol family 38\n[ 1.145214] Key type asymmetric registered\n[ 1.146295] Asymmetric key parser 'x509' registered\n[ 1.147507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.149521] io scheduler noop registered\n[ 1.150585] io scheduler deadline registered (default)\n[ 1.161475] io scheduler cfq registered\n[ 1.162604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.163908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.165469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.167440] ACPI: Power Button [PWRF]\n[ 1.168586] GHES: HEST is not enabled!\n[ 1.169679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.194228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.195960] Non-volatile memory driver v1.3\n[ 1.197061] Linux agpgart interface v0.103\n[ 1.198234] crash memory driver: version 1.1\n[ 1.199410] rdac: device handler registered\n[ 1.200547] hp_sw: device handler registered\n[ 1.201659] emc: device handler registered\n[ 1.202732] alua: device handler registered\n[ 1.203844] libphy: Fixed MDIO Bus: probed\n[ 1.204973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.206427] ehci-pci: EHCI PCI platform driver\n[ 1.207561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.208952] ohci-pci: OHCI PCI platform driver\n[ 1.210090] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.229892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.231204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.233223] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.234494] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239302] usb usb1: Product: UHCI Host Controller\n[ 1.240505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.242033] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243277] hub 1-0:1.0: USB hub found\n[ 1.244320] hub 1-0:1.0: 2 ports detected\n[ 1.245502] usbcore: registered new interface driver usbserial\n[ 1.246856] usbcore: registered new interface driver usbserial_generic\n[ 1.248316] usbserial: USB Serial support registered for generic\n[ 1.249713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.252352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.253573] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.254872] mousedev: PS/2 mouse device common for all mice\n[ 1.256458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.259178] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.261371] rtc_cmos 00:00: RTC can wake from S4\n[ 1.262871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.265036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.266803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.268576] cpuidle: using governor menu\n[ 1.269860] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.271469] usbcore: registered new interface driver usbhid\n[ 1.273037] usbhid: USB HID core driver\n[ 1.274280] drop_monitor: Initializing network drop monitor service\n[ 1.276004] TCP: cubic registered\n[ 1.277121] Initializing XFRM netlink socket\n[ 1.278493] NET: Registered protocol family 10\n[ 1.280059] NET: Registered protocol family 17\n[ 1.281575] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.282958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.284574] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.287193] Loading compiled-in X.509 certificates\n[ 1.288611] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.291302] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.294435] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.297145] registered taskstats version 1\n[ 1.300199] Key type trusted registered\n[ 1.302648] Key type encrypted registered\n[ 1.305075] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.306998] rtc_cmos 00:00: setting system clock to 2018-08-20 11:13:54 UTC (1534763634)\n[ 1.310116] Freeing unused kernel memory: 1680k freed\n[ 1.314857] 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.318848] systemd[1]: Detected virtualization kvm.\n[ 1.320066] systemd[1]: Detected architecture x86-64.\n[ 1.321297] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.323639] systemd[1]: No hostname configured.\n[ 1.324792] systemd[1]: Set hostname to .\n[ 1.326052] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.350725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.352842] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.355852] systemd[1]: Reached target Local File Systems.\n[ 1.357162] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.359243] systemd[1]: Created slice Root Slice.\n[ 1.360448] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Paths.\n[ 1.362309] systemd[1]: Reached target Paths.\n[ 1.363452] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.365350] systemd[1]: Created slice System Slice.\n[ 1.366564] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.368567] systemd[1]: Listening on udev Kernel Socket.\n[ 1.369847] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.371896] systemd[1]: Listening on Journal Socket.\n[ 1.373115] systemd[1]: Starting Journal Socket.\n[ 1.374668] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.377466] systemd[1]: Reached target Swap.\n[ 1.378596] systemd[1]: Starting Swap.\n[ 1.380007] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.384284] systemd[1]: Reached target Slices.\n[ 1.385648] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.387806] systemd[1]: Reached target Timers.\n[ 1.389046] systemd[1]: Starting Timers.\n[ 1.390526] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.392912] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.395917] systemd[1]: Listening on udev Control Socket.\n[ 1.397254] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.399675] systemd[1]: Reached target Sockets.\n[ 1.400859] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.403172] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.406091] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.409362] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.461101] RPC: Registered named UNIX socket transport module.\n[ 1.462519] RPC: Registered udp transport module.\n[ 1.463701] RPC: Registered tcp transport module.\n[ 1.464874] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.547159] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.563441] FDC 0 is a S82078B\n[ 1.580725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.620157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.622942] scsi host0: ata_piix\n[ 1.624043] scsi host1: ata_piix\n[ 1.625048] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.626776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.630877] 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.699508] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.701003] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.702543] usb 1-1: Product: QEMU USB Tablet\n[ 1.703667] usb 1-1: Manufacturer: QEMU\n[ 1.704717] usb 1-1: SerialNumber: 42\n[ 1.714712] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.717169] 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.798215] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.800465] XFS (vda1): Mounting V4 Filesystem\n[ 1.825520] 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 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 Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev 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.042896] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.158131] SELinux: Disabled at runtime.\n[ 2.194189] type=1404 audit(1534763635.387:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.216942] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.218389] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\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 File Systems.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n[ 2.428825] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.581979] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.680324] type=1305 audit(1534763635.873:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m[ 2.878447] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 2.886995] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m[ 2.895391] input: PC Speaker as /devices/platform/pcspkr/input/input5\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n[[32m OK [0m[ 2.916852] ppdev: user-space parallel port driver\n] Started D-Bus System Message Bus.\n[ 2.938284] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.938285] [TTM] Initializing pool allocator\n[ 2.938287] [TTM] Initializing DMA pool allocator\n[ 2.938520] [drm] fb mappable at 0xFC000000\n[ 2.938520] [drm] vram aper at 0xFC000000\n[ 2.938521] [drm] size 33554432\n[ 2.938521] [drm] fb depth is 24\n[ 2.938521] [drm] pitch is 3072\n[ 2.954289] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.978419] Console: switching to colour frame buffer device 128x48\n[ 2.990488] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 2.996291] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n Starting Login Service...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.[ 3.063190] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Started Login Service.\n[ 3.078321] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.085115] alg: No test for crc32 (crc32-pclmul)\n[ 3.088870] intel_rapl: no valid rapl domains found in package 0\n[ 3.093896] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[ 3.099494] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems (Pre).\n[\n[ 3.104470] 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 NTP client/server.\nintel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n[ 3.119938] intel_powerclamp: No package C-state available Starting Command Scheduler...\n\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.133975] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:13:56 +0000. Up 3.10 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.394013] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:13:58 +0000. Up 5.29 seconds.\n[ 5.426602] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.428840] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.431121] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.433339] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.435531] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.437789] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:87:a9:76 |\n[ 5.439919] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.442234] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.444588] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.447814] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.452517] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.455271] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.457497] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.459787] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.467326] cloud-init[796]: 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: "} 2018-08-20 11:14:44,504 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action used request id req-8c1d57d0-8efa-4630-8143-8cff9042d44d 2018-08-20 11:14:44,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0882670879364s 2018-08-20 11:14:44,506 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3/action used request id req-8c1d57d0-8efa-4630-8143-8cff9042d44d 2018-08-20 11:14:44,506 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1739910969 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.308129] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.310309] pid_max: default: 32768 minimum: 301 [ 0.311502] Security Framework initialized [ 0.312594] SELinux: Initializing. [ 0.313847] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.318416] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.321218] Mount-cache hash table entries: 4096 [ 0.322618] Initializing cgroup subsys memory [ 0.323756] Initializing cgroup subsys devices [ 0.324898] Initializing cgroup subsys freezer [ 0.326029] Initializing cgroup subsys net_cls [ 0.327158] Initializing cgroup subsys blkio [ 0.328273] Initializing cgroup subsys perf_event [ 0.329441] Initializing cgroup subsys hugetlb [ 0.330572] Initializing cgroup subsys pids [ 0.331660] Initializing cgroup subsys net_prio [ 0.332891] CPU: Physical Processor ID: 0 [ 0.334658] mce: CPU supports 10 MCE banks [ 0.335768] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337050] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.338308] tlb_flushall_shift: 6 [ 0.339473] Freeing SMP alternatives: 28k freed [ 0.343273] ACPI: Core revision 20130517 [ 0.344750] ACPI: All ACPI Tables successfully acquired [ 0.346182] ftrace: allocating 25812 entries in 101 pages [ 0.367938] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.370586] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372054] smpboot: Max logical packages: 2 [ 0.373341] Enabling x2apic [ 0.374232] Enabled x2apic [ 0.375299] Switched APIC routing to physical x2apic. [ 0.377449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.378914] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.381489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.388866] KVM setup paravirtual spinlock [ 0.391317] smpboot: Booting Node 0, Processors #1 OK [ 0.392988] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.414690] Brought up 2 CPUs [ 0.414692] KVM setup async PF for cpu 1 [ 0.414695] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.417894] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420043] devtmpfs: initialized [ 0.422508] EVM: security.selinux [ 0.423504] EVM: security.ima [ 0.424432] EVM: security.capability [ 0.426084] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.427659] pinctrl core: initialized pinctrl subsystem [ 0.429061] NET: Registered protocol family 16 [ 0.430454] ACPI: bus type PCI registered [ 0.431556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433120] PCI: Using configuration type 1 for base access [ 0.437792] ACPI: Added _OSI(Module Device) [ 0.438939] ACPI: Added _OSI(Processor Device) [ 0.440080] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441254] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443951] ACPI: Interpreter enabled [ 0.445002] ACPI: (supports S0 S5) [ 0.445979] ACPI: Using IOAPIC for interrupt routing [ 0.447193] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.452474] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.453971] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.455447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.458196] acpiphp: Slot [3] registered [ 0.459271] acpiphp: Slot [4] registered [ 0.460347] acpiphp: Slot [5] registered [ 0.461421] acpiphp: Slot [6] registered [ 0.462665] acpiphp: Slot [7] registered [ 0.463903] acpiphp: Slot [8] registered [ 0.465138] acpiphp: Slot [9] registered [ 0.466389] acpiphp: Slot [10] registered [ 0.467675] acpiphp: Slot [11] registered [ 0.468935] acpiphp: Slot [12] registered [ 0.470197] acpiphp: Slot [13] registered [ 0.471458] acpiphp: Slot [14] registered [ 0.472707] acpiphp: Slot [15] registered [ 0.474006] acpiphp: Slot [16] registered [ 0.475262] acpiphp: Slot [17] registered [ 0.476530] acpiphp: Slot [18] registered [ 0.477779] acpiphp: Slot [19] registered [ 0.479039] acpiphp: Slot [20] registered [ 0.480293] acpiphp: Slot [21] registered [ 0.481566] acpiphp: Slot [22] registered [ 0.482821] acpiphp: Slot [23] registered [ 0.484098] acpiphp: Slot [24] registered [ 0.485404] acpiphp: Slot [25] registered [ 0.486690] acpiphp: Slot [26] registered [ 0.487983] acpiphp: Slot [27] registered [ 0.489277] acpiphp: Slot [28] registered [ 0.490579] acpiphp: Slot [29] registered [ 0.491876] acpiphp: Slot [30] registered [ 0.493157] acpiphp: Slot [31] registered [ 0.494576] PCI host bridge to bus 0000:00 [ 0.495854] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.497435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.499209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.500974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.503272] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.505590] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.511215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.513074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.514772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.516573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.520817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.523079] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.546067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.548155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.550187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.552848] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.554933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.556765] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.558618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.561070] vgaarb: loaded [ 0.562076] vgaarb: bridge control possible 0000:00:02.0 [ 0.563701] SCSI subsystem initialized [ 0.564922] ACPI: bus type USB registered [ 0.566196] usbcore: registered new interface driver usbfs [ 0.567752] usbcore: registered new interface driver hub [ 0.569241] usbcore: registered new device driver usb [ 0.570874] PCI: Using ACPI for IRQ routing [ 0.572483] NetLabel: Initializing [ 0.573626] NetLabel: domain hash size = 128 [ 0.574953] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.576431] NetLabel: unlabeled traffic allowed by default [ 0.578150] Switched to clocksource kvm-clock [ 0.586055] pnp: PnP ACPI init [ 0.587146] ACPI: bus type PNP registered [ 0.588715] pnp: PnP ACPI: found 5 devices [ 0.589948] ACPI: bus type PNP unregistered [ 0.597157] NET: Registered protocol family 2 [ 0.598726] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.601171] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.603239] TCP: Hash tables configured (established 32768 bind 32768) [ 0.605087] TCP: reno registered [ 0.606165] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.607597] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.609126] NET: Registered protocol family 1 [ 0.610275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.611655] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.612999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.632881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.652587] Unpacking initramfs... [ 1.095940] Freeing initrd memory: 37508k freed [ 1.105508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.107064] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.109852] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.111307] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.113018] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.114445] Initialise system trusted keyring [ 1.115588] audit: initializing netlink socket (disabled) [ 1.116881] type=2000 audit(1534763634.992:1): initialized [ 1.133116] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.134570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.136739] zpool: loaded [ 1.137611] zbud: loaded [ 1.138607] VFS: Disk quotas dquot_6.5.2 [ 1.139700] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.141273] msgmni has been set to 7578 [ 1.142388] Key type big_key registered [ 1.144067] NET: Registered protocol family 38 [ 1.145214] Key type asymmetric registered [ 1.146295] Asymmetric key parser 'x509' registered [ 1.147507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.149521] io scheduler noop registered [ 1.150585] io scheduler deadline registered (default) [ 1.161475] io scheduler cfq registered [ 1.162604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.163908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.165469] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.167440] ACPI: Power Button [PWRF] [ 1.168586] GHES: HEST is not enabled! [ 1.169679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.194228] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.195960] Non-volatile memory driver v1.3 [ 1.197061] Linux agpgart interface v0.103 [ 1.198234] crash memory driver: version 1.1 [ 1.199410] rdac: device handler registered [ 1.200547] hp_sw: device handler registered [ 1.201659] emc: device handler registered [ 1.202732] alua: device handler registered [ 1.203844] libphy: Fixed MDIO Bus: probed [ 1.204973] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.206427] ehci-pci: EHCI PCI platform driver [ 1.207561] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.208952] ohci-pci: OHCI PCI platform driver [ 1.210090] uhci_hcd: USB Universal Host Controller Interface driver [ 1.229892] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.231204] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.233223] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.234494] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239302] usb usb1: Product: UHCI Host Controller [ 1.240505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.242033] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243277] hub 1-0:1.0: USB hub found [ 1.244320] hub 1-0:1.0: 2 ports detected [ 1.245502] usbcore: registered new interface driver usbserial [ 1.246856] usbcore: registered new interface driver usbserial_generic [ 1.248316] usbserial: USB Serial support registered for generic [ 1.249713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.252352] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.253573] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.254872] mousedev: PS/2 mouse device common for all mice [ 1.256458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.259178] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.261371] rtc_cmos 00:00: RTC can wake from S4 [ 1.262871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.265036] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.266803] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.268576] cpuidle: using governor menu [ 1.269860] hidraw: raw HID events driver (C) Jiri Kosina [ 1.271469] usbcore: registered new interface driver usbhid [ 1.273037] usbhid: USB HID core driver [ 1.274280] drop_monitor: Initializing network drop monitor service [ 1.276004] TCP: cubic registered [ 1.277121] Initializing XFRM netlink socket [ 1.278493] NET: Registered protocol family 10 [ 1.280059] NET: Registered protocol family 17 [ 1.281575] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.282958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.284574] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.287193] Loading compiled-in X.509 certificates [ 1.288611] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.291302] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.294435] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.297145] registered taskstats version 1 [ 1.300199] Key type trusted registered [ 1.302648] Key type encrypted registered [ 1.305075] IMA: No TPM chip found, activating TPM-bypass! [ 1.306998] rtc_cmos 00:00: setting system clock to 2018-08-20 11:13:54 UTC (1534763634) [ 1.310116] Freeing unused kernel memory: 1680k freed [ 1.314857] 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.318848] systemd[1]: Detected virtualization kvm. [ 1.320066] systemd[1]: Detected architecture x86-64. [ 1.321297] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.323639] systemd[1]: No hostname configured. [ 1.324792] systemd[1]: Set hostname to . [ 1.326052] systemd[1]: Initializing machine ID from KVM UUID. [ 1.350725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.352842] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.355852] systemd[1]: Reached target Local File Systems. [ 1.357162] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.359243] systemd[1]: Created slice Root Slice. [ 1.360448] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Paths. [ 1.362309] systemd[1]: Reached target Paths. [ 1.363452] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.365350] systemd[1]: Created slice System Slice. [ 1.366564] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.368567] systemd[1]: Listening on udev Kernel Socket. [ 1.369847] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.371896] systemd[1]: Listening on Journal Socket. [ 1.373115] systemd[1]: Starting Journal Socket. [ 1.374668] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.377466] systemd[1]: Reached target Swap. [ 1.378596] systemd[1]: Starting Swap. [ 1.380007] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.384284] systemd[1]: Reached target Slices. [ 1.385648] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.387806] systemd[1]: Reached target Timers. [ 1.389046] systemd[1]: Starting Timers. [ 1.390526] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.392912] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [ 1.395917] systemd[1]: Listening on udev Control Socket. [ 1.397254] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.399675] systemd[1]: Reached target Sockets. [ 1.400859] systemd[1]: Starting Sockets. [[32m OK [0m] Started Apply Kernel Variables. [ 1.403172] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.406091] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.409362] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.461101] RPC: Registered named UNIX socket transport module. [ 1.462519] RPC: Registered udp transport module. [ 1.463701] RPC: Registered tcp transport module. [ 1.464874] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.547159] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.563441] FDC 0 is a S82078B [ 1.580725] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.620157] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.622942] scsi host0: ata_piix [ 1.624043] scsi host1: ata_piix [ 1.625048] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.626776] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.630877] 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.699508] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.701003] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.702543] usb 1-1: Product: QEMU USB Tablet [ 1.703667] usb 1-1: Manufacturer: QEMU [ 1.704717] usb 1-1: SerialNumber: 42 [ 1.714712] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.717169] 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.798215] SGI XFS with ACLs, security attributes, no debug enabled [ 1.800465] XFS (vda1): Mounting V4 Filesystem [ 1.825520] 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 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 Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev 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.042896] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.158131] SELinux: Disabled at runtime. [ 2.194189] type=1404 audit(1534763635.387:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.216942] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.218389] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[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 File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice User and Session Slice. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Configure read-only root support... [ 2.428825] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Setup Virtual Console. [ 2.581979] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.680324] type=1305 audit(1534763635.873:3): audit_pid=431 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m[ 2.878447] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 ] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 2.886995] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m[ 2.895391] input: PC Speaker as /devices/platform/pcspkr/input/input5 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting Authorization Manager... [[32m OK [0m[ 2.916852] ppdev: user-space parallel port driver ] Started D-Bus System Message Bus. [ 2.938284] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.938285] [TTM] Initializing pool allocator [ 2.938287] [TTM] Initializing DMA pool allocator [ 2.938520] [drm] fb mappable at 0xFC000000 [ 2.938520] [drm] vram aper at 0xFC000000 [ 2.938521] [drm] size 33554432 [ 2.938521] [drm] fb depth is 24 [ 2.938521] [drm] pitch is 3072 [ 2.954289] fbcon: cirrusdrmfb (fb0) is primary device [ 2.978419] Console: switching to colour frame buffer device 128x48 [ 2.990488] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 2.996291] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... Starting Login Service... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg.[ 3.063190] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Login Service. [ 3.078321] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [ 3.085115] alg: No test for crc32 (crc32-pclmul) [ 3.088870] intel_rapl: no valid rapl domains found in package 0 [ 3.093896] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[ 3.099494] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems (Pre). [ [ 3.104470] intel_powerclamp: No package C-state available[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. [ 3.119938] intel_powerclamp: No package C-state available Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.133975] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:13:56 +0000. Up 3.10 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [ 5.394013] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:13:58 +0000. Up 5.29 seconds. [ 5.426602] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.428840] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.431121] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.433339] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.435531] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.437789] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:87:a9:76 | [ 5.439919] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.442234] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.444588] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.447814] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.452517] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.455271] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.457497] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.459787] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.467326] cloud-init[796]: 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: 2018-08-20 11:14:44,510 - paramiko.transport - DEBUG - starting thread (client mode): 0x986916d0L 2018-08-20 11:14:44,510 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:14:44,516 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 11:14:44,516 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 11:14:44,518 - 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-08-20 11:14:44,518 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:14:44,518 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:14:44,518 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:14:44,519 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:14:44,519 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:14:44,527 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:14:44,528 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:14:44,542 - paramiko.transport - DEBUG - Trying discovered key c231a6484c5da7f12e50786ef6e08ab7 in /tmp/tmpoVhsQ1 2018-08-20 11:14:44,567 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:14:54,587 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:14:54,590 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-20 11:14:54,590 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-20 11:14:54,591 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-20 11:14:54,591 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-20 11:14:54,794 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:14:54,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:14:54,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:14:54,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:14:54,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:14:54,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:14:54,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:14:54,795 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 803, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "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": "start-post", "MainPID": 8015, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 861, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 814, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 811, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 862, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-20 11:14:54,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:14:54,796 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:14:53 GMT 2018-08-20 11:14:54,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:14:54,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-20 11:14:54,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:14:54,796 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 803, 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': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], 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': 8015, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 861, 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': 814, 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': 811, 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': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 862, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-20 11:14:54,797 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-20 11:14:54,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:14:54,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:14:54,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:14:54,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:14:54,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:14:54,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:14:54,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:14:54,900 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 803, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "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": "start-post", "MainPID": 8015, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 861, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 814, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 811, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 862, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-20 11:14:54,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:14:54,901 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:14:53 GMT 2018-08-20 11:14:54,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:14:54,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-20 11:14:54,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:14:54,901 - functest.core.cloudify - INFO - The current manager status is running 2018-08-20 11:14:54,902 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-20 11:14:54,966 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:14:54,966 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:14:53.962Z", "updated_at": "2018-08-20T11:14:53.962Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:14:53 GMT 2018-08-20 11:14:54,967 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:14:54,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-20 11:14:54,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:14:54,968 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-20 11:14:55,016 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:14:55,016 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:14:55,016 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:14:55,016 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-20T11:14:53.962Z", "updated_at": "2018-08-20T11:14:53.962Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:14:54 GMT 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-20 11:14:55,017 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:14:55,018 - functest.core.cloudify - DEBUG - List secrets: 2018-08-20 11:14:55,018 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-08-20 11:14:55,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:14:53.962Z", "updated_at": "2018-08-20T11:14:53.962Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-20 11:14:55,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:14:55,070 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:14:54 GMT 2018-08-20 11:14:55,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:14:55,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-20 11:14:55,070 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:14:55,070 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-20 11:14:55,070 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-20 11:14:55,196 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 11:14:55,197 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 04:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-20 11:14:55,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 11:14:55,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/f5d50146-3b35-44fc-989b-8db542114c50.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:14:55,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b55988d-aeab-469c-ad7f-a5d14c06213e Content-Length: 0 Date: Mon, 20 Aug 2018 11:14:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:14:55,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/f5d50146-3b35-44fc-989b-8db542114c50.json used request id req-9b55988d-aeab-469c-ad7f-a5d14c06213e 2018-08-20 11:14:55,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.69212603569s 2018-08-20 11:14:55,898 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/f5d50146-3b35-44fc-989b-8db542114c50.json used request id req-9b55988d-aeab-469c-ad7f-a5d14c06213e 2018-08-20 11:14:55,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 11:14:55,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:14:55,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-aa98603b-21a9-431a-a698-429cbf8c5f8c Date: Mon, 20 Aug 2018 11:14:55 GMT RESP BODY: {"floatingips": []} 2018-08-20 11:14:55,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-aa98603b-21a9-431a-a698-429cbf8c5f8c 2018-08-20 11:14:55,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0229029655457s 2018-08-20 11:14:55,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-aa98603b-21a9-431a-a698-429cbf8c5f8c 2018-08-20 11:14:55,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 11:14:55,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:14:56,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:14:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2f28bb9-b164-4142-9ed0-97f2746b4c5a x-compute-request-id: req-c2f28bb9-b164-4142-9ed0-97f2746b4c5a Content-Type: application/json 2018-08-20 11:14:56,117 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3 used request id req-c2f28bb9-b164-4142-9ed0-97f2746b4c5a 2018-08-20 11:14:56,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.190629005432s 2018-08-20 11:14:56,117 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3 used request id req-c2f28bb9-b164-4142-9ed0-97f2746b4c5a 2018-08-20 11:14:56,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:14:56,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:14:56,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-e15e6db1-814a-4c1d-b7b6-24fe64935def x-compute-request-id: req-e15e6db1-814a-4c1d-b7b6-24fe64935def Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:a9:76", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:a9:76", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "rel": "bookmark"}], "image": {"id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "links": [{"href": "http://172.30.9.36:8774/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:13:52.000000", "flavor": {"id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "links": [{"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}]}, "id": "a2f345eb-b678-4620-9b1b-1dedc3b4a0e3", "security_groups": [{"name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}], "user_id": "05ffade32b8d44c89f7cc8253f0f64e2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:14:56Z", "hostId": "ea94b585b00a6321f97df0057618788214efe9b475e92bf5c283b758", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "name": "cloudify-vm_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "created": "2018-08-20T11:11:49Z", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:14:56,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e15e6db1-814a-4c1d-b7b6-24fe64935def 2018-08-20 11:14:56,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608524084091s 2018-08-20 11:14:56,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e15e6db1-814a-4c1d-b7b6-24fe64935def 2018-08-20 11:14:56,728 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:14:58,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:14:58,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:14:58,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:14:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40b148aa-f54e-4751-bd2f-855ed42d58e3 x-compute-request-id: req-40b148aa-f54e-4751-bd2f-855ed42d58e3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 11:14:58,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-40b148aa-f54e-4751-bd2f-855ed42d58e3 2018-08-20 11:14:58,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0877768993378s 2018-08-20 11:14:58,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-40b148aa-f54e-4751-bd2f-855ed42d58e3 2018-08-20 11:14:58,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:14:58,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:14:58,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-9dd4d2cd-1328-40c0-be95-827d7478054c Date: Mon, 20 Aug 2018 11:14:58 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:11:41Z", "updated_at": "2018-08-20T11:11:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:11:44Z", "revision_number": 0, "id": "1741b1f2-065c-49fa-b6b2-b1081b6e9ac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "7287bca6-a17a-4cf1-b13b-32946664c727", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-20T11:11:45Z", "revision_number": 0, "id": "831cddd0-f738-464b-8919-092aa8eeb15b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:45Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:41Z", "revision_number": 0, "id": "9c1ca949-4dd2-47b1-a2d6-e8614ec2e9dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:41Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:11:42Z", "revision_number": 0, "id": "b1a5bdb3-86c2-4d15-8369-6d5d4d6664cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:42Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-20T11:11:46Z", "revision_number": 0, "id": "e0215b7d-23c5-4037-b2d5-3f8eba6f779d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:46Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:11:43Z", "revision_number": 0, "id": "f4f72313-c318-49e9-bd7e-f6237676c580", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:43Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:11:44Z", "revision_number": 0, "id": "f74abe0b-9288-40ac-996c-9d2c2ec66feb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:11:44Z", "security_group_id": "188c712c-072f-4cb2-9576-9f772df42e08", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 8, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "188c712c-072f-4cb2-9576-9f772df42e08", "name": "cloudify-sg_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"description": "Default security group", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:10Z", "updated_at": "2018-08-20T11:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "23be7e1a-bb75-4fa0-80bd-8458db5179e7", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9bac4ce4-cacd-4eb2-9de2-8d579568a7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "9cfe55f1-7b49-4218-a9d0-9347ae2a460d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:10:10Z", "revision_number": 0, "id": "c03bdd39-5b68-4261-b805-8f6385f79476", "remote_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "remote_ip_prefix": null, "created_at": "2018-08-20T11:10:10Z", "security_group_id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b9144a3a757415d8a2178c3469538f8"}], "revision_number": 4, "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "f40a7799-48a0-4146-83b9-4c4daec6c015", "name": "default"}]} 2018-08-20 11:14:58,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-9dd4d2cd-1328-40c0-be95-827d7478054c 2018-08-20 11:14:58,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0566442012787s 2018-08-20 11:14:58,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-9dd4d2cd-1328-40c0-be95-827d7478054c 2018-08-20 11:14:58,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 11:14:58,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/security-groups/188c712c-072f-4cb2-9576-9f772df42e08.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:14:59,116 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-45f6436e-c32d-45eb-8506-7fa290748d66 Content-Length: 0 Date: Mon, 20 Aug 2018 11:14:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:14:59,116 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/188c712c-072f-4cb2-9576-9f772df42e08.json used request id req-45f6436e-c32d-45eb-8506-7fa290748d66 2018-08-20 11:14:59,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.232935905457s 2018-08-20 11:14:59,116 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/188c712c-072f-4cb2-9576-9f772df42e08.json used request id req-45f6436e-c32d-45eb-8506-7fa290748d66 2018-08-20 11:14:59,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 11:14:59,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:14:59,192 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11: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-f876ca22-8bff-4aa0-b770-9627384b085d x-compute-request-id: req-f876ca22-8bff-4aa0-b770-9627384b085d Content-Length: 0 Content-Type: application/json 2018-08-20 11:14:59,192 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb used request id req-f876ca22-8bff-4aa0-b770-9627384b085d 2018-08-20 11:14:59,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0757279396057s 2018-08-20 11:14:59,193 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/cloudify-kp_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb used request id req-f876ca22-8bff-4aa0-b770-9627384b085d 2018-08-20 11:14:59,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 11:14:59,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" -d '{"subnet_id": "28cab196-f8d7-4845-a580-612ff55fa328"}' 2018-08-20 11:15:00,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fe573f7f-6b99-45da-929b-2d921594bbe9 Date: Mon, 20 Aug 2018 11:15:00 GMT RESP BODY: {"network_id": "919357b7-b1cf-4a49-860e-69eabd389955", "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "subnet_id": "28cab196-f8d7-4845-a580-612ff55fa328", "subnet_ids": ["28cab196-f8d7-4845-a580-612ff55fa328"], "port_id": "c4ac00ae-a6a1-4713-8317-b8464dfb312d", "id": "169035bd-6a97-42e5-8ac8-90a9ae209122"} 2018-08-20 11:15:00,608 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122/remove_router_interface.json used request id req-fe573f7f-6b99-45da-929b-2d921594bbe9 2018-08-20 11:15:00,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.41484999657s 2018-08-20 11:15:00,608 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122/remove_router_interface.json used request id req-fe573f7f-6b99-45da-929b-2d921594bbe9 returning object 169035bd-6a97-42e5-8ac8-90a9ae209122 2018-08-20 11:15:00,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 11:15:00,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:15:00,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-887d888d-d3c0-4083-b7a7-3498236f87dc Date: Mon, 20 Aug 2018 11:15:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4b9144a3a757415d8a2178c3469538f8", "created_at": "2018-08-20T11:10:12Z", "admin_state_up": true, "updated_at": "2018-08-20T11:14:59Z", "revision_number": 4, "routes": [], "project_id": "4b9144a3a757415d8a2178c3469538f8", "id": "169035bd-6a97-42e5-8ac8-90a9ae209122", "name": "cloudify-router_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}]} 2018-08-20 11:15:00,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-887d888d-d3c0-4083-b7a7-3498236f87dc 2018-08-20 11:15:00,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.118717908859s 2018-08-20 11:15:00,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-887d888d-d3c0-4083-b7a7-3498236f87dc 2018-08-20 11:15:00,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 11:15:00,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:15:02,018 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44dd366b-ca22-419e-8b82-721038a260ca Content-Length: 0 Date: Mon, 20 Aug 2018 11:15:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:15:02,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122.json used request id req-44dd366b-ca22-419e-8b82-721038a260ca 2018-08-20 11:15:02,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28845620155s 2018-08-20 11:15:02,019 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/169035bd-6a97-42e5-8ac8-90a9ae209122.json used request id req-44dd366b-ca22-419e-8b82-721038a260ca 2018-08-20 11:15:02,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 11:15:02,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:15:02,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2108f5a7-9c91-48d4-a21a-95198470e9ee Date: Mon, 20 Aug 2018 11:15:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"919357b7-b1cf-4a49-860e-69eabd389955","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:10: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":"4b9144a3a757415d8a2178c3469538f8","id":"28cab196-f8d7-4845-a580-612ff55fa328","subnetpool_id":null,"name":"cloudify-subnet_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}]} 2018-08-20 11:15:02,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-2108f5a7-9c91-48d4-a21a-95198470e9ee 2018-08-20 11:15:02,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0500459671021s 2018-08-20 11:15:02,069 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-2108f5a7-9c91-48d4-a21a-95198470e9ee 2018-08-20 11:15:02,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 11:15:02,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/28cab196-f8d7-4845-a580-612ff55fa328.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:15:04,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-10bde522-60e8-4c6d-a1de-76d3b2c10317 Date: Mon, 20 Aug 2018 11:15:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:15:04,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/28cab196-f8d7-4845-a580-612ff55fa328.json used request id req-10bde522-60e8-4c6d-a1de-76d3b2c10317 2018-08-20 11:15:04,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34726810455s 2018-08-20 11:15:04,418 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/28cab196-f8d7-4845-a580-612ff55fa328.json used request id req-10bde522-60e8-4c6d-a1de-76d3b2c10317 2018-08-20 11:15:04,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:15:04,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:15:04,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-7d0668fe-1d0e-4ab2-881b-3e0c706b7ea6 Date: Mon, 20 Aug 2018 11:15:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T11:15:04Z","tenant_id":"4b9144a3a757415d8a2178c3469538f8","created_at":"2018-08-20T11:10:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4b9144a3a757415d8a2178c3469538f8","id":"919357b7-b1cf-4a49-860e-69eabd389955","name":"cloudify-net_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:15:04,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7d0668fe-1d0e-4ab2-881b-3e0c706b7ea6 2018-08-20 11:15:04,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352312088013s 2018-08-20 11:15:04,772 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-7d0668fe-1d0e-4ab2-881b-3e0c706b7ea6 2018-08-20 11:15:04,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 11:15:04,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/919357b7-b1cf-4a49-860e-69eabd389955.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:15:06,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eddfc230-550a-44c4-84dd-72fe81b0505f Date: Mon, 20 Aug 2018 11:15:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:15:06,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/919357b7-b1cf-4a49-860e-69eabd389955.json used request id req-eddfc230-550a-44c4-84dd-72fe81b0505f 2018-08-20 11:15:06,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26724100113s 2018-08-20 11:15:06,040 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/919357b7-b1cf-4a49-860e-69eabd389955.json used request id req-eddfc230-550a-44c4-84dd-72fe81b0505f 2018-08-20 11:15:06,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:15:06,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:15:06,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-b5dafe86-8db3-4a7b-b7d6-d2081c756263 Date: Mon, 20 Aug 2018 11:15:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/snap", "metadata": {}}], "file": "/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/file", "owner": "4b9144a3a757415d8a2178c3469538f8", "id": "ca85912f-b96b-4b6b-ae4e-a23cb612d015", "size": 4373348352, "self": "/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:11:40Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:10:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:15:06,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b5dafe86-8db3-4a7b-b7d6-d2081c756263 2018-08-20 11:15:06,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0362179279327s 2018-08-20 11:15:06,081 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-b5dafe86-8db3-4a7b-b7d6-d2081c756263 2018-08-20 11:15:06,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 11:15:06,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f2b744453f4b1af85ef5c043dd3232642175deb" 2018-08-20 11:15:06,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0de78e99-e387-4e61-a9fe-73614a836389 Date: Mon, 20 Aug 2018 11:15:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:15:06,966 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015 used request id req-0de78e99-e387-4e61-a9fe-73614a836389 2018-08-20 11:15:06,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.883731842041s 2018-08-20 11:15:06,966 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/ca85912f-b96b-4b6b-ae4e-a23cb612d015 used request id req-0de78e99-e387-4e61-a9fe-73614a836389 2018-08-20 11:15:06,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:15:06,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:06,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7fc531e-704b-4edf-8fbc-f6831459788e x-compute-request-id: req-d7fc531e-704b-4edf-8fbc-f6831459788e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788"}]} 2018-08-20 11:15:06,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-d7fc531e-704b-4edf-8fbc-f6831459788e 2018-08-20 11:15:06,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0252749919891s 2018-08-20 11:15:06,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-d7fc531e-704b-4edf-8fbc-f6831459788e 2018-08-20 11:15:06,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 11:15:06,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:07,035 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:15:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b5fbcb5e-b4b8-4279-aa53-9c48f6f97f81 x-compute-request-id: req-b5fbcb5e-b4b8-4279-aa53-9c48f6f97f81 Content-Length: 0 Content-Type: application/json 2018-08-20 11:15:07,036 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788 used request id req-b5fbcb5e-b4b8-4279-aa53-9c48f6f97f81 2018-08-20 11:15:07,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0417029857635s 2018-08-20 11:15:07,036 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/a6d18f13-6ea1-4f1f-8b4b-ff3a7e657788 used request id req-b5fbcb5e-b4b8-4279-aa53-9c48f6f97f81 2018-08-20 11:15:07,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:15:07,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:07,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25998e7f-58fd-43a4-a2dc-429b3f43069a Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "links": {"self": "http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05ffade32b8d44c89f7cc8253f0f64e2", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:15:07,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-25998e7f-58fd-43a4-a2dc-429b3f43069a 2018-08-20 11:15:07,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113008022308s 2018-08-20 11:15:07,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-25998e7f-58fd-43a4-a2dc-429b3f43069a 2018-08-20 11:15:07,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:15:07,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:07,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ea5b47-e721-425e-98bc-06310c6b1fde Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb", "links": {"self": "http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "05ffade32b8d44c89f7cc8253f0f64e2", "description": null}} 2018-08-20 11:15:07,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2 used request id req-32ea5b47-e721-425e-98bc-06310c6b1fde 2018-08-20 11:15:07,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121808052063s 2018-08-20 11:15:07,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2 used request id req-32ea5b47-e721-425e-98bc-06310c6b1fde 2018-08-20 11:15:07,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 11:15:07,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:07,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53d67423-08c0-4105-956b-17cfe6d13b07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:15:07,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2 used request id req-53d67423-08c0-4105-956b-17cfe6d13b07 2018-08-20 11:15:07,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.249594926834s 2018-08-20 11:15:07,528 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/05ffade32b8d44c89f7cc8253f0f64e2 used request id req-53d67423-08c0-4105-956b-17cfe6d13b07 2018-08-20 11:15:07,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:15:07,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:07,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5149c15-ecd5-433b-a677-3cafd2629537 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8"}, "tags": [], "enabled": true, "id": "4b9144a3a757415d8a2178c3469538f8", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_8b6ffcb5-1ea1-488b-bbd0-44cdbdf592bb"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 11:15:07,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-c5149c15-ecd5-433b-a677-3cafd2629537 2018-08-20 11:15:07,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0996599197388s 2018-08-20 11:15:07,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-c5149c15-ecd5-433b-a677-3cafd2629537 2018-08-20 11:15:07,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 11:15:07,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:07,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e43e4761-6c42-45b7-bf54-99b40b842ab0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:15:07,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8 used request id req-e43e4761-6c42-45b7-bf54-99b40b842ab0 2018-08-20 11:15:07,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.214281082153s 2018-08-20 11:15:07,854 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/4b9144a3a757415d8a2178c3469538f8 used request id req-e43e4761-6c42-45b7-bf54-99b40b842ab0 2018-08-20 11:15:07,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:15:07,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:07,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-058a05fe-57f9-43f1-a4aa-dd9c78ef8fa9 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "c24d727b1a1040b1a0ec3a3c78a0bf44", "links": {"self": "http://172.30.9.36:5000/v3/roles/c24d727b1a1040b1a0ec3a3c78a0bf44"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:15:07,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-058a05fe-57f9-43f1-a4aa-dd9c78ef8fa9 2018-08-20 11:15:07,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0931749343872s 2018-08-20 11:15:07,951 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-058a05fe-57f9-43f1-a4aa-dd9c78ef8fa9 2018-08-20 11:15:07,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 11:15:07,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/c24d727b1a1040b1a0ec3a3c78a0bf44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d33ed2ebc8dcff250fc4276ce17a5c9f14720093" 2018-08-20 11:15:08,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7437b41-6f12-4c57-850a-90f4c0eeec8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:15:08,167 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/c24d727b1a1040b1a0ec3a3c78a0bf44 used request id req-c7437b41-6f12-4c57-850a-90f4c0eeec8f 2018-08-20 11:15:08,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.210850954056s 2018-08-20 11:15:08,168 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/c24d727b1a1040b1a0ec3a3c78a0bf44 used request id req-c7437b41-6f12-4c57-850a-90f4c0eeec8f 2018-08-20 11:15:08,195 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-20 11:15:08,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:15:08,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:15:08,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:15:08,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:15:08,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:15:08,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:15:08,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:15:08,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:15:08,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:15:08,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:15:08,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:15:08,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:15:08,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:15:08,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d573843e-8daa-4e6c-9d06-5c7bb9b8fe3b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:15:08,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d573843e-8daa-4e6c-9d06-5c7bb9b8fe3b 2018-08-20 11:15:08,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:15:08,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:15:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["ic_StcnlT4WZvOLfrsHfPg"], "issued_at": "2018-08-20T11:15:08.000000Z"}} 2018-08-20 11:15:08,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:15:08,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:08,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-12292fb0-3db0-4eb7-bce7-da4d122bdc01 Date: Mon, 20 Aug 2018 11:15:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:15:08,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-12292fb0-3db0-4eb7-bce7-da4d122bdc01 2018-08-20 11:15:08,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262557029724s 2018-08-20 11:15:08,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-12292fb0-3db0-4eb7-bce7-da4d122bdc01 2018-08-20 11:15:08,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:15:08,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:15:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:15:08,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:15:08,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:09,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a5cab7-fc51-4c54-ad74-43b636ab302e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 11:15:09,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-f0a5cab7-fc51-4c54-ad74-43b636ab302e 2018-08-20 11:15:09,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0978829860687s 2018-08-20 11:15:09,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-f0a5cab7-fc51-4c54-ad74-43b636ab302e 2018-08-20 11:15:09,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 11:15:09,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47"}}' 2018-08-20 11:15:09,156 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:15:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44be33cc-105c-45b7-9ebd-1d5146fae42d Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c"}, "tags": [], "enabled": true, "id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47"}} 2018-08-20 11:15:09,156 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-44be33cc-105c-45b7-9ebd-1d5146fae42d 2018-08-20 11:15:09,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.141285896301s 2018-08-20 11:15:09,157 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-44be33cc-105c-45b7-9ebd-1d5146fae42d 2018-08-20 11:15:09,157 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify_ims', u'tags': [], 'enabled': True, 'id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47'}) 2018-08-20 11:15:09,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 11:15:09,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b6283642-5fba-449d-99a8-aaac6b0e7bd5", "email": null, "name": "cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47"}}' 2018-08-20 11:15:09,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:15:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12f3b74f-9dfd-4588-9a22-b542821b5747 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": {"self": "http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b092807774fd46cd8f0592a2469fd2ca", "domain_id": "default", "password_expires_at": null}} 2018-08-20 11:15:09,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-12f3b74f-9dfd-4588-9a22-b542821b5747 2018-08-20 11:15:09,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.3756711483s 2018-08-20 11:15:09,540 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-12f3b74f-9dfd-4588-9a22-b542821b5747 2018-08-20 11:15:09,540 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b092807774fd46cd8f0592a2469fd2ca', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47'}) 2018-08-20 11:15:09,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:15:09,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:09,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2428e54a-ff01-47b9-be1b-1afe55f162c5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:15:09,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2428e54a-ff01-47b9-be1b-1afe55f162c5 2018-08-20 11:15:09,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0958888530731s 2018-08-20 11:15:09,640 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2428e54a-ff01-47b9-be1b-1afe55f162c5 2018-08-20 11:15:09,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:15:09,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:09,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edfa7492-d35c-40e8-b0f5-658110b51a94 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:15:09,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-edfa7492-d35c-40e8-b0f5-658110b51a94 2018-08-20 11:15:09,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111278057098s 2018-08-20 11:15:09,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-edfa7492-d35c-40e8-b0f5-658110b51a94 2018-08-20 11:15:09,758 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 11:15:09,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 11:15:09,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" -d '{"role": {"name": "Member"}}' 2018-08-20 11:15:09,868 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:15:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73f74a9c-f1df-41dc-b261-8f99073bb65d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7e684b4d1e664949b40c2dffab7c11fa", "links": {"self": "http://172.30.9.36:5000/v3/roles/7e684b4d1e664949b40c2dffab7c11fa"}, "name": "Member"}} 2018-08-20 11:15:09,868 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-73f74a9c-f1df-41dc-b261-8f99073bb65d 2018-08-20 11:15:09,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.107283830643s 2018-08-20 11:15:09,869 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-73f74a9c-f1df-41dc-b261-8f99073bb65d 2018-08-20 11:15:09,869 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'7e684b4d1e664949b40c2dffab7c11fa'}) 2018-08-20 11:15:09,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:15:09,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:09,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4e1f21c-9987-467c-b581-cef774e9e1e2 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7e684b4d1e664949b40c2dffab7c11fa", "links": {"self": "http://172.30.9.36:5000/v3/roles/7e684b4d1e664949b40c2dffab7c11fa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:15:09,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d4e1f21c-9987-467c-b581-cef774e9e1e2 2018-08-20 11:15:09,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0968718528748s 2018-08-20 11:15:09,970 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-d4e1f21c-9987-467c-b581-cef774e9e1e2 2018-08-20 11:15:09,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:15:09,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:09,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c10f7a2c-dfdd-44ca-97ae-e04f36755979 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 11:15:09,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-c10f7a2c-dfdd-44ca-97ae-e04f36755979 2018-08-20 11:15:09,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0213768482208s 2018-08-20 11:15:09,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-c10f7a2c-dfdd-44ca-97ae-e04f36755979 2018-08-20 11:15:09,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:15:10,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:10,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e33772-5eca-411b-a6af-9f76a139e803 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": {"self": "http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b092807774fd46cd8f0592a2469fd2ca", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:15:10,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-57e33772-5eca-411b-a6af-9f76a139e803 2018-08-20 11:15:10,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116007089615s 2018-08-20 11:15:10,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-57e33772-5eca-411b-a6af-9f76a139e803 2018-08-20 11:15:10,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:15:10,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:10,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1590d9f0-5ccb-4629-86f5-2e432081accf Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c"}, "tags": [], "enabled": true, "id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47"}]} 2018-08-20 11:15:10,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-1590d9f0-5ccb-4629-86f5-2e432081accf 2018-08-20 11:15:10,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0989530086517s 2018-08-20 11:15:10,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-1590d9f0-5ccb-4629-86f5-2e432081accf 2018-08-20 11:15:10,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 11:15:10,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=b092807774fd46cd8f0592a2469fd2ca&role.id=7e684b4d1e664949b40c2dffab7c11fa&scope.project.id=e8c1648629ea4504a7f8b3e6d4a2a65c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:10,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfdd4552-6b34-4783-a340-11251313c205 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=b092807774fd46cd8f0592a2469fd2ca&role.id=7e684b4d1e664949b40c2dffab7c11fa&scope.project.id=e8c1648629ea4504a7f8b3e6d4a2a65c", "previous": null, "next": null}} 2018-08-20 11:15:10,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=b092807774fd46cd8f0592a2469fd2ca&role.id=7e684b4d1e664949b40c2dffab7c11fa&scope.project.id=e8c1648629ea4504a7f8b3e6d4a2a65c used request id req-cfdd4552-6b34-4783-a340-11251313c205 2018-08-20 11:15:10,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102157115936s 2018-08-20 11:15:10,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=b092807774fd46cd8f0592a2469fd2ca&role.id=7e684b4d1e664949b40c2dffab7c11fa&scope.project.id=e8c1648629ea4504a7f8b3e6d4a2a65c used request id req-cfdd4552-6b34-4783-a340-11251313c205 2018-08-20 11:15:10,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 11:15:10,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c/users/b092807774fd46cd8f0592a2469fd2ca/roles/7e684b4d1e664949b40c2dffab7c11fa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:15:10,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:15:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2679af89-903a-4ff4-9f55-11bae2f53f9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:15:10,489 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c/users/b092807774fd46cd8f0592a2469fd2ca/roles/7e684b4d1e664949b40c2dffab7c11fa used request id req-2679af89-903a-4ff4-9f55-11bae2f53f9d 2018-08-20 11:15:10,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.148801088333s 2018-08-20 11:15:10,489 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c/users/b092807774fd46cd8f0592a2469fd2ca/roles/7e684b4d1e664949b40c2dffab7c11fa used request id req-2679af89-903a-4ff4-9f55-11bae2f53f9d 2018-08-20 11:15:10,490 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'b6283642-5fba-449d-99a8-aaac6b0e7bd5', 'username': u'cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 11:15:10,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:15:10,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:15:10,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:15:10,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:15:10,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:15:10,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:15:10,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:15:10,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:15:10,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:15:10,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:15:10,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:15:10,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:15:10,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:15:10,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:15:10,495 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47', 'password': 'b6283642-5fba-449d-99a8-aaac6b0e7bd5', 'project_name': 'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': 'e8c1648629ea4504a7f8b3e6d4a2a65c', 'project_domain_name': 'Default'} 2018-08-20 11:15:10,543 - 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-08-20 11:15:10,556 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-20 11:15:10,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:15:10,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e681dad6-9767-46ab-9dd5-839c11421178 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:15:10,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-e681dad6-9767-46ab-9dd5-839c11421178 2018-08-20 11:15:10,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:15:10,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e684b4d1e664949b40c2dffab7c11fa", "name": "Member"}], "expires_at": "2018-08-20T12:15:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "name": "cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/e8c1648629ea4504a7f8b3e6d4a2a65c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47", "id": "b092807774fd46cd8f0592a2469fd2ca"}, "audit_ids": ["6FwKptbARa60wVg1YxHEAw"], "issued_at": "2018-08-20T11:15:10.000000Z"}} 2018-08-20 11:15:10,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 11:15:10,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"network": {"name": "cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47", "admin_state_up": true}}' 2018-08-20 11:15:11,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-773d5a7b-e714-4ef6-ab64-90a6be477a08 Date: Mon, 20 Aug 2018 11:15:11 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T11:15:11Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","name":"cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47"}} 2018-08-20 11:15:11,615 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-773d5a7b-e714-4ef6-ab64-90a6be477a08 2018-08-20 11:15:11,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.651460886002s 2018-08-20 11:15:11,616 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-773d5a7b-e714-4ef6-ab64-90a6be477a08 2018-08-20 11:15:11,616 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T11:15:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'83393e69-30a4-45b2-b569-7ae2c84b4f43', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47', u'admin_state_up': True, u'tenant_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', u'created_at': u'2018-08-20T11:15:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c'}) 2018-08-20 11:15:11,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:15:11,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:15:11,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-4ed33cff-863c-4a0e-b3c1-5328d79aa55d Date: Mon, 20 Aug 2018 11:15: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-08-20T11:15:11Z","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","name":"cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:15:11,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-4ed33cff-863c-4a0e-b3c1-5328d79aa55d 2018-08-20 11:15:11,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294404983521s 2018-08-20 11:15:11,912 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-4ed33cff-863c-4a0e-b3c1-5328d79aa55d 2018-08-20 11:15:11,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 11:15:11,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"subnet": {"name": "cloudify_ims-subnet_7e6d87dd-be3d-47de-851e-62adc6186c47", "enable_dhcp": true, "network_id": "83393e69-30a4-45b2-b569-7ae2c84b4f43", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 11:15:12,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-db229f38-b4fd-447f-a1b6-61dce64a74c4 Date: Mon, 20 Aug 2018 11:15:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:15:12Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"b71a2554-79a2-4173-9237-e544f2ebe375","subnetpool_id":null,"name":"cloudify_ims-subnet_7e6d87dd-be3d-47de-851e-62adc6186c47"}} 2018-08-20 11:15:12,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-db229f38-b4fd-447f-a1b6-61dce64a74c4 2018-08-20 11:15:12,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.888005971909s 2018-08-20 11:15:12,802 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-db229f38-b4fd-447f-a1b6-61dce64a74c4 2018-08-20 11:15:12,802 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T11:15:12Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b71a2554-79a2-4173-9237-e544f2ebe375', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_7e6d87dd-be3d-47de-851e-62adc6186c47', u'enable_dhcp': True, u'network_id': u'83393e69-30a4-45b2-b569-7ae2c84b4f43', u'tenant_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', u'created_at': u'2018-08-20T11:15:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c'}) 2018-08-20 11:15:12,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 11:15:12,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "cloudify_ims-router_7e6d87dd-be3d-47de-851e-62adc6186c47", "admin_state_up": true}}' 2018-08-20 11:15:14,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-2f6a6673-b56a-430b-94d3-93842e4df3b5 Date: Mon, 20 Aug 2018 11:15:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:13Z", "admin_state_up": true, "updated_at": "2018-08-20T11:15:14Z", "revision_number": 2, "routes": [], "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "cf9dbd43-ee72-4f15-974a-b737d439972e", "name": "cloudify_ims-router_7e6d87dd-be3d-47de-851e-62adc6186c47"}} 2018-08-20 11:15:14,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-2f6a6673-b56a-430b-94d3-93842e4df3b5 2018-08-20 11:15:14,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.80557179451s 2018-08-20 11:15:14,609 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-2f6a6673-b56a-430b-94d3-93842e4df3b5 2018-08-20 11:15:14,609 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', u'created_at': u'2018-08-20T11:15:13Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T11:15:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', u'id': u'cf9dbd43-ee72-4f15-974a-b737d439972e', u'name': u'cloudify_ims-router_7e6d87dd-be3d-47de-851e-62adc6186c47'}) 2018-08-20 11:15:14,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 11:15:14,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"subnet_id": "b71a2554-79a2-4173-9237-e544f2ebe375"}' 2018-08-20 11:15:16,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2534c5ba-349b-4e7c-bd54-73fb7b613c73 Date: Mon, 20 Aug 2018 11:15:16 GMT RESP BODY: {"network_id": "83393e69-30a4-45b2-b569-7ae2c84b4f43", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "subnet_id": "b71a2554-79a2-4173-9237-e544f2ebe375", "subnet_ids": ["b71a2554-79a2-4173-9237-e544f2ebe375"], "port_id": "18f6de60-1354-4642-8743-14316a08c4b7", "id": "cf9dbd43-ee72-4f15-974a-b737d439972e"} 2018-08-20 11:15:16,891 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e/add_router_interface.json used request id req-2534c5ba-349b-4e7c-bd54-73fb7b613c73 2018-08-20 11:15:16,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.28118801117s 2018-08-20 11:15:16,891 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e/add_router_interface.json used request id req-2534c5ba-349b-4e7c-bd54-73fb7b613c73 returning object cf9dbd43-ee72-4f15-974a-b737d439972e 2018-08-20 11:15:16,892 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-20 11:15:41,895 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-20 11:15:41,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:15:41,904 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 11:15:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 11:15:41,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:15:41,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:15:42,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c710a8c0-b7d0-42d0-8540-5626720e4064 Date: Mon, 20 Aug 2018 11:15:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:15:42,121 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c710a8c0-b7d0-42d0-8540-5626720e4064 2018-08-20 11:15:42,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.211607217789s 2018-08-20 11:15:42,121 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-c710a8c0-b7d0-42d0-8540-5626720e4064 2018-08-20 11:15:42,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 11:15:42,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47"}' 2018-08-20 11:15:42,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/990118f0-5d34-426b-8f80-e4b279630e99 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-35f52292-49a3-4c50-b67a-7b8359ac3b7d Date: Mon, 20 Aug 2018 11:15:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file", "owner": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "990118f0-5d34-426b-8f80-e4b279630e99", "size": null, "self": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:15:42Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "checksum": null, "created_at": "2018-08-20T11:15:42Z", "protected": false} 2018-08-20 11:15:42,351 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-35f52292-49a3-4c50-b67a-7b8359ac3b7d 2018-08-20 11:15:42,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.221087932587s 2018-08-20 11:15:42,352 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-35f52292-49a3-4c50-b67a-7b8359ac3b7d returning object 990118f0-5d34-426b-8f80-e4b279630e99 2018-08-20 11:15:42,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 11:15:42,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '' 2018-08-20 11:16:37,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43baba27-a382-4c94-b3db-2d48b9ad5d82 Date: Mon, 20 Aug 2018 11:16:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:16:37,184 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file used request id req-43baba27-a382-4c94-b3db-2d48b9ad5d82 2018-08-20 11:16:37,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 54.8314590454s 2018-08-20 11:16:37,184 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file used request id req-43baba27-a382-4c94-b3db-2d48b9ad5d82 2018-08-20 11:16:37,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:16:37,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:37,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-6e4ca016-73ee-49d9-ac4c-996451359db0 Date: Mon, 20 Aug 2018 11:16:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "metadata": {}}], "file": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file", "owner": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "990118f0-5d34-426b-8f80-e4b279630e99", "size": 4373348352, "self": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:16:37Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:15:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:16:37,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6e4ca016-73ee-49d9-ac4c-996451359db0 2018-08-20 11:16:37,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.668482065201s 2018-08-20 11:16:37,857 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6e4ca016-73ee-49d9-ac4c-996451359db0 2018-08-20 11:16:37,859 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap', u'metadata': Munch({})})], 'file': u'/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file', 'owner': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'id': u'990118f0-5d34-426b-8f80-e4b279630e99', 'size': 4373348352, u'self': u'/v2/images/990118f0-5d34-426b-8f80-e4b279630e99', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'name': 'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T11:16:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T11:16:37Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/990118f0-5d34-426b-8f80-e4b279630e99', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47', 'created': u'2018-08-20T11:15:42Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-20T11:15:42Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/990118f0-5d34-426b-8f80-e4b279630e99', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-20 11:16:37,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 11:16:37,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_7e6d87dd-be3d-47de-851e-62adc6186c47", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-20 11:16:38,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f858dfa1-416d-4d2b-8d97-4c661154b9c6 x-compute-request-id: req-f858dfa1-416d-4d2b-8d97-4c661154b9c6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f"}} 2018-08-20 11:16:38,112 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f858dfa1-416d-4d2b-8d97-4c661154b9c6 2018-08-20 11:16:38,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.251914978027s 2018-08-20 11:16:38,113 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-f858dfa1-416d-4d2b-8d97-4c661154b9c6 2018-08-20 11:16:38,114 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_7e6d87dd-be3d-47de-851e-62adc6186c47', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'9c9fd5dc-1397-4831-a459-38dbb6a7609f', 'swap': 0}) 2018-08-20 11:16:38,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 11:16:38,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" -d '{"extra_specs": {}}' 2018-08-20 11:16:38,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-398bed7e-7444-4d45-8d39-10ead1ca27d5 x-compute-request-id: req-398bed7e-7444-4d45-8d39-10ead1ca27d5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 11:16:38,144 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f/os-extra_specs used request id req-398bed7e-7444-4d45-8d39-10ead1ca27d5 2018-08-20 11:16:38,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0294988155365s 2018-08-20 11:16:38,144 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f/os-extra_specs used request id req-398bed7e-7444-4d45-8d39-10ead1ca27d5 2018-08-20 11:16:38,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 11:16:38,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"keypair": {"name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47"}}' 2018-08-20 11:16:38,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-828f61b0-8bd8-41ca-9ba6-44168250c912 x-compute-request-id: req-828f61b0-8bd8-41ca-9ba6-44168250c912 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7gqT1MUaB4anXWB0ShQ2zd35suJuYi/6MHbnXuzyVZaMjaT0S7IHwvtxO4ko7ZY5WAGjkYoPpTc+dBQCa1JC7RyeVsL5Tu/H6TbgkyS5FxERxA/k2m5ybk8GgC3l1Se04m89ysPtlo8TzGhfExMgtjJVTrSB5fRKMhyhj2NNgOL52Qr4BpC6f4Oi7vNnO96MnplXZ4iWewsv0bvj6JNVNcjogbjq85x+p33jMun7tTuXDsrjryEUQp1UfAOFSYK3LZB0V0LwiAXq0bdFc0/dFWvEO5up565//UGuDp6seVdeLXOH/jz7oUVcF93ZBHsh6pgXlcubPGXMu/vBlD6tt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAu4Kk9TFGgeGp11gdEoUNs3d+bLibmIv+jB2517s8lWWjI2k9\nEuyB8L7cTuJKO2WOVgBo5GKD6U3PnQUAmtSQu0cnlbC+U7vx+k24JMkuRcREcQP5\nNpucm5PBoAt5dUntOJvPcrD7ZaPE8xoXxMTILYyVU60geX0SjIcoY9jTYDi+dkK+\nAaQun+Dou7zZzvejJ6ZV2eIlnsLL9G74+iTVTXI6IG46vOcfqd94zLp+7U7lw7K4\n68hFEKdVHwDhUmCty2QdFdC8IgF6tG3RXNP3RVrxDubqeeuf/1Brg6erHlXXi1zh\n/48+6FFXBfd2QR7IeqYF5XLmzxlzLv7wZQ+rbQIDAQABAoIBAQClgtQIec46pu47\n3tMKnddSKo+1d94f8LJnC3YXLnZziJtPjn0STyEDV/UuzB+p/iJ9Vy8/KJY3QS+Y\n8eluwWJfbJdMUg4t6x/USPXZwprNiki/WTqJMSIzUWD/3CEBnpd9+EpMelvtg3k8\n/DMuxGPNkOHeUlrv4a6VzFeiiqlJrElnvTV9eijkzrxNmByplslQSkW4Y4SR1adD\nV3bOcY2EUMIf2XeU+JovQhVoyOVVh24nJgXpGPnsRRtED8X8zNi3ttmBf0TM2Cms\nacXDuGxuJxpGltnZAYCWW53VUN7b4JVQL8nsk1azDxghWgEazBlYP4bm7GMnJawb\n/IZfOcohAoGBAOaTJROIMLu1cMCmnuRU4jshJY4cUEblS9wCooSGnUwdyG+9ySe0\nICXxcosufDVGrg0Dhhs1yg2foNVQOhb5f+atfjeDTBf2QQT8zeUh6YWRilLpnetM\nPbNxPlZVswPL5u6ySVFivUg9oXDqFySPL9smY/nDZhOBk5TWNB5HbRe3AoGBANAv\n1zDIMGcPb57gT7nHmehLhfU4xGdbWm7TLjqTkVM0srgUSCTHNbhd6o2gqIFh48cX\nP1t5vek/iT67SpZR2w2wwIqDkxfisXSZezxJpsnBm0Nq6wjzSOlwqt0z+t23MWi4\ne6QHkpzkOhk6odJdOdtuasPGn+qMCouIFomhA+37AoGAPQ8cU2bOWPb8a9fz3c1o\nt3XYpyByVcPk6dc8yFGJmB2O9aBRg5Ucqk+dIKRnuggEkWesfMoqvp7WDYcYSvs5\nVpH9CaBYZ0QMBdEYiSQI3hkjgz9gVW40LK/BbUV2iXvWpMFLzySRsW64sNkc1c6h\nQqyQ7xRClMnMli5/UMFjb1MCgYEAoZ7iUo63dOr43sCJZFLe2wX2ox9E6nBzTmJI\nG1WAlrXsoRetwk+dFtpiQz0cVAVozaDwoNVsZ+3ZYIgKKZS2mHRFpcLrqLlmxnx4\nvZ74Ct1w6e/RM4ubaQ78tumpsgKMKx49bmQqn/5WVEu+YQ/a4M1huUcz0uSRMy2d\nQY9s+40CgYEAnOOVhNCtGoEhUg5qVX1vtf2X0CMI9jmzsIhuJb18G5rnk27ZPrTZ\nBXaRUIh6g8oFv+wKJEgPYggMvsxkyEbSrWi6wG+yQ8PFeHgerOZj2HI2P/CsjbpP\n9+xGVVEbOsArDTFPxMOw89ihVnxT35lGPKh4VNe3i9y55R4VURECmgE=\n-----END RSA PRIVATE KEY-----\n", "user_id": "b092807774fd46cd8f0592a2469fd2ca", "name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "fingerprint": "60:77:2f:58:58:8d:5a:70:3e:5b:e3:fe:3c:26:1a:ac"}} 2018-08-20 11:16:38,494 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-828f61b0-8bd8-41ca-9ba6-44168250c912 2018-08-20 11:16:38,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.349746227264s 2018-08-20 11:16:38,495 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-828f61b0-8bd8-41ca-9ba6-44168250c912 2018-08-20 11:16:38,496 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7gqT1MUaB4anXWB0ShQ2zd35suJuYi/6MHbnXuzyVZaMjaT0S7IHwvtxO4ko7ZY5WAGjkYoPpTc+dBQCa1JC7RyeVsL5Tu/H6TbgkyS5FxERxA/k2m5ybk8GgC3l1Se04m89ysPtlo8TzGhfExMgtjJVTrSB5fRKMhyhj2NNgOL52Qr4BpC6f4Oi7vNnO96MnplXZ4iWewsv0bvj6JNVNcjogbjq85x+p33jMun7tTuXDsrjryEUQp1UfAOFSYK3LZB0V0LwiAXq0bdFc0/dFWvEO5up565//UGuDp6seVdeLXOH/jz7oUVcF93ZBHsh6pgXlcubPGXMu/vBlD6tt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAu4Kk9TFGgeGp11gdEoUNs3d+bLibmIv+jB2517s8lWWjI2k9\nEuyB8L7cTuJKO2WOVgBo5GKD6U3PnQUAmtSQu0cnlbC+U7vx+k24JMkuRcREcQP5\nNpucm5PBoAt5dUntOJvPcrD7ZaPE8xoXxMTILYyVU60geX0SjIcoY9jTYDi+dkK+\nAaQun+Dou7zZzvejJ6ZV2eIlnsLL9G74+iTVTXI6IG46vOcfqd94zLp+7U7lw7K4\n68hFEKdVHwDhUmCty2QdFdC8IgF6tG3RXNP3RVrxDubqeeuf/1Brg6erHlXXi1zh\n/48+6FFXBfd2QR7IeqYF5XLmzxlzLv7wZQ+rbQIDAQABAoIBAQClgtQIec46pu47\n3tMKnddSKo+1d94f8LJnC3YXLnZziJtPjn0STyEDV/UuzB+p/iJ9Vy8/KJY3QS+Y\n8eluwWJfbJdMUg4t6x/USPXZwprNiki/WTqJMSIzUWD/3CEBnpd9+EpMelvtg3k8\n/DMuxGPNkOHeUlrv4a6VzFeiiqlJrElnvTV9eijkzrxNmByplslQSkW4Y4SR1adD\nV3bOcY2EUMIf2XeU+JovQhVoyOVVh24nJgXpGPnsRRtED8X8zNi3ttmBf0TM2Cms\nacXDuGxuJxpGltnZAYCWW53VUN7b4JVQL8nsk1azDxghWgEazBlYP4bm7GMnJawb\n/IZfOcohAoGBAOaTJROIMLu1cMCmnuRU4jshJY4cUEblS9wCooSGnUwdyG+9ySe0\nICXxcosufDVGrg0Dhhs1yg2foNVQOhb5f+atfjeDTBf2QQT8zeUh6YWRilLpnetM\nPbNxPlZVswPL5u6ySVFivUg9oXDqFySPL9smY/nDZhOBk5TWNB5HbRe3AoGBANAv\n1zDIMGcPb57gT7nHmehLhfU4xGdbWm7TLjqTkVM0srgUSCTHNbhd6o2gqIFh48cX\nP1t5vek/iT67SpZR2w2wwIqDkxfisXSZezxJpsnBm0Nq6wjzSOlwqt0z+t23MWi4\ne6QHkpzkOhk6odJdOdtuasPGn+qMCouIFomhA+37AoGAPQ8cU2bOWPb8a9fz3c1o\nt3XYpyByVcPk6dc8yFGJmB2O9aBRg5Ucqk+dIKRnuggEkWesfMoqvp7WDYcYSvs5\nVpH9CaBYZ0QMBdEYiSQI3hkjgz9gVW40LK/BbUV2iXvWpMFLzySRsW64sNkc1c6h\nQqyQ7xRClMnMli5/UMFjb1MCgYEAoZ7iUo63dOr43sCJZFLe2wX2ox9E6nBzTmJI\nG1WAlrXsoRetwk+dFtpiQz0cVAVozaDwoNVsZ+3ZYIgKKZS2mHRFpcLrqLlmxnx4\nvZ74Ct1w6e/RM4ubaQ78tumpsgKMKx49bmQqn/5WVEu+YQ/a4M1huUcz0uSRMy2d\nQY9s+40CgYEAnOOVhNCtGoEhUg5qVX1vtf2X0CMI9jmzsIhuJb18G5rnk27ZPrTZ\nBXaRUIh6g8oFv+wKJEgPYggMvsxkyEbSrWi6wG+yQ8PFeHgerOZj2HI2P/CsjbpP\n9+xGVVEbOsArDTFPxMOw89ihVnxT35lGPKh4VNe3i9y55R4VURECmgE=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b092807774fd46cd8f0592a2469fd2ca', 'name': u'cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47', 'created_at': '2018-08-20T11:16:38.495954', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'name': 'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'60:77:2f:58:58:8d:5a:70:3e:5b:e3:fe:3c:26:1a:ac', 'type': 'ssh', 'id': u'cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47'}) 2018-08-20 11:16:38,496 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAu4Kk9TFGgeGp11gdEoUNs3d+bLibmIv+jB2517s8lWWjI2k9 EuyB8L7cTuJKO2WOVgBo5GKD6U3PnQUAmtSQu0cnlbC+U7vx+k24JMkuRcREcQP5 Npucm5PBoAt5dUntOJvPcrD7ZaPE8xoXxMTILYyVU60geX0SjIcoY9jTYDi+dkK+ AaQun+Dou7zZzvejJ6ZV2eIlnsLL9G74+iTVTXI6IG46vOcfqd94zLp+7U7lw7K4 68hFEKdVHwDhUmCty2QdFdC8IgF6tG3RXNP3RVrxDubqeeuf/1Brg6erHlXXi1zh /48+6FFXBfd2QR7IeqYF5XLmzxlzLv7wZQ+rbQIDAQABAoIBAQClgtQIec46pu47 3tMKnddSKo+1d94f8LJnC3YXLnZziJtPjn0STyEDV/UuzB+p/iJ9Vy8/KJY3QS+Y 8eluwWJfbJdMUg4t6x/USPXZwprNiki/WTqJMSIzUWD/3CEBnpd9+EpMelvtg3k8 /DMuxGPNkOHeUlrv4a6VzFeiiqlJrElnvTV9eijkzrxNmByplslQSkW4Y4SR1adD V3bOcY2EUMIf2XeU+JovQhVoyOVVh24nJgXpGPnsRRtED8X8zNi3ttmBf0TM2Cms acXDuGxuJxpGltnZAYCWW53VUN7b4JVQL8nsk1azDxghWgEazBlYP4bm7GMnJawb /IZfOcohAoGBAOaTJROIMLu1cMCmnuRU4jshJY4cUEblS9wCooSGnUwdyG+9ySe0 ICXxcosufDVGrg0Dhhs1yg2foNVQOhb5f+atfjeDTBf2QQT8zeUh6YWRilLpnetM PbNxPlZVswPL5u6ySVFivUg9oXDqFySPL9smY/nDZhOBk5TWNB5HbRe3AoGBANAv 1zDIMGcPb57gT7nHmehLhfU4xGdbWm7TLjqTkVM0srgUSCTHNbhd6o2gqIFh48cX P1t5vek/iT67SpZR2w2wwIqDkxfisXSZezxJpsnBm0Nq6wjzSOlwqt0z+t23MWi4 e6QHkpzkOhk6odJdOdtuasPGn+qMCouIFomhA+37AoGAPQ8cU2bOWPb8a9fz3c1o t3XYpyByVcPk6dc8yFGJmB2O9aBRg5Ucqk+dIKRnuggEkWesfMoqvp7WDYcYSvs5 VpH9CaBYZ0QMBdEYiSQI3hkjgz9gVW40LK/BbUV2iXvWpMFLzySRsW64sNkc1c6h QqyQ7xRClMnMli5/UMFjb1MCgYEAoZ7iUo63dOr43sCJZFLe2wX2ox9E6nBzTmJI G1WAlrXsoRetwk+dFtpiQz0cVAVozaDwoNVsZ+3ZYIgKKZS2mHRFpcLrqLlmxnx4 vZ74Ct1w6e/RM4ubaQ78tumpsgKMKx49bmQqn/5WVEu+YQ/a4M1huUcz0uSRMy2d QY9s+40CgYEAnOOVhNCtGoEhUg5qVX1vtf2X0CMI9jmzsIhuJb18G5rnk27ZPrTZ BXaRUIh6g8oFv+wKJEgPYggMvsxkyEbSrWi6wG+yQ8PFeHgerOZj2HI2P/CsjbpP 9+xGVVEbOsArDTFPxMOw89ihVnxT35lGPKh4VNe3i9y55R4VURECmgE= -----END RSA PRIVATE KEY----- 2018-08-20 11:16:38,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 11:16:38,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"security_group": {"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-20 11:16:38,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-5a20be60-0838-4c05-883c-70e4a33b68a2 Date: Mon, 20 Aug 2018 11:16:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 2, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}} 2018-08-20 11:16:38,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-5a20be60-0838-4c05-883c-70e4a33b68a2 2018-08-20 11:16:38,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.442104101181s 2018-08-20 11:16:38,941 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-5a20be60-0838-4c05-883c-70e4a33b68a2 2018-08-20 11:16:38,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:16:38,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:39,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-92c6fe8b-46e9-4529-a37c-904684ff76b1 Date: Mon, 20 Aug 2018 11:16:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 2, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:11Z", "updated_at": "2018-08-20T11:15:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "4e1a826c-eea4-4f29-84a5-fce3b235cb29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "588514de-f8e2-4eda-8d7f-1119f9eb54f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "9d6b28e0-68b4-4778-a301-532e9b685c94", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "b8757e38-dc69-48cd-926e-282ba3da2630", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 4, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "name": "default"}]} 2018-08-20 11:16:39,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-92c6fe8b-46e9-4529-a37c-904684ff76b1 2018-08-20 11:16:39,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0956661701202s 2018-08-20 11:16:39,042 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-92c6fe8b-46e9-4529-a37c-904684ff76b1 2018-08-20 11:16:39,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:16:39,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -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": "77f97a37-50bd-411f-8230-038d3bc19ae4"}}' 2018-08-20 11:16:39,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5da80a50-8cd3-4253-bba6-af56e141fc55 Date: Mon, 20 Aug 2018 11:16:39 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-08-20T11:16:39Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "port_range_min": 22, "revision_number": 0, "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:39Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "2e0ee294-18cb-40bd-8f99-ac4deb3ccb6b"}} 2018-08-20 11:16:39,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-5da80a50-8cd3-4253-bba6-af56e141fc55 2018-08-20 11:16:39,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.410681009293s 2018-08-20 11:16:39,457 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-5da80a50-8cd3-4253-bba6-af56e141fc55 2018-08-20 11:16:39,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:16:39,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:39,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-49ae4002-a436-49ca-8db3-a0cac47330d4 Date: Mon, 20 Aug 2018 11:16:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:39Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:16:39Z", "revision_number": 0, "id": "2e0ee294-18cb-40bd-8f99-ac4deb3ccb6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:39Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 3, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:11Z", "updated_at": "2018-08-20T11:15:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "4e1a826c-eea4-4f29-84a5-fce3b235cb29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "588514de-f8e2-4eda-8d7f-1119f9eb54f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "9d6b28e0-68b4-4778-a301-532e9b685c94", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "b8757e38-dc69-48cd-926e-282ba3da2630", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 4, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "name": "default"}]} 2018-08-20 11:16:39,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-49ae4002-a436-49ca-8db3-a0cac47330d4 2018-08-20 11:16:39,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.23574090004s 2018-08-20 11:16:39,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-49ae4002-a436-49ca-8db3-a0cac47330d4 2018-08-20 11:16:39,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:16:39,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -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": "77f97a37-50bd-411f-8230-038d3bc19ae4"}}' 2018-08-20 11:16:40,606 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3b7ea058-abac-4344-aa6a-9c5d33816452 Date: Mon, 20 Aug 2018 11:16:40 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-08-20T11:16:40Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:40Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "c5e97897-53a9-4f8a-92f2-f311978e6967"}} 2018-08-20 11:16:40,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-3b7ea058-abac-4344-aa6a-9c5d33816452 2018-08-20 11:16:40,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.906903028488s 2018-08-20 11:16:40,607 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-3b7ea058-abac-4344-aa6a-9c5d33816452 2018-08-20 11:16:40,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:16:40,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:40,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-5b37088d-8ddb-4f65-a518-8850f4594fa9 Date: Mon, 20 Aug 2018 11:16:40 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:16:39Z", "revision_number": 0, "id": "2e0ee294-18cb-40bd-8f99-ac4deb3ccb6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:39Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:40Z", "revision_number": 0, "id": "c5e97897-53a9-4f8a-92f2-f311978e6967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:40Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 4, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:11Z", "updated_at": "2018-08-20T11:15:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "4e1a826c-eea4-4f29-84a5-fce3b235cb29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "588514de-f8e2-4eda-8d7f-1119f9eb54f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "9d6b28e0-68b4-4778-a301-532e9b685c94", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "b8757e38-dc69-48cd-926e-282ba3da2630", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 4, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "name": "default"}]} 2018-08-20 11:16:40,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-5b37088d-8ddb-4f65-a518-8850f4594fa9 2018-08-20 11:16:40,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216599941254s 2018-08-20 11:16:40,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-5b37088d-8ddb-4f65-a518-8850f4594fa9 2018-08-20 11:16:40,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:16:40,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -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": "77f97a37-50bd-411f-8230-038d3bc19ae4"}}' 2018-08-20 11:16:41,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3f4d9bbe-7d97-4021-bf61-b14efa037c8d Date: Mon, 20 Aug 2018 11:16:41 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-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "port_range_min": 80, "revision_number": 0, "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:41Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "2bcd2c62-44ba-4e0a-8d56-ab3286ad9ad7"}} 2018-08-20 11:16:41,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-3f4d9bbe-7d97-4021-bf61-b14efa037c8d 2018-08-20 11:16:41,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.390419006348s 2018-08-20 11:16:41,222 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-3f4d9bbe-7d97-4021-bf61-b14efa037c8d 2018-08-20 11:16:41,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:16:41,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:41,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-41bbb50e-c9fe-404f-b621-f0c5396f024e Date: Mon, 20 Aug 2018 11:16:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "2bcd2c62-44ba-4e0a-8d56-ab3286ad9ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:16:39Z", "revision_number": 0, "id": "2e0ee294-18cb-40bd-8f99-ac4deb3ccb6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:39Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:40Z", "revision_number": 0, "id": "c5e97897-53a9-4f8a-92f2-f311978e6967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:40Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 5, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:11Z", "updated_at": "2018-08-20T11:15:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "4e1a826c-eea4-4f29-84a5-fce3b235cb29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "588514de-f8e2-4eda-8d7f-1119f9eb54f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "9d6b28e0-68b4-4778-a301-532e9b685c94", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "b8757e38-dc69-48cd-926e-282ba3da2630", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 4, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "name": "default"}]} 2018-08-20 11:16:41,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-41bbb50e-c9fe-404f-b621-f0c5396f024e 2018-08-20 11:16:41,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.221724033356s 2018-08-20 11:16:41,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-41bbb50e-c9fe-404f-b621-f0c5396f024e 2018-08-20 11:16:41,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:16:41,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -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": "77f97a37-50bd-411f-8230-038d3bc19ae4"}}' 2018-08-20 11:16:41,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a8ac0d3b-a227-4a89-ba65-23c867088fed Date: Mon, 20 Aug 2018 11:16:41 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-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "port_range_min": 443, "revision_number": 0, "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:41Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "08ce2aef-d078-4f6f-88f3-e0f630b6988b"}} 2018-08-20 11:16:41,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-a8ac0d3b-a227-4a89-ba65-23c867088fed 2018-08-20 11:16:41,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.4113509655s 2018-08-20 11:16:41,863 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-a8ac0d3b-a227-4a89-ba65-23c867088fed 2018-08-20 11:16:41,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:16:41,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:42,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-62005b41-9083-48d9-ab9b-364d6ba15481 Date: Mon, 20 Aug 2018 11:16:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "08ce2aef-d078-4f6f-88f3-e0f630b6988b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "2bcd2c62-44ba-4e0a-8d56-ab3286ad9ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:16:39Z", "revision_number": 0, "id": "2e0ee294-18cb-40bd-8f99-ac4deb3ccb6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:39Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:40Z", "revision_number": 0, "id": "c5e97897-53a9-4f8a-92f2-f311978e6967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:40Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 6, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:11Z", "updated_at": "2018-08-20T11:15:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "4e1a826c-eea4-4f29-84a5-fce3b235cb29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "588514de-f8e2-4eda-8d7f-1119f9eb54f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "9d6b28e0-68b4-4778-a301-532e9b685c94", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "b8757e38-dc69-48cd-926e-282ba3da2630", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 4, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "name": "default"}]} 2018-08-20 11:16:42,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-62005b41-9083-48d9-ab9b-364d6ba15481 2018-08-20 11:16:42,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.625909805298s 2018-08-20 11:16:42,492 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-62005b41-9083-48d9-ab9b-364d6ba15481 2018-08-20 11:16:42,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:16:42,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -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": "77f97a37-50bd-411f-8230-038d3bc19ae4"}}' 2018-08-20 11:16:42,881 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-7d0abdfe-2c3c-491c-8d90-d089d84a457d Date: Mon, 20 Aug 2018 11:16:42 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-08-20T11:16:42Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "port_range_min": 5671, "revision_number": 0, "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:42Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "54ec7002-d29f-44ed-8e86-c5bce0bf3ac7"}} 2018-08-20 11:16:42,881 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-7d0abdfe-2c3c-491c-8d90-d089d84a457d 2018-08-20 11:16:42,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.385160923004s 2018-08-20 11:16:42,882 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-7d0abdfe-2c3c-491c-8d90-d089d84a457d 2018-08-20 11:16:42,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:16:42,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:42,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-31fe855a-1e50-480f-8a3f-4f376eae8047 Date: Mon, 20 Aug 2018 11:16:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "08ce2aef-d078-4f6f-88f3-e0f630b6988b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "2bcd2c62-44ba-4e0a-8d56-ab3286ad9ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:16:39Z", "revision_number": 0, "id": "2e0ee294-18cb-40bd-8f99-ac4deb3ccb6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:39Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-20T11:16:42Z", "revision_number": 0, "id": "54ec7002-d29f-44ed-8e86-c5bce0bf3ac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:42Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:40Z", "revision_number": 0, "id": "c5e97897-53a9-4f8a-92f2-f311978e6967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:40Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 7, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:11Z", "updated_at": "2018-08-20T11:15:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "4e1a826c-eea4-4f29-84a5-fce3b235cb29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "588514de-f8e2-4eda-8d7f-1119f9eb54f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "9d6b28e0-68b4-4778-a301-532e9b685c94", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "b8757e38-dc69-48cd-926e-282ba3da2630", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 4, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "name": "default"}]} 2018-08-20 11:16:42,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-31fe855a-1e50-480f-8a3f-4f376eae8047 2018-08-20 11:16:42,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0569529533386s 2018-08-20 11:16:42,942 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-31fe855a-1e50-480f-8a3f-4f376eae8047 2018-08-20 11:16:42,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:16:42,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -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": "77f97a37-50bd-411f-8230-038d3bc19ae4"}}' 2018-08-20 11:16:43,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-19c5ec53-1cd9-47d8-9959-e7361da2f2e8 Date: Mon, 20 Aug 2018 11:16:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-20T11:16:43Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "port_range_min": 53333, "revision_number": 0, "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:43Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "97d64d3a-9d9a-4c43-b582-eb87bbff222c"}} 2018-08-20 11:16:43,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-19c5ec53-1cd9-47d8-9959-e7361da2f2e8 2018-08-20 11:16:43,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.378258943558s 2018-08-20 11:16:43,324 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-19c5ec53-1cd9-47d8-9959-e7361da2f2e8 2018-08-20 11:16:43,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:16:43,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:43,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-fc0f9907-b327-4ad2-83e6-ae0882b60e0b Date: Mon, 20 Aug 2018 11:16: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":["b71a2554-79a2-4173-9237-e544f2ebe375"],"updated_at":"2018-08-20T11:15:12Z","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","name":"cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:16:43,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-fc0f9907-b327-4ad2-83e6-ae0882b60e0b 2018-08-20 11:16:43,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.14591884613s 2018-08-20 11:16:43,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-fc0f9907-b327-4ad2-83e6-ae0882b60e0b 2018-08-20 11:16:43,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:16:43,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:43,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-6b989136-ab39-48eb-b082-cd69a725670a Date: Mon, 20 Aug 2018 11:16:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "metadata": {}}], "file": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file", "owner": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "990118f0-5d34-426b-8f80-e4b279630e99", "size": 4373348352, "self": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:16:37Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:15:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:16:43,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6b989136-ab39-48eb-b082-cd69a725670a 2018-08-20 11:16:43,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.322052955627s 2018-08-20 11:16:43,800 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6b989136-ab39-48eb-b082-cd69a725670a 2018-08-20 11:16:43,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:16:43,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:43,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4d15504-c44b-49b5-af0a-c43acc69d81a x-compute-request-id: req-a4d15504-c44b-49b5-af0a-c43acc69d81a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f"}]} 2018-08-20 11:16:43,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-a4d15504-c44b-49b5-af0a-c43acc69d81a 2018-08-20 11:16:43,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258550643921s 2018-08-20 11:16:43,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-a4d15504-c44b-49b5-af0a-c43acc69d81a 2018-08-20 11:16:43,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 11:16:43,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"server": {"name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "imageRef": "990118f0-5d34-426b-8f80-e4b279630e99", "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "flavorRef": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "83393e69-30a4-45b2-b569-7ae2c84b4f43"}], "security_groups": [{"name": "77f97a37-50bd-411f-8230-038d3bc19ae4"}]}}' 2018-08-20 11:16:46,135 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95811670-a461-473f-9c13-b673682c2f97 x-compute-request-id: req-95811670-a461-473f-9c13-b673682c2f97 Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "77f97a37-50bd-411f-8230-038d3bc19ae4"}], "OS-DCF:diskConfig": "MANUAL", "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "adminPass": "TGPsiR5ZiGAQ"}} 2018-08-20 11:16:46,135 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-95811670-a461-473f-9c13-b673682c2f97 2018-08-20 11:16:46,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.30605101585s 2018-08-20 11:16:46,136 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-95811670-a461-473f-9c13-b673682c2f97 2018-08-20 11:16:46,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:16:46,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:46,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07000e1f-6df5-4c1b-b383-04c0deadd130 x-compute-request-id: req-07000e1f-6df5-4c1b-b383-04c0deadd130 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:16:46,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-07000e1f-6df5-4c1b-b383-04c0deadd130 2018-08-20 11:16:46,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.464513063431s 2018-08-20 11:16:46,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-07000e1f-6df5-4c1b-b383-04c0deadd130 2018-08-20 11:16:46,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:16:46,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:46,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-eda3fd29-8e4c-4982-a8ef-c8b2ab5d618f Date: Mon, 20 Aug 2018 11:16: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":["b71a2554-79a2-4173-9237-e544f2ebe375"],"updated_at":"2018-08-20T11:15:12Z","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","name":"cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:16:46,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-eda3fd29-8e4c-4982-a8ef-c8b2ab5d618f 2018-08-20 11:16:46,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121560096741s 2018-08-20 11:16:46,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-eda3fd29-8e4c-4982-a8ef-c8b2ab5d618f 2018-08-20 11:16:46,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 11:16:46,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:46,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-385b2ca5-42e2-4914-8e03-71e9c0e3f7b1 Date: Mon, 20 Aug 2018 11:16:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:15:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"b71a2554-79a2-4173-9237-e544f2ebe375","subnetpool_id":null,"name":"cloudify_ims-subnet_7e6d87dd-be3d-47de-851e-62adc6186c47"}]} 2018-08-20 11:16:46,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-385b2ca5-42e2-4914-8e03-71e9c0e3f7b1 2018-08-20 11:16:46,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0580310821533s 2018-08-20 11:16:46,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-385b2ca5-42e2-4914-8e03-71e9c0e3f7b1 2018-08-20 11:16:46,790 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:16:48,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:16:48,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:49,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7049b30-785b-4df0-b5f4-837604438dac x-compute-request-id: req-a7049b30-785b-4df0-b5f4-837604438dac Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:16:49,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a7049b30-785b-4df0-b5f4-837604438dac 2018-08-20 11:16:49,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374099969864s 2018-08-20 11:16:49,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a7049b30-785b-4df0-b5f4-837604438dac 2018-08-20 11:16:49,171 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:16:51,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:16:51,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:51,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b5bb604-4535-4f23-a4b6-9034b3635f9a x-compute-request-id: req-9b5bb604-4535-4f23-a4b6-9034b3635f9a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:16:51,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9b5bb604-4535-4f23-a4b6-9034b3635f9a 2018-08-20 11:16:51,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643846035004s 2018-08-20 11:16:51,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9b5bb604-4535-4f23-a4b6-9034b3635f9a 2018-08-20 11:16:51,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:16:53,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:16:53,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:54,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-686a0194-bf0d-4aa3-80f6-a835a1acbd29 x-compute-request-id: req-686a0194-bf0d-4aa3-80f6-a835a1acbd29 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:16:54,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-686a0194-bf0d-4aa3-80f6-a835a1acbd29 2018-08-20 11:16:54,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633087873459s 2018-08-20 11:16:54,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-686a0194-bf0d-4aa3-80f6-a835a1acbd29 2018-08-20 11:16:54,462 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:16:56,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:16:56,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:57,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e5059a2-e3ae-435c-9dc1-23dc8b41251a x-compute-request-id: req-5e5059a2-e3ae-435c-9dc1-23dc8b41251a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:16:57,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5e5059a2-e3ae-435c-9dc1-23dc8b41251a 2018-08-20 11:16:57,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622138977051s 2018-08-20 11:16:57,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5e5059a2-e3ae-435c-9dc1-23dc8b41251a 2018-08-20 11:16:57,091 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:16:59,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:16:59,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:16:59,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:16:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99131b50-7afc-4df1-91ea-427af12aaba0 x-compute-request-id: req-99131b50-7afc-4df1-91ea-427af12aaba0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:16:59,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-99131b50-7afc-4df1-91ea-427af12aaba0 2018-08-20 11:16:59,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.851222991943s 2018-08-20 11:16:59,946 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-99131b50-7afc-4df1-91ea-427af12aaba0 2018-08-20 11:16:59,950 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:01,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:01,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:02,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b4c8cfa-b1dc-40fa-9376-fe008af719be x-compute-request-id: req-8b4c8cfa-b1dc-40fa-9376-fe008af719be Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:02,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8b4c8cfa-b1dc-40fa-9376-fe008af719be 2018-08-20 11:17:02,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.845803976059s 2018-08-20 11:17:02,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8b4c8cfa-b1dc-40fa-9376-fe008af719be 2018-08-20 11:17:02,802 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:04,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:04,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:05,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d53172f-ebb0-44e3-9e4a-b33dd3a01341 x-compute-request-id: req-0d53172f-ebb0-44e3-9e4a-b33dd3a01341 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:05,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0d53172f-ebb0-44e3-9e4a-b33dd3a01341 2018-08-20 11:17:05,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732104063034s 2018-08-20 11:17:05,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0d53172f-ebb0-44e3-9e4a-b33dd3a01341 2018-08-20 11:17:05,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:07,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:07,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:08,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6706f2d-c35d-44dc-8e2a-65dcddaa612a x-compute-request-id: req-b6706f2d-c35d-44dc-8e2a-65dcddaa612a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:08,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b6706f2d-c35d-44dc-8e2a-65dcddaa612a 2018-08-20 11:17:08,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715581893921s 2018-08-20 11:17:08,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b6706f2d-c35d-44dc-8e2a-65dcddaa612a 2018-08-20 11:17:08,263 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:10,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:10,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:10,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17: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-6344b854-dd3c-4306-98f7-480bf70f231e x-compute-request-id: req-6344b854-dd3c-4306-98f7-480bf70f231e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:10,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6344b854-dd3c-4306-98f7-480bf70f231e 2018-08-20 11:17:10,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553156137466s 2018-08-20 11:17:10,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6344b854-dd3c-4306-98f7-480bf70f231e 2018-08-20 11:17:10,824 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:12,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:12,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:13,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-551fc537-af86-4dae-a413-d6b5e2b396b0 x-compute-request-id: req-551fc537-af86-4dae-a413-d6b5e2b396b0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:13,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-551fc537-af86-4dae-a413-d6b5e2b396b0 2018-08-20 11:17:13,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636708974838s 2018-08-20 11:17:13,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-551fc537-af86-4dae-a413-d6b5e2b396b0 2018-08-20 11:17:13,468 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:15,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:15,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:16,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9ce1f78-7ac2-4984-b9c9-080574768ec0 x-compute-request-id: req-b9ce1f78-7ac2-4984-b9c9-080574768ec0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:16,202 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b9ce1f78-7ac2-4984-b9c9-080574768ec0 2018-08-20 11:17:16,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732954978943s 2018-08-20 11:17:16,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b9ce1f78-7ac2-4984-b9c9-080574768ec0 2018-08-20 11:17:16,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:18,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:18,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:18,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1f32cd8-7fcd-4225-866a-439e69191a2d x-compute-request-id: req-c1f32cd8-7fcd-4225-866a-439e69191a2d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:18,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c1f32cd8-7fcd-4225-866a-439e69191a2d 2018-08-20 11:17:18,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566910982132s 2018-08-20 11:17:18,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c1f32cd8-7fcd-4225-866a-439e69191a2d 2018-08-20 11:17:18,781 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:20,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:20,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:21,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8184107-b7e3-4606-9a32-cbfbaf773c1f x-compute-request-id: req-c8184107-b7e3-4606-9a32-cbfbaf773c1f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:21,740 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c8184107-b7e3-4606-9a32-cbfbaf773c1f 2018-08-20 11:17:21,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.956425905228s 2018-08-20 11:17:21,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c8184107-b7e3-4606-9a32-cbfbaf773c1f 2018-08-20 11:17:21,744 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:23,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:23,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:24,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e72b2b3d-9cc0-4adb-a41f-e454151cfd0c x-compute-request-id: req-e72b2b3d-9cc0-4adb-a41f-e454151cfd0c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:24,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e72b2b3d-9cc0-4adb-a41f-e454151cfd0c 2018-08-20 11:17:24,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.735781908035s 2018-08-20 11:17:24,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e72b2b3d-9cc0-4adb-a41f-e454151cfd0c 2018-08-20 11:17:24,487 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:26,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:26,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:27,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-71b222d5-596e-4f10-8a97-b754d922c47f x-compute-request-id: req-71b222d5-596e-4f10-8a97-b754d922c47f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:27,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-71b222d5-596e-4f10-8a97-b754d922c47f 2018-08-20 11:17:27,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.743344783783s 2018-08-20 11:17:27,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-71b222d5-596e-4f10-8a97-b754d922c47f 2018-08-20 11:17:27,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:29,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:29,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:29,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17: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-ea29a6b6-1ab3-4446-a801-10ffa228e994 x-compute-request-id: req-ea29a6b6-1ab3-4446-a801-10ffa228e994 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:29,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ea29a6b6-1ab3-4446-a801-10ffa228e994 2018-08-20 11:17:29,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535401105881s 2018-08-20 11:17:29,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ea29a6b6-1ab3-4446-a801-10ffa228e994 2018-08-20 11:17:29,778 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:31,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:31,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:32,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b185e015-1f46-4829-b2f8-06c0c0e6efee x-compute-request-id: req-b185e015-1f46-4829-b2f8-06c0c0e6efee Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:32,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b185e015-1f46-4829-b2f8-06c0c0e6efee 2018-08-20 11:17:32,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56435084343s 2018-08-20 11:17:32,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b185e015-1f46-4829-b2f8-06c0c0e6efee 2018-08-20 11:17:32,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:34,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:34,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:34,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-049ae1ab-c131-4df1-98f1-4bcac433ba93 x-compute-request-id: req-049ae1ab-c131-4df1-98f1-4bcac433ba93 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:34,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-049ae1ab-c131-4df1-98f1-4bcac433ba93 2018-08-20 11:17:34,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608220100403s 2018-08-20 11:17:34,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-049ae1ab-c131-4df1-98f1-4bcac433ba93 2018-08-20 11:17:34,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:36,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:36,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:37,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-36512da5-3a1c-45c1-9ea2-b735330b1563 x-compute-request-id: req-36512da5-3a1c-45c1-9ea2-b735330b1563 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:37,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-36512da5-3a1c-45c1-9ea2-b735330b1563 2018-08-20 11:17:37,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667801856995s 2018-08-20 11:17:37,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-36512da5-3a1c-45c1-9ea2-b735330b1563 2018-08-20 11:17:37,640 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:39,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:39,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:40,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-641d2abd-099e-4d76-a65c-5fd73b2290ce x-compute-request-id: req-641d2abd-099e-4d76-a65c-5fd73b2290ce Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:40,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-641d2abd-099e-4d76-a65c-5fd73b2290ce 2018-08-20 11:17:40,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611670017242s 2018-08-20 11:17:40,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-641d2abd-099e-4d76-a65c-5fd73b2290ce 2018-08-20 11:17:40,258 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:42,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:42,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:42,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a5fc13d-b93f-4228-bc30-0d0b6987d5c8 x-compute-request-id: req-8a5fc13d-b93f-4228-bc30-0d0b6987d5c8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:42,655 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8a5fc13d-b93f-4228-bc30-0d0b6987d5c8 2018-08-20 11:17:42,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39456820488s 2018-08-20 11:17:42,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8a5fc13d-b93f-4228-bc30-0d0b6987d5c8 2018-08-20 11:17:42,660 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:44,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:44,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:45,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17: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-4e0b6e67-463e-4fc7-8e73-ad7aa479f3b7 x-compute-request-id: req-4e0b6e67-463e-4fc7-8e73-ad7aa479f3b7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:45,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4e0b6e67-463e-4fc7-8e73-ad7aa479f3b7 2018-08-20 11:17:45,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.931010007858s 2018-08-20 11:17:45,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4e0b6e67-463e-4fc7-8e73-ad7aa479f3b7 2018-08-20 11:17:45,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:47,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:47,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:48,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cd94bab-87fa-4b2c-be47-c249cf0667b9 x-compute-request-id: req-2cd94bab-87fa-4b2c-be47-c249cf0667b9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:48,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2cd94bab-87fa-4b2c-be47-c249cf0667b9 2018-08-20 11:17:48,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529102802277s 2018-08-20 11:17:48,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2cd94bab-87fa-4b2c-be47-c249cf0667b9 2018-08-20 11:17:48,135 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:50,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:50,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:50,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b40ed691-b3d8-4dc1-acba-c3be667203ee x-compute-request-id: req-b40ed691-b3d8-4dc1-acba-c3be667203ee Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:50,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b40ed691-b3d8-4dc1-acba-c3be667203ee 2018-08-20 11:17:50,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554523944855s 2018-08-20 11:17:50,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b40ed691-b3d8-4dc1-acba-c3be667203ee 2018-08-20 11:17:50,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:52,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:53,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17: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-274c2f09-ce1e-41d1-a601-ec942aeb6eb9 x-compute-request-id: req-274c2f09-ce1e-41d1-a601-ec942aeb6eb9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:53,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-274c2f09-ce1e-41d1-a601-ec942aeb6eb9 2018-08-20 11:17:53,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650763034821s 2018-08-20 11:17:53,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-274c2f09-ce1e-41d1-a601-ec942aeb6eb9 2018-08-20 11:17:53,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:55,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:55,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:55,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17: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-13cdc815-db54-4d30-b78c-11c0fcec244e x-compute-request-id: req-13cdc815-db54-4d30-b78c-11c0fcec244e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:55,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-13cdc815-db54-4d30-b78c-11c0fcec244e 2018-08-20 11:17:55,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.587657928467s 2018-08-20 11:17:55,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-13cdc815-db54-4d30-b78c-11c0fcec244e 2018-08-20 11:17:55,949 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:17:57,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:17:57,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:17:58,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad1fba11-7704-45c8-81a9-5ccf8a4407bd x-compute-request-id: req-ad1fba11-7704-45c8-81a9-5ccf8a4407bd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:17:58,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ad1fba11-7704-45c8-81a9-5ccf8a4407bd 2018-08-20 11:17:58,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593935012817s 2018-08-20 11:17:58,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ad1fba11-7704-45c8-81a9-5ccf8a4407bd 2018-08-20 11:17:58,550 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:00,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:00,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:01,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3dc9566-1b80-499e-ab8c-72dcc506ab11 x-compute-request-id: req-c3dc9566-1b80-499e-ab8c-72dcc506ab11 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:01,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c3dc9566-1b80-499e-ab8c-72dcc506ab11 2018-08-20 11:18:01,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.562476873398s 2018-08-20 11:18:01,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c3dc9566-1b80-499e-ab8c-72dcc506ab11 2018-08-20 11:18:01,120 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:03,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:03,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:03,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18: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-b460fc3b-84b6-42b6-a482-8639934e063a x-compute-request-id: req-b460fc3b-84b6-42b6-a482-8639934e063a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:03,753 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b460fc3b-84b6-42b6-a482-8639934e063a 2018-08-20 11:18:03,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630604982376s 2018-08-20 11:18:03,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b460fc3b-84b6-42b6-a482-8639934e063a 2018-08-20 11:18:03,758 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:05,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:05,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:06,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85777c6c-e83c-4a05-a882-1c45b72ee0e5 x-compute-request-id: req-85777c6c-e83c-4a05-a882-1c45b72ee0e5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:06,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-85777c6c-e83c-4a05-a882-1c45b72ee0e5 2018-08-20 11:18:06,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558869838715s 2018-08-20 11:18:06,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-85777c6c-e83c-4a05-a882-1c45b72ee0e5 2018-08-20 11:18:06,324 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:08,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:08,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:08,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18: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-62964013-d6c6-4b66-b243-4f8f84d729a3 x-compute-request-id: req-62964013-d6c6-4b66-b243-4f8f84d729a3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:08,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-62964013-d6c6-4b66-b243-4f8f84d729a3 2018-08-20 11:18:08,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624531984329s 2018-08-20 11:18:08,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-62964013-d6c6-4b66-b243-4f8f84d729a3 2018-08-20 11:18:08,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:10,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:10,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:11,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-858fd255-5eee-433b-a921-46f2a63abffc x-compute-request-id: req-858fd255-5eee-433b-a921-46f2a63abffc Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:11,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-858fd255-5eee-433b-a921-46f2a63abffc 2018-08-20 11:18:11,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375644207001s 2018-08-20 11:18:11,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-858fd255-5eee-433b-a921-46f2a63abffc 2018-08-20 11:18:11,338 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:13,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:13,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:13,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b089f11a-3f1e-4569-8bf7-17010a0635b7 x-compute-request-id: req-b089f11a-3f1e-4569-8bf7-17010a0635b7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:13,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b089f11a-3f1e-4569-8bf7-17010a0635b7 2018-08-20 11:18:13,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582182884216s 2018-08-20 11:18:13,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b089f11a-3f1e-4569-8bf7-17010a0635b7 2018-08-20 11:18:13,926 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:15,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:15,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:16,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-946af70a-e6ce-424f-b334-849ee12983e1 x-compute-request-id: req-946af70a-e6ce-424f-b334-849ee12983e1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:16,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-946af70a-e6ce-424f-b334-849ee12983e1 2018-08-20 11:18:16,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.575586080551s 2018-08-20 11:18:16,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-946af70a-e6ce-424f-b334-849ee12983e1 2018-08-20 11:18:16,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:18,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:18,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:19,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1bc50d4-5d05-42b3-b184-d7fd79d8caa0 x-compute-request-id: req-b1bc50d4-5d05-42b3-b184-d7fd79d8caa0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:19,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b1bc50d4-5d05-42b3-b184-d7fd79d8caa0 2018-08-20 11:18:19,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730079889297s 2018-08-20 11:18:19,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b1bc50d4-5d05-42b3-b184-d7fd79d8caa0 2018-08-20 11:18:19,246 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:21,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:21,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:22,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-7899307b-fc92-40ec-a920-76174001c295 x-compute-request-id: req-7899307b-fc92-40ec-a920-76174001c295 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:22,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7899307b-fc92-40ec-a920-76174001c295 2018-08-20 11:18:22,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01652407646s 2018-08-20 11:18:22,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7899307b-fc92-40ec-a920-76174001c295 2018-08-20 11:18:22,270 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:24,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:24,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:24,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-41e8c12d-5e62-45af-a5e9-723764c7ee00 x-compute-request-id: req-41e8c12d-5e62-45af-a5e9-723764c7ee00 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:24,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-41e8c12d-5e62-45af-a5e9-723764c7ee00 2018-08-20 11:18:24,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569076061249s 2018-08-20 11:18:24,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-41e8c12d-5e62-45af-a5e9-723764c7ee00 2018-08-20 11:18:24,847 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:26,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:26,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:27,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-737e8df9-1275-45eb-a4b5-1c1ea297e82c x-compute-request-id: req-737e8df9-1275-45eb-a4b5-1c1ea297e82c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:27,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-737e8df9-1275-45eb-a4b5-1c1ea297e82c 2018-08-20 11:18:27,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567233085632s 2018-08-20 11:18:27,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-737e8df9-1275-45eb-a4b5-1c1ea297e82c 2018-08-20 11:18:27,421 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:29,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:29,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:29,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bedbd1bb-885a-4739-b1ae-7f4d8fb01dd7 x-compute-request-id: req-bedbd1bb-885a-4739-b1ae-7f4d8fb01dd7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:29,978 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bedbd1bb-885a-4739-b1ae-7f4d8fb01dd7 2018-08-20 11:18:29,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555120944977s 2018-08-20 11:18:29,978 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bedbd1bb-885a-4739-b1ae-7f4d8fb01dd7 2018-08-20 11:18:29,979 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:31,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:31,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:32,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18: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-84dff98c-2674-4875-b084-c22bd2b73302 x-compute-request-id: req-84dff98c-2674-4875-b084-c22bd2b73302 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:32,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-84dff98c-2674-4875-b084-c22bd2b73302 2018-08-20 11:18:32,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648730039597s 2018-08-20 11:18:32,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-84dff98c-2674-4875-b084-c22bd2b73302 2018-08-20 11:18:32,634 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:34,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:34,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:35,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddb44667-0ee8-47e8-925f-4f513879133f x-compute-request-id: req-ddb44667-0ee8-47e8-925f-4f513879133f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:35,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ddb44667-0ee8-47e8-925f-4f513879133f 2018-08-20 11:18:35,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01265788078s 2018-08-20 11:18:35,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ddb44667-0ee8-47e8-925f-4f513879133f 2018-08-20 11:18:35,654 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:37,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:37,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:38,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18: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-68dfc0c2-01e6-4fbd-879a-48f97d45d28a x-compute-request-id: req-68dfc0c2-01e6-4fbd-879a-48f97d45d28a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:38,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-68dfc0c2-01e6-4fbd-879a-48f97d45d28a 2018-08-20 11:18:38,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550840139389s 2018-08-20 11:18:38,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-68dfc0c2-01e6-4fbd-879a-48f97d45d28a 2018-08-20 11:18:38,210 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:40,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:40,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:40,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18: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-5531bd1e-6deb-479a-949b-da45e7efd430 x-compute-request-id: req-5531bd1e-6deb-479a-949b-da45e7efd430 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:40,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5531bd1e-6deb-479a-949b-da45e7efd430 2018-08-20 11:18:40,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386620998383s 2018-08-20 11:18:40,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5531bd1e-6deb-479a-949b-da45e7efd430 2018-08-20 11:18:40,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:42,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:42,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:43,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6f8bd82-a1e0-4d4d-a421-261df6f599b4 x-compute-request-id: req-c6f8bd82-a1e0-4d4d-a421-261df6f599b4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:43,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c6f8bd82-a1e0-4d4d-a421-261df6f599b4 2018-08-20 11:18:43,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574625015259s 2018-08-20 11:18:43,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c6f8bd82-a1e0-4d4d-a421-261df6f599b4 2018-08-20 11:18:43,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:45,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:45,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:45,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c962165c-e44c-44ca-9c5a-e6a97dd5db13 x-compute-request-id: req-c962165c-e44c-44ca-9c5a-e6a97dd5db13 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:45,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c962165c-e44c-44ca-9c5a-e6a97dd5db13 2018-08-20 11:18:45,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554646015167s 2018-08-20 11:18:45,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c962165c-e44c-44ca-9c5a-e6a97dd5db13 2018-08-20 11:18:45,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:47,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:47,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:48,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18: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-ada896e1-aeb1-4087-af09-ba98e89853ca x-compute-request-id: req-ada896e1-aeb1-4087-af09-ba98e89853ca Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:16:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:48,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ada896e1-aeb1-4087-af09-ba98e89853ca 2018-08-20 11:18:48,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.961178064346s 2018-08-20 11:18:48,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ada896e1-aeb1-4087-af09-ba98e89853ca 2018-08-20 11:18:48,715 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:18:50,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:18:50,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:51,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64852a7a-b7ef-4090-bbce-147ef36a6d60 x-compute-request-id: req-64852a7a-b7ef-4090-bbce-147ef36a6d60 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:bd:8c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:18:48.000000", "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:18:48Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:18:51,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-64852a7a-b7ef-4090-bbce-147ef36a6d60 2018-08-20 11:18:51,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531613826752s 2018-08-20 11:18:51,249 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-64852a7a-b7ef-4090-bbce-147ef36a6d60 2018-08-20 11:18:51,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 11:18:51,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=87a81afc-3474-49a0-828f-b3c3dda007a4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:51,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4bbce894-87a8-43ad-a07f-74d56bbcb135 Date: Mon, 20 Aug 2018 11:18:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:16:48Z","admin_state_up":true,"updated_at":"2018-08-20T11:18:48Z","binding:vnic_type":"normal","device_id":"87a81afc-3474-49a0-828f-b3c3dda007a4","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:bd:bd:8c","id":"545db96b-bdda-46e8-a781-421f8ea10904","port_security_enabled":true,"project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","fixed_ips":[{"subnet_id":"b71a2554-79a2-4173-9237-e544f2ebe375","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["77f97a37-50bd-411f-8230-038d3bc19ae4"],"name":""}]} 2018-08-20 11:18:51,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=87a81afc-3474-49a0-828f-b3c3dda007a4 used request id req-4bbce894-87a8-43ad-a07f-74d56bbcb135 2018-08-20 11:18:51,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0620889663696s 2018-08-20 11:18:51,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=87a81afc-3474-49a0-828f-b3c3dda007a4 used request id req-4bbce894-87a8-43ad-a07f-74d56bbcb135 2018-08-20 11:18:51,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 11:18:51,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=545db96b-bdda-46e8-a781-421f8ea10904" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:51,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-199f6636-598f-4aca-a6a0-58c4792b4663 Date: Mon, 20 Aug 2018 11:18:51 GMT RESP BODY: {"floatingips": []} 2018-08-20 11:18:51,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=545db96b-bdda-46e8-a781-421f8ea10904 used request id req-199f6636-598f-4aca-a6a0-58c4792b4663 2018-08-20 11:18:51,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0240640640259s 2018-08-20 11:18:51,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=545db96b-bdda-46e8-a781-421f8ea10904 used request id req-199f6636-598f-4aca-a6a0-58c4792b4663 2018-08-20 11:18:51,346 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bd:bd:8c', 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'990118f0-5d34-426b-8f80-e4b279630e99'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:18:48.000000', 'flavor': Munch({u'id': u'9c9fd5dc-1397-4831-a459-38dbb6a7609f'}), 'az': u'nova', 'id': u'87a81afc-3474-49a0-828f-b3c3dda007a4', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b092807774fd46cd8f0592a2469fd2ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'name': 'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47', '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-08-20T11:18:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:18:48Z', 'hostId': u'12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4', '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-08-20T11:18:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'name': u'cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47', 'adminPass': u'TGPsiR5ZiGAQ', 'tenant_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'created_at': u'2018-08-20T11:16:46Z', 'created': u'2018-08-20T11:16:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 11:18:51,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:18:51,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:51,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b5aac263-0939-4868-b8df-59871ea3e6c0 Date: Mon, 20 Aug 2018 11:18: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":["b71a2554-79a2-4173-9237-e544f2ebe375"],"updated_at":"2018-08-20T11:15:12Z","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","name":"cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:18:51,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-b5aac263-0939-4868-b8df-59871ea3e6c0 2018-08-20 11:18:51,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115477085114s 2018-08-20 11:18:51,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-b5aac263-0939-4868-b8df-59871ea3e6c0 2018-08-20 11:18:51,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 11:18:51,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=87a81afc-3474-49a0-828f-b3c3dda007a4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:51,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bf72bc5a-d449-402f-b05d-ec509519b417 Date: Mon, 20 Aug 2018 11:18:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:16:48Z","admin_state_up":true,"updated_at":"2018-08-20T11:18:48Z","binding:vnic_type":"normal","device_id":"87a81afc-3474-49a0-828f-b3c3dda007a4","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:bd:bd:8c","id":"545db96b-bdda-46e8-a781-421f8ea10904","port_security_enabled":true,"project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","fixed_ips":[{"subnet_id":"b71a2554-79a2-4173-9237-e544f2ebe375","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["77f97a37-50bd-411f-8230-038d3bc19ae4"],"name":""}]} 2018-08-20 11:18:51,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=87a81afc-3474-49a0-828f-b3c3dda007a4 used request id req-bf72bc5a-d449-402f-b05d-ec509519b417 2018-08-20 11:18:51,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0577139854431s 2018-08-20 11:18:51,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=87a81afc-3474-49a0-828f-b3c3dda007a4 used request id req-bf72bc5a-d449-402f-b05d-ec509519b417 2018-08-20 11:18:51,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 11:18:51,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.9", "port_id": "545db96b-bdda-46e8-a781-421f8ea10904"}}' 2018-08-20 11:18:53,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-398a9e8d-d035-4555-ac5d-4beac2cc8988 Date: Mon, 20 Aug 2018 11:18:53 GMT RESP BODY: {"floatingip": {"router_id": "cf9dbd43-ee72-4f15-974a-b737d439972e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T11:18:52Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "545db96b-bdda-46e8-a781-421f8ea10904", "id": "11c29b96-c757-4e2f-9284-a9141e0bd8be", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:18:52Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}} 2018-08-20 11:18:53,248 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-398a9e8d-d035-4555-ac5d-4beac2cc8988 2018-08-20 11:18:53,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.72313904762s 2018-08-20 11:18:53,249 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-398a9e8d-d035-4555-ac5d-4beac2cc8988 2018-08-20 11:18:53,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 11:18:53,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:18:53,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-a7364648-eae4-4576-8abb-ae870ced4704 Date: Mon, 20 Aug 2018 11:18:53 GMT RESP BODY: {"floatingips": [{"router_id": "cf9dbd43-ee72-4f15-974a-b737d439972e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T11:18:52Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "545db96b-bdda-46e8-a781-421f8ea10904", "id": "11c29b96-c757-4e2f-9284-a9141e0bd8be", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:18:52Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}]} 2018-08-20 11:18:53,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-a7364648-eae4-4576-8abb-ae870ced4704 2018-08-20 11:18:53,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0313720703125s 2018-08-20 11:18:53,288 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-a7364648-eae4-4576-8abb-ae870ced4704 2018-08-20 11:18:53,292 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'cf9dbd43-ee72-4f15-974a-b737d439972e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'created_at': u'2018-08-20T11:18:52Z', 'attached': True, 'updated_at': u'2018-08-20T11:18:52Z', 'id': u'11c29b96-c757-4e2f-9284-a9141e0bd8be', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.212', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'name': 'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'cf9dbd43-ee72-4f15-974a-b737d439972e', 'project_id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'port_id': u'545db96b-bdda-46e8-a781-421f8ea10904', 'port': u'545db96b-bdda-46e8-a781-421f8ea10904', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 11:18:53,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:18:53,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:18:53,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:18:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e214213-99b4-44ee-9af0-fec37d724799 x-compute-request-id: req-5e214213-99b4-44ee-9af0-fec37d724799 Content-Encoding: gzip Content-Length: 10725 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1776424993 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.317843] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.320175] pid_max: default: 32768 minimum: 301\n[ 0.321422] Security Framework initialized\n[ 0.322548] SELinux: Initializing.\n[ 0.323817] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.328642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.331681] Mount-cache hash table entries: 4096\n[ 0.333156] Initializing cgroup subsys memory\n[ 0.335406] Initializing cgroup subsys devices\n[ 0.336637] Initializing cgroup subsys freezer\n[ 0.337853] Initializing cgroup subsys net_cls\n[ 0.339063] Initializing cgroup subsys blkio\n[ 0.340224] Initializing cgroup subsys perf_event\n[ 0.341470] Initializing cgroup subsys hugetlb\n[ 0.342668] Initializing cgroup subsys pids\n[ 0.343810] Initializing cgroup subsys net_prio\n[ 0.345072] CPU: Physical Processor ID: 0\n[ 0.346892] mce: CPU supports 10 MCE banks\n[ 0.348096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.349408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.350836] tlb_flushall_shift: 6\n[ 0.352058] Freeing SMP alternatives: 28k freed\n[ 0.355836] ACPI: Core revision 20130517\n[ 0.357420] ACPI: All ACPI Tables successfully acquired\n[ 0.358930] ftrace: allocating 25812 entries in 101 pages\n[ 0.380129] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.381689] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.383251] smpboot: Max logical packages: 2\n[ 0.384631] Enabling x2apic\n[ 0.385592] Enabled x2apic\n[ 0.386735] Switched APIC routing to physical x2apic.\n[ 0.388987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.390468] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.393067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.400733] KVM setup paravirtual spinlock\n[ 0.402990] smpboot: Booting Node 0, Processors #1 OK\n[ 0.404608] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.426706] Brought up 2 CPUs\n[ 0.426708] KVM setup async PF for cpu 1\n[ 0.426711] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.429972] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.432104] devtmpfs: initialized\n[ 0.434468] EVM: security.selinux\n[ 0.435497] EVM: security.ima\n[ 0.436435] EVM: security.capability\n[ 0.438095] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.439666] pinctrl core: initialized pinctrl subsystem\n[ 0.441065] NET: Registered protocol family 16\n[ 0.442428] ACPI: bus type PCI registered\n[ 0.443541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.445153] PCI: Using configuration type 1 for base access\n[ 0.449857] ACPI: Added _OSI(Module Device)\n[ 0.451019] ACPI: Added _OSI(Processor Device)\n[ 0.452168] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.453354] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.455712] ACPI: Interpreter enabled\n[ 0.456771] ACPI: (supports S0 S5)\n[ 0.457770] ACPI: Using IOAPIC for interrupt routing\n[ 0.459000] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.462918] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.465847] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.467335] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.470103] acpiphp: Slot [3] registered\n[ 0.471182] acpiphp: Slot [4] registered\n[ 0.472268] acpiphp: Slot [5] registered\n[ 0.473351] acpiphp: Slot [6] registered\n[ 0.474425] acpiphp: Slot [7] registered\n[ 0.475504] acpiphp: Slot [8] registered\n[ 0.476590] acpiphp: Slot [9] registered\n[ 0.477677] acpiphp: Slot [10] registered\n[ 0.478765] acpiphp: Slot [11] registered\n[ 0.479858] acpiphp: Slot [12] registered\n[ 0.480961] acpiphp: Slot [13] registered\n[ 0.482054] acpiphp: Slot [14] registered\n[ 0.483145] acpiphp: Slot [15] registered\n[ 0.484241] acpiphp: Slot [16] registered\n[ 0.485332] acpiphp: Slot [17] registered\n[ 0.486419] acpiphp: Slot [18] registered\n[ 0.487505] acpiphp: Slot [19] registered\n[ 0.488600] acpiphp: Slot [20] registered\n[ 0.489695] acpiphp: Slot [21] registered\n[ 0.490788] acpiphp: Slot [22] registered\n[ 0.491891] acpiphp: Slot [23] registered\n[ 0.492982] acpiphp: Slot [24] registered\n[ 0.494092] acpiphp: Slot [25] registered\n[ 0.495186] acpiphp: Slot [26] registered\n[ 0.496282] acpiphp: Slot [27] registered\n[ 0.497375] acpiphp: Slot [28] registered\n[ 0.498465] acpiphp: Slot [29] registered\n[ 0.499555] acpiphp: Slot [30] registered\n[ 0.500660] acpiphp: Slot [31] registered\n[ 0.501747] PCI host bridge to bus 0000:00\n[ 0.502855] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.504168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.505650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.507202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.509192] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.511179] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.515636] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.517379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.518837] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.520384] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.523816] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.525791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.548974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.550794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.552527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.554292] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.555997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.557621] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.559294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.561432] vgaarb: loaded\n[ 0.562314] vgaarb: bridge control possible 0000:00:02.0\n[ 0.563730] SCSI subsystem initialized\n[ 0.564814] ACPI: bus type USB registered\n[ 0.565924] usbcore: registered new interface driver usbfs\n[ 0.567248] usbcore: registered new interface driver hub\n[ 0.568553] usbcore: registered new device driver usb\n[ 0.569963] PCI: Using ACPI for IRQ routing\n[ 0.571379] NetLabel: Initializing\n[ 0.572381] NetLabel: domain hash size = 128\n[ 0.573513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.574769] NetLabel: unlabeled traffic allowed by default\n[ 0.576198] Switched to clocksource kvm-clock\n[ 0.584348] pnp: PnP ACPI init\n[ 0.585307] ACPI: bus type PNP registered\n[ 0.586731] pnp: PnP ACPI: found 5 devices\n[ 0.587834] ACPI: bus type PNP unregistered\n[ 0.595015] NET: Registered protocol family 2\n[ 0.596443] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.598629] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.600443] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.601994] TCP: reno registered\n[ 0.602965] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.604400] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.606012] NET: Registered protocol family 1\n[ 0.607254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.608685] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.610114] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.630122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.650011] Unpacking initramfs...\n[ 1.091099] Freeing initrd memory: 37508k freed\n[ 1.100433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.102083] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.105001] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.106568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.108321] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.109811] Initialise system trusted keyring\n[ 1.111020] audit: initializing netlink socket (disabled)\n[ 1.112365] type=2000 audit(1534763930.875:1): initialized\n[ 1.129044] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.130568] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.132877] zpool: loaded\n[ 1.133789] zbud: loaded\n[ 1.134827] VFS: Disk quotas dquot_6.5.2\n[ 1.135977] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.137642] msgmni has been set to 7578\n[ 1.138807] Key type big_key registered\n[ 1.140613] NET: Registered protocol family 38\n[ 1.141836] Key type asymmetric registered\n[ 1.142985] Asymmetric key parser 'x509' registered\n[ 1.144268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.146407] io scheduler noop registered\n[ 1.147537] io scheduler deadline registered (default)\n[ 1.158727] io scheduler cfq registered\n[ 1.159922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.161306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.162937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.165008] ACPI: Power Button [PWRF]\n[ 1.166184] GHES: HEST is not enabled!\n[ 1.167337] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.191716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.193457] Non-volatile memory driver v1.3\n[ 1.194639] Linux agpgart interface v0.103\n[ 1.195878] crash memory driver: version 1.1\n[ 1.197123] rdac: device handler registered\n[ 1.198345] hp_sw: device handler registered\n[ 1.199529] emc: device handler registered\n[ 1.200675] alua: device handler registered\n[ 1.201848] libphy: Fixed MDIO Bus: probed\n[ 1.203028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204565] ehci-pci: EHCI PCI platform driver\n[ 1.205775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.207270] ohci-pci: OHCI PCI platform driver\n[ 1.208472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.229630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.231711] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.234508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.236085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.238124] usb usb1: Product: UHCI Host Controller\n[ 1.239386] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.241010] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.242308] hub 1-0:1.0: USB hub found\n[ 1.243416] hub 1-0:1.0: 2 ports detected\n[ 1.244694] usbcore: registered new interface driver usbserial\n[ 1.246136] usbcore: registered new interface driver usbserial_generic\n[ 1.247668] usbserial: USB Serial support registered for generic\n[ 1.249137] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.251934] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.253190] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.254546] mousedev: PS/2 mouse device common for all mice\n[ 1.256183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.258521] rtc_cmos 00:00: RTC can wake from S4\n[ 1.259064] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.262480] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.262728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.266274] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.267847] cpuidle: using governor menu\n[ 1.269014] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.270439] usbcore: registered new interface driver usbhid\n[ 1.271805] usbhid: USB HID core driver\n[ 1.272944] drop_monitor: Initializing network drop monitor service\n[ 1.274479] TCP: cubic registered\n[ 1.275493] Initializing XFRM netlink socket\n[ 1.276734] NET: Registered protocol family 10\n[ 1.278138] NET: Registered protocol family 17\n[ 1.279515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.280875] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.282357] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.284761] Loading compiled-in X.509 certificates\n[ 1.286032] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.288437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.291238] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.293657] registered taskstats version 1\n[ 1.296555] Key type trusted registered\n[ 1.298892] Key type encrypted registered\n[ 1.301243] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.302988] rtc_cmos 00:00: setting system clock to 2018-08-20 11:18:50 UTC (1534763930)\n[ 1.305811] Freeing unused kernel memory: 1680k freed\n[ 1.310505] 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.314569] systemd[1]: Detected virtualization kvm.\n[ 1.315817] systemd[1]: Detected architecture x86-64.\n[ 1.317056] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.319407] systemd[1]: No hostname configured.\n[ 1.320596] systemd[1]: Set hostname to .\n[ 1.321883] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.344986] systemd[1]: Reached target Swap.\n[ 1.346140] systemd[1]: Starting Swap.\n[ 1.347231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.349328] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.352279] systemd[1]: Reached target Local File Systems.\n[ 1.353617] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.355596] systemd[1]: Reached target Timers.\n[ 1.356755] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.358558] systemd[1]: Reached target Paths.\n[ 1.359706] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.361622] systemd[1]: Created slice Root Slice.\n[ 1.362821] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.364774] systemd[1]: Listening on Journal Socket.\n[ 1.366015] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.368018] systemd[1]: Created slice System Slice.\n[ 1.369249] systemd[1]: Starting System Slice.\n[ 1.370737] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.372955] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.377188] systemd[1]: Reached target Slices.\n[ 1.378355] systemd[1]: Starting Slices.\n[ 1.379738] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.381982] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384947] systemd[1]: Listening on udev Control Socket.\n[ 1.386268] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.388653] systemd[1]: Listening on udev Kernel Socket.\n[ 1.389959] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.391958] systemd[1]: Reached target Sockets.\n[ 1.393144] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.395190] 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.451733] RPC: Registered named UNIX socket transport module.\n[ 1.453214] RPC: Registered udp transport module.\n[ 1.454446] RPC: Registered tcp transport module.\n[ 1.455683] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.546215] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.549566] FDC 0 is a S82078B\n[ 1.578123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.580937] scsi host0: ata_piix\n[ 1.582141] scsi host1: ata_piix\n[ 1.583287] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.585100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.624404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.629737] 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.704482] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706314] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708164] usb 1-1: Product: QEMU USB Tablet\n[ 1.709465] usb 1-1: Manufacturer: QEMU\n[ 1.710690] usb 1-1: SerialNumber: 42\n[ 1.720620] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.723344] 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.808478] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.811306] XFS (vda1): Mounting V4 Filesystem\n[ 1.846428] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.106264] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\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.\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 Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.223992] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.341346] SELinux: Disabled at runtime.\n[ 2.377219] type=1404 audit(1534763931.574:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.400820] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.402315] 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 File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Debug File System...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on udev Control Socket.\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 Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[ 2.685002] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.696549] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started 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[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.880241] type=1305 audit(1534763932.077:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.099730] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.114955] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.137733] [drm] Initialized drm 1.1.0 20060810\n[ 3.153952] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.153952] [TTM] Initializing pool allocator\n[ 3.153954] [TTM] Initializing DMA pool allocator\n[ 3.154229] [drm] fb mappable at 0xFC000000\n[ 3.154229] [drm] vram aper at 0xFC000000\n[ 3.154229] [drm] size 33554432\n[ 3.154230] [drm] fb depth is 24\n[ 3.154230] [drm] pitch is 3072\n[ 3.174044] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.194013] Console: switching to colour frame buffer device 128x48\n[ 3.205214] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.206516] ppdev: user-space parallel port driver\n[ 3.221207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[ 3.290365] AES CTR mode by8 optimization enabled\na"} 2018-08-20 11:18:53,371 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action used request id req-5e214213-99b4-44ee-9af0-fec37d724799 2018-08-20 11:18:53,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0783820152283s 2018-08-20 11:18:53,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action used request id req-5e214213-99b4-44ee-9af0-fec37d724799 2018-08-20 11:18:53,373 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1776424993 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.317843] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.320175] pid_max: default: 32768 minimum: 301 [ 0.321422] Security Framework initialized [ 0.322548] SELinux: Initializing. [ 0.323817] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.328642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.331681] Mount-cache hash table entries: 4096 [ 0.333156] Initializing cgroup subsys memory [ 0.335406] Initializing cgroup subsys devices [ 0.336637] Initializing cgroup subsys freezer [ 0.337853] Initializing cgroup subsys net_cls [ 0.339063] Initializing cgroup subsys blkio [ 0.340224] Initializing cgroup subsys perf_event [ 0.341470] Initializing cgroup subsys hugetlb [ 0.342668] Initializing cgroup subsys pids [ 0.343810] Initializing cgroup subsys net_prio [ 0.345072] CPU: Physical Processor ID: 0 [ 0.346892] mce: CPU supports 10 MCE banks [ 0.348096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.349408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.350836] tlb_flushall_shift: 6 [ 0.352058] Freeing SMP alternatives: 28k freed [ 0.355836] ACPI: Core revision 20130517 [ 0.357420] ACPI: All ACPI Tables successfully acquired [ 0.358930] ftrace: allocating 25812 entries in 101 pages [ 0.380129] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.381689] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.383251] smpboot: Max logical packages: 2 [ 0.384631] Enabling x2apic [ 0.385592] Enabled x2apic [ 0.386735] Switched APIC routing to physical x2apic. [ 0.388987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.390468] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.393067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.400733] KVM setup paravirtual spinlock [ 0.402990] smpboot: Booting Node 0, Processors #1 OK [ 0.404608] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.426706] Brought up 2 CPUs [ 0.426708] KVM setup async PF for cpu 1 [ 0.426711] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.429972] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.432104] devtmpfs: initialized [ 0.434468] EVM: security.selinux [ 0.435497] EVM: security.ima [ 0.436435] EVM: security.capability [ 0.438095] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.439666] pinctrl core: initialized pinctrl subsystem [ 0.441065] NET: Registered protocol family 16 [ 0.442428] ACPI: bus type PCI registered [ 0.443541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.445153] PCI: Using configuration type 1 for base access [ 0.449857] ACPI: Added _OSI(Module Device) [ 0.451019] ACPI: Added _OSI(Processor Device) [ 0.452168] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.453354] ACPI: Added _OSI(Processor Aggregator Device) [ 0.455712] ACPI: Interpreter enabled [ 0.456771] ACPI: (supports S0 S5) [ 0.457770] ACPI: Using IOAPIC for interrupt routing [ 0.459000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.462918] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.465847] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.467335] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.470103] acpiphp: Slot [3] registered [ 0.471182] acpiphp: Slot [4] registered [ 0.472268] acpiphp: Slot [5] registered [ 0.473351] acpiphp: Slot [6] registered [ 0.474425] acpiphp: Slot [7] registered [ 0.475504] acpiphp: Slot [8] registered [ 0.476590] acpiphp: Slot [9] registered [ 0.477677] acpiphp: Slot [10] registered [ 0.478765] acpiphp: Slot [11] registered [ 0.479858] acpiphp: Slot [12] registered [ 0.480961] acpiphp: Slot [13] registered [ 0.482054] acpiphp: Slot [14] registered [ 0.483145] acpiphp: Slot [15] registered [ 0.484241] acpiphp: Slot [16] registered [ 0.485332] acpiphp: Slot [17] registered [ 0.486419] acpiphp: Slot [18] registered [ 0.487505] acpiphp: Slot [19] registered [ 0.488600] acpiphp: Slot [20] registered [ 0.489695] acpiphp: Slot [21] registered [ 0.490788] acpiphp: Slot [22] registered [ 0.491891] acpiphp: Slot [23] registered [ 0.492982] acpiphp: Slot [24] registered [ 0.494092] acpiphp: Slot [25] registered [ 0.495186] acpiphp: Slot [26] registered [ 0.496282] acpiphp: Slot [27] registered [ 0.497375] acpiphp: Slot [28] registered [ 0.498465] acpiphp: Slot [29] registered [ 0.499555] acpiphp: Slot [30] registered [ 0.500660] acpiphp: Slot [31] registered [ 0.501747] PCI host bridge to bus 0000:00 [ 0.502855] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.504168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.505650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.507202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.509192] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.511179] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.515636] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.517379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.518837] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.520384] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.523816] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.525791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.548974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.550794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.552527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.554292] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.555997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.557621] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.559294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.561432] vgaarb: loaded [ 0.562314] vgaarb: bridge control possible 0000:00:02.0 [ 0.563730] SCSI subsystem initialized [ 0.564814] ACPI: bus type USB registered [ 0.565924] usbcore: registered new interface driver usbfs [ 0.567248] usbcore: registered new interface driver hub [ 0.568553] usbcore: registered new device driver usb [ 0.569963] PCI: Using ACPI for IRQ routing [ 0.571379] NetLabel: Initializing [ 0.572381] NetLabel: domain hash size = 128 [ 0.573513] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.574769] NetLabel: unlabeled traffic allowed by default [ 0.576198] Switched to clocksource kvm-clock [ 0.584348] pnp: PnP ACPI init [ 0.585307] ACPI: bus type PNP registered [ 0.586731] pnp: PnP ACPI: found 5 devices [ 0.587834] ACPI: bus type PNP unregistered [ 0.595015] NET: Registered protocol family 2 [ 0.596443] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.598629] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.600443] TCP: Hash tables configured (established 32768 bind 32768) [ 0.601994] TCP: reno registered [ 0.602965] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.604400] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.606012] NET: Registered protocol family 1 [ 0.607254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.608685] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.610114] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.630122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.650011] Unpacking initramfs... [ 1.091099] Freeing initrd memory: 37508k freed [ 1.100433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.102083] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.105001] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.106568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.108321] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.109811] Initialise system trusted keyring [ 1.111020] audit: initializing netlink socket (disabled) [ 1.112365] type=2000 audit(1534763930.875:1): initialized [ 1.129044] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.130568] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.132877] zpool: loaded [ 1.133789] zbud: loaded [ 1.134827] VFS: Disk quotas dquot_6.5.2 [ 1.135977] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.137642] msgmni has been set to 7578 [ 1.138807] Key type big_key registered [ 1.140613] NET: Registered protocol family 38 [ 1.141836] Key type asymmetric registered [ 1.142985] Asymmetric key parser 'x509' registered [ 1.144268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.146407] io scheduler noop registered [ 1.147537] io scheduler deadline registered (default) [ 1.158727] io scheduler cfq registered [ 1.159922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.161306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.162937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.165008] ACPI: Power Button [PWRF] [ 1.166184] GHES: HEST is not enabled! [ 1.167337] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.191716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.193457] Non-volatile memory driver v1.3 [ 1.194639] Linux agpgart interface v0.103 [ 1.195878] crash memory driver: version 1.1 [ 1.197123] rdac: device handler registered [ 1.198345] hp_sw: device handler registered [ 1.199529] emc: device handler registered [ 1.200675] alua: device handler registered [ 1.201848] libphy: Fixed MDIO Bus: probed [ 1.203028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204565] ehci-pci: EHCI PCI platform driver [ 1.205775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.207270] ohci-pci: OHCI PCI platform driver [ 1.208472] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228266] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.229630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.231711] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.234508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.236085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.238124] usb usb1: Product: UHCI Host Controller [ 1.239386] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.241010] usb usb1: SerialNumber: 0000:00:01.2 [ 1.242308] hub 1-0:1.0: USB hub found [ 1.243416] hub 1-0:1.0: 2 ports detected [ 1.244694] usbcore: registered new interface driver usbserial [ 1.246136] usbcore: registered new interface driver usbserial_generic [ 1.247668] usbserial: USB Serial support registered for generic [ 1.249137] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.251934] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.253190] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.254546] mousedev: PS/2 mouse device common for all mice [ 1.256183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.258521] rtc_cmos 00:00: RTC can wake from S4 [ 1.259064] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.262480] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.262728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.266274] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.267847] cpuidle: using governor menu [ 1.269014] hidraw: raw HID events driver (C) Jiri Kosina [ 1.270439] usbcore: registered new interface driver usbhid [ 1.271805] usbhid: USB HID core driver [ 1.272944] drop_monitor: Initializing network drop monitor service [ 1.274479] TCP: cubic registered [ 1.275493] Initializing XFRM netlink socket [ 1.276734] NET: Registered protocol family 10 [ 1.278138] NET: Registered protocol family 17 [ 1.279515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.280875] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.282357] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.284761] Loading compiled-in X.509 certificates [ 1.286032] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.288437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.291238] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.293657] registered taskstats version 1 [ 1.296555] Key type trusted registered [ 1.298892] Key type encrypted registered [ 1.301243] IMA: No TPM chip found, activating TPM-bypass! [ 1.302988] rtc_cmos 00:00: setting system clock to 2018-08-20 11:18:50 UTC (1534763930) [ 1.305811] Freeing unused kernel memory: 1680k freed [ 1.310505] 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.314569] systemd[1]: Detected virtualization kvm. [ 1.315817] systemd[1]: Detected architecture x86-64. [ 1.317056] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.319407] systemd[1]: No hostname configured. [ 1.320596] systemd[1]: Set hostname to . [ 1.321883] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.344986] systemd[1]: Reached target Swap. [ 1.346140] systemd[1]: Starting Swap. [ 1.347231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.349328] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.352279] systemd[1]: Reached target Local File Systems. [ 1.353617] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.355596] systemd[1]: Reached target Timers. [ 1.356755] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.358558] systemd[1]: Reached target Paths. [ 1.359706] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.361622] systemd[1]: Created slice Root Slice. [ 1.362821] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.364774] systemd[1]: Listening on Journal Socket. [ 1.366015] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.368018] systemd[1]: Created slice System Slice. [ 1.369249] systemd[1]: Starting System Slice. [ 1.370737] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.372955] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.377188] systemd[1]: Reached target Slices. [ 1.378355] systemd[1]: Starting Slices. [ 1.379738] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.381982] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [ 1.384947] systemd[1]: Listening on udev Control Socket. [ 1.386268] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.388653] systemd[1]: Listening on udev Kernel Socket. [ 1.389959] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.391958] systemd[1]: Reached target Sockets. [ 1.393144] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.395190] 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.451733] RPC: Registered named UNIX socket transport module. [ 1.453214] RPC: Registered udp transport module. [ 1.454446] RPC: Registered tcp transport module. [ 1.455683] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.546215] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.549566] FDC 0 is a S82078B [ 1.578123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.580937] scsi host0: ata_piix [ 1.582141] scsi host1: ata_piix [ 1.583287] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.585100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.624404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.629737] 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.704482] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706314] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708164] usb 1-1: Product: QEMU USB Tablet [ 1.709465] usb 1-1: Manufacturer: QEMU [ 1.710690] usb 1-1: SerialNumber: 42 [ 1.720620] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.723344] 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.808478] SGI XFS with ACLs, security attributes, no debug enabled [ 1.811306] XFS (vda1): Mounting V4 Filesystem [ 1.846428] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.106264] tsc: Refined TSC clocksource calibration: 3491.868 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[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. 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 Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.223992] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.341346] SELinux: Disabled at runtime. [ 2.377219] type=1404 audit(1534763931.574:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.400820] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.402315] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Debug File System... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Kernel Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on udev Control Socket. [[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 Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [ 2.685002] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.696549] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.880241] type=1305 audit(1534763932.077:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.099730] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.114955] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.137733] [drm] Initialized drm 1.1.0 20060810 [ 3.153952] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.153952] [TTM] Initializing pool allocator [ 3.153954] [TTM] Initializing DMA pool allocator [ 3.154229] [drm] fb mappable at 0xFC000000 [ 3.154229] [drm] vram aper at 0xFC000000 [ 3.154229] [drm] size 33554432 [ 3.154230] [drm] fb depth is 24 [ 3.154230] [drm] pitch is 3072 [ 3.174044] fbcon: cirrusdrmfb (fb0) is primary device [ 3.194013] Console: switching to colour frame buffer device 128x48 [ 3.205214] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.206516] ppdev: user-space parallel port driver [ 3.221207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Dump dmesg to /var/log/dmesg... Starting Authorization Manager... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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. [ 3.290365] AES CTR mode by8 optimization enabled a 2018-08-20 11:18:54,375 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.212: timed out 2018-08-20 11:19:03,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:19:03,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:19:03,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-ca0b9f76-29aa-4384-8f66-3c576992f978 x-compute-request-id: req-ca0b9f76-29aa-4384-8f66-3c576992f978 Content-Encoding: gzip Content-Length: 11734 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1776424993 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.317843] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.320175] pid_max: default: 32768 minimum: 301\n[ 0.321422] Security Framework initialized\n[ 0.322548] SELinux: Initializing.\n[ 0.323817] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.328642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.331681] Mount-cache hash table entries: 4096\n[ 0.333156] Initializing cgroup subsys memory\n[ 0.335406] Initializing cgroup subsys devices\n[ 0.336637] Initializing cgroup subsys freezer\n[ 0.337853] Initializing cgroup subsys net_cls\n[ 0.339063] Initializing cgroup subsys blkio\n[ 0.340224] Initializing cgroup subsys perf_event\n[ 0.341470] Initializing cgroup subsys hugetlb\n[ 0.342668] Initializing cgroup subsys pids\n[ 0.343810] Initializing cgroup subsys net_prio\n[ 0.345072] CPU: Physical Processor ID: 0\n[ 0.346892] mce: CPU supports 10 MCE banks\n[ 0.348096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.349408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.350836] tlb_flushall_shift: 6\n[ 0.352058] Freeing SMP alternatives: 28k freed\n[ 0.355836] ACPI: Core revision 20130517\n[ 0.357420] ACPI: All ACPI Tables successfully acquired\n[ 0.358930] ftrace: allocating 25812 entries in 101 pages\n[ 0.380129] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.381689] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.383251] smpboot: Max logical packages: 2\n[ 0.384631] Enabling x2apic\n[ 0.385592] Enabled x2apic\n[ 0.386735] Switched APIC routing to physical x2apic.\n[ 0.388987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.390468] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.393067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.400733] KVM setup paravirtual spinlock\n[ 0.402990] smpboot: Booting Node 0, Processors #1 OK\n[ 0.404608] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.426706] Brought up 2 CPUs\n[ 0.426708] KVM setup async PF for cpu 1\n[ 0.426711] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.429972] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.432104] devtmpfs: initialized\n[ 0.434468] EVM: security.selinux\n[ 0.435497] EVM: security.ima\n[ 0.436435] EVM: security.capability\n[ 0.438095] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.439666] pinctrl core: initialized pinctrl subsystem\n[ 0.441065] NET: Registered protocol family 16\n[ 0.442428] ACPI: bus type PCI registered\n[ 0.443541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.445153] PCI: Using configuration type 1 for base access\n[ 0.449857] ACPI: Added _OSI(Module Device)\n[ 0.451019] ACPI: Added _OSI(Processor Device)\n[ 0.452168] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.453354] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.455712] ACPI: Interpreter enabled\n[ 0.456771] ACPI: (supports S0 S5)\n[ 0.457770] ACPI: Using IOAPIC for interrupt routing\n[ 0.459000] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.462918] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.465847] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.467335] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.470103] acpiphp: Slot [3] registered\n[ 0.471182] acpiphp: Slot [4] registered\n[ 0.472268] acpiphp: Slot [5] registered\n[ 0.473351] acpiphp: Slot [6] registered\n[ 0.474425] acpiphp: Slot [7] registered\n[ 0.475504] acpiphp: Slot [8] registered\n[ 0.476590] acpiphp: Slot [9] registered\n[ 0.477677] acpiphp: Slot [10] registered\n[ 0.478765] acpiphp: Slot [11] registered\n[ 0.479858] acpiphp: Slot [12] registered\n[ 0.480961] acpiphp: Slot [13] registered\n[ 0.482054] acpiphp: Slot [14] registered\n[ 0.483145] acpiphp: Slot [15] registered\n[ 0.484241] acpiphp: Slot [16] registered\n[ 0.485332] acpiphp: Slot [17] registered\n[ 0.486419] acpiphp: Slot [18] registered\n[ 0.487505] acpiphp: Slot [19] registered\n[ 0.488600] acpiphp: Slot [20] registered\n[ 0.489695] acpiphp: Slot [21] registered\n[ 0.490788] acpiphp: Slot [22] registered\n[ 0.491891] acpiphp: Slot [23] registered\n[ 0.492982] acpiphp: Slot [24] registered\n[ 0.494092] acpiphp: Slot [25] registered\n[ 0.495186] acpiphp: Slot [26] registered\n[ 0.496282] acpiphp: Slot [27] registered\n[ 0.497375] acpiphp: Slot [28] registered\n[ 0.498465] acpiphp: Slot [29] registered\n[ 0.499555] acpiphp: Slot [30] registered\n[ 0.500660] acpiphp: Slot [31] registered\n[ 0.501747] PCI host bridge to bus 0000:00\n[ 0.502855] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.504168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.505650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.507202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.509192] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.511179] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.515636] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.517379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.518837] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.520384] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.523816] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.525791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.548974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.550794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.552527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.554292] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.555997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.557621] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.559294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.561432] vgaarb: loaded\n[ 0.562314] vgaarb: bridge control possible 0000:00:02.0\n[ 0.563730] SCSI subsystem initialized\n[ 0.564814] ACPI: bus type USB registered\n[ 0.565924] usbcore: registered new interface driver usbfs\n[ 0.567248] usbcore: registered new interface driver hub\n[ 0.568553] usbcore: registered new device driver usb\n[ 0.569963] PCI: Using ACPI for IRQ routing\n[ 0.571379] NetLabel: Initializing\n[ 0.572381] NetLabel: domain hash size = 128\n[ 0.573513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.574769] NetLabel: unlabeled traffic allowed by default\n[ 0.576198] Switched to clocksource kvm-clock\n[ 0.584348] pnp: PnP ACPI init\n[ 0.585307] ACPI: bus type PNP registered\n[ 0.586731] pnp: PnP ACPI: found 5 devices\n[ 0.587834] ACPI: bus type PNP unregistered\n[ 0.595015] NET: Registered protocol family 2\n[ 0.596443] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.598629] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.600443] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.601994] TCP: reno registered\n[ 0.602965] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.604400] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.606012] NET: Registered protocol family 1\n[ 0.607254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.608685] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.610114] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.630122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.650011] Unpacking initramfs...\n[ 1.091099] Freeing initrd memory: 37508k freed\n[ 1.100433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.102083] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.105001] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.106568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.108321] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.109811] Initialise system trusted keyring\n[ 1.111020] audit: initializing netlink socket (disabled)\n[ 1.112365] type=2000 audit(1534763930.875:1): initialized\n[ 1.129044] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.130568] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.132877] zpool: loaded\n[ 1.133789] zbud: loaded\n[ 1.134827] VFS: Disk quotas dquot_6.5.2\n[ 1.135977] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.137642] msgmni has been set to 7578\n[ 1.138807] Key type big_key registered\n[ 1.140613] NET: Registered protocol family 38\n[ 1.141836] Key type asymmetric registered\n[ 1.142985] Asymmetric key parser 'x509' registered\n[ 1.144268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.146407] io scheduler noop registered\n[ 1.147537] io scheduler deadline registered (default)\n[ 1.158727] io scheduler cfq registered\n[ 1.159922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.161306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.162937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.165008] ACPI: Power Button [PWRF]\n[ 1.166184] GHES: HEST is not enabled!\n[ 1.167337] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.191716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.193457] Non-volatile memory driver v1.3\n[ 1.194639] Linux agpgart interface v0.103\n[ 1.195878] crash memory driver: version 1.1\n[ 1.197123] rdac: device handler registered\n[ 1.198345] hp_sw: device handler registered\n[ 1.199529] emc: device handler registered\n[ 1.200675] alua: device handler registered\n[ 1.201848] libphy: Fixed MDIO Bus: probed\n[ 1.203028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204565] ehci-pci: EHCI PCI platform driver\n[ 1.205775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.207270] ohci-pci: OHCI PCI platform driver\n[ 1.208472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.229630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.231711] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.234508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.236085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.238124] usb usb1: Product: UHCI Host Controller\n[ 1.239386] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.241010] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.242308] hub 1-0:1.0: USB hub found\n[ 1.243416] hub 1-0:1.0: 2 ports detected\n[ 1.244694] usbcore: registered new interface driver usbserial\n[ 1.246136] usbcore: registered new interface driver usbserial_generic\n[ 1.247668] usbserial: USB Serial support registered for generic\n[ 1.249137] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.251934] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.253190] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.254546] mousedev: PS/2 mouse device common for all mice\n[ 1.256183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.258521] rtc_cmos 00:00: RTC can wake from S4\n[ 1.259064] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.262480] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.262728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.266274] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.267847] cpuidle: using governor menu\n[ 1.269014] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.270439] usbcore: registered new interface driver usbhid\n[ 1.271805] usbhid: USB HID core driver\n[ 1.272944] drop_monitor: Initializing network drop monitor service\n[ 1.274479] TCP: cubic registered\n[ 1.275493] Initializing XFRM netlink socket\n[ 1.276734] NET: Registered protocol family 10\n[ 1.278138] NET: Registered protocol family 17\n[ 1.279515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.280875] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.282357] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.284761] Loading compiled-in X.509 certificates\n[ 1.286032] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.288437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.291238] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.293657] registered taskstats version 1\n[ 1.296555] Key type trusted registered\n[ 1.298892] Key type encrypted registered\n[ 1.301243] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.302988] rtc_cmos 00:00: setting system clock to 2018-08-20 11:18:50 UTC (1534763930)\n[ 1.305811] Freeing unused kernel memory: 1680k freed\n[ 1.310505] 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.314569] systemd[1]: Detected virtualization kvm.\n[ 1.315817] systemd[1]: Detected architecture x86-64.\n[ 1.317056] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.319407] systemd[1]: No hostname configured.\n[ 1.320596] systemd[1]: Set hostname to .\n[ 1.321883] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.344986] systemd[1]: Reached target Swap.\n[ 1.346140] systemd[1]: Starting Swap.\n[ 1.347231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.349328] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.352279] systemd[1]: Reached target Local File Systems.\n[ 1.353617] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.355596] systemd[1]: Reached target Timers.\n[ 1.356755] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.358558] systemd[1]: Reached target Paths.\n[ 1.359706] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.361622] systemd[1]: Created slice Root Slice.\n[ 1.362821] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.364774] systemd[1]: Listening on Journal Socket.\n[ 1.366015] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.368018] systemd[1]: Created slice System Slice.\n[ 1.369249] systemd[1]: Starting System Slice.\n[ 1.370737] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.372955] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.377188] systemd[1]: Reached target Slices.\n[ 1.378355] systemd[1]: Starting Slices.\n[ 1.379738] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.381982] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384947] systemd[1]: Listening on udev Control Socket.\n[ 1.386268] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.388653] systemd[1]: Listening on udev Kernel Socket.\n[ 1.389959] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.391958] systemd[1]: Reached target Sockets.\n[ 1.393144] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.395190] 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.451733] RPC: Registered named UNIX socket transport module.\n[ 1.453214] RPC: Registered udp transport module.\n[ 1.454446] RPC: Registered tcp transport module.\n[ 1.455683] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.546215] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.549566] FDC 0 is a S82078B\n[ 1.578123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.580937] scsi host0: ata_piix\n[ 1.582141] scsi host1: ata_piix\n[ 1.583287] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.585100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.624404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.629737] 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.704482] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706314] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708164] usb 1-1: Product: QEMU USB Tablet\n[ 1.709465] usb 1-1: Manufacturer: QEMU\n[ 1.710690] usb 1-1: SerialNumber: 42\n[ 1.720620] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.723344] 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.808478] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.811306] XFS (vda1): Mounting V4 Filesystem\n[ 1.846428] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.106264] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\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.\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 Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.223992] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.341346] SELinux: Disabled at runtime.\n[ 2.377219] type=1404 audit(1534763931.574:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.400820] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.402315] 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 File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Debug File System...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on udev Control Socket.\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 Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[ 2.685002] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.696549] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started 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[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.880241] type=1305 audit(1534763932.077:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.099730] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.114955] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.137733] [drm] Initialized drm 1.1.0 20060810\n[ 3.153952] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.153952] [TTM] Initializing pool allocator\n[ 3.153954] [TTM] Initializing DMA pool allocator\n[ 3.154229] [drm] fb mappable at 0xFC000000\n[ 3.154229] [drm] vram aper at 0xFC000000\n[ 3.154229] [drm] size 33554432\n[ 3.154230] [drm] fb depth is 24\n[ 3.154230] [drm] pitch is 3072\n[ 3.174044] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.194013] Console: switching to colour frame buffer device 128x48\n[ 3.205214] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.206516] ppdev: user-space parallel port driver\n[ 3.221207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[ 3.290365] AES CTR mode by8 optimization enabled\na Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.300270] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.309775] alg: No test for crc32 (crc32-pclmul)\n[ 3.328399] intel_rapl: no valid rapl domains found in package 0\n[ 3.333588] intel_rapl: no valid rapl domains found in package 0\n[ 3.335043] intel_powerclamp: No package C-state available\n[ 3.340507] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.524066] cloud-init[505]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:18:53 +0000. Up 3.49 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.813022] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:18:55 +0000. Up 5.75 seconds.\n[ 5.869226] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.871204] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.879958] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.889511] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.892924] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.899907] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:bd:bd:8c |\n[ 5.913485] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.920473] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.926821] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.933576] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.940290] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.945488] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.952870] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.954700] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.956561] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: t"} 2018-08-20 11:19:03,519 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action used request id req-ca0b9f76-29aa-4384-8f66-3c576992f978 2018-08-20 11:19:03,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.14167714119s 2018-08-20 11:19:03,520 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action used request id req-ca0b9f76-29aa-4384-8f66-3c576992f978 2018-08-20 11:19:03,520 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1776424993 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.317843] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.320175] pid_max: default: 32768 minimum: 301 [ 0.321422] Security Framework initialized [ 0.322548] SELinux: Initializing. [ 0.323817] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.328642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.331681] Mount-cache hash table entries: 4096 [ 0.333156] Initializing cgroup subsys memory [ 0.335406] Initializing cgroup subsys devices [ 0.336637] Initializing cgroup subsys freezer [ 0.337853] Initializing cgroup subsys net_cls [ 0.339063] Initializing cgroup subsys blkio [ 0.340224] Initializing cgroup subsys perf_event [ 0.341470] Initializing cgroup subsys hugetlb [ 0.342668] Initializing cgroup subsys pids [ 0.343810] Initializing cgroup subsys net_prio [ 0.345072] CPU: Physical Processor ID: 0 [ 0.346892] mce: CPU supports 10 MCE banks [ 0.348096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.349408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.350836] tlb_flushall_shift: 6 [ 0.352058] Freeing SMP alternatives: 28k freed [ 0.355836] ACPI: Core revision 20130517 [ 0.357420] ACPI: All ACPI Tables successfully acquired [ 0.358930] ftrace: allocating 25812 entries in 101 pages [ 0.380129] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.381689] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.383251] smpboot: Max logical packages: 2 [ 0.384631] Enabling x2apic [ 0.385592] Enabled x2apic [ 0.386735] Switched APIC routing to physical x2apic. [ 0.388987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.390468] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.393067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.400733] KVM setup paravirtual spinlock [ 0.402990] smpboot: Booting Node 0, Processors #1 OK [ 0.404608] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.426706] Brought up 2 CPUs [ 0.426708] KVM setup async PF for cpu 1 [ 0.426711] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.429972] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.432104] devtmpfs: initialized [ 0.434468] EVM: security.selinux [ 0.435497] EVM: security.ima [ 0.436435] EVM: security.capability [ 0.438095] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.439666] pinctrl core: initialized pinctrl subsystem [ 0.441065] NET: Registered protocol family 16 [ 0.442428] ACPI: bus type PCI registered [ 0.443541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.445153] PCI: Using configuration type 1 for base access [ 0.449857] ACPI: Added _OSI(Module Device) [ 0.451019] ACPI: Added _OSI(Processor Device) [ 0.452168] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.453354] ACPI: Added _OSI(Processor Aggregator Device) [ 0.455712] ACPI: Interpreter enabled [ 0.456771] ACPI: (supports S0 S5) [ 0.457770] ACPI: Using IOAPIC for interrupt routing [ 0.459000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.462918] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.465847] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.467335] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.470103] acpiphp: Slot [3] registered [ 0.471182] acpiphp: Slot [4] registered [ 0.472268] acpiphp: Slot [5] registered [ 0.473351] acpiphp: Slot [6] registered [ 0.474425] acpiphp: Slot [7] registered [ 0.475504] acpiphp: Slot [8] registered [ 0.476590] acpiphp: Slot [9] registered [ 0.477677] acpiphp: Slot [10] registered [ 0.478765] acpiphp: Slot [11] registered [ 0.479858] acpiphp: Slot [12] registered [ 0.480961] acpiphp: Slot [13] registered [ 0.482054] acpiphp: Slot [14] registered [ 0.483145] acpiphp: Slot [15] registered [ 0.484241] acpiphp: Slot [16] registered [ 0.485332] acpiphp: Slot [17] registered [ 0.486419] acpiphp: Slot [18] registered [ 0.487505] acpiphp: Slot [19] registered [ 0.488600] acpiphp: Slot [20] registered [ 0.489695] acpiphp: Slot [21] registered [ 0.490788] acpiphp: Slot [22] registered [ 0.491891] acpiphp: Slot [23] registered [ 0.492982] acpiphp: Slot [24] registered [ 0.494092] acpiphp: Slot [25] registered [ 0.495186] acpiphp: Slot [26] registered [ 0.496282] acpiphp: Slot [27] registered [ 0.497375] acpiphp: Slot [28] registered [ 0.498465] acpiphp: Slot [29] registered [ 0.499555] acpiphp: Slot [30] registered [ 0.500660] acpiphp: Slot [31] registered [ 0.501747] PCI host bridge to bus 0000:00 [ 0.502855] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.504168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.505650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.507202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.509192] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.511179] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.515636] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.517379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.518837] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.520384] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.523816] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.525791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.548974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.550794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.552527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.554292] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.555997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.557621] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.559294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.561432] vgaarb: loaded [ 0.562314] vgaarb: bridge control possible 0000:00:02.0 [ 0.563730] SCSI subsystem initialized [ 0.564814] ACPI: bus type USB registered [ 0.565924] usbcore: registered new interface driver usbfs [ 0.567248] usbcore: registered new interface driver hub [ 0.568553] usbcore: registered new device driver usb [ 0.569963] PCI: Using ACPI for IRQ routing [ 0.571379] NetLabel: Initializing [ 0.572381] NetLabel: domain hash size = 128 [ 0.573513] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.574769] NetLabel: unlabeled traffic allowed by default [ 0.576198] Switched to clocksource kvm-clock [ 0.584348] pnp: PnP ACPI init [ 0.585307] ACPI: bus type PNP registered [ 0.586731] pnp: PnP ACPI: found 5 devices [ 0.587834] ACPI: bus type PNP unregistered [ 0.595015] NET: Registered protocol family 2 [ 0.596443] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.598629] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.600443] TCP: Hash tables configured (established 32768 bind 32768) [ 0.601994] TCP: reno registered [ 0.602965] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.604400] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.606012] NET: Registered protocol family 1 [ 0.607254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.608685] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.610114] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.630122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.650011] Unpacking initramfs... [ 1.091099] Freeing initrd memory: 37508k freed [ 1.100433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.102083] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.105001] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.106568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.108321] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.109811] Initialise system trusted keyring [ 1.111020] audit: initializing netlink socket (disabled) [ 1.112365] type=2000 audit(1534763930.875:1): initialized [ 1.129044] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.130568] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.132877] zpool: loaded [ 1.133789] zbud: loaded [ 1.134827] VFS: Disk quotas dquot_6.5.2 [ 1.135977] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.137642] msgmni has been set to 7578 [ 1.138807] Key type big_key registered [ 1.140613] NET: Registered protocol family 38 [ 1.141836] Key type asymmetric registered [ 1.142985] Asymmetric key parser 'x509' registered [ 1.144268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.146407] io scheduler noop registered [ 1.147537] io scheduler deadline registered (default) [ 1.158727] io scheduler cfq registered [ 1.159922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.161306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.162937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.165008] ACPI: Power Button [PWRF] [ 1.166184] GHES: HEST is not enabled! [ 1.167337] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.191716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.193457] Non-volatile memory driver v1.3 [ 1.194639] Linux agpgart interface v0.103 [ 1.195878] crash memory driver: version 1.1 [ 1.197123] rdac: device handler registered [ 1.198345] hp_sw: device handler registered [ 1.199529] emc: device handler registered [ 1.200675] alua: device handler registered [ 1.201848] libphy: Fixed MDIO Bus: probed [ 1.203028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204565] ehci-pci: EHCI PCI platform driver [ 1.205775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.207270] ohci-pci: OHCI PCI platform driver [ 1.208472] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228266] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.229630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.231711] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.234508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.236085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.238124] usb usb1: Product: UHCI Host Controller [ 1.239386] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.241010] usb usb1: SerialNumber: 0000:00:01.2 [ 1.242308] hub 1-0:1.0: USB hub found [ 1.243416] hub 1-0:1.0: 2 ports detected [ 1.244694] usbcore: registered new interface driver usbserial [ 1.246136] usbcore: registered new interface driver usbserial_generic [ 1.247668] usbserial: USB Serial support registered for generic [ 1.249137] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.251934] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.253190] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.254546] mousedev: PS/2 mouse device common for all mice [ 1.256183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.258521] rtc_cmos 00:00: RTC can wake from S4 [ 1.259064] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.262480] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.262728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.266274] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.267847] cpuidle: using governor menu [ 1.269014] hidraw: raw HID events driver (C) Jiri Kosina [ 1.270439] usbcore: registered new interface driver usbhid [ 1.271805] usbhid: USB HID core driver [ 1.272944] drop_monitor: Initializing network drop monitor service [ 1.274479] TCP: cubic registered [ 1.275493] Initializing XFRM netlink socket [ 1.276734] NET: Registered protocol family 10 [ 1.278138] NET: Registered protocol family 17 [ 1.279515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.280875] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.282357] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.284761] Loading compiled-in X.509 certificates [ 1.286032] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.288437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.291238] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.293657] registered taskstats version 1 [ 1.296555] Key type trusted registered [ 1.298892] Key type encrypted registered [ 1.301243] IMA: No TPM chip found, activating TPM-bypass! [ 1.302988] rtc_cmos 00:00: setting system clock to 2018-08-20 11:18:50 UTC (1534763930) [ 1.305811] Freeing unused kernel memory: 1680k freed [ 1.310505] 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.314569] systemd[1]: Detected virtualization kvm. [ 1.315817] systemd[1]: Detected architecture x86-64. [ 1.317056] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.319407] systemd[1]: No hostname configured. [ 1.320596] systemd[1]: Set hostname to . [ 1.321883] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.344986] systemd[1]: Reached target Swap. [ 1.346140] systemd[1]: Starting Swap. [ 1.347231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.349328] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.352279] systemd[1]: Reached target Local File Systems. [ 1.353617] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.355596] systemd[1]: Reached target Timers. [ 1.356755] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.358558] systemd[1]: Reached target Paths. [ 1.359706] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.361622] systemd[1]: Created slice Root Slice. [ 1.362821] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.364774] systemd[1]: Listening on Journal Socket. [ 1.366015] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.368018] systemd[1]: Created slice System Slice. [ 1.369249] systemd[1]: Starting System Slice. [ 1.370737] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.372955] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.377188] systemd[1]: Reached target Slices. [ 1.378355] systemd[1]: Starting Slices. [ 1.379738] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.381982] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [ 1.384947] systemd[1]: Listening on udev Control Socket. [ 1.386268] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.388653] systemd[1]: Listening on udev Kernel Socket. [ 1.389959] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.391958] systemd[1]: Reached target Sockets. [ 1.393144] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.395190] 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.451733] RPC: Registered named UNIX socket transport module. [ 1.453214] RPC: Registered udp transport module. [ 1.454446] RPC: Registered tcp transport module. [ 1.455683] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.546215] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.549566] FDC 0 is a S82078B [ 1.578123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.580937] scsi host0: ata_piix [ 1.582141] scsi host1: ata_piix [ 1.583287] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.585100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.624404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.629737] 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.704482] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706314] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708164] usb 1-1: Product: QEMU USB Tablet [ 1.709465] usb 1-1: Manufacturer: QEMU [ 1.710690] usb 1-1: SerialNumber: 42 [ 1.720620] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.723344] 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.808478] SGI XFS with ACLs, security attributes, no debug enabled [ 1.811306] XFS (vda1): Mounting V4 Filesystem [ 1.846428] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.106264] tsc: Refined TSC clocksource calibration: 3491.868 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[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. 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 Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.223992] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.341346] SELinux: Disabled at runtime. [ 2.377219] type=1404 audit(1534763931.574:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.400820] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.402315] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Debug File System... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Kernel Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on udev Control Socket. [[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 Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [ 2.685002] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.696549] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.880241] type=1305 audit(1534763932.077:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.099730] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.114955] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.137733] [drm] Initialized drm 1.1.0 20060810 [ 3.153952] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.153952] [TTM] Initializing pool allocator [ 3.153954] [TTM] Initializing DMA pool allocator [ 3.154229] [drm] fb mappable at 0xFC000000 [ 3.154229] [drm] vram aper at 0xFC000000 [ 3.154229] [drm] size 33554432 [ 3.154230] [drm] fb depth is 24 [ 3.154230] [drm] pitch is 3072 [ 3.174044] fbcon: cirrusdrmfb (fb0) is primary device [ 3.194013] Console: switching to colour frame buffer device 128x48 [ 3.205214] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.206516] ppdev: user-space parallel port driver [ 3.221207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Dump dmesg to /var/log/dmesg... Starting Authorization Manager... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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. [ 3.290365] AES CTR mode by8 optimization enabled a Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.300270] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.309775] alg: No test for crc32 (crc32-pclmul) [ 3.328399] intel_rapl: no valid rapl domains found in package 0 [ 3.333588] intel_rapl: no valid rapl domains found in package 0 [ 3.335043] intel_powerclamp: No package C-state available [ 3.340507] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.524066] cloud-init[505]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:18:53 +0000. Up 3.49 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting System Logging Service... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.813022] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:18:55 +0000. Up 5.75 seconds. [ 5.869226] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.871204] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.879958] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.889511] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.892924] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.899907] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:bd:bd:8c | [ 5.913485] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.920473] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.926821] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.933576] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.940290] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.945488] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.952870] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.954700] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.956561] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: t 2018-08-20 11:19:03,524 - paramiko.transport - DEBUG - starting thread (client mode): 0x982d1050L 2018-08-20 11:19:03,524 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:19:03,530 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 11:19:03,530 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 11:19:03,536 - 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-08-20 11:19:03,537 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:19:03,537 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:19:03,537 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:19:03,537 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:19:03,537 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:19:03,543 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:19:03,544 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:19:03,556 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.212: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-20 11:19:03,557 - paramiko.transport - DEBUG - Trying discovered key 60772f58588d5a703e5be3fe3c261aac in /tmp/tmpM4KzT1 2018-08-20 11:19:03,583 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:19:13,610 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 11:19:13,635 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-20 11:19:13,636 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:19:13,642 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 11:19:13,643 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.212: Authentication failed. 2018-08-20 11:19:22,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:19:22,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:19:22,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:19:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-907bb698-5248-4e8b-8da8-052463a35e70 x-compute-request-id: req-907bb698-5248-4e8b-8da8-052463a35e70 Content-Encoding: gzip Content-Length: 11734 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1776424993 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.317843] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.320175] pid_max: default: 32768 minimum: 301\n[ 0.321422] Security Framework initialized\n[ 0.322548] SELinux: Initializing.\n[ 0.323817] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.328642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.331681] Mount-cache hash table entries: 4096\n[ 0.333156] Initializing cgroup subsys memory\n[ 0.335406] Initializing cgroup subsys devices\n[ 0.336637] Initializing cgroup subsys freezer\n[ 0.337853] Initializing cgroup subsys net_cls\n[ 0.339063] Initializing cgroup subsys blkio\n[ 0.340224] Initializing cgroup subsys perf_event\n[ 0.341470] Initializing cgroup subsys hugetlb\n[ 0.342668] Initializing cgroup subsys pids\n[ 0.343810] Initializing cgroup subsys net_prio\n[ 0.345072] CPU: Physical Processor ID: 0\n[ 0.346892] mce: CPU supports 10 MCE banks\n[ 0.348096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.349408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.350836] tlb_flushall_shift: 6\n[ 0.352058] Freeing SMP alternatives: 28k freed\n[ 0.355836] ACPI: Core revision 20130517\n[ 0.357420] ACPI: All ACPI Tables successfully acquired\n[ 0.358930] ftrace: allocating 25812 entries in 101 pages\n[ 0.380129] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.381689] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.383251] smpboot: Max logical packages: 2\n[ 0.384631] Enabling x2apic\n[ 0.385592] Enabled x2apic\n[ 0.386735] Switched APIC routing to physical x2apic.\n[ 0.388987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.390468] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.393067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.400733] KVM setup paravirtual spinlock\n[ 0.402990] smpboot: Booting Node 0, Processors #1 OK\n[ 0.404608] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.426706] Brought up 2 CPUs\n[ 0.426708] KVM setup async PF for cpu 1\n[ 0.426711] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.429972] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.432104] devtmpfs: initialized\n[ 0.434468] EVM: security.selinux\n[ 0.435497] EVM: security.ima\n[ 0.436435] EVM: security.capability\n[ 0.438095] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.439666] pinctrl core: initialized pinctrl subsystem\n[ 0.441065] NET: Registered protocol family 16\n[ 0.442428] ACPI: bus type PCI registered\n[ 0.443541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.445153] PCI: Using configuration type 1 for base access\n[ 0.449857] ACPI: Added _OSI(Module Device)\n[ 0.451019] ACPI: Added _OSI(Processor Device)\n[ 0.452168] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.453354] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.455712] ACPI: Interpreter enabled\n[ 0.456771] ACPI: (supports S0 S5)\n[ 0.457770] ACPI: Using IOAPIC for interrupt routing\n[ 0.459000] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.462918] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.465847] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.467335] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.470103] acpiphp: Slot [3] registered\n[ 0.471182] acpiphp: Slot [4] registered\n[ 0.472268] acpiphp: Slot [5] registered\n[ 0.473351] acpiphp: Slot [6] registered\n[ 0.474425] acpiphp: Slot [7] registered\n[ 0.475504] acpiphp: Slot [8] registered\n[ 0.476590] acpiphp: Slot [9] registered\n[ 0.477677] acpiphp: Slot [10] registered\n[ 0.478765] acpiphp: Slot [11] registered\n[ 0.479858] acpiphp: Slot [12] registered\n[ 0.480961] acpiphp: Slot [13] registered\n[ 0.482054] acpiphp: Slot [14] registered\n[ 0.483145] acpiphp: Slot [15] registered\n[ 0.484241] acpiphp: Slot [16] registered\n[ 0.485332] acpiphp: Slot [17] registered\n[ 0.486419] acpiphp: Slot [18] registered\n[ 0.487505] acpiphp: Slot [19] registered\n[ 0.488600] acpiphp: Slot [20] registered\n[ 0.489695] acpiphp: Slot [21] registered\n[ 0.490788] acpiphp: Slot [22] registered\n[ 0.491891] acpiphp: Slot [23] registered\n[ 0.492982] acpiphp: Slot [24] registered\n[ 0.494092] acpiphp: Slot [25] registered\n[ 0.495186] acpiphp: Slot [26] registered\n[ 0.496282] acpiphp: Slot [27] registered\n[ 0.497375] acpiphp: Slot [28] registered\n[ 0.498465] acpiphp: Slot [29] registered\n[ 0.499555] acpiphp: Slot [30] registered\n[ 0.500660] acpiphp: Slot [31] registered\n[ 0.501747] PCI host bridge to bus 0000:00\n[ 0.502855] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.504168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.505650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.507202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.509192] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.511179] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.515636] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.517379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.518837] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.520384] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.523816] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.525791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.548974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.550794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.552527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.554292] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.555997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.557621] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.559294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.561432] vgaarb: loaded\n[ 0.562314] vgaarb: bridge control possible 0000:00:02.0\n[ 0.563730] SCSI subsystem initialized\n[ 0.564814] ACPI: bus type USB registered\n[ 0.565924] usbcore: registered new interface driver usbfs\n[ 0.567248] usbcore: registered new interface driver hub\n[ 0.568553] usbcore: registered new device driver usb\n[ 0.569963] PCI: Using ACPI for IRQ routing\n[ 0.571379] NetLabel: Initializing\n[ 0.572381] NetLabel: domain hash size = 128\n[ 0.573513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.574769] NetLabel: unlabeled traffic allowed by default\n[ 0.576198] Switched to clocksource kvm-clock\n[ 0.584348] pnp: PnP ACPI init\n[ 0.585307] ACPI: bus type PNP registered\n[ 0.586731] pnp: PnP ACPI: found 5 devices\n[ 0.587834] ACPI: bus type PNP unregistered\n[ 0.595015] NET: Registered protocol family 2\n[ 0.596443] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.598629] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.600443] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.601994] TCP: reno registered\n[ 0.602965] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.604400] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.606012] NET: Registered protocol family 1\n[ 0.607254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.608685] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.610114] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.630122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.650011] Unpacking initramfs...\n[ 1.091099] Freeing initrd memory: 37508k freed\n[ 1.100433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.102083] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.105001] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.106568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.108321] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.109811] Initialise system trusted keyring\n[ 1.111020] audit: initializing netlink socket (disabled)\n[ 1.112365] type=2000 audit(1534763930.875:1): initialized\n[ 1.129044] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.130568] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.132877] zpool: loaded\n[ 1.133789] zbud: loaded\n[ 1.134827] VFS: Disk quotas dquot_6.5.2\n[ 1.135977] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.137642] msgmni has been set to 7578\n[ 1.138807] Key type big_key registered\n[ 1.140613] NET: Registered protocol family 38\n[ 1.141836] Key type asymmetric registered\n[ 1.142985] Asymmetric key parser 'x509' registered\n[ 1.144268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.146407] io scheduler noop registered\n[ 1.147537] io scheduler deadline registered (default)\n[ 1.158727] io scheduler cfq registered\n[ 1.159922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.161306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.162937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.165008] ACPI: Power Button [PWRF]\n[ 1.166184] GHES: HEST is not enabled!\n[ 1.167337] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.191716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.193457] Non-volatile memory driver v1.3\n[ 1.194639] Linux agpgart interface v0.103\n[ 1.195878] crash memory driver: version 1.1\n[ 1.197123] rdac: device handler registered\n[ 1.198345] hp_sw: device handler registered\n[ 1.199529] emc: device handler registered\n[ 1.200675] alua: device handler registered\n[ 1.201848] libphy: Fixed MDIO Bus: probed\n[ 1.203028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204565] ehci-pci: EHCI PCI platform driver\n[ 1.205775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.207270] ohci-pci: OHCI PCI platform driver\n[ 1.208472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.229630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.231711] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.234508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.236085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.238124] usb usb1: Product: UHCI Host Controller\n[ 1.239386] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.241010] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.242308] hub 1-0:1.0: USB hub found\n[ 1.243416] hub 1-0:1.0: 2 ports detected\n[ 1.244694] usbcore: registered new interface driver usbserial\n[ 1.246136] usbcore: registered new interface driver usbserial_generic\n[ 1.247668] usbserial: USB Serial support registered for generic\n[ 1.249137] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.251934] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.253190] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.254546] mousedev: PS/2 mouse device common for all mice\n[ 1.256183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.258521] rtc_cmos 00:00: RTC can wake from S4\n[ 1.259064] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.262480] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.262728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.266274] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.267847] cpuidle: using governor menu\n[ 1.269014] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.270439] usbcore: registered new interface driver usbhid\n[ 1.271805] usbhid: USB HID core driver\n[ 1.272944] drop_monitor: Initializing network drop monitor service\n[ 1.274479] TCP: cubic registered\n[ 1.275493] Initializing XFRM netlink socket\n[ 1.276734] NET: Registered protocol family 10\n[ 1.278138] NET: Registered protocol family 17\n[ 1.279515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.280875] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.282357] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.284761] Loading compiled-in X.509 certificates\n[ 1.286032] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.288437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.291238] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.293657] registered taskstats version 1\n[ 1.296555] Key type trusted registered\n[ 1.298892] Key type encrypted registered\n[ 1.301243] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.302988] rtc_cmos 00:00: setting system clock to 2018-08-20 11:18:50 UTC (1534763930)\n[ 1.305811] Freeing unused kernel memory: 1680k freed\n[ 1.310505] 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.314569] systemd[1]: Detected virtualization kvm.\n[ 1.315817] systemd[1]: Detected architecture x86-64.\n[ 1.317056] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.319407] systemd[1]: No hostname configured.\n[ 1.320596] systemd[1]: Set hostname to .\n[ 1.321883] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.344986] systemd[1]: Reached target Swap.\n[ 1.346140] systemd[1]: Starting Swap.\n[ 1.347231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.349328] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.352279] systemd[1]: Reached target Local File Systems.\n[ 1.353617] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.355596] systemd[1]: Reached target Timers.\n[ 1.356755] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.358558] systemd[1]: Reached target Paths.\n[ 1.359706] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.361622] systemd[1]: Created slice Root Slice.\n[ 1.362821] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.364774] systemd[1]: Listening on Journal Socket.\n[ 1.366015] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.368018] systemd[1]: Created slice System Slice.\n[ 1.369249] systemd[1]: Starting System Slice.\n[ 1.370737] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.372955] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.377188] systemd[1]: Reached target Slices.\n[ 1.378355] systemd[1]: Starting Slices.\n[ 1.379738] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.381982] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384947] systemd[1]: Listening on udev Control Socket.\n[ 1.386268] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.388653] systemd[1]: Listening on udev Kernel Socket.\n[ 1.389959] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.391958] systemd[1]: Reached target Sockets.\n[ 1.393144] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.395190] 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.451733] RPC: Registered named UNIX socket transport module.\n[ 1.453214] RPC: Registered udp transport module.\n[ 1.454446] RPC: Registered tcp transport module.\n[ 1.455683] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.546215] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.549566] FDC 0 is a S82078B\n[ 1.578123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.580937] scsi host0: ata_piix\n[ 1.582141] scsi host1: ata_piix\n[ 1.583287] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.585100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.624404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.629737] 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.704482] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706314] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708164] usb 1-1: Product: QEMU USB Tablet\n[ 1.709465] usb 1-1: Manufacturer: QEMU\n[ 1.710690] usb 1-1: SerialNumber: 42\n[ 1.720620] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.723344] 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.808478] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.811306] XFS (vda1): Mounting V4 Filesystem\n[ 1.846428] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.106264] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\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.\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 Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.223992] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.341346] SELinux: Disabled at runtime.\n[ 2.377219] type=1404 audit(1534763931.574:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.400820] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.402315] 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 File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Debug File System...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on udev Control Socket.\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 Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[ 2.685002] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.696549] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started 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[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.880241] type=1305 audit(1534763932.077:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.099730] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.114955] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.137733] [drm] Initialized drm 1.1.0 20060810\n[ 3.153952] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.153952] [TTM] Initializing pool allocator\n[ 3.153954] [TTM] Initializing DMA pool allocator\n[ 3.154229] [drm] fb mappable at 0xFC000000\n[ 3.154229] [drm] vram aper at 0xFC000000\n[ 3.154229] [drm] size 33554432\n[ 3.154230] [drm] fb depth is 24\n[ 3.154230] [drm] pitch is 3072\n[ 3.174044] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.194013] Console: switching to colour frame buffer device 128x48\n[ 3.205214] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.206516] ppdev: user-space parallel port driver\n[ 3.221207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[ 3.290365] AES CTR mode by8 optimization enabled\na Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.300270] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.309775] alg: No test for crc32 (crc32-pclmul)\n[ 3.328399] intel_rapl: no valid rapl domains found in package 0\n[ 3.333588] intel_rapl: no valid rapl domains found in package 0\n[ 3.335043] intel_powerclamp: No package C-state available\n[ 3.340507] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.524066] cloud-init[505]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:18:53 +0000. Up 3.49 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.813022] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:18:55 +0000. Up 5.75 seconds.\n[ 5.869226] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.871204] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.879958] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.889511] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.892924] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.899907] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:bd:bd:8c |\n[ 5.913485] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.920473] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.926821] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.933576] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.940290] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.945488] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.952870] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.954700] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.956561] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: t"} 2018-08-20 11:19:22,733 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action used request id req-907bb698-5248-4e8b-8da8-052463a35e70 2018-08-20 11:19:22,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0800828933716s 2018-08-20 11:19:22,735 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action used request id req-907bb698-5248-4e8b-8da8-052463a35e70 2018-08-20 11:19:22,735 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1776424993 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.317843] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.320175] pid_max: default: 32768 minimum: 301 [ 0.321422] Security Framework initialized [ 0.322548] SELinux: Initializing. [ 0.323817] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.328642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.331681] Mount-cache hash table entries: 4096 [ 0.333156] Initializing cgroup subsys memory [ 0.335406] Initializing cgroup subsys devices [ 0.336637] Initializing cgroup subsys freezer [ 0.337853] Initializing cgroup subsys net_cls [ 0.339063] Initializing cgroup subsys blkio [ 0.340224] Initializing cgroup subsys perf_event [ 0.341470] Initializing cgroup subsys hugetlb [ 0.342668] Initializing cgroup subsys pids [ 0.343810] Initializing cgroup subsys net_prio [ 0.345072] CPU: Physical Processor ID: 0 [ 0.346892] mce: CPU supports 10 MCE banks [ 0.348096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.349408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.350836] tlb_flushall_shift: 6 [ 0.352058] Freeing SMP alternatives: 28k freed [ 0.355836] ACPI: Core revision 20130517 [ 0.357420] ACPI: All ACPI Tables successfully acquired [ 0.358930] ftrace: allocating 25812 entries in 101 pages [ 0.380129] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.381689] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.383251] smpboot: Max logical packages: 2 [ 0.384631] Enabling x2apic [ 0.385592] Enabled x2apic [ 0.386735] Switched APIC routing to physical x2apic. [ 0.388987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.390468] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.393067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.400733] KVM setup paravirtual spinlock [ 0.402990] smpboot: Booting Node 0, Processors #1 OK [ 0.404608] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.426706] Brought up 2 CPUs [ 0.426708] KVM setup async PF for cpu 1 [ 0.426711] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.429972] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.432104] devtmpfs: initialized [ 0.434468] EVM: security.selinux [ 0.435497] EVM: security.ima [ 0.436435] EVM: security.capability [ 0.438095] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.439666] pinctrl core: initialized pinctrl subsystem [ 0.441065] NET: Registered protocol family 16 [ 0.442428] ACPI: bus type PCI registered [ 0.443541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.445153] PCI: Using configuration type 1 for base access [ 0.449857] ACPI: Added _OSI(Module Device) [ 0.451019] ACPI: Added _OSI(Processor Device) [ 0.452168] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.453354] ACPI: Added _OSI(Processor Aggregator Device) [ 0.455712] ACPI: Interpreter enabled [ 0.456771] ACPI: (supports S0 S5) [ 0.457770] ACPI: Using IOAPIC for interrupt routing [ 0.459000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.462918] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.465847] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.467335] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.470103] acpiphp: Slot [3] registered [ 0.471182] acpiphp: Slot [4] registered [ 0.472268] acpiphp: Slot [5] registered [ 0.473351] acpiphp: Slot [6] registered [ 0.474425] acpiphp: Slot [7] registered [ 0.475504] acpiphp: Slot [8] registered [ 0.476590] acpiphp: Slot [9] registered [ 0.477677] acpiphp: Slot [10] registered [ 0.478765] acpiphp: Slot [11] registered [ 0.479858] acpiphp: Slot [12] registered [ 0.480961] acpiphp: Slot [13] registered [ 0.482054] acpiphp: Slot [14] registered [ 0.483145] acpiphp: Slot [15] registered [ 0.484241] acpiphp: Slot [16] registered [ 0.485332] acpiphp: Slot [17] registered [ 0.486419] acpiphp: Slot [18] registered [ 0.487505] acpiphp: Slot [19] registered [ 0.488600] acpiphp: Slot [20] registered [ 0.489695] acpiphp: Slot [21] registered [ 0.490788] acpiphp: Slot [22] registered [ 0.491891] acpiphp: Slot [23] registered [ 0.492982] acpiphp: Slot [24] registered [ 0.494092] acpiphp: Slot [25] registered [ 0.495186] acpiphp: Slot [26] registered [ 0.496282] acpiphp: Slot [27] registered [ 0.497375] acpiphp: Slot [28] registered [ 0.498465] acpiphp: Slot [29] registered [ 0.499555] acpiphp: Slot [30] registered [ 0.500660] acpiphp: Slot [31] registered [ 0.501747] PCI host bridge to bus 0000:00 [ 0.502855] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.504168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.505650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.507202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.509192] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.511179] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.515636] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.517379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.518837] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.520384] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.523816] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.525791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.548974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.550794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.552527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.554292] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.555997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.557621] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.559294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.561432] vgaarb: loaded [ 0.562314] vgaarb: bridge control possible 0000:00:02.0 [ 0.563730] SCSI subsystem initialized [ 0.564814] ACPI: bus type USB registered [ 0.565924] usbcore: registered new interface driver usbfs [ 0.567248] usbcore: registered new interface driver hub [ 0.568553] usbcore: registered new device driver usb [ 0.569963] PCI: Using ACPI for IRQ routing [ 0.571379] NetLabel: Initializing [ 0.572381] NetLabel: domain hash size = 128 [ 0.573513] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.574769] NetLabel: unlabeled traffic allowed by default [ 0.576198] Switched to clocksource kvm-clock [ 0.584348] pnp: PnP ACPI init [ 0.585307] ACPI: bus type PNP registered [ 0.586731] pnp: PnP ACPI: found 5 devices [ 0.587834] ACPI: bus type PNP unregistered [ 0.595015] NET: Registered protocol family 2 [ 0.596443] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.598629] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.600443] TCP: Hash tables configured (established 32768 bind 32768) [ 0.601994] TCP: reno registered [ 0.602965] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.604400] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.606012] NET: Registered protocol family 1 [ 0.607254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.608685] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.610114] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.630122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.650011] Unpacking initramfs... [ 1.091099] Freeing initrd memory: 37508k freed [ 1.100433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.102083] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.105001] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.106568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.108321] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.109811] Initialise system trusted keyring [ 1.111020] audit: initializing netlink socket (disabled) [ 1.112365] type=2000 audit(1534763930.875:1): initialized [ 1.129044] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.130568] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.132877] zpool: loaded [ 1.133789] zbud: loaded [ 1.134827] VFS: Disk quotas dquot_6.5.2 [ 1.135977] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.137642] msgmni has been set to 7578 [ 1.138807] Key type big_key registered [ 1.140613] NET: Registered protocol family 38 [ 1.141836] Key type asymmetric registered [ 1.142985] Asymmetric key parser 'x509' registered [ 1.144268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.146407] io scheduler noop registered [ 1.147537] io scheduler deadline registered (default) [ 1.158727] io scheduler cfq registered [ 1.159922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.161306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.162937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.165008] ACPI: Power Button [PWRF] [ 1.166184] GHES: HEST is not enabled! [ 1.167337] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.191716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.193457] Non-volatile memory driver v1.3 [ 1.194639] Linux agpgart interface v0.103 [ 1.195878] crash memory driver: version 1.1 [ 1.197123] rdac: device handler registered [ 1.198345] hp_sw: device handler registered [ 1.199529] emc: device handler registered [ 1.200675] alua: device handler registered [ 1.201848] libphy: Fixed MDIO Bus: probed [ 1.203028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204565] ehci-pci: EHCI PCI platform driver [ 1.205775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.207270] ohci-pci: OHCI PCI platform driver [ 1.208472] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228266] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.229630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.231711] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.234508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.236085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.238124] usb usb1: Product: UHCI Host Controller [ 1.239386] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.241010] usb usb1: SerialNumber: 0000:00:01.2 [ 1.242308] hub 1-0:1.0: USB hub found [ 1.243416] hub 1-0:1.0: 2 ports detected [ 1.244694] usbcore: registered new interface driver usbserial [ 1.246136] usbcore: registered new interface driver usbserial_generic [ 1.247668] usbserial: USB Serial support registered for generic [ 1.249137] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.251934] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.253190] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.254546] mousedev: PS/2 mouse device common for all mice [ 1.256183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.258521] rtc_cmos 00:00: RTC can wake from S4 [ 1.259064] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.262480] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.262728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.266274] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.267847] cpuidle: using governor menu [ 1.269014] hidraw: raw HID events driver (C) Jiri Kosina [ 1.270439] usbcore: registered new interface driver usbhid [ 1.271805] usbhid: USB HID core driver [ 1.272944] drop_monitor: Initializing network drop monitor service [ 1.274479] TCP: cubic registered [ 1.275493] Initializing XFRM netlink socket [ 1.276734] NET: Registered protocol family 10 [ 1.278138] NET: Registered protocol family 17 [ 1.279515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.280875] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.282357] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.284761] Loading compiled-in X.509 certificates [ 1.286032] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.288437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.291238] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.293657] registered taskstats version 1 [ 1.296555] Key type trusted registered [ 1.298892] Key type encrypted registered [ 1.301243] IMA: No TPM chip found, activating TPM-bypass! [ 1.302988] rtc_cmos 00:00: setting system clock to 2018-08-20 11:18:50 UTC (1534763930) [ 1.305811] Freeing unused kernel memory: 1680k freed [ 1.310505] 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.314569] systemd[1]: Detected virtualization kvm. [ 1.315817] systemd[1]: Detected architecture x86-64. [ 1.317056] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.319407] systemd[1]: No hostname configured. [ 1.320596] systemd[1]: Set hostname to . [ 1.321883] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.344986] systemd[1]: Reached target Swap. [ 1.346140] systemd[1]: Starting Swap. [ 1.347231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.349328] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.352279] systemd[1]: Reached target Local File Systems. [ 1.353617] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.355596] systemd[1]: Reached target Timers. [ 1.356755] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.358558] systemd[1]: Reached target Paths. [ 1.359706] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.361622] systemd[1]: Created slice Root Slice. [ 1.362821] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.364774] systemd[1]: Listening on Journal Socket. [ 1.366015] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.368018] systemd[1]: Created slice System Slice. [ 1.369249] systemd[1]: Starting System Slice. [ 1.370737] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.372955] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.377188] systemd[1]: Reached target Slices. [ 1.378355] systemd[1]: Starting Slices. [ 1.379738] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.381982] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [ 1.384947] systemd[1]: Listening on udev Control Socket. [ 1.386268] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.388653] systemd[1]: Listening on udev Kernel Socket. [ 1.389959] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.391958] systemd[1]: Reached target Sockets. [ 1.393144] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.395190] 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.451733] RPC: Registered named UNIX socket transport module. [ 1.453214] RPC: Registered udp transport module. [ 1.454446] RPC: Registered tcp transport module. [ 1.455683] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.546215] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.549566] FDC 0 is a S82078B [ 1.578123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.580937] scsi host0: ata_piix [ 1.582141] scsi host1: ata_piix [ 1.583287] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.585100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.624404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.629737] 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.704482] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706314] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708164] usb 1-1: Product: QEMU USB Tablet [ 1.709465] usb 1-1: Manufacturer: QEMU [ 1.710690] usb 1-1: SerialNumber: 42 [ 1.720620] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.723344] 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.808478] SGI XFS with ACLs, security attributes, no debug enabled [ 1.811306] XFS (vda1): Mounting V4 Filesystem [ 1.846428] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.106264] tsc: Refined TSC clocksource calibration: 3491.868 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[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. 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 Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.223992] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.341346] SELinux: Disabled at runtime. [ 2.377219] type=1404 audit(1534763931.574:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.400820] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.402315] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Debug File System... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Kernel Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on udev Control Socket. [[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 Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [ 2.685002] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.696549] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.880241] type=1305 audit(1534763932.077:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.099730] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.114955] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.137733] [drm] Initialized drm 1.1.0 20060810 [ 3.153952] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.153952] [TTM] Initializing pool allocator [ 3.153954] [TTM] Initializing DMA pool allocator [ 3.154229] [drm] fb mappable at 0xFC000000 [ 3.154229] [drm] vram aper at 0xFC000000 [ 3.154229] [drm] size 33554432 [ 3.154230] [drm] fb depth is 24 [ 3.154230] [drm] pitch is 3072 [ 3.174044] fbcon: cirrusdrmfb (fb0) is primary device [ 3.194013] Console: switching to colour frame buffer device 128x48 [ 3.205214] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.206516] ppdev: user-space parallel port driver [ 3.221207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Dump dmesg to /var/log/dmesg... Starting Authorization Manager... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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. [ 3.290365] AES CTR mode by8 optimization enabled a Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.300270] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.309775] alg: No test for crc32 (crc32-pclmul) [ 3.328399] intel_rapl: no valid rapl domains found in package 0 [ 3.333588] intel_rapl: no valid rapl domains found in package 0 [ 3.335043] intel_powerclamp: No package C-state available [ 3.340507] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.524066] cloud-init[505]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:18:53 +0000. Up 3.49 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting System Logging Service... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.813022] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:18:55 +0000. Up 5.75 seconds. [ 5.869226] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.871204] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.879958] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.889511] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.892924] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.899907] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:bd:bd:8c | [ 5.913485] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.920473] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.926821] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.933576] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.940290] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.945488] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.952870] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.954700] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.956561] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: t 2018-08-20 11:19:22,739 - paramiko.transport - DEBUG - starting thread (client mode): 0x986510d0L 2018-08-20 11:19:22,739 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:19:22,745 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 11:19:22,745 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 11:19:22,746 - 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-08-20 11:19:22,747 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:19:22,747 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:19:22,747 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:19:22,747 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:19:22,747 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:19:22,752 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:19:22,753 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:19:22,756 - paramiko.transport - DEBUG - Trying discovered key 60772f58588d5a703e5be3fe3c261aac in /tmp/tmpM4KzT1 2018-08-20 11:19:22,793 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:19:32,808 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 11:19:32,835 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-20 11:19:32,836 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:19:32,841 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 11:19:32,843 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.212: Authentication failed. 2018-08-20 11:19:41,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:19:41,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:19:41,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:19: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-ce4d0802-ba42-463d-8874-a52338637f23 x-compute-request-id: req-ce4d0802-ba42-463d-8874-a52338637f23 Content-Encoding: gzip Content-Length: 11734 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1776424993 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.317843] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.320175] pid_max: default: 32768 minimum: 301\n[ 0.321422] Security Framework initialized\n[ 0.322548] SELinux: Initializing.\n[ 0.323817] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.328642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.331681] Mount-cache hash table entries: 4096\n[ 0.333156] Initializing cgroup subsys memory\n[ 0.335406] Initializing cgroup subsys devices\n[ 0.336637] Initializing cgroup subsys freezer\n[ 0.337853] Initializing cgroup subsys net_cls\n[ 0.339063] Initializing cgroup subsys blkio\n[ 0.340224] Initializing cgroup subsys perf_event\n[ 0.341470] Initializing cgroup subsys hugetlb\n[ 0.342668] Initializing cgroup subsys pids\n[ 0.343810] Initializing cgroup subsys net_prio\n[ 0.345072] CPU: Physical Processor ID: 0\n[ 0.346892] mce: CPU supports 10 MCE banks\n[ 0.348096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.349408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.350836] tlb_flushall_shift: 6\n[ 0.352058] Freeing SMP alternatives: 28k freed\n[ 0.355836] ACPI: Core revision 20130517\n[ 0.357420] ACPI: All ACPI Tables successfully acquired\n[ 0.358930] ftrace: allocating 25812 entries in 101 pages\n[ 0.380129] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.381689] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.383251] smpboot: Max logical packages: 2\n[ 0.384631] Enabling x2apic\n[ 0.385592] Enabled x2apic\n[ 0.386735] Switched APIC routing to physical x2apic.\n[ 0.388987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.390468] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.393067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.400733] KVM setup paravirtual spinlock\n[ 0.402990] smpboot: Booting Node 0, Processors #1 OK\n[ 0.404608] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.426706] Brought up 2 CPUs\n[ 0.426708] KVM setup async PF for cpu 1\n[ 0.426711] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.429972] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.432104] devtmpfs: initialized\n[ 0.434468] EVM: security.selinux\n[ 0.435497] EVM: security.ima\n[ 0.436435] EVM: security.capability\n[ 0.438095] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.439666] pinctrl core: initialized pinctrl subsystem\n[ 0.441065] NET: Registered protocol family 16\n[ 0.442428] ACPI: bus type PCI registered\n[ 0.443541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.445153] PCI: Using configuration type 1 for base access\n[ 0.449857] ACPI: Added _OSI(Module Device)\n[ 0.451019] ACPI: Added _OSI(Processor Device)\n[ 0.452168] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.453354] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.455712] ACPI: Interpreter enabled\n[ 0.456771] ACPI: (supports S0 S5)\n[ 0.457770] ACPI: Using IOAPIC for interrupt routing\n[ 0.459000] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.462918] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.465847] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.467335] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.470103] acpiphp: Slot [3] registered\n[ 0.471182] acpiphp: Slot [4] registered\n[ 0.472268] acpiphp: Slot [5] registered\n[ 0.473351] acpiphp: Slot [6] registered\n[ 0.474425] acpiphp: Slot [7] registered\n[ 0.475504] acpiphp: Slot [8] registered\n[ 0.476590] acpiphp: Slot [9] registered\n[ 0.477677] acpiphp: Slot [10] registered\n[ 0.478765] acpiphp: Slot [11] registered\n[ 0.479858] acpiphp: Slot [12] registered\n[ 0.480961] acpiphp: Slot [13] registered\n[ 0.482054] acpiphp: Slot [14] registered\n[ 0.483145] acpiphp: Slot [15] registered\n[ 0.484241] acpiphp: Slot [16] registered\n[ 0.485332] acpiphp: Slot [17] registered\n[ 0.486419] acpiphp: Slot [18] registered\n[ 0.487505] acpiphp: Slot [19] registered\n[ 0.488600] acpiphp: Slot [20] registered\n[ 0.489695] acpiphp: Slot [21] registered\n[ 0.490788] acpiphp: Slot [22] registered\n[ 0.491891] acpiphp: Slot [23] registered\n[ 0.492982] acpiphp: Slot [24] registered\n[ 0.494092] acpiphp: Slot [25] registered\n[ 0.495186] acpiphp: Slot [26] registered\n[ 0.496282] acpiphp: Slot [27] registered\n[ 0.497375] acpiphp: Slot [28] registered\n[ 0.498465] acpiphp: Slot [29] registered\n[ 0.499555] acpiphp: Slot [30] registered\n[ 0.500660] acpiphp: Slot [31] registered\n[ 0.501747] PCI host bridge to bus 0000:00\n[ 0.502855] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.504168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.505650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.507202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.509192] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.511179] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.515636] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.517379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.518837] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.520384] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.523816] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.525791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.548974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.550794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.552527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.554292] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.555997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.557621] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.559294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.561432] vgaarb: loaded\n[ 0.562314] vgaarb: bridge control possible 0000:00:02.0\n[ 0.563730] SCSI subsystem initialized\n[ 0.564814] ACPI: bus type USB registered\n[ 0.565924] usbcore: registered new interface driver usbfs\n[ 0.567248] usbcore: registered new interface driver hub\n[ 0.568553] usbcore: registered new device driver usb\n[ 0.569963] PCI: Using ACPI for IRQ routing\n[ 0.571379] NetLabel: Initializing\n[ 0.572381] NetLabel: domain hash size = 128\n[ 0.573513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.574769] NetLabel: unlabeled traffic allowed by default\n[ 0.576198] Switched to clocksource kvm-clock\n[ 0.584348] pnp: PnP ACPI init\n[ 0.585307] ACPI: bus type PNP registered\n[ 0.586731] pnp: PnP ACPI: found 5 devices\n[ 0.587834] ACPI: bus type PNP unregistered\n[ 0.595015] NET: Registered protocol family 2\n[ 0.596443] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.598629] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.600443] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.601994] TCP: reno registered\n[ 0.602965] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.604400] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.606012] NET: Registered protocol family 1\n[ 0.607254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.608685] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.610114] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.630122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.650011] Unpacking initramfs...\n[ 1.091099] Freeing initrd memory: 37508k freed\n[ 1.100433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.102083] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.105001] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.106568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.108321] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.109811] Initialise system trusted keyring\n[ 1.111020] audit: initializing netlink socket (disabled)\n[ 1.112365] type=2000 audit(1534763930.875:1): initialized\n[ 1.129044] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.130568] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.132877] zpool: loaded\n[ 1.133789] zbud: loaded\n[ 1.134827] VFS: Disk quotas dquot_6.5.2\n[ 1.135977] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.137642] msgmni has been set to 7578\n[ 1.138807] Key type big_key registered\n[ 1.140613] NET: Registered protocol family 38\n[ 1.141836] Key type asymmetric registered\n[ 1.142985] Asymmetric key parser 'x509' registered\n[ 1.144268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.146407] io scheduler noop registered\n[ 1.147537] io scheduler deadline registered (default)\n[ 1.158727] io scheduler cfq registered\n[ 1.159922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.161306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.162937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.165008] ACPI: Power Button [PWRF]\n[ 1.166184] GHES: HEST is not enabled!\n[ 1.167337] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.191716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.193457] Non-volatile memory driver v1.3\n[ 1.194639] Linux agpgart interface v0.103\n[ 1.195878] crash memory driver: version 1.1\n[ 1.197123] rdac: device handler registered\n[ 1.198345] hp_sw: device handler registered\n[ 1.199529] emc: device handler registered\n[ 1.200675] alua: device handler registered\n[ 1.201848] libphy: Fixed MDIO Bus: probed\n[ 1.203028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204565] ehci-pci: EHCI PCI platform driver\n[ 1.205775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.207270] ohci-pci: OHCI PCI platform driver\n[ 1.208472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228266] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.229630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.231711] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.234508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.236085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.238124] usb usb1: Product: UHCI Host Controller\n[ 1.239386] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.241010] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.242308] hub 1-0:1.0: USB hub found\n[ 1.243416] hub 1-0:1.0: 2 ports detected\n[ 1.244694] usbcore: registered new interface driver usbserial\n[ 1.246136] usbcore: registered new interface driver usbserial_generic\n[ 1.247668] usbserial: USB Serial support registered for generic\n[ 1.249137] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.251934] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.253190] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.254546] mousedev: PS/2 mouse device common for all mice\n[ 1.256183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.258521] rtc_cmos 00:00: RTC can wake from S4\n[ 1.259064] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.262480] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.262728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.266274] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.267847] cpuidle: using governor menu\n[ 1.269014] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.270439] usbcore: registered new interface driver usbhid\n[ 1.271805] usbhid: USB HID core driver\n[ 1.272944] drop_monitor: Initializing network drop monitor service\n[ 1.274479] TCP: cubic registered\n[ 1.275493] Initializing XFRM netlink socket\n[ 1.276734] NET: Registered protocol family 10\n[ 1.278138] NET: Registered protocol family 17\n[ 1.279515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.280875] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.282357] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.284761] Loading compiled-in X.509 certificates\n[ 1.286032] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.288437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.291238] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.293657] registered taskstats version 1\n[ 1.296555] Key type trusted registered\n[ 1.298892] Key type encrypted registered\n[ 1.301243] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.302988] rtc_cmos 00:00: setting system clock to 2018-08-20 11:18:50 UTC (1534763930)\n[ 1.305811] Freeing unused kernel memory: 1680k freed\n[ 1.310505] 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.314569] systemd[1]: Detected virtualization kvm.\n[ 1.315817] systemd[1]: Detected architecture x86-64.\n[ 1.317056] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.319407] systemd[1]: No hostname configured.\n[ 1.320596] systemd[1]: Set hostname to .\n[ 1.321883] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.344986] systemd[1]: Reached target Swap.\n[ 1.346140] systemd[1]: Starting Swap.\n[ 1.347231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.349328] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.352279] systemd[1]: Reached target Local File Systems.\n[ 1.353617] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.355596] systemd[1]: Reached target Timers.\n[ 1.356755] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.358558] systemd[1]: Reached target Paths.\n[ 1.359706] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.361622] systemd[1]: Created slice Root Slice.\n[ 1.362821] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.364774] systemd[1]: Listening on Journal Socket.\n[ 1.366015] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.368018] systemd[1]: Created slice System Slice.\n[ 1.369249] systemd[1]: Starting System Slice.\n[ 1.370737] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.372955] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.377188] systemd[1]: Reached target Slices.\n[ 1.378355] systemd[1]: Starting Slices.\n[ 1.379738] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.381982] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384947] systemd[1]: Listening on udev Control Socket.\n[ 1.386268] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.388653] systemd[1]: Listening on udev Kernel Socket.\n[ 1.389959] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.391958] systemd[1]: Reached target Sockets.\n[ 1.393144] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.395190] 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.451733] RPC: Registered named UNIX socket transport module.\n[ 1.453214] RPC: Registered udp transport module.\n[ 1.454446] RPC: Registered tcp transport module.\n[ 1.455683] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.546215] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.549566] FDC 0 is a S82078B\n[ 1.578123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.580937] scsi host0: ata_piix\n[ 1.582141] scsi host1: ata_piix\n[ 1.583287] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.585100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.624404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.629737] 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.704482] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.706314] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.708164] usb 1-1: Product: QEMU USB Tablet\n[ 1.709465] usb 1-1: Manufacturer: QEMU\n[ 1.710690] usb 1-1: SerialNumber: 42\n[ 1.720620] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.723344] 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.808478] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.811306] XFS (vda1): Mounting V4 Filesystem\n[ 1.846428] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[ 2.106264] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\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.\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 Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.223992] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.341346] SELinux: Disabled at runtime.\n[ 2.377219] type=1404 audit(1534763931.574:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.400820] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.402315] 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 File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Debug File System...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on udev Control Socket.\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 Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n[ 2.685002] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.696549] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started 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[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.880241] type=1305 audit(1534763932.077:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.099730] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.114955] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.137733] [drm] Initialized drm 1.1.0 20060810\n[ 3.153952] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.153952] [TTM] Initializing pool allocator\n[ 3.153954] [TTM] Initializing DMA pool allocator\n[ 3.154229] [drm] fb mappable at 0xFC000000\n[ 3.154229] [drm] vram aper at 0xFC000000\n[ 3.154229] [drm] size 33554432\n[ 3.154230] [drm] fb depth is 24\n[ 3.154230] [drm] pitch is 3072\n[ 3.174044] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.194013] Console: switching to colour frame buffer device 128x48\n[ 3.205214] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.206516] ppdev: user-space parallel port driver\n[ 3.221207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[ 3.290365] AES CTR mode by8 optimization enabled\na Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.300270] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.309775] alg: No test for crc32 (crc32-pclmul)\n[ 3.328399] intel_rapl: no valid rapl domains found in package 0\n[ 3.333588] intel_rapl: no valid rapl domains found in package 0\n[ 3.335043] intel_powerclamp: No package C-state available\n[ 3.340507] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.524066] cloud-init[505]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:18:53 +0000. Up 3.49 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.813022] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:18:55 +0000. Up 5.75 seconds.\n[ 5.869226] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.871204] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.879958] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.889511] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.892924] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.899907] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:bd:bd:8c |\n[ 5.913485] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.920473] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.926821] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.933576] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.940290] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.945488] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.952870] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.954700] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.956561] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: t"} 2018-08-20 11:19:41,986 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action used request id req-ce4d0802-ba42-463d-8874-a52338637f23 2018-08-20 11:19:41,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.133010864258s 2018-08-20 11:19:41,987 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4/action used request id req-ce4d0802-ba42-463d-8874-a52338637f23 2018-08-20 11:19:41,988 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1776424993 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.317843] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.320175] pid_max: default: 32768 minimum: 301 [ 0.321422] Security Framework initialized [ 0.322548] SELinux: Initializing. [ 0.323817] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.328642] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.331681] Mount-cache hash table entries: 4096 [ 0.333156] Initializing cgroup subsys memory [ 0.335406] Initializing cgroup subsys devices [ 0.336637] Initializing cgroup subsys freezer [ 0.337853] Initializing cgroup subsys net_cls [ 0.339063] Initializing cgroup subsys blkio [ 0.340224] Initializing cgroup subsys perf_event [ 0.341470] Initializing cgroup subsys hugetlb [ 0.342668] Initializing cgroup subsys pids [ 0.343810] Initializing cgroup subsys net_prio [ 0.345072] CPU: Physical Processor ID: 0 [ 0.346892] mce: CPU supports 10 MCE banks [ 0.348096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.349408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.350836] tlb_flushall_shift: 6 [ 0.352058] Freeing SMP alternatives: 28k freed [ 0.355836] ACPI: Core revision 20130517 [ 0.357420] ACPI: All ACPI Tables successfully acquired [ 0.358930] ftrace: allocating 25812 entries in 101 pages [ 0.380129] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.381689] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.383251] smpboot: Max logical packages: 2 [ 0.384631] Enabling x2apic [ 0.385592] Enabled x2apic [ 0.386735] Switched APIC routing to physical x2apic. [ 0.388987] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.390468] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.393067] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.400733] KVM setup paravirtual spinlock [ 0.402990] smpboot: Booting Node 0, Processors #1 OK [ 0.404608] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.426706] Brought up 2 CPUs [ 0.426708] KVM setup async PF for cpu 1 [ 0.426711] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.429972] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.432104] devtmpfs: initialized [ 0.434468] EVM: security.selinux [ 0.435497] EVM: security.ima [ 0.436435] EVM: security.capability [ 0.438095] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.439666] pinctrl core: initialized pinctrl subsystem [ 0.441065] NET: Registered protocol family 16 [ 0.442428] ACPI: bus type PCI registered [ 0.443541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.445153] PCI: Using configuration type 1 for base access [ 0.449857] ACPI: Added _OSI(Module Device) [ 0.451019] ACPI: Added _OSI(Processor Device) [ 0.452168] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.453354] ACPI: Added _OSI(Processor Aggregator Device) [ 0.455712] ACPI: Interpreter enabled [ 0.456771] ACPI: (supports S0 S5) [ 0.457770] ACPI: Using IOAPIC for interrupt routing [ 0.459000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.462918] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.465847] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.467335] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.470103] acpiphp: Slot [3] registered [ 0.471182] acpiphp: Slot [4] registered [ 0.472268] acpiphp: Slot [5] registered [ 0.473351] acpiphp: Slot [6] registered [ 0.474425] acpiphp: Slot [7] registered [ 0.475504] acpiphp: Slot [8] registered [ 0.476590] acpiphp: Slot [9] registered [ 0.477677] acpiphp: Slot [10] registered [ 0.478765] acpiphp: Slot [11] registered [ 0.479858] acpiphp: Slot [12] registered [ 0.480961] acpiphp: Slot [13] registered [ 0.482054] acpiphp: Slot [14] registered [ 0.483145] acpiphp: Slot [15] registered [ 0.484241] acpiphp: Slot [16] registered [ 0.485332] acpiphp: Slot [17] registered [ 0.486419] acpiphp: Slot [18] registered [ 0.487505] acpiphp: Slot [19] registered [ 0.488600] acpiphp: Slot [20] registered [ 0.489695] acpiphp: Slot [21] registered [ 0.490788] acpiphp: Slot [22] registered [ 0.491891] acpiphp: Slot [23] registered [ 0.492982] acpiphp: Slot [24] registered [ 0.494092] acpiphp: Slot [25] registered [ 0.495186] acpiphp: Slot [26] registered [ 0.496282] acpiphp: Slot [27] registered [ 0.497375] acpiphp: Slot [28] registered [ 0.498465] acpiphp: Slot [29] registered [ 0.499555] acpiphp: Slot [30] registered [ 0.500660] acpiphp: Slot [31] registered [ 0.501747] PCI host bridge to bus 0000:00 [ 0.502855] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.504168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.505650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.507202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.509192] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.511179] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.515636] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.517379] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.518837] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.520384] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.523816] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.525791] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.548974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.550794] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.552527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.554292] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.555997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.557621] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.559294] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.561432] vgaarb: loaded [ 0.562314] vgaarb: bridge control possible 0000:00:02.0 [ 0.563730] SCSI subsystem initialized [ 0.564814] ACPI: bus type USB registered [ 0.565924] usbcore: registered new interface driver usbfs [ 0.567248] usbcore: registered new interface driver hub [ 0.568553] usbcore: registered new device driver usb [ 0.569963] PCI: Using ACPI for IRQ routing [ 0.571379] NetLabel: Initializing [ 0.572381] NetLabel: domain hash size = 128 [ 0.573513] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.574769] NetLabel: unlabeled traffic allowed by default [ 0.576198] Switched to clocksource kvm-clock [ 0.584348] pnp: PnP ACPI init [ 0.585307] ACPI: bus type PNP registered [ 0.586731] pnp: PnP ACPI: found 5 devices [ 0.587834] ACPI: bus type PNP unregistered [ 0.595015] NET: Registered protocol family 2 [ 0.596443] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.598629] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.600443] TCP: Hash tables configured (established 32768 bind 32768) [ 0.601994] TCP: reno registered [ 0.602965] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.604400] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.606012] NET: Registered protocol family 1 [ 0.607254] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.608685] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.610114] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.630122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.650011] Unpacking initramfs... [ 1.091099] Freeing initrd memory: 37508k freed [ 1.100433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.102083] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.105001] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.106568] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.108321] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.109811] Initialise system trusted keyring [ 1.111020] audit: initializing netlink socket (disabled) [ 1.112365] type=2000 audit(1534763930.875:1): initialized [ 1.129044] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.130568] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.132877] zpool: loaded [ 1.133789] zbud: loaded [ 1.134827] VFS: Disk quotas dquot_6.5.2 [ 1.135977] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.137642] msgmni has been set to 7578 [ 1.138807] Key type big_key registered [ 1.140613] NET: Registered protocol family 38 [ 1.141836] Key type asymmetric registered [ 1.142985] Asymmetric key parser 'x509' registered [ 1.144268] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.146407] io scheduler noop registered [ 1.147537] io scheduler deadline registered (default) [ 1.158727] io scheduler cfq registered [ 1.159922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.161306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.162937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.165008] ACPI: Power Button [PWRF] [ 1.166184] GHES: HEST is not enabled! [ 1.167337] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.191716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.193457] Non-volatile memory driver v1.3 [ 1.194639] Linux agpgart interface v0.103 [ 1.195878] crash memory driver: version 1.1 [ 1.197123] rdac: device handler registered [ 1.198345] hp_sw: device handler registered [ 1.199529] emc: device handler registered [ 1.200675] alua: device handler registered [ 1.201848] libphy: Fixed MDIO Bus: probed [ 1.203028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204565] ehci-pci: EHCI PCI platform driver [ 1.205775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.207270] ohci-pci: OHCI PCI platform driver [ 1.208472] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228266] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.229630] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.231711] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.234508] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.236085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.238124] usb usb1: Product: UHCI Host Controller [ 1.239386] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.241010] usb usb1: SerialNumber: 0000:00:01.2 [ 1.242308] hub 1-0:1.0: USB hub found [ 1.243416] hub 1-0:1.0: 2 ports detected [ 1.244694] usbcore: registered new interface driver usbserial [ 1.246136] usbcore: registered new interface driver usbserial_generic [ 1.247668] usbserial: USB Serial support registered for generic [ 1.249137] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.251934] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.253190] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.254546] mousedev: PS/2 mouse device common for all mice [ 1.256183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.258521] rtc_cmos 00:00: RTC can wake from S4 [ 1.259064] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.262480] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.262728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.266274] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.267847] cpuidle: using governor menu [ 1.269014] hidraw: raw HID events driver (C) Jiri Kosina [ 1.270439] usbcore: registered new interface driver usbhid [ 1.271805] usbhid: USB HID core driver [ 1.272944] drop_monitor: Initializing network drop monitor service [ 1.274479] TCP: cubic registered [ 1.275493] Initializing XFRM netlink socket [ 1.276734] NET: Registered protocol family 10 [ 1.278138] NET: Registered protocol family 17 [ 1.279515] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.280875] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.282357] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.284761] Loading compiled-in X.509 certificates [ 1.286032] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.288437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.291238] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.293657] registered taskstats version 1 [ 1.296555] Key type trusted registered [ 1.298892] Key type encrypted registered [ 1.301243] IMA: No TPM chip found, activating TPM-bypass! [ 1.302988] rtc_cmos 00:00: setting system clock to 2018-08-20 11:18:50 UTC (1534763930) [ 1.305811] Freeing unused kernel memory: 1680k freed [ 1.310505] 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.314569] systemd[1]: Detected virtualization kvm. [ 1.315817] systemd[1]: Detected architecture x86-64. [ 1.317056] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.319407] systemd[1]: No hostname configured. [ 1.320596] systemd[1]: Set hostname to . [ 1.321883] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.344986] systemd[1]: Reached target Swap. [ 1.346140] systemd[1]: Starting Swap. [ 1.347231] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.349328] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.352279] systemd[1]: Reached target Local File Systems. [ 1.353617] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.355596] systemd[1]: Reached target Timers. [ 1.356755] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.358558] systemd[1]: Reached target Paths. [ 1.359706] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.361622] systemd[1]: Created slice Root Slice. [ 1.362821] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.364774] systemd[1]: Listening on Journal Socket. [ 1.366015] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.368018] systemd[1]: Created slice System Slice. [ 1.369249] systemd[1]: Starting System Slice. [ 1.370737] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.372955] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.377188] systemd[1]: Reached target Slices. [ 1.378355] systemd[1]: Starting Slices. [ 1.379738] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.381982] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [ 1.384947] systemd[1]: Listening on udev Control Socket. [ 1.386268] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.388653] systemd[1]: Listening on udev Kernel Socket. [ 1.389959] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.391958] systemd[1]: Reached target Sockets. [ 1.393144] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.395190] 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.451733] RPC: Registered named UNIX socket transport module. [ 1.453214] RPC: Registered udp transport module. [ 1.454446] RPC: Registered tcp transport module. [ 1.455683] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.546215] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.549566] FDC 0 is a S82078B [ 1.578123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.580937] scsi host0: ata_piix [ 1.582141] scsi host1: ata_piix [ 1.583287] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.585100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.624404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.629737] 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.704482] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.706314] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.708164] usb 1-1: Product: QEMU USB Tablet [ 1.709465] usb 1-1: Manufacturer: QEMU [ 1.710690] usb 1-1: SerialNumber: 42 [ 1.720620] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.723344] 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.808478] SGI XFS with ACLs, security attributes, no debug enabled [ 1.811306] XFS (vda1): Mounting V4 Filesystem [ 1.846428] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.106264] tsc: Refined TSC clocksource calibration: 3491.868 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[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. 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 Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.223992] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.341346] SELinux: Disabled at runtime. [ 2.377219] type=1404 audit(1534763931.574:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.400820] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.402315] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Debug File System... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Kernel Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on udev Control Socket. [[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 Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... [ 2.685002] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.696549] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.880241] type=1305 audit(1534763932.077:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.099730] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.114955] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.137733] [drm] Initialized drm 1.1.0 20060810 [ 3.153952] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.153952] [TTM] Initializing pool allocator [ 3.153954] [TTM] Initializing DMA pool allocator [ 3.154229] [drm] fb mappable at 0xFC000000 [ 3.154229] [drm] vram aper at 0xFC000000 [ 3.154229] [drm] size 33554432 [ 3.154230] [drm] fb depth is 24 [ 3.154230] [drm] pitch is 3072 [ 3.174044] fbcon: cirrusdrmfb (fb0) is primary device [ 3.194013] Console: switching to colour frame buffer device 128x48 [ 3.205214] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.206516] ppdev: user-space parallel port driver [ 3.221207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Dump dmesg to /var/log/dmesg... Starting Authorization Manager... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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. [ 3.290365] AES CTR mode by8 optimization enabled a Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.300270] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.309775] alg: No test for crc32 (crc32-pclmul) [ 3.328399] intel_rapl: no valid rapl domains found in package 0 [ 3.333588] intel_rapl: no valid rapl domains found in package 0 [ 3.335043] intel_powerclamp: No package C-state available [ 3.340507] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.524066] cloud-init[505]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:18:53 +0000. Up 3.49 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting System Logging Service... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.813022] cloud-init[799]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:18:55 +0000. Up 5.75 seconds. [ 5.869226] cloud-init[799]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.871204] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.879958] cloud-init[799]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.889511] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.892924] cloud-init[799]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.899907] cloud-init[799]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:bd:bd:8c | [ 5.913485] cloud-init[799]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.920473] cloud-init[799]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.926821] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.933576] cloud-init[799]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.940290] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.945488] cloud-init[799]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.952870] cloud-init[799]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.954700] cloud-init[799]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.956561] cloud-init[799]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: t 2018-08-20 11:19:41,991 - paramiko.transport - DEBUG - starting thread (client mode): 0x982ceb10L 2018-08-20 11:19:41,992 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 11:19:41,997 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 11:19:41,997 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 11:19:41,999 - 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-08-20 11:19:41,999 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 11:19:42,000 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 11:19:42,000 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 11:19:42,000 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 11:19:42,000 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 11:19:42,005 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 11:19:42,005 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 11:19:42,008 - paramiko.transport - DEBUG - Trying discovered key 60772f58588d5a703e5be3fe3c261aac in /tmp/tmpM4KzT1 2018-08-20 11:19:42,045 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 11:19:52,064 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 11:19:52,086 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-20 11:19:52,086 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-20 11:19:52,086 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-20 11:19:52,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/status 2018-08-20 11:19:52,252 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 818, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "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": "start-post", "MainPID": 7999, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 856, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 815, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 800, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 858, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:52,253 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:51 GMT 2018-08-20 11:19:52,254 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:52,254 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-20 11:19:52,254 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:52,254 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 818, 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': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], 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': 7999, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 856, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 815, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 800, 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': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 858, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-20 11:19:52,255 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/status 2018-08-20 11:19:52,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:52,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:52,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:52,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:52,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:52,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:52,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:52,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 818, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "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": "start-post", "MainPID": 7999, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 856, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 815, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 800, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 858, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-20 11:19:52,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:52,345 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:51 GMT 2018-08-20 11:19:52,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:52,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-20 11:19:52,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:52,346 - functest.core.cloudify - INFO - The current manager status is running 2018-08-20 11:19:52,346 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-20 11:19:52,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:52,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:52,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:52,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:51.523Z", "updated_at": "2018-08-20T11:19:51.523Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:51 GMT 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-20 11:19:52,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:52,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/secrets 2018-08-20 11:19:52,457 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:52,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:52,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:52,457 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:52,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:52,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:52,458 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:52,458 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:51.523Z", "updated_at": "2018-08-20T11:19:51.523Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-20 11:19:52,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:52,458 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:51 GMT 2018-08-20 11:19:52,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:52,458 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-20 11:19:52,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:52,458 - functest.core.cloudify - DEBUG - List secrets: 2018-08-20 11:19:52,459 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.212:80/api/v3/secrets/foo 2018-08-20 11:19:52,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:51.523Z", "updated_at": "2018-08-20T11:19:51.523Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-20 11:19:52,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:52,509 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:51 GMT 2018-08-20 11:19:52,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:52,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-20 11:19:52,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:52,509 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-20 11:19:52,509 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-20 11:19:52,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:19:52,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:19:52,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1f8b6f-71ea-4e51-b65d-6d202218782c Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c"}, "tags": [], "enabled": true, "id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47"}]} 2018-08-20 11:19:52,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-2b1f8b6f-71ea-4e51-b65d-6d202218782c 2018-08-20 11:19:52,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10039806366s 2018-08-20 11:19:52,617 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-2b1f8b6f-71ea-4e51-b65d-6d202218782c 2018-08-20 11:19:52,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-20 11:19:52,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/quotas/e8c1648629ea4504a7f8b3e6d4a2a65c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-20 11:19:53,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-b9ddaadc-f71b-462b-9810-3a750fbc2f66 Date: Mon, 20 Aug 2018 11:19:53 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-08-20 11:19:53,081 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/quotas/e8c1648629ea4504a7f8b3e6d4a2a65c.json used request id req-b9ddaadc-f71b-462b-9810-3a750fbc2f66 2018-08-20 11:19:53,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.461938858032s 2018-08-20 11:19:53,082 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/quotas/e8c1648629ea4504a7f8b3e6d4a2a65c.json used request id req-b9ddaadc-f71b-462b-9810-3a750fbc2f66 2018-08-20 11:19:53,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-20 11:19:53,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 11:19:53,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:19:53,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:19:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:19:53,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:19:53,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83dad1db-2d68-4195-bd19-cfd6442dc87c Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/066af2358fb3468b9f13d02553da9e85"}, "enabled": true, "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/26b4eff88bbc43f280b3e5a8e0131b38"}, "enabled": true, "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/479c301a4b134996817712aba271c597"}, "enabled": true, "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/4ea12df9e7c24697bcf8b8f6290c170a"}, "enabled": true, "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5592bc28c898431080bea2676267935c"}, "enabled": true, "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6799ed79c4ae4ca2b0e427613b1a8e09"}, "enabled": true, "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7164e46168fe49f898ad2c038f7f3746"}, "enabled": true, "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7c215d4a291c4866b90c1d525d7e366d"}, "enabled": true, "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/852c9059bcfe479b935edd1838aab5f2"}, "enabled": true, "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a16b56e9ff5540ccacbb431795c7a13a"}, "enabled": true, "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c79032d0c5ed4e18b41161b911d32cb9"}, "enabled": true, "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/d31669f894e246138ba51775d305f903"}, "enabled": true, "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d731d6cc6b1e4878b11dccdb7194e58a"}, "enabled": true, "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e08ef898f6eb4685a44824b6d219bfff"}, "enabled": true, "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ff82f31c5d56409ca7e100830c744249"}, "enabled": true, "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-20 11:19:53,184 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-83dad1db-2d68-4195-bd19-cfd6442dc87c 2018-08-20 11:19:53,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.098240852356s 2018-08-20 11:19:53,184 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-83dad1db-2d68-4195-bd19-cfd6442dc87c 2018-08-20 11:19:53,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 11:19:53,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:19:53,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6819a988-f784-4e72-b448-2940be0c156a Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0825db0964b4432b95422e441dda5b71"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "0825db0964b4432b95422e441dda5b71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0dbd7bc50cee414f9b7df590899d21e1"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/1cccf2deebb54e73891db1cf2ef1c1e0"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/313109edbc174ba6a2c789d475ccc48d"}, "url": "http://172.30.9.36:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3526011556054a4e9616f9c97c73fadf"}, "url": "http://172.30.9.36:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "3526011556054a4e9616f9c97c73fadf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/370b2e933b034911989ed806b3aab511"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "370b2e933b034911989ed806b3aab511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/39e46e78c5574bb2b5f97c9290a3fa63"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3ad58338289d406f825ac84ef8ddf364"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/418af50ab5fc4c5da0cb318036e7df19"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4b9704c398d64aa38b16c1216001a7db"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4bd7f84c38854900908f90d4aafb26ab"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "4bd7f84c38854900908f90d4aafb26ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/51a89d51bb5c487a898705d258cf3c3c"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/59ae6559265c44c289b4637f29a4a653"}, "url": "http://172.30.9.36:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "59ae6559265c44c289b4637f29a4a653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5d5a102334ed454ba86c9b77d34ef674"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5ec19dd0ec204484b96aa3ffdd71013d"}, "url": "http://172.30.9.36:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6250b70078f14ce58094d2580cf0802c"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "6250b70078f14ce58094d2580cf0802c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/676b33dbd2ea461bab45334445f29593"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "676b33dbd2ea461bab45334445f29593"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/68a733345e7e4816afbb600b2fd58778"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5592bc28c898431080bea2676267935c", "id": "68a733345e7e4816afbb600b2fd58778"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6bf1f00fdd99442ba9838f12ff5832f4"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5592bc28c898431080bea2676267935c", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/78c2379118c144a79dfcff4f181578f2"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "78c2379118c144a79dfcff4f181578f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/7dbdcea68d0044b7b409bb27dd812b44"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/817dd90bc2464382be63027b891ec771"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "817dd90bc2464382be63027b891ec771"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/83342bdccb5944d5b411a5a87b28f315"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "83342bdccb5944d5b411a5a87b28f315"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/91534d6ca19d48368ab445a6f443f05d"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/928dad2ccbb14cfcb078b9d8ae98475f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d31669f894e246138ba51775d305f903", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9a6b42352bbf4915b540899ba417fea7"}, "url": "http://172.30.9.36:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "9a6b42352bbf4915b540899ba417fea7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9c0515123d9747a4ac9a3eda27bb9ac8"}, "url": "http://172.30.9.36:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/a547d05c8f6644b2830c2e92d39a7287"}, "url": "http://172.30.9.36:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "a547d05c8f6644b2830c2e92d39a7287"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/b42d84afaf064e46b08584acd385cac2"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "b42d84afaf064e46b08584acd385cac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3840824a2743dfbcb8c1a69783e7ba"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "be3840824a2743dfbcb8c1a69783e7ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3c8f75258a4f8f9bb1082bce9882af"}, "url": "http://172.30.9.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/c98edb5e7e454cf794988da0a3be1bb5"}, "url": "http://172.30.9.36:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5592bc28c898431080bea2676267935c", "id": "c98edb5e7e454cf794988da0a3be1bb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ceeb03e98aed46d5936f152c3ffabab2"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d31669f894e246138ba51775d305f903", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d107f507e7b64d16985917cc523d5c09"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d107f507e7b64d16985917cc523d5c09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d5600b2618d54bb6b30ac4943c03add5"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d8fecdd40e8f4cf1a6ed15224cac2fea"}, "url": "http://172.30.9.36:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ddcd46064e32423a9a3f7e7aed575794"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "ddcd46064e32423a9a3f7e7aed575794"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e09ff417f55b4746abb394849eec0390"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e09ff417f55b4746abb394849eec0390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e0fe612f406b44a9b595d6741caf7c65"}, "url": "http://172.30.9.36:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "e0fe612f406b44a9b595d6741caf7c65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e293a88ddda94418bd035d779b87f9c3"}, "url": "http://172.30.9.36:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e293a88ddda94418bd035d779b87f9c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/eeb4ff75e1b647c48484384777360c5e"}, "url": "http://172.30.9.36:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d31669f894e246138ba51775d305f903", "id": "eeb4ff75e1b647c48484384777360c5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/fd6c08c016ad492199cad08a830a5469"}, "url": "http://172.30.9.36:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "fd6c08c016ad492199cad08a830a5469"}], "links": {"self": "http://172.30.9.36:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 11:19:53,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-6819a988-f784-4e72-b448-2940be0c156a 2018-08-20 11:19:53,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.110532045364s 2018-08-20 11:19:53,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-6819a988-f784-4e72-b448-2940be0c156a 2018-08-20 11:19:53,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'b6283642-5fba-449d-99a8-aaac6b0e7bd5', 'keystone_tenant_name': u'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.36:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47', 'project_domain_name': 'Default'} 2018-08-20 11:19:53,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/secrets 2018-08-20 11:19:53,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:53,398 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:52 GMT 2018-08-20 11:19:53,399 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:53,400 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-20 11:19:53,400 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:53,400 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "b6283642-5fba-449d-99a8-aaac6b0e7bd5"} 2018-08-20 11:19:53,457 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:53,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:53,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:52.577Z", "updated_at": "2018-08-20T11:19:52.577Z", "created_by": "admin", "private_resource": false, "value": "b6283642-5fba-449d-99a8-aaac6b0e7bd5", "key": "keystone_password"} 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:52 GMT 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:53,458 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-20 11:19:53,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:53,459 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47"} 2018-08-20 11:19:53,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:53,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:53,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:52.668Z", "updated_at": "2018-08-20T11:19:52.668Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47", "key": "keystone_tenant_name"} 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:52 GMT 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:53,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-20 11:19:53,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:53,552 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-20 11:19:53,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:53,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:53,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:53,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:53,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:53,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:53,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:53,610 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-20 11:19:53,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:52.730Z", "updated_at": "2018-08-20T11:19:52.730Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-20 11:19:53,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:53,610 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:52 GMT 2018-08-20 11:19:53,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:53,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-20 11:19:53,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:53,611 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.36:5000"} 2018-08-20 11:19:53,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:53,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:52.819Z", "updated_at": "2018-08-20T11:19:52.819Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.36:5000", "key": "keystone_url"} 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:52 GMT 2018-08-20 11:19:53,703 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:53,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-20 11:19:53,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:53,704 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-20 11:19:53,762 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:53,762 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:53,762 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:53,762 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:53,762 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:53,762 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:53,762 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:53,763 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-20 11:19:53,763 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:52.882Z", "updated_at": "2018-08-20T11:19:52.882Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-20 11:19:53,763 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:53,763 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:52 GMT 2018-08-20 11:19:53,763 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:53,763 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-20 11:19:53,763 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:53,763 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47"} 2018-08-20 11:19:53,818 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:53,818 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:53,818 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:53,818 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:52.939Z", "updated_at": "2018-08-20T11:19:52.939Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47", "key": "keystone_username"} 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:52 GMT 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-20 11:19:53,819 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:53,820 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-20 11:19:53,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:19:53,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:19:53,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:19:53,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:19:53,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:19:53,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:19:53,875 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:19:53,875 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-20 11:19:53,876 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T11:19:52.996Z", "updated_at": "2018-08-20T11:19:52.996Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-20 11:19:53,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:19:53,876 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:19:53 GMT 2018-08-20 11:19:53,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:19:53,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-20 11:19:53,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:19:53,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-20 11:19:53,877 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 11:19:53,878 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 11:19:53,878 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 11:19:53,881 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 11:19:53,916 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 11:19:53,916 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 11:19:53,917 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 11:19:53,957 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 11:19:53,957 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 11:19:53,982 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 11:20:14,861 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 11:20:14,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-20 11:20:14,863 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 11:20:14,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-20 11:20:14,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:20:14,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:14,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-7b7303a8-5ec3-40b1-b900-ed5c5301083c Date: Mon, 20 Aug 2018 11:20:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "08ce2aef-d078-4f6f-88f3-e0f630b6988b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "2bcd2c62-44ba-4e0a-8d56-ab3286ad9ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:16:39Z", "revision_number": 0, "id": "2e0ee294-18cb-40bd-8f99-ac4deb3ccb6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:39Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-20T11:16:42Z", "revision_number": 0, "id": "54ec7002-d29f-44ed-8e86-c5bce0bf3ac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:42Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-20T11:16:43Z", "revision_number": 0, "id": "97d64d3a-9d9a-4c43-b582-eb87bbff222c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:43Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:40Z", "revision_number": 0, "id": "c5e97897-53a9-4f8a-92f2-f311978e6967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:40Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 8, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:11Z", "updated_at": "2018-08-20T11:15:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "4e1a826c-eea4-4f29-84a5-fce3b235cb29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "588514de-f8e2-4eda-8d7f-1119f9eb54f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "9d6b28e0-68b4-4778-a301-532e9b685c94", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "b8757e38-dc69-48cd-926e-282ba3da2630", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 4, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "name": "default"}]} 2018-08-20 11:20:14,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-7b7303a8-5ec3-40b1-b900-ed5c5301083c 2018-08-20 11:20:14,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0550091266632s 2018-08-20 11:20:14,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-7b7303a8-5ec3-40b1-b900-ed5c5301083c 2018-08-20 11:20:14,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:20:14,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -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": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3"}}' 2018-08-20 11:20:15,181 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0108c882-165f-47a1-a77a-28fb79e6ea9b Date: Mon, 20 Aug 2018 11:20:15 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-08-20T11:20:15Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "port_range_min": 22, "revision_number": 0, "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:20:15Z", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "9dcf580e-67c6-4ecf-aa61-357929c3ead9"}} 2018-08-20 11:20:15,181 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-0108c882-165f-47a1-a77a-28fb79e6ea9b 2018-08-20 11:20:15,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.255374908447s 2018-08-20 11:20:15,182 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-0108c882-165f-47a1-a77a-28fb79e6ea9b 2018-08-20 11:20:15,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-20 11:20:15,278 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-20 11:20:18,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:20:18,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:20:18,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:20:18,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:20:18,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:20:18,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:20:18,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:20:18,102 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-20 11:20:18,102 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-20T11:20:17.112Z", "updated_at": "2018-08-20T11:20:17.112Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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.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.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"}}}, "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"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-08-20 11:20:18,104 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:20:18,104 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:20:17 GMT 2018-08-20 11:20:18,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:20:18,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-20 11:20:18,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:20:18,129 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-20 11:20:20,206 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-20 11:20:20,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:20:20,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:20,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-8b4c5ade-f8db-41f5-8239-983470242cf7 Date: Mon, 20 Aug 2018 11:20:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "metadata": {}}], "file": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file", "owner": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "990118f0-5d34-426b-8f80-e4b279630e99", "size": 4373348352, "self": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:16:37Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:15:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:20:20,808 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-8b4c5ade-f8db-41f5-8239-983470242cf7 2018-08-20 11:20:20,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.600204944611s 2018-08-20 11:20:20,809 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-8b4c5ade-f8db-41f5-8239-983470242cf7 2018-08-20 11:20:20,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 11:20:20,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47"}' 2018-08-20 11:20:21,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1e1c0911-d468-4c23-910d-8e64d5466440 Date: Mon, 20 Aug 2018 11:20:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a/file", "owner": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "0920908c-f7e0-4d59-9f51-ab612824f08a", "size": null, "self": "/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:21Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47", "checksum": null, "created_at": "2018-08-20T11:20:21Z", "protected": false} 2018-08-20 11:20:21,480 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-1e1c0911-d468-4c23-910d-8e64d5466440 2018-08-20 11:20:21,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.661834955215s 2018-08-20 11:20:21,480 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-1e1c0911-d468-4c23-910d-8e64d5466440 returning object 0920908c-f7e0-4d59-9f51-ab612824f08a 2018-08-20 11:20:21,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 11:20:21,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '' 2018-08-20 11:20:25,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16e587a2-e756-457f-abe6-a3ccae8d409c Date: Mon, 20 Aug 2018 11:20:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:20:25,354 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a/file used request id req-16e587a2-e756-457f-abe6-a3ccae8d409c 2018-08-20 11:20:25,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.87331008911s 2018-08-20 11:20:25,354 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a/file used request id req-16e587a2-e756-457f-abe6-a3ccae8d409c 2018-08-20 11:20:25,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:20:25,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:26,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-1ada2df9-33b5-421a-bf2a-dbb7d4b2c3f8 Date: Mon, 20 Aug 2018 11:20:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/0920908c-f7e0-4d59-9f51-ab612824f08a/snap", "metadata": {}}], "file": "/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a/file", "owner": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "0920908c-f7e0-4d59-9f51-ab612824f08a", "size": 263193088, "self": "/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/0920908c-f7e0-4d59-9f51-ab612824f08a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:25Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:21Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "metadata": {}}], "file": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file", "owner": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "990118f0-5d34-426b-8f80-e4b279630e99", "size": 4373348352, "self": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:16:37Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:15:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:20:26,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1ada2df9-33b5-421a-bf2a-dbb7d4b2c3f8 2018-08-20 11:20:26,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.664489030838s 2018-08-20 11:20:26,023 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1ada2df9-33b5-421a-bf2a-dbb7d4b2c3f8 2018-08-20 11:20:26,026 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/0920908c-f7e0-4d59-9f51-ab612824f08a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a/file', 'owner': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'id': u'0920908c-f7e0-4d59-9f51-ab612824f08a', 'size': 263193088, u'self': u'/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e8c1648629ea4504a7f8b3e6d4a2a65c', 'name': 'cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/0920908c-f7e0-4d59-9f51-ab612824f08a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T11:20:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T11:20:25Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'self': u'/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47', 'created': u'2018-08-20T11:20:21Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-20T11:20:21Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_7e6d87dd-be3d-47de-851e-62adc6186c47', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}}) 2018-08-20 11:20:26,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 11:20:26,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_7e6d87dd-be3d-47de-851e-62adc6186c47", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-20 11:20:26,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20: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-93b0b34f-7083-4d9c-9083-4aac7c631ec8 x-compute-request-id: req-93b0b34f-7083-4d9c-9083-4aac7c631ec8 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "411dbcd3-1c12-4484-91f4-4bf2c6341d8e"}} 2018-08-20 11:20:26,070 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-93b0b34f-7083-4d9c-9083-4aac7c631ec8 2018-08-20 11:20:26,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0433669090271s 2018-08-20 11:20:26,071 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-93b0b34f-7083-4d9c-9083-4aac7c631ec8 2018-08-20 11:20:26,072 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_7e6d87dd-be3d-47de-851e-62adc6186c47', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'411dbcd3-1c12-4484-91f4-4bf2c6341d8e', 'swap': 0}) 2018-08-20 11:20:26,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 11:20:26,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" -d '{"extra_specs": {}}' 2018-08-20 11:20:26,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20: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-0300d796-1044-468e-bb0f-1108bcf3ac76 x-compute-request-id: req-0300d796-1044-468e-bb0f-1108bcf3ac76 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 11:20:26,097 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e/os-extra_specs used request id req-0300d796-1044-468e-bb0f-1108bcf3ac76 2018-08-20 11:20:26,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244219303131s 2018-08-20 11:20:26,097 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e/os-extra_specs used request id req-0300d796-1044-468e-bb0f-1108bcf3ac76 2018-08-20 11:20:26,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-20 11:20:26,098 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "0920908c-f7e0-4d59-9f51-ab612824f08a", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "bono_cluster_size": 1, "flavor_id": "411dbcd3-1c12-4484-91f4-4bf2c6341d8e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-20 11:20:28,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:20:28,031 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:20:27 GMT 2018-08-20 11:20:28,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:20:28,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-20 11:20:28,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:20:28,032 - functest.core.singlevm - ERROR - Cannot run cloudify_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 429, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 162, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 191, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-20 11:20:28,191 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 11:20:28,191 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 05:18 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-20 11:20:28,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-20 11:20:28,196 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/executions 2018-08-20 11:20:28,258 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-20T11:20:26.263Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "559cb051-f782-4e56-bf00-e27dc206608e"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:20:28,259 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:20:27 GMT 2018-08-20 11:20:28,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:20:28,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-20 11:20:28,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:20:28,260 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.212:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-20 11:20:28,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 11:20:28,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 11:20:28,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 11:20:28,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 11:20:28,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 11:20:28,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 11:20:28,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 11:20:28,324 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-20 11:20:28,325 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-20 11:20:28,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 11:20:28,325 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 11:20:27 GMT 2018-08-20 11:20:28,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 11:20:28,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-20 11:20:28,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 11:20:28,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 273, in clean force=True) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-20 11:20:28,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 11:20:28,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:30,218 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27f2132b-3e3d-4f18-9d2e-efea3bc7bf30 Date: Mon, 20 Aug 2018 11:20:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:20:30,218 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a used request id req-27f2132b-3e3d-4f18-9d2e-efea3bc7bf30 2018-08-20 11:20:30,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.89138698578s 2018-08-20 11:20:30,218 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/0920908c-f7e0-4d59-9f51-ab612824f08a used request id req-27f2132b-3e3d-4f18-9d2e-efea3bc7bf30 2018-08-20 11:20:30,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:20:30,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:30,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cd79efa-1e11-4831-8390-976048e97735 x-compute-request-id: req-5cd79efa-1e11-4831-8390-976048e97735 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_alt_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "411dbcd3-1c12-4484-91f4-4bf2c6341d8e"}, {"name": "cloudify_ims-flavor_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f"}]} 2018-08-20 11:20:30,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-5cd79efa-1e11-4831-8390-976048e97735 2018-08-20 11:20:30,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255119800568s 2018-08-20 11:20:30,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-5cd79efa-1e11-4831-8390-976048e97735 2018-08-20 11:20:30,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 11:20:30,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:30,287 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:20:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa64880b-cc4c-4f6e-b17d-c89f0efa5110 x-compute-request-id: req-aa64880b-cc4c-4f6e-b17d-c89f0efa5110 Content-Length: 0 Content-Type: application/json 2018-08-20 11:20:30,287 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e used request id req-aa64880b-cc4c-4f6e-b17d-c89f0efa5110 2018-08-20 11:20:30,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0403580665588s 2018-08-20 11:20:30,288 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/411dbcd3-1c12-4484-91f4-4bf2c6341d8e used request id req-aa64880b-cc4c-4f6e-b17d-c89f0efa5110 2018-08-20 11:20:30,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 11:20:30,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/11c29b96-c757-4e2f-9284-a9141e0bd8be.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:31,014 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efce9c62-0676-4f62-b7c9-911977c3ea16 Content-Length: 0 Date: Mon, 20 Aug 2018 11:20:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:20:31,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/11c29b96-c757-4e2f-9284-a9141e0bd8be.json used request id req-efce9c62-0676-4f62-b7c9-911977c3ea16 2018-08-20 11:20:31,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.723063230515s 2018-08-20 11:20:31,014 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/11c29b96-c757-4e2f-9284-a9141e0bd8be.json used request id req-efce9c62-0676-4f62-b7c9-911977c3ea16 2018-08-20 11:20:31,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 11:20:31,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:31,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c43c739f-09d3-4124-809f-dc65921fbedb Date: Mon, 20 Aug 2018 11:20:31 GMT RESP BODY: {"floatingips": []} 2018-08-20 11:20:31,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-c43c739f-09d3-4124-809f-dc65921fbedb 2018-08-20 11:20:31,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.18715596199s 2018-08-20 11:20:31,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-c43c739f-09d3-4124-809f-dc65921fbedb 2018-08-20 11:20:31,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 11:20:31,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:31,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:20: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-f7d6f4c2-df5c-43fe-a9c6-35dcb1d949e1 x-compute-request-id: req-f7d6f4c2-df5c-43fe-a9c6-35dcb1d949e1 Content-Type: application/json 2018-08-20 11:20:31,351 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4 used request id req-f7d6f4c2-df5c-43fe-a9c6-35dcb1d949e1 2018-08-20 11:20:31,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.143232107162s 2018-08-20 11:20:31,351 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4 used request id req-f7d6f4c2-df5c-43fe-a9c6-35dcb1d949e1 2018-08-20 11:20:31,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:20:31,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:31,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20: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-f6872455-606c-4f5b-8df7-200126f97938 x-compute-request-id: req-f6872455-606c-4f5b-8df7-200126f97938 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:bd:8c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:bd:8c", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/87a81afc-3474-49a0-828f-b3c3dda007a4", "rel": "bookmark"}], "image": {"id": "990118f0-5d34-426b-8f80-e4b279630e99", "links": [{"href": "http://172.30.9.36:8774/images/990118f0-5d34-426b-8f80-e4b279630e99", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:18:48.000000", "flavor": {"id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f", "links": [{"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}]}, "id": "87a81afc-3474-49a0-828f-b3c3dda007a4", "security_groups": [{"name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}], "user_id": "b092807774fd46cd8f0592a2469fd2ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:20:31Z", "hostId": "12b52095c62ae7362ac117cd24986bbf7cb38fe0fe02f8e71fb6f3c4", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47", "name": "cloudify_ims-vm_7e6d87dd-be3d-47de-851e-62adc6186c47", "created": "2018-08-20T11:16:46Z", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:20:31,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f6872455-606c-4f5b-8df7-200126f97938 2018-08-20 11:20:31,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579183101654s 2018-08-20 11:20:31,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f6872455-606c-4f5b-8df7-200126f97938 2018-08-20 11:20:31,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:20:33,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:20:33,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:34,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7665040f-8288-466e-9859-ae209e8a015b x-compute-request-id: req-7665040f-8288-466e-9859-ae209e8a015b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 11:20:34,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7665040f-8288-466e-9859-ae209e8a015b 2018-08-20 11:20:34,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0813300609589s 2018-08-20 11:20:34,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7665040f-8288-466e-9859-ae209e8a015b 2018-08-20 11:20:34,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:20:34,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:34,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-42ea568b-21b6-441e-9b41-2e8d9212070e Date: Mon, 20 Aug 2018 11:20:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:16:38Z", "updated_at": "2018-08-20T11:16:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "08ce2aef-d078-4f6f-88f3-e0f630b6988b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:16:41Z", "revision_number": 0, "id": "2bcd2c62-44ba-4e0a-8d56-ab3286ad9ad7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:41Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:16:39Z", "revision_number": 0, "id": "2e0ee294-18cb-40bd-8f99-ac4deb3ccb6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:39Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-20T11:16:42Z", "revision_number": 0, "id": "54ec7002-d29f-44ed-8e86-c5bce0bf3ac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:42Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-20T11:16:43Z", "revision_number": 0, "id": "97d64d3a-9d9a-4c43-b582-eb87bbff222c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:43Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:40Z", "revision_number": 0, "id": "c5e97897-53a9-4f8a-92f2-f311978e6967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:40Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "cf070252-d249-4f78-987b-743704e8b4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:16:38Z", "revision_number": 0, "id": "eb521bf5-a526-4f75-9be6-a2451bf82866", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:16:38Z", "security_group_id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 8, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "77f97a37-50bd-411f-8230-038d3bc19ae4", "name": "cloudify_ims-sg_7e6d87dd-be3d-47de-851e-62adc6186c47"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:11Z", "updated_at": "2018-08-20T11:20:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "4e1a826c-eea4-4f29-84a5-fce3b235cb29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "588514de-f8e2-4eda-8d7f-1119f9eb54f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "9d6b28e0-68b4-4778-a301-532e9b685c94", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:20:15Z", "revision_number": 0, "id": "9dcf580e-67c6-4ecf-aa61-357929c3ead9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:20:15Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:15:11Z", "revision_number": 0, "id": "b8757e38-dc69-48cd-926e-282ba3da2630", "remote_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:15:11Z", "security_group_id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c"}], "revision_number": 5, "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "f7a41a3b-d81d-42b2-ad88-bb3fa65deab3", "name": "default"}]} 2018-08-20 11:20:34,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-42ea568b-21b6-441e-9b41-2e8d9212070e 2018-08-20 11:20:34,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0690650939941s 2018-08-20 11:20:34,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-42ea568b-21b6-441e-9b41-2e8d9212070e 2018-08-20 11:20:34,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 11:20:34,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/security-groups/77f97a37-50bd-411f-8230-038d3bc19ae4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:34,480 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13cb65a4-45e1-48c1-bc99-f03218aaefea Content-Length: 0 Date: Mon, 20 Aug 2018 11:20:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:20:34,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/77f97a37-50bd-411f-8230-038d3bc19ae4.json used request id req-13cb65a4-45e1-48c1-bc99-f03218aaefea 2018-08-20 11:20:34,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.387771129608s 2018-08-20 11:20:34,481 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/77f97a37-50bd-411f-8230-038d3bc19ae4.json used request id req-13cb65a4-45e1-48c1-bc99-f03218aaefea 2018-08-20 11:20:34,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 11:20:34,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:34,529 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:20:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7aed31b8-b236-4050-8a46-19767d3a041a x-compute-request-id: req-7aed31b8-b236-4050-8a46-19767d3a041a Content-Length: 0 Content-Type: application/json 2018-08-20 11:20:34,529 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47 used request id req-7aed31b8-b236-4050-8a46-19767d3a041a 2018-08-20 11:20:34,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0480439662933s 2018-08-20 11:20:34,530 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/cloudify_ims-kp_7e6d87dd-be3d-47de-851e-62adc6186c47 used request id req-7aed31b8-b236-4050-8a46-19767d3a041a 2018-08-20 11:20:34,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 11:20:34,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" -d '{"subnet_id": "b71a2554-79a2-4173-9237-e544f2ebe375"}' 2018-08-20 11:20:36,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-200f30dc-8f4d-4823-9019-7f2894075957 Date: Mon, 20 Aug 2018 11:20:36 GMT RESP BODY: {"network_id": "83393e69-30a4-45b2-b569-7ae2c84b4f43", "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "subnet_id": "b71a2554-79a2-4173-9237-e544f2ebe375", "subnet_ids": ["b71a2554-79a2-4173-9237-e544f2ebe375"], "port_id": "18f6de60-1354-4642-8743-14316a08c4b7", "id": "cf9dbd43-ee72-4f15-974a-b737d439972e"} 2018-08-20 11:20:36,126 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e/remove_router_interface.json used request id req-200f30dc-8f4d-4823-9019-7f2894075957 2018-08-20 11:20:36,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.59557294846s 2018-08-20 11:20:36,126 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e/remove_router_interface.json used request id req-200f30dc-8f4d-4823-9019-7f2894075957 returning object cf9dbd43-ee72-4f15-974a-b737d439972e 2018-08-20 11:20:36,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 11:20:36,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:36,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-cbd7a73f-ae68-4a34-84ef-10bcb1954920 Date: Mon, 20 Aug 2018 11:20:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "created_at": "2018-08-20T11:15:13Z", "admin_state_up": true, "updated_at": "2018-08-20T11:20:35Z", "revision_number": 4, "routes": [], "project_id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "cf9dbd43-ee72-4f15-974a-b737d439972e", "name": "cloudify_ims-router_7e6d87dd-be3d-47de-851e-62adc6186c47"}]} 2018-08-20 11:20:36,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-cbd7a73f-ae68-4a34-84ef-10bcb1954920 2018-08-20 11:20:36,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.309636831284s 2018-08-20 11:20:36,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-cbd7a73f-ae68-4a34-84ef-10bcb1954920 2018-08-20 11:20:36,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 11:20:36,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:37,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e2d0c20-9374-4e5f-ab1b-080bd8e44c6a Content-Length: 0 Date: Mon, 20 Aug 2018 11:20:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:20:37,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e.json used request id req-2e2d0c20-9374-4e5f-ab1b-080bd8e44c6a 2018-08-20 11:20:37,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26583600044s 2018-08-20 11:20:37,704 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/cf9dbd43-ee72-4f15-974a-b737d439972e.json used request id req-2e2d0c20-9374-4e5f-ab1b-080bd8e44c6a 2018-08-20 11:20:37,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 11:20:37,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:37,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-26fab1f3-3048-4e7c-b0c3-87a3f0ae1e2e Date: Mon, 20 Aug 2018 11:20:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:15:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"b71a2554-79a2-4173-9237-e544f2ebe375","subnetpool_id":null,"name":"cloudify_ims-subnet_7e6d87dd-be3d-47de-851e-62adc6186c47"}]} 2018-08-20 11:20:37,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-26fab1f3-3048-4e7c-b0c3-87a3f0ae1e2e 2018-08-20 11:20:37,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0484879016876s 2018-08-20 11:20:37,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-26fab1f3-3048-4e7c-b0c3-87a3f0ae1e2e 2018-08-20 11:20:37,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 11:20:37,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/b71a2554-79a2-4173-9237-e544f2ebe375.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:40,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fad82bb1-d80d-4272-bb8b-b77ea634f7b0 Date: Mon, 20 Aug 2018 11:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:20:40,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/b71a2554-79a2-4173-9237-e544f2ebe375.json used request id req-fad82bb1-d80d-4272-bb8b-b77ea634f7b0 2018-08-20 11:20:40,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.49547195435s 2018-08-20 11:20:40,251 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/b71a2554-79a2-4173-9237-e544f2ebe375.json used request id req-fad82bb1-d80d-4272-bb8b-b77ea634f7b0 2018-08-20 11:20:40,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:20:40,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:40,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-2e3492f7-3f65-480c-a446-eab462766f38 Date: Mon, 20 Aug 2018 11:20: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":[],"updated_at":"2018-08-20T11:20:39Z","tenant_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","created_at":"2018-08-20T11:15:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e8c1648629ea4504a7f8b3e6d4a2a65c","id":"83393e69-30a4-45b2-b569-7ae2c84b4f43","name":"cloudify_ims-net_7e6d87dd-be3d-47de-851e-62adc6186c47"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"}]} 2018-08-20 11:20:40,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-2e3492f7-3f65-480c-a446-eab462766f38 2018-08-20 11:20:40,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128829956055s 2018-08-20 11:20:40,380 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-2e3492f7-3f65-480c-a446-eab462766f38 2018-08-20 11:20:40,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 11:20:40,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/83393e69-30a4-45b2-b569-7ae2c84b4f43.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:42,364 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c593c9c6-6003-484c-9b0f-e612feb8fcbe Date: Mon, 20 Aug 2018 11:20:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 11:20:42,365 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/83393e69-30a4-45b2-b569-7ae2c84b4f43.json used request id req-c593c9c6-6003-484c-9b0f-e612feb8fcbe 2018-08-20 11:20:42,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.98309898376s 2018-08-20 11:20:42,365 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/83393e69-30a4-45b2-b569-7ae2c84b4f43.json used request id req-c593c9c6-6003-484c-9b0f-e612feb8fcbe 2018-08-20 11:20:42,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:20:42,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:42,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-24693e77-d907-46e3-b23e-9f9a7a1bd2c7 Date: Mon, 20 Aug 2018 11:20:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "metadata": {}}], "file": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99/file", "owner": "e8c1648629ea4504a7f8b3e6d4a2a65c", "id": "990118f0-5d34-426b-8f80-e4b279630e99", "size": 4373348352, "self": "/v2/images/990118f0-5d34-426b-8f80-e4b279630e99", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/990118f0-5d34-426b-8f80-e4b279630e99/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:16:37Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_7e6d87dd-be3d-47de-851e-62adc6186c47", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:15:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:20:42,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-24693e77-d907-46e3-b23e-9f9a7a1bd2c7 2018-08-20 11:20:42,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.602552890778s 2018-08-20 11:20:42,972 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-24693e77-d907-46e3-b23e-9f9a7a1bd2c7 2018-08-20 11:20:42,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 11:20:42,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/990118f0-5d34-426b-8f80-e4b279630e99 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4932b5b747643e9b3f843914746cd73fb3f4fb41" 2018-08-20 11:20:44,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-84b92b53-a755-4788-94d0-7240873100fc Date: Mon, 20 Aug 2018 11:20:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:20:44,343 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/990118f0-5d34-426b-8f80-e4b279630e99 used request id req-84b92b53-a755-4788-94d0-7240873100fc 2018-08-20 11:20:44,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.36934900284s 2018-08-20 11:20:44,344 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/990118f0-5d34-426b-8f80-e4b279630e99 used request id req-84b92b53-a755-4788-94d0-7240873100fc 2018-08-20 11:20:44,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:20:44,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:44,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20: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-a3e6eaa8-db49-4bf3-8c10-001a3fbf4974 x-compute-request-id: req-a3e6eaa8-db49-4bf3-8c10-001a3fbf4974 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "9c9fd5dc-1397-4831-a459-38dbb6a7609f"}]} 2018-08-20 11:20:44,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-a3e6eaa8-db49-4bf3-8c10-001a3fbf4974 2018-08-20 11:20:44,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0349848270416s 2018-08-20 11:20:44,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-a3e6eaa8-db49-4bf3-8c10-001a3fbf4974 2018-08-20 11:20:44,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 11:20:44,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:44,420 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:20: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-06cc70dd-9dc3-4ff8-8d68-1ccee50bc0b3 x-compute-request-id: req-06cc70dd-9dc3-4ff8-8d68-1ccee50bc0b3 Content-Length: 0 Content-Type: application/json 2018-08-20 11:20:44,420 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f used request id req-06cc70dd-9dc3-4ff8-8d68-1ccee50bc0b3 2018-08-20 11:20:44,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0388491153717s 2018-08-20 11:20:44,420 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/9c9fd5dc-1397-4831-a459-38dbb6a7609f used request id req-06cc70dd-9dc3-4ff8-8d68-1ccee50bc0b3 2018-08-20 11:20:44,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:20:44,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:44,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f92dec-8fb2-4dd3-ba14-7c5007ee0d98 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": {"self": "http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b092807774fd46cd8f0592a2469fd2ca", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:20:44,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-37f92dec-8fb2-4dd3-ba14-7c5007ee0d98 2018-08-20 11:20:44,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128446102142s 2018-08-20 11:20:44,550 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-37f92dec-8fb2-4dd3-ba14-7c5007ee0d98 2018-08-20 11:20:44,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:20:44,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:44,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79fbadb5-2a4c-4e91-8107-5fc50e7c4b88 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_7e6d87dd-be3d-47de-851e-62adc6186c47", "links": {"self": "http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b092807774fd46cd8f0592a2469fd2ca", "description": null}} 2018-08-20 11:20:44,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca used request id req-79fbadb5-2a4c-4e91-8107-5fc50e7c4b88 2018-08-20 11:20:44,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119025945663s 2018-08-20 11:20:44,675 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca used request id req-79fbadb5-2a4c-4e91-8107-5fc50e7c4b88 2018-08-20 11:20:44,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 11:20:44,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:44,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:20:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd8deebc-68f1-490c-8469-e6fce546c4eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:20:44,938 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca used request id req-dd8deebc-68f1-490c-8469-e6fce546c4eb 2018-08-20 11:20:44,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.26243519783s 2018-08-20 11:20:44,939 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/b092807774fd46cd8f0592a2469fd2ca used request id req-dd8deebc-68f1-490c-8469-e6fce546c4eb 2018-08-20 11:20:44,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:20:44,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:45,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17583383-116b-43ba-8635-108ccd455763 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c"}, "tags": [], "enabled": true, "id": "e8c1648629ea4504a7f8b3e6d4a2a65c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_7e6d87dd-be3d-47de-851e-62adc6186c47"}]} 2018-08-20 11:20:45,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-17583383-116b-43ba-8635-108ccd455763 2018-08-20 11:20:45,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0994381904602s 2018-08-20 11:20:45,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-17583383-116b-43ba-8635-108ccd455763 2018-08-20 11:20:45,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 11:20:45,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:45,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:20:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d53964e4-d777-4b84-8bb2-fd553e9e7f4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:20:45,242 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c used request id req-d53964e4-d777-4b84-8bb2-fd553e9e7f4b 2018-08-20 11:20:45,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.191993951797s 2018-08-20 11:20:45,242 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/e8c1648629ea4504a7f8b3e6d4a2a65c used request id req-d53964e4-d777-4b84-8bb2-fd553e9e7f4b 2018-08-20 11:20:45,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:20:45,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:45,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7de035b-9d3b-4a90-ac38-724256881f21 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7e684b4d1e664949b40c2dffab7c11fa", "links": {"self": "http://172.30.9.36:5000/v3/roles/7e684b4d1e664949b40c2dffab7c11fa"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:20:45,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b7de035b-9d3b-4a90-ac38-724256881f21 2018-08-20 11:20:45,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0969269275665s 2018-08-20 11:20:45,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b7de035b-9d3b-4a90-ac38-724256881f21 2018-08-20 11:20:45,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 11:20:45,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/7e684b4d1e664949b40c2dffab7c11fa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25798b4395aff0f423cab8154137d2731f08020" 2018-08-20 11:20:45,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:20:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0226e720-dd3d-4a02-938f-dfde89e84f25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:20:45,468 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/7e684b4d1e664949b40c2dffab7c11fa used request id req-0226e720-dd3d-4a02-938f-dfde89e84f25 2018-08-20 11:20:45,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.120788097382s 2018-08-20 11:20:45,469 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/7e684b4d1e664949b40c2dffab7c11fa used request id req-0226e720-dd3d-4a02-938f-dfde89e84f25 2018-08-20 11:20:45,469 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-20 11:20:45,497 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-20 11:20:45,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:20:45,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:20:45,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:20:45,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:20:45,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:20:45,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:20:45,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:20:45,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:20:45,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:20:45,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:20:45,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:20:45,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:20:45,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:20:45,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0155a47-ff7c-49fc-8eb4-6455df0729cb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:20:45,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-d0155a47-ff7c-49fc-8eb4-6455df0729cb 2018-08-20 11:20:45,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:20:45,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["P0QR-r4zTBiH6JWLluNVbA"], "issued_at": "2018-08-20T11:20:45.000000Z"}} 2018-08-20 11:20:45,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:20:45,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:46,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b291ec2d-3805-4117-ba8c-7bf21e9ed787 Date: Mon, 20 Aug 2018 11:20:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:20:46,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b291ec2d-3805-4117-ba8c-7bf21e9ed787 2018-08-20 11:20:46,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281418085098s 2018-08-20 11:20:46,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b291ec2d-3805-4117-ba8c-7bf21e9ed787 2018-08-20 11:20:46,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:20:46,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:20:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:20:46,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:20:46,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:46,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09acd289-3dfd-43ea-b7ab-25e5f2792820 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 11:20:46,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-09acd289-3dfd-43ea-b7ab-25e5f2792820 2018-08-20 11:20:46,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0990540981293s 2018-08-20 11:20:46,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-09acd289-3dfd-43ea-b7ab-25e5f2792820 2018-08-20 11:20:46,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 11:20:46,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934"}}' 2018-08-20 11:20:46,517 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb756974-154e-4af6-9829-b737d3a4c018 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2"}, "tags": [], "enabled": true, "id": "f50bdcedee9341f0850816401064a6f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934"}} 2018-08-20 11:20:46,517 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-eb756974-154e-4af6-9829-b737d3a4c018 2018-08-20 11:20:46,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.166365146637s 2018-08-20 11:20:46,517 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-eb756974-154e-4af6-9829-b737d3a4c018 2018-08-20 11:20:46,518 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: heat_ims', u'tags': [], 'enabled': True, 'id': u'f50bdcedee9341f0850816401064a6f2', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934'}) 2018-08-20 11:20:46,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 11:20:46,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "eae7c8d6-aa74-4490-81a8-d54844c3fc61", "email": null, "name": "heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934"}}' 2018-08-20 11:20:46,900 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47c3973b-1e72-4c3e-a9d7-62d50f7206a7 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": {"self": "http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "529e891f0be440be97352507284fdd18", "domain_id": "default", "password_expires_at": null}} 2018-08-20 11:20:46,900 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-47c3973b-1e72-4c3e-a9d7-62d50f7206a7 2018-08-20 11:20:46,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.375679969788s 2018-08-20 11:20:46,901 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-47c3973b-1e72-4c3e-a9d7-62d50f7206a7 2018-08-20 11:20:46,901 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'529e891f0be440be97352507284fdd18', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934'}) 2018-08-20 11:20:46,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:20:46,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:46,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2227271a-4138-4fc2-80a6-a926f2c2bf18 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:20:47,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2227271a-4138-4fc2-80a6-a926f2c2bf18 2018-08-20 11:20:47,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0944797992706s 2018-08-20 11:20:47,000 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-2227271a-4138-4fc2-80a6-a926f2c2bf18 2018-08-20 11:20:47,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:20:47,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:47,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-317867ef-8d96-416b-8434-6af84f4e7a27 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:20:47,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-317867ef-8d96-416b-8434-6af84f4e7a27 2018-08-20 11:20:47,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105540037155s 2018-08-20 11:20:47,110 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-317867ef-8d96-416b-8434-6af84f4e7a27 2018-08-20 11:20:47,112 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 11:20:47,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 11:20:47,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" -d '{"role": {"name": "Member"}}' 2018-08-20 11:20:47,241 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1180c6ea-6bb9-4401-b84a-2b59d8b9f2c3 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8ff1eb724aeb45da8e4da890a0e9d42b", "links": {"self": "http://172.30.9.36:5000/v3/roles/8ff1eb724aeb45da8e4da890a0e9d42b"}, "name": "Member"}} 2018-08-20 11:20:47,241 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-1180c6ea-6bb9-4401-b84a-2b59d8b9f2c3 2018-08-20 11:20:47,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.126157045364s 2018-08-20 11:20:47,242 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-1180c6ea-6bb9-4401-b84a-2b59d8b9f2c3 2018-08-20 11:20:47,242 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'8ff1eb724aeb45da8e4da890a0e9d42b'}) 2018-08-20 11:20:47,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:20:47,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:47,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c47031c-c091-47c1-97e5-97526ece62dc Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8ff1eb724aeb45da8e4da890a0e9d42b", "links": {"self": "http://172.30.9.36:5000/v3/roles/8ff1eb724aeb45da8e4da890a0e9d42b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:20:47,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0c47031c-c091-47c1-97e5-97526ece62dc 2018-08-20 11:20:47,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100196123123s 2018-08-20 11:20:47,346 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-0c47031c-c091-47c1-97e5-97526ece62dc 2018-08-20 11:20:47,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:20:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:47,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c08690df-6d38-4ad2-92d0-9218bd23dd81 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 11:20:47,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-c08690df-6d38-4ad2-92d0-9218bd23dd81 2018-08-20 11:20:47,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.099828004837s 2018-08-20 11:20:47,451 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-c08690df-6d38-4ad2-92d0-9218bd23dd81 2018-08-20 11:20:47,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:20:47,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:47,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbedde2c-a8a8-4597-ac8e-575bd1ddea02 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": {"self": "http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "529e891f0be440be97352507284fdd18", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:20:47,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-bbedde2c-a8a8-4597-ac8e-575bd1ddea02 2018-08-20 11:20:47,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11682677269s 2018-08-20 11:20:47,569 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-bbedde2c-a8a8-4597-ac8e-575bd1ddea02 2018-08-20 11:20:47,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:20:47,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:47,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5c01318-410f-4b62-915f-c1bf0806cbd1 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2"}, "tags": [], "enabled": true, "id": "f50bdcedee9341f0850816401064a6f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934"}]} 2018-08-20 11:20:47,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-b5c01318-410f-4b62-915f-c1bf0806cbd1 2018-08-20 11:20:47,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0984680652618s 2018-08-20 11:20:47,679 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-b5c01318-410f-4b62-915f-c1bf0806cbd1 2018-08-20 11:20:47,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 11:20:47,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=529e891f0be440be97352507284fdd18&role.id=8ff1eb724aeb45da8e4da890a0e9d42b&scope.project.id=f50bdcedee9341f0850816401064a6f2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:47,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a6dcff8-bc59-4c5e-afa4-5d459e2a158b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=529e891f0be440be97352507284fdd18&role.id=8ff1eb724aeb45da8e4da890a0e9d42b&scope.project.id=f50bdcedee9341f0850816401064a6f2", "previous": null, "next": null}} 2018-08-20 11:20:47,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=529e891f0be440be97352507284fdd18&role.id=8ff1eb724aeb45da8e4da890a0e9d42b&scope.project.id=f50bdcedee9341f0850816401064a6f2 used request id req-9a6dcff8-bc59-4c5e-afa4-5d459e2a158b 2018-08-20 11:20:47,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0986089706421s 2018-08-20 11:20:47,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=529e891f0be440be97352507284fdd18&role.id=8ff1eb724aeb45da8e4da890a0e9d42b&scope.project.id=f50bdcedee9341f0850816401064a6f2 used request id req-9a6dcff8-bc59-4c5e-afa4-5d459e2a158b 2018-08-20 11:20:47,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 11:20:47,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2/users/529e891f0be440be97352507284fdd18/roles/8ff1eb724aeb45da8e4da890a0e9d42b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:47,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59803473-44e3-41e2-aa5e-c3cd122a1360 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:20:47,928 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2/users/529e891f0be440be97352507284fdd18/roles/8ff1eb724aeb45da8e4da890a0e9d42b used request id req-59803473-44e3-41e2-aa5e-c3cd122a1360 2018-08-20 11:20:47,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.138406038284s 2018-08-20 11:20:47,928 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2/users/529e891f0be440be97352507284fdd18/roles/8ff1eb724aeb45da8e4da890a0e9d42b used request id req-59803473-44e3-41e2-aa5e-c3cd122a1360 2018-08-20 11:20:47,929 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'f50bdcedee9341f0850816401064a6f2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'eae7c8d6-aa74-4490-81a8-d54844c3fc61', 'username': u'heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 11:20:47,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:20:47,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:20:47,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:20:47,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:20:47,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:20:47,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:20:47,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:20:47,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:20:47,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:20:47,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:20:47,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:20:47,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:20:47,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:20:47,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:20:47,935 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934', 'password': 'eae7c8d6-aa74-4490-81a8-d54844c3fc61', 'project_name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': 'f50bdcedee9341f0850816401064a6f2', 'project_domain_name': 'Default'} 2018-08-20 11:20:47,967 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/heat_vims/clearwater.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}, 'parameters': {u'vellum_cluster_size': 1, u'zone': u'clearwater.opnfv', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'dn_range_length': u'1000', u'dime_cluster_size': 1, u'dn_range_start': u'6505550000', u'bono_cluster_size': 1, u'homer_cluster_size': 1, u'sprout_cluster_size': 1}} 2018-08-20 11:20:47,967 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-20 11:20:47,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:20:47,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:48,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e936d12-40ba-4b4b-a27f-0e6226dabebd Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2"}, "tags": [], "enabled": true, "id": "f50bdcedee9341f0850816401064a6f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934"}]} 2018-08-20 11:20:48,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-9e936d12-40ba-4b4b-a27f-0e6226dabebd 2018-08-20 11:20:48,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101884841919s 2018-08-20 11:20:48,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-9e936d12-40ba-4b4b-a27f-0e6226dabebd 2018-08-20 11:20:48,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-20 11:20:48,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/quotas/f50bdcedee9341f0850816401064a6f2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-20 11:20:48,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-45672fe1-be00-4812-8e74-dbb2e353d9e4 Date: Mon, 20 Aug 2018 11:20:48 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-08-20 11:20:48,334 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/quotas/f50bdcedee9341f0850816401064a6f2.json used request id req-45672fe1-be00-4812-8e74-dbb2e353d9e4 2018-08-20 11:20:48,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.256906032562s 2018-08-20 11:20:48,335 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/quotas/f50bdcedee9341f0850816401064a6f2.json used request id req-45672fe1-be00-4812-8e74-dbb2e353d9e4 2018-08-20 11:20:48,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:20:48,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:48,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24d8c67-88f1-41c0-be04-ceb581188f7b Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8ff1eb724aeb45da8e4da890a0e9d42b", "links": {"self": "http://172.30.9.36:5000/v3/roles/8ff1eb724aeb45da8e4da890a0e9d42b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:20:48,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a24d8c67-88f1-41c0-be04-ceb581188f7b 2018-08-20 11:20:48,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103548049927s 2018-08-20 11:20:48,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a24d8c67-88f1-41c0-be04-ceb581188f7b 2018-08-20 11:20:48,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 11:20:48,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-20 11:20:48,564 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:20:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46e22d58-f0db-4521-b1eb-e0ef35bd2e97 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e606acdae375446893db713e445438f0", "links": {"self": "http://172.30.9.36:5000/v3/roles/e606acdae375446893db713e445438f0"}, "name": "heat_stack_owner"}} 2018-08-20 11:20:48,564 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-46e22d58-f0db-4521-b1eb-e0ef35bd2e97 2018-08-20 11:20:48,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.117790937424s 2018-08-20 11:20:48,565 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-46e22d58-f0db-4521-b1eb-e0ef35bd2e97 2018-08-20 11:20:48,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:20:48,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:48,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5447e640-7c0f-440a-8684-351dd8fba96f Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8ff1eb724aeb45da8e4da890a0e9d42b", "links": {"self": "http://172.30.9.36:5000/v3/roles/8ff1eb724aeb45da8e4da890a0e9d42b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e606acdae375446893db713e445438f0", "links": {"self": "http://172.30.9.36:5000/v3/roles/e606acdae375446893db713e445438f0"}, "name": "heat_stack_owner"}]} 2018-08-20 11:20:48,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5447e640-7c0f-440a-8684-351dd8fba96f 2018-08-20 11:20:48,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0943179130554s 2018-08-20 11:20:48,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-5447e640-7c0f-440a-8684-351dd8fba96f 2018-08-20 11:20:48,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:20:48,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:48,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6771949-79b1-4143-afbc-a2d574c253b8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 11:20:48,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-a6771949-79b1-4143-afbc-a2d574c253b8 2018-08-20 11:20:48,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.121474981308s 2018-08-20 11:20:48,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-a6771949-79b1-4143-afbc-a2d574c253b8 2018-08-20 11:20:48,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:20:48,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:48,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8372df33-e849-48f7-9aa3-094e49b217d2 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": {"self": "http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "529e891f0be440be97352507284fdd18", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:20:48,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-8372df33-e849-48f7-9aa3-094e49b217d2 2018-08-20 11:20:48,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110395908356s 2018-08-20 11:20:48,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-8372df33-e849-48f7-9aa3-094e49b217d2 2018-08-20 11:20:48,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:20:48,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:49,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e08dfa-d2d8-4edd-b68d-9d7e98fc8e5a Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2"}, "tags": [], "enabled": true, "id": "f50bdcedee9341f0850816401064a6f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934"}]} 2018-08-20 11:20:49,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-88e08dfa-d2d8-4edd-b68d-9d7e98fc8e5a 2018-08-20 11:20:49,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0957670211792s 2018-08-20 11:20:49,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-88e08dfa-d2d8-4edd-b68d-9d7e98fc8e5a 2018-08-20 11:20:49,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 11:20:49,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=529e891f0be440be97352507284fdd18&role.id=e606acdae375446893db713e445438f0&scope.project.id=f50bdcedee9341f0850816401064a6f2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:49,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72f4d5f8-c228-41c8-a79b-e8f69174a874 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=529e891f0be440be97352507284fdd18&role.id=e606acdae375446893db713e445438f0&scope.project.id=f50bdcedee9341f0850816401064a6f2", "previous": null, "next": null}} 2018-08-20 11:20:49,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=529e891f0be440be97352507284fdd18&role.id=e606acdae375446893db713e445438f0&scope.project.id=f50bdcedee9341f0850816401064a6f2 used request id req-72f4d5f8-c228-41c8-a79b-e8f69174a874 2018-08-20 11:20:49,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0978531837463s 2018-08-20 11:20:49,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=529e891f0be440be97352507284fdd18&role.id=e606acdae375446893db713e445438f0&scope.project.id=f50bdcedee9341f0850816401064a6f2 used request id req-72f4d5f8-c228-41c8-a79b-e8f69174a874 2018-08-20 11:20:49,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 11:20:49,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2/users/529e891f0be440be97352507284fdd18/roles/e606acdae375446893db713e445438f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:20:49,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:20:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0db861b8-9f92-4b74-a443-540b1dd88648 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:20:49,358 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2/users/529e891f0be440be97352507284fdd18/roles/e606acdae375446893db713e445438f0 used request id req-0db861b8-9f92-4b74-a443-540b1dd88648 2018-08-20 11:20:49,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.239708900452s 2018-08-20 11:20:49,359 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2/users/529e891f0be440be97352507284fdd18/roles/e606acdae375446893db713e445438f0 used request id req-0db861b8-9f92-4b74-a443-540b1dd88648 2018-08-20 11:20:49,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 11:20:49,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:20:49,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-440a6d11-a438-4af4-85ff-46de7ec429ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:20:49,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-440a6d11-a438-4af4-85ff-46de7ec429ea 2018-08-20 11:20:49,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:20:49,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ff1eb724aeb45da8e4da890a0e9d42b", "name": "Member"}, {"id": "e606acdae375446893db713e445438f0", "name": "heat_stack_owner"}], "expires_at": "2018-08-20T12:20:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f50bdcedee9341f0850816401064a6f2", "name": "heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f50bdcedee9341f0850816401064a6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f50bdcedee9341f0850816401064a6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f50bdcedee9341f0850816401064a6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f50bdcedee9341f0850816401064a6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f50bdcedee9341f0850816401064a6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f50bdcedee9341f0850816401064a6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f50bdcedee9341f0850816401064a6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f50bdcedee9341f0850816401064a6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f50bdcedee9341f0850816401064a6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f50bdcedee9341f0850816401064a6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f50bdcedee9341f0850816401064a6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f50bdcedee9341f0850816401064a6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934", "id": "529e891f0be440be97352507284fdd18"}, "audit_ids": ["b83QJEOkQNyiVwHiGOy7CA"], "issued_at": "2018-08-20T11:20:49.000000Z"}} 2018-08-20 11:20:49,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"keypair": {"name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934"}}' 2018-08-20 11:20:50,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-73a2ed2c-1141-4f41-8e8f-0cd1d4f809aa x-compute-request-id: req-73a2ed2c-1141-4f41-8e8f-0cd1d4f809aa Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIZ/co95+tDbD6lkLNEQ4bFwdtR07AWXbioB9RUs0mgD063l2fPNhHEu19Y1Mw6vZqbkkZ2N8q8PZwhxiqtCYHR/Ks6NFuy5jGdcWGadE2mYMuPNyEqX4iNGefD50wEkCc8zBXrMIWlkTTl3Q67RUGq5dd+zSR+1ZU/jKUpemTCIfE1mJPHaxHHDuQ6gRatCR7620bcYKbv0e+9tuZWkH1+74pw/Ymgs4UQ1ka+2b1/hAFP7Pw6nmniwHienMKo/3Pe4MHWeIYbEJxYWeViayRpdNIHwkEYMBpPukA39RJl/TREojMZpw+U+H84Vyb7hOnSwA0VcBGpO3InK0SvFOx Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyGf3KPefrQ2w+pZCzREOGxcHbUdOwFl24qAfUVLNJoA9Ot5d\nnzzYRxLtfWNTMOr2am5JGdjfKvD2cIcYqrQmB0fyrOjRbsuYxnXFhmnRNpmDLjzc\nhKl+IjRnnw+dMBJAnPMwV6zCFpZE05d0Ou0VBquXXfs0kftWVP4ylKXpkwiHxNZi\nTx2sRxw7kOoEWrQke+ttG3GCm79HvvbbmVpB9fu+KcP2JoLOFENZGvtm9f4QBT+z\n8Op5p4sB4npzCqP9z3uDB1niGGxCcWFnlYmskaXTSB8JBGDAaT7pAN/USZf00RKI\nzGacPlPh/OFcm+4Tp0sANFXARqTtyJytErxTsQIDAQABAoIBAAzAYL+gke5m8p3f\nNbzqmuUqX/SaFu6yQphE6/k2tYr/meXHBFn/ext6ntXdngt8x9UZ01jrrbeDwYqD\nbhRehhTshQpvffP4zG3ETJ8y2HcK6Yflo3pldnsirn02dx/56VaTOr45ZdgeE58L\nAgBF2ZKlFGqMc1neji22Ru2iaOxL/8Z44D/3XlyIKzNlNJ4+ZI07r+ZCR7iIjqy1\nQr6V6VkxC+RwknMMN8dUHyP5HqKNDCPuWmF2K8TaG/00KeXCnFuCNUUFBjMKrfTR\noySQfIAHjVVPKv3CunsAFRymdbV3sXbQAPZEy73TTUAzn7twFFpRKxQjSRO4O4UV\nIS8K2oECgYEA8OWfVRhD4Qr9EweLM+TSNDAek8tqn0JTOLrKV8Hw+ux84AE4UAyM\ndQCxxjWpgJznv5UoRV7kXRH522Ip5881Xj4j8jKQ5VzXiw6WRtH2S2xDDrORd8md\nytd0YHANKoouB6ErNeqrcDdhnhDzmMYRWd5z4135DgQWWkd3HDLMsrkCgYEA1Ph3\n1giV4B0l7YFdVxAoPmiENx8GpM2t6xYan1qf61/Jc9xkbUbcBZzYRG6yXnLkDdR/\nKdLxClmIv+XYhLq5wi9T1aLq7Eajgv0ntTHbQ6WRGIKYmWYe6HLQydc0AcllU45a\n/38HiqdbqzYodW95SQvolbJ8ymLkFDjJ1OKijLkCgYBPkonfAfTqEUcnUgaZTaxh\nsMNo7nh5wt7ajljoRBflytg05jJDvuFmhKQ0ZOVopmumzQ5QW9fzJkzyOqq896UZ\nTE1zY2CZYuGP/XGGUzSYFVrRMF+MwfxtVF4MvPacZqhtvL8ZQDsBBkoofFD61fJF\nTUXahOAP0SnRCGo/1kfngQKBgDr3uSaYJfdx2qiSYyfSH3J4OfORMaO8F2W6LxDk\nZNclJIBiC6R+NDmRnggEpnqkUSTLK5KHB5qYA9cuau8FTJ3JwOqsO2PEg02njrEK\n5u0qEKy6rEn9Dp3J/KmGXq4H93hVODj6ETqA8E7NphIuFWT2WSXpz8ex7fjzaF77\niYpxAoGBAKz9TQEb2I0FewktA/7P/+6999SLIScFQ5SASAqvuu/wSJF1IYayAQlX\nDw3oajRrEmnJP4kwVVsXEW2DDqMJ7TPF34ITcZa/buRE7gb1Rc+72wTgegx6q8Yp\nLCs8pB4AgSawK9lZAkEUu+Nu61ARPsD9zkChHXrQCzaQcs6q/cm/\n-----END RSA PRIVATE KEY-----\n", "user_id": "529e891f0be440be97352507284fdd18", "name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "fingerprint": "2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b"}} 2018-08-20 11:20:50,111 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-73a2ed2c-1141-4f41-8e8f-0cd1d4f809aa 2018-08-20 11:20:50,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.751014947891s 2018-08-20 11:20:50,111 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-73a2ed2c-1141-4f41-8e8f-0cd1d4f809aa 2018-08-20 11:20:50,112 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIZ/co95+tDbD6lkLNEQ4bFwdtR07AWXbioB9RUs0mgD063l2fPNhHEu19Y1Mw6vZqbkkZ2N8q8PZwhxiqtCYHR/Ks6NFuy5jGdcWGadE2mYMuPNyEqX4iNGefD50wEkCc8zBXrMIWlkTTl3Q67RUGq5dd+zSR+1ZU/jKUpemTCIfE1mJPHaxHHDuQ6gRatCR7620bcYKbv0e+9tuZWkH1+74pw/Ymgs4UQ1ka+2b1/hAFP7Pw6nmniwHienMKo/3Pe4MHWeIYbEJxYWeViayRpdNIHwkEYMBpPukA39RJl/TREojMZpw+U+H84Vyb7hOnSwA0VcBGpO3InK0SvFOx Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyGf3KPefrQ2w+pZCzREOGxcHbUdOwFl24qAfUVLNJoA9Ot5d\nnzzYRxLtfWNTMOr2am5JGdjfKvD2cIcYqrQmB0fyrOjRbsuYxnXFhmnRNpmDLjzc\nhKl+IjRnnw+dMBJAnPMwV6zCFpZE05d0Ou0VBquXXfs0kftWVP4ylKXpkwiHxNZi\nTx2sRxw7kOoEWrQke+ttG3GCm79HvvbbmVpB9fu+KcP2JoLOFENZGvtm9f4QBT+z\n8Op5p4sB4npzCqP9z3uDB1niGGxCcWFnlYmskaXTSB8JBGDAaT7pAN/USZf00RKI\nzGacPlPh/OFcm+4Tp0sANFXARqTtyJytErxTsQIDAQABAoIBAAzAYL+gke5m8p3f\nNbzqmuUqX/SaFu6yQphE6/k2tYr/meXHBFn/ext6ntXdngt8x9UZ01jrrbeDwYqD\nbhRehhTshQpvffP4zG3ETJ8y2HcK6Yflo3pldnsirn02dx/56VaTOr45ZdgeE58L\nAgBF2ZKlFGqMc1neji22Ru2iaOxL/8Z44D/3XlyIKzNlNJ4+ZI07r+ZCR7iIjqy1\nQr6V6VkxC+RwknMMN8dUHyP5HqKNDCPuWmF2K8TaG/00KeXCnFuCNUUFBjMKrfTR\noySQfIAHjVVPKv3CunsAFRymdbV3sXbQAPZEy73TTUAzn7twFFpRKxQjSRO4O4UV\nIS8K2oECgYEA8OWfVRhD4Qr9EweLM+TSNDAek8tqn0JTOLrKV8Hw+ux84AE4UAyM\ndQCxxjWpgJznv5UoRV7kXRH522Ip5881Xj4j8jKQ5VzXiw6WRtH2S2xDDrORd8md\nytd0YHANKoouB6ErNeqrcDdhnhDzmMYRWd5z4135DgQWWkd3HDLMsrkCgYEA1Ph3\n1giV4B0l7YFdVxAoPmiENx8GpM2t6xYan1qf61/Jc9xkbUbcBZzYRG6yXnLkDdR/\nKdLxClmIv+XYhLq5wi9T1aLq7Eajgv0ntTHbQ6WRGIKYmWYe6HLQydc0AcllU45a\n/38HiqdbqzYodW95SQvolbJ8ymLkFDjJ1OKijLkCgYBPkonfAfTqEUcnUgaZTaxh\nsMNo7nh5wt7ajljoRBflytg05jJDvuFmhKQ0ZOVopmumzQ5QW9fzJkzyOqq896UZ\nTE1zY2CZYuGP/XGGUzSYFVrRMF+MwfxtVF4MvPacZqhtvL8ZQDsBBkoofFD61fJF\nTUXahOAP0SnRCGo/1kfngQKBgDr3uSaYJfdx2qiSYyfSH3J4OfORMaO8F2W6LxDk\nZNclJIBiC6R+NDmRnggEpnqkUSTLK5KHB5qYA9cuau8FTJ3JwOqsO2PEg02njrEK\n5u0qEKy6rEn9Dp3J/KmGXq4H93hVODj6ETqA8E7NphIuFWT2WSXpz8ex7fjzaF77\niYpxAoGBAKz9TQEb2I0FewktA/7P/+6999SLIScFQ5SASAqvuu/wSJF1IYayAQlX\nDw3oajRrEmnJP4kwVVsXEW2DDqMJ7TPF34ITcZa/buRE7gb1Rc+72wTgegx6q8Yp\nLCs8pB4AgSawK9lZAkEUu+Nu61ARPsD9zkChHXrQCzaQcs6q/cm/\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'529e891f0be440be97352507284fdd18', 'name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'created_at': '2018-08-20T11:20:50.112500', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b', 'type': 'ssh', 'id': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934'}) 2018-08-20 11:20:50,113 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-20 11:20:52,157 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-20 11:20:52,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:20:52,163 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 11:20:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 11:20:52,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:20:52,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:20:52,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1248fc16-3ae0-4832-9678-c0f9e22fcb1b Date: Mon, 20 Aug 2018 11:20:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:20:52,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1248fc16-3ae0-4832-9678-c0f9e22fcb1b 2018-08-20 11:20:52,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.80028796196s 2018-08-20 11:20:52,966 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1248fc16-3ae0-4832-9678-c0f9e22fcb1b 2018-08-20 11:20:52,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 11:20:52,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934"}' 2018-08-20 11:20:53,203 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9fe2c8f3-7f03-45dc-adcc-2a386af76287 Date: Mon, 20 Aug 2018 11:20:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": null, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:53Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": null, "created_at": "2018-08-20T11:20:53Z", "protected": false} 2018-08-20 11:20:53,203 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-9fe2c8f3-7f03-45dc-adcc-2a386af76287 2018-08-20 11:20:53,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.227697134018s 2018-08-20 11:20:53,203 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-9fe2c8f3-7f03-45dc-adcc-2a386af76287 returning object 79ec1c11-cd5b-43ff-b582-766cae6dc559 2018-08-20 11:20:53,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 11:20:53,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '' 2018-08-20 11:20:57,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b7d92f3-c1c0-467e-a5e6-569fc7c0d8ce Date: Mon, 20 Aug 2018 11:20:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:20:57,223 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file used request id req-7b7d92f3-c1c0-467e-a5e6-569fc7c0d8ce 2018-08-20 11:20:57,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.01959705353s 2018-08-20 11:20:57,224 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file used request id req-7b7d92f3-c1c0-467e-a5e6-569fc7c0d8ce 2018-08-20 11:20:57,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:20:57,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:20:57,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-5e5f8b45-f37d-4b4d-b9c1-4db5cb15eb5a Date: Mon, 20 Aug 2018 11:20:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "metadata": {}}], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": 263193088, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:57Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:20:57,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-5e5f8b45-f37d-4b4d-b9c1-4db5cb15eb5a 2018-08-20 11:20:57,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.611794948578s 2018-08-20 11:20:57,840 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-5e5f8b45-f37d-4b4d-b9c1-4db5cb15eb5a 2018-08-20 11:20:57,842 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap', u'metadata': Munch({})})], 'file': u'/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file', 'owner': u'f50bdcedee9341f0850816401064a6f2', 'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'size': 263193088, u'self': u'/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T11:20:57Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T11:20:57Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'self': u'/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934', 'created': u'2018-08-20T11:20:53Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-20T11:20:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}}) 2018-08-20 11:20:57,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 11:20:57,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-20 11:20:58,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-764748e2-e11c-4d1a-9846-ec260565d598 x-compute-request-id: req-764748e2-e11c-4d1a-9846-ec260565d598 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}} 2018-08-20 11:20:58,467 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-764748e2-e11c-4d1a-9846-ec260565d598 2018-08-20 11:20:58,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.623734951019s 2018-08-20 11:20:58,467 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-764748e2-e11c-4d1a-9846-ec260565d598 2018-08-20 11:20:58,468 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'swap': 0}) 2018-08-20 11:20:58,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 11:20:58,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" -d '{"extra_specs": {}}' 2018-08-20 11:20:58,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1aef430-e3d0-4d9d-bb5e-b80200e5dd92 x-compute-request-id: req-e1aef430-e3d0-4d9d-bb5e-b80200e5dd92 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 11:20:58,493 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2/os-extra_specs used request id req-e1aef430-e3d0-4d9d-bb5e-b80200e5dd92 2018-08-20 11:20:58,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244269371033s 2018-08-20 11:20:58,494 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2/os-extra_specs used request id req-e1aef430-e3d0-4d9d-bb5e-b80200e5dd92 2018-08-20 11:20:58,494 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-20 11:20:59,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-20 11:20:59,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"files": {"file:///src/heat_vims/ellis.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Ellis node\\n\", \"parameters\": {\"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ellis node in the Ellis cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"ellis_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Ellis nodes (management)\"}, \"dn_range_length\": {\"default\": \"1000\", \"type\": \"string\", \"description\": \"Number of directory numbers to add to pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"dn_range_start\": {\"default\": \"6505550000\", \"type\": \"string\", \"description\": \"First directory number in pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"ellis_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ellis-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__dn_range_length__\": {\"get_param\": \"dn_range_length\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__dn_range_start__\": {\"get_param\": \"dn_range_start\"}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-ellis.log) 2>&1\\nset -x\\n\\n# Configure the APT software source.\\necho 'deb __repo_url__ binary/' > /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config. Add xdms_hostname here to use Homer's management\\n# hostname instead of signaling. This will override shared_config. This works around\\n# https://github.com/Metaswitch/ellis/issues/153.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nlocal_ip=__private_mgmt_ip__\\npublic_ip=__public_mgmt_ip__\\npublic_hostname=ellis-__index__.__zone__\\netcd_cluster=$etcd_ip\\nxdms_hostname=homer-0.__zone__:7888\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install ellis --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Wait until etcd is up and running before uploading the shared_config\\n/usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\\n\\n# Configure and upload /etc/clearwater/shared_config.\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\\ncat > /tmp/shared_config << EOF\\n# Deployment definitions\\nhome_domain=__zone__\\nsprout_hostname=sprout.__zone__\\nhs_hostname=hs.__zone__:8888\\nhs_provisioning_hostname=hs-prov.__zone__:8889\\nralf_hostname=ralf.__zone__:10888\\nxdms_hostname=homer.__zone__:7888\\nsprout_impi_store=vellum.__zone__\\nsprout_registration_store=vellum.__zone__\\nhomestead_impu_store=vellum.__zone__\\ncassandra_hostname=vellum.__zone__\\nchronos_hostname=vellum.__zone__\\nralf_session_store=vellum.__zone__\\n\\nupstream_port=0\\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\\nEOF\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\\n\\n# Allocate a pool of numbers to assign to users. Before we do this,\\n# restart clearwater-infrastructure to make sure that\\n# local_settings.py runs to pick up the configuration changes.\\nservice clearwater-infrastructure restart\\nservice ellis stop\\n/usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start __dn_range_start__ --count __dn_range_length__\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add ellis-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ellis.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}]}}}}", "file:///src/heat_vims/vellum.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Vellum node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Vellum node in the Vellum cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"vellum_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes inbound traffic (signaling)\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"vellum_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes outbound traffic (signaling)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"vellum_sig_outbound_security_group\"}, {\"get_param\": \"vellum_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"vellum-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-vellum.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.vellum.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Create /etc/chronos/chronos.conf.\\nmkdir -p /etc/chronos\\ncat > /etc/chronos/chronos.conf << EOF\\n[http]\\nbind-address = __private_sig_ip__\\nbind-port = 7253\\nthreads = 50\\n\\n[logging]\\nfolder = /var/log/chronos\\nlevel = 2\\n\\n[alarms]\\nenabled = true\\n\\n[dns]\\nservers = __dns_sig_ip__\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install vellum --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add vellum-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add vellum.__zone__. 30 $(ip2rr __private_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/sprout.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Sprout node\\n\", \"parameters\": {\"sprout_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes outbound traffic (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Sprout node in the Sprout cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"sprout_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes inbound traffic (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"sprout_sig_outbound_security_group\"}, {\"get_param\": \"sprout_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"sprout-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-sprout.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.sprout.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install sprout --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add sprout-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add scscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add icscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.sprout.__zone__.\\nupdate add _sip._tcp.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nupdate add icscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.icscf.sprout.__zone__.\\nupdate add _sip._tcp.icscf.sprout.__zone__. 30 SRV 0 0 5052 __index__.sprout.__zone__.\\nupdate add scscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.scscf.sprout.__zone__.\\nupdate add _sip._tcp.scscf.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/network.yaml": "{\"outputs\": {\"private_net_gateway\": {\"description\": \"Private network gateway address\", \"value\": {\"get_param\": \"private_net_gateway\"}}, \"private_net\": {\"description\": \"ID of private network\", \"value\": {\"get_resource\": \"private_net\"}}, \"private_net_cidr\": {\"description\": \"Private network address (CIDR notation)\", \"value\": {\"get_param\": \"private_net_cidr\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Network for Clearwater to use\\n\", \"parameters\": {\"private_net_cidr\": {\"default\": \"192.168.0.0/24\", \"type\": \"string\", \"description\": \"Private network address (CIDR notation)\"}, \"private_net_pool_end\": {\"default\": \"192.168.0.253\", \"type\": \"string\", \"description\": \"End of private network IP address pool\"}, \"dns_ip\": {\"default\": \"8.8.8.8\", \"type\": \"string\", \"description\": \"IP address of DNS server\"}, \"private_net_gateway\": {\"default\": \"192.168.0.254\", \"type\": \"string\", \"description\": \"Private network gateway address\"}, \"public_net_id\": {\"type\": \"string\", \"description\": \"ID of public network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_net_pool_start\": {\"default\": \"192.168.0.1\", \"type\": \"string\", \"description\": \"Start of private network IP address pool\"}, \"private_net_name\": {\"default\": \"clearwater-private\", \"type\": \"string\", \"description\": \"Name of private network\"}, \"private_net_ip_version\": {\"default\": \"4\", \"type\": \"string\", \"description\": \"IP version (4 or 6)\", \"constraints\": [{\"description\": \"Must be 4 (IPv4) or 6 (IPv6)\", \"allowed_values\": [\"4\", \"6\"]}]}}, \"resources\": {\"router\": {\"type\": \"OS::Neutron::Router\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_net\": {\"type\": \"OS::Neutron::Net\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_subnet\": {\"type\": \"OS::Neutron::Subnet\", \"properties\": {\"ip_version\": {\"get_param\": \"private_net_ip_version\"}, \"allocation_pools\": [{\"start\": {\"get_param\": \"private_net_pool_start\"}, \"end\": {\"get_param\": \"private_net_pool_end\"}}], \"gateway_ip\": {\"get_param\": \"private_net_gateway\"}, \"name\": {\"get_param\": \"private_net_name\"}, \"network_id\": {\"get_resource\": \"private_net\"}, \"cidr\": {\"get_param\": \"private_net_cidr\"}, \"dns_nameservers\": [{\"get_param\": \"dns_ip\"}]}}, \"router_gateway\": {\"type\": \"OS::Neutron::RouterGateway\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"network_id\": {\"get_param\": \"public_net_id\"}}}, \"router_interface\": {\"type\": \"OS::Neutron::RouterInterface\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"subnet_id\": {\"get_resource\": \"private_subnet\"}}}}}", "file:///src/heat_vims/dns.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"zone\": {\"description\": \"DNS zone\", \"value\": {\"get_param\": \"zone\"}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"dnssec_key\": {\"description\": \"DNSSEC private key (Base64-encoded)\", \"value\": {\"get_param\": \"dnssec_key\"}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"DNS server exposing dynamic DNS using DNSSEC\\n\", \"parameters\": {\"dns_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for DNS nodes\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ns.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__public_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dns.log) 2>&1\\nset -x\\n\\n# Set up the signaling network interface\\nip addr add __private_sig_ip__/$(echo __private_sig_cidr__ | cut -d / -f 2) dev eth1\\nip link set dev eth1 up\\n\\n# Install BIND.\\napt-get update\\nDEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes\\n\\n# Update BIND configuration with the specified zone and key.\\ncat >> /etc/bind/named.conf.local << EOF\\nkey __zone__. {\\n algorithm \\\"HMAC-MD5\\\";\\n secret \\\"__dnssec_key__\\\";\\n};\\n\\nzone \\\"__zone__\\\" IN {\\n type master;\\n file \\\"/var/lib/bind/db.__zone__\\\";\\n allow-update {\\n key __zone__.;\\n };\\n};\\nEOF\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Create basic zone configuration.\\ncat > /var/lib/bind/db.__zone__ << EOF\\n\\\\$ORIGIN __zone__.\\n\\\\$TTL 1h\\n@ IN SOA ns admin\\\\@__zone__. ( $(date +%Y%m%d%H) 1d 2h 1w 30s )\\n@ NS ns\\nns $(ip2rr __public_ip__)\\nEOF\\nchown root:bind /var/lib/bind/db.__zone__\\n\\n# Now that BIND configuration is correct, kick it to reload.\\nservice bind9 reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/dime.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Dime node\\n\", \"parameters\": {\"dime_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ralf node in the Ralf cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"dime_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (management)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dime_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"dime_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"dime-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dime.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=dime-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install dime --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add dime-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ralf.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs-prov.__zone__. 30 $(ip2rr __private_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/bono.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Bono node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Bono node in the Bono cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"bono_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Bono nodes (signaling)\"}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (managment)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"bono_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"bono-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-bono.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=__index__.bono.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install bono --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add bono-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.bono.__zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.__zone__.\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2U\\\" \\\"\\\" _sip._udp.__zone__.\\nupdate add _sip._tcp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nupdate add _sip._udp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/homer.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Homer node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Homer node in the Homer cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"homer_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"homer_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (maangement)\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"homer_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"homer_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"homer-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-homer.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=homer-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install homer --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add homer-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add homer.__zone__. 30 $(ip2rr __public_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/security-groups.yaml": "{\"outputs\": {\"dime_sig\": {\"description\": \"Security group for Dime nodes (signaling)\", \"value\": {\"get_resource\": \"dime_sig\"}}, \"dime_mgmt\": {\"description\": \"Security group for Dime nodes (management)\", \"value\": {\"get_resource\": \"dime_mgmt\"}}, \"ellis_mgmt\": {\"description\": \"Security group for Ellis nodes (managment)\", \"value\": {\"get_resource\": \"ellis_mgmt\"}}, \"sprout_sig_outbound\": {\"description\": \"Security group for Sprout nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_outbound\"}}, \"base_mgmt\": {\"description\": \"Base security group for all Clearwater nodes (management)\", \"value\": {\"get_resource\": \"base_mgmt\"}}, \"homer_mgmt\": {\"description\": \"Security group for Homer nodes (management)\", \"value\": {\"get_resource\": \"homer_mgmt\"}}, \"vellum_sig_outbound\": {\"description\": \"Security group for Vellum nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_outbound\"}}, \"homer_sig\": {\"description\": \"Security group for Homer nodes (signaling)\", \"value\": {\"get_resource\": \"homer_sig\"}}, \"dns\": {\"description\": \"Security group for DNS nodes\", \"value\": {\"get_resource\": \"dns\"}}, \"bono_sig\": {\"description\": \"Security group for Bono nodes (signaling)\", \"value\": {\"get_resource\": \"bono_sig\"}}, \"sprout_sig_inbound\": {\"description\": \"Security group for Sprout nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_inbound\"}}, \"vellum_sig_inbound\": {\"description\": \"Security group for Vellum nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_inbound\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Security Groups for Clearwater to use\\n\", \"parameters\": {\"name_prefix\": {\"default\": \"clearwater\", \"type\": \"string\", \"description\": \"Security group name prefix\"}}, \"resources\": {\"dime_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-sig\"}}, \"description\": \"Security group for Dime nodes (signaling)\"}}, \"dime_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"ellis_mgmt\"}, \"port_range_max\": 8889, \"port_range_min\": 8889, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-mgmt\"}}, \"description\": \"Security group for Dime nodes (management)\"}}, \"ellis_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 80, \"port_range_min\": 80}, {\"protocol\": \"tcp\", \"port_range_max\": 443, \"port_range_min\": 443}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-ellis-mgmt\"}}, \"description\": \"Security group for Ellis nodes (management)\"}}, \"sprout_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 5052, \"port_range_min\": 5052, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 5054, \"port_range_min\": 5054, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-outbound\"}}, \"description\": \"Security group for Sprout nodes outbound traffic (signaling)\"}}, \"base_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 161, \"port_range_min\": 161}, {\"protocol\": \"tcp\", \"port_range_max\": 2380, \"port_range_min\": 2380, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 4000, \"port_range_min\": 4000, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-base-mgmt\"}}, \"description\": \"Base security group for all Clearwater nodes (management)\"}}, \"homer_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-mgmt\"}}, \"description\": \"Security group for Homer nodes (management)\"}}, \"vellum_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7253, \"port_range_min\": 7253, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 7000, \"port_range_min\": 7000, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 11211, \"port_range_min\": 11211, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-outbound\"}}, \"description\": \"Security group for Vellum nodes outbound traffic (signaling)\"}}, \"homer_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 9160, \"port_range_min\": 9160, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-sig\"}}, \"description\": \"Security group for Homer nodes (signaling)\"}}, \"dns\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 53, \"port_range_min\": 53}, {\"protocol\": \"tcp\", \"port_range_max\": 53, \"port_range_min\": 53}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dns\"}}, \"description\": \"Security group for DNS nodes\"}}, \"bono_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"udp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 5058, \"port_range_min\": 5058, \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 5058, \"port_range_min\": 5058, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"udp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5062, \"port_range_min\": 5062}, {\"protocol\": \"udp\", \"port_range_max\": 65535, \"port_range_min\": 32768}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-bono-sig\"}}, \"description\": \"Security group for Bono nodes (signaling)\"}}, \"sprout_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5052, \"port_range_min\": 5052, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5054, \"port_range_min\": 5054, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-inbound\"}}, \"description\": \"Security group for Sprout nodes inbound traffic (signaling)\"}}, \"vellum_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"homer_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-inbound\"}}, \"description\": \"Security group for Vellum nodes inbound traffic (signaling)\"}}}}"}, "disable_rollback": false, "parameters": {"vellum_cluster_size": 1, "zone": "clearwater.opnfv", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "dn_range_length": "1000", "dime_cluster_size": 1, "dn_range_start": "6505550000", "bono_cluster_size": 1, "external_mgmt_dns_ip": "8.8.8.8", "homer_cluster_size": 1, "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "external_sig_dns_ip": "8.8.8.8", "sprout_cluster_size": 1}, "tags": null, "stack_name": "clearwater-opnfv", "environment": {}, "template": {"outputs": {"dns_ip": {"description": "IP address of DNS", "value": {"get_attr": ["dns", "public_mgmt_ip"]}}, "zone": {"description": "DNS zone", "value": {"get_param": "zone"}}}, "heat_template_version": "2013-05-23", "description": "Clearwater deployment\n", "parameters": {"vellum_cluster_size": {"default": 1, "type": "number", "description": "Number of Vellum nodes in Vellum cluster"}, "repo_url": {"default": "http://repo.cw-ngv.com/stable", "type": "string", "description": "URL for Clearwater repository"}, "private_mgmt_net_cidr": {"default": "192.168.0.0/24", "type": "string", "description": "Private management network address (CIDR notation)"}, "key_name": {"type": "string", "description": "Name of keypair to assign", "constraints": [{"custom_constraint": "nova.keypair", "description": "Must be a valid keypair name"}]}, "image": {"type": "string", "description": "Name of image to use", "constraints": [{"custom_constraint": "glance.image", "description": "Must be a valid image name"}]}, "private_mgmt_net_pool_start": {"default": "192.168.0.1", "type": "string", "description": "Start of private management network IP address pool"}, "dn_range_length": {"default": "1000", "type": "string", "description": "Number of directory numbers to add to pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "dime_cluster_size": {"default": 1, "type": "number", "description": "Number of Dime nodes in Dime cluster"}, "private_sig_net_pool_end": {"default": "192.168.1.253", "type": "string", "description": "End of private signaling network IP address pool"}, "dn_range_start": {"default": "6505550000", "type": "string", "description": "First directory number in pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "public_sig_net_id": {"type": "string", "description": "ID of public signaling network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "private_sig_net_ip_version": {"default": "4", "type": "string", "description": "IP version (4 or 6) on the private signaling network", "constraints": [{"description": "Must be 4 (IPv4) or 6 (IPv6)", "allowed_values": ["4", "6"]}]}, "public_mgmt_net_id": {"type": "string", "description": "ID of public management network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "homer_cluster_size": {"default": 1, "type": "number", "description": "Number of Homer nodes in Homer cluster"}, "flavor": {"type": "string", "description": "Flavor to use", "constraints": [{"custom_constraint": "nova.flavor", "description": "Must be a valid flavor name"}]}, "sprout_cluster_size": {"default": 1, "type": "number", "description": "Number of Sprout nodes in Sprout cluster"}, "private_sig_net_pool_start": {"default": "192.168.1.1", "type": "string", "description": "Start of private signaling network IP address pool"}, "private_mgmt_net_gateway": {"default": "192.168.0.254", "type": "string", "description": "Private management network gateway address"}, "dnssec_key": {"type": "string", "description": "DNSSEC private key (Base64-encoded)", "constraints": [{"allowed_pattern": "[0-9A-Za-z+/=]+", "description": "Must be Base64-encoded"}]}, "zone": {"default": "example.com", "type": "string", "description": "DNS zone"}, "private_mgmt_net_pool_end": {"default": "192.168.0.253", "type": "string", "description": "End of private management network IP address pool"}, "external_mgmt_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on management network"}, "bono_cluster_size": {"default": 1, "type": "number", "description": "Number of Bono nodes in Bono cluster"}, "private_sig_net_cidr": {"default": "192.168.1.0/24", "type": "string", "description": "Private signaling network address (CIDR notation)"}, "external_sig_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on signaling network"}, "private_sig_net_gateway": {"default": "192.168.1.254", "type": "string", "description": "Private signaling network gateway address"}}, "resources": {"homer": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "homer_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/homer.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "homer_sig_security_group": {"get_attr": ["security_groups", "homer_sig"]}, "repo_url": {"get_param": "repo_url"}, "homer_mgmt_security_group": {"get_attr": ["security_groups", "homer_mgmt"]}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "ellis": {"type": "file:///src/heat_vims/ellis.yaml", "properties": {"zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "ellis_mgmt_security_group": {"get_attr": ["security_groups", "ellis_mgmt"]}, "dn_range_length": {"get_param": "dn_range_length"}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "dn_range_start": {"get_param": "dn_range_start"}, "repo_url": {"get_param": "repo_url"}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "dime": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "dime_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/dime.yaml", "properties": {"dime_sig_security_group": {"get_attr": ["security_groups", "dime_sig"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "dnssec_key": {"get_param": "dnssec_key"}, "zone": {"get_param": "zone"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "dime_mgmt_security_group": {"get_attr": ["security_groups", "dime_mgmt"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sprout": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "sprout_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/sprout.yaml", "properties": {"sprout_sig_outbound_security_group": {"get_attr": ["security_groups", "sprout_sig_outbound"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "sprout_sig_inbound_security_group": {"get_attr": ["security_groups", "sprout_sig_inbound"]}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "vellum": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "vellum_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/vellum.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "vellum_sig_inbound_security_group": {"get_attr": ["security_groups", "vellum_sig_inbound"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "vellum_sig_outbound_security_group": {"get_attr": ["security_groups", "vellum_sig_outbound"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sig_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_cidr": {"get_param": "private_sig_net_cidr"}, "private_net_pool_end": {"get_param": "private_sig_net_pool_end"}, "dns_ip": {"get_param": "external_sig_dns_ip"}, "private_net_gateway": {"get_param": "private_sig_net_gateway"}, "public_net_id": {"get_param": "public_sig_net_id"}, "private_net_pool_start": {"get_param": "private_sig_net_pool_start"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-signaling"}}, "private_net_ip_version": {"get_param": "private_sig_net_ip_version"}}}, "bono": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "bono_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/bono.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "bono_sig_security_group": {"get_attr": ["security_groups", "bono_sig"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "dns": {"type": "file:///src/heat_vims/dns.yaml", "properties": {"dns_security_group": {"get_attr": ["security_groups", "dns"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "mgmt_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_gateway": {"get_param": "private_mgmt_net_gateway"}, "public_net_id": {"get_param": "public_mgmt_net_id"}, "private_net_pool_start": {"get_param": "private_mgmt_net_pool_start"}, "private_net_cidr": {"get_param": "private_mgmt_net_cidr"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-management"}}, "private_net_pool_end": {"get_param": "private_mgmt_net_pool_end"}, "dns_ip": {"get_param": "external_mgmt_dns_ip"}}}, "security_groups": {"type": "file:///src/heat_vims/security-groups.yaml", "properties": {"name_prefix": {"get_param": "OS::stack_name"}}}}}, "timeout_mins": 60}' 2018-08-20 11:21:10,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:20:59 GMT Server: Apache x-openstack-request-id: req-83b9f75c-6954-483e-8a89-f0fc99a471e0 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}]}} 2018-08-20 11:21:10,519 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks used request id req-83b9f75c-6954-483e-8a89-f0fc99a471e0 2018-08-20 11:21:10,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 11.0883288383s 2018-08-20 11:21:10,519 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks used request id req-83b9f75c-6954-483e-8a89-f0fc99a471e0 2018-08-20 11:21:10,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:10,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=None&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:10,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:10 GMT Server: Apache x-openstack-request-id: req-c28e11b9-33ee-4e1d-b26b-bf2f042b272b Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?sort_dir=asc Content-Length: 463 Content-Type: text/html; 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-08-20 11:21:11,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:10 GMT Server: Apache x-openstack-request-id: req-9b3819dd-9c15-44be-9c67-bc9305140d61 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 333 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-20T11:21:10Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv/events/d6e83dac-8251-41e5-bea4-e8c3dbc0ec40", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "id": "d6e83dac-8251-41e5-bea4-e8c3dbc0ec40"}]} 2018-08-20 11:21:11,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?sort_dir=asc&sort_dir=asc used request id req-9b3819dd-9c15-44be-9c67-bc9305140d61 2018-08-20 11:21:11,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.517715930939s 2018-08-20 11:21:11,038 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?sort_dir=asc&sort_dir=asc used request id req-9b3819dd-9c15-44be-9c67-bc9305140d61 2018-08-20 11:21:16,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:16,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=d6e83dac-8251-41e5-bea4-e8c3dbc0ec40&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:16,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:16 GMT Server: Apache x-openstack-request-id: req-2b855a26-3f73-4967-bd34-617d9ad69c83 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d6e83dac-8251-41e5-bea4-e8c3dbc0ec40&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:21:16,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:16 GMT Server: Apache x-openstack-request-id: req-0b3ac956-3fd0-45d9-b7bd-386e844330d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-20T11:21:11Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/mgmt_network/events/8e33d9dd-1465-4c37-9a2a-b94f238bdf0a", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-o7g37vi4mrze", "id": "8e33d9dd-1465-4c37-9a2a-b94f238bdf0a"}, {"resource_name": "security_groups", "event_time": "2018-08-20T11:21:12Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/security_groups/events/2b57d0d5-c11e-4013-860f-c378baffead1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-u6iiwmay7wcv", "id": "2b57d0d5-c11e-4013-860f-c378baffead1"}, {"resource_name": "sig_network", "event_time": "2018-08-20T11:21:13Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sig_network/events/031c3cae-0793-4588-9a38-4856a655f1de", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-au23fhdlzhis", "id": "031c3cae-0793-4588-9a38-4856a655f1de"}]} 2018-08-20 11:21:16,325 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d6e83dac-8251-41e5-bea4-e8c3dbc0ec40&sort_dir=asc&marker=d6e83dac-8251-41e5-bea4-e8c3dbc0ec40&sort_dir=asc used request id req-0b3ac956-3fd0-45d9-b7bd-386e844330d2 2018-08-20 11:21:16,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.280756950378s 2018-08-20 11:21:16,326 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d6e83dac-8251-41e5-bea4-e8c3dbc0ec40&sort_dir=asc&marker=d6e83dac-8251-41e5-bea4-e8c3dbc0ec40&sort_dir=asc used request id req-0b3ac956-3fd0-45d9-b7bd-386e844330d2 2018-08-20 11:21:21,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:21,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:21,570 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:21 GMT Server: Apache x-openstack-request-id: req-fe861978-f28f-42b4-ba81-dc5803002889 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:21:21,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:21 GMT Server: Apache x-openstack-request-id: req-9aeafa07-45b8-4292-aba2-bc67c005eec6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:21:21,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc&marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc used request id req-9aeafa07-45b8-4292-aba2-bc67c005eec6 2018-08-20 11:21:21,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.465296030045s 2018-08-20 11:21:21,798 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc&marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc used request id req-9aeafa07-45b8-4292-aba2-bc67c005eec6 2018-08-20 11:21:26,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:26,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:27,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:26 GMT Server: Apache x-openstack-request-id: req-be9bd94d-13f4-47da-9f65-a70e6965ed19 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:21:27,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:27 GMT Server: Apache x-openstack-request-id: req-46d0774e-756a-4a4a-9d71-9afdc16a6a18 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:21:27,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc&marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc used request id req-46d0774e-756a-4a4a-9d71-9afdc16a6a18 2018-08-20 11:21:27,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.492384910583s 2018-08-20 11:21:27,293 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc&marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc used request id req-46d0774e-756a-4a4a-9d71-9afdc16a6a18 2018-08-20 11:21:27,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:21:27,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:27,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:27 GMT Server: Apache x-openstack-request-id: req-23d1a3df-0d3c-4b5c-a4ef-107fe52c629d Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:21:27,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:27 GMT Server: Apache x-openstack-request-id: req-78654faf-3562-4901-85b5-c2a2831d94f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:21:27,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-78654faf-3562-4901-85b5-c2a2831d94f2 2018-08-20 11:21:27,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.453259944916s 2018-08-20 11:21:27,747 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-78654faf-3562-4901-85b5-c2a2831d94f2 2018-08-20 11:21:32,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:32,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:32,980 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:32 GMT Server: Apache x-openstack-request-id: req-aa487e78-6a09-4ee8-840b-89badb08db18 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:21:33,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:32 GMT Server: Apache x-openstack-request-id: req-80113dd2-ab35-4d79-9e20-f86462546d48 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-20T11:21:27Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/mgmt_network/events/c8a00ae1-559e-4edb-b596-2bafa4f6f4ff", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "0c2ea240-7fd0-4703-8b46-1355b9e04907", "id": "c8a00ae1-559e-4edb-b596-2bafa4f6f4ff"}, {"resource_name": "sig_network", "event_time": "2018-08-20T11:21:31Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sig_network/events/173aacd3-417c-45df-b213-67f2dd220f55", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8eac9f73-470e-4704-ad65-c8c4bf1697d6", "id": "173aacd3-417c-45df-b213-67f2dd220f55"}]} 2018-08-20 11:21:33,206 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc&marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc used request id req-80113dd2-ab35-4d79-9e20-f86462546d48 2018-08-20 11:21:33,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.451476812363s 2018-08-20 11:21:33,206 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc&marker=031c3cae-0793-4588-9a38-4856a655f1de&sort_dir=asc used request id req-80113dd2-ab35-4d79-9e20-f86462546d48 2018-08-20 11:21:38,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=173aacd3-417c-45df-b213-67f2dd220f55&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:38,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:38 GMT Server: Apache x-openstack-request-id: req-9229c47f-9bbc-4e5e-8a7d-382de3042499 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=173aacd3-417c-45df-b213-67f2dd220f55&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:21:38,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:38 GMT Server: Apache x-openstack-request-id: req-173904d2-22bd-46f1-9c1d-0f74b20ea77a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 456 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-20T11:21:34Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/security_groups/events/3d50d09a-d0ae-4596-9c72-5b93c8f02f78", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "e3f8d3e0-298a-4a8c-8b48-b7bcc22f4faa", "id": "3d50d09a-d0ae-4596-9c72-5b93c8f02f78"}, {"resource_name": "dns", "event_time": "2018-08-20T11:21:35Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dns/events/5653c5cb-965e-4617-8ad1-f9d21ced28a1", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-olve4gsq47wy", "id": "5653c5cb-965e-4617-8ad1-f9d21ced28a1"}]} 2018-08-20 11:21:38,466 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=173aacd3-417c-45df-b213-67f2dd220f55&sort_dir=asc&marker=173aacd3-417c-45df-b213-67f2dd220f55&sort_dir=asc used request id req-173904d2-22bd-46f1-9c1d-0f74b20ea77a 2018-08-20 11:21:38,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257890939713s 2018-08-20 11:21:38,467 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=173aacd3-417c-45df-b213-67f2dd220f55&sort_dir=asc&marker=173aacd3-417c-45df-b213-67f2dd220f55&sort_dir=asc used request id req-173904d2-22bd-46f1-9c1d-0f74b20ea77a 2018-08-20 11:21:43,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:43,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:43,673 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:43 GMT Server: Apache x-openstack-request-id: req-34351d43-3a5d-4cc8-a034-3c1c258b7b50 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:21:43,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:43 GMT Server: Apache x-openstack-request-id: req-0dc25206-a3e9-4218-98f5-d26b5b1b9e10 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:21:43,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-0dc25206-a3e9-4218-98f5-d26b5b1b9e10 2018-08-20 11:21:43,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.241472959518s 2018-08-20 11:21:43,715 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-0dc25206-a3e9-4218-98f5-d26b5b1b9e10 2018-08-20 11:21:48,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:48,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:48,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:48 GMT Server: Apache x-openstack-request-id: req-39665b50-7bcb-43e1-81ee-d09eda8309cb Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:21:48,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:48 GMT Server: Apache x-openstack-request-id: req-be26c00a-319b-440c-8c9c-452e93274f43 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:21:48,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-be26c00a-319b-440c-8c9c-452e93274f43 2018-08-20 11:21:48,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.249904870987s 2018-08-20 11:21:48,972 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-be26c00a-319b-440c-8c9c-452e93274f43 2018-08-20 11:21:48,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:21:48,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:49,187 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:48 GMT Server: Apache x-openstack-request-id: req-326fcbc1-0721-4005-96ee-1c2c515f91f2 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:21:49,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:49 GMT Server: Apache x-openstack-request-id: req-660400e6-b837-4980-ac2d-636cbe8b72ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:21:49,405 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-660400e6-b837-4980-ac2d-636cbe8b72ac 2018-08-20 11:21:49,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.432903051376s 2018-08-20 11:21:49,405 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-660400e6-b837-4980-ac2d-636cbe8b72ac 2018-08-20 11:21:54,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:54,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:54,442 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:54 GMT Server: Apache x-openstack-request-id: req-7f1fd667-51e0-43a5-8cf5-b4e95d3314d6 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:21:54,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:54 GMT Server: Apache x-openstack-request-id: req-97c59d42-0df6-4f15-9075-d0b0c934adac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:21:54,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-97c59d42-0df6-4f15-9075-d0b0c934adac 2018-08-20 11:21:54,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.274213075638s 2018-08-20 11:21:54,687 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-97c59d42-0df6-4f15-9075-d0b0c934adac 2018-08-20 11:21:59,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:21:59,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:21:59,904 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:21:59 GMT Server: Apache x-openstack-request-id: req-e2973ec8-a1d4-4a34-b4ff-1a5cf9abe246 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:00,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:21:59 GMT Server: Apache x-openstack-request-id: req-b590e5a0-1318-43a1-b52a-bcfb617da5bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:00,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-b590e5a0-1318-43a1-b52a-bcfb617da5bc 2018-08-20 11:22:00,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.427499055862s 2018-08-20 11:22:00,120 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-b590e5a0-1318-43a1-b52a-bcfb617da5bc 2018-08-20 11:22:00,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:22:00,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:00,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:00 GMT Server: Apache x-openstack-request-id: req-e0e25722-05c8-4bb7-b707-2f7e80344ae7 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:22:00,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:00 GMT Server: Apache x-openstack-request-id: req-fa0d137f-906f-4ffe-8b08-aadd15a5e645 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:22:00,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-fa0d137f-906f-4ffe-8b08-aadd15a5e645 2018-08-20 11:22:00,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.353744029999s 2018-08-20 11:22:00,475 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-fa0d137f-906f-4ffe-8b08-aadd15a5e645 2018-08-20 11:22:05,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:05,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:05,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:05 GMT Server: Apache x-openstack-request-id: req-98161a3b-1bf1-4df6-a1fc-59bb377a8fa2 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:05,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:05 GMT Server: Apache x-openstack-request-id: req-93343f03-6928-4793-826d-5768af661b0b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:05,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-93343f03-6928-4793-826d-5768af661b0b 2018-08-20 11:22:05,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248106956482s 2018-08-20 11:22:05,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-93343f03-6928-4793-826d-5768af661b0b 2018-08-20 11:22:10,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:10,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:10,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:10 GMT Server: Apache x-openstack-request-id: req-7268fe63-f8f8-4766-8d3c-4cacebe7b2c3 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:11,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:10 GMT Server: Apache x-openstack-request-id: req-85865478-a29e-4c61-8471-e73f3cdaf36d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:11,155 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-85865478-a29e-4c61-8471-e73f3cdaf36d 2018-08-20 11:22:11,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.424110889435s 2018-08-20 11:22:11,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-85865478-a29e-4c61-8471-e73f3cdaf36d 2018-08-20 11:22:11,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:22:11,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:11,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:11 GMT Server: Apache x-openstack-request-id: req-35d97df6-9659-47f8-866f-c77f3a796f34 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:22:11,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:11 GMT Server: Apache x-openstack-request-id: req-fb4d8f91-0637-464d-8244-4c01f134ea58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:22:11,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-fb4d8f91-0637-464d-8244-4c01f134ea58 2018-08-20 11:22:11,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.301952838898s 2018-08-20 11:22:11,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-fb4d8f91-0637-464d-8244-4c01f134ea58 2018-08-20 11:22:16,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:16,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:16,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:16 GMT Server: Apache x-openstack-request-id: req-6218d188-439c-4fe6-9af5-52c83d8ecd11 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:16,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:16 GMT Server: Apache x-openstack-request-id: req-4a1953e3-b024-4bda-841f-eab4ebeb1905 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:16,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-4a1953e3-b024-4bda-841f-eab4ebeb1905 2018-08-20 11:22:16,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.241011142731s 2018-08-20 11:22:16,703 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-4a1953e3-b024-4bda-841f-eab4ebeb1905 2018-08-20 11:22:21,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:21,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:21,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:21 GMT Server: Apache x-openstack-request-id: req-e95859d7-cd39-4f8c-a99b-2b6156f7b9a2 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:21,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:21 GMT Server: Apache x-openstack-request-id: req-c152989e-2185-4056-9836-100d7007691d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:21,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-c152989e-2185-4056-9836-100d7007691d 2018-08-20 11:22:21,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.255845069885s 2018-08-20 11:22:21,965 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-c152989e-2185-4056-9836-100d7007691d 2018-08-20 11:22:21,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:22:21,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:21,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:21 GMT Server: Apache x-openstack-request-id: req-99790666-b08d-42b4-88fe-9085ab1300d3 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:22:22,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:21 GMT Server: Apache x-openstack-request-id: req-aebcd390-f33f-48dc-af72-8a915e4d4035 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:22:22,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-aebcd390-f33f-48dc-af72-8a915e4d4035 2018-08-20 11:22:22,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0726521015167s 2018-08-20 11:22:22,038 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-aebcd390-f33f-48dc-af72-8a915e4d4035 2018-08-20 11:22:27,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:27,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:27 GMT Server: Apache x-openstack-request-id: req-7acbd1bb-e794-409e-a3ee-f8512ebbb364 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:27,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:27 GMT Server: Apache x-openstack-request-id: req-c9687fa9-b2e3-41af-a90e-d905560409b1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:27,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-c9687fa9-b2e3-41af-a90e-d905560409b1 2018-08-20 11:22:27,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072870016098s 2018-08-20 11:22:27,118 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-c9687fa9-b2e3-41af-a90e-d905560409b1 2018-08-20 11:22:32,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:32,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:32,439 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:32 GMT Server: Apache x-openstack-request-id: req-9c7c539a-023b-42c8-9677-1a690e75413e Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:32,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:32 GMT Server: Apache x-openstack-request-id: req-376dac3a-76e4-4236-b0c0-67201d401df6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:32,482 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-376dac3a-76e4-4236-b0c0-67201d401df6 2018-08-20 11:22:32,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.358335971832s 2018-08-20 11:22:32,482 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-376dac3a-76e4-4236-b0c0-67201d401df6 2018-08-20 11:22:32,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:22:32,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:32,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:32 GMT Server: Apache x-openstack-request-id: req-4be26cc7-5b82-4dd7-9166-27af446c5502 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:22:32,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:32 GMT Server: Apache x-openstack-request-id: req-1c07f103-1aa9-45db-9ca2-fca4087c73ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:22:32,539 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-1c07f103-1aa9-45db-9ca2-fca4087c73ec 2018-08-20 11:22:32,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0566701889038s 2018-08-20 11:22:32,540 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-1c07f103-1aa9-45db-9ca2-fca4087c73ec 2018-08-20 11:22:37,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:37,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:37,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:37 GMT Server: Apache x-openstack-request-id: req-7f6f8f8d-5ebd-4243-a480-72801c864bb8 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:37,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:37 GMT Server: Apache x-openstack-request-id: req-f93c9c8b-1806-41b1-a267-fa60ee9aa576 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:37,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-f93c9c8b-1806-41b1-a267-fa60ee9aa576 2018-08-20 11:22:37,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.323971033096s 2018-08-20 11:22:37,867 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-f93c9c8b-1806-41b1-a267-fa60ee9aa576 2018-08-20 11:22:42,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:42,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:43,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:42 GMT Server: Apache x-openstack-request-id: req-257be275-c484-4e8c-8ca0-1d0cdbd40f0b Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:43,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:43 GMT Server: Apache x-openstack-request-id: req-232bb70c-6d60-45ac-ac4b-6324f8361232 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:43,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-232bb70c-6d60-45ac-ac4b-6324f8361232 2018-08-20 11:22:43,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.429309844971s 2018-08-20 11:22:43,302 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-232bb70c-6d60-45ac-ac4b-6324f8361232 2018-08-20 11:22:43,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:22:43,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:43,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:43 GMT Server: Apache x-openstack-request-id: req-9b44f24e-c13e-4a95-a40c-b9fbd064aadb Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:22:43,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:43 GMT Server: Apache x-openstack-request-id: req-392c74af-001d-48d6-bd80-35653b03399a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:22:43,360 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-392c74af-001d-48d6-bd80-35653b03399a 2018-08-20 11:22:43,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0568189620972s 2018-08-20 11:22:43,360 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-392c74af-001d-48d6-bd80-35653b03399a 2018-08-20 11:22:48,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:48,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:48,393 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:48 GMT Server: Apache x-openstack-request-id: req-3bec602e-1265-4e79-99e7-224fac705565 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:48,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:48 GMT Server: Apache x-openstack-request-id: req-ae6ac188-693f-4c21-9fe4-a10374333cb7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:48,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-ae6ac188-693f-4c21-9fe4-a10374333cb7 2018-08-20 11:22:48,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727179050446s 2018-08-20 11:22:48,435 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-ae6ac188-693f-4c21-9fe4-a10374333cb7 2018-08-20 11:22:53,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:53,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:53,735 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:53 GMT Server: Apache x-openstack-request-id: req-d69eab4f-854d-4bdb-b002-67f57beda5ac Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:53,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:53 GMT Server: Apache x-openstack-request-id: req-a6a28190-38d2-45e5-807b-1e8d0a90d8bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:53,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-a6a28190-38d2-45e5-807b-1e8d0a90d8bd 2018-08-20 11:22:53,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.336488008499s 2018-08-20 11:22:53,778 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-a6a28190-38d2-45e5-807b-1e8d0a90d8bd 2018-08-20 11:22:53,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:22:53,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:53,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:53 GMT Server: Apache x-openstack-request-id: req-59460d82-70ac-4c08-8c24-2b8ba9eddb23 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:22:53,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:53 GMT Server: Apache x-openstack-request-id: req-2e5e99ca-ef0a-4702-86db-25e85bb7b140 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:22:53,850 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-2e5e99ca-ef0a-4702-86db-25e85bb7b140 2018-08-20 11:22:53,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712289810181s 2018-08-20 11:22:53,850 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-2e5e99ca-ef0a-4702-86db-25e85bb7b140 2018-08-20 11:22:58,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:22:58,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:22:58,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:22:58 GMT Server: Apache x-openstack-request-id: req-aa21c868-0c30-4be8-8083-32c9c35a392f Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:22:58,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:22:58 GMT Server: Apache x-openstack-request-id: req-81bb46a2-e6bd-4f59-8fbd-b13b15232cda Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:22:58,930 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-81bb46a2-e6bd-4f59-8fbd-b13b15232cda 2018-08-20 11:22:58,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730788707733s 2018-08-20 11:22:58,930 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-81bb46a2-e6bd-4f59-8fbd-b13b15232cda 2018-08-20 11:23:03,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:03,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:03,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:03 GMT Server: Apache x-openstack-request-id: req-5b6d39d1-3a33-48d0-9b91-2169271f2a03 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:04,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:03 GMT Server: Apache x-openstack-request-id: req-f3c22ccd-47d1-43c1-9570-45bcc61420c6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:04,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-f3c22ccd-47d1-43c1-9570-45bcc61420c6 2018-08-20 11:23:04,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738580226898s 2018-08-20 11:23:04,010 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-f3c22ccd-47d1-43c1-9570-45bcc61420c6 2018-08-20 11:23:04,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:23:04,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:04,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:04 GMT Server: Apache x-openstack-request-id: req-785df259-feef-4994-8c7c-54360f0f1bdd Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:23:04,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:04 GMT Server: Apache x-openstack-request-id: req-28e1ac78-572b-4424-af5a-4f08097d6b06 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:23:04,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-28e1ac78-572b-4424-af5a-4f08097d6b06 2018-08-20 11:23:04,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0564022064209s 2018-08-20 11:23:04,068 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-28e1ac78-572b-4424-af5a-4f08097d6b06 2018-08-20 11:23:09,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:09,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:09,105 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:09 GMT Server: Apache x-openstack-request-id: req-a30682b3-1d05-4871-918b-f5f800107bab Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:09,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:09 GMT Server: Apache x-openstack-request-id: req-8517dd9e-892f-4b09-8f59-b6cab594e93b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:09,147 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-8517dd9e-892f-4b09-8f59-b6cab594e93b 2018-08-20 11:23:09,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073301076889s 2018-08-20 11:23:09,148 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-8517dd9e-892f-4b09-8f59-b6cab594e93b 2018-08-20 11:23:14,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:14,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:14,184 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:14 GMT Server: Apache x-openstack-request-id: req-114ee9cc-88b2-4bac-aca5-2d7643a88edd Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:14,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:14 GMT Server: Apache x-openstack-request-id: req-1a863872-0286-4a1c-b5e8-e66fc6fe3df0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:14,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-1a863872-0286-4a1c-b5e8-e66fc6fe3df0 2018-08-20 11:23:14,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731270313263s 2018-08-20 11:23:14,227 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-1a863872-0286-4a1c-b5e8-e66fc6fe3df0 2018-08-20 11:23:14,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:23:14,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:14,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:14 GMT Server: Apache x-openstack-request-id: req-713f64ad-a705-4d48-8909-8658c29decff Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:23:14,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:14 GMT Server: Apache x-openstack-request-id: req-a60d2553-bed1-43da-9c26-63c16bf109ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:23:14,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-a60d2553-bed1-43da-9c26-63c16bf109ac 2018-08-20 11:23:14,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0748431682587s 2018-08-20 11:23:14,303 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-a60d2553-bed1-43da-9c26-63c16bf109ac 2018-08-20 11:23:19,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:19,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:19,341 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:19 GMT Server: Apache x-openstack-request-id: req-933a06aa-eab6-4a79-b767-c7806ad3a568 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:19,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:19 GMT Server: Apache x-openstack-request-id: req-af4803c3-ac04-43cb-96ef-acb35400a28c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:19,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-af4803c3-ac04-43cb-96ef-acb35400a28c 2018-08-20 11:23:19,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739719867706s 2018-08-20 11:23:19,384 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-af4803c3-ac04-43cb-96ef-acb35400a28c 2018-08-20 11:23:24,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:24,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:24,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:24 GMT Server: Apache x-openstack-request-id: req-657093d4-1db3-43c8-ad96-ef5dae4a2652 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:24,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:24 GMT Server: Apache x-openstack-request-id: req-cb4b2c79-7fee-4a7a-822e-7e9a2f29fa7c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:24,462 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-cb4b2c79-7fee-4a7a-822e-7e9a2f29fa7c 2018-08-20 11:23:24,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729908943176s 2018-08-20 11:23:24,463 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-cb4b2c79-7fee-4a7a-822e-7e9a2f29fa7c 2018-08-20 11:23:24,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:23:24,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:24,673 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:24 GMT Server: Apache x-openstack-request-id: req-b8c79f2b-17ff-4cb1-b3bb-40f60a0b2398 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:23:24,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:24 GMT Server: Apache x-openstack-request-id: req-3e1bb329-df78-480b-a578-8f176f95bab4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:23:24,700 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-3e1bb329-df78-480b-a578-8f176f95bab4 2018-08-20 11:23:24,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.236227989197s 2018-08-20 11:23:24,700 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-3e1bb329-df78-480b-a578-8f176f95bab4 2018-08-20 11:23:29,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:29,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:29,740 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:29 GMT Server: Apache x-openstack-request-id: req-0aaf3bac-48dd-44d6-8de0-a46a836a14d2 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:29,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:29 GMT Server: Apache x-openstack-request-id: req-cee27651-c8e2-4342-84ee-8b5084fa2784 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:29,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-cee27651-c8e2-4342-84ee-8b5084fa2784 2018-08-20 11:23:29,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.256438016891s 2018-08-20 11:23:29,963 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-cee27651-c8e2-4342-84ee-8b5084fa2784 2018-08-20 11:23:34,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:34,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:35,007 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:34 GMT Server: Apache x-openstack-request-id: req-1c613499-ffd0-4e5a-b975-4d139cfd2728 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:35,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:35 GMT Server: Apache x-openstack-request-id: req-b9e62611-c939-457e-bb16-2d43befccc88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-20T11:23:34Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dns/events/a00cd320-8483-4ead-b901-e1cc5dcdb51d", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "85cb146a-fe99-460e-8507-5143c228e611", "id": "a00cd320-8483-4ead-b901-e1cc5dcdb51d"}, {"resource_name": "ellis", "event_time": "2018-08-20T11:23:34Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/ellis/events/ca99c9b4-8a68-4da6-8937-7d2be00404c5", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-n5vomuxeaizt", "id": "ca99c9b4-8a68-4da6-8937-7d2be00404c5"}]} 2018-08-20 11:23:35,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-b9e62611-c939-457e-bb16-2d43befccc88 2018-08-20 11:23:35,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0834290981293s 2018-08-20 11:23:35,053 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc&marker=5653c5cb-965e-4617-8ad1-f9d21ced28a1&sort_dir=asc used request id req-b9e62611-c939-457e-bb16-2d43befccc88 2018-08-20 11:23:40,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:40,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:40,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:40 GMT Server: Apache x-openstack-request-id: req-a9be8ac6-cc39-4f08-95e4-89b76a398c21 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:40,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:40 GMT Server: Apache x-openstack-request-id: req-d93e5e13-8725-4d3c-903b-048ea6fbd669 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:40,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-d93e5e13-8725-4d3c-903b-048ea6fbd669 2018-08-20 11:23:40,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730721950531s 2018-08-20 11:23:40,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-d93e5e13-8725-4d3c-903b-048ea6fbd669 2018-08-20 11:23:45,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:45,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:45,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:45 GMT Server: Apache x-openstack-request-id: req-8fe83765-4d96-47eb-9cfd-4742bd814465 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:45,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:45 GMT Server: Apache x-openstack-request-id: req-4ea54327-a115-4d7b-9735-6830b036591c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:45,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-4ea54327-a115-4d7b-9735-6830b036591c 2018-08-20 11:23:45,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072685956955s 2018-08-20 11:23:45,209 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-4ea54327-a115-4d7b-9735-6830b036591c 2018-08-20 11:23:45,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:23:45,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:45,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:45 GMT Server: Apache x-openstack-request-id: req-ec5d3ee2-024f-4248-9c58-f4cb32686d56 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:23:45,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:45 GMT Server: Apache x-openstack-request-id: req-1e57295e-7ab0-4938-99fc-0882a46c8347 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:23:45,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-1e57295e-7ab0-4938-99fc-0882a46c8347 2018-08-20 11:23:45,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0738980770111s 2018-08-20 11:23:45,284 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-1e57295e-7ab0-4938-99fc-0882a46c8347 2018-08-20 11:23:50,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:50,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:50,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:50 GMT Server: Apache x-openstack-request-id: req-779dad5c-c31f-463d-92b6-774f1c9698be Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:50,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:50 GMT Server: Apache x-openstack-request-id: req-44689b6c-b54e-47ef-9575-fe6aba91bec4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:50,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-44689b6c-b54e-47ef-9575-fe6aba91bec4 2018-08-20 11:23:50,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734598636627s 2018-08-20 11:23:50,364 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-44689b6c-b54e-47ef-9575-fe6aba91bec4 2018-08-20 11:23:55,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:23:55,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:55,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:55 GMT Server: Apache x-openstack-request-id: req-5df28176-b8a9-4c65-9818-d38e5eb58971 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:23:55,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:55 GMT Server: Apache x-openstack-request-id: req-8341ed06-d453-45f8-8cbf-f9d406100174 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:23:55,443 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-8341ed06-d453-45f8-8cbf-f9d406100174 2018-08-20 11:23:55,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727639198303s 2018-08-20 11:23:55,443 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-8341ed06-d453-45f8-8cbf-f9d406100174 2018-08-20 11:23:55,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:23:55,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:23:55,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:23:55 GMT Server: Apache x-openstack-request-id: req-7c18ff8d-b0b2-4617-9e42-95596561cbc4 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:23:55,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:23:55 GMT Server: Apache x-openstack-request-id: req-87a83b0f-0845-45b2-b37d-0a70a4cdf6d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:23:55,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-87a83b0f-0845-45b2-b37d-0a70a4cdf6d6 2018-08-20 11:23:55,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.076208114624s 2018-08-20 11:23:55,520 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-87a83b0f-0845-45b2-b37d-0a70a4cdf6d6 2018-08-20 11:24:00,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:00,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:00,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:00 GMT Server: Apache x-openstack-request-id: req-a2b2ff35-2b6a-4c41-9342-e20184c7e3e2 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:00,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:00 GMT Server: Apache x-openstack-request-id: req-b1502041-037a-4b5c-90db-9e20f20baa1f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:00,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-b1502041-037a-4b5c-90db-9e20f20baa1f 2018-08-20 11:24:00,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728440284729s 2018-08-20 11:24:00,600 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-b1502041-037a-4b5c-90db-9e20f20baa1f 2018-08-20 11:24:05,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:05,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:05,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:05 GMT Server: Apache x-openstack-request-id: req-5a01ea2d-a6a3-48a8-8e74-9606049e3b45 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:05,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:05 GMT Server: Apache x-openstack-request-id: req-4bf50429-8e17-4d42-81a6-5b05fc547136 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:05,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-4bf50429-8e17-4d42-81a6-5b05fc547136 2018-08-20 11:24:05,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0778470039368s 2018-08-20 11:24:05,684 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-4bf50429-8e17-4d42-81a6-5b05fc547136 2018-08-20 11:24:05,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:24:05,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:05,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:05 GMT Server: Apache x-openstack-request-id: req-14789ac1-ef24-4b7b-9620-7a8c4a0cb353 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:24:05,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:05 GMT Server: Apache x-openstack-request-id: req-ce03c8fb-a1f7-4f18-b89c-cc3758930c33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:24:05,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-ce03c8fb-a1f7-4f18-b89c-cc3758930c33 2018-08-20 11:24:05,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729269981384s 2018-08-20 11:24:05,758 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-ce03c8fb-a1f7-4f18-b89c-cc3758930c33 2018-08-20 11:24:10,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:10,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:10,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:10 GMT Server: Apache x-openstack-request-id: req-89cf36dc-dd7f-4ed0-adba-b5b0d726d0f0 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:10,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:10 GMT Server: Apache x-openstack-request-id: req-430cfae4-10ef-4f92-9505-6df18083b8de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:10,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-430cfae4-10ef-4f92-9505-6df18083b8de 2018-08-20 11:24:10,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708389282227s 2018-08-20 11:24:10,832 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-430cfae4-10ef-4f92-9505-6df18083b8de 2018-08-20 11:24:15,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:15,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:15,865 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:15 GMT Server: Apache x-openstack-request-id: req-c76240f3-5d51-4db8-9f1a-40837877d38a Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:15,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:15 GMT Server: Apache x-openstack-request-id: req-42f5cff4-78d8-42ea-b4cd-b5bc47505b0c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:15,907 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-42f5cff4-78d8-42ea-b4cd-b5bc47505b0c 2018-08-20 11:24:15,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714797973633s 2018-08-20 11:24:15,908 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-42f5cff4-78d8-42ea-b4cd-b5bc47505b0c 2018-08-20 11:24:15,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:24:15,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:15,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:15 GMT Server: Apache x-openstack-request-id: req-c84c0eda-39ed-40d8-9655-076a5f958530 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:24:15,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:15 GMT Server: Apache x-openstack-request-id: req-c8846a3d-c7a9-4b0d-8820-84482cd60f7b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:24:15,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-c8846a3d-c7a9-4b0d-8820-84482cd60f7b 2018-08-20 11:24:15,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.076061964035s 2018-08-20 11:24:15,985 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-c8846a3d-c7a9-4b0d-8820-84482cd60f7b 2018-08-20 11:24:20,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:20,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:21,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:21 GMT Server: Apache x-openstack-request-id: req-18833bae-0205-4e57-80b3-a18883d2d808 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:21,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:21 GMT Server: Apache x-openstack-request-id: req-689814a9-ba57-49c5-a529-0782d1b80f33 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:21,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-689814a9-ba57-49c5-a529-0782d1b80f33 2018-08-20 11:24:21,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737009048462s 2018-08-20 11:24:21,065 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-689814a9-ba57-49c5-a529-0782d1b80f33 2018-08-20 11:24:26,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:26,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:26,101 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:26 GMT Server: Apache x-openstack-request-id: req-b7f62be0-4254-45f0-9a0a-ceca292b3d0e Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:26,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:26 GMT Server: Apache x-openstack-request-id: req-86703870-0c35-494b-902d-a0cae31ed697 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:26,143 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-86703870-0c35-494b-902d-a0cae31ed697 2018-08-20 11:24:26,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720250606537s 2018-08-20 11:24:26,143 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-86703870-0c35-494b-902d-a0cae31ed697 2018-08-20 11:24:26,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:24:26,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:26,174 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:26 GMT Server: Apache x-openstack-request-id: req-e2eb479c-2ff0-4c87-8f59-d33165efb742 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:24:26,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:26 GMT Server: Apache x-openstack-request-id: req-1574271b-d1b4-424f-8338-d40475646144 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:24:26,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-1574271b-d1b4-424f-8338-d40475646144 2018-08-20 11:24:26,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.07257604599s 2018-08-20 11:24:26,217 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-1574271b-d1b4-424f-8338-d40475646144 2018-08-20 11:24:31,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:31,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:31,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:31 GMT Server: Apache x-openstack-request-id: req-391452aa-a319-4d77-9b54-3c370c0d5a22 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:31,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:31 GMT Server: Apache x-openstack-request-id: req-dff7b876-3d2d-4c2d-8848-625772d26671 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:31,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-dff7b876-3d2d-4c2d-8848-625772d26671 2018-08-20 11:24:31,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725898742676s 2018-08-20 11:24:31,292 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-dff7b876-3d2d-4c2d-8848-625772d26671 2018-08-20 11:24:36,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:36,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:36,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:36 GMT Server: Apache x-openstack-request-id: req-f03a599e-4d55-49a3-b32c-b6580bb8682a Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:36,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:36 GMT Server: Apache x-openstack-request-id: req-40809e1e-8f59-4582-90cc-f9417dc305e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:36,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-40809e1e-8f59-4582-90cc-f9417dc305e2 2018-08-20 11:24:36,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.078742980957s 2018-08-20 11:24:36,377 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-40809e1e-8f59-4582-90cc-f9417dc305e2 2018-08-20 11:24:36,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:24:36,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:36,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:36 GMT Server: Apache x-openstack-request-id: req-8cc5709c-8bfc-46ed-b5c0-1d58f10aa08e Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:24:36,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:36 GMT Server: Apache x-openstack-request-id: req-7a3e7491-8327-4aa3-9d2d-b9dad5e7839a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:24:36,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-7a3e7491-8327-4aa3-9d2d-b9dad5e7839a 2018-08-20 11:24:36,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720789432526s 2018-08-20 11:24:36,450 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-7a3e7491-8327-4aa3-9d2d-b9dad5e7839a 2018-08-20 11:24:41,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:41,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:41,486 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:41 GMT Server: Apache x-openstack-request-id: req-e65c4fa4-aec9-4c16-a7f5-8224e2a9ba8b Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:41,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:41 GMT Server: Apache x-openstack-request-id: req-07bb40ca-a332-40ee-b838-d40bbaf688e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:41,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-07bb40ca-a332-40ee-b838-d40bbaf688e8 2018-08-20 11:24:41,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072643995285s 2018-08-20 11:24:41,530 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-07bb40ca-a332-40ee-b838-d40bbaf688e8 2018-08-20 11:24:46,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:46,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:46,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:46 GMT Server: Apache x-openstack-request-id: req-89c1021d-2b04-4789-a16b-13ed149aacfe Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:46,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:46 GMT Server: Apache x-openstack-request-id: req-d0d6e768-a79f-4323-8126-892398780c36 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:46,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-d0d6e768-a79f-4323-8126-892398780c36 2018-08-20 11:24:46,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733590126038s 2018-08-20 11:24:46,609 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-d0d6e768-a79f-4323-8126-892398780c36 2018-08-20 11:24:46,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:24:46,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:46,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:46 GMT Server: Apache x-openstack-request-id: req-ecd2598e-ff07-4452-9342-e9a7d6deb8dc Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:24:46,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:46 GMT Server: Apache x-openstack-request-id: req-ce45a311-9e42-4989-a6f7-00327c41f523 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:24:46,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-ce45a311-9e42-4989-a6f7-00327c41f523 2018-08-20 11:24:46,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.250475168228s 2018-08-20 11:24:46,861 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-ce45a311-9e42-4989-a6f7-00327c41f523 2018-08-20 11:24:51,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:51,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:51,898 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:51 GMT Server: Apache x-openstack-request-id: req-de2ee517-b777-4a0d-a784-db344894a4e7 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:51,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:51 GMT Server: Apache x-openstack-request-id: req-61294c07-4d35-4cb1-b105-5b155290e158 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:51,940 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-61294c07-4d35-4cb1-b105-5b155290e158 2018-08-20 11:24:51,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726420879364s 2018-08-20 11:24:51,941 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-61294c07-4d35-4cb1-b105-5b155290e158 2018-08-20 11:24:56,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:24:56,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:56,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:56 GMT Server: Apache x-openstack-request-id: req-9a76dda1-b520-4a20-9db8-79c9ac006295 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:24:57,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:56 GMT Server: Apache x-openstack-request-id: req-67d6510a-9713-42e6-a91b-cdb0ecd1b5c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:24:57,015 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-67d6510a-9713-42e6-a91b-cdb0ecd1b5c9 2018-08-20 11:24:57,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728180408478s 2018-08-20 11:24:57,015 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-67d6510a-9713-42e6-a91b-cdb0ecd1b5c9 2018-08-20 11:24:57,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:24:57,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:24:57,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:24:57 GMT Server: Apache x-openstack-request-id: req-f9a60e3d-5d2a-4642-af20-4052ea037dca Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:24:57,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:24:57 GMT Server: Apache x-openstack-request-id: req-c6d4b2af-2e44-4be1-9913-f6a753aaf74d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:24:57,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-c6d4b2af-2e44-4be1-9913-f6a753aaf74d 2018-08-20 11:24:57,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0742979049683s 2018-08-20 11:24:57,090 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-c6d4b2af-2e44-4be1-9913-f6a753aaf74d 2018-08-20 11:25:02,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:02,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:02,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:02 GMT Server: Apache x-openstack-request-id: req-67910e5f-48e3-45d7-bf7c-ec1f1dc8b976 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:02,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:02 GMT Server: Apache x-openstack-request-id: req-69a5c848-2bd2-4e8a-a1cb-66b43e490391 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:02,170 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-69a5c848-2bd2-4e8a-a1cb-66b43e490391 2018-08-20 11:25:02,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727248191833s 2018-08-20 11:25:02,170 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-69a5c848-2bd2-4e8a-a1cb-66b43e490391 2018-08-20 11:25:07,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:07,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:07 GMT Server: Apache x-openstack-request-id: req-40e90f8f-9f9d-484b-acd7-0c22abf761f1 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:07,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:07 GMT Server: Apache x-openstack-request-id: req-e7c407ed-600e-42b1-a84d-c7dae0e3aa32 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:07,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-e7c407ed-600e-42b1-a84d-c7dae0e3aa32 2018-08-20 11:25:07,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744309425354s 2018-08-20 11:25:07,251 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-e7c407ed-600e-42b1-a84d-c7dae0e3aa32 2018-08-20 11:25:07,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:25:07,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:07,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:07 GMT Server: Apache x-openstack-request-id: req-498e3723-7fe0-42f6-94ae-d6cba7fdcc47 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:25:07,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:07 GMT Server: Apache x-openstack-request-id: req-ce914391-5329-4bc1-9da6-85f679adf952 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:25:07,323 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-ce914391-5329-4bc1-9da6-85f679adf952 2018-08-20 11:25:07,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718529224396s 2018-08-20 11:25:07,324 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-ce914391-5329-4bc1-9da6-85f679adf952 2018-08-20 11:25:12,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:12,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:12,361 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:12 GMT Server: Apache x-openstack-request-id: req-1284c763-2949-4755-abad-e2a376fb294a Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:12,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:12 GMT Server: Apache x-openstack-request-id: req-2b635e04-9225-42d2-9b67-d97bd70dcc86 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:12,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-2b635e04-9225-42d2-9b67-d97bd70dcc86 2018-08-20 11:25:12,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723378658295s 2018-08-20 11:25:12,403 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-2b635e04-9225-42d2-9b67-d97bd70dcc86 2018-08-20 11:25:17,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:17,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:17,439 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:17 GMT Server: Apache x-openstack-request-id: req-b1f4b314-38a6-4802-8442-aa8a01716b10 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:17,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:17 GMT Server: Apache x-openstack-request-id: req-9b440959-5fdd-4e90-8c53-7a272c6dc1b5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:17,481 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-9b440959-5fdd-4e90-8c53-7a272c6dc1b5 2018-08-20 11:25:17,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07239985466s 2018-08-20 11:25:17,482 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-9b440959-5fdd-4e90-8c53-7a272c6dc1b5 2018-08-20 11:25:17,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:25:17,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:17,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:17 GMT Server: Apache x-openstack-request-id: req-a0379eca-d28c-4e01-a5c0-a481da40a552 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:25:17,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:17 GMT Server: Apache x-openstack-request-id: req-1adecf9b-eeb9-423f-9c90-c8398cf7e0d8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:25:17,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-1adecf9b-eeb9-423f-9c90-c8398cf7e0d8 2018-08-20 11:25:17,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0728440284729s 2018-08-20 11:25:17,555 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-1adecf9b-eeb9-423f-9c90-c8398cf7e0d8 2018-08-20 11:25:22,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:22,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:22,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:22 GMT Server: Apache x-openstack-request-id: req-bbb07fd2-58cc-4452-afd4-0ee1fb5a4efc Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:22,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:22 GMT Server: Apache x-openstack-request-id: req-9bae8fa8-1775-4a91-b0fb-71997960e885 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:22,634 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-9bae8fa8-1775-4a91-b0fb-71997960e885 2018-08-20 11:25:22,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720510482788s 2018-08-20 11:25:22,635 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-9bae8fa8-1775-4a91-b0fb-71997960e885 2018-08-20 11:25:27,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:27,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:27,686 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:27 GMT Server: Apache x-openstack-request-id: req-90b042ee-9b3d-49be-82c6-76645c65cf26 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:27,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:27 GMT Server: Apache x-openstack-request-id: req-0b4b9748-b29f-4da0-a55c-e4de620c738e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-20T11:25:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/ellis/events/10a39efb-f1ca-456b-9a33-033389e5a4ba", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "fbf84a6b-bfe6-4608-a21e-5ea30ca5209a", "id": "10a39efb-f1ca-456b-9a33-033389e5a4ba"}, {"resource_name": "homer", "event_time": "2018-08-20T11:25:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/homer/events/2c5701b4-5cd7-4335-8d0b-aedd8c9c8483", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-bkm4tzexkusb", "id": "2c5701b4-5cd7-4335-8d0b-aedd8c9c8483"}, {"resource_name": "dime", "event_time": "2018-08-20T11:25:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dime/events/c6b50e0c-1297-4220-a863-f8d188245f03", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-mupazar3hz7c", "id": "c6b50e0c-1297-4220-a863-f8d188245f03"}, {"resource_name": "sprout", "event_time": "2018-08-20T11:25:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sprout/events/47d7baca-87ad-42e8-b91d-3a2698910fda", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-pmpaki6xnjsz", "id": "47d7baca-87ad-42e8-b91d-3a2698910fda"}, {"resource_name": "bono", "event_time": "2018-08-20T11:25:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/bono/events/99d30c83-3e30-46f6-9d12-32b3ac95cc6d", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-g74mko6gxecp", "id": "99d30c83-3e30-46f6-9d12-32b3ac95cc6d"}, {"resource_name": "vellum", "event_time": "2018-08-20T11:25:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/vellum/events/91923c5d-6469-42a0-b7bd-d1269c35df19", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-y7mzwy3azsfh", "id": "91923c5d-6469-42a0-b7bd-d1269c35df19"}]} 2018-08-20 11:25:27,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-0b4b9748-b29f-4da0-a55c-e4de620c738e 2018-08-20 11:25:27,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0924270153046s 2018-08-20 11:25:27,733 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc&marker=ca99c9b4-8a68-4da6-8937-7d2be00404c5&sort_dir=asc used request id req-0b4b9748-b29f-4da0-a55c-e4de620c738e 2018-08-20 11:25:32,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:32,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:32,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:32 GMT Server: Apache x-openstack-request-id: req-7884e864-631f-4d56-a84a-2c4bf1b2adf5 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:32,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:32 GMT Server: Apache x-openstack-request-id: req-43148f94-2c2a-4779-a052-a40f1405d308 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:32,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-43148f94-2c2a-4779-a052-a40f1405d308 2018-08-20 11:25:32,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.138319015503s 2018-08-20 11:25:32,879 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-43148f94-2c2a-4779-a052-a40f1405d308 2018-08-20 11:25:37,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:37,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:37,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:37 GMT Server: Apache x-openstack-request-id: req-88364349-ba6f-4711-8eea-5178aac14158 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:38,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:37 GMT Server: Apache x-openstack-request-id: req-e6961569-4130-48e8-82b9-aadfd6058420 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:38,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-e6961569-4130-48e8-82b9-aadfd6058420 2018-08-20 11:25:38,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.125116109848s 2018-08-20 11:25:38,010 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-e6961569-4130-48e8-82b9-aadfd6058420 2018-08-20 11:25:38,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:25:38,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:38,042 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:38 GMT Server: Apache x-openstack-request-id: req-be9c3c71-c0f1-4537-9046-f3fd3a1396d6 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:25:38,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:38 GMT Server: Apache x-openstack-request-id: req-f8e64eee-20c1-49d2-a18a-3e9f3295f946 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:25:38,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-f8e64eee-20c1-49d2-a18a-3e9f3295f946 2018-08-20 11:25:38,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0737009048462s 2018-08-20 11:25:38,085 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-f8e64eee-20c1-49d2-a18a-3e9f3295f946 2018-08-20 11:25:43,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:43,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:43,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:43 GMT Server: Apache x-openstack-request-id: req-f685c8ac-612b-490c-ac7c-bf9b6d963a97 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:43,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:43 GMT Server: Apache x-openstack-request-id: req-20f81fba-be1c-4f90-8c72-e88c44e808c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:43,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-20f81fba-be1c-4f90-8c72-e88c44e808c3 2018-08-20 11:25:43,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732519626617s 2018-08-20 11:25:43,166 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-20f81fba-be1c-4f90-8c72-e88c44e808c3 2018-08-20 11:25:48,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:48,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:48,290 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:48 GMT Server: Apache x-openstack-request-id: req-e61907a9-3557-40e0-961a-881901aa13a2 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:48,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:48 GMT Server: Apache x-openstack-request-id: req-81beffb1-7294-424f-a495-56e43b081284 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:48,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-81beffb1-7294-424f-a495-56e43b081284 2018-08-20 11:25:48,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.164124011993s 2018-08-20 11:25:48,336 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-81beffb1-7294-424f-a495-56e43b081284 2018-08-20 11:25:48,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:25:48,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:48,367 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:48 GMT Server: Apache x-openstack-request-id: req-a3d580b4-2eb3-4442-8476-1c8d9978775c Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:25:48,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:48 GMT Server: Apache x-openstack-request-id: req-2592cafe-5e70-4eea-8ab5-2a4e220c7c23 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:25:48,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-2592cafe-5e70-4eea-8ab5-2a4e220c7c23 2018-08-20 11:25:48,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729160308838s 2018-08-20 11:25:48,410 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-2592cafe-5e70-4eea-8ab5-2a4e220c7c23 2018-08-20 11:25:53,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:53,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:53,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:53 GMT Server: Apache x-openstack-request-id: req-652df828-852f-4834-8ee1-569941e9dabb Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:53,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:53 GMT Server: Apache x-openstack-request-id: req-82fb18d3-a6de-45e8-88d3-60a9646cf49a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:53,489 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-82fb18d3-a6de-45e8-88d3-60a9646cf49a 2018-08-20 11:25:53,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725498199463s 2018-08-20 11:25:53,490 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-82fb18d3-a6de-45e8-88d3-60a9646cf49a 2018-08-20 11:25:58,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:25:58,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:58,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:58 GMT Server: Apache x-openstack-request-id: req-758a022e-1bfa-48af-aeb4-3f41b0841df9 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:25:58,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:58 GMT Server: Apache x-openstack-request-id: req-e622661b-e7da-4683-beae-c86312681b16 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:25:58,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-e622661b-e7da-4683-beae-c86312681b16 2018-08-20 11:25:58,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0751078128815s 2018-08-20 11:25:58,571 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-e622661b-e7da-4683-beae-c86312681b16 2018-08-20 11:25:58,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:25:58,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:25:58,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:25:58 GMT Server: Apache x-openstack-request-id: req-b8100773-a41b-477f-a731-458ab41a8f36 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:25:58,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:25:58 GMT Server: Apache x-openstack-request-id: req-ef8d943e-4ff9-4745-9c99-6d6d073d5c40 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:25:58,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-ef8d943e-4ff9-4745-9c99-6d6d073d5c40 2018-08-20 11:25:58,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0917780399323s 2018-08-20 11:25:58,663 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-ef8d943e-4ff9-4745-9c99-6d6d073d5c40 2018-08-20 11:26:03,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:26:03,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:03,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:26:03 GMT Server: Apache x-openstack-request-id: req-bbb96615-37c0-41d3-8d66-121ca56e2426 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:26:03,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:03 GMT Server: Apache x-openstack-request-id: req-72f7b782-8ac3-422f-981c-df4f9891abfa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:26:03,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-72f7b782-8ac3-422f-981c-df4f9891abfa 2018-08-20 11:26:03,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248159885406s 2018-08-20 11:26:03,918 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-72f7b782-8ac3-422f-981c-df4f9891abfa 2018-08-20 11:26:08,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:26:08,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:08,955 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:26:08 GMT Server: Apache x-openstack-request-id: req-461a5ec3-28d6-41d1-acb9-9ec98425d230 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:26:08,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:08 GMT Server: Apache x-openstack-request-id: req-d12bd2eb-6e80-4dd7-8deb-5d913ef06538 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:26:08,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-d12bd2eb-6e80-4dd7-8deb-5d913ef06538 2018-08-20 11:26:08,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741548538208s 2018-08-20 11:26:08,999 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-d12bd2eb-6e80-4dd7-8deb-5d913ef06538 2018-08-20 11:26:08,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:26:09,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:09,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:26:08 GMT Server: Apache x-openstack-request-id: req-e99bfa85-3285-4a1d-b5f3-3b4b066c9959 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:26:09,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:09 GMT Server: Apache x-openstack-request-id: req-10f1b118-cf44-43ee-9b67-aa1d84dd5302 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:26:09,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-10f1b118-cf44-43ee-9b67-aa1d84dd5302 2018-08-20 11:26:09,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0742399692535s 2018-08-20 11:26:09,074 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-10f1b118-cf44-43ee-9b67-aa1d84dd5302 2018-08-20 11:26:14,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:26:14,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:14,282 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:26:14 GMT Server: Apache x-openstack-request-id: req-010ac5c7-ee8f-4c50-8c25-2d627a7b3cea Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:26:14,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:14 GMT Server: Apache x-openstack-request-id: req-ac0bfb07-be9a-49b8-954a-57ab04c9b430 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-20T11:26:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/homer/events/07bfe082-53e2-45ca-8db4-6c6eb4d48767", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "dcdf6e73-2d23-45e9-b121-cfe2e6743d58", "id": "07bfe082-53e2-45ca-8db4-6c6eb4d48767"}, {"resource_name": "bono", "event_time": "2018-08-20T11:26:12Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/bono/events/6870a34a-be15-42e0-97ca-7ebba771b610", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "61911baf-43c8-4d75-8a4f-01ac646d4572", "id": "6870a34a-be15-42e0-97ca-7ebba771b610"}, {"resource_name": "sprout", "event_time": "2018-08-20T11:26:13Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sprout/events/5bf44881-872d-4c31-9dec-758d4d1c7a96", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "f2f0c4b5-acef-4682-b9d0-40552ed191e7", "id": "5bf44881-872d-4c31-9dec-758d4d1c7a96"}]} 2018-08-20 11:26:14,330 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-ac0bfb07-be9a-49b8-954a-57ab04c9b430 2018-08-20 11:26:14,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.249106168747s 2018-08-20 11:26:14,330 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc&marker=91923c5d-6469-42a0-b7bd-d1269c35df19&sort_dir=asc used request id req-ac0bfb07-be9a-49b8-954a-57ab04c9b430 2018-08-20 11:26:19,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:26:19,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:19,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:26:19 GMT Server: Apache x-openstack-request-id: req-28738d90-4559-4166-9c26-ea3094cbdc16 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:26:19,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:19 GMT Server: Apache x-openstack-request-id: req-55d7c601-9b5e-403d-ae61-602dde253c6f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:26:19,583 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc&marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc used request id req-55d7c601-9b5e-403d-ae61-602dde253c6f 2018-08-20 11:26:19,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.246155023575s 2018-08-20 11:26:19,583 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc&marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc used request id req-55d7c601-9b5e-403d-ae61-602dde253c6f 2018-08-20 11:26:24,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:26:24,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/events?marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:24,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:26:24 GMT Server: Apache x-openstack-request-id: req-47004516-4028-4c8d-b837-2d2299a35313 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:26:24,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:24 GMT Server: Apache x-openstack-request-id: req-8d4222ac-ec5f-4f4a-b48c-f9a649dfe035 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-20T11:26:22Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dime/events/b5657eee-9702-40e4-8761-2e5c55072333", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "05708ecf-c07f-417e-9e69-478500802fcc", "id": "b5657eee-9702-40e4-8761-2e5c55072333"}, {"resource_name": "vellum", "event_time": "2018-08-20T11:26:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/vellum/events/187ff8e2-fabd-4d8d-a335-658096ae9c1d", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "6c80f4f2-2fe1-4a7a-a866-b5d80db67f25", "id": "187ff8e2-fabd-4d8d-a335-658096ae9c1d"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-20T11:26:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv/events/728414bc-c236-4218-b47e-0f7d8019d1a0", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "id": "728414bc-c236-4218-b47e-0f7d8019d1a0"}]} 2018-08-20 11:26:24,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc&marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc used request id req-8d4222ac-ec5f-4f4a-b48c-f9a649dfe035 2018-08-20 11:26:24,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0765850543976s 2018-08-20 11:26:24,666 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc&marker=5bf44881-872d-4c31-9dec-758d4d1c7a96&sort_dir=asc used request id req-8d4222ac-ec5f-4f4a-b48c-f9a649dfe035 2018-08-20 11:26:24,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:26:24,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:24,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:26:24 GMT Server: Apache x-openstack-request-id: req-08dd057f-e0ef-42f5-ba0a-09795c42b87f Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1 Content-Length: 423 Content-Type: text/html; 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-08-20 11:26:24,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:24 GMT Server: Apache x-openstack-request-id: req-d8066d3b-aac2-48b2-aff8-5141b244008a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 950 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "outputs": [{"output_value": "172.30.9.204", "output_key": "dns_ip", "description": "IP address of DNS"}, {"output_value": "clearwater.opnfv", "output_key": "zone", "description": "DNS zone"}], "template_description": "Clearwater deployment\n"}} 2018-08-20 11:26:24,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1 used request id req-d8066d3b-aac2-48b2-aff8-5141b244008a 2018-08-20 11:26:24,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.155447006226s 2018-08-20 11:26:24,823 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1 used request id req-d8066d3b-aac2-48b2-aff8-5141b244008a 2018-08-20 11:26:24,825 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-20T11:21:09Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'dc16052a-6143-410f-bb2c-43b2ea9857c1', 'parameters': Munch({u'OS::project_id': u'f50bdcedee9341f0850816401064a6f2', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934', u'sprout_cluster_size': u'1', u'private_sig_net_pool_start': u'192.168.1.1', u'zone': u'clearwater.opnfv', u'private_mgmt_net_pool_end': u'192.168.0.253', u'external_mgmt_dns_ip': u'8.8.8.8', u'private_sig_net_cidr': u'192.168.1.0/24', u'external_sig_dns_ip': u'8.8.8.8', u'private_sig_net_gateway': u'192.168.1.254', u'vellum_cluster_size': u'1', u'OS::stack_name': u'clearwater-opnfv', u'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', u'dn_range_length': u'1000', u'private_mgmt_net_cidr': u'192.168.0.0/24', u'private_sig_net_pool_end': u'192.168.1.253', u'dn_range_start': u'6505550000', u'public_sig_net_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'repo_url': u'http://repo.cw-ngv.com/stable', u'homer_cluster_size': u'1', u'private_mgmt_net_gateway': u'192.168.0.254', u'OS::stack_id': u'dc16052a-6143-410f-bb2c-43b2ea9857c1', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'a6080755-5724-465a-b182-14c24f0c1811'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'd7e0e1437b5a42fc8c9b2672f42eb33c', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.204', u'output_key': u'dns_ip', u'description': u'IP address of DNS'}), Munch({u'output_value': u'clearwater.opnfv', u'output_key': u'zone', u'description': u'DNS zone'})], 'stack_owner': None, 'stack_status': u'CREATE_COMPLETE', 'status_reason': u'Stack CREATE completed successfully', 'properties': Munch({u'capabilities': []}), 'template_description': u'Clearwater deployment\n', 'is_rollback_enabled': False, 'name': u'clearwater-opnfv', 'created_at': u'2018-08-20T11:21:09Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1'}) 2018-08-20 11:26:24,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:26:24,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:25,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b357e78b-b8c5-4cf6-b127-a9799b829e23 x-compute-request-id: req-b357e78b-b8c5-4cf6-b127-a9799b829e23 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:26:25,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b357e78b-b8c5-4cf6-b127-a9799b829e23 2018-08-20 11:26:25,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.964353084564s 2018-08-20 11:26:25,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b357e78b-b8c5-4cf6-b127-a9799b829e23 2018-08-20 11:26:25,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:26:25,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:25,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1761 X-Openstack-Request-Id: req-1367d3f8-b99a-4836-a2ab-25bd5768f3dc Date: Mon, 20 Aug 2018 11:26:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9aa095b6-252f-4907-88bc-5be3badf42fe"],"updated_at":"2018-08-20T11:21:15Z","tenant_id":"f50bdcedee9341f0850816401064a6f2","created_at":"2018-08-20T11:21:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f50bdcedee9341f0850816401064a6f2","id":"053effac-296b-42c6-8225-96d4ba4fab73","name":"clearwater-opnfv-private-management"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["362fc616-5c07-4b88-a665-aa9a9999e50e"],"updated_at":"2018-08-20T11:21:19Z","tenant_id":"f50bdcedee9341f0850816401064a6f2","created_at":"2018-08-20T11:21:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f50bdcedee9341f0850816401064a6f2","id":"c79cb7a9-55d5-4dbf-a00f-d57e4855ddae","name":"clearwater-opnfv-private-signaling"}]} 2018-08-20 11:26:25,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-1367d3f8-b99a-4836-a2ab-25bd5768f3dc 2018-08-20 11:26:25,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.12292599678s 2018-08-20 11:26:25,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-1367d3f8-b99a-4836-a2ab-25bd5768f3dc 2018-08-20 11:26:25,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 11:26:25,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:26,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-fad726fe-1a11-4c1c-8082-cc549b5118ba Date: Mon, 20 Aug 2018 11:26:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c79cb7a9-55d5-4dbf-a00f-d57e4855ddae","tenant_id":"f50bdcedee9341f0850816401064a6f2","created_at":"2018-08-20T11:21:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:21:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.1","end":"192.168.1.253"}],"gateway_ip":"192.168.1.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"f50bdcedee9341f0850816401064a6f2","id":"362fc616-5c07-4b88-a665-aa9a9999e50e","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"053effac-296b-42c6-8225-96d4ba4fab73","tenant_id":"f50bdcedee9341f0850816401064a6f2","created_at":"2018-08-20T11:21:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:21:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.1","end":"192.168.0.253"}],"gateway_ip":"192.168.0.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"f50bdcedee9341f0850816401064a6f2","id":"9aa095b6-252f-4907-88bc-5be3badf42fe","subnetpool_id":null,"name":"clearwater-opnfv-private-management"}]} 2018-08-20 11:26:26,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-fad726fe-1a11-4c1c-8082-cc549b5118ba 2018-08-20 11:26:26,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.250990152359s 2018-08-20 11:26:26,178 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-fad726fe-1a11-4c1c-8082-cc549b5118ba 2018-08-20 11:26:26,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:26:26,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:26,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-146bfbaa-d363-4921-ac8c-dd11cc0efe9c x-compute-request-id: req-146bfbaa-d363-4921-ac8c-dd11cc0efe9c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 11:26:26,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-146bfbaa-d363-4921-ac8c-dd11cc0efe9c 2018-08-20 11:26:26,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0261821746826s 2018-08-20 11:26:26,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-146bfbaa-d363-4921-ac8c-dd11cc0efe9c 2018-08-20 11:26:26,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-20 11:26:26,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:27,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c4a6f42-514a-422a-8365-a209b4ec80ba x-compute-request-id: req-9c4a6f42-514a-422a-8365-a209b4ec80ba Content-Encoding: gzip Content-Length: 924 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0fea9595-ccab-4ddd-8349-57449acc3dc2"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "4822c00f-f037-4492-a89c-9f899e65588a"}, {"from_port": 4000, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "7872e6e7-5dfd-4948-8554-1a303189adbb"}, {"from_port": 2380, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "d5f8732b-61f8-4e38-a7c5-cb549e2676cf"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "da6738c9-c7d3-420a-9f6a-d495b938bc54"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 11311, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "5570820a-c98e-4543-b7a0-59de1aa6f2c0", "ip_range": {}, "id": "28c5c15d-810e-4a55-9161-e5fca7c10d47"}, {"from_port": 7253, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "5570820a-c98e-4543-b7a0-59de1aa6f2c0", "ip_range": {}, "id": "a8898f52-817e-4815-921a-7515eb4fe56a"}, {"from_port": 9160, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "5570820a-c98e-4543-b7a0-59de1aa6f2c0", "ip_range": {}, "id": "ac4cd030-ad06-48e0-9e8d-c6b8508da0bc"}, {"from_port": 7253, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "5570820a-c98e-4543-b7a0-59de1aa6f2c0", "ip_range": {}, "id": "cf6c8676-342e-4855-a95b-08bb7bb67a97"}, {"from_port": 9160, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "5570820a-c98e-4543-b7a0-59de1aa6f2c0", "ip_range": {}, "id": "f2833690-384f-4fe6-91ee-05fc8c0c9c12"}, {"from_port": 11311, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "5570820a-c98e-4543-b7a0-59de1aa6f2c0", "ip_range": {}, "id": "ff73eff0-4376-43c9-bc90-9fdd8af5be4e"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "5570820a-c98e-4543-b7a0-59de1aa6f2c0", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "b6730b49-7334-4dc9-8187-a15524fe0973", "ip_range": {}, "id": "129ab094-7e4f-4e8a-b5af-ed0dc3bd075d"}, {"from_port": 7000, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "b6730b49-7334-4dc9-8187-a15524fe0973", "ip_range": {}, "id": "5e028492-90d4-436f-938f-449913c0499c"}, {"from_port": 11211, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "b6730b49-7334-4dc9-8187-a15524fe0973", "ip_range": {}, "id": "cf7fad1e-222c-480f-9bb4-8b6671acc607"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "b6730b49-7334-4dc9-8187-a15524fe0973", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-20 11:26:27,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/os-security-groups used request id req-9c4a6f42-514a-422a-8365-a209b4ec80ba 2018-08-20 11:26:27,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.07047390938s 2018-08-20 11:26:27,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/os-security-groups used request id req-9c4a6f42-514a-422a-8365-a209b4ec80ba 2018-08-20 11:26:27,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:26:27,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:27,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-085b89df-2168-4a45-a79f-87b42f657e07 Date: Mon, 20 Aug 2018 11:26:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "metadata": {}}], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": 263193088, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:57Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:26:27,323 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-085b89df-2168-4a45-a79f-87b42f657e07 2018-08-20 11:26:27,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352880954742s 2018-08-20 11:26:27,323 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-085b89df-2168-4a45-a79f-87b42f657e07 2018-08-20 11:26:27,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 11:26:27,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:27,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:27 GMT Server: Apache x-compute-request-id: req-e3e00895-9a92-4ef6-9509-06186bdc2008 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e3e00895-9a92-4ef6-9509-06186bdc2008 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 11:26:27,968 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-e3e00895-9a92-4ef6-9509-06186bdc2008 2018-08-20 11:26:27,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.64143204689s 2018-08-20 11:26:27,969 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-e3e00895-9a92-4ef6-9509-06186bdc2008 2018-08-20 11:26:27,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:26:27,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:27,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-1bda6720-bf3c-46c8-9b90-32ed50f26e4d x-compute-request-id: req-1bda6720-bf3c-46c8-9b90-32ed50f26e4d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 11:26:27,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-1bda6720-bf3c-46c8-9b90-32ed50f26e4d 2018-08-20 11:26:27,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0271601676941s 2018-08-20 11:26:27,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-1bda6720-bf3c-46c8-9b90-32ed50f26e4d 2018-08-20 11:26:27,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-20 11:26:28,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:29,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95981826-90c4-4503-9acd-589a8d817084 x-compute-request-id: req-95981826-90c4-4503-9acd-589a8d817084 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0fea9595-ccab-4ddd-8349-57449acc3dc2"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "4822c00f-f037-4492-a89c-9f899e65588a"}, {"from_port": 4000, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "7872e6e7-5dfd-4948-8554-1a303189adbb"}, {"from_port": 2380, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "d5f8732b-61f8-4e38-a7c5-cb549e2676cf"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "da6738c9-c7d3-420a-9f6a-d495b938bc54"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "cac4a9e6-2012-41a4-a6cc-90bcafd27029", "ip_range": {}, "id": "89330daf-38dd-4ba8-a7e3-bff1205244a6"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "cac4a9e6-2012-41a4-a6cc-90bcafd27029", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "599fb338-5191-417a-a96e-e847f30fc3ba", "ip_range": {}, "id": "5a3c5b21-1e26-4443-b69c-67f412781a79"}, {"from_port": 8888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "599fb338-5191-417a-a96e-e847f30fc3ba", "ip_range": {}, "id": "602c0ec9-06b3-49df-b11f-c94cf093ff74"}, {"from_port": 10888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "599fb338-5191-417a-a96e-e847f30fc3ba", "ip_range": {}, "id": "63c594d5-b7bc-4f2f-a79d-a02cc9630800"}, {"from_port": 8888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "599fb338-5191-417a-a96e-e847f30fc3ba", "ip_range": {}, "id": "6c0764c4-ea9d-4a09-8abc-6a75faeeb93e"}, {"from_port": 10888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "599fb338-5191-417a-a96e-e847f30fc3ba", "ip_range": {}, "id": "7eebc259-daed-4bad-a434-6194dbdd35b4"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "599fb338-5191-417a-a96e-e847f30fc3ba", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-20 11:26:29,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759/os-security-groups used request id req-95981826-90c4-4503-9acd-589a8d817084 2018-08-20 11:26:29,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.76580309868s 2018-08-20 11:26:29,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759/os-security-groups used request id req-95981826-90c4-4503-9acd-589a8d817084 2018-08-20 11:26:29,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:26:29,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:29,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-ab51075b-1a44-440d-97e2-f27e771a6e5d Date: Mon, 20 Aug 2018 11:26:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "metadata": {}}], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": 263193088, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:57Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:26:29,981 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ab51075b-1a44-440d-97e2-f27e771a6e5d 2018-08-20 11:26:29,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.208181858063s 2018-08-20 11:26:29,982 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-ab51075b-1a44-440d-97e2-f27e771a6e5d 2018-08-20 11:26:29,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 11:26:29,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:30,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:29 GMT Server: Apache x-compute-request-id: req-6c44583e-3787-466f-a6e9-5e3c1c7c3be8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c44583e-3787-466f-a6e9-5e3c1c7c3be8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 11:26:30,606 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-6c44583e-3787-466f-a6e9-5e3c1c7c3be8 2018-08-20 11:26:30,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.621369123459s 2018-08-20 11:26:30,607 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-6c44583e-3787-466f-a6e9-5e3c1c7c3be8 2018-08-20 11:26:31,610 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-08-20 11:26:31,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:26:31,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:31,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-2e3c2d0a-8c6a-4830-af98-d6535c98f660 x-compute-request-id: req-2e3c2d0a-8c6a-4830-af98-d6535c98f660 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 11:26:31,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-2e3c2d0a-8c6a-4830-af98-d6535c98f660 2018-08-20 11:26:31,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266680717468s 2018-08-20 11:26:31,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-2e3c2d0a-8c6a-4830-af98-d6535c98f660 2018-08-20 11:26:31,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-20 11:26:31,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:32,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-6da1b828-33e4-424b-b5a2-1512a9581e1b x-compute-request-id: req-6da1b828-33e4-424b-b5a2-1512a9581e1b Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0fea9595-ccab-4ddd-8349-57449acc3dc2"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "4822c00f-f037-4492-a89c-9f899e65588a"}, {"from_port": 4000, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "7872e6e7-5dfd-4948-8554-1a303189adbb"}, {"from_port": 2380, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "d5f8732b-61f8-4e38-a7c5-cb549e2676cf"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "da6738c9-c7d3-420a-9f6a-d495b938bc54"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "0308899a-057d-457e-8bb4-c216d56ff388", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0087385c-d4f0-4489-98a4-790d309c04ff"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "0308899a-057d-457e-8bb4-c216d56ff388", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1c57dee5-f871-489d-8874-6ece3d08d8be"}, {"from_port": 5058, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "0308899a-057d-457e-8bb4-c216d56ff388", "ip_range": {}, "id": "2ba192e3-4e65-4d66-acf2-5f1d8603fd1e"}, {"from_port": 5058, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "0308899a-057d-457e-8bb4-c216d56ff388", "ip_range": {}, "id": "43dca1a7-1d4b-4b76-a384-79c44d1e2721"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "0308899a-057d-457e-8bb4-c216d56ff388", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "6334673d-155b-42a6-8c65-f61e81580722"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "0308899a-057d-457e-8bb4-c216d56ff388", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7f1dd978-7604-40ed-832f-cc3dc4b5ee97"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "0308899a-057d-457e-8bb4-c216d56ff388", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "83eb8dcd-83fe-40c6-9c0e-20e54afb4d9d"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "0308899a-057d-457e-8bb4-c216d56ff388", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bf90ef2f-1744-4d75-87fa-5f62cfcf887e"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "0308899a-057d-457e-8bb4-c216d56ff388", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-20 11:26:32,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052/os-security-groups used request id req-6da1b828-33e4-424b-b5a2-1512a9581e1b 2018-08-20 11:26:32,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.2388780117s 2018-08-20 11:26:32,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052/os-security-groups used request id req-6da1b828-33e4-424b-b5a2-1512a9581e1b 2018-08-20 11:26:32,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:26:32,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:32,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-678e30e4-1346-4293-a94e-1a74371dbf04 Date: Mon, 20 Aug 2018 11:26:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "metadata": {}}], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": 263193088, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:57Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:26:32,921 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-678e30e4-1346-4293-a94e-1a74371dbf04 2018-08-20 11:26:32,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0343949794769s 2018-08-20 11:26:32,921 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-678e30e4-1346-4293-a94e-1a74371dbf04 2018-08-20 11:26:32,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 11:26:32,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:33,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:32 GMT Server: Apache x-compute-request-id: req-cc051ccd-d0df-489a-be5a-2ac38b68c9d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cc051ccd-d0df-489a-be5a-2ac38b68c9d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 11:26:33,541 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-cc051ccd-d0df-489a-be5a-2ac38b68c9d0 2018-08-20 11:26:33,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.61598110199s 2018-08-20 11:26:33,542 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-cc051ccd-d0df-489a-be5a-2ac38b68c9d0 2018-08-20 11:26:34,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:26:34,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:34,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-906aaa31-021b-43e4-936b-c745c1b51e74 x-compute-request-id: req-906aaa31-021b-43e4-936b-c745c1b51e74 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 11:26:34,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-906aaa31-021b-43e4-936b-c745c1b51e74 2018-08-20 11:26:34,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0273220539093s 2018-08-20 11:26:34,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-906aaa31-021b-43e4-936b-c745c1b51e74 2018-08-20 11:26:34,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-20 11:26:34,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:35,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5e07fdc-0ae4-4cdb-b562-5446720de8d2 x-compute-request-id: req-c5e07fdc-0ae4-4cdb-b562-5446720de8d2 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0fea9595-ccab-4ddd-8349-57449acc3dc2"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "4822c00f-f037-4492-a89c-9f899e65588a"}, {"from_port": 4000, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "7872e6e7-5dfd-4948-8554-1a303189adbb"}, {"from_port": 2380, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "d5f8732b-61f8-4e38-a7c5-cb549e2676cf"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "da6738c9-c7d3-420a-9f6a-d495b938bc54"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "43a63346-d225-406c-9e67-b590db319ae7", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "594d0b16-13be-4944-9045-dea1501dae3f"}, {"from_port": 7888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "43a63346-d225-406c-9e67-b590db319ae7", "ip_range": {}, "id": "79fab4e5-d848-461a-a072-540fac292529"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "43a63346-d225-406c-9e67-b590db319ae7", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "c45313c0-066b-44da-a067-70f612549c76", "ip_range": {}, "id": "1d579aa4-b386-4163-87d0-f32effb93e18"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "c45313c0-066b-44da-a067-70f612549c76", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a0e56ed1-0251-49ca-9394-ab0289b70ff2"}, {"from_port": 9160, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "c45313c0-066b-44da-a067-70f612549c76", "ip_range": {}, "id": "d7ceeed7-007f-4062-8774-9dc81129882c"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "c45313c0-066b-44da-a067-70f612549c76", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-20 11:26:35,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e/os-security-groups used request id req-c5e07fdc-0ae4-4cdb-b562-5446720de8d2 2018-08-20 11:26:35,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.17331790924s 2018-08-20 11:26:35,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e/os-security-groups used request id req-c5e07fdc-0ae4-4cdb-b562-5446720de8d2 2018-08-20 11:26:35,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:26:35,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:35,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-06886037-86d9-4824-9c26-01938b00fa93 Date: Mon, 20 Aug 2018 11:26:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "metadata": {}}], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": 263193088, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:57Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:26:35,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-06886037-86d9-4824-9c26-01938b00fa93 2018-08-20 11:26:35,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0333850383759s 2018-08-20 11:26:35,790 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-06886037-86d9-4824-9c26-01938b00fa93 2018-08-20 11:26:35,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 11:26:35,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:36,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:35 GMT Server: Apache x-compute-request-id: req-a21a947c-9595-4ecd-ae25-d8e452855e59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a21a947c-9595-4ecd-ae25-d8e452855e59 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 11:26:36,405 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-a21a947c-9595-4ecd-ae25-d8e452855e59 2018-08-20 11:26:36,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.611428022385s 2018-08-20 11:26:36,405 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-a21a947c-9595-4ecd-ae25-d8e452855e59 2018-08-20 11:26:36,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:26:36,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:36,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3680de24-ddbb-44da-95d3-8f39110efea8 x-compute-request-id: req-3680de24-ddbb-44da-95d3-8f39110efea8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 11:26:36,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-3680de24-ddbb-44da-95d3-8f39110efea8 2018-08-20 11:26:36,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272200107574s 2018-08-20 11:26:36,434 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-3680de24-ddbb-44da-95d3-8f39110efea8 2018-08-20 11:26:36,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-20 11:26:36,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:37,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a20ea4d-2e65-4f5c-8d32-0a4d6d373ae8 x-compute-request-id: req-6a20ea4d-2e65-4f5c-8d32-0a4d6d373ae8 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0fea9595-ccab-4ddd-8349-57449acc3dc2"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "4822c00f-f037-4492-a89c-9f899e65588a"}, {"from_port": 4000, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "7872e6e7-5dfd-4948-8554-1a303189adbb"}, {"from_port": 2380, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "d5f8732b-61f8-4e38-a7c5-cb549e2676cf"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "da6738c9-c7d3-420a-9f6a-d495b938bc54"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "02bd3d75-91a4-48b0-a892-5eb23fcd54d0", "ip_range": {}, "id": "582b669a-3ce9-492a-a911-e00fd89fd06b"}, {"from_port": 5052, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "02bd3d75-91a4-48b0-a892-5eb23fcd54d0", "ip_range": {}, "id": "bc112bd5-caf1-4dc5-b404-2c5ac1d5e4a3"}, {"from_port": 5054, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "02bd3d75-91a4-48b0-a892-5eb23fcd54d0", "ip_range": {}, "id": "d907ef94-71e8-47f6-8c55-6e21f2597d2b"}, {"from_port": 9888, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "02bd3d75-91a4-48b0-a892-5eb23fcd54d0", "ip_range": {}, "id": "f89f4de3-c043-4a96-93b9-5f126f8b4aa7"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "02bd3d75-91a4-48b0-a892-5eb23fcd54d0", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5054, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "2ae03eca-8a31-4945-9f53-918eee6f7109", "ip_range": {}, "id": "9ce3d821-3534-4069-a274-946cb66f54fc"}, {"from_port": 5052, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "2ae03eca-8a31-4945-9f53-918eee6f7109", "ip_range": {}, "id": "b150ef3e-8d46-426a-8e2a-35dfcf58778c"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "2ae03eca-8a31-4945-9f53-918eee6f7109", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-20 11:26:37,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89/os-security-groups used request id req-6a20ea4d-2e65-4f5c-8d32-0a4d6d373ae8 2018-08-20 11:26:37,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.49389004707s 2018-08-20 11:26:37,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89/os-security-groups used request id req-6a20ea4d-2e65-4f5c-8d32-0a4d6d373ae8 2018-08-20 11:26:37,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:26:37,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:37,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-61f583aa-d1a2-4970-9a91-02588008dce4 Date: Mon, 20 Aug 2018 11:26:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "metadata": {}}], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": 263193088, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:57Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:26:37,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-61f583aa-d1a2-4970-9a91-02588008dce4 2018-08-20 11:26:37,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0349469184875s 2018-08-20 11:26:37,972 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-61f583aa-d1a2-4970-9a91-02588008dce4 2018-08-20 11:26:37,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 11:26:37,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:38,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:37 GMT Server: Apache x-compute-request-id: req-bc7a2123-ed3c-441f-b537-d4950b2f1d13 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bc7a2123-ed3c-441f-b537-d4950b2f1d13 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 11:26:38,047 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-bc7a2123-ed3c-441f-b537-d4950b2f1d13 2018-08-20 11:26:38,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0712049007416s 2018-08-20 11:26:38,047 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-bc7a2123-ed3c-441f-b537-d4950b2f1d13 2018-08-20 11:26:38,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:26:38,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:38,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-8bfced8e-a32e-49bc-bc34-90381d0873dc x-compute-request-id: req-8bfced8e-a32e-49bc-bc34-90381d0873dc Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 11:26:38,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-8bfced8e-a32e-49bc-bc34-90381d0873dc 2018-08-20 11:26:38,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250949859619s 2018-08-20 11:26:38,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-8bfced8e-a32e-49bc-bc34-90381d0873dc 2018-08-20 11:26:38,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-20 11:26:38,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:38,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-dc65db4e-904c-46fd-8f79-4315051c035e x-compute-request-id: req-dc65db4e-904c-46fd-8f79-4315051c035e Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0fea9595-ccab-4ddd-8349-57449acc3dc2"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "4822c00f-f037-4492-a89c-9f899e65588a"}, {"from_port": 4000, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "7872e6e7-5dfd-4948-8554-1a303189adbb"}, {"from_port": 2380, "group": {"tenant_id": "f50bdcedee9341f0850816401064a6f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {}, "id": "d5f8732b-61f8-4e38-a7c5-cb549e2676cf"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "da6738c9-c7d3-420a-9f6a-d495b938bc54"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "a388cb5e-4992-4ecd-bf50-a8c80b430b2a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "b09c5758-63ea-4656-90df-eed8e18454e2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "6a192a31-afe5-45e1-af3c-fafba7803835"}, {"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "b09c5758-63ea-4656-90df-eed8e18454e2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "957ebd32-bca2-4add-b0c8-38620ea55b6b"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "b09c5758-63ea-4656-90df-eed8e18454e2", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-20 11:26:38,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673/os-security-groups used request id req-dc65db4e-904c-46fd-8f79-4315051c035e 2018-08-20 11:26:38,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.421110868454s 2018-08-20 11:26:38,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673/os-security-groups used request id req-dc65db4e-904c-46fd-8f79-4315051c035e 2018-08-20 11:26:38,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:26:38,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:38,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-93ea96f5-0c7c-4e62-a86f-2b8d9aa81cbc Date: Mon, 20 Aug 2018 11:26:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "metadata": {}}], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": 263193088, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:57Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:26:38,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-93ea96f5-0c7c-4e62-a86f-2b8d9aa81cbc 2018-08-20 11:26:38,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.213565826416s 2018-08-20 11:26:38,717 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-93ea96f5-0c7c-4e62-a86f-2b8d9aa81cbc 2018-08-20 11:26:38,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 11:26:38,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:39,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:38 GMT Server: Apache x-compute-request-id: req-1bdc0431-5c5f-4bf3-8440-77714f361be0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1bdc0431-5c5f-4bf3-8440-77714f361be0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 11:26:39,343 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-1bdc0431-5c5f-4bf3-8440-77714f361be0 2018-08-20 11:26:39,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.621950864792s 2018-08-20 11:26:39,343 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-1bdc0431-5c5f-4bf3-8440-77714f361be0 2018-08-20 11:26:39,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:26:39,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:39,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d889d6f1-2dfd-49ed-b729-6b8a95932efa x-compute-request-id: req-d889d6f1-2dfd-49ed-b729-6b8a95932efa Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 11:26:39,369 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-d889d6f1-2dfd-49ed-b729-6b8a95932efa 2018-08-20 11:26:39,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025456905365s 2018-08-20 11:26:39,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-d889d6f1-2dfd-49ed-b729-6b8a95932efa 2018-08-20 11:26:39,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-20 11:26:39,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:39,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41b38783-7e38-44c8-a6cc-981df9894116 x-compute-request-id: req-41b38783-7e38-44c8-a6cc-981df9894116 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "15998c8a-51c4-40d4-ba6b-e54b62ba0af9"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "34550bd7-9cac-45a8-83e8-700922fce0a2"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5037e01b-b6eb-4981-997d-ca2d7e5f082c"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f59566db-8330-4a1b-8938-70cca07753f8"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "15998c8a-51c4-40d4-ba6b-e54b62ba0af9"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "34550bd7-9cac-45a8-83e8-700922fce0a2"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5037e01b-b6eb-4981-997d-ca2d7e5f082c"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f59566db-8330-4a1b-8938-70cca07753f8"}], "tenant_id": "f50bdcedee9341f0850816401064a6f2", "id": "7782d5f3-6ca0-42c0-8a6b-d28596580696", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-20 11:26:39,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d/os-security-groups used request id req-41b38783-7e38-44c8-a6cc-981df9894116 2018-08-20 11:26:39,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.359200954437s 2018-08-20 11:26:39,730 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d/os-security-groups used request id req-41b38783-7e38-44c8-a6cc-981df9894116 2018-08-20 11:26:39,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:26:39,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:39,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-e9abd6c3-5813-4972-8014-4efd2e8a04a2 Date: Mon, 20 Aug 2018 11:26:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "metadata": {}}], "file": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/file", "owner": "f50bdcedee9341f0850816401064a6f2", "id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "size": 263193088, "self": "/v2/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/79ec1c11-cd5b-43ff-b582-766cae6dc559/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T11:20:57Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T11:20:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:26:39,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-e9abd6c3-5813-4972-8014-4efd2e8a04a2 2018-08-20 11:26:39,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201594829559s 2018-08-20 11:26:39,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-e9abd6c3-5813-4972-8014-4efd2e8a04a2 2018-08-20 11:26:39,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-20 11:26:39,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:39,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:39 GMT Server: Apache x-compute-request-id: req-dd4a592a-6006-437a-b46c-bd46c81de5ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd4a592a-6006-437a-b46c-bd46c81de5ae Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-20 11:26:39,990 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-dd4a592a-6006-437a-b46c-bd46c81de5ae 2018-08-20 11:26:39,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0471339225769s 2018-08-20 11:26:39,991 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.36:8776/v3/f50bdcedee9341f0850816401064a6f2/volumes/detail used request id req-dd4a592a-6006-437a-b46c-bd46c81de5ae 2018-08-20 11:26:39,991 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - servers: [Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:dc:66:df', u'version': 4, u'addr': u'192.168.1.13', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:53:ea:56', u'version': 4, u'addr': u'192.168.0.19', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:53:ea:56', u'version': 4, u'addr': u'172.30.9.209', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:26:20.000000', 'flavor': Munch({u'id': u'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), 'az': u'nova', 'id': u'1fa4e217-d22d-4e62-a992-d149230189e4', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0fea9595-ccab-4ddd-8349-57449acc3dc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'4822c00f-f037-4492-a89c-9f899e65588a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7872e6e7-5dfd-4948-8554-1a303189adbb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd5f8732b-61f8-4e38-a7c5-cb549e2676cf'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'da6738c9-c7d3-420a-9f6a-d495b938bc54'})], 'id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'5570820a-c98e-4543-b7a0-59de1aa6f2c0', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'28c5c15d-810e-4a55-9161-e5fca7c10d47'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'5570820a-c98e-4543-b7a0-59de1aa6f2c0', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'a8898f52-817e-4815-921a-7515eb4fe56a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'5570820a-c98e-4543-b7a0-59de1aa6f2c0', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'ac4cd030-ad06-48e0-9e8d-c6b8508da0bc'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'5570820a-c98e-4543-b7a0-59de1aa6f2c0', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'cf6c8676-342e-4855-a95b-08bb7bb67a97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'5570820a-c98e-4543-b7a0-59de1aa6f2c0', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'f2833690-384f-4fe6-91ee-05fc8c0c9c12'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'5570820a-c98e-4543-b7a0-59de1aa6f2c0', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'ff73eff0-4376-43c9-bc90-9fdd8af5be4e'})], 'id': u'5570820a-c98e-4543-b7a0-59de1aa6f2c0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'b6730b49-7334-4dc9-8187-a15524fe0973', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'129ab094-7e4f-4e8a-b5af-ed0dc3bd075d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'b6730b49-7334-4dc9-8187-a15524fe0973', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'5e028492-90d4-436f-938f-449913c0499c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'b6730b49-7334-4dc9-8187-a15524fe0973', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'cf7fad1e-222c-480f-9bb4-8b6671acc607'})], 'id': u'b6730b49-7334-4dc9-8187-a15524fe0973', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'529e891f0be440be97352507284fdd18', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.209', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.209', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.209', 'launched_at': u'2018-08-20T11:26:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:26:20Z', 'hostId': u'a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'public_v6': '', 'private_v4': u'192.168.0.19', 'cloud': 'envvars', 'host_id': u'a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3', '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-08-20T11:26:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'created_at': u'2018-08-20T11:25:40Z', 'created': u'2018-08-20T11:25:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a0:c7:cb', u'version': 4, u'addr': u'192.168.1.8', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d3:97:fa', u'version': 4, u'addr': u'192.168.0.31', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d3:97:fa', u'version': 4, u'addr': u'172.30.9.210', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:26:18.000000', 'flavor': Munch({u'id': u'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), 'az': u'nova', 'id': u'9079c6df-b7de-4fd0-a411-fcd184215759', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0fea9595-ccab-4ddd-8349-57449acc3dc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'4822c00f-f037-4492-a89c-9f899e65588a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7872e6e7-5dfd-4948-8554-1a303189adbb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd5f8732b-61f8-4e38-a7c5-cb549e2676cf'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'da6738c9-c7d3-420a-9f6a-d495b938bc54'})], 'id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'cac4a9e6-2012-41a4-a6cc-90bcafd27029', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'89330daf-38dd-4ba8-a7e3-bff1205244a6'})], 'id': u'cac4a9e6-2012-41a4-a6cc-90bcafd27029', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'599fb338-5191-417a-a96e-e847f30fc3ba', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'5a3c5b21-1e26-4443-b69c-67f412781a79'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'599fb338-5191-417a-a96e-e847f30fc3ba', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'602c0ec9-06b3-49df-b11f-c94cf093ff74'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'599fb338-5191-417a-a96e-e847f30fc3ba', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'63c594d5-b7bc-4f2f-a79d-a02cc9630800'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'599fb338-5191-417a-a96e-e847f30fc3ba', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'6c0764c4-ea9d-4a09-8abc-6a75faeeb93e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'599fb338-5191-417a-a96e-e847f30fc3ba', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'7eebc259-daed-4bad-a434-6194dbdd35b4'})], 'id': u'599fb338-5191-417a-a96e-e847f30fc3ba', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'529e891f0be440be97352507284fdd18', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.210', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.210', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.210', 'launched_at': u'2018-08-20T11:26:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:26:18Z', 'hostId': u'a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'public_v6': '', 'private_v4': u'192.168.0.31', 'cloud': 'envvars', 'host_id': u'a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3', '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-08-20T11:26:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'created_at': u'2018-08-20T11:25:40Z', 'created': u'2018-08-20T11:25:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d7:e7:a9', u'version': 4, u'addr': u'192.168.1.4', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d7:e7:a9', u'version': 4, u'addr': u'172.30.9.206', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:74:9c:f8', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:74:9c:f8', u'version': 4, u'addr': u'172.30.9.201', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:26:07.000000', 'flavor': Munch({u'id': u'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), 'az': u'nova', 'id': u'4ecc9b21-fa6c-450e-8f3a-7d2e91a61052', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0fea9595-ccab-4ddd-8349-57449acc3dc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'4822c00f-f037-4492-a89c-9f899e65588a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7872e6e7-5dfd-4948-8554-1a303189adbb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd5f8732b-61f8-4e38-a7c5-cb549e2676cf'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'da6738c9-c7d3-420a-9f6a-d495b938bc54'})], 'id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0087385c-d4f0-4489-98a4-790d309c04ff'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'1c57dee5-f871-489d-8874-6ece3d08d8be'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'2ba192e3-4e65-4d66-acf2-5f1d8603fd1e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'43dca1a7-1d4b-4b76-a384-79c44d1e2721'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'6334673d-155b-42a6-8c65-f61e81580722'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'7f1dd978-7604-40ed-832f-cc3dc4b5ee97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'83eb8dcd-83fe-40c6-9c0e-20e54afb4d9d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bf90ef2f-1744-4d75-87fa-5f62cfcf887e'})], 'id': u'0308899a-057d-457e-8bb4-c216d56ff388', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'529e891f0be440be97352507284fdd18', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.206', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.206', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.206', 'launched_at': u'2018-08-20T11:26:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:26:07Z', 'hostId': u'8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'public_v6': '', 'private_v4': u'192.168.1.4', 'cloud': 'envvars', 'host_id': u'8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f', '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-08-20T11:26:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'created_at': u'2018-08-20T11:25:39Z', 'created': u'2018-08-20T11:25:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cd:b0:e1', u'version': 4, u'addr': u'192.168.1.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cd:b0:e1', u'version': 4, u'addr': u'172.30.9.211', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:90:c3:f4', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:90:c3:f4', u'version': 4, u'addr': u'172.30.9.218', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:26:03.000000', 'flavor': Munch({u'id': u'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), 'az': u'nova', 'id': u'944ecf76-8d2a-4e95-bb5d-046daeaf399e', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0fea9595-ccab-4ddd-8349-57449acc3dc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'4822c00f-f037-4492-a89c-9f899e65588a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7872e6e7-5dfd-4948-8554-1a303189adbb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd5f8732b-61f8-4e38-a7c5-cb549e2676cf'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'da6738c9-c7d3-420a-9f6a-d495b938bc54'})], 'id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'43a63346-d225-406c-9e67-b590db319ae7', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'594d0b16-13be-4944-9045-dea1501dae3f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'43a63346-d225-406c-9e67-b590db319ae7', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'79fab4e5-d848-461a-a072-540fac292529'})], 'id': u'43a63346-d225-406c-9e67-b590db319ae7', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'c45313c0-066b-44da-a067-70f612549c76', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'1d579aa4-b386-4163-87d0-f32effb93e18'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'c45313c0-066b-44da-a067-70f612549c76', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a0e56ed1-0251-49ca-9394-ab0289b70ff2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'c45313c0-066b-44da-a067-70f612549c76', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'd7ceeed7-007f-4062-8774-9dc81129882c'})], 'id': u'c45313c0-066b-44da-a067-70f612549c76', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'529e891f0be440be97352507284fdd18', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.218', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.218', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.218', 'launched_at': u'2018-08-20T11:26:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:26:03Z', 'hostId': u'8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'public_v6': '', 'private_v4': u'192.168.1.5', 'cloud': 'envvars', 'host_id': u'8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f', '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-08-20T11:26:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'created_at': u'2018-08-20T11:25:39Z', 'created': u'2018-08-20T11:25:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:bc:2f', u'version': 4, u'addr': u'192.168.1.7', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:13:dd:a3', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:13:dd:a3', u'version': 4, u'addr': u'172.30.9.202', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:26:09.000000', 'flavor': Munch({u'id': u'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), 'az': u'nova', 'id': u'ae65c069-564f-444f-bc7e-d295ec8afc89', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0fea9595-ccab-4ddd-8349-57449acc3dc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'4822c00f-f037-4492-a89c-9f899e65588a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7872e6e7-5dfd-4948-8554-1a303189adbb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd5f8732b-61f8-4e38-a7c5-cb549e2676cf'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'da6738c9-c7d3-420a-9f6a-d495b938bc54'})], 'id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'02bd3d75-91a4-48b0-a892-5eb23fcd54d0', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'582b669a-3ce9-492a-a911-e00fd89fd06b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'02bd3d75-91a4-48b0-a892-5eb23fcd54d0', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'bc112bd5-caf1-4dc5-b404-2c5ac1d5e4a3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'02bd3d75-91a4-48b0-a892-5eb23fcd54d0', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'd907ef94-71e8-47f6-8c55-6e21f2597d2b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'02bd3d75-91a4-48b0-a892-5eb23fcd54d0', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'f89f4de3-c043-4a96-93b9-5f126f8b4aa7'})], 'id': u'02bd3d75-91a4-48b0-a892-5eb23fcd54d0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'2ae03eca-8a31-4945-9f53-918eee6f7109', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'9ce3d821-3534-4069-a274-946cb66f54fc'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'2ae03eca-8a31-4945-9f53-918eee6f7109', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'b150ef3e-8d46-426a-8e2a-35dfcf58778c'})], 'id': u'2ae03eca-8a31-4945-9f53-918eee6f7109', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'529e891f0be440be97352507284fdd18', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.202', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.202', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.202', 'launched_at': u'2018-08-20T11:26:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:26:09Z', 'hostId': u'8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f', '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-08-20T11:26:09.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'created_at': u'2018-08-20T11:25:39Z', 'created': u'2018-08-20T11:25:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:69:bb:55', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:69:bb:55', u'version': 4, u'addr': u'172.30.9.212', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:25:21.000000', 'flavor': Munch({u'id': u'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), 'az': u'nova', 'id': u'806886e4-6043-4087-acb1-084f1f1c5673', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0fea9595-ccab-4ddd-8349-57449acc3dc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'4822c00f-f037-4492-a89c-9f899e65588a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7872e6e7-5dfd-4948-8554-1a303189adbb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd5f8732b-61f8-4e38-a7c5-cb549e2676cf'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'da6738c9-c7d3-420a-9f6a-d495b938bc54'})], 'id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'b09c5758-63ea-4656-90df-eed8e18454e2', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'6a192a31-afe5-45e1-af3c-fafba7803835'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'b09c5758-63ea-4656-90df-eed8e18454e2', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'957ebd32-bca2-4add-b0c8-38620ea55b6b'})], 'id': u'b09c5758-63ea-4656-90df-eed8e18454e2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'529e891f0be440be97352507284fdd18', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.212', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.212', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.212', 'launched_at': u'2018-08-20T11:25:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:25:21Z', 'hostId': u'a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3', '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-08-20T11:25:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'created_at': u'2018-08-20T11:23:42Z', 'created': u'2018-08-20T11:23:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ba:30:ba', u'version': 4, u'addr': u'192.168.1.19', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b3:1e:93', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b3:1e:93', u'version': 4, u'addr': u'172.30.9.204', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:23:32.000000', 'flavor': Munch({u'id': u'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), 'az': u'nova', 'id': u'c98c2dce-9ad6-44a5-9a4a-57282dcd384d', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'15998c8a-51c4-40d4-ba6b-e54b62ba0af9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'34550bd7-9cac-45a8-83e8-700922fce0a2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'5037e01b-b6eb-4981-997d-ca2d7e5f082c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'f59566db-8330-4a1b-8938-70cca07753f8'})], 'id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'15998c8a-51c4-40d4-ba6b-e54b62ba0af9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'34550bd7-9cac-45a8-83e8-700922fce0a2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'5037e01b-b6eb-4981-997d-ca2d7e5f082c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'f59566db-8330-4a1b-8938-70cca07753f8'})], 'id': u'7782d5f3-6ca0-42c0-8a6b-d28596580696', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'529e891f0be440be97352507284fdd18', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.204', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.204', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.204', 'launched_at': u'2018-08-20T11:23:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:23:32Z', 'hostId': u'8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f', '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-08-20T11:23:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'created_at': u'2018-08-20T11:21:51Z', 'created': u'2018-08-20T11:21:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-20 11:26:40,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:26:40,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:40,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-684a4d63-dae7-43de-8e7d-97c76c7dedac x-compute-request-id: req-684a4d63-dae7-43de-8e7d-97c76c7dedac Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:26:40,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-684a4d63-dae7-43de-8e7d-97c76c7dedac 2018-08-20 11:26:40,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434467077255s 2018-08-20 11:26:40,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-684a4d63-dae7-43de-8e7d-97c76c7dedac 2018-08-20 11:26:40,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:26:40,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:26:40,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-f12f8ed5-addc-43cd-a6eb-af8f1e12feda x-compute-request-id: req-f12f8ed5-addc-43cd-a6eb-af8f1e12feda Content-Encoding: gzip Content-Length: 8604 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-20 11:26:40,520 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-f12f8ed5-addc-43cd-a6eb-af8f1e12feda 2018-08-20 11:26:40,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740029811859s 2018-08-20 11:26:40,521 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-f12f8ed5-addc-43cd-a6eb-af8f1e12feda 2018-08-20 11:26:40,521 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-20 11:26:40,523 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:26:50,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:26:50,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:26:51,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:26:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be8e9022-993a-40d2-8ca7-b964bd8184b6 x-compute-request-id: req-be8e9022-993a-40d2-8ca7-b964bd8184b6 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:26:51,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-be8e9022-993a-40d2-8ca7-b964bd8184b6 2018-08-20 11:26:51,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.78405380249s 2018-08-20 11:26:51,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-be8e9022-993a-40d2-8ca7-b964bd8184b6 2018-08-20 11:26:51,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:26:51,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:26:51,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-034ec10e-6a20-4726-8724-edb4a9560a2a x-compute-request-id: req-034ec10e-6a20-4726-8724-edb4a9560a2a Content-Encoding: gzip Content-Length: 8604 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-20 11:26:51,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-034ec10e-6a20-4726-8724-edb4a9560a2a 2018-08-20 11:26:51,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0813510417938s 2018-08-20 11:26:51,407 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-034ec10e-6a20-4726-8724-edb4a9560a2a 2018-08-20 11:26:51,407 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-20 11:26:51,408 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:27:01,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:27:01,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:27:02,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:27: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-84b7799c-dc75-4d48-8956-02b2b1cf7666 x-compute-request-id: req-84b7799c-dc75-4d48-8956-02b2b1cf7666 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:27:02,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-84b7799c-dc75-4d48-8956-02b2b1cf7666 2018-08-20 11:27:02,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.807351112366s 2018-08-20 11:27:02,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-84b7799c-dc75-4d48-8956-02b2b1cf7666 2018-08-20 11:27:02,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:27:02,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:27:02,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:27: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-94eec445-505a-4f6f-b24a-aa2b3af63cac x-compute-request-id: req-94eec445-505a-4f6f-b24a-aa2b3af63cac Content-Encoding: gzip Content-Length: 8604 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-20 11:27:02,356 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-94eec445-505a-4f6f-b24a-aa2b3af63cac 2018-08-20 11:27:02,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.122256994247s 2018-08-20 11:27:02,357 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-94eec445-505a-4f6f-b24a-aa2b3af63cac 2018-08-20 11:27:02,357 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-20 11:27:02,358 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:27:12,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:27:12,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:27:13,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:27:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-516bd2b5-e9f0-4f4d-be32-10e481e95cfb x-compute-request-id: req-516bd2b5-e9f0-4f4d-be32-10e481e95cfb Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:27:13,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-516bd2b5-e9f0-4f4d-be32-10e481e95cfb 2018-08-20 11:27:13,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.769952058792s 2018-08-20 11:27:13,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-516bd2b5-e9f0-4f4d-be32-10e481e95cfb 2018-08-20 11:27:13,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:27:13,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:27:13,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e73f5bb4-081d-4be7-8ae7-2474026faeea x-compute-request-id: req-e73f5bb4-081d-4be7-8ae7-2474026faeea Content-Encoding: gzip Content-Length: 8604 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-20 11:27:13,219 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-e73f5bb4-081d-4be7-8ae7-2474026faeea 2018-08-20 11:27:13,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0728840827942s 2018-08-20 11:27:13,221 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-e73f5bb4-081d-4be7-8ae7-2474026faeea 2018-08-20 11:27:13,221 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-20 11:27:13,222 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:27:23,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:27:23,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:27:24,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e79124cf-5aa6-4e66-b8b7-100b585c019c x-compute-request-id: req-e79124cf-5aa6-4e66-b8b7-100b585c019c Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:27:24,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e79124cf-5aa6-4e66-b8b7-100b585c019c 2018-08-20 11:27:24,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.861371040344s 2018-08-20 11:27:24,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e79124cf-5aa6-4e66-b8b7-100b585c019c 2018-08-20 11:27:24,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:27:24,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:27:24,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-dd6db69a-de8b-4e27-b9ca-d5b807551415 x-compute-request-id: req-dd6db69a-de8b-4e27-b9ca-d5b807551415 Content-Encoding: gzip Content-Length: 8604 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-20 11:27:24,179 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-dd6db69a-de8b-4e27-b9ca-d5b807551415 2018-08-20 11:27:24,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0771129131317s 2018-08-20 11:27:24,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-dd6db69a-de8b-4e27-b9ca-d5b807551415 2018-08-20 11:27:24,180 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-20 11:27:24,181 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:27:34,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:27:34,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:27:34,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-a68e07a1-fdff-4582-975e-3b72eacf17ec x-compute-request-id: req-a68e07a1-fdff-4582-975e-3b72eacf17ec Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:27:34,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a68e07a1-fdff-4582-975e-3b72eacf17ec 2018-08-20 11:27:34,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.778962135315s 2018-08-20 11:27:34,971 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a68e07a1-fdff-4582-975e-3b72eacf17ec 2018-08-20 11:27:34,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:27:34,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:27:35,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-d11be888-413a-4862-9d5d-d87a41992a3c x-compute-request-id: req-d11be888-413a-4862-9d5d-d87a41992a3c Content-Encoding: gzip Content-Length: 8604 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-20 11:27:35,054 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-d11be888-413a-4862-9d5d-d87a41992a3c 2018-08-20 11:27:35,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759398937225s 2018-08-20 11:27:35,055 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-d11be888-413a-4862-9d5d-d87a41992a3c 2018-08-20 11:27:35,056 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-20 11:27:35,057 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:27:45,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:27:45,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:27:45,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-fe5b0dcf-285e-480a-8e57-5e646e28e29f x-compute-request-id: req-fe5b0dcf-285e-480a-8e57-5e646e28e29f Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:27:45,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-fe5b0dcf-285e-480a-8e57-5e646e28e29f 2018-08-20 11:27:45,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.779587030411s 2018-08-20 11:27:45,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-fe5b0dcf-285e-480a-8e57-5e646e28e29f 2018-08-20 11:27:45,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:27:45,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:27:45,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-2d1a6fe5-66fd-4a88-9bff-8a4d1b5cec74 x-compute-request-id: req-2d1a6fe5-66fd-4a88-9bff-8a4d1b5cec74 Content-Encoding: gzip Content-Length: 8604 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-20 11:27:45,928 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-2d1a6fe5-66fd-4a88-9bff-8a4d1b5cec74 2018-08-20 11:27:45,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0724799633026s 2018-08-20 11:27:45,929 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-2d1a6fe5-66fd-4a88-9bff-8a4d1b5cec74 2018-08-20 11:27:45,929 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-20 11:27:45,930 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:27:55,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:27:55,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:27:56,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:27: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-15cfe2a4-4b67-4479-be0d-2dc9a2d34776 x-compute-request-id: req-15cfe2a4-4b67-4479-be0d-2dc9a2d34776 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:27:56,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-15cfe2a4-4b67-4479-be0d-2dc9a2d34776 2018-08-20 11:27:56,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.809392929077s 2018-08-20 11:27:56,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-15cfe2a4-4b67-4479-be0d-2dc9a2d34776 2018-08-20 11:27:56,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:27:56,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:27:56,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:27:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48b770bd-b74b-45f0-b6ab-fe5f00d99c0b x-compute-request-id: req-48b770bd-b74b-45f0-b6ab-fe5f00d99c0b Content-Encoding: gzip Content-Length: 9674 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: "} 2018-08-20 11:27:56,829 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-48b770bd-b74b-45f0-b6ab-fe5f00d99c0b 2018-08-20 11:27:56,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0717489719391s 2018-08-20 11:27:56,830 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-48b770bd-b74b-45f0-b6ab-fe5f00d99c0b 2018-08-20 11:27:56,831 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: 2018-08-20 11:27:56,832 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:28:06,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:28:06,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:28:07,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6baca07f-96cc-48b9-96b9-e8315d2596e4 x-compute-request-id: req-6baca07f-96cc-48b9-96b9-e8315d2596e4 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:28:07,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6baca07f-96cc-48b9-96b9-e8315d2596e4 2018-08-20 11:28:07,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.704992055893s 2018-08-20 11:28:07,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6baca07f-96cc-48b9-96b9-e8315d2596e4 2018-08-20 11:28:07,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:28:07,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:28:07,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8535ce29-a18a-4abc-b728-7750e5b0c14c x-compute-request-id: req-8535ce29-a18a-4abc-b728-7750e5b0c14c Content-Encoding: gzip Content-Length: 9674 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: "} 2018-08-20 11:28:07,626 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-8535ce29-a18a-4abc-b728-7750e5b0c14c 2018-08-20 11:28:07,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759010314941s 2018-08-20 11:28:07,628 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-8535ce29-a18a-4abc-b728-7750e5b0c14c 2018-08-20 11:28:07,628 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: 2018-08-20 11:28:07,629 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:28:17,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:28:17,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:28:18,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3913cc52-f0b6-44ad-a180-2aac31d75631 x-compute-request-id: req-3913cc52-f0b6-44ad-a180-2aac31d75631 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:28:18,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3913cc52-f0b6-44ad-a180-2aac31d75631 2018-08-20 11:28:18,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.78590297699s 2018-08-20 11:28:18,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3913cc52-f0b6-44ad-a180-2aac31d75631 2018-08-20 11:28:18,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:28:18,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:28:18,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37cd3fa4-106a-4149-ab30-bc01af8ce32b x-compute-request-id: req-37cd3fa4-106a-4149-ab30-bc01af8ce32b Content-Encoding: gzip Content-Length: 9674 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: "} 2018-08-20 11:28:18,517 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-37cd3fa4-106a-4149-ab30-bc01af8ce32b 2018-08-20 11:28:18,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0854580402374s 2018-08-20 11:28:18,518 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-37cd3fa4-106a-4149-ab30-bc01af8ce32b 2018-08-20 11:28:18,518 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: 2018-08-20 11:28:18,519 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:28:28,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:28:28,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:28:29,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae4fe41a-1f88-47e7-98d0-96e5c407dcd5 x-compute-request-id: req-ae4fe41a-1f88-47e7-98d0-96e5c407dcd5 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:28:29,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ae4fe41a-1f88-47e7-98d0-96e5c407dcd5 2018-08-20 11:28:29,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.588941812515s 2018-08-20 11:28:29,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ae4fe41a-1f88-47e7-98d0-96e5c407dcd5 2018-08-20 11:28:29,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:28:29,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:28:29,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-707bb6ce-dd6c-4e3a-a0c8-045bf26ae98f x-compute-request-id: req-707bb6ce-dd6c-4e3a-a0c8-045bf26ae98f Content-Encoding: gzip Content-Length: 9674 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: "} 2018-08-20 11:28:29,215 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-707bb6ce-dd6c-4e3a-a0c8-045bf26ae98f 2018-08-20 11:28:29,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0878798961639s 2018-08-20 11:28:29,216 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-707bb6ce-dd6c-4e3a-a0c8-045bf26ae98f 2018-08-20 11:28:29,216 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: 2018-08-20 11:28:29,217 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:28:39,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:28:39,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:28:40,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-925d45f5-b434-4f09-a6d3-fc45f33a0f44 x-compute-request-id: req-925d45f5-b434-4f09-a6d3-fc45f33a0f44 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:28:40,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-925d45f5-b434-4f09-a6d3-fc45f33a0f44 2018-08-20 11:28:40,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12742781639s 2018-08-20 11:28:40,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-925d45f5-b434-4f09-a6d3-fc45f33a0f44 2018-08-20 11:28:40,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:28:40,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:28:40,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef2bce61-c65e-4316-b9a9-ccb660192e08 x-compute-request-id: req-ef2bce61-c65e-4316-b9a9-ccb660192e08 Content-Encoding: gzip Content-Length: 9734 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-20 11:28:40,426 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-ef2bce61-c65e-4316-b9a9-ccb660192e08 2018-08-20 11:28:40,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0720767974854s 2018-08-20 11:28:40,427 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-ef2bce61-c65e-4316-b9a9-ccb660192e08 2018-08-20 11:28:40,427 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-20 11:28:40,428 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:28:50,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:28:50,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:28:51,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-189943cc-bc71-4828-a379-0bdcd44b4dda x-compute-request-id: req-189943cc-bc71-4828-a379-0bdcd44b4dda Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:28:51,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-189943cc-bc71-4828-a379-0bdcd44b4dda 2018-08-20 11:28:51,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.901327133179s 2018-08-20 11:28:51,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-189943cc-bc71-4828-a379-0bdcd44b4dda 2018-08-20 11:28:51,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:28:51,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:28:51,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:28:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ce8590b-a523-4ec3-9368-76d6a4d5d440 x-compute-request-id: req-6ce8590b-a523-4ec3-9368-76d6a4d5d440 Content-Encoding: gzip Content-Length: 9734 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-20 11:28:51,486 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-6ce8590b-a523-4ec3-9368-76d6a4d5d440 2018-08-20 11:28:51,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.141670942307s 2018-08-20 11:28:51,486 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-6ce8590b-a523-4ec3-9368-76d6a4d5d440 2018-08-20 11:28:51,487 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-20 11:28:51,487 - functest.core.singlevm - DEBUG - try 13: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:29:01,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:29:01,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:29:02,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd991635-5170-4655-8655-032c5e21ba3a x-compute-request-id: req-cd991635-5170-4655-8655-032c5e21ba3a Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:29:02,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cd991635-5170-4655-8655-032c5e21ba3a 2018-08-20 11:29:02,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750650882721s 2018-08-20 11:29:02,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cd991635-5170-4655-8655-032c5e21ba3a 2018-08-20 11:29:02,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:29:02,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:29:02,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-991c5071-bccc-4e6f-bba5-ad9a54c3bfb6 x-compute-request-id: req-991c5071-bccc-4e6f-bba5-ad9a54c3bfb6 Content-Encoding: gzip Content-Length: 9734 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-20 11:29:02,326 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-991c5071-bccc-4e6f-bba5-ad9a54c3bfb6 2018-08-20 11:29:02,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0750570297241s 2018-08-20 11:29:02,327 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-991c5071-bccc-4e6f-bba5-ad9a54c3bfb6 2018-08-20 11:29:02,327 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-20 11:29:02,328 - functest.core.singlevm - DEBUG - try 14: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:29:12,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:29:12,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:29:12,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-419fd1f3-6c1b-4ffa-9d2e-179020afcb4c x-compute-request-id: req-419fd1f3-6c1b-4ffa-9d2e-179020afcb4c Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:29:12,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-419fd1f3-6c1b-4ffa-9d2e-179020afcb4c 2018-08-20 11:29:12,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.596731185913s 2018-08-20 11:29:12,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-419fd1f3-6c1b-4ffa-9d2e-179020afcb4c 2018-08-20 11:29:12,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:29:12,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:29:13,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3182739-8760-4f13-8e8a-cfb94c2a0616 x-compute-request-id: req-b3182739-8760-4f13-8e8a-cfb94c2a0616 Content-Encoding: gzip Content-Length: 9734 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-20 11:29:13,039 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-b3182739-8760-4f13-8e8a-cfb94c2a0616 2018-08-20 11:29:13,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.104048013687s 2018-08-20 11:29:13,041 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-b3182739-8760-4f13-8e8a-cfb94c2a0616 2018-08-20 11:29:13,041 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-20 11:29:13,042 - functest.core.singlevm - DEBUG - try 15: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:29:23,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:29:23,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:29:24,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2995789b-26e5-4654-a2e3-9e337fa8ee7b x-compute-request-id: req-2995789b-26e5-4654-a2e3-9e337fa8ee7b Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:29:24,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2995789b-26e5-4654-a2e3-9e337fa8ee7b 2018-08-20 11:29:24,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16784501076s 2018-08-20 11:29:24,221 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2995789b-26e5-4654-a2e3-9e337fa8ee7b 2018-08-20 11:29:24,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:29:24,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:29:24,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-826615da-2872-4d21-b1c9-4ccdce41c967 x-compute-request-id: req-826615da-2872-4d21-b1c9-4ccdce41c967 Content-Encoding: gzip Content-Length: 9734 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-20 11:29:24,306 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-826615da-2872-4d21-b1c9-4ccdce41c967 2018-08-20 11:29:24,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0794479846954s 2018-08-20 11:29:24,308 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-826615da-2872-4d21-b1c9-4ccdce41c967 2018-08-20 11:29:24,308 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-20 11:29:24,309 - functest.core.singlevm - DEBUG - try 16: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:29:34,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:29:34,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:29:35,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-2d7d7a22-0358-4ea7-828d-011928b7f369 x-compute-request-id: req-2d7d7a22-0358-4ea7-828d-011928b7f369 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:29:35,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2d7d7a22-0358-4ea7-828d-011928b7f369 2018-08-20 11:29:35,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.751044034958s 2018-08-20 11:29:35,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2d7d7a22-0358-4ea7-828d-011928b7f369 2018-08-20 11:29:35,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:29:35,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:29:35,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32f72893-147d-4817-9fe7-4ba31a32745b x-compute-request-id: req-32f72893-147d-4817-9fe7-4ba31a32745b Content-Encoding: gzip Content-Length: 9993 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0"} 2018-08-20 11:29:35,149 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-32f72893-147d-4817-9fe7-4ba31a32745b 2018-08-20 11:29:35,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.073979139328s 2018-08-20 11:29:35,150 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-32f72893-147d-4817-9fe7-4ba31a32745b 2018-08-20 11:29:35,150 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 2018-08-20 11:29:35,151 - functest.core.singlevm - DEBUG - try 17: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:29:45,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:29:45,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:29:45,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26ab3916-9e54-4bcb-a7fd-445b3a62ac53 x-compute-request-id: req-26ab3916-9e54-4bcb-a7fd-445b3a62ac53 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:29:45,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-26ab3916-9e54-4bcb-a7fd-445b3a62ac53 2018-08-20 11:29:45,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.776237010956s 2018-08-20 11:29:45,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-26ab3916-9e54-4bcb-a7fd-445b3a62ac53 2018-08-20 11:29:45,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:29:45,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:29:46,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3ce429f-cd5a-4247-9914-24af6c146e25 x-compute-request-id: req-a3ce429f-cd5a-4247-9914-24af6c146e25 Content-Encoding: gzip Content-Length: 10032 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0"} 2018-08-20 11:29:46,021 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-a3ce429f-cd5a-4247-9914-24af6c146e25 2018-08-20 11:29:46,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075366973877s 2018-08-20 11:29:46,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-a3ce429f-cd5a-4247-9914-24af6c146e25 2018-08-20 11:29:46,022 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 2018-08-20 11:29:46,023 - functest.core.singlevm - DEBUG - try 18: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:29:56,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:29:56,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:29:56,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e108ab74-898a-438b-a058-03495ec79984 x-compute-request-id: req-e108ab74-898a-438b-a058-03495ec79984 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:29:56,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e108ab74-898a-438b-a058-03495ec79984 2018-08-20 11:29:56,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.752528905869s 2018-08-20 11:29:56,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e108ab74-898a-438b-a058-03495ec79984 2018-08-20 11:29:56,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:29:56,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:29:56,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:29:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b992559b-91eb-4002-be0a-654a94afd0a7 x-compute-request-id: req-b992559b-91eb-4002-be0a-654a94afd0a7 Content-Encoding: gzip Content-Length: 10112 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-20 11:29:56,868 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-b992559b-91eb-4002-be0a-654a94afd0a7 2018-08-20 11:29:56,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0733439922333s 2018-08-20 11:29:56,869 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-b992559b-91eb-4002-be0a-654a94afd0a7 2018-08-20 11:29:56,869 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-20 11:29:56,870 - functest.core.singlevm - DEBUG - try 19: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:30:06,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:30:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:30:08,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:30:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eaee5663-826b-445e-af24-3de3a85714e6 x-compute-request-id: req-eaee5663-826b-445e-af24-3de3a85714e6 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:30:08,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eaee5663-826b-445e-af24-3de3a85714e6 2018-08-20 11:30:08,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16743206978s 2018-08-20 11:30:08,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eaee5663-826b-445e-af24-3de3a85714e6 2018-08-20 11:30:08,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:30:08,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:30:08,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:30:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5972c91e-9c24-4997-9f73-5d32cbc7de9b x-compute-request-id: req-5972c91e-9c24-4997-9f73-5d32cbc7de9b Content-Encoding: gzip Content-Length: 10112 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-20 11:30:08,127 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-5972c91e-9c24-4997-9f73-5d32cbc7de9b 2018-08-20 11:30:08,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0734488964081s 2018-08-20 11:30:08,128 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-5972c91e-9c24-4997-9f73-5d32cbc7de9b 2018-08-20 11:30:08,128 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-20 11:30:08,129 - functest.core.singlevm - DEBUG - try 20: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:30:18,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:30:18,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:30:18,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:30:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbf39188-9e69-443b-a387-cdfdd833469a x-compute-request-id: req-bbf39188-9e69-443b-a387-cdfdd833469a Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:30:18,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bbf39188-9e69-443b-a387-cdfdd833469a 2018-08-20 11:30:18,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589986085892s 2018-08-20 11:30:18,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-bbf39188-9e69-443b-a387-cdfdd833469a 2018-08-20 11:30:18,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:30:18,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:30:18,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:30:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06fa7688-9300-4a34-8177-769255256c94 x-compute-request-id: req-06fa7688-9300-4a34-8177-769255256c94 Content-Encoding: gzip Content-Length: 10112 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-20 11:30:18,805 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-06fa7688-9300-4a34-8177-769255256c94 2018-08-20 11:30:18,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0726220607758s 2018-08-20 11:30:18,806 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-06fa7688-9300-4a34-8177-769255256c94 2018-08-20 11:30:18,807 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-20 11:30:18,808 - functest.core.singlevm - DEBUG - try 21: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:30:28,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:30:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:30:30,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:30:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d87ed79b-8a3a-4b0e-aebc-4f01c50a90ed x-compute-request-id: req-d87ed79b-8a3a-4b0e-aebc-4f01c50a90ed Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:30:30,039 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d87ed79b-8a3a-4b0e-aebc-4f01c50a90ed 2018-08-20 11:30:30,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22062492371s 2018-08-20 11:30:30,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-d87ed79b-8a3a-4b0e-aebc-4f01c50a90ed 2018-08-20 11:30:30,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:30:30,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:30:30,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:30: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-46dd5e72-12af-4aae-b4a7-e61a482c4d77 x-compute-request-id: req-46dd5e72-12af-4aae-b4a7-e61a482c4d77 Content-Encoding: gzip Content-Length: 10112 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-20 11:30:30,120 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-46dd5e72-12af-4aae-b4a7-e61a482c4d77 2018-08-20 11:30:30,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742089748383s 2018-08-20 11:30:30,121 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-46dd5e72-12af-4aae-b4a7-e61a482c4d77 2018-08-20 11:30:30,121 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-20 11:30:30,122 - functest.core.singlevm - DEBUG - try 22: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:30:40,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:30:40,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:30:40,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e65713a-8b05-4adc-912c-4e23ef942543 x-compute-request-id: req-2e65713a-8b05-4adc-912c-4e23ef942543 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:30:40,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2e65713a-8b05-4adc-912c-4e23ef942543 2018-08-20 11:30:40,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771773099899s 2018-08-20 11:30:40,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2e65713a-8b05-4adc-912c-4e23ef942543 2018-08-20 11:30:40,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:30:40,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:30:40,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f35fec22-0a49-443b-b69f-714f892fd530 x-compute-request-id: req-f35fec22-0a49-443b-b69f-714f892fd530 Content-Encoding: gzip Content-Length: 10700 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n"} 2018-08-20 11:30:40,994 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-f35fec22-0a49-443b-b69f-714f892fd530 2018-08-20 11:30:40,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0812168121338s 2018-08-20 11:30:40,996 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-f35fec22-0a49-443b-b69f-714f892fd530 2018-08-20 11:30:40,996 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 2018-08-20 11:30:40,998 - functest.core.singlevm - DEBUG - try 23: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:30:51,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:30:51,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:30:51,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-614e4db3-c006-4429-9957-ced45030ec57 x-compute-request-id: req-614e4db3-c006-4429-9957-ced45030ec57 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:30:51,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-614e4db3-c006-4429-9957-ced45030ec57 2018-08-20 11:30:51,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.952963113785s 2018-08-20 11:30:51,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-614e4db3-c006-4429-9957-ced45030ec57 2018-08-20 11:30:51,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:30:51,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:30:52,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-86ea9175-db4e-4fa4-9fbe-84aa412028a6 x-compute-request-id: req-86ea9175-db4e-4fa4-9fbe-84aa412028a6 Content-Encoding: gzip Content-Length: 10700 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n"} 2018-08-20 11:30:52,046 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-86ea9175-db4e-4fa4-9fbe-84aa412028a6 2018-08-20 11:30:52,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0765361785889s 2018-08-20 11:30:52,047 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-86ea9175-db4e-4fa4-9fbe-84aa412028a6 2018-08-20 11:30:52,047 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 2018-08-20 11:30:52,049 - functest.core.singlevm - DEBUG - try 24: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:31:02,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:31:02,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:31:02,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0eaf742-be04-44a5-9d68-d956fe0c5f24 x-compute-request-id: req-e0eaf742-be04-44a5-9d68-d956fe0c5f24 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:31:02,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e0eaf742-be04-44a5-9d68-d956fe0c5f24 2018-08-20 11:31:02,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696706056595s 2018-08-20 11:31:02,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e0eaf742-be04-44a5-9d68-d956fe0c5f24 2018-08-20 11:31:02,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:31:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:31:02,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-102a0930-ece1-4cac-b0cc-89812b20cd76 x-compute-request-id: req-102a0930-ece1-4cac-b0cc-89812b20cd76 Content-Encoding: gzip Content-Length: 10806 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n"} 2018-08-20 11:31:02,836 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-102a0930-ece1-4cac-b0cc-89812b20cd76 2018-08-20 11:31:02,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0779409408569s 2018-08-20 11:31:02,838 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-102a0930-ece1-4cac-b0cc-89812b20cd76 2018-08-20 11:31:02,838 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 2018-08-20 11:31:02,839 - functest.core.singlevm - DEBUG - try 25: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:31:12,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:31:12,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:31:13,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80007aaf-f7e4-4e40-bd02-2074751e7145 x-compute-request-id: req-80007aaf-f7e4-4e40-bd02-2074751e7145 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:31:13,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-80007aaf-f7e4-4e40-bd02-2074751e7145 2018-08-20 11:31:13,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868917942047s 2018-08-20 11:31:13,720 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-80007aaf-f7e4-4e40-bd02-2074751e7145 2018-08-20 11:31:13,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:31:13,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:31:13,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24a3fe2d-203f-4cef-a914-0005af58eb34 x-compute-request-id: req-24a3fe2d-203f-4cef-a914-0005af58eb34 Content-Encoding: gzip Content-Length: 10806 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n"} 2018-08-20 11:31:13,805 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-24a3fe2d-203f-4cef-a914-0005af58eb34 2018-08-20 11:31:13,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0773429870605s 2018-08-20 11:31:13,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-24a3fe2d-203f-4cef-a914-0005af58eb34 2018-08-20 11:31:13,807 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 2018-08-20 11:31:13,809 - functest.core.singlevm - DEBUG - try 26: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:31:23,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:31:23,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:31:24,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31: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-3a88950e-6624-4357-9714-355271c03f6b x-compute-request-id: req-3a88950e-6624-4357-9714-355271c03f6b Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:31:24,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3a88950e-6624-4357-9714-355271c03f6b 2018-08-20 11:31:24,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12776899338s 2018-08-20 11:31:24,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3a88950e-6624-4357-9714-355271c03f6b 2018-08-20 11:31:24,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:31:24,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:31:25,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31: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-614e094a-1253-43dc-9d45-89630a2fd0ec x-compute-request-id: req-614e094a-1253-43dc-9d45-89630a2fd0ec Content-Encoding: gzip Content-Length: 10821 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n"} 2018-08-20 11:31:25,028 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-614e094a-1253-43dc-9d45-89630a2fd0ec 2018-08-20 11:31:25,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0734031200409s 2018-08-20 11:31:25,030 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-614e094a-1253-43dc-9d45-89630a2fd0ec 2018-08-20 11:31:25,030 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 2018-08-20 11:31:25,032 - functest.core.singlevm - DEBUG - try 27: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:31:35,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:31:35,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:31:36,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31: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-af0f7efd-042c-4175-8763-247897e19c29 x-compute-request-id: req-af0f7efd-042c-4175-8763-247897e19c29 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:31:36,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-af0f7efd-042c-4175-8763-247897e19c29 2018-08-20 11:31:36,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05654811859s 2018-08-20 11:31:36,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-af0f7efd-042c-4175-8763-247897e19c29 2018-08-20 11:31:36,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:31:36,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:31:36,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31: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-64fb85b5-98b7-4294-b8df-1b9775492d54 x-compute-request-id: req-64fb85b5-98b7-4294-b8df-1b9775492d54 Content-Encoding: gzip Content-Length: 10833 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:31:36,181 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-64fb85b5-98b7-4294-b8df-1b9775492d54 2018-08-20 11:31:36,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0739088058472s 2018-08-20 11:31:36,183 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-64fb85b5-98b7-4294-b8df-1b9775492d54 2018-08-20 11:31:36,183 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:31:36,185 - functest.core.singlevm - DEBUG - try 28: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:31:46,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:31:46,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:31:47,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-de2abc3f-3bd4-4e16-8ee2-eb9c4e63f298 x-compute-request-id: req-de2abc3f-3bd4-4e16-8ee2-eb9c4e63f298 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:31:47,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-de2abc3f-3bd4-4e16-8ee2-eb9c4e63f298 2018-08-20 11:31:47,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1630179882s 2018-08-20 11:31:47,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-de2abc3f-3bd4-4e16-8ee2-eb9c4e63f298 2018-08-20 11:31:47,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:31:47,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:31:47,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-d59a53a2-7d08-4f5a-ba82-0a063e3318c2 x-compute-request-id: req-d59a53a2-7d08-4f5a-ba82-0a063e3318c2 Content-Encoding: gzip Content-Length: 10847 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n"} 2018-08-20 11:31:47,447 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-d59a53a2-7d08-4f5a-ba82-0a063e3318c2 2018-08-20 11:31:47,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0848340988159s 2018-08-20 11:31:47,449 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-d59a53a2-7d08-4f5a-ba82-0a063e3318c2 2018-08-20 11:31:47,449 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 2018-08-20 11:31:47,451 - functest.core.singlevm - DEBUG - try 29: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:31:57,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:31:57,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:31:58,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:31: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-b86882ff-35b5-43b4-baa2-eeb52cba906f x-compute-request-id: req-b86882ff-35b5-43b4-baa2-eeb52cba906f Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:31:58,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b86882ff-35b5-43b4-baa2-eeb52cba906f 2018-08-20 11:31:58,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16366887093s 2018-08-20 11:31:58,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b86882ff-35b5-43b4-baa2-eeb52cba906f 2018-08-20 11:31:58,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:31:58,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:31:58,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-07c0c042-718d-435f-8ab6-2528dc16a0d5 x-compute-request-id: req-07c0c042-718d-435f-8ab6-2528dc16a0d5 Content-Encoding: gzip Content-Length: 10852 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:31:58,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-07c0c042-718d-435f-8ab6-2528dc16a0d5 2018-08-20 11:31:58,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0832941532135s 2018-08-20 11:31:58,718 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-07c0c042-718d-435f-8ab6-2528dc16a0d5 2018-08-20 11:31:58,718 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:31:58,720 - functest.core.singlevm - DEBUG - try 30: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:32:08,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:32:08,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:32:09,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81768699-f4a5-446d-ab28-46ef31f9eab5 x-compute-request-id: req-81768699-f4a5-446d-ab28-46ef31f9eab5 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:32:09,718 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-81768699-f4a5-446d-ab28-46ef31f9eab5 2018-08-20 11:32:09,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.987153053284s 2018-08-20 11:32:09,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-81768699-f4a5-446d-ab28-46ef31f9eab5 2018-08-20 11:32:09,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:32:09,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:32:09,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32: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-9832af48-cd0a-4d81-8fbc-2f3fbd867247 x-compute-request-id: req-9832af48-cd0a-4d81-8fbc-2f3fbd867247 Content-Encoding: gzip Content-Length: 10852 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:32:09,802 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-9832af48-cd0a-4d81-8fbc-2f3fbd867247 2018-08-20 11:32:09,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0756249427795s 2018-08-20 11:32:09,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-9832af48-cd0a-4d81-8fbc-2f3fbd867247 2018-08-20 11:32:09,804 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:32:09,806 - functest.core.singlevm - DEBUG - try 31: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:32:19,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:32:19,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:32:21,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0771470-bf4b-4efc-a848-31b2aba023ab x-compute-request-id: req-a0771470-bf4b-4efc-a848-31b2aba023ab Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:32:21,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a0771470-bf4b-4efc-a848-31b2aba023ab 2018-08-20 11:32:21,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.8375248909s 2018-08-20 11:32:21,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a0771470-bf4b-4efc-a848-31b2aba023ab 2018-08-20 11:32:21,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:32:21,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:32:21,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd2d3ab2-7165-4925-a810-3be58073c4b0 x-compute-request-id: req-fd2d3ab2-7165-4925-a810-3be58073c4b0 Content-Encoding: gzip Content-Length: 10874 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:32:21,742 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-fd2d3ab2-7165-4925-a810-3be58073c4b0 2018-08-20 11:32:21,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0799181461334s 2018-08-20 11:32:21,743 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-fd2d3ab2-7165-4925-a810-3be58073c4b0 2018-08-20 11:32:21,743 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:32:21,745 - functest.core.singlevm - DEBUG - try 32: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:32:31,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:32:31,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:32:32,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32: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-cb29b09a-fb4d-44d0-b7d5-29d787eeb223 x-compute-request-id: req-cb29b09a-fb4d-44d0-b7d5-29d787eeb223 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:32:32,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cb29b09a-fb4d-44d0-b7d5-29d787eeb223 2018-08-20 11:32:32,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13683485985s 2018-08-20 11:32:32,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-cb29b09a-fb4d-44d0-b7d5-29d787eeb223 2018-08-20 11:32:32,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:32:32,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:32:32,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-340c75ea-6936-4ed2-85c7-afc243cb3ac9 x-compute-request-id: req-340c75ea-6936-4ed2-85c7-afc243cb3ac9 Content-Encoding: gzip Content-Length: 10874 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:32:32,976 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-340c75ea-6936-4ed2-85c7-afc243cb3ac9 2018-08-20 11:32:32,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0752820968628s 2018-08-20 11:32:32,978 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-340c75ea-6936-4ed2-85c7-afc243cb3ac9 2018-08-20 11:32:32,978 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:32:32,980 - functest.core.singlevm - DEBUG - try 33: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:32:42,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:32:42,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:32:44,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0928e2c-a056-4bf1-9b1a-e5218de4ffe8 x-compute-request-id: req-b0928e2c-a056-4bf1-9b1a-e5218de4ffe8 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:32:44,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b0928e2c-a056-4bf1-9b1a-e5218de4ffe8 2018-08-20 11:32:44,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38498997688s 2018-08-20 11:32:44,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b0928e2c-a056-4bf1-9b1a-e5218de4ffe8 2018-08-20 11:32:44,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:32:44,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:32:44,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32: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-6e4d7746-68db-4266-9a10-6d637b7aa2db x-compute-request-id: req-6e4d7746-68db-4266-9a10-6d637b7aa2db Content-Encoding: gzip Content-Length: 10893 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:32:44,475 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-6e4d7746-68db-4266-9a10-6d637b7aa2db 2018-08-20 11:32:44,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0957670211792s 2018-08-20 11:32:44,476 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-6e4d7746-68db-4266-9a10-6d637b7aa2db 2018-08-20 11:32:44,476 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:32:44,478 - functest.core.singlevm - DEBUG - try 34: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:32:54,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:32:54,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:32:55,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61b2e24c-cdda-4469-a20b-d99066d716ba x-compute-request-id: req-61b2e24c-cdda-4469-a20b-d99066d716ba Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:32:55,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-61b2e24c-cdda-4469-a20b-d99066d716ba 2018-08-20 11:32:55,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.19007992744s 2018-08-20 11:32:55,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-61b2e24c-cdda-4469-a20b-d99066d716ba 2018-08-20 11:32:55,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:32:55,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:32:55,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:32: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-5d8a4fa8-6a3f-47a6-8dd8-98e21ab1bf30 x-compute-request-id: req-5d8a4fa8-6a3f-47a6-8dd8-98e21ab1bf30 Content-Encoding: gzip Content-Length: 10893 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:32:55,761 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-5d8a4fa8-6a3f-47a6-8dd8-98e21ab1bf30 2018-08-20 11:32:55,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742290019989s 2018-08-20 11:32:55,762 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-5d8a4fa8-6a3f-47a6-8dd8-98e21ab1bf30 2018-08-20 11:32:55,763 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:32:55,765 - functest.core.singlevm - DEBUG - try 35: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:33:05,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:33:05,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:33:07,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dd6e6a4-b716-4b50-932c-b57efa3b2e10 x-compute-request-id: req-7dd6e6a4-b716-4b50-932c-b57efa3b2e10 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:33:07,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7dd6e6a4-b716-4b50-932c-b57efa3b2e10 2018-08-20 11:33:07,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35434293747s 2018-08-20 11:33:07,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-7dd6e6a4-b716-4b50-932c-b57efa3b2e10 2018-08-20 11:33:07,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:33:07,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:33:07,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33: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-58b5df20-420b-4349-9259-3c2ead1dcd61 x-compute-request-id: req-58b5df20-420b-4349-9259-3c2ead1dcd61 Content-Encoding: gzip Content-Length: 10913 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:33:07,212 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-58b5df20-420b-4349-9259-3c2ead1dcd61 2018-08-20 11:33:07,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742938518524s 2018-08-20 11:33:07,213 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-58b5df20-420b-4349-9259-3c2ead1dcd61 2018-08-20 11:33:07,213 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:33:07,215 - functest.core.singlevm - DEBUG - try 36: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:33:17,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:33:17,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:33:18,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33: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-5039166a-1365-4756-a641-9fd47ed7896b x-compute-request-id: req-5039166a-1365-4756-a641-9fd47ed7896b Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:33:18,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5039166a-1365-4756-a641-9fd47ed7896b 2018-08-20 11:33:18,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27405190468s 2018-08-20 11:33:18,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5039166a-1365-4756-a641-9fd47ed7896b 2018-08-20 11:33:18,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:33:18,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:33:18,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08e3ca28-5820-4caa-9031-ef171f188f08 x-compute-request-id: req-08e3ca28-5820-4caa-9031-ef171f188f08 Content-Encoding: gzip Content-Length: 10913 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:33:18,586 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-08e3ca28-5820-4caa-9031-ef171f188f08 2018-08-20 11:33:18,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0777940750122s 2018-08-20 11:33:18,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-08e3ca28-5820-4caa-9031-ef171f188f08 2018-08-20 11:33:18,588 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:33:18,590 - functest.core.singlevm - DEBUG - try 37: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:33:28,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:33:28,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:33:29,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33: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-b6c49734-8b79-4497-be1b-754da396a0fe x-compute-request-id: req-b6c49734-8b79-4497-be1b-754da396a0fe Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:33:29,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b6c49734-8b79-4497-be1b-754da396a0fe 2018-08-20 11:33:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.753473997116s 2018-08-20 11:33:29,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b6c49734-8b79-4497-be1b-754da396a0fe 2018-08-20 11:33:29,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:33:29,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:33:29,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe3c0482-1f04-4f19-8bfd-a8cee234da66 x-compute-request-id: req-fe3c0482-1f04-4f19-8bfd-a8cee234da66 Content-Encoding: gzip Content-Length: 10929 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n"} 2018-08-20 11:33:29,452 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-fe3c0482-1f04-4f19-8bfd-a8cee234da66 2018-08-20 11:33:29,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0903458595276s 2018-08-20 11:33:29,454 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-fe3c0482-1f04-4f19-8bfd-a8cee234da66 2018-08-20 11:33:29,454 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 2018-08-20 11:33:29,456 - functest.core.singlevm - DEBUG - try 38: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:33:39,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:33:39,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:33:40,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62335264-1d73-4bb5-9ba1-5a606a506c5f x-compute-request-id: req-62335264-1d73-4bb5-9ba1-5a606a506c5f Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:33:40,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-62335264-1d73-4bb5-9ba1-5a606a506c5f 2018-08-20 11:33:40,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13921809196s 2018-08-20 11:33:40,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-62335264-1d73-4bb5-9ba1-5a606a506c5f 2018-08-20 11:33:40,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:33:40,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:33:40,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfba9b4d-197b-424d-8d54-cba1dcf962f0 x-compute-request-id: req-dfba9b4d-197b-424d-8d54-cba1dcf962f0 Content-Encoding: gzip Content-Length: 10933 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n"} 2018-08-20 11:33:40,738 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-dfba9b4d-197b-424d-8d54-cba1dcf962f0 2018-08-20 11:33:40,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.123856067657s 2018-08-20 11:33:40,740 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-dfba9b4d-197b-424d-8d54-cba1dcf962f0 2018-08-20 11:33:40,740 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 2018-08-20 11:33:40,742 - functest.core.singlevm - DEBUG - try 39: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:33:50,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:33:50,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:33:51,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aaf4f3c6-5db6-4e92-accf-28d64d1df7d2 x-compute-request-id: req-aaf4f3c6-5db6-4e92-accf-28d64d1df7d2 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:33:51,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-aaf4f3c6-5db6-4e92-accf-28d64d1df7d2 2018-08-20 11:33:51,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15408587456s 2018-08-20 11:33:51,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-aaf4f3c6-5db6-4e92-accf-28d64d1df7d2 2018-08-20 11:33:51,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:33:51,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:33:51,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:33: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-5ca08ed5-e439-4474-b0c8-54a6443372c4 x-compute-request-id: req-5ca08ed5-e439-4474-b0c8-54a6443372c4 Content-Encoding: gzip Content-Length: 10949 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n"} 2018-08-20 11:33:51,981 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-5ca08ed5-e439-4474-b0c8-54a6443372c4 2018-08-20 11:33:51,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0752110481262s 2018-08-20 11:33:51,983 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-5ca08ed5-e439-4474-b0c8-54a6443372c4 2018-08-20 11:33:51,983 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 2018-08-20 11:33:51,985 - functest.core.singlevm - DEBUG - try 40: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:34:01,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:34:01,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:34:02,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34: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-f96278cf-815f-4082-9936-1206805f6869 x-compute-request-id: req-f96278cf-815f-4082-9936-1206805f6869 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:34:02,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f96278cf-815f-4082-9936-1206805f6869 2018-08-20 11:34:02,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775929927826s 2018-08-20 11:34:02,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f96278cf-815f-4082-9936-1206805f6869 2018-08-20 11:34:02,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:34:02,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:34:02,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34: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-79eb1e52-085a-4215-b6cd-c0933ad5c997 x-compute-request-id: req-79eb1e52-085a-4215-b6cd-c0933ad5c997 Content-Encoding: gzip Content-Length: 10953 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:34:02,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-79eb1e52-085a-4215-b6cd-c0933ad5c997 2018-08-20 11:34:02,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0764231681824s 2018-08-20 11:34:02,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-79eb1e52-085a-4215-b6cd-c0933ad5c997 2018-08-20 11:34:02,857 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:34:02,859 - functest.core.singlevm - DEBUG - try 41: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:34:12,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:34:12,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:34:13,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aad25d78-edda-4103-a1db-74248413b04c x-compute-request-id: req-aad25d78-edda-4103-a1db-74248413b04c Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:34:13,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-aad25d78-edda-4103-a1db-74248413b04c 2018-08-20 11:34:13,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.871889829636s 2018-08-20 11:34:13,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-aad25d78-edda-4103-a1db-74248413b04c 2018-08-20 11:34:13,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:34:13,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:34:13,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34: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-c20810af-cda2-4bc1-b2d6-63a4f5ec7bdd x-compute-request-id: req-c20810af-cda2-4bc1-b2d6-63a4f5ec7bdd Content-Encoding: gzip Content-Length: 10953 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:34:13,819 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-c20810af-cda2-4bc1-b2d6-63a4f5ec7bdd 2018-08-20 11:34:13,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0731179714203s 2018-08-20 11:34:13,820 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-c20810af-cda2-4bc1-b2d6-63a4f5ec7bdd 2018-08-20 11:34:13,821 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:34:13,823 - functest.core.singlevm - DEBUG - try 42: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:34:23,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:34:23,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:34:24,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa454d6a-15c2-4c64-997e-27170a049fa5 x-compute-request-id: req-aa454d6a-15c2-4c64-997e-27170a049fa5 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:34:24,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-aa454d6a-15c2-4c64-997e-27170a049fa5 2018-08-20 11:34:24,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780828952789s 2018-08-20 11:34:24,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-aa454d6a-15c2-4c64-997e-27170a049fa5 2018-08-20 11:34:24,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:34:24,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:34:24,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4045555b-b2af-44ec-9f96-395f63c9202a x-compute-request-id: req-4045555b-b2af-44ec-9f96-395f63c9202a Content-Encoding: gzip Content-Length: 10973 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:34:24,888 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-4045555b-b2af-44ec-9f96-395f63c9202a 2018-08-20 11:34:24,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.262875080109s 2018-08-20 11:34:24,889 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-4045555b-b2af-44ec-9f96-395f63c9202a 2018-08-20 11:34:24,890 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:34:24,892 - functest.core.singlevm - DEBUG - try 43: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:34:34,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:34:34,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:34:35,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0ec44bf-b541-4756-930b-26b97b57c1c8 x-compute-request-id: req-b0ec44bf-b541-4756-930b-26b97b57c1c8 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:34:35,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b0ec44bf-b541-4756-930b-26b97b57c1c8 2018-08-20 11:34:35,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.952728033066s 2018-08-20 11:34:35,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b0ec44bf-b541-4756-930b-26b97b57c1c8 2018-08-20 11:34:35,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:34:35,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:34:35,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faba3fbf-470d-4e23-94a6-286f64589cd2 x-compute-request-id: req-faba3fbf-470d-4e23-94a6-286f64589cd2 Content-Encoding: gzip Content-Length: 10973 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:34:35,946 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-faba3fbf-470d-4e23-94a6-286f64589cd2 2018-08-20 11:34:35,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0831828117371s 2018-08-20 11:34:35,947 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-faba3fbf-470d-4e23-94a6-286f64589cd2 2018-08-20 11:34:35,948 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:34:35,949 - functest.core.singlevm - DEBUG - try 44: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:34:45,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:34:45,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:34:47,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed00e15d-0dff-4e5c-aa9a-5ee5b66a151b x-compute-request-id: req-ed00e15d-0dff-4e5c-aa9a-5ee5b66a151b Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:34:47,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ed00e15d-0dff-4e5c-aa9a-5ee5b66a151b 2018-08-20 11:34:47,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13340902328s 2018-08-20 11:34:47,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-ed00e15d-0dff-4e5c-aa9a-5ee5b66a151b 2018-08-20 11:34:47,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:34:47,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:34:47,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5eab7e8-1714-4d73-aa9f-28cf5c8c7d66 x-compute-request-id: req-d5eab7e8-1714-4d73-aa9f-28cf5c8c7d66 Content-Encoding: gzip Content-Length: 10994 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:34:47,177 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-d5eab7e8-1714-4d73-aa9f-28cf5c8c7d66 2018-08-20 11:34:47,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0749971866608s 2018-08-20 11:34:47,178 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-d5eab7e8-1714-4d73-aa9f-28cf5c8c7d66 2018-08-20 11:34:47,178 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:34:47,180 - functest.core.singlevm - DEBUG - try 45: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:34:57,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:34:57,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:34:57,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7a46473-514e-4e9c-a3b7-fb708c6ab476 x-compute-request-id: req-e7a46473-514e-4e9c-a3b7-fb708c6ab476 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:34:57,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e7a46473-514e-4e9c-a3b7-fb708c6ab476 2018-08-20 11:34:57,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.776157140732s 2018-08-20 11:34:57,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e7a46473-514e-4e9c-a3b7-fb708c6ab476 2018-08-20 11:34:57,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:34:57,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:34:58,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c922dc1f-deed-449d-8f39-c65cf6d75ec3 x-compute-request-id: req-c922dc1f-deed-449d-8f39-c65cf6d75ec3 Content-Encoding: gzip Content-Length: 10994 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n"} 2018-08-20 11:34:58,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-c922dc1f-deed-449d-8f39-c65cf6d75ec3 2018-08-20 11:34:58,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0831878185272s 2018-08-20 11:34:58,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-c922dc1f-deed-449d-8f39-c65cf6d75ec3 2018-08-20 11:34:58,054 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 2018-08-20 11:34:58,056 - functest.core.singlevm - DEBUG - try 46: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-20 11:35:08,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:35:08,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:35:09,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fe57b28-b5c7-4081-948c-4ced12391324 x-compute-request-id: req-9fe57b28-b5c7-4081-948c-4ced12391324 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:35:09,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9fe57b28-b5c7-4081-948c-4ced12391324 2018-08-20 11:35:09,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16458797455s 2018-08-20 11:35:09,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9fe57b28-b5c7-4081-948c-4ced12391324 2018-08-20 11:35:09,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:35:09,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:35:09,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e42f9bf0-9ab7-4116-b0ad-19a3ba9a2ed7 x-compute-request-id: req-e42f9bf0-9ab7-4116-b0ad-19a3ba9a2ed7 Content-Encoding: gzip Content-Length: 12107 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008032] Security Framework initialized\n[ 0.009186] AppArmor: AppArmor initialized\n[ 0.010317] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020245] Initializing cgroup subsys memory\n[ 0.021270] Initializing cgroup subsys devices\n[ 0.022289] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.024977] Initializing cgroup subsys perf_event\n[ 0.026039] Initializing cgroup subsys hugetlb\n[ 0.027079] FEATURE SPEC_CTRL Not Present\n[ 0.028692] mce: CPU supports 10 MCE banks\n[ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035045] Speculative Store Bypass: Vulnerable\n[ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.041833] ACPI: Core revision 20131115\n[ 0.043234] ACPI: All ACPI Tables successfully acquired\n[ 0.044356] ftrace: allocating 28717 entries in 113 pages\n[ 0.064184] smpboot: Max logical packages: 2\n[ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068184] Enabling x2apic\n[ 0.068844] Enabled x2apic\n[ 0.069820] Switched APIC routing to physical x2apic.\n[ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085297] KVM setup paravirtual spinlock\n[ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088203] x86: Booting SMP configuration:\n[ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104015] KVM setup async PF for cpu 1\n[ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108353] devtmpfs: initialized\n[ 0.110881] EVM: security.selinux\n[ 0.112006] EVM: security.SMACK64\n[ 0.112779] EVM: security.ima\n[ 0.113491] EVM: security.capability\n[ 0.114321] pinctrl core: initialized pinctrl subsystem\n[ 0.116076] regulator-dummy: no parameters\n[ 0.117026] RTC time: 11:26:20, date: 08/20/18\n[ 0.118021] NET: Registered protocol family 16\n[ 0.119069] cpuidle: using governor ladder\n[ 0.119946] cpuidle: using governor menu\n[ 0.120062] ACPI: bus type PCI registered\n[ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122353] PCI: Using configuration type 1 for base access\n[ 0.124060] bio: create slab at 0\n[ 0.124915] ACPI: Added _OSI(Module Device)\n[ 0.125017] ACPI: Added _OSI(Processor Device)\n[ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130138] ACPI: Interpreter enabled\n[ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137986] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.142917] ACPI: No dock devices found.\n[ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.151525] acpiphp: Slot [3] registered\n[ 0.152019] acpiphp: Slot [4] registered\n[ 0.152850] acpiphp: Slot [5] registered\n[ 0.153670] acpiphp: Slot [6] registered\n[ 0.154492] acpiphp: Slot [7] registered\n[ 0.155316] acpiphp: Slot [8] registered\n[ 0.156017] acpiphp: Slot [9] registered\n[ 0.157002] acpiphp: Slot [10] registered\n[ 0.157903] acpiphp: Slot [11] registered\n[ 0.158824] acpiphp: Slot [12] registered\n[ 0.159741] acpiphp: Slot [13] registered\n[ 0.160027] acpiphp: Slot [14] registered\n[ 0.160912] acpiphp: Slot [15] registered\n[ 0.161824] acpiphp: Slot [16] registered\n[ 0.162692] acpiphp: Slot [17] registered\n[ 0.163560] acpiphp: Slot [18] registered\n[ 0.164026] acpiphp: Slot [19] registered\n[ 0.164884] acpiphp: Slot [20] registered\n[ 0.165726] acpiphp: Slot [21] registered\n[ 0.166559] acpiphp: Slot [22] registered\n[ 0.167399] acpiphp: Slot [23] registered\n[ 0.168027] acpiphp: Slot [24] registered\n[ 0.168863] acpiphp: Slot [25] registered\n[ 0.169689] acpiphp: Slot [26] registered\n[ 0.170532] acpiphp: Slot [27] registered\n[ 0.171419] acpiphp: Slot [28] registered\n[ 0.172018] acpiphp: Slot [29] registered\n[ 0.172852] acpiphp: Slot [30] registered\n[ 0.173697] acpiphp: Slot [31] registered\n[ 0.174550] PCI host bridge to bus 0000:00\n[ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221960] SCSI subsystem initialized\n[ 0.224644] ACPI: bus type USB registered\n[ 0.225187] usbcore: registered new interface driver usbfs\n[ 0.226370] usbcore: registered new interface driver hub\n[ 0.228041] usbcore: registered new device driver usb\n[ 0.229156] PCI: Using ACPI for IRQ routing\n[ 0.229738] NetLabel: Initializing\n[ 0.232009] NetLabel: domain hash size = 128\n[ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.234143] NetLabel: unlabeled traffic allowed by default\n[ 0.235288] Switched to clocksource kvm-clock\n[ 0.240112] AppArmor: AppArmor Filesystem Enabled\n[ 0.241283] pnp: PnP ACPI init\n[ 0.242048] ACPI: bus type PNP registered\n[ 0.243745] pnp: PnP ACPI: found 8 devices\n[ 0.244757] ACPI: bus type PNP unregistered\n[ 0.251527] NET: Registered protocol family 2\n[ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.256488] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257995] TCP: reno registered\n[ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261975] NET: Registered protocol family 1\n[ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314957] Trying to unpack rootfs image as initramfs...\n[ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.416387] Scanning for low memory corruption every 60 seconds\n[ 0.418053] Initialise system trusted keyring\n[ 0.419061] audit: initializing netlink socket (disabled)\n[ 0.420195] type=2000 audit(1534764381.516:1): initialized\n[ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.444179] zbud: loaded\n[ 0.445127] VFS: Disk quotas dquot_6.5.2\n[ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.447867] fuse init (API version 7.22)\n[ 0.448904] msgmni has been set to 3997\n[ 0.449863] Key type big_key registered\n[ 0.451258] Key type asymmetric registered\n[ 0.452299] Asymmetric key parser 'x509' registered\n[ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455314] io scheduler noop registered\n[ 0.456239] io scheduler deadline registered (default)\n[ 0.457472] io scheduler cfq registered\n[ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.461293] ipmi message handler version 39.2\n[ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.464137] ACPI: Power Button [PWRF]\n[ 0.465222] GHES: HEST is not enabled!\n[ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587142] Linux agpgart interface v0.103\n[ 0.589404] brd: module loaded\n[ 0.590666] loop: module loaded\n[ 0.591923] blk-mq: CPU -> queue map\n[ 0.592776] CPU 0 -> Queue 0\n[ 0.593502] CPU 1 -> Queue 0\n[ 0.595102] vda: vda1\n[ 0.596709] scsi0 : ata_piix\n[ 0.597567] scsi1 : ata_piix\n[ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.601440] libphy: Fixed MDIO Bus: probed\n[ 0.602528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606591] PPP generic driver version 2.4.2\n[ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609354] ehci-pci: EHCI PCI platform driver\n[ 0.610563] ehci-platform: EHCI generic platform driver\n[ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613406] ohci-pci: OHCI PCI platform driver\n[ 0.614532] ohci-platform: OHCI generic platform driver\n[ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646797] usb usb1: Product: UHCI Host Controller\n[ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.649546] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650909] hub 1-0:1.0: USB hub found\n[ 0.651929] hub 1-0:1.0: 2 ports detected\n[ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658570] mousedev: PS/2 mouse device common for all mice\n[ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662640] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667217] device-mapper: uevent: version 1.0.3\n[ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672193] TCP: cubic registered\n[ 0.673189] NET: Registered protocol family 10\n[ 0.674742] NET: Registered protocol family 17\n[ 0.675905] Key type dns_resolver registered\n[ 0.677307] Loading compiled-in X.509 certificates\n[ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.688461] registered taskstats version 1\n[ 0.691740] Key type trusted registered\n[ 0.695748] Key type encrypted registered\n[ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698151] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699979] regulator-dummy: disabling\n[ 0.701044] Magic number: 14:56:429\n[ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381)\n[ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705458] EDD information not available.\n[ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.759991] Write protecting the kernel read-only data: 12288k\n[ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.779322] systemd-udevd[107]: starting version 204\n[ 0.820641] FDC 0 is a S82078B\n[ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131383] usb 1-1: Product: QEMU USB Tablet\n[ 1.132551] usb 1-1: Manufacturer: QEMU\n[ 1.133587] usb 1-1: SerialNumber: 42\n[ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[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 load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..o . |\n| . o o|\n| . o . o|\n| o . . .+|\n| S . ..*|\n| o . EX|\n| + +=|\n| + o .|\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:\n30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|.=ooo |\n|+ +B. |\n|o.+ = o . |\n| o . + + o |\n| . . . S . |\n| . . |\n| + |\n| o . |\n| E. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o ..+ .|\n| . +..Eo=.|\n| + .+o. |\n| S * oo |\n| * +.o |\n| o . o . |\n| o . |\n| o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..ooo..o. |\n| ...o... |\n| = +oo. |\n| o =o=o |\n| + oo S |\n| . o o |\n| . o . |\n| 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 D-Bus system message bus[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 * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ echo 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.11'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.19'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-20 11:35:05,808 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-20 11:35:05,814 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-20 11:35:05,818 - util.py[WARNING]: Running scripts-user () failed\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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 (DSA)\nec2: 256 a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 (ECDSA)\nec2: 256 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 (ED25519)\nec2: 2048 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLmnn4EEyC1DX9nqSHvl0RmUbzfJS794MqIXggfitP27kR32AsqKfPDeUJGapVbTofQ7zqyYIgA3C4N/L4sGbvA= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID8LbcRmQn8O5C4KJyXw+C4189mD2NHI1COdv/pGDuel root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP1Nfos6p5ajGqFz+sJwJFeHSl2xnjB0Wdaqrkfs84lQu5s4RajhWswDw7jfnaRPrLKtHn1w3jSELKUaAF6599ABGTcqFJnXzylFQzsVJe3WHFCcwD+/B9drvMoJ5rY9kJ55mL4Jqy/skU5qqUFujlUa4dq/xbzVVgoeOsaCCvOErIJvwXg5p8hv5APXgp6ak7j53WahRLF64OXm+k1wJ5KrwRXjMf3tgkIlj6RoeJIzCfZBZr69FSWDa6Fk8Clr16CRTgFS7eu71xJKTSKhUM4D5/4N8BsT59kBwWGz83zmtBTc28eTsew/S3TN2T87ikRjTGl/YSvhtfPrAm1E+T root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:35:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.05 seconds\n"} 2018-08-20 11:35:09,320 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-e42f9bf0-9ab7-4116-b0ad-19a3ba9a2ed7 2018-08-20 11:35:09,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0807249546051s 2018-08-20 11:35:09,322 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4/action used request id req-e42f9bf0-9ab7-4116-b0ad-19a3ba9a2ed7 2018-08-20 11:35:09,322 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008032] Security Framework initialized [ 0.009186] AppArmor: AppArmor initialized [ 0.010317] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015288] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016674] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018438] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020245] Initializing cgroup subsys memory [ 0.021270] Initializing cgroup subsys devices [ 0.022289] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.024977] Initializing cgroup subsys perf_event [ 0.026039] Initializing cgroup subsys hugetlb [ 0.027079] FEATURE SPEC_CTRL Not Present [ 0.028692] mce: CPU supports 10 MCE banks [ 0.029648] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033340] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035045] Speculative Store Bypass: Vulnerable [ 0.036350] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.041833] ACPI: Core revision 20131115 [ 0.043234] ACPI: All ACPI Tables successfully acquired [ 0.044356] ftrace: allocating 28717 entries in 113 pages [ 0.064184] smpboot: Max logical packages: 2 [ 0.065154] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066409] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068184] Enabling x2apic [ 0.068844] Enabled x2apic [ 0.069820] Switched APIC routing to physical x2apic. [ 0.072954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074221] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076475] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085297] KVM setup paravirtual spinlock [ 0.087729] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088203] x86: Booting SMP configuration: [ 0.089266] .... node #0, CPUs: #1[ 0.087696] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104015] KVM setup async PF for cpu 1 [ 0.104018] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.106932] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108353] devtmpfs: initialized [ 0.110881] EVM: security.selinux [ 0.112006] EVM: security.SMACK64 [ 0.112779] EVM: security.ima [ 0.113491] EVM: security.capability [ 0.114321] pinctrl core: initialized pinctrl subsystem [ 0.116076] regulator-dummy: no parameters [ 0.117026] RTC time: 11:26:20, date: 08/20/18 [ 0.118021] NET: Registered protocol family 16 [ 0.119069] cpuidle: using governor ladder [ 0.119946] cpuidle: using governor menu [ 0.120062] ACPI: bus type PCI registered [ 0.120938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122353] PCI: Using configuration type 1 for base access [ 0.124060] bio: create slab at 0 [ 0.124915] ACPI: Added _OSI(Module Device) [ 0.125017] ACPI: Added _OSI(Processor Device) [ 0.125961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130138] ACPI: Interpreter enabled [ 0.130965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.132559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.134538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.136004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137986] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.140988] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.142917] ACPI: No dock devices found. [ 0.145965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.147218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.148007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.149242] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.151525] acpiphp: Slot [3] registered [ 0.152019] acpiphp: Slot [4] registered [ 0.152850] acpiphp: Slot [5] registered [ 0.153670] acpiphp: Slot [6] registered [ 0.154492] acpiphp: Slot [7] registered [ 0.155316] acpiphp: Slot [8] registered [ 0.156017] acpiphp: Slot [9] registered [ 0.157002] acpiphp: Slot [10] registered [ 0.157903] acpiphp: Slot [11] registered [ 0.158824] acpiphp: Slot [12] registered [ 0.159741] acpiphp: Slot [13] registered [ 0.160027] acpiphp: Slot [14] registered [ 0.160912] acpiphp: Slot [15] registered [ 0.161824] acpiphp: Slot [16] registered [ 0.162692] acpiphp: Slot [17] registered [ 0.163560] acpiphp: Slot [18] registered [ 0.164026] acpiphp: Slot [19] registered [ 0.164884] acpiphp: Slot [20] registered [ 0.165726] acpiphp: Slot [21] registered [ 0.166559] acpiphp: Slot [22] registered [ 0.167399] acpiphp: Slot [23] registered [ 0.168027] acpiphp: Slot [24] registered [ 0.168863] acpiphp: Slot [25] registered [ 0.169689] acpiphp: Slot [26] registered [ 0.170532] acpiphp: Slot [27] registered [ 0.171419] acpiphp: Slot [28] registered [ 0.172018] acpiphp: Slot [29] registered [ 0.172852] acpiphp: Slot [30] registered [ 0.173697] acpiphp: Slot [31] registered [ 0.174550] PCI host bridge to bus 0000:00 [ 0.175444] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179578] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.211468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.212728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.214215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.215731] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.216692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.218093] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.219447] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.219447] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220664] vgaarb: bridge control possible 0000:00:02.0 [ 0.221960] SCSI subsystem initialized [ 0.224644] ACPI: bus type USB registered [ 0.225187] usbcore: registered new interface driver usbfs [ 0.226370] usbcore: registered new interface driver hub [ 0.228041] usbcore: registered new device driver usb [ 0.229156] PCI: Using ACPI for IRQ routing [ 0.229738] NetLabel: Initializing [ 0.232009] NetLabel: domain hash size = 128 [ 0.232999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.234143] NetLabel: unlabeled traffic allowed by default [ 0.235288] Switched to clocksource kvm-clock [ 0.240112] AppArmor: AppArmor Filesystem Enabled [ 0.241283] pnp: PnP ACPI init [ 0.242048] ACPI: bus type PNP registered [ 0.243745] pnp: PnP ACPI: found 8 devices [ 0.244757] ACPI: bus type PNP unregistered [ 0.251527] NET: Registered protocol family 2 [ 0.252942] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254787] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.256488] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257995] TCP: reno registered [ 0.258820] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260336] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261975] NET: Registered protocol family 1 [ 0.263114] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264574] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265769] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314957] Trying to unpack rootfs image as initramfs... [ 0.409406] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.411780] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.413265] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.414606] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.416387] Scanning for low memory corruption every 60 seconds [ 0.418053] Initialise system trusted keyring [ 0.419061] audit: initializing netlink socket (disabled) [ 0.420195] type=2000 audit(1534764381.516:1): initialized [ 0.441818] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.444179] zbud: loaded [ 0.445127] VFS: Disk quotas dquot_6.5.2 [ 0.446015] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.447867] fuse init (API version 7.22) [ 0.448904] msgmni has been set to 3997 [ 0.449863] Key type big_key registered [ 0.451258] Key type asymmetric registered [ 0.452299] Asymmetric key parser 'x509' registered [ 0.453455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455314] io scheduler noop registered [ 0.456239] io scheduler deadline registered (default) [ 0.457472] io scheduler cfq registered [ 0.458500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459755] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.461293] ipmi message handler version 39.2 [ 0.462436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.464137] ACPI: Power Button [PWRF] [ 0.465222] GHES: HEST is not enabled! [ 0.488314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534330] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557962] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.559937] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584104] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587142] Linux agpgart interface v0.103 [ 0.589404] brd: module loaded [ 0.590666] loop: module loaded [ 0.591923] blk-mq: CPU -> queue map [ 0.592776] CPU 0 -> Queue 0 [ 0.593502] CPU 1 -> Queue 0 [ 0.595102] vda: vda1 [ 0.596709] scsi0 : ata_piix [ 0.597567] scsi1 : ata_piix [ 0.598298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.599724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.601440] libphy: Fixed MDIO Bus: probed [ 0.602528] tun: Universal TUN/TAP device driver, 1.6 [ 0.603611] tun: (C) 1999-2004 Max Krasnyansky [ 0.606591] PPP generic driver version 2.4.2 [ 0.607763] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609354] ehci-pci: EHCI PCI platform driver [ 0.610563] ehci-platform: EHCI generic platform driver [ 0.611925] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613406] ohci-pci: OHCI PCI platform driver [ 0.614532] ohci-platform: OHCI generic platform driver [ 0.615805] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638499] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.643357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646797] usb usb1: Product: UHCI Host Controller [ 0.648012] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.649546] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650909] hub 1-0:1.0: USB hub found [ 0.651929] hub 1-0:1.0: 2 ports detected [ 0.653172] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655869] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657115] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658570] mousedev: PS/2 mouse device common for all mice [ 0.660264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662640] rtc_cmos 00:00: RTC can wake from S4 [ 0.664082] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.667217] device-mapper: uevent: version 1.0.3 [ 0.668495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.670633] ledtrig-cpu: registered to indicate activity on CPUs [ 0.672193] TCP: cubic registered [ 0.673189] NET: Registered protocol family 10 [ 0.674742] NET: Registered protocol family 17 [ 0.675905] Key type dns_resolver registered [ 0.677307] Loading compiled-in X.509 certificates [ 0.679139] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.688461] registered taskstats version 1 [ 0.691740] Key type trusted registered [ 0.695748] Key type encrypted registered [ 0.696797] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698151] IMA: No TPM chip found, activating TPM-bypass! [ 0.699979] regulator-dummy: disabling [ 0.701044] Magic number: 14:56:429 [ 0.702178] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:21 UTC (1534764381) [ 0.704159] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705458] EDD information not available. [ 0.758257] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.759991] Write protecting the kernel read-only data: 12288k [ 0.762200] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.765588] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.779322] systemd-udevd[107]: starting version 204 [ 0.820641] FDC 0 is a S82078B [ 0.964049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.127870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.129635] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.131383] usb 1-1: Product: QEMU USB Tablet [ 1.132551] usb 1-1: Manufacturer: QEMU [ 1.133587] usb 1-1: SerialNumber: 42 [ 1.408075] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.832876] 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.073301] 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.187092] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295955] 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, 20 Aug 2018 11:26:23 +0000. Up 2.61 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 ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:27 +0000. Up 6.95 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: | eth1 | False | . | . | fa:16:3e:dc:66:df | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:53:ea:56 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | ..o . | | . o o| | . o . o| | o . . .+| | S . ..*| | o . EX| | + +=| | + 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: 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |.=ooo | |+ +B. | |o.+ = o . | | o . + + o | | . . . S . | | . . | | + | | o . | | E. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | o ..+ .| | . +..Eo=.| | + .+o. | | S * oo | | * +.o | | o . o . | | o . | | o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ |..ooo..o. | | ...o... | | = +oo. | | o =o=o | | + oo S | | . o o | | . o . | | E | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:31 +0000. Up 131.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:32 +0000. Up 191.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ echo 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.11' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.19' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-20 11:35:05,808 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-20 11:35:05,814 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-20 11:35:05,818 - util.py[WARNING]: Running scripts-user () failed 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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 30:1a:80:22:b4:31:3d:31:a9:79:34:7f:4f:fc:8e:a9 root@vellum-0 (DSA) ec2: 256 a7:9e:54:e6:41:78:ec:cf:4d:84:e7:95:cc:6a:d0:2d root@vellum-0 (ECDSA) ec2: 256 48:5e:48:85:2b:21:21:75:94:ba:57:9c:68:d8:7e:f6 root@vellum-0 (ED25519) ec2: 2048 66:45:06:7e:fb:66:7e:d9:75:7d:7c:56:c5:7f:1f:f8 root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLmnn4EEyC1DX9nqSHvl0RmUbzfJS794MqIXggfitP27kR32AsqKfPDeUJGapVbTofQ7zqyYIgA3C4N/L4sGbvA= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID8LbcRmQn8O5C4KJyXw+C4189mD2NHI1COdv/pGDuel root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP1Nfos6p5ajGqFz+sJwJFeHSl2xnjB0Wdaqrkfs84lQu5s4RajhWswDw7jfnaRPrLKtHn1w3jSELKUaAF6599ABGTcqFJnXzylFQzsVJe3WHFCcwD+/B9drvMoJ5rY9kJ55mL4Jqy/skU5qqUFujlUa4dq/xbzVVgoeOsaCCvOErIJvwXg5p8hv5APXgp6ak7j53WahRLF64OXm+k1wJ5KrwRXjMf3tgkIlj6RoeJIzCfZBZr69FSWDa6Fk8Clr16CRTgFS7eu71xJKTSKhUM4D5/4N8BsT59kBwWGz83zmtBTc28eTsew/S3TN2T87ikRjTGl/YSvhtfPrAm1E+T root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:35:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.05 seconds 2018-08-20 11:35:09,324 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-20 11:35:09,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:35:09,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:35:10,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e7b394b-d420-4052-bc40-551d20bdde75 x-compute-request-id: req-3e7b394b-d420-4052-bc40-551d20bdde75 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:35:10,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3e7b394b-d420-4052-bc40-551d20bdde75 2018-08-20 11:35:10,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.77205991745s 2018-08-20 11:35:10,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-3e7b394b-d420-4052-bc40-551d20bdde75 2018-08-20 11:35:10,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:35:10,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:35:10,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e83266a-16e6-4b40-9af8-9e61061331b6 x-compute-request-id: req-3e83266a-16e6-4b40-9af8-9e61061331b6 Content-Encoding: gzip Content-Length: 18535 Content-Type: application/json RESP BODY: {"output": "ed\n[ 0.156864] acpiphp: Slot [15] registered\n[ 0.157718] acpiphp: Slot [16] registered\n[ 0.158570] acpiphp: Slot [17] registered\n[ 0.159413] acpiphp: Slot [18] registered\n[ 0.160024] acpiphp: Slot [19] registered\n[ 0.160874] acpiphp: Slot [20] registered\n[ 0.161721] acpiphp: Slot [21] registered\n[ 0.162561] acpiphp: Slot [22] registered\n[ 0.163417] acpiphp: Slot [23] registered\n[ 0.164027] acpiphp: Slot [24] registered\n[ 0.164874] acpiphp: Slot [25] registered\n[ 0.165715] acpiphp: Slot [26] registered\n[ 0.166564] acpiphp: Slot [27] registered\n[ 0.167427] acpiphp: Slot [28] registered\n[ 0.168018] acpiphp: Slot [29] registered\n[ 0.168892] acpiphp: Slot [30] registered\n[ 0.169740] acpiphp: Slot [31] registered\n[ 0.170577] PCI host bridge to bus 0000:00\n[ 0.171420] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.172004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.173179] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.174345] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.175620] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.176004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.181956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.183435] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.208524] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.211034] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.212613] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.214096] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.215546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.216611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.217942] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.217942] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.220004] vgaarb: loaded\n[ 0.220646] vgaarb: bridge control possible 0000:00:02.0\n[ 0.221949] SCSI subsystem initialized\n[ 0.222915] ACPI: bus type USB registered\n[ 0.222915] usbcore: registered new interface driver usbfs\n[ 0.224014] usbcore: registered new interface driver hub\n[ 0.225123] usbcore: registered new device driver usb\n[ 0.228705] PCI: Using ACPI for IRQ routing\n[ 0.229602] NetLabel: Initializing\n[ 0.230381] NetLabel: domain hash size = 128\n[ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.233050] NetLabel: unlabeled traffic allowed by default\n[ 0.234184] Switched to clocksource kvm-clock\n[ 0.239931] AppArmor: AppArmor Filesystem Enabled\n[ 0.240992] pnp: PnP ACPI init\n[ 0.241720] ACPI: bus type PNP registered\n[ 0.243094] pnp: PnP ACPI: found 8 devices\n[ 0.243959] ACPI: bus type PNP unregistered\n[ 0.251449] NET: Registered protocol family 2\n[ 0.252672] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.254286] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.255707] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257060] TCP: reno registered\n[ 0.257782] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.258963] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260313] NET: Registered protocol family 1\n[ 0.261261] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.262422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.263543] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.285385] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.307750] Trying to unpack rootfs image as initramfs...\n[ 0.401731] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.403657] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.404838] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406564] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.408326] Scanning for low memory corruption every 60 seconds\n[ 0.410090] Initialise system trusted keyring\n[ 0.411450] audit: initializing netlink socket (disabled)\n[ 0.413007] type=2000 audit(1534764379.474:1): initialized\n[ 0.433245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.435874] zbud: loaded\n[ 0.436915] VFS: Disk quotas dquot_6.5.2\n[ 0.438101] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.440145] fuse init (API version 7.22)\n[ 0.441314] msgmni has been set to 3997\n[ 0.442484] Key type big_key registered\n[ 0.444009] Key type asymmetric registered\n[ 0.445179] Asymmetric key parser 'x509' registered\n[ 0.446464] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.448593] io scheduler noop registered\n[ 0.449757] io scheduler deadline registered (default)\n[ 0.451194] io scheduler cfq registered\n[ 0.452382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.453804] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.455549] ipmi message handler version 39.2\n[ 0.456845] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.458602] ACPI: Power Button [PWRF]\n[ 0.459696] GHES: HEST is not enabled!\n[ 0.481484] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.524184] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546011] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.547988] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.572181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.574581] Linux agpgart interface v0.103\n[ 0.576426] brd: module loaded\n[ 0.577556] loop: module loaded\n[ 0.578714] blk-mq: CPU -> queue map\n[ 0.579574] CPU 0 -> Queue 0\n[ 0.580304] CPU 1 -> Queue 0\n[ 0.581919] vda: vda1\n[ 0.583566] scsi0 : ata_piix\n[ 0.584598] scsi1 : ata_piix\n[ 0.585492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.587404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.589562] libphy: Fixed MDIO Bus: probed\n[ 0.590896] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.595604] PPP generic driver version 2.4.2\n[ 0.596602] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.597965] ehci-pci: EHCI PCI platform driver\n[ 0.598915] ehci-platform: EHCI generic platform driver\n[ 0.599993] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601231] ohci-pci: OHCI PCI platform driver\n[ 0.602181] ohci-platform: OHCI generic platform driver\n[ 0.603246] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.625271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.629275] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630604] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.632147] usb usb1: Product: UHCI Host Controller\n[ 0.633157] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.634409] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635504] hub 1-0:1.0: USB hub found\n[ 0.636349] hub 1-0:1.0: 2 ports detected\n[ 0.637359] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639635] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641895] mousedev: PS/2 mouse device common for all mice\n[ 0.643330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645379] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646674] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647955] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.649289] device-mapper: uevent: version 1.0.3\n[ 0.650332] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.652076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653392] TCP: cubic registered\n[ 0.654259] NET: Registered protocol family 10\n[ 0.655495] NET: Registered protocol family 17\n[ 0.656472] Key type dns_resolver registered\n[ 0.657689] Loading compiled-in X.509 certificates\n[ 0.659214] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.668182] registered taskstats version 1\n[ 0.671295] Key type trusted registered\n[ 0.675193] Key type encrypted registered\n[ 0.676112] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677234] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.678756] regulator-dummy: disabling\n[ 0.679681] Magic number: 14:56:429\n[ 0.680682] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:19 UTC (1534764379)\n[ 0.682476] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683662] EDD information not available.\n[ 0.746048] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.747733] Write protecting the kernel read-only data: 12288k\n[ 0.749447] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.752889] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.769295] systemd-udevd[107]: starting version 204\n[ 0.804671] FDC 0 is a S82078B\n[ 0.948063] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.112335] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.113943] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.115421] usb 1-1: Product: QEMU USB Tablet\n[ 1.116416] usb 1-1: Manufacturer: QEMU\n[ 1.117363] usb 1-1: SerialNumber: 42\n[ 1.821394] 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.056513] 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.157239] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.299563] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:26:21 +0000. Up 2.62 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 Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[6.59]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:25 +0000. Up 6.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: | eth1 | False | . | . | fa:16:3e:a0:c7:cb |\nci-info: | eth0 | True | 192.168.0.31 | 255.255.255.0 | fa:16:3e:d3:97:fa |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\nfa:58:7e:da:df:25:9c:b1:5d:da:54:f3:3f:ff:cc:f1 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| ..|\n| +|\n| S . +|\n| . . Oo|\n| . . *o=|\n| = .. . ==|\n| . +o... . E|\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:\n7b:f3:4a:6b:b8:ea:ec:3a:05:b7:6f:44:a2:70:a5:50 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .E |\n| . . |\n| . o |\n| . + o . |\n| o + +S |\n| . o .. |\n| . o..+ |\n| .. +o.+ |\n| .==o.oo.. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nc3:ea:22:a8:1e:37:aa:ee:27:01:d3:d6:e6:88:2d:37 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . |\n|o o o . |\n|.= + S |\n|o.E . . . |\n| =.+ . |\n|..=.o. |\n|O=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:\nbe:aa:e2:66:eb:a7:72:5b:9e:db:a2:2e:76:87:71:10 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| E |\n| . |\n| . |\n| . S |\n| . . . |\n| = . |\n|o.==o+ . |\n|.XXB*+o.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting Handle applying cloud-config[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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nCloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:26:30 +0000. Up 11.38 seconds.\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, 20 Aug 2018 11:26:31 +0000. Up 12.29 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 18820 0 --:--:-- --:--:-- --:--:-- 18856\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 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 [1896 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 [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 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\nFetched 12.7 MB in 8s (1542 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\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 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 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 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 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ 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/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB]\nGet:29 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:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [772 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 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:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 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:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 18s (5142 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 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 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\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.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\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-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\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-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\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-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\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_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\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_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up 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 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.8) ...\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.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\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-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\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) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\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) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8716\nclearwater-socket-factory-sig start/running, process 8721\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8770\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up ralf (1.0-180326.112116) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\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..........................................................................................................................................................................+++\nunable to write 'random state'\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\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, 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 defusedxml-0.5.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-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.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 defusedxml-0.5.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-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading 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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [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/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 4s (8864 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58601 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-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\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-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\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\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\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\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from 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 argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->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: argparse, contextlib2, pathlib, nsenter, 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\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 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 nsenter-0.2 pathlib-1.0.1 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\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ echo 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ echo 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.210\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.210\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ echo 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ echo 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.210\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ echo 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.210\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ echo 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.210\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ echo 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.210\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.8\n++ echo 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.0.31\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.31\n++ echo A 192.168.0.31\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.11'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.19'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 7b:f3:4a:6b:b8:ea:ec:3a:05:b7:6f:44:a2:70:a5:50 root@dime-0 (DSA)\nec2: 256 c3:ea:22:a8:1e:37:aa:ee:27:01:d3:d6:e6:88:2d:37 root@dime-0 (ECDSA)\nec2: 256 be:aa:e2:66:eb:a7:72:5b:9e:db:a2:2e:76:87:71:10 root@dime-0 (ED25519)\nec2: 2048 fa:58:7e:da:df:25:9c:b1:5d:da:54:f3:3f:ff:cc:f1 root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHCn4aSdAjdLmTbJChWbl9SOQR1451wHCVAsLivGrfbhwFq/h+gTnpJMnyNmeUHNXLSbDQR5F/SER6DcZa9V5Sc= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJFVjP8AbwcUf69Dy00CctX4bU5BzX7mJq48jyEXPV5N root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDN3yb82SvBnFeqh7F+OgzFvx1+XvD1zrf87u6/aHioEADba/w2KL7XlBOT/uwCSnSBFciDrKZj6YefOchLUyGkKT073JDa0pz2smx4h6sEouUxaDdtvEw8Ugn8RVoDTojdg2QTezdTI3afto2bFRqCHkgNVKQN9uloXGuSmBfIXTQD2XawjZgvMrK0FJkrfSU2ppfckUmHcUuEUvaX3YS9tmCf0bwsPvOm3sgPb8lnRUmUCuHn0T2910A6nNGuxsnuVx/Wm3u4fjCoaJ7C1wx1ALsNGaDpNDdUdAC95k/cQh3e4QuawlWMfAp1GYQBPsWe7HZbBgc+F2yV8f70UI8d root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:32:55 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 396.10 seconds\n"} 2018-08-20 11:35:10,190 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759/action used request id req-3e83266a-16e6-4b40-9af8-9e61061331b6 2018-08-20 11:35:10,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0850028991699s 2018-08-20 11:35:10,193 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759/action used request id req-3e83266a-16e6-4b40-9af8-9e61061331b6 2018-08-20 11:35:10,193 - functest.core.singlevm - DEBUG - console: ed [ 0.156864] acpiphp: Slot [15] registered [ 0.157718] acpiphp: Slot [16] registered [ 0.158570] acpiphp: Slot [17] registered [ 0.159413] acpiphp: Slot [18] registered [ 0.160024] acpiphp: Slot [19] registered [ 0.160874] acpiphp: Slot [20] registered [ 0.161721] acpiphp: Slot [21] registered [ 0.162561] acpiphp: Slot [22] registered [ 0.163417] acpiphp: Slot [23] registered [ 0.164027] acpiphp: Slot [24] registered [ 0.164874] acpiphp: Slot [25] registered [ 0.165715] acpiphp: Slot [26] registered [ 0.166564] acpiphp: Slot [27] registered [ 0.167427] acpiphp: Slot [28] registered [ 0.168018] acpiphp: Slot [29] registered [ 0.168892] acpiphp: Slot [30] registered [ 0.169740] acpiphp: Slot [31] registered [ 0.170577] PCI host bridge to bus 0000:00 [ 0.171420] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.172004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.173179] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.174345] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.175620] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.176004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.181956] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.183435] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.208524] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.211034] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.212613] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.214096] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.215546] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.216611] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.217942] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.217942] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.220004] vgaarb: loaded [ 0.220646] vgaarb: bridge control possible 0000:00:02.0 [ 0.221949] SCSI subsystem initialized [ 0.222915] ACPI: bus type USB registered [ 0.222915] usbcore: registered new interface driver usbfs [ 0.224014] usbcore: registered new interface driver hub [ 0.225123] usbcore: registered new device driver usb [ 0.228705] PCI: Using ACPI for IRQ routing [ 0.229602] NetLabel: Initializing [ 0.230381] NetLabel: domain hash size = 128 [ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.233050] NetLabel: unlabeled traffic allowed by default [ 0.234184] Switched to clocksource kvm-clock [ 0.239931] AppArmor: AppArmor Filesystem Enabled [ 0.240992] pnp: PnP ACPI init [ 0.241720] ACPI: bus type PNP registered [ 0.243094] pnp: PnP ACPI: found 8 devices [ 0.243959] ACPI: bus type PNP unregistered [ 0.251449] NET: Registered protocol family 2 [ 0.252672] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.254286] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.255707] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257060] TCP: reno registered [ 0.257782] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.258963] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260313] NET: Registered protocol family 1 [ 0.261261] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.262422] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.263543] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.285385] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.307750] Trying to unpack rootfs image as initramfs... [ 0.401731] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.403657] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.404838] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406564] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.408326] Scanning for low memory corruption every 60 seconds [ 0.410090] Initialise system trusted keyring [ 0.411450] audit: initializing netlink socket (disabled) [ 0.413007] type=2000 audit(1534764379.474:1): initialized [ 0.433245] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.435874] zbud: loaded [ 0.436915] VFS: Disk quotas dquot_6.5.2 [ 0.438101] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.440145] fuse init (API version 7.22) [ 0.441314] msgmni has been set to 3997 [ 0.442484] Key type big_key registered [ 0.444009] Key type asymmetric registered [ 0.445179] Asymmetric key parser 'x509' registered [ 0.446464] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.448593] io scheduler noop registered [ 0.449757] io scheduler deadline registered (default) [ 0.451194] io scheduler cfq registered [ 0.452382] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.453804] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.455549] ipmi message handler version 39.2 [ 0.456845] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.458602] ACPI: Power Button [PWRF] [ 0.459696] GHES: HEST is not enabled! [ 0.481484] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.524184] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546011] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.547988] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.572181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.574581] Linux agpgart interface v0.103 [ 0.576426] brd: module loaded [ 0.577556] loop: module loaded [ 0.578714] blk-mq: CPU -> queue map [ 0.579574] CPU 0 -> Queue 0 [ 0.580304] CPU 1 -> Queue 0 [ 0.581919] vda: vda1 [ 0.583566] scsi0 : ata_piix [ 0.584598] scsi1 : ata_piix [ 0.585492] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.587404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.589562] libphy: Fixed MDIO Bus: probed [ 0.590896] tun: Universal TUN/TAP device driver, 1.6 [ 0.592303] tun: (C) 1999-2004 Max Krasnyansky [ 0.595604] PPP generic driver version 2.4.2 [ 0.596602] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.597965] ehci-pci: EHCI PCI platform driver [ 0.598915] ehci-platform: EHCI generic platform driver [ 0.599993] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.601231] ohci-pci: OHCI PCI platform driver [ 0.602181] ohci-platform: OHCI generic platform driver [ 0.603246] uhci_hcd: USB Universal Host Controller Interface driver [ 0.625271] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.626383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.628010] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.629275] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630604] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.632147] usb usb1: Product: UHCI Host Controller [ 0.633157] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.634409] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635504] hub 1-0:1.0: USB hub found [ 0.636349] hub 1-0:1.0: 2 ports detected [ 0.637359] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639635] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640689] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641895] mousedev: PS/2 mouse device common for all mice [ 0.643330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.645379] rtc_cmos 00:00: RTC can wake from S4 [ 0.646674] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647955] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.649289] device-mapper: uevent: version 1.0.3 [ 0.650332] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.652076] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653392] TCP: cubic registered [ 0.654259] NET: Registered protocol family 10 [ 0.655495] NET: Registered protocol family 17 [ 0.656472] Key type dns_resolver registered [ 0.657689] Loading compiled-in X.509 certificates [ 0.659214] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.668182] registered taskstats version 1 [ 0.671295] Key type trusted registered [ 0.675193] Key type encrypted registered [ 0.676112] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677234] IMA: No TPM chip found, activating TPM-bypass! [ 0.678756] regulator-dummy: disabling [ 0.679681] Magic number: 14:56:429 [ 0.680682] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:19 UTC (1534764379) [ 0.682476] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683662] EDD information not available. [ 0.746048] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.747733] Write protecting the kernel read-only data: 12288k [ 0.749447] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.752889] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.769295] systemd-udevd[107]: starting version 204 [ 0.804671] FDC 0 is a S82078B [ 0.948063] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.112335] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.113943] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.115421] usb 1-1: Product: QEMU USB Tablet [ 1.116416] usb 1-1: Manufacturer: QEMU [ 1.117363] usb 1-1: SerialNumber: 42 [ 1.821394] 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.056513] 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.157239] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.299563] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:26:21 +0000. Up 2.62 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 Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[6.59]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:25 +0000. Up 6.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: | eth1 | False | . | . | fa:16:3e:a0:c7:cb | ci-info: | eth0 | True | 192.168.0.31 | 255.255.255.0 | fa:16:3e:d3:97:fa | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: fa:58:7e:da:df:25:9c:b1:5d:da:54:f3:3f:ff:cc:f1 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | ..| | +| | S . +| | . . Oo| | . . *o=| | = .. . ==| | . +o... . E| +-----------------+ 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: 7b:f3:4a:6b:b8:ea:ec:3a:05:b7:6f:44:a2:70:a5:50 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .E | | . . | | . o | | . + o . | | o + +S | | . o .. | | . o..+ | | .. +o.+ | | .==o.oo.. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: c3:ea:22:a8:1e:37:aa:ee:27:01:d3:d6:e6:88:2d:37 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . | |o o o . | |.= + S | |o.E . . . | | =.+ . | |..=.o. | |O=o. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: be:aa:e2:66:eb:a7:72:5b:9e:db:a2:2e:76:87:71:10 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | | E | | . | | . | | . S | | . . . | | = . | |o.==o+ . | |.XXB*+o.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting Handle applying cloud-config[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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:26:30 +0000. Up 11.38 seconds. 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, 20 Aug 2018 11:26:31 +0000. Up 12.29 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 18820 0 --:--:-- --:--:-- --:--:-- 18856 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 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 [1896 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 [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 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 Fetched 12.7 MB in 8s (1542 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes 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 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 0 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ 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/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB] Get:29 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:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [772 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 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:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 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:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 18s (5142 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 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 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... 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.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... 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-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... 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-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... 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-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... 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_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... 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_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up 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 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.8) ... 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.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... 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-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... 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) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... 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) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8716 clearwater-socket-factory-sig start/running, process 8721 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8770 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up ralf (1.0-180326.112116) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... 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 ............+++ ..........................................................................................................................................................................+++ unable to write 'random state' 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 unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, 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 defusedxml-0.5.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-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.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 defusedxml-0.5.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-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [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/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 4s (8864 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58601 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-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... 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-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 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 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 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 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from 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 argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->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: argparse, contextlib2, pathlib, nsenter, 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 Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 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 nsenter-0.2 pathlib-1.0.1 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 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ echo 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ echo 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ echo 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ echo 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ echo 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ echo 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ echo 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.8 ++ echo 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.0.31 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.31 ++ echo A 192.168.0.31 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.11' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.19' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. 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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 7b:f3:4a:6b:b8:ea:ec:3a:05:b7:6f:44:a2:70:a5:50 root@dime-0 (DSA) ec2: 256 c3:ea:22:a8:1e:37:aa:ee:27:01:d3:d6:e6:88:2d:37 root@dime-0 (ECDSA) ec2: 256 be:aa:e2:66:eb:a7:72:5b:9e:db:a2:2e:76:87:71:10 root@dime-0 (ED25519) ec2: 2048 fa:58:7e:da:df:25:9c:b1:5d:da:54:f3:3f:ff:cc:f1 root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHCn4aSdAjdLmTbJChWbl9SOQR1451wHCVAsLivGrfbhwFq/h+gTnpJMnyNmeUHNXLSbDQR5F/SER6DcZa9V5Sc= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJFVjP8AbwcUf69Dy00CctX4bU5BzX7mJq48jyEXPV5N root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDN3yb82SvBnFeqh7F+OgzFvx1+XvD1zrf87u6/aHioEADba/w2KL7XlBOT/uwCSnSBFciDrKZj6YefOchLUyGkKT073JDa0pz2smx4h6sEouUxaDdtvEw8Ugn8RVoDTojdg2QTezdTI3afto2bFRqCHkgNVKQN9uloXGuSmBfIXTQD2XawjZgvMrK0FJkrfSU2ppfckUmHcUuEUvaX3YS9tmCf0bwsPvOm3sgPb8lnRUmUCuHn0T2910A6nNGuxsnuVx/Wm3u4fjCoaJ7C1wx1ALsNGaDpNDdUdAC95k/cQh3e4QuawlWMfAp1GYQBPsWe7HZbBgc+F2yV8f70UI8d root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:32:55 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 396.10 seconds 2018-08-20 11:35:10,197 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-20 11:35:10,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:35:10,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:35:11,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3a80f12-1981-423f-a759-63b6f7243bd1 x-compute-request-id: req-b3a80f12-1981-423f-a759-63b6f7243bd1 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:35:11,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b3a80f12-1981-423f-a759-63b6f7243bd1 2018-08-20 11:35:11,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.940670967102s 2018-08-20 11:35:11,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b3a80f12-1981-423f-a759-63b6f7243bd1 2018-08-20 11:35:11,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:35:11,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:35:11,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f904bc8-4502-4b98-847d-4eb4f62878c9 x-compute-request-id: req-5f904bc8-4502-4b98-847d-4eb4f62878c9 Content-Encoding: gzip Content-Length: 12102 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008010] Security Framework initialized\n[ 0.008965] AppArmor: AppArmor initialized\n[ 0.009886] Yama: becoming mindful.\n[ 0.010833] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013372] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015448] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017698] Initializing cgroup subsys memory\n[ 0.018678] Initializing cgroup subsys devices\n[ 0.020004] Initializing cgroup subsys freezer\n[ 0.021011] Initializing cgroup subsys blkio\n[ 0.021977] Initializing cgroup subsys perf_event\n[ 0.023003] Initializing cgroup subsys hugetlb\n[ 0.024064] FEATURE SPEC_CTRL Not Present\n[ 0.025661] mce: CPU supports 10 MCE banks\n[ 0.026617] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029342] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032002] Speculative Store Bypass: Vulnerable\n[ 0.033561] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.038497] ACPI: Core revision 20131115\n[ 0.039852] ACPI: All ACPI Tables successfully acquired\n[ 0.040915] ftrace: allocating 28717 entries in 113 pages\n[ 0.060165] smpboot: Max logical packages: 2\n[ 0.061138] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.062515] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.064157] Enabling x2apic\n[ 0.064874] Enabled x2apic\n[ 0.065764] Switched APIC routing to physical x2apic.\n[ 0.067770] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.068000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068000] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.072790] KVM setup paravirtual spinlock\n[ 0.074940] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.076146] x86: Booting SMP configuration:\n[ 0.077135] .... node #0, CPUs: #1[ 0.074907] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092019] x86: Booted up 1 node, 2 CPUs\n[ 0.092012] KVM setup async PF for cpu 1\n[ 0.092012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.095026] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096327] devtmpfs: initialized\n[ 0.098709] EVM: security.selinux\n[ 0.100008] EVM: security.SMACK64\n[ 0.100772] EVM: security.ima\n[ 0.101485] EVM: security.capability\n[ 0.102316] pinctrl core: initialized pinctrl subsystem\n[ 0.104043] regulator-dummy: no parameters\n[ 0.105020] RTC time: 11:26:08, date: 08/20/18\n[ 0.106023] NET: Registered protocol family 16\n[ 0.107085] cpuidle: using governor ladder\n[ 0.108003] cpuidle: using governor menu\n[ 0.108993] ACPI: bus type PCI registered\n[ 0.109905] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.111355] PCI: Using configuration type 1 for base access\n[ 0.112544] bio: create slab at 0\n[ 0.112934] ACPI: Added _OSI(Module Device)\n[ 0.112978] ACPI: Added _OSI(Processor Device)\n[ 0.113977] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.118381] ACPI: Interpreter enabled\n[ 0.119238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.121339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.123396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.125260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.127288] ACPI: (supports S0 S5)\n[ 0.128003] ACPI: Using IOAPIC for interrupt routing\n[ 0.129076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.131145] ACPI: No dock devices found.\n[ 0.133882] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.135115] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.136007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.137419] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.139850] acpiphp: Slot [3] registered\n[ 0.140021] acpiphp: Slot [4] registered\n[ 0.140896] acpiphp: Slot [5] registered\n[ 0.141839] acpiphp: Slot [6] registered\n[ 0.142714] acpiphp: Slot [7] registered\n[ 0.143589] acpiphp: Slot [8] registered\n[ 0.144018] acpiphp: Slot [9] registered\n[ 0.144919] acpiphp: Slot [10] registered\n[ 0.145905] acpiphp: Slot [11] registered\n[ 0.146839] acpiphp: Slot [12] registered\n[ 0.147804] acpiphp: Slot [13] registered\n[ 0.148029] acpiphp: Slot [14] registered\n[ 0.148993] acpiphp: Slot [15] registered\n[ 0.149916] acpiphp: Slot [16] registered\n[ 0.150793] acpiphp: Slot [17] registered\n[ 0.151642] acpiphp: Slot [18] registered\n[ 0.152027] acpiphp: Slot [19] registered\n[ 0.152994] acpiphp: Slot [20] registered\n[ 0.153949] acpiphp: Slot [21] registered\n[ 0.154902] acpiphp: Slot [22] registered\n[ 0.155885] acpiphp: Slot [23] registered\n[ 0.156028] acpiphp: Slot [24] registered\n[ 0.156959] acpiphp: Slot [25] registered\n[ 0.157831] acpiphp: Slot [26] registered\n[ 0.158688] acpiphp: Slot [27] registered\n[ 0.159592] acpiphp: Slot [28] registered\n[ 0.160018] acpiphp: Slot [29] registered\n[ 0.160912] acpiphp: Slot [30] registered\n[ 0.161789] acpiphp: Slot [31] registered\n[ 0.162677] PCI host bridge to bus 0000:00\n[ 0.163580] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.165281] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.166564] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.167954] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.174655] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.203993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.204734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.206274] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.207838] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.208709] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.210215] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.211574] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.211574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.212003] vgaarb: loaded\n[ 0.212647] vgaarb: bridge control possible 0000:00:02.0\n[ 0.213939] SCSI subsystem initialized\n[ 0.214911] ACPI: bus type USB registered\n[ 0.214911] usbcore: registered new interface driver usbfs\n[ 0.216012] usbcore: registered new interface driver hub\n[ 0.217164] usbcore: registered new device driver usb\n[ 0.217164] PCI: Using ACPI for IRQ routing\n[ 0.217233] NetLabel: Initializing\n[ 0.220006] NetLabel: domain hash size = 128\n[ 0.220935] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.222047] NetLabel: unlabeled traffic allowed by default\n[ 0.223192] Switched to clocksource kvm-clock\n[ 0.227564] AppArmor: AppArmor Filesystem Enabled\n[ 0.228610] pnp: PnP ACPI init\n[ 0.229342] ACPI: bus type PNP registered\n[ 0.230673] pnp: PnP ACPI: found 8 devices\n[ 0.231604] ACPI: bus type PNP unregistered\n[ 0.239022] NET: Registered protocol family 2\n[ 0.240262] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.241946] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.243393] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.244837] TCP: reno registered\n[ 0.245609] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.246821] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.248180] NET: Registered protocol family 1\n[ 0.249198] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.250477] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.251777] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.274394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.296844] Trying to unpack rootfs image as initramfs...\n[ 0.391979] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.393884] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.395136] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.396983] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.398788] Scanning for low memory corruption every 60 seconds\n[ 0.400339] Initialise system trusted keyring\n[ 0.401757] audit: initializing netlink socket (disabled)\n[ 0.403429] type=2000 audit(1534764369.076:1): initialized\n[ 0.423071] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.425782] zbud: loaded\n[ 0.426837] VFS: Disk quotas dquot_6.5.2\n[ 0.428087] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.430382] fuse init (API version 7.22)\n[ 0.431680] msgmni has been set to 3997\n[ 0.432984] Key type big_key registered\n[ 0.434649] Key type asymmetric registered\n[ 0.435963] Asymmetric key parser 'x509' registered\n[ 0.437461] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.439785] io scheduler noop registered\n[ 0.441046] io scheduler deadline registered (default)\n[ 0.442654] io scheduler cfq registered\n[ 0.443731] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.445417] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.447429] ipmi message handler version 39.2\n[ 0.448676] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.451219] ACPI: Power Button [PWRF]\n[ 0.452607] GHES: HEST is not enabled!\n[ 0.474114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.517529] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.539455] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.541241] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567326] Linux agpgart interface v0.103\n[ 0.569143] brd: module loaded\n[ 0.570296] loop: module loaded\n[ 0.571386] blk-mq: CPU -> queue map\n[ 0.572205] CPU 0 -> Queue 0\n[ 0.572923] CPU 1 -> Queue 0\n[ 0.574274] vda: vda1\n[ 0.575699] scsi0 : ata_piix\n[ 0.576627] scsi1 : ata_piix\n[ 0.577394] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.578813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.580783] libphy: Fixed MDIO Bus: probed\n[ 0.582017] tun: Universal TUN/TAP device driver, 1.6\n[ 0.583314] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.586280] PPP generic driver version 2.4.2\n[ 0.587704] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.589410] ehci-pci: EHCI PCI platform driver\n[ 0.590736] ehci-platform: EHCI generic platform driver\n[ 0.592397] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.594256] ohci-pci: OHCI PCI platform driver\n[ 0.595615] ohci-platform: OHCI generic platform driver\n[ 0.597007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620478] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.622140] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.624481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.626308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.628404] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.630736] usb usb1: Product: UHCI Host Controller\n[ 0.632281] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.634243] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635882] hub 1-0:1.0: USB hub found\n[ 0.636921] hub 1-0:1.0: 2 ports detected\n[ 0.638326] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642961] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644277] mousedev: PS/2 mouse device common for all mice\n[ 0.645936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648209] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649490] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652266] device-mapper: uevent: version 1.0.3\n[ 0.653292] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.655035] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656346] TCP: cubic registered\n[ 0.657182] NET: Registered protocol family 10\n[ 0.658377] NET: Registered protocol family 17\n[ 0.659353] Key type dns_resolver registered\n[ 0.660467] Loading compiled-in X.509 certificates\n[ 0.662026] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.670826] registered taskstats version 1\n[ 0.674172] Key type trusted registered\n[ 0.677703] Key type encrypted registered\n[ 0.678585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679668] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.681222] regulator-dummy: disabling\n[ 0.682104] Magic number: 14:56:429\n[ 0.683037] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:08 UTC (1534764368)\n[ 0.684785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685967] EDD information not available.\n[ 0.737197] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.739232] Write protecting the kernel read-only data: 12288k\n[ 0.741113] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.744190] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.758488] systemd-udevd[107]: starting version 204\n[ 0.796499] FDC 0 is a S82078B\n[ 0.948031] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.113424] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.114924] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.116471] usb 1-1: Product: QEMU USB Tablet\n[ 1.117490] usb 1-1: Manufacturer: QEMU\n[ 1.118423] usb 1-1: SerialNumber: 42\n[ 1.392088] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[ 1.809130] 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.094975] 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.571118] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.019913] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:26:12 +0000. Up 5.06 seconds.\ncloud-init-nonet[5.21]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[8.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:16 +0000. Up 8.44 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: | eth1 | False | . | . | fa:16:3e:d7:e7:a9 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:74:9c:f8 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n9b:70:af:28:eb:0c:63:93:86:96:b0:64:5c:b1:97:21 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| E . |\n| + o |\n| o o |\n|. . . |\n|.+ . S |\n|+o.. o + |\n|ooB o . |\n|.o =. . . |\n| .+o. . |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n8e:fd:71:ea:f3:bf:93:99:f5:a9:a4:1a:79:6c:dd:65 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| |\n| S E|\n| + o . ..o|\n| . oo.+.o *o|\n| .=+o =..|\n| o=+.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:\n6b:62:e3:b4:15:29:8c:02:75:6d:62:b5:9e:f3:eb:a9 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . .o. |\n| . .o o. |\n|. . o. |\n| . + . . |\n| . . * S |\n| . + o |\n| = = |\n| + * o |\n| Eo+ |\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:\n73:ad:23:f4:83:5a:96:4d:d6:1e:5c:a2:06:cb:90:01 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| E.. |\n| o |\n| o . . . |\n| o o = o |\n| S * = |\n| . @ o . |\n| * * . |\n| + . o |\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... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:19 +0000. Up 131.74 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:20 +0000. Up 192.48 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package bono\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.11'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.19'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-20 11:34:53,590 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-20 11:34:53,594 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-20 11:34:53,596 - util.py[WARNING]: Running scripts-user () failed\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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 8e:fd:71:ea:f3:bf:93:99:f5:a9:a4:1a:79:6c:dd:65 root@bono-0 (DSA)\nec2: 256 6b:62:e3:b4:15:29:8c:02:75:6d:62:b5:9e:f3:eb:a9 root@bono-0 (ECDSA)\nec2: 256 73:ad:23:f4:83:5a:96:4d:d6:1e:5c:a2:06:cb:90:01 root@bono-0 (ED25519)\nec2: 2048 9b:70:af:28:eb:0c:63:93:86:96:b0:64:5c:b1:97:21 root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDeR57GZyq287YsZDErPcVcOP6ZFVwiCgw08KC9gLC1FMxaeL8/+YwPuB3/X+S0w18b6HdNfgT4iQ/fGi5L6URE= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICED+VSu6ZKsKtjvZKOkmQxaBepr6NZIpwdknhlWjcbK root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUapFWlCuwjMJHClZvxN13jx/QqwT8jFPcxbRPdhxEK1mOKtdGiaPXFPevp+2vQsegZ3S6z7WojmB5jzxx2uskBQE5TGJRadmsIDUdJUA+S5VTnFY7MtZ7khzA6DMaQPwMeS9uEIRRkBuXZ32lesOLs/Nn1mjPQ/FtncrdkhK/Dg4HhYmvk4U6VMGYbtApG36c0JqOfrm5fBWzlh3WBoTWL89KwHSkRjsbWHQXMl2rKOByK+/kCZI8sw9T6I+8LRTQtolL3/KlSw+eudgVcwS/cUJUvRkZuZFdbpbdeoAb5BMeli3EEPJwN8vwg3ScP+8ahaTEeC2yfu4uz2LNiF1D root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:34:53 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.82 seconds\n"} 2018-08-20 11:35:11,226 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052/action used request id req-5f904bc8-4502-4b98-847d-4eb4f62878c9 2018-08-20 11:35:11,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0800161361694s 2018-08-20 11:35:11,228 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052/action used request id req-5f904bc8-4502-4b98-847d-4eb4f62878c9 2018-08-20 11:35:11,228 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008010] Security Framework initialized [ 0.008965] AppArmor: AppArmor initialized [ 0.009886] Yama: becoming mindful. [ 0.010833] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013372] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015448] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017698] Initializing cgroup subsys memory [ 0.018678] Initializing cgroup subsys devices [ 0.020004] Initializing cgroup subsys freezer [ 0.021011] Initializing cgroup subsys blkio [ 0.021977] Initializing cgroup subsys perf_event [ 0.023003] Initializing cgroup subsys hugetlb [ 0.024064] FEATURE SPEC_CTRL Not Present [ 0.025661] mce: CPU supports 10 MCE banks [ 0.026617] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029342] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032002] Speculative Store Bypass: Vulnerable [ 0.033561] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.038497] ACPI: Core revision 20131115 [ 0.039852] ACPI: All ACPI Tables successfully acquired [ 0.040915] ftrace: allocating 28717 entries in 113 pages [ 0.060165] smpboot: Max logical packages: 2 [ 0.061138] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.062515] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.064157] Enabling x2apic [ 0.064874] Enabled x2apic [ 0.065764] Switched APIC routing to physical x2apic. [ 0.067770] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068000] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068000] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.072790] KVM setup paravirtual spinlock [ 0.074940] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.076146] x86: Booting SMP configuration: [ 0.077135] .... node #0, CPUs: #1[ 0.074907] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092019] x86: Booted up 1 node, 2 CPUs [ 0.092012] KVM setup async PF for cpu 1 [ 0.092012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.095026] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096327] devtmpfs: initialized [ 0.098709] EVM: security.selinux [ 0.100008] EVM: security.SMACK64 [ 0.100772] EVM: security.ima [ 0.101485] EVM: security.capability [ 0.102316] pinctrl core: initialized pinctrl subsystem [ 0.104043] regulator-dummy: no parameters [ 0.105020] RTC time: 11:26:08, date: 08/20/18 [ 0.106023] NET: Registered protocol family 16 [ 0.107085] cpuidle: using governor ladder [ 0.108003] cpuidle: using governor menu [ 0.108993] ACPI: bus type PCI registered [ 0.109905] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.111355] PCI: Using configuration type 1 for base access [ 0.112544] bio: create slab at 0 [ 0.112934] ACPI: Added _OSI(Module Device) [ 0.112978] ACPI: Added _OSI(Processor Device) [ 0.113977] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.118381] ACPI: Interpreter enabled [ 0.119238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.121339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.123396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.125260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.127288] ACPI: (supports S0 S5) [ 0.128003] ACPI: Using IOAPIC for interrupt routing [ 0.129076] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.131145] ACPI: No dock devices found. [ 0.133882] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.135115] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.136007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.137419] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.139850] acpiphp: Slot [3] registered [ 0.140021] acpiphp: Slot [4] registered [ 0.140896] acpiphp: Slot [5] registered [ 0.141839] acpiphp: Slot [6] registered [ 0.142714] acpiphp: Slot [7] registered [ 0.143589] acpiphp: Slot [8] registered [ 0.144018] acpiphp: Slot [9] registered [ 0.144919] acpiphp: Slot [10] registered [ 0.145905] acpiphp: Slot [11] registered [ 0.146839] acpiphp: Slot [12] registered [ 0.147804] acpiphp: Slot [13] registered [ 0.148029] acpiphp: Slot [14] registered [ 0.148993] acpiphp: Slot [15] registered [ 0.149916] acpiphp: Slot [16] registered [ 0.150793] acpiphp: Slot [17] registered [ 0.151642] acpiphp: Slot [18] registered [ 0.152027] acpiphp: Slot [19] registered [ 0.152994] acpiphp: Slot [20] registered [ 0.153949] acpiphp: Slot [21] registered [ 0.154902] acpiphp: Slot [22] registered [ 0.155885] acpiphp: Slot [23] registered [ 0.156028] acpiphp: Slot [24] registered [ 0.156959] acpiphp: Slot [25] registered [ 0.157831] acpiphp: Slot [26] registered [ 0.158688] acpiphp: Slot [27] registered [ 0.159592] acpiphp: Slot [28] registered [ 0.160018] acpiphp: Slot [29] registered [ 0.160912] acpiphp: Slot [30] registered [ 0.161789] acpiphp: Slot [31] registered [ 0.162677] PCI host bridge to bus 0000:00 [ 0.163580] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.165281] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.166564] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.167954] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.174655] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.203993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.204734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.206274] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.207838] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.208709] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.210215] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.211574] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.211574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.212003] vgaarb: loaded [ 0.212647] vgaarb: bridge control possible 0000:00:02.0 [ 0.213939] SCSI subsystem initialized [ 0.214911] ACPI: bus type USB registered [ 0.214911] usbcore: registered new interface driver usbfs [ 0.216012] usbcore: registered new interface driver hub [ 0.217164] usbcore: registered new device driver usb [ 0.217164] PCI: Using ACPI for IRQ routing [ 0.217233] NetLabel: Initializing [ 0.220006] NetLabel: domain hash size = 128 [ 0.220935] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.222047] NetLabel: unlabeled traffic allowed by default [ 0.223192] Switched to clocksource kvm-clock [ 0.227564] AppArmor: AppArmor Filesystem Enabled [ 0.228610] pnp: PnP ACPI init [ 0.229342] ACPI: bus type PNP registered [ 0.230673] pnp: PnP ACPI: found 8 devices [ 0.231604] ACPI: bus type PNP unregistered [ 0.239022] NET: Registered protocol family 2 [ 0.240262] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.241946] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.243393] TCP: Hash tables configured (established 16384 bind 16384) [ 0.244837] TCP: reno registered [ 0.245609] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.246821] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.248180] NET: Registered protocol family 1 [ 0.249198] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.250477] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.251777] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.274394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.296844] Trying to unpack rootfs image as initramfs... [ 0.391979] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.393884] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.395136] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.396983] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.398788] Scanning for low memory corruption every 60 seconds [ 0.400339] Initialise system trusted keyring [ 0.401757] audit: initializing netlink socket (disabled) [ 0.403429] type=2000 audit(1534764369.076:1): initialized [ 0.423071] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.425782] zbud: loaded [ 0.426837] VFS: Disk quotas dquot_6.5.2 [ 0.428087] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.430382] fuse init (API version 7.22) [ 0.431680] msgmni has been set to 3997 [ 0.432984] Key type big_key registered [ 0.434649] Key type asymmetric registered [ 0.435963] Asymmetric key parser 'x509' registered [ 0.437461] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.439785] io scheduler noop registered [ 0.441046] io scheduler deadline registered (default) [ 0.442654] io scheduler cfq registered [ 0.443731] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.445417] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.447429] ipmi message handler version 39.2 [ 0.448676] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.451219] ACPI: Power Button [PWRF] [ 0.452607] GHES: HEST is not enabled! [ 0.474114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.517529] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.539455] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.541241] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564943] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567326] Linux agpgart interface v0.103 [ 0.569143] brd: module loaded [ 0.570296] loop: module loaded [ 0.571386] blk-mq: CPU -> queue map [ 0.572205] CPU 0 -> Queue 0 [ 0.572923] CPU 1 -> Queue 0 [ 0.574274] vda: vda1 [ 0.575699] scsi0 : ata_piix [ 0.576627] scsi1 : ata_piix [ 0.577394] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.578813] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.580783] libphy: Fixed MDIO Bus: probed [ 0.582017] tun: Universal TUN/TAP device driver, 1.6 [ 0.583314] tun: (C) 1999-2004 Max Krasnyansky [ 0.586280] PPP generic driver version 2.4.2 [ 0.587704] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.589410] ehci-pci: EHCI PCI platform driver [ 0.590736] ehci-platform: EHCI generic platform driver [ 0.592397] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.594256] ohci-pci: OHCI PCI platform driver [ 0.595615] ohci-platform: OHCI generic platform driver [ 0.597007] uhci_hcd: USB Universal Host Controller Interface driver [ 0.620478] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.622140] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.624481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.626308] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.628404] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.630736] usb usb1: Product: UHCI Host Controller [ 0.632281] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.634243] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635882] hub 1-0:1.0: USB hub found [ 0.636921] hub 1-0:1.0: 2 ports detected [ 0.638326] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641702] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642961] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.644277] mousedev: PS/2 mouse device common for all mice [ 0.645936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648209] rtc_cmos 00:00: RTC can wake from S4 [ 0.649490] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652266] device-mapper: uevent: version 1.0.3 [ 0.653292] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.655035] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656346] TCP: cubic registered [ 0.657182] NET: Registered protocol family 10 [ 0.658377] NET: Registered protocol family 17 [ 0.659353] Key type dns_resolver registered [ 0.660467] Loading compiled-in X.509 certificates [ 0.662026] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.670826] registered taskstats version 1 [ 0.674172] Key type trusted registered [ 0.677703] Key type encrypted registered [ 0.678585] AppArmor: AppArmor sha1 policy hashing enabled [ 0.679668] IMA: No TPM chip found, activating TPM-bypass! [ 0.681222] regulator-dummy: disabling [ 0.682104] Magic number: 14:56:429 [ 0.683037] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:08 UTC (1534764368) [ 0.684785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.685967] EDD information not available. [ 0.737197] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.739232] Write protecting the kernel read-only data: 12288k [ 0.741113] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.744190] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.758488] systemd-udevd[107]: starting version 204 [ 0.796499] FDC 0 is a S82078B [ 0.948031] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.113424] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.114924] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.116471] usb 1-1: Product: QEMU USB Tablet [ 1.117490] usb 1-1: Manufacturer: QEMU [ 1.118423] usb 1-1: SerialNumber: 42 [ 1.392088] tsc: Refined TSC clocksource calibration: 3491.868 MHz [ 1.809130] 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.094975] 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.571118] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.019913] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:26:12 +0000. Up 5.06 seconds. cloud-init-nonet[5.21]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[8.31]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:16 +0000. Up 8.44 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: | eth1 | False | . | . | fa:16:3e:d7:e7:a9 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:74:9c:f8 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 9b:70:af:28:eb:0c:63:93:86:96:b0:64:5c:b1:97:21 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | E . | | + o | | o o | |. . . | |.+ . S | |+o.. o + | |ooB o . | |.o =. . . | | .+o. . | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 8e:fd:71:ea:f3:bf:93:99:f5:a9:a4:1a:79:6c:dd:65 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | | | S E| | + o . ..o| | . oo.+.o *o| | .=+o =..| | o=+.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: 6b:62:e3:b4:15:29:8c:02:75:6d:62:b5:9e:f3:eb:a9 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | . .o. | | . .o o. | |. . o. | | . + . . | | . . * S | | . + o | | = = | | + * o | | Eo+ | +-----------------+ 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: 73:ad:23:f4:83:5a:96:4d:d6:1e:5c:a2:06:cb:90:01 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | E.. | | o | | o . . . | | o o = o | | S * = | | . @ o . | | * * . | | + . o | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:19 +0000. Up 131.74 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:20 +0000. Up 192.48 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package bono + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.11' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.19' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-20 11:34:53,590 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-20 11:34:53,594 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-20 11:34:53,596 - util.py[WARNING]: Running scripts-user () failed 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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 8e:fd:71:ea:f3:bf:93:99:f5:a9:a4:1a:79:6c:dd:65 root@bono-0 (DSA) ec2: 256 6b:62:e3:b4:15:29:8c:02:75:6d:62:b5:9e:f3:eb:a9 root@bono-0 (ECDSA) ec2: 256 73:ad:23:f4:83:5a:96:4d:d6:1e:5c:a2:06:cb:90:01 root@bono-0 (ED25519) ec2: 2048 9b:70:af:28:eb:0c:63:93:86:96:b0:64:5c:b1:97:21 root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDeR57GZyq287YsZDErPcVcOP6ZFVwiCgw08KC9gLC1FMxaeL8/+YwPuB3/X+S0w18b6HdNfgT4iQ/fGi5L6URE= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICED+VSu6ZKsKtjvZKOkmQxaBepr6NZIpwdknhlWjcbK root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUapFWlCuwjMJHClZvxN13jx/QqwT8jFPcxbRPdhxEK1mOKtdGiaPXFPevp+2vQsegZ3S6z7WojmB5jzxx2uskBQE5TGJRadmsIDUdJUA+S5VTnFY7MtZ7khzA6DMaQPwMeS9uEIRRkBuXZ32lesOLs/Nn1mjPQ/FtncrdkhK/Dg4HhYmvk4U6VMGYbtApG36c0JqOfrm5fBWzlh3WBoTWL89KwHSkRjsbWHQXMl2rKOByK+/kCZI8sw9T6I+8LRTQtolL3/KlSw+eudgVcwS/cUJUvRkZuZFdbpbdeoAb5BMeli3EEPJwN8vwg3ScP+8ahaTEeC2yfu4uz2LNiF1D root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:34:53 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.82 seconds 2018-08-20 11:35:11,230 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-20 11:35:11,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:35:11,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:35:12,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6cdb46b-961d-4460-be81-ff58bf1c3246 x-compute-request-id: req-e6cdb46b-961d-4460-be81-ff58bf1c3246 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:35:12,526 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e6cdb46b-961d-4460-be81-ff58bf1c3246 2018-08-20 11:35:12,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.29505491257s 2018-08-20 11:35:12,527 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e6cdb46b-961d-4460-be81-ff58bf1c3246 2018-08-20 11:35:12,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:35:12,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:35:12,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71a60903-0c04-4664-b366-c062a6ec291e x-compute-request-id: req-71a60903-0c04-4664-b366-c062a6ec291e Content-Encoding: gzip Content-Length: 21023 Content-Type: application/json RESP BODY: {"output": "0] 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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008005] pid_max: default: 32768 minimum: 301\n[ 0.009423] Security Framework initialized\n[ 0.010709] AppArmor: AppArmor initialized\n[ 0.011965] Yama: becoming mindful.\n[ 0.012150] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016728] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019452] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022317] Initializing cgroup subsys memory\n[ 0.024007] Initializing cgroup subsys devices\n[ 0.025347] Initializing cgroup subsys freezer\n[ 0.026688] Initializing cgroup subsys blkio\n[ 0.028004] Initializing cgroup subsys perf_event\n[ 0.029411] Initializing cgroup subsys hugetlb\n[ 0.030809] FEATURE SPEC_CTRL Not Present\n[ 0.032690] mce: CPU supports 10 MCE banks\n[ 0.033959] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033959] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037857] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040003] Speculative Store Bypass: Vulnerable\n[ 0.044417] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.049548] ACPI: Core revision 20131115\n[ 0.051272] ACPI: All ACPI Tables successfully acquired\n[ 0.052262] ftrace: allocating 28717 entries in 113 pages\n[ 0.072223] smpboot: Max logical packages: 2\n[ 0.073550] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.078001] Enabling x2apic\n[ 0.078901] Enabled x2apic\n[ 0.080004] Switched APIC routing to physical x2apic.\n[ 0.082368] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.088609] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097502] KVM setup paravirtual spinlock\n[ 0.100187] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.102294] x86: Booting SMP configuration:\n[ 0.103615] .... node #0, CPUs: #1[ 0.100146] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.120044] KVM setup async PF for cpu 1\n[ 0.120066] x86: Booted up 1 node, 2 CPUs\n[ 0.120068] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.124000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.125340] devtmpfs: initialized\n[ 0.128960] EVM: security.selinux\n[ 0.130013] EVM: security.SMACK64\n[ 0.130905] EVM: security.ima\n[ 0.131747] EVM: security.capability\n[ 0.132873] pinctrl core: initialized pinctrl subsystem\n[ 0.134505] regulator-dummy: no parameters\n[ 0.135760] RTC time: 11:26:03, date: 08/20/18\n[ 0.136044] NET: Registered protocol family 16\n[ 0.137454] cpuidle: using governor ladder\n[ 0.138710] cpuidle: using governor menu\n[ 0.139980] ACPI: bus type PCI registered\n[ 0.140004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.141889] PCI: Using configuration type 1 for base access\n[ 0.144072] bio: create slab at 0\n[ 0.145238] ACPI: Added _OSI(Module Device)\n[ 0.145268] ACPI: Added _OSI(Processor Device)\n[ 0.148003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.149365] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.151911] ACPI: Interpreter enabled\n[ 0.152006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.154806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.156756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.159565] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.161723] ACPI: (supports S0 S5)\n[ 0.164010] ACPI: Using IOAPIC for interrupt routing\n[ 0.165497] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.168213] ACPI: No dock devices found.\n[ 0.171304] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.172009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.173970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.175874] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.176197] acpiphp: Slot [3] registered\n[ 0.177396] acpiphp: Slot [4] registered\n[ 0.178587] acpiphp: Slot [5] registered\n[ 0.179748] acpiphp: Slot [6] registered\n[ 0.180018] acpiphp: Slot [7] registered\n[ 0.181213] acpiphp: Slot [8] registered\n[ 0.182410] acpiphp: Slot [9] registered\n[ 0.183607] acpiphp: Slot [10] registered\n[ 0.184018] acpiphp: Slot [11] registered\n[ 0.185244] acpiphp: Slot [12] registered\n[ 0.186448] acpiphp: Slot [13] registered\n[ 0.187651] acpiphp: Slot [14] registered\n[ 0.188018] acpiphp: Slot [15] registered\n[ 0.189230] acpiphp: Slot [16] registered\n[ 0.190440] acpiphp: Slot [17] registered\n[ 0.191668] acpiphp: Slot [18] registered\n[ 0.192025] acpiphp: Slot [19] registered\n[ 0.193227] acpiphp: Slot [20] registered\n[ 0.194432] acpiphp: Slot [21] registered\n[ 0.195651] acpiphp: Slot [22] registered\n[ 0.196018] acpiphp: Slot [23] registered\n[ 0.197255] acpiphp: Slot [24] registered\n[ 0.198448] acpiphp: Slot [25] registered\n[ 0.200516] acpiphp: Slot [26] registered\n[ 0.201964] acpiphp: Slot [27] registered\n[ 0.203214] acpiphp: Slot [28] registered\n[ 0.204033] acpiphp: Slot [29] registered\n[ 0.204881] acpiphp: Slot [30] registered\n[ 0.206030] acpiphp: Slot [31] registered\n[ 0.207287] PCI host bridge to bus 0000:00\n[ 0.208074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.209650] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.211383] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.212004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.213925] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.215868] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.221614] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.223787] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.251588] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.252787] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.254369] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.255995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.256747] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.258599] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.260578] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.261695] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.264004] vgaarb: loaded\n[ 0.264892] vgaarb: bridge control possible 0000:00:02.0\n[ 0.266889] SCSI subsystem initialized\n[ 0.268391] ACPI: bus type USB registered\n[ 0.269531] usbcore: registered new interface driver usbfs\n[ 0.271193] usbcore: registered new interface driver hub\n[ 0.272047] usbcore: registered new device driver usb\n[ 0.273407] PCI: Using ACPI for IRQ routing\n[ 0.273815] NetLabel: Initializing\n[ 0.276021] NetLabel: domain hash size = 128\n[ 0.277336] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.278890] NetLabel: unlabeled traffic allowed by default\n[ 0.280449] Switched to clocksource kvm-clock\n[ 0.287912] AppArmor: AppArmor Filesystem Enabled\n[ 0.288963] pnp: PnP ACPI init\n[ 0.289669] ACPI: bus type PNP registered\n[ 0.291042] pnp: PnP ACPI: found 8 devices\n[ 0.291933] ACPI: bus type PNP unregistered\n[ 0.298327] NET: Registered protocol family 2\n[ 0.299541] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.301210] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.302650] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.304028] TCP: reno registered\n[ 0.304755] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.306012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.307374] NET: Registered protocol family 1\n[ 0.308352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.309504] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310726] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332422] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.354287] Trying to unpack rootfs image as initramfs...\n[ 0.448050] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.450610] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.451793] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.453389] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.455849] Scanning for low memory corruption every 60 seconds\n[ 0.457940] Initialise system trusted keyring\n[ 0.459289] audit: initializing netlink socket (disabled)\n[ 0.460795] type=2000 audit(1534764364.411:1): initialized\n[ 0.481360] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483909] zbud: loaded\n[ 0.484977] VFS: Disk quotas dquot_6.5.2\n[ 0.486132] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488508] fuse init (API version 7.22)\n[ 0.489716] msgmni has been set to 3997\n[ 0.490890] Key type big_key registered\n[ 0.492454] Key type asymmetric registered\n[ 0.493638] Asymmetric key parser 'x509' registered\n[ 0.495021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.497184] io scheduler noop registered\n[ 0.498299] io scheduler deadline registered (default)\n[ 0.499681] io scheduler cfq registered\n[ 0.500926] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502475] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504306] ipmi message handler version 39.2\n[ 0.505610] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507735] ACPI: Power Button [PWRF]\n[ 0.508974] GHES: HEST is not enabled!\n[ 0.530825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596173] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.598154] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621468] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623951] Linux agpgart interface v0.103\n[ 0.625904] brd: module loaded\n[ 0.627158] loop: module loaded\n[ 0.628434] blk-mq: CPU -> queue map\n[ 0.629443] CPU 0 -> Queue 0\n[ 0.630317] CPU 1 -> Queue 0\n[ 0.631998] vda: vda1\n[ 0.633365] scsi0 : ata_piix\n[ 0.634131] scsi1 : ata_piix\n[ 0.634801] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.636044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.637538] libphy: Fixed MDIO Bus: probed\n[ 0.638460] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639466] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642080] PPP generic driver version 2.4.2\n[ 0.643010] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644243] ehci-pci: EHCI PCI platform driver\n[ 0.645130] ehci-platform: EHCI generic platform driver\n[ 0.646134] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647277] ohci-pci: OHCI PCI platform driver\n[ 0.648213] ohci-platform: OHCI generic platform driver\n[ 0.649218] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672512] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.675208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676458] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677912] usb usb1: Product: UHCI Host Controller\n[ 0.678857] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.680046] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681084] hub 1-0:1.0: USB hub found\n[ 0.681892] hub 1-0:1.0: 2 ports detected\n[ 0.682848] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685017] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685988] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687131] mousedev: PS/2 mouse device common for all mice\n[ 0.688455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690341] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694013] device-mapper: uevent: version 1.0.3\n[ 0.695005] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.696647] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697888] TCP: cubic registered\n[ 0.698800] NET: Registered protocol family 10\n[ 0.699980] NET: Registered protocol family 17\n[ 0.700914] Key type dns_resolver registered\n[ 0.702052] Loading compiled-in X.509 certificates\n[ 0.703559] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.712376] registered taskstats version 1\n[ 0.715273] Key type trusted registered\n[ 0.719171] Key type encrypted registered\n[ 0.720090] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.721202] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722785] regulator-dummy: disabling\n[ 0.723654] Magic number: 14:56:429\n[ 0.724599] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:04 UTC (1534764364)\n[ 0.726319] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727504] EDD information not available.\n[ 0.793334] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.795038] Write protecting the kernel read-only data: 12288k\n[ 0.796692] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.799454] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.813749] systemd-udevd[107]: starting version 204\n[ 0.852667] FDC 0 is a S82078B\n[ 0.992049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.157116] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.158634] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.160180] usb 1-1: Product: QEMU USB Tablet\n[ 1.161189] usb 1-1: Manufacturer: QEMU\n[ 1.162087] usb 1-1: SerialNumber: 42\n[ 1.448150] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[ 1.864961] 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.199084] 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[ 4.147723] random: init urandom read with 11 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 4.371620] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:26:09 +0000. Up 5.55 seconds.\ncloud-init-nonet[5.88]: 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 * Starting Bridge udev events into upstart[74G[ OK ]\n[ 5.977274] systemd-udevd[390]: starting version 204\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[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 configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.40]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:11 +0000. Up 7.52 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:cd:b0:e1 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:90:c3:f4 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:81:f7:0a:28:d5:7d:ce:fe:58:2b:c6:9e:08:10:d4 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .o o. |\n| .. E o.. |\n| ... ..= |\n|. ... .+ |\n| .. . oS |\n| . ... . |\n| . . + . |\n| . .=.o |\n| .oo. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n24:76:fa:0a:a1:00:d2:f3:b9:9c:60:79:64:33:2a:66 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| . |\n|o o = o o |\n|o B = = |\n|oE= = . S |\n|o+ = + . |\n| . = . |\n| . . |\n| . |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd9:34:8c:6d:69:e7:1f:5d:4a:50:51:2e:ba:df:c9:13 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ..oo.|\n| + . . . |\n| . O . o o|\n| * + o +.|\n| S . o o .|\n| o E |\n| . . .|\n| ..o.|\n| .oo|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ne7:be:fb:d1:7f:05:48:22:a3:5b:45:e9:ff:76:f2:09 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| o + . |\n| . = o . |\n| . . . . . |\n| oS .. . |\n| . o .. .|\n| . .E. .|\n| . .=.+|\n| ++.. =+|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping 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... [80G [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 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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:26:15 +0000. Up 11.58 seconds.\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, 20 Aug 2018 11:26:16 +0000. Up 12.61 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: + echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 12333 0 --:--:-- --:--:-- --:--:-- 12300100 3149 100 3149 0 0 12329 0 --:--:-- --:--:-- --:--:-- 12300\nOK\n+ apt-get update\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 [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 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 [1896 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 [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 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\nFetched 12.7 MB in 8s (1539 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 88.0 MB of archives.\nAfter this operation, 202 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 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 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [772 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 88.0 MB in 16s (5349 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 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.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-156.206) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\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-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\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-180326.111418_amd64.deb ...\nUnpacking homer (1.0-180326.111418) ...\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_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\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_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-156.206) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\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) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\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-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8333\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\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.....................................+++\nunable to write 'random state'\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\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, 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 defusedxml-0.5.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-180326.111418) ...\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting defusedxml (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.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 defusedxml-0.5.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+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading 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 0 not upgraded.\nNeed to get 38.4 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/stable/ binary/ clearwater-etcd 1.0-180328.115321 [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/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (10.3 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58170 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-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\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-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\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\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\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\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\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...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from 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 argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->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: argparse, contextlib2, pathlib, nsenter, 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\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 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 nsenter-0.2 pathlib-1.0.1 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\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.218\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.218\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.11'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.19'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 24:76:fa:0a:a1:00:d2:f3:b9:9c:60:79:64:33:2a:66 root@homer-0 (DSA)\nec2: 256 d9:34:8c:6d:69:e7:1f:5d:4a:50:51:2e:ba:df:c9:13 root@homer-0 (ECDSA)\nec2: 256 e7:be:fb:d1:7f:05:48:22:a3:5b:45:e9:ff:76:f2:09 root@homer-0 (ED25519)\nec2: 2048 06:81:f7:0a:28:d5:7d:ce:fe:58:2b:c6:9e:08:10:d4 root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlY8RV/Qr0rBTtnI0X06zVH5s1CvQC49QJ268jUsJzMVv9IqIKBlCDL0/7wCt9uwbYmvpy496zTM4Ybi54vWqQ= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBywDVvz+/vJ9u/eOAg/6PFLwQx9SUS91kM+oVsB7as8 root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt7DdJGRTX5rnyzWv784V7U/peRvgH+Mn8JthYr8+goiDIsazyr6zrmrKitERuIS06H6zGarheN7eA0QDsE7pkF2JE/aHn/8agtKiaJ552WCKu4Iouwr/WyMY66ptaNQPvDo4kOsSMMJ1Um0Hr+4AR13jDp6sHHkRQ8DOqpAvAyibCoe9WAEIaY2iN8+m8tYKl4XGG32+Ln7n2Skg5uvR+XMDjem0DwToAwcpvqGEsyOngfI1E/S5XdaiHEKMypmJPoy/o4BtQacmjLVtvfA0Uz+rqiilMo56+um21qJrSstmjRBaFUbLnlkiD6Bl9mjzn3dzKYIU6i1MTDXwecDCH root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:32:32 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 388.06 seconds\n"} 2018-08-20 11:35:12,877 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e/action used request id req-71a60903-0c04-4664-b366-c062a6ec291e 2018-08-20 11:35:12,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.343074083328s 2018-08-20 11:35:12,879 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e/action used request id req-71a60903-0c04-4664-b366-c062a6ec291e 2018-08-20 11:35:12,880 - functest.core.singlevm - DEBUG - console: 0] 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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008005] pid_max: default: 32768 minimum: 301 [ 0.009423] Security Framework initialized [ 0.010709] AppArmor: AppArmor initialized [ 0.011965] Yama: becoming mindful. [ 0.012150] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016728] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019452] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022317] Initializing cgroup subsys memory [ 0.024007] Initializing cgroup subsys devices [ 0.025347] Initializing cgroup subsys freezer [ 0.026688] Initializing cgroup subsys blkio [ 0.028004] Initializing cgroup subsys perf_event [ 0.029411] Initializing cgroup subsys hugetlb [ 0.030809] FEATURE SPEC_CTRL Not Present [ 0.032690] mce: CPU supports 10 MCE banks [ 0.033959] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033959] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037857] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040003] Speculative Store Bypass: Vulnerable [ 0.044417] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.049548] ACPI: Core revision 20131115 [ 0.051272] ACPI: All ACPI Tables successfully acquired [ 0.052262] ftrace: allocating 28717 entries in 113 pages [ 0.072223] smpboot: Max logical packages: 2 [ 0.073550] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.078001] Enabling x2apic [ 0.078901] Enabled x2apic [ 0.080004] Switched APIC routing to physical x2apic. [ 0.082368] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.088609] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097502] KVM setup paravirtual spinlock [ 0.100187] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.102294] x86: Booting SMP configuration: [ 0.103615] .... node #0, CPUs: #1[ 0.100146] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120044] KVM setup async PF for cpu 1 [ 0.120066] x86: Booted up 1 node, 2 CPUs [ 0.120068] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.124000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.125340] devtmpfs: initialized [ 0.128960] EVM: security.selinux [ 0.130013] EVM: security.SMACK64 [ 0.130905] EVM: security.ima [ 0.131747] EVM: security.capability [ 0.132873] pinctrl core: initialized pinctrl subsystem [ 0.134505] regulator-dummy: no parameters [ 0.135760] RTC time: 11:26:03, date: 08/20/18 [ 0.136044] NET: Registered protocol family 16 [ 0.137454] cpuidle: using governor ladder [ 0.138710] cpuidle: using governor menu [ 0.139980] ACPI: bus type PCI registered [ 0.140004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.141889] PCI: Using configuration type 1 for base access [ 0.144072] bio: create slab at 0 [ 0.145238] ACPI: Added _OSI(Module Device) [ 0.145268] ACPI: Added _OSI(Processor Device) [ 0.148003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.149365] ACPI: Added _OSI(Processor Aggregator Device) [ 0.151911] ACPI: Interpreter enabled [ 0.152006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.154806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.156756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.159565] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.161723] ACPI: (supports S0 S5) [ 0.164010] ACPI: Using IOAPIC for interrupt routing [ 0.165497] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.168213] ACPI: No dock devices found. [ 0.171304] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.172009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.173970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.175874] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.176197] acpiphp: Slot [3] registered [ 0.177396] acpiphp: Slot [4] registered [ 0.178587] acpiphp: Slot [5] registered [ 0.179748] acpiphp: Slot [6] registered [ 0.180018] acpiphp: Slot [7] registered [ 0.181213] acpiphp: Slot [8] registered [ 0.182410] acpiphp: Slot [9] registered [ 0.183607] acpiphp: Slot [10] registered [ 0.184018] acpiphp: Slot [11] registered [ 0.185244] acpiphp: Slot [12] registered [ 0.186448] acpiphp: Slot [13] registered [ 0.187651] acpiphp: Slot [14] registered [ 0.188018] acpiphp: Slot [15] registered [ 0.189230] acpiphp: Slot [16] registered [ 0.190440] acpiphp: Slot [17] registered [ 0.191668] acpiphp: Slot [18] registered [ 0.192025] acpiphp: Slot [19] registered [ 0.193227] acpiphp: Slot [20] registered [ 0.194432] acpiphp: Slot [21] registered [ 0.195651] acpiphp: Slot [22] registered [ 0.196018] acpiphp: Slot [23] registered [ 0.197255] acpiphp: Slot [24] registered [ 0.198448] acpiphp: Slot [25] registered [ 0.200516] acpiphp: Slot [26] registered [ 0.201964] acpiphp: Slot [27] registered [ 0.203214] acpiphp: Slot [28] registered [ 0.204033] acpiphp: Slot [29] registered [ 0.204881] acpiphp: Slot [30] registered [ 0.206030] acpiphp: Slot [31] registered [ 0.207287] PCI host bridge to bus 0000:00 [ 0.208074] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.209650] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.211383] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.212004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.213925] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.215868] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.221614] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.223787] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.251588] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.252787] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.254369] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.255995] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.256747] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.258599] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.260578] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.261695] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.264004] vgaarb: loaded [ 0.264892] vgaarb: bridge control possible 0000:00:02.0 [ 0.266889] SCSI subsystem initialized [ 0.268391] ACPI: bus type USB registered [ 0.269531] usbcore: registered new interface driver usbfs [ 0.271193] usbcore: registered new interface driver hub [ 0.272047] usbcore: registered new device driver usb [ 0.273407] PCI: Using ACPI for IRQ routing [ 0.273815] NetLabel: Initializing [ 0.276021] NetLabel: domain hash size = 128 [ 0.277336] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.278890] NetLabel: unlabeled traffic allowed by default [ 0.280449] Switched to clocksource kvm-clock [ 0.287912] AppArmor: AppArmor Filesystem Enabled [ 0.288963] pnp: PnP ACPI init [ 0.289669] ACPI: bus type PNP registered [ 0.291042] pnp: PnP ACPI: found 8 devices [ 0.291933] ACPI: bus type PNP unregistered [ 0.298327] NET: Registered protocol family 2 [ 0.299541] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.301210] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.302650] TCP: Hash tables configured (established 16384 bind 16384) [ 0.304028] TCP: reno registered [ 0.304755] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.306012] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.307374] NET: Registered protocol family 1 [ 0.308352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.309504] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310726] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332422] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.354287] Trying to unpack rootfs image as initramfs... [ 0.448050] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.450610] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.451793] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.453389] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.455849] Scanning for low memory corruption every 60 seconds [ 0.457940] Initialise system trusted keyring [ 0.459289] audit: initializing netlink socket (disabled) [ 0.460795] type=2000 audit(1534764364.411:1): initialized [ 0.481360] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.483909] zbud: loaded [ 0.484977] VFS: Disk quotas dquot_6.5.2 [ 0.486132] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.488508] fuse init (API version 7.22) [ 0.489716] msgmni has been set to 3997 [ 0.490890] Key type big_key registered [ 0.492454] Key type asymmetric registered [ 0.493638] Asymmetric key parser 'x509' registered [ 0.495021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.497184] io scheduler noop registered [ 0.498299] io scheduler deadline registered (default) [ 0.499681] io scheduler cfq registered [ 0.500926] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502475] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.504306] ipmi message handler version 39.2 [ 0.505610] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.507735] ACPI: Power Button [PWRF] [ 0.508974] GHES: HEST is not enabled! [ 0.530825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.596173] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.598154] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621468] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623951] Linux agpgart interface v0.103 [ 0.625904] brd: module loaded [ 0.627158] loop: module loaded [ 0.628434] blk-mq: CPU -> queue map [ 0.629443] CPU 0 -> Queue 0 [ 0.630317] CPU 1 -> Queue 0 [ 0.631998] vda: vda1 [ 0.633365] scsi0 : ata_piix [ 0.634131] scsi1 : ata_piix [ 0.634801] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.636044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.637538] libphy: Fixed MDIO Bus: probed [ 0.638460] tun: Universal TUN/TAP device driver, 1.6 [ 0.639466] tun: (C) 1999-2004 Max Krasnyansky [ 0.642080] PPP generic driver version 2.4.2 [ 0.643010] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644243] ehci-pci: EHCI PCI platform driver [ 0.645130] ehci-platform: EHCI generic platform driver [ 0.646134] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.647277] ohci-pci: OHCI PCI platform driver [ 0.648213] ohci-platform: OHCI generic platform driver [ 0.649218] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672512] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.674038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.675208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.676458] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.677912] usb usb1: Product: UHCI Host Controller [ 0.678857] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.680046] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681084] hub 1-0:1.0: USB hub found [ 0.681892] hub 1-0:1.0: 2 ports detected [ 0.682848] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685017] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.685988] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687131] mousedev: PS/2 mouse device common for all mice [ 0.688455] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690341] rtc_cmos 00:00: RTC can wake from S4 [ 0.691531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.694013] device-mapper: uevent: version 1.0.3 [ 0.695005] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.696647] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697888] TCP: cubic registered [ 0.698800] NET: Registered protocol family 10 [ 0.699980] NET: Registered protocol family 17 [ 0.700914] Key type dns_resolver registered [ 0.702052] Loading compiled-in X.509 certificates [ 0.703559] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.712376] registered taskstats version 1 [ 0.715273] Key type trusted registered [ 0.719171] Key type encrypted registered [ 0.720090] AppArmor: AppArmor sha1 policy hashing enabled [ 0.721202] IMA: No TPM chip found, activating TPM-bypass! [ 0.722785] regulator-dummy: disabling [ 0.723654] Magic number: 14:56:429 [ 0.724599] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:04 UTC (1534764364) [ 0.726319] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.727504] EDD information not available. [ 0.793334] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.795038] Write protecting the kernel read-only data: 12288k [ 0.796692] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.799454] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.813749] systemd-udevd[107]: starting version 204 [ 0.852667] FDC 0 is a S82078B [ 0.992049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.157116] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.158634] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.160180] usb 1-1: Product: QEMU USB Tablet [ 1.161189] usb 1-1: Manufacturer: QEMU [ 1.162087] usb 1-1: SerialNumber: 42 [ 1.448150] tsc: Refined TSC clocksource calibration: 3491.868 MHz [ 1.864961] 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.199084] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 4.147723] random: init urandom read with 11 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 4.371620] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:26:09 +0000. Up 5.55 seconds. cloud-init-nonet[5.88]: 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 ] * Starting Bridge udev events into upstart[74G[ OK ] [ 5.977274] systemd-udevd[390]: starting version 204 * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.40]: static networking is now up * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:11 +0000. Up 7.52 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:cd:b0:e1 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:90:c3:f4 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:81:f7:0a:28:d5:7d:ce:fe:58:2b:c6:9e:08:10:d4 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | .o o. | | .. E o.. | | ... ..= | |. ... .+ | | .. . oS | | . ... . | | . . + . | | . .=.o | | .oo. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 24:76:fa:0a:a1:00:d2:f3:b9:9c:60:79:64:33:2a:66 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | . | |o o = o o | |o B = = | |oE= = . S | |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: d9:34:8c:6d:69:e7:1f:5d:4a:50:51:2e:ba:df:c9:13 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | ..oo.| | + . . . | | . O . o o| | * + o +.| | S . o o .| | o E | | . . .| | ..o.| | .oo| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: e7:be:fb:d1:7f:05:48:22:a3:5b:45:e9:ff:76:f2:09 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | ... | | o + . | | . = o . | | . . . . . | | oS .. . | | . o .. .| | . .E. .| | . .=.+| | ++.. =+| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting 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 ] * Stopping 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... [80G [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 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:26:15 +0000. Up 11.58 seconds. 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, 20 Aug 2018 11:26:16 +0000. Up 12.61 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 12333 0 --:--:-- --:--:-- --:--:-- 12300100 3149 100 3149 0 0 12329 0 --:--:-- --:--:-- --:--:-- 12300 OK + apt-get update 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 [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 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 [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [760 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [411 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1098 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 [469 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 [544 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 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 [1896 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 [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 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 Fetched 12.7 MB in 8s (1539 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 0 not upgraded. Need to get 88.0 MB of archives. After this operation, 202 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 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 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-156.206 [772 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 88.0 MB in 16s (5349 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 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.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... 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-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... 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-180326.111418_amd64.deb ... Unpacking homer (1.0-180326.111418) ... 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_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... 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_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... 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) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 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-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8333 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... 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 .................+++ .....................................+++ unable to write 'random state' 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 unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, 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 defusedxml-0.5.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-180326.111418) ... Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting defusedxml (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.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 defusedxml-0.5.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) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes 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 0 not upgraded. Need to get 38.4 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/stable/ binary/ clearwater-etcd 1.0-180328.115321 [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/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (10.3 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58170 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-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... 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-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 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 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 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 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... 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... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from 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 argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->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: argparse, contextlib2, pathlib, nsenter, 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 Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 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 nsenter-0.2 pathlib-1.0.1 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 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.218 ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.218 ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.11' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.19' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. 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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 24:76:fa:0a:a1:00:d2:f3:b9:9c:60:79:64:33:2a:66 root@homer-0 (DSA) ec2: 256 d9:34:8c:6d:69:e7:1f:5d:4a:50:51:2e:ba:df:c9:13 root@homer-0 (ECDSA) ec2: 256 e7:be:fb:d1:7f:05:48:22:a3:5b:45:e9:ff:76:f2:09 root@homer-0 (ED25519) ec2: 2048 06:81:f7:0a:28:d5:7d:ce:fe:58:2b:c6:9e:08:10:d4 root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlY8RV/Qr0rBTtnI0X06zVH5s1CvQC49QJ268jUsJzMVv9IqIKBlCDL0/7wCt9uwbYmvpy496zTM4Ybi54vWqQ= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBywDVvz+/vJ9u/eOAg/6PFLwQx9SUS91kM+oVsB7as8 root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt7DdJGRTX5rnyzWv784V7U/peRvgH+Mn8JthYr8+goiDIsazyr6zrmrKitERuIS06H6zGarheN7eA0QDsE7pkF2JE/aHn/8agtKiaJ552WCKu4Iouwr/WyMY66ptaNQPvDo4kOsSMMJ1Um0Hr+4AR13jDp6sHHkRQ8DOqpAvAyibCoe9WAEIaY2iN8+m8tYKl4XGG32+Ln7n2Skg5uvR+XMDjem0DwToAwcpvqGEsyOngfI1E/S5XdaiHEKMypmJPoy/o4BtQacmjLVtvfA0Uz+rqiilMo56+um21qJrSstmjRBaFUbLnlkiD6Bl9mjzn3dzKYIU6i1MTDXwecDCH root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:32:32 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 388.06 seconds 2018-08-20 11:35:12,885 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-20 11:35:12,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:35:12,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:35:14,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26761b7b-d870-4ecb-9ab0-1b5cf7e3a8e0 x-compute-request-id: req-26761b7b-d870-4ecb-9ab0-1b5cf7e3a8e0 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:35:14,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-26761b7b-d870-4ecb-9ab0-1b5cf7e3a8e0 2018-08-20 11:35:14,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21677184105s 2018-08-20 11:35:14,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-26761b7b-d870-4ecb-9ab0-1b5cf7e3a8e0 2018-08-20 11:35:14,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:35:14,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:35:14,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bbe8a4d-118d-488a-8880-331e64bb23b7 x-compute-request-id: req-1bbe8a4d-118d-488a-8880-331e64bb23b7 Content-Encoding: gzip Content-Length: 12147 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008033] AppArmor: AppArmor initialized\n[ 0.008926] Yama: becoming mindful.\n[ 0.009817] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013013] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014968] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017587] Initializing cgroup subsys memory\n[ 0.018495] Initializing cgroup subsys devices\n[ 0.019466] Initializing cgroup subsys freezer\n[ 0.020004] Initializing cgroup subsys blkio\n[ 0.020904] Initializing cgroup subsys perf_event\n[ 0.021833] Initializing cgroup subsys hugetlb\n[ 0.022792] FEATURE SPEC_CTRL Not Present\n[ 0.024690] mce: CPU supports 10 MCE banks\n[ 0.025566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025566] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.027601] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.028003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.029786] Speculative Store Bypass: Vulnerable\n[ 0.032322] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.036566] ACPI: Core revision 20131115\n[ 0.037866] ACPI: All ACPI Tables successfully acquired\n[ 0.039055] ftrace: allocating 28717 entries in 113 pages\n[ 0.060183] smpboot: Max logical packages: 2\n[ 0.061150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.064003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.065415] Enabling x2apic\n[ 0.066132] Enabled x2apic\n[ 0.066957] Switched APIC routing to physical x2apic.\n[ 0.068910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.070228] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.073019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.080866] KVM setup paravirtual spinlock\n[ 0.083090] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084153] x86: Booting SMP configuration:\n[ 0.085145] .... node #0, CPUs: #1[ 0.083056] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100029] x86: Booted up 1 node, 2 CPUs\n[ 0.100025] KVM setup async PF for cpu 1\n[ 0.100029] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.102841] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104332] devtmpfs: initialized\n[ 0.106701] EVM: security.selinux\n[ 0.107435] EVM: security.SMACK64\n[ 0.108008] EVM: security.ima\n[ 0.108664] EVM: security.capability\n[ 0.109470] pinctrl core: initialized pinctrl subsystem\n[ 0.109952] regulator-dummy: no parameters\n[ 0.112062] RTC time: 11:26:10, date: 08/20/18\n[ 0.112974] NET: Registered protocol family 16\n[ 0.113958] cpuidle: using governor ladder\n[ 0.114820] cpuidle: using governor menu\n[ 0.115697] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117275] PCI: Using configuration type 1 for base access\n[ 0.118917] bio: create slab at 0\n[ 0.120066] ACPI: Added _OSI(Module Device)\n[ 0.120969] ACPI: Added _OSI(Processor Device)\n[ 0.122077] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.123263] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.125136] ACPI: Interpreter enabled\n[ 0.125918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.127833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.129226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.131136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.132538] ACPI: (supports S0 S5)\n[ 0.136003] ACPI: Using IOAPIC for interrupt routing\n[ 0.136998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.138923] ACPI: No dock devices found.\n[ 0.141571] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.142727] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.143975] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.144023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.146288] acpiphp: Slot [3] registered\n[ 0.147258] acpiphp: Slot [4] registered\n[ 0.148025] acpiphp: Slot [5] registered\n[ 0.148842] acpiphp: Slot [6] registered\n[ 0.149652] acpiphp: Slot [7] registered\n[ 0.150460] acpiphp: Slot [8] registered\n[ 0.151267] acpiphp: Slot [9] registered\n[ 0.152025] acpiphp: Slot [10] registered\n[ 0.152850] acpiphp: Slot [11] registered\n[ 0.153670] acpiphp: Slot [12] registered\n[ 0.154491] acpiphp: Slot [13] registered\n[ 0.155327] acpiphp: Slot [14] registered\n[ 0.156019] acpiphp: Slot [15] registered\n[ 0.156846] acpiphp: Slot [16] registered\n[ 0.157686] acpiphp: Slot [17] registered\n[ 0.158508] acpiphp: Slot [18] registered\n[ 0.159360] acpiphp: Slot [19] registered\n[ 0.160019] acpiphp: Slot [20] registered\n[ 0.160852] acpiphp: Slot [21] registered\n[ 0.161672] acpiphp: Slot [22] registered\n[ 0.162508] acpiphp: Slot [23] registered\n[ 0.163340] acpiphp: Slot [24] registered\n[ 0.164048] acpiphp: Slot [25] registered\n[ 0.165264] acpiphp: Slot [26] registered\n[ 0.166472] acpiphp: Slot [27] registered\n[ 0.167694] acpiphp: Slot [28] registered\n[ 0.168020] acpiphp: Slot [29] registered\n[ 0.169222] acpiphp: Slot [30] registered\n[ 0.170459] acpiphp: Slot [31] registered\n[ 0.171651] PCI host bridge to bus 0000:00\n[ 0.172006] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.173569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.175299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.176004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.177894] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.179774] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186705] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.217123] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.218784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.222434] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224016] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.225650] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228004] vgaarb: loaded\n[ 0.228618] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229877] SCSI subsystem initialized\n[ 0.230784] ACPI: bus type USB registered\n[ 0.230784] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233075] usbcore: registered new device driver usb\n[ 0.233203] PCI: Using ACPI for IRQ routing\n[ 0.233395] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.237098] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.238362] NetLabel: unlabeled traffic allowed by default\n[ 0.239732] Switched to clocksource kvm-clock\n[ 0.243656] AppArmor: AppArmor Filesystem Enabled\n[ 0.244902] pnp: PnP ACPI init\n[ 0.245728] ACPI: bus type PNP registered\n[ 0.247129] pnp: PnP ACPI: found 8 devices\n[ 0.248178] ACPI: bus type PNP unregistered\n[ 0.255341] NET: Registered protocol family 2\n[ 0.256707] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.258641] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.260370] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.261980] TCP: reno registered\n[ 0.262796] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.264001] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.265591] NET: Registered protocol family 1\n[ 0.266497] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.267621] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.268718] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.290728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.312922] Trying to unpack rootfs image as initramfs...\n[ 0.406636] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.408406] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409510] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.410726] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.412452] Scanning for low memory corruption every 60 seconds\n[ 0.413908] Initialise system trusted keyring\n[ 0.414855] audit: initializing netlink socket (disabled)\n[ 0.416009] type=2000 audit(1534764371.346:1): initialized\n[ 0.435693] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438022] zbud: loaded\n[ 0.438958] VFS: Disk quotas dquot_6.5.2\n[ 0.439856] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441428] fuse init (API version 7.22)\n[ 0.442303] msgmni has been set to 3997\n[ 0.443166] Key type big_key registered\n[ 0.444317] Key type asymmetric registered\n[ 0.445180] Asymmetric key parser 'x509' registered\n[ 0.446164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447692] io scheduler noop registered\n[ 0.448542] io scheduler deadline registered (default)\n[ 0.449591] io scheduler cfq registered\n[ 0.450460] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451530] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452816] ipmi message handler version 39.2\n[ 0.453798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455279] ACPI: Power Button [PWRF]\n[ 0.456146] GHES: HEST is not enabled!\n[ 0.477789] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520774] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543187] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.545450] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.569502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.572517] Linux agpgart interface v0.103\n[ 0.574640] brd: module loaded\n[ 0.575988] loop: module loaded\n[ 0.577255] blk-mq: CPU -> queue map\n[ 0.578325] CPU 0 -> Queue 0\n[ 0.579251] CPU 1 -> Queue 0\n[ 0.580857] vda: vda1\n[ 0.582340] scsi0 : ata_piix\n[ 0.583286] scsi1 : ata_piix\n[ 0.584163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.585854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.587759] libphy: Fixed MDIO Bus: probed\n[ 0.588973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593389] PPP generic driver version 2.4.2\n[ 0.594595] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596327] ehci-pci: EHCI PCI platform driver\n[ 0.597512] ehci-platform: EHCI generic platform driver\n[ 0.598860] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600417] ohci-pci: OHCI PCI platform driver\n[ 0.601499] ohci-platform: OHCI generic platform driver\n[ 0.602747] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.625216] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626503] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628528] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.630071] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.631784] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.633759] usb usb1: Product: UHCI Host Controller\n[ 0.635054] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.636514] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637766] hub 1-0:1.0: USB hub found\n[ 0.638734] hub 1-0:1.0: 2 ports detected\n[ 0.639830] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642369] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643538] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644877] mousedev: PS/2 mouse device common for all mice\n[ 0.646442] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648685] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651526] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653029] device-mapper: uevent: version 1.0.3\n[ 0.654179] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.656180] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657813] TCP: cubic registered\n[ 0.658814] NET: Registered protocol family 10\n[ 0.660221] NET: Registered protocol family 17\n[ 0.661439] Key type dns_resolver registered\n[ 0.662806] Loading compiled-in X.509 certificates\n[ 0.664596] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.673583] registered taskstats version 1\n[ 0.676239] Key type trusted registered\n[ 0.679911] Key type encrypted registered\n[ 0.680806] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682074] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.683577] regulator-dummy: disabling\n[ 0.684511] Magic number: 14:56:429\n[ 0.685417] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:11 UTC (1534764371)\n[ 0.687348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688615] EDD information not available.\n[ 0.745301] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.747211] Write protecting the kernel read-only data: 12288k\n[ 0.748978] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.751965] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.764673] systemd-udevd[107]: starting version 204\n[ 0.816319] FDC 0 is a S82078B\n[ 0.948048] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.108354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.109709] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.111106] usb 1-1: Product: QEMU USB Tablet\n[ 1.112043] usb 1-1: Manufacturer: QEMU\n[ 1.112892] usb 1-1: SerialNumber: 42\n[ 1.408069] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[ 1.841012] 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.059005] 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.209116] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\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.309664] 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, 20 Aug 2018 11:26:14 +0000. Up 3.19 seconds.\ncloud-init-nonet[3.52]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[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 ]\ncloud-init-nonet[13.52]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.94]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:25 +0000. Up 15.07 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: | eth1 | False | . | . | fa:16:3e:5e:bc:2f |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:13:dd:a3 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nc3:1a:e1:cc:b4:73:68:2e:cd:dc:06:cc:ec:97:fa:8c root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| o |\n| O = |\n| # S |\n| B B o |\n| . B = |\n| . * |\n| E.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:\n0a:89:38:4a:df:34:fd:fb:ac:82:26:90:18:bb:9e:ca root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n|.. . .. |\n|++o oo .S |\n|=+. o.... |\n|.... .o . |\n|o .. o . o |\n|+E o .ooo |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n29:16:27:89:be:0f:cc:58:c6:84:b4:2b:5c:ec:7c:a9 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| ..o . . |\n| ooo + . |\n|. += .+ . |\n|...o=oo S |\n| . *oo . |\n| .E= |\n| o |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc8:b3:81:45:5b:06:13:c6:24:e7:a8:95:2e:5e:2a:88 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .oOoo |\n| O.= |\n| + + |\n| + + . |\n| o + = S |\n|o. + + |\n|E o . |\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 D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:29 +0000. Up 138.76 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:30 +0000. Up 199.73 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.11'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.19'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-20 11:35:03,896 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-20 11:35:03,909 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-20 11:35:03,910 - util.py[WARNING]: Running scripts-user () failed\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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 0a:89:38:4a:df:34:fd:fb:ac:82:26:90:18:bb:9e:ca root@sprout-0 (DSA)\nec2: 256 29:16:27:89:be:0f:cc:58:c6:84:b4:2b:5c:ec:7c:a9 root@sprout-0 (ECDSA)\nec2: 256 c8:b3:81:45:5b:06:13:c6:24:e7:a8:95:2e:5e:2a:88 root@sprout-0 (ED25519)\nec2: 2048 c3:1a:e1:cc:b4:73:68:2e:cd:dc:06:cc:ec:97:fa:8c root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL4WK1zCHpUuRMY/7XbBTdiHLozUi8PULasfVvCwD0fosq0zG3VA58tO29+daH5Npd6A5ihDRTi/iU92bsaqge0= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOqIJx0vuip0lUhALL2V+oUFxH6ol/YZkhKyfyTUHxTT root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIKZ6gDItEOfZIvf3HLXoBOsKPSuprLuagofylxIbeu1JEggDIywUHKHYcGJfN5wjZA/ufhLTJnPh+3X7HgK266SKbgQUwqKbnJNnLpVQe38Sk7v3yTelP37f5oB/RiPEgnUWH9j6DjFWKyenIWDPiDvKTLu8MWU3qt3o2Pu/2Og86fn0OS/pEGaKgwisAJdBmdrxMZXc+BuyVfi0LEmFWzFCnq1STVOVK7GzkueWk7usRFZgn/T+yV+RknJxBqbPZXXw/jjZqa9I7vBp2mI9HD1zFtdJO53ZwuJfDMVyuNDBtSK/+oX1MRv3SSGxiSi4X/WrMGQa4Vexq7lbH7aMF root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:35:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 533.14 seconds\n"} 2018-08-20 11:35:14,197 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89/action used request id req-1bbe8a4d-118d-488a-8880-331e64bb23b7 2018-08-20 11:35:14,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0860688686371s 2018-08-20 11:35:14,198 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89/action used request id req-1bbe8a4d-118d-488a-8880-331e64bb23b7 2018-08-20 11:35:14,198 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008033] AppArmor: AppArmor initialized [ 0.008926] Yama: becoming mindful. [ 0.009817] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013013] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014968] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017587] Initializing cgroup subsys memory [ 0.018495] Initializing cgroup subsys devices [ 0.019466] Initializing cgroup subsys freezer [ 0.020004] Initializing cgroup subsys blkio [ 0.020904] Initializing cgroup subsys perf_event [ 0.021833] Initializing cgroup subsys hugetlb [ 0.022792] FEATURE SPEC_CTRL Not Present [ 0.024690] mce: CPU supports 10 MCE banks [ 0.025566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025566] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.027601] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.028003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.029786] Speculative Store Bypass: Vulnerable [ 0.032322] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.036566] ACPI: Core revision 20131115 [ 0.037866] ACPI: All ACPI Tables successfully acquired [ 0.039055] ftrace: allocating 28717 entries in 113 pages [ 0.060183] smpboot: Max logical packages: 2 [ 0.061150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.064003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.065415] Enabling x2apic [ 0.066132] Enabled x2apic [ 0.066957] Switched APIC routing to physical x2apic. [ 0.068910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.070228] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.073019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.080866] KVM setup paravirtual spinlock [ 0.083090] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084153] x86: Booting SMP configuration: [ 0.085145] .... node #0, CPUs: #1[ 0.083056] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100029] x86: Booted up 1 node, 2 CPUs [ 0.100025] KVM setup async PF for cpu 1 [ 0.100029] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.102841] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104332] devtmpfs: initialized [ 0.106701] EVM: security.selinux [ 0.107435] EVM: security.SMACK64 [ 0.108008] EVM: security.ima [ 0.108664] EVM: security.capability [ 0.109470] pinctrl core: initialized pinctrl subsystem [ 0.109952] regulator-dummy: no parameters [ 0.112062] RTC time: 11:26:10, date: 08/20/18 [ 0.112974] NET: Registered protocol family 16 [ 0.113958] cpuidle: using governor ladder [ 0.114820] cpuidle: using governor menu [ 0.115697] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117275] PCI: Using configuration type 1 for base access [ 0.118917] bio: create slab at 0 [ 0.120066] ACPI: Added _OSI(Module Device) [ 0.120969] ACPI: Added _OSI(Processor Device) [ 0.122077] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.123263] ACPI: Added _OSI(Processor Aggregator Device) [ 0.125136] ACPI: Interpreter enabled [ 0.125918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.127833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.129226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.131136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.132538] ACPI: (supports S0 S5) [ 0.136003] ACPI: Using IOAPIC for interrupt routing [ 0.136998] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.138923] ACPI: No dock devices found. [ 0.141571] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.142727] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.143975] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.144023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.146288] acpiphp: Slot [3] registered [ 0.147258] acpiphp: Slot [4] registered [ 0.148025] acpiphp: Slot [5] registered [ 0.148842] acpiphp: Slot [6] registered [ 0.149652] acpiphp: Slot [7] registered [ 0.150460] acpiphp: Slot [8] registered [ 0.151267] acpiphp: Slot [9] registered [ 0.152025] acpiphp: Slot [10] registered [ 0.152850] acpiphp: Slot [11] registered [ 0.153670] acpiphp: Slot [12] registered [ 0.154491] acpiphp: Slot [13] registered [ 0.155327] acpiphp: Slot [14] registered [ 0.156019] acpiphp: Slot [15] registered [ 0.156846] acpiphp: Slot [16] registered [ 0.157686] acpiphp: Slot [17] registered [ 0.158508] acpiphp: Slot [18] registered [ 0.159360] acpiphp: Slot [19] registered [ 0.160019] acpiphp: Slot [20] registered [ 0.160852] acpiphp: Slot [21] registered [ 0.161672] acpiphp: Slot [22] registered [ 0.162508] acpiphp: Slot [23] registered [ 0.163340] acpiphp: Slot [24] registered [ 0.164048] acpiphp: Slot [25] registered [ 0.165264] acpiphp: Slot [26] registered [ 0.166472] acpiphp: Slot [27] registered [ 0.167694] acpiphp: Slot [28] registered [ 0.168020] acpiphp: Slot [29] registered [ 0.169222] acpiphp: Slot [30] registered [ 0.170459] acpiphp: Slot [31] registered [ 0.171651] PCI host bridge to bus 0000:00 [ 0.172006] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.173569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.175299] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.176004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.177894] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.179774] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186705] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.217123] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.218784] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220517] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.222434] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224016] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.225650] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227208] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228004] vgaarb: loaded [ 0.228618] vgaarb: bridge control possible 0000:00:02.0 [ 0.229877] SCSI subsystem initialized [ 0.230784] ACPI: bus type USB registered [ 0.230784] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233075] usbcore: registered new device driver usb [ 0.233203] PCI: Using ACPI for IRQ routing [ 0.233395] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.237098] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.238362] NetLabel: unlabeled traffic allowed by default [ 0.239732] Switched to clocksource kvm-clock [ 0.243656] AppArmor: AppArmor Filesystem Enabled [ 0.244902] pnp: PnP ACPI init [ 0.245728] ACPI: bus type PNP registered [ 0.247129] pnp: PnP ACPI: found 8 devices [ 0.248178] ACPI: bus type PNP unregistered [ 0.255341] NET: Registered protocol family 2 [ 0.256707] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.258641] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.260370] TCP: Hash tables configured (established 16384 bind 16384) [ 0.261980] TCP: reno registered [ 0.262796] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.264001] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.265591] NET: Registered protocol family 1 [ 0.266497] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.267621] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.268718] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.290728] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.312922] Trying to unpack rootfs image as initramfs... [ 0.406636] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.408406] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409510] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.410726] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.412452] Scanning for low memory corruption every 60 seconds [ 0.413908] Initialise system trusted keyring [ 0.414855] audit: initializing netlink socket (disabled) [ 0.416009] type=2000 audit(1534764371.346:1): initialized [ 0.435693] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438022] zbud: loaded [ 0.438958] VFS: Disk quotas dquot_6.5.2 [ 0.439856] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441428] fuse init (API version 7.22) [ 0.442303] msgmni has been set to 3997 [ 0.443166] Key type big_key registered [ 0.444317] Key type asymmetric registered [ 0.445180] Asymmetric key parser 'x509' registered [ 0.446164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447692] io scheduler noop registered [ 0.448542] io scheduler deadline registered (default) [ 0.449591] io scheduler cfq registered [ 0.450460] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451530] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452816] ipmi message handler version 39.2 [ 0.453798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455279] ACPI: Power Button [PWRF] [ 0.456146] GHES: HEST is not enabled! [ 0.477789] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520774] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543187] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.545450] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.569502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.572517] Linux agpgart interface v0.103 [ 0.574640] brd: module loaded [ 0.575988] loop: module loaded [ 0.577255] blk-mq: CPU -> queue map [ 0.578325] CPU 0 -> Queue 0 [ 0.579251] CPU 1 -> Queue 0 [ 0.580857] vda: vda1 [ 0.582340] scsi0 : ata_piix [ 0.583286] scsi1 : ata_piix [ 0.584163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.585854] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.587759] libphy: Fixed MDIO Bus: probed [ 0.588973] tun: Universal TUN/TAP device driver, 1.6 [ 0.590351] tun: (C) 1999-2004 Max Krasnyansky [ 0.593389] PPP generic driver version 2.4.2 [ 0.594595] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596327] ehci-pci: EHCI PCI platform driver [ 0.597512] ehci-platform: EHCI generic platform driver [ 0.598860] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.600417] ohci-pci: OHCI PCI platform driver [ 0.601499] ohci-platform: OHCI generic platform driver [ 0.602747] uhci_hcd: USB Universal Host Controller Interface driver [ 0.625216] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.626503] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.628528] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.630071] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.631784] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.633759] usb usb1: Product: UHCI Host Controller [ 0.635054] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.636514] usb usb1: SerialNumber: 0000:00:01.2 [ 0.637766] hub 1-0:1.0: USB hub found [ 0.638734] hub 1-0:1.0: 2 ports detected [ 0.639830] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.642369] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.643538] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.644877] mousedev: PS/2 mouse device common for all mice [ 0.646442] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648685] rtc_cmos 00:00: RTC can wake from S4 [ 0.650061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651526] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653029] device-mapper: uevent: version 1.0.3 [ 0.654179] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.656180] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657813] TCP: cubic registered [ 0.658814] NET: Registered protocol family 10 [ 0.660221] NET: Registered protocol family 17 [ 0.661439] Key type dns_resolver registered [ 0.662806] Loading compiled-in X.509 certificates [ 0.664596] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.673583] registered taskstats version 1 [ 0.676239] Key type trusted registered [ 0.679911] Key type encrypted registered [ 0.680806] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682074] IMA: No TPM chip found, activating TPM-bypass! [ 0.683577] regulator-dummy: disabling [ 0.684511] Magic number: 14:56:429 [ 0.685417] rtc_cmos 00:00: setting system clock to 2018-08-20 11:26:11 UTC (1534764371) [ 0.687348] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688615] EDD information not available. [ 0.745301] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.747211] Write protecting the kernel read-only data: 12288k [ 0.748978] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.751965] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.764673] systemd-udevd[107]: starting version 204 [ 0.816319] FDC 0 is a S82078B [ 0.948048] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.108354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.109709] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.111106] usb 1-1: Product: QEMU USB Tablet [ 1.112043] usb 1-1: Manufacturer: QEMU [ 1.112892] usb 1-1: SerialNumber: 42 [ 1.408069] tsc: Refined TSC clocksource calibration: 3491.868 MHz [ 1.841012] 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.059005] 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.209116] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * 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.309664] 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, 20 Aug 2018 11:26:14 +0000. Up 3.19 seconds. cloud-init-nonet[3.52]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[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 ] cloud-init-nonet[13.52]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.94]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:26:25 +0000. Up 15.07 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: | eth1 | False | . | . | fa:16:3e:5e:bc:2f | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:13:dd:a3 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: c3:1a:e1:cc:b4:73:68:2e:cd:dc:06:cc:ec:97:fa:8c root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | o | | O = | | # S | | B B o | | . B = | | . * | | E.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: 0a:89:38:4a:df:34:fd:fb:ac:82:26:90:18:bb:9e:ca root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | |.. . .. | |++o oo .S | |=+. o.... | |.... .o . | |o .. o . o | |+E o .ooo | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 29:16:27:89:be:0f:cc:58:c6:84:b4:2b:5c:ec:7c:a9 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | ..o . . | | ooo + . | |. += .+ . | |...o=oo S | | . *oo . | | .E= | | 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: c8:b3:81:45:5b:06:13:c6:24:e7:a8:95:2e:5e:2a:88 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .oOoo | | O.= | | + + | | + + . | | o + = S | |o. + + | |E o . | | . | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:28:29 +0000. Up 138.76 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:29:30 +0000. Up 199.73 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.11' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.19' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-20 11:35:03,896 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-20 11:35:03,909 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-20 11:35:03,910 - util.py[WARNING]: Running scripts-user () failed 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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 0a:89:38:4a:df:34:fd:fb:ac:82:26:90:18:bb:9e:ca root@sprout-0 (DSA) ec2: 256 29:16:27:89:be:0f:cc:58:c6:84:b4:2b:5c:ec:7c:a9 root@sprout-0 (ECDSA) ec2: 256 c8:b3:81:45:5b:06:13:c6:24:e7:a8:95:2e:5e:2a:88 root@sprout-0 (ED25519) ec2: 2048 c3:1a:e1:cc:b4:73:68:2e:cd:dc:06:cc:ec:97:fa:8c root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL4WK1zCHpUuRMY/7XbBTdiHLozUi8PULasfVvCwD0fosq0zG3VA58tO29+daH5Npd6A5ihDRTi/iU92bsaqge0= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOqIJx0vuip0lUhALL2V+oUFxH6ol/YZkhKyfyTUHxTT root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIKZ6gDItEOfZIvf3HLXoBOsKPSuprLuagofylxIbeu1JEggDIywUHKHYcGJfN5wjZA/ufhLTJnPh+3X7HgK266SKbgQUwqKbnJNnLpVQe38Sk7v3yTelP37f5oB/RiPEgnUWH9j6DjFWKyenIWDPiDvKTLu8MWU3qt3o2Pu/2Og86fn0OS/pEGaKgwisAJdBmdrxMZXc+BuyVfi0LEmFWzFCnq1STVOVK7GzkueWk7usRFZgn/T+yV+RknJxBqbPZXXw/jjZqa9I7vBp2mI9HD1zFtdJO53ZwuJfDMVyuNDBtSK/+oX1MRv3SSGxiSi4X/WrMGQa4Vexq7lbH7aMF root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:35:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 533.14 seconds 2018-08-20 11:35:14,201 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-20 11:35:14,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:35:14,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:35:15,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-271af313-d8e2-4d19-b7df-fedb445fa9d7 x-compute-request-id: req-271af313-d8e2-4d19-b7df-fedb445fa9d7 Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:35:15,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-271af313-d8e2-4d19-b7df-fedb445fa9d7 2018-08-20 11:35:15,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.932250022888s 2018-08-20 11:35:15,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-271af313-d8e2-4d19-b7df-fedb445fa9d7 2018-08-20 11:35:15,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:35:15,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:35:15,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-f133e617-66c8-4860-9682-36ed75673a0a x-compute-request-id: req-f133e617-66c8-4860-9682-36ed75673a0a Content-Encoding: gzip Content-Length: 12157 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.008863] Yama: becoming mindful.\n[ 0.009719] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012690] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014590] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.015811] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016233] Initializing cgroup subsys memory\n[ 0.017107] Initializing cgroup subsys devices\n[ 0.017974] Initializing cgroup subsys freezer\n[ 0.018838] Initializing cgroup subsys blkio\n[ 0.020003] Initializing cgroup subsys perf_event\n[ 0.020901] Initializing cgroup subsys hugetlb\n[ 0.021820] FEATURE SPEC_CTRL Not Present\n[ 0.024088] mce: CPU supports 10 MCE banks\n[ 0.024931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026843] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.028003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.029438] Speculative Store Bypass: Vulnerable\n[ 0.030870] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.034605] ACPI: Core revision 20131115\n[ 0.036263] ACPI: All ACPI Tables successfully acquired\n[ 0.037409] ftrace: allocating 28717 entries in 113 pages\n[ 0.056162] smpboot: Max logical packages: 2\n[ 0.057049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.060053] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.061524] Enabling x2apic\n[ 0.062158] Enabled x2apic\n[ 0.064009] Switched APIC routing to physical x2apic.\n[ 0.065909] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.068002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.070149] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077023] KVM setup paravirtual spinlock\n[ 0.079875] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080171] x86: Booting SMP configuration:\n[ 0.081149] .... node #0, CPUs: #1[ 0.079837] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096028] x86: Booted up 1 node, 2 CPUs\n[ 0.096016] KVM setup async PF for cpu 1\n[ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098736] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100298] devtmpfs: initialized\n[ 0.102793] EVM: security.selinux\n[ 0.104005] EVM: security.SMACK64\n[ 0.104702] EVM: security.ima\n[ 0.105345] EVM: security.capability\n[ 0.106122] pinctrl core: initialized pinctrl subsystem\n[ 0.108084] regulator-dummy: no parameters\n[ 0.108965] RTC time: 11:25:21, date: 08/20/18\n[ 0.109902] NET: Registered protocol family 16\n[ 0.110894] cpuidle: using governor ladder\n[ 0.111722] cpuidle: using governor menu\n[ 0.112082] ACPI: bus type PCI registered\n[ 0.112913] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.114207] PCI: Using configuration type 1 for base access\n[ 0.115828] bio: create slab at 0\n[ 0.116070] ACPI: Added _OSI(Module Device)\n[ 0.116916] ACPI: Added _OSI(Processor Device)\n[ 0.117785] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.118692] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.121010] ACPI: Interpreter enabled\n[ 0.121800] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.123663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.128537] ACPI: (supports S0 S5)\n[ 0.129260] ACPI: Using IOAPIC for interrupt routing\n[ 0.130223] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132144] ACPI: No dock devices found.\n[ 0.134762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.135928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.136007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.137254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.139516] acpiphp: Slot [3] registered\n[ 0.140021] acpiphp: Slot [4] registered\n[ 0.140839] acpiphp: Slot [5] registered\n[ 0.141652] acpiphp: Slot [6] registered\n[ 0.142461] acpiphp: Slot [7] registered\n[ 0.143277] acpiphp: Slot [8] registered\n[ 0.144017] acpiphp: Slot [9] registered\n[ 0.144850] acpiphp: Slot [10] registered\n[ 0.145678] acpiphp: Slot [11] registered\n[ 0.146500] acpiphp: Slot [12] registered\n[ 0.147319] acpiphp: Slot [13] registered\n[ 0.148023] acpiphp: Slot [14] registered\n[ 0.148850] acpiphp: Slot [15] registered\n[ 0.149679] acpiphp: Slot [16] registered\n[ 0.150504] acpiphp: Slot [17] registered\n[ 0.151326] acpiphp: Slot [18] registered\n[ 0.152023] acpiphp: Slot [19] registered\n[ 0.152862] acpiphp: Slot [20] registered\n[ 0.153688] acpiphp: Slot [21] registered\n[ 0.154520] acpiphp: Slot [22] registered\n[ 0.155341] acpiphp: Slot [23] registered\n[ 0.156023] acpiphp: Slot [24] registered\n[ 0.156844] acpiphp: Slot [25] registered\n[ 0.157665] acpiphp: Slot [26] registered\n[ 0.158492] acpiphp: Slot [27] registered\n[ 0.159316] acpiphp: Slot [28] registered\n[ 0.160017] acpiphp: Slot [29] registered\n[ 0.160844] acpiphp: Slot [30] registered\n[ 0.161763] acpiphp: Slot [31] registered\n[ 0.162584] PCI host bridge to bus 0000:00\n[ 0.163405] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.165144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.166282] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.167537] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.174100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.175544] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.195108] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.196631] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.198078] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.199539] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.201044] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.202384] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.203659] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.203659] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.204003] vgaarb: loaded\n[ 0.204619] vgaarb: bridge control possible 0000:00:02.0\n[ 0.205857] SCSI subsystem initialized\n[ 0.206766] ACPI: bus type USB registered\n[ 0.206766] usbcore: registered new interface driver usbfs\n[ 0.208015] usbcore: registered new interface driver hub\n[ 0.209063] usbcore: registered new device driver usb\n[ 0.209063] PCI: Using ACPI for IRQ routing\n[ 0.209141] NetLabel: Initializing\n[ 0.212006] NetLabel: domain hash size = 128\n[ 0.212869] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.213890] NetLabel: unlabeled traffic allowed by default\n[ 0.214943] Switched to clocksource kvm-clock\n[ 0.219477] AppArmor: AppArmor Filesystem Enabled\n[ 0.220446] pnp: PnP ACPI init\n[ 0.221119] ACPI: bus type PNP registered\n[ 0.222342] pnp: PnP ACPI: found 8 devices\n[ 0.223170] ACPI: bus type PNP unregistered\n[ 0.230486] NET: Registered protocol family 2\n[ 0.231632] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.233178] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.234577] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.235885] TCP: reno registered\n[ 0.236585] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.237724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.238977] NET: Registered protocol family 1\n[ 0.239870] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.240984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.242082] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.263963] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.285948] Trying to unpack rootfs image as initramfs...\n[ 0.380859] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.382698] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.383866] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.385704] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.387392] Scanning for low memory corruption every 60 seconds\n[ 0.388945] Initialise system trusted keyring\n[ 0.390308] audit: initializing netlink socket (disabled)\n[ 0.391855] type=2000 audit(1534764322.405:1): initialized\n[ 0.411289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.413911] zbud: loaded\n[ 0.414958] VFS: Disk quotas dquot_6.5.2\n[ 0.416147] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.418297] fuse init (API version 7.22)\n[ 0.419519] msgmni has been set to 3997\n[ 0.420722] Key type big_key registered\n[ 0.422245] Key type asymmetric registered\n[ 0.423454] Asymmetric key parser 'x509' registered\n[ 0.424862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.427114] io scheduler noop registered\n[ 0.428273] io scheduler deadline registered (default)\n[ 0.429729] io scheduler cfq registered\n[ 0.430926] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.432508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.434365] ipmi message handler version 39.2\n[ 0.435677] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.437797] ACPI: Power Button [PWRF]\n[ 0.439011] GHES: HEST is not enabled!\n[ 0.460934] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.504527] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.506633] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.530245] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.533084] Linux agpgart interface v0.103\n[ 0.535086] brd: module loaded\n[ 0.536435] loop: module loaded\n[ 0.537685] blk-mq: CPU -> queue map\n[ 0.538793] CPU 0 -> Queue 0\n[ 0.539723] CPU 1 -> Queue 0\n[ 0.541435] vda: vda1\n[ 0.543005] scsi0 : ata_piix\n[ 0.543801] scsi1 : ata_piix\n[ 0.544510] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.545809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.547396] libphy: Fixed MDIO Bus: probed\n[ 0.548408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.549433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.551571] PPP generic driver version 2.4.2\n[ 0.552580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.553850] ehci-pci: EHCI PCI platform driver\n[ 0.554783] ehci-platform: EHCI generic platform driver\n[ 0.555843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.557054] ohci-pci: OHCI PCI platform driver\n[ 0.558006] ohci-platform: OHCI generic platform driver\n[ 0.559076] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.581018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.582112] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.583788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.585028] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.586341] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.587825] usb usb1: Product: UHCI Host Controller\n[ 0.588812] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.590047] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.591130] hub 1-0:1.0: USB hub found\n[ 0.591950] hub 1-0:1.0: 2 ports detected\n[ 0.592953] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.595206] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.596211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.597392] mousedev: PS/2 mouse device common for all mice\n[ 0.598764] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.600703] rtc_cmos 00:00: RTC can wake from S4\n[ 0.601917] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.603180] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.604523] device-mapper: uevent: version 1.0.3\n[ 0.605539] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.607212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.608497] TCP: cubic registered\n[ 0.609319] NET: Registered protocol family 10\n[ 0.610631] NET: Registered protocol family 17\n[ 0.611592] Key type dns_resolver registered\n[ 0.612740] Loading compiled-in X.509 certificates\n[ 0.614274] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.616139] registered taskstats version 1\n[ 0.619109] Key type trusted registered\n[ 0.622923] Key type encrypted registered\n[ 0.623796] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.624872] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.626317] regulator-dummy: disabling\n[ 0.633998] Magic number: 14:56:429\n[ 0.634972] rtc_cmos 00:00: setting system clock to 2018-08-20 11:25:22 UTC (1534764322)\n[ 0.636750] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.637911] EDD information not available.\n[ 0.701949] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.703574] Write protecting the kernel read-only data: 12288k\n[ 0.705856] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.709224] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.724096] systemd-udevd[107]: starting version 204\n[ 0.776475] FDC 0 is a S82078B\n[ 0.904105] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.068359] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.070333] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.072369] usb 1-1: Product: QEMU USB Tablet\n[ 1.073690] usb 1-1: Manufacturer: QEMU\n[ 1.074861] usb 1-1: SerialNumber: 42\n[ 1.380039] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.800837] 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.019848] 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.141408] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.241297] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:25:24 +0000. Up 2.58 seconds.\ncloud-init-nonet[2.73]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.46]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:25:25 +0000. Up 3.62 seconds.\nci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:69:bb:55 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ndb:79:fe:bf:55:0a:5c:71:7d:53:98:c2:a0:5e:89:33 root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .o .o=|\n| o .o o+o|\n| E o .. o|\n| . + . . |\n| S o .|\n| o . . ..|\n| . o . . .|\n| o .|\n| ...oo|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n30:b1:c2:47:46:76:50:87:cc:f3:28:1b:33:16:f6:5b root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .B=o.. |\n| . +o+=. |\n| o.=o + |\n| o*oo E |\n| . *So |\n| . . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n5d:83:cb:fc:54:18:e6:e0:b8:80:db:2e:9c:76:81:4a root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . o |\n| . o = o |\n| . . . o = . |\n| + . = o o |\n| E o o S = . |\n| . o o . o |\n| . = o . |\n| . o |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n5b:ca:f3:2a:58:ef:0d:bc:6f:15:f3:72:01:bc:cc:d0 root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o |\n| . E |\n| + o |\n| * . |\n| S . + . |\n| .o + o o |\n| o .B . o |\n| . . .*. |\n| o+++ |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS ellis-0 ttyS0\n\nellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:27:29 +0000. Up 127.23 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:28:30 +0000. Up 188.23 seconds.\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.8\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install ellis --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package ellis\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\n/var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ cat\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ service clearwater-infrastructure restart\nclearwater-infrastructure: unrecognized service\n+ service ellis stop\nellis: unrecognized service\n+ /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000\n/var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.212\n++ echo A 172.30.9.212\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.11'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-20 11:34:02,975 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-20 11:34:02,978 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-20 11:34:02,979 - util.py[WARNING]: Running scripts-user () failed\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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 30:b1:c2:47:46:76:50:87:cc:f3:28:1b:33:16:f6:5b root@ellis-0 (DSA)\nec2: 256 5d:83:cb:fc:54:18:e6:e0:b8:80:db:2e:9c:76:81:4a root@ellis-0 (ECDSA)\nec2: 256 5b:ca:f3:2a:58:ef:0d:bc:6f:15:f3:72:01:bc:cc:d0 root@ellis-0 (ED25519)\nec2: 2048 db:79:fe:bf:55:0a:5c:71:7d:53:98:c2:a0:5e:89:33 root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH/HZMCuLlMeCA8mwMG0hANDWgJshB4viVLTXjiXCStlzIOdw5ylv6cE/9jvgm7HB9Mvsei584GKBpEplLsFD/8= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHD+/1Cuy2skkfiOBRR8uTuvNlo0MIaImL8+r5rUJ48k root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqQSnJ/g6DemOAV2pwCFatbiDUalSswAvM13B3egKhURpZ+R2tBXvQLE2UDbtgJr7b1kCcEk+dWGXZXs5OshM/8rLz1GMXw5JyvkhB6J+ge+iVei/b20BF97Mp7ziZ3eY/DvxXa+EDoLjNLYXGc9MbcHk5nnodNmWoEdQCt9g9KN2mfvNC6fGP22vai9kvhCu/7UWAYKwuvvxGkyAvLiH4wQ22qvQnoc8yDz8soSVfsDLJ1aK/JD4fIqtFbGtepPhrODH6qKHTjviu+utKGygy6SjFMLcyFsFcWv2nHVnwIc3tJC318PrytFTrV3ZIeNxTerm5THRsa26cZrvQc5GZ root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:34:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 521.14 seconds\n"} 2018-08-20 11:35:15,256 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673/action used request id req-f133e617-66c8-4860-9682-36ed75673a0a 2018-08-20 11:35:15,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.114738941193s 2018-08-20 11:35:15,257 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673/action used request id req-f133e617-66c8-4860-9682-36ed75673a0a 2018-08-20 11:35:15,257 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.008863] Yama: becoming mindful. [ 0.009719] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012690] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014590] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.015811] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016233] Initializing cgroup subsys memory [ 0.017107] Initializing cgroup subsys devices [ 0.017974] Initializing cgroup subsys freezer [ 0.018838] Initializing cgroup subsys blkio [ 0.020003] Initializing cgroup subsys perf_event [ 0.020901] Initializing cgroup subsys hugetlb [ 0.021820] FEATURE SPEC_CTRL Not Present [ 0.024088] mce: CPU supports 10 MCE banks [ 0.024931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026843] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.028003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.029438] Speculative Store Bypass: Vulnerable [ 0.030870] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.034605] ACPI: Core revision 20131115 [ 0.036263] ACPI: All ACPI Tables successfully acquired [ 0.037409] ftrace: allocating 28717 entries in 113 pages [ 0.056162] smpboot: Max logical packages: 2 [ 0.057049] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.060053] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.061524] Enabling x2apic [ 0.062158] Enabled x2apic [ 0.064009] Switched APIC routing to physical x2apic. [ 0.065909] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.070149] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077023] KVM setup paravirtual spinlock [ 0.079875] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080171] x86: Booting SMP configuration: [ 0.081149] .... node #0, CPUs: #1[ 0.079837] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096028] x86: Booted up 1 node, 2 CPUs [ 0.096016] KVM setup async PF for cpu 1 [ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098736] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100298] devtmpfs: initialized [ 0.102793] EVM: security.selinux [ 0.104005] EVM: security.SMACK64 [ 0.104702] EVM: security.ima [ 0.105345] EVM: security.capability [ 0.106122] pinctrl core: initialized pinctrl subsystem [ 0.108084] regulator-dummy: no parameters [ 0.108965] RTC time: 11:25:21, date: 08/20/18 [ 0.109902] NET: Registered protocol family 16 [ 0.110894] cpuidle: using governor ladder [ 0.111722] cpuidle: using governor menu [ 0.112082] ACPI: bus type PCI registered [ 0.112913] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.114207] PCI: Using configuration type 1 for base access [ 0.115828] bio: create slab at 0 [ 0.116070] ACPI: Added _OSI(Module Device) [ 0.116916] ACPI: Added _OSI(Processor Device) [ 0.117785] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.118692] ACPI: Added _OSI(Processor Aggregator Device) [ 0.121010] ACPI: Interpreter enabled [ 0.121800] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.123663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.128537] ACPI: (supports S0 S5) [ 0.129260] ACPI: Using IOAPIC for interrupt routing [ 0.130223] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132144] ACPI: No dock devices found. [ 0.134762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.135928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.136007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.137254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.139516] acpiphp: Slot [3] registered [ 0.140021] acpiphp: Slot [4] registered [ 0.140839] acpiphp: Slot [5] registered [ 0.141652] acpiphp: Slot [6] registered [ 0.142461] acpiphp: Slot [7] registered [ 0.143277] acpiphp: Slot [8] registered [ 0.144017] acpiphp: Slot [9] registered [ 0.144850] acpiphp: Slot [10] registered [ 0.145678] acpiphp: Slot [11] registered [ 0.146500] acpiphp: Slot [12] registered [ 0.147319] acpiphp: Slot [13] registered [ 0.148023] acpiphp: Slot [14] registered [ 0.148850] acpiphp: Slot [15] registered [ 0.149679] acpiphp: Slot [16] registered [ 0.150504] acpiphp: Slot [17] registered [ 0.151326] acpiphp: Slot [18] registered [ 0.152023] acpiphp: Slot [19] registered [ 0.152862] acpiphp: Slot [20] registered [ 0.153688] acpiphp: Slot [21] registered [ 0.154520] acpiphp: Slot [22] registered [ 0.155341] acpiphp: Slot [23] registered [ 0.156023] acpiphp: Slot [24] registered [ 0.156844] acpiphp: Slot [25] registered [ 0.157665] acpiphp: Slot [26] registered [ 0.158492] acpiphp: Slot [27] registered [ 0.159316] acpiphp: Slot [28] registered [ 0.160017] acpiphp: Slot [29] registered [ 0.160844] acpiphp: Slot [30] registered [ 0.161763] acpiphp: Slot [31] registered [ 0.162584] PCI host bridge to bus 0000:00 [ 0.163405] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.165144] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.166282] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.167537] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.174100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.175544] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.195108] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.196631] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.198078] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.199539] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.201044] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.202384] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.203659] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.203659] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.204003] vgaarb: loaded [ 0.204619] vgaarb: bridge control possible 0000:00:02.0 [ 0.205857] SCSI subsystem initialized [ 0.206766] ACPI: bus type USB registered [ 0.206766] usbcore: registered new interface driver usbfs [ 0.208015] usbcore: registered new interface driver hub [ 0.209063] usbcore: registered new device driver usb [ 0.209063] PCI: Using ACPI for IRQ routing [ 0.209141] NetLabel: Initializing [ 0.212006] NetLabel: domain hash size = 128 [ 0.212869] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.213890] NetLabel: unlabeled traffic allowed by default [ 0.214943] Switched to clocksource kvm-clock [ 0.219477] AppArmor: AppArmor Filesystem Enabled [ 0.220446] pnp: PnP ACPI init [ 0.221119] ACPI: bus type PNP registered [ 0.222342] pnp: PnP ACPI: found 8 devices [ 0.223170] ACPI: bus type PNP unregistered [ 0.230486] NET: Registered protocol family 2 [ 0.231632] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.233178] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.234577] TCP: Hash tables configured (established 16384 bind 16384) [ 0.235885] TCP: reno registered [ 0.236585] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.237724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.238977] NET: Registered protocol family 1 [ 0.239870] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.240984] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.242082] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.263963] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.285948] Trying to unpack rootfs image as initramfs... [ 0.380859] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.382698] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.383866] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.385704] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.387392] Scanning for low memory corruption every 60 seconds [ 0.388945] Initialise system trusted keyring [ 0.390308] audit: initializing netlink socket (disabled) [ 0.391855] type=2000 audit(1534764322.405:1): initialized [ 0.411289] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.413911] zbud: loaded [ 0.414958] VFS: Disk quotas dquot_6.5.2 [ 0.416147] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.418297] fuse init (API version 7.22) [ 0.419519] msgmni has been set to 3997 [ 0.420722] Key type big_key registered [ 0.422245] Key type asymmetric registered [ 0.423454] Asymmetric key parser 'x509' registered [ 0.424862] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.427114] io scheduler noop registered [ 0.428273] io scheduler deadline registered (default) [ 0.429729] io scheduler cfq registered [ 0.430926] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.432508] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.434365] ipmi message handler version 39.2 [ 0.435677] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.437797] ACPI: Power Button [PWRF] [ 0.439011] GHES: HEST is not enabled! [ 0.460934] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.504527] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.506633] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.530245] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.533084] Linux agpgart interface v0.103 [ 0.535086] brd: module loaded [ 0.536435] loop: module loaded [ 0.537685] blk-mq: CPU -> queue map [ 0.538793] CPU 0 -> Queue 0 [ 0.539723] CPU 1 -> Queue 0 [ 0.541435] vda: vda1 [ 0.543005] scsi0 : ata_piix [ 0.543801] scsi1 : ata_piix [ 0.544510] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.545809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.547396] libphy: Fixed MDIO Bus: probed [ 0.548408] tun: Universal TUN/TAP device driver, 1.6 [ 0.549433] tun: (C) 1999-2004 Max Krasnyansky [ 0.551571] PPP generic driver version 2.4.2 [ 0.552580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.553850] ehci-pci: EHCI PCI platform driver [ 0.554783] ehci-platform: EHCI generic platform driver [ 0.555843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.557054] ohci-pci: OHCI PCI platform driver [ 0.558006] ohci-platform: OHCI generic platform driver [ 0.559076] uhci_hcd: USB Universal Host Controller Interface driver [ 0.581018] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.582112] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.583788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.585028] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.586341] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.587825] usb usb1: Product: UHCI Host Controller [ 0.588812] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.590047] usb usb1: SerialNumber: 0000:00:01.2 [ 0.591130] hub 1-0:1.0: USB hub found [ 0.591950] hub 1-0:1.0: 2 ports detected [ 0.592953] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.595206] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.596211] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.597392] mousedev: PS/2 mouse device common for all mice [ 0.598764] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.600703] rtc_cmos 00:00: RTC can wake from S4 [ 0.601917] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.603180] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.604523] device-mapper: uevent: version 1.0.3 [ 0.605539] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.607212] ledtrig-cpu: registered to indicate activity on CPUs [ 0.608497] TCP: cubic registered [ 0.609319] NET: Registered protocol family 10 [ 0.610631] NET: Registered protocol family 17 [ 0.611592] Key type dns_resolver registered [ 0.612740] Loading compiled-in X.509 certificates [ 0.614274] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.616139] registered taskstats version 1 [ 0.619109] Key type trusted registered [ 0.622923] Key type encrypted registered [ 0.623796] AppArmor: AppArmor sha1 policy hashing enabled [ 0.624872] IMA: No TPM chip found, activating TPM-bypass! [ 0.626317] regulator-dummy: disabling [ 0.633998] Magic number: 14:56:429 [ 0.634972] rtc_cmos 00:00: setting system clock to 2018-08-20 11:25:22 UTC (1534764322) [ 0.636750] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.637911] EDD information not available. [ 0.701949] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.703574] Write protecting the kernel read-only data: 12288k [ 0.705856] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.709224] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.724096] systemd-udevd[107]: starting version 204 [ 0.776475] FDC 0 is a S82078B [ 0.904105] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.068359] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.070333] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.072369] usb 1-1: Product: QEMU USB Tablet [ 1.073690] usb 1-1: Manufacturer: QEMU [ 1.074861] usb 1-1: SerialNumber: 42 [ 1.380039] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.800837] 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.019848] 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.141408] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.241297] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:25:24 +0000. Up 2.58 seconds. cloud-init-nonet[2.73]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.46]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 11:25:25 +0000. Up 3.62 seconds. ci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:69:bb:55 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: db:79:fe:bf:55:0a:5c:71:7d:53:98:c2:a0:5e:89:33 root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | .o .o=| | o .o o+o| | E o .. o| | . + . . | | S o .| | o . . ..| | . o . . .| | o .| | ...oo| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 30:b1:c2:47:46:76:50:87:cc:f3:28:1b:33:16:f6:5b root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | .B=o.. | | . +o+=. | | o.=o + | | o*oo E | | . *So | | . . | | | | | | | +-----------------+ 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: 5d:83:cb:fc:54:18:e6:e0:b8:80:db:2e:9c:76:81:4a root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | . o | | . o = o | | . . . o = . | | + . = o o | | E o o S = . | | . o o . o | | . = o . | | . o | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 5b:ca:f3:2a:58:ef:0d:bc:6f:15:f3:72:01:bc:cc:d0 root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | o | | . E | | + o | | * . | | S . + . | | .o + o o | | o .B . o | | . . .*. | | o+++ | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[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 SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off 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 ] Ubuntu 14.04.5 LTS ellis-0 ttyS0 ellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:27:29 +0000. Up 127.23 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:28:30 +0000. Up 188.23 seconds. + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://security.ubuntu.com trusty-security InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://repo.cw-ngv.com binary/ InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.8 + cat + DEBIAN_FRONTEND=noninteractive + apt-get install ellis --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package ellis + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd /var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + cat + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + service clearwater-infrastructure restart clearwater-infrastructure: unrecognized service + service ellis stop ellis: unrecognized service + /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000 /var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.212 ++ echo A 172.30.9.212 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.11' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-20 11:34:02,975 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-20 11:34:02,978 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-20 11:34:02,979 - util.py[WARNING]: Running scripts-user () failed 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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 30:b1:c2:47:46:76:50:87:cc:f3:28:1b:33:16:f6:5b root@ellis-0 (DSA) ec2: 256 5d:83:cb:fc:54:18:e6:e0:b8:80:db:2e:9c:76:81:4a root@ellis-0 (ECDSA) ec2: 256 5b:ca:f3:2a:58:ef:0d:bc:6f:15:f3:72:01:bc:cc:d0 root@ellis-0 (ED25519) ec2: 2048 db:79:fe:bf:55:0a:5c:71:7d:53:98:c2:a0:5e:89:33 root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH/HZMCuLlMeCA8mwMG0hANDWgJshB4viVLTXjiXCStlzIOdw5ylv6cE/9jvgm7HB9Mvsei584GKBpEplLsFD/8= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHD+/1Cuy2skkfiOBRR8uTuvNlo0MIaImL8+r5rUJ48k root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqQSnJ/g6DemOAV2pwCFatbiDUalSswAvM13B3egKhURpZ+R2tBXvQLE2UDbtgJr7b1kCcEk+dWGXZXs5OshM/8rLz1GMXw5JyvkhB6J+ge+iVei/b20BF97Mp7ziZ3eY/DvxXa+EDoLjNLYXGc9MbcHk5nnodNmWoEdQCt9g9KN2mfvNC6fGP22vai9kvhCu/7UWAYKwuvvxGkyAvLiH4wQ22qvQnoc8yDz8soSVfsDLJ1aK/JD4fIqtFbGtepPhrODH6qKHTjviu+utKGygy6SjFMLcyFsFcWv2nHVnwIc3tJC318PrytFTrV3ZIeNxTerm5THRsa26cZrvQc5GZ root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:34:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 521.14 seconds 2018-08-20 11:35:15,259 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-20 11:35:15,260 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - server: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:69:bb:55', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:69:bb:55', u'version': 4, u'addr': u'172.30.9.212', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'79ec1c11-cd5b-43ff-b582-766cae6dc559', 'name': u'heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T11:25:21.000000', 'flavor': Munch({u'id': u'cfb9d63f-3513-419c-ab7b-1e15e16927e2', 'name': u'heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934'}), 'az': u'nova', 'id': u'806886e4-6043-4087-acb1-084f1f1c5673', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0fea9595-ccab-4ddd-8349-57449acc3dc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'4822c00f-f037-4492-a89c-9f899e65588a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7872e6e7-5dfd-4948-8554-1a303189adbb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f50bdcedee9341f0850816401064a6f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'd5f8732b-61f8-4e38-a7c5-cb549e2676cf'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'da6738c9-c7d3-420a-9f6a-d495b938bc54'})], 'id': u'a388cb5e-4992-4ecd-bf50-a8c80b430b2a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'b09c5758-63ea-4656-90df-eed8e18454e2', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'6a192a31-afe5-45e1-af3c-fafba7803835'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'b09c5758-63ea-4656-90df-eed8e18454e2', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'957ebd32-bca2-4add-b0c8-38620ea55b6b'})], 'id': u'b09c5758-63ea-4656-90df-eed8e18454e2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'529e891f0be440be97352507284fdd18', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.212', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f50bdcedee9341f0850816401064a6f2', 'name': 'heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.212', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.212', 'launched_at': u'2018-08-20T11:25:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T11:25:21Z', 'hostId': u'a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3', '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-08-20T11:25:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f50bdcedee9341f0850816401064a6f2', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f50bdcedee9341f0850816401064a6f2', 'created_at': u'2018-08-20T11:23:42Z', 'created': u'2018-08-20T11:23:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 11:35:15,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:35:15,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:35:15,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-848ecf2c-fc33-4dd0-b9ad-82a60169e15e x-compute-request-id: req-848ecf2c-fc33-4dd0-b9ad-82a60169e15e Content-Encoding: gzip Content-Length: 1519 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:ea:56", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:66:df", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/1fa4e217-d22d-4e62-a992-d149230189e4", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:20.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "1fa4e217-d22d-4e62-a992-d149230189e4", "security_groups": [{"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:20Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "192.168.0.31", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:97:fa", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:c7:cb", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/9079c6df-b7de-4fd0-a411-fcd184215759", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:18.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "9079c6df-b7de-4fd0-a411-fcd184215759", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:18Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "dime-0.clearwater.opnfv", "created": "2018-08-20T11:25:40Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:9c:f8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:e7:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:07.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "4ecc9b21-fa6c-450e-8f3a-7d2e91a61052", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:07Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "bono-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:c3:f4", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b0:e1", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/944ecf76-8d2a-4e95-bb5d-046daeaf399e", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:03.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "944ecf76-8d2a-4e95-bb5d-046daeaf399e", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:03Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "homer-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:dd:a3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:bc:2f", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/ae65c069-564f-444f-bc7e-d295ec8afc89", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:26:09.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "ae65c069-564f-444f-bc7e-d295ec8afc89", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:26:09Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-20T11:25:39Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:bb:55", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/806886e4-6043-4087-acb1-084f1f1c5673", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:25:21.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "806886e4-6043-4087-acb1-084f1f1c5673", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:25:21Z", "hostId": "a0f7ec2a269925b17b9a96eb31d1197a5452633c15c16caff43877d3", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-20T11:23:42Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:1e:93", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:30:ba", "version": 4, "addr": "192.168.1.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "rel": "bookmark"}], "image": {"id": "79ec1c11-cd5b-43ff-b582-766cae6dc559", "links": [{"href": "http://172.30.9.36:8774/images/79ec1c11-cd5b-43ff-b582-766cae6dc559", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T11:23:32.000000", "flavor": {"id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2", "links": [{"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}]}, "id": "c98c2dce-9ad6-44a5-9a4a-57282dcd384d", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "529e891f0be440be97352507284fdd18", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T11:23:32Z", "hostId": "8fffd1a4c46221195c0dacaea84554a5521efab9a74334767f36aa5f", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "name": "ns.clearwater.opnfv", "created": "2018-08-20T11:21:51Z", "tenant_id": "f50bdcedee9341f0850816401064a6f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:35:15,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-848ecf2c-fc33-4dd0-b9ad-82a60169e15e 2018-08-20 11:35:15,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733941078186s 2018-08-20 11:35:15,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-848ecf2c-fc33-4dd0-b9ad-82a60169e15e 2018-08-20 11:35:16,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 11:35:16,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 11:35:16,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-002db951-c7dc-4365-a91c-b5c50ea0519d x-compute-request-id: req-002db951-c7dc-4365-a91c-b5c50ea0519d Content-Encoding: gzip Content-Length: 11422 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\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 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008029] AppArmor: AppArmor initialized\n[ 0.008878] Yama: becoming mindful.\n[ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012943] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015034] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017557] Initializing cgroup subsys memory\n[ 0.018447] Initializing cgroup subsys devices\n[ 0.019336] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020872] Initializing cgroup subsys perf_event\n[ 0.021783] Initializing cgroup subsys hugetlb\n[ 0.022714] FEATURE SPEC_CTRL Not Present\n[ 0.024682] mce: CPU supports 10 MCE banks\n[ 0.025527] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.025527] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.027465] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.028003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.029457] Speculative Store Bypass: Vulnerable\n[ 0.030916] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.034481] ACPI: Core revision 20131115\n[ 0.036470] ACPI: All ACPI Tables successfully acquired\n[ 0.037643] ftrace: allocating 28717 entries in 113 pages\n[ 0.056171] smpboot: Max logical packages: 2\n[ 0.057045] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058240] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.060168] Enabling x2apic\n[ 0.060790] Enabled x2apic\n[ 0.061596] Switched APIC routing to physical x2apic.\n[ 0.063456] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.064002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.066077] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.072636] KVM setup paravirtual spinlock\n[ 0.074784] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.076159] x86: Booting SMP configuration:\n[ 0.077070] .... node #0, CPUs: #1[ 0.074747] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092017] x86: Booted up 1 node, 2 CPUs\n[ 0.092011] KVM setup async PF for cpu 1\n[ 0.092012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.094690] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096194] devtmpfs: initialized\n[ 0.098696] EVM: security.selinux\n[ 0.099404] EVM: security.SMACK64\n[ 0.100005] EVM: security.ima\n[ 0.100661] EVM: security.capability\n[ 0.101439] pinctrl core: initialized pinctrl subsystem\n[ 0.101852] regulator-dummy: no parameters\n[ 0.104060] RTC time: 11:23:33, date: 08/20/18\n[ 0.104958] NET: Registered protocol family 16\n[ 0.105925] cpuidle: using governor ladder\n[ 0.106750] cpuidle: using governor menu\n[ 0.107593] ACPI: bus type PCI registered\n[ 0.108004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.109262] PCI: Using configuration type 1 for base access\n[ 0.110863] bio: create slab at 0\n[ 0.110863] ACPI: Added _OSI(Module Device)\n[ 0.112003] ACPI: Added _OSI(Processor Device)\n[ 0.112875] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.113786] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.115849] ACPI: Interpreter enabled\n[ 0.116006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.117866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.119721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.121198] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.123051] ACPI: (supports S0 S5)\n[ 0.124002] ACPI: Using IOAPIC for interrupt routing\n[ 0.124976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.126875] ACPI: No dock devices found.\n[ 0.129509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.130672] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.131914] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.132017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.134268] acpiphp: Slot [3] registered\n[ 0.135075] acpiphp: Slot [4] registered\n[ 0.135886] acpiphp: Slot [5] registered\n[ 0.136018] acpiphp: Slot [6] registered\n[ 0.136841] acpiphp: Slot [7] registered\n[ 0.137643] acpiphp: Slot [8] registered\n[ 0.138444] acpiphp: Slot [9] registered\n[ 0.139260] acpiphp: Slot [10] registered\n[ 0.140017] acpiphp: Slot [11] registered\n[ 0.140839] acpiphp: Slot [12] registered\n[ 0.141656] acpiphp: Slot [13] registered\n[ 0.142476] acpiphp: Slot [14] registered\n[ 0.143295] acpiphp: Slot [15] registered\n[ 0.144017] acpiphp: Slot [16] registered\n[ 0.144857] acpiphp: Slot [17] registered\n[ 0.145680] acpiphp: Slot [18] registered\n[ 0.146500] acpiphp: Slot [19] registered\n[ 0.147320] acpiphp: Slot [20] registered\n[ 0.148017] acpiphp: Slot [21] registered\n[ 0.148845] acpiphp: Slot [22] registered\n[ 0.149673] acpiphp: Slot [23] registered\n[ 0.150500] acpiphp: Slot [24] registered\n[ 0.151322] acpiphp: Slot [25] registered\n[ 0.152017] acpiphp: Slot [26] registered\n[ 0.152844] acpiphp: Slot [27] registered\n[ 0.153661] acpiphp: Slot [28] registered\n[ 0.154476] acpiphp: Slot [29] registered\n[ 0.155291] acpiphp: Slot [30] registered\n[ 0.156023] acpiphp: Slot [31] registered\n[ 0.156898] PCI host bridge to bus 0000:00\n[ 0.157721] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.158758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.159897] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.160004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.161231] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.162465] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.168542] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.169984] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.195806] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.196721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.198183] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.199643] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.200675] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.202026] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.203321] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.203321] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.204003] vgaarb: loaded\n[ 0.204613] vgaarb: bridge control possible 0000:00:02.0\n[ 0.205841] SCSI subsystem initialized\n[ 0.206736] ACPI: bus type USB registered\n[ 0.206736] usbcore: registered new interface driver usbfs\n[ 0.208012] usbcore: registered new interface driver hub\n[ 0.209055] usbcore: registered new device driver usb\n[ 0.209055] PCI: Using ACPI for IRQ routing\n[ 0.209138] NetLabel: Initializing\n[ 0.212005] NetLabel: domain hash size = 128\n[ 0.212867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.213863] NetLabel: unlabeled traffic allowed by default\n[ 0.214919] Switched to clocksource kvm-clock\n[ 0.220098] AppArmor: AppArmor Filesystem Enabled\n[ 0.221062] pnp: PnP ACPI init\n[ 0.221744] ACPI: bus type PNP registered\n[ 0.223019] pnp: PnP ACPI: found 8 devices\n[ 0.223863] ACPI: bus type PNP unregistered\n[ 0.230787] NET: Registered protocol family 2\n[ 0.231897] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.233448] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.234834] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.236135] TCP: reno registered\n[ 0.236832] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.237965] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.239222] NET: Registered protocol family 1\n[ 0.240121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.241231] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.242311] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.266202] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.288744] Trying to unpack rootfs image as initramfs...\n[ 0.382917] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.384911] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.386045] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.387260] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.388953] Scanning for low memory corruption every 60 seconds\n[ 0.390537] Initialise system trusted keyring\n[ 0.391503] audit: initializing netlink socket (disabled)\n[ 0.392590] type=2000 audit(1534764213.343:1): initialized\n[ 0.411971] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.414038] zbud: loaded\n[ 0.414853] VFS: Disk quotas dquot_6.5.2\n[ 0.415691] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.417281] fuse init (API version 7.22)\n[ 0.418157] msgmni has been set to 3997\n[ 0.419010] Key type big_key registered\n[ 0.420140] Key type asymmetric registered\n[ 0.420993] Asymmetric key parser 'x509' registered\n[ 0.421974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.423476] io scheduler noop registered\n[ 0.424288] io scheduler deadline registered (default)\n[ 0.425299] io scheduler cfq registered\n[ 0.426166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.427234] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.428506] ipmi message handler version 39.2\n[ 0.429473] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.430965] ACPI: Power Button [PWRF]\n[ 0.431856] GHES: HEST is not enabled!\n[ 0.453517] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.496576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.518563] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.520180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.544183] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.546408] Linux agpgart interface v0.103\n[ 0.548115] brd: module loaded\n[ 0.549189] loop: module loaded\n[ 0.550148] blk-mq: CPU -> queue map\n[ 0.550885] CPU 0 -> Queue 0\n[ 0.551530] CPU 1 -> Queue 0\n[ 0.552895] vda: vda1\n[ 0.554160] scsi0 : ata_piix\n[ 0.554903] scsi1 : ata_piix\n[ 0.555570] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.556816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.558278] libphy: Fixed MDIO Bus: probed\n[ 0.559245] tun: Universal TUN/TAP device driver, 1.6\n[ 0.560225] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.562773] PPP generic driver version 2.4.2\n[ 0.563727] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.564927] ehci-pci: EHCI PCI platform driver\n[ 0.565801] ehci-platform: EHCI generic platform driver\n[ 0.566796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.567922] ohci-pci: OHCI PCI platform driver\n[ 0.568793] ohci-platform: OHCI generic platform driver\n[ 0.569778] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.591680] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.592712] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.594227] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.595381] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.596601] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.598036] usb usb1: Product: UHCI Host Controller\n[ 0.598976] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.600152] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.601167] hub 1-0:1.0: USB hub found\n[ 0.601962] hub 1-0:1.0: 2 ports detected\n[ 0.602891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.605025] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.605997] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.607113] mousedev: PS/2 mouse device common for all mice\n[ 0.608414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.610304] rtc_cmos 00:00: RTC can wake from S4\n[ 0.611461] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.612662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.613898] device-mapper: uevent: version 1.0.3\n[ 0.614866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.616505] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.617709] TCP: cubic registered\n[ 0.618483] NET: Registered protocol family 10\n[ 0.619614] NET: Registered protocol family 17\n[ 0.620524] Key type dns_resolver registered\n[ 0.621604] Loading compiled-in X.509 certificates\n[ 0.623061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.631674] registered taskstats version 1\n[ 0.634259] Key type trusted registered\n[ 0.637697] Key type encrypted registered\n[ 0.638540] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.639572] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.641036] regulator-dummy: disabling\n[ 0.641870] Magic number: 14:503:378\n[ 0.642779] rtc_cmos 00:00: setting system clock to 2018-08-20 11:23:33 UTC (1534764213)\n[ 0.644465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.645589] EDD information not available.\n[ 0.713264] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.714852] Write protecting the kernel read-only data: 12288k\n[ 0.716446] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.719110] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.731629] systemd-udevd[107]: starting version 204\n[ 0.768597] FDC 0 is a S82078B\n[ 0.912093] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.077100] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.078565] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.080016] usb 1-1: Product: QEMU USB Tablet\n[ 1.080971] usb 1-1: Manufacturer: QEMU\n[ 1.081838] usb 1-1: SerialNumber: 42\n[ 1.384049] tsc: Refined TSC clocksource calibration: 3491.868 MHz\n[ 1.780959] 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.018746] 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.118268] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate 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.210685] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:23:35 +0000. Up 2.51 seconds.\ncloud-init-nonet[2.66]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.59]: 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, 20 Aug 2018 11:23:36 +0000. Up 3.78 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:ba:30:ba |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:b3:1e:93 |\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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\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:\n95:21:76:78:d1:90:9a:19:fe:18:82:1a:bf:80:24:61 root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o.== |\n|.E .oooo. |\n|.. . . *o |\n|... . . *. |\n|o. + .S+ |\n|. o . . . |\n| . . |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\ncb:1d:76:31:3a:1a:03:4d:df:6a:cd:9b:d3:f4:f1:43 root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| o . . |\n| . . . + |\n| . = o |\n| S B + .E |\n| . O + =..o|\n| + . + ..o|\n| . .|\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n94:32:64:5d:3e:a8:ae:5a:92:e8:e7:41:12:f9:b5:4d root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o. .. |\n| . o .+ |\n| o .oE+ o |\n| o . += . |\n| . o ...S |\n| .o. . |\n|. o.. . |\n|. +.. |\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:\n58:13:18:f1:e5:3e:05:9c:61:ae:98:df:a5:9b:6a:6d root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| o+..=o |\n| .. *o. |\n| + o . |\n| = + . |\n| + S o . |\n| . . + |\n| ..o |\n| . Eo |\n| ..oo |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS ns ttyS0\n\nns login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:25:40 +0000. Up 127.43 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:26:41 +0000. Up 188.14 seconds.\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ ip addr add 192.168.1.19/24 dev eth1\n+ ip link set dev eth1 up\n+ apt-get update\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bind9 --yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\nE: There are problems and -y was used without --force-yes\n+ cat\n/var/lib/cloud/instance/scripts/part-001: line 16: /etc/bind/named.conf.local: No such file or directory\n+ cat\n/var/lib/cloud/instance/scripts/part-001: line 41: /var/lib/bind/db.clearwater.opnfv: No such file or directory\n+ chown root:bind /var/lib/bind/db.clearwater.opnfv\nchown: invalid group: 'root:bind'\n+ service bind9 reload\nbind9: unrecognized service\n2018-08-20 11:27:23,198 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-20 11:27:23,201 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-20 11:27:23,201 - util.py[WARNING]: Running scripts-user () failed\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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 cb:1d:76:31:3a:1a:03:4d:df:6a:cd:9b:d3:f4:f1:43 root@ns (DSA)\nec2: 256 94:32:64:5d:3e:a8:ae:5a:92:e8:e7:41:12:f9:b5:4d root@ns (ECDSA)\nec2: 256 58:13:18:f1:e5:3e:05:9c:61:ae:98:df:a5:9b:6a:6d root@ns (ED25519)\nec2: 2048 95:21:76:78:d1:90:9a:19:fe:18:82:1a:bf:80:24:61 root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwK93uJVtPIkjgjfQVh9QRAHkrcomXKhMcykHKMBusDExIcPdRZsDKCEqMqGcv86VKRDRCZfvYXCKwdUGjdASI= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJxqGRM/KtFm416fYEsajv0TL01dXqS5k0TGHqp83GHj root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTEUDrmcCxw9cuA+mVF2zIa2miSjzDpnhEs5BpaTHpRhHQ9WP60vkHtP6L7PdUBMVC6i/SL3y9JbO+o6OFCW5XjEVkj+01HX8I73Ox3+dNJXgBxi7iliJgY0HIEHJjDkTsM4G/ohUghjs2WF/YEsCzkzLJev9pqmxVFzlypkznb7yF/VQtr1Iz1odjaYogSE7IXO8pWPvRHo9wH9A4AXTTtauBrr9mnq++zNW4pkfM/PjBLEuZateek0L/c5jF3Q/9nP0hjoP2BVRqvS2nf4nkCnj3W8NOKzr6X5EK2Uh+2h9shfqKvFeLu9Nka2TVZI9HqwAsgER/X0FX7ah2R0Ct root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:27:23 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 230.38 seconds\n"} 2018-08-20 11:35:16,092 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d/action used request id req-002db951-c7dc-4365-a91c-b5c50ea0519d 2018-08-20 11:35:16,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0879218578339s 2018-08-20 11:35:16,093 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/c98c2dce-9ad6-44a5-9a4a-57282dcd384d/action used request id req-002db951-c7dc-4365-a91c-b5c50ea0519d 2018-08-20 11:35:16,093 - functest.core.singlevm - DEBUG - console: [ 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 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 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008029] AppArmor: AppArmor initialized [ 0.008878] Yama: becoming mindful. [ 0.009746] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012943] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015034] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017557] Initializing cgroup subsys memory [ 0.018447] Initializing cgroup subsys devices [ 0.019336] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020872] Initializing cgroup subsys perf_event [ 0.021783] Initializing cgroup subsys hugetlb [ 0.022714] FEATURE SPEC_CTRL Not Present [ 0.024682] mce: CPU supports 10 MCE banks [ 0.025527] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.025527] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.027465] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.028003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.029457] Speculative Store Bypass: Vulnerable [ 0.030916] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.034481] ACPI: Core revision 20131115 [ 0.036470] ACPI: All ACPI Tables successfully acquired [ 0.037643] ftrace: allocating 28717 entries in 113 pages [ 0.056171] smpboot: Max logical packages: 2 [ 0.057045] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058240] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.060168] Enabling x2apic [ 0.060790] Enabled x2apic [ 0.061596] Switched APIC routing to physical x2apic. [ 0.063456] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.064002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.066077] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.072636] KVM setup paravirtual spinlock [ 0.074784] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.076159] x86: Booting SMP configuration: [ 0.077070] .... node #0, CPUs: #1[ 0.074747] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092017] x86: Booted up 1 node, 2 CPUs [ 0.092011] KVM setup async PF for cpu 1 [ 0.092012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.094690] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096194] devtmpfs: initialized [ 0.098696] EVM: security.selinux [ 0.099404] EVM: security.SMACK64 [ 0.100005] EVM: security.ima [ 0.100661] EVM: security.capability [ 0.101439] pinctrl core: initialized pinctrl subsystem [ 0.101852] regulator-dummy: no parameters [ 0.104060] RTC time: 11:23:33, date: 08/20/18 [ 0.104958] NET: Registered protocol family 16 [ 0.105925] cpuidle: using governor ladder [ 0.106750] cpuidle: using governor menu [ 0.107593] ACPI: bus type PCI registered [ 0.108004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.109262] PCI: Using configuration type 1 for base access [ 0.110863] bio: create slab at 0 [ 0.110863] ACPI: Added _OSI(Module Device) [ 0.112003] ACPI: Added _OSI(Processor Device) [ 0.112875] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.113786] ACPI: Added _OSI(Processor Aggregator Device) [ 0.115849] ACPI: Interpreter enabled [ 0.116006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.117866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.119721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.121198] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.123051] ACPI: (supports S0 S5) [ 0.124002] ACPI: Using IOAPIC for interrupt routing [ 0.124976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.126875] ACPI: No dock devices found. [ 0.129509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.130672] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.131914] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.132017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.134268] acpiphp: Slot [3] registered [ 0.135075] acpiphp: Slot [4] registered [ 0.135886] acpiphp: Slot [5] registered [ 0.136018] acpiphp: Slot [6] registered [ 0.136841] acpiphp: Slot [7] registered [ 0.137643] acpiphp: Slot [8] registered [ 0.138444] acpiphp: Slot [9] registered [ 0.139260] acpiphp: Slot [10] registered [ 0.140017] acpiphp: Slot [11] registered [ 0.140839] acpiphp: Slot [12] registered [ 0.141656] acpiphp: Slot [13] registered [ 0.142476] acpiphp: Slot [14] registered [ 0.143295] acpiphp: Slot [15] registered [ 0.144017] acpiphp: Slot [16] registered [ 0.144857] acpiphp: Slot [17] registered [ 0.145680] acpiphp: Slot [18] registered [ 0.146500] acpiphp: Slot [19] registered [ 0.147320] acpiphp: Slot [20] registered [ 0.148017] acpiphp: Slot [21] registered [ 0.148845] acpiphp: Slot [22] registered [ 0.149673] acpiphp: Slot [23] registered [ 0.150500] acpiphp: Slot [24] registered [ 0.151322] acpiphp: Slot [25] registered [ 0.152017] acpiphp: Slot [26] registered [ 0.152844] acpiphp: Slot [27] registered [ 0.153661] acpiphp: Slot [28] registered [ 0.154476] acpiphp: Slot [29] registered [ 0.155291] acpiphp: Slot [30] registered [ 0.156023] acpiphp: Slot [31] registered [ 0.156898] PCI host bridge to bus 0000:00 [ 0.157721] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.158758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.159897] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.160004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.161231] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.162465] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.168542] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.169984] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.195806] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.196721] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.198183] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.199643] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.200675] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.202026] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.203321] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.203321] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.204003] vgaarb: loaded [ 0.204613] vgaarb: bridge control possible 0000:00:02.0 [ 0.205841] SCSI subsystem initialized [ 0.206736] ACPI: bus type USB registered [ 0.206736] usbcore: registered new interface driver usbfs [ 0.208012] usbcore: registered new interface driver hub [ 0.209055] usbcore: registered new device driver usb [ 0.209055] PCI: Using ACPI for IRQ routing [ 0.209138] NetLabel: Initializing [ 0.212005] NetLabel: domain hash size = 128 [ 0.212867] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.213863] NetLabel: unlabeled traffic allowed by default [ 0.214919] Switched to clocksource kvm-clock [ 0.220098] AppArmor: AppArmor Filesystem Enabled [ 0.221062] pnp: PnP ACPI init [ 0.221744] ACPI: bus type PNP registered [ 0.223019] pnp: PnP ACPI: found 8 devices [ 0.223863] ACPI: bus type PNP unregistered [ 0.230787] NET: Registered protocol family 2 [ 0.231897] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.233448] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.234834] TCP: Hash tables configured (established 16384 bind 16384) [ 0.236135] TCP: reno registered [ 0.236832] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.237965] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.239222] NET: Registered protocol family 1 [ 0.240121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.241231] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.242311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.266202] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.288744] Trying to unpack rootfs image as initramfs... [ 0.382917] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.384911] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.386045] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.387260] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.388953] Scanning for low memory corruption every 60 seconds [ 0.390537] Initialise system trusted keyring [ 0.391503] audit: initializing netlink socket (disabled) [ 0.392590] type=2000 audit(1534764213.343:1): initialized [ 0.411971] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.414038] zbud: loaded [ 0.414853] VFS: Disk quotas dquot_6.5.2 [ 0.415691] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.417281] fuse init (API version 7.22) [ 0.418157] msgmni has been set to 3997 [ 0.419010] Key type big_key registered [ 0.420140] Key type asymmetric registered [ 0.420993] Asymmetric key parser 'x509' registered [ 0.421974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.423476] io scheduler noop registered [ 0.424288] io scheduler deadline registered (default) [ 0.425299] io scheduler cfq registered [ 0.426166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.427234] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.428506] ipmi message handler version 39.2 [ 0.429473] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.430965] ACPI: Power Button [PWRF] [ 0.431856] GHES: HEST is not enabled! [ 0.453517] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.496576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.518563] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.520180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.544183] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.546408] Linux agpgart interface v0.103 [ 0.548115] brd: module loaded [ 0.549189] loop: module loaded [ 0.550148] blk-mq: CPU -> queue map [ 0.550885] CPU 0 -> Queue 0 [ 0.551530] CPU 1 -> Queue 0 [ 0.552895] vda: vda1 [ 0.554160] scsi0 : ata_piix [ 0.554903] scsi1 : ata_piix [ 0.555570] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.556816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.558278] libphy: Fixed MDIO Bus: probed [ 0.559245] tun: Universal TUN/TAP device driver, 1.6 [ 0.560225] tun: (C) 1999-2004 Max Krasnyansky [ 0.562773] PPP generic driver version 2.4.2 [ 0.563727] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.564927] ehci-pci: EHCI PCI platform driver [ 0.565801] ehci-platform: EHCI generic platform driver [ 0.566796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.567922] ohci-pci: OHCI PCI platform driver [ 0.568793] ohci-platform: OHCI generic platform driver [ 0.569778] uhci_hcd: USB Universal Host Controller Interface driver [ 0.591680] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.592712] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.594227] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.595381] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.596601] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.598036] usb usb1: Product: UHCI Host Controller [ 0.598976] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.600152] usb usb1: SerialNumber: 0000:00:01.2 [ 0.601167] hub 1-0:1.0: USB hub found [ 0.601962] hub 1-0:1.0: 2 ports detected [ 0.602891] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.605025] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.605997] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.607113] mousedev: PS/2 mouse device common for all mice [ 0.608414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.610304] rtc_cmos 00:00: RTC can wake from S4 [ 0.611461] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.612662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.613898] device-mapper: uevent: version 1.0.3 [ 0.614866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.616505] ledtrig-cpu: registered to indicate activity on CPUs [ 0.617709] TCP: cubic registered [ 0.618483] NET: Registered protocol family 10 [ 0.619614] NET: Registered protocol family 17 [ 0.620524] Key type dns_resolver registered [ 0.621604] Loading compiled-in X.509 certificates [ 0.623061] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.631674] registered taskstats version 1 [ 0.634259] Key type trusted registered [ 0.637697] Key type encrypted registered [ 0.638540] AppArmor: AppArmor sha1 policy hashing enabled [ 0.639572] IMA: No TPM chip found, activating TPM-bypass! [ 0.641036] regulator-dummy: disabling [ 0.641870] Magic number: 14:503:378 [ 0.642779] rtc_cmos 00:00: setting system clock to 2018-08-20 11:23:33 UTC (1534764213) [ 0.644465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.645589] EDD information not available. [ 0.713264] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.714852] Write protecting the kernel read-only data: 12288k [ 0.716446] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.719110] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.731629] systemd-udevd[107]: starting version 204 [ 0.768597] FDC 0 is a S82078B [ 0.912093] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.077100] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.078565] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.080016] usb 1-1: Product: QEMU USB Tablet [ 1.080971] usb 1-1: Manufacturer: QEMU [ 1.081838] usb 1-1: SerialNumber: 42 [ 1.384049] tsc: Refined TSC clocksource calibration: 3491.868 MHz [ 1.780959] 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.018746] 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.118268] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate 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.210685] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 11:23:35 +0000. Up 2.51 seconds. cloud-init-nonet[2.66]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.59]: 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, 20 Aug 2018 11:23:36 +0000. Up 3.78 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:ba:30:ba | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:b3:1e:93 | 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 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | 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: 95:21:76:78:d1:90:9a:19:fe:18:82:1a:bf:80:24:61 root@ns The key's randomart image is: +--[ RSA 2048]----+ | o.== | |.E .oooo. | |.. . . *o | |... . . *. | |o. + .S+ | |. o . . . | | . . | | . | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: cb:1d:76:31:3a:1a:03:4d:df:6a:cd:9b:d3:f4:f1:43 root@ns The key's randomart image is: +--[ DSA 1024]----+ | . | | o . . | | . . . + | | . = o | | S B + .E | | . O + =..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: 94:32:64:5d:3e:a8:ae:5a:92:e8:e7:41:12:f9:b5:4d root@ns The key's randomart image is: +--[ECDSA 256]---+ | o. .. | | . o .+ | | o .oE+ o | | o . += . | | . o ...S | | .o. . | |. o.. . | |. +.. | | .+o. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 58:13:18:f1:e5:3e:05:9c:61:ae:98:df:a5:9b:6a:6d root@ns The key's randomart image is: +--[ED25519 256--+ | o+..=o | | .. *o. | | + o . | | = + . | | + S o . | | . . + | | ..o | | . Eo | | ..oo | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off 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 ] Ubuntu 14.04.5 LTS ns ttyS0 ns login: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 20 Aug 2018 11:25:40 +0000. Up 127.43 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Mon, 20 Aug 2018 11:26:41 +0000. Up 188.14 seconds. ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + ip addr add 192.168.1.19/24 dev eth1 + ip link set dev eth1 up + apt-get update Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + DEBIAN_FRONTEND=noninteractive + apt-get install bind9 --yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bind9utils Suggested packages: bind9-doc The following NEW packages will be installed: bind9 bind9utils 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 433 kB of archives. After this operation, 1639 kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! bind9utils bind9 E: There are problems and -y was used without --force-yes + cat /var/lib/cloud/instance/scripts/part-001: line 16: /etc/bind/named.conf.local: No such file or directory + cat /var/lib/cloud/instance/scripts/part-001: line 41: /var/lib/bind/db.clearwater.opnfv: No such file or directory + chown root:bind /var/lib/bind/db.clearwater.opnfv chown: invalid group: 'root:bind' + service bind9 reload bind9: unrecognized service 2018-08-20 11:27:23,198 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-20 11:27:23,201 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-20 11:27:23,201 - util.py[WARNING]: Running scripts-user () failed 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 | 2b:cf:0c:61:7e:09:93:e4:f3:ea:b5:b9:fe:bf:42:5b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 cb:1d:76:31:3a:1a:03:4d:df:6a:cd:9b:d3:f4:f1:43 root@ns (DSA) ec2: 256 94:32:64:5d:3e:a8:ae:5a:92:e8:e7:41:12:f9:b5:4d root@ns (ECDSA) ec2: 256 58:13:18:f1:e5:3e:05:9c:61:ae:98:df:a5:9b:6a:6d root@ns (ED25519) ec2: 2048 95:21:76:78:d1:90:9a:19:fe:18:82:1a:bf:80:24:61 root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwK93uJVtPIkjgjfQVh9QRAHkrcomXKhMcykHKMBusDExIcPdRZsDKCEqMqGcv86VKRDRCZfvYXCKwdUGjdASI= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJxqGRM/KtFm416fYEsajv0TL01dXqS5k0TGHqp83GHj root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTEUDrmcCxw9cuA+mVF2zIa2miSjzDpnhEs5BpaTHpRhHQ9WP60vkHtP6L7PdUBMVC6i/SL3y9JbO+o6OFCW5XjEVkj+01HX8I73Ox3+dNJXgBxi7iliJgY0HIEHJjDkTsM4G/ohUghjs2WF/YEsCzkzLJev9pqmxVFzlypkznb7yF/VQtr1Iz1odjaYogSE7IXO8pWPvRHo9wH9A4AXTTtauBrr9mnq++zNW4pkfM/PjBLEuZateek0L/c5jF3Q/9nP0hjoP2BVRqvS2nf4nkCnj3W8NOKzr6X5EK2Uh+2h9shfqKvFeLu9Nka2TVZI9HqwAsgER/X0FX7ah2R0Ct root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 20 Aug 2018 11:27:23 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 230.38 seconds 2018-08-20 11:35:16,095 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-20 11:35:16,098 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.212 2018-08-20 11:35:16,103 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create ellis account 2018-08-20 11:35:41,119 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create ellis account 2018-08-20 11:36:06,149 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create ellis account 2018-08-20 11:36:31,163 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create ellis account 2018-08-20 11:36:56,188 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create ellis account 2018-08-20 11:37:21,195 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create ellis account 2018-08-20 11:37:46,225 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create ellis account 2018-08-20 11:38:11,253 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create ellis account 2018-08-20 11:38:36,283 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create ellis account 2018-08-20 11:39:01,312 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create ellis account 2018-08-20 11:39:26,321 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create ellis account 2018-08-20 11:39:51,351 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create ellis account 2018-08-20 11:40:16,380 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create ellis account 2018-08-20 11:40:41,391 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 14: cannot create ellis account 2018-08-20 11:41:06,421 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 15: cannot create ellis account 2018-08-20 11:41:31,451 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 16: cannot create ellis account 2018-08-20 11:41:56,468 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 17: cannot create ellis account 2018-08-20 11:42:21,480 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 18: cannot create ellis account 2018-08-20 11:42:46,486 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 19: cannot create ellis account 2018-08-20 11:43:11,517 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 20: cannot create ellis account 2018-08-20 11:43:36,548 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 21: cannot create ellis account 2018-08-20 11:44:01,570 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 22: cannot create ellis account 2018-08-20 11:44:26,585 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 23: cannot create ellis account 2018-08-20 11:44:51,595 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 24: cannot create ellis account 2018-08-20 11:45:16,625 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 25: cannot create ellis account 2018-08-20 11:45:41,650 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 26: cannot create ellis account 2018-08-20 11:46:06,680 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 27: cannot create ellis account 2018-08-20 11:46:31,692 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 28: cannot create ellis account 2018-08-20 11:46:56,723 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 29: cannot create ellis account 2018-08-20 11:47:21,752 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 30: cannot create ellis account 2018-08-20 11:47:46,763 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 31: cannot create ellis account 2018-08-20 11:48:11,786 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 32: cannot create ellis account 2018-08-20 11:48:36,817 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 33: cannot create ellis account 2018-08-20 11:49:01,847 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 34: cannot create ellis account 2018-08-20 11:49:26,855 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 35: cannot create ellis account 2018-08-20 11:49:51,886 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 36: cannot create ellis account 2018-08-20 11:50:16,917 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 37: cannot create ellis account 2018-08-20 11:50:41,947 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 38: cannot create ellis account 2018-08-20 11:51:06,961 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 39: cannot create ellis account 2018-08-20 11:51:31,966 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 40: cannot create ellis account 2018-08-20 11:51:56,997 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 41: cannot create ellis account 2018-08-20 11:52:22,016 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 42: cannot create ellis account 2018-08-20 11:52:47,046 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 43: cannot create ellis account 2018-08-20 11:53:12,076 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 44: cannot create ellis account 2018-08-20 11:53:37,106 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 45: cannot create ellis account 2018-08-20 11:54:02,131 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 46: cannot create ellis account 2018-08-20 11:54:27,138 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 47: cannot create ellis account 2018-08-20 11:54:52,165 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 48: cannot create ellis account 2018-08-20 11:55:17,195 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 49: cannot create ellis account 2018-08-20 11:55:42,225 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 50: cannot create ellis account 2018-08-20 11:56:07,228 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot run heat_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 127, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 105, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 179, in deploy_vnf self.clearwater.availability_check_by_creating_numbers() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 64, in availability_check_by_creating_numbers number_res = self._create_ellis_account(account_url, params) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 106, in _create_ellis_account params.get('full_name'))) Exception: Unable to create an account opnfv functest user 2018-08-20 11:56:07,358 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 11:56:07,358 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 35:19 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-20 11:56:07,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:56:07,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:07,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:07 GMT Server: Apache x-openstack-request-id: req-14ed79d2-bdd4-4e8e-92af-2eec5b3feb79 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:56:08,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:07 GMT Server: Apache x-openstack-request-id: req-0fbc2bef-1036-423a-b046-02f85587aed4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:56:08,605 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-0fbc2bef-1036-423a-b046-02f85587aed4 2018-08-20 11:56:08,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.24109506607s 2018-08-20 11:56:08,606 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-0fbc2bef-1036-423a-b046-02f85587aed4 2018-08-20 11:56:08,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:08,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?limit=1&sort_dir=desc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:09,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:08 GMT Server: Apache x-openstack-request-id: req-9fb1e41f-e03e-43c1-99d8-a77280b6c2c0 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?limit=1&sort_dir=desc Content-Length: 489 Content-Type: text/html; 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-08-20 11:56:09,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:09 GMT Server: Apache x-openstack-request-id: req-15189bc3-7752-4cc5-947b-ff6d3e157830 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 343 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-20T11:26:24Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv/events/728414bc-c236-4218-b47e-0f7d8019d1a0", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "id": "728414bc-c236-4218-b47e-0f7d8019d1a0"}]} 2018-08-20 11:56:09,861 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-15189bc3-7752-4cc5-947b-ff6d3e157830 2018-08-20 11:56:09,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.2526910305s 2018-08-20 11:56:09,861 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-15189bc3-7752-4cc5-947b-ff6d3e157830 2018-08-20 11:56:09,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-20 11:56:09,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:10,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:09 GMT Server: Apache x-openstack-request-id: req-feca45e8-84dc-478f-bb5b-1b79be996f78 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1 Content-Length: 423 Content-Type: text/html; 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-08-20 11:56:11,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:56:10 GMT Server: Apache x-openstack-request-id: req-d91bcf66-5b7f-4575-90f5-153ebc858fd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:56:11,212 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1 used request id req-d91bcf66-5b7f-4575-90f5-153ebc858fd1 2018-08-20 11:56:11,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 1.34991002083s 2018-08-20 11:56:11,212 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1 used request id req-d91bcf66-5b7f-4575-90f5-153ebc858fd1 2018-08-20 11:56:11,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:11,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=728414bc-c236-4218-b47e-0f7d8019d1a0&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:11,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:11 GMT Server: Apache x-openstack-request-id: req-62bd2cfc-31e3-4644-8690-c14240554f6d Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=728414bc-c236-4218-b47e-0f7d8019d1a0&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:12,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:11 GMT Server: Apache x-openstack-request-id: req-fe1f2744-817c-4abb-a2f2-c1b946f33c88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 429 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-20T11:56:11Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv/events/e56e5a65-7f1a-46f5-bd55-249c21b411a2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "id": "e56e5a65-7f1a-46f5-bd55-249c21b411a2"}, {"resource_name": "bono", "event_time": "2018-08-20T11:56:11Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/bono/events/af1957a5-a0e2-4bbd-a320-005449215d75", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "61911baf-43c8-4d75-8a4f-01ac646d4572", "id": "af1957a5-a0e2-4bbd-a320-005449215d75"}]} 2018-08-20 11:56:12,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=728414bc-c236-4218-b47e-0f7d8019d1a0&sort_dir=asc&marker=728414bc-c236-4218-b47e-0f7d8019d1a0&sort_dir=asc used request id req-fe1f2744-817c-4abb-a2f2-c1b946f33c88 2018-08-20 11:56:12,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.23368406296s 2018-08-20 11:56:12,447 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=728414bc-c236-4218-b47e-0f7d8019d1a0&sort_dir=asc&marker=728414bc-c236-4218-b47e-0f7d8019d1a0&sort_dir=asc used request id req-fe1f2744-817c-4abb-a2f2-c1b946f33c88 2018-08-20 11:56:17,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:17,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=af1957a5-a0e2-4bbd-a320-005449215d75&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:18,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:17 GMT Server: Apache x-openstack-request-id: req-1f1376ee-5ed5-486e-b8ac-3013393b6a54 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=af1957a5-a0e2-4bbd-a320-005449215d75&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:18,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:18 GMT Server: Apache x-openstack-request-id: req-a767978d-6334-4591-95a3-d264a37012be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-20T11:56:13Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/vellum/events/beda74cd-f8d6-4aab-8dc3-ceb66b47b523", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "6c80f4f2-2fe1-4a7a-a866-b5d80db67f25", "id": "beda74cd-f8d6-4aab-8dc3-ceb66b47b523"}, {"resource_name": "homer", "event_time": "2018-08-20T11:56:14Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/homer/events/6a4dfc9c-d8ae-4554-96fe-6e836f3429c6", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "dcdf6e73-2d23-45e9-b121-cfe2e6743d58", "id": "6a4dfc9c-d8ae-4554-96fe-6e836f3429c6"}, {"resource_name": "sprout", "event_time": "2018-08-20T11:56:15Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sprout/events/27ed3ce5-ceb8-4ff3-b599-58714876a536", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "f2f0c4b5-acef-4682-b9d0-40552ed191e7", "id": "27ed3ce5-ceb8-4ff3-b599-58714876a536"}, {"resource_name": "dime", "event_time": "2018-08-20T11:56:16Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dime/events/8e0eb9ec-cb75-471d-b22a-aa39747965b7", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "05708ecf-c07f-417e-9e69-478500802fcc", "id": "8e0eb9ec-cb75-471d-b22a-aa39747965b7"}]} 2018-08-20 11:56:18,129 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=af1957a5-a0e2-4bbd-a320-005449215d75&sort_dir=asc&marker=af1957a5-a0e2-4bbd-a320-005449215d75&sort_dir=asc used request id req-a767978d-6334-4591-95a3-d264a37012be 2018-08-20 11:56:18,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.675626039505s 2018-08-20 11:56:18,129 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=af1957a5-a0e2-4bbd-a320-005449215d75&sort_dir=asc&marker=af1957a5-a0e2-4bbd-a320-005449215d75&sort_dir=asc used request id req-a767978d-6334-4591-95a3-d264a37012be 2018-08-20 11:56:23,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:23,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:23,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:23 GMT Server: Apache x-openstack-request-id: req-7e9c244a-8283-4c58-9e0b-76096110864a Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:24,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:23 GMT Server: Apache x-openstack-request-id: req-7a1cb398-765f-4e25-a7ff-e014df6c0716 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:56:24,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc&marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc used request id req-7a1cb398-765f-4e25-a7ff-e014df6c0716 2018-08-20 11:56:24,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.31301093102s 2018-08-20 11:56:24,449 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc&marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc used request id req-7a1cb398-765f-4e25-a7ff-e014df6c0716 2018-08-20 11:56:29,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:29,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:30,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:29 GMT Server: Apache x-openstack-request-id: req-5eddbeab-d3de-4103-9865-c829e18dc68f Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:30,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:30 GMT Server: Apache x-openstack-request-id: req-c8b03ed3-fc39-44b6-850c-c66863c5e159 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-20T11:56:25Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/bono/events/78267562-ae33-4714-9da3-acfafcd291a2", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "61911baf-43c8-4d75-8a4f-01ac646d4572", "id": "78267562-ae33-4714-9da3-acfafcd291a2"}, {"resource_name": "sprout", "event_time": "2018-08-20T11:56:28Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sprout/events/ac30daea-62c5-48ea-9087-756cb07f8570", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "f2f0c4b5-acef-4682-b9d0-40552ed191e7", "id": "ac30daea-62c5-48ea-9087-756cb07f8570"}, {"resource_name": "homer", "event_time": "2018-08-20T11:56:28Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/homer/events/7a2c3112-2c0f-4c98-abf9-f11a75e79730", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "dcdf6e73-2d23-45e9-b121-cfe2e6743d58", "id": "7a2c3112-2c0f-4c98-abf9-f11a75e79730"}, {"resource_name": "vellum", "event_time": "2018-08-20T11:56:28Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/vellum/events/8c299d0f-2232-4d68-8c85-7a9142d28519", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "6c80f4f2-2fe1-4a7a-a866-b5d80db67f25", "id": "8c299d0f-2232-4d68-8c85-7a9142d28519"}, {"resource_name": "dime", "event_time": "2018-08-20T11:56:29Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dime/events/30255781-4e38-4b9c-8407-726c3407fa0b", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "05708ecf-c07f-417e-9e69-478500802fcc", "id": "30255781-4e38-4b9c-8407-726c3407fa0b"}, {"resource_name": "ellis", "event_time": "2018-08-20T11:56:30Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/ellis/events/f3d5944a-4805-4624-9f93-727b05e12ddb", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "fbf84a6b-bfe6-4608-a21e-5ea30ca5209a", "id": "f3d5944a-4805-4624-9f93-727b05e12ddb"}]} 2018-08-20 11:56:30,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc&marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc used request id req-c8b03ed3-fc39-44b6-850c-c66863c5e159 2018-08-20 11:56:30,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.65912604332s 2018-08-20 11:56:30,115 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc&marker=8e0eb9ec-cb75-471d-b22a-aa39747965b7&sort_dir=asc used request id req-c8b03ed3-fc39-44b6-850c-c66863c5e159 2018-08-20 11:56:35,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:35,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:35,735 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:35 GMT Server: Apache x-openstack-request-id: req-4a327549-72a7-4af9-b3e4-9c478972c006 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:35,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:35 GMT Server: Apache x-openstack-request-id: req-6f5f4894-2e01-4795-9aac-904445247265 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:56:35,781 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc&marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc used request id req-6f5f4894-2e01-4795-9aac-904445247265 2018-08-20 11:56:35,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.661525011063s 2018-08-20 11:56:35,781 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc&marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc used request id req-6f5f4894-2e01-4795-9aac-904445247265 2018-08-20 11:56:40,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:40,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:40 GMT Server: Apache x-openstack-request-id: req-3826fa0b-399f-4846-af61-7244ef58dfba Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:40,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:40 GMT Server: Apache x-openstack-request-id: req-997cf5f7-b7a1-4bbb-9968-39e5853bc60c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-20T11:56:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/ellis/events/192d18ee-75cf-4c22-8971-b99e788901b0", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "fbf84a6b-bfe6-4608-a21e-5ea30ca5209a", "id": "192d18ee-75cf-4c22-8971-b99e788901b0"}, {"resource_name": "dns", "event_time": "2018-08-20T11:56:36Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dns/events/f1b98003-01d8-4078-af37-08655952b286", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "85cb146a-fe99-460e-8507-5143c228e611", "id": "f1b98003-01d8-4078-af37-08655952b286"}]} 2018-08-20 11:56:40,862 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc&marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc used request id req-997cf5f7-b7a1-4bbb-9968-39e5853bc60c 2018-08-20 11:56:40,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0751202106476s 2018-08-20 11:56:40,863 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc&marker=f3d5944a-4805-4624-9f93-727b05e12ddb&sort_dir=asc used request id req-997cf5f7-b7a1-4bbb-9968-39e5853bc60c 2018-08-20 11:56:45,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:45,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f1b98003-01d8-4078-af37-08655952b286&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:45,900 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:45 GMT Server: Apache x-openstack-request-id: req-01cdd187-197b-40d9-9bb2-d585446937a4 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f1b98003-01d8-4078-af37-08655952b286&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:46,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:45 GMT Server: Apache x-openstack-request-id: req-2185e248-179f-4baa-bbaa-b17b660cb0c5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-20T11:56:43Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dns/events/519d09ee-2008-41dd-848f-054982503732", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "85cb146a-fe99-460e-8507-5143c228e611", "id": "519d09ee-2008-41dd-848f-054982503732"}, {"resource_name": "sig_network", "event_time": "2018-08-20T11:56:43Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sig_network/events/911ec69a-037e-4df3-8361-b1bb28eb055e", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8eac9f73-470e-4704-ad65-c8c4bf1697d6", "id": "911ec69a-037e-4df3-8361-b1bb28eb055e"}, {"resource_name": "mgmt_network", "event_time": "2018-08-20T11:56:43Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/mgmt_network/events/e5c6b471-6fbf-43d3-84b8-f22b75dbf811", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "0c2ea240-7fd0-4703-8b46-1355b9e04907", "id": "e5c6b471-6fbf-43d3-84b8-f22b75dbf811"}, {"resource_name": "security_groups", "event_time": "2018-08-20T11:56:43Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/security_groups/events/185d11a0-5952-47a7-b790-a29ef5be558d", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "e3f8d3e0-298a-4a8c-8b48-b7bcc22f4faa", "id": "185d11a0-5952-47a7-b790-a29ef5be558d"}]} 2018-08-20 11:56:46,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f1b98003-01d8-4078-af37-08655952b286&sort_dir=asc&marker=f1b98003-01d8-4078-af37-08655952b286&sort_dir=asc used request id req-2185e248-179f-4baa-bbaa-b17b660cb0c5 2018-08-20 11:56:46,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.161540985107s 2018-08-20 11:56:46,031 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=f1b98003-01d8-4078-af37-08655952b286&sort_dir=asc&marker=f1b98003-01d8-4078-af37-08655952b286&sort_dir=asc used request id req-2185e248-179f-4baa-bbaa-b17b660cb0c5 2018-08-20 11:56:51,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:51,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:51,676 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:51 GMT Server: Apache x-openstack-request-id: req-ca72138e-41d9-4de0-98c6-1ca1890788db Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:52,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:51 GMT Server: Apache x-openstack-request-id: req-617a83be-4513-48e1-a438-1734838317b7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:56:52,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc&marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc used request id req-617a83be-4513-48e1-a438-1734838317b7 2018-08-20 11:56:52,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.26774215698s 2018-08-20 11:56:52,306 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc&marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc used request id req-617a83be-4513-48e1-a438-1734838317b7 2018-08-20 11:56:57,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:56:57,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:56:57,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:56:57 GMT Server: Apache x-openstack-request-id: req-6bcaa5dd-0013-49b4-bb77-cd34916a91db Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:56:57,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:56:57 GMT Server: Apache x-openstack-request-id: req-c145e634-3cca-4a95-82dd-c56f8eb6a65d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 442 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-20T11:56:56Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sig_network/events/c3c3d31b-e6cf-4096-9b6e-8cbefac3f395", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "8eac9f73-470e-4704-ad65-c8c4bf1697d6", "id": "c3c3d31b-e6cf-4096-9b6e-8cbefac3f395"}, {"resource_name": "mgmt_network", "event_time": "2018-08-20T11:56:56Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/mgmt_network/events/dae8de78-2129-4976-b51d-58c662238908", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "0c2ea240-7fd0-4703-8b46-1355b9e04907", "id": "dae8de78-2129-4976-b51d-58c662238908"}]} 2018-08-20 11:56:57,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc&marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc used request id req-c145e634-3cca-4a95-82dd-c56f8eb6a65d 2018-08-20 11:56:57,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.673428058624s 2018-08-20 11:56:57,986 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc&marker=185d11a0-5952-47a7-b790-a29ef5be558d&sort_dir=asc used request id req-c145e634-3cca-4a95-82dd-c56f8eb6a65d 2018-08-20 11:57:02,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:57:02,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=dae8de78-2129-4976-b51d-58c662238908&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:57:03,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:57:02 GMT Server: Apache x-openstack-request-id: req-8f12013b-d094-4f9c-ba75-d6fb7d0d5eb6 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=dae8de78-2129-4976-b51d-58c662238908&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:57:03,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:03 GMT Server: Apache x-openstack-request-id: req-c3ac32a3-cfaa-4a45-807c-d6af8d60e580 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-20T11:57:00Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/security_groups/events/7f727f48-b8f8-4474-82a1-f70c1325971d", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "e3f8d3e0-298a-4a8c-8b48-b7bcc22f4faa", "id": "7f727f48-b8f8-4474-82a1-f70c1325971d"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-20T11:57:00Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv/events/d174a6da-eadc-4437-b699-7a3d3ba995dc", "rel": "self"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "id": "d174a6da-eadc-4437-b699-7a3d3ba995dc"}]} 2018-08-20 11:57:03,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=dae8de78-2129-4976-b51d-58c662238908&sort_dir=asc&marker=dae8de78-2129-4976-b51d-58c662238908&sort_dir=asc used request id req-c3ac32a3-cfaa-4a45-807c-d6af8d60e580 2018-08-20 11:57:03,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748000144958s 2018-08-20 11:57:03,065 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=dae8de78-2129-4976-b51d-58c662238908&sort_dir=asc&marker=dae8de78-2129-4976-b51d-58c662238908&sort_dir=asc used request id req-c3ac32a3-cfaa-4a45-807c-d6af8d60e580 2018-08-20 11:57:08,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:57:08,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:57:08,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:57:08 GMT Server: Apache x-openstack-request-id: req-0aaef4bf-2282-4540-a0d3-1dbb7964663a Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:57:08,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:08 GMT Server: Apache x-openstack-request-id: req-0d501696-6d88-487c-a22f-a3cb22ef03c2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:57:08,777 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc&marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc used request id req-0d501696-6d88-487c-a22f-a3cb22ef03c2 2018-08-20 11:57:08,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.709951877594s 2018-08-20 11:57:08,777 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc&marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc used request id req-0d501696-6d88-487c-a22f-a3cb22ef03c2 2018-08-20 11:57:13,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-20 11:57:13,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:57:14,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:57:13 GMT Server: Apache x-openstack-request-id: req-59a5aaad-276d-450e-9dc2-9658218edb53 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc Content-Length: 559 Content-Type: text/html; 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-08-20 11:57:14,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:14 GMT Server: Apache x-openstack-request-id: req-31905e20-22f1-4e1f-9547-8a2d86f0dbbc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-20 11:57:14,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc&marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc used request id req-31905e20-22f1-4e1f-9547-8a2d86f0dbbc 2018-08-20 11:57:14,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.650434017181s 2018-08-20 11:57:14,434 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1/events?marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc&marker=d174a6da-eadc-4437-b699-7a3d3ba995dc&sort_dir=asc used request id req-31905e20-22f1-4e1f-9547-8a2d86f0dbbc 2018-08-20 11:57:14,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-20 11:57:14,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8264c0e57b5118b0023163d49bbfa82005fd6c56" 2018-08-20 11:57:15,031 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 20 Aug 2018 11:57:14 GMT Server: Apache x-openstack-request-id: req-acf3f42a-4c26-47e9-9c7d-9b0bfc34afd9 Location: http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False Content-Length: 467 Content-Type: text/html; 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-08-20 11:57:15,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:15 GMT Server: Apache x-openstack-request-id: req-196f65fc-47b7-46de-8778-b9cb4b23244d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f50bdcedee9341f0850816401064a6f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7f6aabb9-51b3-49dd-bb58-75d270937934", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "a6080755-5724-465a-b182-14c24f0c1811", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "deletion_time": "2018-08-20T11:57:01Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "d7e0e1437b5a42fc8c9b2672f42eb33c", "tags": null, "creation_time": "2018-08-20T11:21:09Z", "links": [{"href": "http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-20T11:56:11Z", "id": "dc16052a-6143-410f-bb2c-43b2ea9857c1", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-20 11:57:15,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-196f65fc-47b7-46de-8778-b9cb4b23244d 2018-08-20 11:57:15,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.20430898666s 2018-08-20 11:57:15,639 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.36:8004/v1/f50bdcedee9341f0850816401064a6f2/stacks/clearwater-opnfv/dc16052a-6143-410f-bb2c-43b2ea9857c1?resolve_outputs=False used request id req-196f65fc-47b7-46de-8778-b9cb4b23244d 2018-08-20 11:57:15,639 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot clean stack ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 226, in clean self.cloud.delete_stack(self.stack.id, wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1416, in delete_stack marker=marker) File "/usr/lib/python2.7/site-packages/shade/_heat/event_utils.py", line 90, in poll_for_events stack_status = stack['stack_status'] TypeError: 'NoneType' object has no attribute '__getitem__' 2018-08-20 11:57:15,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:57:15,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:15,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bda25f0-6f6b-471a-8351-2aef8c69c7f4 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": {"self": "http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "529e891f0be440be97352507284fdd18", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:57:15,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7bda25f0-6f6b-471a-8351-2aef8c69c7f4 2018-08-20 11:57:15,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109971046448s 2018-08-20 11:57:15,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-7bda25f0-6f6b-471a-8351-2aef8c69c7f4 2018-08-20 11:57:15,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:57:15,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:15,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaed06dd-a1a7-4da0-9501-a785881d678f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": {"self": "http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "529e891f0be440be97352507284fdd18", "description": null}} 2018-08-20 11:57:15,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18 used request id req-eaed06dd-a1a7-4da0-9501-a785881d678f 2018-08-20 11:57:15,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126383066177s 2018-08-20 11:57:15,888 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18 used request id req-eaed06dd-a1a7-4da0-9501-a785881d678f 2018-08-20 11:57:15,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 11:57:15,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:16,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:57:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1fe6ae0-2dbc-44b1-97a5-23c96c8ace3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:57:16,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18 used request id req-c1fe6ae0-2dbc-44b1-97a5-23c96c8ace3b 2018-08-20 11:57:16,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.280622959137s 2018-08-20 11:57:16,170 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/529e891f0be440be97352507284fdd18 used request id req-c1fe6ae0-2dbc-44b1-97a5-23c96c8ace3b 2018-08-20 11:57:16,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:57:16,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:16,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebb3e995-2af5-44d3-ac34-56aedf810c95 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2"}, "tags": [], "enabled": true, "id": "f50bdcedee9341f0850816401064a6f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7f6aabb9-51b3-49dd-bb58-75d270937934"}]} 2018-08-20 11:57:16,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-ebb3e995-2af5-44d3-ac34-56aedf810c95 2018-08-20 11:57:16,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0987548828125s 2018-08-20 11:57:16,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-ebb3e995-2af5-44d3-ac34-56aedf810c95 2018-08-20 11:57:16,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 11:57:16,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:16,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:57:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f9bcda7-38d7-4b24-ac3a-580009e8e9fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:57:16,604 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2 used request id req-0f9bcda7-38d7-4b24-ac3a-580009e8e9fa 2018-08-20 11:57:16,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.324021816254s 2018-08-20 11:57:16,604 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/f50bdcedee9341f0850816401064a6f2 used request id req-0f9bcda7-38d7-4b24-ac3a-580009e8e9fa 2018-08-20 11:57:16,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:57:16,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:16,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a246d293-fa7e-40e4-86a9-601ef581ca5b Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8ff1eb724aeb45da8e4da890a0e9d42b", "links": {"self": "http://172.30.9.36:5000/v3/roles/8ff1eb724aeb45da8e4da890a0e9d42b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e606acdae375446893db713e445438f0", "links": {"self": "http://172.30.9.36:5000/v3/roles/e606acdae375446893db713e445438f0"}, "name": "heat_stack_owner"}]} 2018-08-20 11:57:16,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a246d293-fa7e-40e4-86a9-601ef581ca5b 2018-08-20 11:57:16,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104183912277s 2018-08-20 11:57:16,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-a246d293-fa7e-40e4-86a9-601ef581ca5b 2018-08-20 11:57:16,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 11:57:16,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/8ff1eb724aeb45da8e4da890a0e9d42b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:16,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:57:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f96324b9-dc29-4e01-abb3-4612d034b571 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:57:16,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/8ff1eb724aeb45da8e4da890a0e9d42b used request id req-f96324b9-dc29-4e01-abb3-4612d034b571 2018-08-20 11:57:16,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.119955062866s 2018-08-20 11:57:16,837 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/8ff1eb724aeb45da8e4da890a0e9d42b used request id req-f96324b9-dc29-4e01-abb3-4612d034b571 2018-08-20 11:57:16,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:57:16,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:16,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e249d5-d444-4222-8eeb-92d808a7c9ee Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e606acdae375446893db713e445438f0", "links": {"self": "http://172.30.9.36:5000/v3/roles/e606acdae375446893db713e445438f0"}, "name": "heat_stack_owner"}]} 2018-08-20 11:57:16,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b6e249d5-d444-4222-8eeb-92d808a7c9ee 2018-08-20 11:57:16,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0971829891205s 2018-08-20 11:57:16,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-b6e249d5-d444-4222-8eeb-92d808a7c9ee 2018-08-20 11:57:16,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 11:57:16,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/e606acdae375446893db713e445438f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41975dd464925b42e6cd6edcb05cfbf59674a9d1" 2018-08-20 11:57:17,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:57:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad56099a-0b1b-4f91-b528-ca532e922d8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:57:17,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/e606acdae375446893db713e445438f0 used request id req-ad56099a-0b1b-4f91-b528-ca532e922d8a 2018-08-20 11:57:17,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.134686946869s 2018-08-20 11:57:17,078 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/e606acdae375446893db713e445438f0 used request id req-ad56099a-0b1b-4f91-b528-ca532e922d8a 2018-08-20 11:57:17,079 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-20 11:57:17,106 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-20 11:57:17,158 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-20 11:57:17,198 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-20 11:57:17,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:57:17,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:57:17,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:57:17,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:57:17,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:57:17,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:57:17,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:57:17,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:57:17,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:57:17,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:57:17,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:57:17,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:57:17,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:57:17,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:57:17,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fcfcefa-fa0b-416d-ab2c-b87776da1623 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:57:17,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-3fcfcefa-fa0b-416d-ab2c-b87776da1623 2018-08-20 11:57:17,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:57:17,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T12:57:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["yjWAtjulTRmSbVjtOLmihw"], "issued_at": "2018-08-20T11:57:17.000000Z"}} 2018-08-20 11:57:17,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:57:17,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:17,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-383bfcca-1881-4ab6-b8b0-e86c7d168f30 Date: Mon, 20 Aug 2018 11:57:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 11:57:17,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-383bfcca-1881-4ab6-b8b0-e86c7d168f30 2018-08-20 11:57:17,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253715991974s 2018-08-20 11:57:17,972 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-383bfcca-1881-4ab6-b8b0-e86c7d168f30 2018-08-20 11:57:17,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:57:17,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 11:57:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 11:57:17,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:57:17,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:18,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-920a254d-b33c-4184-b79d-0e0c83d239f3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 11:57:18,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-920a254d-b33c-4184-b79d-0e0c83d239f3 2018-08-20 11:57:18,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.095253944397s 2018-08-20 11:57:18,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-920a254d-b33c-4184-b79d-0e0c83d239f3 2018-08-20 11:57:18,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 11:57:18,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9"}}' 2018-08-20 11:57:18,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:57:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aad87b04-a207-40ae-9d8e-7fabe8d1c25d Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8"}, "tags": [], "enabled": true, "id": "ac2f02213baa40a5b53010e87f96a1c8", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9"}} 2018-08-20 11:57:18,239 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-aad87b04-a207-40ae-9d8e-7fabe8d1c25d 2018-08-20 11:57:18,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.153992176056s 2018-08-20 11:57:18,239 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-aad87b04-a207-40ae-9d8e-7fabe8d1c25d 2018-08-20 11:57:18,240 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vyos_vrouter', u'tags': [], 'enabled': True, 'id': u'ac2f02213baa40a5b53010e87f96a1c8', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9'}) 2018-08-20 11:57:18,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 11:57:18,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "be1c6178-4c6b-4ac1-8773-7447cc16fdea", "email": null, "name": "vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9"}}' 2018-08-20 11:57:18,621 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:57:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16f3bc68-0e36-4ba6-ae99-1d7a466ac556 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": {"self": "http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "877557443b95484eaa05bb6cf22fa12c", "domain_id": "default", "password_expires_at": null}} 2018-08-20 11:57:18,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-16f3bc68-0e36-4ba6-ae99-1d7a466ac556 2018-08-20 11:57:18,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.375066995621s 2018-08-20 11:57:18,622 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-16f3bc68-0e36-4ba6-ae99-1d7a466ac556 2018-08-20 11:57:18,622 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'877557443b95484eaa05bb6cf22fa12c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9'}) 2018-08-20 11:57:18,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:57:18,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:18,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26b2a392-de6b-4c48-9a9b-a131caf8e941 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:57:18,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-26b2a392-de6b-4c48-9a9b-a131caf8e941 2018-08-20 11:57:18,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103358983994s 2018-08-20 11:57:18,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-26b2a392-de6b-4c48-9a9b-a131caf8e941 2018-08-20 11:57:18,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:57:18,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:18,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd510fcd-6888-4f6f-9136-e3a8359c14cc Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 11:57:18,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dd510fcd-6888-4f6f-9136-e3a8359c14cc 2018-08-20 11:57:18,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0949718952179s 2018-08-20 11:57:18,830 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-dd510fcd-6888-4f6f-9136-e3a8359c14cc 2018-08-20 11:57:18,832 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 11:57:18,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 11:57:18,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" -d '{"role": {"name": "Member"}}' 2018-08-20 11:57:18,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 11:57:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fc9ba8d-3665-47ff-88c6-632591ade1cd Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ffe4b8c5c0ae4b5893d8784767f2f656", "links": {"self": "http://172.30.9.36:5000/v3/roles/ffe4b8c5c0ae4b5893d8784767f2f656"}, "name": "Member"}} 2018-08-20 11:57:18,957 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-9fc9ba8d-3665-47ff-88c6-632591ade1cd 2018-08-20 11:57:18,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.120398044586s 2018-08-20 11:57:18,957 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-9fc9ba8d-3665-47ff-88c6-632591ade1cd 2018-08-20 11:57:18,958 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'ffe4b8c5c0ae4b5893d8784767f2f656'}) 2018-08-20 11:57:18,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 11:57:18,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:19,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36709730-e6f5-425d-9cbd-92882a36dd4c Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ffe4b8c5c0ae4b5893d8784767f2f656", "links": {"self": "http://172.30.9.36:5000/v3/roles/ffe4b8c5c0ae4b5893d8784767f2f656"}, "name": "Member"}]} 2018-08-20 11:57:19,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-36709730-e6f5-425d-9cbd-92882a36dd4c 2018-08-20 11:57:19,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0937559604645s 2018-08-20 11:57:19,056 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-36709730-e6f5-425d-9cbd-92882a36dd4c 2018-08-20 11:57:19,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 11:57:19,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:19,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4381d77-85cc-4535-9fc0-d85d46d1a0f8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 11:57:19,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-e4381d77-85cc-4535-9fc0-d85d46d1a0f8 2018-08-20 11:57:19,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0222070217133s 2018-08-20 11:57:19,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-e4381d77-85cc-4535-9fc0-d85d46d1a0f8 2018-08-20 11:57:19,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 11:57:19,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:19,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feb17ebc-c2d3-4ca8-a3f3-52db7d8fb3b3 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": {"self": "http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "877557443b95484eaa05bb6cf22fa12c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 11:57:19,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-feb17ebc-c2d3-4ca8-a3f3-52db7d8fb3b3 2018-08-20 11:57:19,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114337921143s 2018-08-20 11:57:19,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-feb17ebc-c2d3-4ca8-a3f3-52db7d8fb3b3 2018-08-20 11:57:19,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 11:57:19,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:19,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce2a59c5-9658-4c18-aa7a-2d970b920c90 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8"}, "tags": [], "enabled": true, "id": "ac2f02213baa40a5b53010e87f96a1c8", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 11:57:19,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-ce2a59c5-9658-4c18-aa7a-2d970b920c90 2018-08-20 11:57:19,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0990359783173s 2018-08-20 11:57:19,308 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-ce2a59c5-9658-4c18-aa7a-2d970b920c90 2018-08-20 11:57:19,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 11:57:19,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=877557443b95484eaa05bb6cf22fa12c&role.id=ffe4b8c5c0ae4b5893d8784767f2f656&scope.project.id=ac2f02213baa40a5b53010e87f96a1c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:19,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f35fabd7-fa31-4981-a293-9033510babe3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=877557443b95484eaa05bb6cf22fa12c&role.id=ffe4b8c5c0ae4b5893d8784767f2f656&scope.project.id=ac2f02213baa40a5b53010e87f96a1c8", "previous": null, "next": null}} 2018-08-20 11:57:19,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=877557443b95484eaa05bb6cf22fa12c&role.id=ffe4b8c5c0ae4b5893d8784767f2f656&scope.project.id=ac2f02213baa40a5b53010e87f96a1c8 used request id req-f35fabd7-fa31-4981-a293-9033510babe3 2018-08-20 11:57:19,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104074954987s 2018-08-20 11:57:19,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=877557443b95484eaa05bb6cf22fa12c&role.id=ffe4b8c5c0ae4b5893d8784767f2f656&scope.project.id=ac2f02213baa40a5b53010e87f96a1c8 used request id req-f35fabd7-fa31-4981-a293-9033510babe3 2018-08-20 11:57:19,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 11:57:19,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8/users/877557443b95484eaa05bb6cf22fa12c/roles/ffe4b8c5c0ae4b5893d8784767f2f656 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 11:57:19,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 11:57:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6973573-0db2-4f3f-af8d-793310e06ab6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 11:57:19,565 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8/users/877557443b95484eaa05bb6cf22fa12c/roles/ffe4b8c5c0ae4b5893d8784767f2f656 used request id req-a6973573-0db2-4f3f-af8d-793310e06ab6 2018-08-20 11:57:19,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.141358137131s 2018-08-20 11:57:19,565 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8/users/877557443b95484eaa05bb6cf22fa12c/roles/ffe4b8c5c0ae4b5893d8784767f2f656 used request id req-a6973573-0db2-4f3f-af8d-793310e06ab6 2018-08-20 11:57:19,566 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'ac2f02213baa40a5b53010e87f96a1c8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'be1c6178-4c6b-4ac1-8773-7447cc16fdea', 'username': u'vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 11:57:19,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 11:57:19,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 11:57:19,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 11:57:19,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 11:57:19,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 11:57:19,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 11:57:19,571 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'password': 'be1c6178-4c6b-4ac1-8773-7447cc16fdea', 'project_name': 'vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': 'ac2f02213baa40a5b53010e87f96a1c8', 'project_domain_name': 'Default'} 2018-08-20 11:57:19,602 - 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-08-20 11:57:19,602 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-20 11:57:19,644 - 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-08-20 11:57:19,652 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-20 11:57:19,652 - git.cmd - DEBUG - Popen(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'], cwd=/, universal_newlines=True, shell=None) 2018-08-20 11:57:22,776 - git.repo.base - DEBUG - Cmd(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'])'s unused stdout: 2018-08-20 11:57:22,843 - 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-08-20 11:57:22,843 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-20 11:57:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:57:22,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53e0eee7-42b0-4aa2-b4dd-7a4d44089a7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 11:57:22,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-53e0eee7-42b0-4aa2-b4dd-7a4d44089a7e 2018-08-20 11:57:22,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 11:57:23,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ffe4b8c5c0ae4b5893d8784767f2f656", "name": "Member"}], "expires_at": "2018-08-20T12:57:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac2f02213baa40a5b53010e87f96a1c8", "name": "vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/ac2f02213baa40a5b53010e87f96a1c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/ac2f02213baa40a5b53010e87f96a1c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/ac2f02213baa40a5b53010e87f96a1c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ac2f02213baa40a5b53010e87f96a1c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/ac2f02213baa40a5b53010e87f96a1c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/ac2f02213baa40a5b53010e87f96a1c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_ac2f02213baa40a5b53010e87f96a1c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_ac2f02213baa40a5b53010e87f96a1c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ac2f02213baa40a5b53010e87f96a1c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/ac2f02213baa40a5b53010e87f96a1c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/ac2f02213baa40a5b53010e87f96a1c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/ac2f02213baa40a5b53010e87f96a1c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/ac2f02213baa40a5b53010e87f96a1c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/ac2f02213baa40a5b53010e87f96a1c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9", "id": "877557443b95484eaa05bb6cf22fa12c"}, "audit_ids": ["3I4hqr-QTsiASBw1fSwFEw"], "issued_at": "2018-08-20T11:57:23.000000Z"}} 2018-08-20 11:57:23,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 11:57:23,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"network": {"name": "vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9", "admin_state_up": true}}' 2018-08-20 11:57:24,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-da44bac6-f715-45eb-aa63-2a618b57d321 Date: Mon, 20 Aug 2018 11:57:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T11:57:23Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ac2f02213baa40a5b53010e87f96a1c8","id":"d92ff01d-013c-421b-8f56-bd0d70608479","name":"vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9"}} 2018-08-20 11:57:24,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-da44bac6-f715-45eb-aa63-2a618b57d321 2018-08-20 11:57:24,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.891851902008s 2018-08-20 11:57:24,141 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-da44bac6-f715-45eb-aa63-2a618b57d321 2018-08-20 11:57:24,141 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T11:57:23Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'd92ff01d-013c-421b-8f56-bd0d70608479', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9', u'admin_state_up': True, u'tenant_id': u'ac2f02213baa40a5b53010e87f96a1c8', u'created_at': u'2018-08-20T11:57:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ac2f02213baa40a5b53010e87f96a1c8'}) 2018-08-20 11:57:24,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:57:24,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:57:24,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-80d5c46e-5e5e-4f36-8a4a-e665e1af8d02 Date: Mon, 20 Aug 2018 11:57:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T11:57:23Z","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ac2f02213baa40a5b53010e87f96a1c8","id":"d92ff01d-013c-421b-8f56-bd0d70608479","name":"vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:57:24,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-80d5c46e-5e5e-4f36-8a4a-e665e1af8d02 2018-08-20 11:57:24,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.293236017227s 2018-08-20 11:57:24,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-80d5c46e-5e5e-4f36-8a4a-e665e1af8d02 2018-08-20 11:57:24,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 11:57:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"subnet": {"name": "vyos_vrouter-subnet_b04be61f-fd76-4980-9639-bb8b8ec27af9", "enable_dhcp": true, "network_id": "d92ff01d-013c-421b-8f56-bd0d70608479", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-20 11:57:25,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0834e4a3-d0ef-4c8c-bcc8-812528be09af Date: Mon, 20 Aug 2018 11:57:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d92ff01d-013c-421b-8f56-bd0d70608479","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:57:24Z","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":"ac2f02213baa40a5b53010e87f96a1c8","id":"252a364e-3e8d-4e0b-9c01-02815f05977f","subnetpool_id":null,"name":"vyos_vrouter-subnet_b04be61f-fd76-4980-9639-bb8b8ec27af9"}} 2018-08-20 11:57:25,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0834e4a3-d0ef-4c8c-bcc8-812528be09af 2018-08-20 11:57:25,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.787800073624s 2018-08-20 11:57:25,225 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-0834e4a3-d0ef-4c8c-bcc8-812528be09af 2018-08-20 11:57:25,226 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T11:57:24Z', 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'252a364e-3e8d-4e0b-9c01-02815f05977f', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_b04be61f-fd76-4980-9639-bb8b8ec27af9', u'enable_dhcp': True, u'network_id': u'd92ff01d-013c-421b-8f56-bd0d70608479', u'tenant_id': u'ac2f02213baa40a5b53010e87f96a1c8', u'created_at': u'2018-08-20T11:57:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ac2f02213baa40a5b53010e87f96a1c8'}) 2018-08-20 11:57:25,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 11:57:25,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "vyos_vrouter-router_b04be61f-fd76-4980-9639-bb8b8ec27af9", "admin_state_up": true}}' 2018-08-20 11:57:26,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-ae1712a4-81d4-4376-ad58-f8a84d91e05d Date: Mon, 20 Aug 2018 11:57:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:25Z", "admin_state_up": true, "updated_at": "2018-08-20T11:57:26Z", "revision_number": 2, "routes": [], "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "4d5ae1e4-9868-4d91-97e2-b74153204129", "name": "vyos_vrouter-router_b04be61f-fd76-4980-9639-bb8b8ec27af9"}} 2018-08-20 11:57:26,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-ae1712a4-81d4-4376-ad58-f8a84d91e05d 2018-08-20 11:57:26,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.43738818169s 2018-08-20 11:57:26,664 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-ae1712a4-81d4-4376-ad58-f8a84d91e05d 2018-08-20 11:57:26,665 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ac2f02213baa40a5b53010e87f96a1c8', u'created_at': u'2018-08-20T11:57:25Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T11:57:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'ac2f02213baa40a5b53010e87f96a1c8', u'id': u'4d5ae1e4-9868-4d91-97e2-b74153204129', u'name': u'vyos_vrouter-router_b04be61f-fd76-4980-9639-bb8b8ec27af9'}) 2018-08-20 11:57:26,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 11:57:26,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"subnet_id": "252a364e-3e8d-4e0b-9c01-02815f05977f"}' 2018-08-20 11:57:29,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5cc47c62-8f99-48fc-beee-4a65292b4aa9 Date: Mon, 20 Aug 2018 11:57:29 GMT RESP BODY: {"network_id": "d92ff01d-013c-421b-8f56-bd0d70608479", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "subnet_id": "252a364e-3e8d-4e0b-9c01-02815f05977f", "subnet_ids": ["252a364e-3e8d-4e0b-9c01-02815f05977f"], "port_id": "8fcb2fa7-dcba-408a-bfb6-e254a0fcc763", "id": "4d5ae1e4-9868-4d91-97e2-b74153204129"} 2018-08-20 11:57:29,148 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129/add_router_interface.json used request id req-5cc47c62-8f99-48fc-beee-4a65292b4aa9 2018-08-20 11:57:29,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.48279500008s 2018-08-20 11:57:29,148 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129/add_router_interface.json used request id req-5cc47c62-8f99-48fc-beee-4a65292b4aa9 returning object 4d5ae1e4-9868-4d91-97e2-b74153204129 2018-08-20 11:57:29,149 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-20 11:57:52,080 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-20 11:57:52,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 11:57:52,086 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 11:57:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 11:57:52,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:57:52,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:57:52,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1708d06f-4839-4dd4-8999-45e0d5cd0be4 Date: Mon, 20 Aug 2018 11:57:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:57:52,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1708d06f-4839-4dd4-8999-45e0d5cd0be4 2018-08-20 11:57:52,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.20977306366s 2018-08-20 11:57:52,298 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-1708d06f-4839-4dd4-8999-45e0d5cd0be4 2018-08-20 11:57:52,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 11:57:52,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9"}' 2018-08-20 11:57:52,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d55e8522-0969-4ebd-90f2-cd4c2b96bdd3 Date: Mon, 20 Aug 2018 11:57:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file", "owner": "ac2f02213baa40a5b53010e87f96a1c8", "id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "size": null, "self": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:57:52Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "checksum": null, "created_at": "2018-08-20T11:57:52Z", "protected": false} 2018-08-20 11:57:52,543 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d55e8522-0969-4ebd-90f2-cd4c2b96bdd3 2018-08-20 11:57:52,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.237701892853s 2018-08-20 11:57:52,544 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-d55e8522-0969-4ebd-90f2-cd4c2b96bdd3 returning object 8a18c6b8-ecec-40c9-9bce-4662e02da442 2018-08-20 11:57:52,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 11:57:52,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '' 2018-08-20 11:58:50,615 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4a6918d7-871a-446f-a304-90712d875059 Date: Mon, 20 Aug 2018 11:58:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 11:58:50,615 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file used request id req-4a6918d7-871a-446f-a304-90712d875059 2018-08-20 11:58:50,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.0710980892s 2018-08-20 11:58:50,616 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file used request id req-4a6918d7-871a-446f-a304-90712d875059 2018-08-20 11:58:50,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:58:50,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:50,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-776aa7de-0a17-4251-a3dc-eae8502776a1 Date: Mon, 20 Aug 2018 11:58:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "metadata": {}}], "file": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file", "owner": "ac2f02213baa40a5b53010e87f96a1c8", "id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "size": 4373348352, "self": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:58:50Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:58:50,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-776aa7de-0a17-4251-a3dc-eae8502776a1 2018-08-20 11:58:50,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2327439785s 2018-08-20 11:58:50,853 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-776aa7de-0a17-4251-a3dc-eae8502776a1 2018-08-20 11:58:50,855 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file', 'owner': u'ac2f02213baa40a5b53010e87f96a1c8', 'id': u'8a18c6b8-ecec-40c9-9bce-4662e02da442', 'size': 4373348352, u'self': u'/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac2f02213baa40a5b53010e87f96a1c8', 'name': 'vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T11:58:50Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T11:58:50Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'created': u'2018-08-20T11:57:52Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-20T11:57:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-20 11:58:50,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 11:58:50,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_b04be61f-fd76-4980-9639-bb8b8ec27af9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-20 11:58:51,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-bae28e03-58e6-4172-b6f6-5504cfb5f368 x-compute-request-id: req-bae28e03-58e6-4172-b6f6-5504cfb5f368 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44"}} 2018-08-20 11:58:51,190 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-bae28e03-58e6-4172-b6f6-5504cfb5f368 2018-08-20 11:58:51,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.334342956543s 2018-08-20 11:58:51,191 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-bae28e03-58e6-4172-b6f6-5504cfb5f368 2018-08-20 11:58:51,192 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_b04be61f-fd76-4980-9639-bb8b8ec27af9', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'98d0a590-8eb0-42d2-9a80-81769e1b5e44', 'swap': 0}) 2018-08-20 11:58:51,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 11:58:51,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" -d '{"extra_specs": {}}' 2018-08-20 11:58:51,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:58: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-972be754-24cb-4f95-97ee-36d107c8c0d8 x-compute-request-id: req-972be754-24cb-4f95-97ee-36d107c8c0d8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 11:58:51,217 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44/os-extra_specs used request id req-972be754-24cb-4f95-97ee-36d107c8c0d8 2018-08-20 11:58:51,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0242009162903s 2018-08-20 11:58:51,217 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44/os-extra_specs used request id req-972be754-24cb-4f95-97ee-36d107c8c0d8 2018-08-20 11:58:51,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-20 11:58:51,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"keypair": {"name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9"}}' 2018-08-20 11:58:51,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:58: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-ca1afc64-acb5-498b-9f4b-c15463bc071a x-compute-request-id: req-ca1afc64-acb5-498b-9f4b-c15463bc071a Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmUDqXIo43OdAfgqtM/O5XBXzFMPxWKf/wJxYFA9rZ/gIQMU5gE7G1wIZ+gTuL4sG7Ner2Q8uUXOOImaJFP0mA4WfJ5AfcbMuQ/pZht1JmWzFKupEnbMOHGfEFVSVK2Xr9L0XZF5BoJJO3HzKwAC9bm0bFCYknQUq2Js3VBNQIYlc/AVV5r8nrFljWxFcMqMmme6QjnIArt8M2/D/AgAt39U6TU6tV6ihUWhvbVpBElCBgVZ9Syu/pvDCdlr7VIU7Nwtd4QoZS7lfVV68kF8MiZV9A18kx6AxTtwvBRjm0QuiGa4OFW8oo9RCwoWJCfLr0OAuEipIzDE/Y0XprE8Hb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA5lA6lyKONznQH4KrTPzuVwV8xTD8Vin/8CcWBQPa2f4CEDFO\nYBOxtcCGfoE7i+LBuzXq9kPLlFzjiJmiRT9JgOFnyeQH3GzLkP6WYbdSZlsxSrqR\nJ2zDhxnxBVUlStl6/S9F2ReQaCSTtx8ysAAvW5tGxQmJJ0FKtibN1QTUCGJXPwFV\nea/J6xZY1sRXDKjJpnukI5yAK7fDNvw/wIALd/VOk1OrVeooVFob21aQRJQgYFWf\nUsrv6bwwnZa+1SFOzcLXeEKGUu5X1VevJBfDImVfQNfJMegMU7cLwUY5tELohmuD\nhVvKKPUQsKFiQny69DgLhIqSMwxP2NF6axPB2wIDAQABAoIBAB7ZHB/mJvpKqg+u\nZtdXAW1ydLXMy9+WnItEEPT3ATc1iH02vXKs8J6RfPIwyRMBekVjAWeeyQPENU20\nlkGEKooypr4p5sulXta64tWPwl+nU0DZIFwRe1b7KIc4UlhmLM0AqfBb8aGhVI+w\nhA+C1tUERURa9J3nZuRi6irgDK5ajJyjyLT44ALKHP9rrB+w5ej6LPpYtoAGaImV\n8PcGRqiMSkgkPRFH4AUyM0cQZkEqzqe6tEQvx19Cl7u6Plo3TL3rlK3NpG4OPCnD\nt06w3kjBHfhrrlisaLi6KnbbbrGAVnLqr6LdJFGnPM3zVxUugC1fc/CCdy1cyS2p\nrrb3T5ECgYEA9JlVAxYsOHHAiqZ2IOiSVdrVDfHEWm/XagUOgpaWOAvaiKsGr6MP\n5Zzar/D05IwXcJgk4ge+9xgXkGuEMJDbvJIDCPzlUuP16J6U4ack/djfox0a+iuV\nEsw4VPgsGaZlAP5OG1bzekIyQ5JYu4m2ec7ciB64Ni155tBj/rQUEn0CgYEA8Qxv\nVIZZBMwoJB5wDge17oU/LFCXjdPDooNXEATlwI7089tlJ2Zqd4fHgC08AtEDFCXx\nC7fEpm4ULXSu7gb6xGr8N25n7ShQ+CrOq5Z9ns1NT5r4KfJ4fz3NIUMRco9/w9tf\npqnOWdos09mC4/NY95k0+o/sJj+q1XNvDA6MPTcCgYEAj96wlkQwdnLSIbuPuAOU\nL1OsBauzJs6qEf4vbrhMW2L9g221XRG4hAIiz2IXaWbNUrjq2NhdhtFw6s2Sz04l\nMWFgz6SQ7pSPS+gbAi9iHr21rSeteoCwCoJ8j935cozg1BjAsGwQglT1Y7Fs58I0\nxqjaJmaLS7KsBQuGBYa+V7ECgYB1S/rE49dfmUUTRmh6u0/RsK9sDg+hqWGyrDzq\ng6eVizsxixpvEMxQPBddjSV9rV3VKR1h+VvNLRXOhNA27diLShBPnP8fjZXRHWuS\nXdnlM7wiN6P5LY9rQ5SVUgCkgaXHlfG2tTy/xoY31Ml3yUwKuFfqcayVdDfaRKDN\n+ipOAwKBgQDOLN20wHowzWP6Nt6mwT1E1BvS6F+fL2LwG6sCi7+JAFK9j4wrtoM2\ne6GDfVRFCf2b0FUj7x4akOpJs2hncSW11J6oarXuP7Pivmtk/9Z17jN5b9b9AKGF\njZINXIarxkZvcvNDTEsRvDATsA9/EUBsqkA1yf0Zbplc2crlJSnZcQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "877557443b95484eaa05bb6cf22fa12c", "name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "fingerprint": "f2:b9:b1:2f:e4:08:2c:39:9a:2c:f3:77:d9:94:1c:2e"}} 2018-08-20 11:58:51,534 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-ca1afc64-acb5-498b-9f4b-c15463bc071a 2018-08-20 11:58:51,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.316466093063s 2018-08-20 11:58:51,534 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/os-keypairs used request id req-ca1afc64-acb5-498b-9f4b-c15463bc071a 2018-08-20 11:58:51,535 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmUDqXIo43OdAfgqtM/O5XBXzFMPxWKf/wJxYFA9rZ/gIQMU5gE7G1wIZ+gTuL4sG7Ner2Q8uUXOOImaJFP0mA4WfJ5AfcbMuQ/pZht1JmWzFKupEnbMOHGfEFVSVK2Xr9L0XZF5BoJJO3HzKwAC9bm0bFCYknQUq2Js3VBNQIYlc/AVV5r8nrFljWxFcMqMmme6QjnIArt8M2/D/AgAt39U6TU6tV6ihUWhvbVpBElCBgVZ9Syu/pvDCdlr7VIU7Nwtd4QoZS7lfVV68kF8MiZV9A18kx6AxTtwvBRjm0QuiGa4OFW8oo9RCwoWJCfLr0OAuEipIzDE/Y0XprE8Hb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA5lA6lyKONznQH4KrTPzuVwV8xTD8Vin/8CcWBQPa2f4CEDFO\nYBOxtcCGfoE7i+LBuzXq9kPLlFzjiJmiRT9JgOFnyeQH3GzLkP6WYbdSZlsxSrqR\nJ2zDhxnxBVUlStl6/S9F2ReQaCSTtx8ysAAvW5tGxQmJJ0FKtibN1QTUCGJXPwFV\nea/J6xZY1sRXDKjJpnukI5yAK7fDNvw/wIALd/VOk1OrVeooVFob21aQRJQgYFWf\nUsrv6bwwnZa+1SFOzcLXeEKGUu5X1VevJBfDImVfQNfJMegMU7cLwUY5tELohmuD\nhVvKKPUQsKFiQny69DgLhIqSMwxP2NF6axPB2wIDAQABAoIBAB7ZHB/mJvpKqg+u\nZtdXAW1ydLXMy9+WnItEEPT3ATc1iH02vXKs8J6RfPIwyRMBekVjAWeeyQPENU20\nlkGEKooypr4p5sulXta64tWPwl+nU0DZIFwRe1b7KIc4UlhmLM0AqfBb8aGhVI+w\nhA+C1tUERURa9J3nZuRi6irgDK5ajJyjyLT44ALKHP9rrB+w5ej6LPpYtoAGaImV\n8PcGRqiMSkgkPRFH4AUyM0cQZkEqzqe6tEQvx19Cl7u6Plo3TL3rlK3NpG4OPCnD\nt06w3kjBHfhrrlisaLi6KnbbbrGAVnLqr6LdJFGnPM3zVxUugC1fc/CCdy1cyS2p\nrrb3T5ECgYEA9JlVAxYsOHHAiqZ2IOiSVdrVDfHEWm/XagUOgpaWOAvaiKsGr6MP\n5Zzar/D05IwXcJgk4ge+9xgXkGuEMJDbvJIDCPzlUuP16J6U4ack/djfox0a+iuV\nEsw4VPgsGaZlAP5OG1bzekIyQ5JYu4m2ec7ciB64Ni155tBj/rQUEn0CgYEA8Qxv\nVIZZBMwoJB5wDge17oU/LFCXjdPDooNXEATlwI7089tlJ2Zqd4fHgC08AtEDFCXx\nC7fEpm4ULXSu7gb6xGr8N25n7ShQ+CrOq5Z9ns1NT5r4KfJ4fz3NIUMRco9/w9tf\npqnOWdos09mC4/NY95k0+o/sJj+q1XNvDA6MPTcCgYEAj96wlkQwdnLSIbuPuAOU\nL1OsBauzJs6qEf4vbrhMW2L9g221XRG4hAIiz2IXaWbNUrjq2NhdhtFw6s2Sz04l\nMWFgz6SQ7pSPS+gbAi9iHr21rSeteoCwCoJ8j935cozg1BjAsGwQglT1Y7Fs58I0\nxqjaJmaLS7KsBQuGBYa+V7ECgYB1S/rE49dfmUUTRmh6u0/RsK9sDg+hqWGyrDzq\ng6eVizsxixpvEMxQPBddjSV9rV3VKR1h+VvNLRXOhNA27diLShBPnP8fjZXRHWuS\nXdnlM7wiN6P5LY9rQ5SVUgCkgaXHlfG2tTy/xoY31Ml3yUwKuFfqcayVdDfaRKDN\n+ipOAwKBgQDOLN20wHowzWP6Nt6mwT1E1BvS6F+fL2LwG6sCi7+JAFK9j4wrtoM2\ne6GDfVRFCf2b0FUj7x4akOpJs2hncSW11J6oarXuP7Pivmtk/9Z17jN5b9b9AKGF\njZINXIarxkZvcvNDTEsRvDATsA9/EUBsqkA1yf0Zbplc2crlJSnZcQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'877557443b95484eaa05bb6cf22fa12c', 'name': u'vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'created_at': '2018-08-20T11:58:51.535673', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac2f02213baa40a5b53010e87f96a1c8', 'name': 'vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f2:b9:b1:2f:e4:08:2c:39:9a:2c:f3:77:d9:94:1c:2e', 'type': 'ssh', 'id': u'vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9'}) 2018-08-20 11:58:51,536 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA5lA6lyKONznQH4KrTPzuVwV8xTD8Vin/8CcWBQPa2f4CEDFO YBOxtcCGfoE7i+LBuzXq9kPLlFzjiJmiRT9JgOFnyeQH3GzLkP6WYbdSZlsxSrqR J2zDhxnxBVUlStl6/S9F2ReQaCSTtx8ysAAvW5tGxQmJJ0FKtibN1QTUCGJXPwFV ea/J6xZY1sRXDKjJpnukI5yAK7fDNvw/wIALd/VOk1OrVeooVFob21aQRJQgYFWf Usrv6bwwnZa+1SFOzcLXeEKGUu5X1VevJBfDImVfQNfJMegMU7cLwUY5tELohmuD hVvKKPUQsKFiQny69DgLhIqSMwxP2NF6axPB2wIDAQABAoIBAB7ZHB/mJvpKqg+u ZtdXAW1ydLXMy9+WnItEEPT3ATc1iH02vXKs8J6RfPIwyRMBekVjAWeeyQPENU20 lkGEKooypr4p5sulXta64tWPwl+nU0DZIFwRe1b7KIc4UlhmLM0AqfBb8aGhVI+w hA+C1tUERURa9J3nZuRi6irgDK5ajJyjyLT44ALKHP9rrB+w5ej6LPpYtoAGaImV 8PcGRqiMSkgkPRFH4AUyM0cQZkEqzqe6tEQvx19Cl7u6Plo3TL3rlK3NpG4OPCnD t06w3kjBHfhrrlisaLi6KnbbbrGAVnLqr6LdJFGnPM3zVxUugC1fc/CCdy1cyS2p rrb3T5ECgYEA9JlVAxYsOHHAiqZ2IOiSVdrVDfHEWm/XagUOgpaWOAvaiKsGr6MP 5Zzar/D05IwXcJgk4ge+9xgXkGuEMJDbvJIDCPzlUuP16J6U4ack/djfox0a+iuV Esw4VPgsGaZlAP5OG1bzekIyQ5JYu4m2ec7ciB64Ni155tBj/rQUEn0CgYEA8Qxv VIZZBMwoJB5wDge17oU/LFCXjdPDooNXEATlwI7089tlJ2Zqd4fHgC08AtEDFCXx C7fEpm4ULXSu7gb6xGr8N25n7ShQ+CrOq5Z9ns1NT5r4KfJ4fz3NIUMRco9/w9tf pqnOWdos09mC4/NY95k0+o/sJj+q1XNvDA6MPTcCgYEAj96wlkQwdnLSIbuPuAOU L1OsBauzJs6qEf4vbrhMW2L9g221XRG4hAIiz2IXaWbNUrjq2NhdhtFw6s2Sz04l MWFgz6SQ7pSPS+gbAi9iHr21rSeteoCwCoJ8j935cozg1BjAsGwQglT1Y7Fs58I0 xqjaJmaLS7KsBQuGBYa+V7ECgYB1S/rE49dfmUUTRmh6u0/RsK9sDg+hqWGyrDzq g6eVizsxixpvEMxQPBddjSV9rV3VKR1h+VvNLRXOhNA27diLShBPnP8fjZXRHWuS XdnlM7wiN6P5LY9rQ5SVUgCkgaXHlfG2tTy/xoY31Ml3yUwKuFfqcayVdDfaRKDN +ipOAwKBgQDOLN20wHowzWP6Nt6mwT1E1BvS6F+fL2LwG6sCi7+JAFK9j4wrtoM2 e6GDfVRFCf2b0FUj7x4akOpJs2hncSW11J6oarXuP7Pivmtk/9Z17jN5b9b9AKGF jZINXIarxkZvcvNDTEsRvDATsA9/EUBsqkA1yf0Zbplc2crlJSnZcQ== -----END RSA PRIVATE KEY----- 2018-08-20 11:58:51,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-20 11:58:51,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"security_group": {"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-20 11:58:51,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-2b40233a-302e-406d-bd8c-66e390a66a19 Date: Mon, 20 Aug 2018 11:58:51 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 2, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}} 2018-08-20 11:58:51,994 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-2b40233a-302e-406d-bd8c-66e390a66a19 2018-08-20 11:58:51,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.454820871353s 2018-08-20 11:58:51,994 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-2b40233a-302e-406d-bd8c-66e390a66a19 2018-08-20 11:58:51,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:58:51,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:52,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-29081522-67f1-43b5-851e-d8c7a0b54930 Date: Mon, 20 Aug 2018 11:58:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:23Z", "updated_at": "2018-08-20T11:57:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "7111edfc-5006-4ede-a6bf-74fa5c7ef17b", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "a4ee2664-0446-4f1f-a341-f0515497f76b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "b972df3b-d13a-4d97-ac12-82935c654931", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "d8e80b6b-4bc6-4f6a-9ce6-dd18e41a6986", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 4, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "70246335-b419-4664-83ec-83a4e83114f3", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 2, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:52,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-29081522-67f1-43b5-851e-d8c7a0b54930 2018-08-20 11:58:52,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.223432064056s 2018-08-20 11:58:52,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-29081522-67f1-43b5-851e-d8c7a0b54930 2018-08-20 11:58:52,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:58:52,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -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": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b"}}' 2018-08-20 11:58:52,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9da11aa8-96ba-4dd5-b9f8-8d2d056d7481 Date: Mon, 20 Aug 2018 11:58:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T11:58:52Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "port_range_min": 22, "revision_number": 0, "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:52Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "bfdb5292-1579-41c8-9a34-fafd4b0cec14"}} 2018-08-20 11:58:52,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-9da11aa8-96ba-4dd5-b9f8-8d2d056d7481 2018-08-20 11:58:52,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.359261989594s 2018-08-20 11:58:52,586 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-9da11aa8-96ba-4dd5-b9f8-8d2d056d7481 2018-08-20 11:58:52,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:58:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:52,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-2b5c575c-a2be-49a1-b272-1fae2933824b Date: Mon, 20 Aug 2018 11:58:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:23Z", "updated_at": "2018-08-20T11:57:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "7111edfc-5006-4ede-a6bf-74fa5c7ef17b", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "a4ee2664-0446-4f1f-a341-f0515497f76b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "b972df3b-d13a-4d97-ac12-82935c654931", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "d8e80b6b-4bc6-4f6a-9ce6-dd18e41a6986", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 4, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "70246335-b419-4664-83ec-83a4e83114f3", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:58:52Z", "revision_number": 0, "id": "bfdb5292-1579-41c8-9a34-fafd4b0cec14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:52Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 3, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:52,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-2b5c575c-a2be-49a1-b272-1fae2933824b 2018-08-20 11:58:52,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.225410938263s 2018-08-20 11:58:52,815 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-2b5c575c-a2be-49a1-b272-1fae2933824b 2018-08-20 11:58:52,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:58:52,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -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": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b"}}' 2018-08-20 11:58:53,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-be2f256c-f2ab-46ad-9724-eea07e0b1f3d Date: Mon, 20 Aug 2018 11:58:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "port_range_min": null, "revision_number": 0, "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:53Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "13771753-f24f-4b15-b86a-72b52c19d3b4"}} 2018-08-20 11:58:53,197 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-be2f256c-f2ab-46ad-9724-eea07e0b1f3d 2018-08-20 11:58:53,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.378107070923s 2018-08-20 11:58:53,197 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-be2f256c-f2ab-46ad-9724-eea07e0b1f3d 2018-08-20 11:58:53,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:58:53,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:53,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-355864de-1c63-4ae3-b052-3ceb2a45d6d8 Date: Mon, 20 Aug 2018 11:58:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:23Z", "updated_at": "2018-08-20T11:57:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "7111edfc-5006-4ede-a6bf-74fa5c7ef17b", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "a4ee2664-0446-4f1f-a341-f0515497f76b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "b972df3b-d13a-4d97-ac12-82935c654931", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "d8e80b6b-4bc6-4f6a-9ce6-dd18e41a6986", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 4, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "70246335-b419-4664-83ec-83a4e83114f3", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "13771753-f24f-4b15-b86a-72b52c19d3b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:58:52Z", "revision_number": 0, "id": "bfdb5292-1579-41c8-9a34-fafd4b0cec14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:52Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 4, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:53,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-355864de-1c63-4ae3-b052-3ceb2a45d6d8 2018-08-20 11:58:53,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.232694149017s 2018-08-20 11:58:53,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-355864de-1c63-4ae3-b052-3ceb2a45d6d8 2018-08-20 11:58:53,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:58:53,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -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": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b"}}' 2018-08-20 11:58:54,005 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5db0a0f4-853a-451b-931d-49141211442b Date: Mon, 20 Aug 2018 11:58:54 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-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "port_range_min": 80, "revision_number": 0, "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:53Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "e5ac79b1-a77d-4878-82a3-c7c0c4890dd9"}} 2018-08-20 11:58:54,005 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-5db0a0f4-853a-451b-931d-49141211442b 2018-08-20 11:58:54,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.567591905594s 2018-08-20 11:58:54,005 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-5db0a0f4-853a-451b-931d-49141211442b 2018-08-20 11:58:54,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:58:54,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:54,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-c37eff66-af47-4f38-86f7-2e9001a7c92f Date: Mon, 20 Aug 2018 11:58:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:23Z", "updated_at": "2018-08-20T11:57:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "7111edfc-5006-4ede-a6bf-74fa5c7ef17b", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "a4ee2664-0446-4f1f-a341-f0515497f76b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "b972df3b-d13a-4d97-ac12-82935c654931", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "d8e80b6b-4bc6-4f6a-9ce6-dd18e41a6986", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 4, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "70246335-b419-4664-83ec-83a4e83114f3", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "13771753-f24f-4b15-b86a-72b52c19d3b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:58:52Z", "revision_number": 0, "id": "bfdb5292-1579-41c8-9a34-fafd4b0cec14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:52Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "e5ac79b1-a77d-4878-82a3-c7c0c4890dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 5, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:54,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-c37eff66-af47-4f38-86f7-2e9001a7c92f 2018-08-20 11:58:54,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.236166000366s 2018-08-20 11:58:54,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-c37eff66-af47-4f38-86f7-2e9001a7c92f 2018-08-20 11:58:54,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:58:54,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -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": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b"}}' 2018-08-20 11:58:54,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-19c678bf-7ceb-4945-b4a8-afe1ee85bec3 Date: Mon, 20 Aug 2018 11:58:54 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-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "port_range_min": 443, "revision_number": 0, "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:54Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "ac77d76e-6d13-4b8d-af74-0125a4f4318b"}} 2018-08-20 11:58:54,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-19c678bf-7ceb-4945-b4a8-afe1ee85bec3 2018-08-20 11:58:54,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.40317606926s 2018-08-20 11:58:54,653 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-19c678bf-7ceb-4945-b4a8-afe1ee85bec3 2018-08-20 11:58:54,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:58:54,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:54,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-757bab2c-8b85-4004-b8bc-1b6348b9cec0 Date: Mon, 20 Aug 2018 11:58:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:23Z", "updated_at": "2018-08-20T11:57:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "7111edfc-5006-4ede-a6bf-74fa5c7ef17b", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "a4ee2664-0446-4f1f-a341-f0515497f76b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "b972df3b-d13a-4d97-ac12-82935c654931", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "d8e80b6b-4bc6-4f6a-9ce6-dd18e41a6986", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 4, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "70246335-b419-4664-83ec-83a4e83114f3", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:54Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "13771753-f24f-4b15-b86a-72b52c19d3b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:58:54Z", "revision_number": 0, "id": "ac77d76e-6d13-4b8d-af74-0125a4f4318b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:58:52Z", "revision_number": 0, "id": "bfdb5292-1579-41c8-9a34-fafd4b0cec14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:52Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "e5ac79b1-a77d-4878-82a3-c7c0c4890dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 6, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:54,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-757bab2c-8b85-4004-b8bc-1b6348b9cec0 2018-08-20 11:58:54,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.22168302536s 2018-08-20 11:58:54,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-757bab2c-8b85-4004-b8bc-1b6348b9cec0 2018-08-20 11:58:54,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:58:54,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -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": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b"}}' 2018-08-20 11:58:55,126 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-96ce92d5-ce9e-4975-9d08-a6eeb58fb561 Date: Mon, 20 Aug 2018 11:58:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "port_range_min": 5671, "revision_number": 0, "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:54Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "f2fc8468-5ff8-4f70-9331-4a97bde89a2f"}} 2018-08-20 11:58:55,126 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-96ce92d5-ce9e-4975-9d08-a6eeb58fb561 2018-08-20 11:58:55,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.244465112686s 2018-08-20 11:58:55,127 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-96ce92d5-ce9e-4975-9d08-a6eeb58fb561 2018-08-20 11:58:55,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 11:58:55,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:55,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-e9c49b0d-e441-44f6-a6ea-cffff458b9a4 Date: Mon, 20 Aug 2018 11:58:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:23Z", "updated_at": "2018-08-20T11:57:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "7111edfc-5006-4ede-a6bf-74fa5c7ef17b", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "a4ee2664-0446-4f1f-a341-f0515497f76b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "b972df3b-d13a-4d97-ac12-82935c654931", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "d8e80b6b-4bc6-4f6a-9ce6-dd18e41a6986", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 4, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "70246335-b419-4664-83ec-83a4e83114f3", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:54Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "13771753-f24f-4b15-b86a-72b52c19d3b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:58:54Z", "revision_number": 0, "id": "ac77d76e-6d13-4b8d-af74-0125a4f4318b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:58:52Z", "revision_number": 0, "id": "bfdb5292-1579-41c8-9a34-fafd4b0cec14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:52Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "e5ac79b1-a77d-4878-82a3-c7c0c4890dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-20T11:58:54Z", "revision_number": 0, "id": "f2fc8468-5ff8-4f70-9331-4a97bde89a2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 7, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:55,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-e9c49b0d-e441-44f6-a6ea-cffff458b9a4 2018-08-20 11:58:55,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.267452001572s 2018-08-20 11:58:55,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-e9c49b0d-e441-44f6-a6ea-cffff458b9a4 2018-08-20 11:58:55,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 11:58:55,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -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": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b"}}' 2018-08-20 11:58:55,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-bae68929-7f72-4ec0-abfd-f33f5c4b9dac Date: Mon, 20 Aug 2018 11:58:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-20T11:58:55Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "port_range_min": 53333, "revision_number": 0, "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:55Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c5d322a7-c146-4f6e-8f46-2df6fbf619b0"}} 2018-08-20 11:58:55,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-bae68929-7f72-4ec0-abfd-f33f5c4b9dac 2018-08-20 11:58:55,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.358271121979s 2018-08-20 11:58:55,761 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-bae68929-7f72-4ec0-abfd-f33f5c4b9dac 2018-08-20 11:58:55,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:58:55,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:56,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-df0570e8-55a5-4a2a-bd6c-235d800a197e Date: Mon, 20 Aug 2018 11:58:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["252a364e-3e8d-4e0b-9c01-02815f05977f"],"updated_at":"2018-08-20T11:57:24Z","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ac2f02213baa40a5b53010e87f96a1c8","id":"d92ff01d-013c-421b-8f56-bd0d70608479","name":"vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:56,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-df0570e8-55a5-4a2a-bd6c-235d800a197e 2018-08-20 11:58:56,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304169893265s 2018-08-20 11:58:56,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-df0570e8-55a5-4a2a-bd6c-235d800a197e 2018-08-20 11:58:56,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 11:58:56,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:56,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-79a16907-7e21-4848-bf5a-1d924fb89201 Date: Mon, 20 Aug 2018 11:58:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "metadata": {}}], "file": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file", "owner": "ac2f02213baa40a5b53010e87f96a1c8", "id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "size": 4373348352, "self": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:58:50Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 11:58:56,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-79a16907-7e21-4848-bf5a-1d924fb89201 2018-08-20 11:58:56,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.22539806366s 2018-08-20 11:58:56,297 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-79a16907-7e21-4848-bf5a-1d924fb89201 2018-08-20 11:58:56,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 11:58:56,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:56,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:58:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77d27887-987f-49a7-9ceb-3e079c1ddc17 x-compute-request-id: req-77d27887-987f-49a7-9ceb-3e079c1ddc17 Content-Encoding: gzip Content-Length: 406 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44"}, {"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 11:58:56,326 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-77d27887-987f-49a7-9ceb-3e079c1ddc17 2018-08-20 11:58:56,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0274980068207s 2018-08-20 11:58:56,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-77d27887-987f-49a7-9ceb-3e079c1ddc17 2018-08-20 11:58:56,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-20 11:58:56,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"server": {"name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "imageRef": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "flavorRef": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d92ff01d-013c-421b-8f56-bd0d70608479"}], "security_groups": [{"name": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b"}]}}' 2018-08-20 11:58:59,122 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 11:58:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ace8edc4-71e4-4ad0-8680-b6e8af264fd1 x-compute-request-id: req-ace8edc4-71e4-4ad0-8680-b6e8af264fd1 Content-Length: 403 location: http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b"}], "OS-DCF:diskConfig": "MANUAL", "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "adminPass": "yueBRzhaR7eu"}} 2018-08-20 11:58:59,122 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-ace8edc4-71e4-4ad0-8680-b6e8af264fd1 2018-08-20 11:58:59,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.79359793663s 2018-08-20 11:58:59,122 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers used request id req-ace8edc4-71e4-4ad0-8680-b6e8af264fd1 2018-08-20 11:58:59,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:58:59,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:59,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:58:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bd0964a-2d28-4937-9bf2-53fa93a5fcf5 x-compute-request-id: req-0bd0964a-2d28-4937-9bf2-53fa93a5fcf5 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:58:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:58:59,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0bd0964a-2d28-4937-9bf2-53fa93a5fcf5 2018-08-20 11:58:59,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634145021439s 2018-08-20 11:58:59,758 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0bd0964a-2d28-4937-9bf2-53fa93a5fcf5 2018-08-20 11:58:59,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 11:58:59,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:59,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-ee146cfc-2583-4183-a474-784552e6477e Date: Mon, 20 Aug 2018 11:58:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["252a364e-3e8d-4e0b-9c01-02815f05977f"],"updated_at":"2018-08-20T11:57:24Z","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ac2f02213baa40a5b53010e87f96a1c8","id":"d92ff01d-013c-421b-8f56-bd0d70608479","name":"vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:59,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-ee146cfc-2583-4183-a474-784552e6477e 2018-08-20 11:58:59,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116216897964s 2018-08-20 11:58:59,881 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-ee146cfc-2583-4183-a474-784552e6477e 2018-08-20 11:58:59,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 11:58:59,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:58:59,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-087fa9a3-8ef0-46ed-995a-35d944245ecf Date: Mon, 20 Aug 2018 11:58:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d92ff01d-013c-421b-8f56-bd0d70608479","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:57:24Z","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":"ac2f02213baa40a5b53010e87f96a1c8","id":"252a364e-3e8d-4e0b-9c01-02815f05977f","subnetpool_id":null,"name":"vyos_vrouter-subnet_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 11:58:59,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-087fa9a3-8ef0-46ed-995a-35d944245ecf 2018-08-20 11:58:59,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0468800067902s 2018-08-20 11:58:59,929 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-087fa9a3-8ef0-46ed-995a-35d944245ecf 2018-08-20 11:58:59,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:01,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:01,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:02,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-05e05f9a-9cc5-47c0-8207-8445b90cee3c x-compute-request-id: req-05e05f9a-9cc5-47c0-8207-8445b90cee3c Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:01Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:02,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-05e05f9a-9cc5-47c0-8207-8445b90cee3c 2018-08-20 11:59:02,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44713306427s 2018-08-20 11:59:02,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-05e05f9a-9cc5-47c0-8207-8445b90cee3c 2018-08-20 11:59:02,384 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:04,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:04,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:05,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f7eae34-b5fc-424c-bc0f-2c4c6336a4fd x-compute-request-id: req-4f7eae34-b5fc-424c-bc0f-2c4c6336a4fd Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:05,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4f7eae34-b5fc-424c-bc0f-2c4c6336a4fd 2018-08-20 11:59:05,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02492403984s 2018-08-20 11:59:05,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4f7eae34-b5fc-424c-bc0f-2c4c6336a4fd 2018-08-20 11:59:05,416 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:07,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:07,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:08,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d1d2997-8055-4978-aea6-7522b4bceac3 x-compute-request-id: req-8d1d2997-8055-4978-aea6-7522b4bceac3 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:08,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8d1d2997-8055-4978-aea6-7522b4bceac3 2018-08-20 11:59:08,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.615935087204s 2018-08-20 11:59:08,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8d1d2997-8055-4978-aea6-7522b4bceac3 2018-08-20 11:59:08,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:10,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:10,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:10,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb0e74da-7265-460b-b195-8285e34abfe4 x-compute-request-id: req-eb0e74da-7265-460b-b195-8285e34abfe4 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:10,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eb0e74da-7265-460b-b195-8285e34abfe4 2018-08-20 11:59:10,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.850426912308s 2018-08-20 11:59:10,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-eb0e74da-7265-460b-b195-8285e34abfe4 2018-08-20 11:59:10,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:12,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:12,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:13,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59: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-644be8ba-34bc-450f-82b1-fd8a8dbcb26f x-compute-request-id: req-644be8ba-34bc-450f-82b1-fd8a8dbcb26f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:13,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-644be8ba-34bc-450f-82b1-fd8a8dbcb26f 2018-08-20 11:59:13,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390422105789s 2018-08-20 11:59:13,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-644be8ba-34bc-450f-82b1-fd8a8dbcb26f 2018-08-20 11:59:13,291 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:15,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:15,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:15,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-add9e9d2-bdfd-4fb1-a0c3-8086f4c6918d x-compute-request-id: req-add9e9d2-bdfd-4fb1-a0c3-8086f4c6918d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:15,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-add9e9d2-bdfd-4fb1-a0c3-8086f4c6918d 2018-08-20 11:59:15,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.588042020798s 2018-08-20 11:59:15,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-add9e9d2-bdfd-4fb1-a0c3-8086f4c6918d 2018-08-20 11:59:15,886 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:17,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:17,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:18,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59: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-5f3af45c-a97b-4c0a-8196-05e2e1d7b164 x-compute-request-id: req-5f3af45c-a97b-4c0a-8196-05e2e1d7b164 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:18,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5f3af45c-a97b-4c0a-8196-05e2e1d7b164 2018-08-20 11:59:18,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.981570959091s 2018-08-20 11:59:18,871 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5f3af45c-a97b-4c0a-8196-05e2e1d7b164 2018-08-20 11:59:18,875 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:20,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:20,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:21,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ccd1399-5f42-4c9f-a657-59b7d076d180 x-compute-request-id: req-0ccd1399-5f42-4c9f-a657-59b7d076d180 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:21,527 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0ccd1399-5f42-4c9f-a657-59b7d076d180 2018-08-20 11:59:21,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649804115295s 2018-08-20 11:59:21,527 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0ccd1399-5f42-4c9f-a657-59b7d076d180 2018-08-20 11:59:21,531 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:23,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:23,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:24,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e85d436-5946-4e81-bf44-336b6fda6417 x-compute-request-id: req-8e85d436-5946-4e81-bf44-336b6fda6417 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:24,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8e85d436-5946-4e81-bf44-336b6fda6417 2018-08-20 11:59:24,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65993309021s 2018-08-20 11:59:24,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8e85d436-5946-4e81-bf44-336b6fda6417 2018-08-20 11:59:24,198 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:26,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:26,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:26,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1c309d8-6763-4c2c-8aa0-5cfca08eae7f x-compute-request-id: req-b1c309d8-6763-4c2c-8aa0-5cfca08eae7f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:26,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b1c309d8-6763-4c2c-8aa0-5cfca08eae7f 2018-08-20 11:59:26,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569848060608s 2018-08-20 11:59:26,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b1c309d8-6763-4c2c-8aa0-5cfca08eae7f 2018-08-20 11:59:26,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:28,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:28,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:29,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f58ea6d0-6f06-41a0-8a51-de95094620cc x-compute-request-id: req-f58ea6d0-6f06-41a0-8a51-de95094620cc Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:29,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f58ea6d0-6f06-41a0-8a51-de95094620cc 2018-08-20 11:59:29,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567393064499s 2018-08-20 11:59:29,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f58ea6d0-6f06-41a0-8a51-de95094620cc 2018-08-20 11:59:29,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:31,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:31,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:31,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9deb1635-b799-4e5e-9f89-5af0885d2e46 x-compute-request-id: req-9deb1635-b799-4e5e-9f89-5af0885d2e46 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:31,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9deb1635-b799-4e5e-9f89-5af0885d2e46 2018-08-20 11:59:31,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580230951309s 2018-08-20 11:59:31,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-9deb1635-b799-4e5e-9f89-5af0885d2e46 2018-08-20 11:59:31,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:33,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:33,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:34,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b735d86-5fd2-4129-90e3-bc10a8a3ef52 x-compute-request-id: req-2b735d86-5fd2-4129-90e3-bc10a8a3ef52 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:34,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2b735d86-5fd2-4129-90e3-bc10a8a3ef52 2018-08-20 11:59:34,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545152902603s 2018-08-20 11:59:34,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2b735d86-5fd2-4129-90e3-bc10a8a3ef52 2018-08-20 11:59:34,488 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:36,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:36,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:37,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a987bac3-7cc0-4cb0-b20f-cbe3d7821be8 x-compute-request-id: req-a987bac3-7cc0-4cb0-b20f-cbe3d7821be8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:37,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a987bac3-7cc0-4cb0-b20f-cbe3d7821be8 2018-08-20 11:59:37,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552057981491s 2018-08-20 11:59:37,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a987bac3-7cc0-4cb0-b20f-cbe3d7821be8 2018-08-20 11:59:37,046 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:39,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:39,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:39,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5067d06a-83cc-4233-95ec-233be3f36162 x-compute-request-id: req-5067d06a-83cc-4233-95ec-233be3f36162 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:39,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5067d06a-83cc-4233-95ec-233be3f36162 2018-08-20 11:59:39,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514258146286s 2018-08-20 11:59:39,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-5067d06a-83cc-4233-95ec-233be3f36162 2018-08-20 11:59:39,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:41,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:41,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:42,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59: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-18f38618-d05d-4e6d-b873-60c4f36245ce x-compute-request-id: req-18f38618-d05d-4e6d-b873-60c4f36245ce Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:42,306 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-18f38618-d05d-4e6d-b873-60c4f36245ce 2018-08-20 11:59:42,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736751079559s 2018-08-20 11:59:42,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-18f38618-d05d-4e6d-b873-60c4f36245ce 2018-08-20 11:59:42,310 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:44,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:44,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:44,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a37b250e-fb22-4dfb-aa65-3db0553fda8b x-compute-request-id: req-a37b250e-fb22-4dfb-aa65-3db0553fda8b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:44,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a37b250e-fb22-4dfb-aa65-3db0553fda8b 2018-08-20 11:59:44,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623667955399s 2018-08-20 11:59:44,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a37b250e-fb22-4dfb-aa65-3db0553fda8b 2018-08-20 11:59:44,941 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:46,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:46,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:47,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59: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-4fc1d5da-bfa9-4a0b-b8cc-a2d6c8b289b1 x-compute-request-id: req-4fc1d5da-bfa9-4a0b-b8cc-a2d6c8b289b1 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:47,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4fc1d5da-bfa9-4a0b-b8cc-a2d6c8b289b1 2018-08-20 11:59:47,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568758964539s 2018-08-20 11:59:47,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-4fc1d5da-bfa9-4a0b-b8cc-a2d6c8b289b1 2018-08-20 11:59:47,517 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:49,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:49,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:50,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1eb60079-2ce3-42b8-a700-210ce30d2736 x-compute-request-id: req-1eb60079-2ce3-42b8-a700-210ce30d2736 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:50,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1eb60079-2ce3-42b8-a700-210ce30d2736 2018-08-20 11:59:50,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551457881927s 2018-08-20 11:59:50,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1eb60079-2ce3-42b8-a700-210ce30d2736 2018-08-20 11:59:50,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:52,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:52,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:52,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78cc23ee-b8c9-44bf-9e15-ef31520d3eb7 x-compute-request-id: req-78cc23ee-b8c9-44bf-9e15-ef31520d3eb7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:52,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-78cc23ee-b8c9-44bf-9e15-ef31520d3eb7 2018-08-20 11:59:52,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569617033005s 2018-08-20 11:59:52,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-78cc23ee-b8c9-44bf-9e15-ef31520d3eb7 2018-08-20 11:59:52,653 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:54,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:54,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:55,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11: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-8579508a-70c6-480c-bc30-aaad46d4d145 x-compute-request-id: req-8579508a-70c6-480c-bc30-aaad46d4d145 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:55,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8579508a-70c6-480c-bc30-aaad46d4d145 2018-08-20 11:59:55,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628488063812s 2018-08-20 11:59:55,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-8579508a-70c6-480c-bc30-aaad46d4d145 2018-08-20 11:59:55,288 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 11:59:57,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 11:59:57,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 11:59:58,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 11:59:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4cacb3c-646f-4e5a-842f-6e810b395b5c x-compute-request-id: req-b4cacb3c-646f-4e5a-842f-6e810b395b5c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 11:59:58,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b4cacb3c-646f-4e5a-842f-6e810b395b5c 2018-08-20 11:59:58,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.883937835693s 2018-08-20 11:59:58,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b4cacb3c-646f-4e5a-842f-6e810b395b5c 2018-08-20 11:59:58,177 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:00,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:00,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:01,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-2b666b00-c8a4-4a3a-a050-a7beb29646b9 x-compute-request-id: req-2b666b00-c8a4-4a3a-a050-a7beb29646b9 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:01,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2b666b00-c8a4-4a3a-a050-a7beb29646b9 2018-08-20 12:00:01,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03755712509s 2018-08-20 12:00:01,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2b666b00-c8a4-4a3a-a050-a7beb29646b9 2018-08-20 12:00:01,222 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:03,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:03,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:04,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ef8a947-7e63-463b-9c33-b5b9e2f7c403 x-compute-request-id: req-6ef8a947-7e63-463b-9c33-b5b9e2f7c403 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:04,058 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6ef8a947-7e63-463b-9c33-b5b9e2f7c403 2018-08-20 12:00:04,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.833408117294s 2018-08-20 12:00:04,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6ef8a947-7e63-463b-9c33-b5b9e2f7c403 2018-08-20 12:00:04,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:06,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:06,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:06,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00: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-60666ca9-8bc5-4cd6-9e12-33ca22c1a805 x-compute-request-id: req-60666ca9-8bc5-4cd6-9e12-33ca22c1a805 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:06,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-60666ca9-8bc5-4cd6-9e12-33ca22c1a805 2018-08-20 12:00:06,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599714994431s 2018-08-20 12:00:06,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-60666ca9-8bc5-4cd6-9e12-33ca22c1a805 2018-08-20 12:00:06,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:08,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:08,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:09,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-64279e07-a0f0-4924-bd74-b8bec65a8d04 x-compute-request-id: req-64279e07-a0f0-4924-bd74-b8bec65a8d04 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:09,216 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-64279e07-a0f0-4924-bd74-b8bec65a8d04 2018-08-20 12:00:09,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544059038162s 2018-08-20 12:00:09,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-64279e07-a0f0-4924-bd74-b8bec65a8d04 2018-08-20 12:00:09,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:11,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:11,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:11,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c0cea29-3e12-4b8f-8075-d53d7ccd8101 x-compute-request-id: req-1c0cea29-3e12-4b8f-8075-d53d7ccd8101 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:11,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1c0cea29-3e12-4b8f-8075-d53d7ccd8101 2018-08-20 12:00:11,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611148118973s 2018-08-20 12:00:11,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-1c0cea29-3e12-4b8f-8075-d53d7ccd8101 2018-08-20 12:00:11,838 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:13,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:13,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:14,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-612a8c9a-f63e-4949-93a7-539d54fc875f x-compute-request-id: req-612a8c9a-f63e-4949-93a7-539d54fc875f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:14,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-612a8c9a-f63e-4949-93a7-539d54fc875f 2018-08-20 12:00:14,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.792232036591s 2018-08-20 12:00:14,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-612a8c9a-f63e-4949-93a7-539d54fc875f 2018-08-20 12:00:14,640 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:16,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:16,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:17,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-74c8345a-ec1b-44d9-87fa-3f2d4c3e497c x-compute-request-id: req-74c8345a-ec1b-44d9-87fa-3f2d4c3e497c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:17,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-74c8345a-ec1b-44d9-87fa-3f2d4c3e497c 2018-08-20 12:00:17,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.763699054718s 2018-08-20 12:00:17,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-74c8345a-ec1b-44d9-87fa-3f2d4c3e497c 2018-08-20 12:00:17,411 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:19,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:19,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:19,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e105760b-57b0-4073-917c-a1778c8987bc x-compute-request-id: req-e105760b-57b0-4073-917c-a1778c8987bc Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:19,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e105760b-57b0-4073-917c-a1778c8987bc 2018-08-20 12:00:19,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385120868683s 2018-08-20 12:00:19,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e105760b-57b0-4073-917c-a1778c8987bc 2018-08-20 12:00:19,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:21,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:21,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:22,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-0c71bdbe-a9fc-403c-9d20-c575be050627 x-compute-request-id: req-0c71bdbe-a9fc-403c-9d20-c575be050627 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:22,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0c71bdbe-a9fc-403c-9d20-c575be050627 2018-08-20 12:00:22,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.796566009521s 2018-08-20 12:00:22,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-0c71bdbe-a9fc-403c-9d20-c575be050627 2018-08-20 12:00:22,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:24,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:25,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-453d670b-6c0b-44f9-ae62-1b349476c150 x-compute-request-id: req-453d670b-6c0b-44f9-ae62-1b349476c150 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:25,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-453d670b-6c0b-44f9-ae62-1b349476c150 2018-08-20 12:00:25,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756692171097s 2018-08-20 12:00:25,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-453d670b-6c0b-44f9-ae62-1b349476c150 2018-08-20 12:00:25,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:27,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:27,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:27,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-abd2c4e7-06d7-42a0-b191-6359d7b61c22 x-compute-request-id: req-abd2c4e7-06d7-42a0-b191-6359d7b61c22 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:27,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-abd2c4e7-06d7-42a0-b191-6359d7b61c22 2018-08-20 12:00:27,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380443096161s 2018-08-20 12:00:27,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-abd2c4e7-06d7-42a0-b191-6359d7b61c22 2018-08-20 12:00:27,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:29,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:29,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:30,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cb6e5dc-2682-44be-b00b-6f2f080ff709 x-compute-request-id: req-6cb6e5dc-2682-44be-b00b-6f2f080ff709 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:30,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6cb6e5dc-2682-44be-b00b-6f2f080ff709 2018-08-20 12:00:30,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390613794327s 2018-08-20 12:00:30,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6cb6e5dc-2682-44be-b00b-6f2f080ff709 2018-08-20 12:00:30,148 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:32,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:32,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:33,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-422ea4bc-81f9-4cea-8ae7-86de3e2ddd58 x-compute-request-id: req-422ea4bc-81f9-4cea-8ae7-86de3e2ddd58 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:33,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-422ea4bc-81f9-4cea-8ae7-86de3e2ddd58 2018-08-20 12:00:33,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.968297958374s 2018-08-20 12:00:33,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-422ea4bc-81f9-4cea-8ae7-86de3e2ddd58 2018-08-20 12:00:33,123 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:35,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:35,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:35,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30921949-24d4-4908-acb2-2024c8d0c9d8 x-compute-request-id: req-30921949-24d4-4908-acb2-2024c8d0c9d8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:35,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-30921949-24d4-4908-acb2-2024c8d0c9d8 2018-08-20 12:00:35,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.822530984879s 2018-08-20 12:00:35,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-30921949-24d4-4908-acb2-2024c8d0c9d8 2018-08-20 12:00:35,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:37,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:37,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:38,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-b002f2eb-ae50-479d-b113-7007c0f7c41d x-compute-request-id: req-b002f2eb-ae50-479d-b113-7007c0f7c41d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:38,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b002f2eb-ae50-479d-b113-7007c0f7c41d 2018-08-20 12:00:38,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760987043381s 2018-08-20 12:00:38,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-b002f2eb-ae50-479d-b113-7007c0f7c41d 2018-08-20 12:00:38,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:40,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:40,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:41,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00: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-c0e2df6f-c96b-45f7-9f07-bc91f996c942 x-compute-request-id: req-c0e2df6f-c96b-45f7-9f07-bc91f996c942 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:41,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c0e2df6f-c96b-45f7-9f07-bc91f996c942 2018-08-20 12:00:41,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570291996002s 2018-08-20 12:00:41,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-c0e2df6f-c96b-45f7-9f07-bc91f996c942 2018-08-20 12:00:41,298 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:43,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:43,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:43,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31586a75-39f5-4cbe-95fd-96098087c43b x-compute-request-id: req-31586a75-39f5-4cbe-95fd-96098087c43b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:43,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-31586a75-39f5-4cbe-95fd-96098087c43b 2018-08-20 12:00:43,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574385881424s 2018-08-20 12:00:43,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-31586a75-39f5-4cbe-95fd-96098087c43b 2018-08-20 12:00:43,878 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:45,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:45,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:46,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28c005da-746f-4bf0-a180-86d04178d3a6 x-compute-request-id: req-28c005da-746f-4bf0-a180-86d04178d3a6 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:46,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-28c005da-746f-4bf0-a180-86d04178d3a6 2018-08-20 12:00:46,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380396842957s 2018-08-20 12:00:46,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-28c005da-746f-4bf0-a180-86d04178d3a6 2018-08-20 12:00:46,266 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:48,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:48,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:48,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a56dbd65-c25a-42e5-b61d-5614f003f456 x-compute-request-id: req-a56dbd65-c25a-42e5-b61d-5614f003f456 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:48,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a56dbd65-c25a-42e5-b61d-5614f003f456 2018-08-20 12:00:48,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527395009995s 2018-08-20 12:00:48,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a56dbd65-c25a-42e5-b61d-5614f003f456 2018-08-20 12:00:48,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:50,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:50,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:51,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4e27d98-3811-407f-8fea-db2683973efd x-compute-request-id: req-e4e27d98-3811-407f-8fea-db2683973efd Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:51,436 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e4e27d98-3811-407f-8fea-db2683973efd 2018-08-20 12:00:51,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632735967636s 2018-08-20 12:00:51,436 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e4e27d98-3811-407f-8fea-db2683973efd 2018-08-20 12:00:51,440 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:53,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:53,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:54,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c5f9e07-0760-4d72-8d78-b1d72a8f7ab8 x-compute-request-id: req-2c5f9e07-0760-4d72-8d78-b1d72a8f7ab8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:54,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2c5f9e07-0760-4d72-8d78-b1d72a8f7ab8 2018-08-20 12:00:54,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1791498661s 2018-08-20 12:00:54,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-2c5f9e07-0760-4d72-8d78-b1d72a8f7ab8 2018-08-20 12:00:54,626 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:56,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:56,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:57,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72c95a0d-7f33-4ece-a31d-4b0386bba57b x-compute-request-id: req-72c95a0d-7f33-4ece-a31d-4b0386bba57b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:57,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-72c95a0d-7f33-4ece-a31d-4b0386bba57b 2018-08-20 12:00:57,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561715841293s 2018-08-20 12:00:57,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-72c95a0d-7f33-4ece-a31d-4b0386bba57b 2018-08-20 12:00:57,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:00:59,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:00:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:00:59,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df480bef-db94-4b97-a848-fd4a6b2a7902 x-compute-request-id: req-df480bef-db94-4b97-a848-fd4a6b2a7902 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:00:59,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-df480bef-db94-4b97-a848-fd4a6b2a7902 2018-08-20 12:00:59,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613686084747s 2018-08-20 12:00:59,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-df480bef-db94-4b97-a848-fd4a6b2a7902 2018-08-20 12:00:59,816 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:01:01,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:01:01,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:02,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:01: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-a5b453c8-da7b-4cec-a40b-1d2c91838382 x-compute-request-id: req-a5b453c8-da7b-4cec-a40b-1d2c91838382 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:01:02,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a5b453c8-da7b-4cec-a40b-1d2c91838382 2018-08-20 12:01:02,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407020807266s 2018-08-20 12:01:02,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-a5b453c8-da7b-4cec-a40b-1d2c91838382 2018-08-20 12:01:02,231 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:01:04,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:01:04,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:04,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7bfca8d-99e7-45ba-9c03-3f978a7e228d x-compute-request-id: req-f7bfca8d-99e7-45ba-9c03-3f978a7e228d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:01:04,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f7bfca8d-99e7-45ba-9c03-3f978a7e228d 2018-08-20 12:01:04,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401139974594s 2018-08-20 12:01:04,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-f7bfca8d-99e7-45ba-9c03-3f978a7e228d 2018-08-20 12:01:04,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:01:06,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:01:06,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:07,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:01:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e913b991-138b-415c-a438-aaa98cb8e114 x-compute-request-id: req-e913b991-138b-415c-a438-aaa98cb8e114 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:01:07,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e913b991-138b-415c-a438-aaa98cb8e114 2018-08-20 12:01:07,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741909980774s 2018-08-20 12:01:07,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-e913b991-138b-415c-a438-aaa98cb8e114 2018-08-20 12:01:07,387 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:01:09,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:01:09,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:09,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:01:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11822347-892b-4b70-864f-ed766bc3df73 x-compute-request-id: req-11822347-892b-4b70-864f-ed766bc3df73 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:01:09,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-11822347-892b-4b70-864f-ed766bc3df73 2018-08-20 12:01:09,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561366081238s 2018-08-20 12:01:09,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-11822347-892b-4b70-864f-ed766bc3df73 2018-08-20 12:01:09,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:01:11,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:01:11,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:12,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-87c9d5b4-fa2c-4d13-961c-20656dec3b74 x-compute-request-id: req-87c9d5b4-fa2c-4d13-961c-20656dec3b74 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-20T11:59:02Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:01:12,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-87c9d5b4-fa2c-4d13-961c-20656dec3b74 2018-08-20 12:01:12,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561013936996s 2018-08-20 12:01:12,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-87c9d5b4-fa2c-4d13-961c-20656dec3b74 2018-08-20 12:01:12,523 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:01:14,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:01:14,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:15,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-6c7b7935-0af8-48f3-922c-02ae70ccdd1e x-compute-request-id: req-6c7b7935-0af8-48f3-922c-02ae70ccdd1e Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:cf:2b", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T12:01:13.000000", "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T12:01:13Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:01:15,070 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6c7b7935-0af8-48f3-922c-02ae70ccdd1e 2018-08-20 12:01:15,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544351100922s 2018-08-20 12:01:15,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-6c7b7935-0af8-48f3-922c-02ae70ccdd1e 2018-08-20 12:01:15,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 12:01:15,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=00c2f30d-f37b-47c2-82bc-b3146a1d4d5e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:15,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cb8ed3a9-ec8b-4d49-9ba2-b195877cae23 Date: Mon, 20 Aug 2018 12:01:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d92ff01d-013c-421b-8f56-bd0d70608479","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:59:02Z","admin_state_up":true,"updated_at":"2018-08-20T12:01:12Z","binding:vnic_type":"normal","device_id":"00c2f30d-f37b-47c2-82bc-b3146a1d4d5e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c5:cf:2b","id":"b65375e9-650a-445a-8ea3-7c0eac6c415b","port_security_enabled":true,"project_id":"ac2f02213baa40a5b53010e87f96a1c8","fixed_ips":[{"subnet_id":"252a364e-3e8d-4e0b-9c01-02815f05977f","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["c7668d0a-7ef1-4dbf-b395-bae18d07a60b"],"name":""}]} 2018-08-20 12:01:15,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=00c2f30d-f37b-47c2-82bc-b3146a1d4d5e used request id req-cb8ed3a9-ec8b-4d49-9ba2-b195877cae23 2018-08-20 12:01:15,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0778968334198s 2018-08-20 12:01:15,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=00c2f30d-f37b-47c2-82bc-b3146a1d4d5e used request id req-cb8ed3a9-ec8b-4d49-9ba2-b195877cae23 2018-08-20 12:01:15,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 12:01:15,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/floatingips.json?port_id=b65375e9-650a-445a-8ea3-7c0eac6c415b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:15,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e029e1b0-089f-419d-b2ca-400811c126bf Date: Mon, 20 Aug 2018 12:01:15 GMT RESP BODY: {"floatingips": []} 2018-08-20 12:01:15,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=b65375e9-650a-445a-8ea3-7c0eac6c415b used request id req-e029e1b0-089f-419d-b2ca-400811c126bf 2018-08-20 12:01:15,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0198650360107s 2018-08-20 12:01:15,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json?port_id=b65375e9-650a-445a-8ea3-7c0eac6c415b used request id req-e029e1b0-089f-419d-b2ca-400811c126bf 2018-08-20 12:01:15,176 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:cf:2b', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8a18c6b8-ecec-40c9-9bce-4662e02da442'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-20T12:01:13.000000', 'flavor': Munch({u'id': u'98d0a590-8eb0-42d2-9a80-81769e1b5e44'}), 'az': u'nova', 'id': u'00c2f30d-f37b-47c2-82bc-b3146a1d4d5e', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'877557443b95484eaa05bb6cf22fa12c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac2f02213baa40a5b53010e87f96a1c8', 'name': 'vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9', '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-08-20T12:01:13.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-20T12:01:13Z', 'hostId': u'1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5', '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-08-20T12:01:13.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ac2f02213baa40a5b53010e87f96a1c8', 'name': u'vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'adminPass': u'yueBRzhaR7eu', 'tenant_id': u'ac2f02213baa40a5b53010e87f96a1c8', 'created_at': u'2018-08-20T11:58:59Z', 'created': u'2018-08-20T11:58:59Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-20 12:01:15,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 12:01:15,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:15,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-e8488467-ebbf-42c3-962c-c34fd6acfc09 Date: Mon, 20 Aug 2018 12:01:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["252a364e-3e8d-4e0b-9c01-02815f05977f"],"updated_at":"2018-08-20T11:57:24Z","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ac2f02213baa40a5b53010e87f96a1c8","id":"d92ff01d-013c-421b-8f56-bd0d70608479","name":"vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 12:01:15,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e8488467-ebbf-42c3-962c-c34fd6acfc09 2018-08-20 12:01:15,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111004829407s 2018-08-20 12:01:15,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e8488467-ebbf-42c3-962c-c34fd6acfc09 2018-08-20 12:01:15,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-20 12:01:15,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/ports.json?device_id=00c2f30d-f37b-47c2-82bc-b3146a1d4d5e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:15,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8e68bdfe-1390-4456-aacd-be06f7f49787 Date: Mon, 20 Aug 2018 12:01:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d92ff01d-013c-421b-8f56-bd0d70608479","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:59:02Z","admin_state_up":true,"updated_at":"2018-08-20T12:01:12Z","binding:vnic_type":"normal","device_id":"00c2f30d-f37b-47c2-82bc-b3146a1d4d5e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c5:cf:2b","id":"b65375e9-650a-445a-8ea3-7c0eac6c415b","port_security_enabled":true,"project_id":"ac2f02213baa40a5b53010e87f96a1c8","fixed_ips":[{"subnet_id":"252a364e-3e8d-4e0b-9c01-02815f05977f","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["c7668d0a-7ef1-4dbf-b395-bae18d07a60b"],"name":""}]} 2018-08-20 12:01:15,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=00c2f30d-f37b-47c2-82bc-b3146a1d4d5e used request id req-8e68bdfe-1390-4456-aacd-be06f7f49787 2018-08-20 12:01:15,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0598969459534s 2018-08-20 12:01:15,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/ports.json?device_id=00c2f30d-f37b-47c2-82bc-b3146a1d4d5e used request id req-8e68bdfe-1390-4456-aacd-be06f7f49787 2018-08-20 12:01:15,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-20 12:01:15,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"floatingip": {"floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.8", "port_id": "b65375e9-650a-445a-8ea3-7c0eac6c415b"}}' 2018-08-20 12:01:17,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-433e18d9-62d7-4898-987f-41ced2fdcb6a Date: Mon, 20 Aug 2018 12:01:17 GMT RESP BODY: {"floatingip": {"router_id": "4d5ae1e4-9868-4d91-97e2-b74153204129", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T12:01:16Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "b65375e9-650a-445a-8ea3-7c0eac6c415b", "id": "94e6e95f-35de-44de-b374-f0ee6d99a152", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T12:01:16Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}} 2018-08-20 12:01:17,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-433e18d9-62d7-4898-987f-41ced2fdcb6a 2018-08-20 12:01:17,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.84479308128s 2018-08-20 12:01:17,196 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-433e18d9-62d7-4898-987f-41ced2fdcb6a 2018-08-20 12:01:17,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 12:01:17,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:01:17,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-34a70889-745d-483e-8cae-7f1afb91bced Date: Mon, 20 Aug 2018 12:01:17 GMT RESP BODY: {"floatingips": [{"router_id": "4d5ae1e4-9868-4d91-97e2-b74153204129", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-20T12:01:16Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "b65375e9-650a-445a-8ea3-7c0eac6c415b", "id": "94e6e95f-35de-44de-b374-f0ee6d99a152", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T12:01:16Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}]} 2018-08-20 12:01:17,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-34a70889-745d-483e-8cae-7f1afb91bced 2018-08-20 12:01:17,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0243360996246s 2018-08-20 12:01:17,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-34a70889-745d-483e-8cae-7f1afb91bced 2018-08-20 12:01:17,234 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'4d5ae1e4-9868-4d91-97e2-b74153204129', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ac2f02213baa40a5b53010e87f96a1c8', 'created_at': u'2018-08-20T12:01:16Z', 'attached': True, 'updated_at': u'2018-08-20T12:01:16Z', 'id': u'94e6e95f-35de-44de-b374-f0ee6d99a152', 'floating_network_id': u'a6080755-5724-465a-b182-14c24f0c1811', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac2f02213baa40a5b53010e87f96a1c8', 'name': 'vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'4d5ae1e4-9868-4d91-97e2-b74153204129', 'project_id': u'ac2f02213baa40a5b53010e87f96a1c8', 'port_id': u'b65375e9-650a-445a-8ea3-7c0eac6c415b', 'port': u'b65375e9-650a-445a-8ea3-7c0eac6c415b', 'network': u'a6080755-5724-465a-b182-14c24f0c1811'}) 2018-08-20 12:01:17,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 12:01:17,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 12:01:17,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ffec0d1-c500-491f-9d0e-842fd53c79da x-compute-request-id: req-1ffec0d1-c500-491f-9d0e-842fd53c79da Content-Encoding: gzip Content-Length: 9131 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1868756593 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.312328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.314537] pid_max: default: 32768 minimum: 301\n[ 0.315732] Security Framework initialized\n[ 0.316837] SELinux: Initializing.\n[ 0.318109] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.325970] Mount-cache hash table entries: 4096\n[ 0.327397] Initializing cgroup subsys memory\n[ 0.328547] Initializing cgroup subsys devices\n[ 0.329707] Initializing cgroup subsys freezer\n[ 0.330858] Initializing cgroup subsys net_cls\n[ 0.331998] Initializing cgroup subsys blkio\n[ 0.333122] Initializing cgroup subsys perf_event\n[ 0.334298] Initializing cgroup subsys hugetlb\n[ 0.335452] Initializing cgroup subsys pids\n[ 0.336562] Initializing cgroup subsys net_prio\n[ 0.337797] CPU: Physical Processor ID: 0\n[ 0.339593] mce: CPU supports 10 MCE banks\n[ 0.340718] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343271] tlb_flushall_shift: 6\n[ 0.344437] Freeing SMP alternatives: 28k freed\n[ 0.348268] ACPI: Core revision 20130517\n[ 0.349766] ACPI: All ACPI Tables successfully acquired\n[ 0.351220] ftrace: allocating 25812 entries in 101 pages\n[ 0.372879] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374374] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375853] smpboot: Max logical packages: 2\n[ 0.377150] Enabling x2apic\n[ 0.378052] Enabled x2apic\n[ 0.379134] Switched APIC routing to physical x2apic.\n[ 0.381296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382776] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393763] KVM setup paravirtual spinlock\n[ 0.396333] smpboot: Booting Node 0, Processors #1 OK\n[ 0.398284] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.420283] Brought up 2 CPUs\n[ 0.420285] KVM setup async PF for cpu 1\n[ 0.420288] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.424153] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.426756] devtmpfs: initialized\n[ 0.429553] EVM: security.selinux\n[ 0.430778] EVM: security.ima\n[ 0.431875] EVM: security.capability\n[ 0.433758] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.435726] pinctrl core: initialized pinctrl subsystem\n[ 0.437451] NET: Registered protocol family 16\n[ 0.439047] ACPI: bus type PCI registered\n[ 0.440401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.442331] PCI: Using configuration type 1 for base access\n[ 0.447287] ACPI: Added _OSI(Module Device)\n[ 0.448575] ACPI: Added _OSI(Processor Device)\n[ 0.449732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.451200] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.453900] ACPI: Interpreter enabled\n[ 0.455185] ACPI: (supports S0 S5)\n[ 0.456387] ACPI: Using IOAPIC for interrupt routing\n[ 0.457932] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.462460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.466256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.468163] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.471655] acpiphp: Slot [3] registered\n[ 0.472984] acpiphp: Slot [4] registered\n[ 0.474303] acpiphp: Slot [5] registered\n[ 0.475578] acpiphp: Slot [6] registered\n[ 0.476657] acpiphp: Slot [7] registered\n[ 0.477729] acpiphp: Slot [8] registered\n[ 0.478807] acpiphp: Slot [9] registered\n[ 0.479879] acpiphp: Slot [10] registered\n[ 0.480963] acpiphp: Slot [11] registered\n[ 0.482046] acpiphp: Slot [12] registered\n[ 0.483138] acpiphp: Slot [13] registered\n[ 0.484226] acpiphp: Slot [14] registered\n[ 0.485318] acpiphp: Slot [15] registered\n[ 0.486407] acpiphp: Slot [16] registered\n[ 0.487494] acpiphp: Slot [17] registered\n[ 0.488583] acpiphp: Slot [18] registered\n[ 0.489668] acpiphp: Slot [19] registered\n[ 0.490760] acpiphp: Slot [20] registered\n[ 0.491852] acpiphp: Slot [21] registered\n[ 0.492943] acpiphp: Slot [22] registered\n[ 0.494029] acpiphp: Slot [23] registered\n[ 0.495121] acpiphp: Slot [24] registered\n[ 0.496297] acpiphp: Slot [25] registered\n[ 0.497396] acpiphp: Slot [26] registered\n[ 0.498495] acpiphp: Slot [27] registered\n[ 0.499586] acpiphp: Slot [28] registered\n[ 0.500673] acpiphp: Slot [29] registered\n[ 0.501758] acpiphp: Slot [30] registered\n[ 0.502846] acpiphp: Slot [31] registered\n[ 0.503932] PCI host bridge to bus 0000:00\n[ 0.505106] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.507893] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.509381] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.511357] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.513336] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.517820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.519368] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.520823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.522345] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.526191] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.528551] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.551172] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.552985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.554692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.556415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.558532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.560177] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.562035] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.564642] vgaarb: loaded\n[ 0.565682] vgaarb: bridge control possible 0000:00:02.0\n[ 0.567422] SCSI subsystem initialized\n[ 0.568732] ACPI: bus type USB registered\n[ 0.570085] usbcore: registered new interface driver usbfs\n[ 0.571731] usbcore: registered new interface driver hub\n[ 0.573341] usbcore: registered new device driver usb\n[ 0.575048] PCI: Using ACPI for IRQ routing\n[ 0.576733] NetLabel: Initializing\n[ 0.577950] NetLabel: domain hash size = 128\n[ 0.579345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.580918] NetLabel: unlabeled traffic allowed by default\n[ 0.582672] Switched to clocksource kvm-clock\n[ 0.590992] pnp: PnP ACPI init\n[ 0.592123] ACPI: bus type PNP registered\n[ 0.593763] pnp: PnP ACPI: found 5 devices\n[ 0.594924] ACPI: bus type PNP unregistered\n[ 0.601960] NET: Registered protocol family 2\n[ 0.603380] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.605547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.607323] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.608864] TCP: reno registered\n[ 0.609828] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.611254] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.612852] NET: Registered protocol family 1\n[ 0.614043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.615422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.616778] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.636637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.656596] Unpacking initramfs...\n[ 1.092871] Freeing initrd memory: 37508k freed\n[ 1.102134] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.103676] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.106488] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.107995] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.109684] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.111121] Initialise system trusted keyring\n[ 1.112275] audit: initializing netlink socket (disabled)\n[ 1.113563] type=2000 audit(1534766475.777:1): initialized\n[ 1.130097] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.131535] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.133755] zpool: loaded\n[ 1.134628] zbud: loaded\n[ 1.135650] VFS: Disk quotas dquot_6.5.2\n[ 1.136742] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.138326] msgmni has been set to 7578\n[ 1.139453] Key type big_key registered\n[ 1.141178] NET: Registered protocol family 38\n[ 1.142338] Key type asymmetric registered\n[ 1.143426] Asymmetric key parser 'x509' registered\n[ 1.144648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.146700] io scheduler noop registered\n[ 1.147778] io scheduler deadline registered (default)\n[ 1.158594] io scheduler cfq registered\n[ 1.159764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.161086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.162652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.164638] ACPI: Power Button [PWRF]\n[ 1.165751] GHES: HEST is not enabled!\n[ 1.166849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.191203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.192871] Non-volatile memory driver v1.3\n[ 1.193985] Linux agpgart interface v0.103\n[ 1.195163] crash memory driver: version 1.1\n[ 1.196335] rdac: device handler registered\n[ 1.197517] hp_sw: device handler registered\n[ 1.198633] emc: device handler registered\n[ 1.199712] alua: device handler registered\n[ 1.200837] libphy: Fixed MDIO Bus: probed\n[ 1.201962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.203429] ehci-pci: EHCI PCI platform driver\n[ 1.204580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.205991] ohci-pci: OHCI PCI platform driver\n[ 1.207139] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.227083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.228373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.230369] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.231636] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.233052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.234546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.236488] usb usb1: Product: UHCI Host Controller\n[ 1.237698] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.239248] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.240490] hub 1-0:1.0: USB hub found\n[ 1.241542] hub 1-0:1.0: 2 ports detected\n[ 1.242749] usbcore: registered new interface driver usbserial\n[ 1.244129] usbcore: registered new interface driver usbserial_generic\n[ 1.245596] usbserial: USB Serial support registered for generic\n[ 1.246989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250925] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.252282] mousedev: PS/2 mouse device common for all mice\n[ 1.253930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256624] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.258773] rtc_cmos 00:00: RTC can wake from S4\n[ 1.259223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.259375] cpuidle: using governor menu\n[ 1.259430] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.259498] usbcore: registered new interface driver usbhid\n[ 1.259499] usbhid: USB HID core driver\n[ 1.259543] drop_monitor: Initializing network drop monitor service\n[ 1.259587] TCP: cubic registered\n[ 1.259590] Initializing XFRM netlink socket\n[ 1.259659] NET: Registered protocol family 10\n[ 1.261548] NET: Registered protocol family 17\n[ 1.262928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.262932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.262951] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.263015] Loading compiled-in X.509 certificates\n[ 1.263041] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.263048] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.263351] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.263372] registered taskstats version 1\n[ 1.267299] Key type trusted registered\n[ 1.268462] Key type encrypted registered\n[ 1.269572] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.269961] rtc_cmos 00:00: setting system clock to 2018-08-20 12:01:15 UTC (1534766475)\n[ 1.293122] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.293432] Freeing unused kernel memory: 1680k freed\n[ 1.297320] 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.301336] systemd[1]: Detected virtualization kvm.\n[ 1.302594] systemd[1]: Detected architecture x86-64.\n[ 1.303847] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.306434] systemd[1]: No hostname configured.\n[ 1.307813] systemd[1]: Set hostname to .\n[ 1.309336] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.332893] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.335394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.338794] systemd[1]: Reached target Paths.\n[ 1.340169] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.342498] systemd[1]: Reached target Local File Systems.\n[ 1.344075] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.346431] systemd[1]: Reached target Timers.\n[ 1.347782] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.349943] systemd[1]: Reached target Swap.\n[ 1.351279] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.353536] systemd[1]: Created slice Root Slice.\n[ 1.354980] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.357337] systemd[1]: Listening on Journal Socket.\n[ 1.358784] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.361248] systemd[1]: Listening on udev Control Socket.\n[ 1.362796] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.365284] systemd[1]: Created slice System Slice.\n[ 1.366693] systemd[1]: Starting System Slice.\n[ 1.368512] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.371196] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.374110] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.376862] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.389128] systemd[1]: Listening on udev Kernel Socket.\n[ 1.390680] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.393390] systemd[1]: Reached target Sockets.\n[ 1.394777] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Slices.\n[ 1.397026] systemd[1]: Reached target Slices.\n[ 1.398390] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.400560] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.433954] RPC: Registered named UNIX socket transport module.\n[ 1.435381] RPC: Registered udp transport module.\n[ 1.436560] RPC: Registered tcp transport module.\n[ 1.437736] 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.528998] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.543685] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.553108] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.555753] scsi host0: ata_piix\n[ 1.556822] scsi host1: ata_piix\n[ 1.557822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.559322] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.598023] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.603777] 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.694490] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.696034] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.697604] usb 1-1: Product: QEMU USB Tablet\n[ 1.698759] usb 1-1: Manufacturer: QEMU\n[ 1.699823] usb 1-1: SerialNumber: 42\n[ 1.709636] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.712347] 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.795315] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.797610] XFS (vda1): Mounting V4 Filesystem\n[ 1.899550] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped 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 target Paths.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[ 2.107739] tsc: Refined TSC clocksource calibration: 3491.870 MHz\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.119887] systemd-journald[111]: Received SIGTERM from PID 1 (systemd).\n"} 2018-08-20 12:01:17,342 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action used request id req-1ffec0d1-c500-491f-9d0e-842fd53c79da 2018-08-20 12:01:17,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107573032379s 2018-08-20 12:01:17,343 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action used request id req-1ffec0d1-c500-491f-9d0e-842fd53c79da 2018-08-20 12:01:17,343 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1868756593 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.312328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.314537] pid_max: default: 32768 minimum: 301 [ 0.315732] Security Framework initialized [ 0.316837] SELinux: Initializing. [ 0.318109] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.325970] Mount-cache hash table entries: 4096 [ 0.327397] Initializing cgroup subsys memory [ 0.328547] Initializing cgroup subsys devices [ 0.329707] Initializing cgroup subsys freezer [ 0.330858] Initializing cgroup subsys net_cls [ 0.331998] Initializing cgroup subsys blkio [ 0.333122] Initializing cgroup subsys perf_event [ 0.334298] Initializing cgroup subsys hugetlb [ 0.335452] Initializing cgroup subsys pids [ 0.336562] Initializing cgroup subsys net_prio [ 0.337797] CPU: Physical Processor ID: 0 [ 0.339593] mce: CPU supports 10 MCE banks [ 0.340718] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343271] tlb_flushall_shift: 6 [ 0.344437] Freeing SMP alternatives: 28k freed [ 0.348268] ACPI: Core revision 20130517 [ 0.349766] ACPI: All ACPI Tables successfully acquired [ 0.351220] ftrace: allocating 25812 entries in 101 pages [ 0.372879] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374374] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375853] smpboot: Max logical packages: 2 [ 0.377150] Enabling x2apic [ 0.378052] Enabled x2apic [ 0.379134] Switched APIC routing to physical x2apic. [ 0.381296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382776] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393763] KVM setup paravirtual spinlock [ 0.396333] smpboot: Booting Node 0, Processors #1 OK [ 0.398284] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.420283] Brought up 2 CPUs [ 0.420285] KVM setup async PF for cpu 1 [ 0.420288] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.424153] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.426756] devtmpfs: initialized [ 0.429553] EVM: security.selinux [ 0.430778] EVM: security.ima [ 0.431875] EVM: security.capability [ 0.433758] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.435726] pinctrl core: initialized pinctrl subsystem [ 0.437451] NET: Registered protocol family 16 [ 0.439047] ACPI: bus type PCI registered [ 0.440401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.442331] PCI: Using configuration type 1 for base access [ 0.447287] ACPI: Added _OSI(Module Device) [ 0.448575] ACPI: Added _OSI(Processor Device) [ 0.449732] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.451200] ACPI: Added _OSI(Processor Aggregator Device) [ 0.453900] ACPI: Interpreter enabled [ 0.455185] ACPI: (supports S0 S5) [ 0.456387] ACPI: Using IOAPIC for interrupt routing [ 0.457932] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.462460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.466256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.468163] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.471655] acpiphp: Slot [3] registered [ 0.472984] acpiphp: Slot [4] registered [ 0.474303] acpiphp: Slot [5] registered [ 0.475578] acpiphp: Slot [6] registered [ 0.476657] acpiphp: Slot [7] registered [ 0.477729] acpiphp: Slot [8] registered [ 0.478807] acpiphp: Slot [9] registered [ 0.479879] acpiphp: Slot [10] registered [ 0.480963] acpiphp: Slot [11] registered [ 0.482046] acpiphp: Slot [12] registered [ 0.483138] acpiphp: Slot [13] registered [ 0.484226] acpiphp: Slot [14] registered [ 0.485318] acpiphp: Slot [15] registered [ 0.486407] acpiphp: Slot [16] registered [ 0.487494] acpiphp: Slot [17] registered [ 0.488583] acpiphp: Slot [18] registered [ 0.489668] acpiphp: Slot [19] registered [ 0.490760] acpiphp: Slot [20] registered [ 0.491852] acpiphp: Slot [21] registered [ 0.492943] acpiphp: Slot [22] registered [ 0.494029] acpiphp: Slot [23] registered [ 0.495121] acpiphp: Slot [24] registered [ 0.496297] acpiphp: Slot [25] registered [ 0.497396] acpiphp: Slot [26] registered [ 0.498495] acpiphp: Slot [27] registered [ 0.499586] acpiphp: Slot [28] registered [ 0.500673] acpiphp: Slot [29] registered [ 0.501758] acpiphp: Slot [30] registered [ 0.502846] acpiphp: Slot [31] registered [ 0.503932] PCI host bridge to bus 0000:00 [ 0.505106] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.507893] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.509381] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.511357] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.513336] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.517820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.519368] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.520823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.522345] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.526191] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.528551] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.551172] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.552985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.554692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.556415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.558532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.560177] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.562035] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.564642] vgaarb: loaded [ 0.565682] vgaarb: bridge control possible 0000:00:02.0 [ 0.567422] SCSI subsystem initialized [ 0.568732] ACPI: bus type USB registered [ 0.570085] usbcore: registered new interface driver usbfs [ 0.571731] usbcore: registered new interface driver hub [ 0.573341] usbcore: registered new device driver usb [ 0.575048] PCI: Using ACPI for IRQ routing [ 0.576733] NetLabel: Initializing [ 0.577950] NetLabel: domain hash size = 128 [ 0.579345] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.580918] NetLabel: unlabeled traffic allowed by default [ 0.582672] Switched to clocksource kvm-clock [ 0.590992] pnp: PnP ACPI init [ 0.592123] ACPI: bus type PNP registered [ 0.593763] pnp: PnP ACPI: found 5 devices [ 0.594924] ACPI: bus type PNP unregistered [ 0.601960] NET: Registered protocol family 2 [ 0.603380] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.605547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.607323] TCP: Hash tables configured (established 32768 bind 32768) [ 0.608864] TCP: reno registered [ 0.609828] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.611254] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.612852] NET: Registered protocol family 1 [ 0.614043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.615422] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.616778] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.636637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.656596] Unpacking initramfs... [ 1.092871] Freeing initrd memory: 37508k freed [ 1.102134] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.103676] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.106488] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.107995] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.109684] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.111121] Initialise system trusted keyring [ 1.112275] audit: initializing netlink socket (disabled) [ 1.113563] type=2000 audit(1534766475.777:1): initialized [ 1.130097] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.131535] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.133755] zpool: loaded [ 1.134628] zbud: loaded [ 1.135650] VFS: Disk quotas dquot_6.5.2 [ 1.136742] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.138326] msgmni has been set to 7578 [ 1.139453] Key type big_key registered [ 1.141178] NET: Registered protocol family 38 [ 1.142338] Key type asymmetric registered [ 1.143426] Asymmetric key parser 'x509' registered [ 1.144648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.146700] io scheduler noop registered [ 1.147778] io scheduler deadline registered (default) [ 1.158594] io scheduler cfq registered [ 1.159764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.161086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.162652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.164638] ACPI: Power Button [PWRF] [ 1.165751] GHES: HEST is not enabled! [ 1.166849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.191203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.192871] Non-volatile memory driver v1.3 [ 1.193985] Linux agpgart interface v0.103 [ 1.195163] crash memory driver: version 1.1 [ 1.196335] rdac: device handler registered [ 1.197517] hp_sw: device handler registered [ 1.198633] emc: device handler registered [ 1.199712] alua: device handler registered [ 1.200837] libphy: Fixed MDIO Bus: probed [ 1.201962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.203429] ehci-pci: EHCI PCI platform driver [ 1.204580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.205991] ohci-pci: OHCI PCI platform driver [ 1.207139] uhci_hcd: USB Universal Host Controller Interface driver [ 1.227083] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.228373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.230369] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.231636] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.233052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.234546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.236488] usb usb1: Product: UHCI Host Controller [ 1.237698] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.239248] usb usb1: SerialNumber: 0000:00:01.2 [ 1.240490] hub 1-0:1.0: USB hub found [ 1.241542] hub 1-0:1.0: 2 ports detected [ 1.242749] usbcore: registered new interface driver usbserial [ 1.244129] usbcore: registered new interface driver usbserial_generic [ 1.245596] usbserial: USB Serial support registered for generic [ 1.246989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249663] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250925] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.252282] mousedev: PS/2 mouse device common for all mice [ 1.253930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256624] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.258773] rtc_cmos 00:00: RTC can wake from S4 [ 1.259223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.259375] cpuidle: using governor menu [ 1.259430] hidraw: raw HID events driver (C) Jiri Kosina [ 1.259498] usbcore: registered new interface driver usbhid [ 1.259499] usbhid: USB HID core driver [ 1.259543] drop_monitor: Initializing network drop monitor service [ 1.259587] TCP: cubic registered [ 1.259590] Initializing XFRM netlink socket [ 1.259659] NET: Registered protocol family 10 [ 1.261548] NET: Registered protocol family 17 [ 1.262928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.262932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.262951] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.263015] Loading compiled-in X.509 certificates [ 1.263041] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.263048] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.263351] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.263372] registered taskstats version 1 [ 1.267299] Key type trusted registered [ 1.268462] Key type encrypted registered [ 1.269572] IMA: No TPM chip found, activating TPM-bypass! [ 1.269961] rtc_cmos 00:00: setting system clock to 2018-08-20 12:01:15 UTC (1534766475) [ 1.293122] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.293432] Freeing unused kernel memory: 1680k freed [ 1.297320] 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.301336] systemd[1]: Detected virtualization kvm. [ 1.302594] systemd[1]: Detected architecture x86-64. [ 1.303847] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.306434] systemd[1]: No hostname configured. [ 1.307813] systemd[1]: Set hostname to . [ 1.309336] systemd[1]: Initializing machine ID from KVM UUID. [ 1.332893] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.335394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.338794] systemd[1]: Reached target Paths. [ 1.340169] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.342498] systemd[1]: Reached target Local File Systems. [ 1.344075] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.346431] systemd[1]: Reached target Timers. [ 1.347782] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.349943] systemd[1]: Reached target Swap. [ 1.351279] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.353536] systemd[1]: Created slice Root Slice. [ 1.354980] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.357337] systemd[1]: Listening on Journal Socket. [ 1.358784] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.361248] systemd[1]: Listening on udev Control Socket. [ 1.362796] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.365284] systemd[1]: Created slice System Slice. [ 1.366693] systemd[1]: Starting System Slice. [ 1.368512] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.371196] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.374110] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.376862] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.389128] systemd[1]: Listening on udev Kernel Socket. [ 1.390680] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.393390] systemd[1]: Reached target Sockets. [ 1.394777] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Slices. [ 1.397026] systemd[1]: Reached target Slices. [ 1.398390] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.400560] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.433954] RPC: Registered named UNIX socket transport module. [ 1.435381] RPC: Registered udp transport module. [ 1.436560] RPC: Registered tcp transport module. [ 1.437736] 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.528998] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.543685] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.553108] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.555753] scsi host0: ata_piix [ 1.556822] scsi host1: ata_piix [ 1.557822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.559322] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.598023] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.603777] 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.694490] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.696034] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.697604] usb 1-1: Product: QEMU USB Tablet [ 1.698759] usb 1-1: Manufacturer: QEMU [ 1.699823] usb 1-1: SerialNumber: 42 [ 1.709636] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.712347] 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.795315] SGI XFS with ACLs, security attributes, no debug enabled [ 1.797610] XFS (vda1): Mounting V4 Filesystem [ 1.899550] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped 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 target Paths. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [ 2.107739] tsc: Refined TSC clocksource calibration: 3491.870 MHz [[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.119887] systemd-journald[111]: Received SIGTERM from PID 1 (systemd). 2018-08-20 12:01:18,345 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-20 12:01:27,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 12:01:27,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 12:01:27,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-33a58ca6-fb8a-4a02-9f7f-df3aae80fd30 x-compute-request-id: req-33a58ca6-fb8a-4a02-9f7f-df3aae80fd30 Content-Encoding: gzip Content-Length: 11708 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1868756593 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.312328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.314537] pid_max: default: 32768 minimum: 301\n[ 0.315732] Security Framework initialized\n[ 0.316837] SELinux: Initializing.\n[ 0.318109] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.325970] Mount-cache hash table entries: 4096\n[ 0.327397] Initializing cgroup subsys memory\n[ 0.328547] Initializing cgroup subsys devices\n[ 0.329707] Initializing cgroup subsys freezer\n[ 0.330858] Initializing cgroup subsys net_cls\n[ 0.331998] Initializing cgroup subsys blkio\n[ 0.333122] Initializing cgroup subsys perf_event\n[ 0.334298] Initializing cgroup subsys hugetlb\n[ 0.335452] Initializing cgroup subsys pids\n[ 0.336562] Initializing cgroup subsys net_prio\n[ 0.337797] CPU: Physical Processor ID: 0\n[ 0.339593] mce: CPU supports 10 MCE banks\n[ 0.340718] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343271] tlb_flushall_shift: 6\n[ 0.344437] Freeing SMP alternatives: 28k freed\n[ 0.348268] ACPI: Core revision 20130517\n[ 0.349766] ACPI: All ACPI Tables successfully acquired\n[ 0.351220] ftrace: allocating 25812 entries in 101 pages\n[ 0.372879] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374374] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375853] smpboot: Max logical packages: 2\n[ 0.377150] Enabling x2apic\n[ 0.378052] Enabled x2apic\n[ 0.379134] Switched APIC routing to physical x2apic.\n[ 0.381296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382776] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393763] KVM setup paravirtual spinlock\n[ 0.396333] smpboot: Booting Node 0, Processors #1 OK\n[ 0.398284] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.420283] Brought up 2 CPUs\n[ 0.420285] KVM setup async PF for cpu 1\n[ 0.420288] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.424153] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.426756] devtmpfs: initialized\n[ 0.429553] EVM: security.selinux\n[ 0.430778] EVM: security.ima\n[ 0.431875] EVM: security.capability\n[ 0.433758] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.435726] pinctrl core: initialized pinctrl subsystem\n[ 0.437451] NET: Registered protocol family 16\n[ 0.439047] ACPI: bus type PCI registered\n[ 0.440401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.442331] PCI: Using configuration type 1 for base access\n[ 0.447287] ACPI: Added _OSI(Module Device)\n[ 0.448575] ACPI: Added _OSI(Processor Device)\n[ 0.449732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.451200] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.453900] ACPI: Interpreter enabled\n[ 0.455185] ACPI: (supports S0 S5)\n[ 0.456387] ACPI: Using IOAPIC for interrupt routing\n[ 0.457932] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.462460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.466256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.468163] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.471655] acpiphp: Slot [3] registered\n[ 0.472984] acpiphp: Slot [4] registered\n[ 0.474303] acpiphp: Slot [5] registered\n[ 0.475578] acpiphp: Slot [6] registered\n[ 0.476657] acpiphp: Slot [7] registered\n[ 0.477729] acpiphp: Slot [8] registered\n[ 0.478807] acpiphp: Slot [9] registered\n[ 0.479879] acpiphp: Slot [10] registered\n[ 0.480963] acpiphp: Slot [11] registered\n[ 0.482046] acpiphp: Slot [12] registered\n[ 0.483138] acpiphp: Slot [13] registered\n[ 0.484226] acpiphp: Slot [14] registered\n[ 0.485318] acpiphp: Slot [15] registered\n[ 0.486407] acpiphp: Slot [16] registered\n[ 0.487494] acpiphp: Slot [17] registered\n[ 0.488583] acpiphp: Slot [18] registered\n[ 0.489668] acpiphp: Slot [19] registered\n[ 0.490760] acpiphp: Slot [20] registered\n[ 0.491852] acpiphp: Slot [21] registered\n[ 0.492943] acpiphp: Slot [22] registered\n[ 0.494029] acpiphp: Slot [23] registered\n[ 0.495121] acpiphp: Slot [24] registered\n[ 0.496297] acpiphp: Slot [25] registered\n[ 0.497396] acpiphp: Slot [26] registered\n[ 0.498495] acpiphp: Slot [27] registered\n[ 0.499586] acpiphp: Slot [28] registered\n[ 0.500673] acpiphp: Slot [29] registered\n[ 0.501758] acpiphp: Slot [30] registered\n[ 0.502846] acpiphp: Slot [31] registered\n[ 0.503932] PCI host bridge to bus 0000:00\n[ 0.505106] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.507893] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.509381] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.511357] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.513336] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.517820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.519368] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.520823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.522345] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.526191] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.528551] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.551172] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.552985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.554692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.556415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.558532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.560177] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.562035] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.564642] vgaarb: loaded\n[ 0.565682] vgaarb: bridge control possible 0000:00:02.0\n[ 0.567422] SCSI subsystem initialized\n[ 0.568732] ACPI: bus type USB registered\n[ 0.570085] usbcore: registered new interface driver usbfs\n[ 0.571731] usbcore: registered new interface driver hub\n[ 0.573341] usbcore: registered new device driver usb\n[ 0.575048] PCI: Using ACPI for IRQ routing\n[ 0.576733] NetLabel: Initializing\n[ 0.577950] NetLabel: domain hash size = 128\n[ 0.579345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.580918] NetLabel: unlabeled traffic allowed by default\n[ 0.582672] Switched to clocksource kvm-clock\n[ 0.590992] pnp: PnP ACPI init\n[ 0.592123] ACPI: bus type PNP registered\n[ 0.593763] pnp: PnP ACPI: found 5 devices\n[ 0.594924] ACPI: bus type PNP unregistered\n[ 0.601960] NET: Registered protocol family 2\n[ 0.603380] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.605547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.607323] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.608864] TCP: reno registered\n[ 0.609828] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.611254] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.612852] NET: Registered protocol family 1\n[ 0.614043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.615422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.616778] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.636637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.656596] Unpacking initramfs...\n[ 1.092871] Freeing initrd memory: 37508k freed\n[ 1.102134] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.103676] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.106488] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.107995] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.109684] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.111121] Initialise system trusted keyring\n[ 1.112275] audit: initializing netlink socket (disabled)\n[ 1.113563] type=2000 audit(1534766475.777:1): initialized\n[ 1.130097] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.131535] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.133755] zpool: loaded\n[ 1.134628] zbud: loaded\n[ 1.135650] VFS: Disk quotas dquot_6.5.2\n[ 1.136742] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.138326] msgmni has been set to 7578\n[ 1.139453] Key type big_key registered\n[ 1.141178] NET: Registered protocol family 38\n[ 1.142338] Key type asymmetric registered\n[ 1.143426] Asymmetric key parser 'x509' registered\n[ 1.144648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.146700] io scheduler noop registered\n[ 1.147778] io scheduler deadline registered (default)\n[ 1.158594] io scheduler cfq registered\n[ 1.159764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.161086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.162652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.164638] ACPI: Power Button [PWRF]\n[ 1.165751] GHES: HEST is not enabled!\n[ 1.166849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.191203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.192871] Non-volatile memory driver v1.3\n[ 1.193985] Linux agpgart interface v0.103\n[ 1.195163] crash memory driver: version 1.1\n[ 1.196335] rdac: device handler registered\n[ 1.197517] hp_sw: device handler registered\n[ 1.198633] emc: device handler registered\n[ 1.199712] alua: device handler registered\n[ 1.200837] libphy: Fixed MDIO Bus: probed\n[ 1.201962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.203429] ehci-pci: EHCI PCI platform driver\n[ 1.204580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.205991] ohci-pci: OHCI PCI platform driver\n[ 1.207139] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.227083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.228373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.230369] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.231636] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.233052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.234546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.236488] usb usb1: Product: UHCI Host Controller\n[ 1.237698] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.239248] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.240490] hub 1-0:1.0: USB hub found\n[ 1.241542] hub 1-0:1.0: 2 ports detected\n[ 1.242749] usbcore: registered new interface driver usbserial\n[ 1.244129] usbcore: registered new interface driver usbserial_generic\n[ 1.245596] usbserial: USB Serial support registered for generic\n[ 1.246989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250925] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.252282] mousedev: PS/2 mouse device common for all mice\n[ 1.253930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256624] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.258773] rtc_cmos 00:00: RTC can wake from S4\n[ 1.259223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.259375] cpuidle: using governor menu\n[ 1.259430] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.259498] usbcore: registered new interface driver usbhid\n[ 1.259499] usbhid: USB HID core driver\n[ 1.259543] drop_monitor: Initializing network drop monitor service\n[ 1.259587] TCP: cubic registered\n[ 1.259590] Initializing XFRM netlink socket\n[ 1.259659] NET: Registered protocol family 10\n[ 1.261548] NET: Registered protocol family 17\n[ 1.262928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.262932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.262951] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.263015] Loading compiled-in X.509 certificates\n[ 1.263041] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.263048] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.263351] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.263372] registered taskstats version 1\n[ 1.267299] Key type trusted registered\n[ 1.268462] Key type encrypted registered\n[ 1.269572] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.269961] rtc_cmos 00:00: setting system clock to 2018-08-20 12:01:15 UTC (1534766475)\n[ 1.293122] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.293432] Freeing unused kernel memory: 1680k freed\n[ 1.297320] 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.301336] systemd[1]: Detected virtualization kvm.\n[ 1.302594] systemd[1]: Detected architecture x86-64.\n[ 1.303847] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.306434] systemd[1]: No hostname configured.\n[ 1.307813] systemd[1]: Set hostname to .\n[ 1.309336] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.332893] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.335394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.338794] systemd[1]: Reached target Paths.\n[ 1.340169] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.342498] systemd[1]: Reached target Local File Systems.\n[ 1.344075] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.346431] systemd[1]: Reached target Timers.\n[ 1.347782] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.349943] systemd[1]: Reached target Swap.\n[ 1.351279] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.353536] systemd[1]: Created slice Root Slice.\n[ 1.354980] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.357337] systemd[1]: Listening on Journal Socket.\n[ 1.358784] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.361248] systemd[1]: Listening on udev Control Socket.\n[ 1.362796] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.365284] systemd[1]: Created slice System Slice.\n[ 1.366693] systemd[1]: Starting System Slice.\n[ 1.368512] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.371196] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.374110] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.376862] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.389128] systemd[1]: Listening on udev Kernel Socket.\n[ 1.390680] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.393390] systemd[1]: Reached target Sockets.\n[ 1.394777] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Slices.\n[ 1.397026] systemd[1]: Reached target Slices.\n[ 1.398390] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.400560] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.433954] RPC: Registered named UNIX socket transport module.\n[ 1.435381] RPC: Registered udp transport module.\n[ 1.436560] RPC: Registered tcp transport module.\n[ 1.437736] 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.528998] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.543685] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.553108] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.555753] scsi host0: ata_piix\n[ 1.556822] scsi host1: ata_piix\n[ 1.557822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.559322] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.598023] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.603777] 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.694490] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.696034] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.697604] usb 1-1: Product: QEMU USB Tablet\n[ 1.698759] usb 1-1: Manufacturer: QEMU\n[ 1.699823] usb 1-1: SerialNumber: 42\n[ 1.709636] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.712347] 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.795315] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.797610] XFS (vda1): Mounting V4 Filesystem\n[ 1.899550] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped 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 target Paths.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[ 2.107739] tsc: Refined TSC clocksource calibration: 3491.870 MHz\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.119887] systemd-journald[111]: Received SIGTERM from PID 1 (systemd).\n[ 2.536893] SELinux: Disabled at runtime.\n[ 2.573713] type=1404 audit(1534766476.803:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.618884] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.620265] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 3.014039] systemd-journald[390]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 3.024417] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.143048] type=1305 audit(1534766477.372:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n [ 3.271283] [drm] Initialized drm 1.1.0 20060810\nStarting irqbalance daemon...\n[ 3.315516] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.340802] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.345196] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.346759] [TTM] Initializing pool allocator\n[ 3.348133] [TTM] Initializing DMA pool allocator\n[ 3.351847] [drm] fb mappable at 0xFC000000\n[ 3.353039] [drm] vram aper at 0xFC000000\n[ 3.354132] [drm] size 33554432\n[ 3.355087] [drm] fb depth is 24\n[ 3.356051] [drm] pitch is 3072\n[ 3.357159] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.370051] ppdev: user-space parallel port driver\n[ 3.375939] Console: switching to colour frame buffer device 128x48\n[ 3.387734] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.391682] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Found device /dev/ttyS0.\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 Authorization Manager.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.517320] AES CTR mode by8 optimization enabled\n[ 3.520509] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.528927] alg: No test for crc32 (crc32-pclmul)\n[ 3.532775] intel_rapl: no valid rapl domains found in package 0\n[ 3.559276] intel_powerclamp: No package C-state available\n[ 3.564337] intel_powerclamp: No package C-state available[ 3.722538] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 12:01:18 +0000. Up 3.66 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n Starting nginx - high performance web server...\n Starting Crash recovery kernel arming...\n Starting OpenSSH server daemon...\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[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\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] Created slice user-993.slice.\n[[32m OK [0m] Started OpenSSH server daemon.\n[ 5.960732] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 12:01:20 +0000. Up 5.93 seconds.\n[[32m OK [0m] Started nginx - high performance web server.\n[ 6.049210] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.051085] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.052985] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.055140] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.057079] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.058935] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:c5:cf:2b |\n[ 6.060539] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.062199] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.064405] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.066624] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.069689] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.072746] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.075293] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 6.077497] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.079837] cloud-init[823]: 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: "} 2018-08-20 12:01:27,431 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action used request id req-33a58ca6-fb8a-4a02-9f7f-df3aae80fd30 2018-08-20 12:01:27,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0809390544891s 2018-08-20 12:01:27,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action used request id req-33a58ca6-fb8a-4a02-9f7f-df3aae80fd30 2018-08-20 12:01:27,432 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1868756593 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.312328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.314537] pid_max: default: 32768 minimum: 301 [ 0.315732] Security Framework initialized [ 0.316837] SELinux: Initializing. [ 0.318109] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.325970] Mount-cache hash table entries: 4096 [ 0.327397] Initializing cgroup subsys memory [ 0.328547] Initializing cgroup subsys devices [ 0.329707] Initializing cgroup subsys freezer [ 0.330858] Initializing cgroup subsys net_cls [ 0.331998] Initializing cgroup subsys blkio [ 0.333122] Initializing cgroup subsys perf_event [ 0.334298] Initializing cgroup subsys hugetlb [ 0.335452] Initializing cgroup subsys pids [ 0.336562] Initializing cgroup subsys net_prio [ 0.337797] CPU: Physical Processor ID: 0 [ 0.339593] mce: CPU supports 10 MCE banks [ 0.340718] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343271] tlb_flushall_shift: 6 [ 0.344437] Freeing SMP alternatives: 28k freed [ 0.348268] ACPI: Core revision 20130517 [ 0.349766] ACPI: All ACPI Tables successfully acquired [ 0.351220] ftrace: allocating 25812 entries in 101 pages [ 0.372879] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374374] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375853] smpboot: Max logical packages: 2 [ 0.377150] Enabling x2apic [ 0.378052] Enabled x2apic [ 0.379134] Switched APIC routing to physical x2apic. [ 0.381296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382776] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393763] KVM setup paravirtual spinlock [ 0.396333] smpboot: Booting Node 0, Processors #1 OK [ 0.398284] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.420283] Brought up 2 CPUs [ 0.420285] KVM setup async PF for cpu 1 [ 0.420288] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.424153] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.426756] devtmpfs: initialized [ 0.429553] EVM: security.selinux [ 0.430778] EVM: security.ima [ 0.431875] EVM: security.capability [ 0.433758] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.435726] pinctrl core: initialized pinctrl subsystem [ 0.437451] NET: Registered protocol family 16 [ 0.439047] ACPI: bus type PCI registered [ 0.440401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.442331] PCI: Using configuration type 1 for base access [ 0.447287] ACPI: Added _OSI(Module Device) [ 0.448575] ACPI: Added _OSI(Processor Device) [ 0.449732] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.451200] ACPI: Added _OSI(Processor Aggregator Device) [ 0.453900] ACPI: Interpreter enabled [ 0.455185] ACPI: (supports S0 S5) [ 0.456387] ACPI: Using IOAPIC for interrupt routing [ 0.457932] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.462460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.466256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.468163] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.471655] acpiphp: Slot [3] registered [ 0.472984] acpiphp: Slot [4] registered [ 0.474303] acpiphp: Slot [5] registered [ 0.475578] acpiphp: Slot [6] registered [ 0.476657] acpiphp: Slot [7] registered [ 0.477729] acpiphp: Slot [8] registered [ 0.478807] acpiphp: Slot [9] registered [ 0.479879] acpiphp: Slot [10] registered [ 0.480963] acpiphp: Slot [11] registered [ 0.482046] acpiphp: Slot [12] registered [ 0.483138] acpiphp: Slot [13] registered [ 0.484226] acpiphp: Slot [14] registered [ 0.485318] acpiphp: Slot [15] registered [ 0.486407] acpiphp: Slot [16] registered [ 0.487494] acpiphp: Slot [17] registered [ 0.488583] acpiphp: Slot [18] registered [ 0.489668] acpiphp: Slot [19] registered [ 0.490760] acpiphp: Slot [20] registered [ 0.491852] acpiphp: Slot [21] registered [ 0.492943] acpiphp: Slot [22] registered [ 0.494029] acpiphp: Slot [23] registered [ 0.495121] acpiphp: Slot [24] registered [ 0.496297] acpiphp: Slot [25] registered [ 0.497396] acpiphp: Slot [26] registered [ 0.498495] acpiphp: Slot [27] registered [ 0.499586] acpiphp: Slot [28] registered [ 0.500673] acpiphp: Slot [29] registered [ 0.501758] acpiphp: Slot [30] registered [ 0.502846] acpiphp: Slot [31] registered [ 0.503932] PCI host bridge to bus 0000:00 [ 0.505106] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.507893] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.509381] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.511357] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.513336] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.517820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.519368] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.520823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.522345] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.526191] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.528551] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.551172] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.552985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.554692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.556415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.558532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.560177] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.562035] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.564642] vgaarb: loaded [ 0.565682] vgaarb: bridge control possible 0000:00:02.0 [ 0.567422] SCSI subsystem initialized [ 0.568732] ACPI: bus type USB registered [ 0.570085] usbcore: registered new interface driver usbfs [ 0.571731] usbcore: registered new interface driver hub [ 0.573341] usbcore: registered new device driver usb [ 0.575048] PCI: Using ACPI for IRQ routing [ 0.576733] NetLabel: Initializing [ 0.577950] NetLabel: domain hash size = 128 [ 0.579345] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.580918] NetLabel: unlabeled traffic allowed by default [ 0.582672] Switched to clocksource kvm-clock [ 0.590992] pnp: PnP ACPI init [ 0.592123] ACPI: bus type PNP registered [ 0.593763] pnp: PnP ACPI: found 5 devices [ 0.594924] ACPI: bus type PNP unregistered [ 0.601960] NET: Registered protocol family 2 [ 0.603380] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.605547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.607323] TCP: Hash tables configured (established 32768 bind 32768) [ 0.608864] TCP: reno registered [ 0.609828] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.611254] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.612852] NET: Registered protocol family 1 [ 0.614043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.615422] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.616778] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.636637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.656596] Unpacking initramfs... [ 1.092871] Freeing initrd memory: 37508k freed [ 1.102134] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.103676] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.106488] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.107995] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.109684] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.111121] Initialise system trusted keyring [ 1.112275] audit: initializing netlink socket (disabled) [ 1.113563] type=2000 audit(1534766475.777:1): initialized [ 1.130097] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.131535] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.133755] zpool: loaded [ 1.134628] zbud: loaded [ 1.135650] VFS: Disk quotas dquot_6.5.2 [ 1.136742] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.138326] msgmni has been set to 7578 [ 1.139453] Key type big_key registered [ 1.141178] NET: Registered protocol family 38 [ 1.142338] Key type asymmetric registered [ 1.143426] Asymmetric key parser 'x509' registered [ 1.144648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.146700] io scheduler noop registered [ 1.147778] io scheduler deadline registered (default) [ 1.158594] io scheduler cfq registered [ 1.159764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.161086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.162652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.164638] ACPI: Power Button [PWRF] [ 1.165751] GHES: HEST is not enabled! [ 1.166849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.191203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.192871] Non-volatile memory driver v1.3 [ 1.193985] Linux agpgart interface v0.103 [ 1.195163] crash memory driver: version 1.1 [ 1.196335] rdac: device handler registered [ 1.197517] hp_sw: device handler registered [ 1.198633] emc: device handler registered [ 1.199712] alua: device handler registered [ 1.200837] libphy: Fixed MDIO Bus: probed [ 1.201962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.203429] ehci-pci: EHCI PCI platform driver [ 1.204580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.205991] ohci-pci: OHCI PCI platform driver [ 1.207139] uhci_hcd: USB Universal Host Controller Interface driver [ 1.227083] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.228373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.230369] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.231636] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.233052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.234546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.236488] usb usb1: Product: UHCI Host Controller [ 1.237698] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.239248] usb usb1: SerialNumber: 0000:00:01.2 [ 1.240490] hub 1-0:1.0: USB hub found [ 1.241542] hub 1-0:1.0: 2 ports detected [ 1.242749] usbcore: registered new interface driver usbserial [ 1.244129] usbcore: registered new interface driver usbserial_generic [ 1.245596] usbserial: USB Serial support registered for generic [ 1.246989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249663] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250925] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.252282] mousedev: PS/2 mouse device common for all mice [ 1.253930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256624] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.258773] rtc_cmos 00:00: RTC can wake from S4 [ 1.259223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.259375] cpuidle: using governor menu [ 1.259430] hidraw: raw HID events driver (C) Jiri Kosina [ 1.259498] usbcore: registered new interface driver usbhid [ 1.259499] usbhid: USB HID core driver [ 1.259543] drop_monitor: Initializing network drop monitor service [ 1.259587] TCP: cubic registered [ 1.259590] Initializing XFRM netlink socket [ 1.259659] NET: Registered protocol family 10 [ 1.261548] NET: Registered protocol family 17 [ 1.262928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.262932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.262951] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.263015] Loading compiled-in X.509 certificates [ 1.263041] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.263048] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.263351] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.263372] registered taskstats version 1 [ 1.267299] Key type trusted registered [ 1.268462] Key type encrypted registered [ 1.269572] IMA: No TPM chip found, activating TPM-bypass! [ 1.269961] rtc_cmos 00:00: setting system clock to 2018-08-20 12:01:15 UTC (1534766475) [ 1.293122] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.293432] Freeing unused kernel memory: 1680k freed [ 1.297320] 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.301336] systemd[1]: Detected virtualization kvm. [ 1.302594] systemd[1]: Detected architecture x86-64. [ 1.303847] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.306434] systemd[1]: No hostname configured. [ 1.307813] systemd[1]: Set hostname to . [ 1.309336] systemd[1]: Initializing machine ID from KVM UUID. [ 1.332893] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.335394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.338794] systemd[1]: Reached target Paths. [ 1.340169] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.342498] systemd[1]: Reached target Local File Systems. [ 1.344075] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.346431] systemd[1]: Reached target Timers. [ 1.347782] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.349943] systemd[1]: Reached target Swap. [ 1.351279] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.353536] systemd[1]: Created slice Root Slice. [ 1.354980] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.357337] systemd[1]: Listening on Journal Socket. [ 1.358784] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.361248] systemd[1]: Listening on udev Control Socket. [ 1.362796] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.365284] systemd[1]: Created slice System Slice. [ 1.366693] systemd[1]: Starting System Slice. [ 1.368512] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.371196] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.374110] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.376862] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.389128] systemd[1]: Listening on udev Kernel Socket. [ 1.390680] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.393390] systemd[1]: Reached target Sockets. [ 1.394777] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Slices. [ 1.397026] systemd[1]: Reached target Slices. [ 1.398390] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.400560] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.433954] RPC: Registered named UNIX socket transport module. [ 1.435381] RPC: Registered udp transport module. [ 1.436560] RPC: Registered tcp transport module. [ 1.437736] 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.528998] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.543685] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.553108] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.555753] scsi host0: ata_piix [ 1.556822] scsi host1: ata_piix [ 1.557822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.559322] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.598023] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.603777] 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.694490] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.696034] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.697604] usb 1-1: Product: QEMU USB Tablet [ 1.698759] usb 1-1: Manufacturer: QEMU [ 1.699823] usb 1-1: SerialNumber: 42 [ 1.709636] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.712347] 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.795315] SGI XFS with ACLs, security attributes, no debug enabled [ 1.797610] XFS (vda1): Mounting V4 Filesystem [ 1.899550] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped 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 target Paths. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [ 2.107739] tsc: Refined TSC clocksource calibration: 3491.870 MHz [[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.119887] systemd-journald[111]: Received SIGTERM from PID 1 (systemd). [ 2.536893] SELinux: Disabled at runtime. [ 2.573713] type=1404 audit(1534766476.803:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.618884] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.620265] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 3.014039] systemd-journald[390]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 3.024417] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.143048] type=1305 audit(1534766477.372:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. [ 3.271283] [drm] Initialized drm 1.1.0 20060810 Starting irqbalance daemon... [ 3.315516] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.340802] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.345196] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.346759] [TTM] Initializing pool allocator [ 3.348133] [TTM] Initializing DMA pool allocator [ 3.351847] [drm] fb mappable at 0xFC000000 [ 3.353039] [drm] vram aper at 0xFC000000 [ 3.354132] [drm] size 33554432 [ 3.355087] [drm] fb depth is 24 [ 3.356051] [drm] pitch is 3072 [ 3.357159] fbcon: cirrusdrmfb (fb0) is primary device [ 3.370051] ppdev: user-space parallel port driver [ 3.375939] Console: switching to colour frame buffer device 128x48 [ 3.387734] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.391682] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Found device /dev/ttyS0. [[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 Authorization Manager. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.517320] AES CTR mode by8 optimization enabled [ 3.520509] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.528927] alg: No test for crc32 (crc32-pclmul) [ 3.532775] intel_rapl: no valid rapl domains found in package 0 [ 3.559276] intel_powerclamp: No package C-state available [ 3.564337] intel_powerclamp: No package C-state available[ 3.722538] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 12:01:18 +0000. Up 3.66 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[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 LSB: Starts Logstash as a daemon.... Starting nginx - high performance web server... Starting Crash recovery kernel arming... Starting OpenSSH server daemon... 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... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. 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] Created slice user-993.slice. [[32m OK [0m] Started OpenSSH server daemon. [ 5.960732] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 12:01:20 +0000. Up 5.93 seconds. [[32m OK [0m] Started nginx - high performance web server. [ 6.049210] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.051085] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.052985] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.055140] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.057079] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.058935] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:c5:cf:2b | [ 6.060539] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.062199] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.064405] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.066624] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.069689] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.072746] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.075293] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 6.077497] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.079837] cloud-init[823]: 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: 2018-08-20 12:01:27,436 - paramiko.transport - DEBUG - starting thread (client mode): 0x976e4c10L 2018-08-20 12:01:27,436 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 12:01:27,446 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 12:01:27,446 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 12:01:27,460 - 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-08-20 12:01:27,460 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 12:01:27,460 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 12:01:27,460 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 12:01:27,460 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 12:01:27,460 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 12:01:27,466 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 12:01:27,467 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 12:01:27,468 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.208: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-20 12:01:27,469 - paramiko.transport - DEBUG - Trying discovered key f2b9b12fe4082c399a2cf377d9941c2e in /tmp/tmppFSiRb 2018-08-20 12:01:27,506 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 12:01:37,541 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 12:01:37,550 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-20 12:01:37,556 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 12:01:37,569 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 12:01:37,582 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.208: Authentication failed. 2018-08-20 12:01:46,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 12:01:46,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 12:01:46,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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,Accept-Encoding x-openstack-request-id: req-ced8e9ea-54df-49e2-a578-9b5aa62028fb x-compute-request-id: req-ced8e9ea-54df-49e2-a578-9b5aa62028fb Content-Encoding: gzip Content-Length: 11708 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1868756593 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.312328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.314537] pid_max: default: 32768 minimum: 301\n[ 0.315732] Security Framework initialized\n[ 0.316837] SELinux: Initializing.\n[ 0.318109] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.325970] Mount-cache hash table entries: 4096\n[ 0.327397] Initializing cgroup subsys memory\n[ 0.328547] Initializing cgroup subsys devices\n[ 0.329707] Initializing cgroup subsys freezer\n[ 0.330858] Initializing cgroup subsys net_cls\n[ 0.331998] Initializing cgroup subsys blkio\n[ 0.333122] Initializing cgroup subsys perf_event\n[ 0.334298] Initializing cgroup subsys hugetlb\n[ 0.335452] Initializing cgroup subsys pids\n[ 0.336562] Initializing cgroup subsys net_prio\n[ 0.337797] CPU: Physical Processor ID: 0\n[ 0.339593] mce: CPU supports 10 MCE banks\n[ 0.340718] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343271] tlb_flushall_shift: 6\n[ 0.344437] Freeing SMP alternatives: 28k freed\n[ 0.348268] ACPI: Core revision 20130517\n[ 0.349766] ACPI: All ACPI Tables successfully acquired\n[ 0.351220] ftrace: allocating 25812 entries in 101 pages\n[ 0.372879] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374374] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375853] smpboot: Max logical packages: 2\n[ 0.377150] Enabling x2apic\n[ 0.378052] Enabled x2apic\n[ 0.379134] Switched APIC routing to physical x2apic.\n[ 0.381296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382776] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393763] KVM setup paravirtual spinlock\n[ 0.396333] smpboot: Booting Node 0, Processors #1 OK\n[ 0.398284] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.420283] Brought up 2 CPUs\n[ 0.420285] KVM setup async PF for cpu 1\n[ 0.420288] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.424153] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.426756] devtmpfs: initialized\n[ 0.429553] EVM: security.selinux\n[ 0.430778] EVM: security.ima\n[ 0.431875] EVM: security.capability\n[ 0.433758] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.435726] pinctrl core: initialized pinctrl subsystem\n[ 0.437451] NET: Registered protocol family 16\n[ 0.439047] ACPI: bus type PCI registered\n[ 0.440401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.442331] PCI: Using configuration type 1 for base access\n[ 0.447287] ACPI: Added _OSI(Module Device)\n[ 0.448575] ACPI: Added _OSI(Processor Device)\n[ 0.449732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.451200] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.453900] ACPI: Interpreter enabled\n[ 0.455185] ACPI: (supports S0 S5)\n[ 0.456387] ACPI: Using IOAPIC for interrupt routing\n[ 0.457932] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.462460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.466256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.468163] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.471655] acpiphp: Slot [3] registered\n[ 0.472984] acpiphp: Slot [4] registered\n[ 0.474303] acpiphp: Slot [5] registered\n[ 0.475578] acpiphp: Slot [6] registered\n[ 0.476657] acpiphp: Slot [7] registered\n[ 0.477729] acpiphp: Slot [8] registered\n[ 0.478807] acpiphp: Slot [9] registered\n[ 0.479879] acpiphp: Slot [10] registered\n[ 0.480963] acpiphp: Slot [11] registered\n[ 0.482046] acpiphp: Slot [12] registered\n[ 0.483138] acpiphp: Slot [13] registered\n[ 0.484226] acpiphp: Slot [14] registered\n[ 0.485318] acpiphp: Slot [15] registered\n[ 0.486407] acpiphp: Slot [16] registered\n[ 0.487494] acpiphp: Slot [17] registered\n[ 0.488583] acpiphp: Slot [18] registered\n[ 0.489668] acpiphp: Slot [19] registered\n[ 0.490760] acpiphp: Slot [20] registered\n[ 0.491852] acpiphp: Slot [21] registered\n[ 0.492943] acpiphp: Slot [22] registered\n[ 0.494029] acpiphp: Slot [23] registered\n[ 0.495121] acpiphp: Slot [24] registered\n[ 0.496297] acpiphp: Slot [25] registered\n[ 0.497396] acpiphp: Slot [26] registered\n[ 0.498495] acpiphp: Slot [27] registered\n[ 0.499586] acpiphp: Slot [28] registered\n[ 0.500673] acpiphp: Slot [29] registered\n[ 0.501758] acpiphp: Slot [30] registered\n[ 0.502846] acpiphp: Slot [31] registered\n[ 0.503932] PCI host bridge to bus 0000:00\n[ 0.505106] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.507893] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.509381] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.511357] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.513336] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.517820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.519368] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.520823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.522345] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.526191] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.528551] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.551172] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.552985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.554692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.556415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.558532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.560177] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.562035] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.564642] vgaarb: loaded\n[ 0.565682] vgaarb: bridge control possible 0000:00:02.0\n[ 0.567422] SCSI subsystem initialized\n[ 0.568732] ACPI: bus type USB registered\n[ 0.570085] usbcore: registered new interface driver usbfs\n[ 0.571731] usbcore: registered new interface driver hub\n[ 0.573341] usbcore: registered new device driver usb\n[ 0.575048] PCI: Using ACPI for IRQ routing\n[ 0.576733] NetLabel: Initializing\n[ 0.577950] NetLabel: domain hash size = 128\n[ 0.579345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.580918] NetLabel: unlabeled traffic allowed by default\n[ 0.582672] Switched to clocksource kvm-clock\n[ 0.590992] pnp: PnP ACPI init\n[ 0.592123] ACPI: bus type PNP registered\n[ 0.593763] pnp: PnP ACPI: found 5 devices\n[ 0.594924] ACPI: bus type PNP unregistered\n[ 0.601960] NET: Registered protocol family 2\n[ 0.603380] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.605547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.607323] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.608864] TCP: reno registered\n[ 0.609828] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.611254] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.612852] NET: Registered protocol family 1\n[ 0.614043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.615422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.616778] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.636637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.656596] Unpacking initramfs...\n[ 1.092871] Freeing initrd memory: 37508k freed\n[ 1.102134] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.103676] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.106488] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.107995] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.109684] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.111121] Initialise system trusted keyring\n[ 1.112275] audit: initializing netlink socket (disabled)\n[ 1.113563] type=2000 audit(1534766475.777:1): initialized\n[ 1.130097] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.131535] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.133755] zpool: loaded\n[ 1.134628] zbud: loaded\n[ 1.135650] VFS: Disk quotas dquot_6.5.2\n[ 1.136742] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.138326] msgmni has been set to 7578\n[ 1.139453] Key type big_key registered\n[ 1.141178] NET: Registered protocol family 38\n[ 1.142338] Key type asymmetric registered\n[ 1.143426] Asymmetric key parser 'x509' registered\n[ 1.144648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.146700] io scheduler noop registered\n[ 1.147778] io scheduler deadline registered (default)\n[ 1.158594] io scheduler cfq registered\n[ 1.159764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.161086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.162652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.164638] ACPI: Power Button [PWRF]\n[ 1.165751] GHES: HEST is not enabled!\n[ 1.166849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.191203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.192871] Non-volatile memory driver v1.3\n[ 1.193985] Linux agpgart interface v0.103\n[ 1.195163] crash memory driver: version 1.1\n[ 1.196335] rdac: device handler registered\n[ 1.197517] hp_sw: device handler registered\n[ 1.198633] emc: device handler registered\n[ 1.199712] alua: device handler registered\n[ 1.200837] libphy: Fixed MDIO Bus: probed\n[ 1.201962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.203429] ehci-pci: EHCI PCI platform driver\n[ 1.204580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.205991] ohci-pci: OHCI PCI platform driver\n[ 1.207139] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.227083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.228373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.230369] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.231636] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.233052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.234546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.236488] usb usb1: Product: UHCI Host Controller\n[ 1.237698] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.239248] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.240490] hub 1-0:1.0: USB hub found\n[ 1.241542] hub 1-0:1.0: 2 ports detected\n[ 1.242749] usbcore: registered new interface driver usbserial\n[ 1.244129] usbcore: registered new interface driver usbserial_generic\n[ 1.245596] usbserial: USB Serial support registered for generic\n[ 1.246989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250925] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.252282] mousedev: PS/2 mouse device common for all mice\n[ 1.253930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256624] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.258773] rtc_cmos 00:00: RTC can wake from S4\n[ 1.259223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.259375] cpuidle: using governor menu\n[ 1.259430] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.259498] usbcore: registered new interface driver usbhid\n[ 1.259499] usbhid: USB HID core driver\n[ 1.259543] drop_monitor: Initializing network drop monitor service\n[ 1.259587] TCP: cubic registered\n[ 1.259590] Initializing XFRM netlink socket\n[ 1.259659] NET: Registered protocol family 10\n[ 1.261548] NET: Registered protocol family 17\n[ 1.262928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.262932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.262951] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.263015] Loading compiled-in X.509 certificates\n[ 1.263041] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.263048] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.263351] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.263372] registered taskstats version 1\n[ 1.267299] Key type trusted registered\n[ 1.268462] Key type encrypted registered\n[ 1.269572] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.269961] rtc_cmos 00:00: setting system clock to 2018-08-20 12:01:15 UTC (1534766475)\n[ 1.293122] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.293432] Freeing unused kernel memory: 1680k freed\n[ 1.297320] 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.301336] systemd[1]: Detected virtualization kvm.\n[ 1.302594] systemd[1]: Detected architecture x86-64.\n[ 1.303847] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.306434] systemd[1]: No hostname configured.\n[ 1.307813] systemd[1]: Set hostname to .\n[ 1.309336] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.332893] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.335394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.338794] systemd[1]: Reached target Paths.\n[ 1.340169] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.342498] systemd[1]: Reached target Local File Systems.\n[ 1.344075] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.346431] systemd[1]: Reached target Timers.\n[ 1.347782] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.349943] systemd[1]: Reached target Swap.\n[ 1.351279] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.353536] systemd[1]: Created slice Root Slice.\n[ 1.354980] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.357337] systemd[1]: Listening on Journal Socket.\n[ 1.358784] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.361248] systemd[1]: Listening on udev Control Socket.\n[ 1.362796] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.365284] systemd[1]: Created slice System Slice.\n[ 1.366693] systemd[1]: Starting System Slice.\n[ 1.368512] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.371196] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.374110] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.376862] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.389128] systemd[1]: Listening on udev Kernel Socket.\n[ 1.390680] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.393390] systemd[1]: Reached target Sockets.\n[ 1.394777] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Slices.\n[ 1.397026] systemd[1]: Reached target Slices.\n[ 1.398390] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.400560] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.433954] RPC: Registered named UNIX socket transport module.\n[ 1.435381] RPC: Registered udp transport module.\n[ 1.436560] RPC: Registered tcp transport module.\n[ 1.437736] 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.528998] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.543685] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.553108] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.555753] scsi host0: ata_piix\n[ 1.556822] scsi host1: ata_piix\n[ 1.557822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.559322] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.598023] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.603777] 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.694490] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.696034] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.697604] usb 1-1: Product: QEMU USB Tablet\n[ 1.698759] usb 1-1: Manufacturer: QEMU\n[ 1.699823] usb 1-1: SerialNumber: 42\n[ 1.709636] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.712347] 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.795315] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.797610] XFS (vda1): Mounting V4 Filesystem\n[ 1.899550] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped 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 target Paths.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[ 2.107739] tsc: Refined TSC clocksource calibration: 3491.870 MHz\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.119887] systemd-journald[111]: Received SIGTERM from PID 1 (systemd).\n[ 2.536893] SELinux: Disabled at runtime.\n[ 2.573713] type=1404 audit(1534766476.803:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.618884] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.620265] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 3.014039] systemd-journald[390]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 3.024417] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.143048] type=1305 audit(1534766477.372:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n [ 3.271283] [drm] Initialized drm 1.1.0 20060810\nStarting irqbalance daemon...\n[ 3.315516] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.340802] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.345196] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.346759] [TTM] Initializing pool allocator\n[ 3.348133] [TTM] Initializing DMA pool allocator\n[ 3.351847] [drm] fb mappable at 0xFC000000\n[ 3.353039] [drm] vram aper at 0xFC000000\n[ 3.354132] [drm] size 33554432\n[ 3.355087] [drm] fb depth is 24\n[ 3.356051] [drm] pitch is 3072\n[ 3.357159] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.370051] ppdev: user-space parallel port driver\n[ 3.375939] Console: switching to colour frame buffer device 128x48\n[ 3.387734] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.391682] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Found device /dev/ttyS0.\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 Authorization Manager.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.517320] AES CTR mode by8 optimization enabled\n[ 3.520509] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.528927] alg: No test for crc32 (crc32-pclmul)\n[ 3.532775] intel_rapl: no valid rapl domains found in package 0\n[ 3.559276] intel_powerclamp: No package C-state available\n[ 3.564337] intel_powerclamp: No package C-state available[ 3.722538] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 12:01:18 +0000. Up 3.66 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n Starting nginx - high performance web server...\n Starting Crash recovery kernel arming...\n Starting OpenSSH server daemon...\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[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\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] Created slice user-993.slice.\n[[32m OK [0m] Started OpenSSH server daemon.\n[ 5.960732] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 12:01:20 +0000. Up 5.93 seconds.\n[[32m OK [0m] Started nginx - high performance web server.\n[ 6.049210] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.051085] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.052985] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.055140] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.057079] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.058935] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:c5:cf:2b |\n[ 6.060539] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.062199] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.064405] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.066624] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.069689] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.072746] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.075293] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 6.077497] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.079837] cloud-init[823]: 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: "} 2018-08-20 12:01:46,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action used request id req-ced8e9ea-54df-49e2-a578-9b5aa62028fb 2018-08-20 12:01:46,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0830118656158s 2018-08-20 12:01:46,671 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action used request id req-ced8e9ea-54df-49e2-a578-9b5aa62028fb 2018-08-20 12:01:46,672 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1868756593 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.312328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.314537] pid_max: default: 32768 minimum: 301 [ 0.315732] Security Framework initialized [ 0.316837] SELinux: Initializing. [ 0.318109] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.325970] Mount-cache hash table entries: 4096 [ 0.327397] Initializing cgroup subsys memory [ 0.328547] Initializing cgroup subsys devices [ 0.329707] Initializing cgroup subsys freezer [ 0.330858] Initializing cgroup subsys net_cls [ 0.331998] Initializing cgroup subsys blkio [ 0.333122] Initializing cgroup subsys perf_event [ 0.334298] Initializing cgroup subsys hugetlb [ 0.335452] Initializing cgroup subsys pids [ 0.336562] Initializing cgroup subsys net_prio [ 0.337797] CPU: Physical Processor ID: 0 [ 0.339593] mce: CPU supports 10 MCE banks [ 0.340718] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343271] tlb_flushall_shift: 6 [ 0.344437] Freeing SMP alternatives: 28k freed [ 0.348268] ACPI: Core revision 20130517 [ 0.349766] ACPI: All ACPI Tables successfully acquired [ 0.351220] ftrace: allocating 25812 entries in 101 pages [ 0.372879] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374374] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375853] smpboot: Max logical packages: 2 [ 0.377150] Enabling x2apic [ 0.378052] Enabled x2apic [ 0.379134] Switched APIC routing to physical x2apic. [ 0.381296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382776] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393763] KVM setup paravirtual spinlock [ 0.396333] smpboot: Booting Node 0, Processors #1 OK [ 0.398284] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.420283] Brought up 2 CPUs [ 0.420285] KVM setup async PF for cpu 1 [ 0.420288] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.424153] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.426756] devtmpfs: initialized [ 0.429553] EVM: security.selinux [ 0.430778] EVM: security.ima [ 0.431875] EVM: security.capability [ 0.433758] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.435726] pinctrl core: initialized pinctrl subsystem [ 0.437451] NET: Registered protocol family 16 [ 0.439047] ACPI: bus type PCI registered [ 0.440401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.442331] PCI: Using configuration type 1 for base access [ 0.447287] ACPI: Added _OSI(Module Device) [ 0.448575] ACPI: Added _OSI(Processor Device) [ 0.449732] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.451200] ACPI: Added _OSI(Processor Aggregator Device) [ 0.453900] ACPI: Interpreter enabled [ 0.455185] ACPI: (supports S0 S5) [ 0.456387] ACPI: Using IOAPIC for interrupt routing [ 0.457932] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.462460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.466256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.468163] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.471655] acpiphp: Slot [3] registered [ 0.472984] acpiphp: Slot [4] registered [ 0.474303] acpiphp: Slot [5] registered [ 0.475578] acpiphp: Slot [6] registered [ 0.476657] acpiphp: Slot [7] registered [ 0.477729] acpiphp: Slot [8] registered [ 0.478807] acpiphp: Slot [9] registered [ 0.479879] acpiphp: Slot [10] registered [ 0.480963] acpiphp: Slot [11] registered [ 0.482046] acpiphp: Slot [12] registered [ 0.483138] acpiphp: Slot [13] registered [ 0.484226] acpiphp: Slot [14] registered [ 0.485318] acpiphp: Slot [15] registered [ 0.486407] acpiphp: Slot [16] registered [ 0.487494] acpiphp: Slot [17] registered [ 0.488583] acpiphp: Slot [18] registered [ 0.489668] acpiphp: Slot [19] registered [ 0.490760] acpiphp: Slot [20] registered [ 0.491852] acpiphp: Slot [21] registered [ 0.492943] acpiphp: Slot [22] registered [ 0.494029] acpiphp: Slot [23] registered [ 0.495121] acpiphp: Slot [24] registered [ 0.496297] acpiphp: Slot [25] registered [ 0.497396] acpiphp: Slot [26] registered [ 0.498495] acpiphp: Slot [27] registered [ 0.499586] acpiphp: Slot [28] registered [ 0.500673] acpiphp: Slot [29] registered [ 0.501758] acpiphp: Slot [30] registered [ 0.502846] acpiphp: Slot [31] registered [ 0.503932] PCI host bridge to bus 0000:00 [ 0.505106] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.507893] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.509381] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.511357] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.513336] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.517820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.519368] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.520823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.522345] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.526191] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.528551] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.551172] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.552985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.554692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.556415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.558532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.560177] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.562035] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.564642] vgaarb: loaded [ 0.565682] vgaarb: bridge control possible 0000:00:02.0 [ 0.567422] SCSI subsystem initialized [ 0.568732] ACPI: bus type USB registered [ 0.570085] usbcore: registered new interface driver usbfs [ 0.571731] usbcore: registered new interface driver hub [ 0.573341] usbcore: registered new device driver usb [ 0.575048] PCI: Using ACPI for IRQ routing [ 0.576733] NetLabel: Initializing [ 0.577950] NetLabel: domain hash size = 128 [ 0.579345] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.580918] NetLabel: unlabeled traffic allowed by default [ 0.582672] Switched to clocksource kvm-clock [ 0.590992] pnp: PnP ACPI init [ 0.592123] ACPI: bus type PNP registered [ 0.593763] pnp: PnP ACPI: found 5 devices [ 0.594924] ACPI: bus type PNP unregistered [ 0.601960] NET: Registered protocol family 2 [ 0.603380] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.605547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.607323] TCP: Hash tables configured (established 32768 bind 32768) [ 0.608864] TCP: reno registered [ 0.609828] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.611254] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.612852] NET: Registered protocol family 1 [ 0.614043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.615422] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.616778] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.636637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.656596] Unpacking initramfs... [ 1.092871] Freeing initrd memory: 37508k freed [ 1.102134] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.103676] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.106488] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.107995] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.109684] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.111121] Initialise system trusted keyring [ 1.112275] audit: initializing netlink socket (disabled) [ 1.113563] type=2000 audit(1534766475.777:1): initialized [ 1.130097] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.131535] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.133755] zpool: loaded [ 1.134628] zbud: loaded [ 1.135650] VFS: Disk quotas dquot_6.5.2 [ 1.136742] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.138326] msgmni has been set to 7578 [ 1.139453] Key type big_key registered [ 1.141178] NET: Registered protocol family 38 [ 1.142338] Key type asymmetric registered [ 1.143426] Asymmetric key parser 'x509' registered [ 1.144648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.146700] io scheduler noop registered [ 1.147778] io scheduler deadline registered (default) [ 1.158594] io scheduler cfq registered [ 1.159764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.161086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.162652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.164638] ACPI: Power Button [PWRF] [ 1.165751] GHES: HEST is not enabled! [ 1.166849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.191203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.192871] Non-volatile memory driver v1.3 [ 1.193985] Linux agpgart interface v0.103 [ 1.195163] crash memory driver: version 1.1 [ 1.196335] rdac: device handler registered [ 1.197517] hp_sw: device handler registered [ 1.198633] emc: device handler registered [ 1.199712] alua: device handler registered [ 1.200837] libphy: Fixed MDIO Bus: probed [ 1.201962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.203429] ehci-pci: EHCI PCI platform driver [ 1.204580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.205991] ohci-pci: OHCI PCI platform driver [ 1.207139] uhci_hcd: USB Universal Host Controller Interface driver [ 1.227083] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.228373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.230369] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.231636] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.233052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.234546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.236488] usb usb1: Product: UHCI Host Controller [ 1.237698] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.239248] usb usb1: SerialNumber: 0000:00:01.2 [ 1.240490] hub 1-0:1.0: USB hub found [ 1.241542] hub 1-0:1.0: 2 ports detected [ 1.242749] usbcore: registered new interface driver usbserial [ 1.244129] usbcore: registered new interface driver usbserial_generic [ 1.245596] usbserial: USB Serial support registered for generic [ 1.246989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249663] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250925] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.252282] mousedev: PS/2 mouse device common for all mice [ 1.253930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256624] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.258773] rtc_cmos 00:00: RTC can wake from S4 [ 1.259223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.259375] cpuidle: using governor menu [ 1.259430] hidraw: raw HID events driver (C) Jiri Kosina [ 1.259498] usbcore: registered new interface driver usbhid [ 1.259499] usbhid: USB HID core driver [ 1.259543] drop_monitor: Initializing network drop monitor service [ 1.259587] TCP: cubic registered [ 1.259590] Initializing XFRM netlink socket [ 1.259659] NET: Registered protocol family 10 [ 1.261548] NET: Registered protocol family 17 [ 1.262928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.262932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.262951] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.263015] Loading compiled-in X.509 certificates [ 1.263041] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.263048] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.263351] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.263372] registered taskstats version 1 [ 1.267299] Key type trusted registered [ 1.268462] Key type encrypted registered [ 1.269572] IMA: No TPM chip found, activating TPM-bypass! [ 1.269961] rtc_cmos 00:00: setting system clock to 2018-08-20 12:01:15 UTC (1534766475) [ 1.293122] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.293432] Freeing unused kernel memory: 1680k freed [ 1.297320] 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.301336] systemd[1]: Detected virtualization kvm. [ 1.302594] systemd[1]: Detected architecture x86-64. [ 1.303847] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.306434] systemd[1]: No hostname configured. [ 1.307813] systemd[1]: Set hostname to . [ 1.309336] systemd[1]: Initializing machine ID from KVM UUID. [ 1.332893] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.335394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.338794] systemd[1]: Reached target Paths. [ 1.340169] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.342498] systemd[1]: Reached target Local File Systems. [ 1.344075] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.346431] systemd[1]: Reached target Timers. [ 1.347782] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.349943] systemd[1]: Reached target Swap. [ 1.351279] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.353536] systemd[1]: Created slice Root Slice. [ 1.354980] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.357337] systemd[1]: Listening on Journal Socket. [ 1.358784] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.361248] systemd[1]: Listening on udev Control Socket. [ 1.362796] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.365284] systemd[1]: Created slice System Slice. [ 1.366693] systemd[1]: Starting System Slice. [ 1.368512] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.371196] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.374110] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.376862] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.389128] systemd[1]: Listening on udev Kernel Socket. [ 1.390680] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.393390] systemd[1]: Reached target Sockets. [ 1.394777] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Slices. [ 1.397026] systemd[1]: Reached target Slices. [ 1.398390] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.400560] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.433954] RPC: Registered named UNIX socket transport module. [ 1.435381] RPC: Registered udp transport module. [ 1.436560] RPC: Registered tcp transport module. [ 1.437736] 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.528998] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.543685] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.553108] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.555753] scsi host0: ata_piix [ 1.556822] scsi host1: ata_piix [ 1.557822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.559322] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.598023] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.603777] 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.694490] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.696034] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.697604] usb 1-1: Product: QEMU USB Tablet [ 1.698759] usb 1-1: Manufacturer: QEMU [ 1.699823] usb 1-1: SerialNumber: 42 [ 1.709636] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.712347] 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.795315] SGI XFS with ACLs, security attributes, no debug enabled [ 1.797610] XFS (vda1): Mounting V4 Filesystem [ 1.899550] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped 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 target Paths. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [ 2.107739] tsc: Refined TSC clocksource calibration: 3491.870 MHz [[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.119887] systemd-journald[111]: Received SIGTERM from PID 1 (systemd). [ 2.536893] SELinux: Disabled at runtime. [ 2.573713] type=1404 audit(1534766476.803:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.618884] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.620265] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 3.014039] systemd-journald[390]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 3.024417] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.143048] type=1305 audit(1534766477.372:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. [ 3.271283] [drm] Initialized drm 1.1.0 20060810 Starting irqbalance daemon... [ 3.315516] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.340802] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.345196] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.346759] [TTM] Initializing pool allocator [ 3.348133] [TTM] Initializing DMA pool allocator [ 3.351847] [drm] fb mappable at 0xFC000000 [ 3.353039] [drm] vram aper at 0xFC000000 [ 3.354132] [drm] size 33554432 [ 3.355087] [drm] fb depth is 24 [ 3.356051] [drm] pitch is 3072 [ 3.357159] fbcon: cirrusdrmfb (fb0) is primary device [ 3.370051] ppdev: user-space parallel port driver [ 3.375939] Console: switching to colour frame buffer device 128x48 [ 3.387734] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.391682] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Found device /dev/ttyS0. [[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 Authorization Manager. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.517320] AES CTR mode by8 optimization enabled [ 3.520509] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.528927] alg: No test for crc32 (crc32-pclmul) [ 3.532775] intel_rapl: no valid rapl domains found in package 0 [ 3.559276] intel_powerclamp: No package C-state available [ 3.564337] intel_powerclamp: No package C-state available[ 3.722538] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 12:01:18 +0000. Up 3.66 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[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 LSB: Starts Logstash as a daemon.... Starting nginx - high performance web server... Starting Crash recovery kernel arming... Starting OpenSSH server daemon... 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... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. 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] Created slice user-993.slice. [[32m OK [0m] Started OpenSSH server daemon. [ 5.960732] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 12:01:20 +0000. Up 5.93 seconds. [[32m OK [0m] Started nginx - high performance web server. [ 6.049210] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.051085] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.052985] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.055140] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.057079] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.058935] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:c5:cf:2b | [ 6.060539] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.062199] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.064405] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.066624] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.069689] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.072746] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.075293] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 6.077497] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.079837] cloud-init[823]: 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: 2018-08-20 12:01:46,675 - paramiko.transport - DEBUG - starting thread (client mode): 0x976e4990L 2018-08-20 12:01:46,675 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 12:01:46,680 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 12:01:46,680 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 12:01:46,682 - 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-08-20 12:01:46,682 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 12:01:46,682 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 12:01:46,682 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 12:01:46,682 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 12:01:46,683 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 12:01:46,725 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 12:01:46,726 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 12:01:46,739 - paramiko.transport - DEBUG - Trying discovered key f2b9b12fe4082c399a2cf377d9941c2e in /tmp/tmppFSiRb 2018-08-20 12:01:46,765 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 12:01:56,785 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 12:01:56,789 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-20 12:01:56,790 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 12:01:56,796 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-20 12:01:56,797 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.208: Authentication failed. 2018-08-20 12:02:05,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-20 12:02:05,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-20 12:02:05,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:02:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f898c55a-c1be-4678-8d64-e0034c552333 x-compute-request-id: req-f898c55a-c1be-4678-8d64-e0034c552333 Content-Encoding: gzip Content-Length: 11708 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 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 1868756593 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.312328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.314537] pid_max: default: 32768 minimum: 301\n[ 0.315732] Security Framework initialized\n[ 0.316837] SELinux: Initializing.\n[ 0.318109] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.325970] Mount-cache hash table entries: 4096\n[ 0.327397] Initializing cgroup subsys memory\n[ 0.328547] Initializing cgroup subsys devices\n[ 0.329707] Initializing cgroup subsys freezer\n[ 0.330858] Initializing cgroup subsys net_cls\n[ 0.331998] Initializing cgroup subsys blkio\n[ 0.333122] Initializing cgroup subsys perf_event\n[ 0.334298] Initializing cgroup subsys hugetlb\n[ 0.335452] Initializing cgroup subsys pids\n[ 0.336562] Initializing cgroup subsys net_prio\n[ 0.337797] CPU: Physical Processor ID: 0\n[ 0.339593] mce: CPU supports 10 MCE banks\n[ 0.340718] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343271] tlb_flushall_shift: 6\n[ 0.344437] Freeing SMP alternatives: 28k freed\n[ 0.348268] ACPI: Core revision 20130517\n[ 0.349766] ACPI: All ACPI Tables successfully acquired\n[ 0.351220] ftrace: allocating 25812 entries in 101 pages\n[ 0.372879] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374374] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375853] smpboot: Max logical packages: 2\n[ 0.377150] Enabling x2apic\n[ 0.378052] Enabled x2apic\n[ 0.379134] Switched APIC routing to physical x2apic.\n[ 0.381296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382776] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393763] KVM setup paravirtual spinlock\n[ 0.396333] smpboot: Booting Node 0, Processors #1 OK\n[ 0.398284] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.420283] Brought up 2 CPUs\n[ 0.420285] KVM setup async PF for cpu 1\n[ 0.420288] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.424153] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.426756] devtmpfs: initialized\n[ 0.429553] EVM: security.selinux\n[ 0.430778] EVM: security.ima\n[ 0.431875] EVM: security.capability\n[ 0.433758] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.435726] pinctrl core: initialized pinctrl subsystem\n[ 0.437451] NET: Registered protocol family 16\n[ 0.439047] ACPI: bus type PCI registered\n[ 0.440401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.442331] PCI: Using configuration type 1 for base access\n[ 0.447287] ACPI: Added _OSI(Module Device)\n[ 0.448575] ACPI: Added _OSI(Processor Device)\n[ 0.449732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.451200] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.453900] ACPI: Interpreter enabled\n[ 0.455185] ACPI: (supports S0 S5)\n[ 0.456387] ACPI: Using IOAPIC for interrupt routing\n[ 0.457932] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.462460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.464285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.466256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.468163] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.471655] acpiphp: Slot [3] registered\n[ 0.472984] acpiphp: Slot [4] registered\n[ 0.474303] acpiphp: Slot [5] registered\n[ 0.475578] acpiphp: Slot [6] registered\n[ 0.476657] acpiphp: Slot [7] registered\n[ 0.477729] acpiphp: Slot [8] registered\n[ 0.478807] acpiphp: Slot [9] registered\n[ 0.479879] acpiphp: Slot [10] registered\n[ 0.480963] acpiphp: Slot [11] registered\n[ 0.482046] acpiphp: Slot [12] registered\n[ 0.483138] acpiphp: Slot [13] registered\n[ 0.484226] acpiphp: Slot [14] registered\n[ 0.485318] acpiphp: Slot [15] registered\n[ 0.486407] acpiphp: Slot [16] registered\n[ 0.487494] acpiphp: Slot [17] registered\n[ 0.488583] acpiphp: Slot [18] registered\n[ 0.489668] acpiphp: Slot [19] registered\n[ 0.490760] acpiphp: Slot [20] registered\n[ 0.491852] acpiphp: Slot [21] registered\n[ 0.492943] acpiphp: Slot [22] registered\n[ 0.494029] acpiphp: Slot [23] registered\n[ 0.495121] acpiphp: Slot [24] registered\n[ 0.496297] acpiphp: Slot [25] registered\n[ 0.497396] acpiphp: Slot [26] registered\n[ 0.498495] acpiphp: Slot [27] registered\n[ 0.499586] acpiphp: Slot [28] registered\n[ 0.500673] acpiphp: Slot [29] registered\n[ 0.501758] acpiphp: Slot [30] registered\n[ 0.502846] acpiphp: Slot [31] registered\n[ 0.503932] PCI host bridge to bus 0000:00\n[ 0.505106] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.507893] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.509381] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.511357] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.513336] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.517820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.519368] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.520823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.522345] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.526191] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.528551] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.551172] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.552985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.554692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.556415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.558532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.560177] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.562035] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.564642] vgaarb: loaded\n[ 0.565682] vgaarb: bridge control possible 0000:00:02.0\n[ 0.567422] SCSI subsystem initialized\n[ 0.568732] ACPI: bus type USB registered\n[ 0.570085] usbcore: registered new interface driver usbfs\n[ 0.571731] usbcore: registered new interface driver hub\n[ 0.573341] usbcore: registered new device driver usb\n[ 0.575048] PCI: Using ACPI for IRQ routing\n[ 0.576733] NetLabel: Initializing\n[ 0.577950] NetLabel: domain hash size = 128\n[ 0.579345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.580918] NetLabel: unlabeled traffic allowed by default\n[ 0.582672] Switched to clocksource kvm-clock\n[ 0.590992] pnp: PnP ACPI init\n[ 0.592123] ACPI: bus type PNP registered\n[ 0.593763] pnp: PnP ACPI: found 5 devices\n[ 0.594924] ACPI: bus type PNP unregistered\n[ 0.601960] NET: Registered protocol family 2\n[ 0.603380] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.605547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.607323] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.608864] TCP: reno registered\n[ 0.609828] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.611254] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.612852] NET: Registered protocol family 1\n[ 0.614043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.615422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.616778] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.636637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.656596] Unpacking initramfs...\n[ 1.092871] Freeing initrd memory: 37508k freed\n[ 1.102134] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.103676] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.106488] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.107995] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.109684] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.111121] Initialise system trusted keyring\n[ 1.112275] audit: initializing netlink socket (disabled)\n[ 1.113563] type=2000 audit(1534766475.777:1): initialized\n[ 1.130097] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.131535] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.133755] zpool: loaded\n[ 1.134628] zbud: loaded\n[ 1.135650] VFS: Disk quotas dquot_6.5.2\n[ 1.136742] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.138326] msgmni has been set to 7578\n[ 1.139453] Key type big_key registered\n[ 1.141178] NET: Registered protocol family 38\n[ 1.142338] Key type asymmetric registered\n[ 1.143426] Asymmetric key parser 'x509' registered\n[ 1.144648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.146700] io scheduler noop registered\n[ 1.147778] io scheduler deadline registered (default)\n[ 1.158594] io scheduler cfq registered\n[ 1.159764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.161086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.162652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.164638] ACPI: Power Button [PWRF]\n[ 1.165751] GHES: HEST is not enabled!\n[ 1.166849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.191203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.192871] Non-volatile memory driver v1.3\n[ 1.193985] Linux agpgart interface v0.103\n[ 1.195163] crash memory driver: version 1.1\n[ 1.196335] rdac: device handler registered\n[ 1.197517] hp_sw: device handler registered\n[ 1.198633] emc: device handler registered\n[ 1.199712] alua: device handler registered\n[ 1.200837] libphy: Fixed MDIO Bus: probed\n[ 1.201962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.203429] ehci-pci: EHCI PCI platform driver\n[ 1.204580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.205991] ohci-pci: OHCI PCI platform driver\n[ 1.207139] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.227083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.228373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.230369] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.231636] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.233052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.234546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.236488] usb usb1: Product: UHCI Host Controller\n[ 1.237698] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.239248] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.240490] hub 1-0:1.0: USB hub found\n[ 1.241542] hub 1-0:1.0: 2 ports detected\n[ 1.242749] usbcore: registered new interface driver usbserial\n[ 1.244129] usbcore: registered new interface driver usbserial_generic\n[ 1.245596] usbserial: USB Serial support registered for generic\n[ 1.246989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250925] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.252282] mousedev: PS/2 mouse device common for all mice\n[ 1.253930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256624] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.258773] rtc_cmos 00:00: RTC can wake from S4\n[ 1.259223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.259375] cpuidle: using governor menu\n[ 1.259430] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.259498] usbcore: registered new interface driver usbhid\n[ 1.259499] usbhid: USB HID core driver\n[ 1.259543] drop_monitor: Initializing network drop monitor service\n[ 1.259587] TCP: cubic registered\n[ 1.259590] Initializing XFRM netlink socket\n[ 1.259659] NET: Registered protocol family 10\n[ 1.261548] NET: Registered protocol family 17\n[ 1.262928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.262932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.262951] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.263015] Loading compiled-in X.509 certificates\n[ 1.263041] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.263048] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.263351] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.263372] registered taskstats version 1\n[ 1.267299] Key type trusted registered\n[ 1.268462] Key type encrypted registered\n[ 1.269572] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.269961] rtc_cmos 00:00: setting system clock to 2018-08-20 12:01:15 UTC (1534766475)\n[ 1.293122] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.293432] Freeing unused kernel memory: 1680k freed\n[ 1.297320] 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.301336] systemd[1]: Detected virtualization kvm.\n[ 1.302594] systemd[1]: Detected architecture x86-64.\n[ 1.303847] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.306434] systemd[1]: No hostname configured.\n[ 1.307813] systemd[1]: Set hostname to .\n[ 1.309336] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.332893] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.335394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.338794] systemd[1]: Reached target Paths.\n[ 1.340169] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.342498] systemd[1]: Reached target Local File Systems.\n[ 1.344075] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.346431] systemd[1]: Reached target Timers.\n[ 1.347782] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.349943] systemd[1]: Reached target Swap.\n[ 1.351279] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.353536] systemd[1]: Created slice Root Slice.\n[ 1.354980] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.357337] systemd[1]: Listening on Journal Socket.\n[ 1.358784] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.361248] systemd[1]: Listening on udev Control Socket.\n[ 1.362796] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.365284] systemd[1]: Created slice System Slice.\n[ 1.366693] systemd[1]: Starting System Slice.\n[ 1.368512] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.371196] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.374110] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.376862] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.389128] systemd[1]: Listening on udev Kernel Socket.\n[ 1.390680] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.393390] systemd[1]: Reached target Sockets.\n[ 1.394777] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Slices.\n[ 1.397026] systemd[1]: Reached target Slices.\n[ 1.398390] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.400560] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.433954] RPC: Registered named UNIX socket transport module.\n[ 1.435381] RPC: Registered udp transport module.\n[ 1.436560] RPC: Registered tcp transport module.\n[ 1.437736] 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.528998] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.543685] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.553108] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.555753] scsi host0: ata_piix\n[ 1.556822] scsi host1: ata_piix\n[ 1.557822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.559322] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.598023] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.603777] 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.694490] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.696034] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.697604] usb 1-1: Product: QEMU USB Tablet\n[ 1.698759] usb 1-1: Manufacturer: QEMU\n[ 1.699823] usb 1-1: SerialNumber: 42\n[ 1.709636] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.712347] 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.795315] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.797610] XFS (vda1): Mounting V4 Filesystem\n[ 1.899550] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped 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 target Paths.\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[ 2.107739] tsc: Refined TSC clocksource calibration: 3491.870 MHz\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.119887] systemd-journald[111]: Received SIGTERM from PID 1 (systemd).\n[ 2.536893] SELinux: Disabled at runtime.\n[ 2.573713] type=1404 audit(1534766476.803:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.618884] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.620265] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 3.014039] systemd-journald[390]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 3.024417] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.143048] type=1305 audit(1534766477.372:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n [ 3.271283] [drm] Initialized drm 1.1.0 20060810\nStarting irqbalance daemon...\n[ 3.315516] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.340802] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.345196] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.346759] [TTM] Initializing pool allocator\n[ 3.348133] [TTM] Initializing DMA pool allocator\n[ 3.351847] [drm] fb mappable at 0xFC000000\n[ 3.353039] [drm] vram aper at 0xFC000000\n[ 3.354132] [drm] size 33554432\n[ 3.355087] [drm] fb depth is 24\n[ 3.356051] [drm] pitch is 3072\n[ 3.357159] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.370051] ppdev: user-space parallel port driver\n[ 3.375939] Console: switching to colour frame buffer device 128x48\n[ 3.387734] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.391682] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Found device /dev/ttyS0.\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 Authorization Manager.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.517320] AES CTR mode by8 optimization enabled\n[ 3.520509] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.528927] alg: No test for crc32 (crc32-pclmul)\n[ 3.532775] intel_rapl: no valid rapl domains found in package 0\n[ 3.559276] intel_powerclamp: No package C-state available\n[ 3.564337] intel_powerclamp: No package C-state available[ 3.722538] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 12:01:18 +0000. Up 3.66 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n Starting nginx - high performance web server...\n Starting Crash recovery kernel arming...\n Starting OpenSSH server daemon...\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[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\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] Created slice user-993.slice.\n[[32m OK [0m] Started OpenSSH server daemon.\n[ 5.960732] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 12:01:20 +0000. Up 5.93 seconds.\n[[32m OK [0m] Started nginx - high performance web server.\n[ 6.049210] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.051085] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.052985] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.055140] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.057079] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.058935] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:c5:cf:2b |\n[ 6.060539] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.062199] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.064405] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.066624] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.069689] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.072746] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.075293] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 6.077497] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.079837] cloud-init[823]: 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: "} 2018-08-20 12:02:05,890 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action used request id req-f898c55a-c1be-4678-8d64-e0034c552333 2018-08-20 12:02:05,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0830891132355s 2018-08-20 12:02:05,892 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e/action used request id req-f898c55a-c1be-4678-8d64-e0034c552333 2018-08-20 12:02:05,892 - 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 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 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 1868756593 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.312328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.314537] pid_max: default: 32768 minimum: 301 [ 0.315732] Security Framework initialized [ 0.316837] SELinux: Initializing. [ 0.318109] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.325970] Mount-cache hash table entries: 4096 [ 0.327397] Initializing cgroup subsys memory [ 0.328547] Initializing cgroup subsys devices [ 0.329707] Initializing cgroup subsys freezer [ 0.330858] Initializing cgroup subsys net_cls [ 0.331998] Initializing cgroup subsys blkio [ 0.333122] Initializing cgroup subsys perf_event [ 0.334298] Initializing cgroup subsys hugetlb [ 0.335452] Initializing cgroup subsys pids [ 0.336562] Initializing cgroup subsys net_prio [ 0.337797] CPU: Physical Processor ID: 0 [ 0.339593] mce: CPU supports 10 MCE banks [ 0.340718] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342001] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343271] tlb_flushall_shift: 6 [ 0.344437] Freeing SMP alternatives: 28k freed [ 0.348268] ACPI: Core revision 20130517 [ 0.349766] ACPI: All ACPI Tables successfully acquired [ 0.351220] ftrace: allocating 25812 entries in 101 pages [ 0.372879] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374374] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375853] smpboot: Max logical packages: 2 [ 0.377150] Enabling x2apic [ 0.378052] Enabled x2apic [ 0.379134] Switched APIC routing to physical x2apic. [ 0.381296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382776] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393763] KVM setup paravirtual spinlock [ 0.396333] smpboot: Booting Node 0, Processors #1 OK [ 0.398284] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.420283] Brought up 2 CPUs [ 0.420285] KVM setup async PF for cpu 1 [ 0.420288] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.424153] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.426756] devtmpfs: initialized [ 0.429553] EVM: security.selinux [ 0.430778] EVM: security.ima [ 0.431875] EVM: security.capability [ 0.433758] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.435726] pinctrl core: initialized pinctrl subsystem [ 0.437451] NET: Registered protocol family 16 [ 0.439047] ACPI: bus type PCI registered [ 0.440401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.442331] PCI: Using configuration type 1 for base access [ 0.447287] ACPI: Added _OSI(Module Device) [ 0.448575] ACPI: Added _OSI(Processor Device) [ 0.449732] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.451200] ACPI: Added _OSI(Processor Aggregator Device) [ 0.453900] ACPI: Interpreter enabled [ 0.455185] ACPI: (supports S0 S5) [ 0.456387] ACPI: Using IOAPIC for interrupt routing [ 0.457932] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.462460] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.464285] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.466256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.468163] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.471655] acpiphp: Slot [3] registered [ 0.472984] acpiphp: Slot [4] registered [ 0.474303] acpiphp: Slot [5] registered [ 0.475578] acpiphp: Slot [6] registered [ 0.476657] acpiphp: Slot [7] registered [ 0.477729] acpiphp: Slot [8] registered [ 0.478807] acpiphp: Slot [9] registered [ 0.479879] acpiphp: Slot [10] registered [ 0.480963] acpiphp: Slot [11] registered [ 0.482046] acpiphp: Slot [12] registered [ 0.483138] acpiphp: Slot [13] registered [ 0.484226] acpiphp: Slot [14] registered [ 0.485318] acpiphp: Slot [15] registered [ 0.486407] acpiphp: Slot [16] registered [ 0.487494] acpiphp: Slot [17] registered [ 0.488583] acpiphp: Slot [18] registered [ 0.489668] acpiphp: Slot [19] registered [ 0.490760] acpiphp: Slot [20] registered [ 0.491852] acpiphp: Slot [21] registered [ 0.492943] acpiphp: Slot [22] registered [ 0.494029] acpiphp: Slot [23] registered [ 0.495121] acpiphp: Slot [24] registered [ 0.496297] acpiphp: Slot [25] registered [ 0.497396] acpiphp: Slot [26] registered [ 0.498495] acpiphp: Slot [27] registered [ 0.499586] acpiphp: Slot [28] registered [ 0.500673] acpiphp: Slot [29] registered [ 0.501758] acpiphp: Slot [30] registered [ 0.502846] acpiphp: Slot [31] registered [ 0.503932] PCI host bridge to bus 0000:00 [ 0.505106] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.507893] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.509381] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.511357] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.513336] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.517820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.519368] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.520823] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.522345] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.526191] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.528551] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.551172] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.552985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.554692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.556415] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.558532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.560177] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.562035] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.564642] vgaarb: loaded [ 0.565682] vgaarb: bridge control possible 0000:00:02.0 [ 0.567422] SCSI subsystem initialized [ 0.568732] ACPI: bus type USB registered [ 0.570085] usbcore: registered new interface driver usbfs [ 0.571731] usbcore: registered new interface driver hub [ 0.573341] usbcore: registered new device driver usb [ 0.575048] PCI: Using ACPI for IRQ routing [ 0.576733] NetLabel: Initializing [ 0.577950] NetLabel: domain hash size = 128 [ 0.579345] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.580918] NetLabel: unlabeled traffic allowed by default [ 0.582672] Switched to clocksource kvm-clock [ 0.590992] pnp: PnP ACPI init [ 0.592123] ACPI: bus type PNP registered [ 0.593763] pnp: PnP ACPI: found 5 devices [ 0.594924] ACPI: bus type PNP unregistered [ 0.601960] NET: Registered protocol family 2 [ 0.603380] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.605547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.607323] TCP: Hash tables configured (established 32768 bind 32768) [ 0.608864] TCP: reno registered [ 0.609828] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.611254] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.612852] NET: Registered protocol family 1 [ 0.614043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.615422] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.616778] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.636637] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.656596] Unpacking initramfs... [ 1.092871] Freeing initrd memory: 37508k freed [ 1.102134] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.103676] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.106488] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.107995] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.109684] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.111121] Initialise system trusted keyring [ 1.112275] audit: initializing netlink socket (disabled) [ 1.113563] type=2000 audit(1534766475.777:1): initialized [ 1.130097] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.131535] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.133755] zpool: loaded [ 1.134628] zbud: loaded [ 1.135650] VFS: Disk quotas dquot_6.5.2 [ 1.136742] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.138326] msgmni has been set to 7578 [ 1.139453] Key type big_key registered [ 1.141178] NET: Registered protocol family 38 [ 1.142338] Key type asymmetric registered [ 1.143426] Asymmetric key parser 'x509' registered [ 1.144648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.146700] io scheduler noop registered [ 1.147778] io scheduler deadline registered (default) [ 1.158594] io scheduler cfq registered [ 1.159764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.161086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.162652] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.164638] ACPI: Power Button [PWRF] [ 1.165751] GHES: HEST is not enabled! [ 1.166849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.191203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.192871] Non-volatile memory driver v1.3 [ 1.193985] Linux agpgart interface v0.103 [ 1.195163] crash memory driver: version 1.1 [ 1.196335] rdac: device handler registered [ 1.197517] hp_sw: device handler registered [ 1.198633] emc: device handler registered [ 1.199712] alua: device handler registered [ 1.200837] libphy: Fixed MDIO Bus: probed [ 1.201962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.203429] ehci-pci: EHCI PCI platform driver [ 1.204580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.205991] ohci-pci: OHCI PCI platform driver [ 1.207139] uhci_hcd: USB Universal Host Controller Interface driver [ 1.227083] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.228373] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.230369] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.231636] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.233052] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.234546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.236488] usb usb1: Product: UHCI Host Controller [ 1.237698] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.239248] usb usb1: SerialNumber: 0000:00:01.2 [ 1.240490] hub 1-0:1.0: USB hub found [ 1.241542] hub 1-0:1.0: 2 ports detected [ 1.242749] usbcore: registered new interface driver usbserial [ 1.244129] usbcore: registered new interface driver usbserial_generic [ 1.245596] usbserial: USB Serial support registered for generic [ 1.246989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249663] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250925] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.252282] mousedev: PS/2 mouse device common for all mice [ 1.253930] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256624] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.258773] rtc_cmos 00:00: RTC can wake from S4 [ 1.259223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.259375] cpuidle: using governor menu [ 1.259430] hidraw: raw HID events driver (C) Jiri Kosina [ 1.259498] usbcore: registered new interface driver usbhid [ 1.259499] usbhid: USB HID core driver [ 1.259543] drop_monitor: Initializing network drop monitor service [ 1.259587] TCP: cubic registered [ 1.259590] Initializing XFRM netlink socket [ 1.259659] NET: Registered protocol family 10 [ 1.261548] NET: Registered protocol family 17 [ 1.262928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.262932] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.262951] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.263015] Loading compiled-in X.509 certificates [ 1.263041] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.263048] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.263351] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.263372] registered taskstats version 1 [ 1.267299] Key type trusted registered [ 1.268462] Key type encrypted registered [ 1.269572] IMA: No TPM chip found, activating TPM-bypass! [ 1.269961] rtc_cmos 00:00: setting system clock to 2018-08-20 12:01:15 UTC (1534766475) [ 1.293122] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.293432] Freeing unused kernel memory: 1680k freed [ 1.297320] 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.301336] systemd[1]: Detected virtualization kvm. [ 1.302594] systemd[1]: Detected architecture x86-64. [ 1.303847] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.306434] systemd[1]: No hostname configured. [ 1.307813] systemd[1]: Set hostname to . [ 1.309336] systemd[1]: Initializing machine ID from KVM UUID. [ 1.332893] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.335394] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.338794] systemd[1]: Reached target Paths. [ 1.340169] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.342498] systemd[1]: Reached target Local File Systems. [ 1.344075] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.346431] systemd[1]: Reached target Timers. [ 1.347782] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.349943] systemd[1]: Reached target Swap. [ 1.351279] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.353536] systemd[1]: Created slice Root Slice. [ 1.354980] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.357337] systemd[1]: Listening on Journal Socket. [ 1.358784] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.361248] systemd[1]: Listening on udev Control Socket. [ 1.362796] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.365284] systemd[1]: Created slice System Slice. [ 1.366693] systemd[1]: Starting System Slice. [ 1.368512] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.371196] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.374110] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.376862] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.389128] systemd[1]: Listening on udev Kernel Socket. [ 1.390680] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.393390] systemd[1]: Reached target Sockets. [ 1.394777] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Slices. [ 1.397026] systemd[1]: Reached target Slices. [ 1.398390] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.400560] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.433954] RPC: Registered named UNIX socket transport module. [ 1.435381] RPC: Registered udp transport module. [ 1.436560] RPC: Registered tcp transport module. [ 1.437736] 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.528998] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.543685] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.553108] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.555753] scsi host0: ata_piix [ 1.556822] scsi host1: ata_piix [ 1.557822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.559322] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.598023] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.603777] 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.694490] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.696034] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.697604] usb 1-1: Product: QEMU USB Tablet [ 1.698759] usb 1-1: Manufacturer: QEMU [ 1.699823] usb 1-1: SerialNumber: 42 [ 1.709636] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.712347] 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.795315] SGI XFS with ACLs, security attributes, no debug enabled [ 1.797610] XFS (vda1): Mounting V4 Filesystem [ 1.899550] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped 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 target Paths. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [ 2.107739] tsc: Refined TSC clocksource calibration: 3491.870 MHz [[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.119887] systemd-journald[111]: Received SIGTERM from PID 1 (systemd). [ 2.536893] SELinux: Disabled at runtime. [ 2.573713] type=1404 audit(1534766476.803:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.618884] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.620265] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 3.014039] systemd-journald[390]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 3.024417] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.143048] type=1305 audit(1534766477.372:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting LSB: Bring up/down networking... Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. [ 3.271283] [drm] Initialized drm 1.1.0 20060810 Starting irqbalance daemon... [ 3.315516] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.340802] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.345196] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.346759] [TTM] Initializing pool allocator [ 3.348133] [TTM] Initializing DMA pool allocator [ 3.351847] [drm] fb mappable at 0xFC000000 [ 3.353039] [drm] vram aper at 0xFC000000 [ 3.354132] [drm] size 33554432 [ 3.355087] [drm] fb depth is 24 [ 3.356051] [drm] pitch is 3072 [ 3.357159] fbcon: cirrusdrmfb (fb0) is primary device [ 3.370051] ppdev: user-space parallel port driver [ 3.375939] Console: switching to colour frame buffer device 128x48 [ 3.387734] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.391682] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Found device /dev/ttyS0. [[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 Authorization Manager. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.517320] AES CTR mode by8 optimization enabled [ 3.520509] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.528927] alg: No test for crc32 (crc32-pclmul) [ 3.532775] intel_rapl: no valid rapl domains found in package 0 [ 3.559276] intel_powerclamp: No package C-state available [ 3.564337] intel_powerclamp: No package C-state available[ 3.722538] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 20 Aug 2018 12:01:18 +0000. Up 3.66 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[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 LSB: Starts Logstash as a daemon.... Starting nginx - high performance web server... Starting Crash recovery kernel arming... Starting OpenSSH server daemon... 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... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. 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] Created slice user-993.slice. [[32m OK [0m] Started OpenSSH server daemon. [ 5.960732] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Mon, 20 Aug 2018 12:01:20 +0000. Up 5.93 seconds. [[32m OK [0m] Started nginx - high performance web server. [ 6.049210] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.051085] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.052985] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.055140] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.057079] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.058935] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:c5:cf:2b | [ 6.060539] cloud-init[823]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.062199] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.064405] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.066624] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.069689] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.072746] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.075293] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 6.077497] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.079837] cloud-init[823]: 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: 2018-08-20 12:02:05,895 - paramiko.transport - DEBUG - starting thread (client mode): 0x976d03d0L 2018-08-20 12:02:05,896 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-20 12:02:05,902 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-20 12:02:05,902 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-20 12:02:05,903 - 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-08-20 12:02:05,904 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-20 12:02:05,904 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-20 12:02:05,904 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-20 12:02:05,904 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-20 12:02:05,904 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-20 12:02:05,909 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-20 12:02:05,910 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-20 12:02:05,912 - paramiko.transport - DEBUG - Trying discovered key f2b9b12fe4082c399a2cf377d9941c2e in /tmp/tmppFSiRb 2018-08-20 12:02:05,950 - paramiko.transport - DEBUG - userauth is OK 2018-08-20 12:02:15,970 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-20 12:02:15,994 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-20 12:02:15,994 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-20 12:02:15,994 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-20 12:02:15,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2018-08-20 12:02:16,190 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:16,190 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:16,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:16,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 798, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "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": "start-post", "MainPID": 8016, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 1725, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 801, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 800, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 1584, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:15 GMT 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2380 2018-08-20 12:02:16,191 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:16,192 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 798, 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': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], 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': 8016, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 1725, 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': 801, 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': 800, 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': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 1584, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-20 12:02:16,192 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2018-08-20 12:02:16,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:16,285 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:16,285 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:16,285 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:16,285 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:16,285 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:16,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:16,286 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 798, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "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": "start-post", "MainPID": 8016, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 1725, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 801, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 800, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 1584, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-20 12:02:16,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:16,286 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:15 GMT 2018-08-20 12:02:16,286 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:16,286 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2380 2018-08-20 12:02:16,286 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:16,286 - functest.core.cloudify - INFO - The current manager status is running 2018-08-20 12:02:16,287 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-20 12:02:16,351 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:16,352 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:16,352 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:16,352 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:16,352 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:16,352 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:16,352 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:16,352 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-20 12:02:16,352 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T12:02:15.591Z", "updated_at": "2018-08-20T12:02:15.591Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-20 12:02:16,353 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:16,353 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:15 GMT 2018-08-20 12:02:16,353 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:16,353 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-20 12:02:16,353 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:16,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/secrets 2018-08-20 12:02:16,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:16,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:16,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:16,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:16,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:16,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:16,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:16,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-20T12:02:15.591Z", "updated_at": "2018-08-20T12:02:15.591Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-20 12:02:16,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:16,401 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:15 GMT 2018-08-20 12:02:16,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:16,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-20 12:02:16,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:16,401 - functest.core.cloudify - DEBUG - List secrets: 2018-08-20 12:02:16,402 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/secrets/foo 2018-08-20 12:02:16,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:16,449 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-20T12:02:15.591Z", "updated_at": "2018-08-20T12:02:15.591Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:15 GMT 2018-08-20 12:02:16,450 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:16,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-20 12:02:16,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:16,451 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-20 12:02:16,451 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-20 12:02:16,451 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-20 12:02:16,452 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-20 12:02:16,453 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-20 12:02:16,453 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-20 12:02:16,455 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-20 12:02:16,491 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-20 12:02:16,491 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-20 12:02:16,492 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-20 12:02:16,532 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-20 12:02:16,532 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-20 12:02:16,557 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-20 12:02:37,489 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-20 12:02:37,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-20 12:02:37,490 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-20 12:02:37,490 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-20 12:02:37,491 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-20 12:02:41,114 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-20 12:02:41,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 12:02:41,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:41,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-27b2b517-2209-478b-bd9d-a0ec7e51f8cb Date: Mon, 20 Aug 2018 12:02:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "metadata": {}}], "file": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file", "owner": "ac2f02213baa40a5b53010e87f96a1c8", "id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "size": 4373348352, "self": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:58:50Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 12:02:41,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-27b2b517-2209-478b-bd9d-a0ec7e51f8cb 2018-08-20 12:02:41,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.222445011139s 2018-08-20 12:02:41,340 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-27b2b517-2209-478b-bd9d-a0ec7e51f8cb 2018-08-20 12:02:41,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 12:02:41,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9"}' 2018-08-20 12:02:41,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4bcf9221-a421-4ab8-af18-796160fac19f Date: Mon, 20 Aug 2018 12:02:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/file", "owner": "ac2f02213baa40a5b53010e87f96a1c8", "id": "6361ae5e-cb06-4657-b22f-adcebed0e42f", "size": null, "self": "/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-08-20T12:02:41Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9", "checksum": null, "created_at": "2018-08-20T12:02:41Z", "protected": false} 2018-08-20 12:02:41,688 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-4bcf9221-a421-4ab8-af18-796160fac19f 2018-08-20 12:02:41,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.339070081711s 2018-08-20 12:02:41,689 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-4bcf9221-a421-4ab8-af18-796160fac19f returning object 6361ae5e-cb06-4657-b22f-adcebed0e42f 2018-08-20 12:02:41,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 12:02:41,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '' 2018-08-20 12:02:48,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3ff1824-b123-444d-95ae-2160e2dce973 Date: Mon, 20 Aug 2018 12:02:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 12:02:48,664 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/file used request id req-b3ff1824-b123-444d-95ae-2160e2dce973 2018-08-20 12:02:48,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.97459506989s 2018-08-20 12:02:48,665 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/file used request id req-b3ff1824-b123-444d-95ae-2160e2dce973 2018-08-20 12:02:48,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 12:02:48,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:48,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-9d1cdf46-4179-4659-a80c-d86fd8d164e8 Date: Mon, 20 Aug 2018 12:02:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/snap", "metadata": {}}], "file": "/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/file", "owner": "ac2f02213baa40a5b53010e87f96a1c8", "id": "6361ae5e-cb06-4657-b22f-adcebed0e42f", "size": 426967040, "self": "/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-08-20T12:02:48Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-20T12:02:41Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "metadata": {}}], "file": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file", "owner": "ac2f02213baa40a5b53010e87f96a1c8", "id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "size": 4373348352, "self": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:58:50Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 12:02:48,944 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-9d1cdf46-4179-4659-a80c-d86fd8d164e8 2018-08-20 12:02:48,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.273734807968s 2018-08-20 12:02:48,944 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-9d1cdf46-4179-4659-a80c-d86fd8d164e8 2018-08-20 12:02:48,946 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/file', 'owner': u'ac2f02213baa40a5b53010e87f96a1c8', 'id': u'6361ae5e-cb06-4657-b22f-adcebed0e42f', 'size': 426967040, u'self': u'/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ac2f02213baa40a5b53010e87f96a1c8', 'name': 'vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/6361ae5e-cb06-4657-b22f-adcebed0e42f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T12:02:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T12:02:48Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9', 'created': u'2018-08-20T12:02:41Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-20T12:02:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-08-20 12:02:48,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 12:02:48,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-20 12:02:49,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-8463a0b6-6d16-4a06-8ba5-6ace864eaf71 x-compute-request-id: req-8463a0b6-6d16-4a06-8ba5-6ace864eaf71 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "13ff2eac-bac2-4110-b063-0fef5fecb53c"}} 2018-08-20 12:02:49,077 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-8463a0b6-6d16-4a06-8ba5-6ace864eaf71 2018-08-20 12:02:49,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.130054950714s 2018-08-20 12:02:49,078 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-8463a0b6-6d16-4a06-8ba5-6ace864eaf71 2018-08-20 12:02:49,079 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'13ff2eac-bac2-4110-b063-0fef5fecb53c', 'swap': 0}) 2018-08-20 12:02:49,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 12:02:49,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" -d '{"extra_specs": {}}' 2018-08-20 12:02:49,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:02:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3011537-b4e4-4ffa-ae0d-d6142048ff8d x-compute-request-id: req-a3011537-b4e4-4ffa-ae0d-d6142048ff8d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 12:02:49,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c/os-extra_specs used request id req-a3011537-b4e4-4ffa-ae0d-d6142048ff8d 2018-08-20 12:02:49,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225028991699s 2018-08-20 12:02:49,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c/os-extra_specs used request id req-a3011537-b4e4-4ffa-ae0d-d6142048ff8d 2018-08-20 12:02:49,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 12:02:49,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 12:02:49,114 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 12:02:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 12:02:49,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:02:49,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-210e85cb-e827-4d19-b32e-440c4bbf4e63 Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/066af2358fb3468b9f13d02553da9e85"}, "enabled": true, "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/26b4eff88bbc43f280b3e5a8e0131b38"}, "enabled": true, "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/479c301a4b134996817712aba271c597"}, "enabled": true, "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/4ea12df9e7c24697bcf8b8f6290c170a"}, "enabled": true, "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5592bc28c898431080bea2676267935c"}, "enabled": true, "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6799ed79c4ae4ca2b0e427613b1a8e09"}, "enabled": true, "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7164e46168fe49f898ad2c038f7f3746"}, "enabled": true, "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7c215d4a291c4866b90c1d525d7e366d"}, "enabled": true, "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/852c9059bcfe479b935edd1838aab5f2"}, "enabled": true, "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a16b56e9ff5540ccacbb431795c7a13a"}, "enabled": true, "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c79032d0c5ed4e18b41161b911d32cb9"}, "enabled": true, "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/d31669f894e246138ba51775d305f903"}, "enabled": true, "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d731d6cc6b1e4878b11dccdb7194e58a"}, "enabled": true, "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e08ef898f6eb4685a44824b6d219bfff"}, "enabled": true, "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ff82f31c5d56409ca7e100830c744249"}, "enabled": true, "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-20 12:02:49,210 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-210e85cb-e827-4d19-b32e-440c4bbf4e63 2018-08-20 12:02:49,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.104287147522s 2018-08-20 12:02:49,210 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-210e85cb-e827-4d19-b32e-440c4bbf4e63 2018-08-20 12:02:49,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 12:02:49,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:02:49,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ceb8c8d-ce41-4c1e-a23f-96c73af7e94d Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0825db0964b4432b95422e441dda5b71"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "0825db0964b4432b95422e441dda5b71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0dbd7bc50cee414f9b7df590899d21e1"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/1cccf2deebb54e73891db1cf2ef1c1e0"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/313109edbc174ba6a2c789d475ccc48d"}, "url": "http://172.30.9.36:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3526011556054a4e9616f9c97c73fadf"}, "url": "http://172.30.9.36:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "3526011556054a4e9616f9c97c73fadf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/370b2e933b034911989ed806b3aab511"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "370b2e933b034911989ed806b3aab511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/39e46e78c5574bb2b5f97c9290a3fa63"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3ad58338289d406f825ac84ef8ddf364"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/418af50ab5fc4c5da0cb318036e7df19"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4b9704c398d64aa38b16c1216001a7db"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4bd7f84c38854900908f90d4aafb26ab"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "4bd7f84c38854900908f90d4aafb26ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/51a89d51bb5c487a898705d258cf3c3c"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/59ae6559265c44c289b4637f29a4a653"}, "url": "http://172.30.9.36:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "59ae6559265c44c289b4637f29a4a653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5d5a102334ed454ba86c9b77d34ef674"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5ec19dd0ec204484b96aa3ffdd71013d"}, "url": "http://172.30.9.36:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6250b70078f14ce58094d2580cf0802c"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "6250b70078f14ce58094d2580cf0802c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/676b33dbd2ea461bab45334445f29593"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "676b33dbd2ea461bab45334445f29593"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/68a733345e7e4816afbb600b2fd58778"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5592bc28c898431080bea2676267935c", "id": "68a733345e7e4816afbb600b2fd58778"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6bf1f00fdd99442ba9838f12ff5832f4"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5592bc28c898431080bea2676267935c", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/78c2379118c144a79dfcff4f181578f2"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "78c2379118c144a79dfcff4f181578f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/7dbdcea68d0044b7b409bb27dd812b44"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/817dd90bc2464382be63027b891ec771"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "817dd90bc2464382be63027b891ec771"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/83342bdccb5944d5b411a5a87b28f315"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "83342bdccb5944d5b411a5a87b28f315"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/91534d6ca19d48368ab445a6f443f05d"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/928dad2ccbb14cfcb078b9d8ae98475f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d31669f894e246138ba51775d305f903", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9a6b42352bbf4915b540899ba417fea7"}, "url": "http://172.30.9.36:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "9a6b42352bbf4915b540899ba417fea7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9c0515123d9747a4ac9a3eda27bb9ac8"}, "url": "http://172.30.9.36:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/a547d05c8f6644b2830c2e92d39a7287"}, "url": "http://172.30.9.36:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "a547d05c8f6644b2830c2e92d39a7287"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/b42d84afaf064e46b08584acd385cac2"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "b42d84afaf064e46b08584acd385cac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3840824a2743dfbcb8c1a69783e7ba"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "be3840824a2743dfbcb8c1a69783e7ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3c8f75258a4f8f9bb1082bce9882af"}, "url": "http://172.30.9.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/c98edb5e7e454cf794988da0a3be1bb5"}, "url": "http://172.30.9.36:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5592bc28c898431080bea2676267935c", "id": "c98edb5e7e454cf794988da0a3be1bb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ceeb03e98aed46d5936f152c3ffabab2"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d31669f894e246138ba51775d305f903", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d107f507e7b64d16985917cc523d5c09"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d107f507e7b64d16985917cc523d5c09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d5600b2618d54bb6b30ac4943c03add5"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d8fecdd40e8f4cf1a6ed15224cac2fea"}, "url": "http://172.30.9.36:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ddcd46064e32423a9a3f7e7aed575794"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "ddcd46064e32423a9a3f7e7aed575794"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e09ff417f55b4746abb394849eec0390"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e09ff417f55b4746abb394849eec0390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e0fe612f406b44a9b595d6741caf7c65"}, "url": "http://172.30.9.36:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "e0fe612f406b44a9b595d6741caf7c65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e293a88ddda94418bd035d779b87f9c3"}, "url": "http://172.30.9.36:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e293a88ddda94418bd035d779b87f9c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/eeb4ff75e1b647c48484384777360c5e"}, "url": "http://172.30.9.36:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d31669f894e246138ba51775d305f903", "id": "eeb4ff75e1b647c48484384777360c5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/fd6c08c016ad492199cad08a830a5469"}, "url": "http://172.30.9.36:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "fd6c08c016ad492199cad08a830a5469"}], "links": {"self": "http://172.30.9.36:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 12:02:49,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-6ceb8c8d-ce41-4c1e-a23f-96c73af7e94d 2018-08-20 12:02:49,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.106414079666s 2018-08-20 12:02:49,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-6ceb8c8d-ce41-4c1e-a23f-96c73af7e94d 2018-08-20 12:02:49,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 12:02:49,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:49,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-51fc3b7a-33cb-49a2-99d1-67c5697ae484 Date: Mon, 20 Aug 2018 12:02:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:23Z", "updated_at": "2018-08-20T11:57:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "7111edfc-5006-4ede-a6bf-74fa5c7ef17b", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "a4ee2664-0446-4f1f-a341-f0515497f76b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "b972df3b-d13a-4d97-ac12-82935c654931", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "d8e80b6b-4bc6-4f6a-9ce6-dd18e41a6986", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 4, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "70246335-b419-4664-83ec-83a4e83114f3", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:55Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "13771753-f24f-4b15-b86a-72b52c19d3b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:58:54Z", "revision_number": 0, "id": "ac77d76e-6d13-4b8d-af74-0125a4f4318b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:58:52Z", "revision_number": 0, "id": "bfdb5292-1579-41c8-9a34-fafd4b0cec14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:52Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-20T11:58:55Z", "revision_number": 0, "id": "c5d322a7-c146-4f6e-8f46-2df6fbf619b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:55Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "e5ac79b1-a77d-4878-82a3-c7c0c4890dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-20T11:58:54Z", "revision_number": 0, "id": "f2fc8468-5ff8-4f70-9331-4a97bde89a2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 8, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 12:02:49,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-51fc3b7a-33cb-49a2-99d1-67c5697ae484 2018-08-20 12:02:49,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0639410018921s 2018-08-20 12:02:49,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-51fc3b7a-33cb-49a2-99d1-67c5697ae484 2018-08-20 12:02:49,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-20 12:02:49,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -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": "70246335-b419-4664-83ec-83a4e83114f3"}}' 2018-08-20 12:02:49,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-cba91987-9699-41c2-8f2b-62d9c9080b86 Date: Mon, 20 Aug 2018 12:02:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-20T12:02:49Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "port_range_min": 22, "revision_number": 0, "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T12:02:49Z", "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "aadafd6d-7f99-48de-b029-a6c0840fef4e"}} 2018-08-20 12:02:49,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-cba91987-9699-41c2-8f2b-62d9c9080b86 2018-08-20 12:02:49,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.297048807144s 2018-08-20 12:02:49,701 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/security-group-rules.json used request id req-cba91987-9699-41c2-8f2b-62d9c9080b86 2018-08-20 12:02:49,702 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-20 12:02:49,708 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-20 12:02:51,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:51,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:51,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:51,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:51,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:51,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:51,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:51,576 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-20 12:02:51,576 - 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-08-20T12:02:50.776Z", "updated_at": "2018-08-20T12:02:50.776Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"resource_id": {"get_input": "management_plane_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"}}, "network": {}, "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.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "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": {"resource_id": {"get_input": "data_plane_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"}}, "network": {}, "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.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"resource_id": {"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"}}, "network": {}, "create_if_missing": false, "use_external_resource": true}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "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-08-20 12:02:51,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:51,577 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:50 GMT 2018-08-20 12:02:51,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:51,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-20 12:02:51,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:51,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-20 12:02:51,591 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.36:5000", "keystone_tenant_name": "vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "6361ae5e-cb06-4657-b22f-adcebed0e42f", "keystone_password": "be1c6178-4c6b-4ac1-8773-7447cc16fdea", "reference_vnf_flavor_id": "13ff2eac-bac2-4110-b063-0fef5fecb53c", "target_vnf_flavor_id": "13ff2eac-bac2-4110-b063-0fef5fecb53c", "target_vnf_image_id": "6361ae5e-cb06-4657-b22f-adcebed0e42f"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-20 12:02:53,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:53,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:53,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:53,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:53,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:52 GMT 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-20 12:02:53,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:53,386 - functest.core.singlevm - ERROR - Cannot run vyos_vrouter Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 429, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 162, in execute if self.deploy_vnf() and self.test_vnf(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 187, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-20 12:02:53,524 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 12:02:53,525 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:31 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-20 12:02:53,530 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-20 12:02:53,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions 2018-08-20 12:02:53,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:53,595 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:53,596 - 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-08-20T12:02:51.922Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "cde09b1d-5e74-4b61-b329-b322beaf7c39"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:52 GMT 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:53,596 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-20 12:02:53,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:53,597 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.208:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-20 12:02:53,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-20 12:02:53,662 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-20 12:02:53,662 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-20 12:02:53,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-20 12:02:53,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 20 Aug 2018 12:02:52 GMT 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-20 12:02:53,663 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-20 12:02:53,664 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 243, in clean dep_name, 'uninstall', parameters=dict(ignore_failure=True)) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-20 12:02:53,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 12:02:53,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:54,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d3f4d286-9172-4c19-9507-bb845108cfb3 Date: Mon, 20 Aug 2018 12: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-08-20 12:02:54,691 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f used request id req-d3f4d286-9172-4c19-9507-bb845108cfb3 2018-08-20 12:02:54,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.02605509758s 2018-08-20 12:02:54,691 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/6361ae5e-cb06-4657-b22f-adcebed0e42f used request id req-d3f4d286-9172-4c19-9507-bb845108cfb3 2018-08-20 12:02:54,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 12:02:54,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:02:54,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:02:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d67e818-7cd5-4304-8544-9bc550dbe41d x-compute-request-id: req-4d67e818-7cd5-4304-8544-9bc550dbe41d Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_alt_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "13ff2eac-bac2-4110-b063-0fef5fecb53c"}, {"name": "vyos_vrouter-flavor_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44"}, {"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 12:02:54,717 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-4d67e818-7cd5-4304-8544-9bc550dbe41d 2018-08-20 12:02:54,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255219936371s 2018-08-20 12:02:54,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-4d67e818-7cd5-4304-8544-9bc550dbe41d 2018-08-20 12:02:54,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 12:02:54,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:02:54,771 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 12:02:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33dd76ae-7f35-40ae-a815-d1bc049d6119 x-compute-request-id: req-33dd76ae-7f35-40ae-a815-d1bc049d6119 Content-Length: 0 Content-Type: application/json 2018-08-20 12:02:54,772 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c used request id req-33dd76ae-7f35-40ae-a815-d1bc049d6119 2018-08-20 12:02:54,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0515141487122s 2018-08-20 12:02:54,772 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/13ff2eac-bac2-4110-b063-0fef5fecb53c used request id req-33dd76ae-7f35-40ae-a815-d1bc049d6119 2018-08-20 12:02:54,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 12:02:54,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/94e6e95f-35de-44de-b374-f0ee6d99a152.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:55,567 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0d692942-3703-4abc-ae7e-a8b4cc9bffba Content-Length: 0 Date: Mon, 20 Aug 2018 12:02:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 12:02:55,568 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/94e6e95f-35de-44de-b374-f0ee6d99a152.json used request id req-0d692942-3703-4abc-ae7e-a8b4cc9bffba 2018-08-20 12:02:55,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.793850898743s 2018-08-20 12:02:55,568 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/94e6e95f-35de-44de-b374-f0ee6d99a152.json used request id req-0d692942-3703-4abc-ae7e-a8b4cc9bffba 2018-08-20 12:02:55,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 12:02:55,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:55,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3c32c4a0-bc0a-40e6-bf90-47f093f62381 Date: Mon, 20 Aug 2018 12:02:55 GMT RESP BODY: {"floatingips": []} 2018-08-20 12:02:55,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-3c32c4a0-bc0a-40e6-bf90-47f093f62381 2018-08-20 12:02:55,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0286571979523s 2018-08-20 12:02:55,603 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-3c32c4a0-bc0a-40e6-bf90-47f093f62381 2018-08-20 12:02:55,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-20 12:02:55,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:55,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 12:02: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-d993ed76-32b7-4797-97a5-a62732676c90 x-compute-request-id: req-d993ed76-32b7-4797-97a5-a62732676c90 Content-Type: application/json 2018-08-20 12:02:55,805 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e used request id req-d993ed76-32b7-4797-97a5-a62732676c90 2018-08-20 12:02:55,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.201157093048s 2018-08-20 12:02:55,805 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e used request id req-d993ed76-32b7-4797-97a5-a62732676c90 2018-08-20 12:02:55,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:02:55,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:56,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:02: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-14aa36bd-03a1-49d7-b34c-e6b25b6dc9e9 x-compute-request-id: req-14aa36bd-03a1-49d7-b34c-e6b25b6dc9e9 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:cf:2b", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:cf:2b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.36:8774/v2.1/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "self"}, {"href": "http://172.30.9.36:8774/servers/00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "rel": "bookmark"}], "image": {"id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "links": [{"href": "http://172.30.9.36:8774/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-20T12:01:13.000000", "flavor": {"id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44", "links": [{"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}]}, "id": "00c2f30d-f37b-47c2-82bc-b3146a1d4d5e", "security_groups": [{"name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}], "user_id": "877557443b95484eaa05bb6cf22fa12c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-20T12:02:55Z", "hostId": "1f0ebeb57dc70bfeacdecea3f6b1f3b0e65ac784f2376b0ffb668ea5", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9", "name": "vyos_vrouter-vm_b04be61f-fd76-4980-9639-bb8b8ec27af9", "created": "2018-08-20T11:58:59Z", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-20 12:02:56,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-14aa36bd-03a1-49d7-b34c-e6b25b6dc9e9 2018-08-20 12:02:56,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550613880157s 2018-08-20 12:02:56,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-14aa36bd-03a1-49d7-b34c-e6b25b6dc9e9 2018-08-20 12:02:56,358 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-20 12:02:58,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-20 12:02:58,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:58,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-968f2d9d-785a-4ddc-8155-6ddca782a681 x-compute-request-id: req-968f2d9d-785a-4ddc-8155-6ddca782a681 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-20 12:02:58,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-968f2d9d-785a-4ddc-8155-6ddca782a681 2018-08-20 12:02:58,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0782141685486s 2018-08-20 12:02:58,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/servers/detail used request id req-968f2d9d-785a-4ddc-8155-6ddca782a681 2018-08-20 12:02:58,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-20 12:02:58,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:58,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-bc78c503-3ce2-424b-8cb4-c465fd041040 Date: Mon, 20 Aug 2018 12:02:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:23Z", "updated_at": "2018-08-20T12:02:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "7111edfc-5006-4ede-a6bf-74fa5c7ef17b", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "a4ee2664-0446-4f1f-a341-f0515497f76b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T12:02:49Z", "revision_number": 0, "id": "aadafd6d-7f99-48de-b029-a6c0840fef4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T12:02:49Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "b972df3b-d13a-4d97-ac12-82935c654931", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:57:23Z", "revision_number": 0, "id": "d8e80b6b-4bc6-4f6a-9ce6-dd18e41a6986", "remote_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "remote_ip_prefix": null, "created_at": "2018-08-20T11:57:23Z", "security_group_id": "70246335-b419-4664-83ec-83a4e83114f3", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 5, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "70246335-b419-4664-83ec-83a4e83114f3", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:58:51Z", "updated_at": "2018-08-20T11:58:55Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "13771753-f24f-4b15-b86a-72b52c19d3b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "4370b536-0822-4f54-809c-ab32be3964fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-20T11:58:54Z", "revision_number": 0, "id": "ac77d76e-6d13-4b8d-af74-0125a4f4318b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-20T11:58:52Z", "revision_number": 0, "id": "bfdb5292-1579-41c8-9a34-fafd4b0cec14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:52Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-20T11:58:55Z", "revision_number": 0, "id": "c5d322a7-c146-4f6e-8f46-2df6fbf619b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:55Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-20T11:58:51Z", "revision_number": 0, "id": "e0983889-2d38-433f-b626-b55b9c5cb967", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:51Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-20T11:58:53Z", "revision_number": 0, "id": "e5ac79b1-a77d-4878-82a3-c7c0c4890dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:53Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-20T11:58:54Z", "revision_number": 0, "id": "f2fc8468-5ff8-4f70-9331-4a97bde89a2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-20T11:58:54Z", "security_group_id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "ac2f02213baa40a5b53010e87f96a1c8"}], "revision_number": 8, "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "c7668d0a-7ef1-4dbf-b395-bae18d07a60b", "name": "vyos_vrouter-sg_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 12:02:58,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-bc78c503-3ce2-424b-8cb4-c465fd041040 2018-08-20 12:02:58,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0533399581909s 2018-08-20 12:02:58,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/security-groups.json used request id req-bc78c503-3ce2-424b-8cb4-c465fd041040 2018-08-20 12:02:58,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-20 12:02:58,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/security-groups/c7668d0a-7ef1-4dbf-b395-bae18d07a60b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:58,736 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae4791f5-08a2-48d9-baa2-43490620edc3 Content-Length: 0 Date: Mon, 20 Aug 2018 12:02:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 12:02:58,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/c7668d0a-7ef1-4dbf-b395-bae18d07a60b.json used request id req-ae4791f5-08a2-48d9-baa2-43490620edc3 2018-08-20 12:02:58,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.237004995346s 2018-08-20 12:02:58,736 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/security-groups/c7668d0a-7ef1-4dbf-b395-bae18d07a60b.json used request id req-ae4791f5-08a2-48d9-baa2-43490620edc3 2018-08-20 12:02:58,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-20 12:02:58,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/os-keypairs/vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:02:58,784 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 12: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-f9e804fe-32e4-4d8c-a549-8f6f235aad2b x-compute-request-id: req-f9e804fe-32e4-4d8c-a549-8f6f235aad2b Content-Length: 0 Content-Type: application/json 2018-08-20 12:02:58,784 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9 used request id req-f9e804fe-32e4-4d8c-a549-8f6f235aad2b 2018-08-20 12:02:58,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0476350784302s 2018-08-20 12:02:58,784 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/os-keypairs/vyos_vrouter-kp_b04be61f-fd76-4980-9639-bb8b8ec27af9 used request id req-f9e804fe-32e4-4d8c-a549-8f6f235aad2b 2018-08-20 12:02:58,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 12:02:58,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" -d '{"subnet_id": "252a364e-3e8d-4e0b-9c01-02815f05977f"}' 2018-08-20 12:03:00,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1e7d57ff-5ae5-4de6-9fe3-785f9a999856 Date: Mon, 20 Aug 2018 12:03:00 GMT RESP BODY: {"network_id": "d92ff01d-013c-421b-8f56-bd0d70608479", "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "subnet_id": "252a364e-3e8d-4e0b-9c01-02815f05977f", "subnet_ids": ["252a364e-3e8d-4e0b-9c01-02815f05977f"], "port_id": "8fcb2fa7-dcba-408a-bfb6-e254a0fcc763", "id": "4d5ae1e4-9868-4d91-97e2-b74153204129"} 2018-08-20 12:03:00,230 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129/remove_router_interface.json used request id req-1e7d57ff-5ae5-4de6-9fe3-785f9a999856 2018-08-20 12:03:00,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.44573402405s 2018-08-20 12:03:00,231 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129/remove_router_interface.json used request id req-1e7d57ff-5ae5-4de6-9fe3-785f9a999856 returning object 4d5ae1e4-9868-4d91-97e2-b74153204129 2018-08-20 12:03:00,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 12:03:00,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:03:00,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-f1109b10-551c-4f05-8ede-1e9f5373d1c7 Date: Mon, 20 Aug 2018 12:03:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "ac2f02213baa40a5b53010e87f96a1c8", "created_at": "2018-08-20T11:57:25Z", "admin_state_up": true, "updated_at": "2018-08-20T12:02:59Z", "revision_number": 4, "routes": [], "project_id": "ac2f02213baa40a5b53010e87f96a1c8", "id": "4d5ae1e4-9868-4d91-97e2-b74153204129", "name": "vyos_vrouter-router_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 12:03:00,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-f1109b10-551c-4f05-8ede-1e9f5373d1c7 2018-08-20 12:03:00,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.285616874695s 2018-08-20 12:03:00,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-f1109b10-551c-4f05-8ede-1e9f5373d1c7 2018-08-20 12:03:00,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 12:03:00,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:03:01,947 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5ce4718c-ab40-42df-a1da-7c12ff529a67 Content-Length: 0 Date: Mon, 20 Aug 2018 12:03:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 12:03:01,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129.json used request id req-5ce4718c-ab40-42df-a1da-7c12ff529a67 2018-08-20 12:03:01,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42860102654s 2018-08-20 12:03:01,948 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/4d5ae1e4-9868-4d91-97e2-b74153204129.json used request id req-5ce4718c-ab40-42df-a1da-7c12ff529a67 2018-08-20 12:03:01,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 12:03:01,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:03:01,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-c50ef3f1-164b-49c0-9bb2-24ed945fe2c0 Date: Mon, 20 Aug 2018 12:03:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d92ff01d-013c-421b-8f56-bd0d70608479","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T11:57:24Z","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":"ac2f02213baa40a5b53010e87f96a1c8","id":"252a364e-3e8d-4e0b-9c01-02815f05977f","subnetpool_id":null,"name":"vyos_vrouter-subnet_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 12:03:01,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-c50ef3f1-164b-49c0-9bb2-24ed945fe2c0 2018-08-20 12:03:01,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0475080013275s 2018-08-20 12:03:01,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-c50ef3f1-164b-49c0-9bb2-24ed945fe2c0 2018-08-20 12:03:01,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 12:03:01,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/252a364e-3e8d-4e0b-9c01-02815f05977f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:03:04,371 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4c1d9da-674a-46bd-9736-e0394219d158 Date: Mon, 20 Aug 2018 12:03:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 12:03:04,372 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/252a364e-3e8d-4e0b-9c01-02815f05977f.json used request id req-e4c1d9da-674a-46bd-9736-e0394219d158 2018-08-20 12:03:04,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37417006493s 2018-08-20 12:03:04,372 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/252a364e-3e8d-4e0b-9c01-02815f05977f.json used request id req-e4c1d9da-674a-46bd-9736-e0394219d158 2018-08-20 12:03:04,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 12:03:04,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:03:04,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-e1b5ec90-25e7-4585-953b-57157183797b Date: Mon, 20 Aug 2018 12:03:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T12:03:04Z","tenant_id":"ac2f02213baa40a5b53010e87f96a1c8","created_at":"2018-08-20T11:57:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac2f02213baa40a5b53010e87f96a1c8","id":"d92ff01d-013c-421b-8f56-bd0d70608479","name":"vyos_vrouter-net_b04be61f-fd76-4980-9639-bb8b8ec27af9"}]} 2018-08-20 12:03:04,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e1b5ec90-25e7-4585-953b-57157183797b 2018-08-20 12:03:04,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113733053207s 2018-08-20 12:03:04,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-e1b5ec90-25e7-4585-953b-57157183797b 2018-08-20 12:03:04,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 12:03:04,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/d92ff01d-013c-421b-8f56-bd0d70608479.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:03:06,409 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18f1a023-f095-4ff1-9475-54fb7645b491 Date: Mon, 20 Aug 2018 12:03:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 12:03:06,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/d92ff01d-013c-421b-8f56-bd0d70608479.json used request id req-18f1a023-f095-4ff1-9475-54fb7645b491 2018-08-20 12:03:06,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.9217979908s 2018-08-20 12:03:06,410 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/d92ff01d-013c-421b-8f56-bd0d70608479.json used request id req-18f1a023-f095-4ff1-9475-54fb7645b491 2018-08-20 12:03:06,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 12:03:06,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:03:06,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-6e347082-00e8-4203-bec4-624ebc801a2c Date: Mon, 20 Aug 2018 12:03:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "metadata": {}}], "file": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/file", "owner": "ac2f02213baa40a5b53010e87f96a1c8", "id": "8a18c6b8-ecec-40c9-9bce-4662e02da442", "size": 4373348352, "self": "/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/8a18c6b8-ecec-40c9-9bce-4662e02da442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-20T11:58:50Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_b04be61f-fd76-4980-9639-bb8b8ec27af9", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 12:03:06,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6e347082-00e8-4203-bec4-624ebc801a2c 2018-08-20 12:03:06,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.20764708519s 2018-08-20 12:03:06,622 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6e347082-00e8-4203-bec4-624ebc801a2c 2018-08-20 12:03:06,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 12:03:06,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07f178fb0696af1ce4bc416ff2bae7ad85c8fbec" 2018-08-20 12:03:07,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12a49a4b-999b-49ad-b341-4412b1e0da17 Date: Mon, 20 Aug 2018 12: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-08-20 12:03:07,485 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442 used request id req-12a49a4b-999b-49ad-b341-4412b1e0da17 2018-08-20 12:03:07,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.861165046692s 2018-08-20 12:03:07,485 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/8a18c6b8-ecec-40c9-9bce-4662e02da442 used request id req-12a49a4b-999b-49ad-b341-4412b1e0da17 2018-08-20 12:03:07,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 12:03:07,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:07,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-05c07005-33f6-486f-936b-8a94d4b9db58 x-compute-request-id: req-05c07005-33f6-486f-936b-8a94d4b9db58 Content-Encoding: gzip Content-Length: 406 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "98d0a590-8eb0-42d2-9a80-81769e1b5e44"}, {"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}]} 2018-08-20 12:03:07,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-05c07005-33f6-486f-936b-8a94d4b9db58 2018-08-20 12:03:07,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266709327698s 2018-08-20 12:03:07,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-05c07005-33f6-486f-936b-8a94d4b9db58 2018-08-20 12:03:07,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 12:03:07,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:07,563 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 12: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 x-openstack-request-id: req-1088c3c7-f933-430c-bec3-3233ce9b464a x-compute-request-id: req-1088c3c7-f933-430c-bec3-3233ce9b464a Content-Length: 0 Content-Type: application/json 2018-08-20 12:03:07,563 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44 used request id req-1088c3c7-f933-430c-bec3-3233ce9b464a 2018-08-20 12:03:07,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0478401184082s 2018-08-20 12:03:07,563 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/98d0a590-8eb0-42d2-9a80-81769e1b5e44 used request id req-1088c3c7-f933-430c-bec3-3233ce9b464a 2018-08-20 12:03:07,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 12:03:07,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:07,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44872dbe-33a5-48e9-b1da-a60dd56bd4e5 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": {"self": "http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "877557443b95484eaa05bb6cf22fa12c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 12:03:07,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-44872dbe-33a5-48e9-b1da-a60dd56bd4e5 2018-08-20 12:03:07,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119402885437s 2018-08-20 12:03:07,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-44872dbe-33a5-48e9-b1da-a60dd56bd4e5 2018-08-20 12:03:07,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 12:03:07,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:07,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3560d8c7-42be-4cab-9d56-26ff53e0f810 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_b04be61f-fd76-4980-9639-bb8b8ec27af9", "links": {"self": "http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "877557443b95484eaa05bb6cf22fa12c", "description": null}} 2018-08-20 12:03:07,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c used request id req-3560d8c7-42be-4cab-9d56-26ff53e0f810 2018-08-20 12:03:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112571954727s 2018-08-20 12:03:07,803 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c used request id req-3560d8c7-42be-4cab-9d56-26ff53e0f810 2018-08-20 12:03:07,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 12:03:07,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:08,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 12:03:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c02b8435-13d1-4cf3-adf2-0ccdb405bc2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 12:03:08,035 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c used request id req-c02b8435-13d1-4cf3-adf2-0ccdb405bc2c 2018-08-20 12:03:08,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.231004953384s 2018-08-20 12:03:08,035 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/877557443b95484eaa05bb6cf22fa12c used request id req-c02b8435-13d1-4cf3-adf2-0ccdb405bc2c 2018-08-20 12:03:08,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 12:03:08,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:08,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23065835-2f1b-497c-954b-9ffe2c6c71ff Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8"}, "tags": [], "enabled": true, "id": "ac2f02213baa40a5b53010e87f96a1c8", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_b04be61f-fd76-4980-9639-bb8b8ec27af9"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-20 12:03:08,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-23065835-2f1b-497c-954b-9ffe2c6c71ff 2018-08-20 12:03:08,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0958199501038s 2018-08-20 12:03:08,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-23065835-2f1b-497c-954b-9ffe2c6c71ff 2018-08-20 12:03:08,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 12:03:08,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:08,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 12:03:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b090171f-7752-48af-a71a-f2de3fac1284 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 12:03:08,317 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8 used request id req-b090171f-7752-48af-a71a-f2de3fac1284 2018-08-20 12:03:08,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.174962043762s 2018-08-20 12:03:08,317 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/ac2f02213baa40a5b53010e87f96a1c8 used request id req-b090171f-7752-48af-a71a-f2de3fac1284 2018-08-20 12:03:08,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 12:03:08,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:08,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c2b5368-3e37-4edd-8300-49aac357c191 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ffe4b8c5c0ae4b5893d8784767f2f656", "links": {"self": "http://172.30.9.36:5000/v3/roles/ffe4b8c5c0ae4b5893d8784767f2f656"}, "name": "Member"}]} 2018-08-20 12:03:08,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1c2b5368-3e37-4edd-8300-49aac357c191 2018-08-20 12:03:08,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104434967041s 2018-08-20 12:03:08,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1c2b5368-3e37-4edd-8300-49aac357c191 2018-08-20 12:03:08,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 12:03:08,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/ffe4b8c5c0ae4b5893d8784767f2f656 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}460d0b7d6d9018fa43aecee4d3c86d1ce450ec85" 2018-08-20 12:03:08,551 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 12:03:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00cd3b17-0027-4559-9435-af8603b21c32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 12:03:08,551 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ffe4b8c5c0ae4b5893d8784767f2f656 used request id req-00cd3b17-0027-4559-9435-af8603b21c32 2018-08-20 12:03:08,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.118829011917s 2018-08-20 12:03:08,551 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/ffe4b8c5c0ae4b5893d8784767f2f656 used request id req-00cd3b17-0027-4559-9435-af8603b21c32 2018-08-20 12:03:08,552 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-20 12:03:08,579 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-20 12:03:08,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 12:03:08,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 12:03:08,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 12:03:08,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 12:03:08,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 12:03:08,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc09c6f-a00c-4c7b-9971-b5513342daaa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 12:03:08,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-4cc09c6f-a00c-4c7b-9971-b5513342daaa 2018-08-20 12:03:08,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 12:03:09,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T13:03:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["7_QW5PvwRWay-PUrvw8JRA"], "issued_at": "2018-08-20T12:03:09.000000Z"}} 2018-08-20 12:03:09,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 12:03:09,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:09,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a6c5ba23-03b8-4611-bf07-58345af51cd3 Date: Mon, 20 Aug 2018 12:03:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"a6080755-5724-465a-b182-14c24f0c1811","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","status":"ACTIVE","subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"description":"","tags":[],"updated_at":"2018-08-20T07:16:42Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","provider:network_type":"flat"}]} 2018-08-20 12:03:09,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6c5ba23-03b8-4611-bf07-58345af51cd3 2018-08-20 12:03:09,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.46318602562s 2018-08-20 12:03:09,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6c5ba23-03b8-4611-bf07-58345af51cd3 2018-08-20 12:03:09,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 12:03:09,488 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 12:03:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.36:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 12:03:09,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 12:03:09,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:09,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78ab9cde-d792-4280-9c11-bc7be6cb237b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.36:5000/v3/domains/a8df9ad125c349708a6fa763238b87ce"}, "tags": [], "enabled": true, "id": "a8df9ad125c349708a6fa763238b87ce", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.36:5000/v3/domains", "previous": null, "next": null}} 2018-08-20 12:03:09,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-78ab9cde-d792-4280-9c11-bc7be6cb237b 2018-08-20 12:03:09,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0961921215057s 2018-08-20 12:03:09,586 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains used request id req-78ab9cde-d792-4280-9c11-bc7be6cb237b 2018-08-20 12:03:09,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-20 12:03:09,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae"}}' 2018-08-20 12:03:09,737 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 12:03:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b90da7f-ea99-4ada-bc3e-c85a0553d28a Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792"}, "tags": [], "enabled": true, "id": "f5e3d26dbe494d2fbffbdd8d888c8792", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae"}} 2018-08-20 12:03:09,737 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-9b90da7f-ea99-4ada-bc3e-c85a0553d28a 2018-08-20 12:03:09,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.144100904465s 2018-08-20 12:03:09,738 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/projects used request id req-9b90da7f-ea99-4ada-bc3e-c85a0553d28a 2018-08-20 12:03:09,738 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: juju_epc', u'tags': [], 'enabled': True, 'id': u'f5e3d26dbe494d2fbffbdd8d888c8792', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae'}) 2018-08-20 12:03:09,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-20 12:03:09,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "76499239-92c4-43f9-b797-ec617772163c", "email": null, "name": "juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae"}}' 2018-08-20 12:03:10,126 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 12:03:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaff103e-4f40-411a-ade2-8fd994a615aa Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": {"self": "http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "436db6afab8f47aeadd7e56f39c27406", "domain_id": "default", "password_expires_at": null}} 2018-08-20 12:03:10,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-aaff103e-4f40-411a-ade2-8fd994a615aa 2018-08-20 12:03:10,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.381983995438s 2018-08-20 12:03:10,127 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/users used request id req-aaff103e-4f40-411a-ade2-8fd994a615aa 2018-08-20 12:03:10,128 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'436db6afab8f47aeadd7e56f39c27406', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae'}) 2018-08-20 12:03:10,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 12:03:10,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:10,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4643623f-c277-4099-8912-3b5975b2b0aa Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 12:03:10,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4643623f-c277-4099-8912-3b5975b2b0aa 2018-08-20 12:03:10,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0996658802032s 2018-08-20 12:03:10,232 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4643623f-c277-4099-8912-3b5975b2b0aa 2018-08-20 12:03:10,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 12:03:10,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:10,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1409e85f-d80e-4b88-9a6a-828aea1abfd0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 12:03:10,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1409e85f-d80e-4b88-9a6a-828aea1abfd0 2018-08-20 12:03:10,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0957419872284s 2018-08-20 12:03:10,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-1409e85f-d80e-4b88-9a6a-828aea1abfd0 2018-08-20 12:03:10,334 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-20 12:03:10,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-20 12:03:10,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" -d '{"role": {"name": "Member"}}' 2018-08-20 12:03:10,460 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 20 Aug 2018 12:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5de01b7-54e7-42cc-b6a6-f8fb8b61c4b6 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b8f5f3aad6bc4ac18816765ae8bd6fcf", "links": {"self": "http://172.30.9.36:5000/v3/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf"}, "name": "Member"}} 2018-08-20 12:03:10,460 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-d5de01b7-54e7-42cc-b6a6-f8fb8b61c4b6 2018-08-20 12:03:10,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.123268842697s 2018-08-20 12:03:10,461 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.36:5000/v3/roles used request id req-d5de01b7-54e7-42cc-b6a6-f8fb8b61c4b6 2018-08-20 12:03:10,461 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'b8f5f3aad6bc4ac18816765ae8bd6fcf'}) 2018-08-20 12:03:10,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 12:03:10,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:10,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f67690d-bf62-4344-aec7-827f1fd4aefe Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "b8f5f3aad6bc4ac18816765ae8bd6fcf", "links": {"self": "http://172.30.9.36:5000/v3/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 12:03:10,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4f67690d-bf62-4344-aec7-827f1fd4aefe 2018-08-20 12:03:10,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0912520885468s 2018-08-20 12:03:10,556 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-4f67690d-bf62-4344-aec7-827f1fd4aefe 2018-08-20 12:03:10,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-20 12:03:10,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:10,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96da1633-b3bd-4118-a5ef-1ab58320f9f1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.36:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-20 12:03:10,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-96da1633-b3bd-4118-a5ef-1ab58320f9f1 2018-08-20 12:03:10,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0996398925781s 2018-08-20 12:03:10,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/domains/default used request id req-96da1633-b3bd-4118-a5ef-1ab58320f9f1 2018-08-20 12:03:10,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 12:03:10,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:10,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053c8e8c-b687-4c19-8128-edf367442aed Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": {"self": "http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "436db6afab8f47aeadd7e56f39c27406", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 12:03:10,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-053c8e8c-b687-4c19-8128-edf367442aed 2018-08-20 12:03:10,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119225978851s 2018-08-20 12:03:10,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-053c8e8c-b687-4c19-8128-edf367442aed 2018-08-20 12:03:10,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 12:03:10,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:10,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c4b2c87-486a-484a-b54a-5132d885df63 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36: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.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792"}, "tags": [], "enabled": true, "id": "f5e3d26dbe494d2fbffbdd8d888c8792", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae"}]} 2018-08-20 12:03:10,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-7c4b2c87-486a-484a-b54a-5132d885df63 2018-08-20 12:03:10,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0922808647156s 2018-08-20 12:03:10,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects?domain_id=default used request id req-7c4b2c87-486a-484a-b54a-5132d885df63 2018-08-20 12:03:10,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-20 12:03:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:5000/v3/role_assignments?user.id=436db6afab8f47aeadd7e56f39c27406&role.id=b8f5f3aad6bc4ac18816765ae8bd6fcf&scope.project.id=f5e3d26dbe494d2fbffbdd8d888c8792" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:11,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b5d63d7-9aed-449d-a4fc-336dff07491b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.36:5000/v3/role_assignments?user.id=436db6afab8f47aeadd7e56f39c27406&role.id=b8f5f3aad6bc4ac18816765ae8bd6fcf&scope.project.id=f5e3d26dbe494d2fbffbdd8d888c8792", "previous": null, "next": null}} 2018-08-20 12:03:11,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=436db6afab8f47aeadd7e56f39c27406&role.id=b8f5f3aad6bc4ac18816765ae8bd6fcf&scope.project.id=f5e3d26dbe494d2fbffbdd8d888c8792 used request id req-3b5d63d7-9aed-449d-a4fc-336dff07491b 2018-08-20 12:03:11,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.134600162506s 2018-08-20 12:03:11,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/role_assignments?user.id=436db6afab8f47aeadd7e56f39c27406&role.id=b8f5f3aad6bc4ac18816765ae8bd6fcf&scope.project.id=f5e3d26dbe494d2fbffbdd8d888c8792 used request id req-3b5d63d7-9aed-449d-a4fc-336dff07491b 2018-08-20 12:03:11,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-20 12:03:11,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792/users/436db6afab8f47aeadd7e56f39c27406/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:11,152 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 12:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea167ea5-1b5a-4b75-92c5-0fe7083aab18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 12:03:11,152 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792/users/436db6afab8f47aeadd7e56f39c27406/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf used request id req-ea167ea5-1b5a-4b75-92c5-0fe7083aab18 2018-08-20 12:03:11,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.123283863068s 2018-08-20 12:03:11,152 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792/users/436db6afab8f47aeadd7e56f39c27406/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf used request id req-ea167ea5-1b5a-4b75-92c5-0fe7083aab18 2018-08-20 12:03:11,153 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'f5e3d26dbe494d2fbffbdd8d888c8792', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '76499239-92c4-43f9-b797-ec617772163c', 'username': u'juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.36:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-20 12:03:11,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-20 12:03:11,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-20 12:03:11,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-20 12:03:11,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-20 12:03:11,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-20 12:03:11,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-20 12:03:11,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-20 12:03:11,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-20 12:03:11,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-20 12:03:11,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-20 12:03:11,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-20 12:03:11,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-20 12:03:11,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-20 12:03:11,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-20 12:03:11,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-20 12:03:11,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-20 12:03:11,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-20 12:03:11,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-20 12:03:11,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-20 12:03:11,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-20 12:03:11,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-20 12:03:11,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-20 12:03:11,158 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'password': '76499239-92c4-43f9-b797-ec617772163c', 'project_name': 'juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.36:5000//v3', 'project_id': 'f5e3d26dbe494d2fbffbdd8d888c8792', 'project_domain_name': 'Default'} 2018-08-20 12:03:11,226 - 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-08-20 12:03:11,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-20 12:03:11,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 12:03:11,259 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 20 Aug 2018 12:03:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-20 12:03:11,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:11,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158273b6-fa51-4dd6-ba90-2f67e4628e98 Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/066af2358fb3468b9f13d02553da9e85"}, "enabled": true, "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/26b4eff88bbc43f280b3e5a8e0131b38"}, "enabled": true, "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/479c301a4b134996817712aba271c597"}, "enabled": true, "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/4ea12df9e7c24697bcf8b8f6290c170a"}, "enabled": true, "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5592bc28c898431080bea2676267935c"}, "enabled": true, "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6799ed79c4ae4ca2b0e427613b1a8e09"}, "enabled": true, "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7164e46168fe49f898ad2c038f7f3746"}, "enabled": true, "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7c215d4a291c4866b90c1d525d7e366d"}, "enabled": true, "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/852c9059bcfe479b935edd1838aab5f2"}, "enabled": true, "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a16b56e9ff5540ccacbb431795c7a13a"}, "enabled": true, "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c79032d0c5ed4e18b41161b911d32cb9"}, "enabled": true, "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/d31669f894e246138ba51775d305f903"}, "enabled": true, "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d731d6cc6b1e4878b11dccdb7194e58a"}, "enabled": true, "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e08ef898f6eb4685a44824b6d219bfff"}, "enabled": true, "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ff82f31c5d56409ca7e100830c744249"}, "enabled": true, "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-20 12:03:11,357 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-158273b6-fa51-4dd6-ba90-2f67e4628e98 2018-08-20 12:03:11,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.10594701767s 2018-08-20 12:03:11,358 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-158273b6-fa51-4dd6-ba90-2f67e4628e98 2018-08-20 12:03:11,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-20 12:03:11,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" 2018-08-20 12:03:11,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49e0b8dd-4a55-4a53-ab3b-8c0efbc26cf3 Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0825db0964b4432b95422e441dda5b71"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "0825db0964b4432b95422e441dda5b71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/0dbd7bc50cee414f9b7df590899d21e1"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/1cccf2deebb54e73891db1cf2ef1c1e0"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/313109edbc174ba6a2c789d475ccc48d"}, "url": "http://172.30.9.36:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3526011556054a4e9616f9c97c73fadf"}, "url": "http://172.30.9.36:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "3526011556054a4e9616f9c97c73fadf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/370b2e933b034911989ed806b3aab511"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "370b2e933b034911989ed806b3aab511"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/39e46e78c5574bb2b5f97c9290a3fa63"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/3ad58338289d406f825ac84ef8ddf364"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/418af50ab5fc4c5da0cb318036e7df19"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4b9704c398d64aa38b16c1216001a7db"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/4bd7f84c38854900908f90d4aafb26ab"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7164e46168fe49f898ad2c038f7f3746", "id": "4bd7f84c38854900908f90d4aafb26ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/51a89d51bb5c487a898705d258cf3c3c"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/59ae6559265c44c289b4637f29a4a653"}, "url": "http://172.30.9.36:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "59ae6559265c44c289b4637f29a4a653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5d5a102334ed454ba86c9b77d34ef674"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/5ec19dd0ec204484b96aa3ffdd71013d"}, "url": "http://172.30.9.36:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6250b70078f14ce58094d2580cf0802c"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "6250b70078f14ce58094d2580cf0802c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/676b33dbd2ea461bab45334445f29593"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "676b33dbd2ea461bab45334445f29593"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/68a733345e7e4816afbb600b2fd58778"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5592bc28c898431080bea2676267935c", "id": "68a733345e7e4816afbb600b2fd58778"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/6bf1f00fdd99442ba9838f12ff5832f4"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5592bc28c898431080bea2676267935c", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/78c2379118c144a79dfcff4f181578f2"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "78c2379118c144a79dfcff4f181578f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/7dbdcea68d0044b7b409bb27dd812b44"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/817dd90bc2464382be63027b891ec771"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "817dd90bc2464382be63027b891ec771"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/83342bdccb5944d5b411a5a87b28f315"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff82f31c5d56409ca7e100830c744249", "id": "83342bdccb5944d5b411a5a87b28f315"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/91534d6ca19d48368ab445a6f443f05d"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/928dad2ccbb14cfcb078b9d8ae98475f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d31669f894e246138ba51775d305f903", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9a6b42352bbf4915b540899ba417fea7"}, "url": "http://172.30.9.36:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a16b56e9ff5540ccacbb431795c7a13a", "id": "9a6b42352bbf4915b540899ba417fea7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/9c0515123d9747a4ac9a3eda27bb9ac8"}, "url": "http://172.30.9.36:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "852c9059bcfe479b935edd1838aab5f2", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/a547d05c8f6644b2830c2e92d39a7287"}, "url": "http://172.30.9.36:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c215d4a291c4866b90c1d525d7e366d", "id": "a547d05c8f6644b2830c2e92d39a7287"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/b42d84afaf064e46b08584acd385cac2"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e08ef898f6eb4685a44824b6d219bfff", "id": "b42d84afaf064e46b08584acd385cac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3840824a2743dfbcb8c1a69783e7ba"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c79032d0c5ed4e18b41161b911d32cb9", "id": "be3840824a2743dfbcb8c1a69783e7ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/be3c8f75258a4f8f9bb1082bce9882af"}, "url": "http://172.30.9.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/c98edb5e7e454cf794988da0a3be1bb5"}, "url": "http://172.30.9.36:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5592bc28c898431080bea2676267935c", "id": "c98edb5e7e454cf794988da0a3be1bb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ceeb03e98aed46d5936f152c3ffabab2"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d31669f894e246138ba51775d305f903", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d107f507e7b64d16985917cc523d5c09"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d107f507e7b64d16985917cc523d5c09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d5600b2618d54bb6b30ac4943c03add5"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/d8fecdd40e8f4cf1a6ed15224cac2fea"}, "url": "http://172.30.9.36:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d731d6cc6b1e4878b11dccdb7194e58a", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/ddcd46064e32423a9a3f7e7aed575794"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6799ed79c4ae4ca2b0e427613b1a8e09", "id": "ddcd46064e32423a9a3f7e7aed575794"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e09ff417f55b4746abb394849eec0390"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e09ff417f55b4746abb394849eec0390"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e0fe612f406b44a9b595d6741caf7c65"}, "url": "http://172.30.9.36:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "26b4eff88bbc43f280b3e5a8e0131b38", "id": "e0fe612f406b44a9b595d6741caf7c65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/e293a88ddda94418bd035d779b87f9c3"}, "url": "http://172.30.9.36:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ea12df9e7c24697bcf8b8f6290c170a", "id": "e293a88ddda94418bd035d779b87f9c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/eeb4ff75e1b647c48484384777360c5e"}, "url": "http://172.30.9.36:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d31669f894e246138ba51775d305f903", "id": "eeb4ff75e1b647c48484384777360c5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.36:5000/v3/endpoints/fd6c08c016ad492199cad08a830a5469"}, "url": "http://172.30.9.36:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "066af2358fb3468b9f13d02553da9e85", "id": "fd6c08c016ad492199cad08a830a5469"}], "links": {"self": "http://172.30.9.36:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-20 12:03:11,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-49e0b8dd-4a55-4a53-ab3b-8c0efbc26cf3 2018-08-20 12:03:11,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.100558996201s 2018-08-20 12:03:11,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/endpoints used request id req-49e0b8dd-4a55-4a53-ab3b-8c0efbc26cf3 2018-08-20 12:03:11,475 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-20 12:03:11,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 12:03:11,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fb5c1d4-4d94-49e6-bb34-b9282f5486b0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.36:5000/v3/", "rel": "self"}]}} 2018-08-20 12:03:11,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.36:5000//v3 used request id req-7fb5c1d4-4d94-49e6-bb34-b9282f5486b0 2018-08-20 12:03:11,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 12:03:11,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8f5f3aad6bc4ac18816765ae8bd6fcf", "name": "Member"}], "expires_at": "2018-08-20T13:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5e3d26dbe494d2fbffbdd8d888c8792", "name": "juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae", "id": "436db6afab8f47aeadd7e56f39c27406"}, "audit_ids": ["JQVrrj24QaesdSuAiPBXFw"], "issued_at": "2018-08-20T12:03:11.000000Z"}} 2018-08-20 12:03:11,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-20 12:03:11,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" -d '{"network": {"name": "juju_epc-net_af63a1a9-e503-4705-8ed5-c1fa632bffae", "admin_state_up": true}}' 2018-08-20 12:03:12,542 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-d8ee521a-9153-4828-8881-ef35ed160a4a Date: Mon, 20 Aug 2018 12:03:12 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f5e3d26dbe494d2fbffbdd8d888c8792","created_at":"2018-08-20T12:03:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-20T12:03:12Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f5e3d26dbe494d2fbffbdd8d888c8792","id":"e611966d-78e6-4871-b074-68dd725ed78b","name":"juju_epc-net_af63a1a9-e503-4705-8ed5-c1fa632bffae"}} 2018-08-20 12:03:12,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-d8ee521a-9153-4828-8881-ef35ed160a4a 2018-08-20 12:03:12,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.673835039139s 2018-08-20 12:03:12,543 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-d8ee521a-9153-4828-8881-ef35ed160a4a 2018-08-20 12:03:12,544 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T12:03:12Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'e611966d-78e6-4871-b074-68dd725ed78b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_af63a1a9-e503-4705-8ed5-c1fa632bffae', u'admin_state_up': True, u'tenant_id': u'f5e3d26dbe494d2fbffbdd8d888c8792', u'created_at': u'2018-08-20T12:03:12Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f5e3d26dbe494d2fbffbdd8d888c8792'}) 2018-08-20 12:03:12,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 12:03:12,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" 2018-08-20 12:03:12,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-675492ce-f98a-47dc-9e7c-0d3d5ce968ad Date: Mon, 20 Aug 2018 12:03:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T12:03:12Z","tenant_id":"f5e3d26dbe494d2fbffbdd8d888c8792","created_at":"2018-08-20T12:03:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5e3d26dbe494d2fbffbdd8d888c8792","id":"e611966d-78e6-4871-b074-68dd725ed78b","name":"juju_epc-net_af63a1a9-e503-4705-8ed5-c1fa632bffae"}]} 2018-08-20 12:03:12,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-675492ce-f98a-47dc-9e7c-0d3d5ce968ad 2018-08-20 12:03:12,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.295786142349s 2018-08-20 12:03:12,840 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-675492ce-f98a-47dc-9e7c-0d3d5ce968ad 2018-08-20 12:03:12,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-20 12:03:12,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" -d '{"subnet": {"name": "juju_epc-subnet_af63a1a9-e503-4705-8ed5-c1fa632bffae", "enable_dhcp": true, "network_id": "e611966d-78e6-4871-b074-68dd725ed78b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-20 12:03:13,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-89dffeb0-ac30-461c-aa4e-bd5fc9f3075b Date: Mon, 20 Aug 2018 12:03:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e611966d-78e6-4871-b074-68dd725ed78b","tenant_id":"f5e3d26dbe494d2fbffbdd8d888c8792","created_at":"2018-08-20T12:03:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T12:03:13Z","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":"f5e3d26dbe494d2fbffbdd8d888c8792","id":"370b3a46-8b94-43b9-85eb-4cba452e3d2a","subnetpool_id":null,"name":"juju_epc-subnet_af63a1a9-e503-4705-8ed5-c1fa632bffae"}} 2018-08-20 12:03:13,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-89dffeb0-ac30-461c-aa4e-bd5fc9f3075b 2018-08-20 12:03:13,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.791043043137s 2018-08-20 12:03:13,634 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-89dffeb0-ac30-461c-aa4e-bd5fc9f3075b 2018-08-20 12:03:13,634 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-20T12:03:13Z', 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'370b3a46-8b94-43b9-85eb-4cba452e3d2a', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_af63a1a9-e503-4705-8ed5-c1fa632bffae', u'enable_dhcp': True, u'network_id': u'e611966d-78e6-4871-b074-68dd725ed78b', u'tenant_id': u'f5e3d26dbe494d2fbffbdd8d888c8792', u'created_at': u'2018-08-20T12:03:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'f5e3d26dbe494d2fbffbdd8d888c8792'}) 2018-08-20 12:03:13,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-20 12:03:13,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" -d '{"router": {"external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811"}, "name": "juju_epc-router_af63a1a9-e503-4705-8ed5-c1fa632bffae", "admin_state_up": true}}' 2018-08-20 12:03:14,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-1074b309-1295-4de4-9e32-f42b72b03c1a Date: Mon, 20 Aug 2018 12:03:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:03:13Z", "admin_state_up": true, "updated_at": "2018-08-20T12:03:14Z", "revision_number": 2, "routes": [], "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "e1212881-6f88-46e7-8d3c-f17a5bb344b0", "name": "juju_epc-router_af63a1a9-e503-4705-8ed5-c1fa632bffae"}} 2018-08-20 12:03:14,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-1074b309-1295-4de4-9e32-f42b72b03c1a 2018-08-20 12:03:14,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.33544588089s 2018-08-20 12:03:14,970 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-1074b309-1295-4de4-9e32-f42b72b03c1a 2018-08-20 12:03:14,971 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a6080755-5724-465a-b182-14c24f0c1811', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7b530fc8-91e6-47ed-9c42-49e5a66e77b0', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f5e3d26dbe494d2fbffbdd8d888c8792', u'created_at': u'2018-08-20T12:03:13Z', u'admin_state_up': True, u'updated_at': u'2018-08-20T12:03:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'f5e3d26dbe494d2fbffbdd8d888c8792', u'id': u'e1212881-6f88-46e7-8d3c-f17a5bb344b0', u'name': u'juju_epc-router_af63a1a9-e503-4705-8ed5-c1fa632bffae'}) 2018-08-20 12:03:14,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-20 12:03:14,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" -d '{"subnet_id": "370b3a46-8b94-43b9-85eb-4cba452e3d2a"}' 2018-08-20 12:03:17,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-24646a8b-98cb-4f11-9238-6d1cb9a143b8 Date: Mon, 20 Aug 2018 12:03:17 GMT RESP BODY: {"network_id": "e611966d-78e6-4871-b074-68dd725ed78b", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "subnet_id": "370b3a46-8b94-43b9-85eb-4cba452e3d2a", "subnet_ids": ["370b3a46-8b94-43b9-85eb-4cba452e3d2a"], "port_id": "3912c3b4-bca9-4dc8-b66a-53b1187440c0", "id": "e1212881-6f88-46e7-8d3c-f17a5bb344b0"} 2018-08-20 12:03:17,506 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0/add_router_interface.json used request id req-24646a8b-98cb-4f11-9238-6d1cb9a143b8 2018-08-20 12:03:17,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.53439998627s 2018-08-20 12:03:17,506 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0/add_router_interface.json used request id req-24646a8b-98cb-4f11-9238-6d1cb9a143b8 returning object e1212881-6f88-46e7-8d3c-f17a5bb344b0 2018-08-20 12:03:17,507 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-20 12:03:20,436 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:f4a9830fb482d07eec07c8532a1c265e sha256:1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d 2018-08-20 12:03:20,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-20 12:03:20,445 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 20 Aug 2018 12:03:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.36:9292/v2/", "rel": "self"}]}]} 2018-08-20 12:03:20,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 12:03:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" 2018-08-20 12:03:20,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-60567e9d-f2e4-4b83-836b-b77e97dd8cef Date: Mon, 20 Aug 2018 12:03:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 12:03:20,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-60567e9d-f2e4-4b83-836b-b77e97dd8cef 2018-08-20 12:03:20,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209429979324s 2018-08-20 12:03:20,661 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-60567e9d-f2e4-4b83-836b-b77e97dd8cef 2018-08-20 12:03:20,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 12:03:20,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" -d '{"owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "owner_specified.shade.object": "images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae"}' 2018-08-20 12:03:20,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-27b087c7-c4a7-40e6-a6ed-aaadf503a84d Date: Mon, 20 Aug 2018 12:03:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file", "owner": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "size": null, "self": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "updated_at": "2018-08-20T12:03:20Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "checksum": null, "created_at": "2018-08-20T12:03:20Z", "protected": false} 2018-08-20 12:03:20,980 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-27b087c7-c4a7-40e6-a6ed-aaadf503a84d 2018-08-20 12:03:20,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.31284403801s 2018-08-20 12:03:20,981 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-27b087c7-c4a7-40e6-a6ed-aaadf503a84d returning object a2dc7988-585e-4c5c-81a6-8c8a1f41f46f 2018-08-20 12:03:20,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 12:03:20,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" -d '' 2018-08-20 12:03:26,478 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3cb0b771-dcef-4da6-9120-1029d3d19402 Date: Mon, 20 Aug 2018 12:03:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 12:03:26,478 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file used request id req-3cb0b771-dcef-4da6-9120-1029d3d19402 2018-08-20 12:03:26,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.49669098854s 2018-08-20 12:03:26,479 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file used request id req-3cb0b771-dcef-4da6-9120-1029d3d19402 2018-08-20 12:03:26,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 12:03:26,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" 2018-08-20 12:03:26,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-6b41a1dd-72d9-460c-8eb9-4125631378b0 Date: Mon, 20 Aug 2018 12:03:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap", "metadata": {}}], "file": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file", "owner": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "size": 296681472, "self": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "updated_at": "2018-08-20T12:03:26Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-20T12:03:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 12:03:26,688 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6b41a1dd-72d9-460c-8eb9-4125631378b0 2018-08-20 12:03:26,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205342054367s 2018-08-20 12:03:26,689 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-6b41a1dd-72d9-460c-8eb9-4125631378b0 2018-08-20 12:03:26,690 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file', 'owner': u'f5e3d26dbe494d2fbffbdd8d888c8792', 'id': u'a2dc7988-585e-4c5c-81a6-8c8a1f41f46f', 'size': 296681472, u'self': u'/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5e3d26dbe494d2fbffbdd8d888c8792', 'name': 'juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T12:03:26Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T12:03:26Z', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', 'properties': {u'self': u'/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'owner_specified.shade.object': u'images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'created': u'2018-08-20T12:03:20Z', 'checksum': u'f4a9830fb482d07eec07c8532a1c265e', 'created_at': u'2018-08-20T12:03:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'owner_specified.shade.object': u'images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'schema': u'/v2/schemas/image'}}) 2018-08-20 12:03:28,233 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i a2dc7988-585e-4c5c-81a6-8c8a1f41f46f -s xenial -r regionOne -u http://172.30.9.36: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 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 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. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-20 12:03:28,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 12:03:28,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_af63a1a9-e503-4705-8ed5-c1fa632bffae", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-20 12:03:28,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fdc0fd9-1ff4-4569-a321-c0b6872f1d6e x-compute-request-id: req-9fdc0fd9-1ff4-4569-a321-c0b6872f1d6e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae"}} 2018-08-20 12:03:28,476 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-9fdc0fd9-1ff4-4569-a321-c0b6872f1d6e 2018-08-20 12:03:28,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.241175889969s 2018-08-20 12:03:28,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-9fdc0fd9-1ff4-4569-a321-c0b6872f1d6e 2018-08-20 12:03:28,477 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_af63a1a9-e503-4705-8ed5-c1fa632bffae', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae', 'swap': 0}) 2018-08-20 12:03:28,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 12:03:28,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" -d '{"extra_specs": {}}' 2018-08-20 12:03:28,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-574d294b-0cfe-4f14-ae52-71505ef283ea x-compute-request-id: req-574d294b-0cfe-4f14-ae52-71505ef283ea Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 12:03:28,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae/os-extra_specs used request id req-574d294b-0cfe-4f14-ae52-71505ef283ea 2018-08-20 12:03:28,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243320465088s 2018-08-20 12:03:28,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae/os-extra_specs used request id req-574d294b-0cfe-4f14-ae52-71505ef283ea 2018-08-20 12:03:28,503 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-20 12:03:28,504 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | SDN_CONTROLLER_USER | admin | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | SDN_CONTROLLER_RESTCONFPORT | 8181 | | SDN_CONTROLLER_PASSWORD | rEwr9DwzXq8D7vzcc4guAZZMm | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-226 | | SDN_CONTROLLER_IP | 192.30.9.8 | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-08-20 12:03:28,512 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-20 12:03:28,607 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-08-20 12:03:28,607 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-20 12:03:28,716 - 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-08-20 12:03:28,717 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-20 12:03:30,889 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-20 12:03:30,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 12:03:30,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" 2018-08-20 12:03:31,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-cc328c26-c642-4963-b019-dc8e1ffed074 Date: Mon, 20 Aug 2018 12:03:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap", "metadata": {}}], "file": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file", "owner": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "size": 296681472, "self": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "updated_at": "2018-08-20T12:03:26Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-20T12:03:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 12:03:31,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-cc328c26-c642-4963-b019-dc8e1ffed074 2018-08-20 12:03:31,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.225811958313s 2018-08-20 12:03:31,118 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-cc328c26-c642-4963-b019-dc8e1ffed074 2018-08-20 12:03:31,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-20 12:03:31,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae"}' 2018-08-20 12:03:31,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.36:9292/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-809f5137-f308-4fc3-bebe-58fb3d586c8e Date: Mon, 20 Aug 2018 12:03:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b/file", "owner": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "d8e44fca-9fd0-4916-a83a-22023571be4b", "size": null, "self": "/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T12:03:31Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae", "checksum": null, "created_at": "2018-08-20T12:03:31Z", "protected": false} 2018-08-20 12:03:31,347 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-809f5137-f308-4fc3-bebe-58fb3d586c8e 2018-08-20 12:03:31,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.220468997955s 2018-08-20 12:03:31,348 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.36:9292/v2/images used request id req-809f5137-f308-4fc3-bebe-58fb3d586c8e returning object d8e44fca-9fd0-4916-a83a-22023571be4b 2018-08-20 12:03:31,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-20 12:03:31,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9292/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" -d '' 2018-08-20 12:03:35,536 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3e907968-2701-4368-b3b5-16a371855246 Date: Mon, 20 Aug 2018 12:03:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 12:03:35,537 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b/file used request id req-3e907968-2701-4368-b3b5-16a371855246 2018-08-20 12:03:35,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.18829917908s 2018-08-20 12:03:35,537 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.36:9292/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b/file used request id req-3e907968-2701-4368-b3b5-16a371855246 2018-08-20 12:03:35,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 12:03:35,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b09463b686a233c14a82c9d92e5bd5089bf10b50" 2018-08-20 12:03:35,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-852bb8a0-1c2b-4f8d-b4b4-ded5c079d584 Date: Mon, 20 Aug 2018 12:03:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/d8e44fca-9fd0-4916-a83a-22023571be4b/snap", "metadata": {}}], "file": "/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b/file", "owner": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "d8e44fca-9fd0-4916-a83a-22023571be4b", "size": 263193088, "self": "/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/d8e44fca-9fd0-4916-a83a-22023571be4b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "updated_at": "2018-08-20T12:03:35Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-20T12:03:31Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap", "metadata": {}}], "file": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file", "owner": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "size": 296681472, "self": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "updated_at": "2018-08-20T12:03:26Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-20T12:03:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 12:03:35,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-852bb8a0-1c2b-4f8d-b4b4-ded5c079d584 2018-08-20 12:03:35,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.215291976929s 2018-08-20 12:03:35,757 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-852bb8a0-1c2b-4f8d-b4b4-ded5c079d584 2018-08-20 12:03:35,760 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/d8e44fca-9fd0-4916-a83a-22023571be4b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b/file', 'owner': u'f5e3d26dbe494d2fbffbdd8d888c8792', 'id': u'd8e44fca-9fd0-4916-a83a-22023571be4b', 'size': 263193088, u'self': u'/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5e3d26dbe494d2fbffbdd8d888c8792', 'name': 'juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/d8e44fca-9fd0-4916-a83a-22023571be4b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-20T12:03:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-20T12:03:35Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'self': u'/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae', 'created': u'2018-08-20T12:03:31Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-20T12:03:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'owner_specified.shade.object': u'images/juju_epc-img_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'schema': u'/v2/schemas/image'}}) 2018-08-20 12:03:35,913 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i d8e44fca-9fd0-4916-a83a-22023571be4b -s trusty -r regionOne -u http://172.30.9.36: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. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-20 12:03:35,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-20 12:03:35,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-20 12:03:35,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12:03:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6d7eb0c-176b-4584-80a3-feaf103c654c x-compute-request-id: req-e6d7eb0c-176b-4584-80a3-feaf103c654c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "586e9110-cf68-4ea4-a1f6-867436574e8a"}} 2018-08-20 12:03:35,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-e6d7eb0c-176b-4584-80a3-feaf103c654c 2018-08-20 12:03:35,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0553770065308s 2018-08-20 12:03:35,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors used request id req-e6d7eb0c-176b-4584-80a3-feaf103c654c 2018-08-20 12:03:35,971 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae', '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'dfd90f76052e46538c70a213a6ed6a0e', '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'586e9110-cf68-4ea4-a1f6-867436574e8a', 'swap': 0}) 2018-08-20 12:03:35,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-20 12:03:35,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.36:8774/v2.1/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bd95ab94ce57965288cf8d2c9f289509e705355" -d '{"extra_specs": {}}' 2018-08-20 12:03:35,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 12: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-b6b4720e-ae49-421f-9de8-215782d30f56 x-compute-request-id: req-b6b4720e-ae49-421f-9de8-215782d30f56 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-20 12:03:35,999 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a/os-extra_specs used request id req-b6b4720e-ae49-421f-9de8-215782d30f56 2018-08-20 12:03:35,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.027715921402s 2018-08-20 12:03:36,000 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.36:8774/v2.1/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a/os-extra_specs used request id req-b6b4720e-ae49-421f-9de8-215782d30f56 2018-08-20 12:03:36,000 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-20 12:07:13,857 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju bootstrap abot-epc/regionOne abot-controller --agent-version 2.2.9 --metadata-source /root --constraints mem=2G --bootstrap-series xenial --config network=e611966d-78e6-4871-b074-68dd725ed78b --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 12:03:36 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 12:03:36 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.2.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=e611966d-78e6-4871-b074-68dd725ed78b", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 12:03:36 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 12:03:36 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[network:e611966d-78e6-4871-b074-68dd725ed78b external-network: use-floating-ip:true use-default-secgroup:true] 12:03:36 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 12:03:36 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[provisioner-harvest-mode:destroyed ssl-hostname-verification:false no-proxy:127.0.0.1,localhost,::1 default-series:xenial http-proxy: image-stream:released apt-http-proxy: disable-network-management:false enable-os-upgrade:true development:false automatically-retry-hooks:true firewall-mode:instance max-status-history-age:336h agent-metadata-url: max-action-results-age:336h resource-tags: proxy-ssh:false max-action-results-size:5G ftp-proxy: apt-https-proxy: apt-no-proxy: use-floating-ip:true authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCojs0HXkGgwt5XfyO39SzqWP4fjWnt4vn2H93sg/EkYy6BJt0GULVEUbjjivxyiHZyTKI3KODRPLcZMUh1fOVJ0FOs5aRfj2nOPV+9zetzcYDAz9x8tNIPzQ0Mqp7RyB+bsMNHDgKgyLg6IzjZu0+HqkRd9i3mT4gwDCEMOIMsM2eZuMSK3mou/yiHbcUUlmAv2hiZUD4fuyAaTN+sP+8dkGY1AdCxdqjokiZe6buXMlTDZnR7ZkBC0/Si0IAbUMnCSbJ3L6QR7msTbwm9t+onXKQIvYHnfSsFOkd6BmF+XUQTQb1P9EbuWW4Zqe51Ap+FFtGyJ+jiBWNSb7XYinUr juju-client-key logging-config: logforward-enabled:false net-bond-reconfigure-delay:17 apt-mirror: https-proxy: uuid:02334eff-9fe8-4b76-8be4-0fe77fe941f7 use-default-secgroup:true update-status-hook-interval:5m apt-ftp-proxy: type:openstack max-status-history-size:5G image-metadata-url: external-network: name:controller ignore-machine-addresses:false agent-stream:released enable-os-refresh-update:true transmit-vendor-metrics:true test-mode:false network:e611966d-78e6-4871-b074-68dd725ed78b] 12:03:36 INFO juju.provider.openstack provider.go:144 opening model "controller" 12:03:36 DEBUG goose :1 auth details: &{Token:gAAAAABbeq4YkO3rQYZqbj_OW_xPiwoZ6Zi0L6ujIf8_DdOZpQ1qv-MB1eIqWEkmGJu6fa_nCXJYImxjU-sAZavace8roJYS5cxtzcVlnKqCmYP45fX6xDAGzzyvBbwg7V8klSCiS50o9fuVAt-se-53GHvvJTaNYIUtRa0PGvG17E-6Dq5BrCI TenantId:f5e3d26dbe494d2fbffbdd8d888c8792 UserId:436db6afab8f47aeadd7e56f39c27406 Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.36:8776/v1/f5e3d26dbe494d2fbffbdd8d888c8792 volumev2:http://172.30.9.36:8776/v2/f5e3d26dbe494d2fbffbdd8d888c8792 object-store:http://172.30.9.36:8080/v1/AUTH_f5e3d26dbe494d2fbffbdd8d888c8792 placement:http://172.30.9.36:8778/placement identity:http://172.30.9.36:5000 volumev3:http://172.30.9.36:8776/v3/f5e3d26dbe494d2fbffbdd8d888c8792 orchestration:http://172.30.9.36:8004/v1/f5e3d26dbe494d2fbffbdd8d888c8792 metric:http://172.30.9.36:8041 alarming:http://172.30.9.36:8042 event:http://172.30.9.36:8977 cloudformation:http://172.30.9.36:8000/v1 compute:http://172.30.9.36:8774/v2.1 image:http://172.30.9.36:9292 network:http://172.30.9.36:9696]]} 12:03:36 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 12:03:36 DEBUG goose :1 performing API version discovery for "http://172.30.9.36:8774/" 12:03:36 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.36:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.36:8774/v2.1/ Rel:self}] Status:CURRENT}] 12:03:37 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 12:03:37 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 12:03:37 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 12:03:37 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 12:03:37 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 12:03:37 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 12:03:37 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 12:03:37 INFO cmd bootstrap.go:233 Loading image metadata 12:03:37 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 12:03:37 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 12:03:37 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 12:03:37 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.36:5000/v3} [win81 genericlinux centos7 precise zesty win2012hv win10 raring win2016nano trusty vivid win2012hvr2 xenial win7 saucy win2012 win8 opensuseleap quantal wily win2012r2 win2016hv utopic yakkety win2008r2 win2016] [amd64 i386 armhf arm64 ppc64el s390x] released}} 12:03:37 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 12:03:39 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 12:03:40 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.36:5000/v3} not found 12:03:40 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.36:5000/v3} not found 12:03:40 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 12:03:40 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 12:03:40 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 12:03:40 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 12:03:40 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 12:03:40 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 12:03:40 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 12:03:40 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 12:03:40 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 12:03:42 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 []} 12:03:44 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 12:03:44 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 12:03:45 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 12:03:45 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:a2dc7988-585e-4c5c-81a6-8c8a1f41f46f Arch:amd64 VirtType:}] 12:03:45 INFO juju.environs.instances image.go:106 find instance - using image with id: a2dc7988-585e-4c5c-81a6-8c8a1f41f46f 12:03:45 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 12:03:45 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 12:03:45 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2490 bytes 12:03:45 DEBUG juju.provider.openstack provider.go:1022 using network id "e611966d-78e6-4871-b074-68dd725ed78b" 12:03:45 DEBUG goose :1 performing API version discovery for "http://172.30.9.36:9696/" 12:03:45 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.36:9696/v2.0/ Rel:self}] Status:CURRENT}] 12:03:50 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "e2ae08b3-55ec-49e0-be59-362c415d938a" has status BUILD, wait 10 seconds before retry, attempt 10 12:05:41 INFO juju.provider.openstack provider.go:1189 started instance "e2ae08b3-55ec-49e0-be59-362c415d938a" 12:05:41 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 12:05:43 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.214 12:05:43 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.214 - e2ae08b3-55ec-49e0-be59-362c415d938a (arch=amd64 mem=2G cores=1) 12:05:46 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 12:05:46 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 12:05:46 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 12:05:46 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 12:05:48 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 12:05:48 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 12:05:50 DEBUG juju.provider.openstack provider.go:414 instance e2ae08b3-55ec-49e0-be59-362c415d938a has floating IP address: 172.30.9.214 Attempting to connect to 172.30.9.214:22 Attempting to connect to 192.168.121.7:22 12:05:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 12:05:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.214 failed: ssh: connect to host 172.30.9.214 port 22: Connection refused 12:05:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 12:05:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.214 failed: /var/lib/juju/nonce.txt does not exist 12:05:59 DEBUG juju.provider.openstack provider.go:414 instance e2ae08b3-55ec-49e0-be59-362c415d938a has floating IP address: 172.30.9.214 12:06:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 12:06:01 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools 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.2.9/juju-2.2.9-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-e941f7-controller-0 12:07:10 INFO cmd bootstrap.go:423 Bootstrap agent now started 12:07:11 DEBUG juju.provider.openstack provider.go:414 instance e2ae08b3-55ec-49e0-be59-362c415d938a has floating IP address: 172.30.9.214 12:07:11 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.214:17070 192.168.121.7:17070] 12:07:11 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.214 to verify accessibility... 12:07:11 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.214:17070 192.168.121.7:17070] 12:07:11 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" 12:07:11 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" 12:07:11 DEBUG juju.api monitor.go:35 RPC connection died 12:07:11 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 12:07:12 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.214:17070 192.168.121.7:17070] 12:07:12 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" 12:07:12 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" 12:07:12 DEBUG juju.api monitor.go:35 RPC connection died 12:07:12 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 12:07:13 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.214:17070 192.168.121.7:17070] 12:07:13 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" 12:07:13 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" 12:07:13 DEBUG juju.api monitor.go:35 RPC connection died 12:07:13 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 12:07:13 INFO cmd controller.go:88 Controller machines are in the "controller" model. 12:07:13 INFO cmd controller.go:89 Initial model "default" added. 12:07:13 INFO cmd supercommand.go:465 command finished 2018-08-20 12:07:13,857 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-08-20 12:07:13,858 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-08-20 12:07:26,103 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Deploying charm "local:xenial/abot-epc-basic-1" application abot-epc-basic exposed Deploying charm "cs:mysql-55" Deploying charm "local:trusty/oai-epc-3" Deploying charm "local:trusty/oai-hss-13" Related "mysql:db" and "oai-hss:db" Related "oai-hss:hss" and "oai-epc:hss" Related "oai-epc:epc" and "abot-epc-basic:epc" Related "oai-epc:ssh-abot-epc" and "abot-epc-basic:ssh-abot" Deploy of bundle completed. 2018-08-20 12:07:26,103 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-08-20 13:07:26,443 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju VNF Deployment: ['timeout', '-t', '3600', 'juju-wait'] 2018-08-20 13:07:26,573 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-20 13:07:26,573 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 64:15 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-20 13:07:27,248 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-2: 12:14:10 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 12:14:10 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 12:14:10 DEBUG juju.agent read agent config, format "2.0" machine-2: 12:14:10 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 12:14:10 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 12:14:10 DEBUG juju.worker start "engine" machine-2: 12:14:10 INFO juju.worker start "engine" machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 12:14:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 12:14:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 12:14:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 12:14:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 12:14:10 DEBUG juju.worker "engine" started machine-2: 12:14:10 DEBUG juju.worker.introspection stats worker now serving machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 12:14:10 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 12:14:10 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 12:14:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 12:14:10 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 12:14:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 12:14:10 DEBUG juju.worker.apicaller connecting with old password machine-2: 12:14:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:14:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:14:10 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:14:10 INFO juju.api connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:14:10 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:14:11 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 12:14:11 DEBUG juju.worker.apicaller connected machine-2: 12:14:11 DEBUG juju.worker.apicaller changing password... machine-2: 12:14:11 DEBUG juju.worker.apicaller password changed machine-2: 12:14:11 DEBUG juju.api RPC connection died machine-2: 12:14:11 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 12:14:11 DEBUG juju.worker.apicaller connecting with current password machine-2: 12:14:11 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:14:11 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:14:11 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:14:12 DEBUG juju.worker.apicaller connected machine-2: 12:14:12 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 12:14:12 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 12:14:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:14:12 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 12:14:12 INFO juju.worker.upgrader unblocking abort check machine-2: 12:14:12 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 12:14:12 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 12:14:12 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 12:14:12 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 12:14:12 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 12:14:12 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 12:14:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 12:14:12 DEBUG juju.worker.logger logger setup machine-2: 12:14:12 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 12:14:12 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:14:12 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:14:12 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:14:12 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} machine-2: 12:14:12 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 12:14:12 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 12:14:12 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 12:14:12 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 12:14:12 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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 12:14:12 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 12:14:12 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:14:12 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:14:12 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 12:14:12 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 12:14:12 DEBUG juju.network including address local-machine:::1 for machine machine-2: 12:14:12 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 12:14:12 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 12:14:12 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 12:14:12 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: 12:14:12 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 12:14:12 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 12:14:12 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 12:14:12 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 12:14:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 12:14:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 12:14:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 12:14:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 12:14:13 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 12:14:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 12:14:13 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 12:14:13 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:14:13 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:14:13 DEBUG juju.network including address public:172.30.9.214 for machine machine-2: 12:14:13 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-2: 12:14:13 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 12:14:13 DEBUG juju.network including address local-machine:::1 for machine machine-2: 12:14:13 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] machine-2: 12:14:13 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 12:14:13 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] machine-2: 12:14:13 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 12:14:13 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 12:14:13 DEBUG juju.worker start "2-container-watcher" machine-2: 12:14:13 DEBUG juju.worker start "stateconverter" machine-2: 12:14:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 12:14:13 INFO juju.worker start "2-container-watcher" machine-2: 12:14:13 DEBUG juju.worker "2-container-watcher" started machine-2: 12:14:13 INFO juju.worker start "stateconverter" machine-2: 12:14:13 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 12:14:13 DEBUG juju.worker "stateconverter" started machine-2: 12:14:13 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 12:14:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 12:14:13 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 12:14:13 INFO juju.worker.machiner "machine-2" started machine-2: 12:14:13 DEBUG juju.service discovered init system "upstart" from local host machine-2: 12:14:13 DEBUG juju.worker.deployer state addresses: ["192.168.121.7:37017"] machine-2: 12:14:13 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "172.30.9.214:17070"] machine-2: 12:14:13 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-oai-epc-0: 12:14:13 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 12:14:13 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: 12:14:13 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 12:14:13 DEBUG juju.worker start "api" unit-oai-epc-0: 12:14:13 INFO juju.worker start "api" unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 12:14:13 DEBUG juju.worker "api" started unit-oai-epc-0: 12:14:13 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 12:14:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:13 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:14:13 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:14:13 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:14:14 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 12:14:14 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 12:14:14 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 12:14:14 DEBUG juju.api RPC connection died unit-oai-epc-0: 12:14:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 12:14:14 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 12:14:14 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:14:14 INFO juju.api connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:14:14 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:14:14 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:62:84:a7 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.12 [] [] []} {2 fa:16:3e:62:84:a7 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 12:14:15 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:15 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 12:14:15 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 12:14:15 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 12:14:15 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 12:14:15 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: 12:14:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 12:14:15 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 12:14:15 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 12:14:15 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 12:14:15 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 12:14:15 DEBUG juju.network including address public:172.30.9.214 for machine unit-oai-epc-0: 12:14:15 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-oai-epc-0: 12:14:15 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 12:14:15 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 12:14:15 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 12:14:15 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 12:14:15 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 12:14:15 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 12:14:15 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 12:14:15 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 12:14:15 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 12:14:15 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 12:14:15 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 12:14:15 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 12:14:15 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 12:14:15 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 12:14:15 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 12:14:15 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 12:14:15 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 12:14:15 DEBUG httpbakery client do GET https://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 12:14:15 DEBUG httpbakery } -> error unit-oai-epc-0: 12:14:15 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 12:14:15 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 12:14:15 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 12:14:15 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 12:14:15 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 12:14:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 12:14:15 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 12:14:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 12:14:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 12:14:15 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: 12:14:15 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 12:14:15 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 12:14:16 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:14:16 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 12:14:16 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 12:14:16 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-oai-epc-0: 12:14:16 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 [701 kB] unit-oai-epc-0: 12:14:17 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.8 [2672 kB] machine-1: 12:14:17 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-1: 12:14:17 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 12:14:17 DEBUG juju.agent read agent config, format "2.0" machine-1: 12:14:17 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 12:14:17 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-1: 12:14:17 DEBUG juju.worker start "engine" machine-1: 12:14:17 INFO juju.worker start "engine" machine-1: 12:14:17 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 12:14:17 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 12:14:17 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 12:14:17 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 12:14:17 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 12:14:17 DEBUG juju.worker "engine" started machine-1: 12:14:17 DEBUG juju.worker.introspection stats worker now serving machine-1: 12:14:17 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 12:14:17 DEBUG juju.worker.apicaller connecting with old password machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 12:14:17 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:14:17 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-1: 12:14:17 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 12:14:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 12:14:17 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 12:14:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:14:17 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (1986 kB/s) machine-1: 12:14:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install (Reading database ... 52368 files and directories currently installed.) unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... machine-1: 12:14:18 DEBUG juju.worker.apicaller connected machine-1: 12:14:18 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... machine-1: 12:14:18 DEBUG juju.worker.apicaller password changed machine-1: 12:14:18 DEBUG juju.api RPC connection died machine-1: 12:14:18 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 12:14:18 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... machine-1: 12:14:18 DEBUG juju.worker.apicaller connecting with current password machine-1: 12:14:18 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-1: 12:14:18 INFO juju.api connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-1: 12:14:18 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... machine-1: 12:14:19 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-1: 12:14:19 DEBUG juju.worker.apicaller connected machine-1: 12:14:19 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 12:14:19 INFO juju.worker.upgrader unblocking abort check machine-1: 12:14:19 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 12:14:19 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-1: 12:14:19 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 12:14:19 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 12:14:19 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 12:14:19 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 12:14:19 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 12:14:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... machine-1: 12:14:19 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 12:14:19 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 12:14:19 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... machine-1: 12:14:19 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 12:14:19 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 12:14:19 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 12:14:19 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 12:14:19 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 12:14:19 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 12:14:19 WARNING juju.cmd.jujud determining kvm support: kvm-ok executable not found no kvm containers possible machine-1: 12:14:19 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 12:14:19 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 12:14:19 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 12:14:19 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 12:14:19 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 12:14:19 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 12:14:19 DEBUG juju.network including address public:172.30.9.214 for machine machine-1: 12:14:19 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-1: 12:14:19 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 12:14:19 DEBUG juju.network including address local-machine:::1 for machine machine-1: 12:14:19 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] machine-1: 12:14:19 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 12:14:19 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] machine-1: 12:14:19 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 12:14:19 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 12:14:19 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 12:14:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.logger logger setup machine-1: 12:14:19 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 12:14:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 12:14:19 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 12:14:19 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 12:14:19 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 12:14:19 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} machine-1: 12:14:19 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 12:14:19 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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 12:14:19 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 12:14:19 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 12:14:19 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 12:14:19 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 12:14:19 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 12:14:19 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 12:14:19 DEBUG juju.network including address local-machine:::1 for machine machine-1: 12:14:19 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-1: 12:14:19 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-1: 12:14:19 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 12:14:19 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 12:14:19 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 12:14:19 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 12:14:19 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 12:14:19 DEBUG juju.worker start "1-container-watcher" machine-1: 12:14:19 DEBUG juju.worker start "stateconverter" machine-1: 12:14:19 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 12:14:19 INFO juju.worker start "1-container-watcher" machine-1: 12:14:19 DEBUG juju.worker "1-container-watcher" started machine-1: 12:14:19 INFO juju.worker start "stateconverter" machine-1: 12:14:19 DEBUG juju.worker "stateconverter" started machine-1: 12:14:19 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 12:14:19 INFO juju.worker.machiner "machine-1" started machine-1: 12:14:19 DEBUG juju.service discovered init system "upstart" from local host machine-1: 12:14:19 DEBUG juju.worker.deployer state addresses: ["192.168.121.7:37017"] machine-1: 12:14:19 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "172.30.9.214:17070"] machine-1: 12:14:19 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: 12:14:19 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-mysql-0: 12:14:19 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: 12:14:19 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 12:14:19 DEBUG juju.worker start "api" unit-mysql-0: 12:14:19 INFO juju.worker start "api" unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 12:14:19 DEBUG juju.worker "api" started unit-mysql-0: 12:14:19 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-mysql-0: 12:14:19 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:19 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 12:14:19 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install virt-what machine-1: 12:14:20 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:76:ee:e2 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.6 [] [] []} {2 fa:16:3e:76:ee:e2 1450 0 eth0 ethernet false false manual [] [] []}] unit-mysql-0: 12:14:20 DEBUG juju.worker.apicaller connected unit-mysql-0: 12:14:20 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 12:14:20 DEBUG juju.worker.apicaller password changed unit-mysql-0: 12:14:20 DEBUG juju.api RPC connection died unit-mysql-0: 12:14:20 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 12:14:20 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 12:14:20 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-mysql-0: 12:14:20 INFO juju.api connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-mysql-0: 12:14:20 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (32.4 kB/s) unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install (Reading database ... 53118 files and directories currently installed.) unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 12:14:20 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-mysql-0: 12:14:21 DEBUG juju.worker.apicaller connected unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 12:14:21 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.logger logger setup unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 12:14:21 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 12:14:21 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} unit-mysql-0: 12:14:21 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 12:14:21 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 12:14:21 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 12:14:21 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 12:14:21 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 12:14:21 DEBUG juju.network including address public:172.30.9.214 for machine unit-mysql-0: 12:14:21 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-mysql-0: 12:14:21 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 12:14:21 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 12:14:21 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 12:14:21 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 12:14:21 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] unit-mysql-0: 12:14:21 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 12:14:21 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 12:14:21 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 12:14:21 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 12:14:21 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 12:14:21 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 12:14:21 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 12:14:21 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-mysql-0: 12:14:21 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 12:14:21 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 12:14:21 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-mysql-0: 12:14:21 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-mysql-0: 12:14:21 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 12:14:21 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 12:14:21 INFO juju.worker.uniter resuming charm install unit-mysql-0: 12:14:21 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 12:14:21 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 12:14:21 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 12:14:21 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 12:14:21 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 12:14:21 DEBUG httpbakery client do GET https://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 12:14:21 DEBUG httpbakery } -> error unit-mysql-0: 12:14:21 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 12:14:21 INFO juju.downloader download verified ("cs:mysql-55") unit-mysql-0: 12:14:21 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 12:14:21 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 12:14:21 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:21 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: 12:14:21 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:14:21 DEBUG unit.oai-epc/0.install Reading state information... unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 12:14:22 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 12:14:22 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 12:14:22 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:14:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install Reading state information... unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:14:22 DEBUG unit.mysql/0.install python-netifaces unit-oai-epc-0: 12:14:22 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-oai-epc-0: 12:14:23 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-epc-0: 12:14:23 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: 12:14:24 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: 12:14:24 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.61-0ubuntu0.14.04.1 [708 kB] unit-oai-epc-0: 12:14:24 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.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-epc-0: 12:14:24 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-epc-0: 12:14:24 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 2s (1488 kB/s) unit-oai-epc-0: 12:14:24 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 12:14:24 DEBUG unit.oai-epc/0.install (Reading database ... 53125 files and directories currently installed.) unit-oai-epc-0: 12:14:24 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 12:14:24 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 12:14:25 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:26 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 12:14:26 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 12:14:26 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:26 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 12:14:26 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:26 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:26 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 12:14:26 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 12:14:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:14:27 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 12:14:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 12:14:27 DEBUG unit.oai-epc/0.install + echo -n unit-oai-epc-0: 12:14:28 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 12:14:28 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 12:14:28 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 12:14:28 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... machine-3: 12:14:47 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 12:14:47 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 12:14:47 DEBUG juju.agent read agent config, format "2.0" machine-3: 12:14:48 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 12:14:48 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 12:14:48 DEBUG juju.worker start "engine" machine-3: 12:14:48 INFO juju.worker start "engine" machine-3: 12:14:48 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 12:14:48 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 12:14:48 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 12:14:48 DEBUG juju.worker "engine" started machine-3: 12:14:48 DEBUG juju.worker.introspection stats worker now serving machine-3: 12:14:48 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 12:14:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.apicaller connecting with old password machine-3: 12:14:48 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 12:14:48 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 12:14:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 12:14:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:14:48 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:14:48 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 12:14:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 12:14:48 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 12:14:49 DEBUG juju.worker.apicaller connected machine-3: 12:14:49 DEBUG juju.worker.apicaller changing password... machine-3: 12:14:49 DEBUG juju.worker.apicaller password changed machine-3: 12:14:49 DEBUG juju.api RPC connection died machine-3: 12:14:49 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 12:14:49 DEBUG juju.worker.apicaller connecting with current password machine-3: 12:14:49 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:14:49 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:14:49 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:14:49 DEBUG juju.worker.apicaller connected machine-3: 12:14:49 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 12:14:49 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 12:14:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 12:14:49 INFO juju.worker.upgrader unblocking abort check machine-3: 12:14:49 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:14:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 12:14:49 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 12:14:49 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 12:14:49 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 12:14:49 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 12:14:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.logger logger setup machine-3: 12:14:49 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 12:14:49 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 12:14:49 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 12:14:49 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 12:14:49 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 12:14:49 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 12:14:49 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: 12:14:49 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 12:14:49 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:14:49 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:14:49 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 12:14:49 DEBUG juju.network including address local-cloud:192.168.121.28 for machine machine-3: 12:14:49 DEBUG juju.network including address local-machine:::1 for machine machine-3: 12:14:49 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.28 local-machine:::1] machine-3: 12:14:49 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.28 local-machine:::1] machine-3: 12:14:49 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 12:14:49 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} machine-3: 12:14:49 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 12:14:49 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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 12:14:49 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 12:14:49 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:14:49 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:14:49 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:14:49 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 12:14:49 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 12:14:49 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 12:14:49 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 12:14:49 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:14:49 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:14:49 DEBUG juju.network including address public:172.30.9.214 for machine machine-3: 12:14:49 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-3: 12:14:49 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 12:14:49 DEBUG juju.network including address local-machine:::1 for machine machine-3: 12:14:49 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] machine-3: 12:14:49 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 12:14:49 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] machine-3: 12:14:49 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 12:14:49 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 12:14:49 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 12:14:49 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 12:14:49 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 12:14:49 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 12:14:49 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 12:14:49 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 12:14:50 DEBUG juju.worker start "3-container-watcher" machine-3: 12:14:50 DEBUG juju.worker start "stateconverter" machine-3: 12:14:50 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 12:14:50 INFO juju.worker start "3-container-watcher" machine-3: 12:14:50 DEBUG juju.worker "3-container-watcher" started machine-3: 12:14:50 INFO juju.worker start "stateconverter" machine-3: 12:14:50 DEBUG juju.worker "stateconverter" started machine-3: 12:14:50 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 12:14:50 INFO juju.worker.machiner "machine-3" started machine-3: 12:14:50 DEBUG juju.service discovered init system "upstart" from local host machine-3: 12:14:50 DEBUG juju.worker.deployer state addresses: ["192.168.121.7:37017"] machine-3: 12:14:50 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "172.30.9.214:17070"] machine-3: 12:14:50 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: 12:14:50 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 12:14:50 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: 12:14:50 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 12:14:50 DEBUG juju.worker start "api" unit-oai-hss-0: 12:14:50 INFO juju.worker start "api" unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 12:14:50 DEBUG juju.worker "api" started unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 12:14:50 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:14:50 INFO juju.api connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:50 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:14:50 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:9e:79:fa 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.28 [] [] []} {2 fa:16:3e:9e:79:fa 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 12:14:51 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 12:14:51 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 12:14:51 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 12:14:51 DEBUG juju.api RPC connection died unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 12:14:51 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 12:14:51 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:14:51 INFO juju.api connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:14:51 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:14:51 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 12:14:51 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 12:14:51 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 12:14:51 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 12:14:51 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 12:14:51 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: 12:14:51 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 12:14:51 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 12:14:51 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 12:14:51 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 12:14:51 DEBUG juju.network including address public:172.30.9.214 for machine unit-oai-hss-0: 12:14:51 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-oai-hss-0: 12:14:51 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 12:14:51 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 12:14:51 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 12:14:51 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 12:14:51 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:14:51 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 12:14:51 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 12:14:51 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 12:14:51 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 12:14:51 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 12:14:51 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 12:14:51 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 12:14:51 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 12:14:51 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 12:14:51 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 12:14:51 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 12:14:51 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 12:14:51 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 12:14:51 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 12:14:51 DEBUG httpbakery client do GET https://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 12:14:51 DEBUG httpbakery } -> error unit-oai-hss-0: 12:14:51 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 12:14:51 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-epc-0: 12:14:51 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: 12:14:51 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 12:14:51 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:14:51 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 12:14:51 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: 12:14:51 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 12:14:51 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 12:14:51 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:14:51 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 12:14:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 12:14:51 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-hss-0: 12:14:51 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 12:14:51 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install --2018-08-20 12:14:51-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 12:14:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 12:14:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 12:14:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 12:14:51 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 12:14:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install 0K ....... 57.9M=0s unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install 2018-08-20 12:14:51 (57.9 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:51 DEBUG unit.oai-epc/0.install --2018-08-20 12:14:51-- 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: 12:14:51 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 12:14:52 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: 12:14:52 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 182K 6s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 37.3M 3s unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 367K 3s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 35.9M 2s unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 369K 2s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 66.9M 2s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 47.3M 1s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 37.0M 1s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 40.4M 1s unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:14:52 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: 12:14:52 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:14:52 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 1.39M 1s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 508K 1s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 59.9M 1s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 52.8M 1s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 54.5M 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 52.8M 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 59.1M 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 70.0M 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 75.8M 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 67.8M 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 1.52M 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 509K 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 51.3M 0s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 54.8M=0.8s unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install 2018-08-20 12:14:52 (1.33 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: 12:14:52 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:52 DEBUG unit.oai-epc/0.install --2018-08-20 12:14:52-- 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: 12:14:52 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 12:14:53 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:14:53 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 12:14:53 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 12:14:53 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 12:14:53 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: 12:14:53 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 53.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 62.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 68.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 61.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 55.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 74.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 71.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 84.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 70.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 75.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 80.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 78.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 73.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 80.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 78.5M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 81.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 86.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 129M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 124M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 130M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 115M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 122M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 403K 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 44.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 61.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 53.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 65.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 65.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 61.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 59.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 76.0M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 79.0M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 72.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 66.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 76.5M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 75.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 78.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 67.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 77.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 79.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 78.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 67.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 76.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 73.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 79.0M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 69.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 78.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 66.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 82.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 64.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 99.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 125M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 131M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 107M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 120M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 115M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 126M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 110M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 124M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 120M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 123M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 106M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 445K 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 53.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 54.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 58.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 58.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 53.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 64.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 75.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 73.5M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 58.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 74.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 74.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 71.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 67.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 71.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 75.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 67.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 66.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 72.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 67.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 71.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 66.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 77.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 75.5M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 72.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 62.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 70.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 70.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 68.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 60.0M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 69.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 61.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 74.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 111M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 124M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 127M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 125M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 107M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 122M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 127M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 127M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 114M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 126M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 123M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 125M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 114M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 125M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 125M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 129M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 112M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 127M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 130M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 124M 0s unit-oai-hss-0: 12:14:53 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.8 [701 kB] unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 469K 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 58.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 55.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 66.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 56.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 71.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 76.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 85.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 71.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 80.5M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 79.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 83.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 75.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 79.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 78.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 83.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 70.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 81.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 75.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 79.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 70.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 75.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 79.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 101M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 66.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 79.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 82.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 71.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 72.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 83.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 85.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 80.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 73.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 81.5M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 72.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 106M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 97.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 117M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 116M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 116M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 101M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 115M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 118M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 113M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 102M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 1.43M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 52.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 53.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 60.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 56.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 61.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 93.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 114M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 104M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 103M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 704K 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 51.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 53.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 61.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 60.5M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 55.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 71.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 74.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 72.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 63.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 69.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 71.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 70.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 60.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 74.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 73.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 74.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 68.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 66.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 102M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 73.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 70.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 83.5M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 83.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 105M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 73.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 76.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 89.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 91.5M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 73.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 87.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 96.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 84.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 77.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 119M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 125M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 128M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 114M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 126M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 129M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 126M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 110M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 130M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 131M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 1.44M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 67.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 60.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 70.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 71.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 73.9M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 69.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 79.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 73.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 83.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 96.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 113M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 111M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 703K 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 58.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 60.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 59.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 54.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 60.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 65.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 69.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 58.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 69.7M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 69.3M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 74.1M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 71.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 75.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 76.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 71.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 79.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 82.4M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 75.6M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 70.8M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 75.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 82.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 73.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 76.0M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 63.5M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 84.2M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 109M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 104M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 99.5M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 118M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 117M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 118M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 101M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 118M 0s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 107M=0.7s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2018-08-20 12:14:53 (18.0 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: 12:14:53 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install --2018-08-20 12:14:53-- 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: 12:14:53 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 12:14:53 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.8 [2672 kB] unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 12:14:53 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: 12:14:53 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 51.5M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 64.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 61.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 62.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 54.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 69.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 73.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 74.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 69.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 72.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 74.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 74.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 69.0M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 75.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 77.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 71.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 70.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 72.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 76.0M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 81.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 62.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 73.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 74.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 81.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 64.5M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 79.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 87.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 75.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 69.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 72.3M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 86.4M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 70.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 64.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 83.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 73.0M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 77.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 64.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 76.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 71.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 80.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 67.6M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 73.1M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 82.5M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 78.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 81.0M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 89.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 77.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 86.8M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 65.2M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 88.9M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 96.7M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 108M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 102M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 113M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 116M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 114M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 101M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 116M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 115M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 115M 1s unit-oai-epc-0: 12:14:53 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 99.5M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 500K 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 64.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 75.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 66.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 76.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 76.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 75.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 83.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 77.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 75.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 76.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 91.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 87.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 75.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 80.4M 2s unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 1s (2658 kB/s) unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 61.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 80.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 86.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 72.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 75.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 49.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 74.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 80.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 79.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 94.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 84.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 86.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 93.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 78.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 88.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 87.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 90.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 71.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 67.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 81.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 88.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 91.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 65.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 65.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 90.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 65.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 85.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 75.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 76.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 73.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 74.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 55.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 75.3M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 76.6M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 80.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 72.6M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 84.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 73.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 99.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 487K 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 62.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 61.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 64.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 53.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 64.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 70.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 74.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 62.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 76.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 81.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 85.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 67.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 77.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 79.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 83.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 99.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 116M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 116M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 116M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 103M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 118M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 22.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 71.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 75.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 75.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 67.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 74.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 71.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 74.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 65.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 69.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 76.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 63.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 62.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 70.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 74.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 71.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 65.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 85.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 72.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 82.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 80.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 116M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 118M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 101M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 116M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 111M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 112M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 103M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 73.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 71.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 73.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 72.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 62.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 73.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 86.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 117M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 101M 2s unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install (Reading database ... 52368 files and directories currently installed.) unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 507K 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 50.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 59.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 86.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 70.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 62.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 75.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 69.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 76.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 77.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 68.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 79.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 85.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 68.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 79.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 83.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 79.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 73.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 104M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 12.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 25.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 72.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 75.7M 2s unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 64.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 81.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 71.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 72.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 61.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 72.9M 2s unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 72.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 71.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 64.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 69.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 64.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 83.0M 2s unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 61.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 78.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 82.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 115M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 99.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 115M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 118M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 110M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 102M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 117M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 98.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 74.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 65.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 105M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 77.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 78.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 67.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 73.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 63.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 71.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 63.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 109M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 112M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 113M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 521K 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 52.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 56.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 73.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 61.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 55.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 82.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 93.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 79.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 68.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 77.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 81.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 72.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 90.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 78.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 83.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 77.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 70.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 82.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 114M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 6.08M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 75.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 73.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 74.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 63.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 73.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 70.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 69.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 63.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 73.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 71.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 73.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 62.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 68.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 100M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 114M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 101M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 113M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 116M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 117M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 99.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 84.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 74.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 72.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 62.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 73.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 87.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 115M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 90.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 77.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 75.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 78.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 63.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 71.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 70.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 73.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 96.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 116M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 114M 2s unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-hss-0: 12:14:54 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 534K 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 65.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 59.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 63.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 62.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 73.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 84.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 70.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 75.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 82.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 74.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 86.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 65.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 91.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 67.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 79.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 78.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 86.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 114M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 4.59M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 68.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 73.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 62.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 76.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 72.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 76.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 61.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 74.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 72.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 72.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 65.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 91.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 116M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 118M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 97.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 111M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 103M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 77.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 63.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 76.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 76.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 71.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 64.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 73.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 94.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 118M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 101M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 119M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 112M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 84.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 63.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 76.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 74.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 71.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 63.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 68.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 114M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 119M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 101M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 548K 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 65.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 62.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 55.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 73.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 73.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 82.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 72.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 75.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 90.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 80.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 70.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 81.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 85.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 78.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 68.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 115M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 78.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 105M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 3.66M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 71.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 74.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 63.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 76.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 73.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 74.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 65.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 74.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 72.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 73.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 95.0M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 114M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 76.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 80.5M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 64.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 74.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 74.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 75.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 64.3M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 78.6M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 114M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 113M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 102M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 118M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 96.0M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 87.5M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 99.3M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 118M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 60.0M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 66.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 74.3M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 78.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 69.1M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 64.7M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 72.7M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 77.3M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 116M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 101M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 117M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 562K 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 55.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 51.2M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 68.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 67.9M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 64.7M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 92.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 80.1M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 65.8M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 79.4M 2s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 99.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 74.3M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 65.5M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 84.5M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 80.5M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 94.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 69.0M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 115M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 117M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 3.15M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 61.1M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 61.0M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 58.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 54.4M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 67.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 69.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 67.7M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 59.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 69.4M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 66.5M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 65.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 61.3M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 72.4M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 78.7M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 117M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 94.7M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 119M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 104M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 84.6M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 62.1M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 68.7M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 85.6M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 103M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 97.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 115M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 118M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 106M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 66.5M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 71.7M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 69.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 75.3M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 64.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 72.2M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 72.5M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 99.8M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 102M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 117M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 118M 1s unit-oai-epc-0: 12:14:54 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 115M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 583K 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 64.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 67.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 67.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 60.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 69.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 94.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 79.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 67.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 79.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 80.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 90.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 64.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 84.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 87.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 83.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 78.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 117M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 2.65M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 62.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 58.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 59.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 57.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 67.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 62.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 73.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 71.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 72.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 65.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 77.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 80.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 111M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 101M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 117M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 75.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 69.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 59.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 70.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 72.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 106M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 95.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 95.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 79.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 114M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 91.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 86.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 72.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 71.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 64.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 72.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 71.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 71.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 73.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 112M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 111M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 115M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 94.1M 1s unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 600K 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 61.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 60.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 65.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 51.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 65.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 76.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 77.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 68.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 77.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 85.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 92.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 70.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 80.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 84.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 89.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 102M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 116M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 2.43M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 57.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 58.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 61.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 53.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 61.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 67.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 72.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 63.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 73.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 72.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 95.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 99.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 83.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 75.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 74.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 64.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 79.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 80.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 118M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 93.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 85.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 74.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 66.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 91.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 105M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 114M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 111M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 62.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 73.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 72.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 71.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 63.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 65.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 73.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 108M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 98.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 114M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 111M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 112M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 611K 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 63.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 62.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 54.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 53.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 66.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 66.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 80.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 58.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 80.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 88.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 84.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 61.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 92.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 84.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 115M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 98.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 107M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 2.24M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 59.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 50.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 60.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 58.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 55.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 55.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 71.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 71.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 76.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 63.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 73.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 72.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 75.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 86.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 114M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 95.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 78.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 63.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 75.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 90.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 115M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 89.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 86.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 97.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 112M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 95.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 83.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 75.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 71.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 65.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 68.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 68.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 73.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 87.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 115M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 114M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 117M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 97.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 627K 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 60.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 59.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 61.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 53.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 68.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 80.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 87.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 65.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 93.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 73.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 76.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 75.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 79.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 82.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 72.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 96.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 107M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 112M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 2.06M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 52.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 61.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 60.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 65.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 59.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 71.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 70.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 70.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 65.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 71.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 75.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 105M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 76.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 74.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 73.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 78.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 73.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 94.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 115M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 66.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 72.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 114M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 89.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 87.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 102M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 113M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 97.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 77.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 64.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 62.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 70.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 70.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 59.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 102M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 110M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 106M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 101M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 115M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 636K 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 59.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 51.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 58.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 58.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 77.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 64.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 73.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 76.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 90.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 67.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 76.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 78.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 88.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 73.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 111M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 113M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 114M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 102M 1s unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 1.94M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 49.4M 1s unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 45.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 56.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 56.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 56.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 64.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 67.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 64.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 58.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 62.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 68.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 79.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 76.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 70.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 66.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 75.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 73.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 70.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 98.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 112M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 68.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 94.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 104M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 108M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 89.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 66.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 69.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 71.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 61.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 67.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 87.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 110M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 102M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 113M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 117M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 111M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 97.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 664K 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 63.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 53.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 50.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 61.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 70.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 91.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 65.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 87.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 70.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 76.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 68.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 88.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 78.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 78.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 69.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 91.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 112M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 108M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 1.98M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 54.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 20.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 58.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 55.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 55.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 46.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 68.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 63.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 73.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 59.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 83.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 86.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 78.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 60.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 82.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 76.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 81.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 76.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 117M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 84.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 72.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 60.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 103M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 116M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 98.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 65.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 92.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 94.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 75.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 58.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 71.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 72.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 101M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 99.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 109M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 116M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 665K 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 61.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 52.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 60.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 49.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 60.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 61.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 81.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 73.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 77.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 78.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 73.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 68.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 81.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 81.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 86.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 84.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 116M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 109M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 116M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 97.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 2.05M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 9.94M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 57.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 59.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 51.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 56.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 58.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 68.8M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 63.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 70.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 70.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 69.9M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 62.4M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 78.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 77.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 89.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 65.1M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 78.7M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 77.2M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 112M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 87.6M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 77.0M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 71.5M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 81.3M 1s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 98.8M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 109M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 115M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 110M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 67.9M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 70.6M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 71.0M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 69.9M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 74.5M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 115M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 111M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 114M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 98.8M 0s unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 12:14:55 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 681K 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 57.8M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 46.7M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 62.9M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 70.3M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 68.3M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 69.8M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 79.2M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 75.4M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 82.4M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 75.6M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 82.4M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 88.7M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 78.0M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 74.3M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 73.9M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 103M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 116M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 97.1M 0s unit-oai-epc-0: 12:14:55 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 108M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 1.94M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 71.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 8.24M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 62.0M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 64.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 52.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 61.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 62.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 66.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 62.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 74.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 73.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 71.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 65.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 83.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 82.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 81.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 76.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 92.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 73.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 69.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 84.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 116M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 115M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 108M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 72.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 73.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 116M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 94.0M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 66.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 74.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 70.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 72.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 84.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 113M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 114M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 118M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 96.7M 0s unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 701K 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 62.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 51.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 58.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 70.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 69.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 68.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 85.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 84.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 90.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 70.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 73.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 76.0M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 92.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 68.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 84.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 79.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 107M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 101M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 1.94M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 52.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 80.4M 0s unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install virt-what unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 6.32M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 62.0M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 54.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 62.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 62.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 64.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 61.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 71.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 70.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 72.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 64.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 72.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 76.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 72.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 70.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 88.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 88.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 116M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 100M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 85.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 68.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 73.0M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 71.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 116M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 105M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 114M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 75.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 74.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 76.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 73.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 68.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 114M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 110M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 118M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 102M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 119M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 718K 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 58.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 56.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 59.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 55.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 75.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 75.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 89.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 73.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 81.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 84.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 74.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 64.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 103M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 75.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 76.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 78.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 93.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 111M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 118M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 2.03M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 65.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 4.45M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 53.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 54.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 61.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 56.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 55.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 68.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 70.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 72.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 62.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 69.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 78.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 83.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 76.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 110M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 78.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 74.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 64.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 78.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 116M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 114M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 86.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 71.0M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 89.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 113M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 78.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 75.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 75.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 74.6M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 62.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 113M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 117M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 112M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 98.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 114M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 730K 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 48.1M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 69.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 74.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 92.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 54.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 69.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 64.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 60.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 70.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 74.9M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 81.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 83.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 77.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 78.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 79.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 80.2M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 90.8M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 107M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 119M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 116M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 104M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 1.39M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 60.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 52.3M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 62.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 60.7M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 75.4M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 92.5M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 115M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 115M 0s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 53750K ...... 100% 59.0M=2.5s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install 2018-08-20 12:14:56 (20.8 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install FINISHED --2018-08-20 12:14:56-- unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install Total wall clock time: 4.8s unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.1s (16.3 MB/s) unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 12:14:56 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: 12:14:56 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 12:14:56 DEBUG unit.oai-epc/0.install (Reading database ... 53394 files and directories currently installed.) unit-oai-epc-0: 12:14:56 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: 12:14:56 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (36.3 kB/s) unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install (Reading database ... 53118 files and directories currently installed.) unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 12:14:56 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-epc-0: 12:14:57 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:14:57 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: 12:14:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 12:14:57 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: 12:14:57 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 12:14:57 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 12:14:58 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-oai-hss-0: 12:14:58 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-hss-0: 12:14:59 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-hss-0: 12:14:59 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: 12:15:00 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.61-0ubuntu0.14.04.1 [708 kB] unit-oai-hss-0: 12:15:00 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.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 2s (1462 kB/s) unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install (Reading database ... 53125 files and directories currently installed.) unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 12:15:00 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 12:15:01 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 12:15:01 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 12:15:01 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 12:15:01 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 12:15:01 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 12:15:02 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:15:02 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:15:03 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:15:03 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:15:03 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:15:03 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:03 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:15:04 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 12:15:05 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:05 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: 12:15:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:15:05 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 12:15:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:15:06 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 12:15:06 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 12:15:06 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 12:15:07 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-oai-epc-0: 12:15:10 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 12:15:10 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 12:15:10 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-epc-0: 12:15:10 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 12:15:10 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 12:15:10 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: 12:15:10 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: 12:15:10 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 12:15:17 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: 12:15:17 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 12:15:17 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 12:15:17 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 12:15:17 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:15:18 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: 12:15:18 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 12:15:18 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-epc-0: 12:15:19 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 12:15:19 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 12:15:19 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 12:15:19 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 12:15:19 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 12:15:19 INFO juju.worker.uniter.context trying to kill context process 3042 unit-oai-epc-0: 12:15:19 INFO juju.worker.uniter.context waiting for context process 3042 to die unit-oai-epc-0: 12:15:19 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 12:15:19 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 12:15:19 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-epc-0: 12:15:19 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 12:15:19 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:15:19 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 12:15:19 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 12:15:19 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-epc-0: 12:15:19 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot machine-2: 12:15:21 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 12:15:21 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-2: 12:15:21 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-2: 12:15:21 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 12:15:21 DEBUG juju.worker killing runner 0xc4203a41a0 unit-oai-hss-0: 12:15:27 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 12:15:27 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Branch v0.3.2-branch set up to track remote branch v0.3.2-branch from origin. unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 12:15:28 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: 12:15:28 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 12:15:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:15:28 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 12:15:28 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: 12:15:28 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 12:15:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:15:28 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 12:15:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 12:15:28 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: 12:15:28 DEBUG unit.oai-hss/0.install --2018-08-20 12:15:28-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install 0K ....... 83.3M=0s unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install 2018-08-20 12:15:28 (83.3 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install --2018-08-20 12:15:28-- 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: 12:15:28 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 12:15:28 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: 12:15:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 364K 3s unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 364K 3s unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 366K 3s unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 37.3M 2s unit-oai-hss-0: 12:15:28 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 42.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 371K 2s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 38.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 37.9M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 43.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 55.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 48.6M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 380K 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 42.1M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 41.5M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 52.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 54.5M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 55.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 53.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 63.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 66.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 59.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 75.0M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 107M=0.7s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2018-08-20 12:15:29 (1.58 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: 12:15:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install --2018-08-20 12:15:29-- 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: 12:15:29 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 12:15:29 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: 12:15:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 56.2M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 51.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 55.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 53.5M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 48.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 67.2M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 64.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 74.5M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 56.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 72.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 67.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 71.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 50.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 97.0M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 109M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 116M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 92.4M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 117M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 103M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 117M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 111M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 121M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 406K 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 40.1M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 38.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 39.6M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 51.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 54.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 62.7M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 62.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 54.9M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 54.5M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 62.7M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 63.9M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 61.6M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 51.6M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 58.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 56.5M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 57.0M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 49.9M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 57.3M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 56.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 75.7M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 97.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 111M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 109M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 108M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 99.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 113M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 108M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 111M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 95.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 112M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 112M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 112M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 90.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 117M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 109M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 114M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 88.1M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 116M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 451K 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 50.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 51.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 56.6M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 51.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 70.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 68.1M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 69.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 59.6M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 70.9M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 68.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 67.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 62.3M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 70.0M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 68.3M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 71.0M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 61.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 73.0M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 71.1M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 68.7M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 66.0M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 61.3M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 67.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 71.7M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 61.7M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 70.0M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 68.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 64.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 90.2M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 112M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 118M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 118M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 102M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 120M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 121M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 115M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 105M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 119M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 118M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 120M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 104M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 119M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 117M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 117M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 103M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 99.5M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 105M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 465K 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 52.9M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 52.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 57.7M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 58.4M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 52.9M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 68.0M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 65.6M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 68.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 59.8M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 70.7M 1s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 69.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 69.2M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 59.0M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 71.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 68.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 68.1M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 61.0M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 67.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 67.1M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 67.4M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 61.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 68.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 69.0M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 72.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 65.2M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 72.4M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 82.4M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 90.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 68.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 76.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 110M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 112M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 97.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 115M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 111M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 109M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 96.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 108M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 104M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 113M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 96.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 111M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 114M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 109M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 103M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 110M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 463K 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 56.4M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 60.0M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 53.2M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 58.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 57.4M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 67.1M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 59.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 69.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 66.4M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 70.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 58.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 65.4M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 67.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 66.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 60.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 67.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 68.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 69.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 61.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 68.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 69.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 65.9M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 61.5M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 68.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 70.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 69.1M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 66.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 76.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 72.3M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 72.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 91.7M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 108M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 110M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 105M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 94.5M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 107M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 115M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 105M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 100M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 107M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 110M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 108M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 94.6M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 107M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 107M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 106M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 96.8M 0s unit-oai-hss-0: 12:15:29 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 107M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 470K 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 50.4M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 45.1M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 50.1M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 45.8M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 60.4M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 54.2M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 65.0M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 62.5M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 67.1M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 58.3M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 62.6M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 63.9M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 61.3M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 58.3M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 65.2M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 63.9M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 66.4M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 55.3M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 65.0M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 72.7M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 74.0M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 65.6M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 71.6M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 71.4M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 69.3M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 65.2M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 73.2M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 83.0M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 68.0M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 76.6M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 103M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 107M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 101M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 92.1M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 101M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 105M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 101M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 91.8M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 101M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 109M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 106M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 94.1M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 107M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 106M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 105M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 90.8M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 107M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 473K 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 53.1M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 52.5M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 53.0M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 49.0M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 98.8M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 103M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 97.1M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 93.9M 0s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 98.2M=0.8s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2018-08-20 12:15:30 (15.4 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install --2018-08-20 12:15:30-- 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: 12:15:30 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 12:15:30 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: 12:15:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 50.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 56.9M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 59.0M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 55.4M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 53.4M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 63.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 67.7M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 69.6M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 57.2M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 69.1M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 67.9M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 68.0M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 57.5M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 69.3M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 68.1M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 66.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 59.1M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 67.9M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 68.0M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 65.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 60.1M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 69.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 67.5M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 69.9M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 59.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 68.0M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 66.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 65.9M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 60.0M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 67.7M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 66.4M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 63.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 53.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 69.0M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 67.0M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 98.6M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 109M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 94.7M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 109M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 108M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 98.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 111M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 108M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 107M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 93.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 107M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 105M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 94.6M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 117M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 92.1M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 116M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 110M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 95.8M 1s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 503K 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 60.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 59.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 67.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 66.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 66.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 66.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 67.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 87.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 77.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 65.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 89.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 72.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 71.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 68.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 77.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 74.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 107M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 61.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 69.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 74.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 66.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 78.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 73.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 71.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 63.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 92.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 75.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 71.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 66.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 72.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 76.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 90.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 65.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 74.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 86.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 77.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 66.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 74.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 86.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 83.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 94.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 460K 3s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 59.5M 3s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 58.8M 3s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 51.3M 3s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 55.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 63.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 65.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 58.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 67.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 66.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 67.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 60.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 67.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 70.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 65.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 59.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 68.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 70.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 66.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 58.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 66.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 69.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 105M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 97.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 94.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 67.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 67.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 60.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 67.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 66.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 67.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 58.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 68.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 65.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 69.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 61.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 70.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 98.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 72.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 66.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 106M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 113M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 113M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 100M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 111M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 114M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 108M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 98.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 111M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 113M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 112M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 99.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 110M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 112M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 113M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 98.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 110M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 113M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 96.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 503K 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 59.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 70.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 68.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 65.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 60.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 22.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 57.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 57.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 57.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 47.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 64.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 76.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 77.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 63.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 96.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 71.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 78.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 64.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 95.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 70.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 80.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 97.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 100M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 72.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 70.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 61.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 77.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 71.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 77.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 64.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 77.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 75.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 73.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 71.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 82.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 78.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 76.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 75.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 77.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 69.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 84.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 94.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 105M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 110M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 112M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 474K 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 49.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 52.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 57.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 55.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 51.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 65.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 70.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 68.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 62.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 84.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 71.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 65.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 60.9M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 67.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 71.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 72.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 60.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 68.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 68.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 66.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 61.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 81.1M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 79.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 71.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 51.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 71.3M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 94.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 78.6M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 67.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 85.5M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 72.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 87.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 97.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 112M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 108M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 94.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 61.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 75.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 70.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 71.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 61.8M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 67.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 70.0M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 108M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 95.7M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 111M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 113M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 117M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 93.4M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 116M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 108M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 115M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 93.2M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 116M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 111M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 112M 2s unit-oai-hss-0: 12:15:30 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 97.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 496K 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 49.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 53.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 57.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 61.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 67.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 66.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 68.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 90.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 65.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 78.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 84.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 72.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 68.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 78.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 85.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 74.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 67.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 76.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 79.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 79.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 70.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 74.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 84.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 73.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 73.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 72.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 97.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 70.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 72.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 79.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 78.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 69.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 67.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 95.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 76.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 97.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 87.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 77.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 70.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 68.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 74.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 69.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 71.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 71.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 61.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 95.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 109M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 114M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 102M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 113M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 477K 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 55.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 58.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 53.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 51.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 66.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 69.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 68.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 58.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 66.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 71.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 68.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 58.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 65.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 89.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 107M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 101M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 104M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 69.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 69.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 57.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 70.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 70.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 70.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 52.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 66.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 74.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 80.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 68.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 70.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 87.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 82.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 66.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 71.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 111M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 110M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 86.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 78.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 70.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 70.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 61.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 73.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 109M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 110M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 101M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 110M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 75.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 70.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 73.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 105M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 111M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 114M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 98.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 109M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 113M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 112M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 100M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 497K 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 58.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 55.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 56.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 51.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 68.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 72.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 82.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 64.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 75.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 70.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 73.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 69.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 84.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 65.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 82.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 73.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 113M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 112M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 112M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 62.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 69.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 68.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 69.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 62.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 74.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 90.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 79.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 70.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 71.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 92.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 83.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 65.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 85.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 81.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 81.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 62.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 78.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 110M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 96.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 60.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 74.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 74.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 71.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 79.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 76.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 105M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 107M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 73.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 74.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 71.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 67.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 64.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 98.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 111M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 490K 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 62.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 50.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 57.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 58.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 60.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 58.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 67.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 71.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 74.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 76.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 81.2M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 73.0M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 73.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 70.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 83.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 80.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 75.4M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 87.3M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 77.7M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 76.6M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 96.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 99.9M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 116M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 116M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 99.8M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 64.5M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 70.1M 2s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 69.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 72.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 60.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 69.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 67.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 71.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 61.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 80.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 80.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 74.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 96.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 93.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 71.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 73.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 64.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 74.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 94.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 76.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 66.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 105M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 73.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 77.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 95.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 116M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 106M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 117M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 94.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 485K 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 53.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 50.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 56.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 56.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 61.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 60.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 66.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 70.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 66.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 59.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 79.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 68.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 88.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 64.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 75.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 74.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 86.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 64.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 88.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 112M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 105M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 93.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 82.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 93.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 111M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 95.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 79.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 73.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 68.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 62.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 66.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 68.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 70.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 60.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 68.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 70.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 71.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 60.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 79.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 82.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 75.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 67.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 75.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 74.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 95.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 64.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 74.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 83.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 109M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 101M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 111M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 109M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 107M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 97.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 108M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 112M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 497K 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 19.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 57.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 50.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 58.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 50.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 65.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 69.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 67.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 58.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 82.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 69.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 74.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 74.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 78.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 75.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 75.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 76.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 111M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 114M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 116M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 72.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 69.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 71.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 82.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 78.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 113M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 113M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 89.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 63.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 69.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 68.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 70.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 60.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 72.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 68.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 70.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 61.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 74.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 84.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 76.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 68.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 75.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 79.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 76.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 79.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 76.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 70.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 111M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 97.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 116M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 115M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 115M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 100M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 117M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 494K 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 46.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 76.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 100M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 23.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 53.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 54.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 54.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 48.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 62.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 65.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 68.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 55.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 76.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 70.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 80.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 62.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 89.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 108M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 112M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 64.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 67.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 67.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 69.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 61.7M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 107M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 110M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 107M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 89.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 111M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 80.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 65.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 60.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 70.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 66.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 68.0M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 59.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 69.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 64.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 73.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 62.4M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 80.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 80.6M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 68.1M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 70.9M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 78.8M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 73.5M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 86.3M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 93.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 110M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 114M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 113M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 99.2M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 112M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 110M 1s unit-oai-hss-0: 12:15:31 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 112M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 502K 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 56.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 49.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 80.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 83.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 19.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 59.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 46.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 54.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 52.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 57.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 53.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 63.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 72.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 75.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 64.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 76.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 103M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 105M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 60.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 74.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 73.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 71.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 77.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 68.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 108M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 109M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 98.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 93.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 77.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 105M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 77.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 70.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 71.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 69.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 59.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 70.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 68.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 68.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 60.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 77.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 78.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 79.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 65.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 74.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 78.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 82.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 69.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 111M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 116M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 106M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 99.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 110M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 111M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 104M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 500K 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 55.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 55.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 60.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 85.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 102M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 107M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 15.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 59.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 55.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 57.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 49.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 63.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 64.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 68.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 58.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 68.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 101M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 74.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 61.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 76.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 76.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 80.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 75.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 75.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 107M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 113M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 97.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 80.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 70.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 71.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 94.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 108M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 113M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 89.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 59.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 70.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 72.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 69.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 59.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 69.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 68.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 66.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 64.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 76.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 70.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 92.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 61.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 101M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 112M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 115M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 98.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 115M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 114M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 110M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 99.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 505K 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 58.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 45.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 57.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 58.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 91.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 85.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 93.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 96.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 12.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 57.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 62.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 58.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 50.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 63.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 67.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 67.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 59.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 68.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 83.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 76.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 71.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 76.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 67.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 105M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 92.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 110M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 97.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 74.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 61.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 68.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 86.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 89.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 85.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 112M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 114M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 94.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 61.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 70.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 69.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 69.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 64.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 69.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 69.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 67.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 60.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 78.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 78.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 81.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 96.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 111M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 107M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 110M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 97.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 113M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 509K 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 49.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 55.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 57.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 56.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 50.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 73.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 108M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 110M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 91.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 107M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 11.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 65.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 66.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 67.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 60.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 70.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 70.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 67.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 57.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 67.8M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 67.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 68.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 69.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 73.9M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 105M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 106M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 91.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 81.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 72.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 67.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 59.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 84.4M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 84.2M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 69.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 81.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 106M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 107M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 112M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 87.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 69.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 70.1M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 65.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 63.7M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 68.5M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 69.0M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 68.6M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 60.3M 1s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 68.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 89.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 105M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 97.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 108M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 108M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 111M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 1.40M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 61.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 47.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 56.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 87.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 92.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 81.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 831K 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 62.7M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 64.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 69.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 54.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 69.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 7.20M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 28.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 56.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 46.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 58.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 51.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 61.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 58.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 67.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 68.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 69.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 75.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 104M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 81.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 71.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 59.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 73.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 69.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 80.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 65.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 79.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 106M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 101M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 96.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 83.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 89.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 110M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 94.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 79.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 69.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 74.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 62.7M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 70.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 72.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 69.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 61.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 80.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 110M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 108M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 92.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 111M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 102M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 108M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 1.47M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 56.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 54.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 49.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 59.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 77.7M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 107M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 91.7M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 110M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 109M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 856K 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 71.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 68.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 77.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 58.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 70.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 4.31M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 53.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 52.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 55.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 55.7M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 64.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 58.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 67.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 71.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 76.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 62.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 73.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 67.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 86.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 63.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 82.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 76.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 107M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 97.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 106M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 76.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 67.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 63.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 75.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 108M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 111M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 94.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 76.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 67.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 68.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 59.7M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 70.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 69.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 70.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 77.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 112M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 112M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 109M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 97.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 110M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 1.54M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 60.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 50.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 54.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 57.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 61.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 60.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 107M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 113M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 113M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 96.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 874K 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 58.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 52.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 57.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 64.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 97.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 95.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 3.63M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 50.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 62.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 60.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 55.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 20.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 52.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 64.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 58.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 55.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 62.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 91.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 108M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 88.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 66.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 72.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 69.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 62.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 110M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 111M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 97.5M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 69.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 112M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 106M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 87.6M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 58.2M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 68.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 67.7M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 69.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 63.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 77.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 111M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 110M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 97.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 112M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 112M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 112M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 102M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 115M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 1.64M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 56.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 54.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 59.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 57.7M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 58.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 78.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 113M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 108M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 115M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 95.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 876K 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 58.9M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 45.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 61.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 66.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 99.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 93.0M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 107M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 3.22M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 56.3M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 56.4M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 55.8M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 49.1M 0s unit-oai-hss-0: 12:15:32 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 70.3M 0s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 69.9M 0s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 81.1M 0s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 96.1M 0s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 108M 0s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 112M 0s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 117M 0s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 94.5M 0s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 53750K ...... 100% 11500G=2.6s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install 2018-08-20 12:15:33 (19.9 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install FINISHED --2018-08-20 12:15:33-- unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Total wall clock time: 4.9s unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.2s (16.0 MB/s) unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 12:15:33 DEBUG unit.oai-hss/0.install (Reading database ... 53394 files and directories currently installed.) unit-oai-hss-0: 12:15:33 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: 12:15:33 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-hss-0: 12:15:34 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 12:15:37 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:15:43 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:15:43 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:15:43 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:15:43 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:15:43 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 12:15:45 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 12:15:45 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: 12:15:45 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 12:15:45 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 12:15:45 DEBUG juju.worker start "api" unit-oai-epc-0: 12:15:45 INFO juju.worker start "api" machine-2: 12:15:45 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 12:15:45 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 12:15:45 DEBUG juju.agent read agent config, format "2.0" machine-2: 12:15:45 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 12:15:45 DEBUG juju.worker "api" started unit-oai-epc-0: 12:15:45 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:15:45 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:15:45 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:45 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 12:15:45 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 12:15:45 DEBUG juju.worker start "engine" machine-2: 12:15:45 INFO juju.worker start "engine" machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 12:15:45 DEBUG juju.worker "engine" started machine-2: 12:15:45 DEBUG juju.worker.introspection stats worker now serving machine-2: 12:15:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 12:15:45 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 12:15:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 12:15:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 12:15:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 12:15:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 12:15:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 12:15:45 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 12:15:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:45 DEBUG juju.worker.apicaller connecting with current password machine-2: 12:15:45 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:15:45 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:15:45 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-2: 12:15:45 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 12:15:45 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-oai-hss-0: 12:15:45 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:15:45 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:15:46 DEBUG unit.oai-hss/0.install Running depmod. machine-2: 12:15:46 DEBUG juju.worker.apicaller connected machine-2: 12:15:46 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 12:15:46 INFO juju.worker.upgrader unblocking abort check machine-2: 12:15:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 12:15:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 12:15:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 12:15:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 12:15:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 12:15:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 12:15:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 12:15:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 12:15:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 12:15:46 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 12:15:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 12:15:46 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 12:15:46 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) machine-2: 12:15:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 12:15:46 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 12:15:46 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 machine-2: 12:15:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 12:15:46 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 12:15:46 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 12:15:46 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 12:15:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 12:15:46 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 12:15:46 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: 12:15:46 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: machine-2: 12:15:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.worker.logger logger setup machine-2: 12:15:46 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 12:15:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "meter-status" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 12:15:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 12:15:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:15:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:15:46 DEBUG juju.network including address public:172.30.9.214 for machine machine-2: 12:15:46 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-2: 12:15:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 12:15:46 DEBUG juju.network including address local-machine:::1 for machine machine-2: 12:15:46 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] machine-2: 12:15:46 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 12:15:46 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] unit-oai-epc-0: 12:15:46 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-2: 12:15:46 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 12:15:46 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 12:15:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:15:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 12:15:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:15:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 12:15:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 12:15:46 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 12:15:46 DEBUG juju.network including address local-machine:::1 for machine machine-2: 12:15:46 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 12:15:46 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 12:15:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 12:15:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 12:15:46 DEBUG juju.network including address public:172.30.9.214 for machine unit-oai-epc-0: 12:15:46 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-oai-epc-0: 12:15:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 12:15:46 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 12:15:46 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 12:15:46 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 12:15:46 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] machine-2: 12:15:46 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "charm-dir" manifold worker started machine-2: 12:15:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 12:15:46 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 12:15:46 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 12:15:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.logger logger setup machine-2: 12:15:46 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 12:15:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 12:15:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 12:15:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 12:15:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 12:15:46 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} machine-2: 12:15:46 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 12:15:46 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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 12:15:46 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 12:15:46 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 12:15:46 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 12:15:46 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 12:15:46 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 12:15:46 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 12:15:46 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 12:15:46 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 12:15:46 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-epc-0: 12:15:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 12:15:47 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 12:15:47 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 12:15:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 12:15:47 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 12:15:47 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 12:15:47 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-oai-epc-0: 12:15:47 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 12:15:47 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 12:15:47 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 12:15:47 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 12:15:47 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud machine-2: 12:15:47 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 12:15:47 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 12:15:47 DEBUG juju.worker start "2-container-watcher" machine-2: 12:15:47 DEBUG juju.worker start "stateconverter" machine-2: 12:15:47 INFO juju.worker start "2-container-watcher" machine-2: 12:15:47 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 12:15:47 DEBUG juju.worker "2-container-watcher" started machine-2: 12:15:47 INFO juju.worker start "stateconverter" machine-2: 12:15:47 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 12:15:47 DEBUG juju.worker "stateconverter" started unit-oai-epc-0: 12:15:47 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc machine-2: 12:15:47 INFO juju.worker.machiner "machine-2" started unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 12:15:47 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 12:15:47 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 12:15:47 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 12:15:47 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 12:15:47 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 12:15:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 12:15:47 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ config-get branch machine-2: 12:15:47 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:62:84:a7 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.12 [] [] []} {2 fa:16:3e:62:84:a7 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 12:15:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 12:15:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 12:15:47 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:15: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: 12:15:48 DEBUG unit.oai-epc/0.install unit-mysql-0: 12:15:48 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:15:48 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:15:48 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:15:48 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:15:48 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:15:48 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:15:48 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install Reading state information... unit-mysql-0: 12:15:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Reading package lists... unit-oai-epc-0: 12:15:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:15:48 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 12:15:48 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 12:15:48 DEBUG unit.oai-epc/0.install + echo -n unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:15:48 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:15:49 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:15:49 DEBUG unit.mysql/0.install python-netifaces unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 12:15:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:15:49 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 12:15:49 DEBUG unit.oai-epc/0.install + git pull unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 12:15:50 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: 12:15:50 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 12:15:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:15:50 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 12:15:50 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 12:15:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 12:15:50 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:15:50 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 12:15:50 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 12:15:50 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:15:51 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-oai-hss-0: 12:15:54 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: 12:15:54 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 12:15:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:15:55 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: 12:15:55 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 12:15:55 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 12:15:55 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 12:15:55 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 12:15:55 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-hss-0: 12:15:55 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 12:15:55 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 12:15:55 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-oai-hss-0: 12:15:55 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 12:15:55 INFO juju.worker.uniter.context trying to kill context process 3041 unit-oai-hss-0: 12:15:55 INFO juju.worker.uniter.context waiting for context process 3041 to die unit-oai-hss-0: 12:15:56 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 12:15:56 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 12:15:56 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 12:15:56 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 12:15:56 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:15:56 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 12:15:56 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 12:15:56 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 12:15:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot machine-3: 12:15:57 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 12:15:57 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-3: 12:15:57 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-3: 12:15:57 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-oai-hss-0: 12:16:22 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 12:16:22 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: 12:16:22 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 12:16:22 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 12:16:22 DEBUG juju.worker start "api" unit-oai-hss-0: 12:16:22 INFO juju.worker start "api" machine-3: 12:16:22 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 12:16:22 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 12:16:22 DEBUG juju.agent read agent config, format "2.0" machine-3: 12:16:22 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 12:16:22 DEBUG juju.worker "api" started unit-oai-hss-0: 12:16:22 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 12:16:22 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 12:16:22 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 12:16:22 DEBUG juju.worker start "engine" machine-3: 12:16:22 INFO juju.worker start "engine" machine-3: 12:16:22 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 12:16:22 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 12:16:22 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 12:16:22 DEBUG juju.worker "engine" started machine-3: 12:16:22 DEBUG juju.worker.introspection stats worker now serving machine-3: 12:16:22 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.apicaller connecting with current password machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 12:16:22 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:16:22 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 12:16:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.apicaller connecting with current password machine-3: 12:16:22 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:16:22 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:16:22 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:22 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 12:16:22 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:16:22 DEBUG juju.worker.apicaller connected machine-3: 12:16:22 DEBUG juju.api RPC connection died machine-3: 12:16:22 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 12:16:22 DEBUG juju.worker.apicaller connecting with current password machine-3: 12:16:22 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:16:22 INFO juju.api connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-3: 12:16:22 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:16:23 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 12:16:23 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:16:23 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 12:16:23 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 12:16:23 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 12:16:23 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 12:16:23 DEBUG juju.network including address public:172.30.9.214 for machine unit-oai-hss-0: 12:16:23 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-oai-hss-0: 12:16:23 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 12:16:23 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 12:16:23 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 12:16:23 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 12:16:23 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] unit-oai-hss-0: 12:16:23 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 12:16:23 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: 12:16:23 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 12:16:23 INFO juju.worker.upgrader unblocking abort check machine-3: 12:16:23 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 12:16:23 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 12:16:23 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.dependency "metric-sender" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 12:16:23 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 12:16:23 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 12:16:23 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud machine-3: 12:16:23 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 12:16:23 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 12:16:23 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 12:16:23 INFO juju.worker.uniter hooks are retried true machine-3: 12:16:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 12:16:23 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 12:16:23 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 12:16:23 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.remotestate got relations change: ok=true machine-3: 12:16:23 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true machine-3: 12:16:23 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 12:16:23 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.remotestate got service change machine-3: 12:16:23 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:16:23 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 12:16:23 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 12:16:23 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 12:16:23 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-3: 12:16:23 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 12:16:23 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:16:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 12:16:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-3: 12:16:23 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 12:16:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ config-get revision machine-3: 12:16:23 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 12:16:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 12:16:23 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-3: 12:16:23 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 12:16:23 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 12:16:23 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 12:16:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.logger logger setup machine-3: 12:16:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 12:16:23 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 12:16:23 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 12:16:23 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 12:16:23 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 12:16:23 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 12:16:23 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:16:23 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 12:16:23 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 12:16:23 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:16:23 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 12:16:23 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 12:16:23 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:16:23 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:16:23 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 12:16:23 DEBUG juju.network including address local-cloud:192.168.121.28 for machine machine-3: 12:16:23 DEBUG juju.network including address local-machine:::1 for machine machine-3: 12:16:23 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.28 local-machine:::1] machine-3: 12:16:23 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.28 local-machine:::1] machine-3: 12:16:23 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} machine-3: 12:16:23 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 12:16:23 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 apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 12:16:23 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 12:16:23 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 12:16:23 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:16:23 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 12:16:23 DEBUG juju.network including address public:172.30.9.214 for machine machine-3: 12:16:23 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-3: 12:16:23 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 12:16:23 DEBUG juju.network including address local-machine:::1 for machine machine-3: 12:16:23 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] machine-3: 12:16:23 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 12:16:23 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] machine-3: 12:16:23 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: 12:16:23 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 12:16:23 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 12:16:23 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 12:16:23 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 12:16:23 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 12:16:23 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git machine-3: 12:16:23 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 12:16:23 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 12:16:23 DEBUG juju.worker start "3-container-watcher" machine-3: 12:16:23 DEBUG juju.worker start "stateconverter" machine-3: 12:16:23 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 12:16:23 INFO juju.worker start "3-container-watcher" machine-3: 12:16:23 DEBUG juju.worker "3-container-watcher" started machine-3: 12:16:23 INFO juju.worker start "stateconverter" machine-3: 12:16:23 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 12:16:23 DEBUG juju.worker "stateconverter" started unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:16:23 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 12:16:23 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:16:23 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 12:16:23 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 12:16:23 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 12:16:24 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:9e:79:fa 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.28 [] [] []} {2 fa:16:3e:9e:79:fa 1450 0 eth0 ethernet false false manual [] [] []}] machine-3: 12:16:24 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 12:16:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:24 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: 12:16:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 12:16:25 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:25 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: 12:16:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:16:25 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 12:16:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:16:26 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 12:16:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + echo -n unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 12:16:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:16:26 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 12:16:26 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install HEAD is now at 11723fa modified config file to match IMSI w/ OAI UE (tag v0.1) unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 12:16:27 DEBUG unit.oai-hss/0.install + git pull unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 12:16:28 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: 12:16:28 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 12:16:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:16:28 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 12:16:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:16:28 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 12:16:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 12:16:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 12:16:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:16:28 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 12:16:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 12:16:28 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Reading state information... unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install Reading state information... unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:16:29 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 12:16:29 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 12:16:30 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 12:16:31 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 12:16:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 12:16:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 12:16:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 12:16:32 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:16:34 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 12:16:35 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: 12:16:35 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 12:16:35 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 12:16:35 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: 12:16:36 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: 12:16:36 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: 12:16:36 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: 12:16:36 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: 12:16:36 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.6 [262 kB] unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-oai-hss-0: 12:16:37 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-oai-hss-0: 12:16:37 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: 12:16:37 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-oai-hss-0: 12:16:37 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: 12:16:38 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-oai-hss-0: 12:16:38 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: 12:16:38 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-oai-hss-0: 12:16:38 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: 12:16:38 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-oai-hss-0: 12:16:38 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: 12:16:39 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: 12:16:39 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] unit-oai-hss-0: 12:16:39 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: 12:16:39 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: 12:16:39 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: 12:16:40 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-oai-hss-0: 12:16:40 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-oai-hss-0: 12:16:40 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: 12:16:40 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-oai-hss-0: 12:16:40 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] unit-oai-hss-0: 12:16:40 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB] unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-oai-hss-0: 12:16:41 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: 12:16:41 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: 12:16:41 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-oai-hss-0: 12:16:41 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-script amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [776 kB] unit-oai-hss-0: 12:16:41 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: 12:16:42 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1028 kB] unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.2 [176 kB] unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-oai-hss-0: 12:16:42 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: 12:16:42 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: 12:16:42 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-oai-hss-0: 12:16:42 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrender1 amd64 1:0.9.8-1build0.14.04.1 [17.9 kB] unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-oai-hss-0: 12:16:43 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: 12:16:43 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-oai-hss-0: 12:16:43 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-oai-hss-0: 12:16:44 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-oai-hss-0: 12:16:44 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: 12:16:44 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: 12:16:44 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: 12:16:44 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: 12:16:44 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: 12:16:44 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: 12:16:45 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: 12:16:45 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] unit-oai-hss-0: 12:16:45 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-156.206 [772 kB] unit-oai-hss-0: 12:16:45 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: 12:16:45 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-oai-hss-0: 12:16:45 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-oai-hss-0: 12:16:46 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-oai-hss-0: 12:16:46 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: 12:16:46 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: 12:16:46 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-oai-hss-0: 12:16:47 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: 12:16:47 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-oai-hss-0: 12:16:48 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: 12:16:48 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-oai-hss-0: 12:16:48 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-oai-hss-0: 12:16:48 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: 12:16:48 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cmake-curses-gui amd64 2.8.12.2-0ubuntu3 [1241 kB] unit-oai-hss-0: 12:16:49 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main doxygen amd64 1.8.6-2 [2408 kB] unit-oai-hss-0: 12:16:49 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: 12:16:49 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: 12:16:49 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: 12:16:49 DEBUG unit.oai-hss/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] unit-oai-hss-0: 12:16:50 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: 12:16:50 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: 12:16:50 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: 12:16:50 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: 12:16:50 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: 12:16:50 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: 12:16:50 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-oai-hss-0: 12:16:51 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: 12:16:51 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 15s (4271 kB/s) unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install (Reading database ... 83597 files and directories currently installed.) unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 12:16:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 12:16:52 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 12:16:53 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:16:54 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 12:16:55 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: 12:16:55 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 12:16:55 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: 12:16:55 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 12:16:55 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 12:16:56 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: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 12:16:56 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: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 12:16:56 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: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 12:16:56 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: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 12:16:56 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 12:16:57 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: 12:16:57 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 12:16:58 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: 12:16:58 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:16:58 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 12:16:59 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-156.206_amd64.deb ... unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-156.206) ... unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 12:17:00 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: 12:17:00 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 12:17:01 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: 12:17:01 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 12:17:01 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: 12:17:01 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 12:17:02 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 12:17: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: 12:17:03 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 12:17:04 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 12:17:05 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 12:17:06 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 12:17:07 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 12:17:08 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:09 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:17:09 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:17:09 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:17:09 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:17:09 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:17:09 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 12:17:11 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 12:17:12 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:13 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:14 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 12:17:16 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: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-156.206) ... unit-oai-hss-0: 12:17:16 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 12:17:17 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: 12:17:17 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 12:17:17 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: 12:17:17 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:17 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:17:18 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 12:17:19 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 12:17:19 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-mysql-0: 12:17:19 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:17:19 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:17:19 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:17:19 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:17:19 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:17:19 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:17:19 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:17:19 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:17:19 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-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:17:19 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-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:17:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:17:20 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:17:20 DEBUG unit.mysql/0.install python-netifaces unit-oai-hss-0: 12:17:20 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-oai-hss-0: 12:17:20 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: 12:17:20 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (738 kB/s) unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install (Reading database ... 90326 files and directories currently installed.) unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 12:17:21 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 12:17:22 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:23 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 12:17:24 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 12:17:24 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: 12:17:24 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: 12:17:25 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-oai-hss-0: 12:17:25 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.61-0ubuntu0.14.04.1 [3764 kB] unit-oai-hss-0: 12:17:26 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.61-0ubuntu0.14.04.1 [1862 kB] unit-oai-hss-0: 12:17:26 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: 12:17:26 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 12:17:26 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: 12:17:26 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-oai-hss-0: 12:17:27 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgpg-error-dev amd64 1.12-0.2ubuntu1 [20.1 kB] unit-oai-hss-0: 12:17:27 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: 12:17:27 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-oai-hss-0: 12:17:27 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-oai-hss-0: 12:17:27 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: 12:17:27 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: 12:17:27 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.61-0ubuntu0.14.04.1 [864 kB] unit-oai-hss-0: 12:17:28 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: 12:17:28 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: 12:17:28 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: 12:17:28 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.26 [971 kB] unit-oai-hss-0: 12:17:28 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: 12:17:28 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] unit-oai-hss-0: 12:17:28 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 5s (2127 kB/s) unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install (Reading database ... 90437 files and directories currently installed.) unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 12:17:29 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 12:17:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 12:17:31 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 12:17:32 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 12:17:33 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 12:17:34 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 12:17:35 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:17:37 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:17:40 DEBUG unit.oai-hss/0.install 180820 12:17:40 [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: 12:17:40 DEBUG unit.oai-hss/0.install 180820 12:17:40 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 12:17:40 DEBUG unit.oai-hss/0.install 180820 12:17:40 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11651 ... unit-oai-hss-0: 12:17:50 DEBUG unit.oai-hss/0.install mysql start/running, process 11784 unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 12:17:51 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 12:17:52 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 12:17:53 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 12:17:53 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: 12:17:53 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: 12:17:53 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (609 kB/s) unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install (Reading database ... 92438 files and directories currently installed.) unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install --2018-08-20 12:17:54-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 12:17:54 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: 12:17:54 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 12:17:54 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 379K 3s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 754K 2s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 13.5M 1s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 807K 1s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 37.0M 1s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 61.1M 1s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 722K 1s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 88.5M 1s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 122M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 158M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 148M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 153M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 149M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 160M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 837K 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 29.5M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 14.7M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 54.7M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 862K 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 19.7M 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 740K 0s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 170M=0.5s unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install 2018-08-20 12:17:55 (2.00 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 12:17:55 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 12:17:56 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/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: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/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: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofishdata.o -MD -MP -MF twofishdata.o.d -fpic -c twofishdata.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/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: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/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: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcmdata.o -MD -MP -MF gcmdata.o.d -fpic -c gcmdata.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/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: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -fpic -c getopt.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 12:17:57 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: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 12:17:57 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: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 12:17:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 12:17:58 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: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 12:17:58 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: 12:17:58 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 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: 12:17:58 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 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: 12:17:58 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 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: 12:17:58 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 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: 12:17:58 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 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: 12:17:58 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: 12:17:58 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 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: 12:17:58 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 12:17:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 12:17:59 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: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 12:17:59 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: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 12:17:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 12:18:00 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: 12:18:00 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 12:18:00 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: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Building dependency tree... unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Reading state information... unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 12:18:00 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-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install Reading state information... unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:18:00 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 12:18:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -fpic -c rsa-pkcs1-sign-tr.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 12:18:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-compat.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 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: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 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: 12:18:02 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 12:18:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 12:18:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 12:18:04 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: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 12:18:04 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: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-oai-hss-0: 12:18:04 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: 12:18:04 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-oai-hss-0: 12:18:04 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: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 12:18:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 12:18:05 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: 12:18:05 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 12:18:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 12:18:06 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: 12:18:06 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT input.o -MD -MP -MF input.o.d -c input.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT output.o -MD -MP -MF output.o.d -c output.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-oai-hss-0: 12:18:07 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 12:18:08 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 12:18:09 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 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: 12:18:10 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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 12:18:10 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: 12:18:10 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:10 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: 12:18:10 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:10 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: 12:18:10 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:10 DEBUG unit.oai-hss/0.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: 12:18:10 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.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: 12:18:11 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 12:18:11 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: 12:18:11 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 12:18:11 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 12:18:12 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 12:18:13 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: 12:18:13 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 12:18:13 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: 12:18:13 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:18:13 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 12:18:14 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-oai-hss-0: 12:18:15 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-oai-hss-0: 12:18:15 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi-dev amd64 0.3.11.2-1ubuntu1 [613 kB] unit-oai-hss-0: 12:18:15 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: 12:18:16 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: 12:18:16 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: 12:18:16 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (873 kB/s) unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install (Reading database ... 92456 files and directories currently installed.) unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 12:18:16 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 12:18:17 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install --2018-08-20 12:18:18-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 12:18:18 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 148K 34s unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 303K 25s unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 538K 19s unit-oai-hss-0: 12:18:19 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 720K 16s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 937K 14s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.09M 12s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.36M 11s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.41M 10s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.83M 9s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 2.02M 8s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.01M 7s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.43M 7s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.51M 6s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.91M 6s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 2.96M 6s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.17M 5s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.60M 5s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.40M 5s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.85M 4s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.20M 4s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.36M 4s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.64M 4s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.55M 4s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 5.01M 3s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 5.20M 3s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 5.16M 3s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.70M 3s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 5.56M 3s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 6.30M 3s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.27M 3s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.21M 3s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.18M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.56M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 7.46M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.75M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.64M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.70M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.56M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 8.85M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 7.27M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 9.67M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.00M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 8.33M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 10.1M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 8.38M 2s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 10.8M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 9.63M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 10.7M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.59M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 10.4M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 10.1M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 12.7M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 10.3M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 11.9M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 10.9M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 11.2M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 11.2M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 12.1M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 12.7M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 14.8M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 11.1M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 14.7M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 9.96M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 13.1M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 13.8M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 16.0M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 13.2M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 16.6M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 12.2M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 15.2M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 16.3M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 14.8M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 14.6M 1s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 15.8M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 6.53M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 8.91M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 11.8M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 18.9M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 18.4M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 16.9M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 19.6M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 14.9M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 20.4M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 16.5M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 21.1M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 21.0M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 15.9M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 21.0M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 18.3M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 20.5M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 22.3M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 23.6M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 17.2M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 23.8M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 17.0M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 22.4M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 25.2M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 18.2M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 23.6M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 26.1M 0s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 293K=1.5s unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install 2018-08-20 12:18:20 (3.23 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 12:18:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 12:18:21 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 12:18:22 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: 12:18:22 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 12:18:22 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 12:18:23 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 12:18:24 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 12:18:25 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 12:18:26 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 12:18:27 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 12:18:28 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 12:18:29 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 12:18:30 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 12:18:31 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 12:18:32 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: 12:18:32 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: 12:18:32 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 12:18:32 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 12:18:33 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 12:18:34 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 12:18:35 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 12:18:36 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 12:18:36 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 12:18:37 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 12:18:38 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 12:18:39 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:18:40 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:18:40 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:18:40 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:18:40 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:18:40 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 12:18:40 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 12:18:41 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 12:18:42 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: 12:18:42 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: 12:18:42 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 12:18:42 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: 12:18:42 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 12:18:42 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: 12:18:42 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 12:18:42 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: 12:18:42 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: 12:18:42 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 12:18:42 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 12:18:43 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 12:18:44 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Aug 20 12:16 /dev/zero unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 12:18:45 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 12:18:46 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 12:18:47 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 12:18:48 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 12:18:49 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 12:18:50 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 12:18:51 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 12:18:52 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 12:18:53 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 12:18:54 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:18:55 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 12:18:56 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 12:18:57 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 12:18:57 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 12:18:58 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-mysql-0: 12:18:59 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:18:59 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:18:59 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:18:59 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:18:59 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:18:59 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:18:59 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:18:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 12:18:59 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:18:59 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:19:00 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:19:00 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:19:00 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:19:00 DEBUG unit.mysql/0.install python-netifaces unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 12:19:00 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 12:19:01 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 12:19:01 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 12:19:02 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 12:19:02 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 12:19:02 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 12:19:02 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 12:19:03 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 12:19:04 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 12:19:05 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 12:19:06 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:19:07 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 12:19:08 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 12:19:09 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 12:19:09 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 12:19:09 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 12:19:09 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 12:19:09 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 12:19:09 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 12:19:10 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 12:19:10 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 12:19:10 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 12:19:10 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 12:19:11 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 12:19:12 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 12:19:12 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 12:19:12 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 12:19:12 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 12:19:13 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 12:19:13 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 12:19:13 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 12:19:13 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 12:19:14 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 12:19:15 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 12:19:15 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 12:19:15 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 12:19:15 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 12:19:15 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 12:19:15 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 12:19:16 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 12:19:17 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 12:19:18 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 12:19:19 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:19:20 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 12:19:21 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:19:22 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 12:19:23 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 12:19:24 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 12:19:25 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 12:19:26 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 12:19:27 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 12:19:28 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 12:19:29 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 12:19:30 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 12:19:30 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 12:19:30 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 12:19:30 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 12:19:31 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 12:19:32 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 12:19:33 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 12:19:34 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 12:19:35 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 12:19:36 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 12:19:36 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 12:19:36 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 12:19:36 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 12:19:37 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 12:19:37 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 12:19:37 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 12:19:38 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 12:19:38 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 12:19:38 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 12:19:39 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 12:19:39 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 12:19:39 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 12:19:39 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 12:19:39 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 12:19:40 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:19:40 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 12:19:40 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 12:19:40 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 12:19:41 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 12:19:41 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 12:19:41 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 12:19:41 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 12:19:42 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: 12:19:42 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:42 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: 12:19:42 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 12:19:42 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: 12:19:42 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:42 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: 12:19:42 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:42 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: 12:19:42 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 12:19:42 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: 12:19:42 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 12:19:42 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: 12:19:42 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:42 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: 12:19:42 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 12:19:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:43 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 12:19:43 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 12:19:44 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 12:19:44 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 12:19:44 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 12:19:44 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 12:19:45 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 12:19:45 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 12:19:45 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:19:46 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 12:19:47 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: 12:19:47 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 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: 12:19:47 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 12:19:47 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: 12:19:47 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 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: 12:19:47 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 12:19:47 DEBUG unit.oai-hss/0.install ^ unit-oai-epc-0: 12:19:50 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:19:50 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 12:19:50 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:19:50 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:19:50 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 12:19:50 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 12:19:50 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 12:19:50 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 12:19:50 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 12:19:51 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 12:19:52 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 12:19:52 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 12:19:52 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 12:19:53 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 12:19:53 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 12:19:53 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 12:19:54 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 12:19:54 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 12:19:54 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install cli-debug.c:286:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 12:19:55 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: 12:19:55 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:55 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 12:19:56 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: 12:19:56 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:56 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: 12:19:56 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 12:19:56 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 12:19:57 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: 12:19:57 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 12:19:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 12:19:58 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 12:19:59 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 12:20:00 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: 12:20:00 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 12:20:00 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: 12:20:00 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 12:20:00 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 12:20:01 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 12:20:02 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 12:20:03 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: 12:20:03 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 12:20:03 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: 12:20:03 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: 12:20:03 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: 12:20:03 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: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 12:20:03 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: 12:20:03 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: 12:20:03 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: 12:20:03 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: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 12:20:03 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: 12:20:03 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: 12:20:03 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: 12:20:03 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: 12:20:03 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: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 12:20:03 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: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 12:20:03 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: 12:20:03 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 12:20:03 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 12:20:04 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: 12:20:04 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 12:20:04 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: 12:20:04 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 12:20:04 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: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 12:20:04 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: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 12:20:04 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: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 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: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:04 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 12:20:04 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: 12:20:05 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 12:20:05 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: 12:20:05 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 12:20:05 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: 12:20:05 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 12:20:05 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-oai-hss-0: 12:20:06 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: 12:20:06 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 12:20:06 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-nouveau2 amd64 2.4.67-1ubuntu0.14.04.2 [16.0 kB] unit-oai-hss-0: 12:20:06 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: 12:20:07 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfontenc1 amd64 1:1.1.2-1 [15.6 kB] unit-oai-hss-0: 12:20:07 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] unit-oai-hss-0: 12:20:07 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] unit-oai-hss-0: 12:20:07 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] unit-oai-hss-0: 12:20:08 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-oai-hss-0: 12:20:08 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libglapi-mesa amd64 10.1.3-0ubuntu0.6 [21.0 kB] unit-oai-hss-0: 12:20:09 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2 [9426 B] unit-oai-hss-0: 12:20:09 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: 12:20:09 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-dri3-0 amd64 1.10-2ubuntu1 [5118 B] unit-oai-hss-0: 12:20:09 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 12:20:09 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 12:20:09 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 12:20:09 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxdamage1 amd64 1:1.1.4-1ubuntu1 [7612 B] unit-oai-hss-0: 12:20:10 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxfixes3 amd64 1:5.0.1-1ubuntu1.1 [10.4 kB] unit-oai-hss-0: 12:20:10 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: 12:20:10 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: 12:20:10 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: 12:20:10 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: 12:20:10 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: 12:20:11 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: 12:20:11 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: 12:20:11 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: 12:20:11 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] unit-oai-hss-0: 12:20:12 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: 12:20:12 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: 12:20:12 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: 12:20:13 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: 12:20:13 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: 12:20:13 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: 12:20:13 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: 12:20:13 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: 12:20:13 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: 12:20:13 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: 12:20:14 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: 12:20:14 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: 12:20:14 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: 12:20:14 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: 12:20:14 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: 12:20:14 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gettext amd64 0.18.3.1-1ubuntu3 [829 kB] unit-oai-hss-0: 12:20:14 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: 12:20:14 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: 12:20:15 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.3 [11.6 kB] unit-oai-hss-0: 12:20:15 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: 12:20:15 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: 12:20:15 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: 12:20:15 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3 [4438 B] unit-oai-hss-0: 12:20:15 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo-dev amd64 0.18.3.1-1ubuntu3 [122 kB] unit-oai-hss-0: 12:20:16 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: 12:20:16 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: 12:20:16 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: 12:20:16 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: 12:20:16 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: 12:20:16 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: 12:20:16 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: 12:20:17 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.3 [1520 kB] unit-oai-hss-0: 12:20:17 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: 12:20:17 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] unit-oai-hss-0: 12:20:17 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: 12:20:17 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: 12:20:17 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: 12:20:17 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: 12:20:18 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl8.6 amd64 8.6.1-4ubuntu1 [14.2 kB] unit-oai-hss-0: 12:20:18 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tcl amd64 8.6.0+6ubuntu3 [4900 B] unit-oai-hss-0: 12:20:18 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-oai-hss-0: 12:20:18 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-oai-hss-0: 12:20:18 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main x11-utils amd64 7.7+1 [230 kB] unit-oai-hss-0: 12:20:18 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: 12:20:19 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-oai-hss-0: 12:20:19 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 12:20:19 DEBUG unit.oai-hss/0.install Extracting templates from packages: 41% Extracting templates from packages: 82% Extracting templates from packages: 100% unit-oai-hss-0: 12:20:19 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 12:20:19 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 12:20:19 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3175 kB/s) unit-oai-hss-0: 12:20:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install (Reading database ... 92732 files and directories currently installed.) unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:20 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:20:20 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:20:20 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:20:20 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:20:20 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:20:20 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 12:20:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 12:20:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:20:21 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:22 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:23 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 12:20:24 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:20:25 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 12:20:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 12:20:26 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 12:20:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 12:20:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 12:20:26 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 12:20:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 12:20:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:27 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 12:20:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 12:20:29 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.3_all.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 12:20:30 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 12:20:31 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 12:20:32 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:20:33 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 12:20:34 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 12:20:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 12:20:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 12:20:35 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 12:20:35 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 12:20:37 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 12:20:37 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 12:20:37 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 12:20:37 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 12:20:37 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:20:37 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:20:37 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 12:20:38 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 12:20:38 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 12:20:38 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:20:38 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 12:20:38 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:20:38 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:20:38 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 12:20:38 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 12:20:39 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: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 12:20:39 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 12:20:40 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: 12:20:40 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 12:20:40 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 12:20:41 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 12:20:42 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 12:20:42 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 12:20:42 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 12:20:42 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 12:20:42 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 12:20:43 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 12:20:43 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 12:20:43 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 12:20:43 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 12:20:43 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 12:20:43 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: 12:20:43 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: 12:20:43 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 12:20:43 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 12:20:43 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 12:20:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:20:57 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:20:57 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:20:57 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:20:57 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:20:57 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:20:57 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:20:58 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:20:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:20:58 DEBUG unit.mysql/0.install python-netifaces unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 12:21:23 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 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: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 12:21:24 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 12:21:25 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 12:21:26 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 12:21:27 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 12:21:28 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 12:21:29 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 12:21:30 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: 12:21:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 12:21:30 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: 12:21:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 12:21:30 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: 12:21:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 12:21:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 12:21:30 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: 12:21:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 12:21:31 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: 12:21:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 12:21:31 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: 12:21:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 12:21:31 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: 12:21:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 12:21:31 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: 12:21:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 12:21:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 12:21:31 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: 12:21:32 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 12:21:32 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: 12:21:32 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 12:21:32 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: 12:21:32 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 12:21:32 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: 12:21:32 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: 12:21:32 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: 12:21:32 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: 12:21:32 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 12:21:32 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: 12:21:32 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: 12:21:32 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: 12:21:32 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: 12:21:32 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: 12:21:32 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 12:21:32 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 12:21:33 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: 12:21:33 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: 12:21:33 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 12:21:33 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: 12:21:33 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 12:21:33 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: 12:21:33 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 12:21:33 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: 12:21:33 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: 12:21:33 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: 12:21:33 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: 12:21:33 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 12:21:33 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: 12:21:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 12:21:33 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: 12:21:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 12:21:33 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: 12:21:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 12:21:33 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: 12:21:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 12:21:33 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 12:21:34 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 12:21:34 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: 12:21:35 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (76.9 kB/s) unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install (Reading database ... 95623 files and directories currently installed.) unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 12:21:35 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: 12:21:35 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install ......................++++++ unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install ....++++++ unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 12:21:35 DEBUG unit.oai-hss/0.install .........++++++ unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install .........++++++ unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Not Before: Aug 20 12:21:36 2018 GMT unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Not After : Aug 20 12:21:36 2019 GMT unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install 78:D5:0D:53:42:0D:FD:CB:38:AF:EB:BF:49:1F:D4:59:CA:01:AB:E4 unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install keyid:12:70:C3:31:23:E8:B0:C4:91:59:92:4A:84:A3:28:33:0E:C4:60:BF unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Certificate is to be certified until Aug 20 12:21:36 2019 GMT (365 days) unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] Scanning dependencies of target hss_s6a unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install [ 65%] [ 69%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 12:21:36 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: 12:21:36 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: 12:21:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 12:21:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 12:21:36 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: 12:21:36 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: 12:21:36 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: 12:21:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_subscription_data.c.o unit-oai-hss-0: 12:21:36 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: 12:21:36 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: 12:21:36 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: 12:21:36 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: 12:21:36 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 12:21:36 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: 12:21:36 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: 12:21:36 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: 12:21:36 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: 12:21:36 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: 12:21:36 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: 12:21:37 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 12:21:37 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 12:21:37 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 12:21:37 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_s6a unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [ 95%] [ 95%] Built target hss_auc unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install Built target hss_db unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:21:38 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:21:38 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 12:21:38 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 12:21:38 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Reading state information... unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 12:21:38 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: 12:21:38 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 12:21:38 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: 12:21:38 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: 12:21:38 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: 12:21:38 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:21: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: 12:21:38 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-oai-hss-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 12:21:38 DEBUG unit.oai-hss/0.config-changed + juju-log 'HSS is built, but is waiting for active connection to gather the last info' unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-oai-hss-0: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:21:38 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: 12:21:38 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: 12:21:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:21:38 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 12:21:38 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Reading package lists... unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:21:38 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 12:21:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:21:38 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:21:39 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:21:39 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 12:21:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:21:39 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 12:21:39 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:21:39 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 12:21:39 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 12:21:39 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 12:21:39 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 12:21:39 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 12:21:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:21:41 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-oai-epc-0: 12:21:41 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:22:02 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: 12:22:02 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: 12:22:02 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 12:22:02 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 12:22:03 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 12:22:03 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 12:22:03 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 12:22:03 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: 12:22:03 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: 12:22:03 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (192 kB/s) unit-oai-epc-0: 12:22:03 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 12:22:03 DEBUG unit.oai-epc/0.install (Reading database ... 102231 files and directories currently installed.) unit-oai-epc-0: 12:22:03 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: 12:22:03 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 12:22:03 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 12:22:03 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 12:22:03 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 12:22:04 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 12:22:08 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 12:22:08 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 12:22:08 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 12:22:08 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 12:22:08 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 12:22:10 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 12:22:10 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 12:22:10 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 12:22:10 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 12:22:10 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 12:22:10 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 12:22:10 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 12:22:10 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 12:22:12 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 12:22:13 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: 12:22:13 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: 12:22:13 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 12:22:13 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: 12:22:13 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 12:22:13 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 12:22:14 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: 12:22:14 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 12:22:14 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:15 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 12:22:15 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: 12:22:15 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:22:15 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 12:22:16 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 12:22:16 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 12:22:16 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 12:22:17 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 12:22:17 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 12:22:17 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 12:22:18 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 12:22:18 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 12:22:18 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 12:22:18 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:22:19 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:22:19 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:22:19 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:22:19 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:22:19 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 12:22:19 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 12:22:19 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 12:22:19 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 12:22:19 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 12:22:19 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 12:22:20 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 12:22:20 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 12:22:20 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 12:22:21 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 12:22:21 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 12:22:21 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 12:22:21 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 12:22:22 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 12:22:23 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 12:22:24 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 12:22:25 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: 12:22:25 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:25 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 12:22:25 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: 12:22:25 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 12:22:25 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: 12:22:25 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: 12:22:25 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: 12:22:25 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: 12:22:25 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: 12:22:26 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: 12:22:26 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 12:22:26 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: 12:22:26 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 12:22:26 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: 12:22:26 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: 12:22:26 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 12:22:26 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: 12:22:26 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 12:22:26 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: 12:22:26 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: 12:22:26 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:26 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: 12:22:26 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: 12:22:26 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: 12:22:26 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:26 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 12:22:26 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: 12:22:26 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:28 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: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 12:22:28 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: 12:22:28 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: 12:22:28 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: 12:22:28 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: 12:22:28 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: 12:22:28 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: 12:22:28 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 12:22:28 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: 12:22:28 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 12:22:28 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: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 12:22:28 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 12:22:32 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:06 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 12:23:06 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: 12:23:06 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 12:23:06 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: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 12:23:06 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 12:23:06 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 12:23:06 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 12:23:06 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.12 unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.12 ']' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:23:06 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: 12:23:06 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:06 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 12:23:06 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 12:23:06 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: 12:23:06 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 12:23:06 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: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 12:23:06 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: 12:23:06 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 12:23:06 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 12:23:07 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: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:07 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 12:23:07 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: 12:23:07 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: 12:23:07 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: 12:23:07 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: 12:23:07 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: 12:23:07 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: 12:23:07 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:23:07 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: 12:23:07 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: 12:23:07 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: 12:23:07 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: 12:23:07 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:07 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.12 unit-oai-epc-0: 12:23:07 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: 12:23:07 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: 12:23:07 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: 12:23:07 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:23:07 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: 12:23:07 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: 12:23:07 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 12:23:07 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: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:07 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: 12:23:07 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: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:07 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:23:07 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-epc-0: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:07 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-epc-0: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/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-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/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-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.12' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.12 unit-oai-epc-0: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 12:23:07 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:23:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 12:23:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:07 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 12:23:07 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss= unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn= unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running= unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db= unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart= unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=, hss_running=, mme_in_db= , relation_ids_epc=epc:3 ' unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:08 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=, hss_running=, mme_in_db= , relation_ids_epc=epc:3 unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Data not sent yet' unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:08 INFO unit.oai-epc/0.juju-log hss:2: Data not sent yet unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 12:23:08 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:23:08 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.28 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 28 -le 255 ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.28 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 28 -le 255 ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.28' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.28 unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:23:08 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is not running unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + status=1 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 1 -eq 0 ']' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=no unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 12:23:08 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:23:08 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.12 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.12 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:08 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.28 unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit= unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Can'\''t add the MME in the database, database relation needed ' unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:23:08 INFO unit.oai-hss/0.juju-log hss:2: Can't add the MME in the database, database relation needed unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 12:23:08 DEBUG unit.oai-hss/0.hss-relation-changed + exit 0 unit-oai-hss-0: 12:23:08 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:23:08 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=no unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=no, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:08 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=no, mme_in_db=no , relation_ids_epc=epc:3 unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.28 ']' unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-epc-0: 12:23:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:23:08 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 12:23:08 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 12:23:08 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:23:08 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 12:23:33 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:23:33 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:23:33 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:23:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:23:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:23:33 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:23:33 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:23:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:23:33 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:23:33 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:23:33 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:23:33 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:23:34 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:24:14 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:24:54 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:24:54 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:24:54 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:24:54 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:24:54 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:27:24 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 12:27:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:27:24 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 12:27:24 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 12:27:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:27:24 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 12:27:24 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:27:24 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 12:27:24 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:27:24 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:27:24 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:27:24 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:27:24 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:27:24 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:27:24 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:27:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:27:24 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:28:05 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:28:21 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:28:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:28:21 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 12:28:21 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:28:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:28:21 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:28:21 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:28:21 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:28:45 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:28:45 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:28:45 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:28:45 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:28:45 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 12:31:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:31:54 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:32:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:32:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:32:46 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 12:32:46 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:32:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:32:46 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:32:46 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:32:46 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:33:11 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 12:33:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:33:11 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 12:33:11 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 12:33:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:33:11 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 12:33:11 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:33:11 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 12:33:37 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:33:37 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:33:37 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:33:37 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:33:37 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:33:37 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:33:37 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:33:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:33:37 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:34:17 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:34:18 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:34:18 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:34:18 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:34:18 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:34:58 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:34:58 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:34:58 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:34:58 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:34:58 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" machine-0: 12:35:24 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-0: 12:35:24 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 12:35:24 DEBUG juju.agent read agent config, format "2.0" machine-0: 12:35:24 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 12:35:24 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-0: 12:35:24 DEBUG juju.worker start "engine" machine-0: 12:35:24 INFO juju.worker start "engine" machine-0: 12:35:24 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 12:35:24 DEBUG juju.worker "engine" started machine-0: 12:35:24 DEBUG juju.worker.introspection stats worker now serving machine-0: 12:35:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 12:35:24 DEBUG juju.worker.apicaller connecting with old password machine-0: 12:35:24 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 12:35:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:24 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-0: 12:35:24 INFO juju.api connection established to "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-0: 12:35:24 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 12:35:24 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 12:35:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 12:35:24 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 12:35:24 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 12:35:25 DEBUG juju.worker.apicaller connected machine-0: 12:35:25 DEBUG juju.worker.apicaller changing password... machine-0: 12:35:25 DEBUG juju.worker.apicaller password changed machine-0: 12:35:25 DEBUG juju.api RPC connection died machine-0: 12:35:25 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 12:35:25 DEBUG juju.worker.apicaller connecting with current password machine-0: 12:35:25 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-0: 12:35:25 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-0: 12:35:25 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" machine-0: 12:35:25 DEBUG juju.worker.apicaller connected machine-0: 12:35:25 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 12:35:25 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 12:35:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 12:35:25 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 12:35:25 INFO juju.worker.upgrader unblocking abort check machine-0: 12:35:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-0: 12:35:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 12:35:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 12:35:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 12:35:25 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 12:35:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 12:35:25 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 12:35:25 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 12:35:26 WARNING juju.cmd.jujud determining kvm support: kvm-ok executable not found no kvm containers possible machine-0: 12:35:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 12:35:26 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 12:35:26 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 12:35:26 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 12:35:26 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 12:35:26 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} machine-0: 12:35:26 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 12:35:26 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 12:35:26 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 12:35:26 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 12:35:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 12:35:26 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 12:35:26 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 12:35:26 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 12:35:26 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 12:35:26 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-0: 12:35:26 DEBUG juju.network including address local-machine:::1 for machine machine-0: 12:35:26 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-0: 12:35:26 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-0: 12:35:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 12:35:26 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 12:35:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 12:35:26 DEBUG juju.worker.logger logger setup machine-0: 12:35:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 12:35:26 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 12:35:26 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 12:35:26 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 12:35:26 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 12:35:26 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 12:35:26 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 12:35:26 DEBUG juju.network including address public:172.30.9.214 for machine machine-0: 12:35:26 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 12:35:26 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 12:35:26 DEBUG juju.network including address local-machine:::1 for machine machine-0: 12:35:26 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] machine-0: 12:35:26 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 12:35:26 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 12:35:26 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 12:35:26 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 12:35:26 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 12:35:26 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 12:35:26 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] machine-0: 12:35:26 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 12:35:26 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 12:35:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 12:35:26 DEBUG juju.worker start "0-container-watcher" machine-0: 12:35:26 DEBUG juju.worker start "stateconverter" machine-0: 12:35:26 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 12:35:26 INFO juju.worker start "0-container-watcher" machine-0: 12:35:26 DEBUG juju.worker "0-container-watcher" started machine-0: 12:35:26 INFO juju.worker start "stateconverter" machine-0: 12:35:26 DEBUG juju.worker "stateconverter" started machine-0: 12:35:26 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 12:35:26 INFO juju.worker.machiner "machine-0" started machine-0: 12:35:26 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 12:35:26 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 12:35:26 DEBUG juju.service discovered init system "systemd" from local host machine-0: 12:35:26 DEBUG juju.worker.deployer state addresses: ["192.168.121.7:37017"] machine-0: 12:35:26 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "172.30.9.214:17070"] machine-0: 12:35:26 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: 12:35:26 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 12:35:26 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 12:35:26 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 12:35:26 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-abot-epc-basic-0: 12:35:26 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: 12:35:26 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 12:35:26 INFO juju.worker start "api" unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-abot-epc-basic-0: 12:35:26 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-abot-epc-basic-0: 12:35:26 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-abot-epc-basic-0: 12:35:26 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:26 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 12:35:26 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:5d:0a:37 192.168.121.0/24 1450 0 ens3 ethernet false false static 192.168.121.5 [] [] []} {2 fa:16:3e:5d:0a:37 1450 0 ens3 ethernet false false manual [] [] []} {3 ae:7a:1d:24:0d:d1 1500 0 lxdbr0 bridge false false manual [] [] []} {3 ae:7a:1d:24:0d:d1 1500 0 lxdbr0 bridge false false manual [] [] []}] unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 12:35:27 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 12:35:27 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-abot-epc-basic-0: 12:35:27 INFO juju.api connection established to "wss://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-abot-epc-basic-0: 12:35:27 DEBUG juju.api successfully dialed "wss://172.30.9.214:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/api" unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 12:35:27 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 12:35:27 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 12:35:27 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 12:35:27 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 12:35:27 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 12:35:28 DEBUG juju.network "lxdbr0" has addresses [fe80::ac7a:1dff:fe24:dd1/64 fe80::1/64] unit-abot-epc-basic-0: 12:35:28 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 12:35:28 DEBUG juju.network including address public:172.30.9.214 for machine unit-abot-epc-basic-0: 12:35:28 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-abot-epc-basic-0: 12:35:28 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 12:35:28 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 12:35:28 DEBUG juju.network addresses after filtering: [public:172.30.9.214 local-cloud:192.168.121.7 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.214:17070 192.168.121.7:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 12:35:28 DEBUG juju.agent API server address details [["172.30.9.214:17070" "192.168.121.7:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "172.30.9.214:17070"] unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "charm-dir" not running: dependency not available unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.214,192.168.121.7,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 12:35:28 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: 12:35:28 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 12:35:28 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 12:35:28 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 12:35:28 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 12:35:28 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-xenial-amd64 unit-abot-epc-basic-0: 12:35:28 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-xenial-amd64/jujud unit-abot-epc-basic-0: 12:35:28 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: 12:35:28 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 12:35:28 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:35:28 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 12:35:28 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 12:35:28 DEBUG httpbakery client do GET https://192.168.121.7:17070/model/8f445523-c4eb-4a30-8f2d-334c774db13b/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 12:35:28 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 12:35:28 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 12:35:28 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 12:35:28 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 12:35:28 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 12:35:28 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 12:35:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 12:35:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 12:35:28 DEBUG worker.uniter.jujuc running hook tool "config-get" machine-0: 12:35:30 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 12:35:30 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: 12:36:08 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-4db13b-default-0: Connection timed out unit-abot-epc-basic-0: 12:36:08 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 12:36:08 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 12:36:08 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 12:36:08 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 12:37:08 DEBUG unit.abot-epc-basic/0.install Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 12:37:08 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'security.ubuntu.com' unit-abot-epc-basic-0: 12:37:08 DEBUG unit.abot-epc-basic/0.install Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 12:37:08 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:37:57 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:37:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:37:57 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 12:37:57 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:37:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:37:57 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:37:57 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:37:57 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:38:08 DEBUG unit.abot-epc-basic/0.install Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 12:38:08 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:38:17 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 12:38:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:38:17 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 12:38:17 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 12:38:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:38:17 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 12:38:17 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:38:17 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install W: Some index files failed to download. They have been ignored, or old ones used instead. unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 12:39:08 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: 12:39:08 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libnspr4 libnss3 libnss3-nssdb libogg0 libpango-1.0-0 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpcsclite1 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libpixman-1-0 libpthread-stubs0-dev libpulse0 libsensors4 libsm-dev libsm6 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libsndfile1 libthai-data libthai0 libtiff5 libtxc-dxtn-s2tc0 libvorbis0a unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libvorbisenc2 libx11-dev libx11-doc libx11-xcb1 libxau-dev libxcb-dri2-0 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shm0 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxcb-sync1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxshmfence1 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxt-dev libxt6 libxtst6 libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 12:39:08 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: 12:39:08 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libnspr4 libnss3 libnss3-nssdb libogg0 libpango-1.0-0 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpcsclite1 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libpixman-1-0 libpthread-stubs0-dev libpulse0 libsensors4 libsm-dev libsm6 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libsndfile1 libthai-data libthai0 libtiff5 libtxc-dxtn-s2tc0 libvorbis0a unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libvorbisenc2 libx11-dev libx11-doc libx11-xcb1 libxau-dev libxcb-dri2-0 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shm0 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxcb-sync1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxshmfence1 unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install libxt-dev libxt6 libxtst6 libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre openjdk-8-jre-headless x11-common x11proto-core-dev unit-abot-epc-basic-0: 12:39:08 DEBUG unit.abot-epc-basic/0.install x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-mysql-0: 12:39:36 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:39:36 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:39:58 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:39:58 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:39:58 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:39:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:39:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:39:58 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:39:58 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:39:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:39:58 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 12:40:08 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 100 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 12:40:08 DEBUG unit.abot-epc-basic/0.install Need to get 70.1 MB of archives. unit-abot-epc-basic-0: 12:40:08 DEBUG unit.abot-epc-basic/0.install After this operation, 400 MB of additional disk space will be used. unit-abot-epc-basic-0: 12:40:08 DEBUG unit.abot-epc-basic/0.install Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 unit-abot-epc-basic-0: 12:40:08 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:40: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: 12:40:38 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:40:38 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:40:39 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:40:39 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:40:39 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:40:39 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:40:39 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 12:41:09 DEBUG unit.abot-epc-basic/0.install Err:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 12:41:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:41:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:41:19 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:41:19 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:41:19 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:41:19 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:41:19 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 12:42:09 DEBUG unit.abot-epc-basic/0.install Ign:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 12:42:09 DEBUG unit.abot-epc-basic/0.install Err:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 12:42:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:42:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:42:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:42:47 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 12:42:47 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:42:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:42:47 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:42:47 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:42:47 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:43:09 DEBUG unit.abot-epc-basic/0.install Ign:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 12:43:09 DEBUG unit.abot-epc-basic/0.install Err:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 12:43:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:43:57 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 12:43:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:43:57 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 12:43:57 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 12:43:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:43:57 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 12:43:57 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:43:57 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:44:09 DEBUG unit.abot-epc-basic/0.install Err:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 unit-abot-epc-basic-0: 12:44:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:44:09 DEBUG unit.abot-epc-basic/0.install Err:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 12:44:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:45:09 DEBUG unit.abot-epc-basic/0.install Err:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 unit-abot-epc-basic-0: 12:45:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:45:43 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:45:47 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:45:47 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 12:46:09 DEBUG unit.abot-epc-basic/0.install Err:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 unit-abot-epc-basic-0: 12:46:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 12:46:19 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:46:19 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:46:19 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:46:19 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:46:19 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:46:19 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:46:19 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:46:19 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:46:19 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:46:20 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:46:20 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:46:20 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:46:20 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:47:00 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 12:47:09 DEBUG unit.abot-epc-basic/0.install Err:8 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 unit-abot-epc-basic-0: 12:47:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:47:40 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:47:40 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:47:40 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:47:40 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:47:40 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:47:46 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:47:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:47:46 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 12:47:46 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:47:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:47:46 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:47:46 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:47:46 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:48:09 DEBUG unit.abot-epc-basic/0.install Err:8 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 unit-abot-epc-basic-0: 12:48:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:48:09 DEBUG unit.abot-epc-basic/0.install Err:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblcms2-2 amd64 2.6-3ubuntu2 unit-abot-epc-basic-0: 12:48:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:48:27 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 12:48:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:48:27 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 12:48:27 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 12:48:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:48:27 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 12:48:27 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:48:27 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:49:09 DEBUG unit.abot-epc-basic/0.install Err:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 unit-abot-epc-basic-0: 12:49:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:50:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 12:50:09 DEBUG unit.abot-epc-basic/0.install Err:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 unit-abot-epc-basic-0: 12:50:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 12:51:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:51:09 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 12:51:09 DEBUG unit.abot-epc-basic/0.install Err:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 unit-abot-epc-basic-0: 12:51:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:52:09 DEBUG unit.abot-epc-basic/0.install Err:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 unit-abot-epc-basic-0: 12:52:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:52:36 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:52:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:52:36 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 12:52:36 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:52:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:52:36 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:52:36 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:52:36 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 12:52:40 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:52:40 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:52:40 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:52:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:52:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:52:40 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 12:52:40 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 12:52:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 12:52:40 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 12:52:40 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:52:40 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:52:40 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:52:40 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:52:40 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:52:41 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 12:53:09 DEBUG unit.abot-epc-basic/0.install Err:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 unit-abot-epc-basic-0: 12:53:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 12:53:21 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 12:54:01 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 12:54:01 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 12:54:01 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:54:01 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:54:01 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 12:54:09 DEBUG unit.abot-epc-basic/0.install Err:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 unit-abot-epc-basic-0: 12:54:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:54:18 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 12:54:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:54:18 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 12:54:18 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 12:54:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:54:18 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 12:54:18 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:54:18 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:55:09 DEBUG unit.abot-epc-basic/0.install Err:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 unit-abot-epc-basic-0: 12:55:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:55:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 12:56:09 DEBUG unit.abot-epc-basic/0.install Err:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 unit-abot-epc-basic-0: 12:56:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 12:56:52 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:56:52 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 12:57:09 DEBUG unit.abot-epc-basic/0.install Err:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 unit-abot-epc-basic-0: 12:57:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:57:20 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:57:20 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:57:20 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 12:57:20 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 12:57:20 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:57:20 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 12:57:20 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:57:20 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:58:09 DEBUG unit.abot-epc-basic/0.install Err:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 unit-abot-epc-basic-0: 12:58:09 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 12:59:01 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 12:59:01 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 12:59:01 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 12:59:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 12:59:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 12:59:01 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 12:59:06 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 12:59:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:59:06 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 12:59:06 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 12:59:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 12:59:06 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 12:59:06 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 12:59:06 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:59:10 DEBUG unit.abot-epc-basic/0.install Err:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 unit-abot-epc-basic-0: 12:59:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 12:59:47 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 13:00:10 DEBUG unit.abot-epc-basic/0.install Err:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 unit-abot-epc-basic-0: 13:00:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 13:01:10 DEBUG unit.abot-epc-basic/0.install Err:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 unit-abot-epc-basic-0: 13:01:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 13:01:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 13:01:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:01:34 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 13:01:34 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 13:01:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:01:34 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 13:01:34 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:01:34 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:02:10 DEBUG unit.abot-epc-basic/0.install Err:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 unit-abot-epc-basic-0: 13:02:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 13:03:10 DEBUG unit.abot-epc-basic/0.install Err:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 unit-abot-epc-basic-0: 13:03:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 13:04:10 DEBUG unit.abot-epc-basic/0.install Err:25 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 unit-abot-epc-basic-0: 13:04:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 13:04:26 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 13:04:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: cannot send log message: tls: use of closed connection unit-mysql-0: 13:04:26 ERROR juju.worker.dependency "log-sender" manifold worker returned unexpected error: cannot send log message: tls: use of closed connection unit-mysql-0: 13:04:26 DEBUG juju.worker.dependency stack trace: tls: use of closed connection github.com/juju/juju/api/logsender/logsender.go:75: cannot send log message github.com/juju/juju/worker/logsender/worker.go:69: unit-mysql-0: 13:04:29 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 13:04:54 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 13:04:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:04:54 INFO unit.oai-epc/0.juju-log OAI EPC is not running... unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + status=1 unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + '[' 1 -eq 1 ']' unit-oai-epc-0: 13:04:54 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is not running' unit-oai-epc-0: 13:04:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:04:54 INFO unit.oai-epc/0.juju-log OAI EPC is not running unit-oai-epc-0: 13:04:54 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:04:54 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:05:10 DEBUG unit.abot-epc-basic/0.install Err:25 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 unit-abot-epc-basic-0: 13:05:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 13:05:10 DEBUG unit.abot-epc-basic/0.install Err:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 unit-abot-epc-basic-0: 13:05:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 13:05:23 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 13:05:23 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 13:05:23 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 13:05:23 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:05:23 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:05:23 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 13:05:23 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 13:05:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:05:23 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 13:05:33 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 13:06:03 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 13:06:03 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 13:06:03 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 13:06:03 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 13:06:03 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 13:06:03 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 13:06:03 DEBUG unit.mysql/0.install unit-mysql-0: 13:06:03 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:06:04 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 13:06:10 DEBUG unit.abot-epc-basic/0.install Err:27 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 unit-abot-epc-basic-0: 13:06:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 13:06:44 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 13:06:44 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 13:06:44 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:06:44 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 13:06:44 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 13:06:54 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss stop/waiting' unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + [[ oai_hss stop/waiting =~ .*running.* ]] unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 13:06:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:06:54 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + status=1 unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + '[' 1 -eq 1 ']' unit-oai-hss-0: 13:06:54 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is not running' unit-oai-hss-0: 13:06:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:06:54 INFO unit.oai-hss/0.juju-log OAI HSS is not running unit-oai-hss-0: 13:06:54 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:06:54 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:07:10 DEBUG unit.abot-epc-basic/0.install Err:27 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 unit-abot-epc-basic-0: 13:07:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 13:07:10 DEBUG unit.abot-epc-basic/0.install Err:28 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 unit-abot-epc-basic-0: 13:07:10 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' 2018-08-20 13:07:27,256 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-08-20 13:23:35,853 - 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, 3 applications Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines ERROR health ping timed out after 30s Unable to get the controller summary from the API: codec.ReadHeader error: error receiving message: read tcp 172.17.0.3:47340->172.30.9.214:17070: read: connection timed out. All hosted models reclaimed, cleaning up controller machines 2018-08-20 13:23:35,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 13:23:36,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8f5f3aad6bc4ac18816765ae8bd6fcf", "name": "Member"}], "expires_at": "2018-08-20T14:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5e3d26dbe494d2fbffbdd8d888c8792", "name": "juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/f5e3d26dbe494d2fbffbdd8d888c8792", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae", "id": "436db6afab8f47aeadd7e56f39c27406"}, "audit_ids": ["ERId8_DkR4GiJ43n_-72Eg"], "issued_at": "2018-08-20T13:23:36.000000Z"}} 2018-08-20 13:23:36,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 13:23:36,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:36,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-794046f8-ba15-4408-bb7b-031d36b37100 Date: Mon, 20 Aug 2018 13:23:36 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:07:48Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.216", "revision_number": 4, "port_id": null, "id": "05aba9c9-b6e2-4c19-8b9e-786c0e518540", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:11:38Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:27Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 4, "port_id": null, "id": "0e0a8a14-feac-4287-a2fb-305d8cb1d7fd", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:05:42Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:07:40Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 4, "port_id": null, "id": "659cde67-7b3e-4442-841d-83e7c133969e", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:09:33Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:32Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "port_id": null, "id": "a3a85d1e-2d7d-4287-a1a1-ca1f404accc2", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:14:27Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:33Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 4, "port_id": null, "id": "f0a50245-f77e-42a7-93e0-efb0c4a9caac", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:13:44Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}]} 2018-08-20 13:23:36,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-794046f8-ba15-4408-bb7b-031d36b37100 2018-08-20 13:23:36,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.19748210907s 2018-08-20 13:23:36,457 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-794046f8-ba15-4408-bb7b-031d36b37100 2018-08-20 13:23:36,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 13:23:36,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/05aba9c9-b6e2-4c19-8b9e-786c0e518540.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:37,147 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17db4307-5fe8-49b9-addd-c7ea5d70404a Content-Length: 0 Date: Mon, 20 Aug 2018 13:23:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 13:23:37,147 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/05aba9c9-b6e2-4c19-8b9e-786c0e518540.json used request id req-17db4307-5fe8-49b9-addd-c7ea5d70404a 2018-08-20 13:23:37,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.673354148865s 2018-08-20 13:23:37,148 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/05aba9c9-b6e2-4c19-8b9e-786c0e518540.json used request id req-17db4307-5fe8-49b9-addd-c7ea5d70404a 2018-08-20 13:23:37,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 13:23:37,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:37,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-9f9969a1-6a09-4f0c-a525-9d2853d4bcf0 Date: Mon, 20 Aug 2018 13:23:37 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:27Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 4, "port_id": null, "id": "0e0a8a14-feac-4287-a2fb-305d8cb1d7fd", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:05:42Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:07:40Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 4, "port_id": null, "id": "659cde67-7b3e-4442-841d-83e7c133969e", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:09:33Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:32Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "port_id": null, "id": "a3a85d1e-2d7d-4287-a1a1-ca1f404accc2", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:14:27Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:33Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 4, "port_id": null, "id": "f0a50245-f77e-42a7-93e0-efb0c4a9caac", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:13:44Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}]} 2018-08-20 13:23:37,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-9f9969a1-6a09-4f0c-a525-9d2853d4bcf0 2018-08-20 13:23:37,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.210566043854s 2018-08-20 13:23:37,364 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-9f9969a1-6a09-4f0c-a525-9d2853d4bcf0 2018-08-20 13:23:37,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 13:23:37,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/0e0a8a14-feac-4287-a2fb-305d8cb1d7fd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:38,033 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33df4dfc-5704-4e8a-8d1d-88dce8d42546 Content-Length: 0 Date: Mon, 20 Aug 2018 13:23:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 13:23:38,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/0e0a8a14-feac-4287-a2fb-305d8cb1d7fd.json used request id req-33df4dfc-5704-4e8a-8d1d-88dce8d42546 2018-08-20 13:23:38,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.654669046402s 2018-08-20 13:23:38,033 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/0e0a8a14-feac-4287-a2fb-305d8cb1d7fd.json used request id req-33df4dfc-5704-4e8a-8d1d-88dce8d42546 2018-08-20 13:23:38,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 13:23:38,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:38,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-73281a10-b8bd-4a69-a942-b02924cb3828 Date: Mon, 20 Aug 2018 13:23:38 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:07:40Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 4, "port_id": null, "id": "659cde67-7b3e-4442-841d-83e7c133969e", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:09:33Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:32Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "port_id": null, "id": "a3a85d1e-2d7d-4287-a1a1-ca1f404accc2", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:14:27Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:33Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 4, "port_id": null, "id": "f0a50245-f77e-42a7-93e0-efb0c4a9caac", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:13:44Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}]} 2018-08-20 13:23:38,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-73281a10-b8bd-4a69-a942-b02924cb3828 2018-08-20 13:23:38,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.209999084473s 2018-08-20 13:23:38,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-73281a10-b8bd-4a69-a942-b02924cb3828 2018-08-20 13:23:38,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 13:23:38,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/659cde67-7b3e-4442-841d-83e7c133969e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:38,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23c73265-8c8a-4ccb-9f83-f877637c0b1c Content-Length: 0 Date: Mon, 20 Aug 2018 13:23:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 13:23:38,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/659cde67-7b3e-4442-841d-83e7c133969e.json used request id req-23c73265-8c8a-4ccb-9f83-f877637c0b1c 2018-08-20 13:23:38,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.63502907753s 2018-08-20 13:23:38,897 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/659cde67-7b3e-4442-841d-83e7c133969e.json used request id req-23c73265-8c8a-4ccb-9f83-f877637c0b1c 2018-08-20 13:23:38,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 13:23:38,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:39,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-1aeff62b-76e1-49b5-a063-674e48cd4449 Date: Mon, 20 Aug 2018 13:23:39 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:32Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "port_id": null, "id": "a3a85d1e-2d7d-4287-a1a1-ca1f404accc2", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:14:27Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:33Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 4, "port_id": null, "id": "f0a50245-f77e-42a7-93e0-efb0c4a9caac", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:13:44Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}]} 2018-08-20 13:23:39,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-1aeff62b-76e1-49b5-a063-674e48cd4449 2018-08-20 13:23:39,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.205411911011s 2018-08-20 13:23:39,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-1aeff62b-76e1-49b5-a063-674e48cd4449 2018-08-20 13:23:39,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 13:23:39,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/a3a85d1e-2d7d-4287-a1a1-ca1f404accc2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:39,761 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-11faec9c-34db-4372-9d33-d07a983cfe54 Content-Length: 0 Date: Mon, 20 Aug 2018 13:23:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 13:23:39,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/a3a85d1e-2d7d-4287-a1a1-ca1f404accc2.json used request id req-11faec9c-34db-4372-9d33-d07a983cfe54 2018-08-20 13:23:39,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.644254922867s 2018-08-20 13:23:39,761 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/a3a85d1e-2d7d-4287-a1a1-ca1f404accc2.json used request id req-11faec9c-34db-4372-9d33-d07a983cfe54 2018-08-20 13:23:39,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 13:23:39,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:39,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-2e3e61ab-1db8-49b3-ae1b-6af1346f8f31 Date: Mon, 20 Aug 2018 13:23:39 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-20T13:23:33Z", "floating_network_id": "a6080755-5724-465a-b182-14c24f0c1811", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 4, "port_id": null, "id": "f0a50245-f77e-42a7-93e0-efb0c4a9caac", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:13:44Z", "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792"}]} 2018-08-20 13:23:39,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-2e3e61ab-1db8-49b3-ae1b-6af1346f8f31 2018-08-20 13:23:39,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.195261955261s 2018-08-20 13:23:39,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-2e3e61ab-1db8-49b3-ae1b-6af1346f8f31 2018-08-20 13:23:39,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-20 13:23:39,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/floatingips/f0a50245-f77e-42a7-93e0-efb0c4a9caac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:40,592 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fd325606-feb6-4977-b99d-7017a0d3dd8a Content-Length: 0 Date: Mon, 20 Aug 2018 13:23:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 13:23:40,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/f0a50245-f77e-42a7-93e0-efb0c4a9caac.json used request id req-fd325606-feb6-4977-b99d-7017a0d3dd8a 2018-08-20 13:23:40,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.624353885651s 2018-08-20 13:23:40,593 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/floatingips/f0a50245-f77e-42a7-93e0-efb0c4a9caac.json used request id req-fd325606-feb6-4977-b99d-7017a0d3dd8a 2018-08-20 13:23:40,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-20 13:23:40,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:40,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-be07d30e-2896-43d9-b135-7aa12ccffc16 Date: Mon, 20 Aug 2018 13:23:40 GMT RESP BODY: {"floatingips": []} 2018-08-20 13:23:40,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-be07d30e-2896-43d9-b135-7aa12ccffc16 2018-08-20 13:23:40,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.199672937393s 2018-08-20 13:23:40,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/floatingips.json used request id req-be07d30e-2896-43d9-b135-7aa12ccffc16 2018-08-20 13:23:40,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 13:23:40,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:41,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-262ff6f1-6347-463b-9d2e-cbd2f4662ec7 Date: Mon, 20 Aug 2018 13:23:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 13:23:41,949 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b used request id req-262ff6f1-6347-463b-9d2e-cbd2f4662ec7 2018-08-20 13:23:41,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.14875102043s 2018-08-20 13:23:41,950 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/d8e44fca-9fd0-4916-a83a-22023571be4b used request id req-262ff6f1-6347-463b-9d2e-cbd2f4662ec7 2018-08-20 13:23:41,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 13:23:41,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.36:5000/v3/auth/tokens 2018-08-20 13:23:42,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b3efb973439c483da0b5bf17b7531ce0", "name": "admin"}], "expires_at": "2018-08-20T14:23:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd90f76052e46538c70a213a6ed6a0e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6250b70078f14ce58094d2580cf0802c"}, {"url": "http://192.30.9.8:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78c2379118c144a79dfcff4f181578f2"}, {"url": "http://172.30.9.36:8776/v2/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd6c08c016ad492199cad08a830a5469"}], "type": "volumev2", "id": "066af2358fb3468b9f13d02553da9e85", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d5a102334ed454ba86c9b77d34ef674"}, {"url": "http://192.30.9.8:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5600b2618d54bb6b30ac4943c03add5"}, {"url": "http://172.30.9.36:8004/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0fe612f406b44a9b595d6741caf7c65"}], "type": "orchestration", "id": "26b4eff88bbc43f280b3e5a8e0131b38", "name": "heat"}, {"endpoints": [], "type": "metering", "id": "479c301a4b134996817712aba271c597", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9704c398d64aa38b16c1216001a7db"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09ff417f55b4746abb394849eec0390"}, {"url": "http://172.30.9.36:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e293a88ddda94418bd035d779b87f9c3"}], "type": "placement", "id": "4ea12df9e7c24697bcf8b8f6290c170a", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68a733345e7e4816afbb600b2fd58778"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6bf1f00fdd99442ba9838f12ff5832f4"}, {"url": "http://172.30.9.36:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c98edb5e7e454cf794988da0a3be1bb5"}], "type": "metric", "id": "5592bc28c898431080bea2676267935c", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418af50ab5fc4c5da0cb318036e7df19"}, {"url": "http://172.30.9.36:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be3c8f75258a4f8f9bb1082bce9882af"}, {"url": "http://12.0.0.31:8080/v1/AUTH_dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddcd46064e32423a9a3f7e7aed575794"}], "type": "object-store", "id": "6799ed79c4ae4ca2b0e427613b1a8e09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.36:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3526011556054a4e9616f9c97c73fadf"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39e46e78c5574bb2b5f97c9290a3fa63"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bd7f84c38854900908f90d4aafb26ab"}], "type": "image", "id": "7164e46168fe49f898ad2c038f7f3746", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0825db0964b4432b95422e441dda5b71"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ad58338289d406f825ac84ef8ddf364"}, {"url": "http://172.30.9.36:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a547d05c8f6644b2830c2e92d39a7287"}], "type": "network", "id": "7c215d4a291c4866b90c1d525d7e366d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370b2e933b034911989ed806b3aab511"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51a89d51bb5c487a898705d258cf3c3c"}, {"url": "http://172.30.9.36:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c0515123d9747a4ac9a3eda27bb9ac8"}], "type": "alarming", "id": "852c9059bcfe479b935edd1838aab5f2", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "817dd90bc2464382be63027b891ec771"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91534d6ca19d48368ab445a6f443f05d"}, {"url": "http://172.30.9.36:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a6b42352bbf4915b540899ba417fea7"}], "type": "event", "id": "a16b56e9ff5540ccacbb431795c7a13a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dbd7bc50cee414f9b7df590899d21e1"}, {"url": "http://172.30.9.36:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ec19dd0ec204484b96aa3ffdd71013d"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be3840824a2743dfbcb8c1a69783e7ba"}], "type": "identity", "id": "c79032d0c5ed4e18b41161b911d32cb9", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928dad2ccbb14cfcb078b9d8ae98475f"}, {"url": "http://192.30.9.8:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ceeb03e98aed46d5936f152c3ffabab2"}, {"url": "http://172.30.9.36:8776/v3/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4ff75e1b647c48484384777360c5e"}], "type": "volumev3", "id": "d31669f894e246138ba51775d305f903", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7dbdcea68d0044b7b409bb27dd812b44"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d107f507e7b64d16985917cc523d5c09"}, {"url": "http://172.30.9.36:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8fecdd40e8f4cf1a6ed15224cac2fea"}], "type": "cloudformation", "id": "d731d6cc6b1e4878b11dccdb7194e58a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.36:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "313109edbc174ba6a2c789d475ccc48d"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "676b33dbd2ea461bab45334445f29593"}, {"url": "http://192.30.9.8:8776/v1/dfd90f76052e46538c70a213a6ed6a0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b42d84afaf064e46b08584acd385cac2"}], "type": "volume", "id": "e08ef898f6eb4685a44824b6d219bfff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1cccf2deebb54e73891db1cf2ef1c1e0"}, {"url": "http://172.30.9.36:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59ae6559265c44c289b4637f29a4a653"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "83342bdccb5944d5b411a5a87b28f315"}], "type": "compute", "id": "ff82f31c5d56409ca7e100830c744249", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "63e9b6fbace64bb08d03ce9c9389b4c1"}, "audit_ids": ["djiuc84tQUOA9s6CCUmEmQ"], "issued_at": "2018-08-20T13:23:42.000000Z"}} 2018-08-20 13:23:42,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:42,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 13: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-e19973a6-74b9-4a8c-9221-726dc913e5ed x-compute-request-id: req-e19973a6-74b9-4a8c-9221-726dc913e5ed Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_alt_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "586e9110-cf68-4ea4-a1f6-867436574e8a"}, {"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}, {"name": "juju_epc-flavor_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae"}]} 2018-08-20 13:23:42,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-e19973a6-74b9-4a8c-9221-726dc913e5ed 2018-08-20 13:23:42,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.582432985306s 2018-08-20 13:23:42,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-e19973a6-74b9-4a8c-9221-726dc913e5ed 2018-08-20 13:23:42,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 13:23:42,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:42,576 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 13: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-2e57b2e4-82c1-4f43-8e34-df0acf5c7a66 x-compute-request-id: req-2e57b2e4-82c1-4f43-8e34-df0acf5c7a66 Content-Length: 0 Content-Type: application/json 2018-08-20 13:23:42,576 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a used request id req-2e57b2e4-82c1-4f43-8e34-df0acf5c7a66 2018-08-20 13:23:42,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0398190021515s 2018-08-20 13:23:42,576 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/586e9110-cf68-4ea4-a1f6-867436574e8a used request id req-2e57b2e4-82c1-4f43-8e34-df0acf5c7a66 2018-08-20 13:23:42,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-20 13:23:42,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" -d '{"subnet_id": "370b3a46-8b94-43b9-85eb-4cba452e3d2a"}' 2018-08-20 13:23:44,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-db1ebc8e-aadb-4624-b406-a6c1c08856a3 Date: Mon, 20 Aug 2018 13:23:44 GMT RESP BODY: {"network_id": "e611966d-78e6-4871-b074-68dd725ed78b", "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "subnet_id": "370b3a46-8b94-43b9-85eb-4cba452e3d2a", "subnet_ids": ["370b3a46-8b94-43b9-85eb-4cba452e3d2a"], "port_id": "3912c3b4-bca9-4dc8-b66a-53b1187440c0", "id": "e1212881-6f88-46e7-8d3c-f17a5bb344b0"} 2018-08-20 13:23:44,132 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0/remove_router_interface.json used request id req-db1ebc8e-aadb-4624-b406-a6c1c08856a3 2018-08-20 13:23:44,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55492091179s 2018-08-20 13:23:44,132 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0/remove_router_interface.json used request id req-db1ebc8e-aadb-4624-b406-a6c1c08856a3 returning object e1212881-6f88-46e7-8d3c-f17a5bb344b0 2018-08-20 13:23:44,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-20 13:23:44,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:44,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9f0ba4e1-5a84-46f1-8b39-9900541c0486 Date: Mon, 20 Aug 2018 13:23:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a6080755-5724-465a-b182-14c24f0c1811", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7b530fc8-91e6-47ed-9c42-49e5a66e77b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "created_at": "2018-08-20T12:03:13Z", "admin_state_up": true, "updated_at": "2018-08-20T13:23:43Z", "revision_number": 4, "routes": [], "project_id": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "e1212881-6f88-46e7-8d3c-f17a5bb344b0", "name": "juju_epc-router_af63a1a9-e503-4705-8ed5-c1fa632bffae"}]} 2018-08-20 13:23:44,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-9f0ba4e1-5a84-46f1-8b39-9900541c0486 2018-08-20 13:23:44,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.300978899002s 2018-08-20 13:23:44,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/routers.json used request id req-9f0ba4e1-5a84-46f1-8b39-9900541c0486 2018-08-20 13:23:44,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-20 13:23:44,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:45,851 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac499887-1534-45ed-8357-dbf6f8c722cb Content-Length: 0 Date: Mon, 20 Aug 2018 13:23:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 13:23:45,851 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0.json used request id req-ac499887-1534-45ed-8357-dbf6f8c722cb 2018-08-20 13:23:45,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.41600084305s 2018-08-20 13:23:45,852 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/routers/e1212881-6f88-46e7-8d3c-f17a5bb344b0.json used request id req-ac499887-1534-45ed-8357-dbf6f8c722cb 2018-08-20 13:23:45,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-20 13:23:45,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:46,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-fa43c7a0-6ad3-481d-9b19-ecffe7c0dfd5 Date: Mon, 20 Aug 2018 13:23:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e611966d-78e6-4871-b074-68dd725ed78b","tenant_id":"f5e3d26dbe494d2fbffbdd8d888c8792","created_at":"2018-08-20T12:03:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-20T12:03:13Z","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":"f5e3d26dbe494d2fbffbdd8d888c8792","id":"370b3a46-8b94-43b9-85eb-4cba452e3d2a","subnetpool_id":null,"name":"juju_epc-subnet_af63a1a9-e503-4705-8ed5-c1fa632bffae"}]} 2018-08-20 13:23:46,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-fa43c7a0-6ad3-481d-9b19-ecffe7c0dfd5 2018-08-20 13:23:46,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.227391004562s 2018-08-20 13:23:46,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/subnets.json used request id req-fa43c7a0-6ad3-481d-9b19-ecffe7c0dfd5 2018-08-20 13:23:46,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-20 13:23:46,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/subnets/370b3a46-8b94-43b9-85eb-4cba452e3d2a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:48,623 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-86aa41a3-57e5-45a3-93f1-cc80b56fc36f Date: Mon, 20 Aug 2018 13:23:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 13:23:48,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/370b3a46-8b94-43b9-85eb-4cba452e3d2a.json used request id req-86aa41a3-57e5-45a3-93f1-cc80b56fc36f 2018-08-20 13:23:48,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.54152297974s 2018-08-20 13:23:48,623 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/subnets/370b3a46-8b94-43b9-85eb-4cba452e3d2a.json used request id req-86aa41a3-57e5-45a3-93f1-cc80b56fc36f 2018-08-20 13:23:48,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-20 13:23:48,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:48,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-f1c20179-9ac9-4ea0-9cf6-9878bd8123e8 Date: Mon, 20 Aug 2018 13:23:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7b530fc8-91e6-47ed-9c42-49e5a66e77b0"],"updated_at":"2018-08-20T07:16:42Z","tenant_id":"3c4aed65191b4dba89fd510567c6ae9c","created_at":"2018-08-20T06:44:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":7,"admin_state_up":true,"shared":false,"project_id":"3c4aed65191b4dba89fd510567c6ae9c","id":"a6080755-5724-465a-b182-14c24f0c1811","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-20T13:23:48Z","tenant_id":"f5e3d26dbe494d2fbffbdd8d888c8792","created_at":"2018-08-20T12:03:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f5e3d26dbe494d2fbffbdd8d888c8792","id":"e611966d-78e6-4871-b074-68dd725ed78b","name":"juju_epc-net_af63a1a9-e503-4705-8ed5-c1fa632bffae"}]} 2018-08-20 13:23:48,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-f1c20179-9ac9-4ea0-9cf6-9878bd8123e8 2018-08-20 13:23:48,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.284647941589s 2018-08-20 13:23:48,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.36:9696/v2.0/networks.json used request id req-f1c20179-9ac9-4ea0-9cf6-9878bd8123e8 2018-08-20 13:23:48,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-20 13:23:48,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9696/v2.0/networks/e611966d-78e6-4871-b074-68dd725ed78b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:50,587 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f8337085-d078-437d-bd4d-b2aae6f3d840 Date: Mon, 20 Aug 2018 13:23:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-20 13:23:50,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/e611966d-78e6-4871-b074-68dd725ed78b.json used request id req-f8337085-d078-437d-bd4d-b2aae6f3d840 2018-08-20 13:23:50,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.67760205269s 2018-08-20 13:23:50,588 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.36:9696/v2.0/networks/e611966d-78e6-4871-b074-68dd725ed78b.json used request id req-f8337085-d078-437d-bd4d-b2aae6f3d840 2018-08-20 13:23:50,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-20 13:23:50,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:51,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-883c3a7e-d5b5-4f16-a38e-05c9129c121d Date: Mon, 20 Aug 2018 13:23:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap", "metadata": {}}], "file": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/file", "owner": "f5e3d26dbe494d2fbffbdd8d888c8792", "id": "a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "size": 296681472, "self": "/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f", "disk_format": "qcow2", "direct_url": "rbd://b1644d9f-8780-4b6c-be26-e6aab770e161/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "updated_at": "2018-08-20T12:03:26Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_af63a1a9-e503-4705-8ed5-c1fa632bffae", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-20T12:03:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-20 13:23:51,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-883c3a7e-d5b5-4f16-a38e-05c9129c121d 2018-08-20 13:23:51,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.645028114319s 2018-08-20 13:23:51,237 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.36:9292/v2/images used request id req-883c3a7e-d5b5-4f16-a38e-05c9129c121d 2018-08-20 13:23:51,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-20 13:23:51,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:9292/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25820e22384a3241ed0e4848016298ecaf32e40" 2018-08-20 13:23:52,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-67a7998c-c6ee-4c74-b958-1c13f8dc73f7 Date: Mon, 20 Aug 2018 13:23:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-20 13:23:52,428 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f used request id req-67a7998c-c6ee-4c74-b958-1c13f8dc73f7 2018-08-20 13:23:52,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18865990639s 2018-08-20 13:23:52,428 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.36:9292/v2/images/a2dc7988-585e-4c5c-81a6-8c8a1f41f46f used request id req-67a7998c-c6ee-4c74-b958-1c13f8dc73f7 2018-08-20 13:23:52,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-20 13:23:52,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:52,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 13: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-929777ce-ab77-48d8-8773-ba918d9b5a79 x-compute-request-id: req-929777ce-ab77-48d8-8773-ba918d9b5a79 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_7f6aabb9-51b3-49dd-bb58-75d270937934", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/cfb9d63f-3513-419c-ab7b-1e15e16927e2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cfb9d63f-3513-419c-ab7b-1e15e16927e2"}, {"name": "juju_epc-flavor_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": [{"href": "http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae", "rel": "self"}, {"href": "http://172.30.9.36:8774/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae"}]} 2018-08-20 13:23:52,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-929777ce-ab77-48d8-8773-ba918d9b5a79 2018-08-20 13:23:52,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0278170108795s 2018-08-20 13:23:52,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.36:8774/v2.1/flavors/detail?is_public=None used request id req-929777ce-ab77-48d8-8773-ba918d9b5a79 2018-08-20 13:23:52,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-20 13:23:52,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:52,504 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 20 Aug 2018 13:23:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cfc8918e-9fc2-4842-91c0-dceedefa4252 x-compute-request-id: req-cfc8918e-9fc2-4842-91c0-dceedefa4252 Content-Length: 0 Content-Type: application/json 2018-08-20 13:23:52,504 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae used request id req-cfc8918e-9fc2-4842-91c0-dceedefa4252 2018-08-20 13:23:52,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0450921058655s 2018-08-20 13:23:52,504 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.36:8774/v2.1/flavors/f3e0d6bc-9bcf-4258-b076-cc1cc9a55fae used request id req-cfc8918e-9fc2-4842-91c0-dceedefa4252 2018-08-20 13:23:52,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 13:23:52,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:52,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 13:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c9634c-ccac-4715-b9c8-0eae5bce98e0 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.36:5000/v3/users/248f66fa0c464447a8cddae71da2fb01"}, "domain_id": "a8df9ad125c349708a6fa763238b87ce", "enabled": true, "options": {}, "id": "248f66fa0c464447a8cddae71da2fb01", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.36:5000/v3/users/2c90652c5f714d928f80c3e19782a3b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c90652c5f714d928f80c3e19782a3b2", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.36:5000/v3/users/3816a125afc6417980387f3b282fde34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3816a125afc6417980387f3b282fde34", "email": "cinder@localhost", "password_expires_at": null}, {"name": "juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": {"self": "http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "436db6afab8f47aeadd7e56f39c27406", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.36:5000/v3/users/607b53cda2b943b78b05fca79fbd4173"}, "domain_id": "default", "enabled": true, "options": {}, "id": "607b53cda2b943b78b05fca79fbd4173", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.36:5000/v3/users/63e9b6fbace64bb08d03ce9c9389b4c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63e9b6fbace64bb08d03ce9c9389b4c1", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.36:5000/v3/users/65cb4b3109b9421cb377edc7d6b29634"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65cb4b3109b9421cb377edc7d6b29634", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.36:5000/v3/users/68e87bf6eba44f91acbef7173592c4e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68e87bf6eba44f91acbef7173592c4e8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.36:5000/v3/users/73a2ff45283c4f839c48950796abdc64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73a2ff45283c4f839c48950796abdc64", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.36:5000/v3/users/754bbcdaf8fc4a35bc09f4a16a35aea3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "754bbcdaf8fc4a35bc09f4a16a35aea3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.36:5000/v3/users/922e788650b34d6bb59eef0b376dc6c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "922e788650b34d6bb59eef0b376dc6c3", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.36:5000/v3/users/a5d353f313da4c52a91947c53747d0ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5d353f313da4c52a91947c53747d0ae", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.36:5000/v3/users/b59ee3f465af40d6b622679d3fe8dea0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b59ee3f465af40d6b622679d3fe8dea0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.36:5000/v3/users/d59aa7e0c016485a890d5515014c8a19"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d59aa7e0c016485a890d5515014c8a19", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.36:5000/v3/users/f2ad3e1e29c4491a8549fbdfd659e9f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ad3e1e29c4491a8549fbdfd659e9f8", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.36:5000/v3/users", "previous": null, "next": null}} 2018-08-20 13:23:52,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-52c9634c-ccac-4715-b9c8-0eae5bce98e0 2018-08-20 13:23:52,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117599010468s 2018-08-20 13:23:52,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users used request id req-52c9634c-ccac-4715-b9c8-0eae5bce98e0 2018-08-20 13:23:52,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-20 13:23:52,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:52,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 13:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30f14de1-70d8-44fd-bced-a0f780aff909 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_af63a1a9-e503-4705-8ed5-c1fa632bffae", "links": {"self": "http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "436db6afab8f47aeadd7e56f39c27406", "description": null}} 2018-08-20 13:23:52,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406 used request id req-30f14de1-70d8-44fd-bced-a0f780aff909 2018-08-20 13:23:52,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120358943939s 2018-08-20 13:23:52,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406 used request id req-30f14de1-70d8-44fd-bced-a0f780aff909 2018-08-20 13:23:52,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-20 13:23:52,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:53,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 13:23:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8193003b-9b74-41fc-9a4b-95eb81d6c102 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 13:23:53,064 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406 used request id req-8193003b-9b74-41fc-9a4b-95eb81d6c102 2018-08-20 13:23:53,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.313444137573s 2018-08-20 13:23:53,064 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/users/436db6afab8f47aeadd7e56f39c27406 used request id req-8193003b-9b74-41fc-9a4b-95eb81d6c102 2018-08-20 13:23:53,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-20 13:23:53,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:53,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 13:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44ea6bf9-f9c9-4d64-8e86-867825ab5ab1 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.36:5000/v3/projects/3c4aed65191b4dba89fd510567c6ae9c"}, "tags": [], "enabled": true, "id": "3c4aed65191b4dba89fd510567c6ae9c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.36:5000/v3/projects/dfd90f76052e46538c70a213a6ed6a0e"}, "tags": [], "enabled": true, "id": "dfd90f76052e46538c70a213a6ed6a0e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792"}, "tags": [], "enabled": true, "id": "f5e3d26dbe494d2fbffbdd8d888c8792", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_af63a1a9-e503-4705-8ed5-c1fa632bffae"}]} 2018-08-20 13:23:53,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-44ea6bf9-f9c9-4d64-8e86-867825ab5ab1 2018-08-20 13:23:53,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104161024094s 2018-08-20 13:23:53,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/projects used request id req-44ea6bf9-f9c9-4d64-8e86-867825ab5ab1 2018-08-20 13:23:53,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-20 13:23:53,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:53,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 13:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf4d9e47-9300-42c6-9b52-8a2e857647a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 13:23:53,386 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792 used request id req-bf4d9e47-9300-42c6-9b52-8a2e857647a7 2018-08-20 13:23:53,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.206824064255s 2018-08-20 13:23:53,387 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/projects/f5e3d26dbe494d2fbffbdd8d888c8792 used request id req-bf4d9e47-9300-42c6-9b52-8a2e857647a7 2018-08-20 13:23:53,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-20 13:23:53,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.36:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:53,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 20 Aug 2018 13:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a8a46e-23d6-4a02-8696-b140cfa5e1ba Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.36:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10038bcb3d034dfa858f7debbfbf528c", "links": {"self": "http://172.30.9.36:5000/v3/roles/10038bcb3d034dfa858f7debbfbf528c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "731e5f67b1b745e3b28929b2e769b502", "links": {"self": "http://172.30.9.36:5000/v3/roles/731e5f67b1b745e3b28929b2e769b502"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.36:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b3efb973439c483da0b5bf17b7531ce0", "links": {"self": "http://172.30.9.36:5000/v3/roles/b3efb973439c483da0b5bf17b7531ce0"}, "name": "admin"}, {"domain_id": null, "id": "b8f5f3aad6bc4ac18816765ae8bd6fcf", "links": {"self": "http://172.30.9.36:5000/v3/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf"}, "name": "Member"}, {"domain_id": null, "id": "e3b33d4342a545c0a6f0ad61fbc6fdd3", "links": {"self": "http://172.30.9.36:5000/v3/roles/e3b33d4342a545c0a6f0ad61fbc6fdd3"}, "name": "heat_stack_user"}]} 2018-08-20 13:23:53,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-67a8a46e-23d6-4a02-8696-b140cfa5e1ba 2018-08-20 13:23:53,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0922601222992s 2018-08-20 13:23:53,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.36:5000/v3/roles used request id req-67a8a46e-23d6-4a02-8696-b140cfa5e1ba 2018-08-20 13:23:53,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-20 13:23:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.36:5000/v3/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e913cfa6080dd9aaf2a2028132df0f1d0a62c8b" 2018-08-20 13:23:53,618 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 20 Aug 2018 13:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a420985-a9ef-4f36-90cd-a5ea646b7c36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-20 13:23:53,618 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf used request id req-4a420985-a9ef-4f36-90cd-a5ea646b7c36 2018-08-20 13:23:53,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.130540132523s 2018-08-20 13:23:53,619 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.36:5000/v3/roles/b8f5f3aad6bc4ac18816765ae8bd6fcf used request id req-4a420985-a9ef-4f36-90cd-a5ea646b7c36 2018-08-20 13:23:53,619 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-20 13:23:53,620 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 04:45 | PASS | | cloudify_ims | functest | vnf | 05:18 | FAIL | | heat_ims | functest | vnf | 35:19 | FAIL | | vyos_vrouter | functest | vnf | 05:31 | FAIL | | juju_epc | functest | vnf | 64:15 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-20 13:23:53,627 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-20 13:23:53,724 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 13:23:53,821 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 13:23:53,922 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 13:23:54,023 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-20 13:23:54,121 - paramiko.transport - DEBUG - EOF in transport thread